Launchpad

Existing image is updated when call image create

Bug #1461817 reported by Marek Aufart

This bug affects 1 person

Affects Status Importance Assigned to Milestone
python-openstackclient

Fix Released

High

Marek Aufart

Bug Description

Command openstack image create behaves like create-or-update (if image with *name* specified for create already existed, it is updated).

Actually it looks, that it is in collision with glance, which allows create multiple images with same names instead of update one.

Requirement of (almost) unique name in openstackclient is ok, but it would be nice do not update existing image by default, so update functionality shall be removed from create action.

Read the original on bugs.launchpad.net ↗