Comment 2 for bug 1482676

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

Reviewed: https://review.openstack.org/209978
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a3285ac71acb83880c3e055728acff0c5e339062
Submitter: Jenkins
Branch: master

commit a3285ac71acb83880c3e055728acff0c5e339062
Author: John Davidge <email address hidden>
Date: Fri Aug 7 16:27:47 2015 +0100

    Fix update_subnet for prefix delegation

    A misnamed function call and execution order issue was causing
    update_subnet to fail when a PD enabled subnet received a new CIDR.

    This patch fixes the issues, and introduces an rpc api test to
    ensure the function works. This includes altering the process_prefix_update
    RPC handler to expose the issue to the test.

    Change-Id: Id1e781291f711865fd783ed5e0208694097b7024
    Closes-Bug: 1482676