35e59efabc
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
9 lines
315 B
YAML
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>`__
|