Also disable send_arp_for_ha when multi_host is false.
This commit is contained in:
@@ -98,8 +98,10 @@ class openstack::compute(
|
|||||||
|
|
||||||
include keystone::python
|
include keystone::python
|
||||||
|
|
||||||
nova_config { 'multi_host': value => 'True'; }
|
nova_config {
|
||||||
nova_config { 'send_arp_for_ha': value => 'True'; }
|
'multi_host': value => 'True';
|
||||||
|
'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')
|
||||||
}
|
}
|
||||||
@@ -114,6 +116,7 @@ class openstack::compute(
|
|||||||
$enable_network_service = false
|
$enable_network_service = false
|
||||||
nova_config {
|
nova_config {
|
||||||
'multi_host': value => 'False';
|
'multi_host': value => 'False';
|
||||||
|
'send_arp_for_ha': value => 'False';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user