stable/rocky release patch

Change-Id: I705a767e5e95f4863d1364f23f39f009fab09822
Partial-Bug: 1855878
This commit is contained in:
Dr. Jens Harbott 2019-12-10 12:54:27 +00:00
parent a841d57454
commit b81342eaee
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-messaging.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