summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-02-01 11:49:46 +0000
committerGerrit Code Review <review@openstack.org>2023-02-01 11:49:46 +0000
commitf01a90ccb85ab254236f84009cd432d03ce12ebb (patch)
tree93aea2228061dba70f0311b280ce72eaec7347f3 /releasenotes
parentac6f895361580d9e97c9d829c71d2ffbb18b3a06 (diff)
parentd732ee38a1c596ab2720de51e91f83d6dbc727cf (diff)
downloadnova-f01a90ccb85ab254236f84009cd432d03ce12ebb.tar.gz
Merge "api: extend evacuate instance to support target state"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/allowing-target-state-for-evacuate-d4c1912c481973d6.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/allowing-target-state-for-evacuate-d4c1912c481973d6.yaml b/releasenotes/notes/allowing-target-state-for-evacuate-d4c1912c481973d6.yaml
new file mode 100644
index 0000000000..6c5bc98046
--- /dev/null
+++ b/releasenotes/notes/allowing-target-state-for-evacuate-d4c1912c481973d6.yaml
@@ -0,0 +1,13 @@
+---
+features:
+ - |
+ Starting with v2.95 any evacuated instance will be stopped at
+ destination. The required minimum version for Nova computes is
+ 27.0.0 (antelope 2023.1). Operator can still continue using
+ previous behavior by selecting microversion below v2.95.
+upgrade:
+ - |
+ Operators will have to consider upgrading compute hosts to Nova
+ 27.0.0 (antelope 2023.1) in order to take advantage of the new
+ (microversion v2.95) evacuate API behavior. An exception will be
+ raised for older versions.