Merge "Merge branch 'master' into merge-master-arno" into stable/arno
[genesis.git] / compass / deploy / ansible / roles / keystone / templates / admin-openrc.sh
1 # Verify the Identity Service installation
2 export OS_PASSWORD={{ ADMIN_PASS }}
3 export OS_TENANT_NAME=admin
4 export OS_AUTH_URL=http://{{ HA_VIP }}:35357/v2.0
5 export OS_USERNAME=ADMIN
6