neutron/doc/source/devref/advanced_services.rst

690 B

Advanced Services

Historically, Neutron supported the following advanced services:

  1. FWaaS (Firewall-as-a-Service): runs as part of the L3 agent.
  2. LBaaS (Load-Balancer-as-a-Service): implemented purely inside neutron-server, does not interact directly with agents.
  3. VPNaaS (VPN-as-a-Service): derives from L3 agent to add VPNaaS functionality.

Starting with the Kilo release, these services are split into separate repositories managed by extended reviewer teams.

  1. http://git.openstack.org/cgit/openstack/neutron-fwaas/
  2. http://git.openstack.org/cgit/openstack/neutron-lbaas/
  3. http://git.openstack.org/cgit/openstack/neutron-vpnaas/