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