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-network/+/834241
Signed-off-by: Lance Albertson <lance@osuosl.org>
Change-Id: Ia16e295ab990178186de5a484c1cf052e04b0c11
This commit is contained in:
Lance Albertson 2022-03-17 15:59:06 -07:00
parent dd5a46c6dd
commit 2873cef76d
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-compute.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