openstack-python-openstackc.../openstackclient/tests/functional
Matt Riedemann b9d6310556 Add openstack server create --boot-from-volume option
This adds a --boot-from-volume option to the server create
command which is used with the --image or --image-property
option and will create a volume-backed server from the
specified image with the specified size. Similar to the
--volume option, the created root volume will not be deleted
when the server is deleted. The --boot-from-volume option
is not allowed with the --volume option since they both create
a block device mapping with boot_index=0.

Change-Id: I88c590361cb232c1df7b5bb010dcea307080d34c
Story: 2006302
Task: 36017
2019-08-09 16:44:46 +00:00
..
common Fix service discovery in functional tests 2019-03-13 16:16:24 +01:00
compute Add openstack server create --boot-from-volume option 2019-08-09 16:44:46 +00:00
examples move all functional tests to tests module 2016-09-09 03:29:47 +00:00
identity Remove deprecated identity commands and args 2019-05-19 12:54:33 -05:00
image Use cliff formattable columns in image commands 2019-06-22 13:36:46 -05:00
network Merge "Use cliff formattable columns in network commands" 2019-06-22 18:27:00 +00:00
object Fix service discovery in functional tests 2019-03-13 16:16:24 +01:00
volume Merge "Use cliff formattable columns in volume v2 commands" 2019-06-23 00:45:37 +00:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py Fix service discovery in functional tests 2019-03-13 16:16:24 +01:00