Comment 8 for bug 2038109

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

Reviewed: https://review.opendev.org/c/openstack/magnum/+/897362
Committed: https://opendev.org/openstack/magnum/commit/753baadbb8b5b4c3032d4618166b1c899a50fb07
Submitter: "Zuul (22348)"
Branch: master

commit 753baadbb8b5b4c3032d4618166b1c899a50fb07
Author: Felipe Reyes <email address hidden>
Date: Thu Oct 5 18:39:39 2023 -0300

    Add validator for fixed_network.

    The validate_fixed_network() validator looks for an available network
    matching the id or name, if no networks match a FixedNetworkNotFound
    exception is raised, if more than one networks match then the Conflict
    exception is raised.

    Partial-Bug: #2038109
    Change-Id: I7fb0122889feb4f8fa039be5752e8ac3fbc23b94