summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-09 10:43:58 +0000
committerGerrit Code Review <review@openstack.org>2020-10-09 10:43:59 +0000
commit960004dcc733e88841d372e160b9e43669796c80 (patch)
tree54dad5dd6eb2896985cce128b49982533aae79a6 /releasenotes
parentf50bd408666df161603f9ce20a5d00428a13b2ef (diff)
parent12f1e56ebf2ea3999c57246410501c09fced2c4c (diff)
downloadpython-openstackclient-960004dcc733e88841d372e160b9e43669796c80.tar.gz
Merge "Add 'openstack server create --use-config-drive'"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/story-2005468-server-use-config-drive-9fc68552365cfefa.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/story-2005468-server-use-config-drive-9fc68552365cfefa.yaml b/releasenotes/notes/story-2005468-server-use-config-drive-9fc68552365cfefa.yaml
new file mode 100644
index 00000000..786ede4f
--- /dev/null
+++ b/releasenotes/notes/story-2005468-server-use-config-drive-9fc68552365cfefa.yaml
@@ -0,0 +1,8 @@
+---
+deprecations:
+ - |
+ The ``--config-drive`` option on the ``openstack server create`` command
+ has been deprecated in favour of the ``--use-config-drive`` and
+ ``--no-config-drive`` arguments. The ``--config-drive`` option expected
+ either a string or bool-like argument, but the nova API has only supported
+ boolean values since API v2.1 was introduced.