starting ocata development patch

Change-Id: I310cf43f3d7e0f30656954b90c1e9b971bdd3dec
This commit is contained in:
Jan Klare 2017-02-23 17:06:47 +01:00
parent 88b37047c7
commit a45c1578a3
2 changed files with 5 additions and 6 deletions

View File

@ -1,18 +1,17 @@
# This configuration was generated by # This configuration was generated by
# `rubocop --auto-gen-config` # `rubocop --auto-gen-config`
# on 2016-08-26 13:02:36 +0200 using RuboCop version 0.39.0. # on 2017-02-23 16:58:33 +0100 using RuboCop version 0.39.0.
# The point is for the user to remove these configuration records # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again. # versions of RuboCop, may require this file to be generated again.
# Offense count: 10 # Offense count: 9
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact # SupportedStyles: nested, compact
Style/ClassAndModuleChildren: Style/ClassAndModuleChildren:
Exclude: Exclude:
- 'recipes/_bridge_config_example.rb' - 'recipes/_bridge_config_example.rb'
- 'recipes/client.rb'
- 'recipes/default.rb' - 'recipes/default.rb'
- 'recipes/fwaas.rb' - 'recipes/fwaas.rb'
- 'recipes/identity_registration.rb' - 'recipes/identity_registration.rb'

View File

@ -7,12 +7,12 @@ source_url 'https://github.com/openstack/cookbook-openstack-network' if respond_
license 'Apache 2.0' license 'Apache 2.0'
description 'Installs and configures the OpenStack Network API Service and various agents and plugins' description 'Installs and configures the OpenStack Network API Service and various agents and plugins'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) 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| %w(ubuntu redhat centos).each do |os|
supports os supports os
end end
depends 'openstack-common', '>= 14.0.0' depends 'openstack-common', '>= 15.0.0'
depends 'openstack-identity', '>= 14.0.0' depends 'openstack-identity', '>= 15.0.0'
depends 'openstackclient' depends 'openstackclient'