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
This commit is contained in:
Matt Riedemann 2015-06-12 08:45:34 -07:00
parent 76daf1fff1
commit b940ac55e9
1 changed files with 2 additions and 2 deletions

View File

@ -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',