diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index cffb3d7..3de52c3 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:49:49 -0400 using RuboCop version 0.47.1. +# on 2017-08-17 14:16:18 +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 @@ -8,7 +8,7 @@ # Offense count: 6 # Configuration parameters: CountComments, ExcludedMethods. -BlockLength: +Metrics/BlockLength: Max: 62 # Offense count: 5 diff --git a/metadata.rb b/metadata.rb index c671b48..750a077 100755 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer 'openstack-chef' maintainer_email 'openstack-dev@lists.openstack.org' license 'Apache 2.0' description 'Provides the shared database configuration for Chef for OpenStack.' -version '15.0.0' +version '16.0.0' recipe 'client', 'Installs client packages for the database used by the deployment.' recipe 'server', 'Installs and configures server packages for the database used by the deployment.' @@ -19,7 +19,7 @@ recipe 'openstack-db', 'Creates necessary tables, users, and grants for OpenStac supports os end -depends 'openstack-common', '>= 15.0.0' +depends 'openstack-common', '>= 16.0.0' depends 'database', '~> 6.1' depends 'mariadb', '~> 1.5'