009a37ee4b
For Pike Milestone 3 we need to fix the SHA's before we release. Change-Id: I471a426442cf6913b21eb21b7e50138557bd6cfd
11 lines
507 B
YAML
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.
|