summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-04 21:29:38 +0000
committerGerrit Code Review <review@openstack.org>2021-03-04 21:29:38 +0000
commit8e94044710a4269306a56bae23e1ac9d5ac93b87 (patch)
treeba0d57b9d143db3418d10cf0a4ffd0bb4da171c5 /releasenotes
parent9aad6b8f9e93f5b9fe03f0b37c79fc489fc37b80 (diff)
parent8868c77a201703edaded5d06aa1734265431f786 (diff)
downloadpython-openstackclient-8e94044710a4269306a56bae23e1ac9d5ac93b87.tar.gz
Merge "compute: Stop silently ignore --(no-)disk-overcommit"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/warn-on-disk-overcommit-087ae46f12d74693.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/warn-on-disk-overcommit-087ae46f12d74693.yaml b/releasenotes/notes/warn-on-disk-overcommit-087ae46f12d74693.yaml
new file mode 100644
index 00000000..766dbab3
--- /dev/null
+++ b/releasenotes/notes/warn-on-disk-overcommit-087ae46f12d74693.yaml
@@ -0,0 +1,9 @@
+---
+upgrade:
+ - |
+ A warning will now be emitted when using the ``--disk-overcommit``
+ or ``--no-disk-overcommit`` flags of the ``server migrate`` command on
+ Compute API microversion 2.25 or greater. This feature is only supported
+ before this microversion and previously the flag was silently ignored on
+ newer microversions. This warning will become an error in a future
+ release.