You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
532 B
13 lines
532 B
# 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
|
|
|