Skip to content

Commit 7275853

Browse files
authored
Set default neutron availability zone (#2605)
Set the default availability zone for neutron to the configured `nova` zone. OVN external ports require the availablity zone to be set if zones are configured. Failure to do so will result in an empty `ha_chassis_group`. Setting the zone via `availability-zone-hint` is not supported by ansible module `openstack.cloud.network`. Part of osism/issues#1196 Signed-off-by: Jan Horstmann <[email protected]>
1 parent 4734cf6 commit 7275853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[DEFAULT]
22
global_physnet_mtu = 1400
3+
default_availability_zones = nova

0 commit comments

Comments
 (0)