lots o changes
This commit is contained in:
parent
4e906316a4
commit
2c24439573
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user