initial commit for the newton development cycle

Change-Id: I03778774a931e6f22b576322fb3fef398a50740e
This commit is contained in:
Jan Klare 2016-05-31 10:43:45 +02:00
parent 503703fb2b
commit 93507bd15c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ maintainer 'openstack-chef'
maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Provides the shared messaging configuration for Chef for OpenStack.'
version '13.0.0'
version '14.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', '>= 13.0.0'
depends 'openstack-common', '>= 14.0.0'
depends 'rabbitmq', '~> 4.1'