From: YAMAMOTO Takashi Date: Wed, 11 Mar 2015 03:23:59 +0000 (+0900) Subject: ofagent: Update after networking-ofagent release X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f6e20ce3e3b61b9aca6ae389dcf0b8068d28a6dc;p=openstack-build%2Fneutron-build.git ofagent: Update after networking-ofagent release Closes-Bug: #1412653 Related: blueprint core-vendor-decomposition Change-Id: Ibccc46f1d2b944ac12d8765fddd94f01fd89390b --- diff --git a/doc/source/devref/contribute.rst b/doc/source/devref/contribute.rst index 90b56d1bd..9313482aa 100644 --- a/doc/source/devref/contribute.rst +++ b/doc/source/devref/contribute.rst @@ -418,7 +418,7 @@ The following chart captures the following aspects: +-------------------------------+-----------------------+-----------+------------------+---------+--------------+ | networking-odl_ | ml2,l3,lb,fw | yes | no | [C] | Kilo | +-------------------------------+-----------------------+-----------+------------------+---------+--------------+ -| networking-ofagent_ | ml2 | yes | no | [C] | Kilo | +| networking-ofagent_ | ml2 | yes | yes | [C] | Kilo | +-------------------------------+-----------------------+-----------+------------------+---------+--------------+ | networking-ovs-dpdk_ | ml2 | yes | no | [C] | Kilo | +-------------------------------+-----------------------+-----------+------------------+---------+--------------+ @@ -495,6 +495,7 @@ OpenFlow Agent (ofagent) * Git: https://github.com/stackforge/networking-ofagent * Launchpad: https://launchpad.net/networking-ofagent +* PyPI: https://pypi.python.org/pypi/networking-ofagent .. _networking-ovs-dpdk: diff --git a/neutron/plugins/ml2/drivers/ofagent/requirements.txt b/neutron/plugins/ml2/drivers/ofagent/requirements.txt new file mode 100644 index 000000000..4824acf48 --- /dev/null +++ b/neutron/plugins/ml2/drivers/ofagent/requirements.txt @@ -0,0 +1 @@ +networking-ofagent>=2015.1,<2015.2