6e307e0a38
This is a very preliminary version of a new APIC mechanism driver utilizing the ACI Integration Module (AIM) library concurrently being developed. A corresponding extension driver exposes details regarding the mapping of the Neutron resources to APIC. These drivers require the Ml2Plus extended driver APIs. See the apic-aim-ml2-driver devref for implementation details and for devstack configuration instructions. Change-Id: I82df32f0880d6a0d53b305f6c6391fcbea049d1b
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
setuptools>=19.2
|
|
-e git+https://git.openstack.org/openstack/neutron.git@stable/mitaka#egg=neutron
|
|
-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
|
|
|
|
cliff>=1.15.0 # Apache-2.0
|
|
coverage>=3.6 # Apache-2.0
|
|
fixtures>=1.3.1 # Apache-2.0/BSD
|
|
httplib2>=0.7.5
|
|
mock>=1.2 # BSD
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
requests-mock>=0.7.0 # Apache-2.0
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
|
ordereddict
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
testresources>=0.2.4 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
WebTest>=2.0 # MIT
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
os-testr>=0.4.1 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
pylint==1.4.5 # GNU GPL v2
|
|
reno>=0.1.1 # Apache2
|
|
pyOpenSSL>=0.13.0,<=0.15.1
|
|
|
|
# Since version numbers for these are specified in
|
|
# https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt,
|
|
# they cannot be refernced as GIT URLs
|
|
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
|