Merge "Update help text for block_migrate_cinder_iscsi option"
This commit is contained in:
commit
242c687ef4
@ -392,9 +392,9 @@ ComputeFeaturesGroup = [
|
|||||||
"migration"),
|
"migration"),
|
||||||
cfg.BoolOpt('block_migrate_cinder_iscsi',
|
cfg.BoolOpt('block_migrate_cinder_iscsi',
|
||||||
default=False,
|
default=False,
|
||||||
help="Does the test environment block migration support "
|
help="Does the test environment support block migration with "
|
||||||
"cinder iSCSI volumes. Note, libvirt doesn't support this, "
|
"Cinder iSCSI volumes. Note: libvirt >= 1.2.17 is required "
|
||||||
"see https://bugs.launchpad.net/nova/+bug/1398999"),
|
"to support this if using the libvirt compute driver."),
|
||||||
cfg.BoolOpt('vnc_console',
|
cfg.BoolOpt('vnc_console',
|
||||||
default=False,
|
default=False,
|
||||||
help='Enable VNC console. This configuration value should '
|
help='Enable VNC console. This configuration value should '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user