Merge "Remove unused variable haproxy_enable_federation_openid"

This commit is contained in:
Zuul 2022-06-30 12:35:14 +00:00 committed by Gerrit Code Review
commit fde5eeec29

View File

@ -12,5 +12,3 @@ haproxy_backend_tcp_extra: []
haproxy_health_check: "check inter 2000 rise 2 fall 5"
haproxy_health_check_ssl: "check check-ssl inter 2000 rise 2 fall 5"
haproxy_enable_federation_openid: "{{ keystone_identity_providers | selectattr('protocol','equalto','openid') | list | count > 0 }}"