Avoid install of older version of opflexagent

Fix the order of pkgs to avoid install of an older version of
opflexagent. Sources for the current version and an older version
were both being installed.

Closes-Bug: 1607011
Change-Id: I1768a192390ed14ae76de7f4b1497ded57f6c32c
This commit is contained in:
Hemanth Ravi 2016-07-25 01:36:18 -07:00 committed by Robert Kukura
parent 959fd78ef5
commit 376dca9dd2
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
setuptools>=19.2
-e git+https://git.openstack.org/openstack/neutron.git@stable/mitaka#egg=neutron
-e git+https://github.com/noironetworks/python-opflex-agent.git@master#egg=python-opflexagent-agent
-e git+https://github.com/noironetworks/apic-ml2-driver.git@master#egg=apic_ml2
-e git+https://git.openstack.org/openstack/python-group-based-policy-client@master#egg=gbpclient
hacking<0.11,>=0.10.0
@ -35,5 +36,4 @@ pyOpenSSL>=0.13.0,<=0.15.1
python-heatclient
python-keystoneclient
-e git+https://github.com/noironetworks/python-opflex-agent.git@master#egg=python-opflexagent-agent
-e git+https://github.com/noironetworks/aci-integration-module.git#egg=aci-integration-module