From dc37a024938a5138c8816a10211a27d69f314a46 Mon Sep 17 00:00:00 2001 From: Thai Tran Date: Tue, 16 Feb 2016 09:44:24 -0800 Subject: [PATCH] Updating password in local_conf In our recommended local_conf.rst, we use pass for password. We should change pass to match what we have in devstack and i9n tests. Change-Id: Ia019eadf91bc6195f40b99d6b1f8478982b76404 Closes-Bug: #1541090 --- doc/source/ref/local_conf.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/ref/local_conf.rst b/doc/source/ref/local_conf.rst index aa9146897..25444bc6d 100644 --- a/doc/source/ref/local_conf.rst +++ b/doc/source/ref/local_conf.rst @@ -11,10 +11,10 @@ that Horizon supports in DevStack when `stack.sh` is run. [[local|localrc]] - ADMIN_PASSWORD=pass - MYSQL_PASSWORD=pass - RABBIT_PASSWORD=pass - SERVICE_PASSWORD=pass + ADMIN_PASSWORD=secretadmin + MYSQL_PASSWORD=secretadmin + RABBIT_PASSWORD=secretadmin + SERVICE_PASSWORD=secretadmin SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50 # Recloning will insure that your stack is up to date. The downside