starting pike development patch

Change-Id: Ie0a45261620dbdf57e3078cbac9a85427540a45a
This commit is contained in:
Jan Klare 2017-08-17 14:18:55 +02:00
parent 479af11fd7
commit ea0f371412
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-08-01 09:24:32 -0400 using RuboCop version 0.47.1.
# on 2017-08-17 14:16:01 +0200 using RuboCop version 0.47.1.
# 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
@ -15,7 +15,7 @@ Lint/NestedMethodDefinition:
Metrics/AbcSize:
Max: 39
# Offense count: 45
# Offense count: 44
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 203

View File

@ -4,7 +4,7 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Common OpenStack attributes, libraries and recipes.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '15.0.0'
version '16.0.0'
recipe 'openstack-common', 'Installs/Configures common recipes'
recipe 'openstack-common::logging', 'Installs/Configures common logging'