From 8d4db5b88ae6c8f130d461b9c902c6153abe6108 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 26 Jun 2018 09:47:23 -0400 Subject: [PATCH] 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 --- api-ref/source/os-floating-ip-pools.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/api-ref/source/os-floating-ip-pools.inc b/api-ref/source/os-floating-ip-pools.inc index 0740d4cb2b..4054daf41a 100644 --- a/api-ref/source/os-floating-ip-pools.inc +++ b/api-ref/source/os-floating-ip-pools.inc @@ -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 - `__. + 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.