fixed typo in var name

This commit is contained in:
Lars Kellogg-Stedman 2014-09-18 14:02:43 -04:00
parent 53673304ae
commit c7e996c261
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ EOF
crudini --set /etc/keystone/keystone.conf \
database \
connection \
"mysql://keystone:${KEYSTONE_DB_PASSWORD}@${MARIADBMASTER_PORT_3306_TCP_ADDR}:MARIADBMASTER_PORT_3306_TCP_PORT/keystone"
"mysql://keystone:${KEYSTONE_DB_PASSWORD}@${MARIADBMASTER_PORT_3306_TCP_ADDR}:${MARIADBMASTER_PORT_3306_TCP_PORT}/keystone"
crudini --set /etc/keystone/keystone.conf \
DEFAULT \