From 9ba81eb6c63201640c177779ef197969054e0c84 Mon Sep 17 00:00:00 2001 From: Vitalii Solodilov Date: Sun, 25 Feb 2018 15:17:40 +0400 Subject: [PATCH] Replaced the deprecated options in the configuration guide Change-Id: If59cb3c1011bc26174f1ebb98626960d22e190a8 Signed-off-by: Vitalii Solodilov --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5d859d2c1..f3e0b3bd0 100644 --- a/README.rst +++ b/README.rst @@ -93,10 +93,9 @@ an OpenStack environment. #. Edit file ``/etc/mistral/mistral.conf`` according to your setup. Pay attention to the following sections and options:: - [oslo_messaging_rabbit] - rabbit_host = - rabbit_userid = - rabbit_password = + [DEFAULT] + # driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query + transport_url = rabbit://guest:guest@localhost:5672// [database] # Use the following line if *PostgreSQL* is used