python-openstackclient/openstackclient/compute
Dean Troyer 2c9d263611 Fix server create for boot-from-volume
* server create required --image even when booting the server from a
  volume.  Change options to require either --image or --volume to
  specify the server boot disk.  Using --volume currently uses device
  'vda' for the block mapping and ignores any other block mappings
  given in --block-device-mapping.
* server create and server show are both affected by bug 1378842 where
  an excepion was thrown when no image ID was present in the returned
  server object, which is the case for a server booted from a volume.
* Fix the remaining assertEqual() order problems in test_server.py

Closes-Bug: 1378842
Closes-Bug: 1383338
Change-Id: I5daebf4e50a765d4920088dfead95b6295af6a4d
2014-10-24 17:55:44 -05:00
..
v2 Fix server create for boot-from-volume 2014-10-24 17:55:44 -05:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00