Comment 2 for bug 1475297

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

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

commit f6ffac2537870956efabe56326c3b30b2ecbf336
Author: Sam Betts <email address hidden>
Date: Thu Jul 16 14:08:59 2015 +0100

    Fix order of calls in update_port

    https://review.openstack.org/#/c/196908 introduced some extra logic to
    do with DVR to update_port, however it changed the ordering of some of
    the calls, this patch ensures that the calls that need to happen before
    precommit happen in the right place.

    Change-Id: I560100b3be76c616a93bf7d3264675dce6cef732
    Closes-Bug: #1475297