diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 554e99a..7497a9b 100755 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-08-02 01:41:47 -0400 using RuboCop version 0.47.1. +# on 2017-08-17 14:16:14 +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 diff --git a/metadata.rb b/metadata.rb index 908e597..58c3d98 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'openstack-dev@lists.openstack.org' 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 '15.0.0' +version '16.0.0' recipe 'openstack-integration-test::setup', 'Installs and configures Tempest' @@ -12,11 +12,11 @@ recipe 'openstack-integration-test::setup', 'Installs and configures Tempest' supports os end -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 'openstack-common', '>= 16.0.0' +depends 'openstack-identity', '>= 16.0.0' +depends 'openstack-image', '>= 16.0.0' +depends 'openstack-compute', '>= 16.0.0' +depends 'openstack-block-storage', '>= 16.0.0' depends 'openstackclient' depends 'poise-python', '~> 1.5'