]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Change function call order in ovs_neutron_agent.
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 3 Nov 2015 09:55:49 +0000 (09:55 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 4 Nov 2015 10:05:31 +0000 (10:05 +0000)
commit9c72bac0ea37971b2d5430246295c5e8b859b4ed
tree5e8280bd7b94bd8a41dcfc9d0083b6853453c1b5
parent12de02b325d71e12b4bb2bd2d303ef1c5f85d5af
Change function call order in ovs_neutron_agent.

Change function call order in ovs_neutron_agent during the
creation or modification of a port, in order to fulfill the
VLAN OVS tag information in the "port" register before calling
the SG agent. This information is needed in some SG agent
implementations.

Closes-Bug: #1512636
Change-Id: I9813aca6443ac402b10b4cebf8be42416628b050
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py