Switch to stable/wallaby

Change-Id: I481fc2e872b39284b7ea58d0fa81a3045a97fec9
This commit is contained in:
Takashi Kajinami
2021-04-06 13:03:58 +09:00
parent 7d893a8920
commit dceaf7a6af
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ install_gems() {
[ ! -d openstack ] && mkdir openstack
cp -R /home/zuul/src/opendev.org/openstack/puppet-nova openstack/puppet-nova
else
git clone https://opendev.org/openstack/puppet-nova openstack/puppet-nova
git clone https://opendev.org/openstack/puppet-nova -b stable/wallaby openstack/puppet-nova
fi
cd openstack/puppet-nova

View File

@@ -54,7 +54,7 @@ task :spec_prep do
sh("mkdir openstack || true")
sh("cp -R /home/zuul/src/opendev.org/#{repo} #{repo}")
else
sh("git clone https://opendev.org/#{repo} #{repo}")
sh("git clone https://opendev.org/#{repo} -b stable/wallaby #{repo}")
end
# Allow to a repository to have extra modules that are not
# in puppet-openstack-integration