neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/extension_drivers
Miguel Angel Ajo d56fea0a39 Fix the low level OVS driver to really do egress
It seems that the Queue + QoS + linux-htb implementation was really
limiting ingress by default. So this patch switches the implementation
to the ovs ingress_policing_rate and ingress_policing_burst parameters
of the Interface table.

Later in time we may want to revise this, to make TC & queueing possible,
but this is good enough for egress limiting.

Also, removed the _update_bandwidth_limit del+set on OvS QoS driver for
the bandwidth limit rule update, since that's not needed anymore.

Change-Id: Ie802a235ae19bf679ba638563ac7377337448f2a
Partially-Implements: ml2-qos
2015-08-12 09:37:45 +00:00
..
__init__.py Add unit tests and fixes for OVS Agent QoS Extension Driver 2015-07-15 15:23:59 +03:00
test_qos_driver.py Fix the low level OVS driver to really do egress 2015-08-12 09:37:45 +00:00