Merge "Fix adds notes about replacements of items between % signs"
This commit is contained in:
commit
249d5a4ede
@ -38,6 +38,9 @@ Before you install Murano, verify that you completed the following tasks:
|
|||||||
|
|
||||||
#. Create an empty database:
|
#. Create an empty database:
|
||||||
|
|
||||||
|
Replace %MURANO_DB_PASSWORD% with the actual password. For example,
|
||||||
|
'admin'.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
mysql -u root -p
|
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
|
The example uses MySQL database. If you want to use another
|
||||||
database type, edit the ``[database]`` section correspondingly.
|
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
|
.. code-block:: ini
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
Loading…
Reference in New Issue
Block a user