Fix Cinder Dell EMC SC backend template

The 'CinderSCStorageProtocol' parameter defined in
cinder-backend-dellemc-sc-puppet.yaml is not used and
has no effect. Modified it as 'CinderScStorageProtocol'
similar to other parameters.

The parameter 'CinderScExcludedDomainIp' is introduced
when the backend support was added in the patch
https://review.opendev.org/c/openstack/tripleo-heat-templates/+/727283
but it is never used.
Removed it as the 'CinderScExcludedDomainIps' parameter is already used.

Closes-Bug: #1978749
Closes-Bug: #1978750
Change-Id: I6a82a542855e32bd82c67f34138271b060df5de2
This commit is contained in:
katarimanoj 2022-06-28 19:59:09 +05:30
parent edd31ba8ba
commit 95a02d2419

View File

@ -75,16 +75,13 @@ parameters:
CinderScSecondaryScApiPort: CinderScSecondaryScApiPort:
type: number type: number
default: 3033 default: 3033
CinderScExcludedDomainIp:
type: string
default: ''
CinderScExcludedDomainIps: CinderScExcludedDomainIps:
type: comma_delimited_list type: comma_delimited_list
default: [] default: []
CinderScMultipathXfer: CinderScMultipathXfer:
type: boolean type: boolean
default: true default: true
CinderSCStorageProtocol: CinderScStorageProtocol:
type: string type: string
default: 'iSCSI' default: 'iSCSI'
constraints: constraints: