Relax the dependency on openstack-identity to the 7.x series

openstack-identity is now on 7.2.0, which doesn't get picked up because of the
strict dependency of the 7.0.x series. CHANGELOG cleanup.

Change-Id: I790fbf9c9db83d73eca1779798b9356089e545db
This commit is contained in:
Matt Ray 2013-12-02 09:28:38 -06:00
parent 510d2ee279
commit 6ab2050905
2 changed files with 18 additions and 20 deletions

View File

@ -2,32 +2,30 @@ openstack-metering Cookbook CHANGELOG
==============================
This file is used to list changes made in each version of the openstack-metering cookbook.
v7.1.0
------
## 7.1.1
### Bug
* Relax the dependency on openstack-identity to the 7.x series
## 7.1.0
### Blueprint
- Added qpid support to ceilometer. default is rabbitmq
* Added qpid support to ceilometer. default is rabbitmq
v7.0.5
------
## 7.0.5
### Bug
- Corrected inconsistent keystone middleware auth_token for ceilometer.conf.erb.
* Corrected inconsistent keystone middleware auth_token for ceilometer.conf.erb.
v7.0.4
------
## 7.0.4
### Bug
- Ubuntu package dependency for python-mysqldb missing for ceilometer-collector
* Ubuntu package dependency for python-mysqldb missing for ceilometer-collector
v7.0.3
------
## 7.0.3
### Bug
- Ubuntu cloud archive dpkg failing to install init script properly for agent-compute
* Ubuntu cloud archive dpkg failing to install init script properly for agent-compute
v7.0.2
------
## 7.0.2
### Improvement
- Add optional host to the ceilometer.conf
* Add optional host to the ceilometer.conf
v7.0.1
------
## 7.0.1
### Bug
- Fix naming inconsistency for db password databag. This makes the metering cookbook consistent with all the others.
* Fix naming inconsistency for db password databag. This makes the metering cookbook consistent with all the others.

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 "7.1.0"
version "7.1.1"
recipe "openstack-metering::agent-central", "Installs agent central service."
recipe "openstack-metering::agent-compute", "Installs agent compute service."
@ -18,4 +18,4 @@ recipe "openstack-metering::identity_registration", "Registers the endpoints wit
end
depends "openstack-common", "~> 0.4.0"
depends "openstack-identity", "~> 7.0.0"
depends "openstack-identity", "~> 7.0"