From a404c2671e5222cb12406b06df444d4d8f5197f1 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 11 Aug 2016 09:22:04 -0500 Subject: typo error Change-Id: I12bca680d405f917612af1925d8a9bb3c894e79c Signed-off-by: Narinder Gupta --- ci/02-deploybundle.sh | 8 ++++---- 1 file 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 -- cgit 1.2.3-korg