From 2e2c91aaaa9c0a4d0e2fb9ee042274478a81eb76 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 --- xenial/debian/heat-api-cfn.init.in | 2 +- xenial/debian/heat-api-cloudwatch.init.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/heat-api-cfn.init.in b/xenial/debian/heat-api-cfn.init.in index 38c9f035..248070fa 100644 --- a/xenial/debian/heat-api-cfn.init.in +++ b/xenial/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/xenial/debian/heat-api-cloudwatch.init.in b/xenial/debian/heat-api-cloudwatch.init.in index 910d3149..1da53b92 100644 --- a/xenial/debian/heat-api-cloudwatch.init.in +++ b/xenial/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