diff --git a/templates/openstack_https_frontend.conf b/templates/openstack_https_frontend.conf index 42a78b85..c26bde04 100644 --- a/templates/openstack_https_frontend.conf +++ b/templates/openstack_https_frontend.conf @@ -25,6 +25,7 @@ Listen {{ ext_port }} KeepAliveTimeout 75 MaxKeepAliveRequests 1000 IncludeOptional /etc/apache2/mellon*/sp-location*.conf + IncludeOptional /etc/apache2/openidc*/openidc-*.conf {% endfor -%} diff --git a/templates/wsgi-openstack-api.conf b/templates/wsgi-openstack-api.conf index 90cc2829..06fbd5e8 100644 --- a/templates/wsgi-openstack-api.conf +++ b/templates/wsgi-openstack-api.conf @@ -39,6 +39,7 @@ Listen {{ public_port }} IncludeOptional /etc/apache2/mellon*/sp-location*.conf + IncludeOptional /etc/apache2/openidc*/openidc-*.conf IncludeOptional /etc/apache2/kerberos*/apache-kerberos.conf {% endif -%} @@ -70,6 +71,7 @@ Listen {{ public_port }} IncludeOptional /etc/apache2/mellon*/sp-location*.conf + IncludeOptional /etc/apache2/openidc*/openidc-*.conf IncludeOptional /etc/apache2/kerberos*/apache-kerberos.conf {% endif -%} @@ -101,6 +103,7 @@ Listen {{ public_port }} IncludeOptional /etc/apache2/mellon*/sp-location*.conf + IncludeOptional /etc/apache2/openidc*/openidc-*.conf IncludeOptional /etc/apache2/kerberos*/apache-kerberos.conf {% endif -%}