python-openstackclient/releasenotes/notes/deprecated-server-create-file-option-80246b13bd3c1b43.yaml
Stephen Finucane 6f3969a0c8 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>
2021-01-22 13:00:46 +00:00

8 lines
274 B
YAML

---
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.