From d1c5dc61d60b29428484a38703a0064933cc7c0e Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Wed, 17 Jul 2019 11:40:24 +0900 Subject: 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 --- releasenotes/notes/bug-1825061-2beb95db4d6df0cb.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/bug-1825061-2beb95db4d6df0cb.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/bug-1825061-2beb95db4d6df0cb.yaml b/releasenotes/notes/bug-1825061-2beb95db4d6df0cb.yaml new file mode 100644 index 00000000..573ad7fc --- /dev/null +++ b/releasenotes/notes/bug-1825061-2beb95db4d6df0cb.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + A check for a value of the '--config-drive' option has been added on the + ``nova boot`` command. A boolean value is only allowed in the option now. -- cgit v1.2.1