stable/train release patch

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-common/+/833698
Signed-off-by: Lance Albertson <lance@osuosl.org>
Change-Id: I11d2511532dadc52979e643a11c916fdd2cfbc8d
This commit is contained in:
Lance Albertson 2022-03-17 15:44:40 -07:00
parent 6d907dedf3
commit 58e47a04f9
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-ops-messaging.git
defaultbranch=stable/train

View File

@ -6,7 +6,8 @@ solver :ruby, :required
if Dir.exist?("../cookbook-openstack#{cookbook}")
cookbook "openstack#{cookbook}", path: "../cookbook-openstack#{cookbook}"
else
cookbook "openstack#{cookbook}", git: "https://opendev.org/openstack/cookbook-openstack#{cookbook}"
cookbook "openstack#{cookbook}", git: "https://opendev.org/openstack/cookbook-openstack#{cookbook}",
branch: 'stable/train'
end
end