0b807ac1d0
Network IP Availability has been merged in Neutron, and, as a result, a new extension is available [1]. There is a patch in Neutron for adding this api extension [2] and a patch for adding commands for its usage [3]. This change basically implements the new api that can be used to check network usage stats of all the networks or specific networks created by Neutron. This patch will add the API extensions to Horizon, and specifically, add IP usage stats to the subnets network table. Reference --------- [1] https://review.openstack.org/#/c/180803/ [2] https://review.openstack.org/#/c/212955/ [3] https://review.openstack.org/#/c/269926/ Partially Implements Blueprint: ip-capacity Change-Id: I4b88adedc8de975d4aca9aeeb5622ec3410686ec Co-Authored-By: Dariusz Smigiel <dariusz.smigiel@intel.com>
9 lines
339 B
YAML
9 lines
339 B
YAML
---
|
|
features:
|
|
- Horizon support for network IP availability feature.
|
|
Enable Horizon admin network dashboard to be able to
|
|
display IP availability. Enables 2 columns in the
|
|
admin network subnets table to display the allocated
|
|
IPs in a given subnet and unallocated free IPs for
|
|
each subnet in the network.
|