Comment 6 for bug 1479309

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

Reviewed: https://review.openstack.org/219458
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5bc885ddc06d4b7034152e67a36a59a5d5d2d003
Submitter: Jenkins
Branch: stable/juno

commit 5bc885ddc06d4b7034152e67a36a59a5d5d2d003
Author: Salvatore Orlando <email address hidden>
Date: Tue Sep 1 13:49:51 2015 -0700

    NSX-mh: perform appropriate pre-delete checks

    This patch ensures that pre-delete checks are executed in the
    appropriate way for both DVR and 'traditional' routers, by
    invoking the _ensure_router_not_in_use method defined in
    neutron.db.l3_db.L3_nat_dbonly_mixin

    Also, verify metadata network before removing router to ensure
    metada access network's router port is removed if not yet
    deleted.

    Applied from commit: 5a07069824d468bc9b49cf72c8d5092d5a8a523f
    Change-Id: I96933c4523bdd90fbc2647f4860533f8d53802e4
    Closes-Bug: #1479309