Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
9a5dca1ab67c5cd91c4b469e5916dc8c9f89690e
/
.
/
xos
/
configurations
/
cord-pod
/
admin-openrc.sh
blob: bfc9eab66cd1ee88968827d23cd8e28bc724ecc6 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# Replace with the OpenStack admin credentials for your cluster
export OS_TENANT_NAME
=
admin
export OS_USERNAME
=
admin
export OS_PASSWORD
=
admin
export OS_AUTH_URL
=
http
://
localhost
:
35357
/
v2
.
0