stable/stein release patch

Change-Id: I57ae649c25e566c75968405be6851123f52e3c09
This commit is contained in:
Lance Albertson 2020-05-20 16:45:03 -07:00
parent 3b11524496
commit b676cab8b1
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -15,7 +15,8 @@ solver :ruby, :required
if Dir.exist?("../cookbook-openstack#{cookbook}")
cookbook "openstack#{cookbook}", path: "../cookbook-openstack#{cookbook}", group: group
else
cookbook "openstack#{cookbook}", git: "https://opendev.org/openstack/cookbook-openstack#{cookbook}", group: group
cookbook "openstack#{cookbook}", git: "https://opendev.org/openstack/cookbook-openstack#{cookbook}", group: group,
branch: 'stable/stein'
end
end