diff options
author | rajinir <rajini_ram@dell.com> | 2017-01-26 13:45:33 -0600 |
---|---|---|
committer | rajinir <rajini_ram@dell.com> | 2017-02-03 12:07:33 -0600 |
commit | 341afb9f83d3caf4aa6edb57d61ebcf5c7799eaf (patch) | |
tree | 1a3603e3ddfc0e0c1c5c89b74c557397f0fb7c78 /environments | |
parent | 98d1795278a79eff606153ed380b03e621cd61c4 (diff) |
Composable service support for Cinder Dell EMC Storage Center
Updated the heat templates for Cinder Dell EMC Storage Center
Backend to use composable services
Closes-Bug: #1661314
Change-Id: I454549c45da7388f0e42975c9f4637dde9ec51e3
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 |