From e20c047a1eb8509cc7e853a01d2e4fbe6a4c687c Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Thu, 4 Jun 2015 12:41:54 -0700 Subject: [PATCH] Prevent RXTX factor from being updated on network queue This patch fixes an issue where the RXTX factor was being updated by mistake in the process of creating a new queue. Change-Id: I61a6f1b65f02928760681b31442cb92777164455 --- vmware_nsx/neutron/plugins/vmware/dbexts/qos_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx/neutron/plugins/vmware/dbexts/qos_db.py b/vmware_nsx/neutron/plugins/vmware/dbexts/qos_db.py index 8a8544586d..0e2b4d2080 100644 --- a/vmware_nsx/neutron/plugins/vmware/dbexts/qos_db.py +++ b/vmware_nsx/neutron/plugins/vmware/dbexts/qos_db.py @@ -214,7 +214,7 @@ class QoSDbMixin(qos.QueuePluginBase): return queues[0]['queue_id'] # get the size of the queue we want to create - queue_to_create = self._get_qos_queue( + queue_to_create = self.get_qos_queue( context, network_queue_id[0]['queue_id']) else: