From de69dd31a97f8b14db5da2fa0f8ea2a5ab09f830 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Sun, 18 Sep 2016 00:32:30 -0700 Subject: [PATCH] Pin neutron and neutron-lbaas to stable versions Change-Id: Ib479009dcd369316dcdc18d1639e4481df00de40 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ce72bbfd72..efa0b12c94 100644 --- a/tox.ini +++ b/tox.ini @@ -15,10 +15,10 @@ deps = -r{toxinidir}/requirements.txt # TODO(boden): pulling the egg from git is fine for master, but # should be replaced with a package version in requirements for # release (branch) tags - git+https://git.openstack.org/openstack/neutron.git@master#egg=neutron + git+https://git.openstack.org/openstack/neutron.git@stable/newton#egg=neutron git+https://git.openstack.org/openstack/networking-l2gw.git@master#egg=networking-l2gw git+https://git.openstack.org/openstack/networking-sfc.git@master#egg=networking-sfc - git+https://git.openstack.org/openstack/neutron-lbaas.git@master#egg=neutron-lbaas + git+https://git.openstack.org/openstack/neutron-lbaas.git@stable/newton#egg=neutron-lbaas git+https://git.openstack.org/openstack/tap-as-a-service.git@master#egg=tap-as-a-service whitelist_externals = sh commands =