From 862bfdd7c46f7f90d7ccc06ad372940f86c15b16 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Thu, 17 Aug 2017 14:19:13 +0200 Subject: [PATCH] starting pike development patch Change-Id: I638c23934c209d2074256f3f30129cf426e34ae0 --- .rubocop_todo.yml | 4 ++-- metadata.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3ac9ba1..2bccd47 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-08-01 10:39:17 -0400 using RuboCop version 0.47.1. +# on 2017-08-17 14:16:09 +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 @@ -9,7 +9,7 @@ # Offense count: 20 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: - Max: 408 + Max: 393 # Offense count: 4 # Configuration parameters: EnforcedStyle, SupportedStyles. diff --git a/metadata.rb b/metadata.rb index a4a2ee3..b75274c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,13 +4,13 @@ maintainer_email 'openstack-dev@lists.openstack.org' license 'Apache 2.0' description 'The OpenStack Identity service Keystone.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '15.0.0' +version '16.0.0' %w(ubuntu redhat centos).each do |os| supports os end -depends 'openstack-common', '>= 15.0.0' +depends 'openstack-common', '>= 16.0.0' depends 'openstackclient' depends 'apache2', '~> 3.2'