[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
This commit is contained in:
Valerii Kovalchuk 2016-09-07 14:18:04 +03:00
parent de88788c50
commit 5e6b41ffeb
1 changed files with 1 additions and 1 deletions

View File

@ -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: