stable/train release patch

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-image/+/834239
Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-dns/+/834245
Signed-off-by: Lance Albertson <lance@osuosl.org>
Change-Id: Ifea343410d9c5865ffac5aa578a850974fcdeb3a
This commit is contained in:
Lance Albertson 2022-03-17 17:09:34 -07:00
parent 25839992da
commit f66bdbf6ff
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-integration-test.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