neutron/releasenotes/notes/add-floatingip-pool-api-6927362ef87fdbe5.yaml
Hongbin Lu 4e3fb31919 Introduce floating IP pool resource
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
2018-10-04 15:53:53 +00:00

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.