--- 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 `__