Fix two README.rst errors

Add missing password option to setup-service script,
and fix the connection link.

Change-Id: Ia2596a83ca8ded90985c40e9266eca8716773dd8
This commit is contained in:
Haiwei Xu 2015-05-25 17:52:21 +09:00
parent a33cee3304
commit 4950e3e011
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Install Senlin Server
::
$ cd /opt/stack/senlin/tools
$ ./setup-service <HOST IP>
$ ./setup-service <HOST IP> <SERVICE_PASSWORD>
4. Generate configuration file for the Senlin service
@ -67,7 +67,7 @@ Edit file `/etc/senlin/senlin.conf` according to your system settings. The
most common options to be customized include::
[database]
connection = mysql://senlin:<DB PASSWORD>.0.0.1/senlin?charset=utf8
connection = mysql://senlin:<DB PASSWORD>@127.0.0.1/senlin?charset=utf8
[keystone_authtoken]
auth_uri = http://<HOST>:5000/v3