Merge "Fix typo in warning about nova::wsgi::apache_api"

This commit is contained in:
Jenkins 2017-01-05 22:37:04 +00:00 committed by Gerrit Code Review
commit 4cb2476197
1 changed files with 1 additions and 1 deletions

View File

@ -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,