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: Id5b5a2e8181e16033de55acddd40fe9fe3b7bd8f
This commit is contained in:
Lance Albertson 2022-03-17 15:45:53 -07:00
parent 5e26af7d04
commit a3f46d27e9
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-database.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