Merge "Remove ineffective CinderPowerStoreAppliances parameter"
This commit is contained in:
commit
1b6349dcbf
@ -45,8 +45,6 @@ parameters:
|
||||
CinderPowerStoreSanPassword:
|
||||
type: string
|
||||
hidden: true
|
||||
CinderPowerStoreAppliances:
|
||||
type: string
|
||||
CinderPowerStorePorts:
|
||||
type: string
|
||||
default: ''
|
||||
@ -92,7 +90,6 @@ outputs:
|
||||
cinder::backend::dellemc_powerstore::san_ip: {get_param: CinderPowerStoreSanIp}
|
||||
cinder::backend::dellemc_powerstore::san_login: {get_param: CinderPowerStoreSanLogin}
|
||||
cinder::backend::dellemc_powerstore::san_password: {get_param: CinderPowerStoreSanPassword}
|
||||
cinder::backend::dellemc_powerstore::powerstore_appliances: {get_param: CinderPowerStoreAppliances}
|
||||
cinder::backend::dellemc_powerstore::powerstore_ports: {get_param: CinderPowerStorePorts}
|
||||
cinder::backend::dellemc_powerstore::storage_protocol: {get_param: CinderPowerStoreStorageProtocol}
|
||||
- if:
|
||||
|
@ -11,7 +11,6 @@ parameter_defaults:
|
||||
CinderPowerStoreSanIp: ''
|
||||
CinderPowerStoreSanLogin: 'Admin'
|
||||
CinderPowerStoreSanPassword: ''
|
||||
CinderPowerStoreAppliances: ''
|
||||
CinderPowerStorePorts: ''
|
||||
CinderPowerStoreStorageProtocol: 'iSCSI'
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``CinderPowerStoreAppliances`` parameter has been removed because it
|
||||
has had no effect since the actual parameter was deprecated in cinder.
|
Loading…
Reference in New Issue
Block a user