Merge "Warn our users about Nova API in WSGI with Apache"
This commit is contained in:
@@ -110,6 +110,8 @@ class nova::wsgi::apache_api (
|
||||
fail('::nova::api class must be declared in composition layer.')
|
||||
}
|
||||
|
||||
warning('deploying Nova API in WSGI with Apache is not recommended by Nova team. See LP#1661360.')
|
||||
|
||||
::openstacklib::wsgi::apache { 'nova_api_wsgi':
|
||||
bind_host => $bind_host,
|
||||
bind_port => $api_port,
|
||||
|
5
releasenotes/notes/nova_wsgi-a9ee8c336a67a7ac.yaml
Normal file
5
releasenotes/notes/nova_wsgi-a9ee8c336a67a7ac.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
issues:
|
||||
- Using nova::wsgi::apache_api to deploy Nova in WSGI with Apache is not
|
||||
recommended by Nova team. See `bug 1661360
|
||||
<https://bugs.launchpad.net/nova/+bug/1661360>`__.
|
Reference in New Issue
Block a user