From 5f23a719f53763daaf4d38fdbda02c9fa85d7c30 Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Mon, 2 Jan 2017 12:32:20 +0100 Subject: Don't include api/scheduler manifests on manila share service set up Manila pacemaker manifest (which sets manila share service only) includes also manila api and scheduler manifests. There is no reason for this. Also it causes that on whichever node manila share service runs also manila api and scheduler services are started. Change-Id: Ia1b39ef36c5bc34813cd6430b69ad9b698acc3cf Closes-Bug: #1653500 --- manifests/profile/pacemaker/manila.pp | 2 -- 1 file changed, 2 deletions(-) (limited to 'manifests/profile/pacemaker/manila.pp') diff --git a/manifests/profile/pacemaker/manila.pp b/manifests/profile/pacemaker/manila.pp index 8d6c2a7..4d79782 100644 --- a/manifests/profile/pacemaker/manila.pp +++ b/manifests/profile/pacemaker/manila.pp @@ -61,8 +61,6 @@ class tripleo::profile::pacemaker::manila ( stop => '/bin/true', } - include ::tripleo::profile::base::manila::api - include ::tripleo::profile::base::manila::scheduler include ::tripleo::profile::base::manila::share if $step >= 4 { -- cgit 1.2.3-korg