aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/keystone/templates/admin-openrc.sh
blob: 0ac21a41ec35f25945f3d5c969dda37ba3729762 (plain)
1
2
3
4
5
6
7
# Verify the Identity Service installation
export OS_PASSWORD={{ ADMIN_PASS }}
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://{{ internal_vip.ip }}:35357/v2.0
export OS_USERNAME=admin
export OS_VOLUME_API_VERSION=2