Browse code

Updated configuration and docs for MYSQL_PASSWORD

Updated MYSQL_PASSWORD to DATABASE_PASSWORD in sample
configuration and existing docs

Change-Id: Iafb295a0b7707e08a81e6528620db8543d40f7ae

Swapnil (coolsvap) Kulkarni authored on 2015/10/08 16:40:43
Showing 6 changed files
... ...
@@ -128,7 +128,7 @@ cluster controller's DevStack in ``local.conf``:
128 128
     MULTI_HOST=1
129 129
     LOGFILE=/opt/stack/logs/stack.sh.log
130 130
     ADMIN_PASSWORD=labstack
131
-    MYSQL_PASSWORD=supersecret
131
+    DATABASE_PASSWORD=supersecret
132 132
     RABBIT_PASSWORD=supersecrete
133 133
     SERVICE_PASSWORD=supersecrete
134 134
     SERVICE_TOKEN=xyzpdqlazydog
... ...
@@ -169,7 +169,7 @@ machines, create a ``local.conf`` with:
169 169
     MULTI_HOST=1
170 170
     LOGFILE=/opt/stack/logs/stack.sh.log
171 171
     ADMIN_PASSWORD=labstack
172
-    MYSQL_PASSWORD=supersecret
172
+    DATABASE_PASSWORD=supersecret
173 173
     RABBIT_PASSWORD=supersecrete
174 174
     SERVICE_PASSWORD=supersecrete
175 175
     SERVICE_TOKEN=xyzpdqlazydog
... ...
@@ -52,7 +52,7 @@ DevStack Configuration
52 52
         RABBIT_HOST=172.18.161.6
53 53
         GLANCE_HOSTPORT=172.18.161.6:9292
54 54
         ADMIN_PASSWORD=secrete
55
-        MYSQL_PASSWORD=secrete
55
+        DATABASE_PASSWORD=secrete
56 56
         RABBIT_PASSWORD=secrete
57 57
         SERVICE_PASSWORD=secrete
58 58
         SERVICE_TOKEN=secrete
... ...
@@ -105,7 +105,7 @@ do the following:
105 105
     FIXED_NETWORK_SIZE=256
106 106
     FLAT_INTERFACE=eth0
107 107
     ADMIN_PASSWORD=supersecret
108
-    MYSQL_PASSWORD=iheartdatabases
108
+    DATABASE_PASSWORD=iheartdatabases
109 109
     RABBIT_PASSWORD=flopsymopsy
110 110
     SERVICE_PASSWORD=iheartksl
111 111
     SERVICE_TOKEN=xyzpdqlazydog
... ...
@@ -64,7 +64,7 @@ passed as the user-data file when booting the VM.
64 64
             cd devstack
65 65
             echo '[[local|localrc]]' > local.conf
66 66
             echo ADMIN_PASSWORD=password >> local.conf
67
-            echo MYSQL_PASSWORD=password >> local.conf
67
+            echo DATABASE_PASSWORD=password >> local.conf
68 68
             echo RABBIT_PASSWORD=password >> local.conf
69 69
             echo SERVICE_PASSWORD=password >> local.conf
70 70
             echo SERVICE_TOKEN=tokentoken >> local.conf
... ...
@@ -28,7 +28,7 @@
28 28
 # and they will be added to ``local.conf``.
29 29
 SERVICE_TOKEN=azertytoken
30 30
 ADMIN_PASSWORD=nomoresecrete
31
-MYSQL_PASSWORD=stackdb
31
+DATABASE_PASSWORD=stackdb
32 32
 RABBIT_PASSWORD=stackqueue
33 33
 SERVICE_PASSWORD=$ADMIN_PASSWORD
34 34
 
... ...
@@ -77,7 +77,7 @@ Of course, use real passwords if this machine is exposed.
77 77
     # NOTE: these need to be specified, otherwise devstack will try
78 78
     # to prompt for these passwords, blocking the install process.
79 79
 
80
-    MYSQL_PASSWORD=my_super_secret
80
+    DATABASE_PASSWORD=my_super_secret
81 81
     SERVICE_TOKEN=my_super_secret
82 82
     ADMIN_PASSWORD=my_super_secret
83 83
     SERVICE_PASSWORD=my_super_secret