Jump to: navigation, search

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

< Neutron‎ | ML2
Line 1: Line 1:
== '''OmniSwitch Networking Plug-in for OpenStack''' ==<big>Big text</big>
+
== Trying out FWaaS using Devstack==
 +
 
 +
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:11, 20 August 2015

Trying out FWaaS using Devstack

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

[fwaas]
driver = neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver
enabled = True