starting ocata development patch

Change-Id: I20539fad7a02aafea734719dc90b757bc5c6bde6
This commit is contained in:
Jan Klare 2017-02-23 17:07:20 +01:00
parent 3d4ebe0106
commit 30b8f35848
2 changed files with 13 additions and 7 deletions

View File

@ -1,11 +1,17 @@
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-05-29 12:18:25 -0500 using RuboCop version 0.29.1.
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-02-23 16:58:38 +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
# versions of RuboCop, may require this file to be generated again.
# Offense count: 3
# Offense count: 4
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Enabled: false
Exclude:
- 'recipes/api.rb'
- 'recipes/common.rb'
- 'recipes/gnocchi_configure.rb'
- 'recipes/identity_registration.rb'

View File

@ -6,7 +6,7 @@ source_url 'https://github.com/openstack/cookbook-openstack-telemetry' if respon
license 'Apache 2.0'
description 'The OpenStack Metering service Ceilometer.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '14.0.0'
version '15.0.0'
recipe 'openstack-telemetry::agent-central', 'Installs agent central service.'
recipe 'openstack-telemetry::agent-compute', 'Installs agent compute service.'
@ -23,7 +23,7 @@ recipe 'openstack-telemetry::identity_registration', 'Registers the endpoints, t
supports os
end
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'
depends 'openstack-common', '>= 15.0.0'
depends 'openstack-identity', '>= 15.0.0'
depends 'openstackclient'
depends 'apache2', '~> 3.2'