diff --git a/Berksfile b/Berksfile index f19221da..9f53c791 100644 --- a/Berksfile +++ b/Berksfile @@ -4,7 +4,7 @@ source 'https://supermarket.chef.io' if Dir.exist?("../cookbook-openstack-#{cookbook}") cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}" else - cookbook "openstack-#{cookbook}", github: "openstack/cookbook-openstack-#{cookbook}" + cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}" end end diff --git a/metadata.rb b/metadata.rb index 31821b1c..353f75ba 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 '16.0.0' +version '17.0.0' %w(ubuntu redhat centos).each do |os| supports os end -depends 'openstack-common', '>= 16.0.0' -depends 'openstack-identity', '>= 16.0.0' +depends 'openstack-common', '>= 17.0.0' +depends 'openstack-identity', '>= 17.0.0' depends 'openstackclient' issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)