Skip to content

Commit 19b09e6

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Updated configuration and docs for MYSQL_PASSWORD"
2 parents 8b0f542 + c988bf6 commit 19b09e6

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/source/guides/multinode-lab.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cluster controller's DevStack in ``local.conf``:
128128
MULTI_HOST=1
129129
LOGFILE=/opt/stack/logs/stack.sh.log
130130
ADMIN_PASSWORD=labstack
131-
MYSQL_PASSWORD=supersecret
131+
DATABASE_PASSWORD=supersecret
132132
RABBIT_PASSWORD=supersecrete
133133
SERVICE_PASSWORD=supersecrete
134134
SERVICE_TOKEN=xyzpdqlazydog
@@ -169,7 +169,7 @@ machines, create a ``local.conf`` with:
169169
MULTI_HOST=1
170170
LOGFILE=/opt/stack/logs/stack.sh.log
171171
ADMIN_PASSWORD=labstack
172-
MYSQL_PASSWORD=supersecret
172+
DATABASE_PASSWORD=supersecret
173173
RABBIT_PASSWORD=supersecrete
174174
SERVICE_PASSWORD=supersecrete
175175
SERVICE_TOKEN=xyzpdqlazydog

doc/source/guides/neutron.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DevStack Configuration
5252
RABBIT_HOST=172.18.161.6
5353
GLANCE_HOSTPORT=172.18.161.6:9292
5454
ADMIN_PASSWORD=secrete
55-
MYSQL_PASSWORD=secrete
55+
DATABASE_PASSWORD=secrete
5656
RABBIT_PASSWORD=secrete
5757
SERVICE_PASSWORD=secrete
5858
SERVICE_TOKEN=secrete

doc/source/guides/single-machine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ do the following:
105105
FIXED_NETWORK_SIZE=256
106106
FLAT_INTERFACE=eth0
107107
ADMIN_PASSWORD=supersecret
108-
MYSQL_PASSWORD=iheartdatabases
108+
DATABASE_PASSWORD=iheartdatabases
109109
RABBIT_PASSWORD=flopsymopsy
110110
SERVICE_PASSWORD=iheartksl
111111
SERVICE_TOKEN=xyzpdqlazydog

doc/source/guides/single-vm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ passed as the user-data file when booting the VM.
6464
cd devstack
6565
echo '[[local|localrc]]' > local.conf
6666
echo ADMIN_PASSWORD=password >> local.conf
67-
echo MYSQL_PASSWORD=password >> local.conf
67+
echo DATABASE_PASSWORD=password >> local.conf
6868
echo RABBIT_PASSWORD=password >> local.conf
6969
echo SERVICE_PASSWORD=password >> local.conf
7070
echo SERVICE_TOKEN=tokentoken >> local.conf

samples/local.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# and they will be added to ``local.conf``.
2929
SERVICE_TOKEN=azertytoken
3030
ADMIN_PASSWORD=nomoresecrete
31-
MYSQL_PASSWORD=stackdb
31+
DATABASE_PASSWORD=stackdb
3232
RABBIT_PASSWORD=stackqueue
3333
SERVICE_PASSWORD=$ADMIN_PASSWORD
3434

tools/xen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Of course, use real passwords if this machine is exposed.
7777
# NOTE: these need to be specified, otherwise devstack will try
7878
# to prompt for these passwords, blocking the install process.
7979

80-
MYSQL_PASSWORD=my_super_secret
80+
DATABASE_PASSWORD=my_super_secret
8181
SERVICE_TOKEN=my_super_secret
8282
ADMIN_PASSWORD=my_super_secret
8383
SERVICE_PASSWORD=my_super_secret

0 commit comments

Comments
 (0)