]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Process update_network in the openvswitch agent
authorMiguel Angel Ajo <mangelajo@redhat.com>
Fri, 21 Aug 2015 12:40:05 +0000 (14:40 +0200)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Thu, 27 Aug 2015 13:36:20 +0000 (15:36 +0200)
commitb292e197ff8fde50823717263ae0b13fc66c980b
tree0683e76f68d708b444e39d8610549033a99090ad
parent5282e80941050c17c8286011d8a954137bfa612c
Process update_network in the openvswitch agent

This will allow ports with attributes related to the network to be
updated as necessary. Initially QoS extension which is able to
attach a network policy to the port.

Another approach would be sending updates to every single port
on a network, but that doesn't scale well for networks with lots
of ports.

Change-Id: Ie28297840b5702a920142af02dd17b10775d76ca
Partially-Implements: blueprint ml2-qos
Closes-Bug: 1486028
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/ml2/plugin.py
neutron/plugins/ml2/rpc.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py