Comment 3 for bug 2045548

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic-python-agent (master)

Reviewed: https://review.opendev.org/c/openstack/ironic-python-agent/+/903999
Committed: https://opendev.org/openstack/ironic-python-agent/commit/0d4ae976c2ecf843ffc5fc9f76c98910a774708c
Submitter: "Zuul (22348)"
Branch: master

commit 0d4ae976c2ecf843ffc5fc9f76c98910a774708c
Author: Dmitry Tantsur <email address hidden>
Date: Wed Dec 13 16:44:49 2023 +0100

    Support several API and Inspector URLs

    Allows nodes with a single IP stack to be deployed from a dual-stack
    Ironic.

    Detecting advertised address and usable Ironic URLs are done completely
    independently which does open some space for a misconfiguration. I hope
    it's not likely in the reality, especially since this feature is
    targetting advanced standalone users.

    Change-Id: Ifa506c58caebe00b37167d329b81c166cdb323f2
    Closes-Bug: #2045548