Comment 5 for bug 2054728

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (stable/2023.2)

Reviewed: https://review.opendev.org/c/openstack/ironic/+/910310
Committed: https://opendev.org/openstack/ironic/commit/606edbd13efd6ccc7f01afa447f076ae83fef19b
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 606edbd13efd6ccc7f01afa447f076ae83fef19b
Author: Julia Kreger <email address hidden>
Date: Thu Feb 22 11:45:01 2024 -0800

    neutron: do not error if no cleaning/provisioning on launch

    In the early days of the neutron network interface, we had a hard
    launch failure added to prevent ironic.conf from having a neutron
    network configuration which was not valid when the neutron network
    interface was in use.

    But as time has moved on, these settings became node-settable,
    and ironic configuration largely became mutable as well, so they
    can always be added after the process has been launched.

    But we kept the error being returned. Which doesn't make sense
    now that it can always be back-filled into a working state
    or just entirely be "user supplied" via the API by an appropriate
    user.

    Closes-Bug: 2054728
    Change-Id: I33e76929ca9bf7869b3b4ef4d6501e692cf0a922
    (cherry picked from commit 50ced3a3fab28af50951d39bbb76e561818aee44)