python-openstackclient/releasenotes/notes/add-server-hostname-opts-3cb4fd90b5bf47ca.yaml
Stephen Finucane 8e833a3ed2 compute: Add support for microversion 2.90
Allow configuring hostname when creating a new server or updating or
rebuilding an existing server.

Change-Id: Ibe603eab78bbbec43605f56de62a20493b6aa93d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Depends-On: https://review.opendev.org/c/openstack/python-novaclient/+/806917
2021-09-01 13:18:25 +01:00

9 lines
368 B
YAML

---
features:
- |
The ``server create``, ``server set`` and ``server rebuild`` commands now
accept an optional ``--hostname HOSTNAME`` option. This can be used to
configure the hostname stored in the metadata service and/or config drive.
Utilities such as ``cloud-init`` can then consume this information to set
the hostname within the guest OS.