blob: f54f425818c3a43e9eb101052d9e0b9844ed7778 (
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
|