4e3fb31919
Add support for listing floating ip pools (subnets). A new API resource ``floatingip-pools`` is introduced. This API endpoint can return a list floating ip pools which are essentially mappings between network UUIDs and subnet CIDRs. Users can use this API to find out the pool to create the floating IPs. Related patches: * neutron-lib: https://review.openstack.org/#/c/556674/ * tempest-plugin: https://review.openstack.org/#/c/562038/ APIImpact add floatingip pools api Change-Id: Iaa995630645042520df67d95271e14f11ffcff8c Partial-Bug: #1653932
9 lines
361 B
YAML
9 lines
361 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support for listing floating ip pools (subnets) in L3 plugin.
|
|
A new API resource ``floatingip-pools`` is introduced.
|
|
This API endpoint can return a list of floating ip pools which are
|
|
essentially mappings between network UUIDs and subnet CIDRs.
|
|
Users can use this API to find out the pool to create the floating IPs.
|