diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-08 11:15:10 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-08 11:15:10 +0000 |
commit | a79b3ecb39c85bf76b7c614bd1f1698caf74e6bc (patch) | |
tree | d7643af1f2969fccb7a21e145348f0fed38a47eb /environments | |
parent | 76b53b3e2c6d6fa2e4487ed787e28a9fef1d259e (diff) | |
parent | 341afb9f83d3caf4aa6edb57d61ebcf5c7799eaf (diff) |
Merge "Composable service support for Cinder Dell EMC Storage Center"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/cinder-dellsc-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/environments/cinder-dellsc-config.yaml b/environments/cinder-dellsc-config.yaml index 92e257d4..617d640c 100644 --- a/environments/cinder-dellsc-config.yaml +++ b/environments/cinder-dellsc-config.yaml @@ -1,7 +1,7 @@ # A Heat environment file which can be used to enable a -# a Cinder Dell Storage Center ISCSI backend, configured via puppet +# Cinder Dell EMC Storage Center ISCSI backend, configured via puppet resource_registry: - OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/cinder-dellsc.yaml + OS::TripleO::Services::CinderBackendDellSc: ../puppet/services/cinder-backend-dellsc.yaml parameter_defaults: CinderEnableDellScBackend: true |