starting ocata development patch
Change-Id: Ib072d366ae1684efe216ea57511aea1866840543
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# This configuration was generated by
|
# This configuration was generated by
|
||||||
# `rubocop --auto-gen-config`
|
# `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
|
# The point is for the user to remove these configuration records
|
||||||
# one by one as the offenses are removed from the code base.
|
# one by one as the offenses are removed from the code base.
|
||||||
# Note that changes in the inspected code, or installation of new
|
# Note that changes in the inspected code, or installation of new
|
||||||
@@ -8,12 +8,14 @@
|
|||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||||
|
# SupportedStyles: nested, compact
|
||||||
Style/ClassAndModuleChildren:
|
Style/ClassAndModuleChildren:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'recipes/rabbitmq-server.rb'
|
- 'recipes/rabbitmq-server.rb'
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Configuration parameters: Exclude.
|
|
||||||
Style/Documentation:
|
Style/Documentation:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
- 'spec/**/*'
|
||||||
|
- 'test/**/*'
|
||||||
- 'recipes/rabbitmq-server.rb'
|
- 'recipes/rabbitmq-server.rb'
|
||||||
|
|||||||
@@ -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)
|
source_url 'https://github.com/openstack/cookbook-openstack-ops-messaging' if respond_to?(:source_url)
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
description 'Provides the shared messaging configuration for Chef for OpenStack.'
|
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 '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'
|
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
|
supports os
|
||||||
end
|
end
|
||||||
|
|
||||||
depends 'openstack-common', '>= 14.0.0'
|
depends 'openstack-common', '>= 15.0.0'
|
||||||
depends 'rabbitmq', '~> 4.10'
|
depends 'rabbitmq', '~> 4.10'
|
||||||
|
|||||||
Reference in New Issue
Block a user