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