Skip to content

Commit

Permalink
fix the parameter to _port_list
Browse files Browse the repository at this point in the history
Change-Id: Icd9b20a0c3d482ecc9a5e89593f278482e219cdc
(cherry picked from commit 2cf8e4e)
  • Loading branch information
bailkeri authored and Hampapur Ajay committed Feb 6, 2015
1 parent 8f45fcb commit 187b262
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 187b262

Please sign in to comment.