stable/train release patch

Change-Id: I66afdec40654ddbf4bcb181442c1775e6754c61a
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2022-03-15 09:50:40 -07:00
parent b740947c11
commit b5bae26ca8
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -21,14 +21,16 @@ 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
if Dir.exist?('../cookbook-openstackclient')
cookbook 'openstackclient', path: '../cookbook-openstackclient'
else
cookbook 'openstackclient', git: 'https://opendev.org/openstack/cookbook-openstackclient'
cookbook 'openstackclient', git: 'https://opendev.org/openstack/cookbook-openstackclient',
branch: 'stable/train'
end
cookbook 'openstack_test', path: 'test/cookbooks/openstack_test'