diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b28332d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +.DS_Store +*.xpr + +# Packages +.venv +*.egg +*.egg-info + +# Testenvironment +.tox + +# Build directories +target/ +publish-docs/ +generated/ +/build-*.log.gz + +# Transifex Client Setting +.tx + +# Editors +*~ +.*.swp +.bak diff --git a/.gitreview b/.gitreview new file mode 100644 index 00000000..ebfed28e --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/ha-guide.git diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..177c6c47 --- /dev/null +++ b/README.rst @@ -0,0 +1,108 @@ +OpenStack Manuals ++++++++++++++++++ + +This repository contains documentation for the OpenStack project. + +For more details, see the `OpenStack Documentation wiki page +`_. + +It includes these manuals: + + * Admin User Guide + * Architecture Design Guide + * Cloud Administrator Guide + * Command-Line Interface Reference + * Configuration Reference + * End User Guide + * High Availability Guide + * Installation Guides + * Virtual Machine Image Guide + +In addition to the guides, this repository contains: + + * docs.openstack.org: ``www`` + +Prerequisites +============= +`Apache Maven `_ must be installed to build the +documentation. + +To install Maven 3 for Ubuntu 12.04 and later, and Debian wheezy and later:: + + apt-get install maven + +On Fedora 20 and later:: + + yum install maven + +Building +======== +The different manuals are in subdirectories of the +``openstack-manuals/doc/`` directory. + +For example, the root directory of the *OpenStack User Guide* +is ``openstack-manuals/doc/user-guide``. + +To build a specific guide, look for a ``pom.xml`` file within a subdirectory, +then run the ``mvn`` command in that directory. For example:: + + cd openstack-manuals/doc/user-guide/ + mvn clean generate-sources + +The generated PDF documentation file is:: + + openstack-manuals/doc/user-guide/target/docbkx/webhelp/user-guide.pdf + +The root of the generated HTML documentation is:: + + openstack-manuals/doc/user-guide/target/docbkx/webhelp/user-guide/content/index.html + +Testing of changes and building of the manual +============================================= + +Install the python tox package and run ``tox`` from the top-level +directory to use the same tests that are done as part of our Jenkins +gating jobs. + +If you like to run individual tests, run: + + * ``tox -e checkniceness`` - to run the niceness tests + * ``tox -e checksyntax`` - to run syntax checks + * ``tox -e checkdeletions`` - to check that no deleted files are referenced + * ``tox -e checkbuild`` - to actually build the manual + +tox will use the openstack-doc-tools package for execution of these +tests. + + +Contributing +============ + +Our community welcomes all people interested in open source cloud +computing, and encourages you to join the `OpenStack Foundation +`_. + +The best way to get involved with the community is to talk with others +online or at a meet up and offer contributions through our processes, +the `OpenStack wiki `_, blogs, or on IRC at +``#openstack`` on ``irc.freenode.net``. + +We welcome all types of contributions, from blueprint designs to +documentation to testing to deployment scripts. + +If you would like to contribute to the documents, please see the +`Documentation HowTo `_. + + +Bugs +==== + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/openstack-manuals + + +Installing +========== +Refer to http://docs.openstack.org to see where these documents are published +and to learn more about the OpenStack project. diff --git a/doc-test.conf b/doc-test.conf new file mode 100644 index 00000000..ec0bf3d1 --- /dev/null +++ b/doc-test.conf @@ -0,0 +1,3 @@ +[DEFAULT] +repo_name = ha-guide + diff --git a/doc-tools-check-languages.conf b/doc-tools-check-languages.conf new file mode 100644 index 00000000..11b2cf8e --- /dev/null +++ b/doc-tools-check-languages.conf @@ -0,0 +1,18 @@ +# Example configuration for the languages 'ja' and 'fr'. + +# directories to be set up +declare -A DIRECTORIES=( + ["ja"]="high-availability-guide glossary" +) + +# books to be built +declare -A BOOKS=( + ["ja"]="high-availability-guide" +) + +# Where does the top-level pom live? +# Set to empty to not copy it. +POM_FILE="" + +# Location of doc dir +DOC_DIR="doc/" diff --git a/doc/glossary/README.rst b/doc/glossary/README.rst new file mode 100644 index 00000000..d39c86dc --- /dev/null +++ b/doc/glossary/README.rst @@ -0,0 +1,7 @@ +Important note about glossary +============================= + +This directory is synced from openstack-manuals. If you need to make +changes, make the changes in openstack-manuals/doc/glossary. After any +change merged to openstack-manuals/doc/glossary, automatically a patch +for this directory will be proposed. diff --git a/doc/glossary/glossary-terms.xml b/doc/glossary/glossary-terms.xml new file mode 100644 index 00000000..5f7e7971 --- /dev/null +++ b/doc/glossary/glossary-terms.xml @@ -0,0 +1,8916 @@ + + +%openstack; +]> + + + Glossary + + + Licensed under the Apache License, Version 2.0 (the + "License"); you may not use this file except in + compliance with the License. You may obtain a copy of + the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in + writing, software distributed under the License is + distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. See + the License for the specific language governing + permissions and limitations under the License. + + + This glossary offers a list of terms and definitions to define a + vocabulary for OpenStack-related concepts. + + To add to OpenStack glossary, clone the openstack/openstack-manuals + repository and update the source file + doc/glossary/glossary-terms.xml through the + OpenStack contribution process. + + + + Numbers + + + 6to4 + + 6to4 + + + A mechanism that allows IPv6 packets to be transmitted + over an IPv4 network, providing a strategy for migrating to + IPv6. + + + + + + + + + + A + + + absolute limit + + absolute limit + + + + Impassable limits for guest VMs. Settings include total RAM + size, maximum number of vCPUs, and maximum disk size. + + + + + access control list + + access control list (ACL) + + + + A list of permissions attached to an object. An ACL specifies + which users or system processes have access to objects. It also + defines which operations can be performed on specified objects. Each + entry in a typical ACL specifies a subject and an operation. For + instance, the ACL entry (Alice, delete) for a file gives + Alice permission to delete the file. + + + + + access key + + access key + + + + Alternative term for an Amazon EC2 access key. See EC2 access + key. + + + + + account + + accounts + + + + The Object Storage context of an account. Do not confuse with a + user account from an authentication service, such as Active Directory, + /etc/passwd, OpenLDAP, OpenStack Identity Service, and so on. + + + + + account auditor + + account auditor + + + + Checks for missing replicas and incorrect or corrupted objects + in a specified Object Storage account by running queries against the + back-end SQLite database. + + + + + account database + + account database + + + + A SQLite database that contains Object Storage accounts and + related metadata and that the accounts server accesses. + + + + + account reaper + + account reaper + + + + An Object Storage worker that scans for and deletes account + databases and that the account server has marked for deletion. + + + + + account server + + account server + + + + Lists containers in Object Storage and stores container + information in the account database. + + + + + account service + + account service + + + + An Object Storage component that provides account services such + as list, create, modify, and audit. Do not confuse with OpenStack + Identity Service, OpenLDAP, or similar user-account services. + + + + + accounting + + accounting + + + + The Compute service provides accounting information through the + event notification and system usage data facilities. + + + + + ACL + + ACL + + access control list + + + + See access control list. + + + + + active/active configuration + + active/active configuration + + + + In a high-availability setup with an active/active + configuration, several systems share the load together and if one + fails, the load is distributed to the remaining systems. + + + + + Active Directory + + Active Directory + + + + Authentication and identity service by Microsoft, based on LDAP. + Supported in OpenStack. + + + + + active/passive configuration + + active/passive configuration + + + + In a high-availability setup with an active/passive + configuration, systems are set up to bring additional resources online + to replace those that have failed. + + + + + address pool + + address pool + + + + A group of fixed and/or floating IP addresses that are assigned + to a project and can be used by or assigned to the VM instances in a + project. + + + + + admin API + + admin API + + + + A subset of API calls that are accessible to authorized + administrators and are generally not accessible to end users or the + public Internet. They can exist as a separate service (keystone) or + can be a subset of another API (nova). + + + + + admin server + + admin server + + + + In the context of the Identity Service, the worker process that + provides access to the admin API. + + + + + Advanced Message Queuing Protocol (AMQP) + + Advanced Message Queuing Protocol (AMQP) + + + + The open standard messaging protocol used by OpenStack + components for intra-service communications, provided by RabbitMQ, + Qpid, or ZeroMQ. + + + + + Advanced RISC Machine (ARM) + + Advanced RISC Machine (ARM) + + + + Lower power consumption CPU often found in mobile and embedded + devices. Supported by OpenStack. + + + + + alert + + alerts + + definition of + + + + The Compute service can send alerts through its notification + system, which includes a facility to create custom notification + drivers. Alerts can be sent to and displayed on the horizon + dashboard. + + + + + allocate + + allocate, definition of + + + + The process of taking a floating IP address from the address + pool so it can be associated with a fixed IP on a guest VM + instance. + + + + + Amazon Kernel Image (AKI) + + Amazon Kernel Image (AKI) + + + + Both a VM container format and disk format. Supported by Image + Service. + + + + + Amazon Machine Image (AMI) + + Amazon Machine Image (AMI) + + + + Both a VM container format and disk format. Supported by Image + Service. + + + + + Amazon Ramdisk Image (ARI) + + Amazon Ramdisk Image (ARI) + + + + Both a VM container format and disk format. Supported by Image + Service. + + + + + Anvil + + Anvil + + + + A project that ports the shell script-based project named + DevStack to Python. + + + + + Apache + + Apache + + + + The Apache Software Foundation supports the Apache community of + open-source software projects. These projects provide software + products for the public good. + + + + + Apache License 2.0 + + Apache License 2.0 + + + + All OpenStack core projects are provided under the terms of the + Apache License 2.0 license. + + + + + Apache Web Server + + Apache Web Server + + + + The most common web server software currently used on the + Internet. + + + + + API + + + Application programming interface. + + + + + API endpoint + + endpoints + + API endpoint + + + API (application programming interface) + + API endpoint + + + + The daemon, worker, or service that a client communicates with + to access an API. API endpoints can provide any number of services, + such as authentication, sales data, performance metrics, Compute VM + commands, census data, and so on. + + + + + API extension + + API (application programming interface) + + API extension + + + + Custom modules that extend some OpenStack core APIs. + + + + + API extension plug-in + + API (application programming interface) + + API extension plug-in + + + + Alternative term for a Networking plug-in or Networking API + extension. + + + + + API key + + API (application programming interface) + + API key + + + + Alternative term for an API token. + + + + + API server + + API (application programming interface) + + API server + + + + Any node running a daemon or worker that provides an API + endpoint. + + + + + API token + + API (application programming interface) + + API token + + + + Passed to API requests and used by OpenStack to verify that the + client is authorized to run the requested operation. + + + + + API version + + API (application programming interface) + + API version + + + + In OpenStack, the API version for a project is part of the URL. + For example, example.com/nova/v1/foobar. + + + + + applet + + applet + + + + A Java program that can be embedded into a web page. + + + + + Application Programming Interface (API) + + + A collection of specifications used to access a service, + application, or program. Includes service calls, required parameters + for each call, and the expected return values. + + + + + application server + + servers + + application servers + + + application server + + + + A piece of software that makes available another piece of + software over a network. + + + + + Application Service Provider (ASP) + + Application Service Provider (ASP) + + + + + Companies that rent specialized applications that help + businesses and organizations provide additional services + with lower cost. + + + + + + Address Resolution Protocol (ARP) + + Address Resolution Protocol (ARP) + + + + + The protocol by which layer-3 IP addresses are resolved into + layer-2 link local addresses. + + + + + + arptables + + arptables + + + + Tool used for maintaining Address Resolution Protocol packet + filter rules in the Linux kernel firewall modules. Used along with + iptables, ebtables, and ip6tables in Compute to provide firewall + services for VMs. + + + + + associate + + associate, definition of + + + + The process associating a Compute floating IP address with a + fixed IP address. + + + + + Asynchronous JavaScript and XML (AJAX) + + Asynchronous JavaScript and XML (AJAX) + + + + A group of interrelated web development techniques used on the + client-side to create asynchronous web applications. Used extensively + in horizon. + + + + + ATA over Ethernet (AoE) + + ATA over Ethernet (AoE) + + + + A disk storage protocol tunneled within Ethernet. + + + + + attach + + attach, definition of + + + + The process of connecting a VIF or vNIC to a L2 network in + Networking. In the context of Compute, this process connects a storage + volume to an instance. + + + + + attachment (network) + + attachment (network) + + + + Association of an interface ID to a logical port. Plugs an + interface into a port. + + + + + auditing + + auditing + + + + Provided in Compute through the system usage data + facility. + + + + + auditor + + auditor + + + + A worker process that verifies the integrity of Object Storage + objects, containers, and accounts. Auditors is the collective term for + the Object Storage account auditor, container auditor, and object + auditor. + + + + + Austin + + Austin + + + + The code name for the initial release of + OpenStack. The first design summit took place in + Austin, Texas, US. + + + + + auth node + + auth node + + + + Alternative term for an Object Storage authorization + node. + + + + + authentication + + authentication + + + + The process that confirms that the user, process, or client is + really who they say they are through private key, secret token, + password, fingerprint, or similar method. + + + + + authentication token + + authentication tokens + + + + A string of text provided to the client after authentication. + Must be provided by the user or process in subsequent requests to the + API endpoint. + + + + + AuthN + + AuthN + + + + The Identity Service component that provides authentication + services. + + + + + authorization + + authorization + + + + The act of verifying that a user, process, or client is + authorized to perform an action. + + + + + authorization node + + authorization node + + + + An Object Storage node that provides authorization + services. + + + + + AuthZ + + AuthZ + + + + The Identity Service component that provides high-level + authorization services. + + + + + Auto ACK + + Auto ACK + + + + Configuration setting within RabbitMQ that enables or disables + message acknowledgment. Enabled by default. + + + + + auto declare + + auto declare + + + + A Compute RabbitMQ setting that determines whether a message + exchange is automatically created when the program starts. + + + + + availability zone + + availability zone + + + + An Amazon EC2 concept of an isolated area that is used for fault + tolerance. Do not confuse with an OpenStack Compute zone or + cell. + + + + + AWS + + AWS (Amazon Web Services) + + + + Amazon Web Services. + + + + + AWS CloudFormation template + + AWS CloudFormation template + + + + + AWS CloudFormation allows AWS users to create and manage a + collection of related resources. The Orchestration module + supports a CloudFormation-compatible format (CFN). + + + + + + + + + B + + + back end + + back-end interactions + + definition of + + + + Interactions and processes that are obfuscated from the user, + such as Compute volume mount, data transmission to an iSCSI target by + a daemon, or Object Storage object integrity checks. + + + + + back-end catalog + + back-end interactions + + catalog + + + + The storage method used by the Identity Service catalog service + to store and retrieve information about API endpoints that are + available to the client. Examples include a SQL database, LDAP + database, or KVS back end. + + + + + back-end store + + back-end interactions + + store + + + + The persistent data store used to save and retrieve information + for a service, such as lists of Object Storage objects, current state + of guest VMs, lists of user names, and so on. Also, the method that the + Image Service uses to get and store VM images. Options include Object + Storage, local file system, S3, and HTTP. + + + + + bandwidth + + bandwidth + + definition of + + + + The amount of available data used by communication resources, + such as the Internet. Represents the amount of data that is used to + download things or the amount of data available to download. + + + + + bare + + bare, definition of + + + + An Image Service container format that indicates that no + container exists for the VM image. + + + + + base image + + base image + + + + An OpenStack-provided image. + + + + + Bell-LaPadula model + + Bell-LaPadula model + + + + A security model that focuses on data confidentiality + and controlled access to classified information. + This model divide the entities into subjects and objects. + The clearance of a subject is compared to the classification of the + object to determine if the subject is authorized for the specific access mode. + The clearance or classification scheme is expressed in terms of a lattice. + + + + + Bexar + + Bexar + + + + A grouped release of projects related to + OpenStack that came out in February of 2011. It + included only Compute (nova) and Object Storage (swift). + Bexar is the code name for the second release of + OpenStack. The design summit took place in + San Antonio, Texas, US, which is the county seat for Bexar county. + + + + + binary + + binary + + definition of + + + + Information that consists solely of ones and zeroes, which is + the language of computers. + + + + + bit + + bits, definition of + + + + A bit is a single digit number that is in base of 2 (either a + zero or one). Bandwidth usage is measured in bits per second. + + + + + bits per second (BPS) + + bits per second (BPS) + + + + The universal measurement of how quickly data is transferred + from place to place. + + + + + block device + + block device + + + + A device that moves data in the form of blocks. These device + nodes interface the devices, such as hard disks, CD-ROM drives, flash + drives, and other addressable regions of memory. + + + + + block migration + + block migration + + + + A method of VM live migration used by KVM to evacuate instances + from one host to another with very little downtime during a + user-initiated switchover. Does not require shared storage. Supported + by Compute. + + + + + Block Storage + + Block Storage + + + + The OpenStack core project that enables management of volumes, + volume snapshots, and volume types. The project name of Block Storage + is cinder. + + + + + Block Storage API + + Block Storage API + + + + An API on a separate endpoint for attaching, + detaching, and creating block storage for compute + VMs. + + + + + BMC + + BMC (Baseboard Management Controller) + + + + Baseboard Management Controller. The intelligence in the IPMI + architecture, which is a specialized micro-controller that is embedded + on the motherboard of a computer and acts as a server. Manages the + interface between system management software and platform + hardware. + + + + + bootable disk image + + bootable disk image + + + + A type of VM image that exists as a single, bootable + file. + + + + + Bootstrap Protocol (BOOTP) + + Bootstrap Protocol (BOOTP) + + + + A network protocol used by a network client to obtain an IP + address from a configuration server. Provided in Compute through the + dnsmasq daemon when using either the FlatDHCP manager or VLAN manager + network manager. + + + + + Border Gateway Protocol (BGP) + + Border Gateway Protocol (BGP) + + + + The Border Gateway Protocol is a dynamic routing protocol + that connects autonomous systems. Considered the + backbone of the Internet, this protocol connects disparate + networks to form a larger network. + + + + + browser + + browsers, definition of + + + + Any client software that enables a computer or device to access + the Internet. + + + + + builder file + + builder files + + + + Contains configuration information that Object Storage uses to + reconfigure a ring or to re-create it from scratch after a serious + failure. + + + + + bursting + + bursting + + + + + The practice of utilizing a secondary environment to + elastically build instances on-demand when the primary + environment is resource constrained. + + + + + + button class + + button classes + + + + A group of related button types within horizon. Buttons to + start, stop, and suspend VMs are in one class. Buttons to associate + and disassociate floating IP addresses are in another class, and so + on. + + + + + byte + + bytes, definition of + + + + Set of bits that make up a single character; there are usually 8 + bits to a byte. + + + + + + + + C + + + CA + + CA (Certificate/Certification Authority) + + + + Certificate Authority or Certification Authority. In + cryptography, an entity that issues digital certificates. The digital + certificate certifies the ownership of a public key by the named + subject of the certificate. This enables others (relying parties) to + rely upon signatures or assertions made by the private key that + corresponds to the certified public key. In this model of trust + relationships, a CA is a trusted third party for both the subject + (owner) of the certificate and the party relying upon the certificate. + CAs are characteristic of many public key infrastructure (PKI) + schemes. + + + + + cache pruner + + cache pruners + + + + A program that keeps the Image Service VM image cache at or + below its configured maximum size. + + + + + Cactus + + Cactus + + + + An OpenStack grouped release of projects that came out in the + spring of 2011. It included Compute (nova), Object Storage (swift), + and the Image Service (glance). + Cactus is a city in Texas, US and is the code name for + the third release of OpenStack. When OpenStack releases went + from three to six months long, the code name of the release + changed to match a geography nearest the previous + summit. + + + + CADF + + + Cloud Auditing Data Federation (CADF) is a + specification for audit event data. CADF is + supported by OpenStack Identity. + + + + + + CALL + + CALL + + + + One of the RPC primitives used by the OpenStack message queue + software. Sends a message and waits for a response. + + + + + capability + + capability + + definition of + + + + Defines resources for a cell, including CPU, storage, and + networking. Can apply to the specific services within a cell or a + whole cell. + + + + + capacity cache + + capacity cache + + + + A Compute back-end database table that contains the current + workload, amount of free RAM, and number of VMs running on each host. + Used to determine on which VM a host starts. + + + + + capacity updater + + capacity updater + + + + A notification driver that monitors VM instances and updates the + capacity cache as needed. + + + + + CAST + + CAST (RPC primitive) + + + + One of the RPC primitives used by the OpenStack message queue + software. Sends a message and does not wait for a response. + + + + + catalog + + catalog + + + + A list of API endpoints that are available to a user after + authentication with the Identity Service. + + + + + catalog service + + catalog service + + + + An Identity Service that lists API endpoints that are available + to a user after authentication with the Identity Service. + + + + + ceilometer + + ceilometer + + + + The project name for the Telemetry service, which is an + integrated project that provides metering and measuring facilities for + OpenStack. + + + + + cell + + cells + + definition of + + + + Provides logical partitioning of Compute resources in a child + and parent relationship. Requests are passed from parent cells to + child cells if the parent cannot provide the requested + resource. + + + + + cell forwarding + + cells + + cell forwarding + + + + A Compute option that enables parent cells to pass resource + requests to child cells if the parent cannot provide the requested + resource. + + + + + cell manager + + cells + + cell managers + + + + The Compute component that contains a list of the current + capabilities of each host within the cell and routes requests as + appropriate. + + + + + CentOS + + CentOS + + + + A Linux distribution that is compatible with OpenStack. + + + + + Ceph + + Ceph + + + + Massively scalable distributed storage system that consists of + an object store, block store, and POSIX-compatible distributed file + system. Compatible with OpenStack. + + + + + CephFS + + CephFS + + + + The POSIX-compliant file system provided by Ceph. + + + + + certificate authority + + certificate authority (Compute) + + + + A simple certificate authority provided by Compute for cloudpipe + VPNs and VM image decryption. + + + + + Challenge-Handshake Authentication Protocol (CHAP) + + Challenge-Handshake Authentication Protocol + (CHAP) + + + + An iSCSI authentication method supported by Compute. + + + + + chance scheduler + + chance scheduler + + + + A scheduling method used by Compute that randomly chooses an + available host from the pool. + + + + + changes since + + changes since + + + + A Compute API parameter that downloads changes to the requested + item since your last request, instead of downloading a new, fresh set + of data and comparing it against the old data. + + + + + Chef + + Chef + + + + An operating system configuration management tool supporting + OpenStack deployments. + + + + + child cell + + cells + + child cells + + + child cells + + + + If a requested resource such as CPU time, disk storage, or + memory is not available in the parent cell, the request is forwarded + to its associated child cells. If the child cell can fulfill the + request, it does. Otherwise, it attempts to pass the request to any of + its children. + + + + + cinder + + cinder + + + + A core OpenStack project that provides block storage services + for VMs. + + + + + CirrOS + + CirrOS + + + + A minimal Linux distribution designed for use as a test + image on clouds such as OpenStack. + + + + + Cisco neutron plug-in + + Cisco neutron plug-in + + + + A Networking plug-in for Cisco devices and technologies, + including UCS and Nexus. + + + + + cloud architect + + cloud architect + + + + A person who plans, designs, and oversees the creation of + clouds. + + + + + cloud computing + + cloud computing + + definition of + + + + A model that enables access to a shared pool of configurable + computing resources, such as networks, servers, storage, applications, + and services, that can be rapidly provisioned and released with + minimal management effort or service provider interaction. + + + + + cloud controller + + cloud computing + + cloud controllers + + + + Collection of Compute components that represent the global state + of the cloud; talks to services, such as Identity Service + authentication, Object Storage, and node/storage workers through a + queue. + + + + + cloud controller node + + cloud computing + + cloud controller nodes + + + + A node that runs network, volume, API, scheduler, and image + services. Each service may be broken out into separate nodes for + scalability or availability. + + + + + Cloud Data Management Interface (CDMI) + + Cloud Data Management Interface (CDMI) + + + + SINA standard that defines a RESTful API for managing objects in + the cloud, currently unsupported in OpenStack. + + + + + Cloud Infrastructure Management Interface (CIMI) + + Cloud Infrastructure Management Interface (CIMI) + + + + An in-progress specification for cloud management. Currently + unsupported in OpenStack. + + + + + cloud-init + + cloud-init + + + + A package commonly installed in VM images that performs + initialization of an instance after boot using information that it + retrieves from the metadata service, such as the SSH public key and + user data. + + + + + cloudadmin + + cloudadmin + + + + One of the default roles in the Compute RBAC system. Grants + complete system access. + + + + + cloudpipe + + cloudpipe + + definition of + + + + A compute service that creates VPNs on a per-project + basis. + + + + + cloudpipe image + + cloudpipe + + cloudpipe image + + + + A pre-made VM image that serves as a cloudpipe server. + Essentially, OpenVPN running on Linux. + + + + + CMDB + + CMDB (Configuration Management Database) + + + + Configuration Management Database. + + + + + command filter + + command filters + + + + Lists allowed commands within the Compute rootwrap + facility. + + + + + community project + + community projects + + + + A project that is not officially endorsed by the OpenStack + Foundation. If the project is successful enough, it might be elevated + to an incubated project and then to a core project, or it might be + merged with the main code trunk. + + + + + compression + + compression + + + + Reducing the size of files by special encoding, the file can be + decompressed again to its original content. OpenStack supports + compression at the Linux file system level but does not support + compression for things such as Object Storage objects or Image Service + VM images. + + + + + Compute + + Compute + + definition of + + + + The OpenStack core project that provides compute services. The + project name of Compute service is nova. + + + + + Compute API + + Compute + + Compute API + + + + The nova-api daemon + provides access to nova services. Can communicate with other APIs, + such as the Amazon EC2 API. + + + + + compute controller + + Compute + + compute controller + + + + The Compute component that chooses suitable hosts on which to + start VM instances. + + + + + compute host + + Compute + + compute host + + + + Physical host dedicated to running compute nodes. + + + + + compute node + + compute nodes + + definition of + + + + A node that runs the nova-compute daemon that manages VM + instances that provide a wide + range of services, such as web applications and analytics. + + + + + Compute service + + Compute + + Compute service + + + + Name for the Compute component that manages VMs. + + + + + compute worker + + Compute + + compute worker + + + + The Compute component that runs on each compute node and manages + the VM instance life cycle, including run, reboot, terminate, + attach/detach volumes, and so on. Provided by the nova-compute daemon. + + + + + concatenated object + + objects + + concatenated objects + + + concatenated objects + + + + A set of segment objects that Object Storage combines and sends + to the client. + + + + + conductor + + conductors + + + + In Compute, conductor is the process that proxies database + requests from the compute process. Using conductor improves security + because compute nodes do not need direct access to the + database. + + + + + consistency window + + consistency window + + + + The amount of time it takes for a new Object Storage object to + become accessible to all clients. + + + + + console log + + console logs + + + + Contains the output from a Linux VM console in Compute. + + + + + container + + containers + + definition of + + + + Organizes and stores objects in Object Storage. Similar to the + concept of a Linux directory but cannot be nested. Alternative term + for an Image Service container format. + + + + + container auditor + + containers + + container auditors + + + + Checks for missing replicas or incorrect objects in specified + Object Storage containers through queries to the SQLite back-end + database. + + + + + container database + + containers + + container databases + + + + A SQLite database that stores Object Storage containers and + container metadata. The container server accesses this + database. + + + + + container format + + containers + + container format + + + + A wrapper used by the Image Service that contains a VM image and + its associated metadata, such as machine state, OS disk size, and so + on. + + + + + container server + + containers + + container servers + + + + An Object Storage server that manages containers. + + + + + container service + + containers + + container service + + + + The Object Storage component that provides container services, + such as create, delete, list, and so on. + + + + + content delivery network (CDN) + + content delivery network (CDN) + + + + + A content delivery network is a specialized network that is + used to distribute content to clients, typically located + close to the client for increased performance. + + + + + + + controller node + + controller nodes + + under cloud computing + + + + Alternative term for a cloud controller node. + + + + + core API + + core API + + + + Depending on context, the core API is either the OpenStack API + or the main API of a specific core project, such as Compute, + Networking, Image Service, and so on. + + + + + core project + + core project + + + + An official OpenStack project. Currently consists of Compute + (nova), Object Storage (swift), Image Service (glance), Identity + (keystone), Dashboard (horizon), Networking (neutron), and Block + Storage (cinder). The Telemetry module (ceilometer) and Orchestration + module (heat) are integrated projects as of the Havana release. In the + Icehouse release, the Database module (trove) gains integrated project + status. + + + + + cost + + cost + + + + Under the Compute distributed scheduler, this is calculated by + looking at the capabilities of each host relative to the flavor of the + VM instance being requested. + + + + + credentials + + credentials + + + + Data that is only known to or accessible by a user and used to + verify that the user is who he says he is. Credentials are presented + to the server during authentication. Examples include a password, + secret key, digital certificate, and fingerprint. + + + + + Crowbar + + Crowbar + + + + An open source community project by Dell that aims to provide + all necessary services to quickly deploy clouds. + + + + + current workload + + current workload + + + + An element of the Compute capacity cache that is calculated + based on the number of build, snapshot, migrate, and resize operations + currently in progress on a given host. + + + + + customer + + customers + + tenants + + + + Alternative term for tenant. + + + + + customization module + + customization module + + + + A user-created Python module that is loaded by horizon to change + the look and feel of the dashboard. + + + + + + + + D + + + daemon + + daemons + + definition of + + + + A process that runs in the background and waits for requests. + May or may not listen on a TCP or UDP port. Do not confuse with a + worker. + + + + + DAC + + DAC (discretionary access control) + + + + Discretionary access control. Governs the ability of subjects to + access objects, while enabling users to make policy decisions and + assign security attributes. The traditional UNIX system of users, + groups, and read-write-execute permissions is an example of + DAC. + + + + + dashboard + + dashboard + + + + The web-based management interface for OpenStack. An alternative + name for horizon. + + + + + data encryption + + data + + data encryption + + + + Both Image Service and Compute support encrypted virtual machine + (VM) images (but not instances). In-transit data encryption is + supported in OpenStack using technologies such as HTTPS, SSL, TLS, and + SSH. Object Storage does not support object encryption at the + application level but may support storage that uses disk encryption. + + + + + database ID + + databases + + database ID + + + + A unique ID given to each replica of an Object Storage + database. + + + + + database replicator + + databases + + database replicators + + + + An Object Storage component that copies changes in the account, + container, and object databases to other nodes. + + + + + Database Service + + Database Service + + + + + An integrated project that provide scalable and reliable + Cloud Database-as-a-Service functionality for both + relational and non-relational database engines. The project + name of Database Service is trove. + + + + + + deallocate + + deallocate, definition of + + + + The process of removing the association between a floating IP + address and a fixed IP address. Once this association is removed, the + floating IP returns to the address pool. + + + + + Debian + + Debian + + + + A Linux distribution that is compatible with OpenStack. + + + + + deduplication + + deduplication + + + + The process of finding duplicate data at the disk block, file, + and/or object level to minimize storage use—currently unsupported + within OpenStack. + + + + + default panel + + default panels + + + + The default panel that is displayed when a user accesses the + horizon dashboard. + + + + + default tenant + + default tenants + + + + New users are assigned to this tenant if no tenant is specified + when a user is created. + + + + + default token + + default tokens + + + + An Identity Service token that is not associated with a specific + tenant and is exchanged for a scoped token. + + + + + delayed delete + + delayed delete + + + + An option within Image Service so that an image is deleted after + a predefined number of seconds instead of immediately. + + + + + delivery mode + + delivery mode + + + + Setting for the Compute RabbitMQ message delivery mode; can be + set to either transient or persistent. + + + + + denial of service (DoS) + + denial of service (DoS) + + + + + Denial of service (DoS) is a short form for + denial-of-service attack. This is a malicious attempt to + prevent legitimate users from using a service. + + + + + deprecated auth + + deprecated auth + + + + An option within Compute that enables administrators to create + and manage users through the nova-manage command as + opposed to using the Identity Service. + + + + + Desktop-as-a-Service + + Desktop-as-a-Service + + + + + A platform that provides a suite of desktop environments + that users may log in to receive a desktop experience from + any location. This may provide general use, development, or + even homogeneous testing environments. + + + + + + developer + + developer + + + + One of the default roles in the Compute RBAC system and the + default role assigned to a new user. + + + + + device ID + + device ID + + + + Maps Object Storage partitions to physical storage + devices. + + + + + device weight + + device weight + + + + Distributes partitions proportionately across Object Storage + devices based on the storage capacity of each device. + + + + + DevStack + + DevStack + + definition of + + + + Community project that uses shell scripts to quickly build + complete OpenStack development environments. + + + + + DHCP + + DHCP (Dynamic Host Configuration Protocol) + + basics of + + + + Dynamic Host Configuration Protocol. A network protocol that + configures devices that are connected to a network so that they can + communicate on that network by using the Internet Protocol (IP). The + protocol is implemented in a client-server model where DHCP clients + request configuration data, such as an IP address, a default route, + and one or more DNS server addresses from a DHCP server. + + + + + DHCP agent + + DHCP agent + + + + OpenStack Networking agent that provides DHCP services + for virtual networks. + + + + + Diablo + + Diablo + + + + A grouped release of projects related to OpenStack that came out + in the fall of 2011, the fourth release of OpenStack. It included + Compute (nova 2011.3), Object Storage (swift 1.4.3), and the Image + Service (glance). + Diablo is the code name for the fourth release of + OpenStack. The design summit took place in + in the Bay Area near Santa Clara, + California, US and Diablo is a nearby city. + + + + + direct consumer + + direct consumers + + + + An element of the Compute RabbitMQ that comes to life when a RPC + call is executed. It connects to a direct exchange through a unique + exclusive queue, sends the message, and terminates. + + + + + direct exchange + + direct exchanges + + + + A routing table that is created within the Compute RabbitMQ + during RPC calls; one is created for each RPC call that is + invoked. + + + + + direct publisher + + direct publishers + + + + Element of RabbitMQ that provides a response to an incoming MQ + message. + + + + + disassociate + + disassociate + + + + The process of removing the association between a floating IP + address and fixed IP and thus returning the floating IP address to the + address pool. + + + + + disk encryption + + disk encryption + + + + The ability to encrypt data at the file system, disk partition, + or whole-disk level. Supported within Compute VMs. + + + + + disk format + + disk format + + + + The underlying format that a disk image for a VM is stored as + within the Image Service back-end store. For example, AMI, ISO, QCOW2, + VMDK, and so on. + + + + + dispersion + + dispersion + + + + In Object Storage, tools to test and ensure dispersion of + objects and containers to ensure fault tolerance. + + + + + Django + + Django + + + + A web framework used extensively in horizon. + + + + + DNS + + DNS (Domain Name Server, Service or System) + + definitions of + + + + Domain Name Server. A hierarchical and distributed naming system + for computers, services, and resources connected to the Internet or a + private network. Associates a human-friendly names to IP + addresses. + + + + + DNS record + + DNS (Domain Name Server, Service or System) + + DNS records + + + + A record that specifies information about a particular domain + and belongs to the domain. + + + + + dnsmasq + + dnsmasq + + + + Daemon that provides DNS, DHCP, BOOTP, and TFTP services, used + by the Compute VLAN manager and FlatDHCP manager. + + + + + domain + + domain, definition of + + + + Separates a website from other sites. Often, the domain name has + two or more parts that are separated by dots. For example, yahoo.com, + usa.gov, harvard.edu, or mail.yahoo.com. + + A domain is an entity or container of all DNS-related + information containing one or more records. + + + + + Domain Name Service (DNS) + + + In Compute, the support that enables associating DNS entries + with floating IP addresses, nodes, or cells so that hostnames are + consistent across reboots. + + + + + Domain Name System (DNS) + + + A system by which Internet domain name-to-address and + address-to-name resolutions are determined. + + DNS helps navigate the Internet by translating the IP address + into an address that is easier to remember For example, translating + 111.111.111.1 into www.yahoo.com. + + All domains and their components, such as mail servers, utilize + DNS to resolve to the appropriate locations. DNS servers are usually + set up in a master-slave relationship such that failure of the master + invokes the slave. DNS servers might also be clustered or replicated + such that changes made to one DNS server are automatically propagated + to other active servers. + + + + + download + + download, definition of + + + + The transfer of data, usually in the form of files, from one + computer to another. + + + + + DRTM + + DRTM (dynamic root of trust measurement) + + + + Dynamic root of trust measurement. + + + + + durable exchange + + durable exchange + + + + The Compute RabbitMQ message exchange that remains active when + the server restarts. + + + + + durable queue + + durable queue + + + + A Compute RabbitMQ message queue that remains active when the + server restarts. + + + + + Dynamic Host Configuration Protocol (DHCP) + + + A method to automatically configure networking for a host at + boot time. Provided by both Networking and Compute. + + + + + Dynamic HyperText Markup Language (DHTML) + + DHTML (Dynamic HyperText Markup Language) + + + + Pages that use HTML, JavaScript, and Cascading Style Sheets to + enable users to interact with a web page or show simple + animation. + + + + + + + + E + + + east-west traffic + + east-west traffic + + + + + Network traffic between servers in the same cloud or data center. + See also north-south traffic. + + + + + EBS boot volume + + EBS boot volume + + + + An Amazon EBS storage volume that contains a bootable VM image, + currently unsupported in OpenStack. + + + + + ebtables + + ebtables + + + + Used in Compute along with arptables, iptables, and ip6tables to + create firewalls and to ensure isolation of network + communications. + + + + + EC2 + + + The Amazon commercial compute product, similar to + Compute. + + + + + EC2 access key + + EC2 + + EC2 access key + + + + Used along with an EC2 secret key to access the Compute EC2 + API. + + + + + EC2 API + + EC2 + + EC2 API + + + + OpenStack supports accessing the Amazon EC2 API through + Compute. + + + + + EC2 Compatibility API + + EC2 + + EC2 compatibility API + + + + A Compute component that enables OpenStack to communicate with + Amazon EC2. + + + + + EC2 secret key + + EC2 + + EC2 secret key + + + + Used along with an EC2 access key when communicating with the + Compute EC2 API; used to digitally sign each request. + + + + + Elastic Block Storage (EBS) + + Elastic Block Storage (EBS) + + + + The Amazon commercial block storage product. + + + + + encryption + + encryption, definition of + + + + OpenStack supports encryption technologies such as HTTPS, SSH, + SSL, TLS, digital certificates, and data encryption. + + + + + endpoint + + + See API endpoint. + + + + + endpoint registry + + endpoints + + endpoint registry + + + + Alternative term for an Identity Service catalog. + + + + + encapsulation + + encapsulation + + + + + The practice of placing one packet type within another for + the purposes of abstracting or securing data. Examples + include GRE, MPLS, or IPsec. + + + + + + endpoint template + + endpoints + + endpoint templates + + + + A list of URL and port number endpoints that indicate where a + service, such as Object Storage, Compute, Identity, and so on, can be + accessed. + + + + + entity + + entity, definition of + + + + Any piece of hardware or software that wants to connect to the + network services provided by Networking, the network connectivity + service. An entity can make use of Networking by implementing a + VIF. + + + + + ephemeral image + + ephemeral images + + + + A VM image that does not save changes made to its volumes and + reverts them to their original state after the instance is + terminated. + + + + + ephemeral volume + + ephemeral volume + + + + Volume that does not save the changes made to it and reverts to + its original state when the current user relinquishes control. + + + + + Essex + + Essex + + + + A grouped release of projects related to OpenStack that came out + in April 2012, the fifth release of OpenStack. It included Compute + (nova 2012.1), Object Storage (swift 1.4.8), Image (glance), Identity + (keystone), and Dashboard (horizon). + Essex is the code name for the fifth release of + OpenStack. The design summit took place in + Boston, Massachusetts, US and Essex is a nearby city. + + + + + ESX + + ESX hypervisor + + + + An OpenStack-supported hypervisor. + + + + + ESXi + + ESXi hypervisor + + + + An OpenStack-supported hypervisor. + + + + + ebtables + + ebtables + + + + 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. + + + + + ETag + + ETag + + + + MD5 hash of an object within Object Storage, used to ensure data + integrity. + + + + + euca2ools + + euca2ools + + + + A collection of command-line tools for administering VMs; most + are compatible with OpenStack. + + + + + Eucalyptus Kernel Image (EKI) + + Eucalyptus Kernel Image (EKI) + + + + Used along with an ERI to create an EMI. + + + + + Eucalyptus Machine Image (EMI) + + Eucalyptus Machine Image (EMI) + + + + VM image container format supported by Image Service. + + + + + Eucalyptus Ramdisk Image (ERI) + + Eucalyptus Ramdisk Image (ERI) + + + + Used along with an EKI to create an EMI. + + + + + evacuate + + evacuation, definition of + + + + The process of migrating one or all virtual machine (VM) + instances from one host to another, compatible with both shared + storage live migration and block migration. + + + + + exchange + + exchange + + + + Alternative term for a RabbitMQ message exchange. + + + + + exchange type + + exchange types + + + + A routing algorithm in the Compute RabbitMQ. + + + + + exclusive queue + + queues + + exclusive queues + + + exclusive queues + + + + Connected to by a direct consumer in RabbitMQ—Compute, the + message can be consumed only by the current connection. + + + + + extended attributes (xattrs) + + extended attributes (xattrs) + + + + File system option that enables storage of additional + information beyond owner, group, permissions, modification time, and + so on. The underlying Object Storage file system must support extended + attributes. + + + + + extension + + extensions + + definition of + + + + Alternative term for an API extension or plug-in. In the context + of Identity Service, this is a call that is specific to the + implementation, such as adding support for OpenID. + + + + + external network + + external network, definition of + + + + A network segment typically used for instance Internet + access. + + + + + extra specs + + extra specs, definition of + + + + Specifies additional requirements when Compute determines where + to start a new instance. Examples include a minimum amount of network + bandwidth or a GPU. + + + + + + + + F + + + FakeLDAP + + FakeLDAP + + + + An easy method to create a local LDAP directory for testing + Identity Service and Compute. Requires Redis. + + + + + fan-out exchange + + fan-out exchange + + + + Within RabbitMQ and Compute, it is the messaging interface that + is used by the scheduler service to receive capability messages from + the compute, volume, and network nodes. + + + + + Fedora + + Fedora + + + + A Linux distribution compatible with OpenStack. + + + + + Fibre Channel + + Fibre Channel + + + + Storage protocol similar in concept to TCP/IP; encapsulates SCSI + commands and data. + + + + + Fibre Channel over Ethernet (FCoE) + + Fibre Channel over Ethernet (FCoE) + + + + The fibre channel protocol tunneled within Ethernet. + + + + + fill-first scheduler + + fill-first scheduler + + + + The Compute scheduling method that attempts to fill a host with + VMs rather than starting new VMs on a variety of hosts. + + + + + filter + + filtering + + definition of + + + + The step in the Compute scheduling process when hosts that + cannot run VMs are eliminated and not chosen. + + + + + firewall + + firewalls + + + + Used to restrict communications between hosts and/or nodes, + implemented in Compute using iptables, arptables, ip6tables, and + etables. + + + + + Firewall-as-a-Service (FWaaS) + + Firewall-as-a-Service (FWaaS) + + + + A Networking extension that provides perimeter firewall + functionality. + + + + + fixed IP address + + IP addresses + + fixed + + + fixed IP addresses + + + + An IP address that is associated with the same instance each + time that instance boots, is generally not accessible to end users or + the public Internet, and is used for management of the + instance. + + + + + Flat Manager + + Flat Manager + + + + The Compute component that gives IP addresses to authorized + nodes and assumes DHCP, DNS, and routing configuration and services + are provided by something else. + + + + + flat mode injection + + flat mode injection + + + + A Compute networking method where the OS network configuration + information is injected into the VM image before the instance + starts. + + + + + flat network + + flat network + + + + 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. + + + + + FlatDHCP Manager + + FlatDHCP Manager + + + + The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, + TFTP) and radvd (routing) services. + + + + + flavor + + flavor + + + + Alternative term for a VM instance type. + + + + + flavor ID + + flavor ID + + + + UUID for each Compute or Image Service VM flavor or instance + type. + + + + + floating IP address + + IP addresses + + floating + + + floating IP address + + + + An IP address that a project can associate with a VM so that the + instance has the same public IP address each time that it boots. You + create a pool of floating IP addresses and assign them to instances as + they are launched to maintain a consistent IP address for maintaining + DNS assignment. + + + + + Folsom + + Folsom + + + + A grouped release of projects related to OpenStack that came out + in the fall of 2012, the sixth release of OpenStack. It includes + Compute (nova), Object Storage (swift), Identity (keystone), + Networking (neutron), Image Service (glance), and Volumes or Block + Storage (cinder). + Folsom is the code name for the sixth release of + OpenStack. The design summit took place in + San Francisco, California, US and Folsom is a nearby city. + + + + + + FormPost + + FormPost + + + + Object Storage middleware that uploads (posts) an image through + a form on a web page. + + + + + front end + + front end, definition of + + + + The point where a user interacts with a service; can be an API + endpoint, the horizon dashboard, or a command-line tool. + + + + + + + + G + + + gateway + + gateway + + + + An IP address, typically assigned to a router, that + passes network traffic between different networks. + + + + + Generic Receive Offload (GRO) + + Generic Receive Offload (GRO) + + + Feature of certain network interface drivers that + combines many smaller received packets into a large packet + before delivery to the kernel IP stack. + + + + + generic routing encapsulation (GRE) + + generic routing encapsulation (GRE) + + + Protocol that encapsulates a wide variety of network + layer protocols inside virtual point-to-point links. + + + + + + glance + + + A core project that provides the OpenStack Image Service. + + + + + glance API server + + glance + + glance API server + + + + Processes client requests for VMs, updates Image Service + metadata on the registry server, and communicates with the store + adapter to upload VM images from the back-end store. + + + + + glance registry + + glance + + glance registry + + + + Alternative term for the Image Service image registry. + + + + + global endpoint template + + endpoints + + global endpoint template + + + global endpoint template + + + + The Identity Service endpoint template that contains services + available to all tenants. + + + + + GlusterFS + + GlusterFS + + + + A file system designed to aggregate NAS hosts, compatible with + OpenStack. + + + + + golden image + + golden image + + + + A method of operating system installation where a finalized disk + image is created and then used by all nodes without + modification. + + + + + Graphic Interchange Format (GIF) + + Graphic Interchange Format (GIF) + + + + A type of image file that is commonly used for animated images + on web pages. + + + + + Graphics Processing Unit (GPU) + + Graphics Processing Unit (GPU) + + + + Choosing a host based on the existence of a GPU is currently + unsupported in OpenStack. + + + + + Green Threads + + Green Threads + + + + The cooperative threading model used by Python; reduces race + conditions and only context switches when specific library calls are + made. Each OpenStack service is its own thread. + + + + + Grizzly + + Grizzly + + + + The code name for the seventh release of + OpenStack. The design summit took place in + San Diego, California, US and Grizzly is an element of the state flag of + California. + + + + + guest OS + + guest OS + + + + An operating system instance running under the control of a + hypervisor. + + + + + + + + H + + + Hadoop + + Hadoop + + + + Apache Hadoop is an open source software framework that supports + data-intensive distributed applications. + + + + + handover + + handover + + + + An object state in Object Storage where a new replica of the + object is automatically created due to a drive failure. + + + + + hard reboot + + hard reboot + + + + A type of reboot where a physical or virtual power button is + pressed as opposed to a graceful, proper shutdown of the operating + system. + + + + + Havana + + Havana + + + + The code name for the eighth release of OpenStack. The + design summit took place in Portland, Oregon, US and Havana is + an unincorporated community in Oregon. + + + + + heat + + heat + + + + An integrated project that aims to orchestrate multiple cloud + applications for OpenStack. + + + + + Heat Orchestration Template (HOT) + + Heat Orchestration Template (HOT) + + + + Heat input in the format native to OpenStack. + + + + + health monitor + + health monitor + + + + Determines whether back-end members of a VIP pool can + process a request. A pool can have several health monitors + associated with it. When a pool has several monitors + associated with it, all monitors check each member of the + pool. All monitors must declare a member to be healthy for + it to stay active. + + + + + high availability (HA) + + high availability (HA) + + + + + A high availability system design approach and associated + service implementation ensures that a prearranged level of + operational performance will be met during a contractual + measurement period. High availability systems seeks to + minimize system downtime and data loss. + + + + + + horizon + + + OpenStack project that provides a dashboard, which is a web + interface. + + + + + horizon plug-in + + horizon plug-ins + + + + A plug-in for the OpenStack dashboard (horizon). + + + + + host + + hosts, definition of + + + + A physical computer, not a VM instance (node). + + + + + host aggregate + + host aggregate + + + + A method to further subdivide availability zones into hypervisor + pools, a collection of common hosts. + + + + + Host Bus Adapter (HBA) + + Host Bus Adapter (HBA) + + + + Device plugged into a PCI slot, such as a fibre channel or + network card. + + + + + HTTP + + HTTP (Hypertext Transfer Protocol) + + basics of + + + + Hypertext Transfer Protocol. HTTP is an application protocol for + distributed, collaborative, hypermedia information systems. It is the + foundation of data communication for the World Wide Web. Hypertext is + structured text that uses logical links (hyperlinks) between nodes + containing text. HTTP is the protocol to exchange or transfer + hypertext. + + + + + HTTPS + + HTTPS (Hypertext Transfer Protocol Secure) + + + + Hypertext Transfer Protocol Secure (HTTPS) is a communications + protocol for secure communication over a computer network, with + especially wide deployment on the Internet. Technically, it is not a + protocol in and of itself; rather, it is the result of simply layering + the Hypertext Transfer Protocol (HTTP) on top of the SSL/TLS protocol, + thus adding the security capabilities of SSL/TLS to standard HTTP + communications. + + + + + hybrid cloud + + hybrid cloud + + + + + A hybrid cloud is a composition of two or more clouds + (private, community or public) that remain distinct entities + but are bound together, offering the benefits of multiple + deployment models. Hybrid cloud can also mean the ability + to connect colocation, managed and/or dedicated services + with cloud resources. + + + + + + Hyper-V + + Hyper-V + + + + One of the hypervisors supported by OpenStack. + + + + + hyperlink + + hyperlink + + + + Any kind of text that contains a link to some other site, + commonly found in documents where clicking on a word or words opens up + a different website. + + + + + Hypertext Transfer Protocol (HTTP) + + + The protocol that tells browsers where to go to find + information. + + + + + Hypertext Transfer Protocol Secure (HTTPS) + + + Encrypted HTTP communications using SSL or TLS; most OpenStack + API endpoints and many inter-component communications support HTTPS + communication. + + + + + hypervisor + + hypervisors + + definition of + + + + Software that arbitrates and controls VM access to the actual + underlying hardware. + + + + + hypervisor pool + + hypervisors + + hypervisor pools + + + + A collection of hypervisors grouped together through host + aggregates. + + + + + + + + I + + + IaaS + + IaaS (Infrastructure-as-a-Service) + + basics of + + + + 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 + + definition of + + + + The code name for the ninth release of OpenStack. The + design summit took place in Hong Kong and Ice House is a + street in that city. + + + + + ICMP + + Internet Control Message Protocol (ICMP) + + + + Internet Control Message Protocol, used by network + devices for control messages. For example, + ping uses ICMP to test + connectivity. + + + + + ID number + + ID number + + + + Unique numeric ID associated with each user in Identity Service, + conceptually similar to a Linux or LDAP UID. + + + + + Identity API + + + Alternative term for the Identity Service API. + + + + + Identity back end + + Identity Service + + Identity back end + + + + The source used by Identity Service to retrieve user + information; an OpenLDAP server, for example. + + + + + Identity Service + + Identity Service + + basics of + + + + The OpenStack core project that provides a central directory of + users mapped to the OpenStack services they can access. It also + registers endpoints for OpenStack services. It acts as a common + authentication system. The project name of the Identity Service is + keystone. + + + + + Identity Service API + + Identity Service + + Identity Service API + + + + The API used to access the OpenStack Identity Service provided + through keystone. + + + + + IDS + + IDS (Intrusion Detection System) + + + + Intrusion Detection System. + + + + + image + + images + + definition of + + + + A collection of files for a specific operating system (OS) that + you use to create or rebuild a server. OpenStack provides pre-built + images. You can also create custom images, or snapshots, from servers + that you have launched. Custom images can be used for data backups or + as "gold" images for additional servers. + + + + + Image API + + Image Service + + Image Service API + + + + The Image Service API endpoint for management of VM + images. + + + + + image cache + + Image Service + + image cache + + + + Used by Image Service to obtain images on the local host rather + than re-downloading them from the image server each time one is + requested. + + + + + image ID + + Identity Service + + image ID + + + + Combination of a URI and UUID used to access Image Service VM + images through the image API. + + + + + image membership + + Image Service + + image membership + + + + A list of tenants that can access a given VM image within Image + Service. + + + + + image owner + + Image Service + + image owner + + + + The tenant who owns an Image Service virtual machine + image. + + + + + image registry + + Image Service + + image registry + + + + A list of VM images that are available through Image + Service. + + + + + Image Service + + + An OpenStack core project that provides discovery, registration, + and delivery services for disk and server images. The project name of + the Image Service is glance. + + + + + Image Service API + + + Alternative name for the glance image API. + + + + + image status + + Image Service + + image status + + + + The current status of a VM image in Image Service, not to be + confused with the status of a running instance. + + + + + image store + + Image Service + + image store + + + + The back-end store used by Image Service to store VM images, + options include Object Storage, local file system, S3, or HTTP. + + + + + image UUID + + Image Service + + image UUID + + + + UUID used by Image Service to uniquely identify each VM + image. + + + + + incubated project + + incubated projects + + + + A community project may be elevated to this status and is then + promoted to a core project. + + + + + ingress filtering + + filtering + + ingress filtering + + + ingress filtering + + + + The process of filtering incoming network traffic. Supported by + Compute. + + + + + INI + + INI + + + + The OpenStack configuration files use an INI format to + describe options and their values. It consists of sections + and key value pairs. + + + + + + injection + + injection + + + + The process of putting a file into a virtual machine image + before the instance is started. + + + + + instance + + instances + + definition of + + + + A running VM, or a VM in a known state such as suspended, that + can be used like a hardware server. + + + + + instance ID + + instances + + instance ID + + + + Alternative term for instance UUID. + + + + + instance state + + instances + + instance state + + + + The current state of a guest VM image. + + + + + instance tunnels network + + instance tunnels network + + + A network segment used for instance traffic tunnels + between compute nodes and the network node. + + + + + instance type + + instances + + instance type + + + + Describes the parameters of the various virtual machine images + that are available to users; includes parameters such as CPU, storage, + and memory. Alternative term for flavor. + + + + + instance type ID + + instances + + instance type ID + + + + Alternative term for a flavor ID. + + + + + instance UUID + + instances + + instance UUID + + + + Unique ID assigned to each guest VM instance. + + + + + interface + + interface + + + + A physical or virtual device that provides connectivity + to another device or medium. + + + + + interface ID + + interface ID + + + + Unique ID for a Networking VIF or vNIC in the form of a + UUID. + + + + + internet protocol (IP) + + internet protocol (IP) + + + + Principal communications protocol in the internet protocol + suite for relaying datagrams across network boundaries. + + + + + Internet Service Provider (ISP) + + Internet Service Provider (ISP) + + + + Any business that provides Internet access to individuals or + businesses. + + + + + ironic + + ironic + + + + OpenStack project that provisions bare metal, as opposed to + virtual, machines. + + + + + IOPS + + IOPS + + definition of + + + + + 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 addresses + + definition of + + + + Number that is unique to every computer system on the Internet. + Two versions of the Internet Protocol (IP) are in use for addresses: + IPv4 and IPv6. + + + + + IP Address Management (IPAM) + + IP Address Management (IPAM) + + + + The process of automating IP address allocation, deallocation, + and management. Currently provided by Compute, melange, and + Networking. + + + + + IPL + + IPL (Initial Program Loader) + + + + Initial Program Loader. + + + + + IPMI + + IPMI (Intelligent Platform Management Interface) + + + + 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 + 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. + + + + + iptables + + iptables + + + + Used along with arptables and ebtables, iptables create + firewalls in Compute. iptables are the tables provided by the Linux + kernel firewall (implemented as different Netfilter modules) and the + chains and rules it stores. Different kernel modules and programs are + currently used for different protocols: iptables applies to IPv4, + ip6tables to IPv6, arptables to ARP, and ebtables to Ethernet frames. + Requires root privilege to manipulate. + + + + + iSCSI + + iSCSI protocol + + + + The SCSI disk protocol tunneled within Ethernet, supported by + Compute, Object Storage, and Image Service. + + + + + ISO9960 + + ISO9960 format + + + + One of the VM image disk formats supported by Image + Service. + + + + + itsec + + itsec + + + + A default role in the Compute RBAC system that can quarantine an + instance in any project. + + + + + + + + J + + + Java + + Java + + + + A programming language that is used to create systems that + involve more than one computer by way of a network. + + + + + JavaScript + + JavaScript + + + + A scripting language that is used to build web pages. + + + + + JavaScript Object Notation (JSON) + + JavaScript Object Notation (JSON) + + + + One of the supported response formats in OpenStack. + + + + + Jenkins + + Jenkins + + + + Tool used to run jobs automatically for OpenStack + development. + + + + + jumbo frame + + jumbo frame + + + + Feature in modern Ethernet networks that supports frames up to + approximately 9000 bytes. + + + + + Juno + + Juno + + + + The code name for the tenth release of OpenStack. The + design summit took place in Atlanta, Georgia, US and Juno is + an unincorporated community in Georgia. + + + + + + + + K + + + kernel-based VM (KVM) + + kernel-based VM (KVM) hypervisor + + + + + An OpenStack-supported hypervisor. KVM is a full + virtualization solution for Linux on x86 hardware containing + virtualization extensions (Intel VT or AMD-V), ARM, IBM + Power, and IBM zSeries. It consists of a loadable kernel + module, that provides the core virtualization infrastructure + and a processor specific module. + + + + + + keystone + + keystone + + + + The project that provides OpenStack Identity services. + + + + + Kickstart + + Kickstart + + + + A tool to automate system configuration and installation on Red + Hat, Fedora, and CentOS-based Linux distributions. + + + + + Kilo + + Kilo + + + + The code name for the eleventh release of OpenStack. The + design summit took place in Paris, France. Due to delays in the name + selection, the release was known only as K. Because k is the + unit symbol for kilo and the reference artifact is stored near Paris + in the Pavillon de Breteuil in Sèvres, the community chose Kilo as + the release name. + + + + + + + + L + + + large object + + large object + + + + An object within Object Storage that is larger than 5 GB. + + + + + Launchpad + + Launchpad + + + + The collaboration site for OpenStack. + + + + + Layer-2 network + + Layer-2 network + + + + + Term used in the OSI network architecture for the data link + layer. The data link layer is responsible for media access + control, flow control and detecting and possibly correcting + erros that may occur in the physical layer. + + + + + + Layer-3 network + + Layer-3 network + + + + + Term used in the OSI network architecture for the network + layer. The network layer is responsible for packet + forwarding including routing from one node to another. + + + + + + Layer-2 (L2) agent + + Layer-2 (L2) agent + + + + OpenStack Networking agent that provides layer-2 + connectivity for virtual networks. + + + + + Layer-3 (L3) agent + + Layer-3 (L3) agent + + + + OpenStack Networking agent that provides layer-3 + (routing) services for virtual networks. + + + + + libvirt + + libvirt + + + + Virtualization API library used by OpenStack to interact with + many of its supported hypervisors. + + + + + Linux bridge + + + Software that enables multiple VMs to share a single physical + NIC within Compute. + + + + + Linux Bridge neutron plug-in + + Linux Bridge + + neutron plug-in for + + + + Enables a Linux bridge to understand a Networking port, + interface attachment, and other abstractions. + + + + + Linux containers (LXC) + + Linux containers (LXC) + + + + An OpenStack-supported hypervisor. + + + + + live migration + + live migration + + + + The ability within Compute to move running virtual machine + instances from one host to another with only a small service + interruption during switchover. + + + + + load balancer + + + A load balancer is a logical device that belongs to a cloud + account. It is used to distribute workloads between multiple back-end + systems or services, based on the criteria defined as part of its + configuration. + + + + + load balancing + + load balancing + + + + The process of spreading client requests between two or more + nodes to improve performance and availability. + + + + + Load-Balancer-as-a-Service (LBaaS) + + Load-Balancer-as-a-Service (LBaaS) + + + + Enables Networking to distribute incoming requests evenly + between designated instances. + + + + + Logical Volume Manager (LVM) + + Logical Volume Manager (LVM) + + + + Provides a method of allocating space on mass-storage + devices that is more flexible than conventional partitioning + schemes. + + + + + + + + M + + + management API + + management API + + admin API + + + + Alternative term for an admin API. + + + + + management network + + management network + + + + A network segment used for administration, not accessible to the + public Internet. + + + + + manager + + manager + + + + Logical groupings of related code, such as the Block Storage + volume manager or network manager. + + + + + manifest + + manifests + + definition of + + + + Used to track segments of a large object within Object + Storage. + + + + + manifest object + + objects + + manifest objects + + + manifests + + manifest objects + + + + A special Object Storage object that contains the manifest for a + large object. + + + + + marconi + + marconi + + + + OpenStack project that provides a queue service to + applications. + + + + + maximum transmission unit (MTU) + + maximum transmission unit (MTU) + + + + Maximum frame or packet size for a particular network + medium. Typically 1500 bytes for Ethernet networks. + + + + + mechanism driver + + mechanism driver + + + + + A driver for the Modular Layer 2 (ML2) neutron plug-in that + provides layer-2 connectivity for virtual instances. A + single OpenStack installation can use multiple mechanism + drivers. + + + + + melange + + melange + + + + Project name for OpenStack Network Information Service. To be + merged with Networking. + + + + + membership + + membership + + + + The association between an Image Service VM image and a tenant. + Enables images to be shared with specified tenants. + + + + + membership list + + membership lists + + + + A list of tenants that can access a given VM image within Image + Service. + + + + + memcached + + memcached + + + + A distributed memory object caching system that is used by + Object Storage for caching. + + + + + memory overcommit + + memory overcommit + + + + The ability to start new VM instances based on the actual memory + usage of a host, as opposed to basing the decision on the amount of + RAM each running instance thinks it has available. Also known as RAM + overcommit. + + + + + message broker + + message brokers + + + + The software package used to provide AMQP messaging capabilities + within Compute. Default package is RabbitMQ. + + + + + message bus + + message bus + + + + The main virtual communication line used by all AMQP messages + for inter-cloud communications within Compute. + + + + + message queue + + message queue + + + + Passes requests from clients to the appropriate workers and + returns the output to the client after the job completes. + + + + + Metadata agent + + Metadata agent + + + + OpenStack Networking agent that provides metadata + services for instances. + + + + + Meta-Data Server (MDS) + + Meta-Data Server (MDS) + + + + Stores CephFS metadata. + + + + + migration + + migration + + + + The process of moving a VM instance from one host to + another. + + + + + multi-host + + multi-host + + + + High-availability mode for legacy (nova) networking. + Each compute node handles NAT and DHCP and acts as a gateway + for all of the VMs on it. A networking failure on one compute + node doesn't affect VMs on other compute nodes. + + + + + multinic + + + Facility in Compute that allows each virtual machine instance to + have more than one VIF connected to it. + + + + + Modular Layer 2 (ML2) neutron plug-in + + Modular Layer 2 (ML2) neutron plug-in + + + + Can concurrently use multiple layer-2 networking technologies, + such as 802.1Q and VXLAN, in Networking. + + + + + Monitor (LBaaS) + + Monitor (LBaaS) + + + + LBaaS feature that provides availability monitoring using the + ping command, TCP, and HTTP/HTTPS GET. + + + + + Monitor (Mon) + + Monitor (Mon) + + + + A Ceph component that communicates with external clients, checks + data state and consistency, and performs quorum functions. + + + + + multi-factor authentication + + multi-factor authentication + + + + Authentication method that uses two or more credentials, such as + a password and a private key. Currently not supported in Identity + Service. + + + + + MultiNic + + MultiNic + + + + Facility in Compute that enables a virtual machine instance to + have more than one VIF connected to it. + + + + + + + + N + + + Nebula + + Nebula + + + + Released as open source by NASA in 2010 and is the basis for + Compute. + + + + + netadmin + + netadmin + + + + One of the default roles in the Compute RBAC system. Enables the + user to allocate publicly accessible IP addresses to instances and + change firewall rules. + + + + + NetApp volume driver + + NetApp volume driver + + + + Enables Compute to communicate with NetApp storage devices + through the NetApp OnCommand + Provisioning Manager. + + + + + network + + networks + + definition of + + + + A virtual network that provides connectivity between entities. + For example, a collection of virtual ports that share network + connectivity. In Networking terminology, a network is always a layer-2 + network. + + + + + Network Address Translation (NAT) + + networks + + Network Address Translation (NAT) + + + + The process of modifying IP address information while in + transit. Supported by Compute and Networking. + + + + + network controller + + networks + + network controllers + + + + A Compute daemon that orchestrates the network configuration of + nodes, including IP addresses, VLANs, and bridging. Also manages + routing for both public and private networks. + + + + + Network File System (NFS) + + networks + + Network File System (NFS) + + + + A method for making file systems available over the network. + Supported by OpenStack. + + + + + network ID + + networks + + network IDs + + + + Unique ID assigned to each network segment within Networking. + Same as network UUID. + + + + + network manager + + networks + + network managers + + + + The Compute component that manages various network components, + such as firewall rules, IP address allocation, and so on. + + + + + network node + + networks + + network nodes + + + + Any compute node that runs the network worker daemon. + + + + + network segment + + networks + + network segments + + + + Represents a virtual, isolated OSI layer-2 subnet in + Networking. + + + + + Network Time Protocol (NTP) + + networks + + Network Time Protocol (NTP) + + + + A method of keeping a clock for a host or node correct through + communications with a trusted, accurate time source. + + + + + network UUID + + networks + + network UUID + + + + Unique ID for a Networking network segment. + + + + + network worker + + networks + + network workers + + + + The nova-network worker daemon; provides + services such as giving an IP address to a booting nova + instance. + + + + + Networking + + + A core OpenStack project that provides a network connectivity + abstraction layer to OpenStack Compute. The project name of Networking + is neutron. + + + + + Networking API + + Networking API + + + + API used to access OpenStack Networking. Provides an extensible + architecture to enable custom plug-in creation. + + + + + neutron + + + A core OpenStack project that provides a network connectivity + abstraction layer to OpenStack Compute. + + + + + neutron API + + neutron + + Networking API + + + + An alternative name for Networking API. + + + + + neutron manager + + neutron + + neutron manager + + + + Enables Compute and Networking integration, which enables + Networking to perform network management for guest VMs. + + + + + neutron plug-in + + neutron + + neutron plug-in + + + + Interface within Networking that enables organizations to create + custom plug-ins for advanced features, such as QoS, ACLs, or + IDS. + + + + + Nexenta volume driver + + Nexenta volume driver + + + + Provides support for NexentaStor devices in Compute. + + + + + No ACK + + No ACK + + + + Disables server-side message acknowledgment in the Compute + RabbitMQ. Increases performance but decreases reliability. + + + + + node + + nodes + + definition of + + + + A VM instance that runs on a host. + + + + + non-durable exchange + + messages + + non-durable exchanges + + + non-durable exchanges + + + + Message exchange that is cleared when the service restarts. Its + data is not written to persistent storage. + + + + + non-durable queue + + messages + + non-durable queues + + + non-durable queue + + + + Message queue that is cleared when the service restarts. Its + data is not written to persistent storage. + + + + + non-persistent volume + + non-persistent volume + + ephemeral volume + + + + Alternative term for an ephemeral volume. + + + + + north-south traffic + + north-south traffic + + + + + Network traffic between a user or client (north) and a + server (south), or traffic into the cloud (south) and + out of the cloud (north). See also east-west traffic. + + + + + nova + + + OpenStack project that provides compute services. + + + + + Nova API + + nova + + Compute API + + + + Alternative term for the Compute API. + + + + + nova-network + + nova + + nova-network + + + + A Compute component that manages IP address allocation, + firewalls, and other network-related tasks. This is the legacy + networking option and an alternative to Networking. + + + + + + + + O + + + object + + objects + + definition of + + + + A BLOB of data held by Object Storage; can be in any + format. + + + + + object auditor + + objects + + object auditors + + + + Opens all objects for an object server and verifies the MD5 + hash, size, and metadata for each object. + + + + + object expiration + + objects + + object expiration + + + + A configurable option within Object Storage to automatically + delete objects after a specified amount of time has passed or a + certain date is reached. + + + + + object hash + + objects + + object hash + + + + Uniquely ID for an Object Storage object. + + + + + object path hash + + objects + + object path hash + + + + Used by Object Storage to determine the location of an object in + the ring. Maps objects to partitions. + + + + + object replicator + + objects + + object replicators + + + + An Object Storage component that copies an object to remote + partitions for fault tolerance. + + + + + object server + + objects + + object servers + + + + An Object Storage component that is responsible for managing + objects. + + + + + Object Storage + + + The OpenStack core project that provides eventually consistent + and redundant storage and retrieval of fixed digital content. The + project name of OpenStack Object Storage is swift. + + + + + Object Storage API + + swift + + Object Storage API + + + Object Storage + + Object Storage API + + + + API used to access OpenStack Object Storage. + + + + + Object Storage Device (OSD) + + Object Storage + + Object Storage Device (OSD) + + + + The Ceph storage daemon. + + + + + object versioning + + objects + + object versioning + + + + Allows a user to set a flag on an Object Storage container so + that all objects within the container are versioned. + + + + + Oldie + + Oldie + + + + Term for an Object Storage process that runs for a long time. + Can indicate a hung process. + + + + + Open Cloud Computing Interface (OCCI) + + Open Cloud Computing Interface (OCCI) + + + + A standardized interface for managing compute, data, and network + resources, currently unsupported in OpenStack. + + + + + Open Virtualization Format (OVF) + + Open Virtualization Format (OVF) + + + + Standard for packaging VM images. Supported in OpenStack. + + + + + Open vSwitch + + Open vSwitch + + + + + Open vSwitch is a production quality, multilayer virtual + switch licensed under the open source Apache 2.0 license. It + is designed to enable massive network automation through + programmatic extension, while still supporting standard + management interfaces and protocols (for example NetFlow, + sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). + + + + + + Open vSwitch neutron plug-in + + Open vSwitch + + neutron plug-in for + + + + Provides support for Open vSwitch in Networking. + + + + + OpenLDAP + + OpenLDAP + + + + An open source LDAP server. Supported by both Compute and + Identity Service. + + + + + OpenStack + + OpenStack + + basics of + + + + OpenStack is a cloud operating system that controls large pools + of compute, storage, and networking resources throughout a data + center, all managed through a dashboard that gives administrators + control while empowering their users to provision resources through a + web interface. OpenStack is an open source project licensed under the + Apache License 2.0. + + + + + OpenStack code name + + OpenStack + code name + + + + + Each OpenStack release has a code name. Code names ascend in + alphabetical order: Austin, Bexar, Cactus, Diablo, Essex, + Folsom, Grizzly, Havana, Icehouse, Juno, and Kilo. Code names are + cities or counties near where the corresponding OpenStack + design summit took place. An exception, called the Waldon + exception, is granted to elements of the state flag that + sound especially cool. Code names are chosen by popular + vote. + + + + + + openSUSE + + openSUSE + + + + A Linux distribution that is compatible with OpenStack. + + + + + operator + + operator + + + + The person responsible for planning and maintaining an OpenStack + installation. + + + + + Orchestration + + Orchestration + + + + An integrated project that orchestrates multiple cloud + applications for OpenStack. The project name of Orchestration is + heat. + + + + + orphan + + orphans + + + + In the context of Object Storage, this is a process that is not + terminated after an upgrade, restart, or reload of the service. + + + + + + + + P + + + parent cell + + cells + + parent cells + + + parent cells + + + + If a requested resource, such as CPU time, disk storage, or + memory, is not available in the parent cell, the request is forwarded + to associated child cells. + + + + + partition + + partitions + + definition of + + + + A unit of storage within Object Storage used to store objects. + It exists on top of devices and is replicated for fault + tolerance. + + + + + partition index + + partitions + + partition index + + + + Contains the locations of all Object Storage partitions within + the ring. + + + + + partition shift value + + partitions + + partition index value + + + + Used by Object Storage to determine which partition data should + reside on. + + + + + path MTU discovery (PMTUD) + + path MTU discovery (PMTUD) + + + + Mechanism in IP networks to detect end-to-end MTU and adjust + packet size accordingly. + + + + + pause + + pause + + + + A VM state where no changes occur (no changes in memory, network + communications stop, etc); the VM is frozen but not shut down. + + + + + PCI passthrough + + PCI passthrough + + + + Gives guest VMs exclusive access to a PCI device. Currently + supported in OpenStack Havana and later releases. + + + + + persistent message + + messages + + persistent messages + + + persistent messages + + + + A message that is stored both in memory and on disk. The message + is not lost after a failure or restart. + + + + + persistent volume + + persistent volume + + + + Changes to these types of disk volumes are saved. + + + + + personality file + + personality file + + + + A file used to customize a Compute instance. It can be used to + inject SSH keys or a specific network configuration. + + + + + Platform-as-a-Service (PaaS) + + Platform-as-a-Service (PaaS) + + + + Provides to the consumer the ability to deploy applications + through a programming language or tools supported by the cloud + platform provider. An example of Platform-as-a-Service is an + Eclipse/Java programming platform provided with no downloads + required. + + + + + plug-in + + plug-ins, definition of + + + + Software component providing the actual implementation for + Networking APIs, or for Compute APIs, depending on the context. + + + + + policy service + + policy service + + + + Component of Identity Service that provides a rule-management + interface and a rule-based authorization engine. + + + + + pool + + pool + + + + A logical set of devices, such as web servers, that you + group together to receive and process traffic. The load + balancing function chooses which member of the pool handles + the new requests or connections received on the VIP + address. Each VIP has one pool. + + + + + pool member + + pool member + + + + An application that runs on the back-end server in a + load-balancing system. + + + + + port + + ports + + definition of + + + + A virtual network port within Networking; VIFs / vNICs are + connected to a port. + + + + + port UUID + + ports + + port UUID + + + + Unique ID for a Networking port. + + + + + preseed + + preseed, definition of + + + + A tool to automate system configuration and installation on + Debian-based Linux distributions. + + + + + private image + + private image + + + + An Image Service VM image that is only available to specified + tenants. + + + + + private IP address + + IP addresses + + private + + + private IP address + + + + An IP address used for management and administration, not + available to the public Internet. + + + + + private network + + networks + + private networks + + + private networks + + + + 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 private network interface can be a flat or VLAN network + interface. A flat network interface is controlled by the + flat_interface with flat managers. A VLAN network interface is + controlled by the vlan_interface option with VLAN + managers. + + + + + project + + projects + + definition of + + + + A logical grouping of users within Compute; defines quotas and + access to VM images. + + + + + project ID + + projects + + project ID + + + + User-defined alphanumeric string in Compute; the name of a + project. + + + + + project VPN + + projects + + project VPN + + + + Alternative term for a cloudpipe. + + + + + promiscuous mode + + promiscuous mode + + + + Causes the network interface to pass all traffic it + receives to the host rather than passing only the frames + addressed to it. + + + + + protected property + + protected property + + + + Generally, extra properties on an Image Service image to + which only cloud administrators have access. Limits which user + roles can perform CRUD operations on that property. The cloud + administrator can configure any image property as + protected. + + + + + provider + + provider + + + + An administrator who has access to all hosts and + instances. + + + + + proxy node + + nodes + + proxy nodes + + + proxy nodes + + + + A node that provides the Object Storage proxy service. + + + + + proxy server + + servers + + proxy servers + + + proxy servers + + + + Users of Object Storage interact with the service through the + proxy server, which in turn looks up the location of the requested + data within the ring and returns the results to the user. + + + + + public API + + API (application programming interface) + + public APIs + + + public API + + + + An API endpoint used for both service-to-service communication + and end-user interactions. + + + + + public image + + Image Service + + public images + + + public image + + + + An Image Service VM image that is available to all + tenants. + + + + + public IP address + + IP addresses + + public + + + public IP address + + + + An IP address that is accessible to end-users. + + + + + public key authentication + + public key authentication + + + + Authentication method that uses keys rather than + passwords. + + + + + public network + + networks + + public + + + public network + + + + 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. The public network interface is controlled by the + public_interface option. + + + + + Puppet + + Puppet + + + + An operating system configuration-management tool supported by + OpenStack. + + + + + Python + + Python + + + + Programming language used extensively in OpenStack. + + + + + + + + Q + + + QEMU Copy On Write 2 (QCOW2) + + QEMU Copy On Write 2 (QCOW2) + + + + One of the VM image disk formats supported by Image + Service. + + + + + Qpid + + Qpid + + + + Message queue software supported by OpenStack; an alternative to + RabbitMQ. + + + + + quarantine + + quarantine + + + + If Object Storage finds objects, containers, or accounts that + are corrupt, they are placed in this state, are not replicated, cannot + be read by clients, and a correct copy is re-replicated. + + + + + Quick EMUlator (QEMU) + + Quick EMUlator (QEMU) + + + + QEMU is a generic and open source machine emulator and + virtualizer. + + One of the hypervisors supported by OpenStack, generally used + for development purposes. + + + + + quota + + quotas + + + + In Compute and Block Storage, the ability to set resource limits + on a per-project basis. + + + + + + + + R + + + RabbitMQ + + RabbitMQ + + + + The default message queue software used by OpenStack. + + + + + Rackspace Cloud Files + + Rackspace Cloud Files + + + + Released as open source by Rackspace in 2010; the basis for + Object Storage. + + + + + RADOS Block Device (RBD) + + RADOS Block Device (RBD) + + + + Ceph component that enables a Linux block device to be striped + over multiple distributed data stores. + + + + + radvd + + radvd + + + + The router advertisement daemon, used by the Compute VLAN + manager and FlatDHCP manager to provide routing services for VM + instances. + + + + + RAM filter + + RAM filter + + + + The Compute setting that enables or disables RAM + overcommitment. + + + + + RAM overcommit + + RAM overcommit + + + + The ability to start new VM instances based on the actual memory + usage of a host, as opposed to basing the decision on the amount of + RAM each running instance thinks it has available. Also known as + memory overcommit. + + + + + rate limit + + rate limits + + + + Configurable option within Object Storage to limit database + writes on a per-account and/or per-container basis. + + + + + raw + + raw format + + + + One of the VM image disk formats supported by Image Service; an + unstructured disk image. + + + + + rebalance + + rebalancing + + + + The process of distributing Object Storage partitions across all + drives in the ring; used during initial ring creation and after ring + reconfiguration. + + + + + reboot + + reboot + + hard vs. soft + + + + Either a soft or hard reboot of a server. With a soft reboot, + the operating system is signaled to restart, which enables a graceful + shutdown of all processes. A hard reboot is the equivalent of power + cycling the server. The virtualization platform should ensure that the + reboot action has completed successfully, even in cases in which the + underlying domain/VM is paused or halted/stopped. + + + + + rebuild + + rebuilding + + + + Removes all data on the server and replaces it with the + specified image. Server ID and IP addresses remain the same. + + + + + Recon + + Recon + + + + An Object Storage component that collects metrics. + + + + + record + + records + + basics of + + + + Belongs to a particular domain and is used to specify + information about the domain. + There are several types of DNS records. Each record type contains + particular information used to describe the purpose of that record. + Examples include mail exchange (MX) records, which specify the mail + server for a particular domain; and name server (NS) records, which + specify the authoritative name servers for a domain. + + + + + record ID + + records + + record IDs + + + + A number within a database that is incremented each time a + change is made. Used by Object Storage when replicating. + + + + + Red Hat Enterprise Linux (RHEL) + + Red Hat Enterprise Linux (RHEL) + + + + A Linux distribution that is compatible with OpenStack. + + + + + reference architecture + + reference architecture + + + + A recommended architecture for an OpenStack cloud. + + + + + region + + region + + + + A discrete OpenStack environment with dedicated API endpoints + that typically shares only the Identity Service (keystone) with other + regions. + + + + + registry + + registry + + under Image Service + + + + Alternative term for the Image Service registry. + + + + + registry server + + servers + + registry servers + + + registry servers + + + + An Image Service that provides VM image metadata information to + clients. + + + + + Reliable, Autonomic Distributed Object Store + (RADOS) + + Reliable, Autonomic Distributed Object Store + (RADOS) + + + + A collection of components that provides object storage within + Ceph. Similar to OpenStack Object Storage. + + + + + Remote Procedure Call (RPC) + + Remote Procedure Call (RPC) + + + + The method used by the Compute RabbitMQ for intra-service + communications. + + + + + replica + + replication + + definition of + + + + Provides data redundancy and fault tolerance by creating copies + of Object Storage objects, accounts, and containers so that they are + not lost when the underlying storage fails. + + + + + replica count + + replication + + replica count + + + + The number of replicas of the data in an Object Storage + ring. + + + + + replication + + + The process of copying data to a separate physical device for + fault tolerance and performance. + + + + + replicator + + replication + + replicators + + + + The Object Storage back-end process that creates and manages + object replicas. + + + + + request ID + + request IDs + + + + Unique ID assigned to each request sent to Compute. + + + + + rescue image + + rescue images + + + + A special type of VM image that is booted when an instance is + placed into rescue mode. Allows an administrator to mount the file + systems for an instance to correct the problem. + + + + + resize + + resizing + + + + Converts an existing server to a different flavor, which scales + the server up or down. The original server is saved to enable rollback + if a problem occurs. All resizes must be tested and explicitly + confirmed, at which time the original server is removed. + + + + + RESTful + + RESTful web services + + + + A kind of web service API that uses REST, or Representational + State Transfer. REST is the style of architecture for hypermedia + systems that is used for the World Wide Web. + + + + + ring + + rings + + definition of + + + + An entity that maps Object Storage data to partitions. A + separate ring exists for each service, such as account, object, and + container. + + + + + ring builder + + rings + + ring builders + + + + Builds and manages rings within Object Storage, assigns + partitions to devices, and pushes the configuration to other storage + nodes. + + + + + Role Based Access Control (RBAC) + + Role Based Access Control (RBAC) + + + + Provides a predefined list of actions that the user can perform, + such as start or stop VMs, reset passwords, and so on. Supported in + both Identity Service and Compute and can be configured using the + horizon dashboard. + + + + + role + + roles + + definition of + + + + A personality that a user assumes to perform a specific set of + operations. A role includes a set of rights and privileges. A user + assuming that role inherits those rights and privileges. + + + + + role ID + + roles + + role ID + + + + Alphanumeric ID assigned to each Identity Service role. + + + + + rootwrap + + rootwrap + + + + A feature of Compute that allows the unprivileged "nova" user to + run a specified list of commands as the Linux root user. + + + + + round-robin scheduler + + schedulers + + round-robin + + + round-robin scheduler + + + + Type of Compute scheduler that evenly distributes instances + among available hosts. + + + + + router + + router + + + + A physical or virtual network device that passes network + traffic between different networks. + + + + + routing key + + routing keys + + + + The Compute direct exchanges, fanout exchanges, and topic + exchanges use this key to determine how to process a message; + processing varies depending on exchange type. + + + + + RPC driver + + drivers + + RPC drivers + + + RPC drivers + + + + Modular system that allows the underlying message queue software + of Compute to be changed. For example, from RabbitMQ to ZeroMQ or + Qpid. + + + + + rsync + + rsync + + + + Used by Object Storage to push object replicas. + + + + + RXTX cap + + RXTX cap/quota + + + + Absolute limit on the amount of network traffic a Compute VM + instance can send and receive. + + + + + RXTX quota + + + Soft limit on the amount of network traffic a Compute VM + instance can send and receive. + + + + + Ryu neutron plug-in + + Ryu neutron plug-in + + + + Enables the Ryu network operating system to function as a + Networking OpenFlow controller. + + + + + + + + S + + + S3 + + S3 storage service + + + + Object storage service by Amazon; similar in function to Object + Storage, it can act as a back-end store for Image Service VM images. + + + + + sahara + + sahara + + + + OpenStack project that provides a scalable data-processing stack + and associated management interfaces. + + + + + scheduler manager + + scheduler manager + + + + A Compute component that determines where VM instances should + start. Uses modular design to support a variety of scheduler + types. + + + + + scoped token + + scoped tokens + + + + An Identity Service API access token that is associated with a + specific tenant. + + + + + scrubber + + scrubbers + + + + Checks for and deletes unused VMs; the component of Image + Service that implements delayed delete. + + + + + secret key + + secret keys + + + + String of text known only by the user; used along with an access + key to make requests to the Compute API. + + + + + secure shell (SSH) + + secure shell (SSH) + + + + Open source tool used to access remote hosts through an + encrypted communications channel, SSH key injection is supported by + Compute. + + + + + security group + + security groups + + + + A set of network traffic filtering rules that are applied to a + Compute instance. + + + + + segmented object + + objects + + segmented objects + + + segmented objects + + + + An Object Storage large object that has been broken up into + pieces. The re-assembled object is called a concatenated + object. + + + + + server + + servers + + definition of + + + + Computer that provides explicit services to the client software + running on that system, often managing a variety of computer + operations. + + A server is a VM instance in the Compute system. Flavor and + image are requisite elements when creating a server. + + + + + server image + + server image + + + + Alternative term for a VM image. + + + + + server UUID + + servers + + server UUID + + + + Unique ID assigned to each guest VM instance. + + + + + service + + services + + definition of + + + + An OpenStack service, such as Compute, Object Storage, or Image + Service. Provides one or more endpoints through which users can access + resources and perform operations. + + + + + service catalog + + service catalog + + + + Alternative term for the Identity Service catalog. + + + + + service ID + + service ID + + + + Unique ID assigned to each service that is available in the + Identity Service catalog. + + + + + service registration + + service registration + + + + An Identity Service feature that enables services, such as + Compute, to automatically register with the catalog. + + + + + service tenant + + service tenant + + + + Special tenant that contains all services that are listed in the + catalog. + + + + + service token + + service token + + + + An administrator-defined token used by Compute to communicate + securely with the Identity Service. + + + + + session back end + + sessions + + session back end + + + + The method of storage used by horizon to track client sessions, + such as local memory, cookies, a database, or memcached. + + + + + session persistence + + sessions + + session persistence + + + + A feature of the load-balancing service. It attempts to force + subsequent connections to a service to be redirected to the same node + as long as it is online. + + + + + session storage + + sessions + + session storage + + + + A horizon component that stores and tracks client session + information. Implemented through the Django sessions framework. + + + + + shared IP address + + IP addresses + + shared + + + shared IP address + + + + An IP address that can be assigned to a VM instance within the + shared IP group. Public IP addresses can be shared across multiple + servers for use in various high-availability scenarios. When an IP + address is shared to another server, the cloud network restrictions + are modified to enable each server to listen to and respond on that IP + address. You can optionally specify that the target server network + configuration be modified. Shared IP addresses can be used with many + standard heartbeat facilities, such as keepalive, that monitor for + failure and manage IP failover. + + + + + shared IP group + + shared IP groups + + + + A collection of servers that can share IPs with other members of + the group. Any server in a group can share one or more public IPs with + any other server in the group. With the exception of the first server + in a shared IP group, servers must be launched into shared IP groups. + A server may be a member of only one shared IP group. + + + + + shared storage + + shared storage + + + + Block storage that is simultaneously accessible by multiple + clients, for example, NFS. + + + + + Sheepdog + + Sheepdog + + + + Distributed block storage system for QEMU, supported by + OpenStack. + + + + + Simple Cloud Identity Management (SCIM) + + Simple Cloud Identity Management (SCIM) + + + + Specification for managing identity in the cloud, currently + unsupported by OpenStack. + + + + + Single-root I/O Virtualization (SR-IOV) + + Single-root I/O Virtualization (SR-IOV) + + + + A specification that, when implemented by a physical PCIe + device, enables it to appear as multiple separate PCIe devices. This + enables multiple virtualized guests to share direct access to the + physical device, offering improved performance over an equivalent + virtual device. Currently supported in OpenStack Havana and later + releases. + + + + + SmokeStack + + SmokeStack + + + + Runs automated tests against the core OpenStack API; written in + Rails. + + + + + snapshot + + snapshot + + + + A point-in-time copy of an OpenStack storage volume or image. + Use storage volume snapshots to back up volumes. Use image snapshots + to back up data, or as "gold" images for additional servers. + + + + + soft reboot + + reboot + + hard vs. soft + + + soft reboot + + + + A controlled reboot where a VM instance is properly restarted + through operating system commands. + + + + + SolidFire Volume Driver + + SolidFire Volume Driver + + + + The Block Storage driver for the SolidFire iSCSI storage + appliance. + + + + + SPICE + + SPICE (Simple Protocol for Independent Computing + Environments) + + + + The Simple Protocol for Independent Computing Environments + (SPICE) provides remote desktop access to guest virtual machines. It + is an alternative to VNC. SPICE is supported by OpenStack. + + + + + spread-first scheduler + + schedulers + + spread-first + + + spread-first scheduler + + + + The Compute VM scheduling algorithm that attempts to start a new + VM on the host with the least amount of load. + + + + + SQL-Alchemy + + SQL-Alchemy + + + + An open source SQL toolkit for Python, used in OpenStack. + + + + + SQLite + + SQLite + + + + A lightweight SQL database, used as the default persistent + storage method in many OpenStack services. + + + + + stack + + stack + Heat Orchestration Template (HOT) + + + + A set of OpenStack resources created and managed by the + Orchestration service according to a given template (either an + AWS CloudFormation template or a Heat Orchestration + Template (HOT)). + + + + + StackTach + + StackTach + + + + Community project that captures Compute AMQP communications; + useful for debugging. + + + + + static IP address + + IP addresses + + static + + + static IP addresses + + + + Alternative term for a fixed IP address. + + + + + StaticWeb + + StaticWeb + + + + WSGI middleware component of Object Storage that serves + container data as a static web page. + + + + + storage back end + + storage back end + + + + The method that a service uses for persistent storage, such as + iSCSI, NFS, or local disk. + + + + + storage node + + nodes + + storage nodes + + + storage node + + + + An Object Storage node that provides container services, account + services, and object services; controls the account databases, + container databases, and object storage. + + + + + storage manager + + storage + + storage manager + + + + A XenAPI component that provides a pluggable interface to + support a wide variety of persistent storage back ends. + + + + + storage manager back end + + storage + + storage manager back end + + + + A persistent storage method supported by XenAPI, such as iSCSI + or NFS. + + + + + storage services + + storage + + storage services + + + + Collective name for the Object Storage object services, + container services, and account services. + + + + + strategy + + strategy + + + + Specifies the authentication source used by Image Service or + Identity Service. + + + + + subdomain + + subdomains + + + + A domain within a parent domain. Subdomains cannot be + registered. Subdomains enable you to delegate domains. Subdomains can + themselves have subdomains, so third-level, fourth-level, fifth-level, + and deeper levels of nesting are possible. + + + + + subnet + + subnet + + + + Logical subdivision of an IP network. + + + + + SUSE Linux Enterprise Server (SLES) + + SUSE Linux Enterprise Server (SLES) + + + + A Linux distribution that is compatible with OpenStack. + + + + + suspend + + suspend, definition of + + + + Alternative term for a paused VM instance. + + + + + swap + + swap, definition of + + + + Disk-based virtual memory used by operating systems to provide + more memory than is actually available on the system. + + + + + swawth + + swawth + + + + An authentication and authorization service for Object Storage, + implemented through WSGI middleware; uses Object Storage itself as the + persistent backing store. + + + + + swift + + + An OpenStack core project that provides object storage + services. + + + + + swift All in One (SAIO) + + swift All in One (SAIO) + + + + Creates a full Object Storage development environment within a + single VM. + + + + + swift middleware + + swift + + swift middleware + + + + Collective term for Object Storage components that provide + additional functionality. + + + + + swift proxy server + + swift + + swift proxy server + + + + Acts as the gatekeeper to Object Storage and is responsible for + authenticating the user. + + + + + swift storage node + + storage + + swift storage nodes + + + nodes + + swift storage nodes + + + swift + + swift storage nodes + + + + A node that runs Object Storage account, container, and object + services. + + + + + sync point + + sync point + + + + Point in time since the last container and accounts database + sync among nodes within Object Storage. + + + + + sysadmin + + sysadmin + + + + One of the default roles in the Compute RBAC system. Enables a + user to add other users to a project, interact with VM images that are + associated with the project, and start and stop VM instances. + + + + + system usage + + system usage + + + + A Compute component that, along with the notification system, + collects metrics and usage information. This information can be used + for billing. + + + + + + + + T + + + Telemetry + + Telemetry + + + + An integrated project that provides metering and measuring + facilities for OpenStack. The project name of Telemetry is + ceilometer. + + + + + TempAuth + + TempAuth + + + + An authentication facility within Object Storage that enables + Object Storage itself to perform authentication and authorization. + Frequently used in testing and development. + + + + + Tempest + + Tempest + + + + Automated software test suite designed to run against the trunk + of the OpenStack core project. + + + + + TempURL + + TempURL + + + + An Object Storage middleware component that enables creation of + URLs for temporary object access. + + + + + tenant + + + A group of users; used to isolate access to Compute resources. + An alternative term for a project. + + + + + Tenant API + + tenant + + Tenant API + + + + An API that is accessible to tenants. + + + + + tenant endpoint + + endpoints + + tenant endpoint + + + tenant + + tenant endpoint + + + + An Identity Service API endpoint that is associated with one or + more tenants. + + + + + tenant ID + + tenant + + tenant ID + + + + Unique ID assigned to each tenant within the Identity Service. + The project IDs map to the tenant IDs. + + + + + token + + tokens + + + + An alpha-numeric string of text used to access OpenStack APIs + and resources. + + + + + token services + + token services + + + + An Identity Service component that manages and validates tokens + after a user or tenant has been authenticated. + + + + + tombstone + + tombstone + + + + Used to mark Object Storage objects that have been + deleted; ensures that the object is not updated on another node after + it has been deleted. + + + + + topic publisher + + topic publisher + + + + A process that is created when a RPC call is executed; used to + push the message to the topic exchange. + + + + + Torpedo + + Torpedo + + + + Community project used to run automated tests against the + OpenStack API. + + + + + transaction ID + + transaction IDs + + + + Unique ID assigned to each Object Storage request; used for + debugging and tracing. + + + + + transient + + transient exchanges + + non-durable exchanges + + + + Alternative term for non-durable. + + + + + transient exchange + + + Alternative term for a non-durable exchange. + + + + + transient message + + messages + + transient messages + + + transient messages + + + + A message that is stored in memory and is lost after the server + is restarted. + + + + + transient queue + + queues + + transient queues + + + transient queues + + + + Alternative term for a non-durable queue. + + + + + TripleO + + TripleO + + + + + OpenStack-on-OpenStack program. The code name for the + OpenStack Deployment program. + + + + + + trove + + trove + + + + OpenStack project that provides database services to + applications. + + + + + + + + U + + + Ubuntu + + Ubuntu + + + + A Debian-based Linux distribution. + + + + + unscoped token + + unscoped token + + + + Alternative term for an Identity Service default token. + + + + + updater + + updaters + + + + Collective term for a group of Object Storage components that + processes queued and failed updates for containers and objects. + + + + + user + + users, definition of + + + + In Identity Service, each user is associated with one or more + tenants, and in Compute can be associated with roles, projects, or + both. + + + + + user data + + user data + + + + A blob of data that the user can specify when they launch + an instance. The instance can access this data through the + metadata service or config drive. + + config drive + Commonly used to pass a shell script that the instance runs on boot. + + + + + User Mode Linux (UML) + + User Mode Linux (UML) + + + + An OpenStack-supported hypervisor. + + + + + + + + V + + + VIF UUID + + VIF UUID + + + + Unique ID assigned to each Networking VIF. + + + + + VIP + + VIP + + + + The primary load balancing configuration object. + Specifies the virtual IP address and port where client traffic + is received. Also defines other details such as the load + balancing method to be used, protocol, and so on. This entity + is sometimes known in load-balancing products as a virtual + server, vserver, or listener. + + + + + Virtual Central Processing Unit (vCPU) + + Virtual Central Processing Unit (vCPU) + + + + Subdivides physical CPUs. Instances can then use those + divisions. + + + + + Virtual Disk Image (VDI) + + Virtual Disk Image (VDI) + + + + One of the VM image disk formats supported by Image + Service. + + + + + Virtual Hard Disk (VHD) + + Virtual Hard Disk (VHD) + + + + One of the VM image disk formats supported by Image + Service. + + + + + virtual IP + + virtual IP + + + + An Internet Protocol (IP) address configured on the load + balancer for use by clients connecting to a service that is load + balanced. Incoming connections are distributed to back-end nodes based + on the configuration of the load balancer. + + + + + virtual machine (VM) + + virtual machine (VM) + + + + An operating system instance that runs on top of a hypervisor. + Multiple VMs can run at the same time on the same physical + host. + + + + + virtual network + + networks + + virtual + + + virtual network + + + + An L2 network segment within Networking. + + + + + virtual networking + + virtual networking + + + + A generic term for virtualization of network functions + such as switching, routing, load balancing, and security using + a combination of VMs and overlays on physical network + infrastructure. + + + + + + Virtual Network Computing (VNC) + + Virtual Network Computing (VNC) + + + + Open source GUI and CLI tools used for remote console access to + VMs. Supported by Compute. + + + + + Virtual Network InterFace (VIF) + + Virtual Network InterFace (VIF) + + + + An interface that is plugged into a port in a Networking + network. Typically a virtual network interface belonging to a + VM. + + + + + virtual port + + ports + + virtual + + + virtual port + + + + Attachment point where a virtual interface connects to a virtual + network. + + + + + virtual private network (VPN) + + virtual private network (VPN) + + + + Provided by Compute in the form of cloudpipes, specialized + instances that are used to create VPNs on a per-project basis. + + + + + virtual server + + servers + + virtual + + + virtual servers + + + + Alternative term for a VM or guest. + + + + + virtual switch (vSwitch) + + virtual switch (vSwitch) + + + + Software that runs on a host or node and provides the features + and functions of a hardware-based network switch. + + + + + virtual VLAN + + virtual VLAN + + + + Alternative term for a virtual network. + + + + + VirtualBox + + VirtualBox + + + + An OpenStack-supported hypervisor. + + + + + VLAN manager + + VLAN manager + + + + A Compute component that provides dnsmasq and radvd and sets up + forwarding to and from cloudpipe instances. + + + + + VLAN network + + networks + + VLAN + + + VLAN network + + + + 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 VLAN network is a private network interface, which is + controlled by the vlan_interface option with VLAN + managers. + + + + + VM disk (VMDK) + + VM disk (VMDK) + + + + One of the VM image disk formats supported by Image + Service. + + + + + VM image + + VM image + + + + Alternative term for an image. + + + + + VM Remote Control (VMRC) + + VM Remote Control (VMRC) + + + + Method to access VM instance consoles using a web browser. + Supported by Compute. + + + + + VMware API + + VMware API + + + + Supports interaction with VMware products in Compute. + + + + + VMware NSX Neutron plug-in + + + Provides support for VMware NSX in Neutron. + + + + + VNC proxy + + VNC proxy + + + + A Compute component that provides users access to the consoles + of their VM instances through VNC or VMRC. + + + + + volume + + + Disk-based data storage generally represented as an iSCSI target + with a file system that supports extended attributes; can be + persistent or ephemeral. + + + + + Volume API + + volume + + Volume API + + + + Alternative name for the Block Storage API. + + + + + volume controller + + volume + + volume controller + + + + A Block Storage component that oversees and coordinates storage + volume actions. + + + + + volume driver + + volume + + volume driver + + + + Alternative term for a volume plug-in. + + + + + volume ID + + volume + + volume ID + + + + Unique ID applied to each storage volume under the Block Storage + control. + + + + + volume manager + + volume + + volume manager + + + + A Block Storage component that creates, attaches, and detaches + persistent storage volumes. + + + + + volume node + + volume + + volume node + + + + A Block Storage node that runs the cinder-volume daemon. + + + + + volume plug-in + + volume + + volume plug-in + + + + Provides support for new and specialized types of back-end + storage for the Block Storage volume manager. + + + + + volume worker + + volume workers + + + + A cinder component that interacts with back-end storage to manage + the creation and deletion of volumes and the creation of compute + volumes, provided by the cinder-volume daemon. + + + + + vSphere + + vSphere + + + + An OpenStack-supported hypervisor. + + + + + + + + W + + + weighting + + weighting + + + + A Compute process that determines the suitability of the VM + instances for a job for a particular host. For example, not enough RAM + on the host, too many CPUs on the host, and so on. + + + + + weight + + weight + + + + Used by Object Storage devices to determine which storage + devices are suitable for the job. Devices are weighted by size. + + + + + weighted cost + + weighted cost + + + + The sum of each cost used when deciding where to start a new VM + instance in Compute. + + + + + worker + + workers + + + + A daemon that listens to a queue and carries out tasks in + response to messages. For example, the cinder-volume worker manages volume + creation and deletion on storage arrays. + + + + + + + + X + + + Xen + + Xen + + + + + Xen is a hypervisor using a microkernel design, providing + services that allow multiple computer operating systems to + execute on the same computer hardware concurrently. + + + + + + + Xen API + + + The Xen administrative API, which is supported by + Compute. + + + + + Xen Cloud Platform (XCP) + + Xen API + + Xen Cloud Platform (XCP) + + + + An OpenStack-supported hypervisor. + + + + + Xen Storage Manager Volume Driver + + Xen API + + Xen Storage Manager Volume Driver + + + + A Block Storage volume plug-in that enables communication with + the Xen Storage Manager API. + + + + + XenServer + + Xen API + + XenServer hypervisor + + + + An OpenStack-supported hypervisor. + + + + + + + + Y + + + + + + + + + + + + + + Z + + + ZeroMQ + + ZeroMQ + + + + Message queue software supported by OpenStack. An alternative to + RabbitMQ. Also spelled 0MQ. + + + + + Zuul + + Zuul + + + + Tool used in OpenStack development to ensure correctly ordered + testing of changes in parallel. + + + + diff --git a/doc/glossary/locale/de.po b/doc/glossary/locale/de.po new file mode 100644 index 00000000..a531afbc --- /dev/null +++ b/doc/glossary/locale/de.po @@ -0,0 +1,8127 @@ +# +# Translators: +# Andreas Jaeger , 2014 +# Carsten Duch , 2014 +# Ettore Atalan , 2014 +msgid "" +msgstr "" +"Project-Id-Version: OpenStack Manuals\n" +"POT-Creation-Date: 2014-08-29 05:21+0000\n" +"PO-Revision-Date: 2014-08-28 20:41+0000\n" +"Last-Translator: Ettore Atalan \n" +"Language-Team: German (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ./doc/glossary/openstack-glossary.xml7(title) +#: ./doc/glossary/openstack-glossary.xml10(title) +msgid "OpenStack glossary" +msgstr "OpenStack Glossar" + +#: ./doc/glossary/openstack-glossary.xml11(para) +msgid "" +"Use this glossary to get definitions of OpenStack-related words and phrases." +msgstr "" + +#: ./doc/glossary/openstack-glossary.xml13(para) +msgid "" +"To add to this glossary follow the OpenStack " +"Documentation HowTo." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml13(title) +msgid "Glossary" +msgstr "Glossar" + +#: ./doc/glossary/glossary-terms.xml16(para) +msgid "" +"Licensed under the Apache License, Version 2.0 (the \"License\"); you may " +"not use this file except in compliance with the License. You may obtain a " +"copy of the License at" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml23(link) +msgid "http://www.apache.org/licenses/LICENSE-2.0" +msgstr "http://www.apache.org/licenses/LICENSE-2.0" + +#: ./doc/glossary/glossary-terms.xml25(para) +msgid "" +"Unless required by applicable law or agreed to in writing, software " +"distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT " +"WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the " +"License for the specific language governing permissions and limitations " +"under the License." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml33(para) +msgid "" +"This glossary offers a list of terms and definitions to define a vocabulary " +"for OpenStack-related concepts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml35(para) +msgid "" +"To add to OpenStack glossary, clone the openstack/openstack-manuals repository " +"and update the source file doc/glossary/glossary-" +"terms.xml through the OpenStack contribution process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml44(title) +msgid "Numbers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml47(glossterm) +#: ./doc/glossary/glossary-terms.xml49(primary) +msgid "6to4" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml52(para) +msgid "" +"A mechanism that allows IPv6 packets to be transmitted over an IPv4 network," +" providing a strategy for migrating to IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml64(title) +msgid "A" +msgstr "A" + +#: ./doc/glossary/glossary-terms.xml67(glossterm) +#: ./doc/glossary/glossary-terms.xml69(primary) +msgid "absolute limit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml73(para) +msgid "" +"Impassable limits for guest VMs. Settings include total RAM size, maximum " +"number of vCPUs, and maximum disk size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml79(glossterm) +#: ./doc/glossary/glossary-terms.xml198(see) +msgid "access control list" +msgstr "Zugriffssteuerungsliste" + +#: ./doc/glossary/glossary-terms.xml81(primary) +msgid "access control list (ACL)" +msgstr "Zugriffssteuerungsliste (ACL)" + +#: ./doc/glossary/glossary-terms.xml85(para) +msgid "" +"A list of permissions attached to an object. An ACL specifies which users or" +" system processes have access to objects. It also defines which operations " +"can be performed on specified objects. Each entry in a typical ACL specifies" +" a subject and an operation. For instance, the ACL entry (Alice, " +"delete) for a file gives Alice permission to delete the file." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml95(glossterm) +#: ./doc/glossary/glossary-terms.xml97(primary) +msgid "access key" +msgstr "Zugriffsschlüssel" + +#: ./doc/glossary/glossary-terms.xml101(para) +msgid "Alternative term for an Amazon EC2 access key. See EC2 access key." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml107(glossterm) +msgid "account" +msgstr "Konto" + +#: ./doc/glossary/glossary-terms.xml109(primary) +msgid "accounts" +msgstr "Konten" + +#: ./doc/glossary/glossary-terms.xml113(para) +msgid "" +"The Object Storage context of an account. Do not confuse with a user account" +" from an authentication service, such as Active Directory, /etc/passwd, " +"OpenLDAP, OpenStack Identity Service, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml120(glossterm) +#: ./doc/glossary/glossary-terms.xml122(primary) +msgid "account auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml126(para) +msgid "" +"Checks for missing replicas and incorrect or corrupted objects in a " +"specified Object Storage account by running queries against the back-end " +"SQLite database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml133(glossterm) +#: ./doc/glossary/glossary-terms.xml135(primary) +msgid "account database" +msgstr "Kontodatenbank" + +#: ./doc/glossary/glossary-terms.xml139(para) +msgid "" +"A SQLite database that contains Object Storage accounts and related metadata" +" and that the accounts server accesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml145(glossterm) +#: ./doc/glossary/glossary-terms.xml147(primary) +msgid "account reaper" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml151(para) +msgid "" +"An Object Storage worker that scans for and deletes account databases and " +"that the account server has marked for deletion." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml157(glossterm) +#: ./doc/glossary/glossary-terms.xml159(primary) +msgid "account server" +msgstr "Kontoserver" + +#: ./doc/glossary/glossary-terms.xml163(para) +msgid "" +"Lists containers in Object Storage and stores container information in the " +"account database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml169(glossterm) +#: ./doc/glossary/glossary-terms.xml171(primary) +msgid "account service" +msgstr "Kontodienst" + +#: ./doc/glossary/glossary-terms.xml175(para) +msgid "" +"An Object Storage component that provides account services such as list, " +"create, modify, and audit. Do not confuse with OpenStack Identity Service, " +"OpenLDAP, or similar user-account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml182(glossterm) +#: ./doc/glossary/glossary-terms.xml184(primary) +msgid "accounting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml188(para) +msgid "" +"The Compute service provides accounting information through the event " +"notification and system usage data facilities." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml194(glossterm) +#: ./doc/glossary/glossary-terms.xml196(primary) +msgid "ACL" +msgstr "ACL" + +#: ./doc/glossary/glossary-terms.xml202(para) +msgid "See access control list." +msgstr "Siehe Zugriffssteuerungsliste" + +#: ./doc/glossary/glossary-terms.xml207(glossterm) +#: ./doc/glossary/glossary-terms.xml209(primary) +msgid "active/active configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml213(para) +msgid "" +"In a high-availability setup with an active/active configuration, several " +"systems share the load together and if one fails, the load is distributed to" +" the remaining systems." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml220(glossterm) +#: ./doc/glossary/glossary-terms.xml222(primary) +msgid "Active Directory" +msgstr "Active Directory" + +#: ./doc/glossary/glossary-terms.xml226(para) +msgid "" +"Authentication and identity service by Microsoft, based on LDAP. Supported " +"in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml232(glossterm) +#: ./doc/glossary/glossary-terms.xml234(primary) +msgid "active/passive configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml238(para) +msgid "" +"In a high-availability setup with an active/passive configuration, systems " +"are set up to bring additional resources online to replace those that have " +"failed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml245(glossterm) +#: ./doc/glossary/glossary-terms.xml247(primary) +msgid "address pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml251(para) +msgid "" +"A group of fixed and/or floating IP addresses that are assigned to a project" +" and can be used by or assigned to the VM instances in a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml258(glossterm) +#: ./doc/glossary/glossary-terms.xml260(primary) +#: ./doc/glossary/glossary-terms.xml4911(see) +msgid "admin API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml264(para) +msgid "" +"A subset of API calls that are accessible to authorized administrators and " +"are generally not accessible to end users or the public Internet. They can " +"exist as a separate service (keystone) or can be a subset of another API " +"(nova)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml272(glossterm) +#: ./doc/glossary/glossary-terms.xml274(primary) +msgid "admin server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml278(para) +msgid "" +"In the context of the Identity Service, the worker process that provides " +"access to the admin API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml284(glossterm) +#: ./doc/glossary/glossary-terms.xml287(primary) +msgid "Advanced Message Queuing Protocol (AMQP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml291(para) +msgid "" +"The open standard messaging protocol used by OpenStack components for intra-" +"service communications, provided by RabbitMQ, Qpid, or ZeroMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml298(glossterm) +#: ./doc/glossary/glossary-terms.xml300(primary) +msgid "Advanced RISC Machine (ARM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml304(para) +msgid "" +"Lower power consumption CPU often found in mobile and embedded devices. " +"Supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml310(glossterm) +msgid "alert" +msgstr "Alarm" + +#: ./doc/glossary/glossary-terms.xml312(primary) +msgid "alerts" +msgstr "Alarme" + +#: ./doc/glossary/glossary-terms.xml314(secondary) +#: ./doc/glossary/glossary-terms.xml876(secondary) +#: ./doc/glossary/glossary-terms.xml924(secondary) +#: ./doc/glossary/glossary-terms.xml994(secondary) +#: ./doc/glossary/glossary-terms.xml1284(secondary) +#: ./doc/glossary/glossary-terms.xml1373(secondary) +#: ./doc/glossary/glossary-terms.xml1584(secondary) +#: ./doc/glossary/glossary-terms.xml1683(secondary) +#: ./doc/glossary/glossary-terms.xml1763(secondary) +#: ./doc/glossary/glossary-terms.xml1819(secondary) +#: ./doc/glossary/glossary-terms.xml1918(secondary) +#: ./doc/glossary/glossary-terms.xml2147(secondary) +#: ./doc/glossary/glossary-terms.xml2427(secondary) +#: ./doc/glossary/glossary-terms.xml3145(secondary) +#: ./doc/glossary/glossary-terms.xml3262(secondary) +#: ./doc/glossary/glossary-terms.xml3906(secondary) +#: ./doc/glossary/glossary-terms.xml3958(secondary) +#: ./doc/glossary/glossary-terms.xml4063(secondary) +#: ./doc/glossary/glossary-terms.xml4280(secondary) +#: ./doc/glossary/glossary-terms.xml4433(secondary) +#: ./doc/glossary/glossary-terms.xml4451(secondary) +#: ./doc/glossary/glossary-terms.xml4948(secondary) +#: ./doc/glossary/glossary-terms.xml5282(secondary) +#: ./doc/glossary/glossary-terms.xml5535(secondary) +#: ./doc/glossary/glossary-terms.xml5651(secondary) +#: ./doc/glossary/glossary-terms.xml5994(secondary) +#: ./doc/glossary/glossary-terms.xml6179(secondary) +#: ./doc/glossary/glossary-terms.xml6270(secondary) +#: ./doc/glossary/glossary-terms.xml6842(secondary) +#: ./doc/glossary/glossary-terms.xml6945(secondary) +#: ./doc/glossary/glossary-terms.xml6989(secondary) +#: ./doc/glossary/glossary-terms.xml7256(secondary) +#: ./doc/glossary/glossary-terms.xml7299(secondary) +msgid "definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml318(para) +msgid "" +"The Compute service can send alerts through its notification system, which " +"includes a facility to create custom notification drivers. Alerts can be " +"sent to and displayed on the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml326(glossterm) +msgid "allocate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml328(primary) +msgid "allocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml332(para) +msgid "" +"The process of taking a floating IP address from the address pool so it can " +"be associated with a fixed IP on a guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml339(glossterm) +#: ./doc/glossary/glossary-terms.xml341(primary) +msgid "Amazon Kernel Image (AKI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml345(para) +#: ./doc/glossary/glossary-terms.xml357(para) +#: ./doc/glossary/glossary-terms.xml369(para) +msgid "" +"Both a VM container format and disk format. Supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml351(glossterm) +#: ./doc/glossary/glossary-terms.xml353(primary) +msgid "Amazon Machine Image (AMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml363(glossterm) +#: ./doc/glossary/glossary-terms.xml365(primary) +msgid "Amazon Ramdisk Image (ARI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml375(glossterm) +#: ./doc/glossary/glossary-terms.xml377(primary) +msgid "Anvil" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml381(para) +msgid "" +"A project that ports the shell script-based project named DevStack to " +"Python." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml387(glossterm) +#: ./doc/glossary/glossary-terms.xml389(primary) +msgid "Apache" +msgstr "Apache" + +#: ./doc/glossary/glossary-terms.xml393(para) +msgid "" +"The Apache Software Foundation supports the Apache community of open-source " +"software projects. These projects provide software products for the public " +"good." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml400(glossterm) +#: ./doc/glossary/glossary-terms.xml402(primary) +msgid "Apache License 2.0" +msgstr "Apache Lizenz 2.0" + +#: ./doc/glossary/glossary-terms.xml406(para) +msgid "" +"All OpenStack core projects are provided under the terms of the Apache " +"License 2.0 license." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml412(glossterm) +#: ./doc/glossary/glossary-terms.xml414(primary) +msgid "Apache Web Server" +msgstr "Apache Web Server" + +#: ./doc/glossary/glossary-terms.xml418(para) +msgid "The most common web server software currently used on the Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml424(glossterm) +msgid "API" +msgstr "API" + +#: ./doc/glossary/glossary-terms.xml427(para) +msgid "Application programming interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml432(glossterm) +#: ./doc/glossary/glossary-terms.xml436(secondary) +#: ./doc/glossary/glossary-terms.xml441(secondary) +msgid "API endpoint" +msgstr "API Endpunkt" + +#: ./doc/glossary/glossary-terms.xml434(primary) +#: ./doc/glossary/glossary-terms.xml2885(primary) +#: ./doc/glossary/glossary-terms.xml2913(primary) +#: ./doc/glossary/glossary-terms.xml3536(primary) +#: ./doc/glossary/glossary-terms.xml8017(primary) +msgid "endpoints" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml439(primary) +#: ./doc/glossary/glossary-terms.xml455(primary) +#: ./doc/glossary/glossary-terms.xml468(primary) +#: ./doc/glossary/glossary-terms.xml482(primary) +#: ./doc/glossary/glossary-terms.xml495(primary) +#: ./doc/glossary/glossary-terms.xml509(primary) +#: ./doc/glossary/glossary-terms.xml523(primary) +#: ./doc/glossary/glossary-terms.xml6383(primary) +msgid "API (application programming interface)" +msgstr "API (Programmierschnittstelle)" + +#: ./doc/glossary/glossary-terms.xml445(para) +msgid "" +"The daemon, worker, or service that a client communicates with to access an " +"API. API endpoints can provide any number of services, such as " +"authentication, sales data, performance metrics, Compute VM commands, census" +" data, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml453(glossterm) +#: ./doc/glossary/glossary-terms.xml457(secondary) +msgid "API extension" +msgstr "API Erweiterung" + +#: ./doc/glossary/glossary-terms.xml461(para) +msgid "Custom modules that extend some OpenStack core APIs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml466(glossterm) +#: ./doc/glossary/glossary-terms.xml470(secondary) +msgid "API extension plug-in" +msgstr "API Erweiterung Plug-In" + +#: ./doc/glossary/glossary-terms.xml474(para) +msgid "Alternative term for a Networking plug-in or Networking API extension." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml480(glossterm) +#: ./doc/glossary/glossary-terms.xml484(secondary) +msgid "API key" +msgstr "API Schlüssel" + +#: ./doc/glossary/glossary-terms.xml488(para) +msgid "Alternative term for an API token." +msgstr "Alternativer Ausdruck für einen API Token." + +#: ./doc/glossary/glossary-terms.xml493(glossterm) +#: ./doc/glossary/glossary-terms.xml497(secondary) +msgid "API server" +msgstr "API Server" + +#: ./doc/glossary/glossary-terms.xml501(para) +msgid "Any node running a daemon or worker that provides an API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml507(glossterm) +#: ./doc/glossary/glossary-terms.xml511(secondary) +msgid "API token" +msgstr "API Token" + +#: ./doc/glossary/glossary-terms.xml515(para) +msgid "" +"Passed to API requests and used by OpenStack to verify that the client is " +"authorized to run the requested operation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml521(glossterm) +#: ./doc/glossary/glossary-terms.xml525(secondary) +msgid "API version" +msgstr "API Version" + +#: ./doc/glossary/glossary-terms.xml529(para) +msgid "" +"In OpenStack, the API version for a project is part of the URL. For example," +" example.com/nova/v1/foobar." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml535(glossterm) +#: ./doc/glossary/glossary-terms.xml537(primary) +msgid "applet" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml541(para) +msgid "A Java program that can be embedded into a web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml546(glossterm) +msgid "Application Programming Interface (API)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml549(para) +msgid "" +"A collection of specifications used to access a service, application, or " +"program. Includes service calls, required parameters for each call, and the " +"expected return values." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml556(glossterm) +#: ./doc/glossary/glossary-terms.xml563(primary) +msgid "application server" +msgstr "Applikationsserver" + +#: ./doc/glossary/glossary-terms.xml558(primary) +#: ./doc/glossary/glossary-terms.xml6365(primary) +#: ./doc/glossary/glossary-terms.xml6797(primary) +#: ./doc/glossary/glossary-terms.xml7254(primary) +#: ./doc/glossary/glossary-terms.xml7283(primary) +#: ./doc/glossary/glossary-terms.xml8467(primary) +msgid "servers" +msgstr "Server" + +#: ./doc/glossary/glossary-terms.xml560(secondary) +msgid "application servers" +msgstr "Applikationsserver" + +#: ./doc/glossary/glossary-terms.xml567(para) +msgid "" +"A piece of software that makes available another piece of software over a " +"network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml573(glossterm) +#: ./doc/glossary/glossary-terms.xml575(primary) +msgid "Application Service Provider (ASP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml579(para) +msgid "" +"Companies that rent specialized applications that help businesses and " +"organizations provide additional services with lower cost." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml588(glossterm) +#: ./doc/glossary/glossary-terms.xml590(primary) +msgid "Address Resolution Protocol (ARP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml594(para) +msgid "" +"The protocol by which layer-3 IP addresses are resolved into layer-2 link " +"local addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml602(glossterm) +#: ./doc/glossary/glossary-terms.xml604(primary) +msgid "arptables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml608(para) +msgid "" +"Tool used for maintaining Address Resolution Protocol packet filter rules in" +" the Linux kernel firewall modules. Used along with iptables, ebtables, and " +"ip6tables in Compute to provide firewall services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml616(glossterm) +msgid "associate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml618(primary) +msgid "associate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml622(para) +msgid "" +"The process associating a Compute floating IP address with a fixed IP " +"address." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml628(glossterm) +#: ./doc/glossary/glossary-terms.xml631(primary) +msgid "Asynchronous JavaScript and XML (AJAX)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml635(para) +msgid "" +"A group of interrelated web development techniques used on the client-side " +"to create asynchronous web applications. Used extensively in horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml642(glossterm) +#: ./doc/glossary/glossary-terms.xml644(primary) +msgid "ATA over Ethernet (AoE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml648(para) +msgid "A disk storage protocol tunneled within Ethernet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml653(glossterm) +msgid "attach" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml655(primary) +msgid "attach, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml659(para) +msgid "" +"The process of connecting a VIF or vNIC to a L2 network in Networking. In " +"the context of Compute, this process connects a storage volume to an " +"instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml666(glossterm) +#: ./doc/glossary/glossary-terms.xml668(primary) +msgid "attachment (network)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml672(para) +msgid "" +"Association of an interface ID to a logical port. Plugs an interface into a " +"port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml678(glossterm) +#: ./doc/glossary/glossary-terms.xml680(primary) +msgid "auditing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml684(para) +msgid "Provided in Compute through the system usage data facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml690(glossterm) +#: ./doc/glossary/glossary-terms.xml692(primary) +msgid "auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml696(para) +msgid "" +"A worker process that verifies the integrity of Object Storage objects, " +"containers, and accounts. Auditors is the collective term for the Object " +"Storage account auditor, container auditor, and object auditor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml704(glossterm) +#: ./doc/glossary/glossary-terms.xml706(primary) +msgid "Austin" +msgstr "Austin" + +#: ./doc/glossary/glossary-terms.xml710(para) +msgid "" +"The code name for the initial release of OpenStack. The first design summit " +"took place in Austin, Texas, US." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml717(glossterm) +#: ./doc/glossary/glossary-terms.xml719(primary) +msgid "auth node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml723(para) +msgid "Alternative term for an Object Storage authorization node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml729(glossterm) +#: ./doc/glossary/glossary-terms.xml731(primary) +msgid "authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml735(para) +msgid "" +"The process that confirms that the user, process, or client is really who " +"they say they are through private key, secret token, password, fingerprint, " +"or similar method." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml742(glossterm) +msgid "authentication token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml744(primary) +msgid "authentication tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml748(para) +msgid "" +"A string of text provided to the client after authentication. Must be " +"provided by the user or process in subsequent requests to the API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml755(glossterm) +#: ./doc/glossary/glossary-terms.xml757(primary) +msgid "AuthN" +msgstr "AuthN" + +#: ./doc/glossary/glossary-terms.xml761(para) +msgid "The Identity Service component that provides authentication services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml767(glossterm) +#: ./doc/glossary/glossary-terms.xml769(primary) +msgid "authorization" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml773(para) +msgid "" +"The act of verifying that a user, process, or client is authorized to " +"perform an action." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml779(glossterm) +#: ./doc/glossary/glossary-terms.xml781(primary) +msgid "authorization node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml785(para) +msgid "An Object Storage node that provides authorization services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml791(glossterm) +#: ./doc/glossary/glossary-terms.xml793(primary) +msgid "AuthZ" +msgstr "AuthZ" + +#: ./doc/glossary/glossary-terms.xml797(para) +msgid "" +"The Identity Service component that provides high-level authorization " +"services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml803(glossterm) +#: ./doc/glossary/glossary-terms.xml805(primary) +msgid "Auto ACK" +msgstr "Auto ACK" + +#: ./doc/glossary/glossary-terms.xml809(para) +msgid "" +"Configuration setting within RabbitMQ that enables or disables message " +"acknowledgment. Enabled by default." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml815(glossterm) +#: ./doc/glossary/glossary-terms.xml817(primary) +msgid "auto declare" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml821(para) +msgid "" +"A Compute RabbitMQ setting that determines whether a message exchange is " +"automatically created when the program starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml827(glossterm) +#: ./doc/glossary/glossary-terms.xml829(primary) +msgid "availability zone" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml833(para) +msgid "" +"An Amazon EC2 concept of an isolated area that is used for fault tolerance. " +"Do not confuse with an OpenStack Compute zone or cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml840(glossterm) +msgid "AWS" +msgstr "AWS" + +#: ./doc/glossary/glossary-terms.xml842(primary) +msgid "AWS (Amazon Web Services)" +msgstr "AWS (Amazon Web Services)" + +#: ./doc/glossary/glossary-terms.xml846(para) +msgid "Amazon Web Services." +msgstr "Amazon Web Services." + +#: ./doc/glossary/glossary-terms.xml851(glossterm) +#: ./doc/glossary/glossary-terms.xml853(primary) +msgid "AWS CloudFormation template" +msgstr "AWS CloudFormation Vorlage" + +#: ./doc/glossary/glossary-terms.xml857(para) +msgid "" +"AWS CloudFormation allows AWS users to create and manage a collection of " +"related resources. The Orchestration module supports a CloudFormation-" +"compatible format (CFN)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml869(title) +msgid "B" +msgstr "B" + +#: ./doc/glossary/glossary-terms.xml872(glossterm) +msgid "back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml874(primary) +#: ./doc/glossary/glossary-terms.xml889(primary) +#: ./doc/glossary/glossary-terms.xml905(primary) +msgid "back-end interactions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml880(para) +msgid "" +"Interactions and processes that are obfuscated from the user, such as " +"Compute volume mount, data transmission to an iSCSI target by a daemon, or " +"Object Storage object integrity checks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml887(glossterm) +msgid "back-end catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml891(secondary) +#: ./doc/glossary/glossary-terms.xml1332(glossterm) +#: ./doc/glossary/glossary-terms.xml1334(primary) +msgid "catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml895(para) +msgid "" +"The storage method used by the Identity Service catalog service to store and" +" retrieve information about API endpoints that are available to the client. " +"Examples include a SQL database, LDAP database, or KVS back end." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml903(glossterm) +msgid "back-end store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml907(secondary) +msgid "store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml911(para) +msgid "" +"The persistent data store used to save and retrieve information for a " +"service, such as lists of Object Storage objects, current state of guest " +"VMs, lists of user names, and so on. Also, the method that the Image Service" +" uses to get and store VM images. Options include Object Storage, local file" +" system, S3, and HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml920(glossterm) +#: ./doc/glossary/glossary-terms.xml922(primary) +msgid "bandwidth" +msgstr "Bandbreite" + +#: ./doc/glossary/glossary-terms.xml928(para) +msgid "" +"The amount of available data used by communication resources, such as the " +"Internet. Represents the amount of data that is used to download things or " +"the amount of data available to download." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml935(glossterm) +msgid "bare" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml937(primary) +msgid "bare, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml941(para) +msgid "" +"An Image Service container format that indicates that no container exists " +"for the VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml947(glossterm) +#: ./doc/glossary/glossary-terms.xml949(primary) +msgid "base image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml953(para) +msgid "An OpenStack-provided image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml958(glossterm) +#: ./doc/glossary/glossary-terms.xml960(primary) +msgid "Bell-LaPadula model" +msgstr "Bell-LaPadula-Modell" + +#: ./doc/glossary/glossary-terms.xml964(para) +msgid "" +"A security model that focuses on data confidentiality and controlled access " +"to classified information. This model divide the entities into subjects and " +"objects. The clearance of a subject is compared to the classification of the" +" object to determine if the subject is authorized for the specific access " +"mode. The clearance or classification scheme is expressed in terms of a " +"lattice." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml974(glossterm) +#: ./doc/glossary/glossary-terms.xml976(primary) +msgid "Bexar" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml980(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in February" +" of 2011. It included only Compute (nova) and Object Storage (swift)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml983(para) +msgid "" +"Bexar is the code name for the second release of OpenStack. The design " +"summit took place in San Antonio, Texas, US, which is the county seat for " +"Bexar county." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml990(glossterm) +#: ./doc/glossary/glossary-terms.xml992(primary) +msgid "binary" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml998(para) +msgid "" +"Information that consists solely of ones and zeroes, which is the language " +"of computers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1004(glossterm) +msgid "bit" +msgstr "Bit" + +#: ./doc/glossary/glossary-terms.xml1006(primary) +msgid "bits, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1010(para) +msgid "" +"A bit is a single digit number that is in base of 2 (either a zero or one). " +"Bandwidth usage is measured in bits per second." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1016(glossterm) +#: ./doc/glossary/glossary-terms.xml1018(primary) +msgid "bits per second (BPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1022(para) +msgid "" +"The universal measurement of how quickly data is transferred from place to " +"place." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1028(glossterm) +#: ./doc/glossary/glossary-terms.xml1030(primary) +msgid "block device" +msgstr "Blockgerät" + +#: ./doc/glossary/glossary-terms.xml1034(para) +msgid "" +"A device that moves data in the form of blocks. These device nodes interface" +" the devices, such as hard disks, CD-ROM drives, flash drives, and other " +"addressable regions of memory." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1041(glossterm) +#: ./doc/glossary/glossary-terms.xml1043(primary) +msgid "block migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1047(para) +msgid "" +"A method of VM live migration used by KVM to evacuate instances from one " +"host to another with very little downtime during a user-initiated " +"switchover. Does not require shared storage. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1055(glossterm) +#: ./doc/glossary/glossary-terms.xml1057(primary) +msgid "Block Storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1061(para) +msgid "" +"The OpenStack core project that enables management of volumes, volume " +"snapshots, and volume types. The project name of Block Storage is cinder." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1068(glossterm) +#: ./doc/glossary/glossary-terms.xml1070(primary) +msgid "Block Storage API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1074(para) +msgid "" +"An API on a separate endpoint for attaching, detaching, and creating block " +"storage for compute VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1081(glossterm) +msgid "BMC" +msgstr "BMC" + +#: ./doc/glossary/glossary-terms.xml1083(primary) +msgid "BMC (Baseboard Management Controller)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1087(para) +msgid "" +"Baseboard Management Controller. The intelligence in the IPMI architecture, " +"which is a specialized micro-controller that is embedded on the motherboard " +"of a computer and acts as a server. Manages the interface between system " +"management software and platform hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1096(glossterm) +#: ./doc/glossary/glossary-terms.xml1098(primary) +msgid "bootable disk image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1102(para) +msgid "A type of VM image that exists as a single, bootable file." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1108(glossterm) +#: ./doc/glossary/glossary-terms.xml1110(primary) +msgid "Bootstrap Protocol (BOOTP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1114(para) +msgid "" +"A network protocol used by a network client to obtain an IP address from a " +"configuration server. Provided in Compute through the dnsmasq daemon when " +"using either the FlatDHCP manager or VLAN manager network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1122(glossterm) +#: ./doc/glossary/glossary-terms.xml1124(primary) +msgid "Border Gateway Protocol (BGP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1127(para) +msgid "" +"The Border Gateway Protocol is a dynamic routing protocol that connects " +"autonomous systems. Considered the backbone of the Internet, this protocol " +"connects disparate networks to form a larger network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1136(glossterm) +msgid "browser" +msgstr "Browser" + +#: ./doc/glossary/glossary-terms.xml1138(primary) +msgid "browsers, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1142(para) +msgid "" +"Any client software that enables a computer or device to access the " +"Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1148(glossterm) +msgid "builder file" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1150(primary) +msgid "builder files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1154(para) +msgid "" +"Contains configuration information that Object Storage uses to reconfigure a" +" ring or to re-create it from scratch after a serious failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1161(glossterm) +#: ./doc/glossary/glossary-terms.xml1163(primary) +msgid "bursting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1167(para) +msgid "" +"The practice of utilizing a secondary environment to elastically build " +"instances on-demand when the primary environment is resource constrained." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1176(glossterm) +msgid "button class" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1178(primary) +msgid "button classes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1182(para) +msgid "" +"A group of related button types within horizon. Buttons to start, stop, and " +"suspend VMs are in one class. Buttons to associate and disassociate floating" +" IP addresses are in another class, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1190(glossterm) +msgid "byte" +msgstr "Byte" + +#: ./doc/glossary/glossary-terms.xml1192(primary) +msgid "bytes, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1196(para) +msgid "" +"Set of bits that make up a single character; there are usually 8 bits to a " +"byte." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1205(title) +msgid "C" +msgstr "C" + +#: ./doc/glossary/glossary-terms.xml1208(glossterm) +msgid "CA" +msgstr "CA" + +#: ./doc/glossary/glossary-terms.xml1210(primary) +msgid "CA (Certificate/Certification Authority)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1214(para) +msgid "" +"Certificate Authority or Certification Authority. In cryptography, an entity" +" that issues digital certificates. The digital certificate certifies the " +"ownership of a public key by the named subject of the certificate. This " +"enables others (relying parties) to rely upon signatures or assertions made " +"by the private key that corresponds to the certified public key. In this " +"model of trust relationships, a CA is a trusted third party for both the " +"subject (owner) of the certificate and the party relying upon the " +"certificate. CAs are characteristic of many public key infrastructure (PKI) " +"schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1228(glossterm) +msgid "cache pruner" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1230(primary) +msgid "cache pruners" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1234(para) +msgid "" +"A program that keeps the Image Service VM image cache at or below its " +"configured maximum size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1240(glossterm) +#: ./doc/glossary/glossary-terms.xml1242(primary) +msgid "Cactus" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1246(para) +msgid "" +"An OpenStack grouped release of projects that came out in the spring of " +"2011. It included Compute (nova), Object Storage (swift), and the Image " +"Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1249(para) +msgid "" +"Cactus is a city in Texas, US and is the code name for the third release of " +"OpenStack. When OpenStack releases went from three to six months long, the " +"code name of the release changed to match a geography nearest the previous " +"summit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1257(glossterm) +msgid "CADF" +msgstr "CADF" + +#: ./doc/glossary/glossary-terms.xml1259(para) +msgid "" +"Cloud Auditing Data Federation (CADF) is a specification for audit event " +"data. CADF is supported by OpenStack Identity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1268(glossterm) +#: ./doc/glossary/glossary-terms.xml1270(primary) +msgid "CALL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1274(para) +msgid "" +"One of the RPC primitives used by the OpenStack message queue software. " +"Sends a message and waits for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1280(glossterm) +#: ./doc/glossary/glossary-terms.xml1282(primary) +msgid "capability" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1288(para) +msgid "" +"Defines resources for a cell, including CPU, storage, and networking. Can " +"apply to the specific services within a cell or a whole cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1295(glossterm) +#: ./doc/glossary/glossary-terms.xml1297(primary) +msgid "capacity cache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1301(para) +msgid "" +"A Compute back-end database table that contains the current workload, amount" +" of free RAM, and number of VMs running on each host. Used to determine on " +"which VM a host starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1308(glossterm) +#: ./doc/glossary/glossary-terms.xml1310(primary) +msgid "capacity updater" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1314(para) +msgid "" +"A notification driver that monitors VM instances and updates the capacity " +"cache as needed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1320(glossterm) +msgid "CAST" +msgstr "CAST" + +#: ./doc/glossary/glossary-terms.xml1322(primary) +msgid "CAST (RPC primitive)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1326(para) +msgid "" +"One of the RPC primitives used by the OpenStack message queue software. " +"Sends a message and does not wait for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1338(para) +msgid "" +"A list of API endpoints that are available to a user after authentication " +"with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1344(glossterm) +#: ./doc/glossary/glossary-terms.xml1346(primary) +msgid "catalog service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1350(para) +msgid "" +"An Identity Service that lists API endpoints that are available to a user " +"after authentication with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1356(glossterm) +#: ./doc/glossary/glossary-terms.xml1358(primary) +msgid "ceilometer" +msgstr "ceilometer" + +#: ./doc/glossary/glossary-terms.xml1362(para) +msgid "" +"The project name for the Telemetry service, which is an integrated project " +"that provides metering and measuring facilities for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1369(glossterm) +msgid "cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1371(primary) +#: ./doc/glossary/glossary-terms.xml1387(primary) +#: ./doc/glossary/glossary-terms.xml1402(primary) +#: ./doc/glossary/glossary-terms.xml1514(primary) +#: ./doc/glossary/glossary-terms.xml5974(primary) +msgid "cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1377(para) +msgid "" +"Provides logical partitioning of Compute resources in a child and parent " +"relationship. Requests are passed from parent cells to child cells if the " +"parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1385(glossterm) +#: ./doc/glossary/glossary-terms.xml1389(secondary) +msgid "cell forwarding" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1393(para) +msgid "" +"A Compute option that enables parent cells to pass resource requests to " +"child cells if the parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1400(glossterm) +msgid "cell manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1404(secondary) +msgid "cell managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1408(para) +msgid "" +"The Compute component that contains a list of the current capabilities of " +"each host within the cell and routes requests as appropriate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1415(glossterm) +#: ./doc/glossary/glossary-terms.xml1417(primary) +msgid "CentOS" +msgstr "CentOS" + +#: ./doc/glossary/glossary-terms.xml1421(para) +#: ./doc/glossary/glossary-terms.xml2266(para) +#: ./doc/glossary/glossary-terms.xml5924(para) +#: ./doc/glossary/glossary-terms.xml6753(para) +#: ./doc/glossary/glossary-terms.xml7784(para) +msgid "A Linux distribution that is compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1426(glossterm) +#: ./doc/glossary/glossary-terms.xml1428(primary) +msgid "Ceph" +msgstr "Ceph" + +#: ./doc/glossary/glossary-terms.xml1432(para) +msgid "" +"Massively scalable distributed storage system that consists of an object " +"store, block store, and POSIX-compatible distributed file system. Compatible" +" with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1439(glossterm) +#: ./doc/glossary/glossary-terms.xml1441(primary) +msgid "CephFS" +msgstr "CephFS" + +#: ./doc/glossary/glossary-terms.xml1445(para) +msgid "The POSIX-compliant file system provided by Ceph." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1450(glossterm) +msgid "certificate authority" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1452(primary) +msgid "certificate authority (Compute)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1456(para) +msgid "" +"A simple certificate authority provided by Compute for cloudpipe VPNs and VM" +" image decryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1462(glossterm) +#: ./doc/glossary/glossary-terms.xml1465(primary) +msgid "Challenge-Handshake Authentication Protocol (CHAP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1470(para) +msgid "An iSCSI authentication method supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1475(glossterm) +#: ./doc/glossary/glossary-terms.xml1477(primary) +msgid "chance scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1481(para) +msgid "" +"A scheduling method used by Compute that randomly chooses an available host " +"from the pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1487(glossterm) +#: ./doc/glossary/glossary-terms.xml1489(primary) +msgid "changes since" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1493(para) +msgid "" +"A Compute API parameter that downloads changes to the requested item since " +"your last request, instead of downloading a new, fresh set of data and " +"comparing it against the old data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1500(glossterm) +#: ./doc/glossary/glossary-terms.xml1502(primary) +msgid "Chef" +msgstr "Chef" + +#: ./doc/glossary/glossary-terms.xml1506(para) +msgid "" +"An operating system configuration management tool supporting OpenStack " +"deployments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1512(glossterm) +msgid "child cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1516(secondary) +#: ./doc/glossary/glossary-terms.xml1519(primary) +msgid "child cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1523(para) +msgid "" +"If a requested resource such as CPU time, disk storage, or memory is not " +"available in the parent cell, the request is forwarded to its associated " +"child cells. If the child cell can fulfill the request, it does. Otherwise, " +"it attempts to pass the request to any of its children." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1532(glossterm) +#: ./doc/glossary/glossary-terms.xml1534(primary) +msgid "cinder" +msgstr "cinder" + +#: ./doc/glossary/glossary-terms.xml1538(para) +msgid "A core OpenStack project that provides block storage services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1544(glossterm) +#: ./doc/glossary/glossary-terms.xml1546(primary) +msgid "CirrOS" +msgstr "CirrOS" + +#: ./doc/glossary/glossary-terms.xml1550(para) +msgid "" +"A minimal Linux distribution designed for use as a test image on clouds such" +" as OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1556(glossterm) +#: ./doc/glossary/glossary-terms.xml1558(primary) +msgid "Cisco neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1562(para) +msgid "" +"A Networking plug-in for Cisco devices and technologies, including UCS and " +"Nexus." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1568(glossterm) +#: ./doc/glossary/glossary-terms.xml1570(primary) +msgid "cloud architect" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1574(para) +msgid "A person who plans, designs, and oversees the creation of clouds." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1580(glossterm) +#: ./doc/glossary/glossary-terms.xml1582(primary) +#: ./doc/glossary/glossary-terms.xml1598(primary) +#: ./doc/glossary/glossary-terms.xml1614(primary) +msgid "cloud computing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1588(para) +msgid "" +"A model that enables access to a shared pool of configurable computing " +"resources, such as networks, servers, storage, applications, and services, " +"that can be rapidly provisioned and released with minimal management effort " +"or service provider interaction." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1596(glossterm) +msgid "cloud controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1600(secondary) +msgid "cloud controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1604(para) +msgid "" +"Collection of Compute components that represent the global state of the " +"cloud; talks to services, such as Identity Service authentication, Object " +"Storage, and node/storage workers through a queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1612(glossterm) +msgid "cloud controller node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1616(secondary) +msgid "cloud controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1620(para) +msgid "" +"A node that runs network, volume, API, scheduler, and image services. Each " +"service may be broken out into separate nodes for scalability or " +"availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1627(glossterm) +#: ./doc/glossary/glossary-terms.xml1630(primary) +msgid "Cloud Data Management Interface (CDMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1634(para) +msgid "" +"SINA standard that defines a RESTful API for managing objects in the cloud, " +"currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1640(glossterm) +#: ./doc/glossary/glossary-terms.xml1643(primary) +msgid "Cloud Infrastructure Management Interface (CIMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1647(para) +msgid "" +"An in-progress specification for cloud management. Currently unsupported in " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1653(glossterm) +#: ./doc/glossary/glossary-terms.xml1655(primary) +msgid "cloud-init" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1659(para) +msgid "" +"A package commonly installed in VM images that performs initialization of an" +" instance after boot using information that it retrieves from the metadata " +"service, such as the SSH public key and user data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1667(glossterm) +#: ./doc/glossary/glossary-terms.xml1669(primary) +msgid "cloudadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1673(para) +msgid "" +"One of the default roles in the Compute RBAC system. Grants complete system " +"access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1679(glossterm) +#: ./doc/glossary/glossary-terms.xml1681(primary) +#: ./doc/glossary/glossary-terms.xml1695(primary) +msgid "cloudpipe" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1687(para) +msgid "A compute service that creates VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1693(glossterm) +#: ./doc/glossary/glossary-terms.xml1697(secondary) +msgid "cloudpipe image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1701(para) +msgid "" +"A pre-made VM image that serves as a cloudpipe server. Essentially, OpenVPN " +"running on Linux." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1707(glossterm) +msgid "CMDB" +msgstr "CMDB" + +#: ./doc/glossary/glossary-terms.xml1709(primary) +msgid "CMDB (Configuration Management Database)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1713(para) +msgid "Configuration Management Database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1718(glossterm) +msgid "command filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1720(primary) +msgid "command filters" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1724(para) +msgid "Lists allowed commands within the Compute rootwrap facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1730(glossterm) +msgid "community project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1732(primary) +msgid "community projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1736(para) +msgid "" +"A project that is not officially endorsed by the OpenStack Foundation. If " +"the project is successful enough, it might be elevated to an incubated " +"project and then to a core project, or it might be merged with the main code" +" trunk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1744(glossterm) +#: ./doc/glossary/glossary-terms.xml1746(primary) +msgid "compression" +msgstr "Komprimierung" + +#: ./doc/glossary/glossary-terms.xml1750(para) +msgid "" +"Reducing the size of files by special encoding, the file can be decompressed" +" again to its original content. OpenStack supports compression at the Linux " +"file system level but does not support compression for things such as Object" +" Storage objects or Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1759(glossterm) +#: ./doc/glossary/glossary-terms.xml1761(primary) +#: ./doc/glossary/glossary-terms.xml1775(primary) +#: ./doc/glossary/glossary-terms.xml1790(primary) +#: ./doc/glossary/glossary-terms.xml1804(primary) +#: ./doc/glossary/glossary-terms.xml1833(primary) +#: ./doc/glossary/glossary-terms.xml1846(primary) +msgid "Compute" +msgstr "Compute" + +#: ./doc/glossary/glossary-terms.xml1767(para) +msgid "" +"The OpenStack core project that provides compute services. The project name " +"of Compute service is nova." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1773(glossterm) +#: ./doc/glossary/glossary-terms.xml1777(secondary) +#: ./doc/glossary/glossary-terms.xml5617(secondary) +msgid "Compute API" +msgstr "Compute API" + +#: ./doc/glossary/glossary-terms.xml1781(para) +msgid "" +"The nova-api daemon provides " +"access to nova services. Can communicate with other APIs, such as the Amazon" +" EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1788(glossterm) +#: ./doc/glossary/glossary-terms.xml1792(secondary) +msgid "compute controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1796(para) +msgid "" +"The Compute component that chooses suitable hosts on which to start VM " +"instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1802(glossterm) +#: ./doc/glossary/glossary-terms.xml1806(secondary) +msgid "compute host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1810(para) +msgid "Physical host dedicated to running compute nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1815(glossterm) +msgid "compute node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1817(primary) +msgid "compute nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1823(para) +msgid "" +"A node that runs the nova-compute" +" daemon that manages VM instances that provide a wide range of services, such as web " +"applications and analytics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1831(glossterm) +#: ./doc/glossary/glossary-terms.xml1835(secondary) +msgid "Compute service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1839(para) +msgid "Name for the Compute component that manages VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1844(glossterm) +#: ./doc/glossary/glossary-terms.xml1848(secondary) +msgid "compute worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1852(para) +msgid "" +"The Compute component that runs on each compute node and manages the VM " +"instance life cycle, including run, reboot, terminate, attach/detach " +"volumes, and so on. Provided by the nova-" +"compute daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1860(glossterm) +msgid "concatenated object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1862(primary) +#: ./doc/glossary/glossary-terms.xml4960(primary) +#: ./doc/glossary/glossary-terms.xml5649(primary) +#: ./doc/glossary/glossary-terms.xml5663(primary) +#: ./doc/glossary/glossary-terms.xml5677(primary) +#: ./doc/glossary/glossary-terms.xml5692(primary) +#: ./doc/glossary/glossary-terms.xml5705(primary) +#: ./doc/glossary/glossary-terms.xml5719(primary) +#: ./doc/glossary/glossary-terms.xml5733(primary) +#: ./doc/glossary/glossary-terms.xml5788(primary) +#: ./doc/glossary/glossary-terms.xml7236(primary) +msgid "objects" +msgstr "Objekte" + +#: ./doc/glossary/glossary-terms.xml1864(secondary) +#: ./doc/glossary/glossary-terms.xml1867(primary) +msgid "concatenated objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1871(para) +msgid "" +"A set of segment objects that Object Storage combines and sends to the " +"client." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1877(glossterm) +msgid "conductor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1879(primary) +msgid "conductors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1883(para) +msgid "" +"In Compute, conductor is the process that proxies database requests from the" +" compute process. Using conductor improves security because compute nodes do" +" not need direct access to the database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1891(glossterm) +#: ./doc/glossary/glossary-terms.xml1893(primary) +msgid "consistency window" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1897(para) +msgid "" +"The amount of time it takes for a new Object Storage object to become " +"accessible to all clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1903(glossterm) +msgid "console log" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1905(primary) +msgid "console logs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1909(para) +msgid "Contains the output from a Linux VM console in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1914(glossterm) +msgid "container" +msgstr "Container" + +#: ./doc/glossary/glossary-terms.xml1916(primary) +#: ./doc/glossary/glossary-terms.xml1931(primary) +#: ./doc/glossary/glossary-terms.xml1946(primary) +#: ./doc/glossary/glossary-terms.xml1961(primary) +#: ./doc/glossary/glossary-terms.xml1976(primary) +#: ./doc/glossary/glossary-terms.xml1989(primary) +msgid "containers" +msgstr "Container" + +#: ./doc/glossary/glossary-terms.xml1922(para) +msgid "" +"Organizes and stores objects in Object Storage. Similar to the concept of a " +"Linux directory but cannot be nested. Alternative term for an Image Service " +"container format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1929(glossterm) +msgid "container auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1933(secondary) +msgid "container auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1937(para) +msgid "" +"Checks for missing replicas or incorrect objects in specified Object Storage" +" containers through queries to the SQLite back-end database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1944(glossterm) +msgid "container database" +msgstr "Containerdatenbank" + +#: ./doc/glossary/glossary-terms.xml1948(secondary) +msgid "container databases" +msgstr "Containerdatenbanken" + +#: ./doc/glossary/glossary-terms.xml1952(para) +msgid "" +"A SQLite database that stores Object Storage containers and container " +"metadata. The container server accesses this database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1959(glossterm) +#: ./doc/glossary/glossary-terms.xml1963(secondary) +msgid "container format" +msgstr "Containerformat" + +#: ./doc/glossary/glossary-terms.xml1967(para) +msgid "" +"A wrapper used by the Image Service that contains a VM image and its " +"associated metadata, such as machine state, OS disk size, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1974(glossterm) +msgid "container server" +msgstr "Containerserver" + +#: ./doc/glossary/glossary-terms.xml1978(secondary) +msgid "container servers" +msgstr "Containerserver" + +#: ./doc/glossary/glossary-terms.xml1982(para) +msgid "An Object Storage server that manages containers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1987(glossterm) +#: ./doc/glossary/glossary-terms.xml1991(secondary) +msgid "container service" +msgstr "Containerdienst" + +#: ./doc/glossary/glossary-terms.xml1995(para) +msgid "" +"The Object Storage component that provides container services, such as " +"create, delete, list, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2001(glossterm) +#: ./doc/glossary/glossary-terms.xml2003(primary) +msgid "content delivery network (CDN)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2007(para) +msgid "" +"A content delivery network is a specialized network that is used to " +"distribute content to clients, typically located close to the client for " +"increased performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2017(glossterm) +msgid "controller node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2019(primary) +msgid "controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2021(see) +msgid "under cloud computing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2025(para) +msgid "Alternative term for a cloud controller node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2030(glossterm) +#: ./doc/glossary/glossary-terms.xml2032(primary) +msgid "core API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2036(para) +msgid "" +"Depending on context, the core API is either the OpenStack API or the main " +"API of a specific core project, such as Compute, Networking, Image Service, " +"and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2043(glossterm) +#: ./doc/glossary/glossary-terms.xml2045(primary) +msgid "core project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2049(para) +msgid "" +"An official OpenStack project. Currently consists of Compute (nova), Object " +"Storage (swift), Image Service (glance), Identity (keystone), Dashboard " +"(horizon), Networking (neutron), and Block Storage (cinder). The Telemetry " +"module (ceilometer) and Orchestration module (heat) are integrated projects " +"as of the Havana release. In the Icehouse release, the Database module " +"(trove) gains integrated project status." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2060(glossterm) +#: ./doc/glossary/glossary-terms.xml2062(primary) +msgid "cost" +msgstr "Kosten" + +#: ./doc/glossary/glossary-terms.xml2066(para) +msgid "" +"Under the Compute distributed scheduler, this is calculated by looking at " +"the capabilities of each host relative to the flavor of the VM instance " +"being requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2073(glossterm) +#: ./doc/glossary/glossary-terms.xml2075(primary) +msgid "credentials" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2079(para) +msgid "" +"Data that is only known to or accessible by a user and used to verify that " +"the user is who he says he is. Credentials are presented to the server " +"during authentication. Examples include a password, secret key, digital " +"certificate, and fingerprint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2087(glossterm) +#: ./doc/glossary/glossary-terms.xml2089(primary) +msgid "Crowbar" +msgstr "Crowbar" + +#: ./doc/glossary/glossary-terms.xml2093(para) +msgid "" +"An open source community project by Dell that aims to provide all necessary " +"services to quickly deploy clouds." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2099(glossterm) +#: ./doc/glossary/glossary-terms.xml2101(primary) +msgid "current workload" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2105(para) +msgid "" +"An element of the Compute capacity cache that is calculated based on the " +"number of build, snapshot, migrate, and resize operations currently in " +"progress on a given host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2112(glossterm) +msgid "customer" +msgstr "Kunde" + +#: ./doc/glossary/glossary-terms.xml2114(primary) +msgid "customers" +msgstr "Kunden" + +#: ./doc/glossary/glossary-terms.xml2116(see) +msgid "tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2120(para) +msgid "Alternative term for tenant." +msgstr "Alternativer Ausdruck für Mandant." + +#: ./doc/glossary/glossary-terms.xml2125(glossterm) +#: ./doc/glossary/glossary-terms.xml2127(primary) +msgid "customization module" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2131(para) +msgid "" +"A user-created Python module that is loaded by horizon to change the look " +"and feel of the dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2140(title) +msgid "D" +msgstr "D" + +#: ./doc/glossary/glossary-terms.xml2143(glossterm) +msgid "daemon" +msgstr "Daemon" + +#: ./doc/glossary/glossary-terms.xml2145(primary) +msgid "daemons" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2151(para) +msgid "" +"A process that runs in the background and waits for requests. May or may not" +" listen on a TCP or UDP port. Do not confuse with a worker." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2158(glossterm) +msgid "DAC" +msgstr "DAC" + +#: ./doc/glossary/glossary-terms.xml2160(primary) +msgid "DAC (discretionary access control)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2164(para) +msgid "" +"Discretionary access control. Governs the ability of subjects to access " +"objects, while enabling users to make policy decisions and assign security " +"attributes. The traditional UNIX system of users, groups, and read-write-" +"execute permissions is an example of DAC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2173(glossterm) +#: ./doc/glossary/glossary-terms.xml2175(primary) +msgid "dashboard" +msgstr "Dashboard" + +#: ./doc/glossary/glossary-terms.xml2179(para) +msgid "" +"The web-based management interface for OpenStack. An alternative name for " +"horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2185(glossterm) +#: ./doc/glossary/glossary-terms.xml2189(secondary) +msgid "data encryption" +msgstr "Datenverschlüsselung" + +#: ./doc/glossary/glossary-terms.xml2187(primary) +msgid "data" +msgstr "Daten" + +#: ./doc/glossary/glossary-terms.xml2193(para) +msgid "" +"Both Image Service and Compute support encrypted virtual machine (VM) images" +" (but not instances). In-transit data encryption is supported in OpenStack " +"using technologies such as HTTPS, SSL, TLS, and SSH. Object Storage does not" +" support object encryption at the application level but may support storage " +"that uses disk encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2203(glossterm) +#: ./doc/glossary/glossary-terms.xml2207(secondary) +msgid "database ID" +msgstr "Datenbankkennung" + +#: ./doc/glossary/glossary-terms.xml2205(primary) +#: ./doc/glossary/glossary-terms.xml2219(primary) +msgid "databases" +msgstr "Datenbanken" + +#: ./doc/glossary/glossary-terms.xml2211(para) +msgid "A unique ID given to each replica of an Object Storage database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2217(glossterm) +msgid "database replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2221(secondary) +msgid "database replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2225(para) +msgid "" +"An Object Storage component that copies changes in the account, container, " +"and object databases to other nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2231(glossterm) +#: ./doc/glossary/glossary-terms.xml2233(primary) +msgid "Database Service" +msgstr "Datenbank" + +#: ./doc/glossary/glossary-terms.xml2237(para) +msgid "" +"An integrated project that provide scalable and reliable Cloud Database-" +"as-a-Service functionality for both relational and non-relational database " +"engines. The project name of Database Service is trove." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2247(glossterm) +msgid "deallocate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2249(primary) +msgid "deallocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2253(para) +msgid "" +"The process of removing the association between a floating IP address and a " +"fixed IP address. Once this association is removed, the floating IP returns " +"to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2260(glossterm) +#: ./doc/glossary/glossary-terms.xml2262(primary) +msgid "Debian" +msgstr "Debian" + +#: ./doc/glossary/glossary-terms.xml2271(glossterm) +#: ./doc/glossary/glossary-terms.xml2273(primary) +msgid "deduplication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2277(para) +msgid "" +"The process of finding duplicate data at the disk block, file, and/or object" +" level to minimize storage usecurrently unsupported within OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2284(glossterm) +msgid "default panel" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2286(primary) +msgid "default panels" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2290(para) +msgid "" +"The default panel that is displayed when a user accesses the horizon " +"dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2296(glossterm) +msgid "default tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2298(primary) +msgid "default tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2302(para) +msgid "" +"New users are assigned to this tenant if no tenant is specified when a user " +"is created." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2308(glossterm) +msgid "default token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2310(primary) +msgid "default tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2314(para) +msgid "" +"An Identity Service token that is not associated with a specific tenant and " +"is exchanged for a scoped token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2320(glossterm) +#: ./doc/glossary/glossary-terms.xml2322(primary) +msgid "delayed delete" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2326(para) +msgid "" +"An option within Image Service so that an image is deleted after a " +"predefined number of seconds instead of immediately." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2332(glossterm) +#: ./doc/glossary/glossary-terms.xml2334(primary) +msgid "delivery mode" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2338(para) +msgid "" +"Setting for the Compute RabbitMQ message delivery mode; can be set to either" +" transient or persistent." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2344(glossterm) +#: ./doc/glossary/glossary-terms.xml2346(primary) +msgid "denial of service (DoS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2350(para) +msgid "" +"Denial of service (DoS) is a short form for denial-of-service attack. This " +"is a malicious attempt to prevent legitimate users from using a service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2358(glossterm) +#: ./doc/glossary/glossary-terms.xml2360(primary) +msgid "deprecated auth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2364(para) +msgid "" +"An option within Compute that enables administrators to create and manage " +"users through the nova-manage command as opposed to using" +" the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2371(glossterm) +#: ./doc/glossary/glossary-terms.xml2373(primary) +msgid "Desktop-as-a-Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2377(para) +msgid "" +"A platform that provides a suite of desktop environments that users may log " +"in to receive a desktop experience from any location. This may provide " +"general use, development, or even homogeneous testing environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2387(glossterm) +#: ./doc/glossary/glossary-terms.xml2389(primary) +msgid "developer" +msgstr "Entwickler" + +#: ./doc/glossary/glossary-terms.xml2393(para) +msgid "" +"One of the default roles in the Compute RBAC system and the default role " +"assigned to a new user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2399(glossterm) +#: ./doc/glossary/glossary-terms.xml2401(primary) +msgid "device ID" +msgstr "Geräte ID" + +#: ./doc/glossary/glossary-terms.xml2405(para) +msgid "Maps Object Storage partitions to physical storage devices." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2411(glossterm) +#: ./doc/glossary/glossary-terms.xml2413(primary) +msgid "device weight" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2417(para) +msgid "" +"Distributes partitions proportionately across Object Storage devices based " +"on the storage capacity of each device." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2423(glossterm) +#: ./doc/glossary/glossary-terms.xml2425(primary) +msgid "DevStack" +msgstr "DevStack" + +#: ./doc/glossary/glossary-terms.xml2431(para) +msgid "" +"Community project that uses shell scripts to quickly build complete " +"OpenStack development environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2437(glossterm) +msgid "DHCP" +msgstr "DHCP" + +#: ./doc/glossary/glossary-terms.xml2439(primary) +msgid "DHCP (Dynamic Host Configuration Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2441(secondary) +#: ./doc/glossary/glossary-terms.xml3810(secondary) +#: ./doc/glossary/glossary-terms.xml3940(secondary) +#: ./doc/glossary/glossary-terms.xml4021(secondary) +#: ./doc/glossary/glossary-terms.xml5883(secondary) +#: ./doc/glossary/glossary-terms.xml6718(secondary) +msgid "basics of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2445(para) +msgid "" +"Dynamic Host Configuration Protocol. A network protocol that configures " +"devices that are connected to a network so that they can communicate on that" +" network by using the Internet Protocol (IP). The protocol is implemented in" +" a client-server model where DHCP clients request configuration data, such " +"as an IP address, a default route, and one or more DNS server addresses from" +" a DHCP server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2455(glossterm) +#: ./doc/glossary/glossary-terms.xml2457(primary) +msgid "DHCP agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2461(para) +msgid "" +"OpenStack Networking agent that provides DHCP services for virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2467(glossterm) +#: ./doc/glossary/glossary-terms.xml2469(primary) +msgid "Diablo" +msgstr "Diablo" + +#: ./doc/glossary/glossary-terms.xml2473(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in the fall" +" of 2011, the fourth release of OpenStack. It included Compute (nova " +"2011.3), Object Storage (swift 1.4.3), and the Image Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2477(para) +msgid "" +"Diablo is the code name for the fourth release of OpenStack. The design " +"summit took place in in the Bay Area near Santa Clara, California, US and " +"Diablo is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2485(glossterm) +msgid "direct consumer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2487(primary) +msgid "direct consumers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2491(para) +msgid "" +"An element of the Compute RabbitMQ that comes to life when a RPC call is " +"executed. It connects to a direct exchange through a unique exclusive queue," +" sends the message, and terminates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2498(glossterm) +msgid "direct exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2500(primary) +msgid "direct exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2504(para) +msgid "" +"A routing table that is created within the Compute RabbitMQ during RPC " +"calls; one is created for each RPC call that is invoked." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2511(glossterm) +msgid "direct publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2513(primary) +msgid "direct publishers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2517(para) +msgid "" +"Element of RabbitMQ that provides a response to an incoming MQ message." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2523(glossterm) +#: ./doc/glossary/glossary-terms.xml2525(primary) +msgid "disassociate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2529(para) +msgid "" +"The process of removing the association between a floating IP address and " +"fixed IP and thus returning the floating IP address to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2536(glossterm) +#: ./doc/glossary/glossary-terms.xml2538(primary) +msgid "disk encryption" +msgstr "Festplattenverschlüsselung" + +#: ./doc/glossary/glossary-terms.xml2542(para) +msgid "" +"The ability to encrypt data at the file system, disk partition, or whole-" +"disk level. Supported within Compute VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2548(glossterm) +#: ./doc/glossary/glossary-terms.xml2550(primary) +msgid "disk format" +msgstr "Festplattenformat" + +#: ./doc/glossary/glossary-terms.xml2554(para) +msgid "" +"The underlying format that a disk image for a VM is stored as within the " +"Image Service back-end store. For example, AMI, ISO, QCOW2, VMDK, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2561(glossterm) +#: ./doc/glossary/glossary-terms.xml2563(primary) +msgid "dispersion" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2567(para) +msgid "" +"In Object Storage, tools to test and ensure dispersion of objects and " +"containers to ensure fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2573(glossterm) +#: ./doc/glossary/glossary-terms.xml2575(primary) +msgid "Django" +msgstr "Django" + +#: ./doc/glossary/glossary-terms.xml2579(para) +msgid "" +"A web framework used extensively in horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2585(glossterm) +msgid "DNS" +msgstr "DNS" + +#: ./doc/glossary/glossary-terms.xml2587(primary) +#: ./doc/glossary/glossary-terms.xml2603(primary) +msgid "DNS (Domain Name Server, Service or System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2589(secondary) +msgid "definitions of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2593(para) +msgid "" +"Domain Name Server. A hierarchical and distributed naming system for " +"computers, services, and resources connected to the Internet or a private " +"network. Associates a human-friendly names to IP addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2601(glossterm) +msgid "DNS record" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2605(secondary) +msgid "DNS records" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2609(para) +msgid "" +"A record that specifies information about a particular domain and belongs to" +" the domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2615(glossterm) +#: ./doc/glossary/glossary-terms.xml2617(primary) +msgid "dnsmasq" +msgstr "dnsmasq" + +#: ./doc/glossary/glossary-terms.xml2621(para) +msgid "" +"Daemon that provides DNS, DHCP, BOOTP, and TFTP services, used by the " +"Compute VLAN manager and FlatDHCP manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2627(glossterm) +msgid "domain" +msgstr "Domain" + +#: ./doc/glossary/glossary-terms.xml2629(primary) +msgid "domain, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2633(para) +msgid "" +"Separates a website from other sites. Often, the domain name has two or more" +" parts that are separated by dots. For example, yahoo.com, usa.gov, " +"harvard.edu, or mail.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2637(para) +msgid "" +"A domain is an entity or container of all DNS-related information containing" +" one or more records." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2643(glossterm) +msgid "Domain Name Service (DNS)" +msgstr "Domain Name Service (DNS)" + +#: ./doc/glossary/glossary-terms.xml2646(para) +msgid "" +"In Compute, the support that enables associating DNS entries with floating " +"IP addresses, nodes, or cells so that hostnames are consistent across " +"reboots." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2653(glossterm) +msgid "Domain Name System (DNS)" +msgstr "Domain Name System (DNS)" + +#: ./doc/glossary/glossary-terms.xml2656(para) +msgid "" +"A system by which Internet domain name-to-address and address-to-name " +"resolutions are determined." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2659(para) +msgid "" +"DNS helps navigate the Internet by translating the IP address into an " +"address that is easier to remember For example, translating 111.111.111.1 " +"into www.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2663(para) +msgid "" +"All domains and their components, such as mail servers, utilize DNS to " +"resolve to the appropriate locations. DNS servers are usually set up in a " +"master-slave relationship such that failure of the master invokes the slave." +" DNS servers might also be clustered or replicated such that changes made to" +" one DNS server are automatically propagated to other active servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2673(glossterm) +msgid "download" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2675(primary) +msgid "download, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2679(para) +msgid "" +"The transfer of data, usually in the form of files, from one computer to " +"another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2685(glossterm) +msgid "DRTM" +msgstr "DRTM" + +#: ./doc/glossary/glossary-terms.xml2687(primary) +msgid "DRTM (dynamic root of trust measurement)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2691(para) +msgid "Dynamic root of trust measurement." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2696(glossterm) +#: ./doc/glossary/glossary-terms.xml2698(primary) +msgid "durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2702(para) +msgid "" +"The Compute RabbitMQ message exchange that remains active when the server " +"restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2708(glossterm) +#: ./doc/glossary/glossary-terms.xml2710(primary) +msgid "durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2714(para) +msgid "" +"A Compute RabbitMQ message queue that remains active when the server " +"restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2720(glossterm) +msgid "Dynamic Host Configuration Protocol (DHCP)" +msgstr "Dynamic Host Configuration Protocol (DHCP)" + +#: ./doc/glossary/glossary-terms.xml2723(para) +msgid "" +"A method to automatically configure networking for a host at boot time. " +"Provided by both Networking and Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2729(glossterm) +msgid "Dynamic HyperText Markup Language (DHTML)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2732(primary) +msgid "DHTML (Dynamic HyperText Markup Language)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2736(para) +msgid "" +"Pages that use HTML, JavaScript, and Cascading Style Sheets to enable users " +"to interact with a web page or show simple animation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2746(title) +msgid "E" +msgstr "E" + +#: ./doc/glossary/glossary-terms.xml2749(glossterm) +#: ./doc/glossary/glossary-terms.xml2751(primary) +msgid "east-west traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2755(para) +msgid "" +"Network traffic between servers in the same cloud or data center. See also " +"north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2762(glossterm) +#: ./doc/glossary/glossary-terms.xml2764(primary) +msgid "EBS boot volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2768(para) +msgid "" +"An Amazon EBS storage volume that contains a bootable VM image, currently " +"unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2774(glossterm) +#: ./doc/glossary/glossary-terms.xml2776(primary) +#: ./doc/glossary/glossary-terms.xml3004(glossterm) +#: ./doc/glossary/glossary-terms.xml3006(primary) +msgid "ebtables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2780(para) +msgid "" +"Used in Compute along with arptables, iptables, and ip6tables to create " +"firewalls and to ensure isolation of network communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2787(glossterm) +#: ./doc/glossary/glossary-terms.xml2798(primary) +#: ./doc/glossary/glossary-terms.xml2812(primary) +#: ./doc/glossary/glossary-terms.xml2826(primary) +#: ./doc/glossary/glossary-terms.xml2840(primary) +msgid "EC2" +msgstr "EC2" + +#: ./doc/glossary/glossary-terms.xml2790(para) +msgid "The Amazon commercial compute product, similar to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2796(glossterm) +#: ./doc/glossary/glossary-terms.xml2800(secondary) +msgid "EC2 access key" +msgstr "EC2 Zugriffsschlüssel" + +#: ./doc/glossary/glossary-terms.xml2804(para) +msgid "Used along with an EC2 secret key to access the Compute EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2810(glossterm) +#: ./doc/glossary/glossary-terms.xml2814(secondary) +msgid "EC2 API" +msgstr "EC2 API" + +#: ./doc/glossary/glossary-terms.xml2818(para) +msgid "OpenStack supports accessing the Amazon EC2 API through Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2824(glossterm) +msgid "EC2 Compatibility API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2828(secondary) +msgid "EC2 compatibility API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2832(para) +msgid "" +"A Compute component that enables OpenStack to communicate with Amazon EC2." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2838(glossterm) +#: ./doc/glossary/glossary-terms.xml2842(secondary) +msgid "EC2 secret key" +msgstr "EC2 Geheimschlüssel" + +#: ./doc/glossary/glossary-terms.xml2846(para) +msgid "" +"Used along with an EC2 access key when communicating with the Compute EC2 " +"API; used to digitally sign each request." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2852(glossterm) +#: ./doc/glossary/glossary-terms.xml2854(primary) +msgid "Elastic Block Storage (EBS)" +msgstr "Elastic Block Storage (EBS)" + +#: ./doc/glossary/glossary-terms.xml2858(para) +msgid "The Amazon commercial block storage product." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2863(glossterm) +msgid "encryption" +msgstr "Verschlüsselung" + +#: ./doc/glossary/glossary-terms.xml2865(primary) +msgid "encryption, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2869(para) +msgid "" +"OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, " +"digital certificates, and data encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2875(glossterm) +msgid "endpoint" +msgstr "Endpunkt" + +#: ./doc/glossary/glossary-terms.xml2878(para) +msgid "See API endpoint." +msgstr "Siehe API Endpunkt." + +#: ./doc/glossary/glossary-terms.xml2883(glossterm) +#: ./doc/glossary/glossary-terms.xml2887(secondary) +msgid "endpoint registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2891(para) +msgid "Alternative term for an Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2896(glossterm) +#: ./doc/glossary/glossary-terms.xml2898(primary) +msgid "encapsulation" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2902(para) +msgid "" +"The practice of placing one packet type within another for the purposes of " +"abstracting or securing data. Examples include GRE, MPLS, or IPsec." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2911(glossterm) +msgid "endpoint template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2915(secondary) +msgid "endpoint templates" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2919(para) +msgid "" +"A list of URL and port number endpoints that indicate where a service, such " +"as Object Storage, Compute, Identity, and so on, can be accessed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2926(glossterm) +msgid "entity" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2928(primary) +msgid "entity, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2932(para) +msgid "" +"Any piece of hardware or software that wants to connect to the network " +"services provided by Networking, the network connectivity service. An entity" +" can make use of Networking by implementing a VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2940(glossterm) +msgid "ephemeral image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2942(primary) +msgid "ephemeral images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2946(para) +msgid "" +"A VM image that does not save changes made to its volumes and reverts them " +"to their original state after the instance is terminated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2953(glossterm) +#: ./doc/glossary/glossary-terms.xml2955(primary) +#: ./doc/glossary/glossary-terms.xml5582(see) +msgid "ephemeral volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2959(para) +msgid "" +"Volume that does not save the changes made to it and reverts to its original" +" state when the current user relinquishes control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2965(glossterm) +#: ./doc/glossary/glossary-terms.xml2967(primary) +msgid "Essex" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2971(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in April " +"2012, the fifth release of OpenStack. It included Compute (nova 2012.1), " +"Object Storage (swift 1.4.8), Image (glance), Identity (keystone), and " +"Dashboard (horizon)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2975(para) +msgid "" +"Essex is the code name for the fifth release of OpenStack. The design summit" +" took place in Boston, Massachusetts, US and Essex is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2982(glossterm) +msgid "ESX" +msgstr "ESX" + +#: ./doc/glossary/glossary-terms.xml2984(primary) +msgid "ESX hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2988(para) +#: ./doc/glossary/glossary-terms.xml2999(para) +#: ./doc/glossary/glossary-terms.xml4834(para) +#: ./doc/glossary/glossary-terms.xml8277(para) +#: ./doc/glossary/glossary-terms.xml8510(para) +#: ./doc/glossary/glossary-terms.xml8740(para) +#: ./doc/glossary/glossary-terms.xml8841(para) +#: ./doc/glossary/glossary-terms.xml8868(para) +msgid "An OpenStack-supported hypervisor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2993(glossterm) +msgid "ESXi" +msgstr "ESXi" + +#: ./doc/glossary/glossary-terms.xml2995(primary) +msgid "ESXi hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3010(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3018(glossterm) +#: ./doc/glossary/glossary-terms.xml3020(primary) +msgid "ETag" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3024(para) +msgid "" +"MD5 hash of an object within Object Storage, used to ensure data integrity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3030(glossterm) +#: ./doc/glossary/glossary-terms.xml3032(primary) +msgid "euca2ools" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3036(para) +msgid "" +"A collection of command-line tools for administering VMs; most are " +"compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3042(glossterm) +#: ./doc/glossary/glossary-terms.xml3044(primary) +msgid "Eucalyptus Kernel Image (EKI)" +msgstr "Eucalyptus Kernel Image (EKI)" + +#: ./doc/glossary/glossary-terms.xml3048(para) +msgid "Used along with an ERI to create an EMI." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3053(glossterm) +#: ./doc/glossary/glossary-terms.xml3055(primary) +msgid "Eucalyptus Machine Image (EMI)" +msgstr "Eucalyptus Machine Image (EMI)" + +#: ./doc/glossary/glossary-terms.xml3059(para) +msgid "VM image container format supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3064(glossterm) +#: ./doc/glossary/glossary-terms.xml3066(primary) +msgid "Eucalyptus Ramdisk Image (ERI)" +msgstr "Eucalyptus Ramdisk Image (ERI)" + +#: ./doc/glossary/glossary-terms.xml3070(para) +msgid "Used along with an EKI to create an EMI." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3075(glossterm) +msgid "evacuate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3077(primary) +msgid "evacuation, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3081(para) +msgid "" +"The process of migrating one or all virtual machine (VM) instances from one " +"host to another, compatible with both shared storage live migration and " +"block migration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3088(glossterm) +#: ./doc/glossary/glossary-terms.xml3090(primary) +msgid "exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3094(para) +msgid "Alternative term for a RabbitMQ message exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3099(glossterm) +msgid "exchange type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3101(primary) +msgid "exchange types" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3105(para) +msgid "A routing algorithm in the Compute RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3110(glossterm) +msgid "exclusive queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3112(primary) +#: ./doc/glossary/glossary-terms.xml8162(primary) +msgid "queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3114(secondary) +#: ./doc/glossary/glossary-terms.xml3117(primary) +msgid "exclusive queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3121(para) +msgid "" +"Connected to by a direct consumer in RabbitMQCompute, the message can be " +"consumed only by the current connection." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3127(glossterm) +#: ./doc/glossary/glossary-terms.xml3129(primary) +msgid "extended attributes (xattrs)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3133(para) +msgid "" +"File system option that enables storage of additional information beyond " +"owner, group, permissions, modification time, and so on. The underlying " +"Object Storage file system must support extended attributes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3141(glossterm) +msgid "extension" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3143(primary) +msgid "extensions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3149(para) +msgid "" +"Alternative term for an API extension or plug-in. In the context of Identity" +" Service, this is a call that is specific to the implementation, such as " +"adding support for OpenID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3156(glossterm) +msgid "external network" +msgstr "externes Netzwerk" + +#: ./doc/glossary/glossary-terms.xml3158(primary) +msgid "external network, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3162(para) +msgid "A network segment typically used for instance Internet access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3168(glossterm) +msgid "extra specs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3170(primary) +msgid "extra specs, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3174(para) +msgid "" +"Specifies additional requirements when Compute determines where to start a " +"new instance. Examples include a minimum amount of network bandwidth or a " +"GPU." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3184(title) +msgid "F" +msgstr "F" + +#: ./doc/glossary/glossary-terms.xml3187(glossterm) +#: ./doc/glossary/glossary-terms.xml3189(primary) +msgid "FakeLDAP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3193(para) +msgid "" +"An easy method to create a local LDAP directory for testing Identity Service" +" and Compute. Requires Redis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3199(glossterm) +#: ./doc/glossary/glossary-terms.xml3201(primary) +msgid "fan-out exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3205(para) +msgid "" +"Within RabbitMQ and Compute, it is the messaging interface that is used by " +"the scheduler service to receive capability messages from the compute, " +"volume, and network nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3212(glossterm) +#: ./doc/glossary/glossary-terms.xml3214(primary) +msgid "Fedora" +msgstr "Fedora" + +#: ./doc/glossary/glossary-terms.xml3218(para) +msgid "A Linux distribution compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3223(glossterm) +#: ./doc/glossary/glossary-terms.xml3225(primary) +msgid "Fibre Channel" +msgstr "Fibre Channel" + +#: ./doc/glossary/glossary-terms.xml3229(para) +msgid "" +"Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands " +"and data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3235(glossterm) +#: ./doc/glossary/glossary-terms.xml3237(primary) +msgid "Fibre Channel over Ethernet (FCoE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3241(para) +msgid "The fibre channel protocol tunneled within Ethernet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3246(glossterm) +#: ./doc/glossary/glossary-terms.xml3248(primary) +msgid "fill-first scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3252(para) +msgid "" +"The Compute scheduling method that attempts to fill a host with VMs rather " +"than starting new VMs on a variety of hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3258(glossterm) +msgid "filter" +msgstr "Filter" + +#: ./doc/glossary/glossary-terms.xml3260(primary) +#: ./doc/glossary/glossary-terms.xml4235(primary) +msgid "filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3266(para) +msgid "" +"The step in the Compute scheduling process when hosts that cannot run VMs " +"are eliminated and not chosen." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3272(glossterm) +msgid "firewall" +msgstr "Firewall" + +#: ./doc/glossary/glossary-terms.xml3274(primary) +msgid "firewalls" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3278(para) +msgid "" +"Used to restrict communications between hosts and/or nodes, implemented in " +"Compute using iptables, arptables, ip6tables, and etables." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3285(glossterm) +#: ./doc/glossary/glossary-terms.xml3287(primary) +msgid "Firewall-as-a-Service (FWaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3291(para) +msgid "A Networking extension that provides perimeter firewall functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3297(glossterm) +msgid "fixed IP address" +msgstr "feste IP-Adresse" + +#: ./doc/glossary/glossary-terms.xml3299(primary) +#: ./doc/glossary/glossary-terms.xml3395(primary) +#: ./doc/glossary/glossary-terms.xml4449(primary) +#: ./doc/glossary/glossary-terms.xml6228(primary) +#: ./doc/glossary/glossary-terms.xml6417(primary) +#: ./doc/glossary/glossary-terms.xml7414(primary) +#: ./doc/glossary/glossary-terms.xml7642(primary) +msgid "IP addresses" +msgstr "IP-Adressen" + +#: ./doc/glossary/glossary-terms.xml3301(secondary) +msgid "fixed" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3304(primary) +msgid "fixed IP addresses" +msgstr "feste IP-Adressen" + +#: ./doc/glossary/glossary-terms.xml3308(para) +msgid "" +"An IP address that is associated with the same instance each time that " +"instance boots, is generally not accessible to end users or the public " +"Internet, and is used for management of the instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3316(glossterm) +#: ./doc/glossary/glossary-terms.xml3318(primary) +msgid "Flat Manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3322(para) +msgid "" +"The Compute component that gives IP addresses to authorized nodes and " +"assumes DHCP, DNS, and routing configuration and services are provided by " +"something else." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3329(glossterm) +#: ./doc/glossary/glossary-terms.xml3331(primary) +msgid "flat mode injection" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3335(para) +msgid "" +"A Compute networking method where the OS network configuration information " +"is injected into the VM image before the instance starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3342(glossterm) +#: ./doc/glossary/glossary-terms.xml3344(primary) +msgid "flat network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3348(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3358(glossterm) +#: ./doc/glossary/glossary-terms.xml3360(primary) +msgid "FlatDHCP Manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3364(para) +msgid "" +"The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and " +"radvd (routing) services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3370(glossterm) +#: ./doc/glossary/glossary-terms.xml3372(primary) +msgid "flavor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3376(para) +msgid "Alternative term for a VM instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3381(glossterm) +#: ./doc/glossary/glossary-terms.xml3383(primary) +msgid "flavor ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3387(para) +msgid "UUID for each Compute or Image Service VM flavor or instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3393(glossterm) +#: ./doc/glossary/glossary-terms.xml3400(primary) +msgid "floating IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3397(secondary) +msgid "floating" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3404(para) +msgid "" +"An IP address that a project can associate with a VM so that the instance " +"has the same public IP address each time that it boots. You create a pool of" +" floating IP addresses and assign them to instances as they are launched to " +"maintain a consistent IP address for maintaining DNS assignment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3413(glossterm) +#: ./doc/glossary/glossary-terms.xml3415(primary) +msgid "Folsom" +msgstr "Folsom" + +#: ./doc/glossary/glossary-terms.xml3419(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in the fall" +" of 2012, the sixth release of OpenStack. It includes Compute (nova), Object" +" Storage (swift), Identity (keystone), Networking (neutron), Image Service " +"(glance), and Volumes or Block Storage (cinder)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3424(para) +msgid "" +"Folsom is the code name for the sixth release of OpenStack. The design " +"summit took place in San Francisco, California, US and Folsom is a nearby " +"city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3432(glossterm) +#: ./doc/glossary/glossary-terms.xml3434(primary) +msgid "FormPost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3438(para) +msgid "" +"Object Storage middleware that uploads (posts) an image through a form on a " +"web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3444(glossterm) +msgid "front end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3446(primary) +msgid "front end, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3450(para) +msgid "" +"The point where a user interacts with a service; can be an API endpoint, the" +" horizon dashboard, or a command-line tool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3459(title) +msgid "G" +msgstr "G" + +#: ./doc/glossary/glossary-terms.xml3462(glossterm) +#: ./doc/glossary/glossary-terms.xml3464(primary) +msgid "gateway" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3468(para) +msgid "" +"An IP address, typically assigned to a router, that passes network traffic " +"between different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3474(glossterm) +#: ./doc/glossary/glossary-terms.xml3476(primary) +msgid "Generic Receive Offload (GRO)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3479(para) +msgid "" +"Feature of certain network interface drivers that combines many smaller " +"received packets into a large packet before delivery to the kernel IP stack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3486(glossterm) +#: ./doc/glossary/glossary-terms.xml3488(primary) +msgid "generic routing encapsulation (GRE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3491(para) +msgid "" +"Protocol that encapsulates a wide variety of network layer protocols inside " +"virtual point-to-point links." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3498(glossterm) +#: ./doc/glossary/glossary-terms.xml3508(primary) +#: ./doc/glossary/glossary-terms.xml3523(primary) +msgid "glance" +msgstr "glance" + +#: ./doc/glossary/glossary-terms.xml3501(para) +msgid "A core project that provides the OpenStack Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3506(glossterm) +#: ./doc/glossary/glossary-terms.xml3510(secondary) +msgid "glance API server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3514(para) +msgid "" +"Processes client requests for VMs, updates Image Service metadata on the " +"registry server, and communicates with the store adapter to upload VM images" +" from the back-end store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3521(glossterm) +#: ./doc/glossary/glossary-terms.xml3525(secondary) +msgid "glance registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3529(para) +msgid "Alternative term for the Image Service image registry." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3534(glossterm) +#: ./doc/glossary/glossary-terms.xml3538(secondary) +#: ./doc/glossary/glossary-terms.xml3541(primary) +msgid "global endpoint template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3545(para) +msgid "" +"The Identity Service endpoint template that contains services available to " +"all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3551(glossterm) +#: ./doc/glossary/glossary-terms.xml3553(primary) +msgid "GlusterFS" +msgstr "GlusterFS" + +#: ./doc/glossary/glossary-terms.xml3557(para) +msgid "" +"A file system designed to aggregate NAS hosts, compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3563(glossterm) +#: ./doc/glossary/glossary-terms.xml3565(primary) +msgid "golden image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3569(para) +msgid "" +"A method of operating system installation where a finalized disk image is " +"created and then used by all nodes without modification." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3576(glossterm) +#: ./doc/glossary/glossary-terms.xml3578(primary) +msgid "Graphic Interchange Format (GIF)" +msgstr "Graphic Interchange Format (GIF)" + +#: ./doc/glossary/glossary-terms.xml3582(para) +msgid "" +"A type of image file that is commonly used for animated images on web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3588(glossterm) +#: ./doc/glossary/glossary-terms.xml3590(primary) +msgid "Graphics Processing Unit (GPU)" +msgstr "Graphics Processing Unit (GPU)" + +#: ./doc/glossary/glossary-terms.xml3594(para) +msgid "" +"Choosing a host based on the existence of a GPU is currently unsupported in " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3600(glossterm) +#: ./doc/glossary/glossary-terms.xml3602(primary) +msgid "Green Threads" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3606(para) +msgid "" +"The cooperative threading model used by Python; reduces race conditions and " +"only context switches when specific library calls are made. Each OpenStack " +"service is its own thread." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3613(glossterm) +#: ./doc/glossary/glossary-terms.xml3615(primary) +msgid "Grizzly" +msgstr "Grizzly" + +#: ./doc/glossary/glossary-terms.xml3619(para) +msgid "" +"The code name for the seventh release of OpenStack. The design summit took " +"place in San Diego, California, US and Grizzly is an element of the state " +"flag of California." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3627(glossterm) +#: ./doc/glossary/glossary-terms.xml3629(primary) +msgid "guest OS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3633(para) +msgid "" +"An operating system instance running under the control of a hypervisor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3642(title) +msgid "H" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3645(glossterm) +#: ./doc/glossary/glossary-terms.xml3647(primary) +msgid "Hadoop" +msgstr "Hadoop" + +#: ./doc/glossary/glossary-terms.xml3651(para) +msgid "" +"Apache Hadoop is an open source software framework that supports data-" +"intensive distributed applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3657(glossterm) +#: ./doc/glossary/glossary-terms.xml3659(primary) +msgid "handover" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3663(para) +msgid "" +"An object state in Object Storage where a new replica of the object is " +"automatically created due to a drive failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3669(glossterm) +#: ./doc/glossary/glossary-terms.xml3671(primary) +msgid "hard reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3675(para) +msgid "" +"A type of reboot where a physical or virtual power button is pressed as " +"opposed to a graceful, proper shutdown of the operating system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3682(glossterm) +#: ./doc/glossary/glossary-terms.xml3684(primary) +msgid "Havana" +msgstr "Havana" + +#: ./doc/glossary/glossary-terms.xml3688(para) +msgid "" +"The code name for the eighth release of OpenStack. The design summit took " +"place in Portland, Oregon, US and Havana is an unincorporated community in " +"Oregon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3695(glossterm) +#: ./doc/glossary/glossary-terms.xml3697(primary) +msgid "heat" +msgstr "Heat" + +#: ./doc/glossary/glossary-terms.xml3701(para) +msgid "" +"An integrated project that aims to orchestrate multiple cloud applications " +"for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3707(glossterm) +#: ./doc/glossary/glossary-terms.xml3709(primary) +#: ./doc/glossary/glossary-terms.xml7616(see) +msgid "Heat Orchestration Template (HOT)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3713(para) +msgid "Heat input in the format native to OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3718(glossterm) +#: ./doc/glossary/glossary-terms.xml3720(primary) +msgid "health monitor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3724(para) +msgid "" +"Determines whether back-end members of a VIP pool can process a request. A " +"pool can have several health monitors associated with it. When a pool has " +"several monitors associated with it, all monitors check each member of the " +"pool. All monitors must declare a member to be healthy for it to stay " +"active." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3734(glossterm) +#: ./doc/glossary/glossary-terms.xml3736(primary) +msgid "high availability (HA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3740(para) +msgid "" +"A high availability system design approach and associated service " +"implementation ensures that a prearranged level of operational performance " +"will be met during a contractual measurement period. High availability " +"systems seeks to minimize system downtime and data loss." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3751(glossterm) +msgid "horizon" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3754(para) +msgid "OpenStack project that provides a dashboard, which is a web interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3760(glossterm) +msgid "horizon plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3762(primary) +msgid "horizon plug-ins" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3766(para) +msgid "A plug-in for the OpenStack dashboard (horizon)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3771(glossterm) +msgid "host" +msgstr "Host" + +#: ./doc/glossary/glossary-terms.xml3773(primary) +msgid "hosts, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3777(para) +msgid "A physical computer, not a VM instance (node)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3782(glossterm) +#: ./doc/glossary/glossary-terms.xml3784(primary) +msgid "host aggregate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3788(para) +msgid "" +"A method to further subdivide availability zones into hypervisor pools, a " +"collection of common hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3794(glossterm) +#: ./doc/glossary/glossary-terms.xml3796(primary) +msgid "Host Bus Adapter (HBA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3800(para) +msgid "" +"Device plugged into a PCI slot, such as a fibre channel or network card." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3806(glossterm) +msgid "HTTP" +msgstr "HTTP" + +#: ./doc/glossary/glossary-terms.xml3808(primary) +msgid "HTTP (Hypertext Transfer Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3814(para) +msgid "" +"Hypertext Transfer Protocol. HTTP is an application protocol for " +"distributed, collaborative, hypermedia information systems. It is the " +"foundation of data communication for the World Wide Web. Hypertext is " +"structured text that uses logical links (hyperlinks) between nodes " +"containing text. HTTP is the protocol to exchange or transfer hypertext." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3824(glossterm) +msgid "HTTPS" +msgstr "HTTPS" + +#: ./doc/glossary/glossary-terms.xml3826(primary) +msgid "HTTPS (Hypertext Transfer Protocol Secure)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3830(para) +msgid "" +"Hypertext Transfer Protocol Secure (HTTPS) is a communications protocol for " +"secure communication over a computer network, with especially wide " +"deployment on the Internet. Technically, it is not a protocol in and of " +"itself; rather, it is the result of simply layering the Hypertext Transfer " +"Protocol (HTTP) on top of the SSL/TLS protocol, thus adding the security " +"capabilities of SSL/TLS to standard HTTP communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3841(glossterm) +#: ./doc/glossary/glossary-terms.xml3843(primary) +msgid "hybrid cloud" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3847(para) +msgid "" +"A hybrid cloud is a composition of two or more clouds (private, community or" +" public) that remain distinct entities but are bound together, offering the " +"benefits of multiple deployment models. Hybrid cloud can also mean the " +"ability to connect colocation, managed and/or dedicated services with cloud " +"resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3859(glossterm) +#: ./doc/glossary/glossary-terms.xml3861(primary) +msgid "Hyper-V" +msgstr "Hyper-V" + +#: ./doc/glossary/glossary-terms.xml3865(para) +msgid "One of the hypervisors supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3870(glossterm) +#: ./doc/glossary/glossary-terms.xml3872(primary) +msgid "hyperlink" +msgstr "Hyperlink" + +#: ./doc/glossary/glossary-terms.xml3876(para) +msgid "" +"Any kind of text that contains a link to some other site, commonly found in " +"documents where clicking on a word or words opens up a different website." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3883(glossterm) +msgid "Hypertext Transfer Protocol (HTTP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3886(para) +msgid "The protocol that tells browsers where to go to find information." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3892(glossterm) +msgid "Hypertext Transfer Protocol Secure (HTTPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3895(para) +msgid "" +"Encrypted HTTP communications using SSL or TLS; most OpenStack API endpoints" +" and many inter-component communications support HTTPS communication." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3902(glossterm) +msgid "hypervisor" +msgstr "Hypervisor" + +#: ./doc/glossary/glossary-terms.xml3904(primary) +#: ./doc/glossary/glossary-terms.xml3918(primary) +msgid "hypervisors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3910(para) +msgid "" +"Software that arbitrates and controls VM access to the actual underlying " +"hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3916(glossterm) +msgid "hypervisor pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3920(secondary) +msgid "hypervisor pools" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3924(para) +msgid "A collection of hypervisors grouped together through host aggregates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3933(title) +msgid "I" +msgstr "I" + +#: ./doc/glossary/glossary-terms.xml3936(glossterm) +msgid "IaaS" +msgstr "IaaS" + +#: ./doc/glossary/glossary-terms.xml3938(primary) +msgid "IaaS (Infrastructure-as-a-Service)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3944(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3954(glossterm) +#: ./doc/glossary/glossary-terms.xml3956(primary) +msgid "Icehouse" +msgstr "Icehouse" + +#: ./doc/glossary/glossary-terms.xml3962(para) +msgid "" +"The code name for the ninth release of OpenStack. The design summit took " +"place in Hong Kong and Ice House is a street in that city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3969(glossterm) +msgid "ICMP" +msgstr "ICMP" + +#: ./doc/glossary/glossary-terms.xml3971(primary) +msgid "Internet Control Message Protocol (ICMP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3975(para) +msgid "" +"Internet Control Message Protocol, used by network devices for control " +"messages. For example, uses ICMP to test connectivity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3983(glossterm) +#: ./doc/glossary/glossary-terms.xml3985(primary) +msgid "ID number" +msgstr "ID Nummer" + +#: ./doc/glossary/glossary-terms.xml3989(para) +msgid "" +"Unique numeric ID associated with each user in Identity Service, " +"conceptually similar to a Linux or LDAP UID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3995(glossterm) +msgid "Identity API" +msgstr "Identität API" + +#: ./doc/glossary/glossary-terms.xml3998(para) +msgid "Alternative term for the Identity Service API." +msgstr "Alternativer Ausdruck für die Identität Dienst API." + +#: ./doc/glossary/glossary-terms.xml4003(glossterm) +#: ./doc/glossary/glossary-terms.xml4007(secondary) +msgid "Identity back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4005(primary) +#: ./doc/glossary/glossary-terms.xml4017(glossterm) +#: ./doc/glossary/glossary-terms.xml4019(primary) +#: ./doc/glossary/glossary-terms.xml4036(primary) +#: ./doc/glossary/glossary-terms.xml4107(primary) +msgid "Identity Service" +msgstr "Identität Dienst" + +#: ./doc/glossary/glossary-terms.xml4011(para) +msgid "" +"The source used by Identity Service to retrieve user information; an " +"OpenLDAP server, for example." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4025(para) +msgid "" +"The OpenStack core project that provides a central directory of users mapped" +" to the OpenStack services they can access. It also registers endpoints for " +"OpenStack services. It acts as a common authentication system. The project " +"name of the Identity Service is keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4034(glossterm) +#: ./doc/glossary/glossary-terms.xml4038(secondary) +msgid "Identity Service API" +msgstr "Identität Dienst API" + +#: ./doc/glossary/glossary-terms.xml4042(para) +msgid "" +"The API used to access the OpenStack Identity Service provided through " +"keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4048(glossterm) +msgid "IDS" +msgstr "IDS" + +#: ./doc/glossary/glossary-terms.xml4050(primary) +msgid "IDS (Intrusion Detection System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4054(para) +msgid "Intrusion Detection System." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4059(glossterm) +msgid "image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4061(primary) +msgid "images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4067(para) +msgid "" +"A collection of files for a specific operating system (OS) that you use to " +"create or rebuild a server. OpenStack provides pre-built images. You can " +"also create custom images, or snapshots, from servers that you have " +"launched. Custom images can be used for data backups or as \"gold\" images " +"for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4076(glossterm) +msgid "Image API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4078(primary) +#: ./doc/glossary/glossary-terms.xml4092(primary) +#: ./doc/glossary/glossary-terms.xml4121(primary) +#: ./doc/glossary/glossary-terms.xml4135(primary) +#: ./doc/glossary/glossary-terms.xml4149(primary) +#: ./doc/glossary/glossary-terms.xml4161(glossterm) +#: ./doc/glossary/glossary-terms.xml4181(primary) +#: ./doc/glossary/glossary-terms.xml4195(primary) +#: ./doc/glossary/glossary-terms.xml4209(primary) +#: ./doc/glossary/glossary-terms.xml6400(primary) +msgid "Image Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4080(secondary) +#: ./doc/glossary/glossary-terms.xml4171(glossterm) +msgid "Image Service API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4084(para) +msgid "The Image Service API endpoint for management of VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4090(glossterm) +#: ./doc/glossary/glossary-terms.xml4094(secondary) +msgid "image cache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4098(para) +msgid "" +"Used by Image Service to obtain images on the local host rather than re-" +"downloading them from the image server each time one is requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4105(glossterm) +#: ./doc/glossary/glossary-terms.xml4109(secondary) +msgid "image ID" +msgstr "Image ID" + +#: ./doc/glossary/glossary-terms.xml4113(para) +msgid "" +"Combination of a URI and UUID used to access Image Service VM images through" +" the image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4119(glossterm) +#: ./doc/glossary/glossary-terms.xml4123(secondary) +msgid "image membership" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4127(para) +#: ./doc/glossary/glossary-terms.xml5046(para) +msgid "" +"A list of tenants that can access a given VM image within Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4133(glossterm) +#: ./doc/glossary/glossary-terms.xml4137(secondary) +msgid "image owner" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4141(para) +msgid "The tenant who owns an Image Service virtual machine image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4147(glossterm) +#: ./doc/glossary/glossary-terms.xml4151(secondary) +msgid "image registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4155(para) +msgid "A list of VM images that are available through Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4164(para) +msgid "" +"An OpenStack core project that provides discovery, registration, and " +"delivery services for disk and server images. The project name of the Image " +"Service is glance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4174(para) +msgid "Alternative name for the glance image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4179(glossterm) +#: ./doc/glossary/glossary-terms.xml4183(secondary) +msgid "image status" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4187(para) +msgid "" +"The current status of a VM image in Image Service, not to be confused with " +"the status of a running instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4193(glossterm) +#: ./doc/glossary/glossary-terms.xml4197(secondary) +msgid "image store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4201(para) +msgid "" +"The back-end store used by Image Service to store VM images, options include" +" Object Storage, local file system, S3, or HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4207(glossterm) +#: ./doc/glossary/glossary-terms.xml4211(secondary) +msgid "image UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4215(para) +msgid "UUID used by Image Service to uniquely identify each VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4221(glossterm) +msgid "incubated project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4223(primary) +msgid "incubated projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4227(para) +msgid "" +"A community project may be elevated to this status and is then promoted to a" +" core project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4233(glossterm) +#: ./doc/glossary/glossary-terms.xml4237(secondary) +#: ./doc/glossary/glossary-terms.xml4240(primary) +msgid "ingress filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4244(para) +msgid "" +"The process of filtering incoming network traffic. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4250(glossterm) +#: ./doc/glossary/glossary-terms.xml4252(primary) +msgid "INI" +msgstr "INI" + +#: ./doc/glossary/glossary-terms.xml4255(para) +msgid "" +"The OpenStack configuration files use an INI format to describe options and " +"their values. It consists of sections and key value pairs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4264(glossterm) +#: ./doc/glossary/glossary-terms.xml4266(primary) +msgid "injection" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4270(para) +msgid "" +"The process of putting a file into a virtual machine image before the " +"instance is started." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4276(glossterm) +msgid "instance" +msgstr "Instanz" + +#: ./doc/glossary/glossary-terms.xml4278(primary) +#: ./doc/glossary/glossary-terms.xml4292(primary) +#: ./doc/glossary/glossary-terms.xml4305(primary) +#: ./doc/glossary/glossary-terms.xml4329(primary) +#: ./doc/glossary/glossary-terms.xml4344(primary) +#: ./doc/glossary/glossary-terms.xml4357(primary) +msgid "instances" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4284(para) +msgid "" +"A running VM, or a VM in a known state such as suspended, that can be used " +"like a hardware server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4290(glossterm) +#: ./doc/glossary/glossary-terms.xml4294(secondary) +msgid "instance ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4298(para) +msgid "Alternative term for instance UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4303(glossterm) +#: ./doc/glossary/glossary-terms.xml4307(secondary) +msgid "instance state" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4311(para) +msgid "The current state of a guest VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4316(glossterm) +#: ./doc/glossary/glossary-terms.xml4318(primary) +msgid "instance tunnels network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4321(para) +msgid "" +"A network segment used for instance traffic tunnels between compute nodes " +"and the network node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4327(glossterm) +#: ./doc/glossary/glossary-terms.xml4331(secondary) +msgid "instance type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4335(para) +msgid "" +"Describes the parameters of the various virtual machine images that are " +"available to users; includes parameters such as CPU, storage, and memory. " +"Alternative term for flavor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4342(glossterm) +#: ./doc/glossary/glossary-terms.xml4346(secondary) +msgid "instance type ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4350(para) +msgid "Alternative term for a flavor ID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4355(glossterm) +#: ./doc/glossary/glossary-terms.xml4359(secondary) +msgid "instance UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4363(para) +#: ./doc/glossary/glossary-terms.xml7289(para) +msgid "" +"Unique ID assigned to each guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4369(glossterm) +#: ./doc/glossary/glossary-terms.xml4371(primary) +msgid "interface" +msgstr "Schnittstelle" + +#: ./doc/glossary/glossary-terms.xml4375(para) +msgid "" +"A physical or virtual device that provides connectivity to another device or" +" medium." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4381(glossterm) +#: ./doc/glossary/glossary-terms.xml4383(primary) +msgid "interface ID" +msgstr "Schnittstellenkennung" + +#: ./doc/glossary/glossary-terms.xml4387(para) +msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4393(glossterm) +#: ./doc/glossary/glossary-terms.xml4395(primary) +msgid "internet protocol (IP)" +msgstr "Internetprotokoll (IP)" + +#: ./doc/glossary/glossary-terms.xml4399(para) +msgid "" +"Principal communications protocol in the internet protocol suite for " +"relaying datagrams across network boundaries." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4405(glossterm) +#: ./doc/glossary/glossary-terms.xml4407(primary) +msgid "Internet Service Provider (ISP)" +msgstr "Internet Service Provider (ISP)" + +#: ./doc/glossary/glossary-terms.xml4411(para) +msgid "" +"Any business that provides Internet access to individuals or businesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4417(glossterm) +#: ./doc/glossary/glossary-terms.xml4419(primary) +msgid "ironic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4423(para) +msgid "" +"OpenStack project that provisions bare metal, as opposed to virtual, " +"machines." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4429(glossterm) +#: ./doc/glossary/glossary-terms.xml4431(primary) +msgid "IOPS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4437(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4447(glossterm) +msgid "IP address" +msgstr "IP-Adresse" + +#: ./doc/glossary/glossary-terms.xml4455(para) +msgid "" +"Number that is unique to every computer system on the Internet. Two versions" +" of the Internet Protocol (IP) are in use for addresses: IPv4 and IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4462(glossterm) +#: ./doc/glossary/glossary-terms.xml4464(primary) +msgid "IP Address Management (IPAM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4468(para) +msgid "" +"The process of automating IP address allocation, deallocation, and " +"management. Currently provided by Compute, melange, and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4475(glossterm) +msgid "IPL" +msgstr "IPL" + +#: ./doc/glossary/glossary-terms.xml4477(primary) +msgid "IPL (Initial Program Loader)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4481(para) +msgid "Initial Program Loader." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4486(glossterm) +msgid "IPMI" +msgstr "IPMI" + +#: ./doc/glossary/glossary-terms.xml4488(primary) +msgid "IPMI (Intelligent Platform Management Interface)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4492(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4503(glossterm) +#: ./doc/glossary/glossary-terms.xml4505(primary) +msgid "ip6tables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4509(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4517(glossterm) +#: ./doc/glossary/glossary-terms.xml4519(primary) +msgid "iptables" +msgstr "iptables" + +#: ./doc/glossary/glossary-terms.xml4523(para) +msgid "" +"Used along with arptables and ebtables, iptables create firewalls in " +"Compute. iptables are the tables provided by the Linux kernel firewall " +"(implemented as different Netfilter modules) and the chains and rules it " +"stores. Different kernel modules and programs are currently used for " +"different protocols: iptables applies to IPv4, ip6tables to IPv6, arptables " +"to ARP, and ebtables to Ethernet frames. Requires root privilege to " +"manipulate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4534(glossterm) +msgid "iSCSI" +msgstr "iSCSI" + +#: ./doc/glossary/glossary-terms.xml4536(primary) +msgid "iSCSI protocol" +msgstr "iSCSI-Protokoll" + +#: ./doc/glossary/glossary-terms.xml4540(para) +msgid "" +"The SCSI disk protocol tunneled within Ethernet, supported by Compute, " +"Object Storage, and Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4546(glossterm) +msgid "ISO9960" +msgstr "ISO9960" + +#: ./doc/glossary/glossary-terms.xml4548(primary) +msgid "ISO9960 format" +msgstr "ISO9960-Format" + +#: ./doc/glossary/glossary-terms.xml4552(para) +#: ./doc/glossary/glossary-terms.xml6498(para) +#: ./doc/glossary/glossary-terms.xml8334(para) +#: ./doc/glossary/glossary-terms.xml8346(para) +#: ./doc/glossary/glossary-terms.xml8554(para) +msgid "One of the VM image disk formats supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4558(glossterm) +#: ./doc/glossary/glossary-terms.xml4560(primary) +msgid "itsec" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4564(para) +msgid "" +"A default role in the Compute RBAC system that can quarantine an instance in" +" any project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4573(title) +msgid "J" +msgstr "J" + +#: ./doc/glossary/glossary-terms.xml4576(glossterm) +#: ./doc/glossary/glossary-terms.xml4578(primary) +msgid "Java" +msgstr "Java" + +#: ./doc/glossary/glossary-terms.xml4582(para) +msgid "" +"A programming language that is used to create systems that involve more than" +" one computer by way of a network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4588(glossterm) +#: ./doc/glossary/glossary-terms.xml4590(primary) +msgid "JavaScript" +msgstr "JavaScript" + +#: ./doc/glossary/glossary-terms.xml4594(para) +msgid "A scripting language that is used to build web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4599(glossterm) +#: ./doc/glossary/glossary-terms.xml4601(primary) +msgid "JavaScript Object Notation (JSON)" +msgstr "JavaScript Object Notation (JSON)" + +#: ./doc/glossary/glossary-terms.xml4605(para) +msgid "One of the supported response formats in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4610(glossterm) +#: ./doc/glossary/glossary-terms.xml4612(primary) +msgid "Jenkins" +msgstr "Jenkins" + +#: ./doc/glossary/glossary-terms.xml4616(para) +msgid "Tool used to run jobs automatically for OpenStack development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4622(glossterm) +#: ./doc/glossary/glossary-terms.xml4624(primary) +msgid "jumbo frame" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4628(para) +msgid "" +"Feature in modern Ethernet networks that supports frames up to approximately" +" 9000 bytes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4634(glossterm) +#: ./doc/glossary/glossary-terms.xml4636(primary) +msgid "Juno" +msgstr "Juno" + +#: ./doc/glossary/glossary-terms.xml4640(para) +msgid "" +"The code name for the tenth release of OpenStack. The design summit took " +"place in Atlanta, Georgia, US and Juno is an unincorporated community in " +"Georgia." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4650(title) +msgid "K" +msgstr "K" + +#: ./doc/glossary/glossary-terms.xml4653(glossterm) +msgid "kernel-based VM (KVM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4655(primary) +msgid "kernel-based VM (KVM) hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4659(para) +msgid "" +"An OpenStack-supported hypervisor. KVM is a full virtualization solution for" +" Linux on x86 hardware containing virtualization extensions (Intel VT or " +"AMD-V), ARM, IBM Power, and IBM zSeries. It consists of a loadable kernel " +"module, that provides the core virtualization infrastructure and a processor" +" specific module." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4671(glossterm) +#: ./doc/glossary/glossary-terms.xml4673(primary) +msgid "keystone" +msgstr "Keystone" + +#: ./doc/glossary/glossary-terms.xml4677(para) +msgid "The project that provides OpenStack Identity services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4682(glossterm) +#: ./doc/glossary/glossary-terms.xml4684(primary) +msgid "Kickstart" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4688(para) +msgid "" +"A tool to automate system configuration and installation on Red Hat, Fedora," +" and CentOS-based Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4694(glossterm) +#: ./doc/glossary/glossary-terms.xml4696(primary) +msgid "Kilo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4700(para) +msgid "" +"The code name for the eleventh release of OpenStack. The design summit took " +"place in Paris, France. Due to delays in the name selection, the release was" +" known only as K. Because k is the unit symbol for kilo " +"and the reference artifact is stored near Paris in the Pavillon de Breteuil " +"in Sèvres, the community chose Kilo as the release name." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4713(title) +msgid "L" +msgstr "L" + +#: ./doc/glossary/glossary-terms.xml4716(glossterm) +#: ./doc/glossary/glossary-terms.xml4718(primary) +msgid "large object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4722(para) +msgid "An object within Object Storage that is larger than 5GB." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4727(glossterm) +#: ./doc/glossary/glossary-terms.xml4729(primary) +msgid "Launchpad" +msgstr "Launchpad" + +#: ./doc/glossary/glossary-terms.xml4733(para) +msgid "The collaboration site for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4738(glossterm) +#: ./doc/glossary/glossary-terms.xml4740(primary) +msgid "Layer-2 network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4744(para) +msgid "" +"Term used in the OSI network architecture for the data link layer. The data " +"link layer is responsible for media access control, flow control and " +"detecting and possibly correcting erros that may occur in the physical " +"layer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4754(glossterm) +#: ./doc/glossary/glossary-terms.xml4756(primary) +msgid "Layer-3 network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4760(para) +msgid "" +"Term used in the OSI network architecture for the network layer. The network" +" layer is responsible for packet forwarding including routing from one node " +"to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4769(glossterm) +#: ./doc/glossary/glossary-terms.xml4771(primary) +msgid "Layer-2 (L2) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4775(para) +msgid "" +"OpenStack Networking agent that provides layer-2 connectivity for virtual " +"networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4781(glossterm) +#: ./doc/glossary/glossary-terms.xml4783(primary) +msgid "Layer-3 (L3) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4787(para) +msgid "" +"OpenStack Networking agent that provides layer-3 (routing) services for " +"virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4793(glossterm) +#: ./doc/glossary/glossary-terms.xml4795(primary) +msgid "libvirt" +msgstr "libvirt" + +#: ./doc/glossary/glossary-terms.xml4799(para) +msgid "" +"Virtualization API library used by OpenStack to interact with many of its " +"supported hypervisors." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4805(glossterm) +msgid "Linux bridge" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4808(para) +msgid "" +"Software that enables multiple VMs to share a single physical NIC within " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4814(glossterm) +msgid "Linux Bridge neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4816(primary) +msgid "Linux Bridge" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4818(secondary) +#: ./doc/glossary/glossary-terms.xml5858(secondary) +msgid "neutron plug-in for" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4822(para) +msgid "" +"Enables a Linux bridge to understand a Networking port, interface " +"attachment, and other abstractions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4828(glossterm) +#: ./doc/glossary/glossary-terms.xml4830(primary) +msgid "Linux containers (LXC)" +msgstr "Linux containers (LXC)" + +#: ./doc/glossary/glossary-terms.xml4839(glossterm) +#: ./doc/glossary/glossary-terms.xml4841(primary) +msgid "live migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4845(para) +msgid "" +"The ability within Compute to move running virtual machine instances from " +"one host to another with only a small service interruption during " +"switchover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4852(glossterm) +msgid "load balancer" +msgstr "Load Balancer" + +#: ./doc/glossary/glossary-terms.xml4855(para) +msgid "" +"A load balancer is a logical device that belongs to a cloud account. It is " +"used to distribute workloads between multiple back-end systems or services, " +"based on the criteria defined as part of its configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4863(glossterm) +#: ./doc/glossary/glossary-terms.xml4865(primary) +msgid "load balancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4869(para) +msgid "" +"The process of spreading client requests between two or more nodes to " +"improve performance and availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4875(glossterm) +#: ./doc/glossary/glossary-terms.xml4878(primary) +msgid "Load-Balancer-as-a-Service (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4882(para) +msgid "" +"Enables Networking to distribute incoming requests evenly between designated" +" instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4888(glossterm) +#: ./doc/glossary/glossary-terms.xml4890(primary) +msgid "Logical Volume Manager (LVM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4894(para) +msgid "" +"Provides a method of allocating space on mass-storage devices that is more " +"flexible than conventional partitioning schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4904(title) +msgid "M" +msgstr "M" + +#: ./doc/glossary/glossary-terms.xml4907(glossterm) +#: ./doc/glossary/glossary-terms.xml4909(primary) +msgid "management API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4915(para) +msgid "Alternative term for an admin API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4920(glossterm) +#: ./doc/glossary/glossary-terms.xml4922(primary) +msgid "management network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4926(para) +msgid "" +"A network segment used for administration, not accessible to the public " +"Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4932(glossterm) +#: ./doc/glossary/glossary-terms.xml4934(primary) +msgid "manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4938(para) +msgid "" +"Logical groupings of related code, such as the Block Storage volume manager " +"or network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4944(glossterm) +msgid "manifest" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4946(primary) +#: ./doc/glossary/glossary-terms.xml4965(primary) +msgid "manifests" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4952(para) +msgid "Used to track segments of a large object within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4958(glossterm) +msgid "manifest object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4962(secondary) +#: ./doc/glossary/glossary-terms.xml4967(secondary) +msgid "manifest objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4971(para) +msgid "" +"A special Object Storage object that contains the manifest for a large " +"object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4977(glossterm) +#: ./doc/glossary/glossary-terms.xml4979(primary) +msgid "marconi" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4983(para) +msgid "OpenStack project that provides a queue service to applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4989(glossterm) +#: ./doc/glossary/glossary-terms.xml4991(primary) +msgid "maximum transmission unit (MTU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4995(para) +msgid "" +"Maximum frame or packet size for a particular network medium. Typically 1500" +" bytes for Ethernet networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5001(glossterm) +#: ./doc/glossary/glossary-terms.xml5003(primary) +msgid "mechanism driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5007(para) +msgid "" +"A driver for the Modular Layer 2 (ML2) neutron plug-in that provides layer-2" +" connectivity for virtual instances. A single OpenStack installation can use" +" multiple mechanism drivers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5016(glossterm) +#: ./doc/glossary/glossary-terms.xml5018(primary) +msgid "melange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5022(para) +msgid "" +"Project name for OpenStack Network Information Service. To be merged with " +"Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5028(glossterm) +#: ./doc/glossary/glossary-terms.xml5030(primary) +msgid "membership" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5034(para) +msgid "" +"The association between an Image Service VM image and a tenant. Enables " +"images to be shared with specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5040(glossterm) +msgid "membership list" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5042(primary) +msgid "membership lists" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5052(glossterm) +#: ./doc/glossary/glossary-terms.xml5054(primary) +msgid "memcached" +msgstr "memcached" + +#: ./doc/glossary/glossary-terms.xml5058(para) +msgid "" +"A distributed memory object caching system that is used by Object Storage " +"for caching." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5064(glossterm) +#: ./doc/glossary/glossary-terms.xml5066(primary) +msgid "memory overcommit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5070(para) +msgid "" +"The ability to start new VM instances based on the actual memory usage of a " +"host, as opposed to basing the decision on the amount of RAM each running " +"instance thinks it has available. Also known as RAM overcommit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5078(glossterm) +msgid "message broker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5080(primary) +msgid "message brokers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5084(para) +msgid "" +"The software package used to provide AMQP messaging capabilities within " +"Compute. Default package is RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5090(glossterm) +#: ./doc/glossary/glossary-terms.xml5092(primary) +msgid "message bus" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5096(para) +msgid "" +"The main virtual communication line used by all AMQP messages for inter-" +"cloud communications within Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5102(glossterm) +#: ./doc/glossary/glossary-terms.xml5104(primary) +msgid "message queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5108(para) +msgid "" +"Passes requests from clients to the appropriate workers and returns the " +"output to the client after the job completes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5114(glossterm) +#: ./doc/glossary/glossary-terms.xml5116(primary) +msgid "Metadata agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5120(para) +msgid "" +"OpenStack Networking agent that provides metadata services for instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5126(glossterm) +#: ./doc/glossary/glossary-terms.xml5128(primary) +msgid "Meta-Data Server (MDS)" +msgstr "Meta-Data Server (MDS)" + +#: ./doc/glossary/glossary-terms.xml5132(para) +msgid "Stores CephFS metadata." +msgstr "Speichert CephFS Metadaten." + +#: ./doc/glossary/glossary-terms.xml5137(glossterm) +#: ./doc/glossary/glossary-terms.xml5139(primary) +msgid "migration" +msgstr "Migration" + +#: ./doc/glossary/glossary-terms.xml5143(para) +msgid "The process of moving a VM instance from one host to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5149(glossterm) +#: ./doc/glossary/glossary-terms.xml5151(primary) +msgid "multi-host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5155(para) +msgid "" +"High-availability mode for legacy (nova) networking. Each compute node " +"handles NAT and DHCP and acts as a gateway for all of the VMs on it. A " +"networking failure on one compute node doesn't affect VMs on other compute " +"nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5163(glossterm) +msgid "multinic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5166(para) +msgid "" +"Facility in Compute that allows each virtual machine instance to have more " +"than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5172(glossterm) +#: ./doc/glossary/glossary-terms.xml5175(primary) +msgid "Modular Layer 2 (ML2) neutron plug-in" +msgstr "Modular Layer 2 (ML2) neutron Plug-In" + +#: ./doc/glossary/glossary-terms.xml5179(para) +msgid "" +"Can concurrently use multiple layer-2 networking technologies, such as " +"802.1Q and VXLAN, in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5185(glossterm) +#: ./doc/glossary/glossary-terms.xml5187(primary) +msgid "Monitor (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5191(para) +msgid "" +"LBaaS feature that provides availability monitoring using the " +"ping command, TCP, and HTTP/HTTPS GET." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5197(glossterm) +#: ./doc/glossary/glossary-terms.xml5199(primary) +msgid "Monitor (Mon)" +msgstr "Monitor (Mon)" + +#: ./doc/glossary/glossary-terms.xml5203(para) +msgid "" +"A Ceph component that communicates with external clients, checks data state " +"and consistency, and performs quorum functions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5209(glossterm) +#: ./doc/glossary/glossary-terms.xml5211(primary) +msgid "multi-factor authentication" +msgstr "Multi-Faktoren Authentifizierung" + +#: ./doc/glossary/glossary-terms.xml5215(para) +msgid "" +"Authentication method that uses two or more credentials, such as a password " +"and a private key. Currently not supported in Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5222(glossterm) +#: ./doc/glossary/glossary-terms.xml5224(primary) +msgid "MultiNic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5228(para) +msgid "" +"Facility in Compute that enables a virtual machine instance to have more " +"than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5237(title) +msgid "N" +msgstr "N" + +#: ./doc/glossary/glossary-terms.xml5240(glossterm) +#: ./doc/glossary/glossary-terms.xml5242(primary) +msgid "Nebula" +msgstr "Nebula" + +#: ./doc/glossary/glossary-terms.xml5246(para) +msgid "Released as open source by NASA in 2010 and is the basis for Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5252(glossterm) +#: ./doc/glossary/glossary-terms.xml5254(primary) +msgid "netadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5258(para) +msgid "" +"One of the default roles in the Compute RBAC system. Enables the user to " +"allocate publicly accessible IP addresses to instances and change firewall " +"rules." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5265(glossterm) +#: ./doc/glossary/glossary-terms.xml5267(primary) +msgid "NetApp volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5271(para) +msgid "" +"Enables Compute to communicate with NetApp storage devices through the " +"NetApp OnCommand Provisioning " +"Manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5278(glossterm) +msgid "network" +msgstr "Netzwerk" + +#: ./doc/glossary/glossary-terms.xml5280(primary) +#: ./doc/glossary/glossary-terms.xml5296(primary) +#: ./doc/glossary/glossary-terms.xml5310(primary) +#: ./doc/glossary/glossary-terms.xml5325(primary) +#: ./doc/glossary/glossary-terms.xml5339(primary) +#: ./doc/glossary/glossary-terms.xml5353(primary) +#: ./doc/glossary/glossary-terms.xml5367(primary) +#: ./doc/glossary/glossary-terms.xml5380(primary) +#: ./doc/glossary/glossary-terms.xml5394(primary) +#: ./doc/glossary/glossary-terms.xml5408(primary) +#: ./doc/glossary/glossary-terms.xml5422(primary) +#: ./doc/glossary/glossary-terms.xml6245(primary) +#: ./doc/glossary/glossary-terms.xml6445(primary) +#: ./doc/glossary/glossary-terms.xml8381(primary) +#: ./doc/glossary/glossary-terms.xml8529(primary) +msgid "networks" +msgstr "Netzwerke" + +#: ./doc/glossary/glossary-terms.xml5286(para) +msgid "" +"A virtual network that provides connectivity between entities. For example, " +"a collection of virtual ports that share network connectivity. In Networking" +" terminology, a network is always a layer-2 network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5294(glossterm) +#: ./doc/glossary/glossary-terms.xml5298(secondary) +msgid "Network Address Translation (NAT)" +msgstr "Network Address Translation (NAT)" + +#: ./doc/glossary/glossary-terms.xml5302(para) +msgid "" +"The process of modifying IP address information while in transit. Supported " +"by Compute and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5308(glossterm) +msgid "network controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5312(secondary) +msgid "network controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5316(para) +msgid "" +"A Compute daemon that orchestrates the network configuration of nodes, " +"including IP addresses, VLANs, and bridging. Also manages routing for both " +"public and private networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5323(glossterm) +#: ./doc/glossary/glossary-terms.xml5327(secondary) +msgid "Network File System (NFS)" +msgstr "Network File System (NFS)" + +#: ./doc/glossary/glossary-terms.xml5331(para) +msgid "" +"A method for making file systems available over the network. Supported by " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5337(glossterm) +msgid "network ID" +msgstr "Netzwerkkennung" + +#: ./doc/glossary/glossary-terms.xml5341(secondary) +msgid "network IDs" +msgstr "Netzwerkkennungen" + +#: ./doc/glossary/glossary-terms.xml5345(para) +msgid "" +"Unique ID assigned to each network segment within Networking. Same as " +"network UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5351(glossterm) +msgid "network manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5355(secondary) +msgid "network managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5359(para) +msgid "" +"The Compute component that manages various network components, such as " +"firewall rules, IP address allocation, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5365(glossterm) +msgid "network node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5369(secondary) +msgid "network nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5373(para) +msgid "Any compute node that runs the network worker daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5378(glossterm) +msgid "network segment" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5382(secondary) +msgid "network segments" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5386(para) +msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5392(glossterm) +#: ./doc/glossary/glossary-terms.xml5396(secondary) +msgid "Network Time Protocol (NTP)" +msgstr "Network Time Protokoll (NTP)" + +#: ./doc/glossary/glossary-terms.xml5400(para) +msgid "" +"A method of keeping a clock for a host or node correct through " +"communications with a trusted, accurate time source." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5406(glossterm) +#: ./doc/glossary/glossary-terms.xml5410(secondary) +msgid "network UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5414(para) +msgid "" +"Unique ID for a Networking network segment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5420(glossterm) +msgid "network worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5424(secondary) +msgid "network workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5428(para) +msgid "" +"The nova-network worker daemon; provides services such as" +" giving an IP address to a booting nova instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5435(glossterm) +msgid "Networking" +msgstr "Netzwerk" + +#: ./doc/glossary/glossary-terms.xml5438(para) +msgid "" +"A core OpenStack project that provides a network connectivity abstraction " +"layer to OpenStack Compute. The project name of Networking is neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5445(glossterm) +#: ./doc/glossary/glossary-terms.xml5447(primary) +#: ./doc/glossary/glossary-terms.xml5470(secondary) +msgid "Networking API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5451(para) +msgid "" +"API used to access OpenStack Networking. Provides an extensible architecture" +" to enable custom plug-in creation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5457(glossterm) +#: ./doc/glossary/glossary-terms.xml5468(primary) +#: ./doc/glossary/glossary-terms.xml5481(primary) +#: ./doc/glossary/glossary-terms.xml5495(primary) +msgid "neutron" +msgstr "Neutron" + +#: ./doc/glossary/glossary-terms.xml5460(para) +msgid "" +"A core OpenStack project that provides a network connectivity abstraction " +"layer to OpenStack Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5466(glossterm) +msgid "neutron API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5474(para) +msgid "An alternative name for Networking API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5479(glossterm) +#: ./doc/glossary/glossary-terms.xml5483(secondary) +msgid "neutron manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5487(para) +msgid "" +"Enables Compute and Networking integration, which enables Networking to " +"perform network management for guest VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5493(glossterm) +#: ./doc/glossary/glossary-terms.xml5497(secondary) +msgid "neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5501(para) +msgid "" +"Interface within Networking that enables organizations to create custom " +"plug-ins for advanced features, such as QoS, ACLs, or IDS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5508(glossterm) +#: ./doc/glossary/glossary-terms.xml5510(primary) +msgid "Nexenta volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5514(para) +msgid "Provides support for NexentaStor devices in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5519(glossterm) +#: ./doc/glossary/glossary-terms.xml5521(primary) +msgid "No ACK" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5525(para) +msgid "" +"Disables server-side message acknowledgment in the Compute RabbitMQ. " +"Increases performance but decreases reliability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5531(glossterm) +msgid "node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5533(primary) +#: ./doc/glossary/glossary-terms.xml6349(primary) +#: ./doc/glossary/glossary-terms.xml7682(primary) +#: ./doc/glossary/glossary-terms.xml7882(primary) +msgid "nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5539(para) +msgid "A VM instance that runs on a host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5544(glossterm) +msgid "non-durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5546(primary) +#: ./doc/glossary/glossary-terms.xml5563(primary) +#: ./doc/glossary/glossary-terms.xml6071(primary) +#: ./doc/glossary/glossary-terms.xml8145(primary) +msgid "messages" +msgstr "Nachrichten" + +#: ./doc/glossary/glossary-terms.xml5548(secondary) +#: ./doc/glossary/glossary-terms.xml5551(primary) +#: ./doc/glossary/glossary-terms.xml8125(see) +msgid "non-durable exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5555(para) +msgid "" +"Message exchange that is cleared when the service restarts. Its data is not " +"written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5561(glossterm) +#: ./doc/glossary/glossary-terms.xml5568(primary) +msgid "non-durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5565(secondary) +msgid "non-durable queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5572(para) +msgid "" +"Message queue that is cleared when the service restarts. Its data is not " +"written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5578(glossterm) +#: ./doc/glossary/glossary-terms.xml5580(primary) +msgid "non-persistent volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5586(para) +msgid "Alternative term for an ephemeral volume." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5591(glossterm) +#: ./doc/glossary/glossary-terms.xml5593(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5597(para) +msgid "" +"Network traffic between a user or client (north) and a server (south), or " +"traffic into the cloud (south) and out of the cloud (north). See also east-" +"west traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5605(glossterm) +#: ./doc/glossary/glossary-terms.xml5615(primary) +#: ./doc/glossary/glossary-terms.xml5628(primary) +msgid "nova" +msgstr "Nova" + +#: ./doc/glossary/glossary-terms.xml5608(para) +msgid "OpenStack project that provides compute services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5613(glossterm) +msgid "Nova API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5621(para) +msgid "Alternative term for the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5626(glossterm) +#: ./doc/glossary/glossary-terms.xml5630(secondary) +msgid "nova-network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5634(para) +msgid "" +"A Compute component that manages IP address allocation, firewalls, and other" +" network-related tasks. This is the legacy networking option and an " +"alternative to Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5644(title) +msgid "O" +msgstr "O" + +#: ./doc/glossary/glossary-terms.xml5647(glossterm) +msgid "object" +msgstr "Objekt" + +#: ./doc/glossary/glossary-terms.xml5655(para) +msgid "A BLOB of data held by Object Storage; can be in any format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5661(glossterm) +msgid "object auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5665(secondary) +msgid "object auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5669(para) +msgid "" +"Opens all objects for an object server and verifies the MD5 hash, size, and " +"metadata for each object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5679(secondary) +msgid "object expiration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5683(para) +msgid "" +"A configurable option within Object Storage to automatically delete objects " +"after a specified amount of time has passed or a certain date is reached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5690(glossterm) +#: ./doc/glossary/glossary-terms.xml5694(secondary) +msgid "object hash" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5698(para) +msgid "Uniquely ID for an Object Storage object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5703(glossterm) +#: ./doc/glossary/glossary-terms.xml5707(secondary) +msgid "object path hash" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5711(para) +msgid "" +"Used by Object Storage to determine the location of an object in the ring. " +"Maps objects to partitions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5717(glossterm) +msgid "object replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5721(secondary) +msgid "object replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5725(para) +msgid "" +"An Object Storage component that copies an object to remote partitions for " +"fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5731(glossterm) +msgid "object server" +msgstr "Objektserver" + +#: ./doc/glossary/glossary-terms.xml5735(secondary) +msgid "object servers" +msgstr "Objektserver" + +#: ./doc/glossary/glossary-terms.xml5739(para) +msgid "An Object Storage component that is responsible for managing objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5745(glossterm) +#: ./doc/glossary/glossary-terms.xml5762(primary) +#: ./doc/glossary/glossary-terms.xml5775(primary) +msgid "Object Storage" +msgstr "Objekt Speicher" + +#: ./doc/glossary/glossary-terms.xml5748(para) +msgid "" +"The OpenStack core project that provides eventually consistent and redundant" +" storage and retrieval of fixed digital content. The project name of " +"OpenStack Object Storage is swift." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5755(glossterm) +#: ./doc/glossary/glossary-terms.xml5759(secondary) +#: ./doc/glossary/glossary-terms.xml5764(secondary) +msgid "Object Storage API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5757(primary) +#: ./doc/glossary/glossary-terms.xml7826(glossterm) +#: ./doc/glossary/glossary-terms.xml7849(primary) +#: ./doc/glossary/glossary-terms.xml7863(primary) +#: ./doc/glossary/glossary-terms.xml7887(primary) +msgid "swift" +msgstr "Swift" + +#: ./doc/glossary/glossary-terms.xml5768(para) +msgid "API used to access OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5773(glossterm) +#: ./doc/glossary/glossary-terms.xml5777(secondary) +msgid "Object Storage Device (OSD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5781(para) +msgid "The Ceph storage daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5786(glossterm) +#: ./doc/glossary/glossary-terms.xml5790(secondary) +msgid "object versioning" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5794(para) +msgid "" +"Allows a user to set a flag on an Object Storage container so that all " +"objects within the container are versioned." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5800(glossterm) +#: ./doc/glossary/glossary-terms.xml5802(primary) +msgid "Oldie" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5806(para) +msgid "" +"Term for an Object Storage process that runs for a long time. Can indicate a" +" hung process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5812(glossterm) +#: ./doc/glossary/glossary-terms.xml5815(primary) +msgid "Open Cloud Computing Interface (OCCI)" +msgstr "Open Cloud Computing Interface (OCCI)" + +#: ./doc/glossary/glossary-terms.xml5819(para) +msgid "" +"A standardized interface for managing compute, data, and network resources, " +"currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5825(glossterm) +#: ./doc/glossary/glossary-terms.xml5827(primary) +msgid "Open Virtualization Format (OVF)" +msgstr "Open Virtualization Format (OVF)" + +#: ./doc/glossary/glossary-terms.xml5831(para) +msgid "Standard for packaging VM images. Supported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5836(glossterm) +#: ./doc/glossary/glossary-terms.xml5838(primary) +#: ./doc/glossary/glossary-terms.xml5856(primary) +msgid "Open vSwitch" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5842(para) +msgid "" +"Open vSwitch is a production quality, multilayer virtual switch licensed " +"under the open source Apache 2.0 license. It is designed to enable massive " +"network automation through programmatic extension, while still supporting " +"standard management interfaces and protocols (for example NetFlow, sFlow, " +"SPAN, RSPAN, CLI, LACP, 802.1ag)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5854(glossterm) +msgid "Open vSwitch neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5862(para) +msgid "Provides support for Open vSwitch in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5867(glossterm) +#: ./doc/glossary/glossary-terms.xml5869(primary) +msgid "OpenLDAP" +msgstr "OpenLDAP" + +#: ./doc/glossary/glossary-terms.xml5873(para) +msgid "" +"An open source LDAP server. Supported by both Compute and Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5879(glossterm) +#: ./doc/glossary/glossary-terms.xml5881(primary) +#: ./doc/glossary/glossary-terms.xml5899(primary) +msgid "OpenStack" +msgstr "OpenStack" + +#: ./doc/glossary/glossary-terms.xml5887(para) +msgid "" +"OpenStack is a cloud operating system that controls large pools of compute, " +"storage, and networking resources throughout a data center, all managed " +"through a dashboard that gives administrators control while empowering their" +" users to provision resources through a web interface. OpenStack is an open " +"source project licensed under the Apache License 2.0." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5897(glossterm) +msgid "OpenStack code name" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5900(secondary) +msgid "code name" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5904(para) +msgid "" +"Each OpenStack release has a code name. Code names ascend in alphabetical " +"order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, " +"Icehouse, Juno, and Kilo. Code names are cities or counties near where the " +"corresponding OpenStack design summit took place. An exception, called the " +"Waldon exception, is granted to elements of the state flag that sound " +"especially cool. Code names are chosen by popular vote." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5918(glossterm) +#: ./doc/glossary/glossary-terms.xml5920(primary) +msgid "openSUSE" +msgstr "openSUSE" + +#: ./doc/glossary/glossary-terms.xml5929(glossterm) +#: ./doc/glossary/glossary-terms.xml5931(primary) +msgid "operator" +msgstr "Operator" + +#: ./doc/glossary/glossary-terms.xml5935(para) +msgid "" +"The person responsible for planning and maintaining an OpenStack " +"installation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5941(glossterm) +#: ./doc/glossary/glossary-terms.xml5943(primary) +msgid "Orchestration" +msgstr "Orchestrierung" + +#: ./doc/glossary/glossary-terms.xml5947(para) +msgid "" +"An integrated project that orchestrates multiple cloud applications for " +"OpenStack. The project name of Orchestration is heat." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5954(glossterm) +msgid "orphan" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5956(primary) +msgid "orphans" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5960(para) +msgid "" +"In the context of Object Storage, this is a process that is not terminated " +"after an upgrade, restart, or reload of the service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5969(title) +msgid "P" +msgstr "P" + +#: ./doc/glossary/glossary-terms.xml5972(glossterm) +msgid "parent cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5976(secondary) +#: ./doc/glossary/glossary-terms.xml5979(primary) +msgid "parent cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5983(para) +msgid "" +"If a requested resource, such as CPU time, disk storage, or memory, is not " +"available in the parent cell, the request is forwarded to associated child " +"cells." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5990(glossterm) +msgid "partition" +msgstr "Partition" + +#: ./doc/glossary/glossary-terms.xml5992(primary) +#: ./doc/glossary/glossary-terms.xml6007(primary) +#: ./doc/glossary/glossary-terms.xml6021(primary) +msgid "partitions" +msgstr "Partitionen" + +#: ./doc/glossary/glossary-terms.xml5998(para) +msgid "" +"A unit of storage within Object Storage used to store objects. It exists on " +"top of devices and is replicated for fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6005(glossterm) +#: ./doc/glossary/glossary-terms.xml6009(secondary) +msgid "partition index" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6013(para) +msgid "" +"Contains the locations of all Object Storage partitions within the ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6019(glossterm) +msgid "partition shift value" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6023(secondary) +msgid "partition index value" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6027(para) +msgid "" +"Used by Object Storage to determine which partition data should reside on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6033(glossterm) +#: ./doc/glossary/glossary-terms.xml6035(primary) +msgid "path MTU discovery (PMTUD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6039(para) +msgid "" +"Mechanism in IP networks to detect end-to-end MTU and adjust packet size " +"accordingly." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6045(glossterm) +#: ./doc/glossary/glossary-terms.xml6047(primary) +msgid "pause" +msgstr "Pause" + +#: ./doc/glossary/glossary-terms.xml6051(para) +msgid "" +"A VM state where no changes occur (no changes in memory, network " +"communications stop, etc); the VM is frozen but not shut down." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6057(glossterm) +#: ./doc/glossary/glossary-terms.xml6059(primary) +msgid "PCI passthrough" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6063(para) +msgid "" +"Gives guest VMs exclusive access to a PCI device. Currently supported in " +"OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6069(glossterm) +msgid "persistent message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6073(secondary) +#: ./doc/glossary/glossary-terms.xml6076(primary) +msgid "persistent messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6080(para) +msgid "" +"A message that is stored both in memory and on disk. The message is not lost" +" after a failure or restart." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6086(glossterm) +#: ./doc/glossary/glossary-terms.xml6088(primary) +msgid "persistent volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6092(para) +msgid "Changes to these types of disk volumes are saved." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6097(glossterm) +#: ./doc/glossary/glossary-terms.xml6099(primary) +msgid "personality file" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6103(para) +msgid "" +"A file used to customize a Compute instance. It can be used to inject SSH " +"keys or a specific network configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6109(glossterm) +#: ./doc/glossary/glossary-terms.xml6111(primary) +msgid "Platform-as-a-Service (PaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6115(para) +msgid "" +"Provides to the consumer the ability to deploy applications through a " +"programming language or tools supported by the cloud platform provider. An " +"example of Platform-as-a-Service is an Eclipse/Java programming platform " +"provided with no downloads required." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6124(glossterm) +msgid "plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6126(primary) +msgid "plug-ins, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6130(para) +msgid "" +"Software component providing the actual implementation for Networking APIs, " +"or for Compute APIs, depending on the context." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6136(glossterm) +#: ./doc/glossary/glossary-terms.xml6138(primary) +msgid "policy service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6142(para) +msgid "" +"Component of Identity Service that provides a rule-management interface and " +"a rule-based authorization engine." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6148(glossterm) +#: ./doc/glossary/glossary-terms.xml6150(primary) +msgid "pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6154(para) +msgid "" +"A logical set of devices, such as web servers, that you group together to " +"receive and process traffic. The load balancing function chooses which " +"member of the pool handles the new requests or connections received on the " +"VIP address. Each VIP has one pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6163(glossterm) +#: ./doc/glossary/glossary-terms.xml6165(primary) +msgid "pool member" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6169(para) +msgid "" +"An application that runs on the back-end server in a load-balancing system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6175(glossterm) +msgid "port" +msgstr "Port" + +#: ./doc/glossary/glossary-terms.xml6177(primary) +#: ./doc/glossary/glossary-terms.xml6191(primary) +#: ./doc/glossary/glossary-terms.xml8437(primary) +msgid "ports" +msgstr "Ports" + +#: ./doc/glossary/glossary-terms.xml6183(para) +msgid "" +"A virtual network port within Networking; VIFs / vNICs are connected to a " +"port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6189(glossterm) +#: ./doc/glossary/glossary-terms.xml6193(secondary) +msgid "port UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6197(para) +msgid "Unique ID for a Networking port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6202(glossterm) +msgid "preseed" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6204(primary) +msgid "preseed, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6208(para) +msgid "" +"A tool to automate system configuration and installation on Debian-based " +"Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6214(glossterm) +#: ./doc/glossary/glossary-terms.xml6216(primary) +msgid "private image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6220(para) +msgid "An Image Service VM image that is only available to specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6226(glossterm) +#: ./doc/glossary/glossary-terms.xml6233(primary) +msgid "private IP address" +msgstr "private IP-Adresse" + +#: ./doc/glossary/glossary-terms.xml6230(secondary) +msgid "private" +msgstr "privat" + +#: ./doc/glossary/glossary-terms.xml6237(para) +msgid "" +"An IP address used for management and administration, not available to the " +"public Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6243(glossterm) +msgid "private network" +msgstr "privates Netzwerk" + +#: ./doc/glossary/glossary-terms.xml6247(secondary) +#: ./doc/glossary/glossary-terms.xml6250(primary) +msgid "private networks" +msgstr "private Netzwerke" + +#: ./doc/glossary/glossary-terms.xml6254(para) +msgid "" +"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 private network interface can" +" be a flat or VLAN network interface. A flat network interface is controlled" +" by the flat_interface with flat managers. A VLAN network interface is " +"controlled by the vlan_interface option with VLAN " +"managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6266(glossterm) +msgid "project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6268(primary) +#: ./doc/glossary/glossary-terms.xml6282(primary) +#: ./doc/glossary/glossary-terms.xml6296(primary) +msgid "projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6274(para) +msgid "" +"A logical grouping of users within Compute; defines quotas and access to VM " +"images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6280(glossterm) +#: ./doc/glossary/glossary-terms.xml6284(secondary) +msgid "project ID" +msgstr "Projektkennung" + +#: ./doc/glossary/glossary-terms.xml6288(para) +msgid "User-defined alphanumeric string in Compute; the name of a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6294(glossterm) +#: ./doc/glossary/glossary-terms.xml6298(secondary) +msgid "project VPN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6302(para) +msgid "Alternative term for a cloudpipe." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6307(glossterm) +#: ./doc/glossary/glossary-terms.xml6309(primary) +msgid "promiscuous mode" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6313(para) +msgid "" +"Causes the network interface to pass all traffic it receives to the host " +"rather than passing only the frames addressed to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6320(glossterm) +#: ./doc/glossary/glossary-terms.xml6322(primary) +msgid "protected property" +msgstr "Geschützte Eigenschaft" + +#: ./doc/glossary/glossary-terms.xml6326(para) +msgid "" +"Generally, extra properties on an Image Service image to which only cloud " +"administrators have access. Limits which user roles can perform CRUD " +"operations on that property. The cloud administrator can configure any image" +" property as protected." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6335(glossterm) +#: ./doc/glossary/glossary-terms.xml6337(primary) +msgid "provider" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6341(para) +msgid "An administrator who has access to all hosts and instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6347(glossterm) +msgid "proxy node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6351(secondary) +#: ./doc/glossary/glossary-terms.xml6354(primary) +msgid "proxy nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6358(para) +msgid "A node that provides the Object Storage proxy service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6363(glossterm) +msgid "proxy server" +msgstr "Proxyserver" + +#: ./doc/glossary/glossary-terms.xml6367(secondary) +#: ./doc/glossary/glossary-terms.xml6370(primary) +msgid "proxy servers" +msgstr "Proxyserver" + +#: ./doc/glossary/glossary-terms.xml6374(para) +msgid "" +"Users of Object Storage interact with the service through the proxy server, " +"which in turn looks up the location of the requested data within the ring " +"and returns the results to the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6381(glossterm) +#: ./doc/glossary/glossary-terms.xml6388(primary) +msgid "public API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6385(secondary) +msgid "public APIs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6392(para) +msgid "" +"An API endpoint used for both service-to-service communication and end-user " +"interactions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6398(glossterm) +#: ./doc/glossary/glossary-terms.xml6405(primary) +msgid "public image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6402(secondary) +msgid "public images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6409(para) +msgid "An Image Service VM image that is available to all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6415(glossterm) +#: ./doc/glossary/glossary-terms.xml6422(primary) +msgid "public IP address" +msgstr "öffentliche IP-Adresse" + +#: ./doc/glossary/glossary-terms.xml6419(secondary) +#: ./doc/glossary/glossary-terms.xml6447(secondary) +msgid "public" +msgstr "öffentlich" + +#: ./doc/glossary/glossary-terms.xml6426(para) +msgid "An IP address that is accessible to end-users." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6431(glossterm) +#: ./doc/glossary/glossary-terms.xml6433(primary) +msgid "public key authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6437(para) +msgid "Authentication method that uses keys rather than passwords." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6443(glossterm) +#: ./doc/glossary/glossary-terms.xml6450(primary) +msgid "public network" +msgstr "öffentliches Netzwerk" + +#: ./doc/glossary/glossary-terms.xml6454(para) +msgid "" +"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. The public network interface is" +" controlled by the public_interface option." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6463(glossterm) +#: ./doc/glossary/glossary-terms.xml6465(primary) +msgid "Puppet" +msgstr "Puppet" + +#: ./doc/glossary/glossary-terms.xml6469(para) +msgid "" +"An operating system configuration-management tool supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6475(glossterm) +#: ./doc/glossary/glossary-terms.xml6477(primary) +msgid "Python" +msgstr "Python" + +#: ./doc/glossary/glossary-terms.xml6481(para) +msgid "Programming language used extensively in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6489(title) +msgid "Q" +msgstr "Q" + +#: ./doc/glossary/glossary-terms.xml6492(glossterm) +#: ./doc/glossary/glossary-terms.xml6494(primary) +msgid "QEMU Copy On Write 2 (QCOW2)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6504(glossterm) +#: ./doc/glossary/glossary-terms.xml6506(primary) +msgid "Qpid" +msgstr "Qpid" + +#: ./doc/glossary/glossary-terms.xml6510(para) +msgid "" +"Message queue software supported by OpenStack; an alternative to RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6516(glossterm) +#: ./doc/glossary/glossary-terms.xml6518(primary) +msgid "quarantine" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6522(para) +msgid "" +"If Object Storage finds objects, containers, or accounts that are corrupt, " +"they are placed in this state, are not replicated, cannot be read by " +"clients, and a correct copy is re-replicated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6529(glossterm) +#: ./doc/glossary/glossary-terms.xml6531(primary) +msgid "Quick EMUlator (QEMU)" +msgstr "Quick EMUlator (QEMU)" + +#: ./doc/glossary/glossary-terms.xml6535(para) +msgid "QEMU is a generic and open source machine emulator and virtualizer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6538(para) +msgid "" +"One of the hypervisors supported by OpenStack, generally used for " +"development purposes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6544(glossterm) +msgid "quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6546(primary) +msgid "quotas" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6550(para) +msgid "" +"In Compute and Block Storage, the ability to set resource limits on a per-" +"project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6559(title) +msgid "R" +msgstr "R" + +#: ./doc/glossary/glossary-terms.xml6562(glossterm) +#: ./doc/glossary/glossary-terms.xml6564(primary) +msgid "RabbitMQ" +msgstr "RabbitMQ" + +#: ./doc/glossary/glossary-terms.xml6568(para) +msgid "The default message queue software used by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6573(glossterm) +#: ./doc/glossary/glossary-terms.xml6575(primary) +msgid "Rackspace Cloud Files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6579(para) +msgid "" +"Released as open source by Rackspace in 2010; the basis for Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6585(glossterm) +#: ./doc/glossary/glossary-terms.xml6587(primary) +msgid "RADOS Block Device (RBD)" +msgstr "RADOS Block Device (RBD)" + +#: ./doc/glossary/glossary-terms.xml6591(para) +msgid "" +"Ceph component that enables a Linux block device to be striped over multiple" +" distributed data stores." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6597(glossterm) +#: ./doc/glossary/glossary-terms.xml6599(primary) +msgid "radvd" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6603(para) +msgid "" +"The router advertisement daemon, used by the Compute VLAN manager and " +"FlatDHCP manager to provide routing services for VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6610(glossterm) +#: ./doc/glossary/glossary-terms.xml6612(primary) +msgid "RAM filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6616(para) +msgid "The Compute setting that enables or disables RAM overcommitment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6622(glossterm) +#: ./doc/glossary/glossary-terms.xml6624(primary) +msgid "RAM overcommit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6628(para) +msgid "" +"The ability to start new VM instances based on the actual memory usage of a " +"host, as opposed to basing the decision on the amount of RAM each running " +"instance thinks it has available. Also known as memory overcommit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6636(glossterm) +msgid "rate limit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6638(primary) +msgid "rate limits" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6642(para) +msgid "" +"Configurable option within Object Storage to limit database writes on a per-" +"account and/or per-container basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6648(glossterm) +msgid "raw" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6650(primary) +msgid "raw format" +msgstr "Rohformat" + +#: ./doc/glossary/glossary-terms.xml6654(para) +msgid "" +"One of the VM image disk formats supported by Image Service; an unstructured" +" disk image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6660(glossterm) +msgid "rebalance" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6662(primary) +msgid "rebalancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6666(para) +msgid "" +"The process of distributing Object Storage partitions across all drives in " +"the ring; used during initial ring creation and after ring reconfiguration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6673(glossterm) +#: ./doc/glossary/glossary-terms.xml6675(primary) +#: ./doc/glossary/glossary-terms.xml7532(primary) +msgid "reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6677(secondary) +#: ./doc/glossary/glossary-terms.xml7534(secondary) +msgid "hard vs. soft" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6681(para) +msgid "" +"Either a soft or hard reboot of a server. With a soft reboot, the operating " +"system is signaled to restart, which enables a graceful shutdown of all " +"processes. A hard reboot is the equivalent of power cycling the server. The " +"virtualization platform should ensure that the reboot action has completed " +"successfully, even in cases in which the underlying domain/VM is paused or " +"halted/stopped." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6691(glossterm) +msgid "rebuild" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6693(primary) +msgid "rebuilding" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6697(para) +msgid "" +"Removes all data on the server and replaces it with the specified image. " +"Server ID and IP addresses remain the same." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6703(glossterm) +#: ./doc/glossary/glossary-terms.xml6705(primary) +msgid "Recon" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6709(para) +msgid "An Object Storage component that collects metrics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6714(glossterm) +msgid "record" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6716(primary) +#: ./doc/glossary/glossary-terms.xml6735(primary) +msgid "records" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6722(para) +msgid "" +"Belongs to a particular domain and is used to specify information about the " +"domain. There are several types of " +"DNS records. Each record type contains particular information used to " +"describe the purpose of that record. Examples include mail exchange (MX) " +"records, which specify the mail server for a particular domain; and name " +"server (NS) records, which specify the authoritative name servers for a " +"domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6733(glossterm) +msgid "record ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6737(secondary) +msgid "record IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6741(para) +msgid "" +"A number within a database that is incremented each time a change is made. " +"Used by Object Storage when replicating." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6747(glossterm) +#: ./doc/glossary/glossary-terms.xml6749(primary) +msgid "Red Hat Enterprise Linux (RHEL)" +msgstr "Red Hat Enterprise Linux (RHEL)" + +#: ./doc/glossary/glossary-terms.xml6758(glossterm) +#: ./doc/glossary/glossary-terms.xml6760(primary) +msgid "reference architecture" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6764(para) +msgid "A recommended architecture for an OpenStack cloud." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6769(glossterm) +#: ./doc/glossary/glossary-terms.xml6771(primary) +msgid "region" +msgstr "Region" + +#: ./doc/glossary/glossary-terms.xml6775(para) +msgid "" +"A discrete OpenStack environment with dedicated API endpoints that typically" +" shares only the Identity Service (keystone) with other regions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6782(glossterm) +#: ./doc/glossary/glossary-terms.xml6784(primary) +msgid "registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6786(see) +msgid "under Image Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6790(para) +msgid "Alternative term for the Image Service registry." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6795(glossterm) +msgid "registry server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6799(secondary) +#: ./doc/glossary/glossary-terms.xml6802(primary) +msgid "registry servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6806(para) +msgid "" +"An Image Service that provides VM image metadata information to clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6812(glossterm) +#: ./doc/glossary/glossary-terms.xml6815(primary) +msgid "Reliable, Autonomic Distributed Object Store (RADOS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6820(para) +msgid "" +"A collection of components that provides object storage within Ceph. Similar" +" to OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6826(glossterm) +#: ./doc/glossary/glossary-terms.xml6828(primary) +msgid "Remote Procedure Call (RPC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6832(para) +msgid "" +"The method used by the Compute RabbitMQ for intra-service communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6838(glossterm) +msgid "replica" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6840(primary) +#: ./doc/glossary/glossary-terms.xml6855(primary) +#: ./doc/glossary/glossary-terms.xml6867(glossterm) +#: ./doc/glossary/glossary-terms.xml6878(primary) +msgid "replication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6846(para) +msgid "" +"Provides data redundancy and fault tolerance by creating copies of Object " +"Storage objects, accounts, and containers so that they are not lost when the" +" underlying storage fails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6853(glossterm) +#: ./doc/glossary/glossary-terms.xml6857(secondary) +msgid "replica count" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6861(para) +msgid "The number of replicas of the data in an Object Storage ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6870(para) +msgid "" +"The process of copying data to a separate physical device for fault " +"tolerance and performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6876(glossterm) +msgid "replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6880(secondary) +msgid "replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6884(para) +msgid "" +"The Object Storage back-end process that creates and manages object " +"replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6890(glossterm) +msgid "request ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6892(primary) +msgid "request IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6896(para) +msgid "Unique ID assigned to each request sent to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6901(glossterm) +msgid "rescue image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6903(primary) +msgid "rescue images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6907(para) +msgid "" +"A special type of VM image that is booted when an instance is placed into " +"rescue mode. Allows an administrator to mount the file systems for an " +"instance to correct the problem." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6914(glossterm) +msgid "resize" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6916(primary) +msgid "resizing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6920(para) +msgid "" +"Converts an existing server to a different flavor, which scales the server " +"up or down. The original server is saved to enable rollback if a problem " +"occurs. All resizes must be tested and explicitly confirmed, at which time " +"the original server is removed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6928(glossterm) +msgid "RESTful" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6930(primary) +msgid "RESTful web services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6934(para) +msgid "" +"A kind of web service API that uses REST, or Representational State " +"Transfer. REST is the style of architecture for hypermedia systems that is " +"used for the World Wide Web." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6941(glossterm) +msgid "ring" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6943(primary) +#: ./doc/glossary/glossary-terms.xml6958(primary) +msgid "rings" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6949(para) +msgid "" +"An entity that maps Object Storage data to partitions. A separate ring " +"exists for each service, such as account, object, and container." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6956(glossterm) +msgid "ring builder" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6960(secondary) +msgid "ring builders" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6964(para) +msgid "" +"Builds and manages rings within Object Storage, assigns partitions to " +"devices, and pushes the configuration to other storage nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6971(glossterm) +#: ./doc/glossary/glossary-terms.xml6973(primary) +msgid "Role Based Access Control (RBAC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6977(para) +msgid "" +"Provides a predefined list of actions that the user can perform, such as " +"start or stop VMs, reset passwords, and so on. Supported in both Identity " +"Service and Compute and can be configured using the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6985(glossterm) +msgid "role" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6987(primary) +#: ./doc/glossary/glossary-terms.xml7002(primary) +msgid "roles" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6993(para) +msgid "" +"A personality that a user assumes to perform a specific set of operations. A" +" role includes a set of rights and privileges. A user assuming that role " +"inherits those rights and privileges." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7000(glossterm) +#: ./doc/glossary/glossary-terms.xml7004(secondary) +msgid "role ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7008(para) +msgid "Alphanumeric ID assigned to each Identity Service role." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7013(glossterm) +#: ./doc/glossary/glossary-terms.xml7015(primary) +msgid "rootwrap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7019(para) +msgid "" +"A feature of Compute that allows the unprivileged \"nova\" user to run a " +"specified list of commands as the Linux root user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7025(glossterm) +#: ./doc/glossary/glossary-terms.xml7032(primary) +msgid "round-robin scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7027(primary) +#: ./doc/glossary/glossary-terms.xml7575(primary) +msgid "schedulers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7029(secondary) +msgid "round-robin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7036(para) +msgid "" +"Type of Compute scheduler that evenly distributes instances among available " +"hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7042(glossterm) +#: ./doc/glossary/glossary-terms.xml7044(primary) +msgid "router" +msgstr "Router" + +#: ./doc/glossary/glossary-terms.xml7048(para) +msgid "" +"A physical or virtual network device that passes network traffic between " +"different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7054(glossterm) +msgid "routing key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7056(primary) +msgid "routing keys" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7060(para) +msgid "" +"The Compute direct exchanges, fanout exchanges, and topic exchanges use this" +" key to determine how to process a message; processing varies depending on " +"exchange type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7067(glossterm) +msgid "RPC driver" +msgstr "RPC-Treiber" + +#: ./doc/glossary/glossary-terms.xml7069(primary) +msgid "drivers" +msgstr "Treiber" + +#: ./doc/glossary/glossary-terms.xml7071(secondary) +#: ./doc/glossary/glossary-terms.xml7074(primary) +msgid "RPC drivers" +msgstr "RPC-Treiber" + +#: ./doc/glossary/glossary-terms.xml7078(para) +msgid "" +"Modular system that allows the underlying message queue software of Compute " +"to be changed. For example, from RabbitMQ to ZeroMQ or Qpid." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7085(glossterm) +#: ./doc/glossary/glossary-terms.xml7087(primary) +msgid "rsync" +msgstr "rsync" + +#: ./doc/glossary/glossary-terms.xml7091(para) +msgid "Used by Object Storage to push object replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7096(glossterm) +msgid "RXTX cap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7098(primary) +msgid "RXTX cap/quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7102(para) +msgid "" +"Absolute limit on the amount of network traffic a Compute VM instance can " +"send and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7108(glossterm) +msgid "RXTX quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7111(para) +msgid "" +"Soft limit on the amount of network traffic a Compute VM instance can send " +"and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7117(glossterm) +#: ./doc/glossary/glossary-terms.xml7119(primary) +msgid "Ryu neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7123(para) +msgid "" +"Enables the Ryu network operating system to function as a Networking " +"OpenFlow controller." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7132(title) +msgid "S" +msgstr "S" + +#: ./doc/glossary/glossary-terms.xml7135(glossterm) +msgid "S3" +msgstr "S3" + +#: ./doc/glossary/glossary-terms.xml7137(primary) +msgid "S3 storage service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7141(para) +msgid "" +"Object storage service by Amazon; similar in function to Object Storage, it " +"can act as a back-end store for Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7148(glossterm) +#: ./doc/glossary/glossary-terms.xml7150(primary) +msgid "sahara" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7154(para) +msgid "" +"OpenStack project that provides a scalable data-processing stack and " +"associated management interfaces." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7160(glossterm) +#: ./doc/glossary/glossary-terms.xml7162(primary) +msgid "scheduler manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7166(para) +msgid "" +"A Compute component that determines where VM instances should start. Uses " +"modular design to support a variety of scheduler types." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7173(glossterm) +msgid "scoped token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7175(primary) +msgid "scoped tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7179(para) +msgid "" +"An Identity Service API access token that is associated with a specific " +"tenant." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7185(glossterm) +msgid "scrubber" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7187(primary) +msgid "scrubbers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7191(para) +msgid "" +"Checks for and deletes unused VMs; the component of Image Service that " +"implements delayed delete." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7197(glossterm) +msgid "secret key" +msgstr "geheimer Schlüssel" + +#: ./doc/glossary/glossary-terms.xml7199(primary) +msgid "secret keys" +msgstr "geheime Schlüssel" + +#: ./doc/glossary/glossary-terms.xml7203(para) +msgid "" +"String of text known only by the user; used along with an access key to make" +" requests to the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7209(glossterm) +#: ./doc/glossary/glossary-terms.xml7211(primary) +msgid "secure shell (SSH)" +msgstr "Secure Shell (SSH)" + +#: ./doc/glossary/glossary-terms.xml7215(para) +msgid "" +"Open source tool used to access remote hosts through an encrypted " +"communications channel, SSH key injection is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7222(glossterm) +msgid "security group" +msgstr "Sicherheitsgruppe" + +#: ./doc/glossary/glossary-terms.xml7224(primary) +msgid "security groups" +msgstr "Sicherheitsgruppen" + +#: ./doc/glossary/glossary-terms.xml7228(para) +msgid "" +"A set of network traffic filtering rules that are applied to a Compute " +"instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7234(glossterm) +msgid "segmented object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7238(secondary) +#: ./doc/glossary/glossary-terms.xml7241(primary) +msgid "segmented objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7245(para) +msgid "" +"An Object Storage large object that has been broken up into pieces. The re-" +"assembled object is called a concatenated object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7252(glossterm) +msgid "server" +msgstr "Server" + +#: ./doc/glossary/glossary-terms.xml7260(para) +msgid "" +"Computer that provides explicit services to the client software running on " +"that system, often managing a variety of computer operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7264(para) +msgid "" +"A server is a VM instance in the Compute system. Flavor and image are " +"requisite elements when creating a server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7270(glossterm) +#: ./doc/glossary/glossary-terms.xml7272(primary) +msgid "server image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7276(para) +msgid "Alternative term for a VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7281(glossterm) +#: ./doc/glossary/glossary-terms.xml7285(secondary) +msgid "server UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7295(glossterm) +msgid "service" +msgstr "Dienst" + +#: ./doc/glossary/glossary-terms.xml7297(primary) +msgid "services" +msgstr "Dienste" + +#: ./doc/glossary/glossary-terms.xml7303(para) +msgid "" +"An OpenStack service, such as Compute, Object Storage, or Image Service. " +"Provides one or more endpoints through which users can access resources and " +"perform operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7310(glossterm) +#: ./doc/glossary/glossary-terms.xml7312(primary) +msgid "service catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7316(para) +msgid "Alternative term for the Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7321(glossterm) +#: ./doc/glossary/glossary-terms.xml7323(primary) +msgid "service ID" +msgstr "Dienstkennung" + +#: ./doc/glossary/glossary-terms.xml7327(para) +msgid "" +"Unique ID assigned to each service that is available in the Identity Service" +" catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7333(glossterm) +#: ./doc/glossary/glossary-terms.xml7335(primary) +msgid "service registration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7339(para) +msgid "" +"An Identity Service feature that enables services, such as Compute, to " +"automatically register with the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7345(glossterm) +#: ./doc/glossary/glossary-terms.xml7347(primary) +msgid "service tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7351(para) +msgid "" +"Special tenant that contains all services that are listed in the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7357(glossterm) +#: ./doc/glossary/glossary-terms.xml7359(primary) +msgid "service token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7363(para) +msgid "" +"An administrator-defined token used by Compute to communicate securely with " +"the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7369(glossterm) +#: ./doc/glossary/glossary-terms.xml7373(secondary) +msgid "session back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7371(primary) +#: ./doc/glossary/glossary-terms.xml7385(primary) +#: ./doc/glossary/glossary-terms.xml7400(primary) +msgid "sessions" +msgstr "Sitzungen" + +#: ./doc/glossary/glossary-terms.xml7377(para) +msgid "" +"The method of storage used by horizon to track client sessions, such as " +"local memory, cookies, a database, or memcached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7383(glossterm) +#: ./doc/glossary/glossary-terms.xml7387(secondary) +msgid "session persistence" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7391(para) +msgid "" +"A feature of the load-balancing service. It attempts to force subsequent " +"connections to a service to be redirected to the same node as long as it is " +"online." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7398(glossterm) +#: ./doc/glossary/glossary-terms.xml7402(secondary) +msgid "session storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7406(para) +msgid "" +"A horizon component that stores and tracks client session information. " +"Implemented through the Django sessions framework." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7412(glossterm) +#: ./doc/glossary/glossary-terms.xml7419(primary) +msgid "shared IP address" +msgstr "geteilte IP-Adresse" + +#: ./doc/glossary/glossary-terms.xml7416(secondary) +msgid "shared" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7423(para) +msgid "" +"An IP address that can be assigned to a VM instance within the shared IP " +"group. Public IP addresses can be shared across multiple servers for use in " +"various high-availability scenarios. When an IP address is shared to another" +" server, the cloud network restrictions are modified to enable each server " +"to listen to and respond on that IP address. You can optionally specify that" +" the target server network configuration be modified. Shared IP addresses " +"can be used with many standard heartbeat facilities, such as keepalive, that" +" monitor for failure and manage IP failover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7436(glossterm) +msgid "shared IP group" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7438(primary) +msgid "shared IP groups" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7442(para) +msgid "" +"A collection of servers that can share IPs with other members of the group. " +"Any server in a group can share one or more public IPs with any other server" +" in the group. With the exception of the first server in a shared IP group, " +"servers must be launched into shared IP groups. A server may be a member of " +"only one shared IP group." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7451(glossterm) +#: ./doc/glossary/glossary-terms.xml7453(primary) +msgid "shared storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7457(para) +msgid "" +"Block storage that is simultaneously accessible by multiple clients, for " +"example, NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7463(glossterm) +#: ./doc/glossary/glossary-terms.xml7465(primary) +msgid "Sheepdog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7469(para) +msgid "Distributed block storage system for QEMU, supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7475(glossterm) +#: ./doc/glossary/glossary-terms.xml7478(primary) +msgid "Simple Cloud Identity Management (SCIM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7482(para) +msgid "" +"Specification for managing identity in the cloud, currently unsupported by " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7488(glossterm) +#: ./doc/glossary/glossary-terms.xml7491(primary) +msgid "Single-root I/O Virtualization (SR-IOV)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7495(para) +msgid "" +"A specification that, when implemented by a physical PCIe device, enables it" +" to appear as multiple separate PCIe devices. This enables multiple " +"virtualized guests to share direct access to the physical device, offering " +"improved performance over an equivalent virtual device. Currently supported " +"in OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7505(glossterm) +#: ./doc/glossary/glossary-terms.xml7507(primary) +msgid "SmokeStack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7511(para) +msgid "Runs automated tests against the core OpenStack API; written in Rails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7517(glossterm) +#: ./doc/glossary/glossary-terms.xml7519(primary) +msgid "snapshot" +msgstr "Momentaufnahme" + +#: ./doc/glossary/glossary-terms.xml7523(para) +msgid "" +"A point-in-time copy of an OpenStack storage volume or image. Use storage " +"volume snapshots to back up volumes. Use image snapshots to back up data, or" +" as \"gold\" images for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7530(glossterm) +#: ./doc/glossary/glossary-terms.xml7537(primary) +msgid "soft reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7541(para) +msgid "" +"A controlled reboot where a VM instance is properly restarted through " +"operating system commands." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7547(glossterm) +#: ./doc/glossary/glossary-terms.xml7549(primary) +msgid "SolidFire Volume Driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7553(para) +msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7559(glossterm) +msgid "SPICE" +msgstr "SPICE" + +#: ./doc/glossary/glossary-terms.xml7561(primary) +msgid "SPICE (Simple Protocol for Independent Computing Environments)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7566(para) +msgid "" +"The Simple Protocol for Independent Computing Environments (SPICE) provides " +"remote desktop access to guest virtual machines. It is an alternative to " +"VNC. SPICE is supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7573(glossterm) +#: ./doc/glossary/glossary-terms.xml7580(primary) +msgid "spread-first scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7577(secondary) +msgid "spread-first" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7584(para) +msgid "" +"The Compute VM scheduling algorithm that attempts to start a new VM on the " +"host with the least amount of load." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7590(glossterm) +#: ./doc/glossary/glossary-terms.xml7592(primary) +msgid "SQL-Alchemy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7596(para) +msgid "An open source SQL toolkit for Python, used in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7601(glossterm) +#: ./doc/glossary/glossary-terms.xml7603(primary) +msgid "SQLite" +msgstr "SQLite" + +#: ./doc/glossary/glossary-terms.xml7607(para) +msgid "" +"A lightweight SQL database, used as the default persistent storage method in" +" many OpenStack services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7613(glossterm) +#: ./doc/glossary/glossary-terms.xml7615(primary) +msgid "stack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7620(para) +msgid "" +"A set of OpenStack resources created and managed by the Orchestration " +"service according to a given template (either an AWS CloudFormation template" +" or a Heat Orchestration Template (HOT))." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7628(glossterm) +#: ./doc/glossary/glossary-terms.xml7630(primary) +msgid "StackTach" +msgstr "StackTach" + +#: ./doc/glossary/glossary-terms.xml7634(para) +msgid "" +"Community project that captures Compute AMQP communications; useful for " +"debugging." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7640(glossterm) +msgid "static IP address" +msgstr "statische IP-Adresse" + +#: ./doc/glossary/glossary-terms.xml7644(secondary) +msgid "static" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7647(primary) +msgid "static IP addresses" +msgstr "statische IP-Adresseen" + +#: ./doc/glossary/glossary-terms.xml7651(para) +msgid "Alternative term for a fixed IP address." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7656(glossterm) +#: ./doc/glossary/glossary-terms.xml7658(primary) +msgid "StaticWeb" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7662(para) +msgid "" +"WSGI middleware component of Object Storage that serves container data as a " +"static web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7668(glossterm) +#: ./doc/glossary/glossary-terms.xml7670(primary) +msgid "storage back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7674(para) +msgid "" +"The method that a service uses for persistent storage, such as iSCSI, NFS, " +"or local disk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7680(glossterm) +#: ./doc/glossary/glossary-terms.xml7687(primary) +msgid "storage node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7684(secondary) +msgid "storage nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7691(para) +msgid "" +"An Object Storage node that provides container services, account services, " +"and object services; controls the account databases, container databases, " +"and object storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7698(glossterm) +#: ./doc/glossary/glossary-terms.xml7702(secondary) +msgid "storage manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7700(primary) +#: ./doc/glossary/glossary-terms.xml7714(primary) +#: ./doc/glossary/glossary-terms.xml7728(primary) +#: ./doc/glossary/glossary-terms.xml7877(primary) +msgid "storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7706(para) +msgid "" +"A XenAPI component that provides a pluggable interface to support a wide " +"variety of persistent storage back ends." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7712(glossterm) +#: ./doc/glossary/glossary-terms.xml7716(secondary) +msgid "storage manager back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7720(para) +msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7726(glossterm) +#: ./doc/glossary/glossary-terms.xml7730(secondary) +msgid "storage services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7734(para) +msgid "" +"Collective name for the Object Storage object services, container services, " +"and account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7740(glossterm) +#: ./doc/glossary/glossary-terms.xml7742(primary) +msgid "strategy" +msgstr "Strategie" + +#: ./doc/glossary/glossary-terms.xml7746(para) +msgid "" +"Specifies the authentication source used by Image Service or Identity " +"Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7752(glossterm) +msgid "subdomain" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7754(primary) +msgid "subdomains" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7758(para) +msgid "" +"A domain within a parent domain. Subdomains cannot be registered. Subdomains" +" enable you to delegate domains. Subdomains can themselves have subdomains, " +"so third-level, fourth-level, fifth-level, and deeper levels of nesting are " +"possible." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7766(glossterm) +#: ./doc/glossary/glossary-terms.xml7768(primary) +msgid "subnet" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7772(para) +msgid "Logical subdivision of an IP network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7777(glossterm) +#: ./doc/glossary/glossary-terms.xml7780(primary) +msgid "SUSE Linux Enterprise Server (SLES)" +msgstr "SUSE Linux Enterprise Server (SLES)" + +#: ./doc/glossary/glossary-terms.xml7789(glossterm) +msgid "suspend" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7791(primary) +msgid "suspend, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7795(para) +msgid "" +"Alternative term for a paused VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7801(glossterm) +msgid "swap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7803(primary) +msgid "swap, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7807(para) +msgid "" +"Disk-based virtual memory used by operating systems to provide more memory " +"than is actually available on the system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7813(glossterm) +#: ./doc/glossary/glossary-terms.xml7815(primary) +msgid "swawth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7819(para) +msgid "" +"An authentication and authorization service for Object Storage, implemented " +"through WSGI middleware; uses Object Storage itself as the persistent " +"backing store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7829(para) +msgid "An OpenStack core project that provides object storage services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7835(glossterm) +#: ./doc/glossary/glossary-terms.xml7837(primary) +msgid "swift All in One (SAIO)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7841(para) +msgid "" +"Creates a full Object Storage development environment within a single VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7847(glossterm) +#: ./doc/glossary/glossary-terms.xml7851(secondary) +msgid "swift middleware" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7855(para) +msgid "" +"Collective term for Object Storage components that provide additional " +"functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7861(glossterm) +#: ./doc/glossary/glossary-terms.xml7865(secondary) +msgid "swift proxy server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7869(para) +msgid "" +"Acts as the gatekeeper to Object Storage and is responsible for " +"authenticating the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7875(glossterm) +msgid "swift storage node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7879(secondary) +#: ./doc/glossary/glossary-terms.xml7884(secondary) +#: ./doc/glossary/glossary-terms.xml7889(secondary) +msgid "swift storage nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7893(para) +msgid "" +"A node that runs Object Storage account, container, and object services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7899(glossterm) +#: ./doc/glossary/glossary-terms.xml7901(primary) +msgid "sync point" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7905(para) +msgid "" +"Point in time since the last container and accounts database sync among " +"nodes within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7911(glossterm) +#: ./doc/glossary/glossary-terms.xml7913(primary) +msgid "sysadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7917(para) +msgid "" +"One of the default roles in the Compute RBAC system. Enables a user to add " +"other users to a project, interact with VM images that are associated with " +"the project, and start and stop VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7924(glossterm) +#: ./doc/glossary/glossary-terms.xml7926(primary) +msgid "system usage" +msgstr "Systemauslastung" + +#: ./doc/glossary/glossary-terms.xml7930(para) +msgid "" +"A Compute component that, along with the notification system, collects " +"metrics and usage information. This information can be used for billing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7940(title) +msgid "T" +msgstr "T" + +#: ./doc/glossary/glossary-terms.xml7943(glossterm) +#: ./doc/glossary/glossary-terms.xml7945(primary) +msgid "Telemetry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7949(para) +msgid "" +"An integrated project that provides metering and measuring facilities for " +"OpenStack. The project name of Telemetry is ceilometer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7956(glossterm) +#: ./doc/glossary/glossary-terms.xml7958(primary) +msgid "TempAuth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7962(para) +msgid "" +"An authentication facility within Object Storage that enables Object Storage" +" itself to perform authentication and authorization. Frequently used in " +"testing and development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7969(glossterm) +#: ./doc/glossary/glossary-terms.xml7971(primary) +msgid "Tempest" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7975(para) +msgid "" +"Automated software test suite designed to run against the trunk of the " +"OpenStack core project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7981(glossterm) +#: ./doc/glossary/glossary-terms.xml7983(primary) +msgid "TempURL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7987(para) +msgid "" +"An Object Storage middleware component that enables creation of URLs for " +"temporary object access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7993(glossterm) +#: ./doc/glossary/glossary-terms.xml8004(primary) +#: ./doc/glossary/glossary-terms.xml8022(primary) +#: ./doc/glossary/glossary-terms.xml8036(primary) +msgid "tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7996(para) +msgid "" +"A group of users; used to isolate access to Compute resources. An " +"alternative term for a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8002(glossterm) +#: ./doc/glossary/glossary-terms.xml8006(secondary) +msgid "Tenant API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8010(para) +msgid "An API that is accessible to tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8015(glossterm) +#: ./doc/glossary/glossary-terms.xml8019(secondary) +#: ./doc/glossary/glossary-terms.xml8024(secondary) +msgid "tenant endpoint" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8028(para) +msgid "" +"An Identity Service API endpoint that is associated with one or more " +"tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8034(glossterm) +#: ./doc/glossary/glossary-terms.xml8038(secondary) +msgid "tenant ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8042(para) +msgid "" +"Unique ID assigned to each tenant within the Identity Service. The project " +"IDs map to the tenant IDs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8048(glossterm) +msgid "token" +msgstr "Token" + +#: ./doc/glossary/glossary-terms.xml8050(primary) +msgid "tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8054(para) +msgid "" +"An alpha-numeric string of text used to access OpenStack APIs and resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8060(glossterm) +#: ./doc/glossary/glossary-terms.xml8062(primary) +msgid "token services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8066(para) +msgid "" +"An Identity Service component that manages and validates tokens after a user" +" or tenant has been authenticated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8072(glossterm) +#: ./doc/glossary/glossary-terms.xml8074(primary) +msgid "tombstone" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8077(para) +msgid "" +"Used to mark Object Storage objects that have been deleted; ensures that the" +" object is not updated on another node after it has been deleted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8085(glossterm) +#: ./doc/glossary/glossary-terms.xml8087(primary) +msgid "topic publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8091(para) +msgid "" +"A process that is created when a RPC call is executed; used to push the " +"message to the topic exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8097(glossterm) +#: ./doc/glossary/glossary-terms.xml8099(primary) +msgid "Torpedo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8103(para) +msgid "" +"Community project used to run automated tests against the OpenStack API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8109(glossterm) +msgid "transaction ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8111(primary) +msgid "transaction IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8115(para) +msgid "" +"Unique ID assigned to each Object Storage request; used for debugging and " +"tracing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8121(glossterm) +msgid "transient" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8123(primary) +msgid "transient exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8129(para) +msgid "Alternative term for non-durable." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8134(glossterm) +msgid "transient exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8137(para) +msgid "" +"Alternative term for a non-durable exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8143(glossterm) +msgid "transient message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8147(secondary) +#: ./doc/glossary/glossary-terms.xml8150(primary) +msgid "transient messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8154(para) +msgid "" +"A message that is stored in memory and is lost after the server is " +"restarted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8160(glossterm) +msgid "transient queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8164(secondary) +#: ./doc/glossary/glossary-terms.xml8167(primary) +msgid "transient queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8171(para) +msgid "Alternative term for a non-durable queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8176(glossterm) +#: ./doc/glossary/glossary-terms.xml8178(primary) +msgid "TripleO" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8182(para) +msgid "" +"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " +"program." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8190(glossterm) +#: ./doc/glossary/glossary-terms.xml8192(primary) +msgid "trove" +msgstr "Trove" + +#: ./doc/glossary/glossary-terms.xml8196(para) +msgid "OpenStack project that provides database services to applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8205(title) +msgid "U" +msgstr "U" + +#: ./doc/glossary/glossary-terms.xml8208(glossterm) +#: ./doc/glossary/glossary-terms.xml8210(primary) +msgid "Ubuntu" +msgstr "Ubuntu" + +#: ./doc/glossary/glossary-terms.xml8214(para) +msgid "A Debian-based Linux distribution." +msgstr "Eine Debian-basierte Linux Distribution." + +#: ./doc/glossary/glossary-terms.xml8219(glossterm) +#: ./doc/glossary/glossary-terms.xml8221(primary) +msgid "unscoped token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8225(para) +msgid "Alternative term for an Identity Service default token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8230(glossterm) +msgid "updater" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8232(primary) +msgid "updaters" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8236(para) +msgid "" +"Collective term for a group of Object Storage components that processes " +"queued and failed updates for containers and objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8242(glossterm) +msgid "user" +msgstr "Benutzer" + +#: ./doc/glossary/glossary-terms.xml8244(primary) +msgid "users, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8248(para) +msgid "" +"In Identity Service, each user is associated with one or more tenants, and " +"in Compute can be associated with roles, projects, or both." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8255(glossterm) +#: ./doc/glossary/glossary-terms.xml8257(primary) +msgid "user data" +msgstr "Benutzerdaten" + +#: ./doc/glossary/glossary-terms.xml8261(para) +msgid "" +"A blob of data that the user can specify when they launch an instance. The " +"instance can access this data through the metadata service or config drive. " +"config drive " +"Commonly used to pass a shell script that the instance runs on boot." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8271(glossterm) +#: ./doc/glossary/glossary-terms.xml8273(primary) +msgid "User Mode Linux (UML)" +msgstr "User Mode Linux (UML)" + +#: ./doc/glossary/glossary-terms.xml8285(title) +msgid "V" +msgstr "V" + +#: ./doc/glossary/glossary-terms.xml8288(glossterm) +#: ./doc/glossary/glossary-terms.xml8290(primary) +msgid "VIF UUID" +msgstr "VIF UUID" + +#: ./doc/glossary/glossary-terms.xml8294(para) +msgid "Unique ID assigned to each Networking VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8299(glossterm) +#: ./doc/glossary/glossary-terms.xml8301(primary) +msgid "VIP" +msgstr "VIP" + +#: ./doc/glossary/glossary-terms.xml8305(para) +msgid "" +"The primary load balancing configuration object. Specifies the virtual IP " +"address and port where client traffic is received. Also defines other " +"details such as the load balancing method to be used, protocol, and so on. " +"This entity is sometimes known in load-balancing products as a virtual " +"server, vserver, or listener." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8315(glossterm) +#: ./doc/glossary/glossary-terms.xml8318(primary) +msgid "Virtual Central Processing Unit (vCPU)" +msgstr "Virtual Central Processing Unit (vCPU)" + +#: ./doc/glossary/glossary-terms.xml8322(para) +msgid "Subdivides physical CPUs. Instances can then use those divisions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8328(glossterm) +#: ./doc/glossary/glossary-terms.xml8330(primary) +msgid "Virtual Disk Image (VDI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8340(glossterm) +#: ./doc/glossary/glossary-terms.xml8342(primary) +msgid "Virtual Hard Disk (VHD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8352(glossterm) +#: ./doc/glossary/glossary-terms.xml8354(primary) +msgid "virtual IP" +msgstr "virtuelle IP" + +#: ./doc/glossary/glossary-terms.xml8358(para) +msgid "" +"An Internet Protocol (IP) address configured on the load balancer for use by" +" clients connecting to a service that is load balanced. Incoming connections" +" are distributed to back-end nodes based on the configuration of the load " +"balancer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8366(glossterm) +#: ./doc/glossary/glossary-terms.xml8368(primary) +msgid "virtual machine (VM)" +msgstr "virtuelle Maschine (VM)" + +#: ./doc/glossary/glossary-terms.xml8372(para) +msgid "" +"An operating system instance that runs on top of a hypervisor. Multiple VMs " +"can run at the same time on the same physical host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8379(glossterm) +#: ./doc/glossary/glossary-terms.xml8386(primary) +msgid "virtual network" +msgstr "virtuelles Netzwerk" + +#: ./doc/glossary/glossary-terms.xml8383(secondary) +#: ./doc/glossary/glossary-terms.xml8439(secondary) +#: ./doc/glossary/glossary-terms.xml8469(secondary) +msgid "virtual" +msgstr "virtuell" + +#: ./doc/glossary/glossary-terms.xml8390(para) +msgid "An L2 network segment within Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8395(glossterm) +#: ./doc/glossary/glossary-terms.xml8397(primary) +msgid "virtual networking" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8401(para) +msgid "" +"A generic term for virtualization of network functions such as switching, " +"routing, load balancing, and security using a combination of VMs and " +"overlays on physical network infrastructure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8410(glossterm) +#: ./doc/glossary/glossary-terms.xml8412(primary) +msgid "Virtual Network Computing (VNC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8416(para) +msgid "" +"Open source GUI and CLI tools used for remote console access to VMs. " +"Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8422(glossterm) +#: ./doc/glossary/glossary-terms.xml8424(primary) +msgid "Virtual Network InterFace (VIF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8428(para) +msgid "" +"An interface that is plugged into a port in a Networking network. Typically " +"a virtual network interface belonging to a VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8435(glossterm) +#: ./doc/glossary/glossary-terms.xml8442(primary) +msgid "virtual port" +msgstr "virtueller Port" + +#: ./doc/glossary/glossary-terms.xml8446(para) +msgid "" +"Attachment point where a virtual interface connects to a virtual network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8452(glossterm) +#: ./doc/glossary/glossary-terms.xml8454(primary) +msgid "virtual private network (VPN)" +msgstr "virtuelles privates Netzwerk (VPN)" + +#: ./doc/glossary/glossary-terms.xml8458(para) +msgid "" +"Provided by Compute in the form of cloudpipes, specialized instances that " +"are used to create VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8465(glossterm) +msgid "virtual server" +msgstr "virtueller Server" + +#: ./doc/glossary/glossary-terms.xml8472(primary) +msgid "virtual servers" +msgstr "virtuelle Server" + +#: ./doc/glossary/glossary-terms.xml8476(para) +msgid "Alternative term for a VM or guest." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8481(glossterm) +#: ./doc/glossary/glossary-terms.xml8483(primary) +msgid "virtual switch (vSwitch)" +msgstr "virtual switch (vSwitch)" + +#: ./doc/glossary/glossary-terms.xml8487(para) +msgid "" +"Software that runs on a host or node and provides the features and functions" +" of a hardware-based network switch." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8493(glossterm) +#: ./doc/glossary/glossary-terms.xml8495(primary) +msgid "virtual VLAN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8499(para) +msgid "Alternative term for a virtual network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8504(glossterm) +#: ./doc/glossary/glossary-terms.xml8506(primary) +msgid "VirtualBox" +msgstr "VirtualBox" + +#: ./doc/glossary/glossary-terms.xml8515(glossterm) +#: ./doc/glossary/glossary-terms.xml8517(primary) +msgid "VLAN manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8521(para) +msgid "" +"A Compute component that provides dnsmasq and radvd and sets up forwarding " +"to and from cloudpipe instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8527(glossterm) +#: ./doc/glossary/glossary-terms.xml8534(primary) +msgid "VLAN network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8531(secondary) +msgid "VLAN" +msgstr "VLAN" + +#: ./doc/glossary/glossary-terms.xml8538(para) +msgid "" +"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 VLAN network is a private " +"network interface, which is controlled by the " +"vlan_interface option with VLAN managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8548(glossterm) +#: ./doc/glossary/glossary-terms.xml8550(primary) +msgid "VM disk (VMDK)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8560(glossterm) +#: ./doc/glossary/glossary-terms.xml8562(primary) +msgid "VM image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8566(para) +msgid "Alternative term for an image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8571(glossterm) +#: ./doc/glossary/glossary-terms.xml8573(primary) +msgid "VM Remote Control (VMRC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8577(para) +msgid "" +"Method to access VM instance consoles using a web browser. Supported by " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8583(glossterm) +#: ./doc/glossary/glossary-terms.xml8585(primary) +msgid "VMware API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8589(para) +msgid "Supports interaction with VMware products in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8594(glossterm) +msgid "VMware NSX Neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8597(para) +msgid "Provides support for VMware NSX in Neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8602(glossterm) +#: ./doc/glossary/glossary-terms.xml8604(primary) +msgid "VNC proxy" +msgstr "VNC-Proxy" + +#: ./doc/glossary/glossary-terms.xml8608(para) +msgid "" +"A Compute component that provides users access to the consoles of their VM " +"instances through VNC or VMRC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8614(glossterm) +#: ./doc/glossary/glossary-terms.xml8626(primary) +#: ./doc/glossary/glossary-terms.xml8639(primary) +#: ./doc/glossary/glossary-terms.xml8653(primary) +#: ./doc/glossary/glossary-terms.xml8666(primary) +#: ./doc/glossary/glossary-terms.xml8680(primary) +#: ./doc/glossary/glossary-terms.xml8694(primary) +#: ./doc/glossary/glossary-terms.xml8708(primary) +msgid "volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8617(para) +msgid "" +"Disk-based data storage generally represented as an iSCSI target with a file" +" system that supports extended attributes; can be persistent or ephemeral." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8624(glossterm) +#: ./doc/glossary/glossary-terms.xml8628(secondary) +msgid "Volume API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8632(para) +msgid "Alternative name for the Block Storage API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8637(glossterm) +#: ./doc/glossary/glossary-terms.xml8641(secondary) +msgid "volume controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8645(para) +msgid "" +"A Block Storage component that oversees and coordinates storage volume " +"actions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8651(glossterm) +#: ./doc/glossary/glossary-terms.xml8655(secondary) +msgid "volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8659(para) +msgid "Alternative term for a volume plug-in." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8664(glossterm) +#: ./doc/glossary/glossary-terms.xml8668(secondary) +msgid "volume ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8672(para) +msgid "" +"Unique ID applied to each storage volume under the Block Storage control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8678(glossterm) +#: ./doc/glossary/glossary-terms.xml8682(secondary) +msgid "volume manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8686(para) +msgid "" +"A Block Storage component that creates, attaches, and detaches persistent " +"storage volumes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8692(glossterm) +#: ./doc/glossary/glossary-terms.xml8696(secondary) +msgid "volume node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8700(para) +msgid "" +"A Block Storage node that runs the cinder-" +"volume daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8706(glossterm) +#: ./doc/glossary/glossary-terms.xml8710(secondary) +msgid "volume plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8714(para) +msgid "" +"Provides support for new and specialized types of back-end storage for the " +"Block Storage volume manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8720(glossterm) +msgid "volume worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8722(primary) +msgid "volume workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8726(para) +msgid "" +"A cinder component that interacts with back-end storage to manage the " +"creation and deletion of volumes and the creation of compute volumes, " +"provided by the cinder-volume " +"daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8734(glossterm) +#: ./doc/glossary/glossary-terms.xml8736(primary) +msgid "vSphere" +msgstr "vSphere" + +#: ./doc/glossary/glossary-terms.xml8748(title) +msgid "W" +msgstr "W" + +#: ./doc/glossary/glossary-terms.xml8751(glossterm) +#: ./doc/glossary/glossary-terms.xml8753(primary) +msgid "weighting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8757(para) +msgid "" +"A Compute process that determines the suitability of the VM instances for a " +"job for a particular host. For example, not enough RAM on the host, too many" +" CPUs on the host, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8764(glossterm) +#: ./doc/glossary/glossary-terms.xml8766(primary) +msgid "weight" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8770(para) +msgid "" +"Used by Object Storage devices to determine which storage devices are " +"suitable for the job. Devices are weighted by size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8776(glossterm) +#: ./doc/glossary/glossary-terms.xml8778(primary) +msgid "weighted cost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8782(para) +msgid "" +"The sum of each cost used when deciding where to start a new VM instance in " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8788(glossterm) +msgid "worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8790(primary) +msgid "workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8794(para) +msgid "" +"A daemon that listens to a queue and carries out tasks in response to " +"messages. For example, the cinder-" +"volume worker manages volume creation and deletion on storage " +"arrays." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8805(title) +msgid "X" +msgstr "X" + +#: ./doc/glossary/glossary-terms.xml8808(glossterm) +#: ./doc/glossary/glossary-terms.xml8810(primary) +msgid "Xen" +msgstr "Xen" + +#: ./doc/glossary/glossary-terms.xml8814(para) +msgid "" +"Xen is a hypervisor using a microkernel design, providing services that " +"allow multiple computer operating systems to execute on the same computer " +"hardware concurrently." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8824(glossterm) +#: ./doc/glossary/glossary-terms.xml8835(primary) +#: ./doc/glossary/glossary-terms.xml8848(primary) +#: ./doc/glossary/glossary-terms.xml8862(primary) +msgid "Xen API" +msgstr "Xen API" + +#: ./doc/glossary/glossary-terms.xml8827(para) +msgid "The Xen administrative API, which is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8833(glossterm) +#: ./doc/glossary/glossary-terms.xml8837(secondary) +msgid "Xen Cloud Platform (XCP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8846(glossterm) +#: ./doc/glossary/glossary-terms.xml8850(secondary) +msgid "Xen Storage Manager Volume Driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8854(para) +msgid "" +"A Block Storage volume plug-in that enables communication with the Xen " +"Storage Manager API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8860(glossterm) +msgid "XenServer" +msgstr "XenServer" + +#: ./doc/glossary/glossary-terms.xml8864(secondary) +msgid "XenServer hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8876(title) +msgid "Y" +msgstr "Y" + +#: ./doc/glossary/glossary-terms.xml8890(title) +msgid "Z" +msgstr "Z" + +#: ./doc/glossary/glossary-terms.xml8893(glossterm) +#: ./doc/glossary/glossary-terms.xml8895(primary) +msgid "ZeroMQ" +msgstr "ZeroMQ" + +#: ./doc/glossary/glossary-terms.xml8899(para) +msgid "" +"Message queue software supported by OpenStack. An alternative to RabbitMQ. " +"Also spelled 0MQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8905(glossterm) +#: ./doc/glossary/glossary-terms.xml8907(primary) +msgid "Zuul" +msgstr "Zuul" + +#: ./doc/glossary/glossary-terms.xml8911(para) +msgid "" +"Tool used in OpenStack development to ensure correctly ordered testing of " +"changes in parallel." +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 +#: ./doc/glossary/glossary-terms.xml0(None) +msgid "translator-credits" +msgstr "Danksagungen an die Übersetzer" diff --git a/doc/glossary/locale/fr.po b/doc/glossary/locale/fr.po new file mode 100644 index 00000000..af74b266 --- /dev/null +++ b/doc/glossary/locale/fr.po @@ -0,0 +1,8128 @@ +# +# Translators: +# François Bureau, 2013-2014 +# Frédéric , 2014 +# Jérôme Fenal , 2013 +# Vincent Aaron , 2014 +msgid "" +msgstr "" +"Project-Id-Version: OpenStack Manuals\n" +"POT-Creation-Date: 2014-08-29 05:21+0000\n" +"PO-Revision-Date: 2014-08-28 09:31+0000\n" +"Last-Translator: Frédéric \n" +"Language-Team: French (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ./doc/glossary/openstack-glossary.xml7(title) +#: ./doc/glossary/openstack-glossary.xml10(title) +msgid "OpenStack glossary" +msgstr "Glossaire OpenStack" + +#: ./doc/glossary/openstack-glossary.xml11(para) +msgid "" +"Use this glossary to get definitions of OpenStack-related words and phrases." +msgstr "Utilisez ce glossaire pour obtenir des définitions sur des mots et expressions liés à OpenStack." + +#: ./doc/glossary/openstack-glossary.xml13(para) +msgid "" +"To add to this glossary follow the OpenStack " +"Documentation HowTo." +msgstr "Pour faire des ajouts à ce glossaire suivre le OpenStack Documentation HowTo." + +#: ./doc/glossary/glossary-terms.xml13(title) +msgid "Glossary" +msgstr "Glossaire" + +#: ./doc/glossary/glossary-terms.xml16(para) +msgid "" +"Licensed under the Apache License, Version 2.0 (the \"License\"); you may " +"not use this file except in compliance with the License. You may obtain a " +"copy of the License at" +msgstr "Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at" + +#: ./doc/glossary/glossary-terms.xml23(link) +msgid "http://www.apache.org/licenses/LICENSE-2.0" +msgstr "http://www.apache.org/licenses/LICENSE-2.0" + +#: ./doc/glossary/glossary-terms.xml25(para) +msgid "" +"Unless required by applicable law or agreed to in writing, software " +"distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT " +"WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the " +"License for the specific language governing permissions and limitations " +"under the License." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml33(para) +msgid "" +"This glossary offers a list of terms and definitions to define a vocabulary " +"for OpenStack-related concepts." +msgstr "Ce glossaire offre une liste de termes et de définitions pour définir un vocabulaire relatif aux concepts OpenStack." + +#: ./doc/glossary/glossary-terms.xml35(para) +msgid "" +"To add to OpenStack glossary, clone the openstack/openstack-manuals repository " +"and update the source file doc/glossary/glossary-" +"terms.xml through the OpenStack contribution process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml44(title) +msgid "Numbers" +msgstr "Nombres" + +#: ./doc/glossary/glossary-terms.xml47(glossterm) +#: ./doc/glossary/glossary-terms.xml49(primary) +msgid "6to4" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml52(para) +msgid "" +"A mechanism that allows IPv6 packets to be transmitted over an IPv4 network," +" providing a strategy for migrating to IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml64(title) +msgid "A" +msgstr "A" + +#: ./doc/glossary/glossary-terms.xml67(glossterm) +#: ./doc/glossary/glossary-terms.xml69(primary) +msgid "absolute limit" +msgstr "limite absolue" + +#: ./doc/glossary/glossary-terms.xml73(para) +msgid "" +"Impassable limits for guest VMs. Settings include total RAM size, maximum " +"number of vCPUs, and maximum disk size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml79(glossterm) +#: ./doc/glossary/glossary-terms.xml198(see) +msgid "access control list" +msgstr "liste du contrôle d'accès" + +#: ./doc/glossary/glossary-terms.xml81(primary) +msgid "access control list (ACL)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml85(para) +msgid "" +"A list of permissions attached to an object. An ACL specifies which users or" +" system processes have access to objects. It also defines which operations " +"can be performed on specified objects. Each entry in a typical ACL specifies" +" a subject and an operation. For instance, the ACL entry (Alice, " +"delete) for a file gives Alice permission to delete the file." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml95(glossterm) +#: ./doc/glossary/glossary-terms.xml97(primary) +msgid "access key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml101(para) +msgid "Alternative term for an Amazon EC2 access key. See EC2 access key." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml107(glossterm) +msgid "account" +msgstr "compte" + +#: ./doc/glossary/glossary-terms.xml109(primary) +msgid "accounts" +msgstr "comptes" + +#: ./doc/glossary/glossary-terms.xml113(para) +msgid "" +"The Object Storage context of an account. Do not confuse with a user account" +" from an authentication service, such as Active Directory, /etc/passwd, " +"OpenLDAP, OpenStack Identity Service, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml120(glossterm) +#: ./doc/glossary/glossary-terms.xml122(primary) +msgid "account auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml126(para) +msgid "" +"Checks for missing replicas and incorrect or corrupted objects in a " +"specified Object Storage account by running queries against the back-end " +"SQLite database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml133(glossterm) +#: ./doc/glossary/glossary-terms.xml135(primary) +msgid "account database" +msgstr "compte base de donnée" + +#: ./doc/glossary/glossary-terms.xml139(para) +msgid "" +"A SQLite database that contains Object Storage accounts and related metadata" +" and that the accounts server accesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml145(glossterm) +#: ./doc/glossary/glossary-terms.xml147(primary) +msgid "account reaper" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml151(para) +msgid "" +"An Object Storage worker that scans for and deletes account databases and " +"that the account server has marked for deletion." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml157(glossterm) +#: ./doc/glossary/glossary-terms.xml159(primary) +msgid "account server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml163(para) +msgid "" +"Lists containers in Object Storage and stores container information in the " +"account database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml169(glossterm) +#: ./doc/glossary/glossary-terms.xml171(primary) +msgid "account service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml175(para) +msgid "" +"An Object Storage component that provides account services such as list, " +"create, modify, and audit. Do not confuse with OpenStack Identity Service, " +"OpenLDAP, or similar user-account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml182(glossterm) +#: ./doc/glossary/glossary-terms.xml184(primary) +msgid "accounting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml188(para) +msgid "" +"The Compute service provides accounting information through the event " +"notification and system usage data facilities." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml194(glossterm) +#: ./doc/glossary/glossary-terms.xml196(primary) +msgid "ACL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml202(para) +msgid "See access control list." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml207(glossterm) +#: ./doc/glossary/glossary-terms.xml209(primary) +msgid "active/active configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml213(para) +msgid "" +"In a high-availability setup with an active/active configuration, several " +"systems share the load together and if one fails, the load is distributed to" +" the remaining systems." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml220(glossterm) +#: ./doc/glossary/glossary-terms.xml222(primary) +msgid "Active Directory" +msgstr "Active Directory" + +#: ./doc/glossary/glossary-terms.xml226(para) +msgid "" +"Authentication and identity service by Microsoft, based on LDAP. Supported " +"in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml232(glossterm) +#: ./doc/glossary/glossary-terms.xml234(primary) +msgid "active/passive configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml238(para) +msgid "" +"In a high-availability setup with an active/passive configuration, systems " +"are set up to bring additional resources online to replace those that have " +"failed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml245(glossterm) +#: ./doc/glossary/glossary-terms.xml247(primary) +msgid "address pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml251(para) +msgid "" +"A group of fixed and/or floating IP addresses that are assigned to a project" +" and can be used by or assigned to the VM instances in a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml258(glossterm) +#: ./doc/glossary/glossary-terms.xml260(primary) +#: ./doc/glossary/glossary-terms.xml4911(see) +msgid "admin API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml264(para) +msgid "" +"A subset of API calls that are accessible to authorized administrators and " +"are generally not accessible to end users or the public Internet. They can " +"exist as a separate service (keystone) or can be a subset of another API " +"(nova)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml272(glossterm) +#: ./doc/glossary/glossary-terms.xml274(primary) +msgid "admin server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml278(para) +msgid "" +"In the context of the Identity Service, the worker process that provides " +"access to the admin API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml284(glossterm) +#: ./doc/glossary/glossary-terms.xml287(primary) +msgid "Advanced Message Queuing Protocol (AMQP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml291(para) +msgid "" +"The open standard messaging protocol used by OpenStack components for intra-" +"service communications, provided by RabbitMQ, Qpid, or ZeroMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml298(glossterm) +#: ./doc/glossary/glossary-terms.xml300(primary) +msgid "Advanced RISC Machine (ARM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml304(para) +msgid "" +"Lower power consumption CPU often found in mobile and embedded devices. " +"Supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml310(glossterm) +msgid "alert" +msgstr "alerte" + +#: ./doc/glossary/glossary-terms.xml312(primary) +msgid "alerts" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml314(secondary) +#: ./doc/glossary/glossary-terms.xml876(secondary) +#: ./doc/glossary/glossary-terms.xml924(secondary) +#: ./doc/glossary/glossary-terms.xml994(secondary) +#: ./doc/glossary/glossary-terms.xml1284(secondary) +#: ./doc/glossary/glossary-terms.xml1373(secondary) +#: ./doc/glossary/glossary-terms.xml1584(secondary) +#: ./doc/glossary/glossary-terms.xml1683(secondary) +#: ./doc/glossary/glossary-terms.xml1763(secondary) +#: ./doc/glossary/glossary-terms.xml1819(secondary) +#: ./doc/glossary/glossary-terms.xml1918(secondary) +#: ./doc/glossary/glossary-terms.xml2147(secondary) +#: ./doc/glossary/glossary-terms.xml2427(secondary) +#: ./doc/glossary/glossary-terms.xml3145(secondary) +#: ./doc/glossary/glossary-terms.xml3262(secondary) +#: ./doc/glossary/glossary-terms.xml3906(secondary) +#: ./doc/glossary/glossary-terms.xml3958(secondary) +#: ./doc/glossary/glossary-terms.xml4063(secondary) +#: ./doc/glossary/glossary-terms.xml4280(secondary) +#: ./doc/glossary/glossary-terms.xml4433(secondary) +#: ./doc/glossary/glossary-terms.xml4451(secondary) +#: ./doc/glossary/glossary-terms.xml4948(secondary) +#: ./doc/glossary/glossary-terms.xml5282(secondary) +#: ./doc/glossary/glossary-terms.xml5535(secondary) +#: ./doc/glossary/glossary-terms.xml5651(secondary) +#: ./doc/glossary/glossary-terms.xml5994(secondary) +#: ./doc/glossary/glossary-terms.xml6179(secondary) +#: ./doc/glossary/glossary-terms.xml6270(secondary) +#: ./doc/glossary/glossary-terms.xml6842(secondary) +#: ./doc/glossary/glossary-terms.xml6945(secondary) +#: ./doc/glossary/glossary-terms.xml6989(secondary) +#: ./doc/glossary/glossary-terms.xml7256(secondary) +#: ./doc/glossary/glossary-terms.xml7299(secondary) +msgid "definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml318(para) +msgid "" +"The Compute service can send alerts through its notification system, which " +"includes a facility to create custom notification drivers. Alerts can be " +"sent to and displayed on the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml326(glossterm) +msgid "allocate" +msgstr "allouer" + +#: ./doc/glossary/glossary-terms.xml328(primary) +msgid "allocate, definition of" +msgstr "allouer, définition de" + +#: ./doc/glossary/glossary-terms.xml332(para) +msgid "" +"The process of taking a floating IP address from the address pool so it can " +"be associated with a fixed IP on a guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml339(glossterm) +#: ./doc/glossary/glossary-terms.xml341(primary) +msgid "Amazon Kernel Image (AKI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml345(para) +#: ./doc/glossary/glossary-terms.xml357(para) +#: ./doc/glossary/glossary-terms.xml369(para) +msgid "" +"Both a VM container format and disk format. Supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml351(glossterm) +#: ./doc/glossary/glossary-terms.xml353(primary) +msgid "Amazon Machine Image (AMI)" +msgstr "Amazon Machine Image (AMI)" + +#: ./doc/glossary/glossary-terms.xml363(glossterm) +#: ./doc/glossary/glossary-terms.xml365(primary) +msgid "Amazon Ramdisk Image (ARI)" +msgstr "Amazon Ramdisk Image (ARI)" + +#: ./doc/glossary/glossary-terms.xml375(glossterm) +#: ./doc/glossary/glossary-terms.xml377(primary) +msgid "Anvil" +msgstr "Anvil" + +#: ./doc/glossary/glossary-terms.xml381(para) +msgid "" +"A project that ports the shell script-based project named DevStack to " +"Python." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml387(glossterm) +#: ./doc/glossary/glossary-terms.xml389(primary) +msgid "Apache" +msgstr "Apache" + +#: ./doc/glossary/glossary-terms.xml393(para) +msgid "" +"The Apache Software Foundation supports the Apache community of open-source " +"software projects. These projects provide software products for the public " +"good." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml400(glossterm) +#: ./doc/glossary/glossary-terms.xml402(primary) +msgid "Apache License 2.0" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml406(para) +msgid "" +"All OpenStack core projects are provided under the terms of the Apache " +"License 2.0 license." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml412(glossterm) +#: ./doc/glossary/glossary-terms.xml414(primary) +msgid "Apache Web Server" +msgstr "Serveur Web Apache" + +#: ./doc/glossary/glossary-terms.xml418(para) +msgid "The most common web server software currently used on the Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml424(glossterm) +msgid "API" +msgstr "API" + +#: ./doc/glossary/glossary-terms.xml427(para) +msgid "Application programming interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml432(glossterm) +#: ./doc/glossary/glossary-terms.xml436(secondary) +#: ./doc/glossary/glossary-terms.xml441(secondary) +msgid "API endpoint" +msgstr "Point de terminaison d'API " + +#: ./doc/glossary/glossary-terms.xml434(primary) +#: ./doc/glossary/glossary-terms.xml2885(primary) +#: ./doc/glossary/glossary-terms.xml2913(primary) +#: ./doc/glossary/glossary-terms.xml3536(primary) +#: ./doc/glossary/glossary-terms.xml8017(primary) +msgid "endpoints" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml439(primary) +#: ./doc/glossary/glossary-terms.xml455(primary) +#: ./doc/glossary/glossary-terms.xml468(primary) +#: ./doc/glossary/glossary-terms.xml482(primary) +#: ./doc/glossary/glossary-terms.xml495(primary) +#: ./doc/glossary/glossary-terms.xml509(primary) +#: ./doc/glossary/glossary-terms.xml523(primary) +#: ./doc/glossary/glossary-terms.xml6383(primary) +msgid "API (application programming interface)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml445(para) +msgid "" +"The daemon, worker, or service that a client communicates with to access an " +"API. API endpoints can provide any number of services, such as " +"authentication, sales data, performance metrics, Compute VM commands, census" +" data, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml453(glossterm) +#: ./doc/glossary/glossary-terms.xml457(secondary) +msgid "API extension" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml461(para) +msgid "Custom modules that extend some OpenStack core APIs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml466(glossterm) +#: ./doc/glossary/glossary-terms.xml470(secondary) +msgid "API extension plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml474(para) +msgid "Alternative term for a Networking plug-in or Networking API extension." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml480(glossterm) +#: ./doc/glossary/glossary-terms.xml484(secondary) +msgid "API key" +msgstr "Clé d'API" + +#: ./doc/glossary/glossary-terms.xml488(para) +msgid "Alternative term for an API token." +msgstr "Autre terme désignant un jeton d'API" + +#: ./doc/glossary/glossary-terms.xml493(glossterm) +#: ./doc/glossary/glossary-terms.xml497(secondary) +msgid "API server" +msgstr "Serveur d'API" + +#: ./doc/glossary/glossary-terms.xml501(para) +msgid "Any node running a daemon or worker that provides an API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml507(glossterm) +#: ./doc/glossary/glossary-terms.xml511(secondary) +msgid "API token" +msgstr "Jeton d'API" + +#: ./doc/glossary/glossary-terms.xml515(para) +msgid "" +"Passed to API requests and used by OpenStack to verify that the client is " +"authorized to run the requested operation." +msgstr "Passé dans une requête à une API et utilisé par OpenStack pour vérifier que les clients sont autorisés à exécuter l'opération demandée." + +#: ./doc/glossary/glossary-terms.xml521(glossterm) +#: ./doc/glossary/glossary-terms.xml525(secondary) +msgid "API version" +msgstr "Version d'API" + +#: ./doc/glossary/glossary-terms.xml529(para) +msgid "" +"In OpenStack, the API version for a project is part of the URL. For example," +" example.com/nova/v1/foobar." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml535(glossterm) +#: ./doc/glossary/glossary-terms.xml537(primary) +msgid "applet" +msgstr "appliquette" + +#: ./doc/glossary/glossary-terms.xml541(para) +msgid "A Java program that can be embedded into a web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml546(glossterm) +msgid "Application Programming Interface (API)" +msgstr "API (Application Programming Interface), interface de programmation d'application" + +#: ./doc/glossary/glossary-terms.xml549(para) +msgid "" +"A collection of specifications used to access a service, application, or " +"program. Includes service calls, required parameters for each call, and the " +"expected return values." +msgstr "Un ensemble de spécification utilisées pour accéder à un service, une application ou un programme. Cela inclut les appels aux services, les paramètres requis sur chaque appel, ainsi que les valeurs renvoyées attendues." + +#: ./doc/glossary/glossary-terms.xml556(glossterm) +#: ./doc/glossary/glossary-terms.xml563(primary) +msgid "application server" +msgstr "serveur d'application" + +#: ./doc/glossary/glossary-terms.xml558(primary) +#: ./doc/glossary/glossary-terms.xml6365(primary) +#: ./doc/glossary/glossary-terms.xml6797(primary) +#: ./doc/glossary/glossary-terms.xml7254(primary) +#: ./doc/glossary/glossary-terms.xml7283(primary) +#: ./doc/glossary/glossary-terms.xml8467(primary) +msgid "servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml560(secondary) +msgid "application servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml567(para) +msgid "" +"A piece of software that makes available another piece of software over a " +"network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml573(glossterm) +#: ./doc/glossary/glossary-terms.xml575(primary) +msgid "Application Service Provider (ASP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml579(para) +msgid "" +"Companies that rent specialized applications that help businesses and " +"organizations provide additional services with lower cost." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml588(glossterm) +#: ./doc/glossary/glossary-terms.xml590(primary) +msgid "Address Resolution Protocol (ARP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml594(para) +msgid "" +"The protocol by which layer-3 IP addresses are resolved into layer-2 link " +"local addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml602(glossterm) +#: ./doc/glossary/glossary-terms.xml604(primary) +msgid "arptables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml608(para) +msgid "" +"Tool used for maintaining Address Resolution Protocol packet filter rules in" +" the Linux kernel firewall modules. Used along with iptables, ebtables, and " +"ip6tables in Compute to provide firewall services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml616(glossterm) +msgid "associate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml618(primary) +msgid "associate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml622(para) +msgid "" +"The process associating a Compute floating IP address with a fixed IP " +"address." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml628(glossterm) +#: ./doc/glossary/glossary-terms.xml631(primary) +msgid "Asynchronous JavaScript and XML (AJAX)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml635(para) +msgid "" +"A group of interrelated web development techniques used on the client-side " +"to create asynchronous web applications. Used extensively in horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml642(glossterm) +#: ./doc/glossary/glossary-terms.xml644(primary) +msgid "ATA over Ethernet (AoE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml648(para) +msgid "A disk storage protocol tunneled within Ethernet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml653(glossterm) +msgid "attach" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml655(primary) +msgid "attach, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml659(para) +msgid "" +"The process of connecting a VIF or vNIC to a L2 network in Networking. In " +"the context of Compute, this process connects a storage volume to an " +"instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml666(glossterm) +#: ./doc/glossary/glossary-terms.xml668(primary) +msgid "attachment (network)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml672(para) +msgid "" +"Association of an interface ID to a logical port. Plugs an interface into a " +"port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml678(glossterm) +#: ./doc/glossary/glossary-terms.xml680(primary) +msgid "auditing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml684(para) +msgid "Provided in Compute through the system usage data facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml690(glossterm) +#: ./doc/glossary/glossary-terms.xml692(primary) +msgid "auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml696(para) +msgid "" +"A worker process that verifies the integrity of Object Storage objects, " +"containers, and accounts. Auditors is the collective term for the Object " +"Storage account auditor, container auditor, and object auditor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml704(glossterm) +#: ./doc/glossary/glossary-terms.xml706(primary) +msgid "Austin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml710(para) +msgid "" +"The code name for the initial release of OpenStack. The first design summit " +"took place in Austin, Texas, US." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml717(glossterm) +#: ./doc/glossary/glossary-terms.xml719(primary) +msgid "auth node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml723(para) +msgid "Alternative term for an Object Storage authorization node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml729(glossterm) +#: ./doc/glossary/glossary-terms.xml731(primary) +msgid "authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml735(para) +msgid "" +"The process that confirms that the user, process, or client is really who " +"they say they are through private key, secret token, password, fingerprint, " +"or similar method." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml742(glossterm) +msgid "authentication token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml744(primary) +msgid "authentication tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml748(para) +msgid "" +"A string of text provided to the client after authentication. Must be " +"provided by the user or process in subsequent requests to the API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml755(glossterm) +#: ./doc/glossary/glossary-terms.xml757(primary) +msgid "AuthN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml761(para) +msgid "The Identity Service component that provides authentication services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml767(glossterm) +#: ./doc/glossary/glossary-terms.xml769(primary) +msgid "authorization" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml773(para) +msgid "" +"The act of verifying that a user, process, or client is authorized to " +"perform an action." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml779(glossterm) +#: ./doc/glossary/glossary-terms.xml781(primary) +msgid "authorization node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml785(para) +msgid "An Object Storage node that provides authorization services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml791(glossterm) +#: ./doc/glossary/glossary-terms.xml793(primary) +msgid "AuthZ" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml797(para) +msgid "" +"The Identity Service component that provides high-level authorization " +"services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml803(glossterm) +#: ./doc/glossary/glossary-terms.xml805(primary) +msgid "Auto ACK" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml809(para) +msgid "" +"Configuration setting within RabbitMQ that enables or disables message " +"acknowledgment. Enabled by default." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml815(glossterm) +#: ./doc/glossary/glossary-terms.xml817(primary) +msgid "auto declare" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml821(para) +msgid "" +"A Compute RabbitMQ setting that determines whether a message exchange is " +"automatically created when the program starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml827(glossterm) +#: ./doc/glossary/glossary-terms.xml829(primary) +msgid "availability zone" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml833(para) +msgid "" +"An Amazon EC2 concept of an isolated area that is used for fault tolerance. " +"Do not confuse with an OpenStack Compute zone or cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml840(glossterm) +msgid "AWS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml842(primary) +msgid "AWS (Amazon Web Services)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml846(para) +msgid "Amazon Web Services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml851(glossterm) +#: ./doc/glossary/glossary-terms.xml853(primary) +msgid "AWS CloudFormation template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml857(para) +msgid "" +"AWS CloudFormation allows AWS users to create and manage a collection of " +"related resources. The Orchestration module supports a CloudFormation-" +"compatible format (CFN)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml869(title) +msgid "B" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml872(glossterm) +msgid "back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml874(primary) +#: ./doc/glossary/glossary-terms.xml889(primary) +#: ./doc/glossary/glossary-terms.xml905(primary) +msgid "back-end interactions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml880(para) +msgid "" +"Interactions and processes that are obfuscated from the user, such as " +"Compute volume mount, data transmission to an iSCSI target by a daemon, or " +"Object Storage object integrity checks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml887(glossterm) +msgid "back-end catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml891(secondary) +#: ./doc/glossary/glossary-terms.xml1332(glossterm) +#: ./doc/glossary/glossary-terms.xml1334(primary) +msgid "catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml895(para) +msgid "" +"The storage method used by the Identity Service catalog service to store and" +" retrieve information about API endpoints that are available to the client. " +"Examples include a SQL database, LDAP database, or KVS back end." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml903(glossterm) +msgid "back-end store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml907(secondary) +msgid "store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml911(para) +msgid "" +"The persistent data store used to save and retrieve information for a " +"service, such as lists of Object Storage objects, current state of guest " +"VMs, lists of user names, and so on. Also, the method that the Image Service" +" uses to get and store VM images. Options include Object Storage, local file" +" system, S3, and HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml920(glossterm) +#: ./doc/glossary/glossary-terms.xml922(primary) +msgid "bandwidth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml928(para) +msgid "" +"The amount of available data used by communication resources, such as the " +"Internet. Represents the amount of data that is used to download things or " +"the amount of data available to download." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml935(glossterm) +msgid "bare" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml937(primary) +msgid "bare, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml941(para) +msgid "" +"An Image Service container format that indicates that no container exists " +"for the VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml947(glossterm) +#: ./doc/glossary/glossary-terms.xml949(primary) +msgid "base image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml953(para) +msgid "An OpenStack-provided image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml958(glossterm) +#: ./doc/glossary/glossary-terms.xml960(primary) +msgid "Bell-LaPadula model" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml964(para) +msgid "" +"A security model that focuses on data confidentiality and controlled access " +"to classified information. This model divide the entities into subjects and " +"objects. The clearance of a subject is compared to the classification of the" +" object to determine if the subject is authorized for the specific access " +"mode. The clearance or classification scheme is expressed in terms of a " +"lattice." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml974(glossterm) +#: ./doc/glossary/glossary-terms.xml976(primary) +msgid "Bexar" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml980(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in February" +" of 2011. It included only Compute (nova) and Object Storage (swift)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml983(para) +msgid "" +"Bexar is the code name for the second release of OpenStack. The design " +"summit took place in San Antonio, Texas, US, which is the county seat for " +"Bexar county." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml990(glossterm) +#: ./doc/glossary/glossary-terms.xml992(primary) +msgid "binary" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml998(para) +msgid "" +"Information that consists solely of ones and zeroes, which is the language " +"of computers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1004(glossterm) +msgid "bit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1006(primary) +msgid "bits, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1010(para) +msgid "" +"A bit is a single digit number that is in base of 2 (either a zero or one). " +"Bandwidth usage is measured in bits per second." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1016(glossterm) +#: ./doc/glossary/glossary-terms.xml1018(primary) +msgid "bits per second (BPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1022(para) +msgid "" +"The universal measurement of how quickly data is transferred from place to " +"place." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1028(glossterm) +#: ./doc/glossary/glossary-terms.xml1030(primary) +msgid "block device" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1034(para) +msgid "" +"A device that moves data in the form of blocks. These device nodes interface" +" the devices, such as hard disks, CD-ROM drives, flash drives, and other " +"addressable regions of memory." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1041(glossterm) +#: ./doc/glossary/glossary-terms.xml1043(primary) +msgid "block migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1047(para) +msgid "" +"A method of VM live migration used by KVM to evacuate instances from one " +"host to another with very little downtime during a user-initiated " +"switchover. Does not require shared storage. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1055(glossterm) +#: ./doc/glossary/glossary-terms.xml1057(primary) +msgid "Block Storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1061(para) +msgid "" +"The OpenStack core project that enables management of volumes, volume " +"snapshots, and volume types. The project name of Block Storage is cinder." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1068(glossterm) +#: ./doc/glossary/glossary-terms.xml1070(primary) +msgid "Block Storage API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1074(para) +msgid "" +"An API on a separate endpoint for attaching, detaching, and creating block " +"storage for compute VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1081(glossterm) +msgid "BMC" +msgstr "BMC" + +#: ./doc/glossary/glossary-terms.xml1083(primary) +msgid "BMC (Baseboard Management Controller)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1087(para) +msgid "" +"Baseboard Management Controller. The intelligence in the IPMI architecture, " +"which is a specialized micro-controller that is embedded on the motherboard " +"of a computer and acts as a server. Manages the interface between system " +"management software and platform hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1096(glossterm) +#: ./doc/glossary/glossary-terms.xml1098(primary) +msgid "bootable disk image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1102(para) +msgid "A type of VM image that exists as a single, bootable file." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1108(glossterm) +#: ./doc/glossary/glossary-terms.xml1110(primary) +msgid "Bootstrap Protocol (BOOTP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1114(para) +msgid "" +"A network protocol used by a network client to obtain an IP address from a " +"configuration server. Provided in Compute through the dnsmasq daemon when " +"using either the FlatDHCP manager or VLAN manager network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1122(glossterm) +#: ./doc/glossary/glossary-terms.xml1124(primary) +msgid "Border Gateway Protocol (BGP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1127(para) +msgid "" +"The Border Gateway Protocol is a dynamic routing protocol that connects " +"autonomous systems. Considered the backbone of the Internet, this protocol " +"connects disparate networks to form a larger network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1136(glossterm) +msgid "browser" +msgstr "navigateur" + +#: ./doc/glossary/glossary-terms.xml1138(primary) +msgid "browsers, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1142(para) +msgid "" +"Any client software that enables a computer or device to access the " +"Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1148(glossterm) +msgid "builder file" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1150(primary) +msgid "builder files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1154(para) +msgid "" +"Contains configuration information that Object Storage uses to reconfigure a" +" ring or to re-create it from scratch after a serious failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1161(glossterm) +#: ./doc/glossary/glossary-terms.xml1163(primary) +msgid "bursting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1167(para) +msgid "" +"The practice of utilizing a secondary environment to elastically build " +"instances on-demand when the primary environment is resource constrained." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1176(glossterm) +msgid "button class" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1178(primary) +msgid "button classes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1182(para) +msgid "" +"A group of related button types within horizon. Buttons to start, stop, and " +"suspend VMs are in one class. Buttons to associate and disassociate floating" +" IP addresses are in another class, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1190(glossterm) +msgid "byte" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1192(primary) +msgid "bytes, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1196(para) +msgid "" +"Set of bits that make up a single character; there are usually 8 bits to a " +"byte." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1205(title) +msgid "C" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1208(glossterm) +msgid "CA" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1210(primary) +msgid "CA (Certificate/Certification Authority)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1214(para) +msgid "" +"Certificate Authority or Certification Authority. In cryptography, an entity" +" that issues digital certificates. The digital certificate certifies the " +"ownership of a public key by the named subject of the certificate. This " +"enables others (relying parties) to rely upon signatures or assertions made " +"by the private key that corresponds to the certified public key. In this " +"model of trust relationships, a CA is a trusted third party for both the " +"subject (owner) of the certificate and the party relying upon the " +"certificate. CAs are characteristic of many public key infrastructure (PKI) " +"schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1228(glossterm) +msgid "cache pruner" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1230(primary) +msgid "cache pruners" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1234(para) +msgid "" +"A program that keeps the Image Service VM image cache at or below its " +"configured maximum size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1240(glossterm) +#: ./doc/glossary/glossary-terms.xml1242(primary) +msgid "Cactus" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1246(para) +msgid "" +"An OpenStack grouped release of projects that came out in the spring of " +"2011. It included Compute (nova), Object Storage (swift), and the Image " +"Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1249(para) +msgid "" +"Cactus is a city in Texas, US and is the code name for the third release of " +"OpenStack. When OpenStack releases went from three to six months long, the " +"code name of the release changed to match a geography nearest the previous " +"summit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1257(glossterm) +msgid "CADF" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1259(para) +msgid "" +"Cloud Auditing Data Federation (CADF) is a specification for audit event " +"data. CADF is supported by OpenStack Identity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1268(glossterm) +#: ./doc/glossary/glossary-terms.xml1270(primary) +msgid "CALL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1274(para) +msgid "" +"One of the RPC primitives used by the OpenStack message queue software. " +"Sends a message and waits for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1280(glossterm) +#: ./doc/glossary/glossary-terms.xml1282(primary) +msgid "capability" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1288(para) +msgid "" +"Defines resources for a cell, including CPU, storage, and networking. Can " +"apply to the specific services within a cell or a whole cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1295(glossterm) +#: ./doc/glossary/glossary-terms.xml1297(primary) +msgid "capacity cache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1301(para) +msgid "" +"A Compute back-end database table that contains the current workload, amount" +" of free RAM, and number of VMs running on each host. Used to determine on " +"which VM a host starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1308(glossterm) +#: ./doc/glossary/glossary-terms.xml1310(primary) +msgid "capacity updater" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1314(para) +msgid "" +"A notification driver that monitors VM instances and updates the capacity " +"cache as needed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1320(glossterm) +msgid "CAST" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1322(primary) +msgid "CAST (RPC primitive)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1326(para) +msgid "" +"One of the RPC primitives used by the OpenStack message queue software. " +"Sends a message and does not wait for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1338(para) +msgid "" +"A list of API endpoints that are available to a user after authentication " +"with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1344(glossterm) +#: ./doc/glossary/glossary-terms.xml1346(primary) +msgid "catalog service" +msgstr "catalogue de service" + +#: ./doc/glossary/glossary-terms.xml1350(para) +msgid "" +"An Identity Service that lists API endpoints that are available to a user " +"after authentication with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1356(glossterm) +#: ./doc/glossary/glossary-terms.xml1358(primary) +msgid "ceilometer" +msgstr "ceilometer" + +#: ./doc/glossary/glossary-terms.xml1362(para) +msgid "" +"The project name for the Telemetry service, which is an integrated project " +"that provides metering and measuring facilities for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1369(glossterm) +msgid "cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1371(primary) +#: ./doc/glossary/glossary-terms.xml1387(primary) +#: ./doc/glossary/glossary-terms.xml1402(primary) +#: ./doc/glossary/glossary-terms.xml1514(primary) +#: ./doc/glossary/glossary-terms.xml5974(primary) +msgid "cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1377(para) +msgid "" +"Provides logical partitioning of Compute resources in a child and parent " +"relationship. Requests are passed from parent cells to child cells if the " +"parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1385(glossterm) +#: ./doc/glossary/glossary-terms.xml1389(secondary) +msgid "cell forwarding" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1393(para) +msgid "" +"A Compute option that enables parent cells to pass resource requests to " +"child cells if the parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1400(glossterm) +msgid "cell manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1404(secondary) +msgid "cell managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1408(para) +msgid "" +"The Compute component that contains a list of the current capabilities of " +"each host within the cell and routes requests as appropriate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1415(glossterm) +#: ./doc/glossary/glossary-terms.xml1417(primary) +msgid "CentOS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1421(para) +#: ./doc/glossary/glossary-terms.xml2266(para) +#: ./doc/glossary/glossary-terms.xml5924(para) +#: ./doc/glossary/glossary-terms.xml6753(para) +#: ./doc/glossary/glossary-terms.xml7784(para) +msgid "A Linux distribution that is compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1426(glossterm) +#: ./doc/glossary/glossary-terms.xml1428(primary) +msgid "Ceph" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1432(para) +msgid "" +"Massively scalable distributed storage system that consists of an object " +"store, block store, and POSIX-compatible distributed file system. Compatible" +" with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1439(glossterm) +#: ./doc/glossary/glossary-terms.xml1441(primary) +msgid "CephFS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1445(para) +msgid "The POSIX-compliant file system provided by Ceph." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1450(glossterm) +msgid "certificate authority" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1452(primary) +msgid "certificate authority (Compute)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1456(para) +msgid "" +"A simple certificate authority provided by Compute for cloudpipe VPNs and VM" +" image decryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1462(glossterm) +#: ./doc/glossary/glossary-terms.xml1465(primary) +msgid "Challenge-Handshake Authentication Protocol (CHAP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1470(para) +msgid "An iSCSI authentication method supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1475(glossterm) +#: ./doc/glossary/glossary-terms.xml1477(primary) +msgid "chance scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1481(para) +msgid "" +"A scheduling method used by Compute that randomly chooses an available host " +"from the pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1487(glossterm) +#: ./doc/glossary/glossary-terms.xml1489(primary) +msgid "changes since" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1493(para) +msgid "" +"A Compute API parameter that downloads changes to the requested item since " +"your last request, instead of downloading a new, fresh set of data and " +"comparing it against the old data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1500(glossterm) +#: ./doc/glossary/glossary-terms.xml1502(primary) +msgid "Chef" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1506(para) +msgid "" +"An operating system configuration management tool supporting OpenStack " +"deployments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1512(glossterm) +msgid "child cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1516(secondary) +#: ./doc/glossary/glossary-terms.xml1519(primary) +msgid "child cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1523(para) +msgid "" +"If a requested resource such as CPU time, disk storage, or memory is not " +"available in the parent cell, the request is forwarded to its associated " +"child cells. If the child cell can fulfill the request, it does. Otherwise, " +"it attempts to pass the request to any of its children." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1532(glossterm) +#: ./doc/glossary/glossary-terms.xml1534(primary) +msgid "cinder" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1538(para) +msgid "A core OpenStack project that provides block storage services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1544(glossterm) +#: ./doc/glossary/glossary-terms.xml1546(primary) +msgid "CirrOS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1550(para) +msgid "" +"A minimal Linux distribution designed for use as a test image on clouds such" +" as OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1556(glossterm) +#: ./doc/glossary/glossary-terms.xml1558(primary) +msgid "Cisco neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1562(para) +msgid "" +"A Networking plug-in for Cisco devices and technologies, including UCS and " +"Nexus." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1568(glossterm) +#: ./doc/glossary/glossary-terms.xml1570(primary) +msgid "cloud architect" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1574(para) +msgid "A person who plans, designs, and oversees the creation of clouds." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1580(glossterm) +#: ./doc/glossary/glossary-terms.xml1582(primary) +#: ./doc/glossary/glossary-terms.xml1598(primary) +#: ./doc/glossary/glossary-terms.xml1614(primary) +msgid "cloud computing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1588(para) +msgid "" +"A model that enables access to a shared pool of configurable computing " +"resources, such as networks, servers, storage, applications, and services, " +"that can be rapidly provisioned and released with minimal management effort " +"or service provider interaction." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1596(glossterm) +msgid "cloud controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1600(secondary) +msgid "cloud controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1604(para) +msgid "" +"Collection of Compute components that represent the global state of the " +"cloud; talks to services, such as Identity Service authentication, Object " +"Storage, and node/storage workers through a queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1612(glossterm) +msgid "cloud controller node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1616(secondary) +msgid "cloud controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1620(para) +msgid "" +"A node that runs network, volume, API, scheduler, and image services. Each " +"service may be broken out into separate nodes for scalability or " +"availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1627(glossterm) +#: ./doc/glossary/glossary-terms.xml1630(primary) +msgid "Cloud Data Management Interface (CDMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1634(para) +msgid "" +"SINA standard that defines a RESTful API for managing objects in the cloud, " +"currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1640(glossterm) +#: ./doc/glossary/glossary-terms.xml1643(primary) +msgid "Cloud Infrastructure Management Interface (CIMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1647(para) +msgid "" +"An in-progress specification for cloud management. Currently unsupported in " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1653(glossterm) +#: ./doc/glossary/glossary-terms.xml1655(primary) +msgid "cloud-init" +msgstr "Cloud-init" + +#: ./doc/glossary/glossary-terms.xml1659(para) +msgid "" +"A package commonly installed in VM images that performs initialization of an" +" instance after boot using information that it retrieves from the metadata " +"service, such as the SSH public key and user data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1667(glossterm) +#: ./doc/glossary/glossary-terms.xml1669(primary) +msgid "cloudadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1673(para) +msgid "" +"One of the default roles in the Compute RBAC system. Grants complete system " +"access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1679(glossterm) +#: ./doc/glossary/glossary-terms.xml1681(primary) +#: ./doc/glossary/glossary-terms.xml1695(primary) +msgid "cloudpipe" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1687(para) +msgid "A compute service that creates VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1693(glossterm) +#: ./doc/glossary/glossary-terms.xml1697(secondary) +msgid "cloudpipe image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1701(para) +msgid "" +"A pre-made VM image that serves as a cloudpipe server. Essentially, OpenVPN " +"running on Linux." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1707(glossterm) +msgid "CMDB" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1709(primary) +msgid "CMDB (Configuration Management Database)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1713(para) +msgid "Configuration Management Database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1718(glossterm) +msgid "command filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1720(primary) +msgid "command filters" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1724(para) +msgid "Lists allowed commands within the Compute rootwrap facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1730(glossterm) +msgid "community project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1732(primary) +msgid "community projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1736(para) +msgid "" +"A project that is not officially endorsed by the OpenStack Foundation. If " +"the project is successful enough, it might be elevated to an incubated " +"project and then to a core project, or it might be merged with the main code" +" trunk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1744(glossterm) +#: ./doc/glossary/glossary-terms.xml1746(primary) +msgid "compression" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1750(para) +msgid "" +"Reducing the size of files by special encoding, the file can be decompressed" +" again to its original content. OpenStack supports compression at the Linux " +"file system level but does not support compression for things such as Object" +" Storage objects or Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1759(glossterm) +#: ./doc/glossary/glossary-terms.xml1761(primary) +#: ./doc/glossary/glossary-terms.xml1775(primary) +#: ./doc/glossary/glossary-terms.xml1790(primary) +#: ./doc/glossary/glossary-terms.xml1804(primary) +#: ./doc/glossary/glossary-terms.xml1833(primary) +#: ./doc/glossary/glossary-terms.xml1846(primary) +msgid "Compute" +msgstr "Compute" + +#: ./doc/glossary/glossary-terms.xml1767(para) +msgid "" +"The OpenStack core project that provides compute services. The project name " +"of Compute service is nova." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1773(glossterm) +#: ./doc/glossary/glossary-terms.xml1777(secondary) +#: ./doc/glossary/glossary-terms.xml5617(secondary) +msgid "Compute API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1781(para) +msgid "" +"The nova-api daemon provides " +"access to nova services. Can communicate with other APIs, such as the Amazon" +" EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1788(glossterm) +#: ./doc/glossary/glossary-terms.xml1792(secondary) +msgid "compute controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1796(para) +msgid "" +"The Compute component that chooses suitable hosts on which to start VM " +"instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1802(glossterm) +#: ./doc/glossary/glossary-terms.xml1806(secondary) +msgid "compute host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1810(para) +msgid "Physical host dedicated to running compute nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1815(glossterm) +msgid "compute node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1817(primary) +msgid "compute nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1823(para) +msgid "" +"A node that runs the nova-compute" +" daemon that manages VM instances that provide a wide range of services, such as web " +"applications and analytics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1831(glossterm) +#: ./doc/glossary/glossary-terms.xml1835(secondary) +msgid "Compute service" +msgstr "Le service Calcul" + +#: ./doc/glossary/glossary-terms.xml1839(para) +msgid "Name for the Compute component that manages VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1844(glossterm) +#: ./doc/glossary/glossary-terms.xml1848(secondary) +msgid "compute worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1852(para) +msgid "" +"The Compute component that runs on each compute node and manages the VM " +"instance life cycle, including run, reboot, terminate, attach/detach " +"volumes, and so on. Provided by the nova-" +"compute daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1860(glossterm) +msgid "concatenated object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1862(primary) +#: ./doc/glossary/glossary-terms.xml4960(primary) +#: ./doc/glossary/glossary-terms.xml5649(primary) +#: ./doc/glossary/glossary-terms.xml5663(primary) +#: ./doc/glossary/glossary-terms.xml5677(primary) +#: ./doc/glossary/glossary-terms.xml5692(primary) +#: ./doc/glossary/glossary-terms.xml5705(primary) +#: ./doc/glossary/glossary-terms.xml5719(primary) +#: ./doc/glossary/glossary-terms.xml5733(primary) +#: ./doc/glossary/glossary-terms.xml5788(primary) +#: ./doc/glossary/glossary-terms.xml7236(primary) +msgid "objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1864(secondary) +#: ./doc/glossary/glossary-terms.xml1867(primary) +msgid "concatenated objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1871(para) +msgid "" +"A set of segment objects that Object Storage combines and sends to the " +"client." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1877(glossterm) +msgid "conductor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1879(primary) +msgid "conductors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1883(para) +msgid "" +"In Compute, conductor is the process that proxies database requests from the" +" compute process. Using conductor improves security because compute nodes do" +" not need direct access to the database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1891(glossterm) +#: ./doc/glossary/glossary-terms.xml1893(primary) +msgid "consistency window" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1897(para) +msgid "" +"The amount of time it takes for a new Object Storage object to become " +"accessible to all clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1903(glossterm) +msgid "console log" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1905(primary) +msgid "console logs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1909(para) +msgid "Contains the output from a Linux VM console in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1914(glossterm) +msgid "container" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1916(primary) +#: ./doc/glossary/glossary-terms.xml1931(primary) +#: ./doc/glossary/glossary-terms.xml1946(primary) +#: ./doc/glossary/glossary-terms.xml1961(primary) +#: ./doc/glossary/glossary-terms.xml1976(primary) +#: ./doc/glossary/glossary-terms.xml1989(primary) +msgid "containers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1922(para) +msgid "" +"Organizes and stores objects in Object Storage. Similar to the concept of a " +"Linux directory but cannot be nested. Alternative term for an Image Service " +"container format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1929(glossterm) +msgid "container auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1933(secondary) +msgid "container auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1937(para) +msgid "" +"Checks for missing replicas or incorrect objects in specified Object Storage" +" containers through queries to the SQLite back-end database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1944(glossterm) +msgid "container database" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1948(secondary) +msgid "container databases" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1952(para) +msgid "" +"A SQLite database that stores Object Storage containers and container " +"metadata. The container server accesses this database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1959(glossterm) +#: ./doc/glossary/glossary-terms.xml1963(secondary) +msgid "container format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1967(para) +msgid "" +"A wrapper used by the Image Service that contains a VM image and its " +"associated metadata, such as machine state, OS disk size, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1974(glossterm) +msgid "container server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1978(secondary) +msgid "container servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1982(para) +msgid "An Object Storage server that manages containers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1987(glossterm) +#: ./doc/glossary/glossary-terms.xml1991(secondary) +msgid "container service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1995(para) +msgid "" +"The Object Storage component that provides container services, such as " +"create, delete, list, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2001(glossterm) +#: ./doc/glossary/glossary-terms.xml2003(primary) +msgid "content delivery network (CDN)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2007(para) +msgid "" +"A content delivery network is a specialized network that is used to " +"distribute content to clients, typically located close to the client for " +"increased performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2017(glossterm) +msgid "controller node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2019(primary) +msgid "controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2021(see) +msgid "under cloud computing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2025(para) +msgid "Alternative term for a cloud controller node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2030(glossterm) +#: ./doc/glossary/glossary-terms.xml2032(primary) +msgid "core API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2036(para) +msgid "" +"Depending on context, the core API is either the OpenStack API or the main " +"API of a specific core project, such as Compute, Networking, Image Service, " +"and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2043(glossterm) +#: ./doc/glossary/glossary-terms.xml2045(primary) +msgid "core project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2049(para) +msgid "" +"An official OpenStack project. Currently consists of Compute (nova), Object " +"Storage (swift), Image Service (glance), Identity (keystone), Dashboard " +"(horizon), Networking (neutron), and Block Storage (cinder). The Telemetry " +"module (ceilometer) and Orchestration module (heat) are integrated projects " +"as of the Havana release. In the Icehouse release, the Database module " +"(trove) gains integrated project status." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2060(glossterm) +#: ./doc/glossary/glossary-terms.xml2062(primary) +msgid "cost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2066(para) +msgid "" +"Under the Compute distributed scheduler, this is calculated by looking at " +"the capabilities of each host relative to the flavor of the VM instance " +"being requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2073(glossterm) +#: ./doc/glossary/glossary-terms.xml2075(primary) +msgid "credentials" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2079(para) +msgid "" +"Data that is only known to or accessible by a user and used to verify that " +"the user is who he says he is. Credentials are presented to the server " +"during authentication. Examples include a password, secret key, digital " +"certificate, and fingerprint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2087(glossterm) +#: ./doc/glossary/glossary-terms.xml2089(primary) +msgid "Crowbar" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2093(para) +msgid "" +"An open source community project by Dell that aims to provide all necessary " +"services to quickly deploy clouds." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2099(glossterm) +#: ./doc/glossary/glossary-terms.xml2101(primary) +msgid "current workload" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2105(para) +msgid "" +"An element of the Compute capacity cache that is calculated based on the " +"number of build, snapshot, migrate, and resize operations currently in " +"progress on a given host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2112(glossterm) +msgid "customer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2114(primary) +msgid "customers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2116(see) +msgid "tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2120(para) +msgid "Alternative term for tenant." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2125(glossterm) +#: ./doc/glossary/glossary-terms.xml2127(primary) +msgid "customization module" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2131(para) +msgid "" +"A user-created Python module that is loaded by horizon to change the look " +"and feel of the dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2140(title) +msgid "D" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2143(glossterm) +msgid "daemon" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2145(primary) +msgid "daemons" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2151(para) +msgid "" +"A process that runs in the background and waits for requests. May or may not" +" listen on a TCP or UDP port. Do not confuse with a worker." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2158(glossterm) +msgid "DAC" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2160(primary) +msgid "DAC (discretionary access control)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2164(para) +msgid "" +"Discretionary access control. Governs the ability of subjects to access " +"objects, while enabling users to make policy decisions and assign security " +"attributes. The traditional UNIX system of users, groups, and read-write-" +"execute permissions is an example of DAC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2173(glossterm) +#: ./doc/glossary/glossary-terms.xml2175(primary) +msgid "dashboard" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2179(para) +msgid "" +"The web-based management interface for OpenStack. An alternative name for " +"horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2185(glossterm) +#: ./doc/glossary/glossary-terms.xml2189(secondary) +msgid "data encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2187(primary) +msgid "data" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2193(para) +msgid "" +"Both Image Service and Compute support encrypted virtual machine (VM) images" +" (but not instances). In-transit data encryption is supported in OpenStack " +"using technologies such as HTTPS, SSL, TLS, and SSH. Object Storage does not" +" support object encryption at the application level but may support storage " +"that uses disk encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2203(glossterm) +#: ./doc/glossary/glossary-terms.xml2207(secondary) +msgid "database ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2205(primary) +#: ./doc/glossary/glossary-terms.xml2219(primary) +msgid "databases" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2211(para) +msgid "A unique ID given to each replica of an Object Storage database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2217(glossterm) +msgid "database replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2221(secondary) +msgid "database replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2225(para) +msgid "" +"An Object Storage component that copies changes in the account, container, " +"and object databases to other nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2231(glossterm) +#: ./doc/glossary/glossary-terms.xml2233(primary) +msgid "Database Service" +msgstr "Base de données" + +#: ./doc/glossary/glossary-terms.xml2237(para) +msgid "" +"An integrated project that provide scalable and reliable Cloud Database-" +"as-a-Service functionality for both relational and non-relational database " +"engines. The project name of Database Service is trove." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2247(glossterm) +msgid "deallocate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2249(primary) +msgid "deallocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2253(para) +msgid "" +"The process of removing the association between a floating IP address and a " +"fixed IP address. Once this association is removed, the floating IP returns " +"to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2260(glossterm) +#: ./doc/glossary/glossary-terms.xml2262(primary) +msgid "Debian" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2271(glossterm) +#: ./doc/glossary/glossary-terms.xml2273(primary) +msgid "deduplication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2277(para) +msgid "" +"The process of finding duplicate data at the disk block, file, and/or object" +" level to minimize storage usecurrently unsupported within OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2284(glossterm) +msgid "default panel" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2286(primary) +msgid "default panels" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2290(para) +msgid "" +"The default panel that is displayed when a user accesses the horizon " +"dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2296(glossterm) +msgid "default tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2298(primary) +msgid "default tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2302(para) +msgid "" +"New users are assigned to this tenant if no tenant is specified when a user " +"is created." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2308(glossterm) +msgid "default token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2310(primary) +msgid "default tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2314(para) +msgid "" +"An Identity Service token that is not associated with a specific tenant and " +"is exchanged for a scoped token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2320(glossterm) +#: ./doc/glossary/glossary-terms.xml2322(primary) +msgid "delayed delete" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2326(para) +msgid "" +"An option within Image Service so that an image is deleted after a " +"predefined number of seconds instead of immediately." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2332(glossterm) +#: ./doc/glossary/glossary-terms.xml2334(primary) +msgid "delivery mode" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2338(para) +msgid "" +"Setting for the Compute RabbitMQ message delivery mode; can be set to either" +" transient or persistent." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2344(glossterm) +#: ./doc/glossary/glossary-terms.xml2346(primary) +msgid "denial of service (DoS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2350(para) +msgid "" +"Denial of service (DoS) is a short form for denial-of-service attack. This " +"is a malicious attempt to prevent legitimate users from using a service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2358(glossterm) +#: ./doc/glossary/glossary-terms.xml2360(primary) +msgid "deprecated auth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2364(para) +msgid "" +"An option within Compute that enables administrators to create and manage " +"users through the nova-manage command as opposed to using" +" the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2371(glossterm) +#: ./doc/glossary/glossary-terms.xml2373(primary) +msgid "Desktop-as-a-Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2377(para) +msgid "" +"A platform that provides a suite of desktop environments that users may log " +"in to receive a desktop experience from any location. This may provide " +"general use, development, or even homogeneous testing environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2387(glossterm) +#: ./doc/glossary/glossary-terms.xml2389(primary) +msgid "developer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2393(para) +msgid "" +"One of the default roles in the Compute RBAC system and the default role " +"assigned to a new user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2399(glossterm) +#: ./doc/glossary/glossary-terms.xml2401(primary) +msgid "device ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2405(para) +msgid "Maps Object Storage partitions to physical storage devices." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2411(glossterm) +#: ./doc/glossary/glossary-terms.xml2413(primary) +msgid "device weight" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2417(para) +msgid "" +"Distributes partitions proportionately across Object Storage devices based " +"on the storage capacity of each device." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2423(glossterm) +#: ./doc/glossary/glossary-terms.xml2425(primary) +msgid "DevStack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2431(para) +msgid "" +"Community project that uses shell scripts to quickly build complete " +"OpenStack development environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2437(glossterm) +msgid "DHCP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2439(primary) +msgid "DHCP (Dynamic Host Configuration Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2441(secondary) +#: ./doc/glossary/glossary-terms.xml3810(secondary) +#: ./doc/glossary/glossary-terms.xml3940(secondary) +#: ./doc/glossary/glossary-terms.xml4021(secondary) +#: ./doc/glossary/glossary-terms.xml5883(secondary) +#: ./doc/glossary/glossary-terms.xml6718(secondary) +msgid "basics of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2445(para) +msgid "" +"Dynamic Host Configuration Protocol. A network protocol that configures " +"devices that are connected to a network so that they can communicate on that" +" network by using the Internet Protocol (IP). The protocol is implemented in" +" a client-server model where DHCP clients request configuration data, such " +"as an IP address, a default route, and one or more DNS server addresses from" +" a DHCP server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2455(glossterm) +#: ./doc/glossary/glossary-terms.xml2457(primary) +msgid "DHCP agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2461(para) +msgid "" +"OpenStack Networking agent that provides DHCP services for virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2467(glossterm) +#: ./doc/glossary/glossary-terms.xml2469(primary) +msgid "Diablo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2473(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in the fall" +" of 2011, the fourth release of OpenStack. It included Compute (nova " +"2011.3), Object Storage (swift 1.4.3), and the Image Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2477(para) +msgid "" +"Diablo is the code name for the fourth release of OpenStack. The design " +"summit took place in in the Bay Area near Santa Clara, California, US and " +"Diablo is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2485(glossterm) +msgid "direct consumer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2487(primary) +msgid "direct consumers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2491(para) +msgid "" +"An element of the Compute RabbitMQ that comes to life when a RPC call is " +"executed. It connects to a direct exchange through a unique exclusive queue," +" sends the message, and terminates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2498(glossterm) +msgid "direct exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2500(primary) +msgid "direct exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2504(para) +msgid "" +"A routing table that is created within the Compute RabbitMQ during RPC " +"calls; one is created for each RPC call that is invoked." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2511(glossterm) +msgid "direct publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2513(primary) +msgid "direct publishers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2517(para) +msgid "" +"Element of RabbitMQ that provides a response to an incoming MQ message." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2523(glossterm) +#: ./doc/glossary/glossary-terms.xml2525(primary) +msgid "disassociate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2529(para) +msgid "" +"The process of removing the association between a floating IP address and " +"fixed IP and thus returning the floating IP address to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2536(glossterm) +#: ./doc/glossary/glossary-terms.xml2538(primary) +msgid "disk encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2542(para) +msgid "" +"The ability to encrypt data at the file system, disk partition, or whole-" +"disk level. Supported within Compute VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2548(glossterm) +#: ./doc/glossary/glossary-terms.xml2550(primary) +msgid "disk format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2554(para) +msgid "" +"The underlying format that a disk image for a VM is stored as within the " +"Image Service back-end store. For example, AMI, ISO, QCOW2, VMDK, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2561(glossterm) +#: ./doc/glossary/glossary-terms.xml2563(primary) +msgid "dispersion" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2567(para) +msgid "" +"In Object Storage, tools to test and ensure dispersion of objects and " +"containers to ensure fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2573(glossterm) +#: ./doc/glossary/glossary-terms.xml2575(primary) +msgid "Django" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2579(para) +msgid "" +"A web framework used extensively in horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2585(glossterm) +msgid "DNS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2587(primary) +#: ./doc/glossary/glossary-terms.xml2603(primary) +msgid "DNS (Domain Name Server, Service or System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2589(secondary) +msgid "definitions of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2593(para) +msgid "" +"Domain Name Server. A hierarchical and distributed naming system for " +"computers, services, and resources connected to the Internet or a private " +"network. Associates a human-friendly names to IP addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2601(glossterm) +msgid "DNS record" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2605(secondary) +msgid "DNS records" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2609(para) +msgid "" +"A record that specifies information about a particular domain and belongs to" +" the domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2615(glossterm) +#: ./doc/glossary/glossary-terms.xml2617(primary) +msgid "dnsmasq" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2621(para) +msgid "" +"Daemon that provides DNS, DHCP, BOOTP, and TFTP services, used by the " +"Compute VLAN manager and FlatDHCP manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2627(glossterm) +msgid "domain" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2629(primary) +msgid "domain, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2633(para) +msgid "" +"Separates a website from other sites. Often, the domain name has two or more" +" parts that are separated by dots. For example, yahoo.com, usa.gov, " +"harvard.edu, or mail.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2637(para) +msgid "" +"A domain is an entity or container of all DNS-related information containing" +" one or more records." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2643(glossterm) +msgid "Domain Name Service (DNS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2646(para) +msgid "" +"In Compute, the support that enables associating DNS entries with floating " +"IP addresses, nodes, or cells so that hostnames are consistent across " +"reboots." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2653(glossterm) +msgid "Domain Name System (DNS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2656(para) +msgid "" +"A system by which Internet domain name-to-address and address-to-name " +"resolutions are determined." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2659(para) +msgid "" +"DNS helps navigate the Internet by translating the IP address into an " +"address that is easier to remember For example, translating 111.111.111.1 " +"into www.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2663(para) +msgid "" +"All domains and their components, such as mail servers, utilize DNS to " +"resolve to the appropriate locations. DNS servers are usually set up in a " +"master-slave relationship such that failure of the master invokes the slave." +" DNS servers might also be clustered or replicated such that changes made to" +" one DNS server are automatically propagated to other active servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2673(glossterm) +msgid "download" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2675(primary) +msgid "download, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2679(para) +msgid "" +"The transfer of data, usually in the form of files, from one computer to " +"another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2685(glossterm) +msgid "DRTM" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2687(primary) +msgid "DRTM (dynamic root of trust measurement)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2691(para) +msgid "Dynamic root of trust measurement." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2696(glossterm) +#: ./doc/glossary/glossary-terms.xml2698(primary) +msgid "durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2702(para) +msgid "" +"The Compute RabbitMQ message exchange that remains active when the server " +"restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2708(glossterm) +#: ./doc/glossary/glossary-terms.xml2710(primary) +msgid "durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2714(para) +msgid "" +"A Compute RabbitMQ message queue that remains active when the server " +"restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2720(glossterm) +msgid "Dynamic Host Configuration Protocol (DHCP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2723(para) +msgid "" +"A method to automatically configure networking for a host at boot time. " +"Provided by both Networking and Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2729(glossterm) +msgid "Dynamic HyperText Markup Language (DHTML)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2732(primary) +msgid "DHTML (Dynamic HyperText Markup Language)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2736(para) +msgid "" +"Pages that use HTML, JavaScript, and Cascading Style Sheets to enable users " +"to interact with a web page or show simple animation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2746(title) +msgid "E" +msgstr "E" + +#: ./doc/glossary/glossary-terms.xml2749(glossterm) +#: ./doc/glossary/glossary-terms.xml2751(primary) +msgid "east-west traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2755(para) +msgid "" +"Network traffic between servers in the same cloud or data center. See also " +"north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2762(glossterm) +#: ./doc/glossary/glossary-terms.xml2764(primary) +msgid "EBS boot volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2768(para) +msgid "" +"An Amazon EBS storage volume that contains a bootable VM image, currently " +"unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2774(glossterm) +#: ./doc/glossary/glossary-terms.xml2776(primary) +#: ./doc/glossary/glossary-terms.xml3004(glossterm) +#: ./doc/glossary/glossary-terms.xml3006(primary) +msgid "ebtables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2780(para) +msgid "" +"Used in Compute along with arptables, iptables, and ip6tables to create " +"firewalls and to ensure isolation of network communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2787(glossterm) +#: ./doc/glossary/glossary-terms.xml2798(primary) +#: ./doc/glossary/glossary-terms.xml2812(primary) +#: ./doc/glossary/glossary-terms.xml2826(primary) +#: ./doc/glossary/glossary-terms.xml2840(primary) +msgid "EC2" +msgstr "EC2" + +#: ./doc/glossary/glossary-terms.xml2790(para) +msgid "The Amazon commercial compute product, similar to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2796(glossterm) +#: ./doc/glossary/glossary-terms.xml2800(secondary) +msgid "EC2 access key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2804(para) +msgid "Used along with an EC2 secret key to access the Compute EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2810(glossterm) +#: ./doc/glossary/glossary-terms.xml2814(secondary) +msgid "EC2 API" +msgstr "API EC2" + +#: ./doc/glossary/glossary-terms.xml2818(para) +msgid "OpenStack supports accessing the Amazon EC2 API through Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2824(glossterm) +msgid "EC2 Compatibility API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2828(secondary) +msgid "EC2 compatibility API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2832(para) +msgid "" +"A Compute component that enables OpenStack to communicate with Amazon EC2." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2838(glossterm) +#: ./doc/glossary/glossary-terms.xml2842(secondary) +msgid "EC2 secret key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2846(para) +msgid "" +"Used along with an EC2 access key when communicating with the Compute EC2 " +"API; used to digitally sign each request." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2852(glossterm) +#: ./doc/glossary/glossary-terms.xml2854(primary) +msgid "Elastic Block Storage (EBS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2858(para) +msgid "The Amazon commercial block storage product." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2863(glossterm) +msgid "encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2865(primary) +msgid "encryption, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2869(para) +msgid "" +"OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, " +"digital certificates, and data encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2875(glossterm) +msgid "endpoint" +msgstr "Point de terminaison" + +#: ./doc/glossary/glossary-terms.xml2878(para) +msgid "See API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2883(glossterm) +#: ./doc/glossary/glossary-terms.xml2887(secondary) +msgid "endpoint registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2891(para) +msgid "Alternative term for an Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2896(glossterm) +#: ./doc/glossary/glossary-terms.xml2898(primary) +msgid "encapsulation" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2902(para) +msgid "" +"The practice of placing one packet type within another for the purposes of " +"abstracting or securing data. Examples include GRE, MPLS, or IPsec." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2911(glossterm) +msgid "endpoint template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2915(secondary) +msgid "endpoint templates" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2919(para) +msgid "" +"A list of URL and port number endpoints that indicate where a service, such " +"as Object Storage, Compute, Identity, and so on, can be accessed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2926(glossterm) +msgid "entity" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2928(primary) +msgid "entity, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2932(para) +msgid "" +"Any piece of hardware or software that wants to connect to the network " +"services provided by Networking, the network connectivity service. An entity" +" can make use of Networking by implementing a VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2940(glossterm) +msgid "ephemeral image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2942(primary) +msgid "ephemeral images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2946(para) +msgid "" +"A VM image that does not save changes made to its volumes and reverts them " +"to their original state after the instance is terminated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2953(glossterm) +#: ./doc/glossary/glossary-terms.xml2955(primary) +#: ./doc/glossary/glossary-terms.xml5582(see) +msgid "ephemeral volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2959(para) +msgid "" +"Volume that does not save the changes made to it and reverts to its original" +" state when the current user relinquishes control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2965(glossterm) +#: ./doc/glossary/glossary-terms.xml2967(primary) +msgid "Essex" +msgstr "Essex" + +#: ./doc/glossary/glossary-terms.xml2971(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in April " +"2012, the fifth release of OpenStack. It included Compute (nova 2012.1), " +"Object Storage (swift 1.4.8), Image (glance), Identity (keystone), and " +"Dashboard (horizon)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2975(para) +msgid "" +"Essex is the code name for the fifth release of OpenStack. The design summit" +" took place in Boston, Massachusetts, US and Essex is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2982(glossterm) +msgid "ESX" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2984(primary) +msgid "ESX hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2988(para) +#: ./doc/glossary/glossary-terms.xml2999(para) +#: ./doc/glossary/glossary-terms.xml4834(para) +#: ./doc/glossary/glossary-terms.xml8277(para) +#: ./doc/glossary/glossary-terms.xml8510(para) +#: ./doc/glossary/glossary-terms.xml8740(para) +#: ./doc/glossary/glossary-terms.xml8841(para) +#: ./doc/glossary/glossary-terms.xml8868(para) +msgid "An OpenStack-supported hypervisor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2993(glossterm) +msgid "ESXi" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2995(primary) +msgid "ESXi hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3010(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3018(glossterm) +#: ./doc/glossary/glossary-terms.xml3020(primary) +msgid "ETag" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3024(para) +msgid "" +"MD5 hash of an object within Object Storage, used to ensure data integrity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3030(glossterm) +#: ./doc/glossary/glossary-terms.xml3032(primary) +msgid "euca2ools" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3036(para) +msgid "" +"A collection of command-line tools for administering VMs; most are " +"compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3042(glossterm) +#: ./doc/glossary/glossary-terms.xml3044(primary) +msgid "Eucalyptus Kernel Image (EKI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3048(para) +msgid "Used along with an ERI to create an EMI." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3053(glossterm) +#: ./doc/glossary/glossary-terms.xml3055(primary) +msgid "Eucalyptus Machine Image (EMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3059(para) +msgid "VM image container format supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3064(glossterm) +#: ./doc/glossary/glossary-terms.xml3066(primary) +msgid "Eucalyptus Ramdisk Image (ERI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3070(para) +msgid "Used along with an EKI to create an EMI." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3075(glossterm) +msgid "evacuate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3077(primary) +msgid "evacuation, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3081(para) +msgid "" +"The process of migrating one or all virtual machine (VM) instances from one " +"host to another, compatible with both shared storage live migration and " +"block migration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3088(glossterm) +#: ./doc/glossary/glossary-terms.xml3090(primary) +msgid "exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3094(para) +msgid "Alternative term for a RabbitMQ message exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3099(glossterm) +msgid "exchange type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3101(primary) +msgid "exchange types" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3105(para) +msgid "A routing algorithm in the Compute RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3110(glossterm) +msgid "exclusive queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3112(primary) +#: ./doc/glossary/glossary-terms.xml8162(primary) +msgid "queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3114(secondary) +#: ./doc/glossary/glossary-terms.xml3117(primary) +msgid "exclusive queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3121(para) +msgid "" +"Connected to by a direct consumer in RabbitMQCompute, the message can be " +"consumed only by the current connection." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3127(glossterm) +#: ./doc/glossary/glossary-terms.xml3129(primary) +msgid "extended attributes (xattrs)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3133(para) +msgid "" +"File system option that enables storage of additional information beyond " +"owner, group, permissions, modification time, and so on. The underlying " +"Object Storage file system must support extended attributes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3141(glossterm) +msgid "extension" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3143(primary) +msgid "extensions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3149(para) +msgid "" +"Alternative term for an API extension or plug-in. In the context of Identity" +" Service, this is a call that is specific to the implementation, such as " +"adding support for OpenID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3156(glossterm) +msgid "external network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3158(primary) +msgid "external network, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3162(para) +msgid "A network segment typically used for instance Internet access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3168(glossterm) +msgid "extra specs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3170(primary) +msgid "extra specs, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3174(para) +msgid "" +"Specifies additional requirements when Compute determines where to start a " +"new instance. Examples include a minimum amount of network bandwidth or a " +"GPU." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3184(title) +msgid "F" +msgstr "F" + +#: ./doc/glossary/glossary-terms.xml3187(glossterm) +#: ./doc/glossary/glossary-terms.xml3189(primary) +msgid "FakeLDAP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3193(para) +msgid "" +"An easy method to create a local LDAP directory for testing Identity Service" +" and Compute. Requires Redis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3199(glossterm) +#: ./doc/glossary/glossary-terms.xml3201(primary) +msgid "fan-out exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3205(para) +msgid "" +"Within RabbitMQ and Compute, it is the messaging interface that is used by " +"the scheduler service to receive capability messages from the compute, " +"volume, and network nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3212(glossterm) +#: ./doc/glossary/glossary-terms.xml3214(primary) +msgid "Fedora" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3218(para) +msgid "A Linux distribution compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3223(glossterm) +#: ./doc/glossary/glossary-terms.xml3225(primary) +msgid "Fibre Channel" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3229(para) +msgid "" +"Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands " +"and data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3235(glossterm) +#: ./doc/glossary/glossary-terms.xml3237(primary) +msgid "Fibre Channel over Ethernet (FCoE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3241(para) +msgid "The fibre channel protocol tunneled within Ethernet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3246(glossterm) +#: ./doc/glossary/glossary-terms.xml3248(primary) +msgid "fill-first scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3252(para) +msgid "" +"The Compute scheduling method that attempts to fill a host with VMs rather " +"than starting new VMs on a variety of hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3258(glossterm) +msgid "filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3260(primary) +#: ./doc/glossary/glossary-terms.xml4235(primary) +msgid "filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3266(para) +msgid "" +"The step in the Compute scheduling process when hosts that cannot run VMs " +"are eliminated and not chosen." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3272(glossterm) +msgid "firewall" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3274(primary) +msgid "firewalls" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3278(para) +msgid "" +"Used to restrict communications between hosts and/or nodes, implemented in " +"Compute using iptables, arptables, ip6tables, and etables." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3285(glossterm) +#: ./doc/glossary/glossary-terms.xml3287(primary) +msgid "Firewall-as-a-Service (FWaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3291(para) +msgid "A Networking extension that provides perimeter firewall functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3297(glossterm) +msgid "fixed IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3299(primary) +#: ./doc/glossary/glossary-terms.xml3395(primary) +#: ./doc/glossary/glossary-terms.xml4449(primary) +#: ./doc/glossary/glossary-terms.xml6228(primary) +#: ./doc/glossary/glossary-terms.xml6417(primary) +#: ./doc/glossary/glossary-terms.xml7414(primary) +#: ./doc/glossary/glossary-terms.xml7642(primary) +msgid "IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3301(secondary) +msgid "fixed" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3304(primary) +msgid "fixed IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3308(para) +msgid "" +"An IP address that is associated with the same instance each time that " +"instance boots, is generally not accessible to end users or the public " +"Internet, and is used for management of the instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3316(glossterm) +#: ./doc/glossary/glossary-terms.xml3318(primary) +msgid "Flat Manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3322(para) +msgid "" +"The Compute component that gives IP addresses to authorized nodes and " +"assumes DHCP, DNS, and routing configuration and services are provided by " +"something else." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3329(glossterm) +#: ./doc/glossary/glossary-terms.xml3331(primary) +msgid "flat mode injection" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3335(para) +msgid "" +"A Compute networking method where the OS network configuration information " +"is injected into the VM image before the instance starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3342(glossterm) +#: ./doc/glossary/glossary-terms.xml3344(primary) +msgid "flat network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3348(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3358(glossterm) +#: ./doc/glossary/glossary-terms.xml3360(primary) +msgid "FlatDHCP Manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3364(para) +msgid "" +"The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and " +"radvd (routing) services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3370(glossterm) +#: ./doc/glossary/glossary-terms.xml3372(primary) +msgid "flavor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3376(para) +msgid "Alternative term for a VM instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3381(glossterm) +#: ./doc/glossary/glossary-terms.xml3383(primary) +msgid "flavor ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3387(para) +msgid "UUID for each Compute or Image Service VM flavor or instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3393(glossterm) +#: ./doc/glossary/glossary-terms.xml3400(primary) +msgid "floating IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3397(secondary) +msgid "floating" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3404(para) +msgid "" +"An IP address that a project can associate with a VM so that the instance " +"has the same public IP address each time that it boots. You create a pool of" +" floating IP addresses and assign them to instances as they are launched to " +"maintain a consistent IP address for maintaining DNS assignment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3413(glossterm) +#: ./doc/glossary/glossary-terms.xml3415(primary) +msgid "Folsom" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3419(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in the fall" +" of 2012, the sixth release of OpenStack. It includes Compute (nova), Object" +" Storage (swift), Identity (keystone), Networking (neutron), Image Service " +"(glance), and Volumes or Block Storage (cinder)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3424(para) +msgid "" +"Folsom is the code name for the sixth release of OpenStack. The design " +"summit took place in San Francisco, California, US and Folsom is a nearby " +"city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3432(glossterm) +#: ./doc/glossary/glossary-terms.xml3434(primary) +msgid "FormPost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3438(para) +msgid "" +"Object Storage middleware that uploads (posts) an image through a form on a " +"web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3444(glossterm) +msgid "front end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3446(primary) +msgid "front end, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3450(para) +msgid "" +"The point where a user interacts with a service; can be an API endpoint, the" +" horizon dashboard, or a command-line tool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3459(title) +msgid "G" +msgstr "G" + +#: ./doc/glossary/glossary-terms.xml3462(glossterm) +#: ./doc/glossary/glossary-terms.xml3464(primary) +msgid "gateway" +msgstr "passerelle" + +#: ./doc/glossary/glossary-terms.xml3468(para) +msgid "" +"An IP address, typically assigned to a router, that passes network traffic " +"between different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3474(glossterm) +#: ./doc/glossary/glossary-terms.xml3476(primary) +msgid "Generic Receive Offload (GRO)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3479(para) +msgid "" +"Feature of certain network interface drivers that combines many smaller " +"received packets into a large packet before delivery to the kernel IP stack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3486(glossterm) +#: ./doc/glossary/glossary-terms.xml3488(primary) +msgid "generic routing encapsulation (GRE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3491(para) +msgid "" +"Protocol that encapsulates a wide variety of network layer protocols inside " +"virtual point-to-point links." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3498(glossterm) +#: ./doc/glossary/glossary-terms.xml3508(primary) +#: ./doc/glossary/glossary-terms.xml3523(primary) +msgid "glance" +msgstr "glance" + +#: ./doc/glossary/glossary-terms.xml3501(para) +msgid "A core project that provides the OpenStack Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3506(glossterm) +#: ./doc/glossary/glossary-terms.xml3510(secondary) +msgid "glance API server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3514(para) +msgid "" +"Processes client requests for VMs, updates Image Service metadata on the " +"registry server, and communicates with the store adapter to upload VM images" +" from the back-end store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3521(glossterm) +#: ./doc/glossary/glossary-terms.xml3525(secondary) +msgid "glance registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3529(para) +msgid "Alternative term for the Image Service image registry." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3534(glossterm) +#: ./doc/glossary/glossary-terms.xml3538(secondary) +#: ./doc/glossary/glossary-terms.xml3541(primary) +msgid "global endpoint template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3545(para) +msgid "" +"The Identity Service endpoint template that contains services available to " +"all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3551(glossterm) +#: ./doc/glossary/glossary-terms.xml3553(primary) +msgid "GlusterFS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3557(para) +msgid "" +"A file system designed to aggregate NAS hosts, compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3563(glossterm) +#: ./doc/glossary/glossary-terms.xml3565(primary) +msgid "golden image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3569(para) +msgid "" +"A method of operating system installation where a finalized disk image is " +"created and then used by all nodes without modification." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3576(glossterm) +#: ./doc/glossary/glossary-terms.xml3578(primary) +msgid "Graphic Interchange Format (GIF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3582(para) +msgid "" +"A type of image file that is commonly used for animated images on web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3588(glossterm) +#: ./doc/glossary/glossary-terms.xml3590(primary) +msgid "Graphics Processing Unit (GPU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3594(para) +msgid "" +"Choosing a host based on the existence of a GPU is currently unsupported in " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3600(glossterm) +#: ./doc/glossary/glossary-terms.xml3602(primary) +msgid "Green Threads" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3606(para) +msgid "" +"The cooperative threading model used by Python; reduces race conditions and " +"only context switches when specific library calls are made. Each OpenStack " +"service is its own thread." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3613(glossterm) +#: ./doc/glossary/glossary-terms.xml3615(primary) +msgid "Grizzly" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3619(para) +msgid "" +"The code name for the seventh release of OpenStack. The design summit took " +"place in San Diego, California, US and Grizzly is an element of the state " +"flag of California." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3627(glossterm) +#: ./doc/glossary/glossary-terms.xml3629(primary) +msgid "guest OS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3633(para) +msgid "" +"An operating system instance running under the control of a hypervisor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3642(title) +msgid "H" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3645(glossterm) +#: ./doc/glossary/glossary-terms.xml3647(primary) +msgid "Hadoop" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3651(para) +msgid "" +"Apache Hadoop is an open source software framework that supports data-" +"intensive distributed applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3657(glossterm) +#: ./doc/glossary/glossary-terms.xml3659(primary) +msgid "handover" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3663(para) +msgid "" +"An object state in Object Storage where a new replica of the object is " +"automatically created due to a drive failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3669(glossterm) +#: ./doc/glossary/glossary-terms.xml3671(primary) +msgid "hard reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3675(para) +msgid "" +"A type of reboot where a physical or virtual power button is pressed as " +"opposed to a graceful, proper shutdown of the operating system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3682(glossterm) +#: ./doc/glossary/glossary-terms.xml3684(primary) +msgid "Havana" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3688(para) +msgid "" +"The code name for the eighth release of OpenStack. The design summit took " +"place in Portland, Oregon, US and Havana is an unincorporated community in " +"Oregon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3695(glossterm) +#: ./doc/glossary/glossary-terms.xml3697(primary) +msgid "heat" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3701(para) +msgid "" +"An integrated project that aims to orchestrate multiple cloud applications " +"for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3707(glossterm) +#: ./doc/glossary/glossary-terms.xml3709(primary) +#: ./doc/glossary/glossary-terms.xml7616(see) +msgid "Heat Orchestration Template (HOT)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3713(para) +msgid "Heat input in the format native to OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3718(glossterm) +#: ./doc/glossary/glossary-terms.xml3720(primary) +msgid "health monitor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3724(para) +msgid "" +"Determines whether back-end members of a VIP pool can process a request. A " +"pool can have several health monitors associated with it. When a pool has " +"several monitors associated with it, all monitors check each member of the " +"pool. All monitors must declare a member to be healthy for it to stay " +"active." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3734(glossterm) +#: ./doc/glossary/glossary-terms.xml3736(primary) +msgid "high availability (HA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3740(para) +msgid "" +"A high availability system design approach and associated service " +"implementation ensures that a prearranged level of operational performance " +"will be met during a contractual measurement period. High availability " +"systems seeks to minimize system downtime and data loss." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3751(glossterm) +msgid "horizon" +msgstr "horizon" + +#: ./doc/glossary/glossary-terms.xml3754(para) +msgid "OpenStack project that provides a dashboard, which is a web interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3760(glossterm) +msgid "horizon plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3762(primary) +msgid "horizon plug-ins" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3766(para) +msgid "A plug-in for the OpenStack dashboard (horizon)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3771(glossterm) +msgid "host" +msgstr "host" + +#: ./doc/glossary/glossary-terms.xml3773(primary) +msgid "hosts, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3777(para) +msgid "A physical computer, not a VM instance (node)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3782(glossterm) +#: ./doc/glossary/glossary-terms.xml3784(primary) +msgid "host aggregate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3788(para) +msgid "" +"A method to further subdivide availability zones into hypervisor pools, a " +"collection of common hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3794(glossterm) +#: ./doc/glossary/glossary-terms.xml3796(primary) +msgid "Host Bus Adapter (HBA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3800(para) +msgid "" +"Device plugged into a PCI slot, such as a fibre channel or network card." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3806(glossterm) +msgid "HTTP" +msgstr "HTTP" + +#: ./doc/glossary/glossary-terms.xml3808(primary) +msgid "HTTP (Hypertext Transfer Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3814(para) +msgid "" +"Hypertext Transfer Protocol. HTTP is an application protocol for " +"distributed, collaborative, hypermedia information systems. It is the " +"foundation of data communication for the World Wide Web. Hypertext is " +"structured text that uses logical links (hyperlinks) between nodes " +"containing text. HTTP is the protocol to exchange or transfer hypertext." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3824(glossterm) +msgid "HTTPS" +msgstr "HTTPS" + +#: ./doc/glossary/glossary-terms.xml3826(primary) +msgid "HTTPS (Hypertext Transfer Protocol Secure)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3830(para) +msgid "" +"Hypertext Transfer Protocol Secure (HTTPS) is a communications protocol for " +"secure communication over a computer network, with especially wide " +"deployment on the Internet. Technically, it is not a protocol in and of " +"itself; rather, it is the result of simply layering the Hypertext Transfer " +"Protocol (HTTP) on top of the SSL/TLS protocol, thus adding the security " +"capabilities of SSL/TLS to standard HTTP communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3841(glossterm) +#: ./doc/glossary/glossary-terms.xml3843(primary) +msgid "hybrid cloud" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3847(para) +msgid "" +"A hybrid cloud is a composition of two or more clouds (private, community or" +" public) that remain distinct entities but are bound together, offering the " +"benefits of multiple deployment models. Hybrid cloud can also mean the " +"ability to connect colocation, managed and/or dedicated services with cloud " +"resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3859(glossterm) +#: ./doc/glossary/glossary-terms.xml3861(primary) +msgid "Hyper-V" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3865(para) +msgid "One of the hypervisors supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3870(glossterm) +#: ./doc/glossary/glossary-terms.xml3872(primary) +msgid "hyperlink" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3876(para) +msgid "" +"Any kind of text that contains a link to some other site, commonly found in " +"documents where clicking on a word or words opens up a different website." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3883(glossterm) +msgid "Hypertext Transfer Protocol (HTTP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3886(para) +msgid "The protocol that tells browsers where to go to find information." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3892(glossterm) +msgid "Hypertext Transfer Protocol Secure (HTTPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3895(para) +msgid "" +"Encrypted HTTP communications using SSL or TLS; most OpenStack API endpoints" +" and many inter-component communications support HTTPS communication." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3902(glossterm) +msgid "hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3904(primary) +#: ./doc/glossary/glossary-terms.xml3918(primary) +msgid "hypervisors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3910(para) +msgid "" +"Software that arbitrates and controls VM access to the actual underlying " +"hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3916(glossterm) +msgid "hypervisor pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3920(secondary) +msgid "hypervisor pools" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3924(para) +msgid "A collection of hypervisors grouped together through host aggregates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3933(title) +msgid "I" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3936(glossterm) +msgid "IaaS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3938(primary) +msgid "IaaS (Infrastructure-as-a-Service)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3944(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3954(glossterm) +#: ./doc/glossary/glossary-terms.xml3956(primary) +msgid "Icehouse" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3962(para) +msgid "" +"The code name for the ninth release of OpenStack. The design summit took " +"place in Hong Kong and Ice House is a street in that city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3969(glossterm) +msgid "ICMP" +msgstr "ICMP" + +#: ./doc/glossary/glossary-terms.xml3971(primary) +msgid "Internet Control Message Protocol (ICMP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3975(para) +msgid "" +"Internet Control Message Protocol, used by network devices for control " +"messages. For example, uses ICMP to test connectivity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3983(glossterm) +#: ./doc/glossary/glossary-terms.xml3985(primary) +msgid "ID number" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3989(para) +msgid "" +"Unique numeric ID associated with each user in Identity Service, " +"conceptually similar to a Linux or LDAP UID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3995(glossterm) +msgid "Identity API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3998(para) +msgid "Alternative term for the Identity Service API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4003(glossterm) +#: ./doc/glossary/glossary-terms.xml4007(secondary) +msgid "Identity back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4005(primary) +#: ./doc/glossary/glossary-terms.xml4017(glossterm) +#: ./doc/glossary/glossary-terms.xml4019(primary) +#: ./doc/glossary/glossary-terms.xml4036(primary) +#: ./doc/glossary/glossary-terms.xml4107(primary) +msgid "Identity Service" +msgstr "Service d'Identité" + +#: ./doc/glossary/glossary-terms.xml4011(para) +msgid "" +"The source used by Identity Service to retrieve user information; an " +"OpenLDAP server, for example." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4025(para) +msgid "" +"The OpenStack core project that provides a central directory of users mapped" +" to the OpenStack services they can access. It also registers endpoints for " +"OpenStack services. It acts as a common authentication system. The project " +"name of the Identity Service is keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4034(glossterm) +#: ./doc/glossary/glossary-terms.xml4038(secondary) +msgid "Identity Service API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4042(para) +msgid "" +"The API used to access the OpenStack Identity Service provided through " +"keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4048(glossterm) +msgid "IDS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4050(primary) +msgid "IDS (Intrusion Detection System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4054(para) +msgid "Intrusion Detection System." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4059(glossterm) +msgid "image" +msgstr "image" + +#: ./doc/glossary/glossary-terms.xml4061(primary) +msgid "images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4067(para) +msgid "" +"A collection of files for a specific operating system (OS) that you use to " +"create or rebuild a server. OpenStack provides pre-built images. You can " +"also create custom images, or snapshots, from servers that you have " +"launched. Custom images can be used for data backups or as \"gold\" images " +"for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4076(glossterm) +msgid "Image API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4078(primary) +#: ./doc/glossary/glossary-terms.xml4092(primary) +#: ./doc/glossary/glossary-terms.xml4121(primary) +#: ./doc/glossary/glossary-terms.xml4135(primary) +#: ./doc/glossary/glossary-terms.xml4149(primary) +#: ./doc/glossary/glossary-terms.xml4161(glossterm) +#: ./doc/glossary/glossary-terms.xml4181(primary) +#: ./doc/glossary/glossary-terms.xml4195(primary) +#: ./doc/glossary/glossary-terms.xml4209(primary) +#: ./doc/glossary/glossary-terms.xml6400(primary) +msgid "Image Service" +msgstr "le Service d'Image" + +#: ./doc/glossary/glossary-terms.xml4080(secondary) +#: ./doc/glossary/glossary-terms.xml4171(glossterm) +msgid "Image Service API" +msgstr "API du Service d'Images" + +#: ./doc/glossary/glossary-terms.xml4084(para) +msgid "The Image Service API endpoint for management of VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4090(glossterm) +#: ./doc/glossary/glossary-terms.xml4094(secondary) +msgid "image cache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4098(para) +msgid "" +"Used by Image Service to obtain images on the local host rather than re-" +"downloading them from the image server each time one is requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4105(glossterm) +#: ./doc/glossary/glossary-terms.xml4109(secondary) +msgid "image ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4113(para) +msgid "" +"Combination of a URI and UUID used to access Image Service VM images through" +" the image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4119(glossterm) +#: ./doc/glossary/glossary-terms.xml4123(secondary) +msgid "image membership" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4127(para) +#: ./doc/glossary/glossary-terms.xml5046(para) +msgid "" +"A list of tenants that can access a given VM image within Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4133(glossterm) +#: ./doc/glossary/glossary-terms.xml4137(secondary) +msgid "image owner" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4141(para) +msgid "The tenant who owns an Image Service virtual machine image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4147(glossterm) +#: ./doc/glossary/glossary-terms.xml4151(secondary) +msgid "image registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4155(para) +msgid "A list of VM images that are available through Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4164(para) +msgid "" +"An OpenStack core project that provides discovery, registration, and " +"delivery services for disk and server images. The project name of the Image " +"Service is glance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4174(para) +msgid "Alternative name for the glance image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4179(glossterm) +#: ./doc/glossary/glossary-terms.xml4183(secondary) +msgid "image status" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4187(para) +msgid "" +"The current status of a VM image in Image Service, not to be confused with " +"the status of a running instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4193(glossterm) +#: ./doc/glossary/glossary-terms.xml4197(secondary) +msgid "image store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4201(para) +msgid "" +"The back-end store used by Image Service to store VM images, options include" +" Object Storage, local file system, S3, or HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4207(glossterm) +#: ./doc/glossary/glossary-terms.xml4211(secondary) +msgid "image UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4215(para) +msgid "UUID used by Image Service to uniquely identify each VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4221(glossterm) +msgid "incubated project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4223(primary) +msgid "incubated projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4227(para) +msgid "" +"A community project may be elevated to this status and is then promoted to a" +" core project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4233(glossterm) +#: ./doc/glossary/glossary-terms.xml4237(secondary) +#: ./doc/glossary/glossary-terms.xml4240(primary) +msgid "ingress filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4244(para) +msgid "" +"The process of filtering incoming network traffic. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4250(glossterm) +#: ./doc/glossary/glossary-terms.xml4252(primary) +msgid "INI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4255(para) +msgid "" +"The OpenStack configuration files use an INI format to describe options and " +"their values. It consists of sections and key value pairs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4264(glossterm) +#: ./doc/glossary/glossary-terms.xml4266(primary) +msgid "injection" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4270(para) +msgid "" +"The process of putting a file into a virtual machine image before the " +"instance is started." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4276(glossterm) +msgid "instance" +msgstr "instance" + +#: ./doc/glossary/glossary-terms.xml4278(primary) +#: ./doc/glossary/glossary-terms.xml4292(primary) +#: ./doc/glossary/glossary-terms.xml4305(primary) +#: ./doc/glossary/glossary-terms.xml4329(primary) +#: ./doc/glossary/glossary-terms.xml4344(primary) +#: ./doc/glossary/glossary-terms.xml4357(primary) +msgid "instances" +msgstr "instances" + +#: ./doc/glossary/glossary-terms.xml4284(para) +msgid "" +"A running VM, or a VM in a known state such as suspended, that can be used " +"like a hardware server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4290(glossterm) +#: ./doc/glossary/glossary-terms.xml4294(secondary) +msgid "instance ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4298(para) +msgid "Alternative term for instance UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4303(glossterm) +#: ./doc/glossary/glossary-terms.xml4307(secondary) +msgid "instance state" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4311(para) +msgid "The current state of a guest VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4316(glossterm) +#: ./doc/glossary/glossary-terms.xml4318(primary) +msgid "instance tunnels network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4321(para) +msgid "" +"A network segment used for instance traffic tunnels between compute nodes " +"and the network node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4327(glossterm) +#: ./doc/glossary/glossary-terms.xml4331(secondary) +msgid "instance type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4335(para) +msgid "" +"Describes the parameters of the various virtual machine images that are " +"available to users; includes parameters such as CPU, storage, and memory. " +"Alternative term for flavor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4342(glossterm) +#: ./doc/glossary/glossary-terms.xml4346(secondary) +msgid "instance type ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4350(para) +msgid "Alternative term for a flavor ID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4355(glossterm) +#: ./doc/glossary/glossary-terms.xml4359(secondary) +msgid "instance UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4363(para) +#: ./doc/glossary/glossary-terms.xml7289(para) +msgid "" +"Unique ID assigned to each guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4369(glossterm) +#: ./doc/glossary/glossary-terms.xml4371(primary) +msgid "interface" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4375(para) +msgid "" +"A physical or virtual device that provides connectivity to another device or" +" medium." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4381(glossterm) +#: ./doc/glossary/glossary-terms.xml4383(primary) +msgid "interface ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4387(para) +msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4393(glossterm) +#: ./doc/glossary/glossary-terms.xml4395(primary) +msgid "internet protocol (IP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4399(para) +msgid "" +"Principal communications protocol in the internet protocol suite for " +"relaying datagrams across network boundaries." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4405(glossterm) +#: ./doc/glossary/glossary-terms.xml4407(primary) +msgid "Internet Service Provider (ISP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4411(para) +msgid "" +"Any business that provides Internet access to individuals or businesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4417(glossterm) +#: ./doc/glossary/glossary-terms.xml4419(primary) +msgid "ironic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4423(para) +msgid "" +"OpenStack project that provisions bare metal, as opposed to virtual, " +"machines." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4429(glossterm) +#: ./doc/glossary/glossary-terms.xml4431(primary) +msgid "IOPS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4437(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4447(glossterm) +msgid "IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4455(para) +msgid "" +"Number that is unique to every computer system on the Internet. Two versions" +" of the Internet Protocol (IP) are in use for addresses: IPv4 and IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4462(glossterm) +#: ./doc/glossary/glossary-terms.xml4464(primary) +msgid "IP Address Management (IPAM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4468(para) +msgid "" +"The process of automating IP address allocation, deallocation, and " +"management. Currently provided by Compute, melange, and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4475(glossterm) +msgid "IPL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4477(primary) +msgid "IPL (Initial Program Loader)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4481(para) +msgid "Initial Program Loader." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4486(glossterm) +msgid "IPMI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4488(primary) +msgid "IPMI (Intelligent Platform Management Interface)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4492(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4503(glossterm) +#: ./doc/glossary/glossary-terms.xml4505(primary) +msgid "ip6tables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4509(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4517(glossterm) +#: ./doc/glossary/glossary-terms.xml4519(primary) +msgid "iptables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4523(para) +msgid "" +"Used along with arptables and ebtables, iptables create firewalls in " +"Compute. iptables are the tables provided by the Linux kernel firewall " +"(implemented as different Netfilter modules) and the chains and rules it " +"stores. Different kernel modules and programs are currently used for " +"different protocols: iptables applies to IPv4, ip6tables to IPv6, arptables " +"to ARP, and ebtables to Ethernet frames. Requires root privilege to " +"manipulate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4534(glossterm) +msgid "iSCSI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4536(primary) +msgid "iSCSI protocol" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4540(para) +msgid "" +"The SCSI disk protocol tunneled within Ethernet, supported by Compute, " +"Object Storage, and Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4546(glossterm) +msgid "ISO9960" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4548(primary) +msgid "ISO9960 format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4552(para) +#: ./doc/glossary/glossary-terms.xml6498(para) +#: ./doc/glossary/glossary-terms.xml8334(para) +#: ./doc/glossary/glossary-terms.xml8346(para) +#: ./doc/glossary/glossary-terms.xml8554(para) +msgid "One of the VM image disk formats supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4558(glossterm) +#: ./doc/glossary/glossary-terms.xml4560(primary) +msgid "itsec" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4564(para) +msgid "" +"A default role in the Compute RBAC system that can quarantine an instance in" +" any project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4573(title) +msgid "J" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4576(glossterm) +#: ./doc/glossary/glossary-terms.xml4578(primary) +msgid "Java" +msgstr "Java" + +#: ./doc/glossary/glossary-terms.xml4582(para) +msgid "" +"A programming language that is used to create systems that involve more than" +" one computer by way of a network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4588(glossterm) +#: ./doc/glossary/glossary-terms.xml4590(primary) +msgid "JavaScript" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4594(para) +msgid "A scripting language that is used to build web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4599(glossterm) +#: ./doc/glossary/glossary-terms.xml4601(primary) +msgid "JavaScript Object Notation (JSON)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4605(para) +msgid "One of the supported response formats in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4610(glossterm) +#: ./doc/glossary/glossary-terms.xml4612(primary) +msgid "Jenkins" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4616(para) +msgid "Tool used to run jobs automatically for OpenStack development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4622(glossterm) +#: ./doc/glossary/glossary-terms.xml4624(primary) +msgid "jumbo frame" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4628(para) +msgid "" +"Feature in modern Ethernet networks that supports frames up to approximately" +" 9000 bytes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4634(glossterm) +#: ./doc/glossary/glossary-terms.xml4636(primary) +msgid "Juno" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4640(para) +msgid "" +"The code name for the tenth release of OpenStack. The design summit took " +"place in Atlanta, Georgia, US and Juno is an unincorporated community in " +"Georgia." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4650(title) +msgid "K" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4653(glossterm) +msgid "kernel-based VM (KVM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4655(primary) +msgid "kernel-based VM (KVM) hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4659(para) +msgid "" +"An OpenStack-supported hypervisor. KVM is a full virtualization solution for" +" Linux on x86 hardware containing virtualization extensions (Intel VT or " +"AMD-V), ARM, IBM Power, and IBM zSeries. It consists of a loadable kernel " +"module, that provides the core virtualization infrastructure and a processor" +" specific module." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4671(glossterm) +#: ./doc/glossary/glossary-terms.xml4673(primary) +msgid "keystone" +msgstr "Keystone" + +#: ./doc/glossary/glossary-terms.xml4677(para) +msgid "The project that provides OpenStack Identity services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4682(glossterm) +#: ./doc/glossary/glossary-terms.xml4684(primary) +msgid "Kickstart" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4688(para) +msgid "" +"A tool to automate system configuration and installation on Red Hat, Fedora," +" and CentOS-based Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4694(glossterm) +#: ./doc/glossary/glossary-terms.xml4696(primary) +msgid "Kilo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4700(para) +msgid "" +"The code name for the eleventh release of OpenStack. The design summit took " +"place in Paris, France. Due to delays in the name selection, the release was" +" known only as K. Because k is the unit symbol for kilo " +"and the reference artifact is stored near Paris in the Pavillon de Breteuil " +"in Sèvres, the community chose Kilo as the release name." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4713(title) +msgid "L" +msgstr "L" + +#: ./doc/glossary/glossary-terms.xml4716(glossterm) +#: ./doc/glossary/glossary-terms.xml4718(primary) +msgid "large object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4722(para) +msgid "An object within Object Storage that is larger than 5GB." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4727(glossterm) +#: ./doc/glossary/glossary-terms.xml4729(primary) +msgid "Launchpad" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4733(para) +msgid "The collaboration site for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4738(glossterm) +#: ./doc/glossary/glossary-terms.xml4740(primary) +msgid "Layer-2 network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4744(para) +msgid "" +"Term used in the OSI network architecture for the data link layer. The data " +"link layer is responsible for media access control, flow control and " +"detecting and possibly correcting erros that may occur in the physical " +"layer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4754(glossterm) +#: ./doc/glossary/glossary-terms.xml4756(primary) +msgid "Layer-3 network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4760(para) +msgid "" +"Term used in the OSI network architecture for the network layer. The network" +" layer is responsible for packet forwarding including routing from one node " +"to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4769(glossterm) +#: ./doc/glossary/glossary-terms.xml4771(primary) +msgid "Layer-2 (L2) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4775(para) +msgid "" +"OpenStack Networking agent that provides layer-2 connectivity for virtual " +"networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4781(glossterm) +#: ./doc/glossary/glossary-terms.xml4783(primary) +msgid "Layer-3 (L3) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4787(para) +msgid "" +"OpenStack Networking agent that provides layer-3 (routing) services for " +"virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4793(glossterm) +#: ./doc/glossary/glossary-terms.xml4795(primary) +msgid "libvirt" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4799(para) +msgid "" +"Virtualization API library used by OpenStack to interact with many of its " +"supported hypervisors." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4805(glossterm) +msgid "Linux bridge" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4808(para) +msgid "" +"Software that enables multiple VMs to share a single physical NIC within " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4814(glossterm) +msgid "Linux Bridge neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4816(primary) +msgid "Linux Bridge" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4818(secondary) +#: ./doc/glossary/glossary-terms.xml5858(secondary) +msgid "neutron plug-in for" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4822(para) +msgid "" +"Enables a Linux bridge to understand a Networking port, interface " +"attachment, and other abstractions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4828(glossterm) +#: ./doc/glossary/glossary-terms.xml4830(primary) +msgid "Linux containers (LXC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4839(glossterm) +#: ./doc/glossary/glossary-terms.xml4841(primary) +msgid "live migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4845(para) +msgid "" +"The ability within Compute to move running virtual machine instances from " +"one host to another with only a small service interruption during " +"switchover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4852(glossterm) +msgid "load balancer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4855(para) +msgid "" +"A load balancer is a logical device that belongs to a cloud account. It is " +"used to distribute workloads between multiple back-end systems or services, " +"based on the criteria defined as part of its configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4863(glossterm) +#: ./doc/glossary/glossary-terms.xml4865(primary) +msgid "load balancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4869(para) +msgid "" +"The process of spreading client requests between two or more nodes to " +"improve performance and availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4875(glossterm) +#: ./doc/glossary/glossary-terms.xml4878(primary) +msgid "Load-Balancer-as-a-Service (LBaaS)" +msgstr "Répartition-de-charge-en-tant-que-service (LBaaS)" + +#: ./doc/glossary/glossary-terms.xml4882(para) +msgid "" +"Enables Networking to distribute incoming requests evenly between designated" +" instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4888(glossterm) +#: ./doc/glossary/glossary-terms.xml4890(primary) +msgid "Logical Volume Manager (LVM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4894(para) +msgid "" +"Provides a method of allocating space on mass-storage devices that is more " +"flexible than conventional partitioning schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4904(title) +msgid "M" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4907(glossterm) +#: ./doc/glossary/glossary-terms.xml4909(primary) +msgid "management API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4915(para) +msgid "Alternative term for an admin API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4920(glossterm) +#: ./doc/glossary/glossary-terms.xml4922(primary) +msgid "management network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4926(para) +msgid "" +"A network segment used for administration, not accessible to the public " +"Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4932(glossterm) +#: ./doc/glossary/glossary-terms.xml4934(primary) +msgid "manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4938(para) +msgid "" +"Logical groupings of related code, such as the Block Storage volume manager " +"or network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4944(glossterm) +msgid "manifest" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4946(primary) +#: ./doc/glossary/glossary-terms.xml4965(primary) +msgid "manifests" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4952(para) +msgid "Used to track segments of a large object within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4958(glossterm) +msgid "manifest object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4962(secondary) +#: ./doc/glossary/glossary-terms.xml4967(secondary) +msgid "manifest objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4971(para) +msgid "" +"A special Object Storage object that contains the manifest for a large " +"object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4977(glossterm) +#: ./doc/glossary/glossary-terms.xml4979(primary) +msgid "marconi" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4983(para) +msgid "OpenStack project that provides a queue service to applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4989(glossterm) +#: ./doc/glossary/glossary-terms.xml4991(primary) +msgid "maximum transmission unit (MTU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4995(para) +msgid "" +"Maximum frame or packet size for a particular network medium. Typically 1500" +" bytes for Ethernet networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5001(glossterm) +#: ./doc/glossary/glossary-terms.xml5003(primary) +msgid "mechanism driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5007(para) +msgid "" +"A driver for the Modular Layer 2 (ML2) neutron plug-in that provides layer-2" +" connectivity for virtual instances. A single OpenStack installation can use" +" multiple mechanism drivers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5016(glossterm) +#: ./doc/glossary/glossary-terms.xml5018(primary) +msgid "melange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5022(para) +msgid "" +"Project name for OpenStack Network Information Service. To be merged with " +"Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5028(glossterm) +#: ./doc/glossary/glossary-terms.xml5030(primary) +msgid "membership" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5034(para) +msgid "" +"The association between an Image Service VM image and a tenant. Enables " +"images to be shared with specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5040(glossterm) +msgid "membership list" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5042(primary) +msgid "membership lists" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5052(glossterm) +#: ./doc/glossary/glossary-terms.xml5054(primary) +msgid "memcached" +msgstr "memcached" + +#: ./doc/glossary/glossary-terms.xml5058(para) +msgid "" +"A distributed memory object caching system that is used by Object Storage " +"for caching." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5064(glossterm) +#: ./doc/glossary/glossary-terms.xml5066(primary) +msgid "memory overcommit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5070(para) +msgid "" +"The ability to start new VM instances based on the actual memory usage of a " +"host, as opposed to basing the decision on the amount of RAM each running " +"instance thinks it has available. Also known as RAM overcommit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5078(glossterm) +msgid "message broker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5080(primary) +msgid "message brokers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5084(para) +msgid "" +"The software package used to provide AMQP messaging capabilities within " +"Compute. Default package is RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5090(glossterm) +#: ./doc/glossary/glossary-terms.xml5092(primary) +msgid "message bus" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5096(para) +msgid "" +"The main virtual communication line used by all AMQP messages for inter-" +"cloud communications within Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5102(glossterm) +#: ./doc/glossary/glossary-terms.xml5104(primary) +msgid "message queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5108(para) +msgid "" +"Passes requests from clients to the appropriate workers and returns the " +"output to the client after the job completes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5114(glossterm) +#: ./doc/glossary/glossary-terms.xml5116(primary) +msgid "Metadata agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5120(para) +msgid "" +"OpenStack Networking agent that provides metadata services for instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5126(glossterm) +#: ./doc/glossary/glossary-terms.xml5128(primary) +msgid "Meta-Data Server (MDS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5132(para) +msgid "Stores CephFS metadata." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5137(glossterm) +#: ./doc/glossary/glossary-terms.xml5139(primary) +msgid "migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5143(para) +msgid "The process of moving a VM instance from one host to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5149(glossterm) +#: ./doc/glossary/glossary-terms.xml5151(primary) +msgid "multi-host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5155(para) +msgid "" +"High-availability mode for legacy (nova) networking. Each compute node " +"handles NAT and DHCP and acts as a gateway for all of the VMs on it. A " +"networking failure on one compute node doesn't affect VMs on other compute " +"nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5163(glossterm) +msgid "multinic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5166(para) +msgid "" +"Facility in Compute that allows each virtual machine instance to have more " +"than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5172(glossterm) +#: ./doc/glossary/glossary-terms.xml5175(primary) +msgid "Modular Layer 2 (ML2) neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5179(para) +msgid "" +"Can concurrently use multiple layer-2 networking technologies, such as " +"802.1Q and VXLAN, in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5185(glossterm) +#: ./doc/glossary/glossary-terms.xml5187(primary) +msgid "Monitor (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5191(para) +msgid "" +"LBaaS feature that provides availability monitoring using the " +"ping command, TCP, and HTTP/HTTPS GET." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5197(glossterm) +#: ./doc/glossary/glossary-terms.xml5199(primary) +msgid "Monitor (Mon)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5203(para) +msgid "" +"A Ceph component that communicates with external clients, checks data state " +"and consistency, and performs quorum functions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5209(glossterm) +#: ./doc/glossary/glossary-terms.xml5211(primary) +msgid "multi-factor authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5215(para) +msgid "" +"Authentication method that uses two or more credentials, such as a password " +"and a private key. Currently not supported in Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5222(glossterm) +#: ./doc/glossary/glossary-terms.xml5224(primary) +msgid "MultiNic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5228(para) +msgid "" +"Facility in Compute that enables a virtual machine instance to have more " +"than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5237(title) +msgid "N" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5240(glossterm) +#: ./doc/glossary/glossary-terms.xml5242(primary) +msgid "Nebula" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5246(para) +msgid "Released as open source by NASA in 2010 and is the basis for Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5252(glossterm) +#: ./doc/glossary/glossary-terms.xml5254(primary) +msgid "netadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5258(para) +msgid "" +"One of the default roles in the Compute RBAC system. Enables the user to " +"allocate publicly accessible IP addresses to instances and change firewall " +"rules." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5265(glossterm) +#: ./doc/glossary/glossary-terms.xml5267(primary) +msgid "NetApp volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5271(para) +msgid "" +"Enables Compute to communicate with NetApp storage devices through the " +"NetApp OnCommand Provisioning " +"Manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5278(glossterm) +msgid "network" +msgstr "network" + +#: ./doc/glossary/glossary-terms.xml5280(primary) +#: ./doc/glossary/glossary-terms.xml5296(primary) +#: ./doc/glossary/glossary-terms.xml5310(primary) +#: ./doc/glossary/glossary-terms.xml5325(primary) +#: ./doc/glossary/glossary-terms.xml5339(primary) +#: ./doc/glossary/glossary-terms.xml5353(primary) +#: ./doc/glossary/glossary-terms.xml5367(primary) +#: ./doc/glossary/glossary-terms.xml5380(primary) +#: ./doc/glossary/glossary-terms.xml5394(primary) +#: ./doc/glossary/glossary-terms.xml5408(primary) +#: ./doc/glossary/glossary-terms.xml5422(primary) +#: ./doc/glossary/glossary-terms.xml6245(primary) +#: ./doc/glossary/glossary-terms.xml6445(primary) +#: ./doc/glossary/glossary-terms.xml8381(primary) +#: ./doc/glossary/glossary-terms.xml8529(primary) +msgid "networks" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5286(para) +msgid "" +"A virtual network that provides connectivity between entities. For example, " +"a collection of virtual ports that share network connectivity. In Networking" +" terminology, a network is always a layer-2 network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5294(glossterm) +#: ./doc/glossary/glossary-terms.xml5298(secondary) +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5302(para) +msgid "" +"The process of modifying IP address information while in transit. Supported " +"by Compute and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5308(glossterm) +msgid "network controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5312(secondary) +msgid "network controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5316(para) +msgid "" +"A Compute daemon that orchestrates the network configuration of nodes, " +"including IP addresses, VLANs, and bridging. Also manages routing for both " +"public and private networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5323(glossterm) +#: ./doc/glossary/glossary-terms.xml5327(secondary) +msgid "Network File System (NFS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5331(para) +msgid "" +"A method for making file systems available over the network. Supported by " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5337(glossterm) +msgid "network ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5341(secondary) +msgid "network IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5345(para) +msgid "" +"Unique ID assigned to each network segment within Networking. Same as " +"network UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5351(glossterm) +msgid "network manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5355(secondary) +msgid "network managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5359(para) +msgid "" +"The Compute component that manages various network components, such as " +"firewall rules, IP address allocation, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5365(glossterm) +msgid "network node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5369(secondary) +msgid "network nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5373(para) +msgid "Any compute node that runs the network worker daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5378(glossterm) +msgid "network segment" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5382(secondary) +msgid "network segments" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5386(para) +msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5392(glossterm) +#: ./doc/glossary/glossary-terms.xml5396(secondary) +msgid "Network Time Protocol (NTP)" +msgstr "Network Time Protocol (NTP)" + +#: ./doc/glossary/glossary-terms.xml5400(para) +msgid "" +"A method of keeping a clock for a host or node correct through " +"communications with a trusted, accurate time source." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5406(glossterm) +#: ./doc/glossary/glossary-terms.xml5410(secondary) +msgid "network UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5414(para) +msgid "" +"Unique ID for a Networking network segment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5420(glossterm) +msgid "network worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5424(secondary) +msgid "network workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5428(para) +msgid "" +"The nova-network worker daemon; provides services such as" +" giving an IP address to a booting nova instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5435(glossterm) +msgid "Networking" +msgstr "Réseaux" + +#: ./doc/glossary/glossary-terms.xml5438(para) +msgid "" +"A core OpenStack project that provides a network connectivity abstraction " +"layer to OpenStack Compute. The project name of Networking is neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5445(glossterm) +#: ./doc/glossary/glossary-terms.xml5447(primary) +#: ./doc/glossary/glossary-terms.xml5470(secondary) +msgid "Networking API" +msgstr "API de réseau" + +#: ./doc/glossary/glossary-terms.xml5451(para) +msgid "" +"API used to access OpenStack Networking. Provides an extensible architecture" +" to enable custom plug-in creation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5457(glossterm) +#: ./doc/glossary/glossary-terms.xml5468(primary) +#: ./doc/glossary/glossary-terms.xml5481(primary) +#: ./doc/glossary/glossary-terms.xml5495(primary) +msgid "neutron" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5460(para) +msgid "" +"A core OpenStack project that provides a network connectivity abstraction " +"layer to OpenStack Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5466(glossterm) +msgid "neutron API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5474(para) +msgid "An alternative name for Networking API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5479(glossterm) +#: ./doc/glossary/glossary-terms.xml5483(secondary) +msgid "neutron manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5487(para) +msgid "" +"Enables Compute and Networking integration, which enables Networking to " +"perform network management for guest VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5493(glossterm) +#: ./doc/glossary/glossary-terms.xml5497(secondary) +msgid "neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5501(para) +msgid "" +"Interface within Networking that enables organizations to create custom " +"plug-ins for advanced features, such as QoS, ACLs, or IDS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5508(glossterm) +#: ./doc/glossary/glossary-terms.xml5510(primary) +msgid "Nexenta volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5514(para) +msgid "Provides support for NexentaStor devices in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5519(glossterm) +#: ./doc/glossary/glossary-terms.xml5521(primary) +msgid "No ACK" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5525(para) +msgid "" +"Disables server-side message acknowledgment in the Compute RabbitMQ. " +"Increases performance but decreases reliability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5531(glossterm) +msgid "node" +msgstr "noeud" + +#: ./doc/glossary/glossary-terms.xml5533(primary) +#: ./doc/glossary/glossary-terms.xml6349(primary) +#: ./doc/glossary/glossary-terms.xml7682(primary) +#: ./doc/glossary/glossary-terms.xml7882(primary) +msgid "nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5539(para) +msgid "A VM instance that runs on a host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5544(glossterm) +msgid "non-durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5546(primary) +#: ./doc/glossary/glossary-terms.xml5563(primary) +#: ./doc/glossary/glossary-terms.xml6071(primary) +#: ./doc/glossary/glossary-terms.xml8145(primary) +msgid "messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5548(secondary) +#: ./doc/glossary/glossary-terms.xml5551(primary) +#: ./doc/glossary/glossary-terms.xml8125(see) +msgid "non-durable exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5555(para) +msgid "" +"Message exchange that is cleared when the service restarts. Its data is not " +"written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5561(glossterm) +#: ./doc/glossary/glossary-terms.xml5568(primary) +msgid "non-durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5565(secondary) +msgid "non-durable queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5572(para) +msgid "" +"Message queue that is cleared when the service restarts. Its data is not " +"written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5578(glossterm) +#: ./doc/glossary/glossary-terms.xml5580(primary) +msgid "non-persistent volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5586(para) +msgid "Alternative term for an ephemeral volume." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5591(glossterm) +#: ./doc/glossary/glossary-terms.xml5593(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5597(para) +msgid "" +"Network traffic between a user or client (north) and a server (south), or " +"traffic into the cloud (south) and out of the cloud (north). See also east-" +"west traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5605(glossterm) +#: ./doc/glossary/glossary-terms.xml5615(primary) +#: ./doc/glossary/glossary-terms.xml5628(primary) +msgid "nova" +msgstr "nova" + +#: ./doc/glossary/glossary-terms.xml5608(para) +msgid "OpenStack project that provides compute services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5613(glossterm) +msgid "Nova API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5621(para) +msgid "Alternative term for the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5626(glossterm) +#: ./doc/glossary/glossary-terms.xml5630(secondary) +msgid "nova-network" +msgstr "nova-network" + +#: ./doc/glossary/glossary-terms.xml5634(para) +msgid "" +"A Compute component that manages IP address allocation, firewalls, and other" +" network-related tasks. This is the legacy networking option and an " +"alternative to Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5644(title) +msgid "O" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5647(glossterm) +msgid "object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5655(para) +msgid "A BLOB of data held by Object Storage; can be in any format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5661(glossterm) +msgid "object auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5665(secondary) +msgid "object auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5669(para) +msgid "" +"Opens all objects for an object server and verifies the MD5 hash, size, and " +"metadata for each object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5679(secondary) +msgid "object expiration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5683(para) +msgid "" +"A configurable option within Object Storage to automatically delete objects " +"after a specified amount of time has passed or a certain date is reached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5690(glossterm) +#: ./doc/glossary/glossary-terms.xml5694(secondary) +msgid "object hash" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5698(para) +msgid "Uniquely ID for an Object Storage object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5703(glossterm) +#: ./doc/glossary/glossary-terms.xml5707(secondary) +msgid "object path hash" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5711(para) +msgid "" +"Used by Object Storage to determine the location of an object in the ring. " +"Maps objects to partitions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5717(glossterm) +msgid "object replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5721(secondary) +msgid "object replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5725(para) +msgid "" +"An Object Storage component that copies an object to remote partitions for " +"fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5731(glossterm) +msgid "object server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5735(secondary) +msgid "object servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5739(para) +msgid "An Object Storage component that is responsible for managing objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5745(glossterm) +#: ./doc/glossary/glossary-terms.xml5762(primary) +#: ./doc/glossary/glossary-terms.xml5775(primary) +msgid "Object Storage" +msgstr "Object Storage" + +#: ./doc/glossary/glossary-terms.xml5748(para) +msgid "" +"The OpenStack core project that provides eventually consistent and redundant" +" storage and retrieval of fixed digital content. The project name of " +"OpenStack Object Storage is swift." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5755(glossterm) +#: ./doc/glossary/glossary-terms.xml5759(secondary) +#: ./doc/glossary/glossary-terms.xml5764(secondary) +msgid "Object Storage API" +msgstr "API du Stockage d'Objets" + +#: ./doc/glossary/glossary-terms.xml5757(primary) +#: ./doc/glossary/glossary-terms.xml7826(glossterm) +#: ./doc/glossary/glossary-terms.xml7849(primary) +#: ./doc/glossary/glossary-terms.xml7863(primary) +#: ./doc/glossary/glossary-terms.xml7887(primary) +msgid "swift" +msgstr "swift" + +#: ./doc/glossary/glossary-terms.xml5768(para) +msgid "API used to access OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5773(glossterm) +#: ./doc/glossary/glossary-terms.xml5777(secondary) +msgid "Object Storage Device (OSD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5781(para) +msgid "The Ceph storage daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5786(glossterm) +#: ./doc/glossary/glossary-terms.xml5790(secondary) +msgid "object versioning" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5794(para) +msgid "" +"Allows a user to set a flag on an Object Storage container so that all " +"objects within the container are versioned." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5800(glossterm) +#: ./doc/glossary/glossary-terms.xml5802(primary) +msgid "Oldie" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5806(para) +msgid "" +"Term for an Object Storage process that runs for a long time. Can indicate a" +" hung process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5812(glossterm) +#: ./doc/glossary/glossary-terms.xml5815(primary) +msgid "Open Cloud Computing Interface (OCCI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5819(para) +msgid "" +"A standardized interface for managing compute, data, and network resources, " +"currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5825(glossterm) +#: ./doc/glossary/glossary-terms.xml5827(primary) +msgid "Open Virtualization Format (OVF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5831(para) +msgid "Standard for packaging VM images. Supported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5836(glossterm) +#: ./doc/glossary/glossary-terms.xml5838(primary) +#: ./doc/glossary/glossary-terms.xml5856(primary) +msgid "Open vSwitch" +msgstr "Open vSwitch" + +#: ./doc/glossary/glossary-terms.xml5842(para) +msgid "" +"Open vSwitch is a production quality, multilayer virtual switch licensed " +"under the open source Apache 2.0 license. It is designed to enable massive " +"network automation through programmatic extension, while still supporting " +"standard management interfaces and protocols (for example NetFlow, sFlow, " +"SPAN, RSPAN, CLI, LACP, 802.1ag)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5854(glossterm) +msgid "Open vSwitch neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5862(para) +msgid "Provides support for Open vSwitch in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5867(glossterm) +#: ./doc/glossary/glossary-terms.xml5869(primary) +msgid "OpenLDAP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5873(para) +msgid "" +"An open source LDAP server. Supported by both Compute and Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5879(glossterm) +#: ./doc/glossary/glossary-terms.xml5881(primary) +#: ./doc/glossary/glossary-terms.xml5899(primary) +msgid "OpenStack" +msgstr "OpenStack" + +#: ./doc/glossary/glossary-terms.xml5887(para) +msgid "" +"OpenStack is a cloud operating system that controls large pools of compute, " +"storage, and networking resources throughout a data center, all managed " +"through a dashboard that gives administrators control while empowering their" +" users to provision resources through a web interface. OpenStack is an open " +"source project licensed under the Apache License 2.0." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5897(glossterm) +msgid "OpenStack code name" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5900(secondary) +msgid "code name" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5904(para) +msgid "" +"Each OpenStack release has a code name. Code names ascend in alphabetical " +"order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, " +"Icehouse, Juno, and Kilo. Code names are cities or counties near where the " +"corresponding OpenStack design summit took place. An exception, called the " +"Waldon exception, is granted to elements of the state flag that sound " +"especially cool. Code names are chosen by popular vote." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5918(glossterm) +#: ./doc/glossary/glossary-terms.xml5920(primary) +msgid "openSUSE" +msgstr "openSUSE" + +#: ./doc/glossary/glossary-terms.xml5929(glossterm) +#: ./doc/glossary/glossary-terms.xml5931(primary) +msgid "operator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5935(para) +msgid "" +"The person responsible for planning and maintaining an OpenStack " +"installation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5941(glossterm) +#: ./doc/glossary/glossary-terms.xml5943(primary) +msgid "Orchestration" +msgstr "Orchestration" + +#: ./doc/glossary/glossary-terms.xml5947(para) +msgid "" +"An integrated project that orchestrates multiple cloud applications for " +"OpenStack. The project name of Orchestration is heat." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5954(glossterm) +msgid "orphan" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5956(primary) +msgid "orphans" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5960(para) +msgid "" +"In the context of Object Storage, this is a process that is not terminated " +"after an upgrade, restart, or reload of the service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5969(title) +msgid "P" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5972(glossterm) +msgid "parent cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5976(secondary) +#: ./doc/glossary/glossary-terms.xml5979(primary) +msgid "parent cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5983(para) +msgid "" +"If a requested resource, such as CPU time, disk storage, or memory, is not " +"available in the parent cell, the request is forwarded to associated child " +"cells." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5990(glossterm) +msgid "partition" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5992(primary) +#: ./doc/glossary/glossary-terms.xml6007(primary) +#: ./doc/glossary/glossary-terms.xml6021(primary) +msgid "partitions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5998(para) +msgid "" +"A unit of storage within Object Storage used to store objects. It exists on " +"top of devices and is replicated for fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6005(glossterm) +#: ./doc/glossary/glossary-terms.xml6009(secondary) +msgid "partition index" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6013(para) +msgid "" +"Contains the locations of all Object Storage partitions within the ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6019(glossterm) +msgid "partition shift value" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6023(secondary) +msgid "partition index value" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6027(para) +msgid "" +"Used by Object Storage to determine which partition data should reside on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6033(glossterm) +#: ./doc/glossary/glossary-terms.xml6035(primary) +msgid "path MTU discovery (PMTUD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6039(para) +msgid "" +"Mechanism in IP networks to detect end-to-end MTU and adjust packet size " +"accordingly." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6045(glossterm) +#: ./doc/glossary/glossary-terms.xml6047(primary) +msgid "pause" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6051(para) +msgid "" +"A VM state where no changes occur (no changes in memory, network " +"communications stop, etc); the VM is frozen but not shut down." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6057(glossterm) +#: ./doc/glossary/glossary-terms.xml6059(primary) +msgid "PCI passthrough" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6063(para) +msgid "" +"Gives guest VMs exclusive access to a PCI device. Currently supported in " +"OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6069(glossterm) +msgid "persistent message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6073(secondary) +#: ./doc/glossary/glossary-terms.xml6076(primary) +msgid "persistent messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6080(para) +msgid "" +"A message that is stored both in memory and on disk. The message is not lost" +" after a failure or restart." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6086(glossterm) +#: ./doc/glossary/glossary-terms.xml6088(primary) +msgid "persistent volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6092(para) +msgid "Changes to these types of disk volumes are saved." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6097(glossterm) +#: ./doc/glossary/glossary-terms.xml6099(primary) +msgid "personality file" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6103(para) +msgid "" +"A file used to customize a Compute instance. It can be used to inject SSH " +"keys or a specific network configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6109(glossterm) +#: ./doc/glossary/glossary-terms.xml6111(primary) +msgid "Platform-as-a-Service (PaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6115(para) +msgid "" +"Provides to the consumer the ability to deploy applications through a " +"programming language or tools supported by the cloud platform provider. An " +"example of Platform-as-a-Service is an Eclipse/Java programming platform " +"provided with no downloads required." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6124(glossterm) +msgid "plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6126(primary) +msgid "plug-ins, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6130(para) +msgid "" +"Software component providing the actual implementation for Networking APIs, " +"or for Compute APIs, depending on the context." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6136(glossterm) +#: ./doc/glossary/glossary-terms.xml6138(primary) +msgid "policy service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6142(para) +msgid "" +"Component of Identity Service that provides a rule-management interface and " +"a rule-based authorization engine." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6148(glossterm) +#: ./doc/glossary/glossary-terms.xml6150(primary) +msgid "pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6154(para) +msgid "" +"A logical set of devices, such as web servers, that you group together to " +"receive and process traffic. The load balancing function chooses which " +"member of the pool handles the new requests or connections received on the " +"VIP address. Each VIP has one pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6163(glossterm) +#: ./doc/glossary/glossary-terms.xml6165(primary) +msgid "pool member" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6169(para) +msgid "" +"An application that runs on the back-end server in a load-balancing system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6175(glossterm) +msgid "port" +msgstr "port" + +#: ./doc/glossary/glossary-terms.xml6177(primary) +#: ./doc/glossary/glossary-terms.xml6191(primary) +#: ./doc/glossary/glossary-terms.xml8437(primary) +msgid "ports" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6183(para) +msgid "" +"A virtual network port within Networking; VIFs / vNICs are connected to a " +"port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6189(glossterm) +#: ./doc/glossary/glossary-terms.xml6193(secondary) +msgid "port UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6197(para) +msgid "Unique ID for a Networking port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6202(glossterm) +msgid "preseed" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6204(primary) +msgid "preseed, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6208(para) +msgid "" +"A tool to automate system configuration and installation on Debian-based " +"Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6214(glossterm) +#: ./doc/glossary/glossary-terms.xml6216(primary) +msgid "private image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6220(para) +msgid "An Image Service VM image that is only available to specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6226(glossterm) +#: ./doc/glossary/glossary-terms.xml6233(primary) +msgid "private IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6230(secondary) +msgid "private" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6237(para) +msgid "" +"An IP address used for management and administration, not available to the " +"public Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6243(glossterm) +msgid "private network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6247(secondary) +#: ./doc/glossary/glossary-terms.xml6250(primary) +msgid "private networks" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6254(para) +msgid "" +"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 private network interface can" +" be a flat or VLAN network interface. A flat network interface is controlled" +" by the flat_interface with flat managers. A VLAN network interface is " +"controlled by the vlan_interface option with VLAN " +"managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6266(glossterm) +msgid "project" +msgstr "projet" + +#: ./doc/glossary/glossary-terms.xml6268(primary) +#: ./doc/glossary/glossary-terms.xml6282(primary) +#: ./doc/glossary/glossary-terms.xml6296(primary) +msgid "projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6274(para) +msgid "" +"A logical grouping of users within Compute; defines quotas and access to VM " +"images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6280(glossterm) +#: ./doc/glossary/glossary-terms.xml6284(secondary) +msgid "project ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6288(para) +msgid "User-defined alphanumeric string in Compute; the name of a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6294(glossterm) +#: ./doc/glossary/glossary-terms.xml6298(secondary) +msgid "project VPN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6302(para) +msgid "Alternative term for a cloudpipe." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6307(glossterm) +#: ./doc/glossary/glossary-terms.xml6309(primary) +msgid "promiscuous mode" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6313(para) +msgid "" +"Causes the network interface to pass all traffic it receives to the host " +"rather than passing only the frames addressed to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6320(glossterm) +#: ./doc/glossary/glossary-terms.xml6322(primary) +msgid "protected property" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6326(para) +msgid "" +"Generally, extra properties on an Image Service image to which only cloud " +"administrators have access. Limits which user roles can perform CRUD " +"operations on that property. The cloud administrator can configure any image" +" property as protected." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6335(glossterm) +#: ./doc/glossary/glossary-terms.xml6337(primary) +msgid "provider" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6341(para) +msgid "An administrator who has access to all hosts and instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6347(glossterm) +msgid "proxy node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6351(secondary) +#: ./doc/glossary/glossary-terms.xml6354(primary) +msgid "proxy nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6358(para) +msgid "A node that provides the Object Storage proxy service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6363(glossterm) +msgid "proxy server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6367(secondary) +#: ./doc/glossary/glossary-terms.xml6370(primary) +msgid "proxy servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6374(para) +msgid "" +"Users of Object Storage interact with the service through the proxy server, " +"which in turn looks up the location of the requested data within the ring " +"and returns the results to the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6381(glossterm) +#: ./doc/glossary/glossary-terms.xml6388(primary) +msgid "public API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6385(secondary) +msgid "public APIs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6392(para) +msgid "" +"An API endpoint used for both service-to-service communication and end-user " +"interactions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6398(glossterm) +#: ./doc/glossary/glossary-terms.xml6405(primary) +msgid "public image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6402(secondary) +msgid "public images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6409(para) +msgid "An Image Service VM image that is available to all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6415(glossterm) +#: ./doc/glossary/glossary-terms.xml6422(primary) +msgid "public IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6419(secondary) +#: ./doc/glossary/glossary-terms.xml6447(secondary) +msgid "public" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6426(para) +msgid "An IP address that is accessible to end-users." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6431(glossterm) +#: ./doc/glossary/glossary-terms.xml6433(primary) +msgid "public key authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6437(para) +msgid "Authentication method that uses keys rather than passwords." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6443(glossterm) +#: ./doc/glossary/glossary-terms.xml6450(primary) +msgid "public network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6454(para) +msgid "" +"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. The public network interface is" +" controlled by the public_interface option." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6463(glossterm) +#: ./doc/glossary/glossary-terms.xml6465(primary) +msgid "Puppet" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6469(para) +msgid "" +"An operating system configuration-management tool supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6475(glossterm) +#: ./doc/glossary/glossary-terms.xml6477(primary) +msgid "Python" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6481(para) +msgid "Programming language used extensively in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6489(title) +msgid "Q" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6492(glossterm) +#: ./doc/glossary/glossary-terms.xml6494(primary) +msgid "QEMU Copy On Write 2 (QCOW2)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6504(glossterm) +#: ./doc/glossary/glossary-terms.xml6506(primary) +msgid "Qpid" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6510(para) +msgid "" +"Message queue software supported by OpenStack; an alternative to RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6516(glossterm) +#: ./doc/glossary/glossary-terms.xml6518(primary) +msgid "quarantine" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6522(para) +msgid "" +"If Object Storage finds objects, containers, or accounts that are corrupt, " +"they are placed in this state, are not replicated, cannot be read by " +"clients, and a correct copy is re-replicated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6529(glossterm) +#: ./doc/glossary/glossary-terms.xml6531(primary) +msgid "Quick EMUlator (QEMU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6535(para) +msgid "QEMU is a generic and open source machine emulator and virtualizer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6538(para) +msgid "" +"One of the hypervisors supported by OpenStack, generally used for " +"development purposes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6544(glossterm) +msgid "quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6546(primary) +msgid "quotas" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6550(para) +msgid "" +"In Compute and Block Storage, the ability to set resource limits on a per-" +"project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6559(title) +msgid "R" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6562(glossterm) +#: ./doc/glossary/glossary-terms.xml6564(primary) +msgid "RabbitMQ" +msgstr "RabbitMQ" + +#: ./doc/glossary/glossary-terms.xml6568(para) +msgid "The default message queue software used by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6573(glossterm) +#: ./doc/glossary/glossary-terms.xml6575(primary) +msgid "Rackspace Cloud Files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6579(para) +msgid "" +"Released as open source by Rackspace in 2010; the basis for Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6585(glossterm) +#: ./doc/glossary/glossary-terms.xml6587(primary) +msgid "RADOS Block Device (RBD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6591(para) +msgid "" +"Ceph component that enables a Linux block device to be striped over multiple" +" distributed data stores." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6597(glossterm) +#: ./doc/glossary/glossary-terms.xml6599(primary) +msgid "radvd" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6603(para) +msgid "" +"The router advertisement daemon, used by the Compute VLAN manager and " +"FlatDHCP manager to provide routing services for VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6610(glossterm) +#: ./doc/glossary/glossary-terms.xml6612(primary) +msgid "RAM filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6616(para) +msgid "The Compute setting that enables or disables RAM overcommitment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6622(glossterm) +#: ./doc/glossary/glossary-terms.xml6624(primary) +msgid "RAM overcommit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6628(para) +msgid "" +"The ability to start new VM instances based on the actual memory usage of a " +"host, as opposed to basing the decision on the amount of RAM each running " +"instance thinks it has available. Also known as memory overcommit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6636(glossterm) +msgid "rate limit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6638(primary) +msgid "rate limits" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6642(para) +msgid "" +"Configurable option within Object Storage to limit database writes on a per-" +"account and/or per-container basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6648(glossterm) +msgid "raw" +msgstr "raw" + +#: ./doc/glossary/glossary-terms.xml6650(primary) +msgid "raw format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6654(para) +msgid "" +"One of the VM image disk formats supported by Image Service; an unstructured" +" disk image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6660(glossterm) +msgid "rebalance" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6662(primary) +msgid "rebalancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6666(para) +msgid "" +"The process of distributing Object Storage partitions across all drives in " +"the ring; used during initial ring creation and after ring reconfiguration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6673(glossterm) +#: ./doc/glossary/glossary-terms.xml6675(primary) +#: ./doc/glossary/glossary-terms.xml7532(primary) +msgid "reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6677(secondary) +#: ./doc/glossary/glossary-terms.xml7534(secondary) +msgid "hard vs. soft" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6681(para) +msgid "" +"Either a soft or hard reboot of a server. With a soft reboot, the operating " +"system is signaled to restart, which enables a graceful shutdown of all " +"processes. A hard reboot is the equivalent of power cycling the server. The " +"virtualization platform should ensure that the reboot action has completed " +"successfully, even in cases in which the underlying domain/VM is paused or " +"halted/stopped." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6691(glossterm) +msgid "rebuild" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6693(primary) +msgid "rebuilding" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6697(para) +msgid "" +"Removes all data on the server and replaces it with the specified image. " +"Server ID and IP addresses remain the same." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6703(glossterm) +#: ./doc/glossary/glossary-terms.xml6705(primary) +msgid "Recon" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6709(para) +msgid "An Object Storage component that collects metrics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6714(glossterm) +msgid "record" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6716(primary) +#: ./doc/glossary/glossary-terms.xml6735(primary) +msgid "records" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6722(para) +msgid "" +"Belongs to a particular domain and is used to specify information about the " +"domain. There are several types of " +"DNS records. Each record type contains particular information used to " +"describe the purpose of that record. Examples include mail exchange (MX) " +"records, which specify the mail server for a particular domain; and name " +"server (NS) records, which specify the authoritative name servers for a " +"domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6733(glossterm) +msgid "record ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6737(secondary) +msgid "record IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6741(para) +msgid "" +"A number within a database that is incremented each time a change is made. " +"Used by Object Storage when replicating." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6747(glossterm) +#: ./doc/glossary/glossary-terms.xml6749(primary) +msgid "Red Hat Enterprise Linux (RHEL)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6758(glossterm) +#: ./doc/glossary/glossary-terms.xml6760(primary) +msgid "reference architecture" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6764(para) +msgid "A recommended architecture for an OpenStack cloud." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6769(glossterm) +#: ./doc/glossary/glossary-terms.xml6771(primary) +msgid "region" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6775(para) +msgid "" +"A discrete OpenStack environment with dedicated API endpoints that typically" +" shares only the Identity Service (keystone) with other regions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6782(glossterm) +#: ./doc/glossary/glossary-terms.xml6784(primary) +msgid "registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6786(see) +msgid "under Image Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6790(para) +msgid "Alternative term for the Image Service registry." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6795(glossterm) +msgid "registry server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6799(secondary) +#: ./doc/glossary/glossary-terms.xml6802(primary) +msgid "registry servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6806(para) +msgid "" +"An Image Service that provides VM image metadata information to clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6812(glossterm) +#: ./doc/glossary/glossary-terms.xml6815(primary) +msgid "Reliable, Autonomic Distributed Object Store (RADOS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6820(para) +msgid "" +"A collection of components that provides object storage within Ceph. Similar" +" to OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6826(glossterm) +#: ./doc/glossary/glossary-terms.xml6828(primary) +msgid "Remote Procedure Call (RPC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6832(para) +msgid "" +"The method used by the Compute RabbitMQ for intra-service communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6838(glossterm) +msgid "replica" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6840(primary) +#: ./doc/glossary/glossary-terms.xml6855(primary) +#: ./doc/glossary/glossary-terms.xml6867(glossterm) +#: ./doc/glossary/glossary-terms.xml6878(primary) +msgid "replication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6846(para) +msgid "" +"Provides data redundancy and fault tolerance by creating copies of Object " +"Storage objects, accounts, and containers so that they are not lost when the" +" underlying storage fails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6853(glossterm) +#: ./doc/glossary/glossary-terms.xml6857(secondary) +msgid "replica count" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6861(para) +msgid "The number of replicas of the data in an Object Storage ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6870(para) +msgid "" +"The process of copying data to a separate physical device for fault " +"tolerance and performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6876(glossterm) +msgid "replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6880(secondary) +msgid "replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6884(para) +msgid "" +"The Object Storage back-end process that creates and manages object " +"replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6890(glossterm) +msgid "request ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6892(primary) +msgid "request IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6896(para) +msgid "Unique ID assigned to each request sent to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6901(glossterm) +msgid "rescue image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6903(primary) +msgid "rescue images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6907(para) +msgid "" +"A special type of VM image that is booted when an instance is placed into " +"rescue mode. Allows an administrator to mount the file systems for an " +"instance to correct the problem." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6914(glossterm) +msgid "resize" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6916(primary) +msgid "resizing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6920(para) +msgid "" +"Converts an existing server to a different flavor, which scales the server " +"up or down. The original server is saved to enable rollback if a problem " +"occurs. All resizes must be tested and explicitly confirmed, at which time " +"the original server is removed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6928(glossterm) +msgid "RESTful" +msgstr "RESTful" + +#: ./doc/glossary/glossary-terms.xml6930(primary) +msgid "RESTful web services" +msgstr "Services web RESTful" + +#: ./doc/glossary/glossary-terms.xml6934(para) +msgid "" +"A kind of web service API that uses REST, or Representational State " +"Transfer. REST is the style of architecture for hypermedia systems that is " +"used for the World Wide Web." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6941(glossterm) +msgid "ring" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6943(primary) +#: ./doc/glossary/glossary-terms.xml6958(primary) +msgid "rings" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6949(para) +msgid "" +"An entity that maps Object Storage data to partitions. A separate ring " +"exists for each service, such as account, object, and container." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6956(glossterm) +msgid "ring builder" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6960(secondary) +msgid "ring builders" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6964(para) +msgid "" +"Builds and manages rings within Object Storage, assigns partitions to " +"devices, and pushes the configuration to other storage nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6971(glossterm) +#: ./doc/glossary/glossary-terms.xml6973(primary) +msgid "Role Based Access Control (RBAC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6977(para) +msgid "" +"Provides a predefined list of actions that the user can perform, such as " +"start or stop VMs, reset passwords, and so on. Supported in both Identity " +"Service and Compute and can be configured using the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6985(glossterm) +msgid "role" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6987(primary) +#: ./doc/glossary/glossary-terms.xml7002(primary) +msgid "roles" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6993(para) +msgid "" +"A personality that a user assumes to perform a specific set of operations. A" +" role includes a set of rights and privileges. A user assuming that role " +"inherits those rights and privileges." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7000(glossterm) +#: ./doc/glossary/glossary-terms.xml7004(secondary) +msgid "role ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7008(para) +msgid "Alphanumeric ID assigned to each Identity Service role." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7013(glossterm) +#: ./doc/glossary/glossary-terms.xml7015(primary) +msgid "rootwrap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7019(para) +msgid "" +"A feature of Compute that allows the unprivileged \"nova\" user to run a " +"specified list of commands as the Linux root user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7025(glossterm) +#: ./doc/glossary/glossary-terms.xml7032(primary) +msgid "round-robin scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7027(primary) +#: ./doc/glossary/glossary-terms.xml7575(primary) +msgid "schedulers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7029(secondary) +msgid "round-robin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7036(para) +msgid "" +"Type of Compute scheduler that evenly distributes instances among available " +"hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7042(glossterm) +#: ./doc/glossary/glossary-terms.xml7044(primary) +msgid "router" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7048(para) +msgid "" +"A physical or virtual network device that passes network traffic between " +"different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7054(glossterm) +msgid "routing key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7056(primary) +msgid "routing keys" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7060(para) +msgid "" +"The Compute direct exchanges, fanout exchanges, and topic exchanges use this" +" key to determine how to process a message; processing varies depending on " +"exchange type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7067(glossterm) +msgid "RPC driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7069(primary) +msgid "drivers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7071(secondary) +#: ./doc/glossary/glossary-terms.xml7074(primary) +msgid "RPC drivers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7078(para) +msgid "" +"Modular system that allows the underlying message queue software of Compute " +"to be changed. For example, from RabbitMQ to ZeroMQ or Qpid." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7085(glossterm) +#: ./doc/glossary/glossary-terms.xml7087(primary) +msgid "rsync" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7091(para) +msgid "Used by Object Storage to push object replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7096(glossterm) +msgid "RXTX cap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7098(primary) +msgid "RXTX cap/quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7102(para) +msgid "" +"Absolute limit on the amount of network traffic a Compute VM instance can " +"send and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7108(glossterm) +msgid "RXTX quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7111(para) +msgid "" +"Soft limit on the amount of network traffic a Compute VM instance can send " +"and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7117(glossterm) +#: ./doc/glossary/glossary-terms.xml7119(primary) +msgid "Ryu neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7123(para) +msgid "" +"Enables the Ryu network operating system to function as a Networking " +"OpenFlow controller." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7132(title) +msgid "S" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7135(glossterm) +msgid "S3" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7137(primary) +msgid "S3 storage service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7141(para) +msgid "" +"Object storage service by Amazon; similar in function to Object Storage, it " +"can act as a back-end store for Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7148(glossterm) +#: ./doc/glossary/glossary-terms.xml7150(primary) +msgid "sahara" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7154(para) +msgid "" +"OpenStack project that provides a scalable data-processing stack and " +"associated management interfaces." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7160(glossterm) +#: ./doc/glossary/glossary-terms.xml7162(primary) +msgid "scheduler manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7166(para) +msgid "" +"A Compute component that determines where VM instances should start. Uses " +"modular design to support a variety of scheduler types." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7173(glossterm) +msgid "scoped token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7175(primary) +msgid "scoped tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7179(para) +msgid "" +"An Identity Service API access token that is associated with a specific " +"tenant." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7185(glossterm) +msgid "scrubber" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7187(primary) +msgid "scrubbers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7191(para) +msgid "" +"Checks for and deletes unused VMs; the component of Image Service that " +"implements delayed delete." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7197(glossterm) +msgid "secret key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7199(primary) +msgid "secret keys" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7203(para) +msgid "" +"String of text known only by the user; used along with an access key to make" +" requests to the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7209(glossterm) +#: ./doc/glossary/glossary-terms.xml7211(primary) +msgid "secure shell (SSH)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7215(para) +msgid "" +"Open source tool used to access remote hosts through an encrypted " +"communications channel, SSH key injection is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7222(glossterm) +msgid "security group" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7224(primary) +msgid "security groups" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7228(para) +msgid "" +"A set of network traffic filtering rules that are applied to a Compute " +"instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7234(glossterm) +msgid "segmented object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7238(secondary) +#: ./doc/glossary/glossary-terms.xml7241(primary) +msgid "segmented objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7245(para) +msgid "" +"An Object Storage large object that has been broken up into pieces. The re-" +"assembled object is called a concatenated object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7252(glossterm) +msgid "server" +msgstr "server" + +#: ./doc/glossary/glossary-terms.xml7260(para) +msgid "" +"Computer that provides explicit services to the client software running on " +"that system, often managing a variety of computer operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7264(para) +msgid "" +"A server is a VM instance in the Compute system. Flavor and image are " +"requisite elements when creating a server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7270(glossterm) +#: ./doc/glossary/glossary-terms.xml7272(primary) +msgid "server image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7276(para) +msgid "Alternative term for a VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7281(glossterm) +#: ./doc/glossary/glossary-terms.xml7285(secondary) +msgid "server UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7295(glossterm) +msgid "service" +msgstr "service" + +#: ./doc/glossary/glossary-terms.xml7297(primary) +msgid "services" +msgstr "services" + +#: ./doc/glossary/glossary-terms.xml7303(para) +msgid "" +"An OpenStack service, such as Compute, Object Storage, or Image Service. " +"Provides one or more endpoints through which users can access resources and " +"perform operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7310(glossterm) +#: ./doc/glossary/glossary-terms.xml7312(primary) +msgid "service catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7316(para) +msgid "Alternative term for the Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7321(glossterm) +#: ./doc/glossary/glossary-terms.xml7323(primary) +msgid "service ID" +msgstr "ID du service" + +#: ./doc/glossary/glossary-terms.xml7327(para) +msgid "" +"Unique ID assigned to each service that is available in the Identity Service" +" catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7333(glossterm) +#: ./doc/glossary/glossary-terms.xml7335(primary) +msgid "service registration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7339(para) +msgid "" +"An Identity Service feature that enables services, such as Compute, to " +"automatically register with the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7345(glossterm) +#: ./doc/glossary/glossary-terms.xml7347(primary) +msgid "service tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7351(para) +msgid "" +"Special tenant that contains all services that are listed in the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7357(glossterm) +#: ./doc/glossary/glossary-terms.xml7359(primary) +msgid "service token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7363(para) +msgid "" +"An administrator-defined token used by Compute to communicate securely with " +"the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7369(glossterm) +#: ./doc/glossary/glossary-terms.xml7373(secondary) +msgid "session back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7371(primary) +#: ./doc/glossary/glossary-terms.xml7385(primary) +#: ./doc/glossary/glossary-terms.xml7400(primary) +msgid "sessions" +msgstr "sessions" + +#: ./doc/glossary/glossary-terms.xml7377(para) +msgid "" +"The method of storage used by horizon to track client sessions, such as " +"local memory, cookies, a database, or memcached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7383(glossterm) +#: ./doc/glossary/glossary-terms.xml7387(secondary) +msgid "session persistence" +msgstr "persistance de session" + +#: ./doc/glossary/glossary-terms.xml7391(para) +msgid "" +"A feature of the load-balancing service. It attempts to force subsequent " +"connections to a service to be redirected to the same node as long as it is " +"online." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7398(glossterm) +#: ./doc/glossary/glossary-terms.xml7402(secondary) +msgid "session storage" +msgstr "stockage de session" + +#: ./doc/glossary/glossary-terms.xml7406(para) +msgid "" +"A horizon component that stores and tracks client session information. " +"Implemented through the Django sessions framework." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7412(glossterm) +#: ./doc/glossary/glossary-terms.xml7419(primary) +msgid "shared IP address" +msgstr "adresse IP partagée" + +#: ./doc/glossary/glossary-terms.xml7416(secondary) +msgid "shared" +msgstr "partagé" + +#: ./doc/glossary/glossary-terms.xml7423(para) +msgid "" +"An IP address that can be assigned to a VM instance within the shared IP " +"group. Public IP addresses can be shared across multiple servers for use in " +"various high-availability scenarios. When an IP address is shared to another" +" server, the cloud network restrictions are modified to enable each server " +"to listen to and respond on that IP address. You can optionally specify that" +" the target server network configuration be modified. Shared IP addresses " +"can be used with many standard heartbeat facilities, such as keepalive, that" +" monitor for failure and manage IP failover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7436(glossterm) +msgid "shared IP group" +msgstr "groupe IP partagé" + +#: ./doc/glossary/glossary-terms.xml7438(primary) +msgid "shared IP groups" +msgstr "groupes IP partagées" + +#: ./doc/glossary/glossary-terms.xml7442(para) +msgid "" +"A collection of servers that can share IPs with other members of the group. " +"Any server in a group can share one or more public IPs with any other server" +" in the group. With the exception of the first server in a shared IP group, " +"servers must be launched into shared IP groups. A server may be a member of " +"only one shared IP group." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7451(glossterm) +#: ./doc/glossary/glossary-terms.xml7453(primary) +msgid "shared storage" +msgstr "stockage partagé" + +#: ./doc/glossary/glossary-terms.xml7457(para) +msgid "" +"Block storage that is simultaneously accessible by multiple clients, for " +"example, NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7463(glossterm) +#: ./doc/glossary/glossary-terms.xml7465(primary) +msgid "Sheepdog" +msgstr "Chien de berger" + +#: ./doc/glossary/glossary-terms.xml7469(para) +msgid "Distributed block storage system for QEMU, supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7475(glossterm) +#: ./doc/glossary/glossary-terms.xml7478(primary) +msgid "Simple Cloud Identity Management (SCIM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7482(para) +msgid "" +"Specification for managing identity in the cloud, currently unsupported by " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7488(glossterm) +#: ./doc/glossary/glossary-terms.xml7491(primary) +msgid "Single-root I/O Virtualization (SR-IOV)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7495(para) +msgid "" +"A specification that, when implemented by a physical PCIe device, enables it" +" to appear as multiple separate PCIe devices. This enables multiple " +"virtualized guests to share direct access to the physical device, offering " +"improved performance over an equivalent virtual device. Currently supported " +"in OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7505(glossterm) +#: ./doc/glossary/glossary-terms.xml7507(primary) +msgid "SmokeStack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7511(para) +msgid "Runs automated tests against the core OpenStack API; written in Rails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7517(glossterm) +#: ./doc/glossary/glossary-terms.xml7519(primary) +msgid "snapshot" +msgstr "instantané" + +#: ./doc/glossary/glossary-terms.xml7523(para) +msgid "" +"A point-in-time copy of an OpenStack storage volume or image. Use storage " +"volume snapshots to back up volumes. Use image snapshots to back up data, or" +" as \"gold\" images for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7530(glossterm) +#: ./doc/glossary/glossary-terms.xml7537(primary) +msgid "soft reboot" +msgstr "redémarrage logiciel" + +#: ./doc/glossary/glossary-terms.xml7541(para) +msgid "" +"A controlled reboot where a VM instance is properly restarted through " +"operating system commands." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7547(glossterm) +#: ./doc/glossary/glossary-terms.xml7549(primary) +msgid "SolidFire Volume Driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7553(para) +msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7559(glossterm) +msgid "SPICE" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7561(primary) +msgid "SPICE (Simple Protocol for Independent Computing Environments)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7566(para) +msgid "" +"The Simple Protocol for Independent Computing Environments (SPICE) provides " +"remote desktop access to guest virtual machines. It is an alternative to " +"VNC. SPICE is supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7573(glossterm) +#: ./doc/glossary/glossary-terms.xml7580(primary) +msgid "spread-first scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7577(secondary) +msgid "spread-first" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7584(para) +msgid "" +"The Compute VM scheduling algorithm that attempts to start a new VM on the " +"host with the least amount of load." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7590(glossterm) +#: ./doc/glossary/glossary-terms.xml7592(primary) +msgid "SQL-Alchemy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7596(para) +msgid "An open source SQL toolkit for Python, used in OpenStack." +msgstr "Une boite à outil SQL open source pour Python, utilisé par OpenStack." + +#: ./doc/glossary/glossary-terms.xml7601(glossterm) +#: ./doc/glossary/glossary-terms.xml7603(primary) +msgid "SQLite" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7607(para) +msgid "" +"A lightweight SQL database, used as the default persistent storage method in" +" many OpenStack services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7613(glossterm) +#: ./doc/glossary/glossary-terms.xml7615(primary) +msgid "stack" +msgstr "pile" + +#: ./doc/glossary/glossary-terms.xml7620(para) +msgid "" +"A set of OpenStack resources created and managed by the Orchestration " +"service according to a given template (either an AWS CloudFormation template" +" or a Heat Orchestration Template (HOT))." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7628(glossterm) +#: ./doc/glossary/glossary-terms.xml7630(primary) +msgid "StackTach" +msgstr "StackTach" + +#: ./doc/glossary/glossary-terms.xml7634(para) +msgid "" +"Community project that captures Compute AMQP communications; useful for " +"debugging." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7640(glossterm) +msgid "static IP address" +msgstr "adresse IP statique" + +#: ./doc/glossary/glossary-terms.xml7644(secondary) +msgid "static" +msgstr "statique" + +#: ./doc/glossary/glossary-terms.xml7647(primary) +msgid "static IP addresses" +msgstr "adresses IP statiques" + +#: ./doc/glossary/glossary-terms.xml7651(para) +msgid "Alternative term for a fixed IP address." +msgstr "Autre expression pour une adresse IP fixe." + +#: ./doc/glossary/glossary-terms.xml7656(glossterm) +#: ./doc/glossary/glossary-terms.xml7658(primary) +msgid "StaticWeb" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7662(para) +msgid "" +"WSGI middleware component of Object Storage that serves container data as a " +"static web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7668(glossterm) +#: ./doc/glossary/glossary-terms.xml7670(primary) +msgid "storage back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7674(para) +msgid "" +"The method that a service uses for persistent storage, such as iSCSI, NFS, " +"or local disk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7680(glossterm) +#: ./doc/glossary/glossary-terms.xml7687(primary) +msgid "storage node" +msgstr "nœud de stockage" + +#: ./doc/glossary/glossary-terms.xml7684(secondary) +msgid "storage nodes" +msgstr "nœuds de stockage" + +#: ./doc/glossary/glossary-terms.xml7691(para) +msgid "" +"An Object Storage node that provides container services, account services, " +"and object services; controls the account databases, container databases, " +"and object storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7698(glossterm) +#: ./doc/glossary/glossary-terms.xml7702(secondary) +msgid "storage manager" +msgstr "gestionnaire de stockage" + +#: ./doc/glossary/glossary-terms.xml7700(primary) +#: ./doc/glossary/glossary-terms.xml7714(primary) +#: ./doc/glossary/glossary-terms.xml7728(primary) +#: ./doc/glossary/glossary-terms.xml7877(primary) +msgid "storage" +msgstr "stockage" + +#: ./doc/glossary/glossary-terms.xml7706(para) +msgid "" +"A XenAPI component that provides a pluggable interface to support a wide " +"variety of persistent storage back ends." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7712(glossterm) +#: ./doc/glossary/glossary-terms.xml7716(secondary) +msgid "storage manager back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7720(para) +msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7726(glossterm) +#: ./doc/glossary/glossary-terms.xml7730(secondary) +msgid "storage services" +msgstr "services de stockage" + +#: ./doc/glossary/glossary-terms.xml7734(para) +msgid "" +"Collective name for the Object Storage object services, container services, " +"and account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7740(glossterm) +#: ./doc/glossary/glossary-terms.xml7742(primary) +msgid "strategy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7746(para) +msgid "" +"Specifies the authentication source used by Image Service or Identity " +"Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7752(glossterm) +msgid "subdomain" +msgstr "sous domaine" + +#: ./doc/glossary/glossary-terms.xml7754(primary) +msgid "subdomains" +msgstr "sous domaines" + +#: ./doc/glossary/glossary-terms.xml7758(para) +msgid "" +"A domain within a parent domain. Subdomains cannot be registered. Subdomains" +" enable you to delegate domains. Subdomains can themselves have subdomains, " +"so third-level, fourth-level, fifth-level, and deeper levels of nesting are " +"possible." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7766(glossterm) +#: ./doc/glossary/glossary-terms.xml7768(primary) +msgid "subnet" +msgstr "sous-réseau" + +#: ./doc/glossary/glossary-terms.xml7772(para) +msgid "Logical subdivision of an IP network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7777(glossterm) +#: ./doc/glossary/glossary-terms.xml7780(primary) +msgid "SUSE Linux Enterprise Server (SLES)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7789(glossterm) +msgid "suspend" +msgstr "suspendre" + +#: ./doc/glossary/glossary-terms.xml7791(primary) +msgid "suspend, definition of" +msgstr "suspendre, définition de" + +#: ./doc/glossary/glossary-terms.xml7795(para) +msgid "" +"Alternative term for a paused VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7801(glossterm) +msgid "swap" +msgstr "swap" + +#: ./doc/glossary/glossary-terms.xml7803(primary) +msgid "swap, definition of" +msgstr "swap, définition de " + +#: ./doc/glossary/glossary-terms.xml7807(para) +msgid "" +"Disk-based virtual memory used by operating systems to provide more memory " +"than is actually available on the system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7813(glossterm) +#: ./doc/glossary/glossary-terms.xml7815(primary) +msgid "swawth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7819(para) +msgid "" +"An authentication and authorization service for Object Storage, implemented " +"through WSGI middleware; uses Object Storage itself as the persistent " +"backing store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7829(para) +msgid "An OpenStack core project that provides object storage services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7835(glossterm) +#: ./doc/glossary/glossary-terms.xml7837(primary) +msgid "swift All in One (SAIO)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7841(para) +msgid "" +"Creates a full Object Storage development environment within a single VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7847(glossterm) +#: ./doc/glossary/glossary-terms.xml7851(secondary) +msgid "swift middleware" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7855(para) +msgid "" +"Collective term for Object Storage components that provide additional " +"functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7861(glossterm) +#: ./doc/glossary/glossary-terms.xml7865(secondary) +msgid "swift proxy server" +msgstr "serveur de proxy rapide" + +#: ./doc/glossary/glossary-terms.xml7869(para) +msgid "" +"Acts as the gatekeeper to Object Storage and is responsible for " +"authenticating the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7875(glossterm) +msgid "swift storage node" +msgstr "nœud de stockage rapide" + +#: ./doc/glossary/glossary-terms.xml7879(secondary) +#: ./doc/glossary/glossary-terms.xml7884(secondary) +#: ./doc/glossary/glossary-terms.xml7889(secondary) +msgid "swift storage nodes" +msgstr "nœuds de stockage rapide" + +#: ./doc/glossary/glossary-terms.xml7893(para) +msgid "" +"A node that runs Object Storage account, container, and object services." +msgstr "Un nœud qui exécute le compte Object Storage, conteneur et les services d'objet." + +#: ./doc/glossary/glossary-terms.xml7899(glossterm) +#: ./doc/glossary/glossary-terms.xml7901(primary) +msgid "sync point" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7905(para) +msgid "" +"Point in time since the last container and accounts database sync among " +"nodes within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7911(glossterm) +#: ./doc/glossary/glossary-terms.xml7913(primary) +msgid "sysadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7917(para) +msgid "" +"One of the default roles in the Compute RBAC system. Enables a user to add " +"other users to a project, interact with VM images that are associated with " +"the project, and start and stop VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7924(glossterm) +#: ./doc/glossary/glossary-terms.xml7926(primary) +msgid "system usage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7930(para) +msgid "" +"A Compute component that, along with the notification system, collects " +"metrics and usage information. This information can be used for billing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7940(title) +msgid "T" +msgstr "T" + +#: ./doc/glossary/glossary-terms.xml7943(glossterm) +#: ./doc/glossary/glossary-terms.xml7945(primary) +msgid "Telemetry" +msgstr "Télémétrie" + +#: ./doc/glossary/glossary-terms.xml7949(para) +msgid "" +"An integrated project that provides metering and measuring facilities for " +"OpenStack. The project name of Telemetry is ceilometer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7956(glossterm) +#: ./doc/glossary/glossary-terms.xml7958(primary) +msgid "TempAuth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7962(para) +msgid "" +"An authentication facility within Object Storage that enables Object Storage" +" itself to perform authentication and authorization. Frequently used in " +"testing and development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7969(glossterm) +#: ./doc/glossary/glossary-terms.xml7971(primary) +msgid "Tempest" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7975(para) +msgid "" +"Automated software test suite designed to run against the trunk of the " +"OpenStack core project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7981(glossterm) +#: ./doc/glossary/glossary-terms.xml7983(primary) +msgid "TempURL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7987(para) +msgid "" +"An Object Storage middleware component that enables creation of URLs for " +"temporary object access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7993(glossterm) +#: ./doc/glossary/glossary-terms.xml8004(primary) +#: ./doc/glossary/glossary-terms.xml8022(primary) +#: ./doc/glossary/glossary-terms.xml8036(primary) +msgid "tenant" +msgstr "projet" + +#: ./doc/glossary/glossary-terms.xml7996(para) +msgid "" +"A group of users; used to isolate access to Compute resources. An " +"alternative term for a project." +msgstr "Un groupe d'utilisateurs; utilisé pour isoler l'accès aux ressources Compute. Une autre expression pour projet." + +#: ./doc/glossary/glossary-terms.xml8002(glossterm) +#: ./doc/glossary/glossary-terms.xml8006(secondary) +msgid "Tenant API" +msgstr "API Projet" + +#: ./doc/glossary/glossary-terms.xml8010(para) +msgid "An API that is accessible to tenants." +msgstr "Une API qui est accessible aux projets." + +#: ./doc/glossary/glossary-terms.xml8015(glossterm) +#: ./doc/glossary/glossary-terms.xml8019(secondary) +#: ./doc/glossary/glossary-terms.xml8024(secondary) +msgid "tenant endpoint" +msgstr "point d'accès du projet" + +#: ./doc/glossary/glossary-terms.xml8028(para) +msgid "" +"An Identity Service API endpoint that is associated with one or more " +"tenants." +msgstr "Un point d'accès à l'API Identity Service qui est associé avec un ou plusieurs projets." + +#: ./doc/glossary/glossary-terms.xml8034(glossterm) +#: ./doc/glossary/glossary-terms.xml8038(secondary) +msgid "tenant ID" +msgstr "ID du projet" + +#: ./doc/glossary/glossary-terms.xml8042(para) +msgid "" +"Unique ID assigned to each tenant within the Identity Service. The project " +"IDs map to the tenant IDs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8048(glossterm) +msgid "token" +msgstr "token" + +#: ./doc/glossary/glossary-terms.xml8050(primary) +msgid "tokens" +msgstr "jetons" + +#: ./doc/glossary/glossary-terms.xml8054(para) +msgid "" +"An alpha-numeric string of text used to access OpenStack APIs and resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8060(glossterm) +#: ./doc/glossary/glossary-terms.xml8062(primary) +msgid "token services" +msgstr "services de jeton" + +#: ./doc/glossary/glossary-terms.xml8066(para) +msgid "" +"An Identity Service component that manages and validates tokens after a user" +" or tenant has been authenticated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8072(glossterm) +#: ./doc/glossary/glossary-terms.xml8074(primary) +msgid "tombstone" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8077(para) +msgid "" +"Used to mark Object Storage objects that have been deleted; ensures that the" +" object is not updated on another node after it has been deleted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8085(glossterm) +#: ./doc/glossary/glossary-terms.xml8087(primary) +msgid "topic publisher" +msgstr "éditeur de sujet" + +#: ./doc/glossary/glossary-terms.xml8091(para) +msgid "" +"A process that is created when a RPC call is executed; used to push the " +"message to the topic exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8097(glossterm) +#: ./doc/glossary/glossary-terms.xml8099(primary) +msgid "Torpedo" +msgstr "Torpedo" + +#: ./doc/glossary/glossary-terms.xml8103(para) +msgid "" +"Community project used to run automated tests against the OpenStack API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8109(glossterm) +msgid "transaction ID" +msgstr "ID de la transaction" + +#: ./doc/glossary/glossary-terms.xml8111(primary) +msgid "transaction IDs" +msgstr "ID des transactions" + +#: ./doc/glossary/glossary-terms.xml8115(para) +msgid "" +"Unique ID assigned to each Object Storage request; used for debugging and " +"tracing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8121(glossterm) +msgid "transient" +msgstr "transitoire" + +#: ./doc/glossary/glossary-terms.xml8123(primary) +msgid "transient exchanges" +msgstr "échanges transitoires" + +#: ./doc/glossary/glossary-terms.xml8129(para) +msgid "Alternative term for non-durable." +msgstr "Autre expression pour bref. " + +#: ./doc/glossary/glossary-terms.xml8134(glossterm) +msgid "transient exchange" +msgstr "échange transitoire" + +#: ./doc/glossary/glossary-terms.xml8137(para) +msgid "" +"Alternative term for a non-durable exchange." +msgstr "Autre expression pour un exchange bref." + +#: ./doc/glossary/glossary-terms.xml8143(glossterm) +msgid "transient message" +msgstr "message transitoire" + +#: ./doc/glossary/glossary-terms.xml8147(secondary) +#: ./doc/glossary/glossary-terms.xml8150(primary) +msgid "transient messages" +msgstr "messages transitoires" + +#: ./doc/glossary/glossary-terms.xml8154(para) +msgid "" +"A message that is stored in memory and is lost after the server is " +"restarted." +msgstr "Un message qui stocké dans la mémoire et qui est perdu après un redémarrage du serveur. " + +#: ./doc/glossary/glossary-terms.xml8160(glossterm) +msgid "transient queue" +msgstr "File d'attente transitoire" + +#: ./doc/glossary/glossary-terms.xml8164(secondary) +#: ./doc/glossary/glossary-terms.xml8167(primary) +msgid "transient queues" +msgstr "Files d'attente transitoires" + +#: ./doc/glossary/glossary-terms.xml8171(para) +msgid "Alternative term for a non-durable queue." +msgstr "Autre expression pour une brève file d'attente." + +#: ./doc/glossary/glossary-terms.xml8176(glossterm) +#: ./doc/glossary/glossary-terms.xml8178(primary) +msgid "TripleO" +msgstr "TripleO" + +#: ./doc/glossary/glossary-terms.xml8182(para) +msgid "" +"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " +"program." +msgstr "Programme OpenStack-on-OpenStack. Le nom de code pour le programme OpenStack Deployment." + +#: ./doc/glossary/glossary-terms.xml8190(glossterm) +#: ./doc/glossary/glossary-terms.xml8192(primary) +msgid "trove" +msgstr "trove" + +#: ./doc/glossary/glossary-terms.xml8196(para) +msgid "OpenStack project that provides database services to applications." +msgstr "Le projet OpenStack qui fournit des services de base de données à des applications. " + +#: ./doc/glossary/glossary-terms.xml8205(title) +msgid "U" +msgstr "U" + +#: ./doc/glossary/glossary-terms.xml8208(glossterm) +#: ./doc/glossary/glossary-terms.xml8210(primary) +msgid "Ubuntu" +msgstr "Ubuntu" + +#: ./doc/glossary/glossary-terms.xml8214(para) +msgid "A Debian-based Linux distribution." +msgstr "Une distribution Linux basé sur Debian." + +#: ./doc/glossary/glossary-terms.xml8219(glossterm) +#: ./doc/glossary/glossary-terms.xml8221(primary) +msgid "unscoped token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8225(para) +msgid "Alternative term for an Identity Service default token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8230(glossterm) +msgid "updater" +msgstr "actualiseur" + +#: ./doc/glossary/glossary-terms.xml8232(primary) +msgid "updaters" +msgstr "actualisateurs" + +#: ./doc/glossary/glossary-terms.xml8236(para) +msgid "" +"Collective term for a group of Object Storage components that processes " +"queued and failed updates for containers and objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8242(glossterm) +msgid "user" +msgstr "utilisateur" + +#: ./doc/glossary/glossary-terms.xml8244(primary) +msgid "users, definition of" +msgstr "utilisateur, définition de" + +#: ./doc/glossary/glossary-terms.xml8248(para) +msgid "" +"In Identity Service, each user is associated with one or more tenants, and " +"in Compute can be associated with roles, projects, or both." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8255(glossterm) +#: ./doc/glossary/glossary-terms.xml8257(primary) +msgid "user data" +msgstr "donnée utilisateur" + +#: ./doc/glossary/glossary-terms.xml8261(para) +msgid "" +"A blob of data that the user can specify when they launch an instance. The " +"instance can access this data through the metadata service or config drive. " +"config drive " +"Commonly used to pass a shell script that the instance runs on boot." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8271(glossterm) +#: ./doc/glossary/glossary-terms.xml8273(primary) +msgid "User Mode Linux (UML)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8285(title) +msgid "V" +msgstr "V" + +#: ./doc/glossary/glossary-terms.xml8288(glossterm) +#: ./doc/glossary/glossary-terms.xml8290(primary) +msgid "VIF UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8294(para) +msgid "Unique ID assigned to each Networking VIF." +msgstr "ID unique assignée à chaque Réseau VIF." + +#: ./doc/glossary/glossary-terms.xml8299(glossterm) +#: ./doc/glossary/glossary-terms.xml8301(primary) +msgid "VIP" +msgstr "VIP" + +#: ./doc/glossary/glossary-terms.xml8305(para) +msgid "" +"The primary load balancing configuration object. Specifies the virtual IP " +"address and port where client traffic is received. Also defines other " +"details such as the load balancing method to be used, protocol, and so on. " +"This entity is sometimes known in load-balancing products as a virtual " +"server, vserver, or listener." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8315(glossterm) +#: ./doc/glossary/glossary-terms.xml8318(primary) +msgid "Virtual Central Processing Unit (vCPU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8322(para) +msgid "Subdivides physical CPUs. Instances can then use those divisions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8328(glossterm) +#: ./doc/glossary/glossary-terms.xml8330(primary) +msgid "Virtual Disk Image (VDI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8340(glossterm) +#: ./doc/glossary/glossary-terms.xml8342(primary) +msgid "Virtual Hard Disk (VHD)" +msgstr "Disque dur virtuel (VHD)" + +#: ./doc/glossary/glossary-terms.xml8352(glossterm) +#: ./doc/glossary/glossary-terms.xml8354(primary) +msgid "virtual IP" +msgstr "IP virtuel" + +#: ./doc/glossary/glossary-terms.xml8358(para) +msgid "" +"An Internet Protocol (IP) address configured on the load balancer for use by" +" clients connecting to a service that is load balanced. Incoming connections" +" are distributed to back-end nodes based on the configuration of the load " +"balancer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8366(glossterm) +#: ./doc/glossary/glossary-terms.xml8368(primary) +msgid "virtual machine (VM)" +msgstr "machine virtuel (VM)" + +#: ./doc/glossary/glossary-terms.xml8372(para) +msgid "" +"An operating system instance that runs on top of a hypervisor. Multiple VMs " +"can run at the same time on the same physical host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8379(glossterm) +#: ./doc/glossary/glossary-terms.xml8386(primary) +msgid "virtual network" +msgstr "réseau virtuel" + +#: ./doc/glossary/glossary-terms.xml8383(secondary) +#: ./doc/glossary/glossary-terms.xml8439(secondary) +#: ./doc/glossary/glossary-terms.xml8469(secondary) +msgid "virtual" +msgstr "virtuel" + +#: ./doc/glossary/glossary-terms.xml8390(para) +msgid "An L2 network segment within Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8395(glossterm) +#: ./doc/glossary/glossary-terms.xml8397(primary) +msgid "virtual networking" +msgstr "réseau virtuel" + +#: ./doc/glossary/glossary-terms.xml8401(para) +msgid "" +"A generic term for virtualization of network functions such as switching, " +"routing, load balancing, and security using a combination of VMs and " +"overlays on physical network infrastructure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8410(glossterm) +#: ./doc/glossary/glossary-terms.xml8412(primary) +msgid "Virtual Network Computing (VNC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8416(para) +msgid "" +"Open source GUI and CLI tools used for remote console access to VMs. " +"Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8422(glossterm) +#: ./doc/glossary/glossary-terms.xml8424(primary) +msgid "Virtual Network InterFace (VIF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8428(para) +msgid "" +"An interface that is plugged into a port in a Networking network. Typically " +"a virtual network interface belonging to a VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8435(glossterm) +#: ./doc/glossary/glossary-terms.xml8442(primary) +msgid "virtual port" +msgstr "port virtuel" + +#: ./doc/glossary/glossary-terms.xml8446(para) +msgid "" +"Attachment point where a virtual interface connects to a virtual network." +msgstr "Point de jonction où une interface virtuelle se connecte à un réseau virtuel." + +#: ./doc/glossary/glossary-terms.xml8452(glossterm) +#: ./doc/glossary/glossary-terms.xml8454(primary) +msgid "virtual private network (VPN)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8458(para) +msgid "" +"Provided by Compute in the form of cloudpipes, specialized instances that " +"are used to create VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8465(glossterm) +msgid "virtual server" +msgstr "serveur virtuel" + +#: ./doc/glossary/glossary-terms.xml8472(primary) +msgid "virtual servers" +msgstr "serveurs virtuels" + +#: ./doc/glossary/glossary-terms.xml8476(para) +msgid "Alternative term for a VM or guest." +msgstr "Autre expression pour une VM ou un invité." + +#: ./doc/glossary/glossary-terms.xml8481(glossterm) +#: ./doc/glossary/glossary-terms.xml8483(primary) +msgid "virtual switch (vSwitch)" +msgstr "commutateur virtuel (vSwitch)" + +#: ./doc/glossary/glossary-terms.xml8487(para) +msgid "" +"Software that runs on a host or node and provides the features and functions" +" of a hardware-based network switch." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8493(glossterm) +#: ./doc/glossary/glossary-terms.xml8495(primary) +msgid "virtual VLAN" +msgstr "VLAN virtuel" + +#: ./doc/glossary/glossary-terms.xml8499(para) +msgid "Alternative term for a virtual network." +msgstr "Autre expression pour un réseau virtuelle." + +#: ./doc/glossary/glossary-terms.xml8504(glossterm) +#: ./doc/glossary/glossary-terms.xml8506(primary) +msgid "VirtualBox" +msgstr "VirtualBox" + +#: ./doc/glossary/glossary-terms.xml8515(glossterm) +#: ./doc/glossary/glossary-terms.xml8517(primary) +msgid "VLAN manager" +msgstr "gestionnaire VLAN" + +#: ./doc/glossary/glossary-terms.xml8521(para) +msgid "" +"A Compute component that provides dnsmasq and radvd and sets up forwarding " +"to and from cloudpipe instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8527(glossterm) +#: ./doc/glossary/glossary-terms.xml8534(primary) +msgid "VLAN network" +msgstr "réseau VLAN" + +#: ./doc/glossary/glossary-terms.xml8531(secondary) +msgid "VLAN" +msgstr "VLAN" + +#: ./doc/glossary/glossary-terms.xml8538(para) +msgid "" +"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 VLAN network is a private " +"network interface, which is controlled by the " +"vlan_interface option with VLAN managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8548(glossterm) +#: ./doc/glossary/glossary-terms.xml8550(primary) +msgid "VM disk (VMDK)" +msgstr "disque VM (VMDK)" + +#: ./doc/glossary/glossary-terms.xml8560(glossterm) +#: ./doc/glossary/glossary-terms.xml8562(primary) +msgid "VM image" +msgstr "image VM" + +#: ./doc/glossary/glossary-terms.xml8566(para) +msgid "Alternative term for an image." +msgstr "Autre expression pour une image." + +#: ./doc/glossary/glossary-terms.xml8571(glossterm) +#: ./doc/glossary/glossary-terms.xml8573(primary) +msgid "VM Remote Control (VMRC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8577(para) +msgid "" +"Method to access VM instance consoles using a web browser. Supported by " +"Compute." +msgstr "Méthode pour accéder aux consoles d'instance VM en utilisant un navigateur. Supporté par Compute." + +#: ./doc/glossary/glossary-terms.xml8583(glossterm) +#: ./doc/glossary/glossary-terms.xml8585(primary) +msgid "VMware API" +msgstr "API VMware" + +#: ./doc/glossary/glossary-terms.xml8589(para) +msgid "Supports interaction with VMware products in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8594(glossterm) +msgid "VMware NSX Neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8597(para) +msgid "Provides support for VMware NSX in Neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8602(glossterm) +#: ./doc/glossary/glossary-terms.xml8604(primary) +msgid "VNC proxy" +msgstr "proxy VNC" + +#: ./doc/glossary/glossary-terms.xml8608(para) +msgid "" +"A Compute component that provides users access to the consoles of their VM " +"instances through VNC or VMRC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8614(glossterm) +#: ./doc/glossary/glossary-terms.xml8626(primary) +#: ./doc/glossary/glossary-terms.xml8639(primary) +#: ./doc/glossary/glossary-terms.xml8653(primary) +#: ./doc/glossary/glossary-terms.xml8666(primary) +#: ./doc/glossary/glossary-terms.xml8680(primary) +#: ./doc/glossary/glossary-terms.xml8694(primary) +#: ./doc/glossary/glossary-terms.xml8708(primary) +msgid "volume" +msgstr "volume" + +#: ./doc/glossary/glossary-terms.xml8617(para) +msgid "" +"Disk-based data storage generally represented as an iSCSI target with a file" +" system that supports extended attributes; can be persistent or ephemeral." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8624(glossterm) +#: ./doc/glossary/glossary-terms.xml8628(secondary) +msgid "Volume API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8632(para) +msgid "Alternative name for the Block Storage API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8637(glossterm) +#: ./doc/glossary/glossary-terms.xml8641(secondary) +msgid "volume controller" +msgstr "contrôleur de volume" + +#: ./doc/glossary/glossary-terms.xml8645(para) +msgid "" +"A Block Storage component that oversees and coordinates storage volume " +"actions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8651(glossterm) +#: ./doc/glossary/glossary-terms.xml8655(secondary) +msgid "volume driver" +msgstr "pilote de volume" + +#: ./doc/glossary/glossary-terms.xml8659(para) +msgid "Alternative term for a volume plug-in." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8664(glossterm) +#: ./doc/glossary/glossary-terms.xml8668(secondary) +msgid "volume ID" +msgstr "ID du volume" + +#: ./doc/glossary/glossary-terms.xml8672(para) +msgid "" +"Unique ID applied to each storage volume under the Block Storage control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8678(glossterm) +#: ./doc/glossary/glossary-terms.xml8682(secondary) +msgid "volume manager" +msgstr "gestionnaire de volume" + +#: ./doc/glossary/glossary-terms.xml8686(para) +msgid "" +"A Block Storage component that creates, attaches, and detaches persistent " +"storage volumes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8692(glossterm) +#: ./doc/glossary/glossary-terms.xml8696(secondary) +msgid "volume node" +msgstr "nœud d'un volume" + +#: ./doc/glossary/glossary-terms.xml8700(para) +msgid "" +"A Block Storage node that runs the cinder-" +"volume daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8706(glossterm) +#: ./doc/glossary/glossary-terms.xml8710(secondary) +msgid "volume plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8714(para) +msgid "" +"Provides support for new and specialized types of back-end storage for the " +"Block Storage volume manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8720(glossterm) +msgid "volume worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8722(primary) +msgid "volume workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8726(para) +msgid "" +"A cinder component that interacts with back-end storage to manage the " +"creation and deletion of volumes and the creation of compute volumes, " +"provided by the cinder-volume " +"daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8734(glossterm) +#: ./doc/glossary/glossary-terms.xml8736(primary) +msgid "vSphere" +msgstr "vSphere" + +#: ./doc/glossary/glossary-terms.xml8748(title) +msgid "W" +msgstr "W" + +#: ./doc/glossary/glossary-terms.xml8751(glossterm) +#: ./doc/glossary/glossary-terms.xml8753(primary) +msgid "weighting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8757(para) +msgid "" +"A Compute process that determines the suitability of the VM instances for a " +"job for a particular host. For example, not enough RAM on the host, too many" +" CPUs on the host, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8764(glossterm) +#: ./doc/glossary/glossary-terms.xml8766(primary) +msgid "weight" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8770(para) +msgid "" +"Used by Object Storage devices to determine which storage devices are " +"suitable for the job. Devices are weighted by size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8776(glossterm) +#: ./doc/glossary/glossary-terms.xml8778(primary) +msgid "weighted cost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8782(para) +msgid "" +"The sum of each cost used when deciding where to start a new VM instance in " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8788(glossterm) +msgid "worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8790(primary) +msgid "workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8794(para) +msgid "" +"A daemon that listens to a queue and carries out tasks in response to " +"messages. For example, the cinder-" +"volume worker manages volume creation and deletion on storage " +"arrays." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8805(title) +msgid "X" +msgstr "X" + +#: ./doc/glossary/glossary-terms.xml8808(glossterm) +#: ./doc/glossary/glossary-terms.xml8810(primary) +msgid "Xen" +msgstr "Xen" + +#: ./doc/glossary/glossary-terms.xml8814(para) +msgid "" +"Xen is a hypervisor using a microkernel design, providing services that " +"allow multiple computer operating systems to execute on the same computer " +"hardware concurrently." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8824(glossterm) +#: ./doc/glossary/glossary-terms.xml8835(primary) +#: ./doc/glossary/glossary-terms.xml8848(primary) +#: ./doc/glossary/glossary-terms.xml8862(primary) +msgid "Xen API" +msgstr "API Xen" + +#: ./doc/glossary/glossary-terms.xml8827(para) +msgid "The Xen administrative API, which is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8833(glossterm) +#: ./doc/glossary/glossary-terms.xml8837(secondary) +msgid "Xen Cloud Platform (XCP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8846(glossterm) +#: ./doc/glossary/glossary-terms.xml8850(secondary) +msgid "Xen Storage Manager Volume Driver" +msgstr "Pilote du Gestionnaire de Stockage Xen" + +#: ./doc/glossary/glossary-terms.xml8854(para) +msgid "" +"A Block Storage volume plug-in that enables communication with the Xen " +"Storage Manager API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8860(glossterm) +msgid "XenServer" +msgstr "XenServer" + +#: ./doc/glossary/glossary-terms.xml8864(secondary) +msgid "XenServer hypervisor" +msgstr "hyperviseur XenServer" + +#: ./doc/glossary/glossary-terms.xml8876(title) +msgid "Y" +msgstr "Y" + +#: ./doc/glossary/glossary-terms.xml8890(title) +msgid "Z" +msgstr "Z" + +#: ./doc/glossary/glossary-terms.xml8893(glossterm) +#: ./doc/glossary/glossary-terms.xml8895(primary) +msgid "ZeroMQ" +msgstr "ZeroMQ" + +#: ./doc/glossary/glossary-terms.xml8899(para) +msgid "" +"Message queue software supported by OpenStack. An alternative to RabbitMQ. " +"Also spelled 0MQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8905(glossterm) +#: ./doc/glossary/glossary-terms.xml8907(primary) +msgid "Zuul" +msgstr "Zuul" + +#: ./doc/glossary/glossary-terms.xml8911(para) +msgid "" +"Tool used in OpenStack development to ensure correctly ordered testing of " +"changes in parallel." +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 +#: ./doc/glossary/glossary-terms.xml0(None) +msgid "translator-credits" +msgstr "Olivier Buisson , 2012 | Cloudwatt Team , 2013" diff --git a/doc/glossary/locale/glossary.pot b/doc/glossary/locale/glossary.pot new file mode 100644 index 00000000..80e56035 --- /dev/null +++ b/doc/glossary/locale/glossary.pot @@ -0,0 +1,6168 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2014-08-26 06:09+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ./doc/glossary/openstack-glossary.xml:7(title) ./doc/glossary/openstack-glossary.xml:10(title) +msgid "OpenStack glossary" +msgstr "" + +#: ./doc/glossary/openstack-glossary.xml:11(para) +msgid "Use this glossary to get definitions of OpenStack-related words and phrases." +msgstr "" + +#: ./doc/glossary/openstack-glossary.xml:13(para) +msgid "To add to this glossary follow the OpenStack Documentation HowTo." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:13(title) +msgid "Glossary" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:16(para) +msgid "Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:23(link) +msgid "http://www.apache.org/licenses/LICENSE-2.0" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:25(para) +msgid "Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:33(para) +msgid "This glossary offers a list of terms and definitions to define a vocabulary for OpenStack-related concepts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:35(para) +msgid "To add to OpenStack glossary, clone the openstack/openstack-manuals repository and update the source file doc/glossary/glossary-terms.xml through the OpenStack contribution process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:44(title) +msgid "Numbers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:47(glossterm) ./doc/glossary/glossary-terms.xml:49(primary) +msgid "6to4" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:52(para) +msgid "A mechanism that allows IPv6 packets to be transmitted over an IPv4 network, providing a strategy for migrating to IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:64(title) +msgid "A" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:67(glossterm) ./doc/glossary/glossary-terms.xml:69(primary) +msgid "absolute limit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:73(para) +msgid "Impassable limits for guest VMs. Settings include total RAM size, maximum number of vCPUs, and maximum disk size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:79(glossterm) ./doc/glossary/glossary-terms.xml:198(see) +msgid "access control list" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:81(primary) +msgid "access control list (ACL)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:85(para) +msgid "A list of permissions attached to an object. An ACL specifies which users or system processes have access to objects. It also defines which operations can be performed on specified objects. Each entry in a typical ACL specifies a subject and an operation. For instance, the ACL entry (Alice, delete) for a file gives Alice permission to delete the file." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:95(glossterm) ./doc/glossary/glossary-terms.xml:97(primary) +msgid "access key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:101(para) +msgid "Alternative term for an Amazon EC2 access key. See EC2 access key." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:107(glossterm) +msgid "account" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:109(primary) +msgid "accounts" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:113(para) +msgid "The Object Storage context of an account. Do not confuse with a user account from an authentication service, such as Active Directory, /etc/passwd, OpenLDAP, OpenStack Identity Service, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:120(glossterm) ./doc/glossary/glossary-terms.xml:122(primary) +msgid "account auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:126(para) +msgid "Checks for missing replicas and incorrect or corrupted objects in a specified Object Storage account by running queries against the back-end SQLite database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:133(glossterm) ./doc/glossary/glossary-terms.xml:135(primary) +msgid "account database" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:139(para) +msgid "A SQLite database that contains Object Storage accounts and related metadata and that the accounts server accesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:145(glossterm) ./doc/glossary/glossary-terms.xml:147(primary) +msgid "account reaper" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:151(para) +msgid "An Object Storage worker that scans for and deletes account databases and that the account server has marked for deletion." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:157(glossterm) ./doc/glossary/glossary-terms.xml:159(primary) +msgid "account server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:163(para) +msgid "Lists containers in Object Storage and stores container information in the account database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:169(glossterm) ./doc/glossary/glossary-terms.xml:171(primary) +msgid "account service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:175(para) +msgid "An Object Storage component that provides account services such as list, create, modify, and audit. Do not confuse with OpenStack Identity Service, OpenLDAP, or similar user-account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:182(glossterm) ./doc/glossary/glossary-terms.xml:184(primary) +msgid "accounting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:188(para) +msgid "The Compute service provides accounting information through the event notification and system usage data facilities." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:194(glossterm) ./doc/glossary/glossary-terms.xml:196(primary) +msgid "ACL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:202(para) +msgid "See access control list." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:207(glossterm) ./doc/glossary/glossary-terms.xml:209(primary) +msgid "active/active configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:213(para) +msgid "In a high-availability setup with an active/active configuration, several systems share the load together and if one fails, the load is distributed to the remaining systems." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:220(glossterm) ./doc/glossary/glossary-terms.xml:222(primary) +msgid "Active Directory" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:226(para) +msgid "Authentication and identity service by Microsoft, based on LDAP. Supported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:232(glossterm) ./doc/glossary/glossary-terms.xml:234(primary) +msgid "active/passive configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:238(para) +msgid "In a high-availability setup with an active/passive configuration, systems are set up to bring additional resources online to replace those that have failed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:245(glossterm) ./doc/glossary/glossary-terms.xml:247(primary) +msgid "address pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:251(para) +msgid "A group of fixed and/or floating IP addresses that are assigned to a project and can be used by or assigned to the VM instances in a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:258(glossterm) ./doc/glossary/glossary-terms.xml:260(primary) ./doc/glossary/glossary-terms.xml:4911(see) +msgid "admin API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:264(para) +msgid "A subset of API calls that are accessible to authorized administrators and are generally not accessible to end users or the public Internet. They can exist as a separate service (keystone) or can be a subset of another API (nova)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:272(glossterm) ./doc/glossary/glossary-terms.xml:274(primary) +msgid "admin server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:278(para) +msgid "In the context of the Identity Service, the worker process that provides access to the admin API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:284(glossterm) ./doc/glossary/glossary-terms.xml:287(primary) +msgid "Advanced Message Queuing Protocol (AMQP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:291(para) +msgid "The open standard messaging protocol used by OpenStack components for intra-service communications, provided by RabbitMQ, Qpid, or ZeroMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:298(glossterm) ./doc/glossary/glossary-terms.xml:300(primary) +msgid "Advanced RISC Machine (ARM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:304(para) +msgid "Lower power consumption CPU often found in mobile and embedded devices. Supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:310(glossterm) +msgid "alert" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:312(primary) +msgid "alerts" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:314(secondary) ./doc/glossary/glossary-terms.xml:876(secondary) ./doc/glossary/glossary-terms.xml:924(secondary) ./doc/glossary/glossary-terms.xml:994(secondary) ./doc/glossary/glossary-terms.xml:1284(secondary) ./doc/glossary/glossary-terms.xml:1373(secondary) ./doc/glossary/glossary-terms.xml:1584(secondary) ./doc/glossary/glossary-terms.xml:1683(secondary) ./doc/glossary/glossary-terms.xml:1763(secondary) ./doc/glossary/glossary-terms.xml:1819(secondary) ./doc/glossary/glossary-terms.xml:1918(secondary) ./doc/glossary/glossary-terms.xml:2147(secondary) ./doc/glossary/glossary-terms.xml:2427(secondary) ./doc/glossary/glossary-terms.xml:3145(secondary) ./doc/glossary/glossary-terms.xml:3262(secondary) ./doc/glossary/glossary-terms.xml:3906(secondary) ./doc/glossary/glossary-terms.xml:3958(secondary) ./doc/glossary/glossary-terms.xml:4063(secondary) ./doc/glossary/glossary-terms.xml:4280(secondary) ./doc/glossary/glossary-terms.xml:4433(secondary) ./doc/glossary/glossary-terms.xml:4451(secondary) ./doc/glossary/glossary-terms.xml:4948(secondary) ./doc/glossary/glossary-terms.xml:5282(secondary) ./doc/glossary/glossary-terms.xml:5535(secondary) ./doc/glossary/glossary-terms.xml:5651(secondary) ./doc/glossary/glossary-terms.xml:5994(secondary) ./doc/glossary/glossary-terms.xml:6179(secondary) ./doc/glossary/glossary-terms.xml:6270(secondary) ./doc/glossary/glossary-terms.xml:6842(secondary) ./doc/glossary/glossary-terms.xml:6945(secondary) ./doc/glossary/glossary-terms.xml:6989(secondary) ./doc/glossary/glossary-terms.xml:7256(secondary) ./doc/glossary/glossary-terms.xml:7299(secondary) +msgid "definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:318(para) +msgid "The Compute service can send alerts through its notification system, which includes a facility to create custom notification drivers. Alerts can be sent to and displayed on the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:326(glossterm) +msgid "allocate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:328(primary) +msgid "allocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:332(para) +msgid "The process of taking a floating IP address from the address pool so it can be associated with a fixed IP on a guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:339(glossterm) ./doc/glossary/glossary-terms.xml:341(primary) +msgid "Amazon Kernel Image (AKI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:345(para) ./doc/glossary/glossary-terms.xml:357(para) ./doc/glossary/glossary-terms.xml:369(para) +msgid "Both a VM container format and disk format. Supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:351(glossterm) ./doc/glossary/glossary-terms.xml:353(primary) +msgid "Amazon Machine Image (AMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:363(glossterm) ./doc/glossary/glossary-terms.xml:365(primary) +msgid "Amazon Ramdisk Image (ARI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:375(glossterm) ./doc/glossary/glossary-terms.xml:377(primary) +msgid "Anvil" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:381(para) +msgid "A project that ports the shell script-based project named DevStack to Python." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:387(glossterm) ./doc/glossary/glossary-terms.xml:389(primary) +msgid "Apache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:393(para) +msgid "The Apache Software Foundation supports the Apache community of open-source software projects. These projects provide software products for the public good." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:400(glossterm) ./doc/glossary/glossary-terms.xml:402(primary) +msgid "Apache License 2.0" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:406(para) +msgid "All OpenStack core projects are provided under the terms of the Apache License 2.0 license." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:412(glossterm) ./doc/glossary/glossary-terms.xml:414(primary) +msgid "Apache Web Server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:418(para) +msgid "The most common web server software currently used on the Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:424(glossterm) +msgid "API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:427(para) +msgid "Application programming interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:432(glossterm) ./doc/glossary/glossary-terms.xml:436(secondary) ./doc/glossary/glossary-terms.xml:441(secondary) +msgid "API endpoint" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:434(primary) ./doc/glossary/glossary-terms.xml:2885(primary) ./doc/glossary/glossary-terms.xml:2913(primary) ./doc/glossary/glossary-terms.xml:3536(primary) ./doc/glossary/glossary-terms.xml:8017(primary) +msgid "endpoints" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:439(primary) ./doc/glossary/glossary-terms.xml:455(primary) ./doc/glossary/glossary-terms.xml:468(primary) ./doc/glossary/glossary-terms.xml:482(primary) ./doc/glossary/glossary-terms.xml:495(primary) ./doc/glossary/glossary-terms.xml:509(primary) ./doc/glossary/glossary-terms.xml:523(primary) ./doc/glossary/glossary-terms.xml:6383(primary) +msgid "API (application programming interface)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:445(para) +msgid "The daemon, worker, or service that a client communicates with to access an API. API endpoints can provide any number of services, such as authentication, sales data, performance metrics, Compute VM commands, census data, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:453(glossterm) ./doc/glossary/glossary-terms.xml:457(secondary) +msgid "API extension" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:461(para) +msgid "Custom modules that extend some OpenStack core APIs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:466(glossterm) ./doc/glossary/glossary-terms.xml:470(secondary) +msgid "API extension plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:474(para) +msgid "Alternative term for a Networking plug-in or Networking API extension." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:480(glossterm) ./doc/glossary/glossary-terms.xml:484(secondary) +msgid "API key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:488(para) +msgid "Alternative term for an API token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:493(glossterm) ./doc/glossary/glossary-terms.xml:497(secondary) +msgid "API server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:501(para) +msgid "Any node running a daemon or worker that provides an API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:507(glossterm) ./doc/glossary/glossary-terms.xml:511(secondary) +msgid "API token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:515(para) +msgid "Passed to API requests and used by OpenStack to verify that the client is authorized to run the requested operation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:521(glossterm) ./doc/glossary/glossary-terms.xml:525(secondary) +msgid "API version" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:529(para) +msgid "In OpenStack, the API version for a project is part of the URL. For example, example.com/nova/v1/foobar." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:535(glossterm) ./doc/glossary/glossary-terms.xml:537(primary) +msgid "applet" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:541(para) +msgid "A Java program that can be embedded into a web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:546(glossterm) +msgid "Application Programming Interface (API)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:549(para) +msgid "A collection of specifications used to access a service, application, or program. Includes service calls, required parameters for each call, and the expected return values." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:556(glossterm) ./doc/glossary/glossary-terms.xml:563(primary) +msgid "application server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:558(primary) ./doc/glossary/glossary-terms.xml:6365(primary) ./doc/glossary/glossary-terms.xml:6797(primary) ./doc/glossary/glossary-terms.xml:7254(primary) ./doc/glossary/glossary-terms.xml:7283(primary) ./doc/glossary/glossary-terms.xml:8467(primary) +msgid "servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:560(secondary) +msgid "application servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:567(para) +msgid "A piece of software that makes available another piece of software over a network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:573(glossterm) ./doc/glossary/glossary-terms.xml:575(primary) +msgid "Application Service Provider (ASP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:579(para) +msgid "Companies that rent specialized applications that help businesses and organizations provide additional services with lower cost." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:588(glossterm) ./doc/glossary/glossary-terms.xml:590(primary) +msgid "Address Resolution Protocol (ARP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:594(para) +msgid "The protocol by which layer-3 IP addresses are resolved into layer-2 link local addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:602(glossterm) ./doc/glossary/glossary-terms.xml:604(primary) +msgid "arptables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:608(para) +msgid "Tool used for maintaining Address Resolution Protocol packet filter rules in the Linux kernel firewall modules. Used along with iptables, ebtables, and ip6tables in Compute to provide firewall services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:616(glossterm) +msgid "associate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:618(primary) +msgid "associate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:622(para) +msgid "The process associating a Compute floating IP address with a fixed IP address." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:628(glossterm) ./doc/glossary/glossary-terms.xml:631(primary) +msgid "Asynchronous JavaScript and XML (AJAX)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:635(para) +msgid "A group of interrelated web development techniques used on the client-side to create asynchronous web applications. Used extensively in horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:642(glossterm) ./doc/glossary/glossary-terms.xml:644(primary) +msgid "ATA over Ethernet (AoE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:648(para) +msgid "A disk storage protocol tunneled within Ethernet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:653(glossterm) +msgid "attach" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:655(primary) +msgid "attach, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:659(para) +msgid "The process of connecting a VIF or vNIC to a L2 network in Networking. In the context of Compute, this process connects a storage volume to an instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:666(glossterm) ./doc/glossary/glossary-terms.xml:668(primary) +msgid "attachment (network)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:672(para) +msgid "Association of an interface ID to a logical port. Plugs an interface into a port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:678(glossterm) ./doc/glossary/glossary-terms.xml:680(primary) +msgid "auditing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:684(para) +msgid "Provided in Compute through the system usage data facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:690(glossterm) ./doc/glossary/glossary-terms.xml:692(primary) +msgid "auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:696(para) +msgid "A worker process that verifies the integrity of Object Storage objects, containers, and accounts. Auditors is the collective term for the Object Storage account auditor, container auditor, and object auditor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:704(glossterm) ./doc/glossary/glossary-terms.xml:706(primary) +msgid "Austin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:710(para) +msgid "The code name for the initial release of OpenStack. The first design summit took place in Austin, Texas, US." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:717(glossterm) ./doc/glossary/glossary-terms.xml:719(primary) +msgid "auth node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:723(para) +msgid "Alternative term for an Object Storage authorization node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:729(glossterm) ./doc/glossary/glossary-terms.xml:731(primary) +msgid "authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:735(para) +msgid "The process that confirms that the user, process, or client is really who they say they are through private key, secret token, password, fingerprint, or similar method." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:742(glossterm) +msgid "authentication token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:744(primary) +msgid "authentication tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:748(para) +msgid "A string of text provided to the client after authentication. Must be provided by the user or process in subsequent requests to the API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:755(glossterm) ./doc/glossary/glossary-terms.xml:757(primary) +msgid "AuthN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:761(para) +msgid "The Identity Service component that provides authentication services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:767(glossterm) ./doc/glossary/glossary-terms.xml:769(primary) +msgid "authorization" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:773(para) +msgid "The act of verifying that a user, process, or client is authorized to perform an action." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:779(glossterm) ./doc/glossary/glossary-terms.xml:781(primary) +msgid "authorization node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:785(para) +msgid "An Object Storage node that provides authorization services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:791(glossterm) ./doc/glossary/glossary-terms.xml:793(primary) +msgid "AuthZ" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:797(para) +msgid "The Identity Service component that provides high-level authorization services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:803(glossterm) ./doc/glossary/glossary-terms.xml:805(primary) +msgid "Auto ACK" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:809(para) +msgid "Configuration setting within RabbitMQ that enables or disables message acknowledgment. Enabled by default." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:815(glossterm) ./doc/glossary/glossary-terms.xml:817(primary) +msgid "auto declare" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:821(para) +msgid "A Compute RabbitMQ setting that determines whether a message exchange is automatically created when the program starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:827(glossterm) ./doc/glossary/glossary-terms.xml:829(primary) +msgid "availability zone" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:833(para) +msgid "An Amazon EC2 concept of an isolated area that is used for fault tolerance. Do not confuse with an OpenStack Compute zone or cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:840(glossterm) +msgid "AWS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:842(primary) +msgid "AWS (Amazon Web Services)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:846(para) +msgid "Amazon Web Services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:851(glossterm) ./doc/glossary/glossary-terms.xml:853(primary) +msgid "AWS CloudFormation template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:857(para) +msgid "AWS CloudFormation allows AWS users to create and manage a collection of related resources. The Orchestration module supports a CloudFormation-compatible format (CFN)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:869(title) +msgid "B" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:872(glossterm) +msgid "back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:874(primary) ./doc/glossary/glossary-terms.xml:889(primary) ./doc/glossary/glossary-terms.xml:905(primary) +msgid "back-end interactions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:880(para) +msgid "Interactions and processes that are obfuscated from the user, such as Compute volume mount, data transmission to an iSCSI target by a daemon, or Object Storage object integrity checks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:887(glossterm) +msgid "back-end catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:891(secondary) ./doc/glossary/glossary-terms.xml:1332(glossterm) ./doc/glossary/glossary-terms.xml:1334(primary) +msgid "catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:895(para) +msgid "The storage method used by the Identity Service catalog service to store and retrieve information about API endpoints that are available to the client. Examples include a SQL database, LDAP database, or KVS back end." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:903(glossterm) +msgid "back-end store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:907(secondary) +msgid "store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:911(para) +msgid "The persistent data store used to save and retrieve information for a service, such as lists of Object Storage objects, current state of guest VMs, lists of user names, and so on. Also, the method that the Image Service uses to get and store VM images. Options include Object Storage, local file system, S3, and HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:920(glossterm) ./doc/glossary/glossary-terms.xml:922(primary) +msgid "bandwidth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:928(para) +msgid "The amount of available data used by communication resources, such as the Internet. Represents the amount of data that is used to download things or the amount of data available to download." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:935(glossterm) +msgid "bare" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:937(primary) +msgid "bare, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:941(para) +msgid "An Image Service container format that indicates that no container exists for the VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:947(glossterm) ./doc/glossary/glossary-terms.xml:949(primary) +msgid "base image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:953(para) +msgid "An OpenStack-provided image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:958(glossterm) ./doc/glossary/glossary-terms.xml:960(primary) +msgid "Bell-LaPadula model" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:964(para) +msgid "A security model that focuses on data confidentiality and controlled access to classified information. This model divide the entities into subjects and objects. The clearance of a subject is compared to the classification of the object to determine if the subject is authorized for the specific access mode. The clearance or classification scheme is expressed in terms of a lattice." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:974(glossterm) ./doc/glossary/glossary-terms.xml:976(primary) +msgid "Bexar" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:980(para) +msgid "A grouped release of projects related to OpenStack that came out in February of 2011. It included only Compute (nova) and Object Storage (swift)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:983(para) +msgid "Bexar is the code name for the second release of OpenStack. The design summit took place in San Antonio, Texas, US, which is the county seat for Bexar county." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:990(glossterm) ./doc/glossary/glossary-terms.xml:992(primary) +msgid "binary" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:998(para) +msgid "Information that consists solely of ones and zeroes, which is the language of computers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1004(glossterm) +msgid "bit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1006(primary) +msgid "bits, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1010(para) +msgid "A bit is a single digit number that is in base of 2 (either a zero or one). Bandwidth usage is measured in bits per second." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1016(glossterm) ./doc/glossary/glossary-terms.xml:1018(primary) +msgid "bits per second (BPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1022(para) +msgid "The universal measurement of how quickly data is transferred from place to place." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1028(glossterm) ./doc/glossary/glossary-terms.xml:1030(primary) +msgid "block device" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1034(para) +msgid "A device that moves data in the form of blocks. These device nodes interface the devices, such as hard disks, CD-ROM drives, flash drives, and other addressable regions of memory." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1041(glossterm) ./doc/glossary/glossary-terms.xml:1043(primary) +msgid "block migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1047(para) +msgid "A method of VM live migration used by KVM to evacuate instances from one host to another with very little downtime during a user-initiated switchover. Does not require shared storage. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1055(glossterm) ./doc/glossary/glossary-terms.xml:1057(primary) +msgid "Block Storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1061(para) +msgid "The OpenStack core project that enables management of volumes, volume snapshots, and volume types. The project name of Block Storage is cinder." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1068(glossterm) ./doc/glossary/glossary-terms.xml:1070(primary) +msgid "Block Storage API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1074(para) +msgid "An API on a separate endpoint for attaching, detaching, and creating block storage for compute VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1081(glossterm) +msgid "BMC" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1083(primary) +msgid "BMC (Baseboard Management Controller)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1087(para) +msgid "Baseboard Management Controller. The intelligence in the IPMI architecture, which is a specialized micro-controller that is embedded on the motherboard of a computer and acts as a server. Manages the interface between system management software and platform hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1096(glossterm) ./doc/glossary/glossary-terms.xml:1098(primary) +msgid "bootable disk image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1102(para) +msgid "A type of VM image that exists as a single, bootable file." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1108(glossterm) ./doc/glossary/glossary-terms.xml:1110(primary) +msgid "Bootstrap Protocol (BOOTP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1114(para) +msgid "A network protocol used by a network client to obtain an IP address from a configuration server. Provided in Compute through the dnsmasq daemon when using either the FlatDHCP manager or VLAN manager network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1122(glossterm) ./doc/glossary/glossary-terms.xml:1124(primary) +msgid "Border Gateway Protocol (BGP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1127(para) +msgid "The Border Gateway Protocol is a dynamic routing protocol that connects autonomous systems. Considered the backbone of the Internet, this protocol connects disparate networks to form a larger network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1136(glossterm) +msgid "browser" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1138(primary) +msgid "browsers, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1142(para) +msgid "Any client software that enables a computer or device to access the Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1148(glossterm) +msgid "builder file" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1150(primary) +msgid "builder files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1154(para) +msgid "Contains configuration information that Object Storage uses to reconfigure a ring or to re-create it from scratch after a serious failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1161(glossterm) ./doc/glossary/glossary-terms.xml:1163(primary) +msgid "bursting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1167(para) +msgid "The practice of utilizing a secondary environment to elastically build instances on-demand when the primary environment is resource constrained." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1176(glossterm) +msgid "button class" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1178(primary) +msgid "button classes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1182(para) +msgid "A group of related button types within horizon. Buttons to start, stop, and suspend VMs are in one class. Buttons to associate and disassociate floating IP addresses are in another class, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1190(glossterm) +msgid "byte" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1192(primary) +msgid "bytes, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1196(para) +msgid "Set of bits that make up a single character; there are usually 8 bits to a byte." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1205(title) +msgid "C" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1208(glossterm) +msgid "CA" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1210(primary) +msgid "CA (Certificate/Certification Authority)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1214(para) +msgid "Certificate Authority or Certification Authority. In cryptography, an entity that issues digital certificates. The digital certificate certifies the ownership of a public key by the named subject of the certificate. This enables others (relying parties) to rely upon signatures or assertions made by the private key that corresponds to the certified public key. In this model of trust relationships, a CA is a trusted third party for both the subject (owner) of the certificate and the party relying upon the certificate. CAs are characteristic of many public key infrastructure (PKI) schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1228(glossterm) +msgid "cache pruner" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1230(primary) +msgid "cache pruners" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1234(para) +msgid "A program that keeps the Image Service VM image cache at or below its configured maximum size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1240(glossterm) ./doc/glossary/glossary-terms.xml:1242(primary) +msgid "Cactus" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1246(para) +msgid "An OpenStack grouped release of projects that came out in the spring of 2011. It included Compute (nova), Object Storage (swift), and the Image Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1249(para) +msgid "Cactus is a city in Texas, US and is the code name for the third release of OpenStack. When OpenStack releases went from three to six months long, the code name of the release changed to match a geography nearest the previous summit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1257(glossterm) +msgid "CADF" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1259(para) +msgid "Cloud Auditing Data Federation (CADF) is a specification for audit event data. CADF is supported by OpenStack Identity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1268(glossterm) ./doc/glossary/glossary-terms.xml:1270(primary) +msgid "CALL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1274(para) +msgid "One of the RPC primitives used by the OpenStack message queue software. Sends a message and waits for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1280(glossterm) ./doc/glossary/glossary-terms.xml:1282(primary) +msgid "capability" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1288(para) +msgid "Defines resources for a cell, including CPU, storage, and networking. Can apply to the specific services within a cell or a whole cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1295(glossterm) ./doc/glossary/glossary-terms.xml:1297(primary) +msgid "capacity cache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1301(para) +msgid "A Compute back-end database table that contains the current workload, amount of free RAM, and number of VMs running on each host. Used to determine on which VM a host starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1308(glossterm) ./doc/glossary/glossary-terms.xml:1310(primary) +msgid "capacity updater" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1314(para) +msgid "A notification driver that monitors VM instances and updates the capacity cache as needed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1320(glossterm) +msgid "CAST" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1322(primary) +msgid "CAST (RPC primitive)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1326(para) +msgid "One of the RPC primitives used by the OpenStack message queue software. Sends a message and does not wait for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1338(para) +msgid "A list of API endpoints that are available to a user after authentication with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1344(glossterm) ./doc/glossary/glossary-terms.xml:1346(primary) +msgid "catalog service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1350(para) +msgid "An Identity Service that lists API endpoints that are available to a user after authentication with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1356(glossterm) ./doc/glossary/glossary-terms.xml:1358(primary) +msgid "ceilometer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1362(para) +msgid "The project name for the Telemetry service, which is an integrated project that provides metering and measuring facilities for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1369(glossterm) +msgid "cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1371(primary) ./doc/glossary/glossary-terms.xml:1387(primary) ./doc/glossary/glossary-terms.xml:1402(primary) ./doc/glossary/glossary-terms.xml:1514(primary) ./doc/glossary/glossary-terms.xml:5974(primary) +msgid "cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1377(para) +msgid "Provides logical partitioning of Compute resources in a child and parent relationship. Requests are passed from parent cells to child cells if the parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1385(glossterm) ./doc/glossary/glossary-terms.xml:1389(secondary) +msgid "cell forwarding" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1393(para) +msgid "A Compute option that enables parent cells to pass resource requests to child cells if the parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1400(glossterm) +msgid "cell manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1404(secondary) +msgid "cell managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1408(para) +msgid "The Compute component that contains a list of the current capabilities of each host within the cell and routes requests as appropriate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1415(glossterm) ./doc/glossary/glossary-terms.xml:1417(primary) +msgid "CentOS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1421(para) ./doc/glossary/glossary-terms.xml:2266(para) ./doc/glossary/glossary-terms.xml:5924(para) ./doc/glossary/glossary-terms.xml:6753(para) ./doc/glossary/glossary-terms.xml:7784(para) +msgid "A Linux distribution that is compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1426(glossterm) ./doc/glossary/glossary-terms.xml:1428(primary) +msgid "Ceph" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1432(para) +msgid "Massively scalable distributed storage system that consists of an object store, block store, and POSIX-compatible distributed file system. Compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1439(glossterm) ./doc/glossary/glossary-terms.xml:1441(primary) +msgid "CephFS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1445(para) +msgid "The POSIX-compliant file system provided by Ceph." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1450(glossterm) +msgid "certificate authority" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1452(primary) +msgid "certificate authority (Compute)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1456(para) +msgid "A simple certificate authority provided by Compute for cloudpipe VPNs and VM image decryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1462(glossterm) ./doc/glossary/glossary-terms.xml:1465(primary) +msgid "Challenge-Handshake Authentication Protocol (CHAP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1470(para) +msgid "An iSCSI authentication method supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1475(glossterm) ./doc/glossary/glossary-terms.xml:1477(primary) +msgid "chance scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1481(para) +msgid "A scheduling method used by Compute that randomly chooses an available host from the pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1487(glossterm) ./doc/glossary/glossary-terms.xml:1489(primary) +msgid "changes since" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1493(para) +msgid "A Compute API parameter that downloads changes to the requested item since your last request, instead of downloading a new, fresh set of data and comparing it against the old data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1500(glossterm) ./doc/glossary/glossary-terms.xml:1502(primary) +msgid "Chef" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1506(para) +msgid "An operating system configuration management tool supporting OpenStack deployments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1512(glossterm) +msgid "child cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1516(secondary) ./doc/glossary/glossary-terms.xml:1519(primary) +msgid "child cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1523(para) +msgid "If a requested resource such as CPU time, disk storage, or memory is not available in the parent cell, the request is forwarded to its associated child cells. If the child cell can fulfill the request, it does. Otherwise, it attempts to pass the request to any of its children." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1532(glossterm) ./doc/glossary/glossary-terms.xml:1534(primary) +msgid "cinder" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1538(para) +msgid "A core OpenStack project that provides block storage services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1544(glossterm) ./doc/glossary/glossary-terms.xml:1546(primary) +msgid "CirrOS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1550(para) +msgid "A minimal Linux distribution designed for use as a test image on clouds such as OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1556(glossterm) ./doc/glossary/glossary-terms.xml:1558(primary) +msgid "Cisco neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1562(para) +msgid "A Networking plug-in for Cisco devices and technologies, including UCS and Nexus." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1568(glossterm) ./doc/glossary/glossary-terms.xml:1570(primary) +msgid "cloud architect" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1574(para) +msgid "A person who plans, designs, and oversees the creation of clouds." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1580(glossterm) ./doc/glossary/glossary-terms.xml:1582(primary) ./doc/glossary/glossary-terms.xml:1598(primary) ./doc/glossary/glossary-terms.xml:1614(primary) +msgid "cloud computing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1588(para) +msgid "A model that enables access to a shared pool of configurable computing resources, such as networks, servers, storage, applications, and services, that can be rapidly provisioned and released with minimal management effort or service provider interaction." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1596(glossterm) +msgid "cloud controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1600(secondary) +msgid "cloud controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1604(para) +msgid "Collection of Compute components that represent the global state of the cloud; talks to services, such as Identity Service authentication, Object Storage, and node/storage workers through a queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1612(glossterm) +msgid "cloud controller node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1616(secondary) +msgid "cloud controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1620(para) +msgid "A node that runs network, volume, API, scheduler, and image services. Each service may be broken out into separate nodes for scalability or availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1627(glossterm) ./doc/glossary/glossary-terms.xml:1630(primary) +msgid "Cloud Data Management Interface (CDMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1634(para) +msgid "SINA standard that defines a RESTful API for managing objects in the cloud, currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1640(glossterm) ./doc/glossary/glossary-terms.xml:1643(primary) +msgid "Cloud Infrastructure Management Interface (CIMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1647(para) +msgid "An in-progress specification for cloud management. Currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1653(glossterm) ./doc/glossary/glossary-terms.xml:1655(primary) +msgid "cloud-init" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1659(para) +msgid "A package commonly installed in VM images that performs initialization of an instance after boot using information that it retrieves from the metadata service, such as the SSH public key and user data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1667(glossterm) ./doc/glossary/glossary-terms.xml:1669(primary) +msgid "cloudadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1673(para) +msgid "One of the default roles in the Compute RBAC system. Grants complete system access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1679(glossterm) ./doc/glossary/glossary-terms.xml:1681(primary) ./doc/glossary/glossary-terms.xml:1695(primary) +msgid "cloudpipe" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1687(para) +msgid "A compute service that creates VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1693(glossterm) ./doc/glossary/glossary-terms.xml:1697(secondary) +msgid "cloudpipe image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1701(para) +msgid "A pre-made VM image that serves as a cloudpipe server. Essentially, OpenVPN running on Linux." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1707(glossterm) +msgid "CMDB" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1709(primary) +msgid "CMDB (Configuration Management Database)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1713(para) +msgid "Configuration Management Database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1718(glossterm) +msgid "command filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1720(primary) +msgid "command filters" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1724(para) +msgid "Lists allowed commands within the Compute rootwrap facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1730(glossterm) +msgid "community project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1732(primary) +msgid "community projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1736(para) +msgid "A project that is not officially endorsed by the OpenStack Foundation. If the project is successful enough, it might be elevated to an incubated project and then to a core project, or it might be merged with the main code trunk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1744(glossterm) ./doc/glossary/glossary-terms.xml:1746(primary) +msgid "compression" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1750(para) +msgid "Reducing the size of files by special encoding, the file can be decompressed again to its original content. OpenStack supports compression at the Linux file system level but does not support compression for things such as Object Storage objects or Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1759(glossterm) ./doc/glossary/glossary-terms.xml:1761(primary) ./doc/glossary/glossary-terms.xml:1775(primary) ./doc/glossary/glossary-terms.xml:1790(primary) ./doc/glossary/glossary-terms.xml:1804(primary) ./doc/glossary/glossary-terms.xml:1833(primary) ./doc/glossary/glossary-terms.xml:1846(primary) +msgid "Compute" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1767(para) +msgid "The OpenStack core project that provides compute services. The project name of Compute service is nova." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1773(glossterm) ./doc/glossary/glossary-terms.xml:1777(secondary) ./doc/glossary/glossary-terms.xml:5617(secondary) +msgid "Compute API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1781(para) +msgid "The nova-api daemon provides access to nova services. Can communicate with other APIs, such as the Amazon EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1788(glossterm) ./doc/glossary/glossary-terms.xml:1792(secondary) +msgid "compute controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1796(para) +msgid "The Compute component that chooses suitable hosts on which to start VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1802(glossterm) ./doc/glossary/glossary-terms.xml:1806(secondary) +msgid "compute host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1810(para) +msgid "Physical host dedicated to running compute nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1815(glossterm) +msgid "compute node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1817(primary) +msgid "compute nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1823(para) +msgid "A node that runs the nova-compute daemon that manages VM instances that provide a wide range of services, such as web applications and analytics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1831(glossterm) ./doc/glossary/glossary-terms.xml:1835(secondary) +msgid "Compute service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1839(para) +msgid "Name for the Compute component that manages VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1844(glossterm) ./doc/glossary/glossary-terms.xml:1848(secondary) +msgid "compute worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1852(para) +msgid "The Compute component that runs on each compute node and manages the VM instance life cycle, including run, reboot, terminate, attach/detach volumes, and so on. Provided by the nova-compute daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1860(glossterm) +msgid "concatenated object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1862(primary) ./doc/glossary/glossary-terms.xml:4960(primary) ./doc/glossary/glossary-terms.xml:5649(primary) ./doc/glossary/glossary-terms.xml:5663(primary) ./doc/glossary/glossary-terms.xml:5677(primary) ./doc/glossary/glossary-terms.xml:5692(primary) ./doc/glossary/glossary-terms.xml:5705(primary) ./doc/glossary/glossary-terms.xml:5719(primary) ./doc/glossary/glossary-terms.xml:5733(primary) ./doc/glossary/glossary-terms.xml:5788(primary) ./doc/glossary/glossary-terms.xml:7236(primary) +msgid "objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1864(secondary) ./doc/glossary/glossary-terms.xml:1867(primary) +msgid "concatenated objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1871(para) +msgid "A set of segment objects that Object Storage combines and sends to the client." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1877(glossterm) +msgid "conductor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1879(primary) +msgid "conductors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1883(para) +msgid "In Compute, conductor is the process that proxies database requests from the compute process. Using conductor improves security because compute nodes do not need direct access to the database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1891(glossterm) ./doc/glossary/glossary-terms.xml:1893(primary) +msgid "consistency window" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1897(para) +msgid "The amount of time it takes for a new Object Storage object to become accessible to all clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1903(glossterm) +msgid "console log" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1905(primary) +msgid "console logs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1909(para) +msgid "Contains the output from a Linux VM console in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1914(glossterm) +msgid "container" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1916(primary) ./doc/glossary/glossary-terms.xml:1931(primary) ./doc/glossary/glossary-terms.xml:1946(primary) ./doc/glossary/glossary-terms.xml:1961(primary) ./doc/glossary/glossary-terms.xml:1976(primary) ./doc/glossary/glossary-terms.xml:1989(primary) +msgid "containers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1922(para) +msgid "Organizes and stores objects in Object Storage. Similar to the concept of a Linux directory but cannot be nested. Alternative term for an Image Service container format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1929(glossterm) +msgid "container auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1933(secondary) +msgid "container auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1937(para) +msgid "Checks for missing replicas or incorrect objects in specified Object Storage containers through queries to the SQLite back-end database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1944(glossterm) +msgid "container database" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1948(secondary) +msgid "container databases" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1952(para) +msgid "A SQLite database that stores Object Storage containers and container metadata. The container server accesses this database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1959(glossterm) ./doc/glossary/glossary-terms.xml:1963(secondary) +msgid "container format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1967(para) +msgid "A wrapper used by the Image Service that contains a VM image and its associated metadata, such as machine state, OS disk size, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1974(glossterm) +msgid "container server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1978(secondary) +msgid "container servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1982(para) +msgid "An Object Storage server that manages containers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1987(glossterm) ./doc/glossary/glossary-terms.xml:1991(secondary) +msgid "container service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:1995(para) +msgid "The Object Storage component that provides container services, such as create, delete, list, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2001(glossterm) ./doc/glossary/glossary-terms.xml:2003(primary) +msgid "content delivery network (CDN)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2007(para) +msgid "A content delivery network is a specialized network that is used to distribute content to clients, typically located close to the client for increased performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2017(glossterm) +msgid "controller node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2019(primary) +msgid "controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2021(see) +msgid "under cloud computing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2025(para) +msgid "Alternative term for a cloud controller node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2030(glossterm) ./doc/glossary/glossary-terms.xml:2032(primary) +msgid "core API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2036(para) +msgid "Depending on context, the core API is either the OpenStack API or the main API of a specific core project, such as Compute, Networking, Image Service, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2043(glossterm) ./doc/glossary/glossary-terms.xml:2045(primary) +msgid "core project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2049(para) +msgid "An official OpenStack project. Currently consists of Compute (nova), Object Storage (swift), Image Service (glance), Identity (keystone), Dashboard (horizon), Networking (neutron), and Block Storage (cinder). The Telemetry module (ceilometer) and Orchestration module (heat) are integrated projects as of the Havana release. In the Icehouse release, the Database module (trove) gains integrated project status." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2060(glossterm) ./doc/glossary/glossary-terms.xml:2062(primary) +msgid "cost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2066(para) +msgid "Under the Compute distributed scheduler, this is calculated by looking at the capabilities of each host relative to the flavor of the VM instance being requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2073(glossterm) ./doc/glossary/glossary-terms.xml:2075(primary) +msgid "credentials" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2079(para) +msgid "Data that is only known to or accessible by a user and used to verify that the user is who he says he is. Credentials are presented to the server during authentication. Examples include a password, secret key, digital certificate, and fingerprint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2087(glossterm) ./doc/glossary/glossary-terms.xml:2089(primary) +msgid "Crowbar" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2093(para) +msgid "An open source community project by Dell that aims to provide all necessary services to quickly deploy clouds." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2099(glossterm) ./doc/glossary/glossary-terms.xml:2101(primary) +msgid "current workload" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2105(para) +msgid "An element of the Compute capacity cache that is calculated based on the number of build, snapshot, migrate, and resize operations currently in progress on a given host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2112(glossterm) +msgid "customer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2114(primary) +msgid "customers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2116(see) +msgid "tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2120(para) +msgid "Alternative term for tenant." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2125(glossterm) ./doc/glossary/glossary-terms.xml:2127(primary) +msgid "customization module" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2131(para) +msgid "A user-created Python module that is loaded by horizon to change the look and feel of the dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2140(title) +msgid "D" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2143(glossterm) +msgid "daemon" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2145(primary) +msgid "daemons" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2151(para) +msgid "A process that runs in the background and waits for requests. May or may not listen on a TCP or UDP port. Do not confuse with a worker." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2158(glossterm) +msgid "DAC" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2160(primary) +msgid "DAC (discretionary access control)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2164(para) +msgid "Discretionary access control. Governs the ability of subjects to access objects, while enabling users to make policy decisions and assign security attributes. The traditional UNIX system of users, groups, and read-write-execute permissions is an example of DAC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2173(glossterm) ./doc/glossary/glossary-terms.xml:2175(primary) +msgid "dashboard" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2179(para) +msgid "The web-based management interface for OpenStack. An alternative name for horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2185(glossterm) ./doc/glossary/glossary-terms.xml:2189(secondary) +msgid "data encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2187(primary) +msgid "data" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2193(para) +msgid "Both Image Service and Compute support encrypted virtual machine (VM) images (but not instances). In-transit data encryption is supported in OpenStack using technologies such as HTTPS, SSL, TLS, and SSH. Object Storage does not support object encryption at the application level but may support storage that uses disk encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2203(glossterm) ./doc/glossary/glossary-terms.xml:2207(secondary) +msgid "database ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2205(primary) ./doc/glossary/glossary-terms.xml:2219(primary) +msgid "databases" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2211(para) +msgid "A unique ID given to each replica of an Object Storage database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2217(glossterm) +msgid "database replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2221(secondary) +msgid "database replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2225(para) +msgid "An Object Storage component that copies changes in the account, container, and object databases to other nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2231(glossterm) ./doc/glossary/glossary-terms.xml:2233(primary) +msgid "Database Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2237(para) +msgid "An integrated project that provide scalable and reliable Cloud Database-as-a-Service functionality for both relational and non-relational database engines. The project name of Database Service is trove." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2247(glossterm) +msgid "deallocate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2249(primary) +msgid "deallocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2253(para) +msgid "The process of removing the association between a floating IP address and a fixed IP address. Once this association is removed, the floating IP returns to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2260(glossterm) ./doc/glossary/glossary-terms.xml:2262(primary) +msgid "Debian" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2271(glossterm) ./doc/glossary/glossary-terms.xml:2273(primary) +msgid "deduplication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2277(para) +msgid "The process of finding duplicate data at the disk block, file, and/or object level to minimize storage usecurrently unsupported within OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2284(glossterm) +msgid "default panel" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2286(primary) +msgid "default panels" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2290(para) +msgid "The default panel that is displayed when a user accesses the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2296(glossterm) +msgid "default tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2298(primary) +msgid "default tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2302(para) +msgid "New users are assigned to this tenant if no tenant is specified when a user is created." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2308(glossterm) +msgid "default token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2310(primary) +msgid "default tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2314(para) +msgid "An Identity Service token that is not associated with a specific tenant and is exchanged for a scoped token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2320(glossterm) ./doc/glossary/glossary-terms.xml:2322(primary) +msgid "delayed delete" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2326(para) +msgid "An option within Image Service so that an image is deleted after a predefined number of seconds instead of immediately." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2332(glossterm) ./doc/glossary/glossary-terms.xml:2334(primary) +msgid "delivery mode" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2338(para) +msgid "Setting for the Compute RabbitMQ message delivery mode; can be set to either transient or persistent." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2344(glossterm) ./doc/glossary/glossary-terms.xml:2346(primary) +msgid "denial of service (DoS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2350(para) +msgid "Denial of service (DoS) is a short form for denial-of-service attack. This is a malicious attempt to prevent legitimate users from using a service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2358(glossterm) ./doc/glossary/glossary-terms.xml:2360(primary) +msgid "deprecated auth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2364(para) +msgid "An option within Compute that enables administrators to create and manage users through the nova-manage command as opposed to using the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2371(glossterm) ./doc/glossary/glossary-terms.xml:2373(primary) +msgid "Desktop-as-a-Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2377(para) +msgid "A platform that provides a suite of desktop environments that users may log in to receive a desktop experience from any location. This may provide general use, development, or even homogeneous testing environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2387(glossterm) ./doc/glossary/glossary-terms.xml:2389(primary) +msgid "developer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2393(para) +msgid "One of the default roles in the Compute RBAC system and the default role assigned to a new user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2399(glossterm) ./doc/glossary/glossary-terms.xml:2401(primary) +msgid "device ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2405(para) +msgid "Maps Object Storage partitions to physical storage devices." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2411(glossterm) ./doc/glossary/glossary-terms.xml:2413(primary) +msgid "device weight" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2417(para) +msgid "Distributes partitions proportionately across Object Storage devices based on the storage capacity of each device." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2423(glossterm) ./doc/glossary/glossary-terms.xml:2425(primary) +msgid "DevStack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2431(para) +msgid "Community project that uses shell scripts to quickly build complete OpenStack development environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2437(glossterm) +msgid "DHCP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2439(primary) +msgid "DHCP (Dynamic Host Configuration Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2441(secondary) ./doc/glossary/glossary-terms.xml:3810(secondary) ./doc/glossary/glossary-terms.xml:3940(secondary) ./doc/glossary/glossary-terms.xml:4021(secondary) ./doc/glossary/glossary-terms.xml:5883(secondary) ./doc/glossary/glossary-terms.xml:6718(secondary) +msgid "basics of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2445(para) +msgid "Dynamic Host Configuration Protocol. A network protocol that configures devices that are connected to a network so that they can communicate on that network by using the Internet Protocol (IP). The protocol is implemented in a client-server model where DHCP clients request configuration data, such as an IP address, a default route, and one or more DNS server addresses from a DHCP server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2455(glossterm) ./doc/glossary/glossary-terms.xml:2457(primary) +msgid "DHCP agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2461(para) +msgid "OpenStack Networking agent that provides DHCP services for virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2467(glossterm) ./doc/glossary/glossary-terms.xml:2469(primary) +msgid "Diablo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2473(para) +msgid "A grouped release of projects related to OpenStack that came out in the fall of 2011, the fourth release of OpenStack. It included Compute (nova 2011.3), Object Storage (swift 1.4.3), and the Image Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2477(para) +msgid "Diablo is the code name for the fourth release of OpenStack. The design summit took place in in the Bay Area near Santa Clara, California, US and Diablo is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2485(glossterm) +msgid "direct consumer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2487(primary) +msgid "direct consumers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2491(para) +msgid "An element of the Compute RabbitMQ that comes to life when a RPC call is executed. It connects to a direct exchange through a unique exclusive queue, sends the message, and terminates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2498(glossterm) +msgid "direct exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2500(primary) +msgid "direct exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2504(para) +msgid "A routing table that is created within the Compute RabbitMQ during RPC calls; one is created for each RPC call that is invoked." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2511(glossterm) +msgid "direct publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2513(primary) +msgid "direct publishers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2517(para) +msgid "Element of RabbitMQ that provides a response to an incoming MQ message." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2523(glossterm) ./doc/glossary/glossary-terms.xml:2525(primary) +msgid "disassociate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2529(para) +msgid "The process of removing the association between a floating IP address and fixed IP and thus returning the floating IP address to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2536(glossterm) ./doc/glossary/glossary-terms.xml:2538(primary) +msgid "disk encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2542(para) +msgid "The ability to encrypt data at the file system, disk partition, or whole-disk level. Supported within Compute VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2548(glossterm) ./doc/glossary/glossary-terms.xml:2550(primary) +msgid "disk format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2554(para) +msgid "The underlying format that a disk image for a VM is stored as within the Image Service back-end store. For example, AMI, ISO, QCOW2, VMDK, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2561(glossterm) ./doc/glossary/glossary-terms.xml:2563(primary) +msgid "dispersion" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2567(para) +msgid "In Object Storage, tools to test and ensure dispersion of objects and containers to ensure fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2573(glossterm) ./doc/glossary/glossary-terms.xml:2575(primary) +msgid "Django" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2579(para) +msgid "A web framework used extensively in horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2585(glossterm) +msgid "DNS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2587(primary) ./doc/glossary/glossary-terms.xml:2603(primary) +msgid "DNS (Domain Name Server, Service or System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2589(secondary) +msgid "definitions of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2593(para) +msgid "Domain Name Server. A hierarchical and distributed naming system for computers, services, and resources connected to the Internet or a private network. Associates a human-friendly names to IP addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2601(glossterm) +msgid "DNS record" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2605(secondary) +msgid "DNS records" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2609(para) +msgid "A record that specifies information about a particular domain and belongs to the domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2615(glossterm) ./doc/glossary/glossary-terms.xml:2617(primary) +msgid "dnsmasq" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2621(para) +msgid "Daemon that provides DNS, DHCP, BOOTP, and TFTP services, used by the Compute VLAN manager and FlatDHCP manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2627(glossterm) +msgid "domain" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2629(primary) +msgid "domain, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2633(para) +msgid "Separates a website from other sites. Often, the domain name has two or more parts that are separated by dots. For example, yahoo.com, usa.gov, harvard.edu, or mail.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2637(para) +msgid "A domain is an entity or container of all DNS-related information containing one or more records." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2643(glossterm) +msgid "Domain Name Service (DNS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2646(para) +msgid "In Compute, the support that enables associating DNS entries with floating IP addresses, nodes, or cells so that hostnames are consistent across reboots." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2653(glossterm) +msgid "Domain Name System (DNS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2656(para) +msgid "A system by which Internet domain name-to-address and address-to-name resolutions are determined." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2659(para) +msgid "DNS helps navigate the Internet by translating the IP address into an address that is easier to remember For example, translating 111.111.111.1 into www.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2663(para) +msgid "All domains and their components, such as mail servers, utilize DNS to resolve to the appropriate locations. DNS servers are usually set up in a master-slave relationship such that failure of the master invokes the slave. DNS servers might also be clustered or replicated such that changes made to one DNS server are automatically propagated to other active servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2673(glossterm) +msgid "download" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2675(primary) +msgid "download, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2679(para) +msgid "The transfer of data, usually in the form of files, from one computer to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2685(glossterm) +msgid "DRTM" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2687(primary) +msgid "DRTM (dynamic root of trust measurement)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2691(para) +msgid "Dynamic root of trust measurement." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2696(glossterm) ./doc/glossary/glossary-terms.xml:2698(primary) +msgid "durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2702(para) +msgid "The Compute RabbitMQ message exchange that remains active when the server restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2708(glossterm) ./doc/glossary/glossary-terms.xml:2710(primary) +msgid "durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2714(para) +msgid "A Compute RabbitMQ message queue that remains active when the server restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2720(glossterm) +msgid "Dynamic Host Configuration Protocol (DHCP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2723(para) +msgid "A method to automatically configure networking for a host at boot time. Provided by both Networking and Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2729(glossterm) +msgid "Dynamic HyperText Markup Language (DHTML)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2732(primary) +msgid "DHTML (Dynamic HyperText Markup Language)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2736(para) +msgid "Pages that use HTML, JavaScript, and Cascading Style Sheets to enable users to interact with a web page or show simple animation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2746(title) +msgid "E" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2749(glossterm) ./doc/glossary/glossary-terms.xml:2751(primary) +msgid "east-west traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2755(para) +msgid "Network traffic between servers in the same cloud or data center. See also north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2762(glossterm) ./doc/glossary/glossary-terms.xml:2764(primary) +msgid "EBS boot volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2768(para) +msgid "An Amazon EBS storage volume that contains a bootable VM image, currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2774(glossterm) ./doc/glossary/glossary-terms.xml:2776(primary) ./doc/glossary/glossary-terms.xml:3004(glossterm) ./doc/glossary/glossary-terms.xml:3006(primary) +msgid "ebtables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2780(para) +msgid "Used in Compute along with arptables, iptables, and ip6tables to create firewalls and to ensure isolation of network communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2787(glossterm) ./doc/glossary/glossary-terms.xml:2798(primary) ./doc/glossary/glossary-terms.xml:2812(primary) ./doc/glossary/glossary-terms.xml:2826(primary) ./doc/glossary/glossary-terms.xml:2840(primary) +msgid "EC2" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2790(para) +msgid "The Amazon commercial compute product, similar to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2796(glossterm) ./doc/glossary/glossary-terms.xml:2800(secondary) +msgid "EC2 access key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2804(para) +msgid "Used along with an EC2 secret key to access the Compute EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2810(glossterm) ./doc/glossary/glossary-terms.xml:2814(secondary) +msgid "EC2 API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2818(para) +msgid "OpenStack supports accessing the Amazon EC2 API through Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2824(glossterm) +msgid "EC2 Compatibility API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2828(secondary) +msgid "EC2 compatibility API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2832(para) +msgid "A Compute component that enables OpenStack to communicate with Amazon EC2." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2838(glossterm) ./doc/glossary/glossary-terms.xml:2842(secondary) +msgid "EC2 secret key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2846(para) +msgid "Used along with an EC2 access key when communicating with the Compute EC2 API; used to digitally sign each request." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2852(glossterm) ./doc/glossary/glossary-terms.xml:2854(primary) +msgid "Elastic Block Storage (EBS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2858(para) +msgid "The Amazon commercial block storage product." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2863(glossterm) +msgid "encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2865(primary) +msgid "encryption, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2869(para) +msgid "OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, digital certificates, and data encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2875(glossterm) +msgid "endpoint" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2878(para) +msgid "See API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2883(glossterm) ./doc/glossary/glossary-terms.xml:2887(secondary) +msgid "endpoint registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2891(para) +msgid "Alternative term for an Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2896(glossterm) ./doc/glossary/glossary-terms.xml:2898(primary) +msgid "encapsulation" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2902(para) +msgid "The practice of placing one packet type within another for the purposes of abstracting or securing data. Examples include GRE, MPLS, or IPsec." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2911(glossterm) +msgid "endpoint template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2915(secondary) +msgid "endpoint templates" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2919(para) +msgid "A list of URL and port number endpoints that indicate where a service, such as Object Storage, Compute, Identity, and so on, can be accessed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2926(glossterm) +msgid "entity" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2928(primary) +msgid "entity, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2932(para) +msgid "Any piece of hardware or software that wants to connect to the network services provided by Networking, the network connectivity service. An entity can make use of Networking by implementing a VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2940(glossterm) +msgid "ephemeral image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2942(primary) +msgid "ephemeral images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2946(para) +msgid "A VM image that does not save changes made to its volumes and reverts them to their original state after the instance is terminated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2953(glossterm) ./doc/glossary/glossary-terms.xml:2955(primary) ./doc/glossary/glossary-terms.xml:5582(see) +msgid "ephemeral volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2959(para) +msgid "Volume that does not save the changes made to it and reverts to its original state when the current user relinquishes control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2965(glossterm) ./doc/glossary/glossary-terms.xml:2967(primary) +msgid "Essex" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2971(para) +msgid "A grouped release of projects related to OpenStack that came out in April 2012, the fifth release of OpenStack. It included Compute (nova 2012.1), Object Storage (swift 1.4.8), Image (glance), Identity (keystone), and Dashboard (horizon)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2975(para) +msgid "Essex is the code name for the fifth release of OpenStack. The design summit took place in Boston, Massachusetts, US and Essex is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2982(glossterm) +msgid "ESX" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2984(primary) +msgid "ESX hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2988(para) ./doc/glossary/glossary-terms.xml:2999(para) ./doc/glossary/glossary-terms.xml:4834(para) ./doc/glossary/glossary-terms.xml:8277(para) ./doc/glossary/glossary-terms.xml:8510(para) ./doc/glossary/glossary-terms.xml:8740(para) ./doc/glossary/glossary-terms.xml:8841(para) ./doc/glossary/glossary-terms.xml:8868(para) +msgid "An OpenStack-supported hypervisor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2993(glossterm) +msgid "ESXi" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2995(primary) +msgid "ESXi hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3010(para) +msgid "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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3018(glossterm) ./doc/glossary/glossary-terms.xml:3020(primary) +msgid "ETag" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3024(para) +msgid "MD5 hash of an object within Object Storage, used to ensure data integrity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3030(glossterm) ./doc/glossary/glossary-terms.xml:3032(primary) +msgid "euca2ools" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3036(para) +msgid "A collection of command-line tools for administering VMs; most are compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3042(glossterm) ./doc/glossary/glossary-terms.xml:3044(primary) +msgid "Eucalyptus Kernel Image (EKI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3048(para) +msgid "Used along with an ERI to create an EMI." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3053(glossterm) ./doc/glossary/glossary-terms.xml:3055(primary) +msgid "Eucalyptus Machine Image (EMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3059(para) +msgid "VM image container format supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3064(glossterm) ./doc/glossary/glossary-terms.xml:3066(primary) +msgid "Eucalyptus Ramdisk Image (ERI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3070(para) +msgid "Used along with an EKI to create an EMI." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3075(glossterm) +msgid "evacuate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3077(primary) +msgid "evacuation, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3081(para) +msgid "The process of migrating one or all virtual machine (VM) instances from one host to another, compatible with both shared storage live migration and block migration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3088(glossterm) ./doc/glossary/glossary-terms.xml:3090(primary) +msgid "exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3094(para) +msgid "Alternative term for a RabbitMQ message exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3099(glossterm) +msgid "exchange type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3101(primary) +msgid "exchange types" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3105(para) +msgid "A routing algorithm in the Compute RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3110(glossterm) +msgid "exclusive queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3112(primary) ./doc/glossary/glossary-terms.xml:8162(primary) +msgid "queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3114(secondary) ./doc/glossary/glossary-terms.xml:3117(primary) +msgid "exclusive queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3121(para) +msgid "Connected to by a direct consumer in RabbitMQCompute, the message can be consumed only by the current connection." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3127(glossterm) ./doc/glossary/glossary-terms.xml:3129(primary) +msgid "extended attributes (xattrs)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3133(para) +msgid "File system option that enables storage of additional information beyond owner, group, permissions, modification time, and so on. The underlying Object Storage file system must support extended attributes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3141(glossterm) +msgid "extension" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3143(primary) +msgid "extensions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3149(para) +msgid "Alternative term for an API extension or plug-in. In the context of Identity Service, this is a call that is specific to the implementation, such as adding support for OpenID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3156(glossterm) +msgid "external network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3158(primary) +msgid "external network, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3162(para) +msgid "A network segment typically used for instance Internet access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3168(glossterm) +msgid "extra specs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3170(primary) +msgid "extra specs, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3174(para) +msgid "Specifies additional requirements when Compute determines where to start a new instance. Examples include a minimum amount of network bandwidth or a GPU." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3184(title) +msgid "F" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3187(glossterm) ./doc/glossary/glossary-terms.xml:3189(primary) +msgid "FakeLDAP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3193(para) +msgid "An easy method to create a local LDAP directory for testing Identity Service and Compute. Requires Redis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3199(glossterm) ./doc/glossary/glossary-terms.xml:3201(primary) +msgid "fan-out exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3205(para) +msgid "Within RabbitMQ and Compute, it is the messaging interface that is used by the scheduler service to receive capability messages from the compute, volume, and network nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3212(glossterm) ./doc/glossary/glossary-terms.xml:3214(primary) +msgid "Fedora" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3218(para) +msgid "A Linux distribution compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3223(glossterm) ./doc/glossary/glossary-terms.xml:3225(primary) +msgid "Fibre Channel" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3229(para) +msgid "Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands and data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3235(glossterm) ./doc/glossary/glossary-terms.xml:3237(primary) +msgid "Fibre Channel over Ethernet (FCoE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3241(para) +msgid "The fibre channel protocol tunneled within Ethernet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3246(glossterm) ./doc/glossary/glossary-terms.xml:3248(primary) +msgid "fill-first scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3252(para) +msgid "The Compute scheduling method that attempts to fill a host with VMs rather than starting new VMs on a variety of hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3258(glossterm) +msgid "filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3260(primary) ./doc/glossary/glossary-terms.xml:4235(primary) +msgid "filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3266(para) +msgid "The step in the Compute scheduling process when hosts that cannot run VMs are eliminated and not chosen." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3272(glossterm) +msgid "firewall" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3274(primary) +msgid "firewalls" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3278(para) +msgid "Used to restrict communications between hosts and/or nodes, implemented in Compute using iptables, arptables, ip6tables, and etables." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3285(glossterm) ./doc/glossary/glossary-terms.xml:3287(primary) +msgid "Firewall-as-a-Service (FWaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3291(para) +msgid "A Networking extension that provides perimeter firewall functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3297(glossterm) +msgid "fixed IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3299(primary) ./doc/glossary/glossary-terms.xml:3395(primary) ./doc/glossary/glossary-terms.xml:4449(primary) ./doc/glossary/glossary-terms.xml:6228(primary) ./doc/glossary/glossary-terms.xml:6417(primary) ./doc/glossary/glossary-terms.xml:7414(primary) ./doc/glossary/glossary-terms.xml:7642(primary) +msgid "IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3301(secondary) +msgid "fixed" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3304(primary) +msgid "fixed IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3308(para) +msgid "An IP address that is associated with the same instance each time that instance boots, is generally not accessible to end users or the public Internet, and is used for management of the instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3316(glossterm) ./doc/glossary/glossary-terms.xml:3318(primary) +msgid "Flat Manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3322(para) +msgid "The Compute component that gives IP addresses to authorized nodes and assumes DHCP, DNS, and routing configuration and services are provided by something else." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3329(glossterm) ./doc/glossary/glossary-terms.xml:3331(primary) +msgid "flat mode injection" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3335(para) +msgid "A Compute networking method where the OS network configuration information is injected into the VM image before the instance starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3342(glossterm) ./doc/glossary/glossary-terms.xml:3344(primary) +msgid "flat network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3348(para) +msgid "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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3358(glossterm) ./doc/glossary/glossary-terms.xml:3360(primary) +msgid "FlatDHCP Manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3364(para) +msgid "The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and radvd (routing) services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3370(glossterm) ./doc/glossary/glossary-terms.xml:3372(primary) +msgid "flavor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3376(para) +msgid "Alternative term for a VM instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3381(glossterm) ./doc/glossary/glossary-terms.xml:3383(primary) +msgid "flavor ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3387(para) +msgid "UUID for each Compute or Image Service VM flavor or instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3393(glossterm) ./doc/glossary/glossary-terms.xml:3400(primary) +msgid "floating IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3397(secondary) +msgid "floating" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3404(para) +msgid "An IP address that a project can associate with a VM so that the instance has the same public IP address each time that it boots. You create a pool of floating IP addresses and assign them to instances as they are launched to maintain a consistent IP address for maintaining DNS assignment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3413(glossterm) ./doc/glossary/glossary-terms.xml:3415(primary) +msgid "Folsom" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3419(para) +msgid "A grouped release of projects related to OpenStack that came out in the fall of 2012, the sixth release of OpenStack. It includes Compute (nova), Object Storage (swift), Identity (keystone), Networking (neutron), Image Service (glance), and Volumes or Block Storage (cinder)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3424(para) +msgid "Folsom is the code name for the sixth release of OpenStack. The design summit took place in San Francisco, California, US and Folsom is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3432(glossterm) ./doc/glossary/glossary-terms.xml:3434(primary) +msgid "FormPost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3438(para) +msgid "Object Storage middleware that uploads (posts) an image through a form on a web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3444(glossterm) +msgid "front end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3446(primary) +msgid "front end, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3450(para) +msgid "The point where a user interacts with a service; can be an API endpoint, the horizon dashboard, or a command-line tool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3459(title) +msgid "G" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3462(glossterm) ./doc/glossary/glossary-terms.xml:3464(primary) +msgid "gateway" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3468(para) +msgid "An IP address, typically assigned to a router, that passes network traffic between different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3474(glossterm) ./doc/glossary/glossary-terms.xml:3476(primary) +msgid "Generic Receive Offload (GRO)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3479(para) +msgid "Feature of certain network interface drivers that combines many smaller received packets into a large packet before delivery to the kernel IP stack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3486(glossterm) ./doc/glossary/glossary-terms.xml:3488(primary) +msgid "generic routing encapsulation (GRE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3491(para) +msgid "Protocol that encapsulates a wide variety of network layer protocols inside virtual point-to-point links." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3498(glossterm) ./doc/glossary/glossary-terms.xml:3508(primary) ./doc/glossary/glossary-terms.xml:3523(primary) +msgid "glance" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3501(para) +msgid "A core project that provides the OpenStack Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3506(glossterm) ./doc/glossary/glossary-terms.xml:3510(secondary) +msgid "glance API server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3514(para) +msgid "Processes client requests for VMs, updates Image Service metadata on the registry server, and communicates with the store adapter to upload VM images from the back-end store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3521(glossterm) ./doc/glossary/glossary-terms.xml:3525(secondary) +msgid "glance registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3529(para) +msgid "Alternative term for the Image Service image registry." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3534(glossterm) ./doc/glossary/glossary-terms.xml:3538(secondary) ./doc/glossary/glossary-terms.xml:3541(primary) +msgid "global endpoint template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3545(para) +msgid "The Identity Service endpoint template that contains services available to all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3551(glossterm) ./doc/glossary/glossary-terms.xml:3553(primary) +msgid "GlusterFS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3557(para) +msgid "A file system designed to aggregate NAS hosts, compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3563(glossterm) ./doc/glossary/glossary-terms.xml:3565(primary) +msgid "golden image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3569(para) +msgid "A method of operating system installation where a finalized disk image is created and then used by all nodes without modification." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3576(glossterm) ./doc/glossary/glossary-terms.xml:3578(primary) +msgid "Graphic Interchange Format (GIF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3582(para) +msgid "A type of image file that is commonly used for animated images on web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3588(glossterm) ./doc/glossary/glossary-terms.xml:3590(primary) +msgid "Graphics Processing Unit (GPU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3594(para) +msgid "Choosing a host based on the existence of a GPU is currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3600(glossterm) ./doc/glossary/glossary-terms.xml:3602(primary) +msgid "Green Threads" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3606(para) +msgid "The cooperative threading model used by Python; reduces race conditions and only context switches when specific library calls are made. Each OpenStack service is its own thread." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3613(glossterm) ./doc/glossary/glossary-terms.xml:3615(primary) +msgid "Grizzly" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3619(para) +msgid "The code name for the seventh release of OpenStack. The design summit took place in San Diego, California, US and Grizzly is an element of the state flag of California." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3627(glossterm) ./doc/glossary/glossary-terms.xml:3629(primary) +msgid "guest OS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3633(para) +msgid "An operating system instance running under the control of a hypervisor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3642(title) +msgid "H" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3645(glossterm) ./doc/glossary/glossary-terms.xml:3647(primary) +msgid "Hadoop" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3651(para) +msgid "Apache Hadoop is an open source software framework that supports data-intensive distributed applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3657(glossterm) ./doc/glossary/glossary-terms.xml:3659(primary) +msgid "handover" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3663(para) +msgid "An object state in Object Storage where a new replica of the object is automatically created due to a drive failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3669(glossterm) ./doc/glossary/glossary-terms.xml:3671(primary) +msgid "hard reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3675(para) +msgid "A type of reboot where a physical or virtual power button is pressed as opposed to a graceful, proper shutdown of the operating system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3682(glossterm) ./doc/glossary/glossary-terms.xml:3684(primary) +msgid "Havana" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3688(para) +msgid "The code name for the eighth release of OpenStack. The design summit took place in Portland, Oregon, US and Havana is an unincorporated community in Oregon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3695(glossterm) ./doc/glossary/glossary-terms.xml:3697(primary) +msgid "heat" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3701(para) +msgid "An integrated project that aims to orchestrate multiple cloud applications for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3707(glossterm) ./doc/glossary/glossary-terms.xml:3709(primary) ./doc/glossary/glossary-terms.xml:7616(see) +msgid "Heat Orchestration Template (HOT)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3713(para) +msgid "Heat input in the format native to OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3718(glossterm) ./doc/glossary/glossary-terms.xml:3720(primary) +msgid "health monitor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3724(para) +msgid "Determines whether back-end members of a VIP pool can process a request. A pool can have several health monitors associated with it. When a pool has several monitors associated with it, all monitors check each member of the pool. All monitors must declare a member to be healthy for it to stay active." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3734(glossterm) ./doc/glossary/glossary-terms.xml:3736(primary) +msgid "high availability (HA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3740(para) +msgid "A high availability system design approach and associated service implementation ensures that a prearranged level of operational performance will be met during a contractual measurement period. High availability systems seeks to minimize system downtime and data loss." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3751(glossterm) +msgid "horizon" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3754(para) +msgid "OpenStack project that provides a dashboard, which is a web interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3760(glossterm) +msgid "horizon plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3762(primary) +msgid "horizon plug-ins" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3766(para) +msgid "A plug-in for the OpenStack dashboard (horizon)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3771(glossterm) +msgid "host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3773(primary) +msgid "hosts, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3777(para) +msgid "A physical computer, not a VM instance (node)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3782(glossterm) ./doc/glossary/glossary-terms.xml:3784(primary) +msgid "host aggregate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3788(para) +msgid "A method to further subdivide availability zones into hypervisor pools, a collection of common hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3794(glossterm) ./doc/glossary/glossary-terms.xml:3796(primary) +msgid "Host Bus Adapter (HBA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3800(para) +msgid "Device plugged into a PCI slot, such as a fibre channel or network card." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3806(glossterm) +msgid "HTTP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3808(primary) +msgid "HTTP (Hypertext Transfer Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3814(para) +msgid "Hypertext Transfer Protocol. HTTP is an application protocol for distributed, collaborative, hypermedia information systems. It is the foundation of data communication for the World Wide Web. Hypertext is structured text that uses logical links (hyperlinks) between nodes containing text. HTTP is the protocol to exchange or transfer hypertext." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3824(glossterm) +msgid "HTTPS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3826(primary) +msgid "HTTPS (Hypertext Transfer Protocol Secure)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3830(para) +msgid "Hypertext Transfer Protocol Secure (HTTPS) is a communications protocol for secure communication over a computer network, with especially wide deployment on the Internet. Technically, it is not a protocol in and of itself; rather, it is the result of simply layering the Hypertext Transfer Protocol (HTTP) on top of the SSL/TLS protocol, thus adding the security capabilities of SSL/TLS to standard HTTP communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3841(glossterm) ./doc/glossary/glossary-terms.xml:3843(primary) +msgid "hybrid cloud" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3847(para) +msgid "A hybrid cloud is a composition of two or more clouds (private, community or public) that remain distinct entities but are bound together, offering the benefits of multiple deployment models. Hybrid cloud can also mean the ability to connect colocation, managed and/or dedicated services with cloud resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3859(glossterm) ./doc/glossary/glossary-terms.xml:3861(primary) +msgid "Hyper-V" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3865(para) +msgid "One of the hypervisors supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3870(glossterm) ./doc/glossary/glossary-terms.xml:3872(primary) +msgid "hyperlink" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3876(para) +msgid "Any kind of text that contains a link to some other site, commonly found in documents where clicking on a word or words opens up a different website." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3883(glossterm) +msgid "Hypertext Transfer Protocol (HTTP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3886(para) +msgid "The protocol that tells browsers where to go to find information." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3892(glossterm) +msgid "Hypertext Transfer Protocol Secure (HTTPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3895(para) +msgid "Encrypted HTTP communications using SSL or TLS; most OpenStack API endpoints and many inter-component communications support HTTPS communication." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3902(glossterm) +msgid "hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3904(primary) ./doc/glossary/glossary-terms.xml:3918(primary) +msgid "hypervisors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3910(para) +msgid "Software that arbitrates and controls VM access to the actual underlying hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3916(glossterm) +msgid "hypervisor pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3920(secondary) +msgid "hypervisor pools" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3924(para) +msgid "A collection of hypervisors grouped together through host aggregates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3933(title) +msgid "I" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3936(glossterm) +msgid "IaaS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3938(primary) +msgid "IaaS (Infrastructure-as-a-Service)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3944(para) +msgid "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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3954(glossterm) ./doc/glossary/glossary-terms.xml:3956(primary) +msgid "Icehouse" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3962(para) +msgid "The code name for the ninth release of OpenStack. The design summit took place in Hong Kong and Ice House is a street in that city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3969(glossterm) +msgid "ICMP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3971(primary) +msgid "Internet Control Message Protocol (ICMP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3975(para) +msgid "Internet Control Message Protocol, used by network devices for control messages. For example, uses ICMP to test connectivity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3983(glossterm) ./doc/glossary/glossary-terms.xml:3985(primary) +msgid "ID number" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3989(para) +msgid "Unique numeric ID associated with each user in Identity Service, conceptually similar to a Linux or LDAP UID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3995(glossterm) +msgid "Identity API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:3998(para) +msgid "Alternative term for the Identity Service API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4003(glossterm) ./doc/glossary/glossary-terms.xml:4007(secondary) +msgid "Identity back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4005(primary) ./doc/glossary/glossary-terms.xml:4017(glossterm) ./doc/glossary/glossary-terms.xml:4019(primary) ./doc/glossary/glossary-terms.xml:4036(primary) ./doc/glossary/glossary-terms.xml:4107(primary) +msgid "Identity Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4011(para) +msgid "The source used by Identity Service to retrieve user information; an OpenLDAP server, for example." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4025(para) +msgid "The OpenStack core project that provides a central directory of users mapped to the OpenStack services they can access. It also registers endpoints for OpenStack services. It acts as a common authentication system. The project name of the Identity Service is keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4034(glossterm) ./doc/glossary/glossary-terms.xml:4038(secondary) +msgid "Identity Service API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4042(para) +msgid "The API used to access the OpenStack Identity Service provided through keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4048(glossterm) +msgid "IDS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4050(primary) +msgid "IDS (Intrusion Detection System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4054(para) +msgid "Intrusion Detection System." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4059(glossterm) +msgid "image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4061(primary) +msgid "images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4067(para) +msgid "A collection of files for a specific operating system (OS) that you use to create or rebuild a server. OpenStack provides pre-built images. You can also create custom images, or snapshots, from servers that you have launched. Custom images can be used for data backups or as \"gold\" images for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4076(glossterm) +msgid "Image API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4078(primary) ./doc/glossary/glossary-terms.xml:4092(primary) ./doc/glossary/glossary-terms.xml:4121(primary) ./doc/glossary/glossary-terms.xml:4135(primary) ./doc/glossary/glossary-terms.xml:4149(primary) ./doc/glossary/glossary-terms.xml:4161(glossterm) ./doc/glossary/glossary-terms.xml:4181(primary) ./doc/glossary/glossary-terms.xml:4195(primary) ./doc/glossary/glossary-terms.xml:4209(primary) ./doc/glossary/glossary-terms.xml:6400(primary) +msgid "Image Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4080(secondary) ./doc/glossary/glossary-terms.xml:4171(glossterm) +msgid "Image Service API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4084(para) +msgid "The Image Service API endpoint for management of VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4090(glossterm) ./doc/glossary/glossary-terms.xml:4094(secondary) +msgid "image cache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4098(para) +msgid "Used by Image Service to obtain images on the local host rather than re-downloading them from the image server each time one is requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4105(glossterm) ./doc/glossary/glossary-terms.xml:4109(secondary) +msgid "image ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4113(para) +msgid "Combination of a URI and UUID used to access Image Service VM images through the image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4119(glossterm) ./doc/glossary/glossary-terms.xml:4123(secondary) +msgid "image membership" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4127(para) ./doc/glossary/glossary-terms.xml:5046(para) +msgid "A list of tenants that can access a given VM image within Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4133(glossterm) ./doc/glossary/glossary-terms.xml:4137(secondary) +msgid "image owner" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4141(para) +msgid "The tenant who owns an Image Service virtual machine image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4147(glossterm) ./doc/glossary/glossary-terms.xml:4151(secondary) +msgid "image registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4155(para) +msgid "A list of VM images that are available through Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4164(para) +msgid "An OpenStack core project that provides discovery, registration, and delivery services for disk and server images. The project name of the Image Service is glance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4174(para) +msgid "Alternative name for the glance image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4179(glossterm) ./doc/glossary/glossary-terms.xml:4183(secondary) +msgid "image status" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4187(para) +msgid "The current status of a VM image in Image Service, not to be confused with the status of a running instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4193(glossterm) ./doc/glossary/glossary-terms.xml:4197(secondary) +msgid "image store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4201(para) +msgid "The back-end store used by Image Service to store VM images, options include Object Storage, local file system, S3, or HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4207(glossterm) ./doc/glossary/glossary-terms.xml:4211(secondary) +msgid "image UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4215(para) +msgid "UUID used by Image Service to uniquely identify each VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4221(glossterm) +msgid "incubated project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4223(primary) +msgid "incubated projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4227(para) +msgid "A community project may be elevated to this status and is then promoted to a core project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4233(glossterm) ./doc/glossary/glossary-terms.xml:4237(secondary) ./doc/glossary/glossary-terms.xml:4240(primary) +msgid "ingress filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4244(para) +msgid "The process of filtering incoming network traffic. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4250(glossterm) ./doc/glossary/glossary-terms.xml:4252(primary) +msgid "INI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4255(para) +msgid "The OpenStack configuration files use an INI format to describe options and their values. It consists of sections and key value pairs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4264(glossterm) ./doc/glossary/glossary-terms.xml:4266(primary) +msgid "injection" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4270(para) +msgid "The process of putting a file into a virtual machine image before the instance is started." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4276(glossterm) +msgid "instance" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4278(primary) ./doc/glossary/glossary-terms.xml:4292(primary) ./doc/glossary/glossary-terms.xml:4305(primary) ./doc/glossary/glossary-terms.xml:4329(primary) ./doc/glossary/glossary-terms.xml:4344(primary) ./doc/glossary/glossary-terms.xml:4357(primary) +msgid "instances" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4284(para) +msgid "A running VM, or a VM in a known state such as suspended, that can be used like a hardware server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4290(glossterm) ./doc/glossary/glossary-terms.xml:4294(secondary) +msgid "instance ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4298(para) +msgid "Alternative term for instance UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4303(glossterm) ./doc/glossary/glossary-terms.xml:4307(secondary) +msgid "instance state" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4311(para) +msgid "The current state of a guest VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4316(glossterm) ./doc/glossary/glossary-terms.xml:4318(primary) +msgid "instance tunnels network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4321(para) +msgid "A network segment used for instance traffic tunnels between compute nodes and the network node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4327(glossterm) ./doc/glossary/glossary-terms.xml:4331(secondary) +msgid "instance type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4335(para) +msgid "Describes the parameters of the various virtual machine images that are available to users; includes parameters such as CPU, storage, and memory. Alternative term for flavor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4342(glossterm) ./doc/glossary/glossary-terms.xml:4346(secondary) +msgid "instance type ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4350(para) +msgid "Alternative term for a flavor ID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4355(glossterm) ./doc/glossary/glossary-terms.xml:4359(secondary) +msgid "instance UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4363(para) ./doc/glossary/glossary-terms.xml:7289(para) +msgid "Unique ID assigned to each guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4369(glossterm) ./doc/glossary/glossary-terms.xml:4371(primary) +msgid "interface" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4375(para) +msgid "A physical or virtual device that provides connectivity to another device or medium." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4381(glossterm) ./doc/glossary/glossary-terms.xml:4383(primary) +msgid "interface ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4387(para) +msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4393(glossterm) ./doc/glossary/glossary-terms.xml:4395(primary) +msgid "internet protocol (IP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4399(para) +msgid "Principal communications protocol in the internet protocol suite for relaying datagrams across network boundaries." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4405(glossterm) ./doc/glossary/glossary-terms.xml:4407(primary) +msgid "Internet Service Provider (ISP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4411(para) +msgid "Any business that provides Internet access to individuals or businesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4417(glossterm) ./doc/glossary/glossary-terms.xml:4419(primary) +msgid "ironic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4423(para) +msgid "OpenStack project that provisions bare metal, as opposed to virtual, machines." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4429(glossterm) ./doc/glossary/glossary-terms.xml:4431(primary) +msgid "IOPS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4437(para) +msgid "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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4447(glossterm) +msgid "IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4455(para) +msgid "Number that is unique to every computer system on the Internet. Two versions of the Internet Protocol (IP) are in use for addresses: IPv4 and IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4462(glossterm) ./doc/glossary/glossary-terms.xml:4464(primary) +msgid "IP Address Management (IPAM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4468(para) +msgid "The process of automating IP address allocation, deallocation, and management. Currently provided by Compute, melange, and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4475(glossterm) +msgid "IPL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4477(primary) +msgid "IPL (Initial Program Loader)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4481(para) +msgid "Initial Program Loader." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4486(glossterm) +msgid "IPMI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4488(primary) +msgid "IPMI (Intelligent Platform Management Interface)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4492(para) +msgid "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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4503(glossterm) ./doc/glossary/glossary-terms.xml:4505(primary) +msgid "ip6tables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4509(para) +msgid "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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4517(glossterm) ./doc/glossary/glossary-terms.xml:4519(primary) +msgid "iptables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4523(para) +msgid "Used along with arptables and ebtables, iptables create firewalls in Compute. iptables are the tables provided by the Linux kernel firewall (implemented as different Netfilter modules) and the chains and rules it stores. Different kernel modules and programs are currently used for different protocols: iptables applies to IPv4, ip6tables to IPv6, arptables to ARP, and ebtables to Ethernet frames. Requires root privilege to manipulate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4534(glossterm) +msgid "iSCSI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4536(primary) +msgid "iSCSI protocol" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4540(para) +msgid "The SCSI disk protocol tunneled within Ethernet, supported by Compute, Object Storage, and Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4546(glossterm) +msgid "ISO9960" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4548(primary) +msgid "ISO9960 format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4552(para) ./doc/glossary/glossary-terms.xml:6498(para) ./doc/glossary/glossary-terms.xml:8334(para) ./doc/glossary/glossary-terms.xml:8346(para) ./doc/glossary/glossary-terms.xml:8554(para) +msgid "One of the VM image disk formats supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4558(glossterm) ./doc/glossary/glossary-terms.xml:4560(primary) +msgid "itsec" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4564(para) +msgid "A default role in the Compute RBAC system that can quarantine an instance in any project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4573(title) +msgid "J" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4576(glossterm) ./doc/glossary/glossary-terms.xml:4578(primary) +msgid "Java" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4582(para) +msgid "A programming language that is used to create systems that involve more than one computer by way of a network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4588(glossterm) ./doc/glossary/glossary-terms.xml:4590(primary) +msgid "JavaScript" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4594(para) +msgid "A scripting language that is used to build web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4599(glossterm) ./doc/glossary/glossary-terms.xml:4601(primary) +msgid "JavaScript Object Notation (JSON)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4605(para) +msgid "One of the supported response formats in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4610(glossterm) ./doc/glossary/glossary-terms.xml:4612(primary) +msgid "Jenkins" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4616(para) +msgid "Tool used to run jobs automatically for OpenStack development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4622(glossterm) ./doc/glossary/glossary-terms.xml:4624(primary) +msgid "jumbo frame" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4628(para) +msgid "Feature in modern Ethernet networks that supports frames up to approximately 9000 bytes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4634(glossterm) ./doc/glossary/glossary-terms.xml:4636(primary) +msgid "Juno" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4640(para) +msgid "The code name for the tenth release of OpenStack. The design summit took place in Atlanta, Georgia, US and Juno is an unincorporated community in Georgia." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4650(title) +msgid "K" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4653(glossterm) +msgid "kernel-based VM (KVM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4655(primary) +msgid "kernel-based VM (KVM) hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4659(para) +msgid "An OpenStack-supported hypervisor. KVM is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V), ARM, IBM Power, and IBM zSeries. It consists of a loadable kernel module, that provides the core virtualization infrastructure and a processor specific module." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4671(glossterm) ./doc/glossary/glossary-terms.xml:4673(primary) +msgid "keystone" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4677(para) +msgid "The project that provides OpenStack Identity services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4682(glossterm) ./doc/glossary/glossary-terms.xml:4684(primary) +msgid "Kickstart" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4688(para) +msgid "A tool to automate system configuration and installation on Red Hat, Fedora, and CentOS-based Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4694(glossterm) ./doc/glossary/glossary-terms.xml:4696(primary) +msgid "Kilo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4700(para) +msgid "The code name for the eleventh release of OpenStack. The design summit took place in Paris, France. Due to delays in the name selection, the release was known only as K. Because k is the unit symbol for kilo and the reference artifact is stored near Paris in the Pavillon de Breteuil in Sèvres, the community chose Kilo as the release name." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4713(title) +msgid "L" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4716(glossterm) ./doc/glossary/glossary-terms.xml:4718(primary) +msgid "large object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4722(para) +msgid "An object within Object Storage that is larger than 5GB." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4727(glossterm) ./doc/glossary/glossary-terms.xml:4729(primary) +msgid "Launchpad" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4733(para) +msgid "The collaboration site for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4738(glossterm) ./doc/glossary/glossary-terms.xml:4740(primary) +msgid "Layer-2 network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4744(para) +msgid "Term used in the OSI network architecture for the data link layer. The data link layer is responsible for media access control, flow control and detecting and possibly correcting erros that may occur in the physical layer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4754(glossterm) ./doc/glossary/glossary-terms.xml:4756(primary) +msgid "Layer-3 network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4760(para) +msgid "Term used in the OSI network architecture for the network layer. The network layer is responsible for packet forwarding including routing from one node to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4769(glossterm) ./doc/glossary/glossary-terms.xml:4771(primary) +msgid "Layer-2 (L2) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4775(para) +msgid "OpenStack Networking agent that provides layer-2 connectivity for virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4781(glossterm) ./doc/glossary/glossary-terms.xml:4783(primary) +msgid "Layer-3 (L3) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4787(para) +msgid "OpenStack Networking agent that provides layer-3 (routing) services for virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4793(glossterm) ./doc/glossary/glossary-terms.xml:4795(primary) +msgid "libvirt" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4799(para) +msgid "Virtualization API library used by OpenStack to interact with many of its supported hypervisors." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4805(glossterm) +msgid "Linux bridge" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4808(para) +msgid "Software that enables multiple VMs to share a single physical NIC within Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4814(glossterm) +msgid "Linux Bridge neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4816(primary) +msgid "Linux Bridge" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4818(secondary) ./doc/glossary/glossary-terms.xml:5858(secondary) +msgid "neutron plug-in for" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4822(para) +msgid "Enables a Linux bridge to understand a Networking port, interface attachment, and other abstractions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4828(glossterm) ./doc/glossary/glossary-terms.xml:4830(primary) +msgid "Linux containers (LXC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4839(glossterm) ./doc/glossary/glossary-terms.xml:4841(primary) +msgid "live migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4845(para) +msgid "The ability within Compute to move running virtual machine instances from one host to another with only a small service interruption during switchover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4852(glossterm) +msgid "load balancer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4855(para) +msgid "A load balancer is a logical device that belongs to a cloud account. It is used to distribute workloads between multiple back-end systems or services, based on the criteria defined as part of its configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4863(glossterm) ./doc/glossary/glossary-terms.xml:4865(primary) +msgid "load balancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4869(para) +msgid "The process of spreading client requests between two or more nodes to improve performance and availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4875(glossterm) ./doc/glossary/glossary-terms.xml:4878(primary) +msgid "Load-Balancer-as-a-Service (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4882(para) +msgid "Enables Networking to distribute incoming requests evenly between designated instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4888(glossterm) ./doc/glossary/glossary-terms.xml:4890(primary) +msgid "Logical Volume Manager (LVM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4894(para) +msgid "Provides a method of allocating space on mass-storage devices that is more flexible than conventional partitioning schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4904(title) +msgid "M" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4907(glossterm) ./doc/glossary/glossary-terms.xml:4909(primary) +msgid "management API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4915(para) +msgid "Alternative term for an admin API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4920(glossterm) ./doc/glossary/glossary-terms.xml:4922(primary) +msgid "management network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4926(para) +msgid "A network segment used for administration, not accessible to the public Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4932(glossterm) ./doc/glossary/glossary-terms.xml:4934(primary) +msgid "manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4938(para) +msgid "Logical groupings of related code, such as the Block Storage volume manager or network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4944(glossterm) +msgid "manifest" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4946(primary) ./doc/glossary/glossary-terms.xml:4965(primary) +msgid "manifests" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4952(para) +msgid "Used to track segments of a large object within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4958(glossterm) +msgid "manifest object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4962(secondary) ./doc/glossary/glossary-terms.xml:4967(secondary) +msgid "manifest objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4971(para) +msgid "A special Object Storage object that contains the manifest for a large object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4977(glossterm) ./doc/glossary/glossary-terms.xml:4979(primary) +msgid "marconi" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4983(para) +msgid "OpenStack project that provides a queue service to applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4989(glossterm) ./doc/glossary/glossary-terms.xml:4991(primary) +msgid "maximum transmission unit (MTU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:4995(para) +msgid "Maximum frame or packet size for a particular network medium. Typically 1500 bytes for Ethernet networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5001(glossterm) ./doc/glossary/glossary-terms.xml:5003(primary) +msgid "mechanism driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5007(para) +msgid "A driver for the Modular Layer 2 (ML2) neutron plug-in that provides layer-2 connectivity for virtual instances. A single OpenStack installation can use multiple mechanism drivers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5016(glossterm) ./doc/glossary/glossary-terms.xml:5018(primary) +msgid "melange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5022(para) +msgid "Project name for OpenStack Network Information Service. To be merged with Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5028(glossterm) ./doc/glossary/glossary-terms.xml:5030(primary) +msgid "membership" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5034(para) +msgid "The association between an Image Service VM image and a tenant. Enables images to be shared with specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5040(glossterm) +msgid "membership list" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5042(primary) +msgid "membership lists" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5052(glossterm) ./doc/glossary/glossary-terms.xml:5054(primary) +msgid "memcached" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5058(para) +msgid "A distributed memory object caching system that is used by Object Storage for caching." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5064(glossterm) ./doc/glossary/glossary-terms.xml:5066(primary) +msgid "memory overcommit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5070(para) +msgid "The ability to start new VM instances based on the actual memory usage of a host, as opposed to basing the decision on the amount of RAM each running instance thinks it has available. Also known as RAM overcommit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5078(glossterm) +msgid "message broker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5080(primary) +msgid "message brokers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5084(para) +msgid "The software package used to provide AMQP messaging capabilities within Compute. Default package is RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5090(glossterm) ./doc/glossary/glossary-terms.xml:5092(primary) +msgid "message bus" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5096(para) +msgid "The main virtual communication line used by all AMQP messages for inter-cloud communications within Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5102(glossterm) ./doc/glossary/glossary-terms.xml:5104(primary) +msgid "message queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5108(para) +msgid "Passes requests from clients to the appropriate workers and returns the output to the client after the job completes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5114(glossterm) ./doc/glossary/glossary-terms.xml:5116(primary) +msgid "Metadata agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5120(para) +msgid "OpenStack Networking agent that provides metadata services for instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5126(glossterm) ./doc/glossary/glossary-terms.xml:5128(primary) +msgid "Meta-Data Server (MDS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5132(para) +msgid "Stores CephFS metadata." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5137(glossterm) ./doc/glossary/glossary-terms.xml:5139(primary) +msgid "migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5143(para) +msgid "The process of moving a VM instance from one host to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5149(glossterm) ./doc/glossary/glossary-terms.xml:5151(primary) +msgid "multi-host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5155(para) +msgid "High-availability mode for legacy (nova) networking. Each compute node handles NAT and DHCP and acts as a gateway for all of the VMs on it. A networking failure on one compute node doesn't affect VMs on other compute nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5163(glossterm) +msgid "multinic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5166(para) +msgid "Facility in Compute that allows each virtual machine instance to have more than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5172(glossterm) ./doc/glossary/glossary-terms.xml:5175(primary) +msgid "Modular Layer 2 (ML2) neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5179(para) +msgid "Can concurrently use multiple layer-2 networking technologies, such as 802.1Q and VXLAN, in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5185(glossterm) ./doc/glossary/glossary-terms.xml:5187(primary) +msgid "Monitor (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5191(para) +msgid "LBaaS feature that provides availability monitoring using the ping command, TCP, and HTTP/HTTPS GET." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5197(glossterm) ./doc/glossary/glossary-terms.xml:5199(primary) +msgid "Monitor (Mon)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5203(para) +msgid "A Ceph component that communicates with external clients, checks data state and consistency, and performs quorum functions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5209(glossterm) ./doc/glossary/glossary-terms.xml:5211(primary) +msgid "multi-factor authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5215(para) +msgid "Authentication method that uses two or more credentials, such as a password and a private key. Currently not supported in Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5222(glossterm) ./doc/glossary/glossary-terms.xml:5224(primary) +msgid "MultiNic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5228(para) +msgid "Facility in Compute that enables a virtual machine instance to have more than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5237(title) +msgid "N" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5240(glossterm) ./doc/glossary/glossary-terms.xml:5242(primary) +msgid "Nebula" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5246(para) +msgid "Released as open source by NASA in 2010 and is the basis for Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5252(glossterm) ./doc/glossary/glossary-terms.xml:5254(primary) +msgid "netadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5258(para) +msgid "One of the default roles in the Compute RBAC system. Enables the user to allocate publicly accessible IP addresses to instances and change firewall rules." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5265(glossterm) ./doc/glossary/glossary-terms.xml:5267(primary) +msgid "NetApp volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5271(para) +msgid "Enables Compute to communicate with NetApp storage devices through the NetApp OnCommand Provisioning Manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5278(glossterm) +msgid "network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5280(primary) ./doc/glossary/glossary-terms.xml:5296(primary) ./doc/glossary/glossary-terms.xml:5310(primary) ./doc/glossary/glossary-terms.xml:5325(primary) ./doc/glossary/glossary-terms.xml:5339(primary) ./doc/glossary/glossary-terms.xml:5353(primary) ./doc/glossary/glossary-terms.xml:5367(primary) ./doc/glossary/glossary-terms.xml:5380(primary) ./doc/glossary/glossary-terms.xml:5394(primary) ./doc/glossary/glossary-terms.xml:5408(primary) ./doc/glossary/glossary-terms.xml:5422(primary) ./doc/glossary/glossary-terms.xml:6245(primary) ./doc/glossary/glossary-terms.xml:6445(primary) ./doc/glossary/glossary-terms.xml:8381(primary) ./doc/glossary/glossary-terms.xml:8529(primary) +msgid "networks" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5286(para) +msgid "A virtual network that provides connectivity between entities. For example, a collection of virtual ports that share network connectivity. In Networking terminology, a network is always a layer-2 network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5294(glossterm) ./doc/glossary/glossary-terms.xml:5298(secondary) +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5302(para) +msgid "The process of modifying IP address information while in transit. Supported by Compute and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5308(glossterm) +msgid "network controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5312(secondary) +msgid "network controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5316(para) +msgid "A Compute daemon that orchestrates the network configuration of nodes, including IP addresses, VLANs, and bridging. Also manages routing for both public and private networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5323(glossterm) ./doc/glossary/glossary-terms.xml:5327(secondary) +msgid "Network File System (NFS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5331(para) +msgid "A method for making file systems available over the network. Supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5337(glossterm) +msgid "network ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5341(secondary) +msgid "network IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5345(para) +msgid "Unique ID assigned to each network segment within Networking. Same as network UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5351(glossterm) +msgid "network manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5355(secondary) +msgid "network managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5359(para) +msgid "The Compute component that manages various network components, such as firewall rules, IP address allocation, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5365(glossterm) +msgid "network node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5369(secondary) +msgid "network nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5373(para) +msgid "Any compute node that runs the network worker daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5378(glossterm) +msgid "network segment" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5382(secondary) +msgid "network segments" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5386(para) +msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5392(glossterm) ./doc/glossary/glossary-terms.xml:5396(secondary) +msgid "Network Time Protocol (NTP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5400(para) +msgid "A method of keeping a clock for a host or node correct through communications with a trusted, accurate time source." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5406(glossterm) ./doc/glossary/glossary-terms.xml:5410(secondary) +msgid "network UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5414(para) +msgid "Unique ID for a Networking network segment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5420(glossterm) +msgid "network worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5424(secondary) +msgid "network workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5428(para) +msgid "The nova-network worker daemon; provides services such as giving an IP address to a booting nova instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5435(glossterm) +msgid "Networking" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5438(para) +msgid "A core OpenStack project that provides a network connectivity abstraction layer to OpenStack Compute. The project name of Networking is neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5445(glossterm) ./doc/glossary/glossary-terms.xml:5447(primary) ./doc/glossary/glossary-terms.xml:5470(secondary) +msgid "Networking API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5451(para) +msgid "API used to access OpenStack Networking. Provides an extensible architecture to enable custom plug-in creation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5457(glossterm) ./doc/glossary/glossary-terms.xml:5468(primary) ./doc/glossary/glossary-terms.xml:5481(primary) ./doc/glossary/glossary-terms.xml:5495(primary) +msgid "neutron" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5460(para) +msgid "A core OpenStack project that provides a network connectivity abstraction layer to OpenStack Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5466(glossterm) +msgid "neutron API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5474(para) +msgid "An alternative name for Networking API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5479(glossterm) ./doc/glossary/glossary-terms.xml:5483(secondary) +msgid "neutron manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5487(para) +msgid "Enables Compute and Networking integration, which enables Networking to perform network management for guest VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5493(glossterm) ./doc/glossary/glossary-terms.xml:5497(secondary) +msgid "neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5501(para) +msgid "Interface within Networking that enables organizations to create custom plug-ins for advanced features, such as QoS, ACLs, or IDS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5508(glossterm) ./doc/glossary/glossary-terms.xml:5510(primary) +msgid "Nexenta volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5514(para) +msgid "Provides support for NexentaStor devices in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5519(glossterm) ./doc/glossary/glossary-terms.xml:5521(primary) +msgid "No ACK" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5525(para) +msgid "Disables server-side message acknowledgment in the Compute RabbitMQ. Increases performance but decreases reliability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5531(glossterm) +msgid "node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5533(primary) ./doc/glossary/glossary-terms.xml:6349(primary) ./doc/glossary/glossary-terms.xml:7682(primary) ./doc/glossary/glossary-terms.xml:7882(primary) +msgid "nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5539(para) +msgid "A VM instance that runs on a host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5544(glossterm) +msgid "non-durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5546(primary) ./doc/glossary/glossary-terms.xml:5563(primary) ./doc/glossary/glossary-terms.xml:6071(primary) ./doc/glossary/glossary-terms.xml:8145(primary) +msgid "messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5548(secondary) ./doc/glossary/glossary-terms.xml:5551(primary) ./doc/glossary/glossary-terms.xml:8125(see) +msgid "non-durable exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5555(para) +msgid "Message exchange that is cleared when the service restarts. Its data is not written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5561(glossterm) ./doc/glossary/glossary-terms.xml:5568(primary) +msgid "non-durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5565(secondary) +msgid "non-durable queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5572(para) +msgid "Message queue that is cleared when the service restarts. Its data is not written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5578(glossterm) ./doc/glossary/glossary-terms.xml:5580(primary) +msgid "non-persistent volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5586(para) +msgid "Alternative term for an ephemeral volume." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5591(glossterm) ./doc/glossary/glossary-terms.xml:5593(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5597(para) +msgid "Network traffic between a user or client (north) and a server (south), or traffic into the cloud (south) and out of the cloud (north). See also east-west traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5605(glossterm) ./doc/glossary/glossary-terms.xml:5615(primary) ./doc/glossary/glossary-terms.xml:5628(primary) +msgid "nova" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5608(para) +msgid "OpenStack project that provides compute services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5613(glossterm) +msgid "Nova API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5621(para) +msgid "Alternative term for the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5626(glossterm) ./doc/glossary/glossary-terms.xml:5630(secondary) +msgid "nova-network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5634(para) +msgid "A Compute component that manages IP address allocation, firewalls, and other network-related tasks. This is the legacy networking option and an alternative to Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5644(title) +msgid "O" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5647(glossterm) +msgid "object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5655(para) +msgid "A BLOB of data held by Object Storage; can be in any format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5661(glossterm) +msgid "object auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5665(secondary) +msgid "object auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5669(para) +msgid "Opens all objects for an object server and verifies the MD5 hash, size, and metadata for each object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5675(glossterm) ./doc/glossary/glossary-terms.xml:5679(secondary) +msgid "object expiration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5683(para) +msgid "A configurable option within Object Storage to automatically delete objects after a specified amount of time has passed or a certain date is reached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5690(glossterm) ./doc/glossary/glossary-terms.xml:5694(secondary) +msgid "object hash" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5698(para) +msgid "Uniquely ID for an Object Storage object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5703(glossterm) ./doc/glossary/glossary-terms.xml:5707(secondary) +msgid "object path hash" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5711(para) +msgid "Used by Object Storage to determine the location of an object in the ring. Maps objects to partitions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5717(glossterm) +msgid "object replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5721(secondary) +msgid "object replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5725(para) +msgid "An Object Storage component that copies an object to remote partitions for fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5731(glossterm) +msgid "object server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5735(secondary) +msgid "object servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5739(para) +msgid "An Object Storage component that is responsible for managing objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5745(glossterm) ./doc/glossary/glossary-terms.xml:5762(primary) ./doc/glossary/glossary-terms.xml:5775(primary) +msgid "Object Storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5748(para) +msgid "The OpenStack core project that provides eventually consistent and redundant storage and retrieval of fixed digital content. The project name of OpenStack Object Storage is swift." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5755(glossterm) ./doc/glossary/glossary-terms.xml:5759(secondary) ./doc/glossary/glossary-terms.xml:5764(secondary) +msgid "Object Storage API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5757(primary) ./doc/glossary/glossary-terms.xml:7826(glossterm) ./doc/glossary/glossary-terms.xml:7849(primary) ./doc/glossary/glossary-terms.xml:7863(primary) ./doc/glossary/glossary-terms.xml:7887(primary) +msgid "swift" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5768(para) +msgid "API used to access OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5773(glossterm) ./doc/glossary/glossary-terms.xml:5777(secondary) +msgid "Object Storage Device (OSD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5781(para) +msgid "The Ceph storage daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5786(glossterm) ./doc/glossary/glossary-terms.xml:5790(secondary) +msgid "object versioning" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5794(para) +msgid "Allows a user to set a flag on an Object Storage container so that all objects within the container are versioned." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5800(glossterm) ./doc/glossary/glossary-terms.xml:5802(primary) +msgid "Oldie" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5806(para) +msgid "Term for an Object Storage process that runs for a long time. Can indicate a hung process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5812(glossterm) ./doc/glossary/glossary-terms.xml:5815(primary) +msgid "Open Cloud Computing Interface (OCCI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5819(para) +msgid "A standardized interface for managing compute, data, and network resources, currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5825(glossterm) ./doc/glossary/glossary-terms.xml:5827(primary) +msgid "Open Virtualization Format (OVF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5831(para) +msgid "Standard for packaging VM images. Supported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5836(glossterm) ./doc/glossary/glossary-terms.xml:5838(primary) ./doc/glossary/glossary-terms.xml:5856(primary) +msgid "Open vSwitch" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5842(para) +msgid "Open vSwitch is a production quality, multilayer virtual switch licensed under the open source Apache 2.0 license. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (for example NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5854(glossterm) +msgid "Open vSwitch neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5862(para) +msgid "Provides support for Open vSwitch in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5867(glossterm) ./doc/glossary/glossary-terms.xml:5869(primary) +msgid "OpenLDAP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5873(para) +msgid "An open source LDAP server. Supported by both Compute and Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5879(glossterm) ./doc/glossary/glossary-terms.xml:5881(primary) ./doc/glossary/glossary-terms.xml:5899(primary) +msgid "OpenStack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5887(para) +msgid "OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a data center, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface. OpenStack is an open source project licensed under the Apache License 2.0." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5897(glossterm) +msgid "OpenStack code name" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5900(secondary) +msgid "code name" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5904(para) +msgid "Each OpenStack release has a code name. Code names ascend in alphabetical order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, Icehouse, Juno, and Kilo. Code names are cities or counties near where the corresponding OpenStack design summit took place. An exception, called the Waldon exception, is granted to elements of the state flag that sound especially cool. Code names are chosen by popular vote." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5918(glossterm) ./doc/glossary/glossary-terms.xml:5920(primary) +msgid "openSUSE" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5929(glossterm) ./doc/glossary/glossary-terms.xml:5931(primary) +msgid "operator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5935(para) +msgid "The person responsible for planning and maintaining an OpenStack installation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5941(glossterm) ./doc/glossary/glossary-terms.xml:5943(primary) +msgid "Orchestration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5947(para) +msgid "An integrated project that orchestrates multiple cloud applications for OpenStack. The project name of Orchestration is heat." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5954(glossterm) +msgid "orphan" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5956(primary) +msgid "orphans" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5960(para) +msgid "In the context of Object Storage, this is a process that is not terminated after an upgrade, restart, or reload of the service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5969(title) +msgid "P" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5972(glossterm) +msgid "parent cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5976(secondary) ./doc/glossary/glossary-terms.xml:5979(primary) +msgid "parent cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5983(para) +msgid "If a requested resource, such as CPU time, disk storage, or memory, is not available in the parent cell, the request is forwarded to associated child cells." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5990(glossterm) +msgid "partition" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5992(primary) ./doc/glossary/glossary-terms.xml:6007(primary) ./doc/glossary/glossary-terms.xml:6021(primary) +msgid "partitions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5998(para) +msgid "A unit of storage within Object Storage used to store objects. It exists on top of devices and is replicated for fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6005(glossterm) ./doc/glossary/glossary-terms.xml:6009(secondary) +msgid "partition index" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6013(para) +msgid "Contains the locations of all Object Storage partitions within the ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6019(glossterm) +msgid "partition shift value" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6023(secondary) +msgid "partition index value" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6027(para) +msgid "Used by Object Storage to determine which partition data should reside on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6033(glossterm) ./doc/glossary/glossary-terms.xml:6035(primary) +msgid "path MTU discovery (PMTUD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6039(para) +msgid "Mechanism in IP networks to detect end-to-end MTU and adjust packet size accordingly." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6045(glossterm) ./doc/glossary/glossary-terms.xml:6047(primary) +msgid "pause" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6051(para) +msgid "A VM state where no changes occur (no changes in memory, network communications stop, etc); the VM is frozen but not shut down." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6057(glossterm) ./doc/glossary/glossary-terms.xml:6059(primary) +msgid "PCI passthrough" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6063(para) +msgid "Gives guest VMs exclusive access to a PCI device. Currently supported in OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6069(glossterm) +msgid "persistent message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6073(secondary) ./doc/glossary/glossary-terms.xml:6076(primary) +msgid "persistent messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6080(para) +msgid "A message that is stored both in memory and on disk. The message is not lost after a failure or restart." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6086(glossterm) ./doc/glossary/glossary-terms.xml:6088(primary) +msgid "persistent volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6092(para) +msgid "Changes to these types of disk volumes are saved." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6097(glossterm) ./doc/glossary/glossary-terms.xml:6099(primary) +msgid "personality file" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6103(para) +msgid "A file used to customize a Compute instance. It can be used to inject SSH keys or a specific network configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6109(glossterm) ./doc/glossary/glossary-terms.xml:6111(primary) +msgid "Platform-as-a-Service (PaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6115(para) +msgid "Provides to the consumer the ability to deploy applications through a programming language or tools supported by the cloud platform provider. An example of Platform-as-a-Service is an Eclipse/Java programming platform provided with no downloads required." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6124(glossterm) +msgid "plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6126(primary) +msgid "plug-ins, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6130(para) +msgid "Software component providing the actual implementation for Networking APIs, or for Compute APIs, depending on the context." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6136(glossterm) ./doc/glossary/glossary-terms.xml:6138(primary) +msgid "policy service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6142(para) +msgid "Component of Identity Service that provides a rule-management interface and a rule-based authorization engine." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6148(glossterm) ./doc/glossary/glossary-terms.xml:6150(primary) +msgid "pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6154(para) +msgid "A logical set of devices, such as web servers, that you group together to receive and process traffic. The load balancing function chooses which member of the pool handles the new requests or connections received on the VIP address. Each VIP has one pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6163(glossterm) ./doc/glossary/glossary-terms.xml:6165(primary) +msgid "pool member" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6169(para) +msgid "An application that runs on the back-end server in a load-balancing system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6175(glossterm) +msgid "port" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6177(primary) ./doc/glossary/glossary-terms.xml:6191(primary) ./doc/glossary/glossary-terms.xml:8437(primary) +msgid "ports" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6183(para) +msgid "A virtual network port within Networking; VIFs / vNICs are connected to a port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6189(glossterm) ./doc/glossary/glossary-terms.xml:6193(secondary) +msgid "port UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6197(para) +msgid "Unique ID for a Networking port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6202(glossterm) +msgid "preseed" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6204(primary) +msgid "preseed, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6208(para) +msgid "A tool to automate system configuration and installation on Debian-based Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6214(glossterm) ./doc/glossary/glossary-terms.xml:6216(primary) +msgid "private image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6220(para) +msgid "An Image Service VM image that is only available to specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6226(glossterm) ./doc/glossary/glossary-terms.xml:6233(primary) +msgid "private IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6230(secondary) +msgid "private" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6237(para) +msgid "An IP address used for management and administration, not available to the public Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6243(glossterm) +msgid "private network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6247(secondary) ./doc/glossary/glossary-terms.xml:6250(primary) +msgid "private networks" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6254(para) +msgid "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 private network interface can be a flat or VLAN network interface. A flat network interface is controlled by the flat_interface with flat managers. A VLAN network interface is controlled by the vlan_interface option with VLAN managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6266(glossterm) +msgid "project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6268(primary) ./doc/glossary/glossary-terms.xml:6282(primary) ./doc/glossary/glossary-terms.xml:6296(primary) +msgid "projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6274(para) +msgid "A logical grouping of users within Compute; defines quotas and access to VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6280(glossterm) ./doc/glossary/glossary-terms.xml:6284(secondary) +msgid "project ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6288(para) +msgid "User-defined alphanumeric string in Compute; the name of a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6294(glossterm) ./doc/glossary/glossary-terms.xml:6298(secondary) +msgid "project VPN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6302(para) +msgid "Alternative term for a cloudpipe." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6307(glossterm) ./doc/glossary/glossary-terms.xml:6309(primary) +msgid "promiscuous mode" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6313(para) +msgid "Causes the network interface to pass all traffic it receives to the host rather than passing only the frames addressed to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6320(glossterm) ./doc/glossary/glossary-terms.xml:6322(primary) +msgid "protected property" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6326(para) +msgid "Generally, extra properties on an Image Service image to which only cloud administrators have access. Limits which user roles can perform CRUD operations on that property. The cloud administrator can configure any image property as protected." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6335(glossterm) ./doc/glossary/glossary-terms.xml:6337(primary) +msgid "provider" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6341(para) +msgid "An administrator who has access to all hosts and instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6347(glossterm) +msgid "proxy node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6351(secondary) ./doc/glossary/glossary-terms.xml:6354(primary) +msgid "proxy nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6358(para) +msgid "A node that provides the Object Storage proxy service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6363(glossterm) +msgid "proxy server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6367(secondary) ./doc/glossary/glossary-terms.xml:6370(primary) +msgid "proxy servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6374(para) +msgid "Users of Object Storage interact with the service through the proxy server, which in turn looks up the location of the requested data within the ring and returns the results to the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6381(glossterm) ./doc/glossary/glossary-terms.xml:6388(primary) +msgid "public API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6385(secondary) +msgid "public APIs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6392(para) +msgid "An API endpoint used for both service-to-service communication and end-user interactions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6398(glossterm) ./doc/glossary/glossary-terms.xml:6405(primary) +msgid "public image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6402(secondary) +msgid "public images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6409(para) +msgid "An Image Service VM image that is available to all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6415(glossterm) ./doc/glossary/glossary-terms.xml:6422(primary) +msgid "public IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6419(secondary) ./doc/glossary/glossary-terms.xml:6447(secondary) +msgid "public" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6426(para) +msgid "An IP address that is accessible to end-users." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6431(glossterm) ./doc/glossary/glossary-terms.xml:6433(primary) +msgid "public key authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6437(para) +msgid "Authentication method that uses keys rather than passwords." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6443(glossterm) ./doc/glossary/glossary-terms.xml:6450(primary) +msgid "public network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6454(para) +msgid "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. The public network interface is controlled by the public_interface option." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6463(glossterm) ./doc/glossary/glossary-terms.xml:6465(primary) +msgid "Puppet" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6469(para) +msgid "An operating system configuration-management tool supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6475(glossterm) ./doc/glossary/glossary-terms.xml:6477(primary) +msgid "Python" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6481(para) +msgid "Programming language used extensively in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6489(title) +msgid "Q" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6492(glossterm) ./doc/glossary/glossary-terms.xml:6494(primary) +msgid "QEMU Copy On Write 2 (QCOW2)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6504(glossterm) ./doc/glossary/glossary-terms.xml:6506(primary) +msgid "Qpid" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6510(para) +msgid "Message queue software supported by OpenStack; an alternative to RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6516(glossterm) ./doc/glossary/glossary-terms.xml:6518(primary) +msgid "quarantine" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6522(para) +msgid "If Object Storage finds objects, containers, or accounts that are corrupt, they are placed in this state, are not replicated, cannot be read by clients, and a correct copy is re-replicated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6529(glossterm) ./doc/glossary/glossary-terms.xml:6531(primary) +msgid "Quick EMUlator (QEMU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6535(para) +msgid "QEMU is a generic and open source machine emulator and virtualizer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6538(para) +msgid "One of the hypervisors supported by OpenStack, generally used for development purposes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6544(glossterm) +msgid "quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6546(primary) +msgid "quotas" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6550(para) +msgid "In Compute and Block Storage, the ability to set resource limits on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6559(title) +msgid "R" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6562(glossterm) ./doc/glossary/glossary-terms.xml:6564(primary) +msgid "RabbitMQ" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6568(para) +msgid "The default message queue software used by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6573(glossterm) ./doc/glossary/glossary-terms.xml:6575(primary) +msgid "Rackspace Cloud Files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6579(para) +msgid "Released as open source by Rackspace in 2010; the basis for Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6585(glossterm) ./doc/glossary/glossary-terms.xml:6587(primary) +msgid "RADOS Block Device (RBD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6591(para) +msgid "Ceph component that enables a Linux block device to be striped over multiple distributed data stores." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6597(glossterm) ./doc/glossary/glossary-terms.xml:6599(primary) +msgid "radvd" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6603(para) +msgid "The router advertisement daemon, used by the Compute VLAN manager and FlatDHCP manager to provide routing services for VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6610(glossterm) ./doc/glossary/glossary-terms.xml:6612(primary) +msgid "RAM filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6616(para) +msgid "The Compute setting that enables or disables RAM overcommitment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6622(glossterm) ./doc/glossary/glossary-terms.xml:6624(primary) +msgid "RAM overcommit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6628(para) +msgid "The ability to start new VM instances based on the actual memory usage of a host, as opposed to basing the decision on the amount of RAM each running instance thinks it has available. Also known as memory overcommit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6636(glossterm) +msgid "rate limit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6638(primary) +msgid "rate limits" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6642(para) +msgid "Configurable option within Object Storage to limit database writes on a per-account and/or per-container basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6648(glossterm) +msgid "raw" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6650(primary) +msgid "raw format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6654(para) +msgid "One of the VM image disk formats supported by Image Service; an unstructured disk image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6660(glossterm) +msgid "rebalance" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6662(primary) +msgid "rebalancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6666(para) +msgid "The process of distributing Object Storage partitions across all drives in the ring; used during initial ring creation and after ring reconfiguration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6673(glossterm) ./doc/glossary/glossary-terms.xml:6675(primary) ./doc/glossary/glossary-terms.xml:7532(primary) +msgid "reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6677(secondary) ./doc/glossary/glossary-terms.xml:7534(secondary) +msgid "hard vs. soft" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6681(para) +msgid "Either a soft or hard reboot of a server. With a soft reboot, the operating system is signaled to restart, which enables a graceful shutdown of all processes. A hard reboot is the equivalent of power cycling the server. The virtualization platform should ensure that the reboot action has completed successfully, even in cases in which the underlying domain/VM is paused or halted/stopped." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6691(glossterm) +msgid "rebuild" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6693(primary) +msgid "rebuilding" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6697(para) +msgid "Removes all data on the server and replaces it with the specified image. Server ID and IP addresses remain the same." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6703(glossterm) ./doc/glossary/glossary-terms.xml:6705(primary) +msgid "Recon" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6709(para) +msgid "An Object Storage component that collects metrics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6714(glossterm) +msgid "record" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6716(primary) ./doc/glossary/glossary-terms.xml:6735(primary) +msgid "records" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6722(para) +msgid "Belongs to a particular domain and is used to specify information about the domain. There are several types of DNS records. Each record type contains particular information used to describe the purpose of that record. Examples include mail exchange (MX) records, which specify the mail server for a particular domain; and name server (NS) records, which specify the authoritative name servers for a domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6733(glossterm) +msgid "record ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6737(secondary) +msgid "record IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6741(para) +msgid "A number within a database that is incremented each time a change is made. Used by Object Storage when replicating." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6747(glossterm) ./doc/glossary/glossary-terms.xml:6749(primary) +msgid "Red Hat Enterprise Linux (RHEL)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6758(glossterm) ./doc/glossary/glossary-terms.xml:6760(primary) +msgid "reference architecture" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6764(para) +msgid "A recommended architecture for an OpenStack cloud." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6769(glossterm) ./doc/glossary/glossary-terms.xml:6771(primary) +msgid "region" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6775(para) +msgid "A discrete OpenStack environment with dedicated API endpoints that typically shares only the Identity Service (keystone) with other regions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6782(glossterm) ./doc/glossary/glossary-terms.xml:6784(primary) +msgid "registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6786(see) +msgid "under Image Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6790(para) +msgid "Alternative term for the Image Service registry." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6795(glossterm) +msgid "registry server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6799(secondary) ./doc/glossary/glossary-terms.xml:6802(primary) +msgid "registry servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6806(para) +msgid "An Image Service that provides VM image metadata information to clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6812(glossterm) ./doc/glossary/glossary-terms.xml:6815(primary) +msgid "Reliable, Autonomic Distributed Object Store (RADOS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6820(para) +msgid "A collection of components that provides object storage within Ceph. Similar to OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6826(glossterm) ./doc/glossary/glossary-terms.xml:6828(primary) +msgid "Remote Procedure Call (RPC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6832(para) +msgid "The method used by the Compute RabbitMQ for intra-service communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6838(glossterm) +msgid "replica" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6840(primary) ./doc/glossary/glossary-terms.xml:6855(primary) ./doc/glossary/glossary-terms.xml:6867(glossterm) ./doc/glossary/glossary-terms.xml:6878(primary) +msgid "replication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6846(para) +msgid "Provides data redundancy and fault tolerance by creating copies of Object Storage objects, accounts, and containers so that they are not lost when the underlying storage fails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6853(glossterm) ./doc/glossary/glossary-terms.xml:6857(secondary) +msgid "replica count" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6861(para) +msgid "The number of replicas of the data in an Object Storage ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6870(para) +msgid "The process of copying data to a separate physical device for fault tolerance and performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6876(glossterm) +msgid "replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6880(secondary) +msgid "replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6884(para) +msgid "The Object Storage back-end process that creates and manages object replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6890(glossterm) +msgid "request ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6892(primary) +msgid "request IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6896(para) +msgid "Unique ID assigned to each request sent to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6901(glossterm) +msgid "rescue image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6903(primary) +msgid "rescue images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6907(para) +msgid "A special type of VM image that is booted when an instance is placed into rescue mode. Allows an administrator to mount the file systems for an instance to correct the problem." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6914(glossterm) +msgid "resize" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6916(primary) +msgid "resizing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6920(para) +msgid "Converts an existing server to a different flavor, which scales the server up or down. The original server is saved to enable rollback if a problem occurs. All resizes must be tested and explicitly confirmed, at which time the original server is removed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6928(glossterm) +msgid "RESTful" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6930(primary) +msgid "RESTful web services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6934(para) +msgid "A kind of web service API that uses REST, or Representational State Transfer. REST is the style of architecture for hypermedia systems that is used for the World Wide Web." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6941(glossterm) +msgid "ring" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6943(primary) ./doc/glossary/glossary-terms.xml:6958(primary) +msgid "rings" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6949(para) +msgid "An entity that maps Object Storage data to partitions. A separate ring exists for each service, such as account, object, and container." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6956(glossterm) +msgid "ring builder" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6960(secondary) +msgid "ring builders" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6964(para) +msgid "Builds and manages rings within Object Storage, assigns partitions to devices, and pushes the configuration to other storage nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6971(glossterm) ./doc/glossary/glossary-terms.xml:6973(primary) +msgid "Role Based Access Control (RBAC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6977(para) +msgid "Provides a predefined list of actions that the user can perform, such as start or stop VMs, reset passwords, and so on. Supported in both Identity Service and Compute and can be configured using the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6985(glossterm) +msgid "role" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6987(primary) ./doc/glossary/glossary-terms.xml:7002(primary) +msgid "roles" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:6993(para) +msgid "A personality that a user assumes to perform a specific set of operations. A role includes a set of rights and privileges. A user assuming that role inherits those rights and privileges." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7000(glossterm) ./doc/glossary/glossary-terms.xml:7004(secondary) +msgid "role ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7008(para) +msgid "Alphanumeric ID assigned to each Identity Service role." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7013(glossterm) ./doc/glossary/glossary-terms.xml:7015(primary) +msgid "rootwrap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7019(para) +msgid "A feature of Compute that allows the unprivileged \"nova\" user to run a specified list of commands as the Linux root user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7025(glossterm) ./doc/glossary/glossary-terms.xml:7032(primary) +msgid "round-robin scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7027(primary) ./doc/glossary/glossary-terms.xml:7575(primary) +msgid "schedulers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7029(secondary) +msgid "round-robin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7036(para) +msgid "Type of Compute scheduler that evenly distributes instances among available hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7042(glossterm) ./doc/glossary/glossary-terms.xml:7044(primary) +msgid "router" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7048(para) +msgid "A physical or virtual network device that passes network traffic between different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7054(glossterm) +msgid "routing key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7056(primary) +msgid "routing keys" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7060(para) +msgid "The Compute direct exchanges, fanout exchanges, and topic exchanges use this key to determine how to process a message; processing varies depending on exchange type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7067(glossterm) +msgid "RPC driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7069(primary) +msgid "drivers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7071(secondary) ./doc/glossary/glossary-terms.xml:7074(primary) +msgid "RPC drivers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7078(para) +msgid "Modular system that allows the underlying message queue software of Compute to be changed. For example, from RabbitMQ to ZeroMQ or Qpid." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7085(glossterm) ./doc/glossary/glossary-terms.xml:7087(primary) +msgid "rsync" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7091(para) +msgid "Used by Object Storage to push object replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7096(glossterm) +msgid "RXTX cap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7098(primary) +msgid "RXTX cap/quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7102(para) +msgid "Absolute limit on the amount of network traffic a Compute VM instance can send and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7108(glossterm) +msgid "RXTX quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7111(para) +msgid "Soft limit on the amount of network traffic a Compute VM instance can send and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7117(glossterm) ./doc/glossary/glossary-terms.xml:7119(primary) +msgid "Ryu neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7123(para) +msgid "Enables the Ryu network operating system to function as a Networking OpenFlow controller." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7132(title) +msgid "S" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7135(glossterm) +msgid "S3" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7137(primary) +msgid "S3 storage service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7141(para) +msgid "Object storage service by Amazon; similar in function to Object Storage, it can act as a back-end store for Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7148(glossterm) ./doc/glossary/glossary-terms.xml:7150(primary) +msgid "sahara" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7154(para) +msgid "OpenStack project that provides a scalable data-processing stack and associated management interfaces." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7160(glossterm) ./doc/glossary/glossary-terms.xml:7162(primary) +msgid "scheduler manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7166(para) +msgid "A Compute component that determines where VM instances should start. Uses modular design to support a variety of scheduler types." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7173(glossterm) +msgid "scoped token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7175(primary) +msgid "scoped tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7179(para) +msgid "An Identity Service API access token that is associated with a specific tenant." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7185(glossterm) +msgid "scrubber" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7187(primary) +msgid "scrubbers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7191(para) +msgid "Checks for and deletes unused VMs; the component of Image Service that implements delayed delete." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7197(glossterm) +msgid "secret key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7199(primary) +msgid "secret keys" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7203(para) +msgid "String of text known only by the user; used along with an access key to make requests to the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7209(glossterm) ./doc/glossary/glossary-terms.xml:7211(primary) +msgid "secure shell (SSH)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7215(para) +msgid "Open source tool used to access remote hosts through an encrypted communications channel, SSH key injection is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7222(glossterm) +msgid "security group" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7224(primary) +msgid "security groups" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7228(para) +msgid "A set of network traffic filtering rules that are applied to a Compute instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7234(glossterm) +msgid "segmented object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7238(secondary) ./doc/glossary/glossary-terms.xml:7241(primary) +msgid "segmented objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7245(para) +msgid "An Object Storage large object that has been broken up into pieces. The re-assembled object is called a concatenated object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7252(glossterm) +msgid "server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7260(para) +msgid "Computer that provides explicit services to the client software running on that system, often managing a variety of computer operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7264(para) +msgid "A server is a VM instance in the Compute system. Flavor and image are requisite elements when creating a server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7270(glossterm) ./doc/glossary/glossary-terms.xml:7272(primary) +msgid "server image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7276(para) +msgid "Alternative term for a VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7281(glossterm) ./doc/glossary/glossary-terms.xml:7285(secondary) +msgid "server UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7295(glossterm) +msgid "service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7297(primary) +msgid "services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7303(para) +msgid "An OpenStack service, such as Compute, Object Storage, or Image Service. Provides one or more endpoints through which users can access resources and perform operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7310(glossterm) ./doc/glossary/glossary-terms.xml:7312(primary) +msgid "service catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7316(para) +msgid "Alternative term for the Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7321(glossterm) ./doc/glossary/glossary-terms.xml:7323(primary) +msgid "service ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7327(para) +msgid "Unique ID assigned to each service that is available in the Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7333(glossterm) ./doc/glossary/glossary-terms.xml:7335(primary) +msgid "service registration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7339(para) +msgid "An Identity Service feature that enables services, such as Compute, to automatically register with the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7345(glossterm) ./doc/glossary/glossary-terms.xml:7347(primary) +msgid "service tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7351(para) +msgid "Special tenant that contains all services that are listed in the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7357(glossterm) ./doc/glossary/glossary-terms.xml:7359(primary) +msgid "service token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7363(para) +msgid "An administrator-defined token used by Compute to communicate securely with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7369(glossterm) ./doc/glossary/glossary-terms.xml:7373(secondary) +msgid "session back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7371(primary) ./doc/glossary/glossary-terms.xml:7385(primary) ./doc/glossary/glossary-terms.xml:7400(primary) +msgid "sessions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7377(para) +msgid "The method of storage used by horizon to track client sessions, such as local memory, cookies, a database, or memcached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7383(glossterm) ./doc/glossary/glossary-terms.xml:7387(secondary) +msgid "session persistence" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7391(para) +msgid "A feature of the load-balancing service. It attempts to force subsequent connections to a service to be redirected to the same node as long as it is online." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7398(glossterm) ./doc/glossary/glossary-terms.xml:7402(secondary) +msgid "session storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7406(para) +msgid "A horizon component that stores and tracks client session information. Implemented through the Django sessions framework." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7412(glossterm) ./doc/glossary/glossary-terms.xml:7419(primary) +msgid "shared IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7416(secondary) +msgid "shared" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7423(para) +msgid "An IP address that can be assigned to a VM instance within the shared IP group. Public IP addresses can be shared across multiple servers for use in various high-availability scenarios. When an IP address is shared to another server, the cloud network restrictions are modified to enable each server to listen to and respond on that IP address. You can optionally specify that the target server network configuration be modified. Shared IP addresses can be used with many standard heartbeat facilities, such as keepalive, that monitor for failure and manage IP failover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7436(glossterm) +msgid "shared IP group" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7438(primary) +msgid "shared IP groups" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7442(para) +msgid "A collection of servers that can share IPs with other members of the group. Any server in a group can share one or more public IPs with any other server in the group. With the exception of the first server in a shared IP group, servers must be launched into shared IP groups. A server may be a member of only one shared IP group." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7451(glossterm) ./doc/glossary/glossary-terms.xml:7453(primary) +msgid "shared storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7457(para) +msgid "Block storage that is simultaneously accessible by multiple clients, for example, NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7463(glossterm) ./doc/glossary/glossary-terms.xml:7465(primary) +msgid "Sheepdog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7469(para) +msgid "Distributed block storage system for QEMU, supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7475(glossterm) ./doc/glossary/glossary-terms.xml:7478(primary) +msgid "Simple Cloud Identity Management (SCIM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7482(para) +msgid "Specification for managing identity in the cloud, currently unsupported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7488(glossterm) ./doc/glossary/glossary-terms.xml:7491(primary) +msgid "Single-root I/O Virtualization (SR-IOV)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7495(para) +msgid "A specification that, when implemented by a physical PCIe device, enables it to appear as multiple separate PCIe devices. This enables multiple virtualized guests to share direct access to the physical device, offering improved performance over an equivalent virtual device. Currently supported in OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7505(glossterm) ./doc/glossary/glossary-terms.xml:7507(primary) +msgid "SmokeStack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7511(para) +msgid "Runs automated tests against the core OpenStack API; written in Rails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7517(glossterm) ./doc/glossary/glossary-terms.xml:7519(primary) +msgid "snapshot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7523(para) +msgid "A point-in-time copy of an OpenStack storage volume or image. Use storage volume snapshots to back up volumes. Use image snapshots to back up data, or as \"gold\" images for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7530(glossterm) ./doc/glossary/glossary-terms.xml:7537(primary) +msgid "soft reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7541(para) +msgid "A controlled reboot where a VM instance is properly restarted through operating system commands." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7547(glossterm) ./doc/glossary/glossary-terms.xml:7549(primary) +msgid "SolidFire Volume Driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7553(para) +msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7559(glossterm) +msgid "SPICE" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7561(primary) +msgid "SPICE (Simple Protocol for Independent Computing Environments)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7566(para) +msgid "The Simple Protocol for Independent Computing Environments (SPICE) provides remote desktop access to guest virtual machines. It is an alternative to VNC. SPICE is supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7573(glossterm) ./doc/glossary/glossary-terms.xml:7580(primary) +msgid "spread-first scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7577(secondary) +msgid "spread-first" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7584(para) +msgid "The Compute VM scheduling algorithm that attempts to start a new VM on the host with the least amount of load." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7590(glossterm) ./doc/glossary/glossary-terms.xml:7592(primary) +msgid "SQL-Alchemy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7596(para) +msgid "An open source SQL toolkit for Python, used in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7601(glossterm) ./doc/glossary/glossary-terms.xml:7603(primary) +msgid "SQLite" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7607(para) +msgid "A lightweight SQL database, used as the default persistent storage method in many OpenStack services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7613(glossterm) ./doc/glossary/glossary-terms.xml:7615(primary) +msgid "stack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7620(para) +msgid "A set of OpenStack resources created and managed by the Orchestration service according to a given template (either an AWS CloudFormation template or a Heat Orchestration Template (HOT))." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7628(glossterm) ./doc/glossary/glossary-terms.xml:7630(primary) +msgid "StackTach" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7634(para) +msgid "Community project that captures Compute AMQP communications; useful for debugging." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7640(glossterm) +msgid "static IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7644(secondary) +msgid "static" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7647(primary) +msgid "static IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7651(para) +msgid "Alternative term for a fixed IP address." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7656(glossterm) ./doc/glossary/glossary-terms.xml:7658(primary) +msgid "StaticWeb" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7662(para) +msgid "WSGI middleware component of Object Storage that serves container data as a static web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7668(glossterm) ./doc/glossary/glossary-terms.xml:7670(primary) +msgid "storage back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7674(para) +msgid "The method that a service uses for persistent storage, such as iSCSI, NFS, or local disk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7680(glossterm) ./doc/glossary/glossary-terms.xml:7687(primary) +msgid "storage node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7684(secondary) +msgid "storage nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7691(para) +msgid "An Object Storage node that provides container services, account services, and object services; controls the account databases, container databases, and object storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7698(glossterm) ./doc/glossary/glossary-terms.xml:7702(secondary) +msgid "storage manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7700(primary) ./doc/glossary/glossary-terms.xml:7714(primary) ./doc/glossary/glossary-terms.xml:7728(primary) ./doc/glossary/glossary-terms.xml:7877(primary) +msgid "storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7706(para) +msgid "A XenAPI component that provides a pluggable interface to support a wide variety of persistent storage back ends." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7712(glossterm) ./doc/glossary/glossary-terms.xml:7716(secondary) +msgid "storage manager back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7720(para) +msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7726(glossterm) ./doc/glossary/glossary-terms.xml:7730(secondary) +msgid "storage services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7734(para) +msgid "Collective name for the Object Storage object services, container services, and account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7740(glossterm) ./doc/glossary/glossary-terms.xml:7742(primary) +msgid "strategy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7746(para) +msgid "Specifies the authentication source used by Image Service or Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7752(glossterm) +msgid "subdomain" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7754(primary) +msgid "subdomains" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7758(para) +msgid "A domain within a parent domain. Subdomains cannot be registered. Subdomains enable you to delegate domains. Subdomains can themselves have subdomains, so third-level, fourth-level, fifth-level, and deeper levels of nesting are possible." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7766(glossterm) ./doc/glossary/glossary-terms.xml:7768(primary) +msgid "subnet" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7772(para) +msgid "Logical subdivision of an IP network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7777(glossterm) ./doc/glossary/glossary-terms.xml:7780(primary) +msgid "SUSE Linux Enterprise Server (SLES)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7789(glossterm) +msgid "suspend" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7791(primary) +msgid "suspend, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7795(para) +msgid "Alternative term for a paused VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7801(glossterm) +msgid "swap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7803(primary) +msgid "swap, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7807(para) +msgid "Disk-based virtual memory used by operating systems to provide more memory than is actually available on the system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7813(glossterm) ./doc/glossary/glossary-terms.xml:7815(primary) +msgid "swawth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7819(para) +msgid "An authentication and authorization service for Object Storage, implemented through WSGI middleware; uses Object Storage itself as the persistent backing store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7829(para) +msgid "An OpenStack core project that provides object storage services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7835(glossterm) ./doc/glossary/glossary-terms.xml:7837(primary) +msgid "swift All in One (SAIO)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7841(para) +msgid "Creates a full Object Storage development environment within a single VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7847(glossterm) ./doc/glossary/glossary-terms.xml:7851(secondary) +msgid "swift middleware" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7855(para) +msgid "Collective term for Object Storage components that provide additional functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7861(glossterm) ./doc/glossary/glossary-terms.xml:7865(secondary) +msgid "swift proxy server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7869(para) +msgid "Acts as the gatekeeper to Object Storage and is responsible for authenticating the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7875(glossterm) +msgid "swift storage node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7879(secondary) ./doc/glossary/glossary-terms.xml:7884(secondary) ./doc/glossary/glossary-terms.xml:7889(secondary) +msgid "swift storage nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7893(para) +msgid "A node that runs Object Storage account, container, and object services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7899(glossterm) ./doc/glossary/glossary-terms.xml:7901(primary) +msgid "sync point" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7905(para) +msgid "Point in time since the last container and accounts database sync among nodes within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7911(glossterm) ./doc/glossary/glossary-terms.xml:7913(primary) +msgid "sysadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7917(para) +msgid "One of the default roles in the Compute RBAC system. Enables a user to add other users to a project, interact with VM images that are associated with the project, and start and stop VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7924(glossterm) ./doc/glossary/glossary-terms.xml:7926(primary) +msgid "system usage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7930(para) +msgid "A Compute component that, along with the notification system, collects metrics and usage information. This information can be used for billing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7940(title) +msgid "T" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7943(glossterm) ./doc/glossary/glossary-terms.xml:7945(primary) +msgid "Telemetry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7949(para) +msgid "An integrated project that provides metering and measuring facilities for OpenStack. The project name of Telemetry is ceilometer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7956(glossterm) ./doc/glossary/glossary-terms.xml:7958(primary) +msgid "TempAuth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7962(para) +msgid "An authentication facility within Object Storage that enables Object Storage itself to perform authentication and authorization. Frequently used in testing and development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7969(glossterm) ./doc/glossary/glossary-terms.xml:7971(primary) +msgid "Tempest" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7975(para) +msgid "Automated software test suite designed to run against the trunk of the OpenStack core project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7981(glossterm) ./doc/glossary/glossary-terms.xml:7983(primary) +msgid "TempURL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7987(para) +msgid "An Object Storage middleware component that enables creation of URLs for temporary object access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7993(glossterm) ./doc/glossary/glossary-terms.xml:8004(primary) ./doc/glossary/glossary-terms.xml:8022(primary) ./doc/glossary/glossary-terms.xml:8036(primary) +msgid "tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:7996(para) +msgid "A group of users; used to isolate access to Compute resources. An alternative term for a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8002(glossterm) ./doc/glossary/glossary-terms.xml:8006(secondary) +msgid "Tenant API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8010(para) +msgid "An API that is accessible to tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8015(glossterm) ./doc/glossary/glossary-terms.xml:8019(secondary) ./doc/glossary/glossary-terms.xml:8024(secondary) +msgid "tenant endpoint" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8028(para) +msgid "An Identity Service API endpoint that is associated with one or more tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8034(glossterm) ./doc/glossary/glossary-terms.xml:8038(secondary) +msgid "tenant ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8042(para) +msgid "Unique ID assigned to each tenant within the Identity Service. The project IDs map to the tenant IDs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8048(glossterm) +msgid "token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8050(primary) +msgid "tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8054(para) +msgid "An alpha-numeric string of text used to access OpenStack APIs and resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8060(glossterm) ./doc/glossary/glossary-terms.xml:8062(primary) +msgid "token services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8066(para) +msgid "An Identity Service component that manages and validates tokens after a user or tenant has been authenticated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8072(glossterm) ./doc/glossary/glossary-terms.xml:8074(primary) +msgid "tombstone" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8077(para) +msgid "Used to mark Object Storage objects that have been deleted; ensures that the object is not updated on another node after it has been deleted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8085(glossterm) ./doc/glossary/glossary-terms.xml:8087(primary) +msgid "topic publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8091(para) +msgid "A process that is created when a RPC call is executed; used to push the message to the topic exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8097(glossterm) ./doc/glossary/glossary-terms.xml:8099(primary) +msgid "Torpedo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8103(para) +msgid "Community project used to run automated tests against the OpenStack API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8109(glossterm) +msgid "transaction ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8111(primary) +msgid "transaction IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8115(para) +msgid "Unique ID assigned to each Object Storage request; used for debugging and tracing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8121(glossterm) +msgid "transient" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8123(primary) +msgid "transient exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8129(para) +msgid "Alternative term for non-durable." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8134(glossterm) +msgid "transient exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8137(para) +msgid "Alternative term for a non-durable exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8143(glossterm) +msgid "transient message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8147(secondary) ./doc/glossary/glossary-terms.xml:8150(primary) +msgid "transient messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8154(para) +msgid "A message that is stored in memory and is lost after the server is restarted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8160(glossterm) +msgid "transient queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8164(secondary) ./doc/glossary/glossary-terms.xml:8167(primary) +msgid "transient queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8171(para) +msgid "Alternative term for a non-durable queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8176(glossterm) ./doc/glossary/glossary-terms.xml:8178(primary) +msgid "TripleO" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8182(para) +msgid "OpenStack-on-OpenStack program. The code name for the OpenStack Deployment program." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8190(glossterm) ./doc/glossary/glossary-terms.xml:8192(primary) +msgid "trove" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8196(para) +msgid "OpenStack project that provides database services to applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8205(title) +msgid "U" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8208(glossterm) ./doc/glossary/glossary-terms.xml:8210(primary) +msgid "Ubuntu" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8214(para) +msgid "A Debian-based Linux distribution." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8219(glossterm) ./doc/glossary/glossary-terms.xml:8221(primary) +msgid "unscoped token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8225(para) +msgid "Alternative term for an Identity Service default token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8230(glossterm) +msgid "updater" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8232(primary) +msgid "updaters" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8236(para) +msgid "Collective term for a group of Object Storage components that processes queued and failed updates for containers and objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8242(glossterm) +msgid "user" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8244(primary) +msgid "users, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8248(para) +msgid "In Identity Service, each user is associated with one or more tenants, and in Compute can be associated with roles, projects, or both." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8255(glossterm) ./doc/glossary/glossary-terms.xml:8257(primary) +msgid "user data" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8261(para) +msgid "A blob of data that the user can specify when they launch an instance. The instance can access this data through the metadata service or config drive. config drive Commonly used to pass a shell script that the instance runs on boot." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8271(glossterm) ./doc/glossary/glossary-terms.xml:8273(primary) +msgid "User Mode Linux (UML)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8285(title) +msgid "V" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8288(glossterm) ./doc/glossary/glossary-terms.xml:8290(primary) +msgid "VIF UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8294(para) +msgid "Unique ID assigned to each Networking VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8299(glossterm) ./doc/glossary/glossary-terms.xml:8301(primary) +msgid "VIP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8305(para) +msgid "The primary load balancing configuration object. Specifies the virtual IP address and port where client traffic is received. Also defines other details such as the load balancing method to be used, protocol, and so on. This entity is sometimes known in load-balancing products as a virtual server, vserver, or listener." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8315(glossterm) ./doc/glossary/glossary-terms.xml:8318(primary) +msgid "Virtual Central Processing Unit (vCPU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8322(para) +msgid "Subdivides physical CPUs. Instances can then use those divisions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8328(glossterm) ./doc/glossary/glossary-terms.xml:8330(primary) +msgid "Virtual Disk Image (VDI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8340(glossterm) ./doc/glossary/glossary-terms.xml:8342(primary) +msgid "Virtual Hard Disk (VHD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8352(glossterm) ./doc/glossary/glossary-terms.xml:8354(primary) +msgid "virtual IP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8358(para) +msgid "An Internet Protocol (IP) address configured on the load balancer for use by clients connecting to a service that is load balanced. Incoming connections are distributed to back-end nodes based on the configuration of the load balancer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8366(glossterm) ./doc/glossary/glossary-terms.xml:8368(primary) +msgid "virtual machine (VM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8372(para) +msgid "An operating system instance that runs on top of a hypervisor. Multiple VMs can run at the same time on the same physical host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8379(glossterm) ./doc/glossary/glossary-terms.xml:8386(primary) +msgid "virtual network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8383(secondary) ./doc/glossary/glossary-terms.xml:8439(secondary) ./doc/glossary/glossary-terms.xml:8469(secondary) +msgid "virtual" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8390(para) +msgid "An L2 network segment within Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8395(glossterm) ./doc/glossary/glossary-terms.xml:8397(primary) +msgid "virtual networking" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8401(para) +msgid "A generic term for virtualization of network functions such as switching, routing, load balancing, and security using a combination of VMs and overlays on physical network infrastructure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8410(glossterm) ./doc/glossary/glossary-terms.xml:8412(primary) +msgid "Virtual Network Computing (VNC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8416(para) +msgid "Open source GUI and CLI tools used for remote console access to VMs. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8422(glossterm) ./doc/glossary/glossary-terms.xml:8424(primary) +msgid "Virtual Network InterFace (VIF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8428(para) +msgid "An interface that is plugged into a port in a Networking network. Typically a virtual network interface belonging to a VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8435(glossterm) ./doc/glossary/glossary-terms.xml:8442(primary) +msgid "virtual port" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8446(para) +msgid "Attachment point where a virtual interface connects to a virtual network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8452(glossterm) ./doc/glossary/glossary-terms.xml:8454(primary) +msgid "virtual private network (VPN)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8458(para) +msgid "Provided by Compute in the form of cloudpipes, specialized instances that are used to create VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8465(glossterm) +msgid "virtual server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8472(primary) +msgid "virtual servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8476(para) +msgid "Alternative term for a VM or guest." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8481(glossterm) ./doc/glossary/glossary-terms.xml:8483(primary) +msgid "virtual switch (vSwitch)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8487(para) +msgid "Software that runs on a host or node and provides the features and functions of a hardware-based network switch." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8493(glossterm) ./doc/glossary/glossary-terms.xml:8495(primary) +msgid "virtual VLAN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8499(para) +msgid "Alternative term for a virtual network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8504(glossterm) ./doc/glossary/glossary-terms.xml:8506(primary) +msgid "VirtualBox" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8515(glossterm) ./doc/glossary/glossary-terms.xml:8517(primary) +msgid "VLAN manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8521(para) +msgid "A Compute component that provides dnsmasq and radvd and sets up forwarding to and from cloudpipe instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8527(glossterm) ./doc/glossary/glossary-terms.xml:8534(primary) +msgid "VLAN network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8531(secondary) +msgid "VLAN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8538(para) +msgid "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 VLAN network is a private network interface, which is controlled by the vlan_interface option with VLAN managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8548(glossterm) ./doc/glossary/glossary-terms.xml:8550(primary) +msgid "VM disk (VMDK)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8560(glossterm) ./doc/glossary/glossary-terms.xml:8562(primary) +msgid "VM image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8566(para) +msgid "Alternative term for an image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8571(glossterm) ./doc/glossary/glossary-terms.xml:8573(primary) +msgid "VM Remote Control (VMRC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8577(para) +msgid "Method to access VM instance consoles using a web browser. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8583(glossterm) ./doc/glossary/glossary-terms.xml:8585(primary) +msgid "VMware API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8589(para) +msgid "Supports interaction with VMware products in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8594(glossterm) +msgid "VMware NSX Neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8597(para) +msgid "Provides support for VMware NSX in Neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8602(glossterm) ./doc/glossary/glossary-terms.xml:8604(primary) +msgid "VNC proxy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8608(para) +msgid "A Compute component that provides users access to the consoles of their VM instances through VNC or VMRC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8614(glossterm) ./doc/glossary/glossary-terms.xml:8626(primary) ./doc/glossary/glossary-terms.xml:8639(primary) ./doc/glossary/glossary-terms.xml:8653(primary) ./doc/glossary/glossary-terms.xml:8666(primary) ./doc/glossary/glossary-terms.xml:8680(primary) ./doc/glossary/glossary-terms.xml:8694(primary) ./doc/glossary/glossary-terms.xml:8708(primary) +msgid "volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8617(para) +msgid "Disk-based data storage generally represented as an iSCSI target with a file system that supports extended attributes; can be persistent or ephemeral." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8624(glossterm) ./doc/glossary/glossary-terms.xml:8628(secondary) +msgid "Volume API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8632(para) +msgid "Alternative name for the Block Storage API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8637(glossterm) ./doc/glossary/glossary-terms.xml:8641(secondary) +msgid "volume controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8645(para) +msgid "A Block Storage component that oversees and coordinates storage volume actions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8651(glossterm) ./doc/glossary/glossary-terms.xml:8655(secondary) +msgid "volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8659(para) +msgid "Alternative term for a volume plug-in." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8664(glossterm) ./doc/glossary/glossary-terms.xml:8668(secondary) +msgid "volume ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8672(para) +msgid "Unique ID applied to each storage volume under the Block Storage control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8678(glossterm) ./doc/glossary/glossary-terms.xml:8682(secondary) +msgid "volume manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8686(para) +msgid "A Block Storage component that creates, attaches, and detaches persistent storage volumes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8692(glossterm) ./doc/glossary/glossary-terms.xml:8696(secondary) +msgid "volume node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8700(para) +msgid "A Block Storage node that runs the cinder-volume daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8706(glossterm) ./doc/glossary/glossary-terms.xml:8710(secondary) +msgid "volume plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8714(para) +msgid "Provides support for new and specialized types of back-end storage for the Block Storage volume manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8720(glossterm) +msgid "volume worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8722(primary) +msgid "volume workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8726(para) +msgid "A cinder component that interacts with back-end storage to manage the creation and deletion of volumes and the creation of compute volumes, provided by the cinder-volume daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8734(glossterm) ./doc/glossary/glossary-terms.xml:8736(primary) +msgid "vSphere" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8748(title) +msgid "W" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8751(glossterm) ./doc/glossary/glossary-terms.xml:8753(primary) +msgid "weighting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8757(para) +msgid "A Compute process that determines the suitability of the VM instances for a job for a particular host. For example, not enough RAM on the host, too many CPUs on the host, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8764(glossterm) ./doc/glossary/glossary-terms.xml:8766(primary) +msgid "weight" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8770(para) +msgid "Used by Object Storage devices to determine which storage devices are suitable for the job. Devices are weighted by size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8776(glossterm) ./doc/glossary/glossary-terms.xml:8778(primary) +msgid "weighted cost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8782(para) +msgid "The sum of each cost used when deciding where to start a new VM instance in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8788(glossterm) +msgid "worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8790(primary) +msgid "workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8794(para) +msgid "A daemon that listens to a queue and carries out tasks in response to messages. For example, the cinder-volume worker manages volume creation and deletion on storage arrays." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8805(title) +msgid "X" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8808(glossterm) ./doc/glossary/glossary-terms.xml:8810(primary) +msgid "Xen" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8814(para) +msgid "Xen is a hypervisor using a microkernel design, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8824(glossterm) ./doc/glossary/glossary-terms.xml:8835(primary) ./doc/glossary/glossary-terms.xml:8848(primary) ./doc/glossary/glossary-terms.xml:8862(primary) +msgid "Xen API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8827(para) +msgid "The Xen administrative API, which is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8833(glossterm) ./doc/glossary/glossary-terms.xml:8837(secondary) +msgid "Xen Cloud Platform (XCP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8846(glossterm) ./doc/glossary/glossary-terms.xml:8850(secondary) +msgid "Xen Storage Manager Volume Driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8854(para) +msgid "A Block Storage volume plug-in that enables communication with the Xen Storage Manager API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8860(glossterm) +msgid "XenServer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8864(secondary) +msgid "XenServer hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8876(title) +msgid "Y" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8890(title) +msgid "Z" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8893(glossterm) ./doc/glossary/glossary-terms.xml:8895(primary) +msgid "ZeroMQ" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8899(para) +msgid "Message queue software supported by OpenStack. An alternative to RabbitMQ. Also spelled 0MQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8905(glossterm) ./doc/glossary/glossary-terms.xml:8907(primary) +msgid "Zuul" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8911(para) +msgid "Tool used in OpenStack development to ensure correctly ordered testing of changes in parallel." +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 +#: ./doc/glossary/glossary-terms.xml:0(None) +msgid "translator-credits" +msgstr "" + diff --git a/doc/glossary/locale/ja.po b/doc/glossary/locale/ja.po new file mode 100644 index 00000000..9784d2e0 --- /dev/null +++ b/doc/glossary/locale/ja.po @@ -0,0 +1,8127 @@ +# +# Translators: +# yfukuda , 2014 +# Tomoyuki KATO , 2013-2014 +# yfukuda , 2014 +msgid "" +msgstr "" +"Project-Id-Version: OpenStack Manuals\n" +"POT-Creation-Date: 2014-08-26 05:38+0000\n" +"PO-Revision-Date: 2014-08-25 07:41+0000\n" +"Last-Translator: openstackjenkins \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ./doc/glossary/openstack-glossary.xml7(title) +#: ./doc/glossary/openstack-glossary.xml10(title) +msgid "OpenStack glossary" +msgstr "OpenStack 用語集" + +#: ./doc/glossary/openstack-glossary.xml11(para) +msgid "" +"Use this glossary to get definitions of OpenStack-related words and phrases." +msgstr "OpenStack 関連の用語や言い回しの定義を確認するために、この用語集を使用してください。" + +#: ./doc/glossary/openstack-glossary.xml13(para) +msgid "" +"To add to this glossary follow the OpenStack " +"Documentation HowTo." +msgstr "この用語集に追加する場合、 OpenStack Documentation HowTo を参照してください。" + +#: ./doc/glossary/glossary-terms.xml13(title) +msgid "Glossary" +msgstr "用語集" + +#: ./doc/glossary/glossary-terms.xml16(para) +msgid "" +"Licensed under the Apache License, Version 2.0 (the \"License\"); you may " +"not use this file except in compliance with the License. You may obtain a " +"copy of the License at" +msgstr "Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at" + +#: ./doc/glossary/glossary-terms.xml23(link) +msgid "http://www.apache.org/licenses/LICENSE-2.0" +msgstr "http://www.apache.org/licenses/LICENSE-2.0" + +#: ./doc/glossary/glossary-terms.xml25(para) +msgid "" +"Unless required by applicable law or agreed to in writing, software " +"distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT " +"WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the " +"License for the specific language governing permissions and limitations " +"under the License." +msgstr "Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License." + +#: ./doc/glossary/glossary-terms.xml33(para) +msgid "" +"This glossary offers a list of terms and definitions to define a vocabulary " +"for OpenStack-related concepts." +msgstr "この用語集は、OpenStack 関連の概念の語彙を定義するために、用語や定義の一覧を提供します。" + +#: ./doc/glossary/glossary-terms.xml35(para) +msgid "" +"To add to OpenStack glossary, clone the openstack/openstack-manuals repository " +"and update the source file doc/glossary/glossary-" +"terms.xml through the OpenStack contribution process." +msgstr "OpenStack 用語集に追加する場合、OpenStack の貢献プロセスに沿って、openstack/openstack-manuals リポジトリ をクローンし、ソースファイル doc/glossary/glossary-terms.xml を更新してください。" + +#: ./doc/glossary/glossary-terms.xml44(title) +msgid "Numbers" +msgstr "数字" + +#: ./doc/glossary/glossary-terms.xml47(glossterm) +#: ./doc/glossary/glossary-terms.xml49(primary) +msgid "6to4" +msgstr "6to4" + +#: ./doc/glossary/glossary-terms.xml52(para) +msgid "" +"A mechanism that allows IPv6 packets to be transmitted over an IPv4 network," +" providing a strategy for migrating to IPv6." +msgstr "IPv6 パケットを IPv4 ネットワーク経由で送信するための機構。IPv6 に移行する手段を提供する。" + +#: ./doc/glossary/glossary-terms.xml64(title) +msgid "A" +msgstr "A" + +#: ./doc/glossary/glossary-terms.xml67(glossterm) +#: ./doc/glossary/glossary-terms.xml69(primary) +msgid "absolute limit" +msgstr "絶対制限" + +#: ./doc/glossary/glossary-terms.xml73(para) +msgid "" +"Impassable limits for guest VMs. Settings include total RAM size, maximum " +"number of vCPUs, and maximum disk size." +msgstr "ゲスト仮想マシンの超えられない制限。合計メモリー容量、最大仮想 CPU 数、最大ディスク容量の設定。" + +#: ./doc/glossary/glossary-terms.xml79(glossterm) +#: ./doc/glossary/glossary-terms.xml198(see) +msgid "access control list" +msgstr "アクセス制御リスト" + +#: ./doc/glossary/glossary-terms.xml81(primary) +msgid "access control list (ACL)" +msgstr "アクセス制御リスト (ACL)" + +#: ./doc/glossary/glossary-terms.xml85(para) +msgid "" +"A list of permissions attached to an object. An ACL specifies which users or" +" system processes have access to objects. It also defines which operations " +"can be performed on specified objects. Each entry in a typical ACL specifies" +" a subject and an operation. For instance, the ACL entry (Alice, " +"delete) for a file gives Alice permission to delete the file." +msgstr "オブジェクトに対する権限の一覧。オブジェクトに対して、アクセスできるユーザーやシステムプロセスを特定する。また、特定のオブジェクトに対してどのような操作が行えるかを定義する。アクセス制御リスト(ACL)の一般的な項目では対象項目と操作を指定する。例えば、1つのファイルに対して(Alice, delete)というACL項目が定義されると、Aliceにファイルを削除する権限が与えられる。" + +#: ./doc/glossary/glossary-terms.xml95(glossterm) +#: ./doc/glossary/glossary-terms.xml97(primary) +msgid "access key" +msgstr "アクセスキー" + +#: ./doc/glossary/glossary-terms.xml101(para) +msgid "Alternative term for an Amazon EC2 access key. See EC2 access key." +msgstr "Amazon EC2 アクセスキーの別名。EC2 アクセスキー参照。" + +#: ./doc/glossary/glossary-terms.xml107(glossterm) +msgid "account" +msgstr "アカウント" + +#: ./doc/glossary/glossary-terms.xml109(primary) +msgid "accounts" +msgstr "アカウント" + +#: ./doc/glossary/glossary-terms.xml113(para) +msgid "" +"The Object Storage context of an account. Do not confuse with a user account" +" from an authentication service, such as Active Directory, /etc/passwd, " +"OpenLDAP, OpenStack Identity Service, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml120(glossterm) +#: ./doc/glossary/glossary-terms.xml122(primary) +msgid "account auditor" +msgstr "account auditor" + +#: ./doc/glossary/glossary-terms.xml126(para) +msgid "" +"Checks for missing replicas and incorrect or corrupted objects in a " +"specified Object Storage account by running queries against the back-end " +"SQLite database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml133(glossterm) +#: ./doc/glossary/glossary-terms.xml135(primary) +msgid "account database" +msgstr "アカウントデータベース" + +#: ./doc/glossary/glossary-terms.xml139(para) +msgid "" +"A SQLite database that contains Object Storage accounts and related metadata" +" and that the accounts server accesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml145(glossterm) +#: ./doc/glossary/glossary-terms.xml147(primary) +msgid "account reaper" +msgstr "account reaper" + +#: ./doc/glossary/glossary-terms.xml151(para) +msgid "" +"An Object Storage worker that scans for and deletes account databases and " +"that the account server has marked for deletion." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml157(glossterm) +#: ./doc/glossary/glossary-terms.xml159(primary) +msgid "account server" +msgstr "account server" + +#: ./doc/glossary/glossary-terms.xml163(para) +msgid "" +"Lists containers in Object Storage and stores container information in the " +"account database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml169(glossterm) +#: ./doc/glossary/glossary-terms.xml171(primary) +msgid "account service" +msgstr "account service" + +#: ./doc/glossary/glossary-terms.xml175(para) +msgid "" +"An Object Storage component that provides account services such as list, " +"create, modify, and audit. Do not confuse with OpenStack Identity Service, " +"OpenLDAP, or similar user-account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml182(glossterm) +#: ./doc/glossary/glossary-terms.xml184(primary) +msgid "accounting" +msgstr "アカウンティング" + +#: ./doc/glossary/glossary-terms.xml188(para) +msgid "" +"The Compute service provides accounting information through the event " +"notification and system usage data facilities." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml194(glossterm) +#: ./doc/glossary/glossary-terms.xml196(primary) +msgid "ACL" +msgstr "ACL" + +#: ./doc/glossary/glossary-terms.xml202(para) +msgid "See access control list." +msgstr "「アクセス制御リスト」参照。" + +#: ./doc/glossary/glossary-terms.xml207(glossterm) +#: ./doc/glossary/glossary-terms.xml209(primary) +msgid "active/active configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml213(para) +msgid "" +"In a high-availability setup with an active/active configuration, several " +"systems share the load together and if one fails, the load is distributed to" +" the remaining systems." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml220(glossterm) +#: ./doc/glossary/glossary-terms.xml222(primary) +msgid "Active Directory" +msgstr "Active Directory" + +#: ./doc/glossary/glossary-terms.xml226(para) +msgid "" +"Authentication and identity service by Microsoft, based on LDAP. Supported " +"in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml232(glossterm) +#: ./doc/glossary/glossary-terms.xml234(primary) +msgid "active/passive configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml238(para) +msgid "" +"In a high-availability setup with an active/passive configuration, systems " +"are set up to bring additional resources online to replace those that have " +"failed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml245(glossterm) +#: ./doc/glossary/glossary-terms.xml247(primary) +msgid "address pool" +msgstr "アドレスプール" + +#: ./doc/glossary/glossary-terms.xml251(para) +msgid "" +"A group of fixed and/or floating IP addresses that are assigned to a project" +" and can be used by or assigned to the VM instances in a project." +msgstr "プロジェクトに割り当てられ、プロジェクトの仮想マシンインスタンスに使用できる、固定 IP アドレスと Floating IP アドレスのグループ。" + +#: ./doc/glossary/glossary-terms.xml258(glossterm) +#: ./doc/glossary/glossary-terms.xml260(primary) +#: ./doc/glossary/glossary-terms.xml4911(see) +msgid "admin API" +msgstr "管理 API" + +#: ./doc/glossary/glossary-terms.xml264(para) +msgid "" +"A subset of API calls that are accessible to authorized administrators and " +"are generally not accessible to end users or the public Internet. They can " +"exist as a separate service (keystone) or can be a subset of another API " +"(nova)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml272(glossterm) +#: ./doc/glossary/glossary-terms.xml274(primary) +msgid "admin server" +msgstr "管理サーバー" + +#: ./doc/glossary/glossary-terms.xml278(para) +msgid "" +"In the context of the Identity Service, the worker process that provides " +"access to the admin API." +msgstr "Identity Service の領域で、管理 API へのアクセスを提供するワーカープロセス。" + +#: ./doc/glossary/glossary-terms.xml284(glossterm) +#: ./doc/glossary/glossary-terms.xml287(primary) +msgid "Advanced Message Queuing Protocol (AMQP)" +msgstr "Advanced Message Queuing Protocol (AMQP)" + +#: ./doc/glossary/glossary-terms.xml291(para) +msgid "" +"The open standard messaging protocol used by OpenStack components for intra-" +"service communications, provided by RabbitMQ, Qpid, or ZeroMQ." +msgstr "インフラサービス通信のために OpenStack コンポーネントにより使用されるオープンな標準メッセージングプロトコル。RabbitMQ、Qpid、ZeroMQ により提供される。" + +#: ./doc/glossary/glossary-terms.xml298(glossterm) +#: ./doc/glossary/glossary-terms.xml300(primary) +msgid "Advanced RISC Machine (ARM)" +msgstr "Advanced RISC Machine (ARM)" + +#: ./doc/glossary/glossary-terms.xml304(para) +msgid "" +"Lower power consumption CPU often found in mobile and embedded devices. " +"Supported by OpenStack." +msgstr "モバイル機器や組み込みデバイスによく利用される低消費電力 CPU。OpenStack はサポートしている。" + +#: ./doc/glossary/glossary-terms.xml310(glossterm) +msgid "alert" +msgstr "アラート" + +#: ./doc/glossary/glossary-terms.xml312(primary) +msgid "alerts" +msgstr "アラート" + +#: ./doc/glossary/glossary-terms.xml314(secondary) +#: ./doc/glossary/glossary-terms.xml876(secondary) +#: ./doc/glossary/glossary-terms.xml924(secondary) +#: ./doc/glossary/glossary-terms.xml994(secondary) +#: ./doc/glossary/glossary-terms.xml1284(secondary) +#: ./doc/glossary/glossary-terms.xml1373(secondary) +#: ./doc/glossary/glossary-terms.xml1584(secondary) +#: ./doc/glossary/glossary-terms.xml1683(secondary) +#: ./doc/glossary/glossary-terms.xml1763(secondary) +#: ./doc/glossary/glossary-terms.xml1819(secondary) +#: ./doc/glossary/glossary-terms.xml1918(secondary) +#: ./doc/glossary/glossary-terms.xml2147(secondary) +#: ./doc/glossary/glossary-terms.xml2427(secondary) +#: ./doc/glossary/glossary-terms.xml3145(secondary) +#: ./doc/glossary/glossary-terms.xml3262(secondary) +#: ./doc/glossary/glossary-terms.xml3906(secondary) +#: ./doc/glossary/glossary-terms.xml3958(secondary) +#: ./doc/glossary/glossary-terms.xml4063(secondary) +#: ./doc/glossary/glossary-terms.xml4280(secondary) +#: ./doc/glossary/glossary-terms.xml4433(secondary) +#: ./doc/glossary/glossary-terms.xml4451(secondary) +#: ./doc/glossary/glossary-terms.xml4948(secondary) +#: ./doc/glossary/glossary-terms.xml5282(secondary) +#: ./doc/glossary/glossary-terms.xml5535(secondary) +#: ./doc/glossary/glossary-terms.xml5651(secondary) +#: ./doc/glossary/glossary-terms.xml5994(secondary) +#: ./doc/glossary/glossary-terms.xml6179(secondary) +#: ./doc/glossary/glossary-terms.xml6270(secondary) +#: ./doc/glossary/glossary-terms.xml6842(secondary) +#: ./doc/glossary/glossary-terms.xml6945(secondary) +#: ./doc/glossary/glossary-terms.xml6989(secondary) +#: ./doc/glossary/glossary-terms.xml7256(secondary) +#: ./doc/glossary/glossary-terms.xml7299(secondary) +msgid "definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml318(para) +msgid "" +"The Compute service can send alerts through its notification system, which " +"includes a facility to create custom notification drivers. Alerts can be " +"sent to and displayed on the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml326(glossterm) +msgid "allocate" +msgstr "確保" + +#: ./doc/glossary/glossary-terms.xml328(primary) +msgid "allocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml332(para) +msgid "" +"The process of taking a floating IP address from the address pool so it can " +"be associated with a fixed IP on a guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml339(glossterm) +#: ./doc/glossary/glossary-terms.xml341(primary) +msgid "Amazon Kernel Image (AKI)" +msgstr "Amazon Kernel Image (AKI)" + +#: ./doc/glossary/glossary-terms.xml345(para) +#: ./doc/glossary/glossary-terms.xml357(para) +#: ./doc/glossary/glossary-terms.xml369(para) +msgid "" +"Both a VM container format and disk format. Supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml351(glossterm) +#: ./doc/glossary/glossary-terms.xml353(primary) +msgid "Amazon Machine Image (AMI)" +msgstr "Amazon Machine Image (AMI)" + +#: ./doc/glossary/glossary-terms.xml363(glossterm) +#: ./doc/glossary/glossary-terms.xml365(primary) +msgid "Amazon Ramdisk Image (ARI)" +msgstr "Amazon Ramdisk Image (ARI)" + +#: ./doc/glossary/glossary-terms.xml375(glossterm) +#: ./doc/glossary/glossary-terms.xml377(primary) +msgid "Anvil" +msgstr "Anvil" + +#: ./doc/glossary/glossary-terms.xml381(para) +msgid "" +"A project that ports the shell script-based project named DevStack to " +"Python." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml387(glossterm) +#: ./doc/glossary/glossary-terms.xml389(primary) +msgid "Apache" +msgstr "Apache" + +#: ./doc/glossary/glossary-terms.xml393(para) +msgid "" +"The Apache Software Foundation supports the Apache community of open-source " +"software projects. These projects provide software products for the public " +"good." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml400(glossterm) +#: ./doc/glossary/glossary-terms.xml402(primary) +msgid "Apache License 2.0" +msgstr "Apache License 2.0" + +#: ./doc/glossary/glossary-terms.xml406(para) +msgid "" +"All OpenStack core projects are provided under the terms of the Apache " +"License 2.0 license." +msgstr "すべての OpenStack コアプロジェクトは Apache License 2.0 ライセンスの条件で提供されている。" + +#: ./doc/glossary/glossary-terms.xml412(glossterm) +#: ./doc/glossary/glossary-terms.xml414(primary) +msgid "Apache Web Server" +msgstr "Apache Web Server" + +#: ./doc/glossary/glossary-terms.xml418(para) +msgid "The most common web server software currently used on the Internet." +msgstr "現在インターネットにおいて使用されている最も一般的な Web サーバーソフトウェア。" + +#: ./doc/glossary/glossary-terms.xml424(glossterm) +msgid "API" +msgstr "API" + +#: ./doc/glossary/glossary-terms.xml427(para) +msgid "Application programming interface." +msgstr "アプリケーションプログラミングインターフェース。" + +#: ./doc/glossary/glossary-terms.xml432(glossterm) +#: ./doc/glossary/glossary-terms.xml436(secondary) +#: ./doc/glossary/glossary-terms.xml441(secondary) +msgid "API endpoint" +msgstr "API エンドポイント" + +#: ./doc/glossary/glossary-terms.xml434(primary) +#: ./doc/glossary/glossary-terms.xml2885(primary) +#: ./doc/glossary/glossary-terms.xml2913(primary) +#: ./doc/glossary/glossary-terms.xml3536(primary) +#: ./doc/glossary/glossary-terms.xml8017(primary) +msgid "endpoints" +msgstr "エンドポイント" + +#: ./doc/glossary/glossary-terms.xml439(primary) +#: ./doc/glossary/glossary-terms.xml455(primary) +#: ./doc/glossary/glossary-terms.xml468(primary) +#: ./doc/glossary/glossary-terms.xml482(primary) +#: ./doc/glossary/glossary-terms.xml495(primary) +#: ./doc/glossary/glossary-terms.xml509(primary) +#: ./doc/glossary/glossary-terms.xml523(primary) +#: ./doc/glossary/glossary-terms.xml6383(primary) +msgid "API (application programming interface)" +msgstr "API (application programming interface)" + +#: ./doc/glossary/glossary-terms.xml445(para) +msgid "" +"The daemon, worker, or service that a client communicates with to access an " +"API. API endpoints can provide any number of services, such as " +"authentication, sales data, performance metrics, Compute VM commands, census" +" data, and so on." +msgstr "クライアントが API にアクセスするために通信するデーモン、ワーカーまたはサービス。API エンドポイントは、認証、売上データ、パフォーマンス統計、Compute 仮想マシンコマンド、センサスデータなどのような数多くのサービスを提供できます。" + +#: ./doc/glossary/glossary-terms.xml453(glossterm) +#: ./doc/glossary/glossary-terms.xml457(secondary) +msgid "API extension" +msgstr "API 拡張" + +#: ./doc/glossary/glossary-terms.xml461(para) +msgid "Custom modules that extend some OpenStack core APIs." +msgstr "いくつかの OpenStack コア API を拡張するカスタムモジュール。" + +#: ./doc/glossary/glossary-terms.xml466(glossterm) +#: ./doc/glossary/glossary-terms.xml470(secondary) +msgid "API extension plug-in" +msgstr "API 拡張プラグイン" + +#: ./doc/glossary/glossary-terms.xml474(para) +msgid "Alternative term for a Networking plug-in or Networking API extension." +msgstr "Networking プラグインや Networking API 拡張の別名。" + +#: ./doc/glossary/glossary-terms.xml480(glossterm) +#: ./doc/glossary/glossary-terms.xml484(secondary) +msgid "API key" +msgstr "API キー" + +#: ./doc/glossary/glossary-terms.xml488(para) +msgid "Alternative term for an API token." +msgstr "API トークンの別名。" + +#: ./doc/glossary/glossary-terms.xml493(glossterm) +#: ./doc/glossary/glossary-terms.xml497(secondary) +msgid "API server" +msgstr "API サーバー" + +#: ./doc/glossary/glossary-terms.xml501(para) +msgid "Any node running a daemon or worker that provides an API endpoint." +msgstr "API エンドポイントを提供するデーモンまたはワーカーを実行するあらゆるノード。" + +#: ./doc/glossary/glossary-terms.xml507(glossterm) +#: ./doc/glossary/glossary-terms.xml511(secondary) +msgid "API token" +msgstr "API トークン" + +#: ./doc/glossary/glossary-terms.xml515(para) +msgid "" +"Passed to API requests and used by OpenStack to verify that the client is " +"authorized to run the requested operation." +msgstr "クライアントが要求した操作を実行する権限を持つことを検証するために、API リクエストに渡され、OpenStack により使用される。" + +#: ./doc/glossary/glossary-terms.xml521(glossterm) +#: ./doc/glossary/glossary-terms.xml525(secondary) +msgid "API version" +msgstr "API バージョン" + +#: ./doc/glossary/glossary-terms.xml529(para) +msgid "" +"In OpenStack, the API version for a project is part of the URL. For example," +" example.com/nova/v1/foobar." +msgstr "OpenStack では、プロジェクトの API バージョンが URL の一部となる。例: example.com/nova/v1/foobar。" + +#: ./doc/glossary/glossary-terms.xml535(glossterm) +#: ./doc/glossary/glossary-terms.xml537(primary) +msgid "applet" +msgstr "アプレット" + +#: ./doc/glossary/glossary-terms.xml541(para) +msgid "A Java program that can be embedded into a web page." +msgstr "Web ページの中に組み込める Java プログラム。" + +#: ./doc/glossary/glossary-terms.xml546(glossterm) +msgid "Application Programming Interface (API)" +msgstr "Application Programming Interface (API)" + +#: ./doc/glossary/glossary-terms.xml549(para) +msgid "" +"A collection of specifications used to access a service, application, or " +"program. Includes service calls, required parameters for each call, and the " +"expected return values." +msgstr "サービス、アプリケーション、プログラムへのアクセスに使用される仕様の集合。サービス呼出、各呼出に必要なパラメーター、想定される戻り値を含む。" + +#: ./doc/glossary/glossary-terms.xml556(glossterm) +#: ./doc/glossary/glossary-terms.xml563(primary) +msgid "application server" +msgstr "アプリケーションサーバー" + +#: ./doc/glossary/glossary-terms.xml558(primary) +#: ./doc/glossary/glossary-terms.xml6365(primary) +#: ./doc/glossary/glossary-terms.xml6797(primary) +#: ./doc/glossary/glossary-terms.xml7254(primary) +#: ./doc/glossary/glossary-terms.xml7283(primary) +#: ./doc/glossary/glossary-terms.xml8467(primary) +msgid "servers" +msgstr "サーバー" + +#: ./doc/glossary/glossary-terms.xml560(secondary) +msgid "application servers" +msgstr "アプリケーションサーバー" + +#: ./doc/glossary/glossary-terms.xml567(para) +msgid "" +"A piece of software that makes available another piece of software over a " +"network." +msgstr "他のソフトウェア部品をネットワーク経由で利用可能にするソフトウェア部品。" + +#: ./doc/glossary/glossary-terms.xml573(glossterm) +#: ./doc/glossary/glossary-terms.xml575(primary) +msgid "Application Service Provider (ASP)" +msgstr "Application Service Provider (ASP)" + +#: ./doc/glossary/glossary-terms.xml579(para) +msgid "" +"Companies that rent specialized applications that help businesses and " +"organizations provide additional services with lower cost." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml588(glossterm) +#: ./doc/glossary/glossary-terms.xml590(primary) +msgid "Address Resolution Protocol (ARP)" +msgstr "Address Resolution Protocol (ARP)" + +#: ./doc/glossary/glossary-terms.xml594(para) +msgid "" +"The protocol by which layer-3 IP addresses are resolved into layer-2 link " +"local addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml602(glossterm) +#: ./doc/glossary/glossary-terms.xml604(primary) +msgid "arptables" +msgstr "arptables" + +#: ./doc/glossary/glossary-terms.xml608(para) +msgid "" +"Tool used for maintaining Address Resolution Protocol packet filter rules in" +" the Linux kernel firewall modules. Used along with iptables, ebtables, and " +"ip6tables in Compute to provide firewall services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml616(glossterm) +msgid "associate" +msgstr "割り当て" + +#: ./doc/glossary/glossary-terms.xml618(primary) +msgid "associate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml622(para) +msgid "" +"The process associating a Compute floating IP address with a fixed IP " +"address." +msgstr "Compute の Floating IP アドレスと固定 IP アドレスを関連づけるプロセス。" + +#: ./doc/glossary/glossary-terms.xml628(glossterm) +#: ./doc/glossary/glossary-terms.xml631(primary) +msgid "Asynchronous JavaScript and XML (AJAX)" +msgstr "Asynchronous JavaScript and XML (AJAX)" + +#: ./doc/glossary/glossary-terms.xml635(para) +msgid "" +"A group of interrelated web development techniques used on the client-side " +"to create asynchronous web applications. Used extensively in horizon." +msgstr "非同期 Web アプリケーションを作成する為にクライアント側で使用される相互関係のある Web 開発技術の集合。Horizon で広く使用されている。" + +#: ./doc/glossary/glossary-terms.xml642(glossterm) +#: ./doc/glossary/glossary-terms.xml644(primary) +msgid "ATA over Ethernet (AoE)" +msgstr "ATA over Ethernet (AoE)" + +#: ./doc/glossary/glossary-terms.xml648(para) +msgid "A disk storage protocol tunneled within Ethernet." +msgstr "Ethernet 内をトンネルされるディスクストレージプロトコル。" + +#: ./doc/glossary/glossary-terms.xml653(glossterm) +msgid "attach" +msgstr "接続" + +#: ./doc/glossary/glossary-terms.xml655(primary) +msgid "attach, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml659(para) +msgid "" +"The process of connecting a VIF or vNIC to a L2 network in Networking. In " +"the context of Compute, this process connects a storage volume to an " +"instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml666(glossterm) +#: ./doc/glossary/glossary-terms.xml668(primary) +msgid "attachment (network)" +msgstr "アタッチ(ネットワーク)" + +#: ./doc/glossary/glossary-terms.xml672(para) +msgid "" +"Association of an interface ID to a logical port. Plugs an interface into a " +"port." +msgstr "論理ポートへのインターフェースIDの紐付け。インターフェースをポートに差し込む。" + +#: ./doc/glossary/glossary-terms.xml678(glossterm) +#: ./doc/glossary/glossary-terms.xml680(primary) +msgid "auditing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml684(para) +msgid "Provided in Compute through the system usage data facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml690(glossterm) +#: ./doc/glossary/glossary-terms.xml692(primary) +msgid "auditor" +msgstr "auditor" + +#: ./doc/glossary/glossary-terms.xml696(para) +msgid "" +"A worker process that verifies the integrity of Object Storage objects, " +"containers, and accounts. Auditors is the collective term for the Object " +"Storage account auditor, container auditor, and object auditor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml704(glossterm) +#: ./doc/glossary/glossary-terms.xml706(primary) +msgid "Austin" +msgstr "Austin" + +#: ./doc/glossary/glossary-terms.xml710(para) +msgid "" +"The code name for the initial release of OpenStack. The first design summit " +"took place in Austin, Texas, US." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml717(glossterm) +#: ./doc/glossary/glossary-terms.xml719(primary) +msgid "auth node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml723(para) +msgid "Alternative term for an Object Storage authorization node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml729(glossterm) +#: ./doc/glossary/glossary-terms.xml731(primary) +msgid "authentication" +msgstr "認証" + +#: ./doc/glossary/glossary-terms.xml735(para) +msgid "" +"The process that confirms that the user, process, or client is really who " +"they say they are through private key, secret token, password, fingerprint, " +"or similar method." +msgstr "ユーザー、プロセスまたはクライアントが、秘密鍵、秘密トークン、パスワード、指紋または同様の方式により示されている主体と本当に同じであることを確認するプロセス。" + +#: ./doc/glossary/glossary-terms.xml742(glossterm) +msgid "authentication token" +msgstr "認証トークン" + +#: ./doc/glossary/glossary-terms.xml744(primary) +msgid "authentication tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml748(para) +msgid "" +"A string of text provided to the client after authentication. Must be " +"provided by the user or process in subsequent requests to the API endpoint." +msgstr "認証後にクライアントに提供されるテキスト文字列。API エンドポイントに続くリクエストにおいて、ユーザーまたはプロセスにより提供される必要がある。" + +#: ./doc/glossary/glossary-terms.xml755(glossterm) +#: ./doc/glossary/glossary-terms.xml757(primary) +msgid "AuthN" +msgstr "AuthN" + +#: ./doc/glossary/glossary-terms.xml761(para) +msgid "The Identity Service component that provides authentication services." +msgstr "認証サービスを提供する Identity Service のコンポーネント。" + +#: ./doc/glossary/glossary-terms.xml767(glossterm) +#: ./doc/glossary/glossary-terms.xml769(primary) +msgid "authorization" +msgstr "認可" + +#: ./doc/glossary/glossary-terms.xml773(para) +msgid "" +"The act of verifying that a user, process, or client is authorized to " +"perform an action." +msgstr "ユーザー、プロセス、クライアントが操作を実行する権限を持つかどうかを確認すること。" + +#: ./doc/glossary/glossary-terms.xml779(glossterm) +#: ./doc/glossary/glossary-terms.xml781(primary) +msgid "authorization node" +msgstr "認可ノード" + +#: ./doc/glossary/glossary-terms.xml785(para) +msgid "An Object Storage node that provides authorization services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml791(glossterm) +#: ./doc/glossary/glossary-terms.xml793(primary) +msgid "AuthZ" +msgstr "AuthZ" + +#: ./doc/glossary/glossary-terms.xml797(para) +msgid "" +"The Identity Service component that provides high-level authorization " +"services." +msgstr "高レベルの認可サービスを提供する Identity Service コンポーネント。" + +#: ./doc/glossary/glossary-terms.xml803(glossterm) +#: ./doc/glossary/glossary-terms.xml805(primary) +msgid "Auto ACK" +msgstr "自動 ACK" + +#: ./doc/glossary/glossary-terms.xml809(para) +msgid "" +"Configuration setting within RabbitMQ that enables or disables message " +"acknowledgment. Enabled by default." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml815(glossterm) +#: ./doc/glossary/glossary-terms.xml817(primary) +msgid "auto declare" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml821(para) +msgid "" +"A Compute RabbitMQ setting that determines whether a message exchange is " +"automatically created when the program starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml827(glossterm) +#: ./doc/glossary/glossary-terms.xml829(primary) +msgid "availability zone" +msgstr "アベイラビリティゾーン" + +#: ./doc/glossary/glossary-terms.xml833(para) +msgid "" +"An Amazon EC2 concept of an isolated area that is used for fault tolerance. " +"Do not confuse with an OpenStack Compute zone or cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml840(glossterm) +msgid "AWS" +msgstr "AWS" + +#: ./doc/glossary/glossary-terms.xml842(primary) +msgid "AWS (Amazon Web Services)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml846(para) +msgid "Amazon Web Services." +msgstr "Amazon Web Services。" + +#: ./doc/glossary/glossary-terms.xml851(glossterm) +#: ./doc/glossary/glossary-terms.xml853(primary) +msgid "AWS CloudFormation template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml857(para) +msgid "" +"AWS CloudFormation allows AWS users to create and manage a collection of " +"related resources. The Orchestration module supports a CloudFormation-" +"compatible format (CFN)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml869(title) +msgid "B" +msgstr "B" + +#: ./doc/glossary/glossary-terms.xml872(glossterm) +msgid "back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml874(primary) +#: ./doc/glossary/glossary-terms.xml889(primary) +#: ./doc/glossary/glossary-terms.xml905(primary) +msgid "back-end interactions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml880(para) +msgid "" +"Interactions and processes that are obfuscated from the user, such as " +"Compute volume mount, data transmission to an iSCSI target by a daemon, or " +"Object Storage object integrity checks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml887(glossterm) +msgid "back-end catalog" +msgstr "バックエンドカタログ" + +#: ./doc/glossary/glossary-terms.xml891(secondary) +#: ./doc/glossary/glossary-terms.xml1332(glossterm) +#: ./doc/glossary/glossary-terms.xml1334(primary) +msgid "catalog" +msgstr "カタログ" + +#: ./doc/glossary/glossary-terms.xml895(para) +msgid "" +"The storage method used by the Identity Service catalog service to store and" +" retrieve information about API endpoints that are available to the client. " +"Examples include a SQL database, LDAP database, or KVS back end." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml903(glossterm) +msgid "back-end store" +msgstr "バックエンドストア" + +#: ./doc/glossary/glossary-terms.xml907(secondary) +msgid "store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml911(para) +msgid "" +"The persistent data store used to save and retrieve information for a " +"service, such as lists of Object Storage objects, current state of guest " +"VMs, lists of user names, and so on. Also, the method that the Image Service" +" uses to get and store VM images. Options include Object Storage, local file" +" system, S3, and HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml920(glossterm) +#: ./doc/glossary/glossary-terms.xml922(primary) +msgid "bandwidth" +msgstr "帯域" + +#: ./doc/glossary/glossary-terms.xml928(para) +msgid "" +"The amount of available data used by communication resources, such as the " +"Internet. Represents the amount of data that is used to download things or " +"the amount of data available to download." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml935(glossterm) +msgid "bare" +msgstr "bare" + +#: ./doc/glossary/glossary-terms.xml937(primary) +msgid "bare, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml941(para) +msgid "" +"An Image Service container format that indicates that no container exists " +"for the VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml947(glossterm) +#: ./doc/glossary/glossary-terms.xml949(primary) +msgid "base image" +msgstr "ベースイメージ" + +#: ./doc/glossary/glossary-terms.xml953(para) +msgid "An OpenStack-provided image." +msgstr "OpenStack が提供するイメージ。" + +#: ./doc/glossary/glossary-terms.xml958(glossterm) +#: ./doc/glossary/glossary-terms.xml960(primary) +msgid "Bell-LaPadula model" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml964(para) +msgid "" +"A security model that focuses on data confidentiality and controlled access " +"to classified information. This model divide the entities into subjects and " +"objects. The clearance of a subject is compared to the classification of the" +" object to determine if the subject is authorized for the specific access " +"mode. The clearance or classification scheme is expressed in terms of a " +"lattice." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml974(glossterm) +#: ./doc/glossary/glossary-terms.xml976(primary) +msgid "Bexar" +msgstr "Bexar" + +#: ./doc/glossary/glossary-terms.xml980(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in February" +" of 2011. It included only Compute (nova) and Object Storage (swift)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml983(para) +msgid "" +"Bexar is the code name for the second release of OpenStack. The design " +"summit took place in San Antonio, Texas, US, which is the county seat for " +"Bexar county." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml990(glossterm) +#: ./doc/glossary/glossary-terms.xml992(primary) +msgid "binary" +msgstr "バイナリ" + +#: ./doc/glossary/glossary-terms.xml998(para) +msgid "" +"Information that consists solely of ones and zeroes, which is the language " +"of computers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1004(glossterm) +msgid "bit" +msgstr "ビット" + +#: ./doc/glossary/glossary-terms.xml1006(primary) +msgid "bits, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1010(para) +msgid "" +"A bit is a single digit number that is in base of 2 (either a zero or one). " +"Bandwidth usage is measured in bits per second." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1016(glossterm) +#: ./doc/glossary/glossary-terms.xml1018(primary) +msgid "bits per second (BPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1022(para) +msgid "" +"The universal measurement of how quickly data is transferred from place to " +"place." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1028(glossterm) +#: ./doc/glossary/glossary-terms.xml1030(primary) +msgid "block device" +msgstr "ブロックデバイス" + +#: ./doc/glossary/glossary-terms.xml1034(para) +msgid "" +"A device that moves data in the form of blocks. These device nodes interface" +" the devices, such as hard disks, CD-ROM drives, flash drives, and other " +"addressable regions of memory." +msgstr "ブロック状態のデータを移動するデバイス。これらのデバイスノードにはハードディスク、CD-ROM ドライブ、フラッシュドライブ、その他のアドレス可能なメモリの範囲等がある。" + +#: ./doc/glossary/glossary-terms.xml1041(glossterm) +#: ./doc/glossary/glossary-terms.xml1043(primary) +msgid "block migration" +msgstr "ブロックマイグレーション" + +#: ./doc/glossary/glossary-terms.xml1047(para) +msgid "" +"A method of VM live migration used by KVM to evacuate instances from one " +"host to another with very little downtime during a user-initiated " +"switchover. Does not require shared storage. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1055(glossterm) +#: ./doc/glossary/glossary-terms.xml1057(primary) +msgid "Block Storage" +msgstr "ブロックストレージ" + +#: ./doc/glossary/glossary-terms.xml1061(para) +msgid "" +"The OpenStack core project that enables management of volumes, volume " +"snapshots, and volume types. The project name of Block Storage is cinder." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1068(glossterm) +#: ./doc/glossary/glossary-terms.xml1070(primary) +msgid "Block Storage API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1074(para) +msgid "" +"An API on a separate endpoint for attaching, detaching, and creating block " +"storage for compute VMs." +msgstr "コンピュート VM 用のブロックストレージの作成、接続、接続解除を行うための API で、独立したエンドポイントとして提供される。" + +#: ./doc/glossary/glossary-terms.xml1081(glossterm) +msgid "BMC" +msgstr "BMC" + +#: ./doc/glossary/glossary-terms.xml1083(primary) +msgid "BMC (Baseboard Management Controller)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1087(para) +msgid "" +"Baseboard Management Controller. The intelligence in the IPMI architecture, " +"which is a specialized micro-controller that is embedded on the motherboard " +"of a computer and acts as a server. Manages the interface between system " +"management software and platform hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1096(glossterm) +#: ./doc/glossary/glossary-terms.xml1098(primary) +msgid "bootable disk image" +msgstr "ブータブルディスクイメージ" + +#: ./doc/glossary/glossary-terms.xml1102(para) +msgid "A type of VM image that exists as a single, bootable file." +msgstr "単独の、ブート可能なファイルとして存在する仮想マシンイメージの形式。" + +#: ./doc/glossary/glossary-terms.xml1108(glossterm) +#: ./doc/glossary/glossary-terms.xml1110(primary) +msgid "Bootstrap Protocol (BOOTP)" +msgstr "Bootstrap Protocol (BOOTP)" + +#: ./doc/glossary/glossary-terms.xml1114(para) +msgid "" +"A network protocol used by a network client to obtain an IP address from a " +"configuration server. Provided in Compute through the dnsmasq daemon when " +"using either the FlatDHCP manager or VLAN manager network manager." +msgstr "管理サーバーから IP アドレスを取得するために、ネットワーククライアントにより使用されるネットワークプロトコル。FlatDHCP マネージャーや VLAN マネージャー使用時、dnsmasq デーモン経由で Compute で提供される。" + +#: ./doc/glossary/glossary-terms.xml1122(glossterm) +#: ./doc/glossary/glossary-terms.xml1124(primary) +msgid "Border Gateway Protocol (BGP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1127(para) +msgid "" +"The Border Gateway Protocol is a dynamic routing protocol that connects " +"autonomous systems. Considered the backbone of the Internet, this protocol " +"connects disparate networks to form a larger network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1136(glossterm) +msgid "browser" +msgstr "ブラウザー" + +#: ./doc/glossary/glossary-terms.xml1138(primary) +msgid "browsers, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1142(para) +msgid "" +"Any client software that enables a computer or device to access the " +"Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1148(glossterm) +msgid "builder file" +msgstr "ビルダーファイル" + +#: ./doc/glossary/glossary-terms.xml1150(primary) +msgid "builder files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1154(para) +msgid "" +"Contains configuration information that Object Storage uses to reconfigure a" +" ring or to re-create it from scratch after a serious failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1161(glossterm) +#: ./doc/glossary/glossary-terms.xml1163(primary) +msgid "bursting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1167(para) +msgid "" +"The practice of utilizing a secondary environment to elastically build " +"instances on-demand when the primary environment is resource constrained." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1176(glossterm) +msgid "button class" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1178(primary) +msgid "button classes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1182(para) +msgid "" +"A group of related button types within horizon. Buttons to start, stop, and " +"suspend VMs are in one class. Buttons to associate and disassociate floating" +" IP addresses are in another class, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1190(glossterm) +msgid "byte" +msgstr "バイト" + +#: ./doc/glossary/glossary-terms.xml1192(primary) +msgid "bytes, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1196(para) +msgid "" +"Set of bits that make up a single character; there are usually 8 bits to a " +"byte." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1205(title) +msgid "C" +msgstr "C" + +#: ./doc/glossary/glossary-terms.xml1208(glossterm) +msgid "CA" +msgstr "CA" + +#: ./doc/glossary/glossary-terms.xml1210(primary) +msgid "CA (Certificate/Certification Authority)" +msgstr "CA (認証局)" + +#: ./doc/glossary/glossary-terms.xml1214(para) +msgid "" +"Certificate Authority or Certification Authority. In cryptography, an entity" +" that issues digital certificates. The digital certificate certifies the " +"ownership of a public key by the named subject of the certificate. This " +"enables others (relying parties) to rely upon signatures or assertions made " +"by the private key that corresponds to the certified public key. In this " +"model of trust relationships, a CA is a trusted third party for both the " +"subject (owner) of the certificate and the party relying upon the " +"certificate. CAs are characteristic of many public key infrastructure (PKI) " +"schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1228(glossterm) +msgid "cache pruner" +msgstr "cache pruner" + +#: ./doc/glossary/glossary-terms.xml1230(primary) +msgid "cache pruners" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1234(para) +msgid "" +"A program that keeps the Image Service VM image cache at or below its " +"configured maximum size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1240(glossterm) +#: ./doc/glossary/glossary-terms.xml1242(primary) +msgid "Cactus" +msgstr "Cactus" + +#: ./doc/glossary/glossary-terms.xml1246(para) +msgid "" +"An OpenStack grouped release of projects that came out in the spring of " +"2011. It included Compute (nova), Object Storage (swift), and the Image " +"Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1249(para) +msgid "" +"Cactus is a city in Texas, US and is the code name for the third release of " +"OpenStack. When OpenStack releases went from three to six months long, the " +"code name of the release changed to match a geography nearest the previous " +"summit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1257(glossterm) +msgid "CADF" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1259(para) +msgid "" +"Cloud Auditing Data Federation (CADF) is a specification for audit event " +"data. CADF is supported by OpenStack Identity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1268(glossterm) +#: ./doc/glossary/glossary-terms.xml1270(primary) +msgid "CALL" +msgstr "CALL" + +#: ./doc/glossary/glossary-terms.xml1274(para) +msgid "" +"One of the RPC primitives used by the OpenStack message queue software. " +"Sends a message and waits for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1280(glossterm) +#: ./doc/glossary/glossary-terms.xml1282(primary) +msgid "capability" +msgstr "キャパシティ" + +#: ./doc/glossary/glossary-terms.xml1288(para) +msgid "" +"Defines resources for a cell, including CPU, storage, and networking. Can " +"apply to the specific services within a cell or a whole cell." +msgstr "CPU、ストレージ、ネットワークを含むセルのリソースを定義する。1セルやセル全体に含まれる特定のサービスに適用可能。" + +#: ./doc/glossary/glossary-terms.xml1295(glossterm) +#: ./doc/glossary/glossary-terms.xml1297(primary) +msgid "capacity cache" +msgstr "capacity cache" + +#: ./doc/glossary/glossary-terms.xml1301(para) +msgid "" +"A Compute back-end database table that contains the current workload, amount" +" of free RAM, and number of VMs running on each host. Used to determine on " +"which VM a host starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1308(glossterm) +#: ./doc/glossary/glossary-terms.xml1310(primary) +msgid "capacity updater" +msgstr "capacity updater" + +#: ./doc/glossary/glossary-terms.xml1314(para) +msgid "" +"A notification driver that monitors VM instances and updates the capacity " +"cache as needed." +msgstr "VM インスタンスを監視し、必要に応じて容量キャッシュを更新する通知ドライバ。" + +#: ./doc/glossary/glossary-terms.xml1320(glossterm) +msgid "CAST" +msgstr "CAST" + +#: ./doc/glossary/glossary-terms.xml1322(primary) +msgid "CAST (RPC primitive)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1326(para) +msgid "" +"One of the RPC primitives used by the OpenStack message queue software. " +"Sends a message and does not wait for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1338(para) +msgid "" +"A list of API endpoints that are available to a user after authentication " +"with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1344(glossterm) +#: ./doc/glossary/glossary-terms.xml1346(primary) +msgid "catalog service" +msgstr "カタログサービス" + +#: ./doc/glossary/glossary-terms.xml1350(para) +msgid "" +"An Identity Service that lists API endpoints that are available to a user " +"after authentication with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1356(glossterm) +#: ./doc/glossary/glossary-terms.xml1358(primary) +msgid "ceilometer" +msgstr "ceilometer" + +#: ./doc/glossary/glossary-terms.xml1362(para) +msgid "" +"The project name for the Telemetry service, which is an integrated project " +"that provides metering and measuring facilities for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1369(glossterm) +msgid "cell" +msgstr "セル" + +#: ./doc/glossary/glossary-terms.xml1371(primary) +#: ./doc/glossary/glossary-terms.xml1387(primary) +#: ./doc/glossary/glossary-terms.xml1402(primary) +#: ./doc/glossary/glossary-terms.xml1514(primary) +#: ./doc/glossary/glossary-terms.xml5974(primary) +msgid "cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1377(para) +msgid "" +"Provides logical partitioning of Compute resources in a child and parent " +"relationship. Requests are passed from parent cells to child cells if the " +"parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1385(glossterm) +#: ./doc/glossary/glossary-terms.xml1389(secondary) +msgid "cell forwarding" +msgstr "セルフォワーディング" + +#: ./doc/glossary/glossary-terms.xml1393(para) +msgid "" +"A Compute option that enables parent cells to pass resource requests to " +"child cells if the parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1400(glossterm) +msgid "cell manager" +msgstr "セルマネージャー" + +#: ./doc/glossary/glossary-terms.xml1404(secondary) +msgid "cell managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1408(para) +msgid "" +"The Compute component that contains a list of the current capabilities of " +"each host within the cell and routes requests as appropriate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1415(glossterm) +#: ./doc/glossary/glossary-terms.xml1417(primary) +msgid "CentOS" +msgstr "CentOS" + +#: ./doc/glossary/glossary-terms.xml1421(para) +#: ./doc/glossary/glossary-terms.xml2266(para) +#: ./doc/glossary/glossary-terms.xml5924(para) +#: ./doc/glossary/glossary-terms.xml6753(para) +#: ./doc/glossary/glossary-terms.xml7784(para) +msgid "A Linux distribution that is compatible with OpenStack." +msgstr "OpenStack と互換性のある Linux ディストリビューション。" + +#: ./doc/glossary/glossary-terms.xml1426(glossterm) +#: ./doc/glossary/glossary-terms.xml1428(primary) +msgid "Ceph" +msgstr "Ceph" + +#: ./doc/glossary/glossary-terms.xml1432(para) +msgid "" +"Massively scalable distributed storage system that consists of an object " +"store, block store, and POSIX-compatible distributed file system. Compatible" +" with OpenStack." +msgstr "オブジェクトストア、ブロックストア、および POSIX 互換分散ファイルシステムから構成される大規模スケール可能分散ストレージシステム。OpenStack 互換。" + +#: ./doc/glossary/glossary-terms.xml1439(glossterm) +#: ./doc/glossary/glossary-terms.xml1441(primary) +msgid "CephFS" +msgstr "CephFS" + +#: ./doc/glossary/glossary-terms.xml1445(para) +msgid "The POSIX-compliant file system provided by Ceph." +msgstr "Ceph により提供される POSIX 互換ファイルシステム。" + +#: ./doc/glossary/glossary-terms.xml1450(glossterm) +msgid "certificate authority" +msgstr "認証局" + +#: ./doc/glossary/glossary-terms.xml1452(primary) +msgid "certificate authority (Compute)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1456(para) +msgid "" +"A simple certificate authority provided by Compute for cloudpipe VPNs and VM" +" image decryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1462(glossterm) +#: ./doc/glossary/glossary-terms.xml1465(primary) +msgid "Challenge-Handshake Authentication Protocol (CHAP)" +msgstr "Challenge-Handshake Authentication Protocol (CHAP)" + +#: ./doc/glossary/glossary-terms.xml1470(para) +msgid "An iSCSI authentication method supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1475(glossterm) +#: ./doc/glossary/glossary-terms.xml1477(primary) +msgid "chance scheduler" +msgstr "チャンススケジューラー" + +#: ./doc/glossary/glossary-terms.xml1481(para) +msgid "" +"A scheduling method used by Compute that randomly chooses an available host " +"from the pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1487(glossterm) +#: ./doc/glossary/glossary-terms.xml1489(primary) +msgid "changes since" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1493(para) +msgid "" +"A Compute API parameter that downloads changes to the requested item since " +"your last request, instead of downloading a new, fresh set of data and " +"comparing it against the old data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1500(glossterm) +#: ./doc/glossary/glossary-terms.xml1502(primary) +msgid "Chef" +msgstr "Chef" + +#: ./doc/glossary/glossary-terms.xml1506(para) +msgid "" +"An operating system configuration management tool supporting OpenStack " +"deployments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1512(glossterm) +msgid "child cell" +msgstr "子セル" + +#: ./doc/glossary/glossary-terms.xml1516(secondary) +#: ./doc/glossary/glossary-terms.xml1519(primary) +msgid "child cells" +msgstr "子セル" + +#: ./doc/glossary/glossary-terms.xml1523(para) +msgid "" +"If a requested resource such as CPU time, disk storage, or memory is not " +"available in the parent cell, the request is forwarded to its associated " +"child cells. If the child cell can fulfill the request, it does. Otherwise, " +"it attempts to pass the request to any of its children." +msgstr "CPU 時間、ディスクストレージ、メモリ等の要求されたリソースが親セルで利用不可の場合、リクエストは親セルに紐付けられた子セルに転送される。子セルがリクエストに対応可能な場合、子セルはそのリクエストを処理する。対応不可の場合、そのリクエストを自分の子セルに渡そうとする。" + +#: ./doc/glossary/glossary-terms.xml1532(glossterm) +#: ./doc/glossary/glossary-terms.xml1534(primary) +msgid "cinder" +msgstr "cinder" + +#: ./doc/glossary/glossary-terms.xml1538(para) +msgid "A core OpenStack project that provides block storage services for VMs." +msgstr "ブロックストレージサービスを仮想マシンに提供する、OpenStack のコアプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml1544(glossterm) +#: ./doc/glossary/glossary-terms.xml1546(primary) +msgid "CirrOS" +msgstr "CirrOS" + +#: ./doc/glossary/glossary-terms.xml1550(para) +msgid "" +"A minimal Linux distribution designed for use as a test image on clouds such" +" as OpenStack." +msgstr "OpenStack などのクラウドでテストイメージとして使用するために設計された最小の Linux ディストリビューション。" + +#: ./doc/glossary/glossary-terms.xml1556(glossterm) +#: ./doc/glossary/glossary-terms.xml1558(primary) +msgid "Cisco neutron plug-in" +msgstr "Cisco neutron プラグイン" + +#: ./doc/glossary/glossary-terms.xml1562(para) +msgid "" +"A Networking plug-in for Cisco devices and technologies, including UCS and " +"Nexus." +msgstr "UCS や Nexus などの Cisco デバイスや技術の Networking プラグイン。" + +#: ./doc/glossary/glossary-terms.xml1568(glossterm) +#: ./doc/glossary/glossary-terms.xml1570(primary) +msgid "cloud architect" +msgstr "クラウドアーキテクト" + +#: ./doc/glossary/glossary-terms.xml1574(para) +msgid "A person who plans, designs, and oversees the creation of clouds." +msgstr "クラウドの作成を計画、設計および監督する人。" + +#: ./doc/glossary/glossary-terms.xml1580(glossterm) +#: ./doc/glossary/glossary-terms.xml1582(primary) +#: ./doc/glossary/glossary-terms.xml1598(primary) +#: ./doc/glossary/glossary-terms.xml1614(primary) +msgid "cloud computing" +msgstr "クラウドコンピューティング" + +#: ./doc/glossary/glossary-terms.xml1588(para) +msgid "" +"A model that enables access to a shared pool of configurable computing " +"resources, such as networks, servers, storage, applications, and services, " +"that can be rapidly provisioned and released with minimal management effort " +"or service provider interaction." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1596(glossterm) +msgid "cloud controller" +msgstr "クラウドコントローラー" + +#: ./doc/glossary/glossary-terms.xml1600(secondary) +msgid "cloud controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1604(para) +msgid "" +"Collection of Compute components that represent the global state of the " +"cloud; talks to services, such as Identity Service authentication, Object " +"Storage, and node/storage workers through a queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1612(glossterm) +msgid "cloud controller node" +msgstr "クラウドコントローラーノード" + +#: ./doc/glossary/glossary-terms.xml1616(secondary) +msgid "cloud controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1620(para) +msgid "" +"A node that runs network, volume, API, scheduler, and image services. Each " +"service may be broken out into separate nodes for scalability or " +"availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1627(glossterm) +#: ./doc/glossary/glossary-terms.xml1630(primary) +msgid "Cloud Data Management Interface (CDMI)" +msgstr "クラウドデータ管理インターフェース (CDMI:Cloud Data Management Interface)" + +#: ./doc/glossary/glossary-terms.xml1634(para) +msgid "" +"SINA standard that defines a RESTful API for managing objects in the cloud, " +"currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1640(glossterm) +#: ./doc/glossary/glossary-terms.xml1643(primary) +msgid "Cloud Infrastructure Management Interface (CIMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1647(para) +msgid "" +"An in-progress specification for cloud management. Currently unsupported in " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1653(glossterm) +#: ./doc/glossary/glossary-terms.xml1655(primary) +msgid "cloud-init" +msgstr "cloud-init" + +#: ./doc/glossary/glossary-terms.xml1659(para) +msgid "" +"A package commonly installed in VM images that performs initialization of an" +" instance after boot using information that it retrieves from the metadata " +"service, such as the SSH public key and user data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1667(glossterm) +#: ./doc/glossary/glossary-terms.xml1669(primary) +msgid "cloudadmin" +msgstr "cloudadmin" + +#: ./doc/glossary/glossary-terms.xml1673(para) +msgid "" +"One of the default roles in the Compute RBAC system. Grants complete system " +"access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1679(glossterm) +#: ./doc/glossary/glossary-terms.xml1681(primary) +#: ./doc/glossary/glossary-terms.xml1695(primary) +msgid "cloudpipe" +msgstr "cloudpipe" + +#: ./doc/glossary/glossary-terms.xml1687(para) +msgid "A compute service that creates VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1693(glossterm) +#: ./doc/glossary/glossary-terms.xml1697(secondary) +msgid "cloudpipe image" +msgstr "cloudpipe イメージ" + +#: ./doc/glossary/glossary-terms.xml1701(para) +msgid "" +"A pre-made VM image that serves as a cloudpipe server. Essentially, OpenVPN " +"running on Linux." +msgstr "cloudpipe サーバとしてサービスを行う為の、予め用意された VM イメージ。本質的には Linux 上で実行される OpenVPN。" + +#: ./doc/glossary/glossary-terms.xml1707(glossterm) +msgid "CMDB" +msgstr "CMDB" + +#: ./doc/glossary/glossary-terms.xml1709(primary) +msgid "CMDB (Configuration Management Database)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1713(para) +msgid "Configuration Management Database." +msgstr "構成管理データベース。" + +#: ./doc/glossary/glossary-terms.xml1718(glossterm) +msgid "command filter" +msgstr "コマンドフィルタ" + +#: ./doc/glossary/glossary-terms.xml1720(primary) +msgid "command filters" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1724(para) +msgid "Lists allowed commands within the Compute rootwrap facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1730(glossterm) +msgid "community project" +msgstr "コミュニティプロジェクト" + +#: ./doc/glossary/glossary-terms.xml1732(primary) +msgid "community projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1736(para) +msgid "" +"A project that is not officially endorsed by the OpenStack Foundation. If " +"the project is successful enough, it might be elevated to an incubated " +"project and then to a core project, or it might be merged with the main code" +" trunk." +msgstr "OpenStack Foundation で公認されていないプロジェクト。プロジェクトが充分成功した場合、育成プロジェクトに昇格し、その後コアプロジェクトに昇格する事がある。あるいはメインの code trunk にマージされる事もある。" + +#: ./doc/glossary/glossary-terms.xml1744(glossterm) +#: ./doc/glossary/glossary-terms.xml1746(primary) +msgid "compression" +msgstr "圧縮" + +#: ./doc/glossary/glossary-terms.xml1750(para) +msgid "" +"Reducing the size of files by special encoding, the file can be decompressed" +" again to its original content. OpenStack supports compression at the Linux " +"file system level but does not support compression for things such as Object" +" Storage objects or Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1759(glossterm) +#: ./doc/glossary/glossary-terms.xml1761(primary) +#: ./doc/glossary/glossary-terms.xml1775(primary) +#: ./doc/glossary/glossary-terms.xml1790(primary) +#: ./doc/glossary/glossary-terms.xml1804(primary) +#: ./doc/glossary/glossary-terms.xml1833(primary) +#: ./doc/glossary/glossary-terms.xml1846(primary) +msgid "Compute" +msgstr "コンピュート" + +#: ./doc/glossary/glossary-terms.xml1767(para) +msgid "" +"The OpenStack core project that provides compute services. The project name " +"of Compute service is nova." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1773(glossterm) +#: ./doc/glossary/glossary-terms.xml1777(secondary) +#: ./doc/glossary/glossary-terms.xml5617(secondary) +msgid "Compute API" +msgstr "Compute API" + +#: ./doc/glossary/glossary-terms.xml1781(para) +msgid "" +"The nova-api daemon provides " +"access to nova services. Can communicate with other APIs, such as the Amazon" +" EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1788(glossterm) +#: ./doc/glossary/glossary-terms.xml1792(secondary) +msgid "compute controller" +msgstr "コンピュートコントローラー" + +#: ./doc/glossary/glossary-terms.xml1796(para) +msgid "" +"The Compute component that chooses suitable hosts on which to start VM " +"instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1802(glossterm) +#: ./doc/glossary/glossary-terms.xml1806(secondary) +msgid "compute host" +msgstr "コンピュートホスト" + +#: ./doc/glossary/glossary-terms.xml1810(para) +msgid "Physical host dedicated to running compute nodes." +msgstr "コンピュートノード実行専用の物理ホスト。" + +#: ./doc/glossary/glossary-terms.xml1815(glossterm) +msgid "compute node" +msgstr "コンピュートノード" + +#: ./doc/glossary/glossary-terms.xml1817(primary) +msgid "compute nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1823(para) +msgid "" +"A node that runs the nova-compute" +" daemon that manages VM instances that provide a wide range of services, such as web " +"applications and analytics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1831(glossterm) +#: ./doc/glossary/glossary-terms.xml1835(secondary) +msgid "Compute service" +msgstr "Compute Service" + +#: ./doc/glossary/glossary-terms.xml1839(para) +msgid "Name for the Compute component that manages VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1844(glossterm) +#: ./doc/glossary/glossary-terms.xml1848(secondary) +msgid "compute worker" +msgstr "コンピュートワーカー" + +#: ./doc/glossary/glossary-terms.xml1852(para) +msgid "" +"The Compute component that runs on each compute node and manages the VM " +"instance life cycle, including run, reboot, terminate, attach/detach " +"volumes, and so on. Provided by the nova-" +"compute daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1860(glossterm) +msgid "concatenated object" +msgstr "連結オブジェクト" + +#: ./doc/glossary/glossary-terms.xml1862(primary) +#: ./doc/glossary/glossary-terms.xml4960(primary) +#: ./doc/glossary/glossary-terms.xml5649(primary) +#: ./doc/glossary/glossary-terms.xml5663(primary) +#: ./doc/glossary/glossary-terms.xml5677(primary) +#: ./doc/glossary/glossary-terms.xml5692(primary) +#: ./doc/glossary/glossary-terms.xml5705(primary) +#: ./doc/glossary/glossary-terms.xml5719(primary) +#: ./doc/glossary/glossary-terms.xml5733(primary) +#: ./doc/glossary/glossary-terms.xml5788(primary) +#: ./doc/glossary/glossary-terms.xml7236(primary) +msgid "objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1864(secondary) +#: ./doc/glossary/glossary-terms.xml1867(primary) +msgid "concatenated objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1871(para) +msgid "" +"A set of segment objects that Object Storage combines and sends to the " +"client." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1877(glossterm) +msgid "conductor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1879(primary) +msgid "conductors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1883(para) +msgid "" +"In Compute, conductor is the process that proxies database requests from the" +" compute process. Using conductor improves security because compute nodes do" +" not need direct access to the database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1891(glossterm) +#: ./doc/glossary/glossary-terms.xml1893(primary) +msgid "consistency window" +msgstr "一貫性ウインドウ" + +#: ./doc/glossary/glossary-terms.xml1897(para) +msgid "" +"The amount of time it takes for a new Object Storage object to become " +"accessible to all clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1903(glossterm) +msgid "console log" +msgstr "コンソールログ" + +#: ./doc/glossary/glossary-terms.xml1905(primary) +msgid "console logs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1909(para) +msgid "Contains the output from a Linux VM console in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1914(glossterm) +msgid "container" +msgstr "コンテナ" + +#: ./doc/glossary/glossary-terms.xml1916(primary) +#: ./doc/glossary/glossary-terms.xml1931(primary) +#: ./doc/glossary/glossary-terms.xml1946(primary) +#: ./doc/glossary/glossary-terms.xml1961(primary) +#: ./doc/glossary/glossary-terms.xml1976(primary) +#: ./doc/glossary/glossary-terms.xml1989(primary) +msgid "containers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1922(para) +msgid "" +"Organizes and stores objects in Object Storage. Similar to the concept of a " +"Linux directory but cannot be nested. Alternative term for an Image Service " +"container format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1929(glossterm) +msgid "container auditor" +msgstr "コンテナオーディタ" + +#: ./doc/glossary/glossary-terms.xml1933(secondary) +msgid "container auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1937(para) +msgid "" +"Checks for missing replicas or incorrect objects in specified Object Storage" +" containers through queries to the SQLite back-end database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1944(glossterm) +msgid "container database" +msgstr "コンテナデータベース" + +#: ./doc/glossary/glossary-terms.xml1948(secondary) +msgid "container databases" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1952(para) +msgid "" +"A SQLite database that stores Object Storage containers and container " +"metadata. The container server accesses this database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1959(glossterm) +#: ./doc/glossary/glossary-terms.xml1963(secondary) +msgid "container format" +msgstr "コンテナフォーマット" + +#: ./doc/glossary/glossary-terms.xml1967(para) +msgid "" +"A wrapper used by the Image Service that contains a VM image and its " +"associated metadata, such as machine state, OS disk size, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1974(glossterm) +msgid "container server" +msgstr "コンテナサーバー" + +#: ./doc/glossary/glossary-terms.xml1978(secondary) +msgid "container servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1982(para) +msgid "An Object Storage server that manages containers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1987(glossterm) +#: ./doc/glossary/glossary-terms.xml1991(secondary) +msgid "container service" +msgstr "コンテナサービス" + +#: ./doc/glossary/glossary-terms.xml1995(para) +msgid "" +"The Object Storage component that provides container services, such as " +"create, delete, list, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2001(glossterm) +#: ./doc/glossary/glossary-terms.xml2003(primary) +msgid "content delivery network (CDN)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2007(para) +msgid "" +"A content delivery network is a specialized network that is used to " +"distribute content to clients, typically located close to the client for " +"increased performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2017(glossterm) +msgid "controller node" +msgstr "コントローラーノード" + +#: ./doc/glossary/glossary-terms.xml2019(primary) +msgid "controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2021(see) +msgid "under cloud computing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2025(para) +msgid "Alternative term for a cloud controller node." +msgstr "クラウドコントローラーノードの別名。" + +#: ./doc/glossary/glossary-terms.xml2030(glossterm) +#: ./doc/glossary/glossary-terms.xml2032(primary) +msgid "core API" +msgstr "コアAPI" + +#: ./doc/glossary/glossary-terms.xml2036(para) +msgid "" +"Depending on context, the core API is either the OpenStack API or the main " +"API of a specific core project, such as Compute, Networking, Image Service, " +"and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2043(glossterm) +#: ./doc/glossary/glossary-terms.xml2045(primary) +msgid "core project" +msgstr "コアプロジェクト" + +#: ./doc/glossary/glossary-terms.xml2049(para) +msgid "" +"An official OpenStack project. Currently consists of Compute (nova), Object " +"Storage (swift), Image Service (glance), Identity (keystone), Dashboard " +"(horizon), Networking (neutron), and Block Storage (cinder). The Telemetry " +"module (ceilometer) and Orchestration module (heat) are integrated projects " +"as of the Havana release. In the Icehouse release, the Database module " +"(trove) gains integrated project status." +msgstr "OpenStack の公式プロジェクト。現在、 Compute (nova)、Object Storage (swift)、Image Service (glance)、Identity (keystone)、Dashboard (horizon)、Networking (neutron)、Block Storage (cinder) がある。Telemetry モジュール (ceilometer) と Orchestration モジュール (heat) が Havana リリースの一部として統合されています。Icehouse リリースでは、Database モジュール (trove) が統合されます。" + +#: ./doc/glossary/glossary-terms.xml2060(glossterm) +#: ./doc/glossary/glossary-terms.xml2062(primary) +msgid "cost" +msgstr "コスト" + +#: ./doc/glossary/glossary-terms.xml2066(para) +msgid "" +"Under the Compute distributed scheduler, this is calculated by looking at " +"the capabilities of each host relative to the flavor of the VM instance " +"being requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2073(glossterm) +#: ./doc/glossary/glossary-terms.xml2075(primary) +msgid "credentials" +msgstr "クレデンシャル" + +#: ./doc/glossary/glossary-terms.xml2079(para) +msgid "" +"Data that is only known to or accessible by a user and used to verify that " +"the user is who he says he is. Credentials are presented to the server " +"during authentication. Examples include a password, secret key, digital " +"certificate, and fingerprint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2087(glossterm) +#: ./doc/glossary/glossary-terms.xml2089(primary) +msgid "Crowbar" +msgstr "Crowbar" + +#: ./doc/glossary/glossary-terms.xml2093(para) +msgid "" +"An open source community project by Dell that aims to provide all necessary " +"services to quickly deploy clouds." +msgstr "クラウドの迅速なデプロイ用に全ての必要なサービスを提供する用途の、Dell によるオープンソースコミュニティプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml2099(glossterm) +#: ./doc/glossary/glossary-terms.xml2101(primary) +msgid "current workload" +msgstr "カレントワークロード" + +#: ./doc/glossary/glossary-terms.xml2105(para) +msgid "" +"An element of the Compute capacity cache that is calculated based on the " +"number of build, snapshot, migrate, and resize operations currently in " +"progress on a given host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2112(glossterm) +msgid "customer" +msgstr "カスタマー" + +#: ./doc/glossary/glossary-terms.xml2114(primary) +msgid "customers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2116(see) +msgid "tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2120(para) +msgid "Alternative term for tenant." +msgstr "テナントの別名。" + +#: ./doc/glossary/glossary-terms.xml2125(glossterm) +#: ./doc/glossary/glossary-terms.xml2127(primary) +msgid "customization module" +msgstr "カスタムモジュール" + +#: ./doc/glossary/glossary-terms.xml2131(para) +msgid "" +"A user-created Python module that is loaded by horizon to change the look " +"and feel of the dashboard." +msgstr "ダッシュボードのルックアンドフィールを変更する為に Horizon がロードする、ユーザが作成した Python モジュール。" + +#: ./doc/glossary/glossary-terms.xml2140(title) +msgid "D" +msgstr "D" + +#: ./doc/glossary/glossary-terms.xml2143(glossterm) +msgid "daemon" +msgstr "デーモン" + +#: ./doc/glossary/glossary-terms.xml2145(primary) +msgid "daemons" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2151(para) +msgid "" +"A process that runs in the background and waits for requests. May or may not" +" listen on a TCP or UDP port. Do not confuse with a worker." +msgstr "バックグラウンドで動作し、リクエストを待機するプロセス。TCP ポートや UDP ポートをリッスンする可能性がある。ワーカーとは異なる。" + +#: ./doc/glossary/glossary-terms.xml2158(glossterm) +msgid "DAC" +msgstr "DAC" + +#: ./doc/glossary/glossary-terms.xml2160(primary) +msgid "DAC (discretionary access control)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2164(para) +msgid "" +"Discretionary access control. Governs the ability of subjects to access " +"objects, while enabling users to make policy decisions and assign security " +"attributes. The traditional UNIX system of users, groups, and read-write-" +"execute permissions is an example of DAC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2173(glossterm) +#: ./doc/glossary/glossary-terms.xml2175(primary) +msgid "dashboard" +msgstr "ダッシュボード" + +#: ./doc/glossary/glossary-terms.xml2179(para) +msgid "" +"The web-based management interface for OpenStack. An alternative name for " +"horizon." +msgstr "OpenStack 用 Web ベース管理インターフェース。Horizon の別名。" + +#: ./doc/glossary/glossary-terms.xml2185(glossterm) +#: ./doc/glossary/glossary-terms.xml2189(secondary) +msgid "data encryption" +msgstr "データ暗号化" + +#: ./doc/glossary/glossary-terms.xml2187(primary) +msgid "data" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2193(para) +msgid "" +"Both Image Service and Compute support encrypted virtual machine (VM) images" +" (but not instances). In-transit data encryption is supported in OpenStack " +"using technologies such as HTTPS, SSL, TLS, and SSH. Object Storage does not" +" support object encryption at the application level but may support storage " +"that uses disk encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2203(glossterm) +#: ./doc/glossary/glossary-terms.xml2207(secondary) +msgid "database ID" +msgstr "データベース ID" + +#: ./doc/glossary/glossary-terms.xml2205(primary) +#: ./doc/glossary/glossary-terms.xml2219(primary) +msgid "databases" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2211(para) +msgid "A unique ID given to each replica of an Object Storage database." +msgstr "Object Storage データベースの各レプリカに与えられる一意な ID。" + +#: ./doc/glossary/glossary-terms.xml2217(glossterm) +msgid "database replicator" +msgstr "データベースレプリケータ" + +#: ./doc/glossary/glossary-terms.xml2221(secondary) +msgid "database replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2225(para) +msgid "" +"An Object Storage component that copies changes in the account, container, " +"and object databases to other nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2231(glossterm) +#: ./doc/glossary/glossary-terms.xml2233(primary) +msgid "Database Service" +msgstr "Database" + +#: ./doc/glossary/glossary-terms.xml2237(para) +msgid "" +"An integrated project that provide scalable and reliable Cloud Database-" +"as-a-Service functionality for both relational and non-relational database " +"engines. The project name of Database Service is trove." +msgstr "リレーショナルデータベースと非リレーショナルデータベースの両エンジンに対して、スケール可能かつ信頼できるクラウド Database-as-a-Service を提供する統合プロジェクト。この Database の名前は trove。" + +#: ./doc/glossary/glossary-terms.xml2247(glossterm) +msgid "deallocate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2249(primary) +msgid "deallocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2253(para) +msgid "" +"The process of removing the association between a floating IP address and a " +"fixed IP address. Once this association is removed, the floating IP returns " +"to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2260(glossterm) +#: ./doc/glossary/glossary-terms.xml2262(primary) +msgid "Debian" +msgstr "Debian" + +#: ./doc/glossary/glossary-terms.xml2271(glossterm) +#: ./doc/glossary/glossary-terms.xml2273(primary) +msgid "deduplication" +msgstr "重複排除" + +#: ./doc/glossary/glossary-terms.xml2277(para) +msgid "" +"The process of finding duplicate data at the disk block, file, and/or object" +" level to minimize storage usecurrently unsupported within OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2284(glossterm) +msgid "default panel" +msgstr "デフォルトパネル" + +#: ./doc/glossary/glossary-terms.xml2286(primary) +msgid "default panels" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2290(para) +msgid "" +"The default panel that is displayed when a user accesses the horizon " +"dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2296(glossterm) +msgid "default tenant" +msgstr "デフォルトテナント" + +#: ./doc/glossary/glossary-terms.xml2298(primary) +msgid "default tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2302(para) +msgid "" +"New users are assigned to this tenant if no tenant is specified when a user " +"is created." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2308(glossterm) +msgid "default token" +msgstr "デフォルトトークン" + +#: ./doc/glossary/glossary-terms.xml2310(primary) +msgid "default tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2314(para) +msgid "" +"An Identity Service token that is not associated with a specific tenant and " +"is exchanged for a scoped token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2320(glossterm) +#: ./doc/glossary/glossary-terms.xml2322(primary) +msgid "delayed delete" +msgstr "遅延削除" + +#: ./doc/glossary/glossary-terms.xml2326(para) +msgid "" +"An option within Image Service so that an image is deleted after a " +"predefined number of seconds instead of immediately." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2332(glossterm) +#: ./doc/glossary/glossary-terms.xml2334(primary) +msgid "delivery mode" +msgstr "デリバリモード" + +#: ./doc/glossary/glossary-terms.xml2338(para) +msgid "" +"Setting for the Compute RabbitMQ message delivery mode; can be set to either" +" transient or persistent." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2344(glossterm) +#: ./doc/glossary/glossary-terms.xml2346(primary) +msgid "denial of service (DoS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2350(para) +msgid "" +"Denial of service (DoS) is a short form for denial-of-service attack. This " +"is a malicious attempt to prevent legitimate users from using a service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2358(glossterm) +#: ./doc/glossary/glossary-terms.xml2360(primary) +msgid "deprecated auth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2364(para) +msgid "" +"An option within Compute that enables administrators to create and manage " +"users through the nova-manage command as opposed to using" +" the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2371(glossterm) +#: ./doc/glossary/glossary-terms.xml2373(primary) +msgid "Desktop-as-a-Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2377(para) +msgid "" +"A platform that provides a suite of desktop environments that users may log " +"in to receive a desktop experience from any location. This may provide " +"general use, development, or even homogeneous testing environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2387(glossterm) +#: ./doc/glossary/glossary-terms.xml2389(primary) +msgid "developer" +msgstr "developer" + +#: ./doc/glossary/glossary-terms.xml2393(para) +msgid "" +"One of the default roles in the Compute RBAC system and the default role " +"assigned to a new user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2399(glossterm) +#: ./doc/glossary/glossary-terms.xml2401(primary) +msgid "device ID" +msgstr "デバイス ID" + +#: ./doc/glossary/glossary-terms.xml2405(para) +msgid "Maps Object Storage partitions to physical storage devices." +msgstr "Object Storage パーティションの物理ストレージデバイスへの対応付け" + +#: ./doc/glossary/glossary-terms.xml2411(glossterm) +#: ./doc/glossary/glossary-terms.xml2413(primary) +msgid "device weight" +msgstr "デバイスウェイト" + +#: ./doc/glossary/glossary-terms.xml2417(para) +msgid "" +"Distributes partitions proportionately across Object Storage devices based " +"on the storage capacity of each device." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2423(glossterm) +#: ./doc/glossary/glossary-terms.xml2425(primary) +msgid "DevStack" +msgstr "DevStack" + +#: ./doc/glossary/glossary-terms.xml2431(para) +msgid "" +"Community project that uses shell scripts to quickly build complete " +"OpenStack development environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2437(glossterm) +msgid "DHCP" +msgstr "DHCP" + +#: ./doc/glossary/glossary-terms.xml2439(primary) +msgid "DHCP (Dynamic Host Configuration Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2441(secondary) +#: ./doc/glossary/glossary-terms.xml3810(secondary) +#: ./doc/glossary/glossary-terms.xml3940(secondary) +#: ./doc/glossary/glossary-terms.xml4021(secondary) +#: ./doc/glossary/glossary-terms.xml5883(secondary) +#: ./doc/glossary/glossary-terms.xml6718(secondary) +msgid "basics of" +msgstr "basics of" + +#: ./doc/glossary/glossary-terms.xml2445(para) +msgid "" +"Dynamic Host Configuration Protocol. A network protocol that configures " +"devices that are connected to a network so that they can communicate on that" +" network by using the Internet Protocol (IP). The protocol is implemented in" +" a client-server model where DHCP clients request configuration data, such " +"as an IP address, a default route, and one or more DNS server addresses from" +" a DHCP server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2455(glossterm) +#: ./doc/glossary/glossary-terms.xml2457(primary) +msgid "DHCP agent" +msgstr "DHCP エージェント" + +#: ./doc/glossary/glossary-terms.xml2461(para) +msgid "" +"OpenStack Networking agent that provides DHCP services for virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2467(glossterm) +#: ./doc/glossary/glossary-terms.xml2469(primary) +msgid "Diablo" +msgstr "Diablo" + +#: ./doc/glossary/glossary-terms.xml2473(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in the fall" +" of 2011, the fourth release of OpenStack. It included Compute (nova " +"2011.3), Object Storage (swift 1.4.3), and the Image Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2477(para) +msgid "" +"Diablo is the code name for the fourth release of OpenStack. The design " +"summit took place in in the Bay Area near Santa Clara, California, US and " +"Diablo is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2485(glossterm) +msgid "direct consumer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2487(primary) +msgid "direct consumers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2491(para) +msgid "" +"An element of the Compute RabbitMQ that comes to life when a RPC call is " +"executed. It connects to a direct exchange through a unique exclusive queue," +" sends the message, and terminates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2498(glossterm) +msgid "direct exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2500(primary) +msgid "direct exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2504(para) +msgid "" +"A routing table that is created within the Compute RabbitMQ during RPC " +"calls; one is created for each RPC call that is invoked." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2511(glossterm) +msgid "direct publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2513(primary) +msgid "direct publishers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2517(para) +msgid "" +"Element of RabbitMQ that provides a response to an incoming MQ message." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2523(glossterm) +#: ./doc/glossary/glossary-terms.xml2525(primary) +msgid "disassociate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2529(para) +msgid "" +"The process of removing the association between a floating IP address and " +"fixed IP and thus returning the floating IP address to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2536(glossterm) +#: ./doc/glossary/glossary-terms.xml2538(primary) +msgid "disk encryption" +msgstr "ディスク暗号化" + +#: ./doc/glossary/glossary-terms.xml2542(para) +msgid "" +"The ability to encrypt data at the file system, disk partition, or whole-" +"disk level. Supported within Compute VMs." +msgstr "ファイルシステム、ディスクパーティション、ディスク全体を暗号化する機能。Compute の仮想マシン内でサポートされる。" + +#: ./doc/glossary/glossary-terms.xml2548(glossterm) +#: ./doc/glossary/glossary-terms.xml2550(primary) +msgid "disk format" +msgstr "ディスクフォーマット" + +#: ./doc/glossary/glossary-terms.xml2554(para) +msgid "" +"The underlying format that a disk image for a VM is stored as within the " +"Image Service back-end store. For example, AMI, ISO, QCOW2, VMDK, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2561(glossterm) +#: ./doc/glossary/glossary-terms.xml2563(primary) +msgid "dispersion" +msgstr "dispersion" + +#: ./doc/glossary/glossary-terms.xml2567(para) +msgid "" +"In Object Storage, tools to test and ensure dispersion of objects and " +"containers to ensure fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2573(glossterm) +#: ./doc/glossary/glossary-terms.xml2575(primary) +msgid "Django" +msgstr "Django" + +#: ./doc/glossary/glossary-terms.xml2579(para) +msgid "" +"A web framework used extensively in horizon." +msgstr "horizon で広範囲に使用している Web フレームワーク。" + +#: ./doc/glossary/glossary-terms.xml2585(glossterm) +msgid "DNS" +msgstr "DNS" + +#: ./doc/glossary/glossary-terms.xml2587(primary) +#: ./doc/glossary/glossary-terms.xml2603(primary) +msgid "DNS (Domain Name Server, Service or System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2589(secondary) +msgid "definitions of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2593(para) +msgid "" +"Domain Name Server. A hierarchical and distributed naming system for " +"computers, services, and resources connected to the Internet or a private " +"network. Associates a human-friendly names to IP addresses." +msgstr "ドメインネームサーバー。インターネットやプライベートネットワークに接続されるコンピューター、サービス、リソースの名前を管理する階層化分散システム。人間が理解しやすい名前を IP アドレスに関連づけます。" + +#: ./doc/glossary/glossary-terms.xml2601(glossterm) +msgid "DNS record" +msgstr "DNS レコード" + +#: ./doc/glossary/glossary-terms.xml2605(secondary) +msgid "DNS records" +msgstr "DNS レコード" + +#: ./doc/glossary/glossary-terms.xml2609(para) +msgid "" +"A record that specifies information about a particular domain and belongs to" +" the domain." +msgstr "特定のドメインに関する情報を指定し、ドメインに所属するレコード。" + +#: ./doc/glossary/glossary-terms.xml2615(glossterm) +#: ./doc/glossary/glossary-terms.xml2617(primary) +msgid "dnsmasq" +msgstr "dnsmasq" + +#: ./doc/glossary/glossary-terms.xml2621(para) +msgid "" +"Daemon that provides DNS, DHCP, BOOTP, and TFTP services, used by the " +"Compute VLAN manager and FlatDHCP manager." +msgstr "DNS、DHCP、BOOTP、TFTP サービスを提供するデーモン。Compute の VLAN マネージャーと FlatDHCP マネージャーにより使用される。" + +#: ./doc/glossary/glossary-terms.xml2627(glossterm) +msgid "domain" +msgstr "ドメイン" + +#: ./doc/glossary/glossary-terms.xml2629(primary) +msgid "domain, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2633(para) +msgid "" +"Separates a website from other sites. Often, the domain name has two or more" +" parts that are separated by dots. For example, yahoo.com, usa.gov, " +"harvard.edu, or mail.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2637(para) +msgid "" +"A domain is an entity or container of all DNS-related information containing" +" one or more records." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2643(glossterm) +msgid "Domain Name Service (DNS)" +msgstr "Domain Name Service (DNS)" + +#: ./doc/glossary/glossary-terms.xml2646(para) +msgid "" +"In Compute, the support that enables associating DNS entries with floating " +"IP addresses, nodes, or cells so that hostnames are consistent across " +"reboots." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2653(glossterm) +msgid "Domain Name System (DNS)" +msgstr "Domain Name System (DNS)" + +#: ./doc/glossary/glossary-terms.xml2656(para) +msgid "" +"A system by which Internet domain name-to-address and address-to-name " +"resolutions are determined." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2659(para) +msgid "" +"DNS helps navigate the Internet by translating the IP address into an " +"address that is easier to remember For example, translating 111.111.111.1 " +"into www.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2663(para) +msgid "" +"All domains and their components, such as mail servers, utilize DNS to " +"resolve to the appropriate locations. DNS servers are usually set up in a " +"master-slave relationship such that failure of the master invokes the slave." +" DNS servers might also be clustered or replicated such that changes made to" +" one DNS server are automatically propagated to other active servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2673(glossterm) +msgid "download" +msgstr "ダウンロード" + +#: ./doc/glossary/glossary-terms.xml2675(primary) +msgid "download, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2679(para) +msgid "" +"The transfer of data, usually in the form of files, from one computer to " +"another." +msgstr "あるコンピューターから他のコンピューターへのデータの転送。通常はファイルの形式。" + +#: ./doc/glossary/glossary-terms.xml2685(glossterm) +msgid "DRTM" +msgstr "DRTM" + +#: ./doc/glossary/glossary-terms.xml2687(primary) +msgid "DRTM (dynamic root of trust measurement)" +msgstr "DRTM (dynamic root of trust measurement)" + +#: ./doc/glossary/glossary-terms.xml2691(para) +msgid "Dynamic root of trust measurement." +msgstr "Dynamic root of trust measurement." + +#: ./doc/glossary/glossary-terms.xml2696(glossterm) +#: ./doc/glossary/glossary-terms.xml2698(primary) +msgid "durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2702(para) +msgid "" +"The Compute RabbitMQ message exchange that remains active when the server " +"restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2708(glossterm) +#: ./doc/glossary/glossary-terms.xml2710(primary) +msgid "durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2714(para) +msgid "" +"A Compute RabbitMQ message queue that remains active when the server " +"restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2720(glossterm) +msgid "Dynamic Host Configuration Protocol (DHCP)" +msgstr "動的ホスト設定プロトコル(DHCP)" + +#: ./doc/glossary/glossary-terms.xml2723(para) +msgid "" +"A method to automatically configure networking for a host at boot time. " +"Provided by both Networking and Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2729(glossterm) +msgid "Dynamic HyperText Markup Language (DHTML)" +msgstr "Dynamic HyperText Markup Language (DHTML)" + +#: ./doc/glossary/glossary-terms.xml2732(primary) +msgid "DHTML (Dynamic HyperText Markup Language)" +msgstr "DHTML (Dynamic HyperText Markup Language)" + +#: ./doc/glossary/glossary-terms.xml2736(para) +msgid "" +"Pages that use HTML, JavaScript, and Cascading Style Sheets to enable users " +"to interact with a web page or show simple animation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2746(title) +msgid "E" +msgstr "E" + +#: ./doc/glossary/glossary-terms.xml2749(glossterm) +#: ./doc/glossary/glossary-terms.xml2751(primary) +msgid "east-west traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2755(para) +msgid "" +"Network traffic between servers in the same cloud or data center. See also " +"north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2762(glossterm) +#: ./doc/glossary/glossary-terms.xml2764(primary) +msgid "EBS boot volume" +msgstr "EBS ブートボリューム" + +#: ./doc/glossary/glossary-terms.xml2768(para) +msgid "" +"An Amazon EBS storage volume that contains a bootable VM image, currently " +"unsupported in OpenStack." +msgstr "ブート可能な仮想マシンイメージを含む Amazon EBS ストレージボリューム。現在 OpenStack では未サポート。" + +#: ./doc/glossary/glossary-terms.xml2774(glossterm) +#: ./doc/glossary/glossary-terms.xml2776(primary) +#: ./doc/glossary/glossary-terms.xml3004(glossterm) +#: ./doc/glossary/glossary-terms.xml3006(primary) +msgid "ebtables" +msgstr "ebtables" + +#: ./doc/glossary/glossary-terms.xml2780(para) +msgid "" +"Used in Compute along with arptables, iptables, and ip6tables to create " +"firewalls and to ensure isolation of network communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2787(glossterm) +#: ./doc/glossary/glossary-terms.xml2798(primary) +#: ./doc/glossary/glossary-terms.xml2812(primary) +#: ./doc/glossary/glossary-terms.xml2826(primary) +#: ./doc/glossary/glossary-terms.xml2840(primary) +msgid "EC2" +msgstr "EC2" + +#: ./doc/glossary/glossary-terms.xml2790(para) +msgid "The Amazon commercial compute product, similar to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2796(glossterm) +#: ./doc/glossary/glossary-terms.xml2800(secondary) +msgid "EC2 access key" +msgstr "EC2 アクセスキー" + +#: ./doc/glossary/glossary-terms.xml2804(para) +msgid "Used along with an EC2 secret key to access the Compute EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2810(glossterm) +#: ./doc/glossary/glossary-terms.xml2814(secondary) +msgid "EC2 API" +msgstr "EC2 API" + +#: ./doc/glossary/glossary-terms.xml2818(para) +msgid "OpenStack supports accessing the Amazon EC2 API through Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2824(glossterm) +msgid "EC2 Compatibility API" +msgstr "EC2 互換API" + +#: ./doc/glossary/glossary-terms.xml2828(secondary) +msgid "EC2 compatibility API" +msgstr "EC2 互換 API" + +#: ./doc/glossary/glossary-terms.xml2832(para) +msgid "" +"A Compute component that enables OpenStack to communicate with Amazon EC2." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2838(glossterm) +#: ./doc/glossary/glossary-terms.xml2842(secondary) +msgid "EC2 secret key" +msgstr "EC2 シークレットキー" + +#: ./doc/glossary/glossary-terms.xml2846(para) +msgid "" +"Used along with an EC2 access key when communicating with the Compute EC2 " +"API; used to digitally sign each request." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2852(glossterm) +#: ./doc/glossary/glossary-terms.xml2854(primary) +msgid "Elastic Block Storage (EBS)" +msgstr "Elastic Block Storage (EBS)" + +#: ./doc/glossary/glossary-terms.xml2858(para) +msgid "The Amazon commercial block storage product." +msgstr "Amazon のブロックストレージの商用製品。" + +#: ./doc/glossary/glossary-terms.xml2863(glossterm) +msgid "encryption" +msgstr "暗号化" + +#: ./doc/glossary/glossary-terms.xml2865(primary) +msgid "encryption, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2869(para) +msgid "" +"OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, " +"digital certificates, and data encryption." +msgstr "OpenStack は、HTTPS、SSH、SSL、TLS、電子証明書、データ暗号化などの暗号化技術をサポートします。" + +#: ./doc/glossary/glossary-terms.xml2875(glossterm) +msgid "endpoint" +msgstr "エンドポイント" + +#: ./doc/glossary/glossary-terms.xml2878(para) +msgid "See API endpoint." +msgstr "API エンドポイントを参照。" + +#: ./doc/glossary/glossary-terms.xml2883(glossterm) +#: ./doc/glossary/glossary-terms.xml2887(secondary) +msgid "endpoint registry" +msgstr "エンドポイントレジストリ" + +#: ./doc/glossary/glossary-terms.xml2891(para) +msgid "Alternative term for an Identity Service catalog." +msgstr "Identity サービスカタログの別名。" + +#: ./doc/glossary/glossary-terms.xml2896(glossterm) +#: ./doc/glossary/glossary-terms.xml2898(primary) +msgid "encapsulation" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2902(para) +msgid "" +"The practice of placing one packet type within another for the purposes of " +"abstracting or securing data. Examples include GRE, MPLS, or IPsec." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2911(glossterm) +msgid "endpoint template" +msgstr "エンドポイントテンプレート" + +#: ./doc/glossary/glossary-terms.xml2915(secondary) +msgid "endpoint templates" +msgstr "エンドポイントテンプレート" + +#: ./doc/glossary/glossary-terms.xml2919(para) +msgid "" +"A list of URL and port number endpoints that indicate where a service, such " +"as Object Storage, Compute, Identity, and so on, can be accessed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2926(glossterm) +msgid "entity" +msgstr "エンティティ" + +#: ./doc/glossary/glossary-terms.xml2928(primary) +msgid "entity, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2932(para) +msgid "" +"Any piece of hardware or software that wants to connect to the network " +"services provided by Networking, the network connectivity service. An entity" +" can make use of Networking by implementing a VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2940(glossterm) +msgid "ephemeral image" +msgstr "一時イメージ" + +#: ./doc/glossary/glossary-terms.xml2942(primary) +msgid "ephemeral images" +msgstr "一時イメージ" + +#: ./doc/glossary/glossary-terms.xml2946(para) +msgid "" +"A VM image that does not save changes made to its volumes and reverts them " +"to their original state after the instance is terminated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2953(glossterm) +#: ./doc/glossary/glossary-terms.xml2955(primary) +#: ./doc/glossary/glossary-terms.xml5582(see) +msgid "ephemeral volume" +msgstr "一時ボリューム" + +#: ./doc/glossary/glossary-terms.xml2959(para) +msgid "" +"Volume that does not save the changes made to it and reverts to its original" +" state when the current user relinquishes control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2965(glossterm) +#: ./doc/glossary/glossary-terms.xml2967(primary) +msgid "Essex" +msgstr "Essex" + +#: ./doc/glossary/glossary-terms.xml2971(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in April " +"2012, the fifth release of OpenStack. It included Compute (nova 2012.1), " +"Object Storage (swift 1.4.8), Image (glance), Identity (keystone), and " +"Dashboard (horizon)." +msgstr "2012年4月に登場した OpenStack 関連プロジェクトのリリース。Compute (nova 2012.1), Object Storage (swift 1.4.8), Image (glance), Identity (keystone), Dashboard (horizon) が含まれる。" + +#: ./doc/glossary/glossary-terms.xml2975(para) +msgid "" +"Essex is the code name for the fifth release of OpenStack. The design summit" +" took place in Boston, Massachusetts, US and Essex is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2982(glossterm) +msgid "ESX" +msgstr "ESX" + +#: ./doc/glossary/glossary-terms.xml2984(primary) +msgid "ESX hypervisor" +msgstr "ESX ハイパーバイザー" + +#: ./doc/glossary/glossary-terms.xml2988(para) +#: ./doc/glossary/glossary-terms.xml2999(para) +#: ./doc/glossary/glossary-terms.xml4834(para) +#: ./doc/glossary/glossary-terms.xml8277(para) +#: ./doc/glossary/glossary-terms.xml8510(para) +#: ./doc/glossary/glossary-terms.xml8740(para) +#: ./doc/glossary/glossary-terms.xml8841(para) +#: ./doc/glossary/glossary-terms.xml8868(para) +msgid "An OpenStack-supported hypervisor." +msgstr "OpenStack がサポートするハイパーバイザーの1つ。" + +#: ./doc/glossary/glossary-terms.xml2993(glossterm) +msgid "ESXi" +msgstr "ESXi" + +#: ./doc/glossary/glossary-terms.xml2995(primary) +msgid "ESXi hypervisor" +msgstr "ESXi ハイパーバイザー" + +#: ./doc/glossary/glossary-terms.xml3010(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3018(glossterm) +#: ./doc/glossary/glossary-terms.xml3020(primary) +msgid "ETag" +msgstr "ETag" + +#: ./doc/glossary/glossary-terms.xml3024(para) +msgid "" +"MD5 hash of an object within Object Storage, used to ensure data integrity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3030(glossterm) +#: ./doc/glossary/glossary-terms.xml3032(primary) +msgid "euca2ools" +msgstr "euca2ools" + +#: ./doc/glossary/glossary-terms.xml3036(para) +msgid "" +"A collection of command-line tools for administering VMs; most are " +"compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3042(glossterm) +#: ./doc/glossary/glossary-terms.xml3044(primary) +msgid "Eucalyptus Kernel Image (EKI)" +msgstr "Eucalyptus Kernel Image (EKI)" + +#: ./doc/glossary/glossary-terms.xml3048(para) +msgid "Used along with an ERI to create an EMI." +msgstr "EMI を作成するために、ERI と一緒に使用する。" + +#: ./doc/glossary/glossary-terms.xml3053(glossterm) +#: ./doc/glossary/glossary-terms.xml3055(primary) +msgid "Eucalyptus Machine Image (EMI)" +msgstr "Eucalyptus Machine Image (EMI)" + +#: ./doc/glossary/glossary-terms.xml3059(para) +msgid "VM image container format supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3064(glossterm) +#: ./doc/glossary/glossary-terms.xml3066(primary) +msgid "Eucalyptus Ramdisk Image (ERI)" +msgstr "Eucalyptus Ramdisk Image (ERI)" + +#: ./doc/glossary/glossary-terms.xml3070(para) +msgid "Used along with an EKI to create an EMI." +msgstr "EMI を作成するために、EKI と一緒に使用する。" + +#: ./doc/glossary/glossary-terms.xml3075(glossterm) +msgid "evacuate" +msgstr "evacuate" + +#: ./doc/glossary/glossary-terms.xml3077(primary) +msgid "evacuation, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3081(para) +msgid "" +"The process of migrating one or all virtual machine (VM) instances from one " +"host to another, compatible with both shared storage live migration and " +"block migration." +msgstr "1つまたは全ての仮想マシン(VM)インスタンスをあるホストから別のホストにマイグレーションする処理。共有ストレージのライブマイグレーションとブロックマイグレーション両方と互換がある。" + +#: ./doc/glossary/glossary-terms.xml3088(glossterm) +#: ./doc/glossary/glossary-terms.xml3090(primary) +msgid "exchange" +msgstr "交換" + +#: ./doc/glossary/glossary-terms.xml3094(para) +msgid "Alternative term for a RabbitMQ message exchange." +msgstr "RabbitMQ メッセージ交換の別名。" + +#: ./doc/glossary/glossary-terms.xml3099(glossterm) +msgid "exchange type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3101(primary) +msgid "exchange types" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3105(para) +msgid "A routing algorithm in the Compute RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3110(glossterm) +msgid "exclusive queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3112(primary) +#: ./doc/glossary/glossary-terms.xml8162(primary) +msgid "queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3114(secondary) +#: ./doc/glossary/glossary-terms.xml3117(primary) +msgid "exclusive queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3121(para) +msgid "" +"Connected to by a direct consumer in RabbitMQCompute, the message can be " +"consumed only by the current connection." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3127(glossterm) +#: ./doc/glossary/glossary-terms.xml3129(primary) +msgid "extended attributes (xattrs)" +msgstr "拡張属性 (xattrs)" + +#: ./doc/glossary/glossary-terms.xml3133(para) +msgid "" +"File system option that enables storage of additional information beyond " +"owner, group, permissions, modification time, and so on. The underlying " +"Object Storage file system must support extended attributes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3141(glossterm) +msgid "extension" +msgstr "エクステンション" + +#: ./doc/glossary/glossary-terms.xml3143(primary) +msgid "extensions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3149(para) +msgid "" +"Alternative term for an API extension or plug-in. In the context of Identity" +" Service, this is a call that is specific to the implementation, such as " +"adding support for OpenID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3156(glossterm) +msgid "external network" +msgstr "外部ネットワーク" + +#: ./doc/glossary/glossary-terms.xml3158(primary) +msgid "external network, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3162(para) +msgid "A network segment typically used for instance Internet access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3168(glossterm) +msgid "extra specs" +msgstr "拡張仕様" + +#: ./doc/glossary/glossary-terms.xml3170(primary) +msgid "extra specs, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3174(para) +msgid "" +"Specifies additional requirements when Compute determines where to start a " +"new instance. Examples include a minimum amount of network bandwidth or a " +"GPU." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3184(title) +msgid "F" +msgstr "F" + +#: ./doc/glossary/glossary-terms.xml3187(glossterm) +#: ./doc/glossary/glossary-terms.xml3189(primary) +msgid "FakeLDAP" +msgstr "FakeLDAP" + +#: ./doc/glossary/glossary-terms.xml3193(para) +msgid "" +"An easy method to create a local LDAP directory for testing Identity Service" +" and Compute. Requires Redis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3199(glossterm) +#: ./doc/glossary/glossary-terms.xml3201(primary) +msgid "fan-out exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3205(para) +msgid "" +"Within RabbitMQ and Compute, it is the messaging interface that is used by " +"the scheduler service to receive capability messages from the compute, " +"volume, and network nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3212(glossterm) +#: ./doc/glossary/glossary-terms.xml3214(primary) +msgid "Fedora" +msgstr "Fedora" + +#: ./doc/glossary/glossary-terms.xml3218(para) +msgid "A Linux distribution compatible with OpenStack." +msgstr "OpenStack と互換性のある Linux ディストリビューション。" + +#: ./doc/glossary/glossary-terms.xml3223(glossterm) +#: ./doc/glossary/glossary-terms.xml3225(primary) +msgid "Fibre Channel" +msgstr "ファイバーチャネル" + +#: ./doc/glossary/glossary-terms.xml3229(para) +msgid "" +"Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands " +"and data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3235(glossterm) +#: ./doc/glossary/glossary-terms.xml3237(primary) +msgid "Fibre Channel over Ethernet (FCoE)" +msgstr "Fibre Channel over Ethernet (FCoE)" + +#: ./doc/glossary/glossary-terms.xml3241(para) +msgid "The fibre channel protocol tunneled within Ethernet." +msgstr "イーサネットでトンネルされるファイバーチャネルプロトコル。" + +#: ./doc/glossary/glossary-terms.xml3246(glossterm) +#: ./doc/glossary/glossary-terms.xml3248(primary) +msgid "fill-first scheduler" +msgstr "充填優先スケジューラー" + +#: ./doc/glossary/glossary-terms.xml3252(para) +msgid "" +"The Compute scheduling method that attempts to fill a host with VMs rather " +"than starting new VMs on a variety of hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3258(glossterm) +msgid "filter" +msgstr "フィルター" + +#: ./doc/glossary/glossary-terms.xml3260(primary) +#: ./doc/glossary/glossary-terms.xml4235(primary) +msgid "filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3266(para) +msgid "" +"The step in the Compute scheduling process when hosts that cannot run VMs " +"are eliminated and not chosen." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3272(glossterm) +msgid "firewall" +msgstr "ファイアウォール" + +#: ./doc/glossary/glossary-terms.xml3274(primary) +msgid "firewalls" +msgstr "ファイアウォール" + +#: ./doc/glossary/glossary-terms.xml3278(para) +msgid "" +"Used to restrict communications between hosts and/or nodes, implemented in " +"Compute using iptables, arptables, ip6tables, and etables." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3285(glossterm) +#: ./doc/glossary/glossary-terms.xml3287(primary) +msgid "Firewall-as-a-Service (FWaaS)" +msgstr "Firewall-as-a-Service (FWaaS)" + +#: ./doc/glossary/glossary-terms.xml3291(para) +msgid "A Networking extension that provides perimeter firewall functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3297(glossterm) +msgid "fixed IP address" +msgstr "fixed IP アドレス" + +#: ./doc/glossary/glossary-terms.xml3299(primary) +#: ./doc/glossary/glossary-terms.xml3395(primary) +#: ./doc/glossary/glossary-terms.xml4449(primary) +#: ./doc/glossary/glossary-terms.xml6228(primary) +#: ./doc/glossary/glossary-terms.xml6417(primary) +#: ./doc/glossary/glossary-terms.xml7414(primary) +#: ./doc/glossary/glossary-terms.xml7642(primary) +msgid "IP addresses" +msgstr "IP アドレス" + +#: ./doc/glossary/glossary-terms.xml3301(secondary) +msgid "fixed" +msgstr "固定" + +#: ./doc/glossary/glossary-terms.xml3304(primary) +msgid "fixed IP addresses" +msgstr "固定 IP アドレス" + +#: ./doc/glossary/glossary-terms.xml3308(para) +msgid "" +"An IP address that is associated with the same instance each time that " +"instance boots, is generally not accessible to end users or the public " +"Internet, and is used for management of the instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3316(glossterm) +#: ./doc/glossary/glossary-terms.xml3318(primary) +msgid "Flat Manager" +msgstr "Flat マネージャー" + +#: ./doc/glossary/glossary-terms.xml3322(para) +msgid "" +"The Compute component that gives IP addresses to authorized nodes and " +"assumes DHCP, DNS, and routing configuration and services are provided by " +"something else." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3329(glossterm) +#: ./doc/glossary/glossary-terms.xml3331(primary) +msgid "flat mode injection" +msgstr "フラットモードインジェクション" + +#: ./doc/glossary/glossary-terms.xml3335(para) +msgid "" +"A Compute networking method where the OS network configuration information " +"is injected into the VM image before the instance starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3342(glossterm) +#: ./doc/glossary/glossary-terms.xml3344(primary) +msgid "flat network" +msgstr "フラットネットワーク" + +#: ./doc/glossary/glossary-terms.xml3348(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3358(glossterm) +#: ./doc/glossary/glossary-terms.xml3360(primary) +msgid "FlatDHCP Manager" +msgstr "FlatDHCP マネージャー" + +#: ./doc/glossary/glossary-terms.xml3364(para) +msgid "" +"The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and " +"radvd (routing) services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3370(glossterm) +#: ./doc/glossary/glossary-terms.xml3372(primary) +msgid "flavor" +msgstr "フレーバー" + +#: ./doc/glossary/glossary-terms.xml3376(para) +msgid "Alternative term for a VM instance type." +msgstr "VM インスタンスタイプの別名。" + +#: ./doc/glossary/glossary-terms.xml3381(glossterm) +#: ./doc/glossary/glossary-terms.xml3383(primary) +msgid "flavor ID" +msgstr "フレーバー ID" + +#: ./doc/glossary/glossary-terms.xml3387(para) +msgid "UUID for each Compute or Image Service VM flavor or instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3393(glossterm) +#: ./doc/glossary/glossary-terms.xml3400(primary) +msgid "floating IP address" +msgstr "Floating IP アドレス" + +#: ./doc/glossary/glossary-terms.xml3397(secondary) +msgid "floating" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3404(para) +msgid "" +"An IP address that a project can associate with a VM so that the instance " +"has the same public IP address each time that it boots. You create a pool of" +" floating IP addresses and assign them to instances as they are launched to " +"maintain a consistent IP address for maintaining DNS assignment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3413(glossterm) +#: ./doc/glossary/glossary-terms.xml3415(primary) +msgid "Folsom" +msgstr "Folsom" + +#: ./doc/glossary/glossary-terms.xml3419(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in the fall" +" of 2012, the sixth release of OpenStack. It includes Compute (nova), Object" +" Storage (swift), Identity (keystone), Networking (neutron), Image Service " +"(glance), and Volumes or Block Storage (cinder)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3424(para) +msgid "" +"Folsom is the code name for the sixth release of OpenStack. The design " +"summit took place in San Francisco, California, US and Folsom is a nearby " +"city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3432(glossterm) +#: ./doc/glossary/glossary-terms.xml3434(primary) +msgid "FormPost" +msgstr "FormPost" + +#: ./doc/glossary/glossary-terms.xml3438(para) +msgid "" +"Object Storage middleware that uploads (posts) an image through a form on a " +"web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3444(glossterm) +msgid "front end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3446(primary) +msgid "front end, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3450(para) +msgid "" +"The point where a user interacts with a service; can be an API endpoint, the" +" horizon dashboard, or a command-line tool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3459(title) +msgid "G" +msgstr "G" + +#: ./doc/glossary/glossary-terms.xml3462(glossterm) +#: ./doc/glossary/glossary-terms.xml3464(primary) +msgid "gateway" +msgstr "ゲートウェイ" + +#: ./doc/glossary/glossary-terms.xml3468(para) +msgid "" +"An IP address, typically assigned to a router, that passes network traffic " +"between different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3474(glossterm) +#: ./doc/glossary/glossary-terms.xml3476(primary) +msgid "Generic Receive Offload (GRO)" +msgstr "Generic Receive Offload (GRO)" + +#: ./doc/glossary/glossary-terms.xml3479(para) +msgid "" +"Feature of certain network interface drivers that combines many smaller " +"received packets into a large packet before delivery to the kernel IP stack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3486(glossterm) +#: ./doc/glossary/glossary-terms.xml3488(primary) +msgid "generic routing encapsulation (GRE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3491(para) +msgid "" +"Protocol that encapsulates a wide variety of network layer protocols inside " +"virtual point-to-point links." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3498(glossterm) +#: ./doc/glossary/glossary-terms.xml3508(primary) +#: ./doc/glossary/glossary-terms.xml3523(primary) +msgid "glance" +msgstr "glance" + +#: ./doc/glossary/glossary-terms.xml3501(para) +msgid "A core project that provides the OpenStack Image Service." +msgstr "OpenStack イメージサービスを提供するコアプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml3506(glossterm) +#: ./doc/glossary/glossary-terms.xml3510(secondary) +msgid "glance API server" +msgstr "glance API サーバー" + +#: ./doc/glossary/glossary-terms.xml3514(para) +msgid "" +"Processes client requests for VMs, updates Image Service metadata on the " +"registry server, and communicates with the store adapter to upload VM images" +" from the back-end store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3521(glossterm) +#: ./doc/glossary/glossary-terms.xml3525(secondary) +msgid "glance registry" +msgstr "Glance レジストリ" + +#: ./doc/glossary/glossary-terms.xml3529(para) +msgid "Alternative term for the Image Service image registry." +msgstr "Image Service イメージレジストリの別名。" + +#: ./doc/glossary/glossary-terms.xml3534(glossterm) +#: ./doc/glossary/glossary-terms.xml3538(secondary) +#: ./doc/glossary/glossary-terms.xml3541(primary) +msgid "global endpoint template" +msgstr "グローバルエンドポイントテンプレート" + +#: ./doc/glossary/glossary-terms.xml3545(para) +msgid "" +"The Identity Service endpoint template that contains services available to " +"all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3551(glossterm) +#: ./doc/glossary/glossary-terms.xml3553(primary) +msgid "GlusterFS" +msgstr "GlusterFS" + +#: ./doc/glossary/glossary-terms.xml3557(para) +msgid "" +"A file system designed to aggregate NAS hosts, compatible with OpenStack." +msgstr "NAS ホストを集約するために設計されたファイルシステム。OpenStack と互換性がある。" + +#: ./doc/glossary/glossary-terms.xml3563(glossterm) +#: ./doc/glossary/glossary-terms.xml3565(primary) +msgid "golden image" +msgstr "ゴールデンイメージ" + +#: ./doc/glossary/glossary-terms.xml3569(para) +msgid "" +"A method of operating system installation where a finalized disk image is " +"created and then used by all nodes without modification." +msgstr "最終的なディスクイメージが作成され、すべてのノードで変更することなく使用される、オペレーティングシステムのインストール方法。" + +#: ./doc/glossary/glossary-terms.xml3576(glossterm) +#: ./doc/glossary/glossary-terms.xml3578(primary) +msgid "Graphic Interchange Format (GIF)" +msgstr "Graphic Interchange Format (GIF)" + +#: ./doc/glossary/glossary-terms.xml3582(para) +msgid "" +"A type of image file that is commonly used for animated images on web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3588(glossterm) +#: ./doc/glossary/glossary-terms.xml3590(primary) +msgid "Graphics Processing Unit (GPU)" +msgstr "Graphics Processing Unit (GPU)" + +#: ./doc/glossary/glossary-terms.xml3594(para) +msgid "" +"Choosing a host based on the existence of a GPU is currently unsupported in " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3600(glossterm) +#: ./doc/glossary/glossary-terms.xml3602(primary) +msgid "Green Threads" +msgstr "Green Threads" + +#: ./doc/glossary/glossary-terms.xml3606(para) +msgid "" +"The cooperative threading model used by Python; reduces race conditions and " +"only context switches when specific library calls are made. Each OpenStack " +"service is its own thread." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3613(glossterm) +#: ./doc/glossary/glossary-terms.xml3615(primary) +msgid "Grizzly" +msgstr "Grizzly" + +#: ./doc/glossary/glossary-terms.xml3619(para) +msgid "" +"The code name for the seventh release of OpenStack. The design summit took " +"place in San Diego, California, US and Grizzly is an element of the state " +"flag of California." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3627(glossterm) +#: ./doc/glossary/glossary-terms.xml3629(primary) +msgid "guest OS" +msgstr "ゲスト OS" + +#: ./doc/glossary/glossary-terms.xml3633(para) +msgid "" +"An operating system instance running under the control of a hypervisor." +msgstr "ハイパーバイザーの管理下で実行しているオペレーティングシステムのインスタンス。" + +#: ./doc/glossary/glossary-terms.xml3642(title) +msgid "H" +msgstr "H" + +#: ./doc/glossary/glossary-terms.xml3645(glossterm) +#: ./doc/glossary/glossary-terms.xml3647(primary) +msgid "Hadoop" +msgstr "Hadoop" + +#: ./doc/glossary/glossary-terms.xml3651(para) +msgid "" +"Apache Hadoop is an open source software framework that supports data-" +"intensive distributed applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3657(glossterm) +#: ./doc/glossary/glossary-terms.xml3659(primary) +msgid "handover" +msgstr "handover" + +#: ./doc/glossary/glossary-terms.xml3663(para) +msgid "" +"An object state in Object Storage where a new replica of the object is " +"automatically created due to a drive failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3669(glossterm) +#: ./doc/glossary/glossary-terms.xml3671(primary) +msgid "hard reboot" +msgstr "ハードリブート" + +#: ./doc/glossary/glossary-terms.xml3675(para) +msgid "" +"A type of reboot where a physical or virtual power button is pressed as " +"opposed to a graceful, proper shutdown of the operating system." +msgstr "きちんとした正常なOSのシャットダウンを行わず、物理又は仮想電源ボタンを押すタイプの再起動。" + +#: ./doc/glossary/glossary-terms.xml3682(glossterm) +#: ./doc/glossary/glossary-terms.xml3684(primary) +msgid "Havana" +msgstr "Havana" + +#: ./doc/glossary/glossary-terms.xml3688(para) +msgid "" +"The code name for the eighth release of OpenStack. The design summit took " +"place in Portland, Oregon, US and Havana is an unincorporated community in " +"Oregon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3695(glossterm) +#: ./doc/glossary/glossary-terms.xml3697(primary) +msgid "heat" +msgstr "heat" + +#: ./doc/glossary/glossary-terms.xml3701(para) +msgid "" +"An integrated project that aims to orchestrate multiple cloud applications " +"for OpenStack." +msgstr "OpenStack に複数のクラウドアプリケーションをオーケストレーションする為に開発されたプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml3707(glossterm) +#: ./doc/glossary/glossary-terms.xml3709(primary) +#: ./doc/glossary/glossary-terms.xml7616(see) +msgid "Heat Orchestration Template (HOT)" +msgstr "Heat Orchestration Template (HOT)" + +#: ./doc/glossary/glossary-terms.xml3713(para) +msgid "Heat input in the format native to OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3718(glossterm) +#: ./doc/glossary/glossary-terms.xml3720(primary) +msgid "health monitor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3724(para) +msgid "" +"Determines whether back-end members of a VIP pool can process a request. A " +"pool can have several health monitors associated with it. When a pool has " +"several monitors associated with it, all monitors check each member of the " +"pool. All monitors must declare a member to be healthy for it to stay " +"active." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3734(glossterm) +#: ./doc/glossary/glossary-terms.xml3736(primary) +msgid "high availability (HA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3740(para) +msgid "" +"A high availability system design approach and associated service " +"implementation ensures that a prearranged level of operational performance " +"will be met during a contractual measurement period. High availability " +"systems seeks to minimize system downtime and data loss." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3751(glossterm) +msgid "horizon" +msgstr "Horizon" + +#: ./doc/glossary/glossary-terms.xml3754(para) +msgid "OpenStack project that provides a dashboard, which is a web interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3760(glossterm) +msgid "horizon plug-in" +msgstr "horizon プラグイン" + +#: ./doc/glossary/glossary-terms.xml3762(primary) +msgid "horizon plug-ins" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3766(para) +msgid "A plug-in for the OpenStack dashboard (horizon)." +msgstr "OpenStack dashboard (horizon) のプラグイン。" + +#: ./doc/glossary/glossary-terms.xml3771(glossterm) +msgid "host" +msgstr "ホスト" + +#: ./doc/glossary/glossary-terms.xml3773(primary) +msgid "hosts, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3777(para) +msgid "A physical computer, not a VM instance (node)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3782(glossterm) +#: ./doc/glossary/glossary-terms.xml3784(primary) +msgid "host aggregate" +msgstr "ホストアグリゲート" + +#: ./doc/glossary/glossary-terms.xml3788(para) +msgid "" +"A method to further subdivide availability zones into hypervisor pools, a " +"collection of common hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3794(glossterm) +#: ./doc/glossary/glossary-terms.xml3796(primary) +msgid "Host Bus Adapter (HBA)" +msgstr "Host Bus Adapter (HBA)" + +#: ./doc/glossary/glossary-terms.xml3800(para) +msgid "" +"Device plugged into a PCI slot, such as a fibre channel or network card." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3806(glossterm) +msgid "HTTP" +msgstr "HTTP" + +#: ./doc/glossary/glossary-terms.xml3808(primary) +msgid "HTTP (Hypertext Transfer Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3814(para) +msgid "" +"Hypertext Transfer Protocol. HTTP is an application protocol for " +"distributed, collaborative, hypermedia information systems. It is the " +"foundation of data communication for the World Wide Web. Hypertext is " +"structured text that uses logical links (hyperlinks) between nodes " +"containing text. HTTP is the protocol to exchange or transfer hypertext." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3824(glossterm) +msgid "HTTPS" +msgstr "HTTPS" + +#: ./doc/glossary/glossary-terms.xml3826(primary) +msgid "HTTPS (Hypertext Transfer Protocol Secure)" +msgstr "HTTPS (Hypertext Transfer Protocol Secure)" + +#: ./doc/glossary/glossary-terms.xml3830(para) +msgid "" +"Hypertext Transfer Protocol Secure (HTTPS) is a communications protocol for " +"secure communication over a computer network, with especially wide " +"deployment on the Internet. Technically, it is not a protocol in and of " +"itself; rather, it is the result of simply layering the Hypertext Transfer " +"Protocol (HTTP) on top of the SSL/TLS protocol, thus adding the security " +"capabilities of SSL/TLS to standard HTTP communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3841(glossterm) +#: ./doc/glossary/glossary-terms.xml3843(primary) +msgid "hybrid cloud" +msgstr "ハイブリッドクラウド" + +#: ./doc/glossary/glossary-terms.xml3847(para) +msgid "" +"A hybrid cloud is a composition of two or more clouds (private, community or" +" public) that remain distinct entities but are bound together, offering the " +"benefits of multiple deployment models. Hybrid cloud can also mean the " +"ability to connect colocation, managed and/or dedicated services with cloud " +"resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3859(glossterm) +#: ./doc/glossary/glossary-terms.xml3861(primary) +msgid "Hyper-V" +msgstr "Hyper-V" + +#: ./doc/glossary/glossary-terms.xml3865(para) +msgid "One of the hypervisors supported by OpenStack." +msgstr "OpenStack によりサポートされるハイパーバイザーの一つ。" + +#: ./doc/glossary/glossary-terms.xml3870(glossterm) +#: ./doc/glossary/glossary-terms.xml3872(primary) +msgid "hyperlink" +msgstr "ハイパーリンク" + +#: ./doc/glossary/glossary-terms.xml3876(para) +msgid "" +"Any kind of text that contains a link to some other site, commonly found in " +"documents where clicking on a word or words opens up a different website." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3883(glossterm) +msgid "Hypertext Transfer Protocol (HTTP)" +msgstr "Hypertext Transfer Protocol (HTTP)" + +#: ./doc/glossary/glossary-terms.xml3886(para) +msgid "The protocol that tells browsers where to go to find information." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3892(glossterm) +msgid "Hypertext Transfer Protocol Secure (HTTPS)" +msgstr "Hypertext Transfer Protocol Secure (HTTPS)" + +#: ./doc/glossary/glossary-terms.xml3895(para) +msgid "" +"Encrypted HTTP communications using SSL or TLS; most OpenStack API endpoints" +" and many inter-component communications support HTTPS communication." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3902(glossterm) +msgid "hypervisor" +msgstr "ハイパーバイザー" + +#: ./doc/glossary/glossary-terms.xml3904(primary) +#: ./doc/glossary/glossary-terms.xml3918(primary) +msgid "hypervisors" +msgstr "ハイパーバイザー" + +#: ./doc/glossary/glossary-terms.xml3910(para) +msgid "" +"Software that arbitrates and controls VM access to the actual underlying " +"hardware." +msgstr "VM のアクセスを実際の下位ハードウェアに仲介して制御するソフトウェア。" + +#: ./doc/glossary/glossary-terms.xml3916(glossterm) +msgid "hypervisor pool" +msgstr "ハイパーバイザープール" + +#: ./doc/glossary/glossary-terms.xml3920(secondary) +msgid "hypervisor pools" +msgstr "ハイパーバイザープール" + +#: ./doc/glossary/glossary-terms.xml3924(para) +msgid "A collection of hypervisors grouped together through host aggregates." +msgstr "ホストアグリゲートにより一緒にグループ化されたハイパーバイザーの集合。" + +#: ./doc/glossary/glossary-terms.xml3933(title) +msgid "I" +msgstr "I" + +#: ./doc/glossary/glossary-terms.xml3936(glossterm) +msgid "IaaS" +msgstr "IaaS" + +#: ./doc/glossary/glossary-terms.xml3938(primary) +msgid "IaaS (Infrastructure-as-a-Service)" +msgstr "IaaS (Infrastructure-as-a-Service)" + +#: ./doc/glossary/glossary-terms.xml3944(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3954(glossterm) +#: ./doc/glossary/glossary-terms.xml3956(primary) +msgid "Icehouse" +msgstr "Icehouse" + +#: ./doc/glossary/glossary-terms.xml3962(para) +msgid "" +"The code name for the ninth release of OpenStack. The design summit took " +"place in Hong Kong and Ice House is a street in that city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3969(glossterm) +msgid "ICMP" +msgstr "ICMP" + +#: ./doc/glossary/glossary-terms.xml3971(primary) +msgid "Internet Control Message Protocol (ICMP)" +msgstr "Internet Control Message Protocol (ICMP)" + +#: ./doc/glossary/glossary-terms.xml3975(para) +msgid "" +"Internet Control Message Protocol, used by network devices for control " +"messages. For example, uses ICMP to test connectivity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3983(glossterm) +#: ./doc/glossary/glossary-terms.xml3985(primary) +msgid "ID number" +msgstr "ID 番号" + +#: ./doc/glossary/glossary-terms.xml3989(para) +msgid "" +"Unique numeric ID associated with each user in Identity Service, " +"conceptually similar to a Linux or LDAP UID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3995(glossterm) +msgid "Identity API" +msgstr "Identity API" + +#: ./doc/glossary/glossary-terms.xml3998(para) +msgid "Alternative term for the Identity Service API." +msgstr "Identity サービス API の別名。" + +#: ./doc/glossary/glossary-terms.xml4003(glossterm) +#: ./doc/glossary/glossary-terms.xml4007(secondary) +msgid "Identity back end" +msgstr "Identity バックエンド" + +#: ./doc/glossary/glossary-terms.xml4005(primary) +#: ./doc/glossary/glossary-terms.xml4017(glossterm) +#: ./doc/glossary/glossary-terms.xml4019(primary) +#: ./doc/glossary/glossary-terms.xml4036(primary) +#: ./doc/glossary/glossary-terms.xml4107(primary) +msgid "Identity Service" +msgstr "Identity サービス" + +#: ./doc/glossary/glossary-terms.xml4011(para) +msgid "" +"The source used by Identity Service to retrieve user information; an " +"OpenLDAP server, for example." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4025(para) +msgid "" +"The OpenStack core project that provides a central directory of users mapped" +" to the OpenStack services they can access. It also registers endpoints for " +"OpenStack services. It acts as a common authentication system. The project " +"name of the Identity Service is keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4034(glossterm) +#: ./doc/glossary/glossary-terms.xml4038(secondary) +msgid "Identity Service API" +msgstr "Identity サービス API" + +#: ./doc/glossary/glossary-terms.xml4042(para) +msgid "" +"The API used to access the OpenStack Identity Service provided through " +"keystone." +msgstr "Keystone が提供する OpenStack Identity サービスアクセスに使用される API。" + +#: ./doc/glossary/glossary-terms.xml4048(glossterm) +msgid "IDS" +msgstr "IDS" + +#: ./doc/glossary/glossary-terms.xml4050(primary) +msgid "IDS (Intrusion Detection System)" +msgstr "IDS (Intrusion Detection System)" + +#: ./doc/glossary/glossary-terms.xml4054(para) +msgid "Intrusion Detection System." +msgstr "侵入検知システム。" + +#: ./doc/glossary/glossary-terms.xml4059(glossterm) +msgid "image" +msgstr "イメージ" + +#: ./doc/glossary/glossary-terms.xml4061(primary) +msgid "images" +msgstr "イメージ" + +#: ./doc/glossary/glossary-terms.xml4067(para) +msgid "" +"A collection of files for a specific operating system (OS) that you use to " +"create or rebuild a server. OpenStack provides pre-built images. You can " +"also create custom images, or snapshots, from servers that you have " +"launched. Custom images can be used for data backups or as \"gold\" images " +"for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4076(glossterm) +msgid "Image API" +msgstr "Image API" + +#: ./doc/glossary/glossary-terms.xml4078(primary) +#: ./doc/glossary/glossary-terms.xml4092(primary) +#: ./doc/glossary/glossary-terms.xml4121(primary) +#: ./doc/glossary/glossary-terms.xml4135(primary) +#: ./doc/glossary/glossary-terms.xml4149(primary) +#: ./doc/glossary/glossary-terms.xml4161(glossterm) +#: ./doc/glossary/glossary-terms.xml4181(primary) +#: ./doc/glossary/glossary-terms.xml4195(primary) +#: ./doc/glossary/glossary-terms.xml4209(primary) +#: ./doc/glossary/glossary-terms.xml6400(primary) +msgid "Image Service" +msgstr "Image Service" + +#: ./doc/glossary/glossary-terms.xml4080(secondary) +#: ./doc/glossary/glossary-terms.xml4171(glossterm) +msgid "Image Service API" +msgstr "Image Service API" + +#: ./doc/glossary/glossary-terms.xml4084(para) +msgid "The Image Service API endpoint for management of VM images." +msgstr "仮想マシンイメージの管理用の Image Service API エンドポイント。" + +#: ./doc/glossary/glossary-terms.xml4090(glossterm) +#: ./doc/glossary/glossary-terms.xml4094(secondary) +msgid "image cache" +msgstr "イメージキャッシュ" + +#: ./doc/glossary/glossary-terms.xml4098(para) +msgid "" +"Used by Image Service to obtain images on the local host rather than re-" +"downloading them from the image server each time one is requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4105(glossterm) +#: ./doc/glossary/glossary-terms.xml4109(secondary) +msgid "image ID" +msgstr "イメージ ID" + +#: ./doc/glossary/glossary-terms.xml4113(para) +msgid "" +"Combination of a URI and UUID used to access Image Service VM images through" +" the image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4119(glossterm) +#: ./doc/glossary/glossary-terms.xml4123(secondary) +msgid "image membership" +msgstr "イメージメンバーシップ" + +#: ./doc/glossary/glossary-terms.xml4127(para) +#: ./doc/glossary/glossary-terms.xml5046(para) +msgid "" +"A list of tenants that can access a given VM image within Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4133(glossterm) +#: ./doc/glossary/glossary-terms.xml4137(secondary) +msgid "image owner" +msgstr "イメージ所有者" + +#: ./doc/glossary/glossary-terms.xml4141(para) +msgid "The tenant who owns an Image Service virtual machine image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4147(glossterm) +#: ./doc/glossary/glossary-terms.xml4151(secondary) +msgid "image registry" +msgstr "イメージレジストリ" + +#: ./doc/glossary/glossary-terms.xml4155(para) +msgid "A list of VM images that are available through Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4164(para) +msgid "" +"An OpenStack core project that provides discovery, registration, and " +"delivery services for disk and server images. The project name of the Image " +"Service is glance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4174(para) +msgid "Alternative name for the glance image API." +msgstr "Glance イメージ API の別名。" + +#: ./doc/glossary/glossary-terms.xml4179(glossterm) +#: ./doc/glossary/glossary-terms.xml4183(secondary) +msgid "image status" +msgstr "イメージ状態" + +#: ./doc/glossary/glossary-terms.xml4187(para) +msgid "" +"The current status of a VM image in Image Service, not to be confused with " +"the status of a running instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4193(glossterm) +#: ./doc/glossary/glossary-terms.xml4197(secondary) +msgid "image store" +msgstr "イメージストア" + +#: ./doc/glossary/glossary-terms.xml4201(para) +msgid "" +"The back-end store used by Image Service to store VM images, options include" +" Object Storage, local file system, S3, or HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4207(glossterm) +#: ./doc/glossary/glossary-terms.xml4211(secondary) +msgid "image UUID" +msgstr "イメージ UUID" + +#: ./doc/glossary/glossary-terms.xml4215(para) +msgid "UUID used by Image Service to uniquely identify each VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4221(glossterm) +msgid "incubated project" +msgstr "インキュベートプロジェクト" + +#: ./doc/glossary/glossary-terms.xml4223(primary) +msgid "incubated projects" +msgstr "育成プロジェクト" + +#: ./doc/glossary/glossary-terms.xml4227(para) +msgid "" +"A community project may be elevated to this status and is then promoted to a" +" core project." +msgstr "コミュニティプロジェクトがこの状態に昇格する事があり、その後コアプロジェクトに昇格する。" + +#: ./doc/glossary/glossary-terms.xml4233(glossterm) +#: ./doc/glossary/glossary-terms.xml4237(secondary) +#: ./doc/glossary/glossary-terms.xml4240(primary) +msgid "ingress filtering" +msgstr "イングレスフィルタリング" + +#: ./doc/glossary/glossary-terms.xml4244(para) +msgid "" +"The process of filtering incoming network traffic. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4250(glossterm) +#: ./doc/glossary/glossary-terms.xml4252(primary) +msgid "INI" +msgstr "INI" + +#: ./doc/glossary/glossary-terms.xml4255(para) +msgid "" +"The OpenStack configuration files use an INI format to describe options and " +"their values. It consists of sections and key value pairs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4264(glossterm) +#: ./doc/glossary/glossary-terms.xml4266(primary) +msgid "injection" +msgstr "インジェクション" + +#: ./doc/glossary/glossary-terms.xml4270(para) +msgid "" +"The process of putting a file into a virtual machine image before the " +"instance is started." +msgstr "インスタンスが起動する前に、仮想マシンイメージ中にファイルを配置する処理。" + +#: ./doc/glossary/glossary-terms.xml4276(glossterm) +msgid "instance" +msgstr "インスタンス" + +#: ./doc/glossary/glossary-terms.xml4278(primary) +#: ./doc/glossary/glossary-terms.xml4292(primary) +#: ./doc/glossary/glossary-terms.xml4305(primary) +#: ./doc/glossary/glossary-terms.xml4329(primary) +#: ./doc/glossary/glossary-terms.xml4344(primary) +#: ./doc/glossary/glossary-terms.xml4357(primary) +msgid "instances" +msgstr "インスタンス" + +#: ./doc/glossary/glossary-terms.xml4284(para) +msgid "" +"A running VM, or a VM in a known state such as suspended, that can be used " +"like a hardware server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4290(glossterm) +#: ./doc/glossary/glossary-terms.xml4294(secondary) +msgid "instance ID" +msgstr "インスタンス ID" + +#: ./doc/glossary/glossary-terms.xml4298(para) +msgid "Alternative term for instance UUID." +msgstr "インスタンス UUID の別名。" + +#: ./doc/glossary/glossary-terms.xml4303(glossterm) +#: ./doc/glossary/glossary-terms.xml4307(secondary) +msgid "instance state" +msgstr "インスタンス状態" + +#: ./doc/glossary/glossary-terms.xml4311(para) +msgid "The current state of a guest VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4316(glossterm) +#: ./doc/glossary/glossary-terms.xml4318(primary) +msgid "instance tunnels network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4321(para) +msgid "" +"A network segment used for instance traffic tunnels between compute nodes " +"and the network node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4327(glossterm) +#: ./doc/glossary/glossary-terms.xml4331(secondary) +msgid "instance type" +msgstr "インスタンスタイプ" + +#: ./doc/glossary/glossary-terms.xml4335(para) +msgid "" +"Describes the parameters of the various virtual machine images that are " +"available to users; includes parameters such as CPU, storage, and memory. " +"Alternative term for flavor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4342(glossterm) +#: ./doc/glossary/glossary-terms.xml4346(secondary) +msgid "instance type ID" +msgstr "インスタンスタイプ ID" + +#: ./doc/glossary/glossary-terms.xml4350(para) +msgid "Alternative term for a flavor ID." +msgstr "フレーバー ID の別名。" + +#: ./doc/glossary/glossary-terms.xml4355(glossterm) +#: ./doc/glossary/glossary-terms.xml4359(secondary) +msgid "instance UUID" +msgstr "インスタンス UUID" + +#: ./doc/glossary/glossary-terms.xml4363(para) +#: ./doc/glossary/glossary-terms.xml7289(para) +msgid "" +"Unique ID assigned to each guest VM instance." +msgstr "各ゲスト仮想マシンインスタンスに割り当てられる一意な ID。" + +#: ./doc/glossary/glossary-terms.xml4369(glossterm) +#: ./doc/glossary/glossary-terms.xml4371(primary) +msgid "interface" +msgstr "インターフェース" + +#: ./doc/glossary/glossary-terms.xml4375(para) +msgid "" +"A physical or virtual device that provides connectivity to another device or" +" medium." +msgstr "他のデバイスやメディアに接続する物理デバイスまたは仮想デバイス。" + +#: ./doc/glossary/glossary-terms.xml4381(glossterm) +#: ./doc/glossary/glossary-terms.xml4383(primary) +msgid "interface ID" +msgstr "インターフェース ID" + +#: ./doc/glossary/glossary-terms.xml4387(para) +msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." +msgstr "Networking 仮想インターフェースや vNIC 用の一意な UUID 形式の ID。" + +#: ./doc/glossary/glossary-terms.xml4393(glossterm) +#: ./doc/glossary/glossary-terms.xml4395(primary) +msgid "internet protocol (IP)" +msgstr "internet protocol (IP)" + +#: ./doc/glossary/glossary-terms.xml4399(para) +msgid "" +"Principal communications protocol in the internet protocol suite for " +"relaying datagrams across network boundaries." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4405(glossterm) +#: ./doc/glossary/glossary-terms.xml4407(primary) +msgid "Internet Service Provider (ISP)" +msgstr "Internet Service Provider (ISP)" + +#: ./doc/glossary/glossary-terms.xml4411(para) +msgid "" +"Any business that provides Internet access to individuals or businesses." +msgstr "個人や組織にインターネットアクセスを提供する何らかのビジネス。" + +#: ./doc/glossary/glossary-terms.xml4417(glossterm) +#: ./doc/glossary/glossary-terms.xml4419(primary) +msgid "ironic" +msgstr "ironic" + +#: ./doc/glossary/glossary-terms.xml4423(para) +msgid "" +"OpenStack project that provisions bare metal, as opposed to virtual, " +"machines." +msgstr "マシンを仮想とみなして、ベアメタルに展開する OpenStack のプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml4429(glossterm) +#: ./doc/glossary/glossary-terms.xml4431(primary) +msgid "IOPS" +msgstr "IOPS" + +#: ./doc/glossary/glossary-terms.xml4437(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4447(glossterm) +msgid "IP address" +msgstr "IP アドレス" + +#: ./doc/glossary/glossary-terms.xml4455(para) +msgid "" +"Number that is unique to every computer system on the Internet. Two versions" +" of the Internet Protocol (IP) are in use for addresses: IPv4 and IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4462(glossterm) +#: ./doc/glossary/glossary-terms.xml4464(primary) +msgid "IP Address Management (IPAM)" +msgstr "IP Address Management (IPAM)" + +#: ./doc/glossary/glossary-terms.xml4468(para) +msgid "" +"The process of automating IP address allocation, deallocation, and " +"management. Currently provided by Compute, melange, and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4475(glossterm) +msgid "IPL" +msgstr "IPL" + +#: ./doc/glossary/glossary-terms.xml4477(primary) +msgid "IPL (Initial Program Loader)" +msgstr "IPL (Initial Program Loader)" + +#: ./doc/glossary/glossary-terms.xml4481(para) +msgid "Initial Program Loader." +msgstr "Initial Program Loader。初期プログラムローダー。" + +#: ./doc/glossary/glossary-terms.xml4486(glossterm) +msgid "IPMI" +msgstr "IPMI" + +#: ./doc/glossary/glossary-terms.xml4488(primary) +msgid "IPMI (Intelligent Platform Management Interface)" +msgstr "IPMI (Intelligent Platform Management Interface)" + +#: ./doc/glossary/glossary-terms.xml4492(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4503(glossterm) +#: ./doc/glossary/glossary-terms.xml4505(primary) +msgid "ip6tables" +msgstr "ip6tables" + +#: ./doc/glossary/glossary-terms.xml4509(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4517(glossterm) +#: ./doc/glossary/glossary-terms.xml4519(primary) +msgid "iptables" +msgstr "iptables" + +#: ./doc/glossary/glossary-terms.xml4523(para) +msgid "" +"Used along with arptables and ebtables, iptables create firewalls in " +"Compute. iptables are the tables provided by the Linux kernel firewall " +"(implemented as different Netfilter modules) and the chains and rules it " +"stores. Different kernel modules and programs are currently used for " +"different protocols: iptables applies to IPv4, ip6tables to IPv6, arptables " +"to ARP, and ebtables to Ethernet frames. Requires root privilege to " +"manipulate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4534(glossterm) +msgid "iSCSI" +msgstr "iSCSI" + +#: ./doc/glossary/glossary-terms.xml4536(primary) +msgid "iSCSI protocol" +msgstr "iSCSI プロトコル" + +#: ./doc/glossary/glossary-terms.xml4540(para) +msgid "" +"The SCSI disk protocol tunneled within Ethernet, supported by Compute, " +"Object Storage, and Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4546(glossterm) +msgid "ISO9960" +msgstr "ISO9960" + +#: ./doc/glossary/glossary-terms.xml4548(primary) +msgid "ISO9960 format" +msgstr "ISO9960 形式" + +#: ./doc/glossary/glossary-terms.xml4552(para) +#: ./doc/glossary/glossary-terms.xml6498(para) +#: ./doc/glossary/glossary-terms.xml8334(para) +#: ./doc/glossary/glossary-terms.xml8346(para) +#: ./doc/glossary/glossary-terms.xml8554(para) +msgid "One of the VM image disk formats supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4558(glossterm) +#: ./doc/glossary/glossary-terms.xml4560(primary) +msgid "itsec" +msgstr "itsec" + +#: ./doc/glossary/glossary-terms.xml4564(para) +msgid "" +"A default role in the Compute RBAC system that can quarantine an instance in" +" any project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4573(title) +msgid "J" +msgstr "J" + +#: ./doc/glossary/glossary-terms.xml4576(glossterm) +#: ./doc/glossary/glossary-terms.xml4578(primary) +msgid "Java" +msgstr "Java" + +#: ./doc/glossary/glossary-terms.xml4582(para) +msgid "" +"A programming language that is used to create systems that involve more than" +" one computer by way of a network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4588(glossterm) +#: ./doc/glossary/glossary-terms.xml4590(primary) +msgid "JavaScript" +msgstr "JavaScript" + +#: ./doc/glossary/glossary-terms.xml4594(para) +msgid "A scripting language that is used to build web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4599(glossterm) +#: ./doc/glossary/glossary-terms.xml4601(primary) +msgid "JavaScript Object Notation (JSON)" +msgstr "JavaScript Object Notation (JSON)" + +#: ./doc/glossary/glossary-terms.xml4605(para) +msgid "One of the supported response formats in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4610(glossterm) +#: ./doc/glossary/glossary-terms.xml4612(primary) +msgid "Jenkins" +msgstr "Jenkins" + +#: ./doc/glossary/glossary-terms.xml4616(para) +msgid "Tool used to run jobs automatically for OpenStack development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4622(glossterm) +#: ./doc/glossary/glossary-terms.xml4624(primary) +msgid "jumbo frame" +msgstr "ジャンボフレーム" + +#: ./doc/glossary/glossary-terms.xml4628(para) +msgid "" +"Feature in modern Ethernet networks that supports frames up to approximately" +" 9000 bytes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4634(glossterm) +#: ./doc/glossary/glossary-terms.xml4636(primary) +msgid "Juno" +msgstr "Juno" + +#: ./doc/glossary/glossary-terms.xml4640(para) +msgid "" +"The code name for the tenth release of OpenStack. The design summit took " +"place in Atlanta, Georgia, US and Juno is an unincorporated community in " +"Georgia." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4650(title) +msgid "K" +msgstr "K" + +#: ./doc/glossary/glossary-terms.xml4653(glossterm) +msgid "kernel-based VM (KVM)" +msgstr "kernel-based VM (KVM)" + +#: ./doc/glossary/glossary-terms.xml4655(primary) +msgid "kernel-based VM (KVM) hypervisor" +msgstr "kernel-based VM (KVM) ハイパーバイザー" + +#: ./doc/glossary/glossary-terms.xml4659(para) +msgid "" +"An OpenStack-supported hypervisor. KVM is a full virtualization solution for" +" Linux on x86 hardware containing virtualization extensions (Intel VT or " +"AMD-V), ARM, IBM Power, and IBM zSeries. It consists of a loadable kernel " +"module, that provides the core virtualization infrastructure and a processor" +" specific module." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4671(glossterm) +#: ./doc/glossary/glossary-terms.xml4673(primary) +msgid "keystone" +msgstr "keystone" + +#: ./doc/glossary/glossary-terms.xml4677(para) +msgid "The project that provides OpenStack Identity services." +msgstr "OpenStack Identity サービスを提供するプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml4682(glossterm) +#: ./doc/glossary/glossary-terms.xml4684(primary) +msgid "Kickstart" +msgstr "Kickstart" + +#: ./doc/glossary/glossary-terms.xml4688(para) +msgid "" +"A tool to automate system configuration and installation on Red Hat, Fedora," +" and CentOS-based Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4694(glossterm) +#: ./doc/glossary/glossary-terms.xml4696(primary) +msgid "Kilo" +msgstr "Kilo" + +#: ./doc/glossary/glossary-terms.xml4700(para) +msgid "" +"The code name for the eleventh release of OpenStack. The design summit took " +"place in Paris, France. Due to delays in the name selection, the release was" +" known only as K. Because k is the unit symbol for kilo " +"and the reference artifact is stored near Paris in the Pavillon de Breteuil " +"in Sèvres, the community chose Kilo as the release name." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4713(title) +msgid "L" +msgstr "L" + +#: ./doc/glossary/glossary-terms.xml4716(glossterm) +#: ./doc/glossary/glossary-terms.xml4718(primary) +msgid "large object" +msgstr "ラージオブジェクト" + +#: ./doc/glossary/glossary-terms.xml4722(para) +msgid "An object within Object Storage that is larger than 5GB." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4727(glossterm) +#: ./doc/glossary/glossary-terms.xml4729(primary) +msgid "Launchpad" +msgstr "Launchpad" + +#: ./doc/glossary/glossary-terms.xml4733(para) +msgid "The collaboration site for OpenStack." +msgstr "OpenStack 用コラボレーションサイト。" + +#: ./doc/glossary/glossary-terms.xml4738(glossterm) +#: ./doc/glossary/glossary-terms.xml4740(primary) +msgid "Layer-2 network" +msgstr "Layer-2 ネットワーク" + +#: ./doc/glossary/glossary-terms.xml4744(para) +msgid "" +"Term used in the OSI network architecture for the data link layer. The data " +"link layer is responsible for media access control, flow control and " +"detecting and possibly correcting erros that may occur in the physical " +"layer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4754(glossterm) +#: ./doc/glossary/glossary-terms.xml4756(primary) +msgid "Layer-3 network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4760(para) +msgid "" +"Term used in the OSI network architecture for the network layer. The network" +" layer is responsible for packet forwarding including routing from one node " +"to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4769(glossterm) +#: ./doc/glossary/glossary-terms.xml4771(primary) +msgid "Layer-2 (L2) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4775(para) +msgid "" +"OpenStack Networking agent that provides layer-2 connectivity for virtual " +"networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4781(glossterm) +#: ./doc/glossary/glossary-terms.xml4783(primary) +msgid "Layer-3 (L3) agent" +msgstr "Layer-3 (L3) エージェント" + +#: ./doc/glossary/glossary-terms.xml4787(para) +msgid "" +"OpenStack Networking agent that provides layer-3 (routing) services for " +"virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4793(glossterm) +#: ./doc/glossary/glossary-terms.xml4795(primary) +msgid "libvirt" +msgstr "libvirt" + +#: ./doc/glossary/glossary-terms.xml4799(para) +msgid "" +"Virtualization API library used by OpenStack to interact with many of its " +"supported hypervisors." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4805(glossterm) +msgid "Linux bridge" +msgstr "Linux ブリッジ" + +#: ./doc/glossary/glossary-terms.xml4808(para) +msgid "" +"Software that enables multiple VMs to share a single physical NIC within " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4814(glossterm) +msgid "Linux Bridge neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4816(primary) +msgid "Linux Bridge" +msgstr "Linux ブリッジ" + +#: ./doc/glossary/glossary-terms.xml4818(secondary) +#: ./doc/glossary/glossary-terms.xml5858(secondary) +msgid "neutron plug-in for" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4822(para) +msgid "" +"Enables a Linux bridge to understand a Networking port, interface " +"attachment, and other abstractions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4828(glossterm) +#: ./doc/glossary/glossary-terms.xml4830(primary) +msgid "Linux containers (LXC)" +msgstr "Linux コンテナー (LXC)" + +#: ./doc/glossary/glossary-terms.xml4839(glossterm) +#: ./doc/glossary/glossary-terms.xml4841(primary) +msgid "live migration" +msgstr "ライブマイグレーション" + +#: ./doc/glossary/glossary-terms.xml4845(para) +msgid "" +"The ability within Compute to move running virtual machine instances from " +"one host to another with only a small service interruption during " +"switchover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4852(glossterm) +msgid "load balancer" +msgstr "負荷分散装置" + +#: ./doc/glossary/glossary-terms.xml4855(para) +msgid "" +"A load balancer is a logical device that belongs to a cloud account. It is " +"used to distribute workloads between multiple back-end systems or services, " +"based on the criteria defined as part of its configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4863(glossterm) +#: ./doc/glossary/glossary-terms.xml4865(primary) +msgid "load balancing" +msgstr "負荷分散" + +#: ./doc/glossary/glossary-terms.xml4869(para) +msgid "" +"The process of spreading client requests between two or more nodes to " +"improve performance and availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4875(glossterm) +#: ./doc/glossary/glossary-terms.xml4878(primary) +msgid "Load-Balancer-as-a-Service (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4882(para) +msgid "" +"Enables Networking to distribute incoming requests evenly between designated" +" instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4888(glossterm) +#: ./doc/glossary/glossary-terms.xml4890(primary) +msgid "Logical Volume Manager (LVM)" +msgstr "論理ボリュームマネージャー (LVM)" + +#: ./doc/glossary/glossary-terms.xml4894(para) +msgid "" +"Provides a method of allocating space on mass-storage devices that is more " +"flexible than conventional partitioning schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4904(title) +msgid "M" +msgstr "M" + +#: ./doc/glossary/glossary-terms.xml4907(glossterm) +#: ./doc/glossary/glossary-terms.xml4909(primary) +msgid "management API" +msgstr "マネジメント API" + +#: ./doc/glossary/glossary-terms.xml4915(para) +msgid "Alternative term for an admin API." +msgstr "管理 API(admin API)の別名。" + +#: ./doc/glossary/glossary-terms.xml4920(glossterm) +#: ./doc/glossary/glossary-terms.xml4922(primary) +msgid "management network" +msgstr "管理ネットワーク" + +#: ./doc/glossary/glossary-terms.xml4926(para) +msgid "" +"A network segment used for administration, not accessible to the public " +"Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4932(glossterm) +#: ./doc/glossary/glossary-terms.xml4934(primary) +msgid "manager" +msgstr "マネージャー" + +#: ./doc/glossary/glossary-terms.xml4938(para) +msgid "" +"Logical groupings of related code, such as the Block Storage volume manager " +"or network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4944(glossterm) +msgid "manifest" +msgstr "マニフェスト" + +#: ./doc/glossary/glossary-terms.xml4946(primary) +#: ./doc/glossary/glossary-terms.xml4965(primary) +msgid "manifests" +msgstr "マニフェスト" + +#: ./doc/glossary/glossary-terms.xml4952(para) +msgid "Used to track segments of a large object within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4958(glossterm) +msgid "manifest object" +msgstr "マニフェストオブジェクト" + +#: ./doc/glossary/glossary-terms.xml4962(secondary) +#: ./doc/glossary/glossary-terms.xml4967(secondary) +msgid "manifest objects" +msgstr "マニフェストオブジェクト" + +#: ./doc/glossary/glossary-terms.xml4971(para) +msgid "" +"A special Object Storage object that contains the manifest for a large " +"object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4977(glossterm) +#: ./doc/glossary/glossary-terms.xml4979(primary) +msgid "marconi" +msgstr "marconi" + +#: ./doc/glossary/glossary-terms.xml4983(para) +msgid "OpenStack project that provides a queue service to applications." +msgstr "キューサービスをアプリケーションに提供する OpenStack のプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml4989(glossterm) +#: ./doc/glossary/glossary-terms.xml4991(primary) +msgid "maximum transmission unit (MTU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4995(para) +msgid "" +"Maximum frame or packet size for a particular network medium. Typically 1500" +" bytes for Ethernet networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5001(glossterm) +#: ./doc/glossary/glossary-terms.xml5003(primary) +msgid "mechanism driver" +msgstr "メカニズムドライバー" + +#: ./doc/glossary/glossary-terms.xml5007(para) +msgid "" +"A driver for the Modular Layer 2 (ML2) neutron plug-in that provides layer-2" +" connectivity for virtual instances. A single OpenStack installation can use" +" multiple mechanism drivers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5016(glossterm) +#: ./doc/glossary/glossary-terms.xml5018(primary) +msgid "melange" +msgstr "melange" + +#: ./doc/glossary/glossary-terms.xml5022(para) +msgid "" +"Project name for OpenStack Network Information Service. To be merged with " +"Networking." +msgstr "OpenStack Network Information Service のプロジェクト名。Networking と統合予定。" + +#: ./doc/glossary/glossary-terms.xml5028(glossterm) +#: ./doc/glossary/glossary-terms.xml5030(primary) +msgid "membership" +msgstr "メンバーシップ" + +#: ./doc/glossary/glossary-terms.xml5034(para) +msgid "" +"The association between an Image Service VM image and a tenant. Enables " +"images to be shared with specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5040(glossterm) +msgid "membership list" +msgstr "メンバーシップリスト" + +#: ./doc/glossary/glossary-terms.xml5042(primary) +msgid "membership lists" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5052(glossterm) +#: ./doc/glossary/glossary-terms.xml5054(primary) +msgid "memcached" +msgstr "memcached" + +#: ./doc/glossary/glossary-terms.xml5058(para) +msgid "" +"A distributed memory object caching system that is used by Object Storage " +"for caching." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5064(glossterm) +#: ./doc/glossary/glossary-terms.xml5066(primary) +msgid "memory overcommit" +msgstr "メモリーオーバーコミット" + +#: ./doc/glossary/glossary-terms.xml5070(para) +msgid "" +"The ability to start new VM instances based on the actual memory usage of a " +"host, as opposed to basing the decision on the amount of RAM each running " +"instance thinks it has available. Also known as RAM overcommit." +msgstr "実行中の各インスタンスが利用可能と考えている RAM 量に基づく判断をベースにする代わりに、ホスト上の実際のメモリ使用量をベースにした、新しい VM インスタンスを起動する機能。" + +#: ./doc/glossary/glossary-terms.xml5078(glossterm) +msgid "message broker" +msgstr "メッセージブローカー" + +#: ./doc/glossary/glossary-terms.xml5080(primary) +msgid "message brokers" +msgstr "メッセージブローカー" + +#: ./doc/glossary/glossary-terms.xml5084(para) +msgid "" +"The software package used to provide AMQP messaging capabilities within " +"Compute. Default package is RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5090(glossterm) +#: ./doc/glossary/glossary-terms.xml5092(primary) +msgid "message bus" +msgstr "メッセージバス" + +#: ./doc/glossary/glossary-terms.xml5096(para) +msgid "" +"The main virtual communication line used by all AMQP messages for inter-" +"cloud communications within Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5102(glossterm) +#: ./doc/glossary/glossary-terms.xml5104(primary) +msgid "message queue" +msgstr "メッセージキュー" + +#: ./doc/glossary/glossary-terms.xml5108(para) +msgid "" +"Passes requests from clients to the appropriate workers and returns the " +"output to the client after the job completes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5114(glossterm) +#: ./doc/glossary/glossary-terms.xml5116(primary) +msgid "Metadata agent" +msgstr "メタデータエージェント" + +#: ./doc/glossary/glossary-terms.xml5120(para) +msgid "" +"OpenStack Networking agent that provides metadata services for instances." +msgstr "インスタンスにメタデータサービスを提供する OpenStack Networking エージェント。" + +#: ./doc/glossary/glossary-terms.xml5126(glossterm) +#: ./doc/glossary/glossary-terms.xml5128(primary) +msgid "Meta-Data Server (MDS)" +msgstr "Meta-Data Server (MDS)" + +#: ./doc/glossary/glossary-terms.xml5132(para) +msgid "Stores CephFS metadata." +msgstr "CephFS メタデータを格納する。" + +#: ./doc/glossary/glossary-terms.xml5137(glossterm) +#: ./doc/glossary/glossary-terms.xml5139(primary) +msgid "migration" +msgstr "マイグレーション" + +#: ./doc/glossary/glossary-terms.xml5143(para) +msgid "The process of moving a VM instance from one host to another." +msgstr "VM インスタンスをあるホストから別のホストに移動させる処理。" + +#: ./doc/glossary/glossary-terms.xml5149(glossterm) +#: ./doc/glossary/glossary-terms.xml5151(primary) +msgid "multi-host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5155(para) +msgid "" +"High-availability mode for legacy (nova) networking. Each compute node " +"handles NAT and DHCP and acts as a gateway for all of the VMs on it. A " +"networking failure on one compute node doesn't affect VMs on other compute " +"nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5163(glossterm) +msgid "multinic" +msgstr "マルチ NIC" + +#: ./doc/glossary/glossary-terms.xml5166(para) +msgid "" +"Facility in Compute that allows each virtual machine instance to have more " +"than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5172(glossterm) +#: ./doc/glossary/glossary-terms.xml5175(primary) +msgid "Modular Layer 2 (ML2) neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5179(para) +msgid "" +"Can concurrently use multiple layer-2 networking technologies, such as " +"802.1Q and VXLAN, in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5185(glossterm) +#: ./doc/glossary/glossary-terms.xml5187(primary) +msgid "Monitor (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5191(para) +msgid "" +"LBaaS feature that provides availability monitoring using the " +"ping command, TCP, and HTTP/HTTPS GET." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5197(glossterm) +#: ./doc/glossary/glossary-terms.xml5199(primary) +msgid "Monitor (Mon)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5203(para) +msgid "" +"A Ceph component that communicates with external clients, checks data state " +"and consistency, and performs quorum functions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5209(glossterm) +#: ./doc/glossary/glossary-terms.xml5211(primary) +msgid "multi-factor authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5215(para) +msgid "" +"Authentication method that uses two or more credentials, such as a password " +"and a private key. Currently not supported in Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5222(glossterm) +#: ./doc/glossary/glossary-terms.xml5224(primary) +msgid "MultiNic" +msgstr "MultiNic" + +#: ./doc/glossary/glossary-terms.xml5228(para) +msgid "" +"Facility in Compute that enables a virtual machine instance to have more " +"than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5237(title) +msgid "N" +msgstr "N" + +#: ./doc/glossary/glossary-terms.xml5240(glossterm) +#: ./doc/glossary/glossary-terms.xml5242(primary) +msgid "Nebula" +msgstr "Nebula" + +#: ./doc/glossary/glossary-terms.xml5246(para) +msgid "Released as open source by NASA in 2010 and is the basis for Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5252(glossterm) +#: ./doc/glossary/glossary-terms.xml5254(primary) +msgid "netadmin" +msgstr "netadmin" + +#: ./doc/glossary/glossary-terms.xml5258(para) +msgid "" +"One of the default roles in the Compute RBAC system. Enables the user to " +"allocate publicly accessible IP addresses to instances and change firewall " +"rules." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5265(glossterm) +#: ./doc/glossary/glossary-terms.xml5267(primary) +msgid "NetApp volume driver" +msgstr "NetApp ボリュームドライバー" + +#: ./doc/glossary/glossary-terms.xml5271(para) +msgid "" +"Enables Compute to communicate with NetApp storage devices through the " +"NetApp OnCommand Provisioning " +"Manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5278(glossterm) +msgid "network" +msgstr "Network" + +#: ./doc/glossary/glossary-terms.xml5280(primary) +#: ./doc/glossary/glossary-terms.xml5296(primary) +#: ./doc/glossary/glossary-terms.xml5310(primary) +#: ./doc/glossary/glossary-terms.xml5325(primary) +#: ./doc/glossary/glossary-terms.xml5339(primary) +#: ./doc/glossary/glossary-terms.xml5353(primary) +#: ./doc/glossary/glossary-terms.xml5367(primary) +#: ./doc/glossary/glossary-terms.xml5380(primary) +#: ./doc/glossary/glossary-terms.xml5394(primary) +#: ./doc/glossary/glossary-terms.xml5408(primary) +#: ./doc/glossary/glossary-terms.xml5422(primary) +#: ./doc/glossary/glossary-terms.xml6245(primary) +#: ./doc/glossary/glossary-terms.xml6445(primary) +#: ./doc/glossary/glossary-terms.xml8381(primary) +#: ./doc/glossary/glossary-terms.xml8529(primary) +msgid "networks" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5286(para) +msgid "" +"A virtual network that provides connectivity between entities. For example, " +"a collection of virtual ports that share network connectivity. In Networking" +" terminology, a network is always a layer-2 network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5294(glossterm) +#: ./doc/glossary/glossary-terms.xml5298(secondary) +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5302(para) +msgid "" +"The process of modifying IP address information while in transit. Supported " +"by Compute and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5308(glossterm) +msgid "network controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5312(secondary) +msgid "network controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5316(para) +msgid "" +"A Compute daemon that orchestrates the network configuration of nodes, " +"including IP addresses, VLANs, and bridging. Also manages routing for both " +"public and private networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5323(glossterm) +#: ./doc/glossary/glossary-terms.xml5327(secondary) +msgid "Network File System (NFS)" +msgstr "Network File System (NFS)" + +#: ./doc/glossary/glossary-terms.xml5331(para) +msgid "" +"A method for making file systems available over the network. Supported by " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5337(glossterm) +msgid "network ID" +msgstr "ネットワーク ID" + +#: ./doc/glossary/glossary-terms.xml5341(secondary) +msgid "network IDs" +msgstr "ネットワーク ID" + +#: ./doc/glossary/glossary-terms.xml5345(para) +msgid "" +"Unique ID assigned to each network segment within Networking. Same as " +"network UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5351(glossterm) +msgid "network manager" +msgstr "ネットワークマネージャー" + +#: ./doc/glossary/glossary-terms.xml5355(secondary) +msgid "network managers" +msgstr "ネットワークマネージャー" + +#: ./doc/glossary/glossary-terms.xml5359(para) +msgid "" +"The Compute component that manages various network components, such as " +"firewall rules, IP address allocation, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5365(glossterm) +msgid "network node" +msgstr "ネットワークノード" + +#: ./doc/glossary/glossary-terms.xml5369(secondary) +msgid "network nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5373(para) +msgid "Any compute node that runs the network worker daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5378(glossterm) +msgid "network segment" +msgstr "ネットワークセグメント" + +#: ./doc/glossary/glossary-terms.xml5382(secondary) +msgid "network segments" +msgstr "ネットワークセグメント" + +#: ./doc/glossary/glossary-terms.xml5386(para) +msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5392(glossterm) +#: ./doc/glossary/glossary-terms.xml5396(secondary) +msgid "Network Time Protocol (NTP)" +msgstr "Network Time Protocol (NTP)" + +#: ./doc/glossary/glossary-terms.xml5400(para) +msgid "" +"A method of keeping a clock for a host or node correct through " +"communications with a trusted, accurate time source." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5406(glossterm) +#: ./doc/glossary/glossary-terms.xml5410(secondary) +msgid "network UUID" +msgstr "ネットワーク UUID" + +#: ./doc/glossary/glossary-terms.xml5414(para) +msgid "" +"Unique ID for a Networking network segment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5420(glossterm) +msgid "network worker" +msgstr "ネットワークワーカー" + +#: ./doc/glossary/glossary-terms.xml5424(secondary) +msgid "network workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5428(para) +msgid "" +"The nova-network worker daemon; provides services such as" +" giving an IP address to a booting nova instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5435(glossterm) +msgid "Networking" +msgstr "ネットワーク" + +#: ./doc/glossary/glossary-terms.xml5438(para) +msgid "" +"A core OpenStack project that provides a network connectivity abstraction " +"layer to OpenStack Compute. The project name of Networking is neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5445(glossterm) +#: ./doc/glossary/glossary-terms.xml5447(primary) +#: ./doc/glossary/glossary-terms.xml5470(secondary) +msgid "Networking API" +msgstr "Networking API" + +#: ./doc/glossary/glossary-terms.xml5451(para) +msgid "" +"API used to access OpenStack Networking. Provides an extensible architecture" +" to enable custom plug-in creation." +msgstr "OpenStack Networking にアクセスするために利用する API。独自プラグインを作成できる拡張性を持ったアーキテクチャーになっている。" + +#: ./doc/glossary/glossary-terms.xml5457(glossterm) +#: ./doc/glossary/glossary-terms.xml5468(primary) +#: ./doc/glossary/glossary-terms.xml5481(primary) +#: ./doc/glossary/glossary-terms.xml5495(primary) +msgid "neutron" +msgstr "neutron" + +#: ./doc/glossary/glossary-terms.xml5460(para) +msgid "" +"A core OpenStack project that provides a network connectivity abstraction " +"layer to OpenStack Compute." +msgstr "OpenStack のコアプロジェクトで、OpenStack Compute に対してネットワーク接続の抽象化レイヤーを提供する。" + +#: ./doc/glossary/glossary-terms.xml5466(glossterm) +msgid "neutron API" +msgstr "neutron API" + +#: ./doc/glossary/glossary-terms.xml5474(para) +msgid "An alternative name for Networking API." +msgstr "Networking API の別名。" + +#: ./doc/glossary/glossary-terms.xml5479(glossterm) +#: ./doc/glossary/glossary-terms.xml5483(secondary) +msgid "neutron manager" +msgstr "neutron マネージャー" + +#: ./doc/glossary/glossary-terms.xml5487(para) +msgid "" +"Enables Compute and Networking integration, which enables Networking to " +"perform network management for guest VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5493(glossterm) +#: ./doc/glossary/glossary-terms.xml5497(secondary) +msgid "neutron plug-in" +msgstr "neutron プラグイン" + +#: ./doc/glossary/glossary-terms.xml5501(para) +msgid "" +"Interface within Networking that enables organizations to create custom " +"plug-ins for advanced features, such as QoS, ACLs, or IDS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5508(glossterm) +#: ./doc/glossary/glossary-terms.xml5510(primary) +msgid "Nexenta volume driver" +msgstr "Nexenta ボリュームドライバー" + +#: ./doc/glossary/glossary-terms.xml5514(para) +msgid "Provides support for NexentaStor devices in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5519(glossterm) +#: ./doc/glossary/glossary-terms.xml5521(primary) +msgid "No ACK" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5525(para) +msgid "" +"Disables server-side message acknowledgment in the Compute RabbitMQ. " +"Increases performance but decreases reliability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5531(glossterm) +msgid "node" +msgstr "node" + +#: ./doc/glossary/glossary-terms.xml5533(primary) +#: ./doc/glossary/glossary-terms.xml6349(primary) +#: ./doc/glossary/glossary-terms.xml7682(primary) +#: ./doc/glossary/glossary-terms.xml7882(primary) +msgid "nodes" +msgstr "ノード" + +#: ./doc/glossary/glossary-terms.xml5539(para) +msgid "A VM instance that runs on a host." +msgstr "ホストで動作する仮想マシンインスタンス。" + +#: ./doc/glossary/glossary-terms.xml5544(glossterm) +msgid "non-durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5546(primary) +#: ./doc/glossary/glossary-terms.xml5563(primary) +#: ./doc/glossary/glossary-terms.xml6071(primary) +#: ./doc/glossary/glossary-terms.xml8145(primary) +msgid "messages" +msgstr "メッセージ" + +#: ./doc/glossary/glossary-terms.xml5548(secondary) +#: ./doc/glossary/glossary-terms.xml5551(primary) +#: ./doc/glossary/glossary-terms.xml8125(see) +msgid "non-durable exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5555(para) +msgid "" +"Message exchange that is cleared when the service restarts. Its data is not " +"written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5561(glossterm) +#: ./doc/glossary/glossary-terms.xml5568(primary) +msgid "non-durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5565(secondary) +msgid "non-durable queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5572(para) +msgid "" +"Message queue that is cleared when the service restarts. Its data is not " +"written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5578(glossterm) +#: ./doc/glossary/glossary-terms.xml5580(primary) +msgid "non-persistent volume" +msgstr "非永続ボリューム" + +#: ./doc/glossary/glossary-terms.xml5586(para) +msgid "Alternative term for an ephemeral volume." +msgstr "エフェメラルボリュームの別名。" + +#: ./doc/glossary/glossary-terms.xml5591(glossterm) +#: ./doc/glossary/glossary-terms.xml5593(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5597(para) +msgid "" +"Network traffic between a user or client (north) and a server (south), or " +"traffic into the cloud (south) and out of the cloud (north). See also east-" +"west traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5605(glossterm) +#: ./doc/glossary/glossary-terms.xml5615(primary) +#: ./doc/glossary/glossary-terms.xml5628(primary) +msgid "nova" +msgstr "nova" + +#: ./doc/glossary/glossary-terms.xml5608(para) +msgid "OpenStack project that provides compute services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5613(glossterm) +msgid "Nova API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5621(para) +msgid "Alternative term for the Compute API." +msgstr "Compute API の別名。" + +#: ./doc/glossary/glossary-terms.xml5626(glossterm) +#: ./doc/glossary/glossary-terms.xml5630(secondary) +msgid "nova-network" +msgstr "nova-network" + +#: ./doc/glossary/glossary-terms.xml5634(para) +msgid "" +"A Compute component that manages IP address allocation, firewalls, and other" +" network-related tasks. This is the legacy networking option and an " +"alternative to Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5644(title) +msgid "O" +msgstr "O" + +#: ./doc/glossary/glossary-terms.xml5647(glossterm) +msgid "object" +msgstr "オブジェクト" + +#: ./doc/glossary/glossary-terms.xml5655(para) +msgid "A BLOB of data held by Object Storage; can be in any format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5661(glossterm) +msgid "object auditor" +msgstr "オブジェクトオーディター" + +#: ./doc/glossary/glossary-terms.xml5665(secondary) +msgid "object auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5669(para) +msgid "" +"Opens all objects for an object server and verifies the MD5 hash, size, and " +"metadata for each object." +msgstr "あるオブジェクトサーバー用の全オブジェクトを開き、各オブジェクトの MD5 ハッシュ、サイズ、メタデータを検証する。" + +#: ./doc/glossary/glossary-terms.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5679(secondary) +msgid "object expiration" +msgstr "オブジェクト有効期限" + +#: ./doc/glossary/glossary-terms.xml5683(para) +msgid "" +"A configurable option within Object Storage to automatically delete objects " +"after a specified amount of time has passed or a certain date is reached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5690(glossterm) +#: ./doc/glossary/glossary-terms.xml5694(secondary) +msgid "object hash" +msgstr "オブジェクトハッシュ" + +#: ./doc/glossary/glossary-terms.xml5698(para) +msgid "Uniquely ID for an Object Storage object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5703(glossterm) +#: ./doc/glossary/glossary-terms.xml5707(secondary) +msgid "object path hash" +msgstr "オブジェクトパスハッシュ" + +#: ./doc/glossary/glossary-terms.xml5711(para) +msgid "" +"Used by Object Storage to determine the location of an object in the ring. " +"Maps objects to partitions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5717(glossterm) +msgid "object replicator" +msgstr "オブジェクトレプリケーター" + +#: ./doc/glossary/glossary-terms.xml5721(secondary) +msgid "object replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5725(para) +msgid "" +"An Object Storage component that copies an object to remote partitions for " +"fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5731(glossterm) +msgid "object server" +msgstr "オブジェクトサーバー" + +#: ./doc/glossary/glossary-terms.xml5735(secondary) +msgid "object servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5739(para) +msgid "An Object Storage component that is responsible for managing objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5745(glossterm) +#: ./doc/glossary/glossary-terms.xml5762(primary) +#: ./doc/glossary/glossary-terms.xml5775(primary) +msgid "Object Storage" +msgstr "オブジェクトストレージ" + +#: ./doc/glossary/glossary-terms.xml5748(para) +msgid "" +"The OpenStack core project that provides eventually consistent and redundant" +" storage and retrieval of fixed digital content. The project name of " +"OpenStack Object Storage is swift." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5755(glossterm) +#: ./doc/glossary/glossary-terms.xml5759(secondary) +#: ./doc/glossary/glossary-terms.xml5764(secondary) +msgid "Object Storage API" +msgstr "Object Storage API" + +#: ./doc/glossary/glossary-terms.xml5757(primary) +#: ./doc/glossary/glossary-terms.xml7826(glossterm) +#: ./doc/glossary/glossary-terms.xml7849(primary) +#: ./doc/glossary/glossary-terms.xml7863(primary) +#: ./doc/glossary/glossary-terms.xml7887(primary) +msgid "swift" +msgstr "swift" + +#: ./doc/glossary/glossary-terms.xml5768(para) +msgid "API used to access OpenStack Object Storage." +msgstr "OpenStack Object Storage にアクセスするために使用する API。" + +#: ./doc/glossary/glossary-terms.xml5773(glossterm) +#: ./doc/glossary/glossary-terms.xml5777(secondary) +msgid "Object Storage Device (OSD)" +msgstr "Object Storage Device (OSD)" + +#: ./doc/glossary/glossary-terms.xml5781(para) +msgid "The Ceph storage daemon." +msgstr "Ceph ストレージデーモン。" + +#: ./doc/glossary/glossary-terms.xml5786(glossterm) +#: ./doc/glossary/glossary-terms.xml5790(secondary) +msgid "object versioning" +msgstr "オブジェクトバージョニング" + +#: ./doc/glossary/glossary-terms.xml5794(para) +msgid "" +"Allows a user to set a flag on an Object Storage container so that all " +"objects within the container are versioned." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5800(glossterm) +#: ./doc/glossary/glossary-terms.xml5802(primary) +msgid "Oldie" +msgstr "Oldie" + +#: ./doc/glossary/glossary-terms.xml5806(para) +msgid "" +"Term for an Object Storage process that runs for a long time. Can indicate a" +" hung process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5812(glossterm) +#: ./doc/glossary/glossary-terms.xml5815(primary) +msgid "Open Cloud Computing Interface (OCCI)" +msgstr "Open Cloud Computing Interface (OCCI)" + +#: ./doc/glossary/glossary-terms.xml5819(para) +msgid "" +"A standardized interface for managing compute, data, and network resources, " +"currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5825(glossterm) +#: ./doc/glossary/glossary-terms.xml5827(primary) +msgid "Open Virtualization Format (OVF)" +msgstr "Open Virtualization Format (OVF)" + +#: ./doc/glossary/glossary-terms.xml5831(para) +msgid "Standard for packaging VM images. Supported in OpenStack." +msgstr "仮想マシンイメージのパッケージ化の標準。OpenStack でサポートされる。" + +#: ./doc/glossary/glossary-terms.xml5836(glossterm) +#: ./doc/glossary/glossary-terms.xml5838(primary) +#: ./doc/glossary/glossary-terms.xml5856(primary) +msgid "Open vSwitch" +msgstr "Open vSwitch" + +#: ./doc/glossary/glossary-terms.xml5842(para) +msgid "" +"Open vSwitch is a production quality, multilayer virtual switch licensed " +"under the open source Apache 2.0 license. It is designed to enable massive " +"network automation through programmatic extension, while still supporting " +"standard management interfaces and protocols (for example NetFlow, sFlow, " +"SPAN, RSPAN, CLI, LACP, 802.1ag)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5854(glossterm) +msgid "Open vSwitch neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5862(para) +msgid "Provides support for Open vSwitch in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5867(glossterm) +#: ./doc/glossary/glossary-terms.xml5869(primary) +msgid "OpenLDAP" +msgstr "OpenLDAP" + +#: ./doc/glossary/glossary-terms.xml5873(para) +msgid "" +"An open source LDAP server. Supported by both Compute and Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5879(glossterm) +#: ./doc/glossary/glossary-terms.xml5881(primary) +#: ./doc/glossary/glossary-terms.xml5899(primary) +msgid "OpenStack" +msgstr "OpenStack" + +#: ./doc/glossary/glossary-terms.xml5887(para) +msgid "" +"OpenStack is a cloud operating system that controls large pools of compute, " +"storage, and networking resources throughout a data center, all managed " +"through a dashboard that gives administrators control while empowering their" +" users to provision resources through a web interface. OpenStack is an open " +"source project licensed under the Apache License 2.0." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5897(glossterm) +msgid "OpenStack code name" +msgstr "OpenStack コード名" + +#: ./doc/glossary/glossary-terms.xml5900(secondary) +msgid "code name" +msgstr "コード名" + +#: ./doc/glossary/glossary-terms.xml5904(para) +msgid "" +"Each OpenStack release has a code name. Code names ascend in alphabetical " +"order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, " +"Icehouse, Juno, and Kilo. Code names are cities or counties near where the " +"corresponding OpenStack design summit took place. An exception, called the " +"Waldon exception, is granted to elements of the state flag that sound " +"especially cool. Code names are chosen by popular vote." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5918(glossterm) +#: ./doc/glossary/glossary-terms.xml5920(primary) +msgid "openSUSE" +msgstr "openSUSE" + +#: ./doc/glossary/glossary-terms.xml5929(glossterm) +#: ./doc/glossary/glossary-terms.xml5931(primary) +msgid "operator" +msgstr "運用者" + +#: ./doc/glossary/glossary-terms.xml5935(para) +msgid "" +"The person responsible for planning and maintaining an OpenStack " +"installation." +msgstr "OpenStack インストールを計画し、管理する責任者。" + +#: ./doc/glossary/glossary-terms.xml5941(glossterm) +#: ./doc/glossary/glossary-terms.xml5943(primary) +msgid "Orchestration" +msgstr "Orchestration" + +#: ./doc/glossary/glossary-terms.xml5947(para) +msgid "" +"An integrated project that orchestrates multiple cloud applications for " +"OpenStack. The project name of Orchestration is heat." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5954(glossterm) +msgid "orphan" +msgstr "orphan" + +#: ./doc/glossary/glossary-terms.xml5956(primary) +msgid "orphans" +msgstr "orphan" + +#: ./doc/glossary/glossary-terms.xml5960(para) +msgid "" +"In the context of Object Storage, this is a process that is not terminated " +"after an upgrade, restart, or reload of the service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5969(title) +msgid "P" +msgstr "P" + +#: ./doc/glossary/glossary-terms.xml5972(glossterm) +msgid "parent cell" +msgstr "親セル" + +#: ./doc/glossary/glossary-terms.xml5976(secondary) +#: ./doc/glossary/glossary-terms.xml5979(primary) +msgid "parent cells" +msgstr "親セル" + +#: ./doc/glossary/glossary-terms.xml5983(para) +msgid "" +"If a requested resource, such as CPU time, disk storage, or memory, is not " +"available in the parent cell, the request is forwarded to associated child " +"cells." +msgstr "要求されたリソース(CPU時間、ディスクストレージ、メモリ)が親セルで利用不可の場合、そのリクエストは紐付けられた子セルに転送される。" + +#: ./doc/glossary/glossary-terms.xml5990(glossterm) +msgid "partition" +msgstr "パーティション" + +#: ./doc/glossary/glossary-terms.xml5992(primary) +#: ./doc/glossary/glossary-terms.xml6007(primary) +#: ./doc/glossary/glossary-terms.xml6021(primary) +msgid "partitions" +msgstr "パーティション" + +#: ./doc/glossary/glossary-terms.xml5998(para) +msgid "" +"A unit of storage within Object Storage used to store objects. It exists on " +"top of devices and is replicated for fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6005(glossterm) +#: ./doc/glossary/glossary-terms.xml6009(secondary) +msgid "partition index" +msgstr "パーティションインデックス" + +#: ./doc/glossary/glossary-terms.xml6013(para) +msgid "" +"Contains the locations of all Object Storage partitions within the ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6019(glossterm) +msgid "partition shift value" +msgstr "パーティションシフト値" + +#: ./doc/glossary/glossary-terms.xml6023(secondary) +msgid "partition index value" +msgstr "パーティションインデックス値" + +#: ./doc/glossary/glossary-terms.xml6027(para) +msgid "" +"Used by Object Storage to determine which partition data should reside on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6033(glossterm) +#: ./doc/glossary/glossary-terms.xml6035(primary) +msgid "path MTU discovery (PMTUD)" +msgstr "path MTU discovery (PMTUD)" + +#: ./doc/glossary/glossary-terms.xml6039(para) +msgid "" +"Mechanism in IP networks to detect end-to-end MTU and adjust packet size " +"accordingly." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6045(glossterm) +#: ./doc/glossary/glossary-terms.xml6047(primary) +msgid "pause" +msgstr "ポーズ" + +#: ./doc/glossary/glossary-terms.xml6051(para) +msgid "" +"A VM state where no changes occur (no changes in memory, network " +"communications stop, etc); the VM is frozen but not shut down." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6057(glossterm) +#: ./doc/glossary/glossary-terms.xml6059(primary) +msgid "PCI passthrough" +msgstr "PCI パススルー" + +#: ./doc/glossary/glossary-terms.xml6063(para) +msgid "" +"Gives guest VMs exclusive access to a PCI device. Currently supported in " +"OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6069(glossterm) +msgid "persistent message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6073(secondary) +#: ./doc/glossary/glossary-terms.xml6076(primary) +msgid "persistent messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6080(para) +msgid "" +"A message that is stored both in memory and on disk. The message is not lost" +" after a failure or restart." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6086(glossterm) +#: ./doc/glossary/glossary-terms.xml6088(primary) +msgid "persistent volume" +msgstr "永続ボリューム" + +#: ./doc/glossary/glossary-terms.xml6092(para) +msgid "Changes to these types of disk volumes are saved." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6097(glossterm) +#: ./doc/glossary/glossary-terms.xml6099(primary) +msgid "personality file" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6103(para) +msgid "" +"A file used to customize a Compute instance. It can be used to inject SSH " +"keys or a specific network configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6109(glossterm) +#: ./doc/glossary/glossary-terms.xml6111(primary) +msgid "Platform-as-a-Service (PaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6115(para) +msgid "" +"Provides to the consumer the ability to deploy applications through a " +"programming language or tools supported by the cloud platform provider. An " +"example of Platform-as-a-Service is an Eclipse/Java programming platform " +"provided with no downloads required." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6124(glossterm) +msgid "plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6126(primary) +msgid "plug-ins, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6130(para) +msgid "" +"Software component providing the actual implementation for Networking APIs, " +"or for Compute APIs, depending on the context." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6136(glossterm) +#: ./doc/glossary/glossary-terms.xml6138(primary) +msgid "policy service" +msgstr "ポリシーサービス" + +#: ./doc/glossary/glossary-terms.xml6142(para) +msgid "" +"Component of Identity Service that provides a rule-management interface and " +"a rule-based authorization engine." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6148(glossterm) +#: ./doc/glossary/glossary-terms.xml6150(primary) +msgid "pool" +msgstr "プール" + +#: ./doc/glossary/glossary-terms.xml6154(para) +msgid "" +"A logical set of devices, such as web servers, that you group together to " +"receive and process traffic. The load balancing function chooses which " +"member of the pool handles the new requests or connections received on the " +"VIP address. Each VIP has one pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6163(glossterm) +#: ./doc/glossary/glossary-terms.xml6165(primary) +msgid "pool member" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6169(para) +msgid "" +"An application that runs on the back-end server in a load-balancing system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6175(glossterm) +msgid "port" +msgstr "ポート" + +#: ./doc/glossary/glossary-terms.xml6177(primary) +#: ./doc/glossary/glossary-terms.xml6191(primary) +#: ./doc/glossary/glossary-terms.xml8437(primary) +msgid "ports" +msgstr "ポート" + +#: ./doc/glossary/glossary-terms.xml6183(para) +msgid "" +"A virtual network port within Networking; VIFs / vNICs are connected to a " +"port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6189(glossterm) +#: ./doc/glossary/glossary-terms.xml6193(secondary) +msgid "port UUID" +msgstr "ポート UUID" + +#: ./doc/glossary/glossary-terms.xml6197(para) +msgid "Unique ID for a Networking port." +msgstr "Networking ポートのユニーク ID。" + +#: ./doc/glossary/glossary-terms.xml6202(glossterm) +msgid "preseed" +msgstr "preseed" + +#: ./doc/glossary/glossary-terms.xml6204(primary) +msgid "preseed, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6208(para) +msgid "" +"A tool to automate system configuration and installation on Debian-based " +"Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6214(glossterm) +#: ./doc/glossary/glossary-terms.xml6216(primary) +msgid "private image" +msgstr "プライベートイメージ" + +#: ./doc/glossary/glossary-terms.xml6220(para) +msgid "An Image Service VM image that is only available to specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6226(glossterm) +#: ./doc/glossary/glossary-terms.xml6233(primary) +msgid "private IP address" +msgstr "プライベート IP アドレス" + +#: ./doc/glossary/glossary-terms.xml6230(secondary) +msgid "private" +msgstr "プライベート" + +#: ./doc/glossary/glossary-terms.xml6237(para) +msgid "" +"An IP address used for management and administration, not available to the " +"public Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6243(glossterm) +msgid "private network" +msgstr "プライベートネットワーク" + +#: ./doc/glossary/glossary-terms.xml6247(secondary) +#: ./doc/glossary/glossary-terms.xml6250(primary) +msgid "private networks" +msgstr "プライベートネットワーク" + +#: ./doc/glossary/glossary-terms.xml6254(para) +msgid "" +"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 private network interface can" +" be a flat or VLAN network interface. A flat network interface is controlled" +" by the flat_interface with flat managers. A VLAN network interface is " +"controlled by the vlan_interface option with VLAN " +"managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6266(glossterm) +msgid "project" +msgstr "プロジェクト" + +#: ./doc/glossary/glossary-terms.xml6268(primary) +#: ./doc/glossary/glossary-terms.xml6282(primary) +#: ./doc/glossary/glossary-terms.xml6296(primary) +msgid "projects" +msgstr "プロジェクト" + +#: ./doc/glossary/glossary-terms.xml6274(para) +msgid "" +"A logical grouping of users within Compute; defines quotas and access to VM " +"images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6280(glossterm) +#: ./doc/glossary/glossary-terms.xml6284(secondary) +msgid "project ID" +msgstr "プロジェクト ID" + +#: ./doc/glossary/glossary-terms.xml6288(para) +msgid "User-defined alphanumeric string in Compute; the name of a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6294(glossterm) +#: ./doc/glossary/glossary-terms.xml6298(secondary) +msgid "project VPN" +msgstr "プロジェクト VPN" + +#: ./doc/glossary/glossary-terms.xml6302(para) +msgid "Alternative term for a cloudpipe." +msgstr "cloudpipe の別名。" + +#: ./doc/glossary/glossary-terms.xml6307(glossterm) +#: ./doc/glossary/glossary-terms.xml6309(primary) +msgid "promiscuous mode" +msgstr "プロミスキャスモード" + +#: ./doc/glossary/glossary-terms.xml6313(para) +msgid "" +"Causes the network interface to pass all traffic it receives to the host " +"rather than passing only the frames addressed to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6320(glossterm) +#: ./doc/glossary/glossary-terms.xml6322(primary) +msgid "protected property" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6326(para) +msgid "" +"Generally, extra properties on an Image Service image to which only cloud " +"administrators have access. Limits which user roles can perform CRUD " +"operations on that property. The cloud administrator can configure any image" +" property as protected." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6335(glossterm) +#: ./doc/glossary/glossary-terms.xml6337(primary) +msgid "provider" +msgstr "プロバイダー" + +#: ./doc/glossary/glossary-terms.xml6341(para) +msgid "An administrator who has access to all hosts and instances." +msgstr "すべてのホストやインスタンスへアクセス権を持つ管理者。" + +#: ./doc/glossary/glossary-terms.xml6347(glossterm) +msgid "proxy node" +msgstr "プロキシノード" + +#: ./doc/glossary/glossary-terms.xml6351(secondary) +#: ./doc/glossary/glossary-terms.xml6354(primary) +msgid "proxy nodes" +msgstr "プロキシノード" + +#: ./doc/glossary/glossary-terms.xml6358(para) +msgid "A node that provides the Object Storage proxy service." +msgstr "Object Storage プロキシサービスを提供するノード。" + +#: ./doc/glossary/glossary-terms.xml6363(glossterm) +msgid "proxy server" +msgstr "プロキシサーバー" + +#: ./doc/glossary/glossary-terms.xml6367(secondary) +#: ./doc/glossary/glossary-terms.xml6370(primary) +msgid "proxy servers" +msgstr "プロキシサーバー" + +#: ./doc/glossary/glossary-terms.xml6374(para) +msgid "" +"Users of Object Storage interact with the service through the proxy server, " +"which in turn looks up the location of the requested data within the ring " +"and returns the results to the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6381(glossterm) +#: ./doc/glossary/glossary-terms.xml6388(primary) +msgid "public API" +msgstr "パブリック API" + +#: ./doc/glossary/glossary-terms.xml6385(secondary) +msgid "public APIs" +msgstr "パブリック API" + +#: ./doc/glossary/glossary-terms.xml6392(para) +msgid "" +"An API endpoint used for both service-to-service communication and end-user " +"interactions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6398(glossterm) +#: ./doc/glossary/glossary-terms.xml6405(primary) +msgid "public image" +msgstr "パブリックイメージ" + +#: ./doc/glossary/glossary-terms.xml6402(secondary) +msgid "public images" +msgstr "パブリックイメージ" + +#: ./doc/glossary/glossary-terms.xml6409(para) +msgid "An Image Service VM image that is available to all tenants." +msgstr "すべてのテナントが利用できる Image Service の仮想マシンイメージ。" + +#: ./doc/glossary/glossary-terms.xml6415(glossterm) +#: ./doc/glossary/glossary-terms.xml6422(primary) +msgid "public IP address" +msgstr "パブリック IP アドレス" + +#: ./doc/glossary/glossary-terms.xml6419(secondary) +#: ./doc/glossary/glossary-terms.xml6447(secondary) +msgid "public" +msgstr "パブリック" + +#: ./doc/glossary/glossary-terms.xml6426(para) +msgid "An IP address that is accessible to end-users." +msgstr "エンドユーザがアクセス可能な IP アドレス。" + +#: ./doc/glossary/glossary-terms.xml6431(glossterm) +#: ./doc/glossary/glossary-terms.xml6433(primary) +msgid "public key authentication" +msgstr "公開鍵認証" + +#: ./doc/glossary/glossary-terms.xml6437(para) +msgid "Authentication method that uses keys rather than passwords." +msgstr "パスワードの代わりに鍵を使用する認証方式。" + +#: ./doc/glossary/glossary-terms.xml6443(glossterm) +#: ./doc/glossary/glossary-terms.xml6450(primary) +msgid "public network" +msgstr "パブリックネットワーク" + +#: ./doc/glossary/glossary-terms.xml6454(para) +msgid "" +"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. The public network interface is" +" controlled by the public_interface option." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6463(glossterm) +#: ./doc/glossary/glossary-terms.xml6465(primary) +msgid "Puppet" +msgstr "Puppet" + +#: ./doc/glossary/glossary-terms.xml6469(para) +msgid "" +"An operating system configuration-management tool supported by OpenStack." +msgstr "OpenStackがサポートするオペレーティングシステム構成管理ツール。" + +#: ./doc/glossary/glossary-terms.xml6475(glossterm) +#: ./doc/glossary/glossary-terms.xml6477(primary) +msgid "Python" +msgstr "Python" + +#: ./doc/glossary/glossary-terms.xml6481(para) +msgid "Programming language used extensively in OpenStack." +msgstr "OpenStack において幅広く使用されるプログラミング言語。" + +#: ./doc/glossary/glossary-terms.xml6489(title) +msgid "Q" +msgstr "Q" + +#: ./doc/glossary/glossary-terms.xml6492(glossterm) +#: ./doc/glossary/glossary-terms.xml6494(primary) +msgid "QEMU Copy On Write 2 (QCOW2)" +msgstr "QEMU Copy On Write 2 (QCOW2)" + +#: ./doc/glossary/glossary-terms.xml6504(glossterm) +#: ./doc/glossary/glossary-terms.xml6506(primary) +msgid "Qpid" +msgstr "Qpid" + +#: ./doc/glossary/glossary-terms.xml6510(para) +msgid "" +"Message queue software supported by OpenStack; an alternative to RabbitMQ." +msgstr "OpenStack によりサポートされるメッセージキューソフトウェア。RabbitMQ の代替。" + +#: ./doc/glossary/glossary-terms.xml6516(glossterm) +#: ./doc/glossary/glossary-terms.xml6518(primary) +msgid "quarantine" +msgstr "隔離" + +#: ./doc/glossary/glossary-terms.xml6522(para) +msgid "" +"If Object Storage finds objects, containers, or accounts that are corrupt, " +"they are placed in this state, are not replicated, cannot be read by " +"clients, and a correct copy is re-replicated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6529(glossterm) +#: ./doc/glossary/glossary-terms.xml6531(primary) +msgid "Quick EMUlator (QEMU)" +msgstr "Quick EMUlator (QEMU)" + +#: ./doc/glossary/glossary-terms.xml6535(para) +msgid "QEMU is a generic and open source machine emulator and virtualizer." +msgstr "QEMUはオープンソースのマシンエミュレーターと仮想化ツールである。" + +#: ./doc/glossary/glossary-terms.xml6538(para) +msgid "" +"One of the hypervisors supported by OpenStack, generally used for " +"development purposes." +msgstr "OpenStack がサポートするハイパーバイザーの一つ。一般に、開発目的で使用される。" + +#: ./doc/glossary/glossary-terms.xml6544(glossterm) +msgid "quota" +msgstr "クォータ" + +#: ./doc/glossary/glossary-terms.xml6546(primary) +msgid "quotas" +msgstr "クォータ" + +#: ./doc/glossary/glossary-terms.xml6550(para) +msgid "" +"In Compute and Block Storage, the ability to set resource limits on a per-" +"project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6559(title) +msgid "R" +msgstr "R" + +#: ./doc/glossary/glossary-terms.xml6562(glossterm) +#: ./doc/glossary/glossary-terms.xml6564(primary) +msgid "RabbitMQ" +msgstr "RabbitMQ" + +#: ./doc/glossary/glossary-terms.xml6568(para) +msgid "The default message queue software used by OpenStack." +msgstr "OpenStackでデフォルトで採用されているメッセージキューのソフトウェア。" + +#: ./doc/glossary/glossary-terms.xml6573(glossterm) +#: ./doc/glossary/glossary-terms.xml6575(primary) +msgid "Rackspace Cloud Files" +msgstr "Rackspace Cloud Files" + +#: ./doc/glossary/glossary-terms.xml6579(para) +msgid "" +"Released as open source by Rackspace in 2010; the basis for Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6585(glossterm) +#: ./doc/glossary/glossary-terms.xml6587(primary) +msgid "RADOS Block Device (RBD)" +msgstr "RADOS Block Device (RBD)" + +#: ./doc/glossary/glossary-terms.xml6591(para) +msgid "" +"Ceph component that enables a Linux block device to be striped over multiple" +" distributed data stores." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6597(glossterm) +#: ./doc/glossary/glossary-terms.xml6599(primary) +msgid "radvd" +msgstr "radvd" + +#: ./doc/glossary/glossary-terms.xml6603(para) +msgid "" +"The router advertisement daemon, used by the Compute VLAN manager and " +"FlatDHCP manager to provide routing services for VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6610(glossterm) +#: ./doc/glossary/glossary-terms.xml6612(primary) +msgid "RAM filter" +msgstr "RAM フィルター" + +#: ./doc/glossary/glossary-terms.xml6616(para) +msgid "The Compute setting that enables or disables RAM overcommitment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6622(glossterm) +#: ./doc/glossary/glossary-terms.xml6624(primary) +msgid "RAM overcommit" +msgstr "RAM オーバーコミット" + +#: ./doc/glossary/glossary-terms.xml6628(para) +msgid "" +"The ability to start new VM instances based on the actual memory usage of a " +"host, as opposed to basing the decision on the amount of RAM each running " +"instance thinks it has available. Also known as memory overcommit." +msgstr "実行中の各インスタンスが利用可能と考えている RAM 量に基づく判断をベースにする代わりに、ホスト上の実際のメモリ使用量をベースにした、新しい VM インスタンスを起動する機能。" + +#: ./doc/glossary/glossary-terms.xml6636(glossterm) +msgid "rate limit" +msgstr "レートリミット" + +#: ./doc/glossary/glossary-terms.xml6638(primary) +msgid "rate limits" +msgstr "レートリミット" + +#: ./doc/glossary/glossary-terms.xml6642(para) +msgid "" +"Configurable option within Object Storage to limit database writes on a per-" +"account and/or per-container basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6648(glossterm) +msgid "raw" +msgstr "raw" + +#: ./doc/glossary/glossary-terms.xml6650(primary) +msgid "raw format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6654(para) +msgid "" +"One of the VM image disk formats supported by Image Service; an unstructured" +" disk image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6660(glossterm) +msgid "rebalance" +msgstr "リバランス" + +#: ./doc/glossary/glossary-terms.xml6662(primary) +msgid "rebalancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6666(para) +msgid "" +"The process of distributing Object Storage partitions across all drives in " +"the ring; used during initial ring creation and after ring reconfiguration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6673(glossterm) +#: ./doc/glossary/glossary-terms.xml6675(primary) +#: ./doc/glossary/glossary-terms.xml7532(primary) +msgid "reboot" +msgstr "リブート" + +#: ./doc/glossary/glossary-terms.xml6677(secondary) +#: ./doc/glossary/glossary-terms.xml7534(secondary) +msgid "hard vs. soft" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6681(para) +msgid "" +"Either a soft or hard reboot of a server. With a soft reboot, the operating " +"system is signaled to restart, which enables a graceful shutdown of all " +"processes. A hard reboot is the equivalent of power cycling the server. The " +"virtualization platform should ensure that the reboot action has completed " +"successfully, even in cases in which the underlying domain/VM is paused or " +"halted/stopped." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6691(glossterm) +msgid "rebuild" +msgstr "リビルド" + +#: ./doc/glossary/glossary-terms.xml6693(primary) +msgid "rebuilding" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6697(para) +msgid "" +"Removes all data on the server and replaces it with the specified image. " +"Server ID and IP addresses remain the same." +msgstr "サーバからすべてのデータを消去し、特定のイメージで置き換える。サーバのIDとIPアドレスは変更されない。" + +#: ./doc/glossary/glossary-terms.xml6703(glossterm) +#: ./doc/glossary/glossary-terms.xml6705(primary) +msgid "Recon" +msgstr "recon" + +#: ./doc/glossary/glossary-terms.xml6709(para) +msgid "An Object Storage component that collects metrics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6714(glossterm) +msgid "record" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6716(primary) +#: ./doc/glossary/glossary-terms.xml6735(primary) +msgid "records" +msgstr "レコード" + +#: ./doc/glossary/glossary-terms.xml6722(para) +msgid "" +"Belongs to a particular domain and is used to specify information about the " +"domain. There are several types of " +"DNS records. Each record type contains particular information used to " +"describe the purpose of that record. Examples include mail exchange (MX) " +"records, which specify the mail server for a particular domain; and name " +"server (NS) records, which specify the authoritative name servers for a " +"domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6733(glossterm) +msgid "record ID" +msgstr "レコード ID" + +#: ./doc/glossary/glossary-terms.xml6737(secondary) +msgid "record IDs" +msgstr "レコード ID" + +#: ./doc/glossary/glossary-terms.xml6741(para) +msgid "" +"A number within a database that is incremented each time a change is made. " +"Used by Object Storage when replicating." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6747(glossterm) +#: ./doc/glossary/glossary-terms.xml6749(primary) +msgid "Red Hat Enterprise Linux (RHEL)" +msgstr "Red Hat Enterprise Linux (RHEL)" + +#: ./doc/glossary/glossary-terms.xml6758(glossterm) +#: ./doc/glossary/glossary-terms.xml6760(primary) +msgid "reference architecture" +msgstr "リファレンスアーキテクチャー" + +#: ./doc/glossary/glossary-terms.xml6764(para) +msgid "A recommended architecture for an OpenStack cloud." +msgstr "OpenStack クラウドの推奨アーキテクチャー。" + +#: ./doc/glossary/glossary-terms.xml6769(glossterm) +#: ./doc/glossary/glossary-terms.xml6771(primary) +msgid "region" +msgstr "リージョン" + +#: ./doc/glossary/glossary-terms.xml6775(para) +msgid "" +"A discrete OpenStack environment with dedicated API endpoints that typically" +" shares only the Identity Service (keystone) with other regions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6782(glossterm) +#: ./doc/glossary/glossary-terms.xml6784(primary) +msgid "registry" +msgstr "レジストリ" + +#: ./doc/glossary/glossary-terms.xml6786(see) +msgid "under Image Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6790(para) +msgid "Alternative term for the Image Service registry." +msgstr "Image Service レジストリの別名。" + +#: ./doc/glossary/glossary-terms.xml6795(glossterm) +msgid "registry server" +msgstr "レジストリサーバー" + +#: ./doc/glossary/glossary-terms.xml6799(secondary) +#: ./doc/glossary/glossary-terms.xml6802(primary) +msgid "registry servers" +msgstr "レジストリサーバー" + +#: ./doc/glossary/glossary-terms.xml6806(para) +msgid "" +"An Image Service that provides VM image metadata information to clients." +msgstr "クライアントに仮想マシンイメージメタデータ情報を提供する Image Service。" + +#: ./doc/glossary/glossary-terms.xml6812(glossterm) +#: ./doc/glossary/glossary-terms.xml6815(primary) +msgid "Reliable, Autonomic Distributed Object Store (RADOS)" +msgstr "Reliable, Autonomic Distributed Object Store (RADOS)" + +#: ./doc/glossary/glossary-terms.xml6820(para) +msgid "" +"A collection of components that provides object storage within Ceph. Similar" +" to OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6826(glossterm) +#: ./doc/glossary/glossary-terms.xml6828(primary) +msgid "Remote Procedure Call (RPC)" +msgstr "Remote Procedure Call (RPC)" + +#: ./doc/glossary/glossary-terms.xml6832(para) +msgid "" +"The method used by the Compute RabbitMQ for intra-service communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6838(glossterm) +msgid "replica" +msgstr "レプリカ" + +#: ./doc/glossary/glossary-terms.xml6840(primary) +#: ./doc/glossary/glossary-terms.xml6855(primary) +#: ./doc/glossary/glossary-terms.xml6867(glossterm) +#: ./doc/glossary/glossary-terms.xml6878(primary) +msgid "replication" +msgstr "レプリケーション" + +#: ./doc/glossary/glossary-terms.xml6846(para) +msgid "" +"Provides data redundancy and fault tolerance by creating copies of Object " +"Storage objects, accounts, and containers so that they are not lost when the" +" underlying storage fails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6853(glossterm) +#: ./doc/glossary/glossary-terms.xml6857(secondary) +msgid "replica count" +msgstr "レプリカ数" + +#: ./doc/glossary/glossary-terms.xml6861(para) +msgid "The number of replicas of the data in an Object Storage ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6870(para) +msgid "" +"The process of copying data to a separate physical device for fault " +"tolerance and performance." +msgstr "別の物理デバイスにデータをコピーする処理。耐障害性や性能のために行われる。" + +#: ./doc/glossary/glossary-terms.xml6876(glossterm) +msgid "replicator" +msgstr "レプリケーター" + +#: ./doc/glossary/glossary-terms.xml6880(secondary) +msgid "replicators" +msgstr "レプリケーター" + +#: ./doc/glossary/glossary-terms.xml6884(para) +msgid "" +"The Object Storage back-end process that creates and manages object " +"replicas." +msgstr "オブジェクトの複製を作成および管理する Object Storage のバックエンドプロセス。" + +#: ./doc/glossary/glossary-terms.xml6890(glossterm) +msgid "request ID" +msgstr "リクエスト ID" + +#: ./doc/glossary/glossary-terms.xml6892(primary) +msgid "request IDs" +msgstr "リクエスト ID" + +#: ./doc/glossary/glossary-terms.xml6896(para) +msgid "Unique ID assigned to each request sent to Compute." +msgstr "Compute に送られる各リクエストに割り振られる一意な ID。" + +#: ./doc/glossary/glossary-terms.xml6901(glossterm) +msgid "rescue image" +msgstr "レスキューイメージ" + +#: ./doc/glossary/glossary-terms.xml6903(primary) +msgid "rescue images" +msgstr "レスキューイメージ" + +#: ./doc/glossary/glossary-terms.xml6907(para) +msgid "" +"A special type of VM image that is booted when an instance is placed into " +"rescue mode. Allows an administrator to mount the file systems for an " +"instance to correct the problem." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6914(glossterm) +msgid "resize" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6916(primary) +msgid "resizing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6920(para) +msgid "" +"Converts an existing server to a different flavor, which scales the server " +"up or down. The original server is saved to enable rollback if a problem " +"occurs. All resizes must be tested and explicitly confirmed, at which time " +"the original server is removed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6928(glossterm) +msgid "RESTful" +msgstr "RESTful" + +#: ./doc/glossary/glossary-terms.xml6930(primary) +msgid "RESTful web services" +msgstr "RESTful Web サービス" + +#: ./doc/glossary/glossary-terms.xml6934(para) +msgid "" +"A kind of web service API that uses REST, or Representational State " +"Transfer. REST is the style of architecture for hypermedia systems that is " +"used for the World Wide Web." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6941(glossterm) +msgid "ring" +msgstr "リング" + +#: ./doc/glossary/glossary-terms.xml6943(primary) +#: ./doc/glossary/glossary-terms.xml6958(primary) +msgid "rings" +msgstr "リング" + +#: ./doc/glossary/glossary-terms.xml6949(para) +msgid "" +"An entity that maps Object Storage data to partitions. A separate ring " +"exists for each service, such as account, object, and container." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6956(glossterm) +msgid "ring builder" +msgstr "リングビルダー" + +#: ./doc/glossary/glossary-terms.xml6960(secondary) +msgid "ring builders" +msgstr "リングビルダー" + +#: ./doc/glossary/glossary-terms.xml6964(para) +msgid "" +"Builds and manages rings within Object Storage, assigns partitions to " +"devices, and pushes the configuration to other storage nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6971(glossterm) +#: ./doc/glossary/glossary-terms.xml6973(primary) +msgid "Role Based Access Control (RBAC)" +msgstr "Role Based Access Control (RBAC)" + +#: ./doc/glossary/glossary-terms.xml6977(para) +msgid "" +"Provides a predefined list of actions that the user can perform, such as " +"start or stop VMs, reset passwords, and so on. Supported in both Identity " +"Service and Compute and can be configured using the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6985(glossterm) +msgid "role" +msgstr "ロール" + +#: ./doc/glossary/glossary-terms.xml6987(primary) +#: ./doc/glossary/glossary-terms.xml7002(primary) +msgid "roles" +msgstr "ロール" + +#: ./doc/glossary/glossary-terms.xml6993(para) +msgid "" +"A personality that a user assumes to perform a specific set of operations. A" +" role includes a set of rights and privileges. A user assuming that role " +"inherits those rights and privileges." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7000(glossterm) +#: ./doc/glossary/glossary-terms.xml7004(secondary) +msgid "role ID" +msgstr "ロール ID" + +#: ./doc/glossary/glossary-terms.xml7008(para) +msgid "Alphanumeric ID assigned to each Identity Service role." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7013(glossterm) +#: ./doc/glossary/glossary-terms.xml7015(primary) +msgid "rootwrap" +msgstr "rootwrap" + +#: ./doc/glossary/glossary-terms.xml7019(para) +msgid "" +"A feature of Compute that allows the unprivileged \"nova\" user to run a " +"specified list of commands as the Linux root user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7025(glossterm) +#: ./doc/glossary/glossary-terms.xml7032(primary) +msgid "round-robin scheduler" +msgstr "ラウンドロビンスケジューラー" + +#: ./doc/glossary/glossary-terms.xml7027(primary) +#: ./doc/glossary/glossary-terms.xml7575(primary) +msgid "schedulers" +msgstr "スケジューラー" + +#: ./doc/glossary/glossary-terms.xml7029(secondary) +msgid "round-robin" +msgstr "ラウンドロビン" + +#: ./doc/glossary/glossary-terms.xml7036(para) +msgid "" +"Type of Compute scheduler that evenly distributes instances among available " +"hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7042(glossterm) +#: ./doc/glossary/glossary-terms.xml7044(primary) +msgid "router" +msgstr "ルーター" + +#: ./doc/glossary/glossary-terms.xml7048(para) +msgid "" +"A physical or virtual network device that passes network traffic between " +"different networks." +msgstr "異なるネットワーク間でネットワーク通信を転送する、物理または仮想のネットワークデバイス。" + +#: ./doc/glossary/glossary-terms.xml7054(glossterm) +msgid "routing key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7056(primary) +msgid "routing keys" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7060(para) +msgid "" +"The Compute direct exchanges, fanout exchanges, and topic exchanges use this" +" key to determine how to process a message; processing varies depending on " +"exchange type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7067(glossterm) +msgid "RPC driver" +msgstr "RPC ドライバー" + +#: ./doc/glossary/glossary-terms.xml7069(primary) +msgid "drivers" +msgstr "ドライバー" + +#: ./doc/glossary/glossary-terms.xml7071(secondary) +#: ./doc/glossary/glossary-terms.xml7074(primary) +msgid "RPC drivers" +msgstr "RPC ドライバー" + +#: ./doc/glossary/glossary-terms.xml7078(para) +msgid "" +"Modular system that allows the underlying message queue software of Compute " +"to be changed. For example, from RabbitMQ to ZeroMQ or Qpid." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7085(glossterm) +#: ./doc/glossary/glossary-terms.xml7087(primary) +msgid "rsync" +msgstr "rsync" + +#: ./doc/glossary/glossary-terms.xml7091(para) +msgid "Used by Object Storage to push object replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7096(glossterm) +msgid "RXTX cap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7098(primary) +msgid "RXTX cap/quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7102(para) +msgid "" +"Absolute limit on the amount of network traffic a Compute VM instance can " +"send and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7108(glossterm) +msgid "RXTX quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7111(para) +msgid "" +"Soft limit on the amount of network traffic a Compute VM instance can send " +"and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7117(glossterm) +#: ./doc/glossary/glossary-terms.xml7119(primary) +msgid "Ryu neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7123(para) +msgid "" +"Enables the Ryu network operating system to function as a Networking " +"OpenFlow controller." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7132(title) +msgid "S" +msgstr "S" + +#: ./doc/glossary/glossary-terms.xml7135(glossterm) +msgid "S3" +msgstr "S3" + +#: ./doc/glossary/glossary-terms.xml7137(primary) +msgid "S3 storage service" +msgstr "S3 ストレージサービス" + +#: ./doc/glossary/glossary-terms.xml7141(para) +msgid "" +"Object storage service by Amazon; similar in function to Object Storage, it " +"can act as a back-end store for Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7148(glossterm) +#: ./doc/glossary/glossary-terms.xml7150(primary) +msgid "sahara" +msgstr "sahara" + +#: ./doc/glossary/glossary-terms.xml7154(para) +msgid "" +"OpenStack project that provides a scalable data-processing stack and " +"associated management interfaces." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7160(glossterm) +#: ./doc/glossary/glossary-terms.xml7162(primary) +msgid "scheduler manager" +msgstr "スケジューラーマネージャー" + +#: ./doc/glossary/glossary-terms.xml7166(para) +msgid "" +"A Compute component that determines where VM instances should start. Uses " +"modular design to support a variety of scheduler types." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7173(glossterm) +msgid "scoped token" +msgstr "スコープ付きトークン" + +#: ./doc/glossary/glossary-terms.xml7175(primary) +msgid "scoped tokens" +msgstr "スコープ付きトークン" + +#: ./doc/glossary/glossary-terms.xml7179(para) +msgid "" +"An Identity Service API access token that is associated with a specific " +"tenant." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7185(glossterm) +msgid "scrubber" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7187(primary) +msgid "scrubbers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7191(para) +msgid "" +"Checks for and deletes unused VMs; the component of Image Service that " +"implements delayed delete." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7197(glossterm) +msgid "secret key" +msgstr "シークレットキー" + +#: ./doc/glossary/glossary-terms.xml7199(primary) +msgid "secret keys" +msgstr "シークレットキー" + +#: ./doc/glossary/glossary-terms.xml7203(para) +msgid "" +"String of text known only by the user; used along with an access key to make" +" requests to the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7209(glossterm) +#: ./doc/glossary/glossary-terms.xml7211(primary) +msgid "secure shell (SSH)" +msgstr "secure shell (SSH)" + +#: ./doc/glossary/glossary-terms.xml7215(para) +msgid "" +"Open source tool used to access remote hosts through an encrypted " +"communications channel, SSH key injection is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7222(glossterm) +msgid "security group" +msgstr "セキュリティグループ" + +#: ./doc/glossary/glossary-terms.xml7224(primary) +msgid "security groups" +msgstr "セキュリティグループ" + +#: ./doc/glossary/glossary-terms.xml7228(para) +msgid "" +"A set of network traffic filtering rules that are applied to a Compute " +"instance." +msgstr "Compute のインスタンスに適用される、ネットワーク通信のフィルタリングルールの集合。" + +#: ./doc/glossary/glossary-terms.xml7234(glossterm) +msgid "segmented object" +msgstr "分割オブジェクト" + +#: ./doc/glossary/glossary-terms.xml7238(secondary) +#: ./doc/glossary/glossary-terms.xml7241(primary) +msgid "segmented objects" +msgstr "分割オブジェクト" + +#: ./doc/glossary/glossary-terms.xml7245(para) +msgid "" +"An Object Storage large object that has been broken up into pieces. The re-" +"assembled object is called a concatenated object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7252(glossterm) +msgid "server" +msgstr "サーバー" + +#: ./doc/glossary/glossary-terms.xml7260(para) +msgid "" +"Computer that provides explicit services to the client software running on " +"that system, often managing a variety of computer operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7264(para) +msgid "" +"A server is a VM instance in the Compute system. Flavor and image are " +"requisite elements when creating a server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7270(glossterm) +#: ./doc/glossary/glossary-terms.xml7272(primary) +msgid "server image" +msgstr "サーバーイメージ" + +#: ./doc/glossary/glossary-terms.xml7276(para) +msgid "Alternative term for a VM image." +msgstr "VM イメージの別名。" + +#: ./doc/glossary/glossary-terms.xml7281(glossterm) +#: ./doc/glossary/glossary-terms.xml7285(secondary) +msgid "server UUID" +msgstr "サーバー UUID" + +#: ./doc/glossary/glossary-terms.xml7295(glossterm) +msgid "service" +msgstr "サービス" + +#: ./doc/glossary/glossary-terms.xml7297(primary) +msgid "services" +msgstr "サービス" + +#: ./doc/glossary/glossary-terms.xml7303(para) +msgid "" +"An OpenStack service, such as Compute, Object Storage, or Image Service. " +"Provides one or more endpoints through which users can access resources and " +"perform operations." +msgstr "Compute、Object Storage、Image Service などの OpenStack のサービス。ユーザーがリソースにアクセスしたり、操作を実行したりできる 1 つ以上のエンドポイントを提供する。" + +#: ./doc/glossary/glossary-terms.xml7310(glossterm) +#: ./doc/glossary/glossary-terms.xml7312(primary) +msgid "service catalog" +msgstr "サービスカタログ" + +#: ./doc/glossary/glossary-terms.xml7316(para) +msgid "Alternative term for the Identity Service catalog." +msgstr "Identity サービスカタログの別名。" + +#: ./doc/glossary/glossary-terms.xml7321(glossterm) +#: ./doc/glossary/glossary-terms.xml7323(primary) +msgid "service ID" +msgstr "サービス ID" + +#: ./doc/glossary/glossary-terms.xml7327(para) +msgid "" +"Unique ID assigned to each service that is available in the Identity Service" +" catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7333(glossterm) +#: ./doc/glossary/glossary-terms.xml7335(primary) +msgid "service registration" +msgstr "サービス登録" + +#: ./doc/glossary/glossary-terms.xml7339(para) +msgid "" +"An Identity Service feature that enables services, such as Compute, to " +"automatically register with the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7345(glossterm) +#: ./doc/glossary/glossary-terms.xml7347(primary) +msgid "service tenant" +msgstr "サービステナント" + +#: ./doc/glossary/glossary-terms.xml7351(para) +msgid "" +"Special tenant that contains all services that are listed in the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7357(glossterm) +#: ./doc/glossary/glossary-terms.xml7359(primary) +msgid "service token" +msgstr "サービストークン" + +#: ./doc/glossary/glossary-terms.xml7363(para) +msgid "" +"An administrator-defined token used by Compute to communicate securely with " +"the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7369(glossterm) +#: ./doc/glossary/glossary-terms.xml7373(secondary) +msgid "session back end" +msgstr "セッションバックエンド" + +#: ./doc/glossary/glossary-terms.xml7371(primary) +#: ./doc/glossary/glossary-terms.xml7385(primary) +#: ./doc/glossary/glossary-terms.xml7400(primary) +msgid "sessions" +msgstr "セッション" + +#: ./doc/glossary/glossary-terms.xml7377(para) +msgid "" +"The method of storage used by horizon to track client sessions, such as " +"local memory, cookies, a database, or memcached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7383(glossterm) +#: ./doc/glossary/glossary-terms.xml7387(secondary) +msgid "session persistence" +msgstr "セッション持続性" + +#: ./doc/glossary/glossary-terms.xml7391(para) +msgid "" +"A feature of the load-balancing service. It attempts to force subsequent " +"connections to a service to be redirected to the same node as long as it is " +"online." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7398(glossterm) +#: ./doc/glossary/glossary-terms.xml7402(secondary) +msgid "session storage" +msgstr "セッションストレージ" + +#: ./doc/glossary/glossary-terms.xml7406(para) +msgid "" +"A horizon component that stores and tracks client session information. " +"Implemented through the Django sessions framework." +msgstr "クライアントセッションの保持と追跡を行う Horizon のコンポーネント。 Django のセッションフレームワークを用いて実装されている。" + +#: ./doc/glossary/glossary-terms.xml7412(glossterm) +#: ./doc/glossary/glossary-terms.xml7419(primary) +msgid "shared IP address" +msgstr "共有 IP アドレス" + +#: ./doc/glossary/glossary-terms.xml7416(secondary) +msgid "shared" +msgstr "shared" + +#: ./doc/glossary/glossary-terms.xml7423(para) +msgid "" +"An IP address that can be assigned to a VM instance within the shared IP " +"group. Public IP addresses can be shared across multiple servers for use in " +"various high-availability scenarios. When an IP address is shared to another" +" server, the cloud network restrictions are modified to enable each server " +"to listen to and respond on that IP address. You can optionally specify that" +" the target server network configuration be modified. Shared IP addresses " +"can be used with many standard heartbeat facilities, such as keepalive, that" +" monitor for failure and manage IP failover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7436(glossterm) +msgid "shared IP group" +msgstr "共有 IP グループ" + +#: ./doc/glossary/glossary-terms.xml7438(primary) +msgid "shared IP groups" +msgstr "共有 IP グループ" + +#: ./doc/glossary/glossary-terms.xml7442(para) +msgid "" +"A collection of servers that can share IPs with other members of the group. " +"Any server in a group can share one or more public IPs with any other server" +" in the group. With the exception of the first server in a shared IP group, " +"servers must be launched into shared IP groups. A server may be a member of " +"only one shared IP group." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7451(glossterm) +#: ./doc/glossary/glossary-terms.xml7453(primary) +msgid "shared storage" +msgstr "共有ストレージ" + +#: ./doc/glossary/glossary-terms.xml7457(para) +msgid "" +"Block storage that is simultaneously accessible by multiple clients, for " +"example, NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7463(glossterm) +#: ./doc/glossary/glossary-terms.xml7465(primary) +msgid "Sheepdog" +msgstr "Sheepdog" + +#: ./doc/glossary/glossary-terms.xml7469(para) +msgid "Distributed block storage system for QEMU, supported by OpenStack." +msgstr "OpenStack によりサポートされる、QEMU 用の分散ブロックストレージシステム。" + +#: ./doc/glossary/glossary-terms.xml7475(glossterm) +#: ./doc/glossary/glossary-terms.xml7478(primary) +msgid "Simple Cloud Identity Management (SCIM)" +msgstr "Simple Cloud Identity Management (SCIM)" + +#: ./doc/glossary/glossary-terms.xml7482(para) +msgid "" +"Specification for managing identity in the cloud, currently unsupported by " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7488(glossterm) +#: ./doc/glossary/glossary-terms.xml7491(primary) +msgid "Single-root I/O Virtualization (SR-IOV)" +msgstr "Single-root I/O Virtualization (SR-IOV)" + +#: ./doc/glossary/glossary-terms.xml7495(para) +msgid "" +"A specification that, when implemented by a physical PCIe device, enables it" +" to appear as multiple separate PCIe devices. This enables multiple " +"virtualized guests to share direct access to the physical device, offering " +"improved performance over an equivalent virtual device. Currently supported " +"in OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7505(glossterm) +#: ./doc/glossary/glossary-terms.xml7507(primary) +msgid "SmokeStack" +msgstr "SmokeStack" + +#: ./doc/glossary/glossary-terms.xml7511(para) +msgid "Runs automated tests against the core OpenStack API; written in Rails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7517(glossterm) +#: ./doc/glossary/glossary-terms.xml7519(primary) +msgid "snapshot" +msgstr "スナップショット" + +#: ./doc/glossary/glossary-terms.xml7523(para) +msgid "" +"A point-in-time copy of an OpenStack storage volume or image. Use storage " +"volume snapshots to back up volumes. Use image snapshots to back up data, or" +" as \"gold\" images for additional servers." +msgstr "OpenStack ストレージボリュームやイメージの、ある時点でのコピー。ストレージのボリュームスナップショットは、ボリュームをバックアップするために使用する。イメージスナップショットは、データのバックアップを行ったり、新しいサーバー用の「ゴールド」イメージ(設定済みイメージ)としてバックアップしたりするのに使用する。" + +#: ./doc/glossary/glossary-terms.xml7530(glossterm) +#: ./doc/glossary/glossary-terms.xml7537(primary) +msgid "soft reboot" +msgstr "ソフトリブート" + +#: ./doc/glossary/glossary-terms.xml7541(para) +msgid "" +"A controlled reboot where a VM instance is properly restarted through " +"operating system commands." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7547(glossterm) +#: ./doc/glossary/glossary-terms.xml7549(primary) +msgid "SolidFire Volume Driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7553(para) +msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7559(glossterm) +msgid "SPICE" +msgstr "SPICE" + +#: ./doc/glossary/glossary-terms.xml7561(primary) +msgid "SPICE (Simple Protocol for Independent Computing Environments)" +msgstr "SPICE (Simple Protocol for Independent Computing Environments)" + +#: ./doc/glossary/glossary-terms.xml7566(para) +msgid "" +"The Simple Protocol for Independent Computing Environments (SPICE) provides " +"remote desktop access to guest virtual machines. It is an alternative to " +"VNC. SPICE is supported by OpenStack." +msgstr "Simple Protocol for Independent Computing Environments (SPICE) は、ゲスト仮想マシンに対するリモートデスクトップアクセスを提供する。VNC の代替品。SPICE は OpenStack によりサポートされる。" + +#: ./doc/glossary/glossary-terms.xml7573(glossterm) +#: ./doc/glossary/glossary-terms.xml7580(primary) +msgid "spread-first scheduler" +msgstr "分散優先スケジューラー" + +#: ./doc/glossary/glossary-terms.xml7577(secondary) +msgid "spread-first" +msgstr "分散優先" + +#: ./doc/glossary/glossary-terms.xml7584(para) +msgid "" +"The Compute VM scheduling algorithm that attempts to start a new VM on the " +"host with the least amount of load." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7590(glossterm) +#: ./doc/glossary/glossary-terms.xml7592(primary) +msgid "SQL-Alchemy" +msgstr "SQL-Alchemy" + +#: ./doc/glossary/glossary-terms.xml7596(para) +msgid "An open source SQL toolkit for Python, used in OpenStack." +msgstr "OpenStack で使われている、オープンソースの Python 用 SQL ツールキット。" + +#: ./doc/glossary/glossary-terms.xml7601(glossterm) +#: ./doc/glossary/glossary-terms.xml7603(primary) +msgid "SQLite" +msgstr "SQLite" + +#: ./doc/glossary/glossary-terms.xml7607(para) +msgid "" +"A lightweight SQL database, used as the default persistent storage method in" +" many OpenStack services." +msgstr "軽量 SQL データベース。多くの OpenStack サービスでデフォルトの永続ストレージとして使用されている。" + +#: ./doc/glossary/glossary-terms.xml7613(glossterm) +#: ./doc/glossary/glossary-terms.xml7615(primary) +msgid "stack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7620(para) +msgid "" +"A set of OpenStack resources created and managed by the Orchestration " +"service according to a given template (either an AWS CloudFormation template" +" or a Heat Orchestration Template (HOT))." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7628(glossterm) +#: ./doc/glossary/glossary-terms.xml7630(primary) +msgid "StackTach" +msgstr "StackTach" + +#: ./doc/glossary/glossary-terms.xml7634(para) +msgid "" +"Community project that captures Compute AMQP communications; useful for " +"debugging." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7640(glossterm) +msgid "static IP address" +msgstr "静的 IP アドレス" + +#: ./doc/glossary/glossary-terms.xml7644(secondary) +msgid "static" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7647(primary) +msgid "static IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7651(para) +msgid "Alternative term for a fixed IP address." +msgstr "固定 IP アドレスの別名。" + +#: ./doc/glossary/glossary-terms.xml7656(glossterm) +#: ./doc/glossary/glossary-terms.xml7658(primary) +msgid "StaticWeb" +msgstr "StaticWeb" + +#: ./doc/glossary/glossary-terms.xml7662(para) +msgid "" +"WSGI middleware component of Object Storage that serves container data as a " +"static web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7668(glossterm) +#: ./doc/glossary/glossary-terms.xml7670(primary) +msgid "storage back end" +msgstr "ストレージバックエンド" + +#: ./doc/glossary/glossary-terms.xml7674(para) +msgid "" +"The method that a service uses for persistent storage, such as iSCSI, NFS, " +"or local disk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7680(glossterm) +#: ./doc/glossary/glossary-terms.xml7687(primary) +msgid "storage node" +msgstr "ストレージノード" + +#: ./doc/glossary/glossary-terms.xml7684(secondary) +msgid "storage nodes" +msgstr "ストレージノード" + +#: ./doc/glossary/glossary-terms.xml7691(para) +msgid "" +"An Object Storage node that provides container services, account services, " +"and object services; controls the account databases, container databases, " +"and object storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7698(glossterm) +#: ./doc/glossary/glossary-terms.xml7702(secondary) +msgid "storage manager" +msgstr "ストレージマネージャー" + +#: ./doc/glossary/glossary-terms.xml7700(primary) +#: ./doc/glossary/glossary-terms.xml7714(primary) +#: ./doc/glossary/glossary-terms.xml7728(primary) +#: ./doc/glossary/glossary-terms.xml7877(primary) +msgid "storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7706(para) +msgid "" +"A XenAPI component that provides a pluggable interface to support a wide " +"variety of persistent storage back ends." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7712(glossterm) +#: ./doc/glossary/glossary-terms.xml7716(secondary) +msgid "storage manager back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7720(para) +msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7726(glossterm) +#: ./doc/glossary/glossary-terms.xml7730(secondary) +msgid "storage services" +msgstr "ストレージサービス" + +#: ./doc/glossary/glossary-terms.xml7734(para) +msgid "" +"Collective name for the Object Storage object services, container services, " +"and account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7740(glossterm) +#: ./doc/glossary/glossary-terms.xml7742(primary) +msgid "strategy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7746(para) +msgid "" +"Specifies the authentication source used by Image Service or Identity " +"Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7752(glossterm) +msgid "subdomain" +msgstr "サブドメイン" + +#: ./doc/glossary/glossary-terms.xml7754(primary) +msgid "subdomains" +msgstr "サブドメイン" + +#: ./doc/glossary/glossary-terms.xml7758(para) +msgid "" +"A domain within a parent domain. Subdomains cannot be registered. Subdomains" +" enable you to delegate domains. Subdomains can themselves have subdomains, " +"so third-level, fourth-level, fifth-level, and deeper levels of nesting are " +"possible." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7766(glossterm) +#: ./doc/glossary/glossary-terms.xml7768(primary) +msgid "subnet" +msgstr "サブネット" + +#: ./doc/glossary/glossary-terms.xml7772(para) +msgid "Logical subdivision of an IP network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7777(glossterm) +#: ./doc/glossary/glossary-terms.xml7780(primary) +msgid "SUSE Linux Enterprise Server (SLES)" +msgstr "SUSE Linux Enterprise Server (SLES)" + +#: ./doc/glossary/glossary-terms.xml7789(glossterm) +msgid "suspend" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7791(primary) +msgid "suspend, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7795(para) +msgid "" +"Alternative term for a paused VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7801(glossterm) +msgid "swap" +msgstr "スワップ" + +#: ./doc/glossary/glossary-terms.xml7803(primary) +msgid "swap, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7807(para) +msgid "" +"Disk-based virtual memory used by operating systems to provide more memory " +"than is actually available on the system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7813(glossterm) +#: ./doc/glossary/glossary-terms.xml7815(primary) +msgid "swawth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7819(para) +msgid "" +"An authentication and authorization service for Object Storage, implemented " +"through WSGI middleware; uses Object Storage itself as the persistent " +"backing store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7829(para) +msgid "An OpenStack core project that provides object storage services." +msgstr "オブジェクトストレージサービスを提供する OpenStack コアプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml7835(glossterm) +#: ./doc/glossary/glossary-terms.xml7837(primary) +msgid "swift All in One (SAIO)" +msgstr "swift All in One (SAIO)" + +#: ./doc/glossary/glossary-terms.xml7841(para) +msgid "" +"Creates a full Object Storage development environment within a single VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7847(glossterm) +#: ./doc/glossary/glossary-terms.xml7851(secondary) +msgid "swift middleware" +msgstr "swift ミドルウェア" + +#: ./doc/glossary/glossary-terms.xml7855(para) +msgid "" +"Collective term for Object Storage components that provide additional " +"functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7861(glossterm) +#: ./doc/glossary/glossary-terms.xml7865(secondary) +msgid "swift proxy server" +msgstr "swift プロキシサーバー" + +#: ./doc/glossary/glossary-terms.xml7869(para) +msgid "" +"Acts as the gatekeeper to Object Storage and is responsible for " +"authenticating the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7875(glossterm) +msgid "swift storage node" +msgstr "swift ストレージノード" + +#: ./doc/glossary/glossary-terms.xml7879(secondary) +#: ./doc/glossary/glossary-terms.xml7884(secondary) +#: ./doc/glossary/glossary-terms.xml7889(secondary) +msgid "swift storage nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7893(para) +msgid "" +"A node that runs Object Storage account, container, and object services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7899(glossterm) +#: ./doc/glossary/glossary-terms.xml7901(primary) +msgid "sync point" +msgstr "同期ポイント" + +#: ./doc/glossary/glossary-terms.xml7905(para) +msgid "" +"Point in time since the last container and accounts database sync among " +"nodes within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7911(glossterm) +#: ./doc/glossary/glossary-terms.xml7913(primary) +msgid "sysadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7917(para) +msgid "" +"One of the default roles in the Compute RBAC system. Enables a user to add " +"other users to a project, interact with VM images that are associated with " +"the project, and start and stop VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7924(glossterm) +#: ./doc/glossary/glossary-terms.xml7926(primary) +msgid "system usage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7930(para) +msgid "" +"A Compute component that, along with the notification system, collects " +"metrics and usage information. This information can be used for billing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7940(title) +msgid "T" +msgstr "T" + +#: ./doc/glossary/glossary-terms.xml7943(glossterm) +#: ./doc/glossary/glossary-terms.xml7945(primary) +msgid "Telemetry" +msgstr "Telemetry" + +#: ./doc/glossary/glossary-terms.xml7949(para) +msgid "" +"An integrated project that provides metering and measuring facilities for " +"OpenStack. The project name of Telemetry is ceilometer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7956(glossterm) +#: ./doc/glossary/glossary-terms.xml7958(primary) +msgid "TempAuth" +msgstr "TempAuth" + +#: ./doc/glossary/glossary-terms.xml7962(para) +msgid "" +"An authentication facility within Object Storage that enables Object Storage" +" itself to perform authentication and authorization. Frequently used in " +"testing and development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7969(glossterm) +#: ./doc/glossary/glossary-terms.xml7971(primary) +msgid "Tempest" +msgstr "Tempest" + +#: ./doc/glossary/glossary-terms.xml7975(para) +msgid "" +"Automated software test suite designed to run against the trunk of the " +"OpenStack core project." +msgstr "OpenStack コアプロジェクトの trunk ブランチに対してテストを実行するために設計された自動ソフトウェアテストスイート。" + +#: ./doc/glossary/glossary-terms.xml7981(glossterm) +#: ./doc/glossary/glossary-terms.xml7983(primary) +msgid "TempURL" +msgstr "TempURL" + +#: ./doc/glossary/glossary-terms.xml7987(para) +msgid "" +"An Object Storage middleware component that enables creation of URLs for " +"temporary object access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7993(glossterm) +#: ./doc/glossary/glossary-terms.xml8004(primary) +#: ./doc/glossary/glossary-terms.xml8022(primary) +#: ./doc/glossary/glossary-terms.xml8036(primary) +msgid "tenant" +msgstr "テナント" + +#: ./doc/glossary/glossary-terms.xml7996(para) +msgid "" +"A group of users; used to isolate access to Compute resources. An " +"alternative term for a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8002(glossterm) +#: ./doc/glossary/glossary-terms.xml8006(secondary) +msgid "Tenant API" +msgstr "テナント API" + +#: ./doc/glossary/glossary-terms.xml8010(para) +msgid "An API that is accessible to tenants." +msgstr "テナントにアクセス可能な API。" + +#: ./doc/glossary/glossary-terms.xml8015(glossterm) +#: ./doc/glossary/glossary-terms.xml8019(secondary) +#: ./doc/glossary/glossary-terms.xml8024(secondary) +msgid "tenant endpoint" +msgstr "テナントエンドポイント" + +#: ./doc/glossary/glossary-terms.xml8028(para) +msgid "" +"An Identity Service API endpoint that is associated with one or more " +"tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8034(glossterm) +#: ./doc/glossary/glossary-terms.xml8038(secondary) +msgid "tenant ID" +msgstr "テナント ID" + +#: ./doc/glossary/glossary-terms.xml8042(para) +msgid "" +"Unique ID assigned to each tenant within the Identity Service. The project " +"IDs map to the tenant IDs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8048(glossterm) +msgid "token" +msgstr "トークン" + +#: ./doc/glossary/glossary-terms.xml8050(primary) +msgid "tokens" +msgstr "トークン" + +#: ./doc/glossary/glossary-terms.xml8054(para) +msgid "" +"An alpha-numeric string of text used to access OpenStack APIs and resources." +msgstr "OpenStack API やリソースへのアクセスに使用される英数字文字列。" + +#: ./doc/glossary/glossary-terms.xml8060(glossterm) +#: ./doc/glossary/glossary-terms.xml8062(primary) +msgid "token services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8066(para) +msgid "" +"An Identity Service component that manages and validates tokens after a user" +" or tenant has been authenticated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8072(glossterm) +#: ./doc/glossary/glossary-terms.xml8074(primary) +msgid "tombstone" +msgstr "tombstone" + +#: ./doc/glossary/glossary-terms.xml8077(para) +msgid "" +"Used to mark Object Storage objects that have been deleted; ensures that the" +" object is not updated on another node after it has been deleted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8085(glossterm) +#: ./doc/glossary/glossary-terms.xml8087(primary) +msgid "topic publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8091(para) +msgid "" +"A process that is created when a RPC call is executed; used to push the " +"message to the topic exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8097(glossterm) +#: ./doc/glossary/glossary-terms.xml8099(primary) +msgid "Torpedo" +msgstr "Torpedo" + +#: ./doc/glossary/glossary-terms.xml8103(para) +msgid "" +"Community project used to run automated tests against the OpenStack API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8109(glossterm) +msgid "transaction ID" +msgstr "トランザクション ID" + +#: ./doc/glossary/glossary-terms.xml8111(primary) +msgid "transaction IDs" +msgstr "トランザクション ID" + +#: ./doc/glossary/glossary-terms.xml8115(para) +msgid "" +"Unique ID assigned to each Object Storage request; used for debugging and " +"tracing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8121(glossterm) +msgid "transient" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8123(primary) +msgid "transient exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8129(para) +msgid "Alternative term for non-durable." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8134(glossterm) +msgid "transient exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8137(para) +msgid "" +"Alternative term for a non-durable exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8143(glossterm) +msgid "transient message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8147(secondary) +#: ./doc/glossary/glossary-terms.xml8150(primary) +msgid "transient messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8154(para) +msgid "" +"A message that is stored in memory and is lost after the server is " +"restarted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8160(glossterm) +msgid "transient queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8164(secondary) +#: ./doc/glossary/glossary-terms.xml8167(primary) +msgid "transient queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8171(para) +msgid "Alternative term for a non-durable queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8176(glossterm) +#: ./doc/glossary/glossary-terms.xml8178(primary) +msgid "TripleO" +msgstr "TripleO" + +#: ./doc/glossary/glossary-terms.xml8182(para) +msgid "" +"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " +"program." +msgstr "OpenStack-on-OpenStack プログラム。OpenStack Deployment プログラムのコード名。" + +#: ./doc/glossary/glossary-terms.xml8190(glossterm) +#: ./doc/glossary/glossary-terms.xml8192(primary) +msgid "trove" +msgstr "trove" + +#: ./doc/glossary/glossary-terms.xml8196(para) +msgid "OpenStack project that provides database services to applications." +msgstr "データベースサービスをアプリケーションに提供する OpenStack のプロジェクト。" + +#: ./doc/glossary/glossary-terms.xml8205(title) +msgid "U" +msgstr "U" + +#: ./doc/glossary/glossary-terms.xml8208(glossterm) +#: ./doc/glossary/glossary-terms.xml8210(primary) +msgid "Ubuntu" +msgstr "Ubuntu" + +#: ./doc/glossary/glossary-terms.xml8214(para) +msgid "A Debian-based Linux distribution." +msgstr "Debian ベースの Linux ディストリビューション。" + +#: ./doc/glossary/glossary-terms.xml8219(glossterm) +#: ./doc/glossary/glossary-terms.xml8221(primary) +msgid "unscoped token" +msgstr "スコープなしトークン" + +#: ./doc/glossary/glossary-terms.xml8225(para) +msgid "Alternative term for an Identity Service default token." +msgstr "Identity Service デフォルトトークンの別名。" + +#: ./doc/glossary/glossary-terms.xml8230(glossterm) +msgid "updater" +msgstr "アップデーター" + +#: ./doc/glossary/glossary-terms.xml8232(primary) +msgid "updaters" +msgstr "アップデーター" + +#: ./doc/glossary/glossary-terms.xml8236(para) +msgid "" +"Collective term for a group of Object Storage components that processes " +"queued and failed updates for containers and objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8242(glossterm) +msgid "user" +msgstr "ユーザー" + +#: ./doc/glossary/glossary-terms.xml8244(primary) +msgid "users, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8248(para) +msgid "" +"In Identity Service, each user is associated with one or more tenants, and " +"in Compute can be associated with roles, projects, or both." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8255(glossterm) +#: ./doc/glossary/glossary-terms.xml8257(primary) +msgid "user data" +msgstr "ユーザーデータ" + +#: ./doc/glossary/glossary-terms.xml8261(para) +msgid "" +"A blob of data that the user can specify when they launch an instance. The " +"instance can access this data through the metadata service or config drive. " +"config drive " +"Commonly used to pass a shell script that the instance runs on boot." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8271(glossterm) +#: ./doc/glossary/glossary-terms.xml8273(primary) +msgid "User Mode Linux (UML)" +msgstr "User Mode Linux (UML)" + +#: ./doc/glossary/glossary-terms.xml8285(title) +msgid "V" +msgstr "V" + +#: ./doc/glossary/glossary-terms.xml8288(glossterm) +#: ./doc/glossary/glossary-terms.xml8290(primary) +msgid "VIF UUID" +msgstr "VIF UUID" + +#: ./doc/glossary/glossary-terms.xml8294(para) +msgid "Unique ID assigned to each Networking VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8299(glossterm) +#: ./doc/glossary/glossary-terms.xml8301(primary) +msgid "VIP" +msgstr "仮想 IP" + +#: ./doc/glossary/glossary-terms.xml8305(para) +msgid "" +"The primary load balancing configuration object. Specifies the virtual IP " +"address and port where client traffic is received. Also defines other " +"details such as the load balancing method to be used, protocol, and so on. " +"This entity is sometimes known in load-balancing products as a virtual " +"server, vserver, or listener." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8315(glossterm) +#: ./doc/glossary/glossary-terms.xml8318(primary) +msgid "Virtual Central Processing Unit (vCPU)" +msgstr "仮想CPU (vCPU)" + +#: ./doc/glossary/glossary-terms.xml8322(para) +msgid "Subdivides physical CPUs. Instances can then use those divisions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8328(glossterm) +#: ./doc/glossary/glossary-terms.xml8330(primary) +msgid "Virtual Disk Image (VDI)" +msgstr "Virtual Disk Image (VDI)" + +#: ./doc/glossary/glossary-terms.xml8340(glossterm) +#: ./doc/glossary/glossary-terms.xml8342(primary) +msgid "Virtual Hard Disk (VHD)" +msgstr "Virtual Hard Disk (VHD)" + +#: ./doc/glossary/glossary-terms.xml8352(glossterm) +#: ./doc/glossary/glossary-terms.xml8354(primary) +msgid "virtual IP" +msgstr "仮想 IP" + +#: ./doc/glossary/glossary-terms.xml8358(para) +msgid "" +"An Internet Protocol (IP) address configured on the load balancer for use by" +" clients connecting to a service that is load balanced. Incoming connections" +" are distributed to back-end nodes based on the configuration of the load " +"balancer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8366(glossterm) +#: ./doc/glossary/glossary-terms.xml8368(primary) +msgid "virtual machine (VM)" +msgstr "仮想マシン (VM)" + +#: ./doc/glossary/glossary-terms.xml8372(para) +msgid "" +"An operating system instance that runs on top of a hypervisor. Multiple VMs " +"can run at the same time on the same physical host." +msgstr "ハイパーバイザー上で動作するオペレーティングシステムインスタンス。一台の物理ホストで同時に複数の VM を実行できる。" + +#: ./doc/glossary/glossary-terms.xml8379(glossterm) +#: ./doc/glossary/glossary-terms.xml8386(primary) +msgid "virtual network" +msgstr "仮想ネットワーク" + +#: ./doc/glossary/glossary-terms.xml8383(secondary) +#: ./doc/glossary/glossary-terms.xml8439(secondary) +#: ./doc/glossary/glossary-terms.xml8469(secondary) +msgid "virtual" +msgstr "仮想" + +#: ./doc/glossary/glossary-terms.xml8390(para) +msgid "An L2 network segment within Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8395(glossterm) +#: ./doc/glossary/glossary-terms.xml8397(primary) +msgid "virtual networking" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8401(para) +msgid "" +"A generic term for virtualization of network functions such as switching, " +"routing, load balancing, and security using a combination of VMs and " +"overlays on physical network infrastructure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8410(glossterm) +#: ./doc/glossary/glossary-terms.xml8412(primary) +msgid "Virtual Network Computing (VNC)" +msgstr "Virtual Network Computing (VNC)" + +#: ./doc/glossary/glossary-terms.xml8416(para) +msgid "" +"Open source GUI and CLI tools used for remote console access to VMs. " +"Supported by Compute." +msgstr "仮想マシンへのリモートコンソールアクセスに使用される、オープンソースの GUI / CUI ツール。" + +#: ./doc/glossary/glossary-terms.xml8422(glossterm) +#: ./doc/glossary/glossary-terms.xml8424(primary) +msgid "Virtual Network InterFace (VIF)" +msgstr "仮想ネットワークインタフェース (VIF)" + +#: ./doc/glossary/glossary-terms.xml8428(para) +msgid "" +"An interface that is plugged into a port in a Networking network. Typically " +"a virtual network interface belonging to a VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8435(glossterm) +#: ./doc/glossary/glossary-terms.xml8442(primary) +msgid "virtual port" +msgstr "仮想ポート" + +#: ./doc/glossary/glossary-terms.xml8446(para) +msgid "" +"Attachment point where a virtual interface connects to a virtual network." +msgstr "仮想ネットワークへの仮想インタフェースの接続ポイント。" + +#: ./doc/glossary/glossary-terms.xml8452(glossterm) +#: ./doc/glossary/glossary-terms.xml8454(primary) +msgid "virtual private network (VPN)" +msgstr "仮想プライベートネットワーク (VPN)" + +#: ./doc/glossary/glossary-terms.xml8458(para) +msgid "" +"Provided by Compute in the form of cloudpipes, specialized instances that " +"are used to create VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8465(glossterm) +msgid "virtual server" +msgstr "仮想サーバー" + +#: ./doc/glossary/glossary-terms.xml8472(primary) +msgid "virtual servers" +msgstr "仮想サーバー" + +#: ./doc/glossary/glossary-terms.xml8476(para) +msgid "Alternative term for a VM or guest." +msgstr "仮想マシンやゲストの別名。" + +#: ./doc/glossary/glossary-terms.xml8481(glossterm) +#: ./doc/glossary/glossary-terms.xml8483(primary) +msgid "virtual switch (vSwitch)" +msgstr "仮想スイッチ (vSwitch)" + +#: ./doc/glossary/glossary-terms.xml8487(para) +msgid "" +"Software that runs on a host or node and provides the features and functions" +" of a hardware-based network switch." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8493(glossterm) +#: ./doc/glossary/glossary-terms.xml8495(primary) +msgid "virtual VLAN" +msgstr "仮想 VLAN" + +#: ./doc/glossary/glossary-terms.xml8499(para) +msgid "Alternative term for a virtual network." +msgstr "仮想ネットワークの別名。" + +#: ./doc/glossary/glossary-terms.xml8504(glossterm) +#: ./doc/glossary/glossary-terms.xml8506(primary) +msgid "VirtualBox" +msgstr "VirtualBox" + +#: ./doc/glossary/glossary-terms.xml8515(glossterm) +#: ./doc/glossary/glossary-terms.xml8517(primary) +msgid "VLAN manager" +msgstr "VLAN マネージャー" + +#: ./doc/glossary/glossary-terms.xml8521(para) +msgid "" +"A Compute component that provides dnsmasq and radvd and sets up forwarding " +"to and from cloudpipe instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8527(glossterm) +#: ./doc/glossary/glossary-terms.xml8534(primary) +msgid "VLAN network" +msgstr "VLAN ネットワーク" + +#: ./doc/glossary/glossary-terms.xml8531(secondary) +msgid "VLAN" +msgstr "VLAN" + +#: ./doc/glossary/glossary-terms.xml8538(para) +msgid "" +"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 VLAN network is a private " +"network interface, which is controlled by the " +"vlan_interface option with VLAN managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8548(glossterm) +#: ./doc/glossary/glossary-terms.xml8550(primary) +msgid "VM disk (VMDK)" +msgstr "VM disk (VMDK)" + +#: ./doc/glossary/glossary-terms.xml8560(glossterm) +#: ./doc/glossary/glossary-terms.xml8562(primary) +msgid "VM image" +msgstr "仮想マシンイメージ" + +#: ./doc/glossary/glossary-terms.xml8566(para) +msgid "Alternative term for an image." +msgstr "イメージの別名。" + +#: ./doc/glossary/glossary-terms.xml8571(glossterm) +#: ./doc/glossary/glossary-terms.xml8573(primary) +msgid "VM Remote Control (VMRC)" +msgstr "VM Remote Control (VMRC)" + +#: ./doc/glossary/glossary-terms.xml8577(para) +msgid "" +"Method to access VM instance consoles using a web browser. Supported by " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8583(glossterm) +#: ./doc/glossary/glossary-terms.xml8585(primary) +msgid "VMware API" +msgstr "VMware API" + +#: ./doc/glossary/glossary-terms.xml8589(para) +msgid "Supports interaction with VMware products in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8594(glossterm) +msgid "VMware NSX Neutron plug-in" +msgstr "VMware NSX Neutron プラグイン" + +#: ./doc/glossary/glossary-terms.xml8597(para) +msgid "Provides support for VMware NSX in Neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8602(glossterm) +#: ./doc/glossary/glossary-terms.xml8604(primary) +msgid "VNC proxy" +msgstr "VNC プロキシ" + +#: ./doc/glossary/glossary-terms.xml8608(para) +msgid "" +"A Compute component that provides users access to the consoles of their VM " +"instances through VNC or VMRC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8614(glossterm) +#: ./doc/glossary/glossary-terms.xml8626(primary) +#: ./doc/glossary/glossary-terms.xml8639(primary) +#: ./doc/glossary/glossary-terms.xml8653(primary) +#: ./doc/glossary/glossary-terms.xml8666(primary) +#: ./doc/glossary/glossary-terms.xml8680(primary) +#: ./doc/glossary/glossary-terms.xml8694(primary) +#: ./doc/glossary/glossary-terms.xml8708(primary) +msgid "volume" +msgstr "ボリューム" + +#: ./doc/glossary/glossary-terms.xml8617(para) +msgid "" +"Disk-based data storage generally represented as an iSCSI target with a file" +" system that supports extended attributes; can be persistent or ephemeral." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8624(glossterm) +#: ./doc/glossary/glossary-terms.xml8628(secondary) +msgid "Volume API" +msgstr "Volume API" + +#: ./doc/glossary/glossary-terms.xml8632(para) +msgid "Alternative name for the Block Storage API." +msgstr "Block Storage API の別名。" + +#: ./doc/glossary/glossary-terms.xml8637(glossterm) +#: ./doc/glossary/glossary-terms.xml8641(secondary) +msgid "volume controller" +msgstr "ボリュームコントローラー" + +#: ./doc/glossary/glossary-terms.xml8645(para) +msgid "" +"A Block Storage component that oversees and coordinates storage volume " +"actions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8651(glossterm) +#: ./doc/glossary/glossary-terms.xml8655(secondary) +msgid "volume driver" +msgstr "ボリュームドライバー" + +#: ./doc/glossary/glossary-terms.xml8659(para) +msgid "Alternative term for a volume plug-in." +msgstr "ボリュームプラグインの別名。" + +#: ./doc/glossary/glossary-terms.xml8664(glossterm) +#: ./doc/glossary/glossary-terms.xml8668(secondary) +msgid "volume ID" +msgstr "ボリューム ID" + +#: ./doc/glossary/glossary-terms.xml8672(para) +msgid "" +"Unique ID applied to each storage volume under the Block Storage control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8678(glossterm) +#: ./doc/glossary/glossary-terms.xml8682(secondary) +msgid "volume manager" +msgstr "ボリュームマネージャー" + +#: ./doc/glossary/glossary-terms.xml8686(para) +msgid "" +"A Block Storage component that creates, attaches, and detaches persistent " +"storage volumes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8692(glossterm) +#: ./doc/glossary/glossary-terms.xml8696(secondary) +msgid "volume node" +msgstr "ボリュームノード" + +#: ./doc/glossary/glossary-terms.xml8700(para) +msgid "" +"A Block Storage node that runs the cinder-" +"volume daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8706(glossterm) +#: ./doc/glossary/glossary-terms.xml8710(secondary) +msgid "volume plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8714(para) +msgid "" +"Provides support for new and specialized types of back-end storage for the " +"Block Storage volume manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8720(glossterm) +msgid "volume worker" +msgstr "ボリュームワーカー" + +#: ./doc/glossary/glossary-terms.xml8722(primary) +msgid "volume workers" +msgstr "ボリュームワーカー" + +#: ./doc/glossary/glossary-terms.xml8726(para) +msgid "" +"A cinder component that interacts with back-end storage to manage the " +"creation and deletion of volumes and the creation of compute volumes, " +"provided by the cinder-volume " +"daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8734(glossterm) +#: ./doc/glossary/glossary-terms.xml8736(primary) +msgid "vSphere" +msgstr "vSphere" + +#: ./doc/glossary/glossary-terms.xml8748(title) +msgid "W" +msgstr "W" + +#: ./doc/glossary/glossary-terms.xml8751(glossterm) +#: ./doc/glossary/glossary-terms.xml8753(primary) +msgid "weighting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8757(para) +msgid "" +"A Compute process that determines the suitability of the VM instances for a " +"job for a particular host. For example, not enough RAM on the host, too many" +" CPUs on the host, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8764(glossterm) +#: ./doc/glossary/glossary-terms.xml8766(primary) +msgid "weight" +msgstr "ウェイト" + +#: ./doc/glossary/glossary-terms.xml8770(para) +msgid "" +"Used by Object Storage devices to determine which storage devices are " +"suitable for the job. Devices are weighted by size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8776(glossterm) +#: ./doc/glossary/glossary-terms.xml8778(primary) +msgid "weighted cost" +msgstr "重み付けコスト" + +#: ./doc/glossary/glossary-terms.xml8782(para) +msgid "" +"The sum of each cost used when deciding where to start a new VM instance in " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8788(glossterm) +msgid "worker" +msgstr "ワーカー" + +#: ./doc/glossary/glossary-terms.xml8790(primary) +msgid "workers" +msgstr "ワーカー" + +#: ./doc/glossary/glossary-terms.xml8794(para) +msgid "" +"A daemon that listens to a queue and carries out tasks in response to " +"messages. For example, the cinder-" +"volume worker manages volume creation and deletion on storage " +"arrays." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8805(title) +msgid "X" +msgstr "X" + +#: ./doc/glossary/glossary-terms.xml8808(glossterm) +#: ./doc/glossary/glossary-terms.xml8810(primary) +msgid "Xen" +msgstr "Xen" + +#: ./doc/glossary/glossary-terms.xml8814(para) +msgid "" +"Xen is a hypervisor using a microkernel design, providing services that " +"allow multiple computer operating systems to execute on the same computer " +"hardware concurrently." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8824(glossterm) +#: ./doc/glossary/glossary-terms.xml8835(primary) +#: ./doc/glossary/glossary-terms.xml8848(primary) +#: ./doc/glossary/glossary-terms.xml8862(primary) +msgid "Xen API" +msgstr "Xen API" + +#: ./doc/glossary/glossary-terms.xml8827(para) +msgid "The Xen administrative API, which is supported by Compute." +msgstr "Xen 管理 API。Compute によりサポートされる。" + +#: ./doc/glossary/glossary-terms.xml8833(glossterm) +#: ./doc/glossary/glossary-terms.xml8837(secondary) +msgid "Xen Cloud Platform (XCP)" +msgstr "Xen Cloud Platform (XCP)" + +#: ./doc/glossary/glossary-terms.xml8846(glossterm) +#: ./doc/glossary/glossary-terms.xml8850(secondary) +msgid "Xen Storage Manager Volume Driver" +msgstr "Xen Storage Manager Volume Driver" + +#: ./doc/glossary/glossary-terms.xml8854(para) +msgid "" +"A Block Storage volume plug-in that enables communication with the Xen " +"Storage Manager API." +msgstr "Xen Storage Manager API と通信できる Block Storage ボリュームプラグイン。" + +#: ./doc/glossary/glossary-terms.xml8860(glossterm) +msgid "XenServer" +msgstr "XenServer" + +#: ./doc/glossary/glossary-terms.xml8864(secondary) +msgid "XenServer hypervisor" +msgstr "XenServer ハイパーバイザー" + +#: ./doc/glossary/glossary-terms.xml8876(title) +msgid "Y" +msgstr "Y" + +#: ./doc/glossary/glossary-terms.xml8890(title) +msgid "Z" +msgstr "Z" + +#: ./doc/glossary/glossary-terms.xml8893(glossterm) +#: ./doc/glossary/glossary-terms.xml8895(primary) +msgid "ZeroMQ" +msgstr "ZeroMQ" + +#: ./doc/glossary/glossary-terms.xml8899(para) +msgid "" +"Message queue software supported by OpenStack. An alternative to RabbitMQ. " +"Also spelled 0MQ." +msgstr "OpenStack によりサポートされるメッセージキューソフトウェア。RabbitMQ の代替。0MQ とも表記。" + +#: ./doc/glossary/glossary-terms.xml8905(glossterm) +#: ./doc/glossary/glossary-terms.xml8907(primary) +msgid "Zuul" +msgstr "Zuul" + +#: ./doc/glossary/glossary-terms.xml8911(para) +msgid "" +"Tool used in OpenStack development to ensure correctly ordered testing of " +"changes in parallel." +msgstr "OpenStack 開発で使用されているツールで、変更のテストを正しい順番を保証しながら並列に実行する。" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 +#: ./doc/glossary/glossary-terms.xml0(None) +msgid "translator-credits" +msgstr "Tomoyuki KATO , 2013-2014" diff --git a/doc/glossary/locale/ko_KR.po b/doc/glossary/locale/ko_KR.po new file mode 100644 index 00000000..d981742e --- /dev/null +++ b/doc/glossary/locale/ko_KR.po @@ -0,0 +1,8126 @@ +# +# Translators: +# Sungjin Kang , 2013 +# Sungjin Kang , 2014 +msgid "" +msgstr "" +"Project-Id-Version: OpenStack Manuals\n" +"POT-Creation-Date: 2014-08-26 05:38+0000\n" +"PO-Revision-Date: 2014-08-25 07:41+0000\n" +"Last-Translator: openstackjenkins \n" +"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ko_KR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko_KR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ./doc/glossary/openstack-glossary.xml7(title) +#: ./doc/glossary/openstack-glossary.xml10(title) +msgid "OpenStack glossary" +msgstr "" + +#: ./doc/glossary/openstack-glossary.xml11(para) +msgid "" +"Use this glossary to get definitions of OpenStack-related words and phrases." +msgstr "오픈스택 관련 단어 및 어구의 정의를 알아보려면 이 용어집을 활용하십시오." + +#: ./doc/glossary/openstack-glossary.xml13(para) +msgid "" +"To add to this glossary follow the OpenStack " +"Documentation HowTo." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml13(title) +msgid "Glossary" +msgstr "용어집" + +#: ./doc/glossary/glossary-terms.xml16(para) +msgid "" +"Licensed under the Apache License, Version 2.0 (the \"License\"); you may " +"not use this file except in compliance with the License. You may obtain a " +"copy of the License at" +msgstr "아파치 라이센스에서 허가된 버전 2.0 (\"License\"), 이 파일을 제외하고 라이센스를 사용할 수 없습니다. 다음에서 라이센스의 사본을 볼 수 있습니다." + +#: ./doc/glossary/glossary-terms.xml23(link) +msgid "http://www.apache.org/licenses/LICENSE-2.0" +msgstr "http://www.apache.org/licenses/LICENSE-2.0" + +#: ./doc/glossary/glossary-terms.xml25(para) +msgid "" +"Unless required by applicable law or agreed to in writing, software " +"distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT " +"WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the " +"License for the specific language governing permissions and limitations " +"under the License." +msgstr "해당 법률에 따라 요구 또는 서면으로 동의하지 않는 한, 라이센스 하에서 배포 \\된 소프트웨어는 명시적이든 어떠한 종류의 보증이나 조건 없이 \"있는 그대로\"배포하거나 암시하는 것은 아닙니다. 라이센스의 허가 및 제한 사항에 관한 특정 언어에 대한 라이센스를 참조하십시오." + +#: ./doc/glossary/glossary-terms.xml33(para) +msgid "" +"This glossary offers a list of terms and definitions to define a vocabulary " +"for OpenStack-related concepts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml35(para) +msgid "" +"To add to OpenStack glossary, clone the openstack/openstack-manuals repository " +"and update the source file doc/glossary/glossary-" +"terms.xml through the OpenStack contribution process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml44(title) +msgid "Numbers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml47(glossterm) +#: ./doc/glossary/glossary-terms.xml49(primary) +msgid "6to4" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml52(para) +msgid "" +"A mechanism that allows IPv6 packets to be transmitted over an IPv4 network," +" providing a strategy for migrating to IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml64(title) +msgid "A" +msgstr "A" + +#: ./doc/glossary/glossary-terms.xml67(glossterm) +#: ./doc/glossary/glossary-terms.xml69(primary) +msgid "absolute limit" +msgstr "절대 한계치" + +#: ./doc/glossary/glossary-terms.xml73(para) +msgid "" +"Impassable limits for guest VMs. Settings include total RAM size, maximum " +"number of vCPUs, and maximum disk size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml79(glossterm) +#: ./doc/glossary/glossary-terms.xml198(see) +msgid "access control list" +msgstr "접속 제어 목록" + +#: ./doc/glossary/glossary-terms.xml81(primary) +msgid "access control list (ACL)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml85(para) +msgid "" +"A list of permissions attached to an object. An ACL specifies which users or" +" system processes have access to objects. It also defines which operations " +"can be performed on specified objects. Each entry in a typical ACL specifies" +" a subject and an operation. For instance, the ACL entry (Alice, " +"delete) for a file gives Alice permission to delete the file." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml95(glossterm) +#: ./doc/glossary/glossary-terms.xml97(primary) +msgid "access key" +msgstr "접속 키" + +#: ./doc/glossary/glossary-terms.xml101(para) +msgid "Alternative term for an Amazon EC2 access key. See EC2 access key." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml107(glossterm) +msgid "account" +msgstr "계정" + +#: ./doc/glossary/glossary-terms.xml109(primary) +msgid "accounts" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml113(para) +msgid "" +"The Object Storage context of an account. Do not confuse with a user account" +" from an authentication service, such as Active Directory, /etc/passwd, " +"OpenLDAP, OpenStack Identity Service, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml120(glossterm) +#: ./doc/glossary/glossary-terms.xml122(primary) +msgid "account auditor" +msgstr "계정 관리자" + +#: ./doc/glossary/glossary-terms.xml126(para) +msgid "" +"Checks for missing replicas and incorrect or corrupted objects in a " +"specified Object Storage account by running queries against the back-end " +"SQLite database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml133(glossterm) +#: ./doc/glossary/glossary-terms.xml135(primary) +msgid "account database" +msgstr "계정 데이터베이스" + +#: ./doc/glossary/glossary-terms.xml139(para) +msgid "" +"A SQLite database that contains Object Storage accounts and related metadata" +" and that the accounts server accesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml145(glossterm) +#: ./doc/glossary/glossary-terms.xml147(primary) +msgid "account reaper" +msgstr "계정 수거자" + +#: ./doc/glossary/glossary-terms.xml151(para) +msgid "" +"An Object Storage worker that scans for and deletes account databases and " +"that the account server has marked for deletion." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml157(glossterm) +#: ./doc/glossary/glossary-terms.xml159(primary) +msgid "account server" +msgstr "계정 서버" + +#: ./doc/glossary/glossary-terms.xml163(para) +msgid "" +"Lists containers in Object Storage and stores container information in the " +"account database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml169(glossterm) +#: ./doc/glossary/glossary-terms.xml171(primary) +msgid "account service" +msgstr "계정 서비스" + +#: ./doc/glossary/glossary-terms.xml175(para) +msgid "" +"An Object Storage component that provides account services such as list, " +"create, modify, and audit. Do not confuse with OpenStack Identity Service, " +"OpenLDAP, or similar user-account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml182(glossterm) +#: ./doc/glossary/glossary-terms.xml184(primary) +msgid "accounting" +msgstr "어카운팅" + +#: ./doc/glossary/glossary-terms.xml188(para) +msgid "" +"The Compute service provides accounting information through the event " +"notification and system usage data facilities." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml194(glossterm) +#: ./doc/glossary/glossary-terms.xml196(primary) +msgid "ACL" +msgstr "ACL" + +#: ./doc/glossary/glossary-terms.xml202(para) +msgid "See access control list." +msgstr "계정 제어 목록를 확인하세요." + +#: ./doc/glossary/glossary-terms.xml207(glossterm) +#: ./doc/glossary/glossary-terms.xml209(primary) +msgid "active/active configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml213(para) +msgid "" +"In a high-availability setup with an active/active configuration, several " +"systems share the load together and if one fails, the load is distributed to" +" the remaining systems." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml220(glossterm) +#: ./doc/glossary/glossary-terms.xml222(primary) +msgid "Active Directory" +msgstr "액티브 디렉터리" + +#: ./doc/glossary/glossary-terms.xml226(para) +msgid "" +"Authentication and identity service by Microsoft, based on LDAP. Supported " +"in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml232(glossterm) +#: ./doc/glossary/glossary-terms.xml234(primary) +msgid "active/passive configuration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml238(para) +msgid "" +"In a high-availability setup with an active/passive configuration, systems " +"are set up to bring additional resources online to replace those that have " +"failed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml245(glossterm) +#: ./doc/glossary/glossary-terms.xml247(primary) +msgid "address pool" +msgstr "주소 풀" + +#: ./doc/glossary/glossary-terms.xml251(para) +msgid "" +"A group of fixed and/or floating IP addresses that are assigned to a project" +" and can be used by or assigned to the VM instances in a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml258(glossterm) +#: ./doc/glossary/glossary-terms.xml260(primary) +#: ./doc/glossary/glossary-terms.xml4911(see) +msgid "admin API" +msgstr "관리자 API" + +#: ./doc/glossary/glossary-terms.xml264(para) +msgid "" +"A subset of API calls that are accessible to authorized administrators and " +"are generally not accessible to end users or the public Internet. They can " +"exist as a separate service (keystone) or can be a subset of another API " +"(nova)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml272(glossterm) +#: ./doc/glossary/glossary-terms.xml274(primary) +msgid "admin server" +msgstr "관리자 서버" + +#: ./doc/glossary/glossary-terms.xml278(para) +msgid "" +"In the context of the Identity Service, the worker process that provides " +"access to the admin API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml284(glossterm) +#: ./doc/glossary/glossary-terms.xml287(primary) +msgid "Advanced Message Queuing Protocol (AMQP)" +msgstr "Advanced Message Queuing Protocol (AMQP)" + +#: ./doc/glossary/glossary-terms.xml291(para) +msgid "" +"The open standard messaging protocol used by OpenStack components for intra-" +"service communications, provided by RabbitMQ, Qpid, or ZeroMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml298(glossterm) +#: ./doc/glossary/glossary-terms.xml300(primary) +msgid "Advanced RISC Machine (ARM)" +msgstr "Advanced RISC Machine (ARM)" + +#: ./doc/glossary/glossary-terms.xml304(para) +msgid "" +"Lower power consumption CPU often found in mobile and embedded devices. " +"Supported by OpenStack." +msgstr "모바일과 임베디드 장치에서 사용하는 저전력 CPU입니다. OpenStack 지원합니다." + +#: ./doc/glossary/glossary-terms.xml310(glossterm) +msgid "alert" +msgstr "alert" + +#: ./doc/glossary/glossary-terms.xml312(primary) +msgid "alerts" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml314(secondary) +#: ./doc/glossary/glossary-terms.xml876(secondary) +#: ./doc/glossary/glossary-terms.xml924(secondary) +#: ./doc/glossary/glossary-terms.xml994(secondary) +#: ./doc/glossary/glossary-terms.xml1284(secondary) +#: ./doc/glossary/glossary-terms.xml1373(secondary) +#: ./doc/glossary/glossary-terms.xml1584(secondary) +#: ./doc/glossary/glossary-terms.xml1683(secondary) +#: ./doc/glossary/glossary-terms.xml1763(secondary) +#: ./doc/glossary/glossary-terms.xml1819(secondary) +#: ./doc/glossary/glossary-terms.xml1918(secondary) +#: ./doc/glossary/glossary-terms.xml2147(secondary) +#: ./doc/glossary/glossary-terms.xml2427(secondary) +#: ./doc/glossary/glossary-terms.xml3145(secondary) +#: ./doc/glossary/glossary-terms.xml3262(secondary) +#: ./doc/glossary/glossary-terms.xml3906(secondary) +#: ./doc/glossary/glossary-terms.xml3958(secondary) +#: ./doc/glossary/glossary-terms.xml4063(secondary) +#: ./doc/glossary/glossary-terms.xml4280(secondary) +#: ./doc/glossary/glossary-terms.xml4433(secondary) +#: ./doc/glossary/glossary-terms.xml4451(secondary) +#: ./doc/glossary/glossary-terms.xml4948(secondary) +#: ./doc/glossary/glossary-terms.xml5282(secondary) +#: ./doc/glossary/glossary-terms.xml5535(secondary) +#: ./doc/glossary/glossary-terms.xml5651(secondary) +#: ./doc/glossary/glossary-terms.xml5994(secondary) +#: ./doc/glossary/glossary-terms.xml6179(secondary) +#: ./doc/glossary/glossary-terms.xml6270(secondary) +#: ./doc/glossary/glossary-terms.xml6842(secondary) +#: ./doc/glossary/glossary-terms.xml6945(secondary) +#: ./doc/glossary/glossary-terms.xml6989(secondary) +#: ./doc/glossary/glossary-terms.xml7256(secondary) +#: ./doc/glossary/glossary-terms.xml7299(secondary) +msgid "definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml318(para) +msgid "" +"The Compute service can send alerts through its notification system, which " +"includes a facility to create custom notification drivers. Alerts can be " +"sent to and displayed on the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml326(glossterm) +msgid "allocate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml328(primary) +msgid "allocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml332(para) +msgid "" +"The process of taking a floating IP address from the address pool so it can " +"be associated with a fixed IP on a guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml339(glossterm) +#: ./doc/glossary/glossary-terms.xml341(primary) +msgid "Amazon Kernel Image (AKI)" +msgstr "Amazon 커널 이미지 (AKI)" + +#: ./doc/glossary/glossary-terms.xml345(para) +#: ./doc/glossary/glossary-terms.xml357(para) +#: ./doc/glossary/glossary-terms.xml369(para) +msgid "" +"Both a VM container format and disk format. Supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml351(glossterm) +#: ./doc/glossary/glossary-terms.xml353(primary) +msgid "Amazon Machine Image (AMI)" +msgstr "Amazon 머신 이미지 (AMI)" + +#: ./doc/glossary/glossary-terms.xml363(glossterm) +#: ./doc/glossary/glossary-terms.xml365(primary) +msgid "Amazon Ramdisk Image (ARI)" +msgstr "Amazon 램디스크 이미지 (ARI)" + +#: ./doc/glossary/glossary-terms.xml375(glossterm) +#: ./doc/glossary/glossary-terms.xml377(primary) +msgid "Anvil" +msgstr "Anvil" + +#: ./doc/glossary/glossary-terms.xml381(para) +msgid "" +"A project that ports the shell script-based project named DevStack to " +"Python." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml387(glossterm) +#: ./doc/glossary/glossary-terms.xml389(primary) +msgid "Apache" +msgstr "아파치" + +#: ./doc/glossary/glossary-terms.xml393(para) +msgid "" +"The Apache Software Foundation supports the Apache community of open-source " +"software projects. These projects provide software products for the public " +"good." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml400(glossterm) +#: ./doc/glossary/glossary-terms.xml402(primary) +msgid "Apache License 2.0" +msgstr "아파치 라이센스 2.0" + +#: ./doc/glossary/glossary-terms.xml406(para) +msgid "" +"All OpenStack core projects are provided under the terms of the Apache " +"License 2.0 license." +msgstr "모든 오픈스택 핵심 프로젝트는 아파치 라이선스 2.0 조항에 따라 제공합니다." + +#: ./doc/glossary/glossary-terms.xml412(glossterm) +#: ./doc/glossary/glossary-terms.xml414(primary) +msgid "Apache Web Server" +msgstr "아파치 웹 서버" + +#: ./doc/glossary/glossary-terms.xml418(para) +msgid "The most common web server software currently used on the Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml424(glossterm) +msgid "API" +msgstr "API" + +#: ./doc/glossary/glossary-terms.xml427(para) +msgid "Application programming interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml432(glossterm) +#: ./doc/glossary/glossary-terms.xml436(secondary) +#: ./doc/glossary/glossary-terms.xml441(secondary) +msgid "API endpoint" +msgstr "API endpoint" + +#: ./doc/glossary/glossary-terms.xml434(primary) +#: ./doc/glossary/glossary-terms.xml2885(primary) +#: ./doc/glossary/glossary-terms.xml2913(primary) +#: ./doc/glossary/glossary-terms.xml3536(primary) +#: ./doc/glossary/glossary-terms.xml8017(primary) +msgid "endpoints" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml439(primary) +#: ./doc/glossary/glossary-terms.xml455(primary) +#: ./doc/glossary/glossary-terms.xml468(primary) +#: ./doc/glossary/glossary-terms.xml482(primary) +#: ./doc/glossary/glossary-terms.xml495(primary) +#: ./doc/glossary/glossary-terms.xml509(primary) +#: ./doc/glossary/glossary-terms.xml523(primary) +#: ./doc/glossary/glossary-terms.xml6383(primary) +msgid "API (application programming interface)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml445(para) +msgid "" +"The daemon, worker, or service that a client communicates with to access an " +"API. API endpoints can provide any number of services, such as " +"authentication, sales data, performance metrics, Compute VM commands, census" +" data, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml453(glossterm) +#: ./doc/glossary/glossary-terms.xml457(secondary) +msgid "API extension" +msgstr "API 부가기능" + +#: ./doc/glossary/glossary-terms.xml461(para) +msgid "Custom modules that extend some OpenStack core APIs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml466(glossterm) +#: ./doc/glossary/glossary-terms.xml470(secondary) +msgid "API extension plug-in" +msgstr "API 부가기능 플러그인" + +#: ./doc/glossary/glossary-terms.xml474(para) +msgid "Alternative term for a Networking plug-in or Networking API extension." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml480(glossterm) +#: ./doc/glossary/glossary-terms.xml484(secondary) +msgid "API key" +msgstr "API 키" + +#: ./doc/glossary/glossary-terms.xml488(para) +msgid "Alternative term for an API token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml493(glossterm) +#: ./doc/glossary/glossary-terms.xml497(secondary) +msgid "API server" +msgstr "API 서버" + +#: ./doc/glossary/glossary-terms.xml501(para) +msgid "Any node running a daemon or worker that provides an API endpoint." +msgstr "API 엔드 포인트를 제공하는 데몬이나 워커를 실행하는 노드입니다." + +#: ./doc/glossary/glossary-terms.xml507(glossterm) +#: ./doc/glossary/glossary-terms.xml511(secondary) +msgid "API token" +msgstr "API 토큰" + +#: ./doc/glossary/glossary-terms.xml515(para) +msgid "" +"Passed to API requests and used by OpenStack to verify that the client is " +"authorized to run the requested operation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml521(glossterm) +#: ./doc/glossary/glossary-terms.xml525(secondary) +msgid "API version" +msgstr "API 버전" + +#: ./doc/glossary/glossary-terms.xml529(para) +msgid "" +"In OpenStack, the API version for a project is part of the URL. For example," +" example.com/nova/v1/foobar." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml535(glossterm) +#: ./doc/glossary/glossary-terms.xml537(primary) +msgid "applet" +msgstr "애플릿" + +#: ./doc/glossary/glossary-terms.xml541(para) +msgid "A Java program that can be embedded into a web page." +msgstr "웹페이지 내에 포함할 수 있는 자바 프로그램" + +#: ./doc/glossary/glossary-terms.xml546(glossterm) +msgid "Application Programming Interface (API)" +msgstr "응용 프로그램 프로그래밍 인터페이스 (API)" + +#: ./doc/glossary/glossary-terms.xml549(para) +msgid "" +"A collection of specifications used to access a service, application, or " +"program. Includes service calls, required parameters for each call, and the " +"expected return values." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml556(glossterm) +#: ./doc/glossary/glossary-terms.xml563(primary) +msgid "application server" +msgstr "어플리케이션 서버" + +#: ./doc/glossary/glossary-terms.xml558(primary) +#: ./doc/glossary/glossary-terms.xml6365(primary) +#: ./doc/glossary/glossary-terms.xml6797(primary) +#: ./doc/glossary/glossary-terms.xml7254(primary) +#: ./doc/glossary/glossary-terms.xml7283(primary) +#: ./doc/glossary/glossary-terms.xml8467(primary) +msgid "servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml560(secondary) +msgid "application servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml567(para) +msgid "" +"A piece of software that makes available another piece of software over a " +"network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml573(glossterm) +#: ./doc/glossary/glossary-terms.xml575(primary) +msgid "Application Service Provider (ASP)" +msgstr "어플리케이션 서비스 프로바이더 (ASP)" + +#: ./doc/glossary/glossary-terms.xml579(para) +msgid "" +"Companies that rent specialized applications that help businesses and " +"organizations provide additional services with lower cost." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml588(glossterm) +#: ./doc/glossary/glossary-terms.xml590(primary) +msgid "Address Resolution Protocol (ARP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml594(para) +msgid "" +"The protocol by which layer-3 IP addresses are resolved into layer-2 link " +"local addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml602(glossterm) +#: ./doc/glossary/glossary-terms.xml604(primary) +msgid "arptables" +msgstr "arptables" + +#: ./doc/glossary/glossary-terms.xml608(para) +msgid "" +"Tool used for maintaining Address Resolution Protocol packet filter rules in" +" the Linux kernel firewall modules. Used along with iptables, ebtables, and " +"ip6tables in Compute to provide firewall services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml616(glossterm) +msgid "associate" +msgstr "연결" + +#: ./doc/glossary/glossary-terms.xml618(primary) +msgid "associate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml622(para) +msgid "" +"The process associating a Compute floating IP address with a fixed IP " +"address." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml628(glossterm) +#: ./doc/glossary/glossary-terms.xml631(primary) +msgid "Asynchronous JavaScript and XML (AJAX)" +msgstr "비동기 JavaScript와 XML (AJAX)" + +#: ./doc/glossary/glossary-terms.xml635(para) +msgid "" +"A group of interrelated web development techniques used on the client-side " +"to create asynchronous web applications. Used extensively in horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml642(glossterm) +#: ./doc/glossary/glossary-terms.xml644(primary) +msgid "ATA over Ethernet (AoE)" +msgstr "ATA over Ethernet (AoE)" + +#: ./doc/glossary/glossary-terms.xml648(para) +msgid "A disk storage protocol tunneled within Ethernet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml653(glossterm) +msgid "attach" +msgstr "attach" + +#: ./doc/glossary/glossary-terms.xml655(primary) +msgid "attach, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml659(para) +msgid "" +"The process of connecting a VIF or vNIC to a L2 network in Networking. In " +"the context of Compute, this process connects a storage volume to an " +"instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml666(glossterm) +#: ./doc/glossary/glossary-terms.xml668(primary) +msgid "attachment (network)" +msgstr "부착물 (네트워크)" + +#: ./doc/glossary/glossary-terms.xml672(para) +msgid "" +"Association of an interface ID to a logical port. Plugs an interface into a " +"port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml678(glossterm) +#: ./doc/glossary/glossary-terms.xml680(primary) +msgid "auditing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml684(para) +msgid "Provided in Compute through the system usage data facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml690(glossterm) +#: ./doc/glossary/glossary-terms.xml692(primary) +msgid "auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml696(para) +msgid "" +"A worker process that verifies the integrity of Object Storage objects, " +"containers, and accounts. Auditors is the collective term for the Object " +"Storage account auditor, container auditor, and object auditor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml704(glossterm) +#: ./doc/glossary/glossary-terms.xml706(primary) +msgid "Austin" +msgstr "Austin" + +#: ./doc/glossary/glossary-terms.xml710(para) +msgid "" +"The code name for the initial release of OpenStack. The first design summit " +"took place in Austin, Texas, US." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml717(glossterm) +#: ./doc/glossary/glossary-terms.xml719(primary) +msgid "auth node" +msgstr "auth 노드" + +#: ./doc/glossary/glossary-terms.xml723(para) +msgid "Alternative term for an Object Storage authorization node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml729(glossterm) +#: ./doc/glossary/glossary-terms.xml731(primary) +msgid "authentication" +msgstr "인증" + +#: ./doc/glossary/glossary-terms.xml735(para) +msgid "" +"The process that confirms that the user, process, or client is really who " +"they say they are through private key, secret token, password, fingerprint, " +"or similar method." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml742(glossterm) +msgid "authentication token" +msgstr "인증 토큰" + +#: ./doc/glossary/glossary-terms.xml744(primary) +msgid "authentication tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml748(para) +msgid "" +"A string of text provided to the client after authentication. Must be " +"provided by the user or process in subsequent requests to the API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml755(glossterm) +#: ./doc/glossary/glossary-terms.xml757(primary) +msgid "AuthN" +msgstr "AuthN" + +#: ./doc/glossary/glossary-terms.xml761(para) +msgid "The Identity Service component that provides authentication services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml767(glossterm) +#: ./doc/glossary/glossary-terms.xml769(primary) +msgid "authorization" +msgstr "인증" + +#: ./doc/glossary/glossary-terms.xml773(para) +msgid "" +"The act of verifying that a user, process, or client is authorized to " +"perform an action." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml779(glossterm) +#: ./doc/glossary/glossary-terms.xml781(primary) +msgid "authorization node" +msgstr "인증 노드" + +#: ./doc/glossary/glossary-terms.xml785(para) +msgid "An Object Storage node that provides authorization services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml791(glossterm) +#: ./doc/glossary/glossary-terms.xml793(primary) +msgid "AuthZ" +msgstr "AuthZ" + +#: ./doc/glossary/glossary-terms.xml797(para) +msgid "" +"The Identity Service component that provides high-level authorization " +"services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml803(glossterm) +#: ./doc/glossary/glossary-terms.xml805(primary) +msgid "Auto ACK" +msgstr "자동 ACK" + +#: ./doc/glossary/glossary-terms.xml809(para) +msgid "" +"Configuration setting within RabbitMQ that enables or disables message " +"acknowledgment. Enabled by default." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml815(glossterm) +#: ./doc/glossary/glossary-terms.xml817(primary) +msgid "auto declare" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml821(para) +msgid "" +"A Compute RabbitMQ setting that determines whether a message exchange is " +"automatically created when the program starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml827(glossterm) +#: ./doc/glossary/glossary-terms.xml829(primary) +msgid "availability zone" +msgstr "사용 가능한 존" + +#: ./doc/glossary/glossary-terms.xml833(para) +msgid "" +"An Amazon EC2 concept of an isolated area that is used for fault tolerance. " +"Do not confuse with an OpenStack Compute zone or cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml840(glossterm) +msgid "AWS" +msgstr "AWS" + +#: ./doc/glossary/glossary-terms.xml842(primary) +msgid "AWS (Amazon Web Services)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml846(para) +msgid "Amazon Web Services." +msgstr "Amazon 웹 서비스." + +#: ./doc/glossary/glossary-terms.xml851(glossterm) +#: ./doc/glossary/glossary-terms.xml853(primary) +msgid "AWS CloudFormation template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml857(para) +msgid "" +"AWS CloudFormation allows AWS users to create and manage a collection of " +"related resources. The Orchestration module supports a CloudFormation-" +"compatible format (CFN)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml869(title) +msgid "B" +msgstr "B" + +#: ./doc/glossary/glossary-terms.xml872(glossterm) +msgid "back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml874(primary) +#: ./doc/glossary/glossary-terms.xml889(primary) +#: ./doc/glossary/glossary-terms.xml905(primary) +msgid "back-end interactions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml880(para) +msgid "" +"Interactions and processes that are obfuscated from the user, such as " +"Compute volume mount, data transmission to an iSCSI target by a daemon, or " +"Object Storage object integrity checks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml887(glossterm) +msgid "back-end catalog" +msgstr "백엔드 목록" + +#: ./doc/glossary/glossary-terms.xml891(secondary) +#: ./doc/glossary/glossary-terms.xml1332(glossterm) +#: ./doc/glossary/glossary-terms.xml1334(primary) +msgid "catalog" +msgstr "카타로그" + +#: ./doc/glossary/glossary-terms.xml895(para) +msgid "" +"The storage method used by the Identity Service catalog service to store and" +" retrieve information about API endpoints that are available to the client. " +"Examples include a SQL database, LDAP database, or KVS back end." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml903(glossterm) +msgid "back-end store" +msgstr "백엔드 저장소" + +#: ./doc/glossary/glossary-terms.xml907(secondary) +msgid "store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml911(para) +msgid "" +"The persistent data store used to save and retrieve information for a " +"service, such as lists of Object Storage objects, current state of guest " +"VMs, lists of user names, and so on. Also, the method that the Image Service" +" uses to get and store VM images. Options include Object Storage, local file" +" system, S3, and HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml920(glossterm) +#: ./doc/glossary/glossary-terms.xml922(primary) +msgid "bandwidth" +msgstr "대역폭" + +#: ./doc/glossary/glossary-terms.xml928(para) +msgid "" +"The amount of available data used by communication resources, such as the " +"Internet. Represents the amount of data that is used to download things or " +"the amount of data available to download." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml935(glossterm) +msgid "bare" +msgstr "bare" + +#: ./doc/glossary/glossary-terms.xml937(primary) +msgid "bare, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml941(para) +msgid "" +"An Image Service container format that indicates that no container exists " +"for the VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml947(glossterm) +#: ./doc/glossary/glossary-terms.xml949(primary) +msgid "base image" +msgstr "기본 이미지" + +#: ./doc/glossary/glossary-terms.xml953(para) +msgid "An OpenStack-provided image." +msgstr "OpenStack에서 제공하는 이미지." + +#: ./doc/glossary/glossary-terms.xml958(glossterm) +#: ./doc/glossary/glossary-terms.xml960(primary) +msgid "Bell-LaPadula model" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml964(para) +msgid "" +"A security model that focuses on data confidentiality and controlled access " +"to classified information. This model divide the entities into subjects and " +"objects. The clearance of a subject is compared to the classification of the" +" object to determine if the subject is authorized for the specific access " +"mode. The clearance or classification scheme is expressed in terms of a " +"lattice." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml974(glossterm) +#: ./doc/glossary/glossary-terms.xml976(primary) +msgid "Bexar" +msgstr "Bexar" + +#: ./doc/glossary/glossary-terms.xml980(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in February" +" of 2011. It included only Compute (nova) and Object Storage (swift)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml983(para) +msgid "" +"Bexar is the code name for the second release of OpenStack. The design " +"summit took place in San Antonio, Texas, US, which is the county seat for " +"Bexar county." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml990(glossterm) +#: ./doc/glossary/glossary-terms.xml992(primary) +msgid "binary" +msgstr "바이너리" + +#: ./doc/glossary/glossary-terms.xml998(para) +msgid "" +"Information that consists solely of ones and zeroes, which is the language " +"of computers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1004(glossterm) +msgid "bit" +msgstr "비트" + +#: ./doc/glossary/glossary-terms.xml1006(primary) +msgid "bits, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1010(para) +msgid "" +"A bit is a single digit number that is in base of 2 (either a zero or one). " +"Bandwidth usage is measured in bits per second." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1016(glossterm) +#: ./doc/glossary/glossary-terms.xml1018(primary) +msgid "bits per second (BPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1022(para) +msgid "" +"The universal measurement of how quickly data is transferred from place to " +"place." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1028(glossterm) +#: ./doc/glossary/glossary-terms.xml1030(primary) +msgid "block device" +msgstr "블록 디바이스" + +#: ./doc/glossary/glossary-terms.xml1034(para) +msgid "" +"A device that moves data in the form of blocks. These device nodes interface" +" the devices, such as hard disks, CD-ROM drives, flash drives, and other " +"addressable regions of memory." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1041(glossterm) +#: ./doc/glossary/glossary-terms.xml1043(primary) +msgid "block migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1047(para) +msgid "" +"A method of VM live migration used by KVM to evacuate instances from one " +"host to another with very little downtime during a user-initiated " +"switchover. Does not require shared storage. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1055(glossterm) +#: ./doc/glossary/glossary-terms.xml1057(primary) +msgid "Block Storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1061(para) +msgid "" +"The OpenStack core project that enables management of volumes, volume " +"snapshots, and volume types. The project name of Block Storage is cinder." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1068(glossterm) +#: ./doc/glossary/glossary-terms.xml1070(primary) +msgid "Block Storage API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1074(para) +msgid "" +"An API on a separate endpoint for attaching, detaching, and creating block " +"storage for compute VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1081(glossterm) +msgid "BMC" +msgstr "BMC" + +#: ./doc/glossary/glossary-terms.xml1083(primary) +msgid "BMC (Baseboard Management Controller)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1087(para) +msgid "" +"Baseboard Management Controller. The intelligence in the IPMI architecture, " +"which is a specialized micro-controller that is embedded on the motherboard " +"of a computer and acts as a server. Manages the interface between system " +"management software and platform hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1096(glossterm) +#: ./doc/glossary/glossary-terms.xml1098(primary) +msgid "bootable disk image" +msgstr "부팅 가능한 디스크 이미지" + +#: ./doc/glossary/glossary-terms.xml1102(para) +msgid "A type of VM image that exists as a single, bootable file." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1108(glossterm) +#: ./doc/glossary/glossary-terms.xml1110(primary) +msgid "Bootstrap Protocol (BOOTP)" +msgstr "부트스트랩 프로토콜 (BOOTP)" + +#: ./doc/glossary/glossary-terms.xml1114(para) +msgid "" +"A network protocol used by a network client to obtain an IP address from a " +"configuration server. Provided in Compute through the dnsmasq daemon when " +"using either the FlatDHCP manager or VLAN manager network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1122(glossterm) +#: ./doc/glossary/glossary-terms.xml1124(primary) +msgid "Border Gateway Protocol (BGP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1127(para) +msgid "" +"The Border Gateway Protocol is a dynamic routing protocol that connects " +"autonomous systems. Considered the backbone of the Internet, this protocol " +"connects disparate networks to form a larger network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1136(glossterm) +msgid "browser" +msgstr "브라우져" + +#: ./doc/glossary/glossary-terms.xml1138(primary) +msgid "browsers, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1142(para) +msgid "" +"Any client software that enables a computer or device to access the " +"Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1148(glossterm) +msgid "builder file" +msgstr "빌더 파일" + +#: ./doc/glossary/glossary-terms.xml1150(primary) +msgid "builder files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1154(para) +msgid "" +"Contains configuration information that Object Storage uses to reconfigure a" +" ring or to re-create it from scratch after a serious failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1161(glossterm) +#: ./doc/glossary/glossary-terms.xml1163(primary) +msgid "bursting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1167(para) +msgid "" +"The practice of utilizing a secondary environment to elastically build " +"instances on-demand when the primary environment is resource constrained." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1176(glossterm) +msgid "button class" +msgstr "버튼 클래스" + +#: ./doc/glossary/glossary-terms.xml1178(primary) +msgid "button classes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1182(para) +msgid "" +"A group of related button types within horizon. Buttons to start, stop, and " +"suspend VMs are in one class. Buttons to associate and disassociate floating" +" IP addresses are in another class, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1190(glossterm) +msgid "byte" +msgstr "바이트" + +#: ./doc/glossary/glossary-terms.xml1192(primary) +msgid "bytes, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1196(para) +msgid "" +"Set of bits that make up a single character; there are usually 8 bits to a " +"byte." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1205(title) +msgid "C" +msgstr "C" + +#: ./doc/glossary/glossary-terms.xml1208(glossterm) +msgid "CA" +msgstr "CA" + +#: ./doc/glossary/glossary-terms.xml1210(primary) +msgid "CA (Certificate/Certification Authority)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1214(para) +msgid "" +"Certificate Authority or Certification Authority. In cryptography, an entity" +" that issues digital certificates. The digital certificate certifies the " +"ownership of a public key by the named subject of the certificate. This " +"enables others (relying parties) to rely upon signatures or assertions made " +"by the private key that corresponds to the certified public key. In this " +"model of trust relationships, a CA is a trusted third party for both the " +"subject (owner) of the certificate and the party relying upon the " +"certificate. CAs are characteristic of many public key infrastructure (PKI) " +"schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1228(glossterm) +msgid "cache pruner" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1230(primary) +msgid "cache pruners" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1234(para) +msgid "" +"A program that keeps the Image Service VM image cache at or below its " +"configured maximum size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1240(glossterm) +#: ./doc/glossary/glossary-terms.xml1242(primary) +msgid "Cactus" +msgstr "Cactus" + +#: ./doc/glossary/glossary-terms.xml1246(para) +msgid "" +"An OpenStack grouped release of projects that came out in the spring of " +"2011. It included Compute (nova), Object Storage (swift), and the Image " +"Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1249(para) +msgid "" +"Cactus is a city in Texas, US and is the code name for the third release of " +"OpenStack. When OpenStack releases went from three to six months long, the " +"code name of the release changed to match a geography nearest the previous " +"summit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1257(glossterm) +msgid "CADF" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1259(para) +msgid "" +"Cloud Auditing Data Federation (CADF) is a specification for audit event " +"data. CADF is supported by OpenStack Identity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1268(glossterm) +#: ./doc/glossary/glossary-terms.xml1270(primary) +msgid "CALL" +msgstr "CALL" + +#: ./doc/glossary/glossary-terms.xml1274(para) +msgid "" +"One of the RPC primitives used by the OpenStack message queue software. " +"Sends a message and waits for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1280(glossterm) +#: ./doc/glossary/glossary-terms.xml1282(primary) +msgid "capability" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1288(para) +msgid "" +"Defines resources for a cell, including CPU, storage, and networking. Can " +"apply to the specific services within a cell or a whole cell." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1295(glossterm) +#: ./doc/glossary/glossary-terms.xml1297(primary) +msgid "capacity cache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1301(para) +msgid "" +"A Compute back-end database table that contains the current workload, amount" +" of free RAM, and number of VMs running on each host. Used to determine on " +"which VM a host starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1308(glossterm) +#: ./doc/glossary/glossary-terms.xml1310(primary) +msgid "capacity updater" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1314(para) +msgid "" +"A notification driver that monitors VM instances and updates the capacity " +"cache as needed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1320(glossterm) +msgid "CAST" +msgstr "CAST" + +#: ./doc/glossary/glossary-terms.xml1322(primary) +msgid "CAST (RPC primitive)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1326(para) +msgid "" +"One of the RPC primitives used by the OpenStack message queue software. " +"Sends a message and does not wait for a response." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1338(para) +msgid "" +"A list of API endpoints that are available to a user after authentication " +"with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1344(glossterm) +#: ./doc/glossary/glossary-terms.xml1346(primary) +msgid "catalog service" +msgstr "카탈로그 서비스" + +#: ./doc/glossary/glossary-terms.xml1350(para) +msgid "" +"An Identity Service that lists API endpoints that are available to a user " +"after authentication with the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1356(glossterm) +#: ./doc/glossary/glossary-terms.xml1358(primary) +msgid "ceilometer" +msgstr "ceilomete" + +#: ./doc/glossary/glossary-terms.xml1362(para) +msgid "" +"The project name for the Telemetry service, which is an integrated project " +"that provides metering and measuring facilities for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1369(glossterm) +msgid "cell" +msgstr "셀" + +#: ./doc/glossary/glossary-terms.xml1371(primary) +#: ./doc/glossary/glossary-terms.xml1387(primary) +#: ./doc/glossary/glossary-terms.xml1402(primary) +#: ./doc/glossary/glossary-terms.xml1514(primary) +#: ./doc/glossary/glossary-terms.xml5974(primary) +msgid "cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1377(para) +msgid "" +"Provides logical partitioning of Compute resources in a child and parent " +"relationship. Requests are passed from parent cells to child cells if the " +"parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1385(glossterm) +#: ./doc/glossary/glossary-terms.xml1389(secondary) +msgid "cell forwarding" +msgstr "셀 포워딩" + +#: ./doc/glossary/glossary-terms.xml1393(para) +msgid "" +"A Compute option that enables parent cells to pass resource requests to " +"child cells if the parent cannot provide the requested resource." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1400(glossterm) +msgid "cell manager" +msgstr "셀 관리자" + +#: ./doc/glossary/glossary-terms.xml1404(secondary) +msgid "cell managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1408(para) +msgid "" +"The Compute component that contains a list of the current capabilities of " +"each host within the cell and routes requests as appropriate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1415(glossterm) +#: ./doc/glossary/glossary-terms.xml1417(primary) +msgid "CentOS" +msgstr "CentOS" + +#: ./doc/glossary/glossary-terms.xml1421(para) +#: ./doc/glossary/glossary-terms.xml2266(para) +#: ./doc/glossary/glossary-terms.xml5924(para) +#: ./doc/glossary/glossary-terms.xml6753(para) +#: ./doc/glossary/glossary-terms.xml7784(para) +msgid "A Linux distribution that is compatible with OpenStack." +msgstr "OpenStack을 호환되는 리눅스 배포판." + +#: ./doc/glossary/glossary-terms.xml1426(glossterm) +#: ./doc/glossary/glossary-terms.xml1428(primary) +msgid "Ceph" +msgstr "Ceph" + +#: ./doc/glossary/glossary-terms.xml1432(para) +msgid "" +"Massively scalable distributed storage system that consists of an object " +"store, block store, and POSIX-compatible distributed file system. Compatible" +" with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1439(glossterm) +#: ./doc/glossary/glossary-terms.xml1441(primary) +msgid "CephFS" +msgstr "CephFS" + +#: ./doc/glossary/glossary-terms.xml1445(para) +msgid "The POSIX-compliant file system provided by Ceph." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1450(glossterm) +msgid "certificate authority" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1452(primary) +msgid "certificate authority (Compute)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1456(para) +msgid "" +"A simple certificate authority provided by Compute for cloudpipe VPNs and VM" +" image decryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1462(glossterm) +#: ./doc/glossary/glossary-terms.xml1465(primary) +msgid "Challenge-Handshake Authentication Protocol (CHAP)" +msgstr "Challenge-Handshake Authentication Protocol (CHAP)" + +#: ./doc/glossary/glossary-terms.xml1470(para) +msgid "An iSCSI authentication method supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1475(glossterm) +#: ./doc/glossary/glossary-terms.xml1477(primary) +msgid "chance scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1481(para) +msgid "" +"A scheduling method used by Compute that randomly chooses an available host " +"from the pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1487(glossterm) +#: ./doc/glossary/glossary-terms.xml1489(primary) +msgid "changes since" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1493(para) +msgid "" +"A Compute API parameter that downloads changes to the requested item since " +"your last request, instead of downloading a new, fresh set of data and " +"comparing it against the old data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1500(glossterm) +#: ./doc/glossary/glossary-terms.xml1502(primary) +msgid "Chef" +msgstr "Chef" + +#: ./doc/glossary/glossary-terms.xml1506(para) +msgid "" +"An operating system configuration management tool supporting OpenStack " +"deployments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1512(glossterm) +msgid "child cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1516(secondary) +#: ./doc/glossary/glossary-terms.xml1519(primary) +msgid "child cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1523(para) +msgid "" +"If a requested resource such as CPU time, disk storage, or memory is not " +"available in the parent cell, the request is forwarded to its associated " +"child cells. If the child cell can fulfill the request, it does. Otherwise, " +"it attempts to pass the request to any of its children." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1532(glossterm) +#: ./doc/glossary/glossary-terms.xml1534(primary) +msgid "cinder" +msgstr "cinder" + +#: ./doc/glossary/glossary-terms.xml1538(para) +msgid "A core OpenStack project that provides block storage services for VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1544(glossterm) +#: ./doc/glossary/glossary-terms.xml1546(primary) +msgid "CirrOS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1550(para) +msgid "" +"A minimal Linux distribution designed for use as a test image on clouds such" +" as OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1556(glossterm) +#: ./doc/glossary/glossary-terms.xml1558(primary) +msgid "Cisco neutron plug-in" +msgstr "시스코 neutron 플러그인" + +#: ./doc/glossary/glossary-terms.xml1562(para) +msgid "" +"A Networking plug-in for Cisco devices and technologies, including UCS and " +"Nexus." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1568(glossterm) +#: ./doc/glossary/glossary-terms.xml1570(primary) +msgid "cloud architect" +msgstr "클라우드 아키텍쳐" + +#: ./doc/glossary/glossary-terms.xml1574(para) +msgid "A person who plans, designs, and oversees the creation of clouds." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1580(glossterm) +#: ./doc/glossary/glossary-terms.xml1582(primary) +#: ./doc/glossary/glossary-terms.xml1598(primary) +#: ./doc/glossary/glossary-terms.xml1614(primary) +msgid "cloud computing" +msgstr "클라우드 컴퓨팅" + +#: ./doc/glossary/glossary-terms.xml1588(para) +msgid "" +"A model that enables access to a shared pool of configurable computing " +"resources, such as networks, servers, storage, applications, and services, " +"that can be rapidly provisioned and released with minimal management effort " +"or service provider interaction." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1596(glossterm) +msgid "cloud controller" +msgstr "클라우드 컨트롤러" + +#: ./doc/glossary/glossary-terms.xml1600(secondary) +msgid "cloud controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1604(para) +msgid "" +"Collection of Compute components that represent the global state of the " +"cloud; talks to services, such as Identity Service authentication, Object " +"Storage, and node/storage workers through a queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1612(glossterm) +msgid "cloud controller node" +msgstr "클라우드 컨트롤러 노드" + +#: ./doc/glossary/glossary-terms.xml1616(secondary) +msgid "cloud controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1620(para) +msgid "" +"A node that runs network, volume, API, scheduler, and image services. Each " +"service may be broken out into separate nodes for scalability or " +"availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1627(glossterm) +#: ./doc/glossary/glossary-terms.xml1630(primary) +msgid "Cloud Data Management Interface (CDMI)" +msgstr "클라우드 데이터 관리 인터페이스 (CDMI)" + +#: ./doc/glossary/glossary-terms.xml1634(para) +msgid "" +"SINA standard that defines a RESTful API for managing objects in the cloud, " +"currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1640(glossterm) +#: ./doc/glossary/glossary-terms.xml1643(primary) +msgid "Cloud Infrastructure Management Interface (CIMI)" +msgstr "클라우드 인프라 관리 인터페이스 (CIMI)" + +#: ./doc/glossary/glossary-terms.xml1647(para) +msgid "" +"An in-progress specification for cloud management. Currently unsupported in " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1653(glossterm) +#: ./doc/glossary/glossary-terms.xml1655(primary) +msgid "cloud-init" +msgstr "cloud-init" + +#: ./doc/glossary/glossary-terms.xml1659(para) +msgid "" +"A package commonly installed in VM images that performs initialization of an" +" instance after boot using information that it retrieves from the metadata " +"service, such as the SSH public key and user data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1667(glossterm) +#: ./doc/glossary/glossary-terms.xml1669(primary) +msgid "cloudadmin" +msgstr "클라우드 관리자" + +#: ./doc/glossary/glossary-terms.xml1673(para) +msgid "" +"One of the default roles in the Compute RBAC system. Grants complete system " +"access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1679(glossterm) +#: ./doc/glossary/glossary-terms.xml1681(primary) +#: ./doc/glossary/glossary-terms.xml1695(primary) +msgid "cloudpipe" +msgstr "cloudpipe" + +#: ./doc/glossary/glossary-terms.xml1687(para) +msgid "A compute service that creates VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1693(glossterm) +#: ./doc/glossary/glossary-terms.xml1697(secondary) +msgid "cloudpipe image" +msgstr "cloudpipe 이미지" + +#: ./doc/glossary/glossary-terms.xml1701(para) +msgid "" +"A pre-made VM image that serves as a cloudpipe server. Essentially, OpenVPN " +"running on Linux." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1707(glossterm) +msgid "CMDB" +msgstr "CMDB" + +#: ./doc/glossary/glossary-terms.xml1709(primary) +msgid "CMDB (Configuration Management Database)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1713(para) +msgid "Configuration Management Database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1718(glossterm) +msgid "command filter" +msgstr "명령어 필터" + +#: ./doc/glossary/glossary-terms.xml1720(primary) +msgid "command filters" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1724(para) +msgid "Lists allowed commands within the Compute rootwrap facility." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1730(glossterm) +msgid "community project" +msgstr "커뮤니티 프로젝트" + +#: ./doc/glossary/glossary-terms.xml1732(primary) +msgid "community projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1736(para) +msgid "" +"A project that is not officially endorsed by the OpenStack Foundation. If " +"the project is successful enough, it might be elevated to an incubated " +"project and then to a core project, or it might be merged with the main code" +" trunk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1744(glossterm) +#: ./doc/glossary/glossary-terms.xml1746(primary) +msgid "compression" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1750(para) +msgid "" +"Reducing the size of files by special encoding, the file can be decompressed" +" again to its original content. OpenStack supports compression at the Linux " +"file system level but does not support compression for things such as Object" +" Storage objects or Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1759(glossterm) +#: ./doc/glossary/glossary-terms.xml1761(primary) +#: ./doc/glossary/glossary-terms.xml1775(primary) +#: ./doc/glossary/glossary-terms.xml1790(primary) +#: ./doc/glossary/glossary-terms.xml1804(primary) +#: ./doc/glossary/glossary-terms.xml1833(primary) +#: ./doc/glossary/glossary-terms.xml1846(primary) +msgid "Compute" +msgstr "처리" + +#: ./doc/glossary/glossary-terms.xml1767(para) +msgid "" +"The OpenStack core project that provides compute services. The project name " +"of Compute service is nova." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1773(glossterm) +#: ./doc/glossary/glossary-terms.xml1777(secondary) +#: ./doc/glossary/glossary-terms.xml5617(secondary) +msgid "Compute API" +msgstr "Compute API" + +#: ./doc/glossary/glossary-terms.xml1781(para) +msgid "" +"The nova-api daemon provides " +"access to nova services. Can communicate with other APIs, such as the Amazon" +" EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1788(glossterm) +#: ./doc/glossary/glossary-terms.xml1792(secondary) +msgid "compute controller" +msgstr "compute 컨트롤러" + +#: ./doc/glossary/glossary-terms.xml1796(para) +msgid "" +"The Compute component that chooses suitable hosts on which to start VM " +"instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1802(glossterm) +#: ./doc/glossary/glossary-terms.xml1806(secondary) +msgid "compute host" +msgstr "compute 호스트" + +#: ./doc/glossary/glossary-terms.xml1810(para) +msgid "Physical host dedicated to running compute nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1815(glossterm) +msgid "compute node" +msgstr "compute 노드" + +#: ./doc/glossary/glossary-terms.xml1817(primary) +msgid "compute nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1823(para) +msgid "" +"A node that runs the nova-compute" +" daemon that manages VM instances that provide a wide range of services, such as web " +"applications and analytics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1831(glossterm) +#: ./doc/glossary/glossary-terms.xml1835(secondary) +msgid "Compute service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1839(para) +msgid "Name for the Compute component that manages VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1844(glossterm) +#: ./doc/glossary/glossary-terms.xml1848(secondary) +msgid "compute worker" +msgstr "compute 작업자" + +#: ./doc/glossary/glossary-terms.xml1852(para) +msgid "" +"The Compute component that runs on each compute node and manages the VM " +"instance life cycle, including run, reboot, terminate, attach/detach " +"volumes, and so on. Provided by the nova-" +"compute daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1860(glossterm) +msgid "concatenated object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1862(primary) +#: ./doc/glossary/glossary-terms.xml4960(primary) +#: ./doc/glossary/glossary-terms.xml5649(primary) +#: ./doc/glossary/glossary-terms.xml5663(primary) +#: ./doc/glossary/glossary-terms.xml5677(primary) +#: ./doc/glossary/glossary-terms.xml5692(primary) +#: ./doc/glossary/glossary-terms.xml5705(primary) +#: ./doc/glossary/glossary-terms.xml5719(primary) +#: ./doc/glossary/glossary-terms.xml5733(primary) +#: ./doc/glossary/glossary-terms.xml5788(primary) +#: ./doc/glossary/glossary-terms.xml7236(primary) +msgid "objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1864(secondary) +#: ./doc/glossary/glossary-terms.xml1867(primary) +msgid "concatenated objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1871(para) +msgid "" +"A set of segment objects that Object Storage combines and sends to the " +"client." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1877(glossterm) +msgid "conductor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1879(primary) +msgid "conductors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1883(para) +msgid "" +"In Compute, conductor is the process that proxies database requests from the" +" compute process. Using conductor improves security because compute nodes do" +" not need direct access to the database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1891(glossterm) +#: ./doc/glossary/glossary-terms.xml1893(primary) +msgid "consistency window" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1897(para) +msgid "" +"The amount of time it takes for a new Object Storage object to become " +"accessible to all clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1903(glossterm) +msgid "console log" +msgstr "콘솔 로그" + +#: ./doc/glossary/glossary-terms.xml1905(primary) +msgid "console logs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1909(para) +msgid "Contains the output from a Linux VM console in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1914(glossterm) +msgid "container" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1916(primary) +#: ./doc/glossary/glossary-terms.xml1931(primary) +#: ./doc/glossary/glossary-terms.xml1946(primary) +#: ./doc/glossary/glossary-terms.xml1961(primary) +#: ./doc/glossary/glossary-terms.xml1976(primary) +#: ./doc/glossary/glossary-terms.xml1989(primary) +msgid "containers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1922(para) +msgid "" +"Organizes and stores objects in Object Storage. Similar to the concept of a " +"Linux directory but cannot be nested. Alternative term for an Image Service " +"container format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1929(glossterm) +msgid "container auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1933(secondary) +msgid "container auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1937(para) +msgid "" +"Checks for missing replicas or incorrect objects in specified Object Storage" +" containers through queries to the SQLite back-end database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1944(glossterm) +msgid "container database" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1948(secondary) +msgid "container databases" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1952(para) +msgid "" +"A SQLite database that stores Object Storage containers and container " +"metadata. The container server accesses this database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1959(glossterm) +#: ./doc/glossary/glossary-terms.xml1963(secondary) +msgid "container format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1967(para) +msgid "" +"A wrapper used by the Image Service that contains a VM image and its " +"associated metadata, such as machine state, OS disk size, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1974(glossterm) +msgid "container server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1978(secondary) +msgid "container servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1982(para) +msgid "An Object Storage server that manages containers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1987(glossterm) +#: ./doc/glossary/glossary-terms.xml1991(secondary) +msgid "container service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml1995(para) +msgid "" +"The Object Storage component that provides container services, such as " +"create, delete, list, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2001(glossterm) +#: ./doc/glossary/glossary-terms.xml2003(primary) +msgid "content delivery network (CDN)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2007(para) +msgid "" +"A content delivery network is a specialized network that is used to " +"distribute content to clients, typically located close to the client for " +"increased performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2017(glossterm) +msgid "controller node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2019(primary) +msgid "controller nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2021(see) +msgid "under cloud computing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2025(para) +msgid "Alternative term for a cloud controller node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2030(glossterm) +#: ./doc/glossary/glossary-terms.xml2032(primary) +msgid "core API" +msgstr "코어 API" + +#: ./doc/glossary/glossary-terms.xml2036(para) +msgid "" +"Depending on context, the core API is either the OpenStack API or the main " +"API of a specific core project, such as Compute, Networking, Image Service, " +"and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2043(glossterm) +#: ./doc/glossary/glossary-terms.xml2045(primary) +msgid "core project" +msgstr "코어 프로젝트" + +#: ./doc/glossary/glossary-terms.xml2049(para) +msgid "" +"An official OpenStack project. Currently consists of Compute (nova), Object " +"Storage (swift), Image Service (glance), Identity (keystone), Dashboard " +"(horizon), Networking (neutron), and Block Storage (cinder). The Telemetry " +"module (ceilometer) and Orchestration module (heat) are integrated projects " +"as of the Havana release. In the Icehouse release, the Database module " +"(trove) gains integrated project status." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2060(glossterm) +#: ./doc/glossary/glossary-terms.xml2062(primary) +msgid "cost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2066(para) +msgid "" +"Under the Compute distributed scheduler, this is calculated by looking at " +"the capabilities of each host relative to the flavor of the VM instance " +"being requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2073(glossterm) +#: ./doc/glossary/glossary-terms.xml2075(primary) +msgid "credentials" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2079(para) +msgid "" +"Data that is only known to or accessible by a user and used to verify that " +"the user is who he says he is. Credentials are presented to the server " +"during authentication. Examples include a password, secret key, digital " +"certificate, and fingerprint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2087(glossterm) +#: ./doc/glossary/glossary-terms.xml2089(primary) +msgid "Crowbar" +msgstr "Crowbar" + +#: ./doc/glossary/glossary-terms.xml2093(para) +msgid "" +"An open source community project by Dell that aims to provide all necessary " +"services to quickly deploy clouds." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2099(glossterm) +#: ./doc/glossary/glossary-terms.xml2101(primary) +msgid "current workload" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2105(para) +msgid "" +"An element of the Compute capacity cache that is calculated based on the " +"number of build, snapshot, migrate, and resize operations currently in " +"progress on a given host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2112(glossterm) +msgid "customer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2114(primary) +msgid "customers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2116(see) +msgid "tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2120(para) +msgid "Alternative term for tenant." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2125(glossterm) +#: ./doc/glossary/glossary-terms.xml2127(primary) +msgid "customization module" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2131(para) +msgid "" +"A user-created Python module that is loaded by horizon to change the look " +"and feel of the dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2140(title) +msgid "D" +msgstr "D" + +#: ./doc/glossary/glossary-terms.xml2143(glossterm) +msgid "daemon" +msgstr "데몬" + +#: ./doc/glossary/glossary-terms.xml2145(primary) +msgid "daemons" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2151(para) +msgid "" +"A process that runs in the background and waits for requests. May or may not" +" listen on a TCP or UDP port. Do not confuse with a worker." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2158(glossterm) +msgid "DAC" +msgstr "DAC" + +#: ./doc/glossary/glossary-terms.xml2160(primary) +msgid "DAC (discretionary access control)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2164(para) +msgid "" +"Discretionary access control. Governs the ability of subjects to access " +"objects, while enabling users to make policy decisions and assign security " +"attributes. The traditional UNIX system of users, groups, and read-write-" +"execute permissions is an example of DAC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2173(glossterm) +#: ./doc/glossary/glossary-terms.xml2175(primary) +msgid "dashboard" +msgstr "대시보드" + +#: ./doc/glossary/glossary-terms.xml2179(para) +msgid "" +"The web-based management interface for OpenStack. An alternative name for " +"horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2185(glossterm) +#: ./doc/glossary/glossary-terms.xml2189(secondary) +msgid "data encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2187(primary) +msgid "data" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2193(para) +msgid "" +"Both Image Service and Compute support encrypted virtual machine (VM) images" +" (but not instances). In-transit data encryption is supported in OpenStack " +"using technologies such as HTTPS, SSL, TLS, and SSH. Object Storage does not" +" support object encryption at the application level but may support storage " +"that uses disk encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2203(glossterm) +#: ./doc/glossary/glossary-terms.xml2207(secondary) +msgid "database ID" +msgstr "데이터베이스 ID" + +#: ./doc/glossary/glossary-terms.xml2205(primary) +#: ./doc/glossary/glossary-terms.xml2219(primary) +msgid "databases" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2211(para) +msgid "A unique ID given to each replica of an Object Storage database." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2217(glossterm) +msgid "database replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2221(secondary) +msgid "database replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2225(para) +msgid "" +"An Object Storage component that copies changes in the account, container, " +"and object databases to other nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2231(glossterm) +#: ./doc/glossary/glossary-terms.xml2233(primary) +msgid "Database Service" +msgstr "데이터베이스" + +#: ./doc/glossary/glossary-terms.xml2237(para) +msgid "" +"An integrated project that provide scalable and reliable Cloud Database-" +"as-a-Service functionality for both relational and non-relational database " +"engines. The project name of Database Service is trove." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2247(glossterm) +msgid "deallocate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2249(primary) +msgid "deallocate, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2253(para) +msgid "" +"The process of removing the association between a floating IP address and a " +"fixed IP address. Once this association is removed, the floating IP returns " +"to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2260(glossterm) +#: ./doc/glossary/glossary-terms.xml2262(primary) +msgid "Debian" +msgstr "데비안" + +#: ./doc/glossary/glossary-terms.xml2271(glossterm) +#: ./doc/glossary/glossary-terms.xml2273(primary) +msgid "deduplication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2277(para) +msgid "" +"The process of finding duplicate data at the disk block, file, and/or object" +" level to minimize storage usecurrently unsupported within OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2284(glossterm) +msgid "default panel" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2286(primary) +msgid "default panels" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2290(para) +msgid "" +"The default panel that is displayed when a user accesses the horizon " +"dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2296(glossterm) +msgid "default tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2298(primary) +msgid "default tenants" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2302(para) +msgid "" +"New users are assigned to this tenant if no tenant is specified when a user " +"is created." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2308(glossterm) +msgid "default token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2310(primary) +msgid "default tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2314(para) +msgid "" +"An Identity Service token that is not associated with a specific tenant and " +"is exchanged for a scoped token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2320(glossterm) +#: ./doc/glossary/glossary-terms.xml2322(primary) +msgid "delayed delete" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2326(para) +msgid "" +"An option within Image Service so that an image is deleted after a " +"predefined number of seconds instead of immediately." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2332(glossterm) +#: ./doc/glossary/glossary-terms.xml2334(primary) +msgid "delivery mode" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2338(para) +msgid "" +"Setting for the Compute RabbitMQ message delivery mode; can be set to either" +" transient or persistent." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2344(glossterm) +#: ./doc/glossary/glossary-terms.xml2346(primary) +msgid "denial of service (DoS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2350(para) +msgid "" +"Denial of service (DoS) is a short form for denial-of-service attack. This " +"is a malicious attempt to prevent legitimate users from using a service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2358(glossterm) +#: ./doc/glossary/glossary-terms.xml2360(primary) +msgid "deprecated auth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2364(para) +msgid "" +"An option within Compute that enables administrators to create and manage " +"users through the nova-manage command as opposed to using" +" the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2371(glossterm) +#: ./doc/glossary/glossary-terms.xml2373(primary) +msgid "Desktop-as-a-Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2377(para) +msgid "" +"A platform that provides a suite of desktop environments that users may log " +"in to receive a desktop experience from any location. This may provide " +"general use, development, or even homogeneous testing environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2387(glossterm) +#: ./doc/glossary/glossary-terms.xml2389(primary) +msgid "developer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2393(para) +msgid "" +"One of the default roles in the Compute RBAC system and the default role " +"assigned to a new user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2399(glossterm) +#: ./doc/glossary/glossary-terms.xml2401(primary) +msgid "device ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2405(para) +msgid "Maps Object Storage partitions to physical storage devices." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2411(glossterm) +#: ./doc/glossary/glossary-terms.xml2413(primary) +msgid "device weight" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2417(para) +msgid "" +"Distributes partitions proportionately across Object Storage devices based " +"on the storage capacity of each device." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2423(glossterm) +#: ./doc/glossary/glossary-terms.xml2425(primary) +msgid "DevStack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2431(para) +msgid "" +"Community project that uses shell scripts to quickly build complete " +"OpenStack development environments." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2437(glossterm) +msgid "DHCP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2439(primary) +msgid "DHCP (Dynamic Host Configuration Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2441(secondary) +#: ./doc/glossary/glossary-terms.xml3810(secondary) +#: ./doc/glossary/glossary-terms.xml3940(secondary) +#: ./doc/glossary/glossary-terms.xml4021(secondary) +#: ./doc/glossary/glossary-terms.xml5883(secondary) +#: ./doc/glossary/glossary-terms.xml6718(secondary) +msgid "basics of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2445(para) +msgid "" +"Dynamic Host Configuration Protocol. A network protocol that configures " +"devices that are connected to a network so that they can communicate on that" +" network by using the Internet Protocol (IP). The protocol is implemented in" +" a client-server model where DHCP clients request configuration data, such " +"as an IP address, a default route, and one or more DNS server addresses from" +" a DHCP server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2455(glossterm) +#: ./doc/glossary/glossary-terms.xml2457(primary) +msgid "DHCP agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2461(para) +msgid "" +"OpenStack Networking agent that provides DHCP services for virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2467(glossterm) +#: ./doc/glossary/glossary-terms.xml2469(primary) +msgid "Diablo" +msgstr "Diablo" + +#: ./doc/glossary/glossary-terms.xml2473(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in the fall" +" of 2011, the fourth release of OpenStack. It included Compute (nova " +"2011.3), Object Storage (swift 1.4.3), and the Image Service (glance)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2477(para) +msgid "" +"Diablo is the code name for the fourth release of OpenStack. The design " +"summit took place in in the Bay Area near Santa Clara, California, US and " +"Diablo is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2485(glossterm) +msgid "direct consumer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2487(primary) +msgid "direct consumers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2491(para) +msgid "" +"An element of the Compute RabbitMQ that comes to life when a RPC call is " +"executed. It connects to a direct exchange through a unique exclusive queue," +" sends the message, and terminates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2498(glossterm) +msgid "direct exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2500(primary) +msgid "direct exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2504(para) +msgid "" +"A routing table that is created within the Compute RabbitMQ during RPC " +"calls; one is created for each RPC call that is invoked." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2511(glossterm) +msgid "direct publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2513(primary) +msgid "direct publishers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2517(para) +msgid "" +"Element of RabbitMQ that provides a response to an incoming MQ message." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2523(glossterm) +#: ./doc/glossary/glossary-terms.xml2525(primary) +msgid "disassociate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2529(para) +msgid "" +"The process of removing the association between a floating IP address and " +"fixed IP and thus returning the floating IP address to the address pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2536(glossterm) +#: ./doc/glossary/glossary-terms.xml2538(primary) +msgid "disk encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2542(para) +msgid "" +"The ability to encrypt data at the file system, disk partition, or whole-" +"disk level. Supported within Compute VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2548(glossterm) +#: ./doc/glossary/glossary-terms.xml2550(primary) +msgid "disk format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2554(para) +msgid "" +"The underlying format that a disk image for a VM is stored as within the " +"Image Service back-end store. For example, AMI, ISO, QCOW2, VMDK, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2561(glossterm) +#: ./doc/glossary/glossary-terms.xml2563(primary) +msgid "dispersion" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2567(para) +msgid "" +"In Object Storage, tools to test and ensure dispersion of objects and " +"containers to ensure fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2573(glossterm) +#: ./doc/glossary/glossary-terms.xml2575(primary) +msgid "Django" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2579(para) +msgid "" +"A web framework used extensively in horizon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2585(glossterm) +msgid "DNS" +msgstr "DNS" + +#: ./doc/glossary/glossary-terms.xml2587(primary) +#: ./doc/glossary/glossary-terms.xml2603(primary) +msgid "DNS (Domain Name Server, Service or System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2589(secondary) +msgid "definitions of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2593(para) +msgid "" +"Domain Name Server. A hierarchical and distributed naming system for " +"computers, services, and resources connected to the Internet or a private " +"network. Associates a human-friendly names to IP addresses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2601(glossterm) +msgid "DNS record" +msgstr "DNS 레코드" + +#: ./doc/glossary/glossary-terms.xml2605(secondary) +msgid "DNS records" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2609(para) +msgid "" +"A record that specifies information about a particular domain and belongs to" +" the domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2615(glossterm) +#: ./doc/glossary/glossary-terms.xml2617(primary) +msgid "dnsmasq" +msgstr "dnsmasq" + +#: ./doc/glossary/glossary-terms.xml2621(para) +msgid "" +"Daemon that provides DNS, DHCP, BOOTP, and TFTP services, used by the " +"Compute VLAN manager and FlatDHCP manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2627(glossterm) +msgid "domain" +msgstr "도메인" + +#: ./doc/glossary/glossary-terms.xml2629(primary) +msgid "domain, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2633(para) +msgid "" +"Separates a website from other sites. Often, the domain name has two or more" +" parts that are separated by dots. For example, yahoo.com, usa.gov, " +"harvard.edu, or mail.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2637(para) +msgid "" +"A domain is an entity or container of all DNS-related information containing" +" one or more records." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2643(glossterm) +msgid "Domain Name Service (DNS)" +msgstr "도메인 네임 서비스 (DNS)" + +#: ./doc/glossary/glossary-terms.xml2646(para) +msgid "" +"In Compute, the support that enables associating DNS entries with floating " +"IP addresses, nodes, or cells so that hostnames are consistent across " +"reboots." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2653(glossterm) +msgid "Domain Name System (DNS)" +msgstr "도메인 네임 시스템 (DNS)" + +#: ./doc/glossary/glossary-terms.xml2656(para) +msgid "" +"A system by which Internet domain name-to-address and address-to-name " +"resolutions are determined." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2659(para) +msgid "" +"DNS helps navigate the Internet by translating the IP address into an " +"address that is easier to remember For example, translating 111.111.111.1 " +"into www.yahoo.com." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2663(para) +msgid "" +"All domains and their components, such as mail servers, utilize DNS to " +"resolve to the appropriate locations. DNS servers are usually set up in a " +"master-slave relationship such that failure of the master invokes the slave." +" DNS servers might also be clustered or replicated such that changes made to" +" one DNS server are automatically propagated to other active servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2673(glossterm) +msgid "download" +msgstr "다운로드" + +#: ./doc/glossary/glossary-terms.xml2675(primary) +msgid "download, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2679(para) +msgid "" +"The transfer of data, usually in the form of files, from one computer to " +"another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2685(glossterm) +msgid "DRTM" +msgstr "DRTM" + +#: ./doc/glossary/glossary-terms.xml2687(primary) +msgid "DRTM (dynamic root of trust measurement)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2691(para) +msgid "Dynamic root of trust measurement." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2696(glossterm) +#: ./doc/glossary/glossary-terms.xml2698(primary) +msgid "durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2702(para) +msgid "" +"The Compute RabbitMQ message exchange that remains active when the server " +"restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2708(glossterm) +#: ./doc/glossary/glossary-terms.xml2710(primary) +msgid "durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2714(para) +msgid "" +"A Compute RabbitMQ message queue that remains active when the server " +"restarts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2720(glossterm) +msgid "Dynamic Host Configuration Protocol (DHCP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2723(para) +msgid "" +"A method to automatically configure networking for a host at boot time. " +"Provided by both Networking and Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2729(glossterm) +msgid "Dynamic HyperText Markup Language (DHTML)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2732(primary) +msgid "DHTML (Dynamic HyperText Markup Language)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2736(para) +msgid "" +"Pages that use HTML, JavaScript, and Cascading Style Sheets to enable users " +"to interact with a web page or show simple animation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2746(title) +msgid "E" +msgstr "E" + +#: ./doc/glossary/glossary-terms.xml2749(glossterm) +#: ./doc/glossary/glossary-terms.xml2751(primary) +msgid "east-west traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2755(para) +msgid "" +"Network traffic between servers in the same cloud or data center. See also " +"north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2762(glossterm) +#: ./doc/glossary/glossary-terms.xml2764(primary) +msgid "EBS boot volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2768(para) +msgid "" +"An Amazon EBS storage volume that contains a bootable VM image, currently " +"unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2774(glossterm) +#: ./doc/glossary/glossary-terms.xml2776(primary) +#: ./doc/glossary/glossary-terms.xml3004(glossterm) +#: ./doc/glossary/glossary-terms.xml3006(primary) +msgid "ebtables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2780(para) +msgid "" +"Used in Compute along with arptables, iptables, and ip6tables to create " +"firewalls and to ensure isolation of network communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2787(glossterm) +#: ./doc/glossary/glossary-terms.xml2798(primary) +#: ./doc/glossary/glossary-terms.xml2812(primary) +#: ./doc/glossary/glossary-terms.xml2826(primary) +#: ./doc/glossary/glossary-terms.xml2840(primary) +msgid "EC2" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2790(para) +msgid "The Amazon commercial compute product, similar to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2796(glossterm) +#: ./doc/glossary/glossary-terms.xml2800(secondary) +msgid "EC2 access key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2804(para) +msgid "Used along with an EC2 secret key to access the Compute EC2 API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2810(glossterm) +#: ./doc/glossary/glossary-terms.xml2814(secondary) +msgid "EC2 API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2818(para) +msgid "OpenStack supports accessing the Amazon EC2 API through Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2824(glossterm) +msgid "EC2 Compatibility API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2828(secondary) +msgid "EC2 compatibility API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2832(para) +msgid "" +"A Compute component that enables OpenStack to communicate with Amazon EC2." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2838(glossterm) +#: ./doc/glossary/glossary-terms.xml2842(secondary) +msgid "EC2 secret key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2846(para) +msgid "" +"Used along with an EC2 access key when communicating with the Compute EC2 " +"API; used to digitally sign each request." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2852(glossterm) +#: ./doc/glossary/glossary-terms.xml2854(primary) +msgid "Elastic Block Storage (EBS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2858(para) +msgid "The Amazon commercial block storage product." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2863(glossterm) +msgid "encryption" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2865(primary) +msgid "encryption, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2869(para) +msgid "" +"OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, " +"digital certificates, and data encryption." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2875(glossterm) +msgid "endpoint" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2878(para) +msgid "See API endpoint." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2883(glossterm) +#: ./doc/glossary/glossary-terms.xml2887(secondary) +msgid "endpoint registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2891(para) +msgid "Alternative term for an Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2896(glossterm) +#: ./doc/glossary/glossary-terms.xml2898(primary) +msgid "encapsulation" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2902(para) +msgid "" +"The practice of placing one packet type within another for the purposes of " +"abstracting or securing data. Examples include GRE, MPLS, or IPsec." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2911(glossterm) +msgid "endpoint template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2915(secondary) +msgid "endpoint templates" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2919(para) +msgid "" +"A list of URL and port number endpoints that indicate where a service, such " +"as Object Storage, Compute, Identity, and so on, can be accessed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2926(glossterm) +msgid "entity" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2928(primary) +msgid "entity, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2932(para) +msgid "" +"Any piece of hardware or software that wants to connect to the network " +"services provided by Networking, the network connectivity service. An entity" +" can make use of Networking by implementing a VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2940(glossterm) +msgid "ephemeral image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2942(primary) +msgid "ephemeral images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2946(para) +msgid "" +"A VM image that does not save changes made to its volumes and reverts them " +"to their original state after the instance is terminated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2953(glossterm) +#: ./doc/glossary/glossary-terms.xml2955(primary) +#: ./doc/glossary/glossary-terms.xml5582(see) +msgid "ephemeral volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2959(para) +msgid "" +"Volume that does not save the changes made to it and reverts to its original" +" state when the current user relinquishes control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2965(glossterm) +#: ./doc/glossary/glossary-terms.xml2967(primary) +msgid "Essex" +msgstr "Essex" + +#: ./doc/glossary/glossary-terms.xml2971(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in April " +"2012, the fifth release of OpenStack. It included Compute (nova 2012.1), " +"Object Storage (swift 1.4.8), Image (glance), Identity (keystone), and " +"Dashboard (horizon)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2975(para) +msgid "" +"Essex is the code name for the fifth release of OpenStack. The design summit" +" took place in Boston, Massachusetts, US and Essex is a nearby city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2982(glossterm) +msgid "ESX" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2984(primary) +msgid "ESX hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2988(para) +#: ./doc/glossary/glossary-terms.xml2999(para) +#: ./doc/glossary/glossary-terms.xml4834(para) +#: ./doc/glossary/glossary-terms.xml8277(para) +#: ./doc/glossary/glossary-terms.xml8510(para) +#: ./doc/glossary/glossary-terms.xml8740(para) +#: ./doc/glossary/glossary-terms.xml8841(para) +#: ./doc/glossary/glossary-terms.xml8868(para) +msgid "An OpenStack-supported hypervisor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2993(glossterm) +msgid "ESXi" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2995(primary) +msgid "ESXi hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3010(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3018(glossterm) +#: ./doc/glossary/glossary-terms.xml3020(primary) +msgid "ETag" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3024(para) +msgid "" +"MD5 hash of an object within Object Storage, used to ensure data integrity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3030(glossterm) +#: ./doc/glossary/glossary-terms.xml3032(primary) +msgid "euca2ools" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3036(para) +msgid "" +"A collection of command-line tools for administering VMs; most are " +"compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3042(glossterm) +#: ./doc/glossary/glossary-terms.xml3044(primary) +msgid "Eucalyptus Kernel Image (EKI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3048(para) +msgid "Used along with an ERI to create an EMI." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3053(glossterm) +#: ./doc/glossary/glossary-terms.xml3055(primary) +msgid "Eucalyptus Machine Image (EMI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3059(para) +msgid "VM image container format supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3064(glossterm) +#: ./doc/glossary/glossary-terms.xml3066(primary) +msgid "Eucalyptus Ramdisk Image (ERI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3070(para) +msgid "Used along with an EKI to create an EMI." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3075(glossterm) +msgid "evacuate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3077(primary) +msgid "evacuation, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3081(para) +msgid "" +"The process of migrating one or all virtual machine (VM) instances from one " +"host to another, compatible with both shared storage live migration and " +"block migration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3088(glossterm) +#: ./doc/glossary/glossary-terms.xml3090(primary) +msgid "exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3094(para) +msgid "Alternative term for a RabbitMQ message exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3099(glossterm) +msgid "exchange type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3101(primary) +msgid "exchange types" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3105(para) +msgid "A routing algorithm in the Compute RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3110(glossterm) +msgid "exclusive queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3112(primary) +#: ./doc/glossary/glossary-terms.xml8162(primary) +msgid "queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3114(secondary) +#: ./doc/glossary/glossary-terms.xml3117(primary) +msgid "exclusive queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3121(para) +msgid "" +"Connected to by a direct consumer in RabbitMQCompute, the message can be " +"consumed only by the current connection." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3127(glossterm) +#: ./doc/glossary/glossary-terms.xml3129(primary) +msgid "extended attributes (xattrs)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3133(para) +msgid "" +"File system option that enables storage of additional information beyond " +"owner, group, permissions, modification time, and so on. The underlying " +"Object Storage file system must support extended attributes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3141(glossterm) +msgid "extension" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3143(primary) +msgid "extensions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3149(para) +msgid "" +"Alternative term for an API extension or plug-in. In the context of Identity" +" Service, this is a call that is specific to the implementation, such as " +"adding support for OpenID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3156(glossterm) +msgid "external network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3158(primary) +msgid "external network, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3162(para) +msgid "A network segment typically used for instance Internet access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3168(glossterm) +msgid "extra specs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3170(primary) +msgid "extra specs, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3174(para) +msgid "" +"Specifies additional requirements when Compute determines where to start a " +"new instance. Examples include a minimum amount of network bandwidth or a " +"GPU." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3184(title) +msgid "F" +msgstr "F" + +#: ./doc/glossary/glossary-terms.xml3187(glossterm) +#: ./doc/glossary/glossary-terms.xml3189(primary) +msgid "FakeLDAP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3193(para) +msgid "" +"An easy method to create a local LDAP directory for testing Identity Service" +" and Compute. Requires Redis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3199(glossterm) +#: ./doc/glossary/glossary-terms.xml3201(primary) +msgid "fan-out exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3205(para) +msgid "" +"Within RabbitMQ and Compute, it is the messaging interface that is used by " +"the scheduler service to receive capability messages from the compute, " +"volume, and network nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3212(glossterm) +#: ./doc/glossary/glossary-terms.xml3214(primary) +msgid "Fedora" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3218(para) +msgid "A Linux distribution compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3223(glossterm) +#: ./doc/glossary/glossary-terms.xml3225(primary) +msgid "Fibre Channel" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3229(para) +msgid "" +"Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands " +"and data." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3235(glossterm) +#: ./doc/glossary/glossary-terms.xml3237(primary) +msgid "Fibre Channel over Ethernet (FCoE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3241(para) +msgid "The fibre channel protocol tunneled within Ethernet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3246(glossterm) +#: ./doc/glossary/glossary-terms.xml3248(primary) +msgid "fill-first scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3252(para) +msgid "" +"The Compute scheduling method that attempts to fill a host with VMs rather " +"than starting new VMs on a variety of hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3258(glossterm) +msgid "filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3260(primary) +#: ./doc/glossary/glossary-terms.xml4235(primary) +msgid "filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3266(para) +msgid "" +"The step in the Compute scheduling process when hosts that cannot run VMs " +"are eliminated and not chosen." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3272(glossterm) +msgid "firewall" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3274(primary) +msgid "firewalls" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3278(para) +msgid "" +"Used to restrict communications between hosts and/or nodes, implemented in " +"Compute using iptables, arptables, ip6tables, and etables." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3285(glossterm) +#: ./doc/glossary/glossary-terms.xml3287(primary) +msgid "Firewall-as-a-Service (FWaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3291(para) +msgid "A Networking extension that provides perimeter firewall functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3297(glossterm) +msgid "fixed IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3299(primary) +#: ./doc/glossary/glossary-terms.xml3395(primary) +#: ./doc/glossary/glossary-terms.xml4449(primary) +#: ./doc/glossary/glossary-terms.xml6228(primary) +#: ./doc/glossary/glossary-terms.xml6417(primary) +#: ./doc/glossary/glossary-terms.xml7414(primary) +#: ./doc/glossary/glossary-terms.xml7642(primary) +msgid "IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3301(secondary) +msgid "fixed" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3304(primary) +msgid "fixed IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3308(para) +msgid "" +"An IP address that is associated with the same instance each time that " +"instance boots, is generally not accessible to end users or the public " +"Internet, and is used for management of the instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3316(glossterm) +#: ./doc/glossary/glossary-terms.xml3318(primary) +msgid "Flat Manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3322(para) +msgid "" +"The Compute component that gives IP addresses to authorized nodes and " +"assumes DHCP, DNS, and routing configuration and services are provided by " +"something else." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3329(glossterm) +#: ./doc/glossary/glossary-terms.xml3331(primary) +msgid "flat mode injection" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3335(para) +msgid "" +"A Compute networking method where the OS network configuration information " +"is injected into the VM image before the instance starts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3342(glossterm) +#: ./doc/glossary/glossary-terms.xml3344(primary) +msgid "flat network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3348(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3358(glossterm) +#: ./doc/glossary/glossary-terms.xml3360(primary) +msgid "FlatDHCP Manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3364(para) +msgid "" +"The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and " +"radvd (routing) services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3370(glossterm) +#: ./doc/glossary/glossary-terms.xml3372(primary) +msgid "flavor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3376(para) +msgid "Alternative term for a VM instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3381(glossterm) +#: ./doc/glossary/glossary-terms.xml3383(primary) +msgid "flavor ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3387(para) +msgid "UUID for each Compute or Image Service VM flavor or instance type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3393(glossterm) +#: ./doc/glossary/glossary-terms.xml3400(primary) +msgid "floating IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3397(secondary) +msgid "floating" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3404(para) +msgid "" +"An IP address that a project can associate with a VM so that the instance " +"has the same public IP address each time that it boots. You create a pool of" +" floating IP addresses and assign them to instances as they are launched to " +"maintain a consistent IP address for maintaining DNS assignment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3413(glossterm) +#: ./doc/glossary/glossary-terms.xml3415(primary) +msgid "Folsom" +msgstr "Folsom" + +#: ./doc/glossary/glossary-terms.xml3419(para) +msgid "" +"A grouped release of projects related to OpenStack that came out in the fall" +" of 2012, the sixth release of OpenStack. It includes Compute (nova), Object" +" Storage (swift), Identity (keystone), Networking (neutron), Image Service " +"(glance), and Volumes or Block Storage (cinder)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3424(para) +msgid "" +"Folsom is the code name for the sixth release of OpenStack. The design " +"summit took place in San Francisco, California, US and Folsom is a nearby " +"city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3432(glossterm) +#: ./doc/glossary/glossary-terms.xml3434(primary) +msgid "FormPost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3438(para) +msgid "" +"Object Storage middleware that uploads (posts) an image through a form on a " +"web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3444(glossterm) +msgid "front end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3446(primary) +msgid "front end, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3450(para) +msgid "" +"The point where a user interacts with a service; can be an API endpoint, the" +" horizon dashboard, or a command-line tool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3459(title) +msgid "G" +msgstr "G" + +#: ./doc/glossary/glossary-terms.xml3462(glossterm) +#: ./doc/glossary/glossary-terms.xml3464(primary) +msgid "gateway" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3468(para) +msgid "" +"An IP address, typically assigned to a router, that passes network traffic " +"between different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3474(glossterm) +#: ./doc/glossary/glossary-terms.xml3476(primary) +msgid "Generic Receive Offload (GRO)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3479(para) +msgid "" +"Feature of certain network interface drivers that combines many smaller " +"received packets into a large packet before delivery to the kernel IP stack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3486(glossterm) +#: ./doc/glossary/glossary-terms.xml3488(primary) +msgid "generic routing encapsulation (GRE)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3491(para) +msgid "" +"Protocol that encapsulates a wide variety of network layer protocols inside " +"virtual point-to-point links." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3498(glossterm) +#: ./doc/glossary/glossary-terms.xml3508(primary) +#: ./doc/glossary/glossary-terms.xml3523(primary) +msgid "glance" +msgstr "glance" + +#: ./doc/glossary/glossary-terms.xml3501(para) +msgid "A core project that provides the OpenStack Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3506(glossterm) +#: ./doc/glossary/glossary-terms.xml3510(secondary) +msgid "glance API server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3514(para) +msgid "" +"Processes client requests for VMs, updates Image Service metadata on the " +"registry server, and communicates with the store adapter to upload VM images" +" from the back-end store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3521(glossterm) +#: ./doc/glossary/glossary-terms.xml3525(secondary) +msgid "glance registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3529(para) +msgid "Alternative term for the Image Service image registry." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3534(glossterm) +#: ./doc/glossary/glossary-terms.xml3538(secondary) +#: ./doc/glossary/glossary-terms.xml3541(primary) +msgid "global endpoint template" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3545(para) +msgid "" +"The Identity Service endpoint template that contains services available to " +"all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3551(glossterm) +#: ./doc/glossary/glossary-terms.xml3553(primary) +msgid "GlusterFS" +msgstr "GlusterFS" + +#: ./doc/glossary/glossary-terms.xml3557(para) +msgid "" +"A file system designed to aggregate NAS hosts, compatible with OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3563(glossterm) +#: ./doc/glossary/glossary-terms.xml3565(primary) +msgid "golden image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3569(para) +msgid "" +"A method of operating system installation where a finalized disk image is " +"created and then used by all nodes without modification." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3576(glossterm) +#: ./doc/glossary/glossary-terms.xml3578(primary) +msgid "Graphic Interchange Format (GIF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3582(para) +msgid "" +"A type of image file that is commonly used for animated images on web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3588(glossterm) +#: ./doc/glossary/glossary-terms.xml3590(primary) +msgid "Graphics Processing Unit (GPU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3594(para) +msgid "" +"Choosing a host based on the existence of a GPU is currently unsupported in " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3600(glossterm) +#: ./doc/glossary/glossary-terms.xml3602(primary) +msgid "Green Threads" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3606(para) +msgid "" +"The cooperative threading model used by Python; reduces race conditions and " +"only context switches when specific library calls are made. Each OpenStack " +"service is its own thread." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3613(glossterm) +#: ./doc/glossary/glossary-terms.xml3615(primary) +msgid "Grizzly" +msgstr "Grizzly" + +#: ./doc/glossary/glossary-terms.xml3619(para) +msgid "" +"The code name for the seventh release of OpenStack. The design summit took " +"place in San Diego, California, US and Grizzly is an element of the state " +"flag of California." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3627(glossterm) +#: ./doc/glossary/glossary-terms.xml3629(primary) +msgid "guest OS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3633(para) +msgid "" +"An operating system instance running under the control of a hypervisor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3642(title) +msgid "H" +msgstr "H" + +#: ./doc/glossary/glossary-terms.xml3645(glossterm) +#: ./doc/glossary/glossary-terms.xml3647(primary) +msgid "Hadoop" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3651(para) +msgid "" +"Apache Hadoop is an open source software framework that supports data-" +"intensive distributed applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3657(glossterm) +#: ./doc/glossary/glossary-terms.xml3659(primary) +msgid "handover" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3663(para) +msgid "" +"An object state in Object Storage where a new replica of the object is " +"automatically created due to a drive failure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3669(glossterm) +#: ./doc/glossary/glossary-terms.xml3671(primary) +msgid "hard reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3675(para) +msgid "" +"A type of reboot where a physical or virtual power button is pressed as " +"opposed to a graceful, proper shutdown of the operating system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3682(glossterm) +#: ./doc/glossary/glossary-terms.xml3684(primary) +msgid "Havana" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3688(para) +msgid "" +"The code name for the eighth release of OpenStack. The design summit took " +"place in Portland, Oregon, US and Havana is an unincorporated community in " +"Oregon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3695(glossterm) +#: ./doc/glossary/glossary-terms.xml3697(primary) +msgid "heat" +msgstr "heat" + +#: ./doc/glossary/glossary-terms.xml3701(para) +msgid "" +"An integrated project that aims to orchestrate multiple cloud applications " +"for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3707(glossterm) +#: ./doc/glossary/glossary-terms.xml3709(primary) +#: ./doc/glossary/glossary-terms.xml7616(see) +msgid "Heat Orchestration Template (HOT)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3713(para) +msgid "Heat input in the format native to OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3718(glossterm) +#: ./doc/glossary/glossary-terms.xml3720(primary) +msgid "health monitor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3724(para) +msgid "" +"Determines whether back-end members of a VIP pool can process a request. A " +"pool can have several health monitors associated with it. When a pool has " +"several monitors associated with it, all monitors check each member of the " +"pool. All monitors must declare a member to be healthy for it to stay " +"active." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3734(glossterm) +#: ./doc/glossary/glossary-terms.xml3736(primary) +msgid "high availability (HA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3740(para) +msgid "" +"A high availability system design approach and associated service " +"implementation ensures that a prearranged level of operational performance " +"will be met during a contractual measurement period. High availability " +"systems seeks to minimize system downtime and data loss." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3751(glossterm) +msgid "horizon" +msgstr "horizon" + +#: ./doc/glossary/glossary-terms.xml3754(para) +msgid "OpenStack project that provides a dashboard, which is a web interface." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3760(glossterm) +msgid "horizon plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3762(primary) +msgid "horizon plug-ins" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3766(para) +msgid "A plug-in for the OpenStack dashboard (horizon)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3771(glossterm) +msgid "host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3773(primary) +msgid "hosts, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3777(para) +msgid "A physical computer, not a VM instance (node)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3782(glossterm) +#: ./doc/glossary/glossary-terms.xml3784(primary) +msgid "host aggregate" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3788(para) +msgid "" +"A method to further subdivide availability zones into hypervisor pools, a " +"collection of common hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3794(glossterm) +#: ./doc/glossary/glossary-terms.xml3796(primary) +msgid "Host Bus Adapter (HBA)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3800(para) +msgid "" +"Device plugged into a PCI slot, such as a fibre channel or network card." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3806(glossterm) +msgid "HTTP" +msgstr "HTTP" + +#: ./doc/glossary/glossary-terms.xml3808(primary) +msgid "HTTP (Hypertext Transfer Protocol)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3814(para) +msgid "" +"Hypertext Transfer Protocol. HTTP is an application protocol for " +"distributed, collaborative, hypermedia information systems. It is the " +"foundation of data communication for the World Wide Web. Hypertext is " +"structured text that uses logical links (hyperlinks) between nodes " +"containing text. HTTP is the protocol to exchange or transfer hypertext." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3824(glossterm) +msgid "HTTPS" +msgstr "HTTPS" + +#: ./doc/glossary/glossary-terms.xml3826(primary) +msgid "HTTPS (Hypertext Transfer Protocol Secure)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3830(para) +msgid "" +"Hypertext Transfer Protocol Secure (HTTPS) is a communications protocol for " +"secure communication over a computer network, with especially wide " +"deployment on the Internet. Technically, it is not a protocol in and of " +"itself; rather, it is the result of simply layering the Hypertext Transfer " +"Protocol (HTTP) on top of the SSL/TLS protocol, thus adding the security " +"capabilities of SSL/TLS to standard HTTP communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3841(glossterm) +#: ./doc/glossary/glossary-terms.xml3843(primary) +msgid "hybrid cloud" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3847(para) +msgid "" +"A hybrid cloud is a composition of two or more clouds (private, community or" +" public) that remain distinct entities but are bound together, offering the " +"benefits of multiple deployment models. Hybrid cloud can also mean the " +"ability to connect colocation, managed and/or dedicated services with cloud " +"resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3859(glossterm) +#: ./doc/glossary/glossary-terms.xml3861(primary) +msgid "Hyper-V" +msgstr "Hyper-V" + +#: ./doc/glossary/glossary-terms.xml3865(para) +msgid "One of the hypervisors supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3870(glossterm) +#: ./doc/glossary/glossary-terms.xml3872(primary) +msgid "hyperlink" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3876(para) +msgid "" +"Any kind of text that contains a link to some other site, commonly found in " +"documents where clicking on a word or words opens up a different website." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3883(glossterm) +msgid "Hypertext Transfer Protocol (HTTP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3886(para) +msgid "The protocol that tells browsers where to go to find information." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3892(glossterm) +msgid "Hypertext Transfer Protocol Secure (HTTPS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3895(para) +msgid "" +"Encrypted HTTP communications using SSL or TLS; most OpenStack API endpoints" +" and many inter-component communications support HTTPS communication." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3902(glossterm) +msgid "hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3904(primary) +#: ./doc/glossary/glossary-terms.xml3918(primary) +msgid "hypervisors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3910(para) +msgid "" +"Software that arbitrates and controls VM access to the actual underlying " +"hardware." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3916(glossterm) +msgid "hypervisor pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3920(secondary) +msgid "hypervisor pools" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3924(para) +msgid "A collection of hypervisors grouped together through host aggregates." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3933(title) +msgid "I" +msgstr "I" + +#: ./doc/glossary/glossary-terms.xml3936(glossterm) +msgid "IaaS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3938(primary) +msgid "IaaS (Infrastructure-as-a-Service)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3944(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3954(glossterm) +#: ./doc/glossary/glossary-terms.xml3956(primary) +msgid "Icehouse" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3962(para) +msgid "" +"The code name for the ninth release of OpenStack. The design summit took " +"place in Hong Kong and Ice House is a street in that city." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3969(glossterm) +msgid "ICMP" +msgstr "ICMP" + +#: ./doc/glossary/glossary-terms.xml3971(primary) +msgid "Internet Control Message Protocol (ICMP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3975(para) +msgid "" +"Internet Control Message Protocol, used by network devices for control " +"messages. For example, uses ICMP to test connectivity." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3983(glossterm) +#: ./doc/glossary/glossary-terms.xml3985(primary) +msgid "ID number" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3989(para) +msgid "" +"Unique numeric ID associated with each user in Identity Service, " +"conceptually similar to a Linux or LDAP UID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3995(glossterm) +msgid "Identity API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml3998(para) +msgid "Alternative term for the Identity Service API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4003(glossterm) +#: ./doc/glossary/glossary-terms.xml4007(secondary) +msgid "Identity back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4005(primary) +#: ./doc/glossary/glossary-terms.xml4017(glossterm) +#: ./doc/glossary/glossary-terms.xml4019(primary) +#: ./doc/glossary/glossary-terms.xml4036(primary) +#: ./doc/glossary/glossary-terms.xml4107(primary) +msgid "Identity Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4011(para) +msgid "" +"The source used by Identity Service to retrieve user information; an " +"OpenLDAP server, for example." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4025(para) +msgid "" +"The OpenStack core project that provides a central directory of users mapped" +" to the OpenStack services they can access. It also registers endpoints for " +"OpenStack services. It acts as a common authentication system. The project " +"name of the Identity Service is keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4034(glossterm) +#: ./doc/glossary/glossary-terms.xml4038(secondary) +msgid "Identity Service API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4042(para) +msgid "" +"The API used to access the OpenStack Identity Service provided through " +"keystone." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4048(glossterm) +msgid "IDS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4050(primary) +msgid "IDS (Intrusion Detection System)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4054(para) +msgid "Intrusion Detection System." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4059(glossterm) +msgid "image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4061(primary) +msgid "images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4067(para) +msgid "" +"A collection of files for a specific operating system (OS) that you use to " +"create or rebuild a server. OpenStack provides pre-built images. You can " +"also create custom images, or snapshots, from servers that you have " +"launched. Custom images can be used for data backups or as \"gold\" images " +"for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4076(glossterm) +msgid "Image API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4078(primary) +#: ./doc/glossary/glossary-terms.xml4092(primary) +#: ./doc/glossary/glossary-terms.xml4121(primary) +#: ./doc/glossary/glossary-terms.xml4135(primary) +#: ./doc/glossary/glossary-terms.xml4149(primary) +#: ./doc/glossary/glossary-terms.xml4161(glossterm) +#: ./doc/glossary/glossary-terms.xml4181(primary) +#: ./doc/glossary/glossary-terms.xml4195(primary) +#: ./doc/glossary/glossary-terms.xml4209(primary) +#: ./doc/glossary/glossary-terms.xml6400(primary) +msgid "Image Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4080(secondary) +#: ./doc/glossary/glossary-terms.xml4171(glossterm) +msgid "Image Service API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4084(para) +msgid "The Image Service API endpoint for management of VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4090(glossterm) +#: ./doc/glossary/glossary-terms.xml4094(secondary) +msgid "image cache" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4098(para) +msgid "" +"Used by Image Service to obtain images on the local host rather than re-" +"downloading them from the image server each time one is requested." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4105(glossterm) +#: ./doc/glossary/glossary-terms.xml4109(secondary) +msgid "image ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4113(para) +msgid "" +"Combination of a URI and UUID used to access Image Service VM images through" +" the image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4119(glossterm) +#: ./doc/glossary/glossary-terms.xml4123(secondary) +msgid "image membership" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4127(para) +#: ./doc/glossary/glossary-terms.xml5046(para) +msgid "" +"A list of tenants that can access a given VM image within Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4133(glossterm) +#: ./doc/glossary/glossary-terms.xml4137(secondary) +msgid "image owner" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4141(para) +msgid "The tenant who owns an Image Service virtual machine image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4147(glossterm) +#: ./doc/glossary/glossary-terms.xml4151(secondary) +msgid "image registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4155(para) +msgid "A list of VM images that are available through Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4164(para) +msgid "" +"An OpenStack core project that provides discovery, registration, and " +"delivery services for disk and server images. The project name of the Image " +"Service is glance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4174(para) +msgid "Alternative name for the glance image API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4179(glossterm) +#: ./doc/glossary/glossary-terms.xml4183(secondary) +msgid "image status" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4187(para) +msgid "" +"The current status of a VM image in Image Service, not to be confused with " +"the status of a running instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4193(glossterm) +#: ./doc/glossary/glossary-terms.xml4197(secondary) +msgid "image store" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4201(para) +msgid "" +"The back-end store used by Image Service to store VM images, options include" +" Object Storage, local file system, S3, or HTTP." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4207(glossterm) +#: ./doc/glossary/glossary-terms.xml4211(secondary) +msgid "image UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4215(para) +msgid "UUID used by Image Service to uniquely identify each VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4221(glossterm) +msgid "incubated project" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4223(primary) +msgid "incubated projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4227(para) +msgid "" +"A community project may be elevated to this status and is then promoted to a" +" core project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4233(glossterm) +#: ./doc/glossary/glossary-terms.xml4237(secondary) +#: ./doc/glossary/glossary-terms.xml4240(primary) +msgid "ingress filtering" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4244(para) +msgid "" +"The process of filtering incoming network traffic. Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4250(glossterm) +#: ./doc/glossary/glossary-terms.xml4252(primary) +msgid "INI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4255(para) +msgid "" +"The OpenStack configuration files use an INI format to describe options and " +"their values. It consists of sections and key value pairs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4264(glossterm) +#: ./doc/glossary/glossary-terms.xml4266(primary) +msgid "injection" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4270(para) +msgid "" +"The process of putting a file into a virtual machine image before the " +"instance is started." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4276(glossterm) +msgid "instance" +msgstr "인스턴스" + +#: ./doc/glossary/glossary-terms.xml4278(primary) +#: ./doc/glossary/glossary-terms.xml4292(primary) +#: ./doc/glossary/glossary-terms.xml4305(primary) +#: ./doc/glossary/glossary-terms.xml4329(primary) +#: ./doc/glossary/glossary-terms.xml4344(primary) +#: ./doc/glossary/glossary-terms.xml4357(primary) +msgid "instances" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4284(para) +msgid "" +"A running VM, or a VM in a known state such as suspended, that can be used " +"like a hardware server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4290(glossterm) +#: ./doc/glossary/glossary-terms.xml4294(secondary) +msgid "instance ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4298(para) +msgid "Alternative term for instance UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4303(glossterm) +#: ./doc/glossary/glossary-terms.xml4307(secondary) +msgid "instance state" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4311(para) +msgid "The current state of a guest VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4316(glossterm) +#: ./doc/glossary/glossary-terms.xml4318(primary) +msgid "instance tunnels network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4321(para) +msgid "" +"A network segment used for instance traffic tunnels between compute nodes " +"and the network node." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4327(glossterm) +#: ./doc/glossary/glossary-terms.xml4331(secondary) +msgid "instance type" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4335(para) +msgid "" +"Describes the parameters of the various virtual machine images that are " +"available to users; includes parameters such as CPU, storage, and memory. " +"Alternative term for flavor." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4342(glossterm) +#: ./doc/glossary/glossary-terms.xml4346(secondary) +msgid "instance type ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4350(para) +msgid "Alternative term for a flavor ID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4355(glossterm) +#: ./doc/glossary/glossary-terms.xml4359(secondary) +msgid "instance UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4363(para) +#: ./doc/glossary/glossary-terms.xml7289(para) +msgid "" +"Unique ID assigned to each guest VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4369(glossterm) +#: ./doc/glossary/glossary-terms.xml4371(primary) +msgid "interface" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4375(para) +msgid "" +"A physical or virtual device that provides connectivity to another device or" +" medium." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4381(glossterm) +#: ./doc/glossary/glossary-terms.xml4383(primary) +msgid "interface ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4387(para) +msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4393(glossterm) +#: ./doc/glossary/glossary-terms.xml4395(primary) +msgid "internet protocol (IP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4399(para) +msgid "" +"Principal communications protocol in the internet protocol suite for " +"relaying datagrams across network boundaries." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4405(glossterm) +#: ./doc/glossary/glossary-terms.xml4407(primary) +msgid "Internet Service Provider (ISP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4411(para) +msgid "" +"Any business that provides Internet access to individuals or businesses." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4417(glossterm) +#: ./doc/glossary/glossary-terms.xml4419(primary) +msgid "ironic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4423(para) +msgid "" +"OpenStack project that provisions bare metal, as opposed to virtual, " +"machines." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4429(glossterm) +#: ./doc/glossary/glossary-terms.xml4431(primary) +msgid "IOPS" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4437(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4447(glossterm) +msgid "IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4455(para) +msgid "" +"Number that is unique to every computer system on the Internet. Two versions" +" of the Internet Protocol (IP) are in use for addresses: IPv4 and IPv6." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4462(glossterm) +#: ./doc/glossary/glossary-terms.xml4464(primary) +msgid "IP Address Management (IPAM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4468(para) +msgid "" +"The process of automating IP address allocation, deallocation, and " +"management. Currently provided by Compute, melange, and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4475(glossterm) +msgid "IPL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4477(primary) +msgid "IPL (Initial Program Loader)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4481(para) +msgid "Initial Program Loader." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4486(glossterm) +msgid "IPMI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4488(primary) +msgid "IPMI (Intelligent Platform Management Interface)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4492(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4503(glossterm) +#: ./doc/glossary/glossary-terms.xml4505(primary) +msgid "ip6tables" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4509(para) +msgid "" +"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." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4517(glossterm) +#: ./doc/glossary/glossary-terms.xml4519(primary) +msgid "iptables" +msgstr "iptables" + +#: ./doc/glossary/glossary-terms.xml4523(para) +msgid "" +"Used along with arptables and ebtables, iptables create firewalls in " +"Compute. iptables are the tables provided by the Linux kernel firewall " +"(implemented as different Netfilter modules) and the chains and rules it " +"stores. Different kernel modules and programs are currently used for " +"different protocols: iptables applies to IPv4, ip6tables to IPv6, arptables " +"to ARP, and ebtables to Ethernet frames. Requires root privilege to " +"manipulate." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4534(glossterm) +msgid "iSCSI" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4536(primary) +msgid "iSCSI protocol" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4540(para) +msgid "" +"The SCSI disk protocol tunneled within Ethernet, supported by Compute, " +"Object Storage, and Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4546(glossterm) +msgid "ISO9960" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4548(primary) +msgid "ISO9960 format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4552(para) +#: ./doc/glossary/glossary-terms.xml6498(para) +#: ./doc/glossary/glossary-terms.xml8334(para) +#: ./doc/glossary/glossary-terms.xml8346(para) +#: ./doc/glossary/glossary-terms.xml8554(para) +msgid "One of the VM image disk formats supported by Image Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4558(glossterm) +#: ./doc/glossary/glossary-terms.xml4560(primary) +msgid "itsec" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4564(para) +msgid "" +"A default role in the Compute RBAC system that can quarantine an instance in" +" any project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4573(title) +msgid "J" +msgstr "J" + +#: ./doc/glossary/glossary-terms.xml4576(glossterm) +#: ./doc/glossary/glossary-terms.xml4578(primary) +msgid "Java" +msgstr "Java" + +#: ./doc/glossary/glossary-terms.xml4582(para) +msgid "" +"A programming language that is used to create systems that involve more than" +" one computer by way of a network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4588(glossterm) +#: ./doc/glossary/glossary-terms.xml4590(primary) +msgid "JavaScript" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4594(para) +msgid "A scripting language that is used to build web pages." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4599(glossterm) +#: ./doc/glossary/glossary-terms.xml4601(primary) +msgid "JavaScript Object Notation (JSON)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4605(para) +msgid "One of the supported response formats in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4610(glossterm) +#: ./doc/glossary/glossary-terms.xml4612(primary) +msgid "Jenkins" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4616(para) +msgid "Tool used to run jobs automatically for OpenStack development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4622(glossterm) +#: ./doc/glossary/glossary-terms.xml4624(primary) +msgid "jumbo frame" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4628(para) +msgid "" +"Feature in modern Ethernet networks that supports frames up to approximately" +" 9000 bytes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4634(glossterm) +#: ./doc/glossary/glossary-terms.xml4636(primary) +msgid "Juno" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4640(para) +msgid "" +"The code name for the tenth release of OpenStack. The design summit took " +"place in Atlanta, Georgia, US and Juno is an unincorporated community in " +"Georgia." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4650(title) +msgid "K" +msgstr "K" + +#: ./doc/glossary/glossary-terms.xml4653(glossterm) +msgid "kernel-based VM (KVM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4655(primary) +msgid "kernel-based VM (KVM) hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4659(para) +msgid "" +"An OpenStack-supported hypervisor. KVM is a full virtualization solution for" +" Linux on x86 hardware containing virtualization extensions (Intel VT or " +"AMD-V), ARM, IBM Power, and IBM zSeries. It consists of a loadable kernel " +"module, that provides the core virtualization infrastructure and a processor" +" specific module." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4671(glossterm) +#: ./doc/glossary/glossary-terms.xml4673(primary) +msgid "keystone" +msgstr "Keystone" + +#: ./doc/glossary/glossary-terms.xml4677(para) +msgid "The project that provides OpenStack Identity services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4682(glossterm) +#: ./doc/glossary/glossary-terms.xml4684(primary) +msgid "Kickstart" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4688(para) +msgid "" +"A tool to automate system configuration and installation on Red Hat, Fedora," +" and CentOS-based Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4694(glossterm) +#: ./doc/glossary/glossary-terms.xml4696(primary) +msgid "Kilo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4700(para) +msgid "" +"The code name for the eleventh release of OpenStack. The design summit took " +"place in Paris, France. Due to delays in the name selection, the release was" +" known only as K. Because k is the unit symbol for kilo " +"and the reference artifact is stored near Paris in the Pavillon de Breteuil " +"in Sèvres, the community chose Kilo as the release name." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4713(title) +msgid "L" +msgstr "L" + +#: ./doc/glossary/glossary-terms.xml4716(glossterm) +#: ./doc/glossary/glossary-terms.xml4718(primary) +msgid "large object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4722(para) +msgid "An object within Object Storage that is larger than 5GB." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4727(glossterm) +#: ./doc/glossary/glossary-terms.xml4729(primary) +msgid "Launchpad" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4733(para) +msgid "The collaboration site for OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4738(glossterm) +#: ./doc/glossary/glossary-terms.xml4740(primary) +msgid "Layer-2 network" +msgstr "Layer-2 네트워크" + +#: ./doc/glossary/glossary-terms.xml4744(para) +msgid "" +"Term used in the OSI network architecture for the data link layer. The data " +"link layer is responsible for media access control, flow control and " +"detecting and possibly correcting erros that may occur in the physical " +"layer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4754(glossterm) +#: ./doc/glossary/glossary-terms.xml4756(primary) +msgid "Layer-3 network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4760(para) +msgid "" +"Term used in the OSI network architecture for the network layer. The network" +" layer is responsible for packet forwarding including routing from one node " +"to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4769(glossterm) +#: ./doc/glossary/glossary-terms.xml4771(primary) +msgid "Layer-2 (L2) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4775(para) +msgid "" +"OpenStack Networking agent that provides layer-2 connectivity for virtual " +"networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4781(glossterm) +#: ./doc/glossary/glossary-terms.xml4783(primary) +msgid "Layer-3 (L3) agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4787(para) +msgid "" +"OpenStack Networking agent that provides layer-3 (routing) services for " +"virtual networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4793(glossterm) +#: ./doc/glossary/glossary-terms.xml4795(primary) +msgid "libvirt" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4799(para) +msgid "" +"Virtualization API library used by OpenStack to interact with many of its " +"supported hypervisors." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4805(glossterm) +msgid "Linux bridge" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4808(para) +msgid "" +"Software that enables multiple VMs to share a single physical NIC within " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4814(glossterm) +msgid "Linux Bridge neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4816(primary) +msgid "Linux Bridge" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4818(secondary) +#: ./doc/glossary/glossary-terms.xml5858(secondary) +msgid "neutron plug-in for" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4822(para) +msgid "" +"Enables a Linux bridge to understand a Networking port, interface " +"attachment, and other abstractions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4828(glossterm) +#: ./doc/glossary/glossary-terms.xml4830(primary) +msgid "Linux containers (LXC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4839(glossterm) +#: ./doc/glossary/glossary-terms.xml4841(primary) +msgid "live migration" +msgstr "실시간 마이그레이션" + +#: ./doc/glossary/glossary-terms.xml4845(para) +msgid "" +"The ability within Compute to move running virtual machine instances from " +"one host to another with only a small service interruption during " +"switchover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4852(glossterm) +msgid "load balancer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4855(para) +msgid "" +"A load balancer is a logical device that belongs to a cloud account. It is " +"used to distribute workloads between multiple back-end systems or services, " +"based on the criteria defined as part of its configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4863(glossterm) +#: ./doc/glossary/glossary-terms.xml4865(primary) +msgid "load balancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4869(para) +msgid "" +"The process of spreading client requests between two or more nodes to " +"improve performance and availability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4875(glossterm) +#: ./doc/glossary/glossary-terms.xml4878(primary) +msgid "Load-Balancer-as-a-Service (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4882(para) +msgid "" +"Enables Networking to distribute incoming requests evenly between designated" +" instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4888(glossterm) +#: ./doc/glossary/glossary-terms.xml4890(primary) +msgid "Logical Volume Manager (LVM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4894(para) +msgid "" +"Provides a method of allocating space on mass-storage devices that is more " +"flexible than conventional partitioning schemes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4904(title) +msgid "M" +msgstr "M" + +#: ./doc/glossary/glossary-terms.xml4907(glossterm) +#: ./doc/glossary/glossary-terms.xml4909(primary) +msgid "management API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4915(para) +msgid "Alternative term for an admin API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4920(glossterm) +#: ./doc/glossary/glossary-terms.xml4922(primary) +msgid "management network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4926(para) +msgid "" +"A network segment used for administration, not accessible to the public " +"Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4932(glossterm) +#: ./doc/glossary/glossary-terms.xml4934(primary) +msgid "manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4938(para) +msgid "" +"Logical groupings of related code, such as the Block Storage volume manager " +"or network manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4944(glossterm) +msgid "manifest" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4946(primary) +#: ./doc/glossary/glossary-terms.xml4965(primary) +msgid "manifests" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4952(para) +msgid "Used to track segments of a large object within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4958(glossterm) +msgid "manifest object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4962(secondary) +#: ./doc/glossary/glossary-terms.xml4967(secondary) +msgid "manifest objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4971(para) +msgid "" +"A special Object Storage object that contains the manifest for a large " +"object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4977(glossterm) +#: ./doc/glossary/glossary-terms.xml4979(primary) +msgid "marconi" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4983(para) +msgid "OpenStack project that provides a queue service to applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4989(glossterm) +#: ./doc/glossary/glossary-terms.xml4991(primary) +msgid "maximum transmission unit (MTU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml4995(para) +msgid "" +"Maximum frame or packet size for a particular network medium. Typically 1500" +" bytes for Ethernet networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5001(glossterm) +#: ./doc/glossary/glossary-terms.xml5003(primary) +msgid "mechanism driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5007(para) +msgid "" +"A driver for the Modular Layer 2 (ML2) neutron plug-in that provides layer-2" +" connectivity for virtual instances. A single OpenStack installation can use" +" multiple mechanism drivers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5016(glossterm) +#: ./doc/glossary/glossary-terms.xml5018(primary) +msgid "melange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5022(para) +msgid "" +"Project name for OpenStack Network Information Service. To be merged with " +"Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5028(glossterm) +#: ./doc/glossary/glossary-terms.xml5030(primary) +msgid "membership" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5034(para) +msgid "" +"The association between an Image Service VM image and a tenant. Enables " +"images to be shared with specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5040(glossterm) +msgid "membership list" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5042(primary) +msgid "membership lists" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5052(glossterm) +#: ./doc/glossary/glossary-terms.xml5054(primary) +msgid "memcached" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5058(para) +msgid "" +"A distributed memory object caching system that is used by Object Storage " +"for caching." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5064(glossterm) +#: ./doc/glossary/glossary-terms.xml5066(primary) +msgid "memory overcommit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5070(para) +msgid "" +"The ability to start new VM instances based on the actual memory usage of a " +"host, as opposed to basing the decision on the amount of RAM each running " +"instance thinks it has available. Also known as RAM overcommit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5078(glossterm) +msgid "message broker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5080(primary) +msgid "message brokers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5084(para) +msgid "" +"The software package used to provide AMQP messaging capabilities within " +"Compute. Default package is RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5090(glossterm) +#: ./doc/glossary/glossary-terms.xml5092(primary) +msgid "message bus" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5096(para) +msgid "" +"The main virtual communication line used by all AMQP messages for inter-" +"cloud communications within Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5102(glossterm) +#: ./doc/glossary/glossary-terms.xml5104(primary) +msgid "message queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5108(para) +msgid "" +"Passes requests from clients to the appropriate workers and returns the " +"output to the client after the job completes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5114(glossterm) +#: ./doc/glossary/glossary-terms.xml5116(primary) +msgid "Metadata agent" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5120(para) +msgid "" +"OpenStack Networking agent that provides metadata services for instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5126(glossterm) +#: ./doc/glossary/glossary-terms.xml5128(primary) +msgid "Meta-Data Server (MDS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5132(para) +msgid "Stores CephFS metadata." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5137(glossterm) +#: ./doc/glossary/glossary-terms.xml5139(primary) +msgid "migration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5143(para) +msgid "The process of moving a VM instance from one host to another." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5149(glossterm) +#: ./doc/glossary/glossary-terms.xml5151(primary) +msgid "multi-host" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5155(para) +msgid "" +"High-availability mode for legacy (nova) networking. Each compute node " +"handles NAT and DHCP and acts as a gateway for all of the VMs on it. A " +"networking failure on one compute node doesn't affect VMs on other compute " +"nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5163(glossterm) +msgid "multinic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5166(para) +msgid "" +"Facility in Compute that allows each virtual machine instance to have more " +"than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5172(glossterm) +#: ./doc/glossary/glossary-terms.xml5175(primary) +msgid "Modular Layer 2 (ML2) neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5179(para) +msgid "" +"Can concurrently use multiple layer-2 networking technologies, such as " +"802.1Q and VXLAN, in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5185(glossterm) +#: ./doc/glossary/glossary-terms.xml5187(primary) +msgid "Monitor (LBaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5191(para) +msgid "" +"LBaaS feature that provides availability monitoring using the " +"ping command, TCP, and HTTP/HTTPS GET." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5197(glossterm) +#: ./doc/glossary/glossary-terms.xml5199(primary) +msgid "Monitor (Mon)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5203(para) +msgid "" +"A Ceph component that communicates with external clients, checks data state " +"and consistency, and performs quorum functions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5209(glossterm) +#: ./doc/glossary/glossary-terms.xml5211(primary) +msgid "multi-factor authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5215(para) +msgid "" +"Authentication method that uses two or more credentials, such as a password " +"and a private key. Currently not supported in Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5222(glossterm) +#: ./doc/glossary/glossary-terms.xml5224(primary) +msgid "MultiNic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5228(para) +msgid "" +"Facility in Compute that enables a virtual machine instance to have more " +"than one VIF connected to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5237(title) +msgid "N" +msgstr "N" + +#: ./doc/glossary/glossary-terms.xml5240(glossterm) +#: ./doc/glossary/glossary-terms.xml5242(primary) +msgid "Nebula" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5246(para) +msgid "Released as open source by NASA in 2010 and is the basis for Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5252(glossterm) +#: ./doc/glossary/glossary-terms.xml5254(primary) +msgid "netadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5258(para) +msgid "" +"One of the default roles in the Compute RBAC system. Enables the user to " +"allocate publicly accessible IP addresses to instances and change firewall " +"rules." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5265(glossterm) +#: ./doc/glossary/glossary-terms.xml5267(primary) +msgid "NetApp volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5271(para) +msgid "" +"Enables Compute to communicate with NetApp storage devices through the " +"NetApp OnCommand Provisioning " +"Manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5278(glossterm) +msgid "network" +msgstr "네트워크" + +#: ./doc/glossary/glossary-terms.xml5280(primary) +#: ./doc/glossary/glossary-terms.xml5296(primary) +#: ./doc/glossary/glossary-terms.xml5310(primary) +#: ./doc/glossary/glossary-terms.xml5325(primary) +#: ./doc/glossary/glossary-terms.xml5339(primary) +#: ./doc/glossary/glossary-terms.xml5353(primary) +#: ./doc/glossary/glossary-terms.xml5367(primary) +#: ./doc/glossary/glossary-terms.xml5380(primary) +#: ./doc/glossary/glossary-terms.xml5394(primary) +#: ./doc/glossary/glossary-terms.xml5408(primary) +#: ./doc/glossary/glossary-terms.xml5422(primary) +#: ./doc/glossary/glossary-terms.xml6245(primary) +#: ./doc/glossary/glossary-terms.xml6445(primary) +#: ./doc/glossary/glossary-terms.xml8381(primary) +#: ./doc/glossary/glossary-terms.xml8529(primary) +msgid "networks" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5286(para) +msgid "" +"A virtual network that provides connectivity between entities. For example, " +"a collection of virtual ports that share network connectivity. In Networking" +" terminology, a network is always a layer-2 network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5294(glossterm) +#: ./doc/glossary/glossary-terms.xml5298(secondary) +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5302(para) +msgid "" +"The process of modifying IP address information while in transit. Supported " +"by Compute and Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5308(glossterm) +msgid "network controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5312(secondary) +msgid "network controllers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5316(para) +msgid "" +"A Compute daemon that orchestrates the network configuration of nodes, " +"including IP addresses, VLANs, and bridging. Also manages routing for both " +"public and private networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5323(glossterm) +#: ./doc/glossary/glossary-terms.xml5327(secondary) +msgid "Network File System (NFS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5331(para) +msgid "" +"A method for making file systems available over the network. Supported by " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5337(glossterm) +msgid "network ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5341(secondary) +msgid "network IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5345(para) +msgid "" +"Unique ID assigned to each network segment within Networking. Same as " +"network UUID." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5351(glossterm) +msgid "network manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5355(secondary) +msgid "network managers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5359(para) +msgid "" +"The Compute component that manages various network components, such as " +"firewall rules, IP address allocation, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5365(glossterm) +msgid "network node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5369(secondary) +msgid "network nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5373(para) +msgid "Any compute node that runs the network worker daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5378(glossterm) +msgid "network segment" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5382(secondary) +msgid "network segments" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5386(para) +msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5392(glossterm) +#: ./doc/glossary/glossary-terms.xml5396(secondary) +msgid "Network Time Protocol (NTP)" +msgstr "네트워크 시간 프로토콜(NTP)" + +#: ./doc/glossary/glossary-terms.xml5400(para) +msgid "" +"A method of keeping a clock for a host or node correct through " +"communications with a trusted, accurate time source." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5406(glossterm) +#: ./doc/glossary/glossary-terms.xml5410(secondary) +msgid "network UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5414(para) +msgid "" +"Unique ID for a Networking network segment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5420(glossterm) +msgid "network worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5424(secondary) +msgid "network workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5428(para) +msgid "" +"The nova-network worker daemon; provides services such as" +" giving an IP address to a booting nova instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5435(glossterm) +msgid "Networking" +msgstr "네트워킹" + +#: ./doc/glossary/glossary-terms.xml5438(para) +msgid "" +"A core OpenStack project that provides a network connectivity abstraction " +"layer to OpenStack Compute. The project name of Networking is neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5445(glossterm) +#: ./doc/glossary/glossary-terms.xml5447(primary) +#: ./doc/glossary/glossary-terms.xml5470(secondary) +msgid "Networking API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5451(para) +msgid "" +"API used to access OpenStack Networking. Provides an extensible architecture" +" to enable custom plug-in creation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5457(glossterm) +#: ./doc/glossary/glossary-terms.xml5468(primary) +#: ./doc/glossary/glossary-terms.xml5481(primary) +#: ./doc/glossary/glossary-terms.xml5495(primary) +msgid "neutron" +msgstr "neutron" + +#: ./doc/glossary/glossary-terms.xml5460(para) +msgid "" +"A core OpenStack project that provides a network connectivity abstraction " +"layer to OpenStack Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5466(glossterm) +msgid "neutron API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5474(para) +msgid "An alternative name for Networking API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5479(glossterm) +#: ./doc/glossary/glossary-terms.xml5483(secondary) +msgid "neutron manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5487(para) +msgid "" +"Enables Compute and Networking integration, which enables Networking to " +"perform network management for guest VMs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5493(glossterm) +#: ./doc/glossary/glossary-terms.xml5497(secondary) +msgid "neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5501(para) +msgid "" +"Interface within Networking that enables organizations to create custom " +"plug-ins for advanced features, such as QoS, ACLs, or IDS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5508(glossterm) +#: ./doc/glossary/glossary-terms.xml5510(primary) +msgid "Nexenta volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5514(para) +msgid "Provides support for NexentaStor devices in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5519(glossterm) +#: ./doc/glossary/glossary-terms.xml5521(primary) +msgid "No ACK" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5525(para) +msgid "" +"Disables server-side message acknowledgment in the Compute RabbitMQ. " +"Increases performance but decreases reliability." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5531(glossterm) +msgid "node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5533(primary) +#: ./doc/glossary/glossary-terms.xml6349(primary) +#: ./doc/glossary/glossary-terms.xml7682(primary) +#: ./doc/glossary/glossary-terms.xml7882(primary) +msgid "nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5539(para) +msgid "A VM instance that runs on a host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5544(glossterm) +msgid "non-durable exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5546(primary) +#: ./doc/glossary/glossary-terms.xml5563(primary) +#: ./doc/glossary/glossary-terms.xml6071(primary) +#: ./doc/glossary/glossary-terms.xml8145(primary) +msgid "messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5548(secondary) +#: ./doc/glossary/glossary-terms.xml5551(primary) +#: ./doc/glossary/glossary-terms.xml8125(see) +msgid "non-durable exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5555(para) +msgid "" +"Message exchange that is cleared when the service restarts. Its data is not " +"written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5561(glossterm) +#: ./doc/glossary/glossary-terms.xml5568(primary) +msgid "non-durable queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5565(secondary) +msgid "non-durable queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5572(para) +msgid "" +"Message queue that is cleared when the service restarts. Its data is not " +"written to persistent storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5578(glossterm) +#: ./doc/glossary/glossary-terms.xml5580(primary) +msgid "non-persistent volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5586(para) +msgid "Alternative term for an ephemeral volume." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5591(glossterm) +#: ./doc/glossary/glossary-terms.xml5593(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5597(para) +msgid "" +"Network traffic between a user or client (north) and a server (south), or " +"traffic into the cloud (south) and out of the cloud (north). See also east-" +"west traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5605(glossterm) +#: ./doc/glossary/glossary-terms.xml5615(primary) +#: ./doc/glossary/glossary-terms.xml5628(primary) +msgid "nova" +msgstr "nova" + +#: ./doc/glossary/glossary-terms.xml5608(para) +msgid "OpenStack project that provides compute services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5613(glossterm) +msgid "Nova API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5621(para) +msgid "Alternative term for the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5626(glossterm) +#: ./doc/glossary/glossary-terms.xml5630(secondary) +msgid "nova-network" +msgstr "nova-network" + +#: ./doc/glossary/glossary-terms.xml5634(para) +msgid "" +"A Compute component that manages IP address allocation, firewalls, and other" +" network-related tasks. This is the legacy networking option and an " +"alternative to Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5644(title) +msgid "O" +msgstr "O" + +#: ./doc/glossary/glossary-terms.xml5647(glossterm) +msgid "object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5655(para) +msgid "A BLOB of data held by Object Storage; can be in any format." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5661(glossterm) +msgid "object auditor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5665(secondary) +msgid "object auditors" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5669(para) +msgid "" +"Opens all objects for an object server and verifies the MD5 hash, size, and " +"metadata for each object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5679(secondary) +msgid "object expiration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5683(para) +msgid "" +"A configurable option within Object Storage to automatically delete objects " +"after a specified amount of time has passed or a certain date is reached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5690(glossterm) +#: ./doc/glossary/glossary-terms.xml5694(secondary) +msgid "object hash" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5698(para) +msgid "Uniquely ID for an Object Storage object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5703(glossterm) +#: ./doc/glossary/glossary-terms.xml5707(secondary) +msgid "object path hash" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5711(para) +msgid "" +"Used by Object Storage to determine the location of an object in the ring. " +"Maps objects to partitions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5717(glossterm) +msgid "object replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5721(secondary) +msgid "object replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5725(para) +msgid "" +"An Object Storage component that copies an object to remote partitions for " +"fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5731(glossterm) +msgid "object server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5735(secondary) +msgid "object servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5739(para) +msgid "An Object Storage component that is responsible for managing objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5745(glossterm) +#: ./doc/glossary/glossary-terms.xml5762(primary) +#: ./doc/glossary/glossary-terms.xml5775(primary) +msgid "Object Storage" +msgstr "오브젝트 저장소" + +#: ./doc/glossary/glossary-terms.xml5748(para) +msgid "" +"The OpenStack core project that provides eventually consistent and redundant" +" storage and retrieval of fixed digital content. The project name of " +"OpenStack Object Storage is swift." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5755(glossterm) +#: ./doc/glossary/glossary-terms.xml5759(secondary) +#: ./doc/glossary/glossary-terms.xml5764(secondary) +msgid "Object Storage API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5757(primary) +#: ./doc/glossary/glossary-terms.xml7826(glossterm) +#: ./doc/glossary/glossary-terms.xml7849(primary) +#: ./doc/glossary/glossary-terms.xml7863(primary) +#: ./doc/glossary/glossary-terms.xml7887(primary) +msgid "swift" +msgstr "swift" + +#: ./doc/glossary/glossary-terms.xml5768(para) +msgid "API used to access OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5773(glossterm) +#: ./doc/glossary/glossary-terms.xml5777(secondary) +msgid "Object Storage Device (OSD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5781(para) +msgid "The Ceph storage daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5786(glossterm) +#: ./doc/glossary/glossary-terms.xml5790(secondary) +msgid "object versioning" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5794(para) +msgid "" +"Allows a user to set a flag on an Object Storage container so that all " +"objects within the container are versioned." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5800(glossterm) +#: ./doc/glossary/glossary-terms.xml5802(primary) +msgid "Oldie" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5806(para) +msgid "" +"Term for an Object Storage process that runs for a long time. Can indicate a" +" hung process." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5812(glossterm) +#: ./doc/glossary/glossary-terms.xml5815(primary) +msgid "Open Cloud Computing Interface (OCCI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5819(para) +msgid "" +"A standardized interface for managing compute, data, and network resources, " +"currently unsupported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5825(glossterm) +#: ./doc/glossary/glossary-terms.xml5827(primary) +msgid "Open Virtualization Format (OVF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5831(para) +msgid "Standard for packaging VM images. Supported in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5836(glossterm) +#: ./doc/glossary/glossary-terms.xml5838(primary) +#: ./doc/glossary/glossary-terms.xml5856(primary) +msgid "Open vSwitch" +msgstr "Open vSwitch" + +#: ./doc/glossary/glossary-terms.xml5842(para) +msgid "" +"Open vSwitch is a production quality, multilayer virtual switch licensed " +"under the open source Apache 2.0 license. It is designed to enable massive " +"network automation through programmatic extension, while still supporting " +"standard management interfaces and protocols (for example NetFlow, sFlow, " +"SPAN, RSPAN, CLI, LACP, 802.1ag)." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5854(glossterm) +msgid "Open vSwitch neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5862(para) +msgid "Provides support for Open vSwitch in Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5867(glossterm) +#: ./doc/glossary/glossary-terms.xml5869(primary) +msgid "OpenLDAP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5873(para) +msgid "" +"An open source LDAP server. Supported by both Compute and Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5879(glossterm) +#: ./doc/glossary/glossary-terms.xml5881(primary) +#: ./doc/glossary/glossary-terms.xml5899(primary) +msgid "OpenStack" +msgstr "오픈스택" + +#: ./doc/glossary/glossary-terms.xml5887(para) +msgid "" +"OpenStack is a cloud operating system that controls large pools of compute, " +"storage, and networking resources throughout a data center, all managed " +"through a dashboard that gives administrators control while empowering their" +" users to provision resources through a web interface. OpenStack is an open " +"source project licensed under the Apache License 2.0." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5897(glossterm) +msgid "OpenStack code name" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5900(secondary) +msgid "code name" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5904(para) +msgid "" +"Each OpenStack release has a code name. Code names ascend in alphabetical " +"order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, " +"Icehouse, Juno, and Kilo. Code names are cities or counties near where the " +"corresponding OpenStack design summit took place. An exception, called the " +"Waldon exception, is granted to elements of the state flag that sound " +"especially cool. Code names are chosen by popular vote." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5918(glossterm) +#: ./doc/glossary/glossary-terms.xml5920(primary) +msgid "openSUSE" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5929(glossterm) +#: ./doc/glossary/glossary-terms.xml5931(primary) +msgid "operator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5935(para) +msgid "" +"The person responsible for planning and maintaining an OpenStack " +"installation." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5941(glossterm) +#: ./doc/glossary/glossary-terms.xml5943(primary) +msgid "Orchestration" +msgstr "Orchestration" + +#: ./doc/glossary/glossary-terms.xml5947(para) +msgid "" +"An integrated project that orchestrates multiple cloud applications for " +"OpenStack. The project name of Orchestration is heat." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5954(glossterm) +msgid "orphan" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5956(primary) +msgid "orphans" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5960(para) +msgid "" +"In the context of Object Storage, this is a process that is not terminated " +"after an upgrade, restart, or reload of the service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5969(title) +msgid "P" +msgstr "P" + +#: ./doc/glossary/glossary-terms.xml5972(glossterm) +msgid "parent cell" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5976(secondary) +#: ./doc/glossary/glossary-terms.xml5979(primary) +msgid "parent cells" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5983(para) +msgid "" +"If a requested resource, such as CPU time, disk storage, or memory, is not " +"available in the parent cell, the request is forwarded to associated child " +"cells." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5990(glossterm) +msgid "partition" +msgstr "파티션" + +#: ./doc/glossary/glossary-terms.xml5992(primary) +#: ./doc/glossary/glossary-terms.xml6007(primary) +#: ./doc/glossary/glossary-terms.xml6021(primary) +msgid "partitions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5998(para) +msgid "" +"A unit of storage within Object Storage used to store objects. It exists on " +"top of devices and is replicated for fault tolerance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6005(glossterm) +#: ./doc/glossary/glossary-terms.xml6009(secondary) +msgid "partition index" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6013(para) +msgid "" +"Contains the locations of all Object Storage partitions within the ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6019(glossterm) +msgid "partition shift value" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6023(secondary) +msgid "partition index value" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6027(para) +msgid "" +"Used by Object Storage to determine which partition data should reside on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6033(glossterm) +#: ./doc/glossary/glossary-terms.xml6035(primary) +msgid "path MTU discovery (PMTUD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6039(para) +msgid "" +"Mechanism in IP networks to detect end-to-end MTU and adjust packet size " +"accordingly." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6045(glossterm) +#: ./doc/glossary/glossary-terms.xml6047(primary) +msgid "pause" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6051(para) +msgid "" +"A VM state where no changes occur (no changes in memory, network " +"communications stop, etc); the VM is frozen but not shut down." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6057(glossterm) +#: ./doc/glossary/glossary-terms.xml6059(primary) +msgid "PCI passthrough" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6063(para) +msgid "" +"Gives guest VMs exclusive access to a PCI device. Currently supported in " +"OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6069(glossterm) +msgid "persistent message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6073(secondary) +#: ./doc/glossary/glossary-terms.xml6076(primary) +msgid "persistent messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6080(para) +msgid "" +"A message that is stored both in memory and on disk. The message is not lost" +" after a failure or restart." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6086(glossterm) +#: ./doc/glossary/glossary-terms.xml6088(primary) +msgid "persistent volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6092(para) +msgid "Changes to these types of disk volumes are saved." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6097(glossterm) +#: ./doc/glossary/glossary-terms.xml6099(primary) +msgid "personality file" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6103(para) +msgid "" +"A file used to customize a Compute instance. It can be used to inject SSH " +"keys or a specific network configuration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6109(glossterm) +#: ./doc/glossary/glossary-terms.xml6111(primary) +msgid "Platform-as-a-Service (PaaS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6115(para) +msgid "" +"Provides to the consumer the ability to deploy applications through a " +"programming language or tools supported by the cloud platform provider. An " +"example of Platform-as-a-Service is an Eclipse/Java programming platform " +"provided with no downloads required." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6124(glossterm) +msgid "plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6126(primary) +msgid "plug-ins, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6130(para) +msgid "" +"Software component providing the actual implementation for Networking APIs, " +"or for Compute APIs, depending on the context." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6136(glossterm) +#: ./doc/glossary/glossary-terms.xml6138(primary) +msgid "policy service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6142(para) +msgid "" +"Component of Identity Service that provides a rule-management interface and " +"a rule-based authorization engine." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6148(glossterm) +#: ./doc/glossary/glossary-terms.xml6150(primary) +msgid "pool" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6154(para) +msgid "" +"A logical set of devices, such as web servers, that you group together to " +"receive and process traffic. The load balancing function chooses which " +"member of the pool handles the new requests or connections received on the " +"VIP address. Each VIP has one pool." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6163(glossterm) +#: ./doc/glossary/glossary-terms.xml6165(primary) +msgid "pool member" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6169(para) +msgid "" +"An application that runs on the back-end server in a load-balancing system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6175(glossterm) +msgid "port" +msgstr "포트" + +#: ./doc/glossary/glossary-terms.xml6177(primary) +#: ./doc/glossary/glossary-terms.xml6191(primary) +#: ./doc/glossary/glossary-terms.xml8437(primary) +msgid "ports" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6183(para) +msgid "" +"A virtual network port within Networking; VIFs / vNICs are connected to a " +"port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6189(glossterm) +#: ./doc/glossary/glossary-terms.xml6193(secondary) +msgid "port UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6197(para) +msgid "Unique ID for a Networking port." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6202(glossterm) +msgid "preseed" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6204(primary) +msgid "preseed, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6208(para) +msgid "" +"A tool to automate system configuration and installation on Debian-based " +"Linux distributions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6214(glossterm) +#: ./doc/glossary/glossary-terms.xml6216(primary) +msgid "private image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6220(para) +msgid "An Image Service VM image that is only available to specified tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6226(glossterm) +#: ./doc/glossary/glossary-terms.xml6233(primary) +msgid "private IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6230(secondary) +msgid "private" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6237(para) +msgid "" +"An IP address used for management and administration, not available to the " +"public Internet." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6243(glossterm) +msgid "private network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6247(secondary) +#: ./doc/glossary/glossary-terms.xml6250(primary) +msgid "private networks" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6254(para) +msgid "" +"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 private network interface can" +" be a flat or VLAN network interface. A flat network interface is controlled" +" by the flat_interface with flat managers. A VLAN network interface is " +"controlled by the vlan_interface option with VLAN " +"managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6266(glossterm) +msgid "project" +msgstr "프로젝트" + +#: ./doc/glossary/glossary-terms.xml6268(primary) +#: ./doc/glossary/glossary-terms.xml6282(primary) +#: ./doc/glossary/glossary-terms.xml6296(primary) +msgid "projects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6274(para) +msgid "" +"A logical grouping of users within Compute; defines quotas and access to VM " +"images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6280(glossterm) +#: ./doc/glossary/glossary-terms.xml6284(secondary) +msgid "project ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6288(para) +msgid "User-defined alphanumeric string in Compute; the name of a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6294(glossterm) +#: ./doc/glossary/glossary-terms.xml6298(secondary) +msgid "project VPN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6302(para) +msgid "Alternative term for a cloudpipe." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6307(glossterm) +#: ./doc/glossary/glossary-terms.xml6309(primary) +msgid "promiscuous mode" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6313(para) +msgid "" +"Causes the network interface to pass all traffic it receives to the host " +"rather than passing only the frames addressed to it." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6320(glossterm) +#: ./doc/glossary/glossary-terms.xml6322(primary) +msgid "protected property" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6326(para) +msgid "" +"Generally, extra properties on an Image Service image to which only cloud " +"administrators have access. Limits which user roles can perform CRUD " +"operations on that property. The cloud administrator can configure any image" +" property as protected." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6335(glossterm) +#: ./doc/glossary/glossary-terms.xml6337(primary) +msgid "provider" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6341(para) +msgid "An administrator who has access to all hosts and instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6347(glossterm) +msgid "proxy node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6351(secondary) +#: ./doc/glossary/glossary-terms.xml6354(primary) +msgid "proxy nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6358(para) +msgid "A node that provides the Object Storage proxy service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6363(glossterm) +msgid "proxy server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6367(secondary) +#: ./doc/glossary/glossary-terms.xml6370(primary) +msgid "proxy servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6374(para) +msgid "" +"Users of Object Storage interact with the service through the proxy server, " +"which in turn looks up the location of the requested data within the ring " +"and returns the results to the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6381(glossterm) +#: ./doc/glossary/glossary-terms.xml6388(primary) +msgid "public API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6385(secondary) +msgid "public APIs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6392(para) +msgid "" +"An API endpoint used for both service-to-service communication and end-user " +"interactions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6398(glossterm) +#: ./doc/glossary/glossary-terms.xml6405(primary) +msgid "public image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6402(secondary) +msgid "public images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6409(para) +msgid "An Image Service VM image that is available to all tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6415(glossterm) +#: ./doc/glossary/glossary-terms.xml6422(primary) +msgid "public IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6419(secondary) +#: ./doc/glossary/glossary-terms.xml6447(secondary) +msgid "public" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6426(para) +msgid "An IP address that is accessible to end-users." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6431(glossterm) +#: ./doc/glossary/glossary-terms.xml6433(primary) +msgid "public key authentication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6437(para) +msgid "Authentication method that uses keys rather than passwords." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6443(glossterm) +#: ./doc/glossary/glossary-terms.xml6450(primary) +msgid "public network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6454(para) +msgid "" +"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. The public network interface is" +" controlled by the public_interface option." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6463(glossterm) +#: ./doc/glossary/glossary-terms.xml6465(primary) +msgid "Puppet" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6469(para) +msgid "" +"An operating system configuration-management tool supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6475(glossterm) +#: ./doc/glossary/glossary-terms.xml6477(primary) +msgid "Python" +msgstr "파이썬" + +#: ./doc/glossary/glossary-terms.xml6481(para) +msgid "Programming language used extensively in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6489(title) +msgid "Q" +msgstr "Q" + +#: ./doc/glossary/glossary-terms.xml6492(glossterm) +#: ./doc/glossary/glossary-terms.xml6494(primary) +msgid "QEMU Copy On Write 2 (QCOW2)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6504(glossterm) +#: ./doc/glossary/glossary-terms.xml6506(primary) +msgid "Qpid" +msgstr "Qpid" + +#: ./doc/glossary/glossary-terms.xml6510(para) +msgid "" +"Message queue software supported by OpenStack; an alternative to RabbitMQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6516(glossterm) +#: ./doc/glossary/glossary-terms.xml6518(primary) +msgid "quarantine" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6522(para) +msgid "" +"If Object Storage finds objects, containers, or accounts that are corrupt, " +"they are placed in this state, are not replicated, cannot be read by " +"clients, and a correct copy is re-replicated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6529(glossterm) +#: ./doc/glossary/glossary-terms.xml6531(primary) +msgid "Quick EMUlator (QEMU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6535(para) +msgid "QEMU is a generic and open source machine emulator and virtualizer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6538(para) +msgid "" +"One of the hypervisors supported by OpenStack, generally used for " +"development purposes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6544(glossterm) +msgid "quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6546(primary) +msgid "quotas" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6550(para) +msgid "" +"In Compute and Block Storage, the ability to set resource limits on a per-" +"project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6559(title) +msgid "R" +msgstr "R" + +#: ./doc/glossary/glossary-terms.xml6562(glossterm) +#: ./doc/glossary/glossary-terms.xml6564(primary) +msgid "RabbitMQ" +msgstr "RabbitMQ" + +#: ./doc/glossary/glossary-terms.xml6568(para) +msgid "The default message queue software used by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6573(glossterm) +#: ./doc/glossary/glossary-terms.xml6575(primary) +msgid "Rackspace Cloud Files" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6579(para) +msgid "" +"Released as open source by Rackspace in 2010; the basis for Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6585(glossterm) +#: ./doc/glossary/glossary-terms.xml6587(primary) +msgid "RADOS Block Device (RBD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6591(para) +msgid "" +"Ceph component that enables a Linux block device to be striped over multiple" +" distributed data stores." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6597(glossterm) +#: ./doc/glossary/glossary-terms.xml6599(primary) +msgid "radvd" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6603(para) +msgid "" +"The router advertisement daemon, used by the Compute VLAN manager and " +"FlatDHCP manager to provide routing services for VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6610(glossterm) +#: ./doc/glossary/glossary-terms.xml6612(primary) +msgid "RAM filter" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6616(para) +msgid "The Compute setting that enables or disables RAM overcommitment." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6622(glossterm) +#: ./doc/glossary/glossary-terms.xml6624(primary) +msgid "RAM overcommit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6628(para) +msgid "" +"The ability to start new VM instances based on the actual memory usage of a " +"host, as opposed to basing the decision on the amount of RAM each running " +"instance thinks it has available. Also known as memory overcommit." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6636(glossterm) +msgid "rate limit" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6638(primary) +msgid "rate limits" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6642(para) +msgid "" +"Configurable option within Object Storage to limit database writes on a per-" +"account and/or per-container basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6648(glossterm) +msgid "raw" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6650(primary) +msgid "raw format" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6654(para) +msgid "" +"One of the VM image disk formats supported by Image Service; an unstructured" +" disk image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6660(glossterm) +msgid "rebalance" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6662(primary) +msgid "rebalancing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6666(para) +msgid "" +"The process of distributing Object Storage partitions across all drives in " +"the ring; used during initial ring creation and after ring reconfiguration." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6673(glossterm) +#: ./doc/glossary/glossary-terms.xml6675(primary) +#: ./doc/glossary/glossary-terms.xml7532(primary) +msgid "reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6677(secondary) +#: ./doc/glossary/glossary-terms.xml7534(secondary) +msgid "hard vs. soft" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6681(para) +msgid "" +"Either a soft or hard reboot of a server. With a soft reboot, the operating " +"system is signaled to restart, which enables a graceful shutdown of all " +"processes. A hard reboot is the equivalent of power cycling the server. The " +"virtualization platform should ensure that the reboot action has completed " +"successfully, even in cases in which the underlying domain/VM is paused or " +"halted/stopped." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6691(glossterm) +msgid "rebuild" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6693(primary) +msgid "rebuilding" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6697(para) +msgid "" +"Removes all data on the server and replaces it with the specified image. " +"Server ID and IP addresses remain the same." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6703(glossterm) +#: ./doc/glossary/glossary-terms.xml6705(primary) +msgid "Recon" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6709(para) +msgid "An Object Storage component that collects metrics." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6714(glossterm) +msgid "record" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6716(primary) +#: ./doc/glossary/glossary-terms.xml6735(primary) +msgid "records" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6722(para) +msgid "" +"Belongs to a particular domain and is used to specify information about the " +"domain. There are several types of " +"DNS records. Each record type contains particular information used to " +"describe the purpose of that record. Examples include mail exchange (MX) " +"records, which specify the mail server for a particular domain; and name " +"server (NS) records, which specify the authoritative name servers for a " +"domain." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6733(glossterm) +msgid "record ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6737(secondary) +msgid "record IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6741(para) +msgid "" +"A number within a database that is incremented each time a change is made. " +"Used by Object Storage when replicating." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6747(glossterm) +#: ./doc/glossary/glossary-terms.xml6749(primary) +msgid "Red Hat Enterprise Linux (RHEL)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6758(glossterm) +#: ./doc/glossary/glossary-terms.xml6760(primary) +msgid "reference architecture" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6764(para) +msgid "A recommended architecture for an OpenStack cloud." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6769(glossterm) +#: ./doc/glossary/glossary-terms.xml6771(primary) +msgid "region" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6775(para) +msgid "" +"A discrete OpenStack environment with dedicated API endpoints that typically" +" shares only the Identity Service (keystone) with other regions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6782(glossterm) +#: ./doc/glossary/glossary-terms.xml6784(primary) +msgid "registry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6786(see) +msgid "under Image Service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6790(para) +msgid "Alternative term for the Image Service registry." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6795(glossterm) +msgid "registry server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6799(secondary) +#: ./doc/glossary/glossary-terms.xml6802(primary) +msgid "registry servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6806(para) +msgid "" +"An Image Service that provides VM image metadata information to clients." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6812(glossterm) +#: ./doc/glossary/glossary-terms.xml6815(primary) +msgid "Reliable, Autonomic Distributed Object Store (RADOS)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6820(para) +msgid "" +"A collection of components that provides object storage within Ceph. Similar" +" to OpenStack Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6826(glossterm) +#: ./doc/glossary/glossary-terms.xml6828(primary) +msgid "Remote Procedure Call (RPC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6832(para) +msgid "" +"The method used by the Compute RabbitMQ for intra-service communications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6838(glossterm) +msgid "replica" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6840(primary) +#: ./doc/glossary/glossary-terms.xml6855(primary) +#: ./doc/glossary/glossary-terms.xml6867(glossterm) +#: ./doc/glossary/glossary-terms.xml6878(primary) +msgid "replication" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6846(para) +msgid "" +"Provides data redundancy and fault tolerance by creating copies of Object " +"Storage objects, accounts, and containers so that they are not lost when the" +" underlying storage fails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6853(glossterm) +#: ./doc/glossary/glossary-terms.xml6857(secondary) +msgid "replica count" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6861(para) +msgid "The number of replicas of the data in an Object Storage ring." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6870(para) +msgid "" +"The process of copying data to a separate physical device for fault " +"tolerance and performance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6876(glossterm) +msgid "replicator" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6880(secondary) +msgid "replicators" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6884(para) +msgid "" +"The Object Storage back-end process that creates and manages object " +"replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6890(glossterm) +msgid "request ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6892(primary) +msgid "request IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6896(para) +msgid "Unique ID assigned to each request sent to Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6901(glossterm) +msgid "rescue image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6903(primary) +msgid "rescue images" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6907(para) +msgid "" +"A special type of VM image that is booted when an instance is placed into " +"rescue mode. Allows an administrator to mount the file systems for an " +"instance to correct the problem." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6914(glossterm) +msgid "resize" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6916(primary) +msgid "resizing" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6920(para) +msgid "" +"Converts an existing server to a different flavor, which scales the server " +"up or down. The original server is saved to enable rollback if a problem " +"occurs. All resizes must be tested and explicitly confirmed, at which time " +"the original server is removed." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6928(glossterm) +msgid "RESTful" +msgstr "RESTful" + +#: ./doc/glossary/glossary-terms.xml6930(primary) +msgid "RESTful web services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6934(para) +msgid "" +"A kind of web service API that uses REST, or Representational State " +"Transfer. REST is the style of architecture for hypermedia systems that is " +"used for the World Wide Web." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6941(glossterm) +msgid "ring" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6943(primary) +#: ./doc/glossary/glossary-terms.xml6958(primary) +msgid "rings" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6949(para) +msgid "" +"An entity that maps Object Storage data to partitions. A separate ring " +"exists for each service, such as account, object, and container." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6956(glossterm) +msgid "ring builder" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6960(secondary) +msgid "ring builders" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6964(para) +msgid "" +"Builds and manages rings within Object Storage, assigns partitions to " +"devices, and pushes the configuration to other storage nodes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6971(glossterm) +#: ./doc/glossary/glossary-terms.xml6973(primary) +msgid "Role Based Access Control (RBAC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6977(para) +msgid "" +"Provides a predefined list of actions that the user can perform, such as " +"start or stop VMs, reset passwords, and so on. Supported in both Identity " +"Service and Compute and can be configured using the horizon dashboard." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6985(glossterm) +msgid "role" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6987(primary) +#: ./doc/glossary/glossary-terms.xml7002(primary) +msgid "roles" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml6993(para) +msgid "" +"A personality that a user assumes to perform a specific set of operations. A" +" role includes a set of rights and privileges. A user assuming that role " +"inherits those rights and privileges." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7000(glossterm) +#: ./doc/glossary/glossary-terms.xml7004(secondary) +msgid "role ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7008(para) +msgid "Alphanumeric ID assigned to each Identity Service role." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7013(glossterm) +#: ./doc/glossary/glossary-terms.xml7015(primary) +msgid "rootwrap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7019(para) +msgid "" +"A feature of Compute that allows the unprivileged \"nova\" user to run a " +"specified list of commands as the Linux root user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7025(glossterm) +#: ./doc/glossary/glossary-terms.xml7032(primary) +msgid "round-robin scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7027(primary) +#: ./doc/glossary/glossary-terms.xml7575(primary) +msgid "schedulers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7029(secondary) +msgid "round-robin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7036(para) +msgid "" +"Type of Compute scheduler that evenly distributes instances among available " +"hosts." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7042(glossterm) +#: ./doc/glossary/glossary-terms.xml7044(primary) +msgid "router" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7048(para) +msgid "" +"A physical or virtual network device that passes network traffic between " +"different networks." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7054(glossterm) +msgid "routing key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7056(primary) +msgid "routing keys" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7060(para) +msgid "" +"The Compute direct exchanges, fanout exchanges, and topic exchanges use this" +" key to determine how to process a message; processing varies depending on " +"exchange type." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7067(glossterm) +msgid "RPC driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7069(primary) +msgid "drivers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7071(secondary) +#: ./doc/glossary/glossary-terms.xml7074(primary) +msgid "RPC drivers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7078(para) +msgid "" +"Modular system that allows the underlying message queue software of Compute " +"to be changed. For example, from RabbitMQ to ZeroMQ or Qpid." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7085(glossterm) +#: ./doc/glossary/glossary-terms.xml7087(primary) +msgid "rsync" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7091(para) +msgid "Used by Object Storage to push object replicas." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7096(glossterm) +msgid "RXTX cap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7098(primary) +msgid "RXTX cap/quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7102(para) +msgid "" +"Absolute limit on the amount of network traffic a Compute VM instance can " +"send and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7108(glossterm) +msgid "RXTX quota" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7111(para) +msgid "" +"Soft limit on the amount of network traffic a Compute VM instance can send " +"and receive." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7117(glossterm) +#: ./doc/glossary/glossary-terms.xml7119(primary) +msgid "Ryu neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7123(para) +msgid "" +"Enables the Ryu network operating system to function as a Networking " +"OpenFlow controller." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7132(title) +msgid "S" +msgstr "S" + +#: ./doc/glossary/glossary-terms.xml7135(glossterm) +msgid "S3" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7137(primary) +msgid "S3 storage service" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7141(para) +msgid "" +"Object storage service by Amazon; similar in function to Object Storage, it " +"can act as a back-end store for Image Service VM images." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7148(glossterm) +#: ./doc/glossary/glossary-terms.xml7150(primary) +msgid "sahara" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7154(para) +msgid "" +"OpenStack project that provides a scalable data-processing stack and " +"associated management interfaces." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7160(glossterm) +#: ./doc/glossary/glossary-terms.xml7162(primary) +msgid "scheduler manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7166(para) +msgid "" +"A Compute component that determines where VM instances should start. Uses " +"modular design to support a variety of scheduler types." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7173(glossterm) +msgid "scoped token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7175(primary) +msgid "scoped tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7179(para) +msgid "" +"An Identity Service API access token that is associated with a specific " +"tenant." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7185(glossterm) +msgid "scrubber" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7187(primary) +msgid "scrubbers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7191(para) +msgid "" +"Checks for and deletes unused VMs; the component of Image Service that " +"implements delayed delete." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7197(glossterm) +msgid "secret key" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7199(primary) +msgid "secret keys" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7203(para) +msgid "" +"String of text known only by the user; used along with an access key to make" +" requests to the Compute API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7209(glossterm) +#: ./doc/glossary/glossary-terms.xml7211(primary) +msgid "secure shell (SSH)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7215(para) +msgid "" +"Open source tool used to access remote hosts through an encrypted " +"communications channel, SSH key injection is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7222(glossterm) +msgid "security group" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7224(primary) +msgid "security groups" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7228(para) +msgid "" +"A set of network traffic filtering rules that are applied to a Compute " +"instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7234(glossterm) +msgid "segmented object" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7238(secondary) +#: ./doc/glossary/glossary-terms.xml7241(primary) +msgid "segmented objects" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7245(para) +msgid "" +"An Object Storage large object that has been broken up into pieces. The re-" +"assembled object is called a concatenated object." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7252(glossterm) +msgid "server" +msgstr "server" + +#: ./doc/glossary/glossary-terms.xml7260(para) +msgid "" +"Computer that provides explicit services to the client software running on " +"that system, often managing a variety of computer operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7264(para) +msgid "" +"A server is a VM instance in the Compute system. Flavor and image are " +"requisite elements when creating a server." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7270(glossterm) +#: ./doc/glossary/glossary-terms.xml7272(primary) +msgid "server image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7276(para) +msgid "Alternative term for a VM image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7281(glossterm) +#: ./doc/glossary/glossary-terms.xml7285(secondary) +msgid "server UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7295(glossterm) +msgid "service" +msgstr "서비스" + +#: ./doc/glossary/glossary-terms.xml7297(primary) +msgid "services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7303(para) +msgid "" +"An OpenStack service, such as Compute, Object Storage, or Image Service. " +"Provides one or more endpoints through which users can access resources and " +"perform operations." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7310(glossterm) +#: ./doc/glossary/glossary-terms.xml7312(primary) +msgid "service catalog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7316(para) +msgid "Alternative term for the Identity Service catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7321(glossterm) +#: ./doc/glossary/glossary-terms.xml7323(primary) +msgid "service ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7327(para) +msgid "" +"Unique ID assigned to each service that is available in the Identity Service" +" catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7333(glossterm) +#: ./doc/glossary/glossary-terms.xml7335(primary) +msgid "service registration" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7339(para) +msgid "" +"An Identity Service feature that enables services, such as Compute, to " +"automatically register with the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7345(glossterm) +#: ./doc/glossary/glossary-terms.xml7347(primary) +msgid "service tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7351(para) +msgid "" +"Special tenant that contains all services that are listed in the catalog." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7357(glossterm) +#: ./doc/glossary/glossary-terms.xml7359(primary) +msgid "service token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7363(para) +msgid "" +"An administrator-defined token used by Compute to communicate securely with " +"the Identity Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7369(glossterm) +#: ./doc/glossary/glossary-terms.xml7373(secondary) +msgid "session back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7371(primary) +#: ./doc/glossary/glossary-terms.xml7385(primary) +#: ./doc/glossary/glossary-terms.xml7400(primary) +msgid "sessions" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7377(para) +msgid "" +"The method of storage used by horizon to track client sessions, such as " +"local memory, cookies, a database, or memcached." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7383(glossterm) +#: ./doc/glossary/glossary-terms.xml7387(secondary) +msgid "session persistence" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7391(para) +msgid "" +"A feature of the load-balancing service. It attempts to force subsequent " +"connections to a service to be redirected to the same node as long as it is " +"online." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7398(glossterm) +#: ./doc/glossary/glossary-terms.xml7402(secondary) +msgid "session storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7406(para) +msgid "" +"A horizon component that stores and tracks client session information. " +"Implemented through the Django sessions framework." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7412(glossterm) +#: ./doc/glossary/glossary-terms.xml7419(primary) +msgid "shared IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7416(secondary) +msgid "shared" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7423(para) +msgid "" +"An IP address that can be assigned to a VM instance within the shared IP " +"group. Public IP addresses can be shared across multiple servers for use in " +"various high-availability scenarios. When an IP address is shared to another" +" server, the cloud network restrictions are modified to enable each server " +"to listen to and respond on that IP address. You can optionally specify that" +" the target server network configuration be modified. Shared IP addresses " +"can be used with many standard heartbeat facilities, such as keepalive, that" +" monitor for failure and manage IP failover." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7436(glossterm) +msgid "shared IP group" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7438(primary) +msgid "shared IP groups" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7442(para) +msgid "" +"A collection of servers that can share IPs with other members of the group. " +"Any server in a group can share one or more public IPs with any other server" +" in the group. With the exception of the first server in a shared IP group, " +"servers must be launched into shared IP groups. A server may be a member of " +"only one shared IP group." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7451(glossterm) +#: ./doc/glossary/glossary-terms.xml7453(primary) +msgid "shared storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7457(para) +msgid "" +"Block storage that is simultaneously accessible by multiple clients, for " +"example, NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7463(glossterm) +#: ./doc/glossary/glossary-terms.xml7465(primary) +msgid "Sheepdog" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7469(para) +msgid "Distributed block storage system for QEMU, supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7475(glossterm) +#: ./doc/glossary/glossary-terms.xml7478(primary) +msgid "Simple Cloud Identity Management (SCIM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7482(para) +msgid "" +"Specification for managing identity in the cloud, currently unsupported by " +"OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7488(glossterm) +#: ./doc/glossary/glossary-terms.xml7491(primary) +msgid "Single-root I/O Virtualization (SR-IOV)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7495(para) +msgid "" +"A specification that, when implemented by a physical PCIe device, enables it" +" to appear as multiple separate PCIe devices. This enables multiple " +"virtualized guests to share direct access to the physical device, offering " +"improved performance over an equivalent virtual device. Currently supported " +"in OpenStack Havana and later releases." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7505(glossterm) +#: ./doc/glossary/glossary-terms.xml7507(primary) +msgid "SmokeStack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7511(para) +msgid "Runs automated tests against the core OpenStack API; written in Rails." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7517(glossterm) +#: ./doc/glossary/glossary-terms.xml7519(primary) +msgid "snapshot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7523(para) +msgid "" +"A point-in-time copy of an OpenStack storage volume or image. Use storage " +"volume snapshots to back up volumes. Use image snapshots to back up data, or" +" as \"gold\" images for additional servers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7530(glossterm) +#: ./doc/glossary/glossary-terms.xml7537(primary) +msgid "soft reboot" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7541(para) +msgid "" +"A controlled reboot where a VM instance is properly restarted through " +"operating system commands." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7547(glossterm) +#: ./doc/glossary/glossary-terms.xml7549(primary) +msgid "SolidFire Volume Driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7553(para) +msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7559(glossterm) +msgid "SPICE" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7561(primary) +msgid "SPICE (Simple Protocol for Independent Computing Environments)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7566(para) +msgid "" +"The Simple Protocol for Independent Computing Environments (SPICE) provides " +"remote desktop access to guest virtual machines. It is an alternative to " +"VNC. SPICE is supported by OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7573(glossterm) +#: ./doc/glossary/glossary-terms.xml7580(primary) +msgid "spread-first scheduler" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7577(secondary) +msgid "spread-first" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7584(para) +msgid "" +"The Compute VM scheduling algorithm that attempts to start a new VM on the " +"host with the least amount of load." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7590(glossterm) +#: ./doc/glossary/glossary-terms.xml7592(primary) +msgid "SQL-Alchemy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7596(para) +msgid "An open source SQL toolkit for Python, used in OpenStack." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7601(glossterm) +#: ./doc/glossary/glossary-terms.xml7603(primary) +msgid "SQLite" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7607(para) +msgid "" +"A lightweight SQL database, used as the default persistent storage method in" +" many OpenStack services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7613(glossterm) +#: ./doc/glossary/glossary-terms.xml7615(primary) +msgid "stack" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7620(para) +msgid "" +"A set of OpenStack resources created and managed by the Orchestration " +"service according to a given template (either an AWS CloudFormation template" +" or a Heat Orchestration Template (HOT))." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7628(glossterm) +#: ./doc/glossary/glossary-terms.xml7630(primary) +msgid "StackTach" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7634(para) +msgid "" +"Community project that captures Compute AMQP communications; useful for " +"debugging." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7640(glossterm) +msgid "static IP address" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7644(secondary) +msgid "static" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7647(primary) +msgid "static IP addresses" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7651(para) +msgid "Alternative term for a fixed IP address." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7656(glossterm) +#: ./doc/glossary/glossary-terms.xml7658(primary) +msgid "StaticWeb" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7662(para) +msgid "" +"WSGI middleware component of Object Storage that serves container data as a " +"static web page." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7668(glossterm) +#: ./doc/glossary/glossary-terms.xml7670(primary) +msgid "storage back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7674(para) +msgid "" +"The method that a service uses for persistent storage, such as iSCSI, NFS, " +"or local disk." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7680(glossterm) +#: ./doc/glossary/glossary-terms.xml7687(primary) +msgid "storage node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7684(secondary) +msgid "storage nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7691(para) +msgid "" +"An Object Storage node that provides container services, account services, " +"and object services; controls the account databases, container databases, " +"and object storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7698(glossterm) +#: ./doc/glossary/glossary-terms.xml7702(secondary) +msgid "storage manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7700(primary) +#: ./doc/glossary/glossary-terms.xml7714(primary) +#: ./doc/glossary/glossary-terms.xml7728(primary) +#: ./doc/glossary/glossary-terms.xml7877(primary) +msgid "storage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7706(para) +msgid "" +"A XenAPI component that provides a pluggable interface to support a wide " +"variety of persistent storage back ends." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7712(glossterm) +#: ./doc/glossary/glossary-terms.xml7716(secondary) +msgid "storage manager back end" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7720(para) +msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7726(glossterm) +#: ./doc/glossary/glossary-terms.xml7730(secondary) +msgid "storage services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7734(para) +msgid "" +"Collective name for the Object Storage object services, container services, " +"and account services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7740(glossterm) +#: ./doc/glossary/glossary-terms.xml7742(primary) +msgid "strategy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7746(para) +msgid "" +"Specifies the authentication source used by Image Service or Identity " +"Service." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7752(glossterm) +msgid "subdomain" +msgstr "서브도메인" + +#: ./doc/glossary/glossary-terms.xml7754(primary) +msgid "subdomains" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7758(para) +msgid "" +"A domain within a parent domain. Subdomains cannot be registered. Subdomains" +" enable you to delegate domains. Subdomains can themselves have subdomains, " +"so third-level, fourth-level, fifth-level, and deeper levels of nesting are " +"possible." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7766(glossterm) +#: ./doc/glossary/glossary-terms.xml7768(primary) +msgid "subnet" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7772(para) +msgid "Logical subdivision of an IP network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7777(glossterm) +#: ./doc/glossary/glossary-terms.xml7780(primary) +msgid "SUSE Linux Enterprise Server (SLES)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7789(glossterm) +msgid "suspend" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7791(primary) +msgid "suspend, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7795(para) +msgid "" +"Alternative term for a paused VM instance." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7801(glossterm) +msgid "swap" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7803(primary) +msgid "swap, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7807(para) +msgid "" +"Disk-based virtual memory used by operating systems to provide more memory " +"than is actually available on the system." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7813(glossterm) +#: ./doc/glossary/glossary-terms.xml7815(primary) +msgid "swawth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7819(para) +msgid "" +"An authentication and authorization service for Object Storage, implemented " +"through WSGI middleware; uses Object Storage itself as the persistent " +"backing store." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7829(para) +msgid "An OpenStack core project that provides object storage services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7835(glossterm) +#: ./doc/glossary/glossary-terms.xml7837(primary) +msgid "swift All in One (SAIO)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7841(para) +msgid "" +"Creates a full Object Storage development environment within a single VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7847(glossterm) +#: ./doc/glossary/glossary-terms.xml7851(secondary) +msgid "swift middleware" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7855(para) +msgid "" +"Collective term for Object Storage components that provide additional " +"functionality." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7861(glossterm) +#: ./doc/glossary/glossary-terms.xml7865(secondary) +msgid "swift proxy server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7869(para) +msgid "" +"Acts as the gatekeeper to Object Storage and is responsible for " +"authenticating the user." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7875(glossterm) +msgid "swift storage node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7879(secondary) +#: ./doc/glossary/glossary-terms.xml7884(secondary) +#: ./doc/glossary/glossary-terms.xml7889(secondary) +msgid "swift storage nodes" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7893(para) +msgid "" +"A node that runs Object Storage account, container, and object services." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7899(glossterm) +#: ./doc/glossary/glossary-terms.xml7901(primary) +msgid "sync point" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7905(para) +msgid "" +"Point in time since the last container and accounts database sync among " +"nodes within Object Storage." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7911(glossterm) +#: ./doc/glossary/glossary-terms.xml7913(primary) +msgid "sysadmin" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7917(para) +msgid "" +"One of the default roles in the Compute RBAC system. Enables a user to add " +"other users to a project, interact with VM images that are associated with " +"the project, and start and stop VM instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7924(glossterm) +#: ./doc/glossary/glossary-terms.xml7926(primary) +msgid "system usage" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7930(para) +msgid "" +"A Compute component that, along with the notification system, collects " +"metrics and usage information. This information can be used for billing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7940(title) +msgid "T" +msgstr "T" + +#: ./doc/glossary/glossary-terms.xml7943(glossterm) +#: ./doc/glossary/glossary-terms.xml7945(primary) +msgid "Telemetry" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7949(para) +msgid "" +"An integrated project that provides metering and measuring facilities for " +"OpenStack. The project name of Telemetry is ceilometer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7956(glossterm) +#: ./doc/glossary/glossary-terms.xml7958(primary) +msgid "TempAuth" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7962(para) +msgid "" +"An authentication facility within Object Storage that enables Object Storage" +" itself to perform authentication and authorization. Frequently used in " +"testing and development." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7969(glossterm) +#: ./doc/glossary/glossary-terms.xml7971(primary) +msgid "Tempest" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7975(para) +msgid "" +"Automated software test suite designed to run against the trunk of the " +"OpenStack core project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7981(glossterm) +#: ./doc/glossary/glossary-terms.xml7983(primary) +msgid "TempURL" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7987(para) +msgid "" +"An Object Storage middleware component that enables creation of URLs for " +"temporary object access." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7993(glossterm) +#: ./doc/glossary/glossary-terms.xml8004(primary) +#: ./doc/glossary/glossary-terms.xml8022(primary) +#: ./doc/glossary/glossary-terms.xml8036(primary) +msgid "tenant" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml7996(para) +msgid "" +"A group of users; used to isolate access to Compute resources. An " +"alternative term for a project." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8002(glossterm) +#: ./doc/glossary/glossary-terms.xml8006(secondary) +msgid "Tenant API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8010(para) +msgid "An API that is accessible to tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8015(glossterm) +#: ./doc/glossary/glossary-terms.xml8019(secondary) +#: ./doc/glossary/glossary-terms.xml8024(secondary) +msgid "tenant endpoint" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8028(para) +msgid "" +"An Identity Service API endpoint that is associated with one or more " +"tenants." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8034(glossterm) +#: ./doc/glossary/glossary-terms.xml8038(secondary) +msgid "tenant ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8042(para) +msgid "" +"Unique ID assigned to each tenant within the Identity Service. The project " +"IDs map to the tenant IDs." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8048(glossterm) +msgid "token" +msgstr "token" + +#: ./doc/glossary/glossary-terms.xml8050(primary) +msgid "tokens" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8054(para) +msgid "" +"An alpha-numeric string of text used to access OpenStack APIs and resources." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8060(glossterm) +#: ./doc/glossary/glossary-terms.xml8062(primary) +msgid "token services" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8066(para) +msgid "" +"An Identity Service component that manages and validates tokens after a user" +" or tenant has been authenticated." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8072(glossterm) +#: ./doc/glossary/glossary-terms.xml8074(primary) +msgid "tombstone" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8077(para) +msgid "" +"Used to mark Object Storage objects that have been deleted; ensures that the" +" object is not updated on another node after it has been deleted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8085(glossterm) +#: ./doc/glossary/glossary-terms.xml8087(primary) +msgid "topic publisher" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8091(para) +msgid "" +"A process that is created when a RPC call is executed; used to push the " +"message to the topic exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8097(glossterm) +#: ./doc/glossary/glossary-terms.xml8099(primary) +msgid "Torpedo" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8103(para) +msgid "" +"Community project used to run automated tests against the OpenStack API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8109(glossterm) +msgid "transaction ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8111(primary) +msgid "transaction IDs" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8115(para) +msgid "" +"Unique ID assigned to each Object Storage request; used for debugging and " +"tracing." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8121(glossterm) +msgid "transient" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8123(primary) +msgid "transient exchanges" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8129(para) +msgid "Alternative term for non-durable." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8134(glossterm) +msgid "transient exchange" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8137(para) +msgid "" +"Alternative term for a non-durable exchange." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8143(glossterm) +msgid "transient message" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8147(secondary) +#: ./doc/glossary/glossary-terms.xml8150(primary) +msgid "transient messages" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8154(para) +msgid "" +"A message that is stored in memory and is lost after the server is " +"restarted." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8160(glossterm) +msgid "transient queue" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8164(secondary) +#: ./doc/glossary/glossary-terms.xml8167(primary) +msgid "transient queues" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8171(para) +msgid "Alternative term for a non-durable queue." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8176(glossterm) +#: ./doc/glossary/glossary-terms.xml8178(primary) +msgid "TripleO" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8182(para) +msgid "" +"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " +"program." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8190(glossterm) +#: ./doc/glossary/glossary-terms.xml8192(primary) +msgid "trove" +msgstr "trove" + +#: ./doc/glossary/glossary-terms.xml8196(para) +msgid "OpenStack project that provides database services to applications." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8205(title) +msgid "U" +msgstr "U" + +#: ./doc/glossary/glossary-terms.xml8208(glossterm) +#: ./doc/glossary/glossary-terms.xml8210(primary) +msgid "Ubuntu" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8214(para) +msgid "A Debian-based Linux distribution." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8219(glossterm) +#: ./doc/glossary/glossary-terms.xml8221(primary) +msgid "unscoped token" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8225(para) +msgid "Alternative term for an Identity Service default token." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8230(glossterm) +msgid "updater" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8232(primary) +msgid "updaters" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8236(para) +msgid "" +"Collective term for a group of Object Storage components that processes " +"queued and failed updates for containers and objects." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8242(glossterm) +msgid "user" +msgstr "user" + +#: ./doc/glossary/glossary-terms.xml8244(primary) +msgid "users, definition of" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8248(para) +msgid "" +"In Identity Service, each user is associated with one or more tenants, and " +"in Compute can be associated with roles, projects, or both." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8255(glossterm) +#: ./doc/glossary/glossary-terms.xml8257(primary) +msgid "user data" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8261(para) +msgid "" +"A blob of data that the user can specify when they launch an instance. The " +"instance can access this data through the metadata service or config drive. " +"config drive " +"Commonly used to pass a shell script that the instance runs on boot." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8271(glossterm) +#: ./doc/glossary/glossary-terms.xml8273(primary) +msgid "User Mode Linux (UML)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8285(title) +msgid "V" +msgstr "V" + +#: ./doc/glossary/glossary-terms.xml8288(glossterm) +#: ./doc/glossary/glossary-terms.xml8290(primary) +msgid "VIF UUID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8294(para) +msgid "Unique ID assigned to each Networking VIF." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8299(glossterm) +#: ./doc/glossary/glossary-terms.xml8301(primary) +msgid "VIP" +msgstr "VIP" + +#: ./doc/glossary/glossary-terms.xml8305(para) +msgid "" +"The primary load balancing configuration object. Specifies the virtual IP " +"address and port where client traffic is received. Also defines other " +"details such as the load balancing method to be used, protocol, and so on. " +"This entity is sometimes known in load-balancing products as a virtual " +"server, vserver, or listener." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8315(glossterm) +#: ./doc/glossary/glossary-terms.xml8318(primary) +msgid "Virtual Central Processing Unit (vCPU)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8322(para) +msgid "Subdivides physical CPUs. Instances can then use those divisions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8328(glossterm) +#: ./doc/glossary/glossary-terms.xml8330(primary) +msgid "Virtual Disk Image (VDI)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8340(glossterm) +#: ./doc/glossary/glossary-terms.xml8342(primary) +msgid "Virtual Hard Disk (VHD)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8352(glossterm) +#: ./doc/glossary/glossary-terms.xml8354(primary) +msgid "virtual IP" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8358(para) +msgid "" +"An Internet Protocol (IP) address configured on the load balancer for use by" +" clients connecting to a service that is load balanced. Incoming connections" +" are distributed to back-end nodes based on the configuration of the load " +"balancer." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8366(glossterm) +#: ./doc/glossary/glossary-terms.xml8368(primary) +msgid "virtual machine (VM)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8372(para) +msgid "" +"An operating system instance that runs on top of a hypervisor. Multiple VMs " +"can run at the same time on the same physical host." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8379(glossterm) +#: ./doc/glossary/glossary-terms.xml8386(primary) +msgid "virtual network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8383(secondary) +#: ./doc/glossary/glossary-terms.xml8439(secondary) +#: ./doc/glossary/glossary-terms.xml8469(secondary) +msgid "virtual" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8390(para) +msgid "An L2 network segment within Networking." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8395(glossterm) +#: ./doc/glossary/glossary-terms.xml8397(primary) +msgid "virtual networking" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8401(para) +msgid "" +"A generic term for virtualization of network functions such as switching, " +"routing, load balancing, and security using a combination of VMs and " +"overlays on physical network infrastructure." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8410(glossterm) +#: ./doc/glossary/glossary-terms.xml8412(primary) +msgid "Virtual Network Computing (VNC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8416(para) +msgid "" +"Open source GUI and CLI tools used for remote console access to VMs. " +"Supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8422(glossterm) +#: ./doc/glossary/glossary-terms.xml8424(primary) +msgid "Virtual Network InterFace (VIF)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8428(para) +msgid "" +"An interface that is plugged into a port in a Networking network. Typically " +"a virtual network interface belonging to a VM." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8435(glossterm) +#: ./doc/glossary/glossary-terms.xml8442(primary) +msgid "virtual port" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8446(para) +msgid "" +"Attachment point where a virtual interface connects to a virtual network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8452(glossterm) +#: ./doc/glossary/glossary-terms.xml8454(primary) +msgid "virtual private network (VPN)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8458(para) +msgid "" +"Provided by Compute in the form of cloudpipes, specialized instances that " +"are used to create VPNs on a per-project basis." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8465(glossterm) +msgid "virtual server" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8472(primary) +msgid "virtual servers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8476(para) +msgid "Alternative term for a VM or guest." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8481(glossterm) +#: ./doc/glossary/glossary-terms.xml8483(primary) +msgid "virtual switch (vSwitch)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8487(para) +msgid "" +"Software that runs on a host or node and provides the features and functions" +" of a hardware-based network switch." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8493(glossterm) +#: ./doc/glossary/glossary-terms.xml8495(primary) +msgid "virtual VLAN" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8499(para) +msgid "Alternative term for a virtual network." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8504(glossterm) +#: ./doc/glossary/glossary-terms.xml8506(primary) +msgid "VirtualBox" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8515(glossterm) +#: ./doc/glossary/glossary-terms.xml8517(primary) +msgid "VLAN manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8521(para) +msgid "" +"A Compute component that provides dnsmasq and radvd and sets up forwarding " +"to and from cloudpipe instances." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8527(glossterm) +#: ./doc/glossary/glossary-terms.xml8534(primary) +msgid "VLAN network" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8531(secondary) +msgid "VLAN" +msgstr "VLAN" + +#: ./doc/glossary/glossary-terms.xml8538(para) +msgid "" +"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 VLAN network is a private " +"network interface, which is controlled by the " +"vlan_interface option with VLAN managers." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8548(glossterm) +#: ./doc/glossary/glossary-terms.xml8550(primary) +msgid "VM disk (VMDK)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8560(glossterm) +#: ./doc/glossary/glossary-terms.xml8562(primary) +msgid "VM image" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8566(para) +msgid "Alternative term for an image." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8571(glossterm) +#: ./doc/glossary/glossary-terms.xml8573(primary) +msgid "VM Remote Control (VMRC)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8577(para) +msgid "" +"Method to access VM instance consoles using a web browser. Supported by " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8583(glossterm) +#: ./doc/glossary/glossary-terms.xml8585(primary) +msgid "VMware API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8589(para) +msgid "Supports interaction with VMware products in Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8594(glossterm) +msgid "VMware NSX Neutron plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8597(para) +msgid "Provides support for VMware NSX in Neutron." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8602(glossterm) +#: ./doc/glossary/glossary-terms.xml8604(primary) +msgid "VNC proxy" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8608(para) +msgid "" +"A Compute component that provides users access to the consoles of their VM " +"instances through VNC or VMRC." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8614(glossterm) +#: ./doc/glossary/glossary-terms.xml8626(primary) +#: ./doc/glossary/glossary-terms.xml8639(primary) +#: ./doc/glossary/glossary-terms.xml8653(primary) +#: ./doc/glossary/glossary-terms.xml8666(primary) +#: ./doc/glossary/glossary-terms.xml8680(primary) +#: ./doc/glossary/glossary-terms.xml8694(primary) +#: ./doc/glossary/glossary-terms.xml8708(primary) +msgid "volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8617(para) +msgid "" +"Disk-based data storage generally represented as an iSCSI target with a file" +" system that supports extended attributes; can be persistent or ephemeral." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8624(glossterm) +#: ./doc/glossary/glossary-terms.xml8628(secondary) +msgid "Volume API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8632(para) +msgid "Alternative name for the Block Storage API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8637(glossterm) +#: ./doc/glossary/glossary-terms.xml8641(secondary) +msgid "volume controller" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8645(para) +msgid "" +"A Block Storage component that oversees and coordinates storage volume " +"actions." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8651(glossterm) +#: ./doc/glossary/glossary-terms.xml8655(secondary) +msgid "volume driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8659(para) +msgid "Alternative term for a volume plug-in." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8664(glossterm) +#: ./doc/glossary/glossary-terms.xml8668(secondary) +msgid "volume ID" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8672(para) +msgid "" +"Unique ID applied to each storage volume under the Block Storage control." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8678(glossterm) +#: ./doc/glossary/glossary-terms.xml8682(secondary) +msgid "volume manager" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8686(para) +msgid "" +"A Block Storage component that creates, attaches, and detaches persistent " +"storage volumes." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8692(glossterm) +#: ./doc/glossary/glossary-terms.xml8696(secondary) +msgid "volume node" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8700(para) +msgid "" +"A Block Storage node that runs the cinder-" +"volume daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8706(glossterm) +#: ./doc/glossary/glossary-terms.xml8710(secondary) +msgid "volume plug-in" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8714(para) +msgid "" +"Provides support for new and specialized types of back-end storage for the " +"Block Storage volume manager." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8720(glossterm) +msgid "volume worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8722(primary) +msgid "volume workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8726(para) +msgid "" +"A cinder component that interacts with back-end storage to manage the " +"creation and deletion of volumes and the creation of compute volumes, " +"provided by the cinder-volume " +"daemon." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8734(glossterm) +#: ./doc/glossary/glossary-terms.xml8736(primary) +msgid "vSphere" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8748(title) +msgid "W" +msgstr "W" + +#: ./doc/glossary/glossary-terms.xml8751(glossterm) +#: ./doc/glossary/glossary-terms.xml8753(primary) +msgid "weighting" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8757(para) +msgid "" +"A Compute process that determines the suitability of the VM instances for a " +"job for a particular host. For example, not enough RAM on the host, too many" +" CPUs on the host, and so on." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8764(glossterm) +#: ./doc/glossary/glossary-terms.xml8766(primary) +msgid "weight" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8770(para) +msgid "" +"Used by Object Storage devices to determine which storage devices are " +"suitable for the job. Devices are weighted by size." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8776(glossterm) +#: ./doc/glossary/glossary-terms.xml8778(primary) +msgid "weighted cost" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8782(para) +msgid "" +"The sum of each cost used when deciding where to start a new VM instance in " +"Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8788(glossterm) +msgid "worker" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8790(primary) +msgid "workers" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8794(para) +msgid "" +"A daemon that listens to a queue and carries out tasks in response to " +"messages. For example, the cinder-" +"volume worker manages volume creation and deletion on storage " +"arrays." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8805(title) +msgid "X" +msgstr "X" + +#: ./doc/glossary/glossary-terms.xml8808(glossterm) +#: ./doc/glossary/glossary-terms.xml8810(primary) +msgid "Xen" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8814(para) +msgid "" +"Xen is a hypervisor using a microkernel design, providing services that " +"allow multiple computer operating systems to execute on the same computer " +"hardware concurrently." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8824(glossterm) +#: ./doc/glossary/glossary-terms.xml8835(primary) +#: ./doc/glossary/glossary-terms.xml8848(primary) +#: ./doc/glossary/glossary-terms.xml8862(primary) +msgid "Xen API" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8827(para) +msgid "The Xen administrative API, which is supported by Compute." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8833(glossterm) +#: ./doc/glossary/glossary-terms.xml8837(secondary) +msgid "Xen Cloud Platform (XCP)" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8846(glossterm) +#: ./doc/glossary/glossary-terms.xml8850(secondary) +msgid "Xen Storage Manager Volume Driver" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8854(para) +msgid "" +"A Block Storage volume plug-in that enables communication with the Xen " +"Storage Manager API." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8860(glossterm) +msgid "XenServer" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8864(secondary) +msgid "XenServer hypervisor" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8876(title) +msgid "Y" +msgstr "Y" + +#: ./doc/glossary/glossary-terms.xml8890(title) +msgid "Z" +msgstr "Z" + +#: ./doc/glossary/glossary-terms.xml8893(glossterm) +#: ./doc/glossary/glossary-terms.xml8895(primary) +msgid "ZeroMQ" +msgstr "ZeroMQ" + +#: ./doc/glossary/glossary-terms.xml8899(para) +msgid "" +"Message queue software supported by OpenStack. An alternative to RabbitMQ. " +"Also spelled 0MQ." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8905(glossterm) +#: ./doc/glossary/glossary-terms.xml8907(primary) +msgid "Zuul" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8911(para) +msgid "" +"Tool used in OpenStack development to ensure correctly ordered testing of " +"changes in parallel." +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 +#: ./doc/glossary/glossary-terms.xml0(None) +msgid "translator-credits" +msgstr "Sungjin Gang , 2012-2013.\nYeonki Choi < >, 2013.\nJay Lee , 2013" diff --git a/doc/pom.xml b/doc/pom.xml new file mode 100644 index 00000000..d763bbed --- /dev/null +++ b/doc/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + + org.openstack.docs + parent-pom + 1.0.0-SNAPSHOT + pom + + + glossary + high-availability-guide + + + + Rackspace Research Repositories + + true + + + + rackspace-research + Rackspace Research Repository + http://maven.research.rackspacecloud.com/content/groups/public/ + + + + + rackspace-research + Rackspace Research Repository + http://maven.research.rackspacecloud.com/content/groups/public/ + + + + + + + + com.rackspace.cloud.api + clouddocs-maven-plugin + 2.1.2 + + + + diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 00000000..024e3f54 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,5 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +openstack-doc-tools>=0.18.1 diff --git a/tools/generatepot b/tools/generatepot new file mode 100755 index 00000000..a69b9169 --- /dev/null +++ b/tools/generatepot @@ -0,0 +1,91 @@ +#!/usr/bin/env python +''' +Created on 2012-7-3 + +@author: daisy +''' +import os, sys +from xml2po import Main +from xml2po.modes.docbook import docbookXmlMode + +class myDocbookXmlMode(docbookXmlMode): + def __init__(self): + self.lists = ['itemizedlist', 'orderedlist', 'variablelist', + 'segmentedlist', 'simplelist', 'calloutlist', 'varlistentry', 'userinput', + 'computeroutput','prompt','command','screen'] + self.objects = [ 'figure', 'textobject', 'imageobject', 'mediaobject', + 'screenshot','literallayout', 'programlisting' ] + +default_mode = 'docbook' +operation = 'pot' +options = { + 'mark_untranslated' : False, + 'expand_entities' : True, + 'expand_all_entities' : False, +} + +ignore_folder = {"docbkx-example", "training-guide"} +ignore_file = {"api-examples.xml"} + +root = "./doc" + +def generatePoT (folder): + if (folder==None) : + path = root + else : + generateSinglePoT(folder) + return + + if (not os.path.isdir(path)) : + return + + files = os.listdir(path) + for aFile in files : + if (not (aFile in ignore_folder)): + generateSinglePoT (aFile) + +def generateSinglePoT(folder): + xmlfiles = [] + abspath = os.path.join(root, folder) + if (os.path.isdir(abspath)) : + os.path.walk(abspath, get_all_xml, xmlfiles) + else: + return + + if len(xmlfiles)>0 : + output = os.path.join(abspath,"locale") + if (not os.path.exists(output)) : + os.mkdir(output) + output = os.path.join(output, folder+".pot") + try: + xml2po_main = Main(default_mode, operation, output, options) + xml2po_main.current_mode = myDocbookXmlMode() + except IOError: + print "Error: cannot open aFile %s for writing." % (output) + sys.exit(5) + #print(xmlfiles) + #print(">>>outout: %s ", output) + xml2po_main.to_pot(xmlfiles) + +def get_all_xml (sms, dr, flst): + if ((flst == "target") or (flst == "wadls")) : + return + if (dr.find("target")>-1) : + return + if (dr.find("wadls")>-1) : + return + + for f in flst: + if (f.endswith(".xml") and (f != "pom.xml") and (not (f in ignore_file))) : + sms.append(os.path.join(dr,f)) + +def main(): + try: + folder = sys.argv[1] + except: + folder = None + generatePoT(folder) + +if __name__ == '__main__': + main() + diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..9acaa59b --- /dev/null +++ b/tox.ini @@ -0,0 +1,79 @@ +[tox] +minversion = 1.6 +envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklang,checklinks +skipsdist = True + +[testenv] +setenv = + VIRTUAL_ENV={envdir} +deps = -r{toxinidir}/test-requirements.txt +whitelist_externals = + bash + cp + mkdir + rm + rsync + sed + +[testenv:venv] +commands = {posargs} + +[testenv:checklinks] +commands = openstack-doc-test --check-links {posargs} + +[testenv:checkniceness] +commands = + openstack-doc-test --check-niceness {posargs} + doc8 doc + +[testenv:checksyntax] +commands = + openstack-doc-test --check-syntax {posargs} + # Check that .po and .pot files are valid: + bash -c "find doc -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null" + +[testenv:checkdeletions] +commands = openstack-doc-test --check-deletions {posargs} + +[testenv:checkbuild] +commands = + openstack-doc-test --check-build {posargs} + +[testenv:publishdocs] +# Prepare all documents (except www subdir) so that they can get +# published on docs.openstack.org with just copying publish-docs/* +# over. +commands = + openstack-doc-test --check-build --publish + +[testenv:checklang] +# Generatedocbook needs xml2po which cannot be installed +# in the venv. Since it's installed in the system, let's +# use sitepackages. +sitepackages=True +whitelist_externals = doc-tools-check-languages +commands = doc-tools-check-languages doc-tools-check-languages.conf test all + +[testenv:buildlang] +# Run as "tox -e buildlang -- $LANG" +# Generatedocbook needs xml2po which cannot be installed +# in the venv. Since it's installed in the system, let's +# use sitepackages. +sitepackages=True +whitelist_externals = doc-tools-check-languages +commands = doc-tools-check-languages doc-tools-check-languages.conf test {posargs} + +[testenv:publishlang] +# Generatedocbook needs xml2po which cannot be installed +# in the venv. Since it's installed in the system, let's +# use sitepackages. +sitepackages=True +whitelist_externals = doc-tools-check-languages +commands = doc-tools-check-languages doc-tools-check-languages.conf publish all + +[doc8] +# Settings for doc8: +# Ignore target directories +ignore_path = doc/*/target +# File extensions to use +extensions = .rst,.txt