openstack-ansible/releasenotes/notes/keystone_drop_nginx-5e7791d22f0be48a.yaml
Dmitriy Rabotyagov a0cfc507ed Freeze roles for Xena RC1
We will also create stable/xena branch from this commit.

Change-Id: I2c887fa031a6001431bf5075fb9a58e5726f64ca
2021-12-10 21:23:04 +00:00

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.