Update freezer_api config doc

Update freezer_api configurations in the installation documentation

Change-Id: Ic205728bc9b3505f60c1acd72dbc147510430cd6
This commit is contained in:
Mike Chen 2018-10-31 13:59:51 +08:00 committed by gecong
parent 4aa1dca743
commit 94c65577e6
1 changed files with 11 additions and 0 deletions

View File

@ -156,6 +156,17 @@
connection = mysql+pymysql://root:stack@127.0.0.1/freezer?charset=utf8
* Currently, `Freezer API v2 <https://developer.openstack.org/api-ref/backup/v2/>`_
is enabled and used by default. If you want to use
`Freezer API v1 <https://developer.openstack.org/api-ref/backup/v1/>`_
instead, manually activate it in the [DEFAULT] section:
.. code-block:: ini
[DEFAULT]
...
enable_v1_api=True
Start elasticsearch
-------------------