From 94c65577e67bf754eaa37ca6051abba4d05c2349 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 31 Oct 2018 13:59:51 +0800 Subject: [PATCH] Update freezer_api config doc Update freezer_api configurations in the installation documentation Change-Id: Ic205728bc9b3505f60c1acd72dbc147510430cd6 --- doc/source/install/common_configure.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/install/common_configure.rst b/doc/source/install/common_configure.rst index 0f3d441d..95764c3e 100644 --- a/doc/source/install/common_configure.rst +++ b/doc/source/install/common_configure.rst @@ -156,6 +156,17 @@ connection = mysql+pymysql://root:stack@127.0.0.1/freezer?charset=utf8 + * Currently, `Freezer API v2 `_ + is enabled and used by default. If you want to use + `Freezer API v1 `_ + instead, manually activate it in the [DEFAULT] section: + + .. code-block:: ini + + [DEFAULT] + ... + enable_v1_api=True + Start elasticsearch -------------------