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
This commit is contained in:
Thai Tran 2016-02-16 09:44:24 -08:00
parent 4cb638c470
commit dc37a02493

View File

@ -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