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