From d556af949c77705d5e702075749a03376e6525c5 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Mon, 10 Jul 2017 16:51:58 +0530 Subject: [PATCH] Update the commands in README.rst The commands given to grant previleges for mistral database and the auth_uri and identity_uri in the keystone_authtoken section in the README.rst is outdated. This patch updates it. Change-Id: I141a64c8a1214fd8f4a35a9b9003ec2a180a48b2 Co-Authored-By: Sharat Sharma Closes-Bug: #1697138 --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 4a65b60fa..a4d83a4b2 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,8 @@ an OpenStack environment. $ mysql -u root -p mysql> CREATE DATABASE mistral; mysql> USE mistral - mysql> GRANT ALL ON mistral.* TO 'root'@'localhost'; + mysql> GRANT ALL PRIVILEGES ON mistral.* TO 'mistral'@'localhost' IDENTIFIED BY 'MISTRAL_DBPASS'; + mysql> GRANT ALL PRIVILEGES ON mistral.* TO 'mistral'@'%' IDENTIFIED BY 'MISTRAL_DBPASS'; #. Generate ``mistral.conf`` file:: @@ -89,8 +90,8 @@ an OpenStack environment. $ cp etc/wf_trace_logging.conf.sample /etc/mistral/wf_trace_logging.conf $ cp etc/mistral.conf.sample /etc/mistral/mistral.conf -#. Edit file ``/etc/mistral/mistral.conf`` according to your setup. Pay attention to - the following sections and options:: +#. Edit file ``/etc/mistral/mistral.conf`` according to your setup. Pay attention + to the following sections and options:: [oslo_messaging_rabbit] rabbit_host = @@ -111,8 +112,8 @@ an OpenStack environment. #. Provide valid keystone auth properties:: [keystone_authtoken] - auth_uri = http:///identity_v2_admin/v3 - identity_uri = http:// admin_password =