Icehouse branch version updates

Change-Id: I129d1986812940ecf09f1711ed8795039129421c
This commit is contained in:
Mark Vanderwiel 2014-03-27 11:21:58 -05:00
parent 3c2e743cf4
commit 52d2248e7f
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# CHANGELOG for cookbook-openstack-image
This file is used to list changes made in each version of cookbook-openstack-image.
## 9.0.0
* Upgrade to Icehouse
## 8.2.1
### Bug

View File

@ -3,7 +3,7 @@ maintainer 'Opscode, Inc.'
license 'Apache 2.0'
description 'Installs and configures the Glance Image Registry and Delivery Service'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '8.2.1'
version '9.0.0'
recipe 'openstack-image::api', 'Installs packages required for a glance api server'
recipe 'openstack-image::client', 'Install packages required for glance client'
recipe 'openstack-image::registry', 'Installs packages required for a glance registry server'
@ -14,5 +14,5 @@ recipe 'openstack-image::image_upload', 'Upload image using glance im
supports os
end
depends 'openstack-common', '~> 8.0'
depends 'openstack-identity', '~> 8.0'
depends 'openstack-common', '~> 9.0'
depends 'openstack-identity', '~> 9.0'