From a0fe2020da5cedcbed87bfbc4ffba6f527047c84 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 14 Aug 2015 11:39:22 -0400 Subject: [PATCH] wsgi: fix typos in comments Fix minor typos in comments & messages. Change-Id: I5cf1fa9b24fa764ae27ac19a32fc14571b141741 --- manifests/api.pp | 4 ++-- manifests/wsgi/apache.pp | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/manifests/api.pp b/manifests/api.pp index cc67d6f..b188db7 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -70,7 +70,7 @@ # If the value is 'httpd', this means ceilometer-api will be a web # service, and you must use another class to configure that # web service. For example, use class { 'ceilometer::wsgi::apache'...} -# to make keystone be a web app using apache mod_wsgi. +# to make ceilometer-api be a web app using apache mod_wsgi. # Defaults to '$::ceilometer::params::api_service_name' # class ceilometer::api ( @@ -138,7 +138,7 @@ class ceilometer::api ( } Class['ceilometer::db'] -> Service[$service_name] } else { - fail('Invalid service_name. Either keystone/openstack-ceilometer-api for running as a standalone service, or httpd for being run by a httpd server') + fail('Invalid service_name. Either ceilometer/openstack-ceilometer-api for running as a standalone service, or httpd for being run by a httpd server') } ceilometer_config { diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index 8ddba11..ad0a3a5 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -18,8 +18,7 @@ # Class to serve Ceilometer API with apache mod_wsgi in place of ceilometer-api service. # # Serving Ceilometer API from apache is the recommended way to go for production -# systems as the current keystone implementation is not multi-processor aware, -# thus limiting the performance for concurrent accesses. +# because of limited performance for concurrent accesses when running eventlet. # # When using this class you should disable your ceilometer-api service. # -- 2.45.2