starting pike development patch

Change-Id: Ied06f039a076edaa64f010433fe0ab98633ae861
This commit is contained in:
Jan Klare 2017-08-17 14:19:01 +02:00
parent fe0ab45e81
commit a0bc7dc26a
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-08-02 01:11:06 -0400 using RuboCop version 0.47.1.
# on 2017-08-17 14:16:04 +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

View File

@ -6,7 +6,7 @@ source_url 'https://github.com/openstack/cookbook-openstack-compute' if respond_
license 'Apache 2.0'
description 'The OpenStack Compute service Nova.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '15.0.0'
version '16.0.0'
chef_version '>= 12.5' if respond_to?(:chef_version)
%w(ubuntu redhat centos).each do |os|
@ -14,8 +14,8 @@ chef_version '>= 12.5' if respond_to?(:chef_version)
end
depends 'ceph', '>= 0.9.2'
depends 'openstack-common', '>= 15.0.0'
depends 'openstack-identity', '>= 15.0.0'
depends 'openstack-image', '>= 15.0.0'
depends 'openstack-network', '>= 15.0.0'
depends 'openstack-common', '>= 16.0.0'
depends 'openstack-identity', '>= 16.0.0'
depends 'openstack-image', '>= 16.0.0'
depends 'openstack-network', '>= 16.0.0'
depends 'openstackclient'