Skip to content

Commit bcad037

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Remove brackets from IPv6 address in mysql cfgfile"
2 parents a611ce9 + 199d857 commit bcad037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/databases/mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ MYSQL_PRESEED
143143
[client]
144144
user=$DATABASE_USER
145145
password=$DATABASE_PASSWORD
146-
host=$DATABASE_HOST
146+
host=$MYSQL_HOST
147147
EOF
148148
chmod 0600 $HOME/.my.cnf
149149
fi

0 commit comments

Comments
 (0)