From e832ed5e20a968b50b216950ad79e76bc8192cf6 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 15 Oct 2014 16:35:13 +0800 Subject: [PATCH] Fixed description in init scripts for api-cfn and api-cloudwatch Rewritten-From: c46ce741e11982924859019153c47b51f785e639 --- trusty/debian/heat-api-cfn.init.in | 2 +- trusty/debian/heat-api-cloudwatch.init.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2