From 59694c78828f42a4144d746523ad2e0a17e5c2e5 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 16 May 2016 12:37:50 -0500 Subject: [PATCH] Network service docs cleanup This patch cleans up the introduction at the top of the networking service documentation. Change-Id: I8b5a16fef83283b5dda535a279c04dad52a7fcc8 --- .../install-guide/configure-network-services.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/source/install-guide/configure-network-services.rst b/doc/source/install-guide/configure-network-services.rst index a88f120479..8b4a5fac48 100644 --- a/doc/source/install-guide/configure-network-services.rst +++ b/doc/source/install-guide/configure-network-services.rst @@ -5,12 +5,15 @@ Configuring the Networking service (neutron) (optional) The OpenStack Networking service (neutron) includes the following services: - * Firewall as a Service (FWaaS) allows for the configuration of a firewall - that filters traffic from the router. - * Load Balancer as a Service (LBaaS) allows for the configuration of a - load balancer that directs traffic to the specified instances. - * VPN as a Service (VPNaaS) allows for the configuration of a virtual - private network allowing the extension of the private network across a public network. +Firewall as a Service (FWaaS) + Provides a software-based firewall that filters traffic from the router. + +Load Balancer as a Service (LBaaS) + Provides load balancers that direct traffic to OpenStack instances or other + servers outside the OpenStack deployment. + +VPN as a Service (VPNaaS) + Provides a method for extending a private network across a public network. Firewall service (optional) ~~~~~~~~~~~~~~~~~~~~~~~~~~~