aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/glance.pp
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-05-06 19:38:29 +0200
committerGiulio Fidente <gfidente@redhat.com>2016-05-09 12:31:30 +0200
commit837643416d6fc636336d74b1da800a295c3d49a3 (patch)
treee890298646a732d2dc415c14b3a84d9758892297 /manifests/profile/pacemaker/glance.pp
parent01ffa0be0060dd10dcfe23121635708c2e697a89 (diff)
Remove manage_service and enabled from TripleO manifests
These can be controlled via the specific Pacemaker role template. Depends-On: I91a4267f0fc230f63df3333747d28463c7ae55fe Change-Id: I8ef7bb94e048b998712b3534ceb51a7d10d016e9
Diffstat (limited to 'manifests/profile/pacemaker/glance.pp')
-rw-r--r--manifests/profile/pacemaker/glance.pp7
1 files changed, 1 insertions, 6 deletions
diff --git a/manifests/profile/pacemaker/glance.pp b/manifests/profile/pacemaker/glance.pp
index 4dca67e..10f4f03 100644
--- a/manifests/profile/pacemaker/glance.pp
+++ b/manifests/profile/pacemaker/glance.pp
@@ -75,14 +75,9 @@ class tripleo::profile::pacemaker::glance (
$pacemaker_master = false
}
- class { '::tripleo::profile::base::glance::api':
- manage_service => false,
- enabled => false,
- }
+ include ::tripleo::profile::base::glance::api
class { '::tripleo::profile::base::glance::registry':
sync_db => $pacemaker_master,
- manage_service => false,
- enabled => false,
}
if $step >= 4 {