summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/keystone/templates/admin-openrc.sh
blob: f2e0d615b6853425781bf4097135ea073117691a (plain)
1
2
3
4
5
6
# Verify the Identity Service installation
export OS_PASSWORD={{ ADMIN_PASS }}
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://{{ HA_VIP }}:35357/v2.0
export OS_USERNAME=ADMIN