From b55a58c2680b53c0e6f2707df219e1c28abe11fc Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 14 Aug 2017 19:00:28 +0000 Subject: [PATCH] Revert "Warn our users about Nova API in WSGI with Apache" This issue has been resolved in master and will be fixed in Pike. This reverts commit beeb6a89257a68305d16104fff4fc3c7a5d06544. Change-Id: Ia9718bedb532b7bdd94b90adf60830d286631794 --- manifests/wsgi/apache_api.pp | 2 -- releasenotes/notes/nova_wsgi-a9ee8c336a67a7ac.yaml | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 releasenotes/notes/nova_wsgi-a9ee8c336a67a7ac.yaml diff --git a/manifests/wsgi/apache_api.pp b/manifests/wsgi/apache_api.pp index df4b67534..1183669d6 100644 --- a/manifests/wsgi/apache_api.pp +++ b/manifests/wsgi/apache_api.pp @@ -110,8 +110,6 @@ 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, diff --git a/releasenotes/notes/nova_wsgi-a9ee8c336a67a7ac.yaml b/releasenotes/notes/nova_wsgi-a9ee8c336a67a7ac.yaml deleted file mode 100644 index bb79ed3a6..000000000 --- a/releasenotes/notes/nova_wsgi-a9ee8c336a67a7ac.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -issues: - - Using nova::wsgi::apache_api to deploy Nova in WSGI with Apache is not - recommended by Nova team. See `bug 1661360 - `__.