d9d884f783
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.
Conflicts:
neutron/agent/common/utils.py
neutron/tests/unit/agent/common/test_utils.py
Closes-Bug: #1926693
Change-Id: Iea2533f4c52935b4ecda9ec22fb619c131febfa1
(cherry picked from commit 577217c52d
)
8 lines
305 B
YAML
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.
|