neutron/releasenotes/notes/bug-1926693-55406915708d59ec.yaml
Takashi Kajinami 577217c52d Make default hypervisor hostname compatible with libvirt
This change ensures that neutron relies on the same logic as libvirt
to generate hypervisor hostname, to fix imcompatible hostname format
used in Nova and Neutron for resource provider name in some
configuration pattens like the one generated by TripleO.

Closes-Bug: #1926693
Change-Id: Iea2533f4c52935b4ecda9ec22fb619c131febfa1
2021-06-15 09:39:03 +09:00

8 lines
305 B
YAML

---
fixes:
- |
`1926693 <https://bugs.launchpad.net/neutron/+bug/1926693>`_
The logic to detect the hypervisor hostname, which was introduced by
`change 69660 <https://review.opendev.org/c/openstack/neutron/+/696600>`_,
has been fixed and now returns the result consistent with libvirt.