root user for mysql
This commit is contained in:
parent
3859f73760
commit
320412b24f
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -60,7 +60,7 @@ EC2_DMZ_HOST=${EC2_DMZ_HOST:-$HOST_IP}
|
|||
LIBVIRT_TYPE=${LIBVIRT_TYPE:-qemu}
|
||||
|
||||
# Mysql connection info
|
||||
MYSQL_USER=${MYSQL_USER:-nova}
|
||||
MYSQL_USER=${MYSQL_USER:-root}
|
||||
MYSQL_PASS=${MYSQL_PASS:-nova}
|
||||
MYSQL_HOST=${MYSQL_HOST:-localhost}
|
||||
# don't specify /db in this string, so we can use it for multiple services
|
||||
|
|
Loading…
Reference in a new issue