← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1170718] Re: nova list --ip filter shows all instances

 

@Jordan: this sounds like a different issue ? If you can reproduce with
current master branch, could you open a new bug to make sure we don't
lose track of this ?

** Changed in: nova
       Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1170718

Title:
  nova list --ip filter shows all instances

Status in OpenStack Compute (Nova):
  Fix Committed
Status in Python client library for Nova:
  New

Bug description:
  When i try to filter instances by IP i get all instances instead of
  filtered.

  
  root@a011:/opt/stack/tempest/tempest/services/compute/json# nova list
  +--------------------------------------+-----------+---------+-------------------+
  | ID                                   | Name      | Status  | Networks          |
  +--------------------------------------+-----------+---------+-------------------+
  | edd24dca-9cac-428b-a62e-469b363d9f5f | insat     | ACTIVE  | private=10.0.11.3 |
  | e9120b8d-b821-4904-9c15-cd629facd271 | instance1 | SHUTOFF | private=10.0.11.2 |
  | 403b976b-d7e4-42ef-a5a4-b342ce237cce | server0   | ACTIVE  | private=10.0.11.4 |
  +--------------------------------------+-----------+---------+-------------------+

  
  root@a011:/opt/stack/tempest/tempest/services/compute/json# nova list --ip 10.0.11.3
  +--------------------------------------+-----------+---------+-------------------+
  | ID                                   | Name      | Status  | Networks          |
  +--------------------------------------+-----------+---------+-------------------+
  | edd24dca-9cac-428b-a62e-469b363d9f5f | insat     | ACTIVE  | private=10.0.11.3 |
  | e9120b8d-b821-4904-9c15-cd629facd271 | instance1 | SHUTOFF | private=10.0.11.2 |
  | 403b976b-d7e4-42ef-a5a4-b342ce237cce | server0   | ACTIVE  | private=10.0.11.4 |
  +--------------------------------------+-----------+---------+-------------------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1170718/+subscriptions