From 654a2abe14642590995564bbfa16e93262b58469 Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Thu, 19 Mar 2015 15:36:43 -0700 Subject: [PATCH] Fix bug in install scripts "concurrency" is not supported anymore in chef knife commands, removed it. Change-Id: I27673c49a1e9750997bed0a5c1ba5ab2bee9f296 --- install/chef.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/chef.sh b/install/chef.sh index 89773983..0a731d7c 100755 --- a/install/chef.sh +++ b/install/chef.sh @@ -72,7 +72,7 @@ fi # Fix after bug 1397309 is fixed by upgrading chef-server # work around by reducing concurrency to 1 -knife cookbook upload --all --cookbook-path /var/chef/cookbooks --concurrency 1 +knife cookbook upload --all --cookbook-path /var/chef/cookbooks if [[ "$?" != "0" ]]; then echo "failed to add cookbooks" exit 1