Comment 2 for bug 1336107

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

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

commit 89fb8b633b1ae34d0b56d73ee115462f4acc9540
Author: Marga Millet <email address hidden>
Date: Fri Aug 1 10:41:45 2014 -0700

    Raise exception for network delete with subnets presents

    N1kv plugin should raise an exception during network delete
    if there is a subnet that is tied to that network.

    Changed the order of the Assert arguments since now it's encoraged to have <expected_value, actual_value> now.

    Change-Id: I92f177af0e2a2fbc460e0d668989ce590b7d1cb2
    Closes-Bug: 1336107