diff --git a/.gitignore b/.gitignore index d7ee44ab..fa2b2887 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ berks-cookbooks/ .vagrant .coverage/ *.swp -Berksfile.lock Vagrantfile Gemfile.lock +Berksfile.lock diff --git a/.gitreview b/.gitreview index cdd6701c..f99e47f8 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/cookbook-openstack-network.git +defaultbranch=stable/rocky diff --git a/Berksfile b/Berksfile index e80324cd..cbb87fbe 100644 --- a/Berksfile +++ b/Berksfile @@ -4,7 +4,9 @@ source 'https://supermarket.chef.io' 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/rocky' end end