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: I800c4d8fa0e3b72643289835f3c0f96f89710b27
This commit is contained in:
Lance Albertson 2022-03-17 15:42:52 -07:00
parent 9276352d02
commit cd9d212e52
2 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/cookbook-openstackclient.git
defaultbranch=stable/train

View File

@ -33,6 +33,7 @@ solver :ruby, :required
else
cookbook "openstack#{cookbook}",
git: "https://opendev.org/openstack/cookbook-openstack#{cookbook}",
branch: 'stable/train',
group: 'integration'
end
end