eb9a0c6cea
There is no reason to support multiple web servers as a proxy for keystone. Nginx is missing modules to support federation. With it's removal we simplify code and reduce maintaining efforts needed. Change-Id: Ib3f90a72dfc8f78cf304b0f130883befdeb09220 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/818674
17 lines
584 B
YAML
17 lines
584 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
We removed multiple web server support for keystone and left only Apache
|
|
since nginx is missing features required for federation setup.
|
|
With this change following variables are deprecated and have no effect:
|
|
|
|
* keystone_web_server
|
|
* keystone_centos_nginx_mirror
|
|
* keystone_centos_nginx_key
|
|
* keystone_nginx_access_log_format_combined
|
|
* keystone_nginx_access_log_format_extras
|
|
* keystone_nginx_ports
|
|
* keystone_nginx_extra_conf
|
|
|
|
Nginx web server will be removed and replaced with Apache during upgrade.
|