starting pike development patch

Change-Id: I5955ae670fd4a87a7800203b7a9ba942bd7cc8eb
This commit is contained in:
Jan Klare 2017-08-17 14:19:40 +02:00
parent fe6a3d552c
commit 7d5c0216b1
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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'