From 8f8bb5681e8af15683c7ed3e7ef145eb7ddf3bbf Mon Sep 17 00:00:00 2001
From: Michael Johnson <johnsomor@gmail.com>
Date: Wed, 13 Feb 2019 15:03:17 -0800
Subject: [PATCH] Fix old docs listing octavia as experimental

We long ago moved the Octavia role out of experimental status[1]
so this patch fixes the old docs comments that list it as such.

[1] https://docs.openstack.org/openstack-ansible/queens/contributor/ \
    testing.html#maturity-matrix

Change-Id: I537275e43ff304c8c3e92f401e687029dada79cd
---
 defaults/main.yml                | 4 ++--
 doc/source/configure-octavia.rst | 5 -----
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/defaults/main.yml b/defaults/main.yml
index e3b15a0c..7e956500 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -22,10 +22,10 @@ debug: False
 octavia_service_setup_host: "{{ openstack_service_setup_host | default('localhost') }}"
 octavia_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_python_interpreter | default((octavia_service_setup_host == 'localhost') | ternary(ansible_playbook_python, ansible_python['executable'])) }}"
 
-## Octavia standalone (v2) experimental
+## Octavia standalone (v2)
 octavia_v2: True
 
-## Activate Octavia V1 API
+## Activate Octavia V1 API (deprecated)
 octavia_v1: False
 
 ## Allow TLS listener
diff --git a/doc/source/configure-octavia.rst b/doc/source/configure-octavia.rst
index 7dc7a048..eeafee7d 100644
--- a/doc/source/configure-octavia.rst
+++ b/doc/source/configure-octavia.rst
@@ -2,11 +2,6 @@
 Configuring the Octavia Load Balancing service (optional)
 =========================================================
 
-.. note::
-
-   This feature is experimental at this time and it has not been fully
-   production tested yet.
-
 Octavia is an OpenStack project which provides operator-grade Load Balancing
 (as opposed to the namespace driver) by deploying each individual load
 balancer to its own virtual machine and leveraging haproxy to perform the