puppet-tripleo/releasenotes/notes/nova_metadata_wsgi-bbc8e5e053282a83.yaml
Martin Schuppert 54c505f196 Move nova-metadata api to httpd wsgi
Upstream will deprecate usage of eventlet of all the WSGI-run
services, including nova-api and nova-metadata-api.
See https://review.openstack.org/#/c/549510/ for more details.

With this change we move nova-metadata to run via httpd wsgi
and therefore uses its own config volume.

Depends-On: Ic65736cb0e95c400a728cd699ecf06c6aecff832

Change-Id: Ic46acdbac280ac648ec5ed9d7af0139126334fe0
Closes-Bug: 1781405
2018-07-31 09:59:46 +02:00

8 lines
272 B
YAML

---
features:
- |
Usage of eventlet of all the WSGI-run nova services get
deprecated, including nova-api and nova-metadata-api.
See https://review.openstack.org/#/c/549510/ for more details.
With this change we move nova-metadata to run via httpd wsgi.