Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Install networking-onos (Neutron ML2 plugin for ONOS) first.

Note

The guide is based on OpenStack Ocata version. If you want to install Newton version of OpenStack, please refer to here.

Code Block
languagebash
$ git clone --branch 2.1.0 https://github.com/openstacksonaproject/networking-onos.git
$ pip install ./networking-onos
Note
If you found any run time problem in Neutron server and networking-onos module, please refer to
networking-onos
install guides per each OpenStack version.


2. Edit ml2_conf_onos.ini uner networking-onos/etc/neutron/plugins/ml2 for ONOS endpoint and credential. You may want to copy the config file under /etc/neutron/plugins/ml2/ where other Neutron configuration files are.

...