python-openstackclient/openstackclient/compute/v2
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
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
agent.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
aggregate.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
console.py Normalize more help strings 2014-07-24 11:22:29 -05:00
fixedip.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
flavor.py Normalize more help strings 2014-07-24 11:22:29 -05:00
floatingip.py Normalize more help strings 2014-07-24 11:22:29 -05:00
floatingippool.py Normalize more help strings 2014-07-24 11:22:29 -05:00
host.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
hypervisor.py Normalize more help strings 2014-07-24 11:22:29 -05:00
keypair.py Merge "Create message variables for exceptions" 2014-08-24 20:20:08 +00:00
security_group.py Fix security group list for non-admin 2014-08-27 17:19:53 -05:00
server.py Fix server create for boot-from-volume 2014-10-24 17:55:44 -05:00
service.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
usage.py Ignore most of the new hacking 0.9.2 rules 2014-06-13 17:06:28 -05:00