diff --git a/rpc_deployment/roles/swift_proxy/templates/proxy-server.conf.j2 b/rpc_deployment/roles/swift_proxy/templates/proxy-server.conf.j2 index 57a1145c30..e4f2e36989 100644 --- a/rpc_deployment/roles/swift_proxy/templates/proxy-server.conf.j2 +++ b/rpc_deployment/roles/swift_proxy/templates/proxy-server.conf.j2 @@ -274,10 +274,8 @@ user_test_tester3 = testing3 {% if authtoken_active %} [filter:authtoken] paste.filter_factory = keystonemiddleware.auth_token:filter_factory -auth_host = {{ auth_host }} -auth_port = {{ auth_port }} -auth_protocol = {{ auth_protocol }} -auth_uri = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }} +identity_uri = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }} +auth_uri = {{ auth_identity_uri }} admin_tenant_name = {{ service_admin_tenant_name }} admin_user = {{ service_admin_username }} admin_password = {{ service_admin_password }}