stable/rocky release patch

Change-Id: I5ff8ae02d1a4f4433e887a562284f92ffe6b81ce
Partial-Bug: 1855878
This commit is contained in:
Dr. Jens Harbott 2019-12-10 12:54:27 +00:00
parent 12bfe6e13e
commit 0366282a12
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-image.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