don't require uuidgen, as it isn't always in sparse natty installs

main
Anthony Young 13 years ago
parent 0031df019d
commit 06b7ad7c05

@ -211,7 +211,7 @@ GLANCE_HOSTPORT=${GLANCE_HOSTPORT:-$HOST_IP:9292}
# Service Token - Openstack components need to have an admin token
# to validate user tokens.
SERVICE_TOKEN=${SERVICE_TOKEN:-`uuidgen`}
SERVICE_TOKEN=${SERVICE_TOKEN:-`openssl rand -hex 12`}
ADMIN_PASSWORD=${ADMIN_PASSWORD:-`openssl rand -hex 12`}

Loading…
Cancel
Save