{% if identity_service.admin_auth_url -%} auth_url = {{ identity_service.admin_auth_url }} interface = admin {% elif identity_service.internal_auth_url -%} auth_url = {{ identity_service.internal_auth_url }} interface = internal {% elif identity_service.internal_host -%} auth_url = {{ identity_service.internal_protocol }}://{{ identity_service.internal_host }}:{{ identity_service.internal_port }} interface = internal {% endif -%} {% if identity_service.public_auth_url -%} www_authenticate_uri = {{ identity_service.public_auth_url }} {% elif identity_service.internal_host -%} www_authenticate_uri = {{ identity_service.internal_protocol }}://{{ identity_service.internal_host }}:{{ identity_service.internal_port }} {% endif -%} auth_type = password project_domain_name = {{ identity_service.service_domain_name }} user_domain_name = {{ identity_service.service_domain_name }} project_name = {{ identity_service.service_project_name }} username = {{ identity_service.service_user_name }} password = {{ identity_service.service_password }} service_token_roles = {{ identity_service.admin_role }} service_token_roles_required = True