Replaced the deprecated options in the configuration guide

Change-Id: If59cb3c1011bc26174f1ebb98626960d22e190a8
Signed-off-by: Vitalii Solodilov <mcdkr@yandex.ru>
This commit is contained in:
Vitalii Solodilov 2018-02-25 15:17:40 +04:00
parent 3f48e24dc4
commit 9ba81eb6c6

View File

@ -93,10 +93,9 @@ an OpenStack environment.
#. Edit file ``/etc/mistral/mistral.conf`` according to your setup. Pay attention #. Edit file ``/etc/mistral/mistral.conf`` according to your setup. Pay attention
to the following sections and options:: to the following sections and options::
[oslo_messaging_rabbit] [DEFAULT]
rabbit_host = <RABBIT_HOST> # driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query
rabbit_userid = <RABBIT_USERID> transport_url = rabbit://guest:guest@localhost:5672//
rabbit_password = <RABBIT_PASSWORD>
[database] [database]
# Use the following line if *PostgreSQL* is used # Use the following line if *PostgreSQL* is used