Gitiles
Code Review
Sign In
gerrit.opencord.org
/
service-profile
/
refs/heads/cord-1.0
/
.
/
cord-pod
/
admin-openrc.sh
blob: bfc9eab66cd1ee88968827d23cd8e28bc724ecc6 [
file
] [
log
] [
blame
]
Scott Baker
5042166
2016-06-27 22:09:48 -0700
[
diff
] [
blame
]
1
#!/usr/bin/env bash
2
# Replace with the OpenStack admin credentials for your cluster
3
export OS_TENANT_NAME
=
admin
4
export OS_USERNAME
=
admin
5
export OS_PASSWORD
=
admin
6
export OS_AUTH_URL
=
http
://
localhost
:
35357
/
v2
.
0
7