Comment 13 for bug 1692490

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

Reviewed: https://review.openstack.org/523972
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b6d117fcd577f50a431113c4ad13258a7692e822
Submitter: Zuul
Branch: master

commit b6d117fcd577f50a431113c4ad13258a7692e822
Author: Harald Jensas <email address hidden>
Date: Mon Nov 27 20:57:25 2017 +0100

    Allow setting network-segment on subnet update

    To enable the possibility to migrate a non-routed network to a
    routed network allow updating the segment_id of a subnet.

    Only allow the operation if:
     - The network only has one segment
     - The network only has one subnet
     - The current segment_id == None

    APIImpact: The segment_id attribute of subnets now allows put operation.
    Closes-Bug: #1692490
    Depends-On: Iffda823a149a1143f46ee9a05e9640b34bf42c51
    Change-Id: I1aee29dfb59e9769ec0f1cb1f5d2933bc5dc0dc5