Jump to: navigation, search

Difference between revisions of "Neutron/ML2/ALE-Omniswitch"

< Neutron‎ | ML2
Line 1: Line 1:
== Trying out FWaaS using Devstack==
+
== OmniSwitch Networking Plug-in for OpenStack==
 
 
Add these lines in localrc:
 
 
 
    enable_service q-fwaas
 
 
 
   
 
    Q_SERVICE_PLUGIN_CLASSES=neutron.services.firewall.fwaas_plugin.FirewallPlugin
 
 
 
 
 
* The following will be populated by after the devstack installation:
 
 
 
/etc/neutron/fwaas_driver.ini
 
 
 
<pre><nowiki>
 
[fwaas]
 
driver = neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver
 
enabled = True
 
</nowiki></pre>
 

Revision as of 08:15, 20 August 2015

OmniSwitch Networking Plug-in for OpenStack