summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorArtom Lifshitz <alifshit@redhat.com>2023-02-01 10:08:52 -0500
committerSahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>2023-02-02 13:36:52 +0000
commit85e4f08309490fa2ab6f0b581b3d645d2dbb5c4b (patch)
tree6a73a2ae2f8792ccd6dc87bd199bb43df9b5324f /releasenotes
parentc7cb02f1f7d508863c5e33f9d4b8e26b1a7ab6c0 (diff)
downloadpython-novaclient-85e4f08309490fa2ab6f0b581b3d645d2dbb5c4b.tar.gz
Bump microversion to 2.9518.3.0
There are no client-side changes for either 2.94 or 2.95, so just do the bump and add release notes. Change-Id: I8c2bfd48526840fc618820b9ae6a12dc98cdef45
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/microversion-v2_94-5368d5dd7c5f6484.yaml11
-rw-r--r--releasenotes/notes/microversion-v2_95-3c6ad46be2656684.yaml10
2 files changed, 21 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_94-5368d5dd7c5f6484.yaml b/releasenotes/notes/microversion-v2_94-5368d5dd7c5f6484.yaml
new file mode 100644
index 00000000..587969dd
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_94-5368d5dd7c5f6484.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Added support for `microversion 2.94`_. There are no client-side changes
+ for this microversion, but sending this microversion allows the
+ ``hostname`` parameter in the server create, server update, and server
+ rebuild APIs to be a fully qualified domain name (FQDN). Prior to this
+ microversion, server-side validation only allows short names as the
+ ``hostname``.
+
+ .. _microversion 2.94: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id83
diff --git a/releasenotes/notes/microversion-v2_95-3c6ad46be2656684.yaml b/releasenotes/notes/microversion-v2_95-3c6ad46be2656684.yaml
new file mode 100644
index 00000000..3452f926
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_95-3c6ad46be2656684.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ Added support for `microversion 2.95`_. There are no client-side changes
+ for this microversion, but sending this microversion triggers evacuated
+ instances to be stopped on the destination host. Prior to this
+ microversion, instances were keeping their state from source to
+ destination host.
+
+ .. _microversion 2.95: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id84