python-openstackclient/openstackclient/tests/unit/volume/v2
Sean McGinnis f00ffebea6
Remove invalid 'unlock-volume' migration arg
There is an optional flag that can be passed in to a
volume migration to tell Cinder to 'lock' a volume so
no other process can abort the migration. This is
reflected correctly with the --lock-volume argument
flag to `openstack volume migrate`, but there is
another --unlock-volume flag that is shown in the help
text for this command that does not do anything and is
not used anywhere.

Since there is no action to "unlock" a volume, this
just causes confusion - including for Cinder developers
that know this API. To avoid confusion, this invalid
flag should just be removed from the command.

Change-Id: I5f111ed58803a1bf5d34e828341d735099247108
2018-10-26 12:02:58 -05:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Fix limits show command without Nova and Cinder 2018-04-03 00:47:00 -07:00
test_backup.py Add one test for "backup set" command 2016-12-19 18:50:08 +08:00
test_consistency_group.py Add two consistency group commands 2016-12-13 15:32:04 +08:00
test_consistency_group_snapshot.py Add commands for "consistency group snapshot" 2016-11-19 09:20:15 +08:00
test_qos_specs.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_service.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_snapshot.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_transfer_request.py Fix volume transfers request commands 2017-03-27 12:31:42 -05:00
test_type.py Add "encryption-*" options in volume type commands 2017-01-14 21:58:33 +08:00
test_volume.py Remove invalid 'unlock-volume' migration arg 2018-10-26 12:02:58 -05:00
test_volume_host.py Add "volume host set" command 2016-11-25 05:21:00 +08:00