starting pike development patch

Change-Id: I9b5a5b1d94cb61dad2b26fb7653d2648dc2ebdfc
This commit is contained in:
Jan Klare 2017-08-17 14:19:19 +02:00
parent a0635f0804
commit 8194db94e4
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-02 01:39:01 -0400 using RuboCop version 0.47.1.
# on 2017-08-17 14:16:11 +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

View File

@ -4,15 +4,15 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Installs and configures the Glance Image Registry and Delivery Service'
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 'openstackclient'
depends 'openstack-common', '>= 15.0.0'
depends 'openstack-identity', '>= 15.0.0'
depends 'openstack-common', '>= 16.0.0'
depends 'openstack-identity', '>= 16.0.0'
issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)
source_url 'https://github.com/openstack/cookbook-openstack-image' if respond_to?(:source_url)