Just unset these for euca ec2 tasks

This commit is contained in:
Joshua Harlow 2012-03-22 17:15:45 -07:00
parent 0c4b2be2f0
commit 76f02b8dd1
2 changed files with 5 additions and 2 deletions

@ -39,8 +39,7 @@ PASSWORDS_MAKES = {
'ADMIN_PASSWORD': 'horizon_keystone_admin',
'SERVICE_PASSWORD': 'service_password',
'RABBIT_PASSWORD': 'rabbit',
# https://bugs.launchpad.net/keystone/+bug/962600
# 'SERVICE_TOKEN': 'service_token',
'SERVICE_TOKEN': 'service_token',
'MYSQL_PASSWORD': 'sql',
}

@ -28,6 +28,10 @@ fi
# Get user configuration
source $CORE_RC
# Bug https://bugs.launchpad.net/keystone/+bug/962600
unset SERVICE_TOKEN
unset SERVICE_ENDPOINT
# Now we start showing whats happening
set -x