From b940ac55e9e00d43622bda166ed992ad774fce2a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 12 Jun 2015 08:45:34 -0700 Subject: [PATCH] Cleanup wording for the disable_libvirt_livesnapshot workaround option The config options go in the docs so the help on them should be clear, especially for workaround options since they are for known issues and people have to opt-in to using them. This clears up the wording in the disable_libvirt_livesnapshot option. Note the change from 'mechanism to disable' to 'mechanism to enable' since the feature is disabled by default, so the option is actually providing the mechanism to enable the feature if you want to use it provided the known issues with libvirt 1.2.2. Change-Id: Ibb42e0b1ca7c6991ed1b189455b5279f9b12cfff --- nova/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/utils.py b/nova/utils.py index f4c2c7de4f18..af21f1572bd2 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -103,9 +103,9 @@ workarounds_opts = [ 'https://bugs.launchpad.net/nova/+bug/1415106'), cfg.BoolOpt('disable_libvirt_livesnapshot', default=True, - help='When using libvirt 1.2.2 fails live snapshots ' + help='When using libvirt 1.2.2 live snapshots fail ' 'intermittently under load. This config option provides ' - 'mechanism to disable livesnapshot while this is ' + 'a mechanism to enable live snapshot while this is ' 'resolved. See ' 'https://bugs.launchpad.net/nova/+bug/1334398'), cfg.BoolOpt('destroy_after_evacuate',