commit a96e6a2d13fc8899fc7faf3d4475b58eaed1199b Author: Zuul Date: Fri Oct 9 10:43:58 2020 +0000 Update git submodules * Update python-openstackclient from branch 'master' - Merge "Add 'openstack server create --use-config-drive'" - Add 'openstack server create --use-config-drive' Despite what the help text for this options says, the nova API only accepts boolean values for this value and has done so since at least the introduction of the 2.1 microversioned API. While it would be nice to convert '--config-drive' to a boolean flag, we'd need to be able to retain temporary support for people passing arguments. 'nargs=?' [1] looks promising but it has an annoying tendency to swallow a positional argument following it [2]. Since that is not an option, we have to live with a new config option, '--use-config-drive' and a '--no-config-drive' counterpart. [1] https://docs.python.org/3/library/argparse.html#nargs [2] https://bugs.python.org/issue9338 Change-Id: If9cce0ad4094cc9cef1c9136b80c3b0f35a82c7a Signed-off-by: Stephen Finucane Story: #2005468 Task: #30547 diff --git a/python-openstackclient b/python-openstackclient index f50bd40..960004d 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit f50bd408666df161603f9ce20a5d00428a13b2ef +Subproject commit 960004dcc733e88841d372e160b9e43669796c80