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
This commit is contained in:
parent
57fdd2ed1f
commit
5f23a719f5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user