Hardcode mysql password for simplicity. Update params for new version of devstack. Change-Id: I5390004fdf5859e8ccb895274ab03e86f769164echanges/82/982/1
parent
67bcce274f
commit
5f51ee4824
@ -0,0 +1,7 @@
|
||||
# This file is managed by puppet.
|
||||
|
||||
MYSQL_PASSWORD=secret
|
||||
RABBIT_PASSWORD=secret
|
||||
ADMIN_PASSWORD=secret
|
||||
SERVICE_TOKEN=111222333444
|
||||
ROOTSLEEP=0
|
@ -1,5 +0,0 @@
|
||||
# This file is managed by puppet.
|
||||
|
||||
MYSQL_PASS=<%= mysql_pass -%>
|
||||
RABBIT_PASSWORD=secret
|
||||
ADMIN_PASSWORD=secret
|
@ -0,0 +1 @@
|
||||
secret
|
@ -1 +0,0 @@
|
||||
<%= mysql_pass -%>
|
Loading…
Reference in new issue