stable/stein release patch

Change-Id: I6a67572906b482a2655acf31383c9e1fce3c75be
This commit is contained in:
Lance Albertson 2020-05-20 16:46:38 -07:00
parent 87b4f83273
commit 786d6a3896
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-integration-test.git
defaultbranch=stable/stein

View File

@ -16,7 +16,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