stable/train release patch

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-ops-database/+/834237
Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-ops-messaging/+/834236
Signed-off-by: Lance Albertson <lance@osuosl.org>
Change-Id: I2f4daf5f805ff5c8ea17c88f1f61696d3d625b8f
This commit is contained in:
Lance Albertson 2022-03-17 15:49:15 -07:00
parent f052ede42b
commit c99fa619f7
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-identity.git
defaultbranch=stable/train

View File

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