diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a704ced..4961278 100755 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,5 +1,6 @@ -# This configuration was generated by `rubocop --auto-gen-config` -# on 2015-05-29 10:19:10 -0500 using RuboCop version 0.29.1. +# This configuration was generated by +# `rubocop --auto-gen-config` +# on 2017-02-23 16:58:32 +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 @@ -7,5 +8,7 @@ # Offense count: 2 # Configuration parameters: EnforcedStyle, SupportedStyles. +# SupportedStyles: nested, compact Style/ClassAndModuleChildren: - Enabled: false + Exclude: + - 'recipes/setup.rb' diff --git a/metadata.rb b/metadata.rb index 10e4b0c..cf75445 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,17 +7,17 @@ source_url 'https://github.com/openstack/cookbook-openstack-integration-test' if license 'Apache 2.0' description 'Installs and configures the Tempest Integration Test Suite' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '14.0.0' +version '15.0.0' recipe 'openstack-integration-test::setup', 'Installs and configures Tempest' %w(ubuntu redhat centos).each do |os| supports os end -depends 'openstack-common', '>= 14.0.0' -depends 'openstack-identity', '>= 14.0.0' -depends 'openstack-image', '>= 14.0.0' -depends 'openstack-compute', '>= 14.0.0' -depends 'openstack-block-storage', '>= 14.0.0' +depends 'openstack-common', '>= 15.0.0' +depends 'openstack-identity', '>= 15.0.0' +depends 'openstack-image', '>= 15.0.0' +depends 'openstack-compute', '>= 15.0.0' +depends 'openstack-block-storage', '>= 15.0.0' depends 'openstackclient' depends 'poise-python', '~> 1.5'