From 4950e3e01187800496288071ff9fb5cdd6212372 Mon Sep 17 00:00:00 2001 From: Haiwei Xu Date: Mon, 25 May 2015 17:52:21 +0900 Subject: [PATCH] Fix two README.rst errors Add missing password option to setup-service script, and fix the connection link. Change-Id: Ia2596a83ca8ded90985c40e9266eca8716773dd8 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8d31ec930..dc93e9a8d 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Install Senlin Server :: $ cd /opt/stack/senlin/tools - $ ./setup-service + $ ./setup-service 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:.0.0.1/senlin?charset=utf8 + connection = mysql://senlin:@127.0.0.1/senlin?charset=utf8 [keystone_authtoken] auth_uri = http://:5000/v3