Added Neutron FWaaS

This provides Neutron Firewall as a Service feature
on L3 agents.

It's off by default, use answer file or interactive
option to enable it.

Note: Horizon's corresponding flag needs to be switched
Separately

[RFE] - https://bugzilla.redhat.com/show_bug.cgi?id=1098765

Change-Id: I054b020424808d98718c2f8a16078d2a357a6f32
This commit is contained in:
Gilles Dubreuil
2014-05-21 15:00:44 +10:00
parent 0b2ee2e491
commit b3db196da1
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class { 'neutron::services::fwaas':
enabled => true,
}