From 5e6b41ffeb0f443c40afdf67dbc96cd09914c3dc Mon Sep 17 00:00:00 2001 From: Valerii Kovalchuk Date: Wed, 7 Sep 2016 14:18:04 +0300 Subject: [PATCH] [Tomcat] Add help text to the deploy command This will fix the test testDeploy1 which requires template name to be equal to 'Deploy Tomcat' Change-Id: I030d754ac828b9481234f5833afc0187e9bea930 Closes-bug: #1621018 --- Tomcat/package/Classes/Tomcat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tomcat/package/Classes/Tomcat.yaml b/Tomcat/package/Classes/Tomcat.yaml index 02ac33a3..03c1810b 100644 --- a/Tomcat/package/Classes/Tomcat.yaml +++ b/Tomcat/package/Classes/Tomcat.yaml @@ -53,7 +53,7 @@ Methods: # Deploy Apache Tomcat - $._environment.reporter.report($this, 'Instance is created. Deploying Tomcat') - $file: sys:Resources.string('deployTomcat.sh') - - conf:Linux.runCommand($.instance.agent, $file) + - conf:Linux.runCommand($.instance.agent, $file, helpText => 'Deploy Tomcat') - If: $.instance.assignFloatingIp Then: