From af5e2aa7dcff40e0bb4b5aeb447843c4978cb0d1 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 14 Oct 2019 22:45:03 +0200 Subject: [PATCH] Fix rendering of api-ref main page Due to missing empty lines in LBaaS v2 section on main page of Neutron's api-ref it was rendered incorrectly and sections which are after LBaaS section on this page were not rendered properly too. This patch fixes this issue. TrivialFix Change-Id: I429a00fc4f0f6614f0addc576262622aa2c415f5 Closes-Bug: #1848023 --- api-ref/source/v2/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-ref/source/v2/index.rst b/api-ref/source/v2/index.rst index 9d0fb70b9..a0b2c8abd 100644 --- a/api-ref/source/v2/index.rst +++ b/api-ref/source/v2/index.rst @@ -60,13 +60,16 @@ Quality of Service ########################################### Load Balancer as a Service 2.0 (DEPRECATED) ########################################### + Neutron-lbaas is deprecated as of Queens. Load-Balancer-as-a-Service (LBaaS v2) is now provided by the `Octavia project `_. The `Octavia API v2 `_ is backwards compatible with the neutron-lbaas implementation of the LBaaS 2.0 API. + Please see the FAQ at https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation + ##################################### Logging Resource (networking-midonet) #####################################