From 47f646ccf23b753ede9c6214f378b0b7a377ee69 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 26 Jun 2018 09:41:07 -0400 Subject: [PATCH] Fix API reference for os-floating-ip-dns 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: I8b7638bb0835711ef174d6caf1b53e4a1808ef53 --- api-ref/source/os-floating-ip-dns.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/api-ref/source/os-floating-ip-dns.inc b/api-ref/source/os-floating-ip-dns.inc index 860b40affc26..0d38277037e6 100644 --- a/api-ref/source/os-floating-ip-dns.inc +++ b/api-ref/source/os-floating-ip-dns.inc @@ -9,11 +9,8 @@ .. 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. Manages DNS records associated with floating IP addresses. The API dispatches requests to a DNS driver that is selected at startup.