summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-08-11 09:22:04 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-08-11 09:22:25 -0500
commita404c2671e5222cb12406b06df444d4d8f5197f1 (patch)
treec619bed05e7c7b709d910246a6f1f6e46b48ad15
parent18ac5bcf2be8d8bdbfd5066ef25d57c3c36725e1 (diff)
typo error
Change-Id: I12bca680d405f917612af1925d8a9bb3c894e79c Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-xci/02-deploybundle.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh
index 22d44970..edae7308 100755
--- a/ci/02-deploybundle.sh
+++ b/ci/02-deploybundle.sh
@@ -61,15 +61,15 @@ if [ -e ~/.juju/deployment.yaml ]; then
echo $max
if [ "$max" -lt 8 ];then
- workmutiple=1
- elif [ "$max" -lt 32 ]; then
+ workmutiple=1.0
+ elif [ "$max" -lt 33 ]; then
workmutiple=0.25
- elif [ "$max" -lt 72 ]; then
+ elif [ "$max" -lt 73 ]; then
workmutiple=0.1
else
workmutiple=0.05
fi
- sed -i "s/worker-multiplier: 2/worker-multiplier: ${workmutiple}/g" default_deployment_config.yaml
+ sed -i "s/worker_multiplier: 2/worker_multiplier: ${workmutiple}/g" default_deployment_config.yaml
fi
case "$opnfvlab" in