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
This commit is contained in:
Matt Riedemann 2018-06-26 09:38:36 -04:00
parent 08a618d0c4
commit c62b377020

View File

@ -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
<https://developer.openstack.org/api-ref/networking/v2/#networks>`__.
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.