From 3868368ecace965097b59ee85fb3909f473955ee Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Thu, 17 Aug 2017 14:19:33 +0200 Subject: [PATCH] starting pike development patch Change-Id: I54d6b08011eae2d7a47a6b56214c5170fd7e71b3 --- .rubocop_todo.yml | 2 +- metadata.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 135f9f0a..0f8ebc46 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-08-01 10:43:38 -0400 using RuboCop version 0.47.1. +# on 2017-08-17 14:16:15 +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 diff --git a/metadata.rb b/metadata.rb index 6302051f..07114f88 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,14 +4,14 @@ maintainer_email 'openstack-dev@lists.openstack.org' 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 '15.0.0' +version '16.0.0' %w(ubuntu redhat centos).each do |os| supports os end -depends 'openstack-common', '>= 15.0.0' -depends 'openstack-identity', '>= 15.0.0' +depends 'openstack-common', '>= 16.0.0' +depends 'openstack-identity', '>= 16.0.0' depends 'openstackclient' issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)