Activity log for bug #1240462

Date Who What changed Old value New value Message
2013-10-16 10:43:59 anju Tiwari bug added bug
2013-10-16 10:44:04 anju Tiwari python-glanceclient: assignee anju Tiwari (anjutiwari5)
2013-10-17 17:15:31 OpenStack Infra python-glanceclient: status New In Progress
2013-10-18 23:05:45 Alex Meade python-glanceclient: status In Progress Invalid
2013-10-19 11:09:53 anju Tiwari summary Updating an Image with not existing file Updating an Active Image with not existing file
2013-10-20 22:03:04 Alex Meade bug added subscriber Alex Meade
2013-10-21 06:36:06 anju Tiwari summary Updating an Active Image with not existing file Updating an Active Image with non existing file
2013-10-21 08:06:44 anju Tiwari description Image is updating with a non existing file. openstack@os-dev:/opt/stack/python-glanceclient/glanceclient$ glance image-update 698a68bb-c43c-4fc1-a4e8-b49bef7ed0e6 --file xxxxxxx +------------------+--------------------------------------+ | Property | Value | +------------------+--------------------------------------+ | checksum | 69c33642f44ca552ba4bb8b66ad97e85 | | container_format | aki | | created_at | 2013-10-15T09:19:13 | | deleted | False | | deleted_at | None | | disk_format | aki | | id | 698a68bb-c43c-4fc1-a4e8-b49bef7ed0e6 | | is_public | True | | min_disk | 0 | | min_ram | 0 | | name | anju | | owner | 961ae9d4982b48e18241d90ce71be126 | | protected | False | | size | 3714968 | | status | active | | updated_at | 2013-10-16T10:43:11 | +------------------+--------------------------------------+ As Image update should be allowable for "queued" images only. This behaviour works fine with "--location/copy from" option. But if we update the non "queued" image with "--file" option, it does not through any error. Non "queued" images should not be updatable with any option.
2013-10-21 08:07:47 anju Tiwari summary Updating an Active Image with non existing file non "queued" images is updatable with "--file" option.
2013-10-21 14:54:31 Alex Meade python-glanceclient: status Invalid In Progress
2013-10-21 14:54:33 Alex Meade python-glanceclient: importance Undecided Low
2017-01-30 14:41:54 Ian Cordasco python-glanceclient: status In Progress Fix Released