Corrected the usage of str_replace in the example

Modified the example of post-deployment configuration template,
where the 'parameters' is used instead of 'params' attribute of
str_replace.

Change-Id: Id646e316f18252a2add2c02d13ed6659d0983273
Closes-Bug: 1691730
Signed-off-by: Karthik S <ksundara@redhat.com>
This commit is contained in:
Karthik S 2017-05-18 07:19:47 -04:00
parent 7c73f0f1c2
commit e5d955cc2f
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ Below is an example of a post-deployment configuration template::
template: |
#!/bin/sh
echo "extra _APARAM_" > /root/extra
parameters:
params:
_APARAM_: {get_param: some_extraparam}
ExtraDeployments: