]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix order of calls in update_port
authorSam Betts <sam@code-smash.net>
Thu, 16 Jul 2015 13:08:59 +0000 (14:08 +0100)
committerSam Betts <sam@code-smash.net>
Fri, 31 Jul 2015 13:53:22 +0000 (14:53 +0100)
commitf6ffac2537870956efabe56326c3b30b2ecbf336
treeb3c9c83287b7443ac883ef12cc77d07e933b7545
parent246e4ba54042baa1e715af966adb78f4f660f42d
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
neutron/plugins/ml2/plugin.py