From 45e026b16b20c751fb62525e9a627a8928d5ae69 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Fri, 11 Nov 2016 11:09:31 -0500 Subject: [PATCH] Explicitly document enable_telemetry defaults in upgrade docs Change-Id: Ibe3add338a5a2344ea30dbad3080a953f246bdec --- doc/source/post_deployment/upgrade.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/source/post_deployment/upgrade.rst b/doc/source/post_deployment/upgrade.rst index 05acd444..e2a58f43 100644 --- a/doc/source/post_deployment/upgrade.rst +++ b/doc/source/post_deployment/upgrade.rst @@ -81,15 +81,20 @@ Upgrading the Undercloud .. admonition:: Mitaka to Newton :class: mton - In newton the undercloud telemetry services are **disabled** by default. - In order to maintain the telemetry services during the mitaka to newton - upgrade the operator must explicitly enable them **before** running the - undercloud upgrade. This is done by adding:: + In the first release of instack-undercloud newton(5.0.0), the undercloud + telemetry services are **disabled** by default. In order to maintain the + telemetry services during the mitaka to newton upgrade the operator must + explicitly enable them **before** running the undercloud upgrade. This + is done by adding:: enable_telemetry = true in the [DEFAULT] section of the undercloud.conf configuration file. + If you are using any newer newton release, this option is switched back + to **enabled** by default to make upgrade experience better. Hence, if + you are using a later newton release you don't need to explicitly enable + this option. The following command will upgrade the undercloud::