From 187b262d11bea8f4271600b25d288bc9e373186f Mon Sep 17 00:00:00 2001 From: Prakash Bailkeri Date: Thu, 5 Feb 2015 02:50:41 -0800 Subject: [PATCH] fix the parameter to _port_list Change-Id: Icd9b20a0c3d482ecc9a5e89593f278482e219cdc (cherry picked from commit 2cf8e4ecedc11abf04aedfad7b1b68cfaa104f5d) --- src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py b/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py index 6ae00f4b36e..438bba2a2e9 100644 --- a/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py +++ b/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py @@ -1147,7 +1147,7 @@ def _port_list_project(self, project_id, count=False): port_net_objs = port_net_gevent.value port_vm_objs = port_vm_gevent.value - return self._port_list(port_net_objs, port_objs, iip_objs, vm_objs) + return self._port_list(port_net_objs, all_port_objs, port_iip_objs, port_vm_objs) else: if count: ret_val = 0