neutron/doc/source/devref/advanced_services.rst
vikram.choudhary c2734d336f Adding headers to the devref docs
This patch adds missing headers to all the devref documents.

Change-Id: Ice2f93f37a2cade7d5af552aaae6cd9f66dc953c
2015-10-07 18:29:52 +05:30

1.5 KiB

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/