diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2021-09-01 13:04:51 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-09-01 13:18:25 +0100 |
| commit | 8e833a3ed26467a1190ba69d8ba716a7cd1cccb3 (patch) | |
| tree | e7d34b5b6669150d1f6f2b2a88b20320b10a7eab /releasenotes | |
| parent | 6ce7da8aeb7e5d1347940433e087036e8e43eaa6 (diff) | |
| download | python-openstackclient-8e833a3ed26467a1190ba69d8ba716a7cd1cccb3.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-server-hostname-opts-3cb4fd90b5bf47ca.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/add-server-hostname-opts-3cb4fd90b5bf47ca.yaml b/releasenotes/notes/add-server-hostname-opts-3cb4fd90b5bf47ca.yaml new file mode 100644 index 00000000..458d1529 --- /dev/null +++ b/releasenotes/notes/add-server-hostname-opts-3cb4fd90b5bf47ca.yaml @@ -0,0 +1,8 @@ +--- +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. |
