stable/stein release patch

Change-Id: Ib55ce18b32fee47cb6979efb85aff0a03356fdc7
This commit is contained in:
Lance Albertson 2020-05-20 16:43:38 -07:00
parent 50be0465fe
commit 4a2508b7c3
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-compute.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