Pin neutron and neutron-lbaas to stable versions

Change-Id: Ib479009dcd369316dcdc18d1639e4481df00de40
This commit is contained in:
Gary Kotton 2016-09-18 00:32:30 -07:00
parent 28fa681d9c
commit de69dd31a9
1 changed files with 2 additions and 2 deletions

View File

@ -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 =