From e539d17867cf44b4b5b90b86546513d20f628129 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Fri, 2 Mar 2018 18:20:29 -0800 Subject: [PATCH] starting queens development patch and use git.openstack.org * use git.openstack.org instead of github for berks dependency resolution Depends-On: https://review.openstack.org/549343 Depends-On: https://review.openstack.org/549345 Depends-On: https://review.openstack.org/549346 Depends-On: https://review.openstack.org/549348 Change-Id: I55e356868887afde6493447c91d5f573bcba096c --- Berksfile | 2 +- metadata.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Berksfile b/Berksfile index 1206722..4560989 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 8d7d02c..17773ab 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'openstack-dev@lists.openstack.org' license 'Apache-2.0' description 'The OpenStack Metering service Ceilometer.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '16.0.0' +version '17.0.0' recipe 'openstack-telemetry::agent-central', 'Installs agent central service.' recipe 'openstack-telemetry::agent-compute', 'Installs agent compute service.' @@ -21,8 +21,8 @@ recipe 'openstack-telemetry::identity_registration', 'Registers the endpoints, t 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' depends 'apache2'