Files
puppet-nova/releasenotes/notes/update-nova_metadata_wsgi_enabled-8eef0b780230bd4c.yaml
Takashi Kajinami 3c81436a3a api: Prepare to remove nova_metadata_wsgi_enabled
The nova::api::nova_metadata_wsgi_enabled parameter has been deprecated
but in fact users have had to set the options to deploy nova API by
httpd and mod_wsgi.

This removes the logic to deploy api run by httpd and mod_wsgi along
with metadata api run by eventlet, so that we can remove the option
in the next cycle.

Change-Id: Ic28c6783d7e7ccebc0a18878155d02521f504091
2023-11-13 10:47:47 +09:00

7 lines
247 B
YAML

---
upgrade:
- |
The ``nova::api::nova_metadata_wsgi_enabled`` parameter has no effect now.
When nova API service is deployed using httpd and mod_wsgi, nova-api
service is no longer started. Use httpd + mod_wsgi to run metadata api.