Just unset these for euca ec2 tasks
This commit is contained in:
parent
0c4b2be2f0
commit
76f02b8dd1
@ -39,8 +39,7 @@ PASSWORDS_MAKES = {
|
|||||||
'ADMIN_PASSWORD': 'horizon_keystone_admin',
|
'ADMIN_PASSWORD': 'horizon_keystone_admin',
|
||||||
'SERVICE_PASSWORD': 'service_password',
|
'SERVICE_PASSWORD': 'service_password',
|
||||||
'RABBIT_PASSWORD': 'rabbit',
|
'RABBIT_PASSWORD': 'rabbit',
|
||||||
# https://bugs.launchpad.net/keystone/+bug/962600
|
'SERVICE_TOKEN': 'service_token',
|
||||||
# 'SERVICE_TOKEN': 'service_token',
|
|
||||||
'MYSQL_PASSWORD': 'sql',
|
'MYSQL_PASSWORD': 'sql',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4
euca.sh
4
euca.sh
@ -28,6 +28,10 @@ fi
|
|||||||
# Get user configuration
|
# Get user configuration
|
||||||
source $CORE_RC
|
source $CORE_RC
|
||||||
|
|
||||||
|
# Bug https://bugs.launchpad.net/keystone/+bug/962600
|
||||||
|
unset SERVICE_TOKEN
|
||||||
|
unset SERVICE_ENDPOINT
|
||||||
|
|
||||||
# Now we start showing whats happening
|
# Now we start showing whats happening
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user