From 2cf88ab0e418b4849a3681c7188c9d1a87955e99 Mon Sep 17 00:00:00 2001 From: Ilya Popov Date: Sun, 4 Sep 2016 18:08:43 +0300 Subject: [PATCH] Fix adds notes about replacements of items between % signs Change-Id: Ia2e78dc84f1e52a567b3ced397e42af4e1fc49d4 Closes-Bug: #1620048 --- .../draft/admin-guide/deploy_murano/install_manually.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/draft/admin-guide/deploy_murano/install_manually.rst b/doc/source/draft/admin-guide/deploy_murano/install_manually.rst index 505288f6..2c8530e4 100644 --- a/doc/source/draft/admin-guide/deploy_murano/install_manually.rst +++ b/doc/source/draft/admin-guide/deploy_murano/install_manually.rst @@ -38,6 +38,9 @@ Before you install Murano, verify that you completed the following tasks: #. Create an empty database: + Replace %MURANO_DB_PASSWORD% with the actual password. For example, + 'admin'. + .. code-block:: console mysql -u root -p @@ -88,6 +91,10 @@ Install the API service and engine The example uses MySQL database. If you want to use another database type, edit the ``[database]`` section correspondingly. + Replace items in "%" with the actual values. For example, replace + %RABBITMQ_SERVER_IP% with 127.0.0.1. So, the complete row with the + replaced value will be rabbit_host = 127.0.0.1 + .. code-block:: ini [DEFAULT]