stable/stein release patch

Change-Id: Ic1755a01f30422ffdf3128568dff9502945bca02
This commit is contained in:
Lance Albertson 2020-05-20 16:47:31 -07:00
parent 601c814995
commit e4e7e2761d
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-ops-database.git
defaultbranch=stable/stein

View File

@ -6,7 +6,8 @@ solver :ruby, :required
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/stein'
end
end