openstack-ansible/releasenotes/notes/neutron_az_support-97f3ab40bf554766.yaml
Dmitriy Rabotyagov c7200cc132 Create Caracal Beta release
In order to get some more testing around new defaults, it might make
sense to create a Beta version which comes prior to branching. In the
meanwhile we can land leftovers for branches and take our time to
cover found issues.

Change-Id: Ie478e298a3a9292ec069b76548d8f4238efc90a1
2024-05-17 16:19:49 +00:00

13 lines
557 B
YAML

---
features:
- |
Added extra variables to Neutron role for Availability Zones configuration:
* ``neutron_default_availability_zones`` - defines a list of AZs where
l3/dhcp agents or OVN routers/ports will be scheduled to when hint is
not provided in a request to Neutron API.
* ``neutron_availability_zone`` - Availability Zone of the current
component. It is recommended to leverage group/host_vars for setting
this variable.
For OVN this variable can contain multiple values spearated by colon.