From c5f2e0cb6bd64eedd1e764f0b1190cef7571f40e Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Thu, 5 Jan 2017 10:52:44 -0500 Subject: [PATCH] Fix typo in warning about nova::wsgi::apache_api The class is nova::wsgi::apache_api, not nova::wsgi::apache::api. Change-Id: I1265a57addad046233aa53cda92ce3fdcdae6a19 --- manifests/wsgi/apache.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index 264452540..2f2221db5 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -113,7 +113,7 @@ class nova::wsgi::apache ( fail('::nova::api class must be declared in composition layer.') } - warning('nova::wsgi::apache is deprecated and will be removed in a future release, please use nova::wsgi::apache::api') + warning('nova::wsgi::apache is deprecated and will be removed in a future release, please use nova::wsgi::apache_api') class { '::nova::wsgi::apache_api': servername => $servername,