From e68fe4a8b2a9bf576bfc8b2046a5e636b222fcb9 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Thu, 4 Jan 2018 11:15:13 +0800 Subject: [PATCH] Rename 'SAHARA_AUTO_IP_ALLOCATION_ENABLED' config parameter The 'SAHARA_AUTO_IP_ALLOCATION_ENABLED' config parameter in Sahara is confusing. If you wish to disable floating IP options during node group template creation, set it 'True', but this name sounds like it has to do with automatically associating a floating IP. so we can rename a meaningful variable name. Change-Id: Iadb558e9335cac368a340a470807d246a6699d5f --- doc/source/contributor/dashboard-dev-environment-guide.rst | 2 +- doc/source/install/dashboard-guide.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/dashboard-dev-environment-guide.rst b/doc/source/contributor/dashboard-dev-environment-guide.rst index 5923d88ba9..4cd5a49ecc 100644 --- a/doc/source/contributor/dashboard-dev-environment-guide.rst +++ b/doc/source/contributor/dashboard-dev-environment-guide.rst @@ -98,7 +98,7 @@ creation, add the following parameter: .. sourcecode:: python - SAHARA_AUTO_IP_ALLOCATION_ENABLED = True + SAHARA_FLOATING_IP_DISABLED = True .. 5. Clone sahara-dashboard repository and checkout the desired branch diff --git a/doc/source/install/dashboard-guide.rst b/doc/source/install/dashboard-guide.rst index af5aaf2bc9..ce4c420864 100644 --- a/doc/source/install/dashboard-guide.rst +++ b/doc/source/install/dashboard-guide.rst @@ -21,7 +21,7 @@ Example: .. sourcecode:: python - SAHARA_AUTO_IP_ALLOCATION_ENABLED = True + SAHARA_FLOATING_IP_DISABLED = True .. 2. Different endpoint