]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fixed description in init scripts for api-cfn and api-cloudwatch
authorThomas Goirand <thomas@goirand.fr>
Wed, 15 Oct 2014 08:35:13 +0000 (16:35 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 15 Oct 2014 08:35:13 +0000 (16:35 +0800)
Rewritten-From: c46ce741e11982924859019153c47b51f785e639

trusty/debian/heat-api-cfn.init.in
trusty/debian/heat-api-cloudwatch.init.in

index 38c9f0353e389ce82d6d890d77414f3f96c6f056..248070fa6ec9ec712b37fe4167a2d2e778ec6928 100644 (file)
@@ -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
index 910d31491bdc9d8eba893b2f3ef97d04d0152279..1da53b923f5633ab4b0a2822d2929b9b97b427c8 100644 (file)
@@ -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