Updated from openstack-manuals
Change-Id: I5c8c8d7b2f74e55ad175c848c6d5afb486d752ee
This commit is contained in:
parent
97b482f8c5
commit
372456be65
@ -1475,7 +1475,7 @@ F
|
|||||||
implemented in Compute using iptables, arptables, ip6tables, and
|
implemented in Compute using iptables, arptables, ip6tables, and
|
||||||
ebtables.
|
ebtables.
|
||||||
|
|
||||||
FWaaS
|
FireWall-as-a-Service (FWaaS)
|
||||||
|
|
||||||
A Networking extension that provides perimeter firewall
|
A Networking extension that provides perimeter firewall
|
||||||
functionality.
|
functionality.
|
||||||
@ -1780,28 +1780,12 @@ I
|
|||||||
|
|
||||||
.. glossary::
|
.. glossary::
|
||||||
|
|
||||||
IaaS
|
|
||||||
|
|
||||||
Infrastructure-as-a-Service. IaaS is a provisioning model in
|
|
||||||
which an organization outsources physical components of a data center,
|
|
||||||
such as storage, hardware, servers, and networking components. A
|
|
||||||
service provider owns the equipment and is responsible for housing,
|
|
||||||
operating and maintaining it. The client typically pays on a per-use
|
|
||||||
basis. IaaS is a model for providing cloud services.
|
|
||||||
|
|
||||||
Icehouse
|
Icehouse
|
||||||
|
|
||||||
The code name for the ninth release of OpenStack. The
|
The code name for the ninth release of OpenStack. The
|
||||||
design summit took place in Hong Kong and Ice House is a
|
design summit took place in Hong Kong and Ice House is a
|
||||||
street in that city.
|
street in that city.
|
||||||
|
|
||||||
ICMP
|
|
||||||
|
|
||||||
Internet Control Message Protocol, used by network
|
|
||||||
devices for control messages. For example,
|
|
||||||
:command:`ping` uses ICMP to test
|
|
||||||
connectivity.
|
|
||||||
|
|
||||||
ID number
|
ID number
|
||||||
|
|
||||||
Unique numeric ID associated with each user in Identity,
|
Unique numeric ID associated with each user in Identity,
|
||||||
@ -1835,10 +1819,6 @@ I
|
|||||||
The API used to access the OpenStack Identity service provided
|
The API used to access the OpenStack Identity service provided
|
||||||
through keystone.
|
through keystone.
|
||||||
|
|
||||||
IDS
|
|
||||||
|
|
||||||
Intrusion Detection System.
|
|
||||||
|
|
||||||
image
|
image
|
||||||
|
|
||||||
A collection of files for a specific operating system (OS) that
|
A collection of files for a specific operating system (OS) that
|
||||||
@ -1908,12 +1888,21 @@ I
|
|||||||
A community project may be elevated to this status and is then
|
A community project may be elevated to this status and is then
|
||||||
promoted to a core project.
|
promoted to a core project.
|
||||||
|
|
||||||
|
Infrastructure-as-a-Service (IaaS)
|
||||||
|
|
||||||
|
IaaS is a provisioning model in which an organization outsources
|
||||||
|
physical components of a data center, such as storage, hardware,
|
||||||
|
servers, and networking components. A service provider owns the
|
||||||
|
equipment and is responsible for housing, operating and maintaining
|
||||||
|
it. The client typically pays on a per-use basis.
|
||||||
|
IaaS is a model for providing cloud services.
|
||||||
|
|
||||||
ingress filtering
|
ingress filtering
|
||||||
|
|
||||||
The process of filtering incoming network traffic. Supported by
|
The process of filtering incoming network traffic. Supported by
|
||||||
Compute.
|
Compute.
|
||||||
|
|
||||||
INI
|
INI format
|
||||||
|
|
||||||
The OpenStack configuration files use an INI format to
|
The OpenStack configuration files use an INI format to
|
||||||
describe options and their values. It consists of sections
|
describe options and their values. It consists of sections
|
||||||
@ -1924,6 +1913,12 @@ I
|
|||||||
The process of putting a file into a virtual machine image
|
The process of putting a file into a virtual machine image
|
||||||
before the instance is started.
|
before the instance is started.
|
||||||
|
|
||||||
|
Input/Output Operations Per Second (IOPS)
|
||||||
|
|
||||||
|
IOPS are a common performance measurement used to benchmark computer
|
||||||
|
storage devices like hard disk drives, solid state drives, and
|
||||||
|
storage area networks.
|
||||||
|
|
||||||
instance
|
instance
|
||||||
|
|
||||||
A running VM, or a VM in a known state such as suspended, that
|
A running VM, or a VM in a known state such as suspended, that
|
||||||
@ -1956,6 +1951,15 @@ I
|
|||||||
|
|
||||||
Unique ID assigned to each guest VM instance.
|
Unique ID assigned to each guest VM instance.
|
||||||
|
|
||||||
|
Intelligent Platform Management Interface (IPMI)
|
||||||
|
|
||||||
|
IPMI is a standardized computer system interface used by system
|
||||||
|
administrators for out-of-band management of computer systems and
|
||||||
|
monitoring of their operation. In layman's terms, it is a way to
|
||||||
|
manage a computer using a direct network connection, whether it is
|
||||||
|
turned on or not; connecting to the hardware rather than an operating
|
||||||
|
system or login shell.
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
A physical or virtual device that provides connectivity
|
A physical or virtual device that provides connectivity
|
||||||
@ -1966,6 +1970,12 @@ I
|
|||||||
Unique ID for a Networking VIF or vNIC in the form of a
|
Unique ID for a Networking VIF or vNIC in the form of a
|
||||||
UUID.
|
UUID.
|
||||||
|
|
||||||
|
Internet Control Message Protocol (ICMP)
|
||||||
|
|
||||||
|
A network protocol used by network devices for control messages.
|
||||||
|
For example, :command:`ping` uses ICMP to test
|
||||||
|
connectivity.
|
||||||
|
|
||||||
Internet protocol (IP)
|
Internet protocol (IP)
|
||||||
|
|
||||||
Principal communications protocol in the internet protocol
|
Principal communications protocol in the internet protocol
|
||||||
@ -1980,19 +1990,13 @@ I
|
|||||||
|
|
||||||
Storage protocol that encapsulates SCSI frames for transport
|
Storage protocol that encapsulates SCSI frames for transport
|
||||||
over IP networks.
|
over IP networks.
|
||||||
|
Supported by Compute, Object Storage, and Image service.
|
||||||
|
|
||||||
ironic
|
ironic
|
||||||
|
|
||||||
OpenStack project that provisions bare metal, as opposed to
|
OpenStack project that provisions bare metal, as opposed to
|
||||||
virtual machines.
|
virtual machines.
|
||||||
|
|
||||||
IOPS
|
|
||||||
|
|
||||||
IOPS (Input/Output Operations Per Second) are a common
|
|
||||||
performance measurement used to benchmark computer storage
|
|
||||||
devices like hard disk drives, solid state drives, and
|
|
||||||
storage area networks.
|
|
||||||
|
|
||||||
IP address
|
IP address
|
||||||
|
|
||||||
Number that is unique to every computer system on the Internet.
|
Number that is unique to every computer system on the Internet.
|
||||||
@ -2005,20 +2009,6 @@ I
|
|||||||
and management. Currently provided by Compute, melange, and
|
and management. Currently provided by Compute, melange, and
|
||||||
Networking.
|
Networking.
|
||||||
|
|
||||||
IPL
|
|
||||||
|
|
||||||
Initial Program Loader.
|
|
||||||
|
|
||||||
IPMI
|
|
||||||
|
|
||||||
Intelligent Platform Management Interface. IPMI is a
|
|
||||||
standardized computer system interface used by system administrators
|
|
||||||
for out-of-band management of computer systems and monitoring of their
|
|
||||||
operation. In layman's terms, it
|
|
||||||
is a way to manage a computer using a direct network connection,
|
|
||||||
whether it is turned on or not; connecting to the hardware rather than
|
|
||||||
an operating system or login shell.
|
|
||||||
|
|
||||||
ip6tables
|
ip6tables
|
||||||
|
|
||||||
Tool used to set up, maintain, and inspect the tables of IPv6
|
Tool used to set up, maintain, and inspect the tables of IPv6
|
||||||
@ -2043,21 +2033,16 @@ I
|
|||||||
ip6tables to IPv6, arptables to ARP, and ebtables to Ethernet frames.
|
ip6tables to IPv6, arptables to ARP, and ebtables to Ethernet frames.
|
||||||
Requires root privilege to manipulate.
|
Requires root privilege to manipulate.
|
||||||
|
|
||||||
IQN
|
iSCSI Qualified Name (IQN)
|
||||||
|
|
||||||
iSCSI Qualified Name (IQN) is the format most commonly used
|
IQN is the format most commonly used for iSCSI names, which uniquely
|
||||||
for iSCSI names, which uniquely identify nodes in an iSCSI network.
|
identify nodes in an iSCSI network.
|
||||||
All IQNs follow the pattern iqn.yyyy-mm.domain:identifier, where
|
All IQNs follow the pattern iqn.yyyy-mm.domain:identifier, where
|
||||||
'yyyy-mm' is the year and month in which the domain was registered,
|
'yyyy-mm' is the year and month in which the domain was registered,
|
||||||
'domain' is the reversed domain name of the issuing organization, and
|
'domain' is the reversed domain name of the issuing organization, and
|
||||||
'identifier' is an optional string which makes each IQN under the same
|
'identifier' is an optional string which makes each IQN under the same
|
||||||
domain unique. For example, 'iqn.2015-10.org.openstack.408ae959bce1'.
|
domain unique. For example, 'iqn.2015-10.org.openstack.408ae959bce1'.
|
||||||
|
|
||||||
iSCSI
|
|
||||||
|
|
||||||
The SCSI disk protocol tunneled within Ethernet, supported by
|
|
||||||
Compute, Object Storage, and Image service.
|
|
||||||
|
|
||||||
ISO9660
|
ISO9660
|
||||||
|
|
||||||
One of the VM image disk formats supported by Image
|
One of the VM image disk formats supported by Image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user