commit | 06b7ad7c0500be13b60d0b1852517b3691afbf03 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Oct 04 13:30:19 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Oct 04 13:30:19 2011 -0700 |
tree | 52f2f7910961bafa74b17e5b0a7835e38e5dd6c2 | |
parent | 0031df019d415c674d1bb8c0bf948e2eee060e21 [diff] [blame] |
don't require uuidgen, as it isn't always in sparse natty installs
diff --git a/stack.sh b/stack.sh index 3d73ef3..3b66db5 100755 --- a/stack.sh +++ b/stack.sh
@@ -211,7 +211,7 @@ # 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`}