From 62bb467ca10e4fd0ca23499953bc7f7f413dee16 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 30 Oct 2015 09:13:59 -0700 Subject: Removing submodule. Change-Id: I4262e92adfa55e5de121a8b0915328770b2ec594 Signed-off-by: Ashlee Young --- .../neutron/plugin/networking-onos/README.onos | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 framework/src/openstack/neutron/plugin/networking-onos/README.onos (limited to 'framework/src/openstack/neutron/plugin/networking-onos/README.onos') diff --git a/framework/src/openstack/neutron/plugin/networking-onos/README.onos b/framework/src/openstack/neutron/plugin/networking-onos/README.onos deleted file mode 100644 index 667fa36c..00000000 --- a/framework/src/openstack/neutron/plugin/networking-onos/README.onos +++ /dev/null @@ -1,29 +0,0 @@ -Open Networking Operating System (ONOS) ML2 MechanismDriver -========================================================== -ONOS is a carrier grade SDN open operating system designed for -High Availability, scale-out and better performance. - - http://www.onosproject.org/ - -Mode of Working: -================ -The networking-onos project provides a thin layer which makes the -communication between ONOS and openstack neutron possible via ReST -call. The driver code can be downloaded from: - - https://git.openstack.org/cgit/openstack/networking-onos - -Using ONOS ML2 MechanismDriver -============================== -To use ONOS ML2 MechanismDriver one should -1. Make sure networking-onos code is downloaded and installed. If doing - mannually then download the code, go inside networking_onos folder - and finally run "sudo python setup.py install" otherwise install - using pip. - -2. Configure ONOS as the required ML2 "mechanism_drivers" in - neutron/plugins/ml2/ml2_conf.ini: - - mechanism_drivers=onos - -3. Configure "[ml2_onos]" in networking_onos/etc/ml2_onos_conf.ini \ No newline at end of file -- cgit 1.2.3-korg