Icehouse branch version updates

Change-Id: I9502929cfc9c9a61117939cf39e874a608463951
This commit is contained in:
Mark Vanderwiel 2014-03-27 11:17:17 -05:00
parent 6b9df49443
commit de2284eeaf
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -4,7 +4,7 @@ maintainer 'IBM, Inc.'
license 'Apache 2.0'
description 'Installs and configures the Heat Service'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '8.1.1'
version '9.0.0'
recipe 'openstack-orchestration::api', 'Start and configure the Heat API service'
recipe 'openstack-orchestration::api-cfn', 'Start and configure the Heat API CloudFormation service'
recipe 'openstack-orchestration::api-cloudwatch', 'Start and configure the Heat API CloudWatch service'
@ -17,5 +17,5 @@ recipe 'openstack-orchestration::identity_registration', 'Registers H
supports os
end
depends 'openstack-common', '~> 8.0'
depends 'openstack-identity', '~> 8.0'
depends 'openstack-common', '~> 9.0'
depends 'openstack-identity', '~> 9.0'