diff --git a/CHANGELOG.md b/CHANGELOG.md index 391a167..acd87e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 2b7b871..109e617 100644 --- a/README.md +++ b/README.md @@ -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 # diff --git a/metadata.rb b/metadata.rb index 1f826a5..6c5d3f6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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'