]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
ofagent: Update after networking-ofagent release
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Wed, 11 Mar 2015 03:23:59 +0000 (12:23 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Thu, 12 Mar 2015 04:13:53 +0000 (13:13 +0900)
Closes-Bug: #1412653
Related: blueprint core-vendor-decomposition
Change-Id: Ibccc46f1d2b944ac12d8765fddd94f01fd89390b

doc/source/devref/contribute.rst
neutron/plugins/ml2/drivers/ofagent/requirements.txt [new file with mode: 0644]

index 90b56d1bd49f42226f15e22f77f4d51416719e96..9313482aa62d4a35d88f19796e4858d445fc57b2 100644 (file)
@@ -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 (file)
index 0000000..4824acf
--- /dev/null
@@ -0,0 +1 @@
+networking-ofagent>=2015.1,<2015.2