stable/train release patch

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-image/+/834239
Signed-off-by: Lance Albertson <lance@osuosl.org>
Change-Id: I5058096451d01dc2eaf3ad1d588ccbc9933dcb2c
This commit is contained in:
Lance Albertson 2022-03-17 15:54:22 -07:00
parent 08f84ac085
commit b88a33ef60
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -16,7 +16,9 @@ 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/train'
end
end