stable/train release patch

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-identity/+/834238
Signed-off-by: Lance Albertson <lance@osuosl.org>
Change-Id: I19f64ee180f98649af8bcd03840c1b5e4e069537
This commit is contained in:
Lance Albertson 2022-03-17 17:08:31 -07:00
parent f04c63bd47
commit 0eb303c7f7
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-telemetry.git
defaultbranch=stable/train

View File

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