neutron/doc/source/devref/advanced_services.rst
Ihar Hrachyshka 9cbd590ee9 devref: updated documentation for advanced services
Now that we don't maintain the code for the services, we should not ship
documentation to it, but just refer to it.

Change-Id: Id0ced1196718204dda8d51b26715e2f845792ca1
2015-02-23 13:47:05 -05:00

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/