Add missing send_arp_for_ha for multi_host mode, reference from devstack.
This commit is contained in:
@@ -99,6 +99,7 @@ class openstack::compute(
|
|||||||
include keystone::python
|
include keystone::python
|
||||||
|
|
||||||
nova_config { 'multi_host': value => 'True'; }
|
nova_config { 'multi_host': value => 'True'; }
|
||||||
|
nova_config { 'send_arp_for_ha': value => 'True'; }
|
||||||
if ! $public_interface {
|
if ! $public_interface {
|
||||||
fail('public_interface must be defined for multi host compute nodes')
|
fail('public_interface must be defined for multi host compute nodes')
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user