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.

Change-Id: If374c256fbe15d6bc5f4eb19fd800eacd87a0f7a
This commit is contained in:
Matt Ray 2013-12-02 09:24:52 -06:00
parent dd17718ce2
commit 46c86ac9f9
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
This file is used to list changes made in each version of cookbook-openstack-image.
## 7.1.1
### Bug
* Relax the dependency on openstack-identity to the 7.x series
## 7.1.0
### Blue print
* Add qpid support to glance. Default is rabbit

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 "7.1.0"
version "7.1.1"
recipe "openstack-image::api", "Installs packages required for a glance api server"
recipe "openstack-image::registry", "Installs packages required for a glance registry server"
recipe "openstack-image::identity_registration", "Registers Glance endpoints and service with Keystone"
@ -13,4 +13,4 @@ recipe "openstack-image::identity_registration", "Registers Glance en
end
depends "openstack-common", "~> 0.4.0"
depends "openstack-identity", "~> 7.0.0"
depends "openstack-identity", "~> 7.0"