updated for the Havana branch

Change-Id: Iaa6de77139397fdd5cf72acf0e5072d80c6151ce
This commit is contained in:
Matt Ray 2014-03-27 11:46:05 -05:00
parent c590bf48bf
commit c9538639ec
2 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=stackforge/cookbook-openstack-block-storage.git
defaultbranch=stable/havana

View File

@ -1,14 +1,14 @@
Description
===========
Installs the OpenStack Block Storage service **Cinder** as part of the OpenStack reference deployment Chef for OpenStack. The https://github.com/stackforge/openstack-chef-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. Cinder is currently installed from packages.
Installs the OpenStack Block Storage service **Cinder** as part of the OpenStack reference deployment Chef for OpenStack. The https://github.com/stackforge/openstack-chef-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. Cinder is currently installed from packages. This version is for deploying the 'Havana' release, the 'master' branch is currently working on the 'Icehouse' release.
http://cinder.openstack.org
Requirements
============
* Chef 0.10.0 or higher required (for Chef environment use).
* Chef 11 or higher is required.
Cookbooks
---------
@ -19,6 +19,7 @@ The following cookbooks are dependencies:
* openstack-common
* openstack-identity
* openstack-image
* python
* selinux (Fedora)
Usage