openstack-python-openstackc.../openstackclient/tests
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
..
api Update use of open() in object API 2014-10-13 10:34:11 -05:00
common Change --os-auth-plugin to --os-auth-type 2014-10-23 15:37:44 -05:00
compute Fix server create for boot-from-volume 2014-10-24 17:55:44 -05:00
identity Fix token issue after auth changeup 2014-10-20 18:21:51 +00:00
image Close files on image create 2014-10-14 15:37:23 -05:00
network Merge "Add network extension list" 2014-09-18 09:41:51 +00:00
object Move object-store commands to low-level API 2014-10-01 13:50:13 -04:00
volume assertEquals order wrong 2014-09-04 14:47:28 +00:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Support for keystone auth plugins 2014-10-09 12:34:47 +02:00
test_shell.py Change --os-auth-plugin to --os-auth-type 2014-10-23 15:37:44 -05:00
utils.py Close files on server create, add tests 2014-10-14 15:45:20 -05:00