Update API reference for os-floating-ip-pools

The os-floating-ip-pools API is implemented for both
nova-network and neutron. When using neutron, it justs
lists external network names.

Since it's a deprecated proxy to neutron we won't remove
it as part of blueprint remove-nova-network, but we can
update the API reference to explain how to achieve the
equivalent functionality in the networking service API,
so that's done here.

Change-Id: Ieb4c7a0657929f66ed5b642c5941e65aee24372d
This commit is contained in:
Matt Riedemann 2018-06-26 09:47:23 -04:00
parent 47f646ccf2
commit 8d4db5b88a
1 changed files with 6 additions and 4 deletions

View File

@ -6,11 +6,13 @@
.. warning::
These APIs are proxy calls to the Network service. Nova has
This API is a proxy call to the Network service. Nova has
deprecated all the proxy APIs and users should use the native APIs
instead. These will fail with a 404 starting from microversion 2.36.
See: `Relevant Network APIs
<https://developer.openstack.org/api-ref/networking/v2/#networks>`__.
instead. This API will fail with a 404 starting from microversion 2.36.
For the equivalent functionality in the Network service, one can request::
GET /networks?router:external=True&fields=name
Manages groups of floating IPs.