Don't include api/scheduler manifests on manila share service set up
authorJan Provaznik <jprovazn@redhat.com>
Mon, 2 Jan 2017 11:32:20 +0000 (12:32 +0100)
committerJan Provaznik <jprovazn@redhat.com>
Mon, 2 Jan 2017 11:32:20 +0000 (12:32 +0100)
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

index 8d6c2a7..4d79782 100644 (file)
@@ -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 {