fixed openssl invocation

This commit is contained in:
Lars Kellogg-Stedman 2014-09-18 13:51:13 -04:00
parent 1a79210fc1
commit 53673304ae
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
: ${KEYSTONE_ADMIN_PASSWORD:=redhat}
if ! [ "$KEYSTONE_ADMIN_TOKEN" ]; then
KEYSTONE_ADMIN_TOKEN=$(openssl -hex 15)
KEYSTONE_ADMIN_TOKEN=$(openssl rand -hex 15)
fi
mysql -h ${MARIADBMASTER_PORT_3306_TCP_ADDR} -u root -p${DB_ROOT_PASSWORD} mysql <<EOF