Comment 2 for bug 1695101

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

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

commit abe9938367f3f7cf21e5c0e42ee7b9b81b4960b0
Author: Swaminathan Vasudevan <email address hidden>
Date: Thu Jun 1 15:49:38 2017 -0700

    DVR: Fix DVR Router snat ports and gateway ports host binding issue

    DVR snat ports and gateway ports are not bound to any host
    and so we don't see the snat namespace getting created.

    The issue is the _build_routers_list in l3_dvr_db.py is not called due
    to the inheritance order.

    Change-Id: I56f9de31524aeef262cf2a78be3abf8487c21a12
    Closes-Bug: #1695101