first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Clear any old environment that may conflict.
|
||||
for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done
|
||||
export OS_PROJECT_DOMAIN_NAME='Default'
|
||||
export OS_USER_DOMAIN_NAME='Default'
|
||||
export OS_PROJECT_NAME='service'
|
||||
export OS_USERNAME='octavia'
|
||||
export OS_PASSWORD='L8dZsrWOtNI8UvLVGKseC3FB5tRZ0cZTI1xw87Ns'
|
||||
export OS_AUTH_URL='http://192.168.100.10:5000'
|
||||
export OS_INTERFACE='internal'
|
||||
export OS_ENDPOINT_TYPE='internalURL'
|
||||
Reference in New Issue
Block a user