From c62b37702065e95e17ca6aa4cf9a3b29b9eca9af Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 26 Jun 2018 09:38:36 -0400 Subject: [PATCH] Fix API reference for os-floating-ips-bulk The generic warning in here about being a proxy to neutron is incorrect since these APIs don't proxy anything to neutron and won't work if you're using neutron, so the warning is updated. Part of blueprint remove-nova-network Change-Id: I6f88108ba81dfb8f47fb56a35aa6abc2bad0d710 --- api-ref/source/os-floating-ips-bulk.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/api-ref/source/os-floating-ips-bulk.inc b/api-ref/source/os-floating-ips-bulk.inc index fcdfd8f03e..653415f12d 100644 --- a/api-ref/source/os-floating-ips-bulk.inc +++ b/api-ref/source/os-floating-ips-bulk.inc @@ -6,13 +6,10 @@ .. warning:: - These APIs are proxy calls 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 - `__. + Since these APIs are only implemented for **nova-network**, they are + deprecated. These will fail with a 404 starting from microversion 2.36. -(nova-network only) Bulk-creates, deletes, and lists floating IPs. +Bulk-creates, deletes, and lists floating IPs. Default pool name is ``nova``. To view available pools, use the ``os-floating-ip-pools`` extension.