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
This commit is contained in:
Tim Potter
2014-10-21 09:41:33 +11:00
parent 8f2c7a2d03
commit b7801a0a9e

View File

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