summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-09-25 10:37:03 +0000
committerGerrit Code Review <review@openstack.org>2019-09-25 10:37:03 +0000
commitd5b5a20de15a016d341c5e9d3092478f7a12c3e8 (patch)
tree0d6eadaf69e43fa9032a0f7bf37c218a4329fa96 /releasenotes
parent5d236ce6ba2cadc982862ce0372a61423f7f5288 (diff)
parentd1c5dc61d60b29428484a38703a0064933cc7c0e (diff)
downloadpython-novaclient-d5b5a20de15a016d341c5e9d3092478f7a12c3e8.tar.gz
Merge "Add a check for --config-drive option on nova boot"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1825061-2beb95db4d6df0cb.yaml5
1 files changed, 5 insertions, 0 deletions
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.