compass-adapters/ansible/roles/keystone/templates/admin-openrc.sh

7 lines
190 B
Bash

# Verify the Identity Service installation
export OS_PASSWORD={{ ADMIN_PASS }}
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://{{ identity_host }}:35357/v2.0
export OS_USERNAME=ADMIN