summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihrachys@redhat.com>2015-07-29 17:25:35 +0200
committerIhar Hrachyshka <ihrachys@redhat.com>2015-07-29 17:27:34 +0200
commitef3c74ffa81f1efd53275133cc4012d9b9d11a8d (patch)
treeaff2124513afdec8e3cb8842f3210575119e5849
parent85655ee1a6fe07c61a81051c4d073fab7c4911b6 (diff)
downloadneutron-ef3c74ffa81f1efd53275133cc4012d9b9d11a8d.tar.gz
[qos] ovs: removed TODO for getting integration bridge from arguments
I don't think it gives us anything if we would push it thru arguments. Change-Id: Ia5f7ce327eb9733faf948f68b5ff30d20df20635 Partially-Implements: blueprint quantum-qos-api
-rw-r--r--neutron/plugins/ml2/drivers/openvswitch/agent/extension_drivers/qos_driver.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/neutron/plugins/ml2/drivers/openvswitch/agent/extension_drivers/qos_driver.py b/neutron/plugins/ml2/drivers/openvswitch/agent/extension_drivers/qos_driver.py
index 2902218bee..182851176a 100644
--- a/neutron/plugins/ml2/drivers/openvswitch/agent/extension_drivers/qos_driver.py
+++ b/neutron/plugins/ml2/drivers/openvswitch/agent/extension_drivers/qos_driver.py
@@ -26,8 +26,6 @@ class QosOVSAgentDriver(qos_agent.QosAgentDriver):
def __init__(self):
super(QosOVSAgentDriver, self).__init__()
- # TODO(QoS) check if we can get this configuration
- # as constructor arguments
self.br_int_name = cfg.CONF.OVS.integration_bridge
self.br_int = None
self.handlers = {}