Comment 6 for bug 1535707

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

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

commit da00d1a186c55c91887c9546e893f6d075a2c2ad
Author: Andreas Scheuring <email address hidden>
Date: Wed Mar 9 13:56:22 2016 +0100

    l3: Send notify on router_create when ext gw is specified

    A router that got created with an external gateway specified now
    triggers a notfiy_router_updated event. This triggers scheduling
    of the router and creation of the network namespace on the target
    node.

    Change-Id: I7f6ff5edf6a9c5ffa6d8978c1f3de0e106b6a8bb
    Closes-Bug: #1535707