]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
[qos] ovs: removed TODO for getting integration bridge from arguments
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 29 Jul 2015 15:25:35 +0000 (17:25 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 29 Jul 2015 15:27:34 +0000 (17:27 +0200)
I don't think it gives us anything if we would push it thru arguments.

Change-Id: Ia5f7ce327eb9733faf948f68b5ff30d20df20635
Partially-Implements: blueprint quantum-qos-api

neutron/plugins/ml2/drivers/openvswitch/agent/extension_drivers/qos_driver.py

index 2902218beeab2c41d5a6730e5324d7e6d3fc2d71..182851176ad96f895d7e354260b36b841bfeb16e 100644 (file)
@@ -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 = {}