diff --git a/chef/cookbooks/nova/recipes/controller_ha.rb b/chef/cookbooks/nova/recipes/controller_ha.rb index 54aedec6..bdc35b04 100644 --- a/chef/cookbooks/nova/recipes/controller_ha.rb +++ b/chef/cookbooks/nova/recipes/controller_ha.rb @@ -122,6 +122,9 @@ pacemaker_clone "cl-#{group_name}" do rsc group_name action [:create, :start] + meta ({ + "interleave" => "true", + }) only_if { CrowbarPacemakerHelper.is_cluster_founder?(node) } end