neutron-fwaas/devstack
Nate Johnston f5106188f8 Add devstack plugin support for fwaas v2
This sets up a new devstack keyword - q-fwaas-v1 - in addition to the
existing q-fwaas plugin.  The q-fwaas keyword configures the devstack
plugin to support FWaaS v2.  FWaaS v2 is the future, and should be the
default for development at this point.  But the new keyword, q-fwaas-v1,
will set things up for FWaaS v1, and there is also q-fwaas-v2 to
explicitly select FWaaS v2.

Also ensure that /etc/neutron/policy.d gets set up for FWaaS
policy.json.

Change-Id: If35ca26028ddedcf1bc22dd8749cb11c69a1ccbb
(cherry picked from commit a66f3a68bf)
2016-09-23 21:32:11 +00:00
..
lib Add devstack plugin support for fwaas v2 2016-09-23 21:32:11 +00:00
README.rst Add devstack plugin support for fwaas v2 2016-09-23 21:32:11 +00:00
plugin.sh Add devstack plugin support for fwaas v2 2016-09-23 21:32:11 +00:00
settings Add devstack plugin support for fwaas v2 2016-09-23 21:32:11 +00:00

README.rst

neutron-fwaas in DevStack

This is setup as a DevStack plugin. For more information on DevStack plugins, see the DevStack Plugins documentation.

Please note that the old 'q-fwaas' keyword still exists, and will run FWaaS V1. This default will be changed during the Ocata cycle. The introduction of two new keywords, 'q-fwaas-v1' and 'q-fwaas-v2' allow you to explicitly select the version you with to run.

How to run FWaaS V2 in DevStack

Add the following to the localrc section of your local.conf to configure FWaaS v2.

To check a specific patchset that is currently under development, use a form like the below example, which is checking out change 214350 patch set 14 for testing.

How to run FWaaS V1 in DevStack

Add the following to the localrc section of your local.conf to configure FWaaS v1.

To check a specific patchset that is currently under development, use a form like the below example, which is checking out change 214350 patch set 14 for testing.