stable/rocky release patch

Change-Id: If89eec9e071a7ee1d2c7c5d29f2e9f3cfce1e2db
Partial-Bug: 1855878
This commit is contained in:
Dr. Jens Harbott 2019-12-10 12:54:27 +00:00
parent db48ab1fdc
commit 0f8d802034
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -4,6 +4,6 @@ berks-cookbooks/
.vagrant
.coverage/
*.swp
Berksfile.lock
Vagrantfile
Gemfile.lock
Berksfile.lock

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/cookbook-openstack-ops-database.git
defaultbranch=stable/rocky

View File

@ -4,7 +4,9 @@ source 'https://supermarket.chef.io'
if Dir.exist?("../cookbook-openstack-#{cookbook}")
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"
else
cookbook "openstack-#{cookbook}", git: "https://opendev.org/openstack/cookbook-openstack-#{cookbook}"
cookbook "openstack-#{cookbook}",
git: "https://opendev.org/openstack/cookbook-openstack-#{cookbook}",
branch: 'stable/rocky'
end
end