neutron/neutron/tests/common/agents
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 Append @randtoken to L3 agent namespaces in full stack tests 2015-05-12 20:32:54 +00:00
l2_extensions.py Fix the low level OVS driver to really do egress 2015-08-12 09:37:45 +00:00
l3_agent.py Append @randtoken to L3 agent namespaces in full stack tests 2015-05-12 20:32:54 +00:00