From 7859687935c65abb8324b7f5e1220ae8d591fda5 Mon Sep 17 00:00:00 2001 From: Arvind Somya Date: Mon, 9 Feb 2015 04:35:37 -0500 Subject: [PATCH] Networking services in OpenStack Security Guide - Remove comma Removed extra comma from the networking security guide. Change-Id: I4217ceca2b521030b1efa0b8d69883bc9933097e Closes-Bug: 1419479 --- security-guide/section_networking-services.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security-guide/section_networking-services.xml b/security-guide/section_networking-services.xml index 1c741ba6..10a7d161 100644 --- a/security-guide/section_networking-services.xml +++ b/security-guide/section_networking-services.xml @@ -7,7 +7,7 @@ Networking services In the initial architectural phases of designing your OpenStack Network infrastructure it is important to ensure appropriate expertise is available to assist with the design of the physical networking infrastructure, to identify proper security controls and auditing mechanisms. - OpenStack Networking adds a layer of virtualized network services - giving tenants the capability to architect their own, virtual networks. These virtualized services are not as currently as mature as their traditional networking counterparts. It is important to be aware of the current state of these virtualized services and what controls may need to be implemented at the virtualized and traditional network boundary. + OpenStack Networking adds a layer of virtualized network services - giving tenants the capability to architect their own virtual networks. These virtualized services are not as currently as mature as their traditional networking counterparts. It is important to be aware of the current state of these virtualized services and what controls may need to be implemented at the virtualized and traditional network boundary.
L2 isolation using VLANs and tunneling OpenStack networking can employ two different mechanisms for traffic segregation on a per tenant/network combination: VLANs (IEEE 802.1Q tagging) or L2 tunnels using GRE encapsulation. Which method you choose for traffic segregation and isolation is determined by the scope and scale of your OpenStack deployment.