diff options
author | Dan Prince <dprince@redhat.com> | 2016-08-19 08:53:37 -0400 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-08-19 13:37:59 +0000 |
commit | d8df132a72cbd207097a181fede58df00185cd57 (patch) | |
tree | a56ee6cdf3f70fd621d279d0432921b9a78f883f /environments | |
parent | 9b739012b71e2833e59e94cbe423cda77405c6cb (diff) |
Disable Sahara by default
Users who want Sahara enable now can simply include the
environments/services/sahara.yaml Heat environment.
Change-Id: I3df96b6e78ba3eddb62e79d854862a7e2d614c51
Diffstat (limited to 'environments')
-rw-r--r-- | environments/services/sahara.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/services/sahara.yaml b/environments/services/sahara.yaml new file mode 100644 index 00000000..d4be3742 --- /dev/null +++ b/environments/services/sahara.yaml @@ -0,0 +1,3 @@ +resource_registry: + OS::TripleO::Services::SaharaApi: puppet/services/sahara-api.yaml + OS::TripleO::Services::SaharaEngine: puppet/services/sahara-engine.yaml |