Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
d90ee8eb72f73a87e46edc891bc759448bf5ded8
/
.
/
containers
/
admin-openrc.sh
blob: f27fdacb70f3fa2c14f7c3d8f6e6786dc1f9c958 [
file
] [
log
] [
blame
]
# 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