594f6f2023
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
10 lines
422 B
YAML
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.
|