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 acfa49ae4c
3 changed files with 7 additions and 4 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'

View File

@ -4,5 +4,5 @@
# this is required for the docs build jobs
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
openstackdocstheme>=1.31.1 # Apache-2.0
reno>=2.11.3 # Apache-2.0