openstack-ansible-os_keystone/releasenotes/notes/keystone_uwsgi_role-b61179e170401e21.yaml
Dmitriy Rabotyagov cb7eaa7ce3 Use uwsgi role for keystone
Instead of having own implementation of uwsgi, use common role.

This allows to reduce maintainable code and ease
providing fixes and features to uwsgi deployment code.

Change-Id: I2dc9c749c37e41959da2403fab7512ab17b859e4
2022-02-09 12:10:18 +02:00

8 lines
279 B
YAML

---
upgrade:
- |
Keystone now uses common uwsgi role for uWSGI deployment. Along with that
variable ``keystone_services`` has been extended with required arguments
for uWSGI. If you override this variable locally make sure to update it's
structure accordingly.