diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-06-10 14:32:32 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-06-10 14:32:32 +0000 |
commit | 3ea42597cbe5136580955c5e13961f8b1d553d68 (patch) | |
tree | 43b4b2f2b8c786d5ea996648935a0ce231e91b52 /manifests/profile/pacemaker | |
parent | 72fb6727951af2cf5b16e686b3a36f5f3a7c71c7 (diff) | |
parent | b1080692cd70326153b9492877a88a51a9b42c57 (diff) |
Merge "Import ::nova class from THT"
Diffstat (limited to 'manifests/profile/pacemaker')
-rw-r--r-- | manifests/profile/pacemaker/nova.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/profile/pacemaker/nova.pp b/manifests/profile/pacemaker/nova.pp index 09aed61..b6e6cba 100644 --- a/manifests/profile/pacemaker/nova.pp +++ b/manifests/profile/pacemaker/nova.pp @@ -35,8 +35,6 @@ class tripleo::profile::pacemaker::nova ( stop => '/bin/true', } - if $step >= 4 { - include ::tripleo::profile::base::nova - } + include ::tripleo::profile::base::nova } |