This sections describes how to install and configure networking-generic-switch plugin.
At the command line:
$ pip install networking-generic-switch
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv networking-generic-switch
$ pip install networking-generic-switch
To enable mechanism drivers in the ML2 plug-in, edit the
/etc/neutron/plugins/ml2/ml2_conf.ini
file on the neutron server:
[ml2]
mechanism_drivers = ovs,genericswitch
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.