summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-08-31 17:44:20 +0100
committerStephen Finucane <stephenfin@redhat.com>2021-09-02 11:01:07 +0100
commit8066f8c745054caeb7bd66d4c2be15ab5fac1d1f (patch)
tree81e6a7df9e656084305a4de9259262966f5d480b /releasenotes
parent01c7a3aa10f13eb889221f609dc4fb1463904fe3 (diff)
downloadpython-novaclient-8066f8c745054caeb7bd66d4c2be15ab5fac1d1f.tar.gz
Microversion 2.90 - Configurable hostnamesxena-em17.6.0
Change-Id: Icd4362a07196e59bafcdfaff44323ce1386d4f55 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Depends-On: https://review.opendev.org/c/openstack/nova/+/778550/
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/microversion-v2_90-259779668e67dfb5.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_90-259779668e67dfb5.yaml b/releasenotes/notes/microversion-v2_90-259779668e67dfb5.yaml
new file mode 100644
index 00000000..8ab21c91
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_90-259779668e67dfb5.yaml
@@ -0,0 +1,13 @@
+---
+features:
+ - |
+ Added support for `microversion 2.90`_. This microversion provides the
+ ability to manually configure the instance ``hostname`` attribute when
+ creating a new instance (``nova boot --hostname HOSTNAME ...``), updating
+ an existing instance (``nova update --hostname HOSTNAME ...``), or
+ rebuilding an existing instance (``nova rebuild --hostname HOSTNAME``).
+ This attribute is published via the metadata service and config drive and
+ can be used by init scripts such as ``cloud-init`` to configure the guest's
+ hostname.
+
+ .. _microversion 2.90: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#microversion-2-90