don't require uuidgen, as it isn't always in sparse natty installs
This commit is contained in:
parent
0031df019d
commit
06b7ad7c05
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -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…
Reference in a new issue