Merge "Move 'zoning_mode' back to DEFAULT section"
This commit is contained in:
commit
859d3ac945
@ -120,14 +120,15 @@ volume_manager_opts = [
|
|||||||
default=False,
|
default=False,
|
||||||
help='Offload pending volume delete during '
|
help='Offload pending volume delete during '
|
||||||
'volume service startup'),
|
'volume service startup'),
|
||||||
|
cfg.StrOpt('zoning_mode',
|
||||||
|
help="FC Zoning mode configured, only 'fabric' is "
|
||||||
|
"supported now."),
|
||||||
]
|
]
|
||||||
|
|
||||||
volume_backend_opts = [
|
volume_backend_opts = [
|
||||||
cfg.StrOpt('volume_driver',
|
cfg.StrOpt('volume_driver',
|
||||||
default='cinder.volume.drivers.lvm.LVMVolumeDriver',
|
default='cinder.volume.drivers.lvm.LVMVolumeDriver',
|
||||||
help='Driver to use for volume creation'),
|
help='Driver to use for volume creation'),
|
||||||
cfg.StrOpt('zoning_mode',
|
|
||||||
help='FC Zoning mode configured'),
|
|
||||||
cfg.StrOpt('extra_capabilities',
|
cfg.StrOpt('extra_capabilities',
|
||||||
default='{}',
|
default='{}',
|
||||||
help='User defined capabilities, a JSON formatted string '
|
help='User defined capabilities, a JSON formatted string '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user