From 360e837f2c736ff0dbdbf245f646fac16a2f80a4 Mon Sep 17 00:00:00 2001 From: Haiwei Xu Date: Mon, 25 May 2015 19:28:05 +0900 Subject: [PATCH] Fix some misses of README.rst Change-Id: Id74449160a8d7a65bfa1c2f7f9129365be673cc8 --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index dc93e9a8d..1d5e772e6 100644 --- a/README.rst +++ b/README.rst @@ -59,9 +59,9 @@ Install Senlin Server $ cd /opt/stack/senlin $ tools/gen-config $ sudo mkdir /etc/senlin - $ cp etc/senlin/api-paste.ini /etc/senlin - $ cp etc/senlin/policy.json /etc/senlin - $ cp etc/senlin/senlin.conf.sample + $ sudo cp etc/senlin/api-paste.ini /etc/senlin + $ sudo cp etc/senlin/policy.json /etc/senlin + $ sudo cp etc/senlin/senlin.conf.sample /etc/senlin/senlin.conf Edit file `/etc/senlin/senlin.conf` according to your system settings. The most common options to be customized include:: @@ -79,7 +79,8 @@ most common options to be customized include:: admin_tenant_name = service [oslo_messaging_rabbit] - rabbit_host = + rabbit_userid = + rabbit_hosts = rabbit_password = 5. Create Senlin Database @@ -118,6 +119,6 @@ Install Senlin Client :: $ cd python-senlinclient - $ python setup.py install + $ sudo python setup.py install You are ready to begin your journey (aka. adventure) with Senlin, now.