14 lines
532 B
YAML
14 lines
532 B
YAML
![]() |
# A Heat environment file which can be used to enable a
|
||
|
# a Cinder HPELeftHandISCSI backend, configured via puppet
|
||
|
resource_registry:
|
||
|
OS::TripleO::Services::CinderHPELeftHandISCSI: ../puppet/services/cinder-hpelefthand-iscsi.yaml
|
||
|
|
||
|
parameter_defaults:
|
||
|
CinderHPELeftHandISCSIApiUrl: ''
|
||
|
CinderHPELeftHandISCSIUserName: ''
|
||
|
CinderHPELeftHandISCSIPassword: ''
|
||
|
CinderHPELeftHandISCSIBackendName: 'tripleo_hpelefthand'
|
||
|
CinderHPELeftHandISCSIChapEnabled: false
|
||
|
CinderHPELeftHandClusterName: ''
|
||
|
CinderHPELeftHandDebug: false
|