From cb3e4c7818faf470486d1fadb07c97bc62e7bf31 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 22 Sep 2014 16:46:32 +0000 Subject: [PATCH] Updated from openstack-manuals Change-Id: I4371b590fc3df4a7e73daf834401ea9e0f2ac55b --- doc/glossary/glossary-terms.xml | 51 +++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 12 deletions(-) diff --git a/doc/glossary/glossary-terms.xml b/doc/glossary/glossary-terms.xml index 63ec8aa8..2367ebb2 100644 --- a/doc/glossary/glossary-terms.xml +++ b/doc/glossary/glossary-terms.xml @@ -2642,8 +2642,8 @@ - Daemon that provides DNS, DHCP, BOOTP, and TFTP services, used - by the Compute VLAN manager and FlatDHCP manager. + Daemon that provides DNS, DHCP, BOOTP, and TFTP services for + virtual networks. @@ -3369,12 +3369,11 @@ - The Network Controller provides virtual networks to enable - compute servers to interact with each other and with the public - network. All machines must have a public and private network - interface. A flat network is a private network interface, which is - controlled by the flat_interface option with flat - managers. + Virtual network type that uses neither VLANs nor tunnels to + segregate tenant traffic. Each flat network typically requires + a separate underlying physical interface defined by bridge + mappings. However, a flat network can contain multiple + subnets. @@ -3495,9 +3494,9 @@ - Generic Receive Offload (GRO) + generic receive offload (GRO) - Generic Receive Offload (GRO) + generic receive offload (GRO) Feature of certain network interface drivers that @@ -4414,9 +4413,9 @@ - internet protocol (IP) + Internet protocol (IP) - internet protocol (IP) + Internet protocol (IP) @@ -5272,6 +5271,20 @@ N + + network namespace + + network namespace + + + + Linux kernel feature that provides independent virtual + networking instances on a single host with separate routing + tables and interfaces. Similar to virtual routing and forwarding + (VRF) services on physical network equipment. + + + Nebula @@ -5886,6 +5899,20 @@ + + Open vSwitch (OVS) agent + + Open vSwitch (OVS) agent + + + + + Provides an interface to the underlying Open vSwitch service for + the Networking plug-in. + + + + Open vSwitch neutron plug-in