Merge "Fix Rally application"

This commit is contained in:
Jenkins 2015-05-12 08:23:45 +00:00 committed by Gerrit Code Review
commit 41f4572919
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ Methods:
- $._environment.reporter.report($this, 'Instance has been created. Installing Rally...')
# Install Rally
- $template: $resources.yaml('InstallRally.template').bind(dict(
repository => $repository,
version => $version
repository => $.repository,
version => $.version
))
- $.instance.agent.call($template, $resources)
- $._environment.reporter.report($this, 'Rally has been installed.')