starting ocata development patch

Change-Id: Ib072d366ae1684efe216ea57511aea1866840543
This commit is contained in:
Jan Klare 2017-02-23 17:07:04 +01:00
parent de59aac72e
commit 5d67609c1c
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-02-04 17:44:50 +0100 using RuboCop version 0.34.2.
# on 2017-02-23 16:58:36 +0100 using RuboCop version 0.39.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
@ -8,12 +8,14 @@
# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Exclude:
- 'recipes/rabbitmq-server.rb'
# Offense count: 1
# Configuration parameters: Exclude.
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'recipes/rabbitmq-server.rb'

View File

@ -6,7 +6,7 @@ issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)
source_url 'https://github.com/openstack/cookbook-openstack-ops-messaging' if respond_to?(:source_url)
license 'Apache 2.0'
description 'Provides the shared messaging configuration for Chef for OpenStack.'
version '14.0.0'
version '15.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'
@ -15,5 +15,5 @@ recipe 'rabbitmq-server', 'Installs and configures RabbitMQ and is called via th
supports os
end
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-common', '>= 15.0.0'
depends 'rabbitmq', '~> 4.10'