summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-01-21 12:06:57 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-01-22 13:00:46 +0000
commit6f3969a0c8a608236a6f7258aa213c12af060a9d (patch)
tree5cda22b1ee1bbe3d4f4e4a43adfb0631a21da1d7 /releasenotes
parent8868c77a201703edaded5d06aa1734265431f786 (diff)
downloadpython-openstackclient-6f3969a0c8a608236a6f7258aa213c12af060a9d.tar.gz
compute: Deprecate 'server create --file'
The parameter isn't actually deprecated, since we need to support older API microversion, however, we now emit an error if someone attempts to boot a server with the wrong microversion. This would happen server-side anyway since this parameter was removed entirely in API microversion 2.57. Change-Id: I73864ccbf5bf181fecf505ca168c1a35a8b0af3a Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecated-server-create-file-option-80246b13bd3c1b43.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecated-server-create-file-option-80246b13bd3c1b43.yaml b/releasenotes/notes/deprecated-server-create-file-option-80246b13bd3c1b43.yaml
new file mode 100644
index 00000000..93de7244
--- /dev/null
+++ b/releasenotes/notes/deprecated-server-create-file-option-80246b13bd3c1b43.yaml
@@ -0,0 +1,7 @@
+---
+upgrade:
+ - |
+ The ``server create`` command will now error out if the ``--file`` option
+ is specified alongside ``--os-compute-api-version`` of ``2.57`` or greater.
+ This reflects the removal of this feature from the compute service in this
+ microversion.