Merge "storage_vnx_pool_name is incorrect for VNX cinder driver."
This commit is contained in:
commit
423d3bee26
@ -10,7 +10,7 @@ parameter_defaults:
|
||||
CinderDellEMCVNXSanLogin: 'admin'
|
||||
CinderDellEMCVNXSanPassword: ''
|
||||
CinderDellEMCVNXStorageProtocol: 'iscsi'
|
||||
CinderDellEMCVNXStoragePoolName: ''
|
||||
CinderDellEMCVNXStoragePoolNames: ''
|
||||
CinderDellEMCVNXDefaultTimeout: 3600
|
||||
CinderDellEMCVNXMaxLunsPerStorageGroup: 255
|
||||
CinderDellEMCVNXInitiatorAutoRegistration: 'true'
|
||||
|
@ -35,8 +35,8 @@ parameters:
|
||||
CinderDellEMCVNXStorageProtocol:
|
||||
type: string
|
||||
default: iscsi
|
||||
CinderDellEMCVNXStoragePoolName:
|
||||
type: string
|
||||
CinderDellEMCVNXStoragePoolNames:
|
||||
type: comma_delimited_list
|
||||
default: ''
|
||||
CinderDellEMCVNXDefaultTimeout:
|
||||
type: number
|
||||
@ -95,7 +95,7 @@ outputs:
|
||||
cinder::backend::emc_vnx::san_login: {get_param: CinderDellEMCVNXSanLogin}
|
||||
cinder::backend::emc_vnx::san_password: {get_param: CinderDellEMCVNXSanPassword}
|
||||
cinder::backend::emc_vnx::storage_protocol: {get_param: CinderDellEMCVNXStorageProtocol}
|
||||
cinder::backend::emc_vnx::storage_vnx_pool_name: {get_param: CinderDellEMCVNXStoragePoolName}
|
||||
cinder::backend::emc_vnx::storage_vnx_pool_names: {get_param: CinderDellEMCVNXStoragePoolNames}
|
||||
cinder::backend::emc_vnx::default_timeout: {get_param: CinderDellEMCVNXDefaultTimeout}
|
||||
cinder::backend::emc_vnx::max_luns_per_storage_group: {get_param: CinderDellEMCVNXMaxLunsPerStorageGroup}
|
||||
cinder::backend::emc_vnx::initiator_auto_registration: {get_param: CinderDellEMCVNXInitiatorAutoRegistration}
|
||||
|
Loading…
Reference in New Issue
Block a user