I think this was a nova bug that was fixed.
** Changed in: python-novaclient
Status: New => Invalid
--
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:
Invalid
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
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp