Fix metadata constriant for Common

A patch went in that needed attributes in Common and the ops-messaging
metadata was change to ~> 10.0.1 which worked until Common
was recently bumped to 10.1.  The metadata for Common should have had
a minor version bump, not a patch bump for the new attributes.

Change-Id: I6429d8f770b79ab099c9af5110fe49c88e74bfa0
Closes-Bug: #1373483
This commit is contained in:
Mark Vanderwiel 2014-09-24 10:47:36 -05:00
parent c9559630c6
commit b8de0c99ae
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ This file is used to list changes made in each version of cookbook-openstack-ops
## 10.0.1
* Configure rabbitmq port for both ssl and non-ssl cases
* Fix metadata version constraint for common
## 10.0.0
* Upgrading to Juno

View File

@ -13,5 +13,5 @@ recipe 'rabbitmq-server', 'Installs and configures RabbitMQ and is called via th
supports os
end
depends 'openstack-common', '~> 10.0.1'
depends 'openstack-common', '~> 10.0'
depends 'rabbitmq', '>= 3.0.4'