From: Thomas Goirand Date: Wed, 15 Oct 2014 08:35:13 +0000 (+0800) Subject: Fixed description in init scripts for api-cfn and api-cloudwatch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e832ed5e20a968b50b216950ad79e76bc8192cf6;p=openstack-build%2Fheat-build.git Fixed description in init scripts for api-cfn and api-cloudwatch Rewritten-From: c46ce741e11982924859019153c47b51f785e639 --- diff --git a/trusty/debian/heat-api-cfn.init.in b/trusty/debian/heat-api-cfn.init.in index 38c9f035..248070fa 100644 --- a/trusty/debian/heat-api-cfn.init.in +++ b/trusty/debian/heat-api-cfn.init.in @@ -13,6 +13,6 @@ # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin -DESC="Heat API" +DESC="Heat API CFN" PROJECT_NAME=heat NAME=${PROJECT_NAME}-api-cfn diff --git a/trusty/debian/heat-api-cloudwatch.init.in b/trusty/debian/heat-api-cloudwatch.init.in index 910d3149..1da53b92 100644 --- a/trusty/debian/heat-api-cloudwatch.init.in +++ b/trusty/debian/heat-api-cloudwatch.init.in @@ -13,6 +13,6 @@ # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin -DESC="Heat API" +DESC="Heat API Cloud Watch" PROJECT_NAME=heat NAME=${PROJECT_NAME}-api-cloudwatch