Switch to newton

This changes the newton version of the spec helper to reference the
stable/newton branch.

Change-Id: I7a54094088419559fb3517322463500de6d8f12f
This commit is contained in:
Alex Schultz
2016-09-27 12:00:57 -06:00
parent 1e8dc7f7a9
commit c777623b27
5 changed files with 5 additions and 4 deletions

View File

@@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/puppet-openstack_spec_helper.git
defaultbranch=stable/newton

View File

@@ -12,7 +12,7 @@ install_gems() {
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org openstack/puppet-nova
else
git clone git://git.openstack.org/openstack/puppet-nova openstack/puppet-nova
git clone git://git.openstack.org/openstack/puppet-nova -b stable/newton openstack/puppet-nova
fi
cd openstack/puppet-nova

View File

@@ -50,7 +50,7 @@ RSpec.configure do |c|
zuul_clone_cmd += "git://git.openstack.org #{repo}"
on host, zuul_clone_cmd
else
on host, "git clone https://git.openstack.org/#{repo} #{repo}"
on host, "git clone https://git.openstack.org/#{repo} -b stable/newton #{repo}"
end
on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} PUPPET_MAJ_VERSION=#{puppet_maj_version} bash #{repo}/install_modules.sh"

View File

@@ -59,7 +59,7 @@ task :spec_prep do
zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"]
sh(*zuul_clone_cmd)
else
sh("git clone https://git.openstack.org/#{repo} #{repo}")
sh("git clone https://git.openstack.org/#{repo} -b stable/newton #{repo}")
end
# Allow to a repository to have extra modules that are not
# in puppet-openstack-integration

View File

@@ -8,8 +8,8 @@ Contents
.. toctree::
:maxdepth: 2
mitaka
unreleased
mitaka
Indices and tables