diff --git a/templates/keystone.conf.j2 b/templates/keystone.conf.j2 index 1629b47d..5b767fab 100644 --- a/templates/keystone.conf.j2 +++ b/templates/keystone.conf.j2 @@ -8,13 +8,8 @@ debug = {{ debug }} {% if keystone_public_endpoint is defined %} public_endpoint = {{ keystone_public_endpoint }} {% endif %} -admin_endpoint = {{ keystone_service_adminuri }} fatal_deprecations = {{ keystone_fatal_deprecations }} -member_role_name = {{ keystone_default_role_name }} -{% if keystone_external_ssl | bool %} -secure_proxy_ssl_header = {{ keystone_secure_proxy_ssl_header }} -{% endif %} ## Oslo.Messaging RPC transport_url = {{ keystone_oslomsg_rpc_transport }}://{% for host in keystone_oslomsg_rpc_servers.split(',') %}{{ keystone_oslomsg_rpc_userid }}:{{ keystone_oslomsg_rpc_password }}@{{ host }}:{{ keystone_oslomsg_rpc_port }}{% if not loop.last %},{% else %}/{{ keystone_oslomsg_rpc_vhost }}{% if keystone_oslomsg_rpc_use_ssl | bool %}?ssl=1{% else %}?ssl=0{% endif %}{% endif %}{% endfor %} @@ -132,10 +127,6 @@ idp_contact_type = {{ keystone_idp.contact_type }} {% endif %} {% endif %} -[eventlet_server] -admin_bind_host = {{ keystone_bind_address }} -public_port = {{ keystone_service_port }} - [credential] key_repository = {{ keystone_credential_key_repository }}