starting ocata development patch

Change-Id: I53003813c63124da340209f0e4a35cc8583ce88a
This commit is contained in:
Jan Klare 2017-02-23 17:06:31 +01:00
parent d6735b4b5f
commit f28939297d
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-01-09 12:44:21 +0100 using RuboCop version 0.39.0.
# on 2017-02-23 16:58:30 +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
@ -9,7 +9,7 @@
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 29
Max: 28
# Offense count: 2
# Configuration parameters: CountKeywordArgs.

View File

@ -6,12 +6,12 @@ source_url 'https://github.com/openstack/cookbook-openstack-image' if respond_to
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 '14.0.0'
version '15.0.0'
%w(ubuntu redhat centos).each do |os|
supports os
end
depends 'openstackclient'
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'
depends 'openstack-common', '>= 15.0.0'
depends 'openstack-identity', '>= 15.0.0'