yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #02474
[Bug 1170718] Re: nova list --ip filter shows all instances
The code changes are merged as part of the blue print add-attribute-ip-
in-server-search-options.
** Changed in: nova
Status: In Progress => Fix Released
--
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 Released
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