From 30b8f35848cee7b333566073d6b668404cd92e75 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Thu, 23 Feb 2017 17:07:20 +0100 Subject: [PATCH] starting ocata development patch Change-Id: I20539fad7a02aafea734719dc90b757bc5c6bde6 --- .rubocop_todo.yml | 14 ++++++++++---- metadata.rb | 6 +++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2b644ed..bddcba9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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' diff --git a/metadata.rb b/metadata.rb index a53fb63..de6a5bd 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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'