python-novaclient/novaclient
Takashi NATSUME d1c5dc61d6 Add a check for --config-drive option on nova boot
A value of the '--config-drive' option must be a boolean value
on the 'nova boot' command because nova accepts a boolean value
only for the 'config_drive' parameter.
So add a check for the '--config-drive' option on the 'nova boot'
command.

Fix a description for 'config_drive' parameter
in the 'create' method of the novaclient.v2.ServerManager class.

Change-Id: Ic6e65139302fbb662fb6ba60e73633dad8ffb72e
Closes-Bug: #1825061
2019-09-18 23:08:28 +00:00
..
tests Add a check for --config-drive option on nova boot 2019-09-18 23:08:28 +00:00
v2 Add a check for --config-drive option on nova boot 2019-09-18 23:08:28 +00:00
__init__.py Microversion 2.79: Add delete_on_termination to volume-attach API 2019-09-09 12:43:42 -04:00
api_versions.py Update hacking version 2019-01-04 14:46:07 +08:00
base.py Use SHA256 instead of MD5 in completion cache 2019-05-09 15:32:33 -04:00
client.py Remove deprecated methods and properties 2019-07-04 04:06:42 +00:00
crypto.py Fixes Python3 issue in decoding password 2018-10-26 11:06:44 +09:00
exceptions.py Remove deprecated methods and properties 2019-07-04 04:06:42 +00:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Remove deprecated options 2019-03-21 13:50:41 +00:00
utils.py Merge "Use uuidutils of oslo.utils" 2018-08-08 18:00:11 +00:00