Merge "fix branch for openstack cookbooks to stable/liberty"

This commit is contained in:
Jenkins 2016-03-16 00:29:19 +00:00 committed by Gerrit Code Review
commit ab047407e6
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ source 'https://supermarket.chef.io'
if ENV['ZUUL_CHANGES'] && Dir.exist?("../cookbook-openstack-#{cookbook}")
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"
else
cookbook "openstack-#{cookbook}", github: "openstack/cookbook-openstack-#{cookbook}"
cookbook "openstack-#{cookbook}",
github: "openstack/cookbook-openstack-#{cookbook}",
branch: 'stable/liberty'
end
end