ironic-inspector/releasenotes/notes/validate-ipv6-address-fda29c929754352e.yaml
zhengyong a1c44d29e6 Support IPv6 address when validating interfaces
When processing introspection data from IPA, ironic inspector only accept IPv4
address of an interface. In a IPv6 environment, the port will not be collected
if processing.add_ports is not set to 'all'.

Story: #1744073
Task: #11374

Co-Authored-By: Kaifeng Wang <kaifeng.w@gmail.com>
Change-Id: I0e1839df4d0e3b89f182ab98549486199d64c4ad
2018-11-19 11:06:37 +08:00

10 lines
390 B
YAML

---
fixes:
- |
Fixes the issue that ports were not collected when there were only IPv6
addresses (no IPv4), and the configuration option
``[processing]add_ports`` was not set to ``all``. Inspector will report
"No suitable interfaces found" if no interface is collected. For more
information see
`Story 1744073 <https://storyboard.openstack.org/#!/story/1744073>`_