yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68674
[Bug 1696309] Re: net-ip-availability-list not support filter by project id
Reviewed: https://review.openstack.org/471604
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8ab3a7dc0d5778dfb9c8fdf7e5e0526f1eadd39e
Submitter: Zuul
Branch: master
commit 8ab3a7dc0d5778dfb9c8fdf7e5e0526f1eadd39e
Author: Dongcan Ye <hellochosen@xxxxxxxxx>
Date: Wed Jun 7 15:04:30 2017 +0800
Add network ip availability filtered by project_id
Currently we can't get network ip availability list by project id,
This patch fixes it.
Also add project_id attribute in net-ip-availability-show.
Change-Id: I3eed5a26e5674740b331f772eb7f510b41fae4e4
Closes-Bug: #1696309
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1696309
Title:
net-ip-availability-list not support filter by project id
Status in neutron:
Fix Released
Bug description:
List network ip availability filtered by project id not supported.
$ neutron net-ip-availability-list --project-id 6d0a93fb8cfc4c2f84e3936d95a17bad
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+--------------------------------------+----------------------------------+--------------+-----------+----------+
| network_id | tenant_id | network_name | total_ips | used_ips |
+--------------------------------------+----------------------------------+--------------+-----------+----------+
| 34bed001-306a-4b1c-a441-c9f6bf95b361 | b76ff5120e234f11a7e7a35a5b60277e | private-net | 253 | 2 |
| 4ebdcf94-6ec9-498c-a2c6-b7746aaf09f5 | c04b15f261854c13bff01610313e7b99 | dvr-net | 253 | 4 |
| e374af03-4461-4316-bf8c-d95f5ed8526c | 274428ff074a4b639809fb28a52c2621 | private-net | 253 | 5 |
| bd1aa0a3-fe2f-42b1-b4e0-6405d4609279 | ed343dbff2384a07bf5871f0cac018f5 | private-net | 253 | 2 |
| 3a4a15f6-5eb3-4f4e-acf5-940131030e9f | c04b15f261854c13bff01610313e7b99 | ceph-net | 253 | 7 |
| 9cd01eb4-906a-4c68-b705-0520bfe1b1e6 | 6d0a93fb8cfc4c2f84e3936d95a17bad | net12 | 253 | 1 |
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1696309/+subscriptions
References