Initial Liberty Changes

Metadata changes
- Updated maintainer email
- Updated the version

Change-Id: Ieb8663d63c8dff92064969b92dce71d7d51376d6
This commit is contained in:
Mark Vanderwiel 2015-08-30 08:02:21 -05:00
parent 8aaf95cdcd
commit efc4821c65
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# encoding: UTF-8
name 'openstack-ops-messaging'
maintainer 'openstack-chef'
maintainer_email 'opscode-chef-openstack@googlegroups.com'
maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Provides the shared messaging configuration for Chef for OpenStack.'
version '11.1.0'
version '12.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', '>= 11.0.0'
depends 'openstack-common', '>= 12.0.0'
depends 'rabbitmq', '~> 4.1'