stable/stein release patch

Change-Id: I6727a48762336f8576969b5e569e8a3081558086
This commit is contained in:
Lance Albertson 2020-05-20 16:41:28 -07:00
parent 1b39032b8d
commit a6abc42649
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-block-storage.git
defaultbranch=stable/stein

View File

@ -16,7 +16,8 @@ solver :ruby, :required
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/stein'
end
end