From f5e2e58c4e9c4312ac5db68c64346b063c201e63 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Fri, 2 Mar 2018 18:18:45 -0800 Subject: [PATCH] starting queens development patch and use git.openstack.org * use git.openstack.org instead of github for berks dependency resolution Change-Id: I0b73ea2e711d996f886000f584d350c581571610 --- Berksfile | 2 +- metadata.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Berksfile b/Berksfile index f9da8f9..1f9a110 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 218395c..6b62bd1 100755 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer 'openstack-chef' maintainer_email 'openstack-dev@lists.openstack.org' license 'Apache-2.0' description 'Provides the shared database configuration for OpenStack' -version '16.0.0' +version '17.0.0' recipe 'client', 'Installs client packages for the database used by the deployment.' recipe 'server', 'Installs and configures server packages for the database used by the deployment.' @@ -19,7 +19,7 @@ recipe 'openstack-db', 'Creates necessary tables, users, and grants for OpenStac supports os end -depends 'openstack-common', '>= 16.0.0' +depends 'openstack-common', '>= 17.0.0' depends 'mariadb', '~> 1.5' depends 'mysql', '~> 8.2'