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