aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/nova.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/pacemaker/nova.pp')
-rw-r--r--manifests/profile/pacemaker/nova.pp13
1 files changed, 1 insertions, 12 deletions
diff --git a/manifests/profile/pacemaker/nova.pp b/manifests/profile/pacemaker/nova.pp
index 09aed61..13c6128 100644
--- a/manifests/profile/pacemaker/nova.pp
+++ b/manifests/profile/pacemaker/nova.pp
@@ -26,17 +26,6 @@ class tripleo::profile::pacemaker::nova (
$step = hiera('step'),
) {
- Service <|
- tag == 'nova-service'
- |> {
- hasrestart => true,
- restart => '/bin/true',
- start => '/bin/true',
- stop => '/bin/true',
- }
-
- if $step >= 4 {
- include ::tripleo::profile::base::nova
- }
+ include ::tripleo::profile::base::nova
}