From f989ab6957f2085f66e390dba2c2d5aee7ff430e Mon Sep 17 00:00:00 2001 From: Ricardo Rocha Date: Fri, 21 Jun 2019 13:54:11 +0200 Subject: [PATCH] Fix auto_scaling_enabled default in docs The default for auto_scaling_enabled in kubernetes is set to false in the cluster heat templates, but true in the end user docs. Update the end user docs to match the actual value. Change-Id: Ie11a12f4ee8e5fbb760c177de72f8a3d88c751c5 Story: #2005928 Task: #34270 --- doc/source/user/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 6af9439bdd..e21fd1a6aa 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -401,7 +401,7 @@ the table are linked to more details elsewhere in the user guide. | `auto_healing_enabled`_ | - true | false | | | - false | | +---------------------------------------+--------------------+---------------+ -| `auto_scaling_enabled`_ | - true | true | +| `auto_scaling_enabled`_ | - true | false | | | - false | | +---------------------------------------+--------------------+---------------+ | `node_problem_detector_tag`_ | see below | see below |