openstack-ansible/releasenotes/notes/ovn_gateway_computes-a9509fd25e8d25db.yaml
Dmitriy Rabotyagov cc9e72b7f0 Do not add all computes as OVN gateways
At the moment all compute nodes are explicitly added as
OVN gateway nodes. At the same time one of recommended setups
are to not pass public networks to compute hosts and have
standalone network nodes that are running ovn gateways which is
not possible to configure with current setup.

Change-Id: If99ddc47d32acf41cdb542b4e56d90b6e3589a56
2023-08-23 16:13:24 +02:00

6 lines
139 B
YAML

---
fixes:
- |
All compute nodes are not added as OVN gateways by default and
``network-gateway_hosts`` definition is respected.