kolla-ansible/releasenotes/notes/bug-2080552-714078144170a5bd.yaml
Michal Nasiadka 35e59efabc ovn: Fix FQDN-based deployments
Since [1] Neutron puts requested-chassis entry with a name taken
from the agent, which results in FQDN-based name on FQDN-based
deployments. It does not match what we set in hostname in OVS.

[1]: I4e3c001dd3bb37b86fda8b9495a3c5178c3e736d

Closes-Bug: #2080552
Change-Id: I3ae03aa2e09bc445f0f5a95a43bf210f06685cc1
2024-10-08 11:27:55 +02:00

9 lines
315 B
YAML

---
fixes:
- |
Fixes #2080552.
``openvswitch`` role will now set ``external-ids:hostname`` to
``{{ ansible_facts.fqdn }}`` instead of ``{{ ansible_facts.hostname }}``
due to Neutron using FQDN based hostnames in ``requested-chassis`` field.
`LP#2080552 <https://launchpad.net/bugs/2080552>`__