summaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/nova/api.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-06 08:45:35 +0000
committerGerrit Code Review <review@openstack.org>2016-07-06 08:45:35 +0000
commitd871899c6b7c6b9714b3772a492bf94140e7348e (patch)
tree5c35811992d869592eb8d41ed69da541532eb4aa /manifests/profile/pacemaker/nova/api.pp
parentece3dde074142fd501ec5494b26b0b82f1a3947a (diff)
parent31c00a9f3d3c1eff899cfa00a9cad1e9c07f3e47 (diff)
Merge "nova: do not manage nova-compute with pacemaker"
Diffstat (limited to 'manifests/profile/pacemaker/nova/api.pp')
-rw-r--r--manifests/profile/pacemaker/nova/api.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/nova/api.pp b/manifests/profile/pacemaker/nova/api.pp
index 5d8e11f..30ab733 100644
--- a/manifests/profile/pacemaker/nova/api.pp
+++ b/manifests/profile/pacemaker/nova/api.pp
@@ -35,6 +35,13 @@ class tripleo::profile::pacemaker::nova::api (
include ::nova::params
include ::tripleo::profile::pacemaker::nova
+ Service<| title == 'nova-api' |> {
+ hasrestart => true,
+ restart => '/bin/true',
+ start => '/bin/true',
+ stop => '/bin/true',
+ }
+
class { '::tripleo::profile::base::nova::api':
sync_db => (downcase($::hostname) == $pacemaker_master),
}