nova list --ip X not filtering

Bug #892139 reported by klmitch
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-novaclient
Fix Released
High
Unassigned

Bug Description

paul$ nova list --ip 'public.14'| wc -l
      60
paul$ nova list --ip public.14| wc -l
      60
paul$ nova list --ip private.13 | wc -l
      60

Substitute the 'public' and 'private' in the ips for actual public and private IPs. The client would consistently list all 60 vms on the zone and not filter. Admin api enabled.

Revision history for this message
klmitch (q-noreply) wrote :

Are you an admin hitting an API server with admin_api enabled? If either of those are not true, the ip= filtering option is ignored. Also, keep in mind it's a regex... So '.' will match any character when not escaped, though it tends to work out okay for IPs.

Thierry Carrez (ttx)
affects: nova → python-novaclient
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.