Merge "Add entries from OPS Guide"

This commit is contained in:
Jenkins 2014-02-03 19:59:31 +00:00 committed by Gerrit Code Review
commit 1ed77639ad

View File

@ -356,9 +356,10 @@ Each entry in a typical ACL specifies a subject and an operation. For instance,
<glossentry>
<glossterm>arptables</glossterm>
<glossdef>
<para>Used along with iptables, ebtables, and
ip6tables in nova to provide firewall
services.</para>
<para>Tool used for maintaining Address Resolution Protocol
packet filter rules in the Linux kernel firewall modules.
Used along with iptables, ebtables, and ip6tables in nova to
provide firewall services for VMs.</para>
</glossdef>
</glossentry>
<glossentry>
@ -411,7 +412,7 @@ Each entry in a typical ACL specifies a subject and an operation. For instance,
<glossentry>
<glossterm>auditor</glossterm>
<glossdef>
<para>A worker processes that verifies the integrity
<para>A worker process that verifies the integrity
of swift objects, containers, and accounts.
Auditors is the collective term for the swift
account auditor, container auditor, and object
@ -1744,6 +1745,16 @@ daemon that provides
<para>An OpenStack-supported hypervisor.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>ebtables</glossterm>
<glossdef>
<para>Filtering tool for a Linux bridging firewall, enabling
filtering of network traffic passing through a Linux bridge.
Used to restrict communications between hosts and/or nodes
in OpenStack Compute along with iptables, arptables, and
ip6tables.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>ETag</glossterm>
<glossdef>
@ -2536,6 +2547,16 @@ daemon that provides
operating system or login shell.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>ip6tables</glossterm>
<glossdef>
<para>Tool used to set up, maintain, and inspect the tables of
IPv6 packet filter rules in the Linux kernel. In OpenStack
Compute, ip6tables is used along with arptables, ebtables,
and iptables to create firewalls for both nodes and
VMs.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>iptables</glossterm>
<glossdef>
@ -2856,6 +2877,14 @@ daemon that provides
host to another.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>multinic</glossterm>
<glossdef>
<para>Facility in nova that allows each virtual
machine instance to have more than one VIF
connected to it.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Modular Layer 2 (ML2) neutron plug-in</glossterm>
<glossdef>