
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
7 lines
247 B
YAML
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.
|