]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2 Mechanism Driver for Tail-f Network Control System (NCS)
authorLuke Gorrie <luke@snabb.co>
Thu, 18 Jul 2013 09:25:48 +0000 (09:25 +0000)
committerLuke Gorrie <luke@snabb.co>
Tue, 3 Sep 2013 18:14:32 +0000 (18:14 +0000)
commita775ab3b61122993fbbecabc57d09f38abb03570
treebe6c772c31de1d2abe2b8f978290355dc449f367
parent996bb5e218ec8bb938aad972a19594a75194d528
ML2 Mechanism Driver for Tail-f Network Control System (NCS)

Define a new ML2 Mechanism Driver that replicates Neutron network/port
configuration changes to NCS: http://www.tail-f.com/network-control-system/

Configuration is sent using a HTTP/JSON interface.

Implements blueprint tailf-ncs

Change-Id: I1f73fa3f2e4eec8e5a0f2865aec2d934e25c76d1
etc/neutron/plugins/ml2/ml2_conf_ncs.ini [new file with mode: 0644]
neutron/plugins/ml2/drivers/mechanism_ncs.py [new file with mode: 0644]
neutron/tests/unit/ml2/test_mechanism_ncs.py [new file with mode: 0644]
requirements.txt
setup.cfg