aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/nova/vncproxy.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/vncproxy.pp
parentece3dde074142fd501ec5494b26b0b82f1a3947a (diff)
parent31c00a9f3d3c1eff899cfa00a9cad1e9c07f3e47 (diff)
Merge "nova: do not manage nova-compute with pacemaker"
Diffstat (limited to 'manifests/profile/pacemaker/nova/vncproxy.pp')
-rw-r--r--manifests/profile/pacemaker/nova/vncproxy.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/nova/vncproxy.pp b/manifests/profile/pacemaker/nova/vncproxy.pp
index 7f7d095..ec71ca7 100644
--- a/manifests/profile/pacemaker/nova/vncproxy.pp
+++ b/manifests/profile/pacemaker/nova/vncproxy.pp
@@ -36,6 +36,13 @@ class tripleo::profile::pacemaker::nova::vncproxy (
include ::tripleo::profile::pacemaker::nova
include ::tripleo::profile::base::nova::vncproxy
+ Service<| title == 'nova-vncproxy' |> {
+ hasrestart => true,
+ restart => '/bin/true',
+ start => '/bin/true',
+ stop => '/bin/true',
+ }
+
if $step >= 5 and downcase($::hostname) == $pacemaker_master {
pacemaker::resource::service { $::nova::params::vncproxy_service_name:
clone_params => 'interleave=true',