python-openstackclient/openstackclient/tests/functional
Rui Chen 7a7bb06377 Make block-device-mapping more stable and clear
The patch fix the following issues:

1. ValueError is raised if input don't contain "=". Sometimes the whole
"server create" command is very complex, it's difficult to find out root
reason directly.
2. Don't support to add block device from snapshot, like:
--block-device-mapping
vdb=0c8ae9d8-cadc-4a23-8337-4254614d277e:snapshot:1, it's supported by
novaclient, but not in osc.
3. If input "vdb=", not add any mapping information, the server will be
launched successfully, not raise error message to let use add
volume/snapshot id, just ignore "--block-device-mapping" option.
4. The help message of "block-device-mapping" option is so simple, need
to add some details about how to add <type>, <delete_on_terminate>
contains.

Change-Id: Ib7f7a654c3dc2a8272545f168b4c4ced230ce39e
Depends-On: Ib37913891bbf7a31b570404c4668c490d5ac859b
Closes-Bug: #1667266
2017-05-17 01:42:12 +00:00
..
common Nova net functional tests round 3 2017-04-28 14:40:45 -05:00
compute Make block-device-mapping more stable and clear 2017-05-17 01:42:12 +00:00
examples move all functional tests to tests module 2016-09-09 03:29:47 +00:00
identity Functional tests: Identity v2 and DevStack 2017-05-02 10:32:21 -05:00
image Rework port functional tests on json output format 2017-02-21 07:35:02 +00:00
network Rework floating ip functional tests 2017-05-10 09:48:38 -05:00
object move all functional tests to tests module 2016-09-09 03:29:47 +00:00
volume Make block-device-mapping more stable and clear 2017-05-17 01:42:12 +00:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py Fix quota functional tests for nova-net 2017-04-26 23:52:34 +00:00
post_test_hook_tips.sh Use git+file urls instead of directories 2017-01-14 20:40:17 +00:00
post_test_hook.sh unwedge the gate 2016-09-09 22:49:35 -04:00