python-openstackclient/openstackclient/compute/v2
Adam Harwell ae67317109 Correct image lookup during server rebuild
The switch to using glance from the SDK accidentally used get_image
directly during a server rebuild, when it should have used find_image to
match existing functionality.

Bug introduced in: I36f292fb70c98f6e558f58be55d533d979c47ca7

Change-Id: I2005bd40a1bd6719670c7f7854316b4f9801b140
Story: 2007620
Task: 39643
2020-05-04 16:06:02 -07:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
agent.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
aggregate.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
console.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
flavor.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
host.py compute: host: expand kwargs in host_set() call 2018-07-20 10:37:34 +02:00
hypervisor_stats.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
hypervisor.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
keypair.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
server_backup.py Switch image to use SDK 2020-03-23 14:38:32 -05:00
server_event.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
server_group.py Remove hard-coded policy choices for creating a server group 2017-11-19 18:45:28 -05:00
server_image.py Switch image to use SDK 2020-03-23 14:38:32 -05:00
server.py Correct image lookup during server rebuild 2020-05-04 16:06:02 -07:00
service.py Document 2.53 behavior for compute service list/delete 2019-08-20 15:38:59 +00:00
usage.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00