diff options
Diffstat (limited to 'manifests/profile/pacemaker/nova/vncproxy.pp')
-rw-r--r-- | manifests/profile/pacemaker/nova/vncproxy.pp | 7 |
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', |