python-openstackclient/openstackclient
Rikimaru Honjo 7063ffb3ca Add a validation about options for server migrate command
The behavior of server migrate command are different depending on
whether user specify --live option or not.
server migrate command will call live migration API if user specify
--live option.
Ohterwise server migrate command will call migration(cold migration)
API.

Now then, "--block-migraiton" option and "--disk-overcommit" option
only affect live-migration.
But, openstackclient doesn't warn user if user specify these options
without "--live".
But, user can't recognize that specifying options are ignored.

This patch adds a validation that checks whether or not user specify
these options without "--live".

Change-Id: Ifa278abb23ecdba4b13f3742998359ac74eb7ad4
Closes-bug: #1662755
2017-03-01 17:37:39 +09:00
..
api Make 'object save' fast again 2017-01-09 16:19:29 +00:00
common Show openstacksdk version info in "module list" 2017-02-22 16:40:22 +08:00
compute Add a validation about options for server migrate command 2017-03-01 17:37:39 +09:00
identity Fix "endpoint list" help message 2017-02-22 17:56:03 +08:00
image Update container format choices 2017-01-23 23:04:49 -05:00
locale Imported Translations from Zanata 2016-06-04 06:18:46 +00:00
network OSC Network Flavor 2017-02-22 02:45:51 +00:00
object translate all command help strings 2016-11-17 02:33:42 +00:00
tests Add a validation about options for server migrate command 2017-03-01 17:37:39 +09:00
volume Fix properties format for volume qos in volume v1 2017-02-21 19:34:15 +08:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Fix wrong behavior of parsing plugin service name 2017-02-08 00:47:22 +00:00