Remove unnecesary spaces in log messages.

Spaces added by mistake in some log messages.

Change-Id: Ia787d1907cddb8cde21c11737f7976e1eec3366b
This commit is contained in:
Carlos Camacho 2016-09-26 09:32:26 +02:00
parent e59185c43a
commit 9aab28864f
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ class aodh::api (
# we need to make sure aodh-api/eventlet is stopped before trying to start apache # we need to make sure aodh-api/eventlet is stopped before trying to start apache
Service['aodh-api'] -> Service[$service_name] Service['aodh-api'] -> Service[$service_name]
} else { } else {
fail('Invalid service_name. Either aodh/openstack-aodh-api for running \ fail("Invalid service_name. Either aodh/openstack-aodh-api for running \
as a standalone service, or httpd for being run by a httpd server') as a standalone service, or httpd for being run by a httpd server")
} }
aodh_config { aodh_config {