xtra $
This commit is contained in:
parent
79918c54fa
commit
af9de3d56a
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -178,7 +178,7 @@ rm -rf /var/lib/glance/images/*
|
||||||
mysql -uroot -p$MYSQL_PASS -e 'DROP DATABASE glance;' || true
|
mysql -uroot -p$MYSQL_PASS -e 'DROP DATABASE glance;' || true
|
||||||
mysql -uroot -p$MYSQL_PASS -e 'CREATE DATABASE glance;'
|
mysql -uroot -p$MYSQL_PASS -e 'CREATE DATABASE glance;'
|
||||||
# Copy over our glance-registry.conf
|
# Copy over our glance-registry.conf
|
||||||
$GLANCE_CONF=$GLANCE_DIR/etc/glance-registry.conf
|
GLANCE_CONF=$GLANCE_DIR/etc/glance-registry.conf
|
||||||
cp $DIR/files/glance-registry.conf $GLANCE_CONF
|
cp $DIR/files/glance-registry.conf $GLANCE_CONF
|
||||||
sudo sed -e "s,%MYSQL_PASS%,$MYSQL_PASS,g" -i $GLANCE_CONF
|
sudo sed -e "s,%MYSQL_PASS%,$MYSQL_PASS,g" -i $GLANCE_CONF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue