lots o changes

This commit is contained in:
James Labocki 2014-09-18 10:32:41 -04:00
parent 4e906316a4
commit 2c24439573
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
env > /root/ENV
sleep 1000000
socat UNIX-LISTEN:/var/lib/mysql/mysql.sock,fork,reuseaddr,unlink-early,user=mysql,group=mysql,mode=777 TCP:127.0.0.1:3306 &
socat UNIX-LISTEN:/var/lib/mysql/mysql.sock,fork,reuseaddr,unlink-early,user=mysql,group=mysql,mode=777 TCP:${SERVICE_HOST}:${MARIADBMASTER_SERVICE_PORT} &
/usr/bin/openstack-db --service keystone --init --yes --rootpw ${DB_ROOT_PASSWORD} --password redhat