neutron/releasenotes/notes/network_ip_availability-d64bd7032b3c15ee.yaml
Manjeet Singh Bhatia 594f6f2023 ADD API tests for network ip availability
This patch is intended to add api tests for network ip availability.
Right now only tests for list is added in later revisions tests for
show will also be added

Change-Id: I8c1568d097525c43576e516bd86d820c6b0a78fb
2016-03-11 16:49:14 -08:00

10 lines
422 B
YAML

---
prelude: >
Neutron now provides network IP availability information.
features:
- A new API endpoint /v2.0/network-ip-availabilities that allows an admin
to quickly get counts of used_ips and total_ips for network(s) is available.
New endpoint allows filtering by network_id, network_name, tenant_id, and
ip_version. Response returns network and nested subnet data that includes
used and total IPs.