first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Ansible managed
|
||||
|
||||
# Clear any old environment that may conflict.
|
||||
for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done
|
||||
export OS_USER_DOMAIN_NAME='Default'
|
||||
export OS_SYSTEM_SCOPE=all
|
||||
export OS_USERNAME='admin'
|
||||
export OS_PASSWORD='3QAtP4dECYsRtxIpW23OpPYiE7XOUvZ9UDmtyiDT'
|
||||
export OS_AUTH_URL='http://192.168.100.10:5000'
|
||||
export OS_INTERFACE='internal'
|
||||
export OS_ENDPOINT_TYPE='internalURL'
|
||||
export OS_IDENTITY_API_VERSION='3'
|
||||
export OS_REGION_NAME='RegionOne'
|
||||
export OS_AUTH_PLUGIN='password'
|
||||
Reference in New Issue
Block a user