Drop deprecated options

eventlet_server has been deprecated in N [1]
member_role_name and admin_endpoint has been used for v2 only
secure_proxy_ssl_header has been removed in P

[1]https://docs.openstack.org/keystone/train/configuration/config-options.html#eventlet-server

Change-Id: I6bf3eaa1cacb34ba67e6afc63a62d2512bff4d53
This commit is contained in:
Dmitriy Rabotyagov 2019-12-07 12:01:25 +02:00
parent fb1869c957
commit a65a58f2d6
1 changed files with 0 additions and 9 deletions

View File

@ -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 }}