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