[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:
parent
de88788c50
commit
5e6b41ffeb
@ -53,7 +53,7 @@ Methods:
|
|||||||
# Deploy Apache Tomcat
|
# Deploy Apache Tomcat
|
||||||
- $._environment.reporter.report($this, 'Instance is created. Deploying Tomcat')
|
- $._environment.reporter.report($this, 'Instance is created. Deploying Tomcat')
|
||||||
- $file: sys:Resources.string('deployTomcat.sh')
|
- $file: sys:Resources.string('deployTomcat.sh')
|
||||||
- conf:Linux.runCommand($.instance.agent, $file)
|
- conf:Linux.runCommand($.instance.agent, $file, helpText => 'Deploy Tomcat')
|
||||||
|
|
||||||
- If: $.instance.assignFloatingIp
|
- If: $.instance.assignFloatingIp
|
||||||
Then:
|
Then:
|
||||||
|
Loading…
Reference in New Issue
Block a user