summaryrefslogtreecommitdiffstats
path: root/ci/02-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-08-18 15:56:52 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-08-18 15:57:28 -0500
commit24ef44ef9b34bfc5d395226f547c0a3db685f43c (patch)
treeead95a1bfb741833fe6145bee059a0e452cca679 /ci/02-deploybundle.sh
parent5a478309e4fd0ce1219f213b5691a1a6266c8eed (diff)
modfied to convert integer to float as default is integer
Change-Id: I6cd2df3704767003b173b107d63f20b60e8fdbbc Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-xci/02-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh
index 4b537c24..7003bcbb 100755
--- a/ci/02-deploybundle.sh
+++ b/ci/02-deploybundle.sh
@@ -69,7 +69,7 @@ if [ -e ~/.juju/deployment.yaml ]; then
else
workmutiple=0.05
fi
- sed -i "s/worker_multiplier: 1/worker_multiplier: ${workmutiple}/g" default_deployment_config.yaml
+ sed -i "s/worker_multiplier: 1.0/worker_multiplier: ${workmutiple}/g" default_deployment_config.yaml
fi
case "$opnfvlab" in