diff options
| author | Zuul <zuul@review.opendev.org> | 2020-10-14 09:59:54 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-10-14 09:59:54 +0000 |
| commit | 96658a31165427fd663b0636d569ded776b1e490 (patch) | |
| tree | dc0597745ea2d8d4a4a5e5ad9e53e59e26d69cee /releasenotes | |
| parent | 6216025e9da0b1689ddc4a494eaf562f15b28b32 (diff) | |
| parent | 17678c9bd6f3f4c5b9e7b5ceb27c2bd12493fba4 (diff) | |
| download | python-openstackclient-96658a31165427fd663b0636d569ded776b1e490.tar.gz | |
Merge "Restore behavior of image create with same name."
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/restore-create-image-duplicates-92e06f64038b120c.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/restore-create-image-duplicates-92e06f64038b120c.yaml b/releasenotes/notes/restore-create-image-duplicates-92e06f64038b120c.yaml new file mode 100644 index 00000000..7f36e29c --- /dev/null +++ b/releasenotes/notes/restore-create-image-duplicates-92e06f64038b120c.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixes default behaviour of `openstack image create` in allowing images + with the same name. In version 5.2.0 this changed to not allow + duplicates by default. |
