Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
3d0395428020779c710df6de27ed3ae6f1ce6d6e
/
.
/
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