Merge "Remove ineffective CinderPowerStoreAppliances parameter"

This commit is contained in:
Zuul 2021-07-13 11:51:48 +00:00 committed by Gerrit Code Review
commit 1b6349dcbf
3 changed files with 5 additions and 4 deletions

View File

@ -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:

View File

@ -11,7 +11,6 @@ parameter_defaults:
CinderPowerStoreSanIp: ''
CinderPowerStoreSanLogin: 'Admin'
CinderPowerStoreSanPassword: ''
CinderPowerStoreAppliances: ''
CinderPowerStorePorts: ''
CinderPowerStoreStorageProtocol: 'iSCSI'

View File

@ -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.