Icehouse branch version updates

Change-Id: Ib13632761a936f1946bda8b1769d195fbc114f10
This commit is contained in:
Mark Vanderwiel 2014-03-27 11:24:03 -05:00
parent d1224c445b
commit 76099931f0
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
openstack-telemetry Cookbook CHANGELG
==============================
This file is used to list changes made in each version of the openstack-metering cookbook.
## 9.0.0
* Upgrade to Icehouse
## 8.4.0
### Blue print

View File

@ -4,7 +4,7 @@ maintainer_email 'cookbooks@lists.tfoundry.com'
license 'Apache 2.0'
description 'The OpenStack Metering service Ceilometer.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '8.4.0'
version '9.0.0'
recipe 'openstack-telemetry::agent-central', 'Installs agent central service.'
recipe 'openstack-telemetry::agent-compute', 'Installs agent compute service.'
@ -18,5 +18,5 @@ recipe 'openstack-telemetry::identity_registration', 'Registers the endpoints, t
supports os
end
depends 'openstack-common', '~> 8.1'
depends 'openstack-identity', '~> 8.0'
depends 'openstack-common', '~> 9.0'
depends 'openstack-identity', '~> 9.0'