[trustee] auth_type = password {% if identity_service.admin_auth_url -%} auth_url = {{ identity_service.admin_auth_url }} {% elif identity_service.internal_auth_url -%} auth_url = {{ identity_service.internal_auth_url }} {% elif identity_service.internal_host -%} auth_url = {{ identity_service.internal_protocol }}://{{ identity_service.internal_host }}:{{ identity_service.internal_port }} {% endif -%} username = {{ identity_service.service_user_name }} password = {{ identity_service.service_password }} user_domain_name = {{ identity_service.service_domain_name }}