Merge "Fix netapp_enable_multiattach default for E-Series"

This commit is contained in:
Jenkins 2015-09-17 21:04:26 +00:00 committed by Gerrit Code Review
commit dc5b17f733

View File

@ -172,7 +172,7 @@ netapp_eseries_opts = [
' be a comma separated list of disk pool names to be used' ' be a comma separated list of disk pool names to be used'
' for provisioning.')), ' for provisioning.')),
cfg.BoolOpt('netapp_enable_multiattach', cfg.BoolOpt('netapp_enable_multiattach',
default=True, default=False,
help='This option specifies whether the driver should allow ' help='This option specifies whether the driver should allow '
'operations that require multiple attachments to a ' 'operations that require multiple attachments to a '
'volume. An example would be live migration of servers ' 'volume. An example would be live migration of servers '