From a45c1578a35138e04d99c3b59a06ef1a57bf0481 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Thu, 23 Feb 2017 17:06:47 +0100 Subject: [PATCH] starting ocata development patch Change-Id: I310cf43f3d7e0f30656954b90c1e9b971bdd3dec --- .rubocop_todo.yml | 5 ++--- metadata.rb | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8ca19870..dd5e8dbd 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,18 +1,17 @@ # This configuration was generated by # `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 # 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: 10 +# Offense count: 9 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Exclude: - 'recipes/_bridge_config_example.rb' - - 'recipes/client.rb' - 'recipes/default.rb' - 'recipes/fwaas.rb' - 'recipes/identity_registration.rb' diff --git a/metadata.rb b/metadata.rb index 1ed18ebc..68a32bad 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,12 +7,12 @@ source_url 'https://github.com/openstack/cookbook-openstack-network' if respond_ license 'Apache 2.0' 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')) -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'