openstack-ansible/releasenotes/notes/keystone-nginx-default-e9d91affd646f379.yaml
Andy McCrae 009a37ee4b Fix SHAs for Pike milestone-3
For Pike Milestone 3 we need to fix the SHA's before we release.

Change-Id: I471a426442cf6913b21eb21b7e50138557bd6cfd
2017-07-25 21:59:47 +00:00

11 lines
507 B
YAML

---
upgrade:
- Keystone now uses uWSGI exclusively (instead of Apache with mod_wsgi)
and has the web server acting as a reverse proxy. The default web
server is now set to Nginx instead of Apache, but Apache will
automatically used if federation is configured.
deprecations:
- The variables ``keystone_apache_enabled`` and ``keystone_mod_wsgi_enabled``
have been removed and replaced with a single variable ``keystone_web_server``
to optionally set the web server used for keystone.