From b7801a0a9ed5eef2b839e7e54eeecde6e7cfe193 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 21 Oct 2014 09:41:33 +1100 Subject: [PATCH] Use "berks vendor" instead of "berks install" Berkshelf 3.x has been out of beta for a while and the install command is no longer supported. This is a quick update to the documentation to make the bootstrap commands work. Change-Id: I777a95d868ff51bc26ca40a314fa86df01beb660 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c93f7bc..cd3fdd5 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,9 @@ curl -L https://www.opscode.com/chef/install.sh | bash git clone https://github.com/stackforge/openstack-chef-repo cd openstack-chef-repo /opt/chef/embedded/bin/gem install berkshelf -/opt/chef/embedded/bin/berks install --path=./cookbooks +/opt/chef/embedded/bin/berks vendor ./cookbooks ``` -TODO(zhiwei): Need to change `berks install` to `berks vendor` after upgrading Berkshelf to 3.x. - ## Prepare Chef environment Here is a minimal [environment file](environments/zero-demo.json).