diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-07-09 04:45:23 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-07-09 04:45:23 +0000 |
commit | adc02fd625b6be1ee6529a4c7646e62d793a206a (patch) | |
tree | c34ce515e36f8e49d1524da378158c629be760fa /manifests/profile/base | |
parent | c68e7429202722ef8b5bc2904b5e8e864dfd69cb (diff) | |
parent | 187cd52b04d3bfcb3c24bd6774fac4494a279997 (diff) |
Merge "Split Sahara pacemaker roles into separate services"
Diffstat (limited to 'manifests/profile/base')
-rw-r--r-- | manifests/profile/base/sahara/api.pp | 2 | ||||
-rw-r--r-- | manifests/profile/base/sahara/engine.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/profile/base/sahara/api.pp b/manifests/profile/base/sahara/api.pp index e9149b1..dc23d64 100644 --- a/manifests/profile/base/sahara/api.pp +++ b/manifests/profile/base/sahara/api.pp @@ -28,6 +28,6 @@ class tripleo::profile::base::sahara::api ( ) { if $step >= 4 { include ::tripleo::profile::base::sahara - include ::sahara::api + include ::sahara::service::api } } diff --git a/manifests/profile/base/sahara/engine.pp b/manifests/profile/base/sahara/engine.pp index 28aff7b..8fa1f5f 100644 --- a/manifests/profile/base/sahara/engine.pp +++ b/manifests/profile/base/sahara/engine.pp @@ -37,6 +37,6 @@ class tripleo::profile::base::sahara::engine ( if $step >= 4 or ($step >= 3 and $sync_db) { include ::tripleo::profile::base::sahara - include ::sahara::engine + include ::sahara::service::engine } } |