Icehouse branch version updates

Change-Id: Id9011868728d2e412086439f4f75650b0944a1f5
This commit is contained in:
Mark Vanderwiel 2014-03-27 10:44:34 -05:00
parent 0db09aba5d
commit 1101d6c750
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
# CHANGELOG for cookbook-openstack-ops-messaging
This file is used to list changes made in each version of cookbook-openstack-ops-messaging.
## 9.0.0
* Upgrade to Icehouse
## 8.0.1:
* Add change_password to make rabbitmq work when develop_mode=false

View File

@ -1,6 +1,6 @@
# Description #
This cookbook provides shared message queue configuration for the OpenStack **Havana** reference deployment provided by Chef for OpenStack. The http://github.com/mattray/chef-openstack-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. It currently supports RabbitMQ and will soon other queues.
This cookbook provides shared message queue configuration for the OpenStack **Icehouse** reference deployment provided by Chef for OpenStack. The http://github.com/mattray/chef-openstack-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. It currently supports RabbitMQ and will soon other queues.
# Requirements #

View File

@ -4,7 +4,7 @@ maintainer 'Chef Software, Inc.'
maintainer_email 'matt@getchef.com'
license 'Apache 2.0'
description 'Provides the shared messaging configuration for Chef for OpenStack.'
version '8.0.1'
version '9.0.0'
recipe 'server', 'Installs and configures server packages for messaging queue used by the deployment.'
recipe 'rabbitmq-server', 'Installs and configures RabbitMQ and is called via the server recipe'
@ -13,5 +13,5 @@ recipe 'rabbitmq-server', 'Installs and configures RabbitMQ and is called via th
supports os
end
depends 'openstack-common', '~> 8.0'
depends 'rabbitmq', '>= 2.1.0'
depends 'openstack-common', '~> 9.0'
depends 'rabbitmq', '~> 3.0.4'