summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-02-28 10:35:18 +0000
committerStephen Finucane <sfinucan@redhat.com>2019-02-28 10:37:10 +0000
commit1fae0052f23cc8d8511833ea9b7b9090e88e4d3b (patch)
treecb5668431d5e9f0634cbef40316d1cafea39fe3a /releasenotes
parent1948ce59c06aacc3fb9a71cbf8b099db8467da01 (diff)
downloadnova-1fae0052f23cc8d8511833ea9b7b9090e88e4d3b.tar.gz
conf: Deprecate 'disable_libvirt_livesnapshot' option
This was added to handle gate issues seen with libvirt 1.2.2. We haven't supported that version of libvirt for some time and we don't enable this in the gate anymore. Deprecate it and remove unnecessary references to it from tests and the support FAQ document. Change-Id: Ie3fa537a42d208a35467f03bd2110c2976927477
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-disable_libvirt_livesnapshot-413c71b96f5e38d4.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-disable_libvirt_livesnapshot-413c71b96f5e38d4.yaml b/releasenotes/notes/deprecate-disable_libvirt_livesnapshot-413c71b96f5e38d4.yaml
new file mode 100644
index 0000000000..e337537136
--- /dev/null
+++ b/releasenotes/notes/deprecate-disable_libvirt_livesnapshot-413c71b96f5e38d4.yaml
@@ -0,0 +1,9 @@
+---
+deprecations:
+ - |
+ The ``[workarounds] disable_libvirt_livesnapshot`` config option has been
+ deprecated. This was necessary to work around an issue with libvirt v1.2.2,
+ which we no longer support. For more information refer to `bug
+ #1334398`__.
+
+ __ https://bugs.launchpad.net/nova/+bug/1334398