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
This commit is contained in:
qiaomin 2018-01-04 11:15:13 +08:00
parent 5535350aff
commit e68fe4a8b2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -21,7 +21,7 @@ Example:
.. sourcecode:: python
SAHARA_AUTO_IP_ALLOCATION_ENABLED = True
SAHARA_FLOATING_IP_DISABLED = True
..
2. Different endpoint