From bef1fcdd8afac1c74d06658d1a8ed876905a0da8 Mon Sep 17 00:00:00 2001 From: AghaSaad04 Date: Fri, 23 Oct 2020 20:35:44 +0500 Subject: [PATCH] removed unused env variable reference I've removed the outdated ENV variable KURYR_K8S_LBAAS_USE_OCTAVIA reference from the documentation. As this was misleading and not been enforced anywhere. Closes-Bug: #1901081 Change-Id: I7b114de5913eeeb9e0caa4bebef39ca5038d6dc4 --- doc/source/installation/devstack/basic.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/source/installation/devstack/basic.rst b/doc/source/installation/devstack/basic.rst index 9ba11b6ff..f5abf3f53 100644 --- a/doc/source/installation/devstack/basic.rst +++ b/doc/source/installation/devstack/basic.rst @@ -53,9 +53,6 @@ Now edit ``devstack/local.conf`` to set up some initial options: * If you have multiple network interfaces, you need to set ``HOST_IP`` variable to the IP on the interface you want to use as DevStack's primary. -* ``KURYR_K8S_LBAAS_USE_OCTAVIA`` can be set to False if you want more - lightweight installation. In that case installation of Glance and Nova will - be omitted. * If you already have Docker installed on the machine, you can comment out line starting with ``enable_plugin devstack-plugin-container``.