Fix bug in install scripts

"concurrency" is not supported anymore in chef knife commands,
removed it.

Change-Id: I27673c49a1e9750997bed0a5c1ba5ab2bee9f296
This commit is contained in:
Xicheng Chang 2015-03-19 15:36:43 -07:00
parent c7dd14ae3f
commit 654a2abe14

View File

@ -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