starting ocata development patch

Change-Id: Ibbbfc1008f9e7688466431ab1168740c97f162ee
This commit is contained in:
Jan Klare 2017-02-23 17:07:12 +01:00
parent 4f2e23c62d
commit 9531704451
2 changed files with 11 additions and 7 deletions

View File

@ -1,11 +1,15 @@
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-05-29 12:11:07 -0500 using RuboCop version 0.29.1.
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-02-23 16:58:37 +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
# versions of RuboCop, may require this file to be generated again.
# Offense count: 3
# Offense count: 2
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Enabled: false
Exclude:
- 'recipes/common.rb'
- 'recipes/identity_registration.rb'

View File

@ -7,12 +7,12 @@ source_url 'https://github.com/openstack/cookbook-openstack-orchestration' if re
license 'Apache 2.0'
description 'Installs and configures the Heat 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 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'
depends 'openstack-common', '>= 15.0.0'
depends 'openstack-identity', '>= 15.0.0'
depends 'openstackclient'