python-openstackclient/releasenotes/notes/restore-create-image-duplicates-92e06f64038b120c.yaml
Sam Morrison 17678c9bd6 Restore behavior of image create with same name.
With 60e7c51df4 the behaviour of
`openstack image create` changed so that you can't create an image
with the same name. This patch restores the previous functionality.

Story: 2008229
Task: 41069

Change-Id: Ia0f4920371a918e94d1ccf9fcfcbf90ff885a455
2020-10-06 14:05:11 +11:00

7 lines
186 B
YAML

---
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.