diff --git a/doc/glossary/README.rst b/doc/glossary/README.rst deleted file mode 100644 index d39c86dc..00000000 --- a/doc/glossary/README.rst +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 68604516..00000000 --- a/doc/glossary/glossary-terms.xml +++ /dev/null @@ -1,9415 +0,0 @@ - - -%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, 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 meters, 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 catalog - - Application catalog - murano - - - - - OpenStack project that provides an application catalog - service so that users can compose and deploy composite - environments on an application abstraction level while - managing the application lifecycle. The code name of the - project is murano. - - - - - 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 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. - - - - - barbican - - barbican - - - - Code name of the key management service for OpenStack. - - - - - - bare - - bare, definition of - - - - An Image service container format that indicates that no - container exists for the VM image. - - - - - Bare metal service - - Bare metal service - ironic - - - - OpenStack project that provisions bare metal, as opposed to - virtual, machines. The code name for the project is ironic. - - - - - 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. - - - - - Benchmark service - - Benchmark service - rally - - - - - OpenStack project that provides a framework for - performance analysis and benchmarking of individual - OpenStack components as well as full production OpenStack - cloud deployments. The code name of the project is rally. - - - - - 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 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. - - - - - Cloudbase-Init - - Cloudbase-Init - cloud-init - - - - A Windows project providing guest initialization features, - similar to cloud-init. - - - - - 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. - - - - - congress - - congress - - - - - OpenStack project that provides the Governance service. - - - - - - 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. - - - - - Containers service - - Containers service - magnum - - - - - OpenStack project that provides a set of services for - management of application containers in a multi-tenant cloud - environment. The code name of the project name is magnum. - - - - - - 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), Orchestration - module (heat), Database service (trove), Bare Metal service (ironic), - Data processing service (sahara). However, this - definition is changing based on - community discussions about the "Big Tent". - - - - - - 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. - - - - Cross-Origin Resource Sharing (CORS) - - Cross-Origin Resource Sharing (CORS) - - - A mechanism that allows many resources (for example, - fonts, JavaScript) on a web page to be requested from - another domain outside the domain from which the resource - originated. In particular, JavaScript's AJAX calls can use - the XMLHttpRequest mechanism. - - - - - 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. - - - - - - Data processing service - - Data processing service - sahara - - - - OpenStack project that provides a scalable - data-processing stack and associated management - interfaces. The code name for the project is sahara. - - - - - - 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. - - - - - Designate - - Designate - - - - - Code name for the DNS service project for OpenStack. - - - - - - Desktop-as-a-Service - - Desktop-as-a-Service - - - - - A platform that provides a suite of desktop environments - that users access 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. - - - - - distributed virtual router (DVR) - - distributed virtual router (DVR) - - - - Mechanism for highly-available multi-host routing when using - OpenStack Networking (neutron). - - - - - 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. - - - - - DNS service - - DNS service - designate - - - - - OpenStack project that provides scalable, on demand, self - service access to authoritative DNS services, in a - technology-agnostic manner. The code name for the project is - designate. - - - - - - dnsmasq - - dnsmasq - - - - Daemon that provides DNS, DHCP, BOOTP, and TFTP services for - virtual networks. - - - - - domain - - domain, definition of - - - - An Identity API v3 entity. Represents a collection of - projects, groups and users that defines administrative boundaries for - managing OpenStack Identity entities. - On the Internet, 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. - Also, 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 - - - - Filtering tool for a Linux bridging firewall, enabling - filtering of network traffic passing through a Linux bridge. - Used in Compute along with arptables, iptables, and ip6tables - 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. - - - - - 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 (xattr) - - extended attributes (xattr) - - - - 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 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. - - - - - federated identity - - federated identity - - - - A method to establish trusts between identity providers and the - OpenStack cloud. - - - - - 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 - ebtables. - - - - - 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 - - - - Virtual network type that uses neither VLANs nor tunnels to - segregate tenant traffic. Each flat network typically requires - a separate underlying physical interface defined by bridge - mappings. However, a flat network can contain multiple - subnets. - - - - - 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. - - - - - Governance service - - Governance service - congress - - - - - OpenStack project to provide governance as a service across - any collection of cloud services in order to monitor, - enforce, and audit policy over dynamic infrastructure. The - code name for the project is congress. - - - - - - 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. - - - - - Group - - Group - - - - An Identity v3 API entity. Represents a collection of users that is - owned by a specific domain. - - - - - 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, - conceptually similar to a Linux or LDAP UID. - - - - - Identity API - - - Alternative term for the Identity service API. - - - - - Identity back end - - Identity - - Identity back end - - - - The source used by Identity service to retrieve user - information; an OpenLDAP server, for example. - - - - - identity provider - - identity provider - basics of - - - - A directory service, which allows users to login with a user - name and password. It is a typical source of authentication - tokens. - - - - - Identity - - Identity - - 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 Identity 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 - - 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. - - - - - Internet Small Computer System Interface (iSCSI) - - Internet Small Computer System Interface (iSCSI) - - - - Storage protocol that encapsulates SCSI frames for transport - over IP networks. - - - - - 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. - - - - - ipset - - ipset - - - - Extension to iptables that allows creation of firewall rules - that match entire "sets" of IP addresses simultaneously. These - sets reside in indexed data structures to increase efficiency, - particularly on systems with a large quantity of rules. - - - - - 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. - - - - - - Key management service - - Key management service - barbican - - - - OpenStack project that produces a secret storage and - generation system capable of providing key management for - services wishing to enable encryption features. The code name - of the project is barbican. - - - - - - 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 - errors 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. - - - - - Liberty - - Liberty - - - - The code name for the twelfth release of OpenStack. The - design summit took place in Vancouver, Canada and Liberty is - the name of a village in the Canadian province of - Saskatchewan. - - - - - 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. - - - - - 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 - - - magnum - - magnum - - - - - Code name for the OpenStack project that provides the - Containers Service. - - - - - - 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. - - - - - manila - - manila - - - - - OpenStack project that provides shared file systems as - 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. - - - - - Message service - - Message service - zaqar - - - - OpenStack project that aims to produce an OpenStack - messaging service that affords a variety of distributed - application patterns in an efficient, scalable and - highly-available manner, and to create and maintain associated - Python libraries and documentation. The code name for the - project is zaqar. - - - - - - 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. - - - - - mistral - - mistral - - - - - OpenStack project that provides the Workflow service. - - - - - - Mitaka - - Mitaka - - - - The code name for the thirteenth release of OpenStack. - The design summit will take place in Tokyo, Japan. Mitaka - is a city in Tokyo. - - - - - 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. - - - - - murano - - murano - - - - - OpenStack project that provides an Application catalog. - - - - - - 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. - - - - - MultiNic - - MultiNic - - - - Facility in Compute that enables a virtual machine instance to - have more than one VIF connected to it. - - - - - - - - N - - - network namespace - - network namespace - - - - Linux kernel feature that provides independent virtual - networking instances on a single host with separate routing - tables and interfaces. Similar to virtual routing and forwarding - (VRF) services on physical network equipment. - - - - - Nebula - - 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. - - - - - NAT - - networks - - Network Address Translation (NAT) - - - - Network Address Translation; 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. - - - - - NTP - - networks - - Network Time Protocol (NTP) - - - - Network Time Protocol; Method of keeping a clock for a host or - node correct via communication 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 (OVS) agent - - Open vSwitch (OVS) agent - - - - - Provides an interface to the underlying Open vSwitch service for - the Networking plug-in. - - - - - - Open vSwitch neutron plug-in - - 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. - - - - - 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, Kilo, Liberty, - and Mitaka. - 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. - - - - - Oslo - - Oslo - - - - - OpenStack project that produces a set of Python libraries - containing code shared by OpenStack projects. - - - - - - - - - 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 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 - - - - Projects represent the base unit of “ownership” in OpenStack, - in that all resources in OpenStack should be owned by a specific project. - In OpenStack Identity, a project must be owned by a specific domain. - - - - - 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. - - - - - rally - - rally - - - - - OpenStack project that provides the Benchmark service. - - - - - 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 meters. - - - - - 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 (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 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. - - - - - - - - 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. - - - - - SAML assertion - - SAML assertion - - - - Contains information about a user as provided by the identity - provider. It is an indication that a user has been authenticated. - - - - - 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. - - - - - self-service - - self-service - - - - For IaaS, ability for a regular (non-privileged) account to - manage a virtual infrastructure component such as networks without - involving an administrator. - - - - - SELinux - - SELinux - - - - Linux kernel security module that provides the mechanism for - supporting access control policies. - - - - - 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 provider - - service provider - - - - A system that provides services to other system entities. In - case of federated identity, OpenStack Identity is the service - provider. - - - - - 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. - - - - - 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 meters 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 OpenStack Identity, entities represent individual API - consumers and are owned by a specific domain. In OpenStack Compute, - a user 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. - - - - - VXLAN - - virtual extensible LAN (VXLAN) - - - - A network virtualization technology that attempts to reduce the - scalability problems associated with large cloud computing - deployments. It uses a VLAN-like encapsulation technique to - encapsulate Ethernet frames within UDP packets. - - - - - 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. - - - - - Workflow service - - Workflow service - mistral - - - - - OpenStack project that provides a simple YAML-based language - to write workflows, tasks and transition rules, and a - service that allows to upload them, modify, run them at - scale and in a highly available manner, manage and monitor - workflow execution state and state of individual tasks. The - code name of the project is mistral. - - - - - - - - - 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. - - - - - XFS - - XFS - - - High-performance 64-bit file system created by Silicon - Graphics. Excels in parallel I/O operations and data - consistency. - - - - - - - - - Y - - - - - - - - - - - - - - Z - - - zaqar - - zaqar - - - - OpenStack project that provides a message service to - applications. - - - - - 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 deleted file mode 100644 index a531afbc..00000000 --- a/doc/glossary/locale/de.po +++ /dev/null @@ -1,8127 +0,0 @@ -# -# 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 deleted file mode 100644 index af74b266..00000000 --- a/doc/glossary/locale/fr.po +++ /dev/null @@ -1,8128 +0,0 @@ -# -# 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 deleted file mode 100644 index 80e56035..00000000 --- a/doc/glossary/locale/glossary.pot +++ /dev/null @@ -1,6168 +0,0 @@ -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 deleted file mode 100644 index 388fd7ba..00000000 --- a/doc/glossary/locale/ja.po +++ /dev/null @@ -1,7448 +0,0 @@ -# Translators: -# yfukuda , 2014 -# nao nishijima , 2015 -# Tomoyuki KATO , 2013-2015 -# yfukuda , 2014 -# -# -# Akihiro Motoki , 2015. #zanata -# KATO Tomoyuki , 2015. #zanata -# OpenStack Infra , 2015. #zanata -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-11 00:36+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-10-10 01:35+0000\n" -"Last-Translator: KATO Tomoyuki \n" -"Language-Team: Japanese (http://www.transifex.com/openstack/openstack-" -"manuals-i18n/language/ja/)\n" -"Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Zanata 3.7.1\n" - -msgid "6to4" -msgstr "6to4" - -msgid "A" -msgstr "A" - -msgid "A BLOB of data held by Object Storage; can be in any format." -msgstr "" -"Object Storage により保持されるデータの BLOB。あらゆる形式の可能性がある。" - -msgid "" -"A Block Storage component that creates, attaches, and detaches persistent " -"storage volumes." -msgstr "" -"永続ストレージボリュームを作成、接続、切断する Block Storage コンポーネント。" - -msgid "" -"A Block Storage component that oversees and coordinates storage volume " -"actions." -msgstr "" -"ストレージボリュームの操作を監督、調整する、Block Storage のコンポーネント。" - -msgid "" -"A Block Storage node that runs the cinder-" -"volume daemon." -msgstr "" -"cinder-volume デーモンを実行する " -"Block Storage ノード。" - -msgid "" -"A Block Storage volume plug-in that enables communication with the Xen " -"Storage Manager API." -msgstr "" -"Xen Storage Manager API と通信できる Block Storage ボリュームプラグイン。" - -msgid "" -"A Ceph component that communicates with external clients, checks data state " -"and consistency, and performs quorum functions." -msgstr "" -"外部クライアントと通信し、データの状態と整合性を確認し、クォーラム機能を実行" -"する、Ceph コンポーネント。" - -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 "" -"Compute API のパラメーター。古いデータと比較するために、新しいデータ群をダウ" -"ンロードする代わりに、最後に要求した後に実行された、要求した項目への変更をダ" -"ウンロードする。" - -msgid "" -"A Compute RabbitMQ message queue that remains active when the server " -"restarts." -msgstr "" -"サーバーの再起動時に有効なままとなる、Compute RabbitMQ メッセージキュー。" - -msgid "" -"A Compute RabbitMQ setting that determines whether a message exchange is " -"automatically created when the program starts." -msgstr "" -"メッセージ交換がプログラム起動時に自動的に作成されるかどうかを決める、" -"Compute の RabbitMQ の設定。" - -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 "" -"Computeバックエンドデータベースのテーブルには現在のワークロード、RAMの空き" -"量、各ホストで起動しているVMの数が含まれている。VMがどのホストで開始したのか" -"を決めるのに利用される。" - -msgid "" -"A Compute component that determines where VM instances should start. Uses " -"modular design to support a variety of scheduler types." -msgstr "" -"仮想マシンインスタンスが起動する場所を決める、Compute のコンポーネント。さま" -"ざまな種類のスケジューラーをサポートするために、モジュール型設計を使用する。" - -msgid "" -"A Compute component that enables OpenStack to communicate with Amazon EC2." -msgstr "" -"OpenStack が Amazon EC2 を利用できるようにするための Compute のコンポーネン" -"ト。" - -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 "" -"IP アドレス割り当て、ファイアウォール、その他ネットワーク関連タスクを管理す" -"る Compute のコンポーネント。レガシーネットワークのオプション。Networking の" -"代替。" - -msgid "" -"A Compute component that provides dnsmasq and radvd and sets up forwarding " -"to and from cloudpipe instances." -msgstr "" -"dnsmasq と radvd を提供し、cloudpipe インスタンスとの転送処理をセットアップす" -"る、Compute のコンポーネント。" - -msgid "" -"A Compute component that provides users access to the consoles of their VM " -"instances through VNC or VMRC." -msgstr "" -"ユーザーが VNC や VMRC 経由で仮想マシンインスタンスのコンソールにアクセスでき" -"るようにする Compute のコンポーネント。" - -msgid "" -"A Compute component that, along with the notification system, collects " -"meters and usage information. This information can be used for billing." -msgstr "" -"通知システムと一緒に動作し、測定項目と使用状況を収集する、Compute のコンポー" -"ネント。この情報は課金のために使用できる。" - -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 "" -"IP アドレス、VLAN、ブリッジなど、ノードのネットワーク設定をオーケストレーショ" -"ンする Compute のデーモン。また、パブリックネットワークとプライベートネット" -"ワークのルーティングを管理する。" - -msgid "" -"A Compute networking method where the OS network configuration information " -"is injected into the VM image before the instance starts." -msgstr "" -"インスタンスの起動前に、OS のネットワーク設定情報を仮想マシンイメージ内に注入" -"する、Compute のネットワーク方式。" - -msgid "" -"A Compute option that enables parent cells to pass resource requests to " -"child cells if the parent cannot provide the requested resource." -msgstr "" -"親が要求されたリソースを提供できない場合、親セルがリソース要求を子セルに渡す" -"事を可能にする Compute のオプション。" - -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 "" -"特定のホストがあるジョブ向けの仮想マシンインスタンスに対して適切かどうかを判" -"断する、Compute の処理。例えば、ホストのメモリー不足、ホストの CPU 過剰など。" - -msgid "A Debian-based Linux distribution." -msgstr "Debian ベースの Linux ディストリビューション。" - -msgid "A Java program that can be embedded into a web page." -msgstr "Web ページの中に組み込める Java プログラム。" - -msgid "A Linux distribution compatible with OpenStack." -msgstr "OpenStack と互換性のある Linux ディストリビューション。" - -msgid "A Linux distribution that is compatible with OpenStack." -msgstr "OpenStack と互換性のある Linux ディストリビューション。" - -msgid "A Networking extension that provides perimeter firewall functionality." -msgstr "境界ファイアウォール機能を提供する Networking 拡張。" - -msgid "" -"A Networking plug-in for Cisco devices and technologies, including UCS and " -"Nexus." -msgstr "UCS や Nexus などの Cisco デバイスや技術の Networking プラグイン。" - -msgid "" -"A SQLite database that contains Object Storage accounts and related metadata " -"and that the accounts server accesses." -msgstr "" -"Object Storage のアカウントと関連メタデータを保持し、アカウントサーバーがアク" -"セスする、SQLite データベース。" - -msgid "" -"A SQLite database that stores Object Storage containers and container " -"metadata. The container server accesses this database." -msgstr "" -"Object Storage コンテナーとコンテナーメタデータを保存する SQLite データベー" -"ス。コンテナーサーバーは、このデータベースにアクセスする。" - -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 "" -"ボリュームへの変更が保存されない仮想マシンイメージ。インスタンスの終了後、元" -"の状態に戻される。" - -msgid "A VM instance that runs on a host." -msgstr "ホストで動作する仮想マシンインスタンス。" - -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 "" -"変更が発生しない (メモリーの変更なし、ネットワーク通信の停止など)、仮想マシン" -"の状態。仮想マシンは停止するが、シャットダウンしない。" - -msgid "" -"A Windows project providing guest initialization features, similar to cloud-" -"init." -msgstr "cloud-init 同様のゲスト初期化機能を提供する Windows プロジェクト。" - -msgid "" -"A XenAPI component that provides a pluggable interface to support a wide " -"variety of persistent storage back ends." -msgstr "" -"さまざまな種類の永続ストレージバックエンドをサポートするために、プラグイン可" -"能なインターフェースを提供する XenAPI コンポーネント。" - -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 "" -"ビットは、2 を基数とする単一のデジタル数値 (0 または 1)。帯域使用量は、ビット" -"毎秒 (bps) で測定される。" - -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 "" -"インスタンス起動時にユーザが指定できる BLOB データ。インスタンスはこのデータ" -"にメタデータサービスやコンフィグドライブ経由でアクセスできる。コンフィグドライブ 通常、イ" -"ンスタンスがブート時に実行するシェルスクリプトを渡すために使用される。" - -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 "" -"ボリュームの作成や削除、コンピュートボリュームの作成を管理するために、バック" -"エンドのストレージと相互作用する cinder のコンポーネント。cinder-volume デーモンにより提供される。" - -msgid "" -"A collection of command-line tools for administering VMs; most are " -"compatible with OpenStack." -msgstr "" -"仮想マシンを管理するためのコマンドラインツール群。ほとんどは OpenStack と互換" -"性がある。" - -msgid "" -"A collection of components that provides object storage within Ceph. Similar " -"to OpenStack Object Storage." -msgstr "" -"Ceph 内にオブジェクトストレージを提供するコンポーネント群。OpenStack Object " -"Storage に似ている。" - -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 "" -"サーバーの作成、再構築に使用する特定のオペレーティングシステム(OS)用のファ" -"イルの集合。OpenStack は構築済みイメージを提供する。起動したサーバーからカス" -"タムイメージ(又はスナップショット)を作成できる。" - -msgid "A collection of hypervisors grouped together through host aggregates." -msgstr "ホストアグリゲートにより一緒にグループ化されたハイパーバイザーの集合。" - -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 "" -"グループの他のメンバーと IP を共有できるサーバー群。グループ内のサーバーは、" -"そのグループ内の他のサーバーと 1 つ以上のパブリック IP を共有できる。共有 IP " -"グループにおける 1 番目のサーバーを除き、サーバーは共有 IP グループの中で起動" -"する必要があります。サーバーは、共有 IP グループ 1 つだけのメンバーになれま" -"す。" - -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 "" -"サービス、アプリケーション、プログラムへのアクセスに使用される仕様の集合。" -"サービス呼出、各呼出に必要なパラメーター、想定される戻り値を含む。" - -msgid "" -"A community project may be elevated to this status and is then promoted to a " -"core project." -msgstr "" -"コミュニティプロジェクトがこの状態に昇格する事があり、その後コアプロジェクト" -"に昇格する。" - -msgid "A compute service that creates VPNs on a per-project basis." -msgstr "プロジェクトごとの VPN を作成するコンピュートのサービス。" - -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 "" -"指定された時間経過後、又は指定日になった際に自動的にオブジェクトを削除するた" -"めの Object Storage の設定オプション。" - -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 "" -"コンテンツ配信ネットワークは、クライアントにコンテンツを配信するために使用さ" -"れる特別なネットワーク。一般的に、パフォーマンス改善のために、クライアントの" -"近くに置かれる。" - -msgid "" -"A controlled reboot where a VM instance is properly restarted through " -"operating system commands." -msgstr "" -"オペレーティングシステムのコマンド経由で、仮想マシンインスタンスが正常に再起" -"動する、制御された再起動。" - -msgid "" -"A core OpenStack project that provides a network connectivity abstraction " -"layer to OpenStack Compute." -msgstr "" -"OpenStack のコアプロジェクトで、OpenStack Compute に対してネットワーク接続の" -"抽象化レイヤーを提供する。" - -msgid "" -"A core OpenStack project that provides a network connectivity abstraction " -"layer to OpenStack Compute. The project name of Networking is neutron." -msgstr "" -"ネットワーク接続性の抽象化レイヤーを OpenStack Compute に提供する、OpenStack " -"コアプロジェクト。Networking のプロジェクト名は neutron。" - -msgid "A core OpenStack project that provides block storage services for VMs." -msgstr "" -"ブロックストレージサービスを仮想マシンに提供する、OpenStack のコアプロジェク" -"ト。" - -msgid "A core project that provides the OpenStack Image service." -msgstr "OpenStack Image サービスを提供するコアプロジェクト。" - -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 "" -"キューをリッスンし、メッセージに応じたタスクを実行するデーモン。例えば、" -"cinder-volume ワーカーは、ストレー" -"ジにおけるボリュームの作成と削除を管理します。" - -msgid "" -"A default role in the Compute RBAC system that can quarantine an instance in " -"any project." -msgstr "" -"あらゆるプロジェクトにあるインスタンスを検疫できる、Compute RBAC システムにお" -"けるデフォルトのロール。" - -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 ドライブ、フラッシュドライブ、その他のアドレス可能なメモリの範囲" -"等がある。" - -msgid "" -"A directory service, which allows users to login with a user name and " -"password. It is a typical source of authentication tokens." -msgstr "" -"ユーザーがユーザー名とパスワードを用いてログインできるようにする、ディレクト" -"リーサービス。認証トークンの一般的な情報源。" - -msgid "" -"A discrete OpenStack environment with dedicated API endpoints that typically " -"shares only the Identity (keystone) with other regions." -msgstr "" -"専用の API エンドポイントを持つ、分離した OpenStack 環境。一般的に Identity " -"(keystone) のみを他のリージョンと共有する。" - -msgid "A disk storage protocol tunneled within Ethernet." -msgstr "Ethernet 内をトンネルされるディスクストレージプロトコル。" - -msgid "" -"A distributed memory object caching system that is used by Object Storage " -"for caching." -msgstr "" -"Object Storage がキャッシュのために使用する、メモリーオブジェクトの分散キャッ" -"シュシステム。" - -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 "" -"親ドメイン内のドメイン。サブドメインは登録できない。サブドメインによりドメイ" -"ンを委譲できる。サブドメインは、サブドメインを持てるので、第 3 階層、第 4 階" -"層、第 5 階層と深い階層構造にできる。" - -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 "" -"仮想インスタンス向けに L2 接続性を提供する、ML2 neutron プラグイン向けのドラ" -"イバー。単一の OpenStack インストール環境が、複数のメカニズムドライバーを使用" -"できます。" - -msgid "" -"A feature of Compute that allows the unprivileged \"nova\" user to run a " -"specified list of commands as the Linux root user." -msgstr "" -"非特権の「nova」ユーザーが Linux の root ユーザーとして指定したコマンド一覧を" -"実行できるようにする、Compute の機能。" - -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 "" -"負荷分散サービスの機能の 1 つ。ノードがオンラインである限り、強制的に一連の接" -"続を同じノードにリダイレクトしようとする。" - -msgid "" -"A file system designed to aggregate NAS hosts, compatible with OpenStack." -msgstr "" -"NAS ホストを集約するために設計されたファイルシステム。OpenStack と互換性があ" -"る。" - -msgid "" -"A file used to customize a Compute instance. It can be used to inject SSH " -"keys or a specific network configuration." -msgstr "" -"Compute インスタンスをカスタマイズするために使用されるファイル。SSH 鍵や特定" -"のネットワーク設定を注入するために使用できます。" - -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 "" -"複数の仮想マシンを使用して、物理ネットワーク上にオーバーレイされる、スイッチ" -"ング、ルーティング、負荷分散、セキュリティなどのネットワーク機能の仮想化に関" -"する一般的な用語。" - -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 アドレスのグループ。" - -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 で広く使用されている。" - -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 "" -"Horizon 内で関連するボタン種別のグループ。仮想マシンを起動、停止、休止するボ" -"タンは、1 つのクラスにある。Floating IP アドレスを関連付ける、関連付けを解除" -"するボタンは、別のクラスにある。" - -msgid "" -"A group of users; used to isolate access to Compute resources. An " -"alternative term for a project." -msgstr "" -"ユーザーのグループ。Compute リソースへのアクセスを分離するために使用される。" -"プロジェクトの別名。" - -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) が含まれる。" - -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 "" -"OpenStack に関連するプロジェクトをグループ化したリリース。2011 年 2 月に公開" -"された。Compute (nova) と Object Storage (swift) のみが含まれる。" - -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 "" -"2011年秋に登場した OpenStack 関連プロジェクトのリリース。Compute (nova " -"2011.3), Object Storage (swift 1.4.3), Image service (glance) が含まれる。" - -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 "" -"2012年秋に登場した OpenStack 関連プロジェクトのリリース。Compute (nova), " -"Object Storage (swift), Identity (keystone), Networking (neutron), Image " -"service (glance)、Volumes 又は Block Storage (cinder) が含まれる。" - -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 "" -"高可用性システムの設計手法および関連サービスの実装により、契約された測定期間" -"中、合意された運用レベルを満たします。高可用性システムは、システムの停止時間" -"とデータ損失を最小化しようとします。" - -msgid "" -"A horizon component that stores and tracks client session information. " -"Implemented through the Django sessions framework." -msgstr "" -"クライアントセッションの保持と追跡を行う Horizon のコンポーネント。 Django の" -"セッションフレームワークを用いて実装されている。" - -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 "" -"ハイブリッドクラウドは、複数のクラウド (プライベート、コミュニティー、パブ" -"リック) の組み合わせ。別々のエンティティーのままですが、一緒にまとめられる。" -"複数の配備モデルの利点を提供する。ハイブリッドクラウドは、コロケーション、マ" -"ネージドサービス、専用サービスをクラウドのリソースに接続する機能を意味するこ" -"ともある。" - -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 "" -"REST を使用する Web サービス API の 1 種。REST は、WWW 向けに使用される、ハイ" -"パーメディアシステム向けのアーキテクチャーの形式である。" - -msgid "" -"A lightweight SQL database, used as the default persistent storage method in " -"many OpenStack services." -msgstr "" -"軽量 SQL データベース。多くの OpenStack サービスでデフォルトの永続ストレージ" -"として使用されている。" - -msgid "" -"A list of API endpoints that are available to a user after authentication " -"with the Identity service." -msgstr "Identity による認証後、ユーザーが利用可能な API エンドポイントの一覧。" - -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 "" -"URL やポート番号のエンドポイントの一覧。Object Storage、Compute、Identity な" -"どのサービスがアクセスできる場所を意味する。" - -msgid "A list of VM images that are available through Image service." -msgstr "Image service 経由で利用可能な仮想マシンイメージの一覧。" - -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にファイルを削除する権限が与えられる。" - -msgid "" -"A list of tenants that can access a given VM image within Image service." -msgstr "" -"Image service 内で指定した仮想マシンイメージにアクセスできるテナントの一覧。" - -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 "" -"負荷分散装置は、クラウドアカウントに属する論理デバイスである。その設定に定義" -"されている基準に基づき、複数のバックエンドのシステムやサービス間でワークロー" -"ドを分散するために使用される。" - -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 "" -"Web サーバーなどのデバイスの論理的な集合。一緒にトラフィックを受け、処理する" -"ために、グループ化する。負荷分散機能は、プール内のどのメンバーが仮想 IP アド" -"レスで受信した新規リクエストや接続を処理するかを選択します。各仮想 IP は 1 つ" -"のプールを持ちます。" - -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 に移行する手" -"段を提供する。" - -msgid "" -"A mechanism that allows many resources (for example, fonts, JavaScript) on a " -"web page to be requested from another domain outside the domain from which " -"the resource originated. In particular, JavaScript's AJAX calls can use the " -"XMLHttpRequest mechanism." -msgstr "" -"Web ページのさまざまなリソース (例: フォント、JavaScript) を、リソースのある" -"ドメインの外部から要求できるようになる機能。とくに、JavaScript の AJAX コール" -"が XMLHttpRequest 機能を使用できる。" - -msgid "" -"A message that is stored both in memory and on disk. The message is not lost " -"after a failure or restart." -msgstr "" -"メモリーとディスクの両方に保存されているメッセージ。メッセージは、故障や再起" -"動した後も失われません。" - -msgid "" -"A message that is stored in memory and is lost after the server is restarted." -msgstr "メモリーに保存され、サービスの再起動後に失われるメッセージ。" - -msgid "" -"A method for making file systems available over the network. Supported by " -"OpenStack." -msgstr "" -"ネットワーク経由でファイルシステムを利用可能にある方式。OpenStack によりサ" -"ポートされる。" - -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 "" -"ユーザー操作によりあるホストから別のホストに切り替え中、わずかな停止時間でイ" -"ンスタンスを退避するために、KVM により使用される仮想マシンのライブマイグレー" -"ションの方法。共有ストレージ不要。Compute によりサポートされる。" - -msgid "" -"A method of operating system installation where a finalized disk image is " -"created and then used by all nodes without modification." -msgstr "" -"最終的なディスクイメージが作成され、すべてのノードで変更することなく使用され" -"る、オペレーティングシステムのインストール方法。" - -msgid "" -"A method to automatically configure networking for a host at boot time. " -"Provided by both Networking and Compute." -msgstr "" -"ホストの起動時にネットワークを自動的に設定する方式。Networking と Compute に" -"より提供される。" - -msgid "" -"A method to establish trusts between identity providers and the OpenStack " -"cloud." -msgstr "認証プロバイダーと OpenStack クラウド間で信頼を確立する方法。" - -msgid "" -"A method to further subdivide availability zones into hypervisor pools, a " -"collection of common hosts." -msgstr "" -"アベイラビリティーゾーンをさらに小さいハイパーバイザープールに分割するための" -"方法。一般的なホスト群。" - -msgid "" -"A minimal Linux distribution designed for use as a test image on clouds such " -"as OpenStack." -msgstr "" -"OpenStack などのクラウドでテストイメージとして使用するために設計された最小の " -"Linux ディストリビューション。" - -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 "" -"ネットワーク、サーバー、ストレージ、アプリケーション、サービスなどの設定可能" -"なコンピューティングリソースの共有プールにアクセスできるモデル。最小限の管理" -"作業やサービスプロバイダーとのやりとりで、迅速に配備できてリリースできる。" - -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 で提供される。" - -msgid "A network segment typically used for instance Internet access." -msgstr "" -"一般的にインスタンスのインターネットアクセスに使用されるネットワークセグメン" -"ト。" - -msgid "" -"A network segment used for administration, not accessible to the public " -"Internet." -msgstr "" -"管理のために使用されるネットワークセグメント。パブリックなインターネットから" -"アクセスできない。" - -msgid "" -"A network segment used for instance traffic tunnels between compute nodes " -"and the network node." -msgstr "" -"コンピュートノードとネットワークノード間で、インスタンスのトラフィックをトン" -"ネルするために使用されるネットワークセグメント。" - -msgid "" -"A network virtualization technology that attempts to reduce the scalability " -"problems associated with large cloud computing deployments. It uses a VLAN-" -"like encapsulation technique to encapsulate Ethernet frames within UDP " -"packets." -msgstr "" -"大規模なクラウドコンピューティング環境に関連するスケーラビリティー問題を削減" -"するためのネットワーク仮想化技術。VLAN のようなカプセル化技術を使用して、" -"Ethernet フレームを UDP パケット内にカプセル化する。" - -msgid "A node that provides the Object Storage proxy service." -msgstr "Object Storage プロキシサービスを提供するノード。" - -msgid "" -"A node that runs Object Storage account, container, and object services." -msgstr "" -"Object Storage のアカウントサービス、コンテナーサービス、オブジェクトサービス" -"を実行するノード。" - -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 "" -"ネットワーク、ボリューム、API、スケジューラー、イメージサービスなどを実行する" -"ノード。各サービスは、スケーラビリティーや可用性のために、別々のノードに分割" -"することもできます。" - -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 "" -"nova-compute デーモンを実行する" -"ノード。Web アプリケーションや分析などの幅広いサービスを提供する。" - -msgid "" -"A notification driver that monitors VM instances and updates the capacity " -"cache as needed." -msgstr "" -"VM インスタンスを監視し、必要に応じて容量キャッシュを更新する通知ドライバ。" - -msgid "" -"A number within a database that is incremented each time a change is made. " -"Used by Object Storage when replicating." -msgstr "" -"変更が行われる度に増加するデータベース内の数値。Object Storage が複製を行う際" -"に使用する。" - -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 "" -"メタデータサービスから取得した、SSH 公開鍵やユーザーデータなどの情報を使用し" -"て、インスタンスの起動後に初期化を実行する、一般的に仮想マシンイメージにイン" -"ストールされるパッケージ。" - -msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." -msgstr "iSCSI や NFS など、XenAPI によりサポートされる永続ストレージ方式。" - -msgid "A person who plans, designs, and oversees the creation of clouds." -msgstr "クラウドの作成を計画、設計および監督する人。" - -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 "" -"ユーザーが特定の操作の組を実行すると仮定する人格。ロールは一組の権利と権限を" -"含みます。そのロールを仮定しているユーザーは、それらの権利と権限を継承しま" -"す。" - -msgid "A physical computer, not a VM instance (node)." -msgstr "物理コンピューター。仮想マシンインスタンス (ノード) ではない。" - -msgid "" -"A physical or virtual device that provides connectivity to another device or " -"medium." -msgstr "他のデバイスやメディアに接続する物理デバイスまたは仮想デバイス。" - -msgid "" -"A physical or virtual network device that passes network traffic between " -"different networks." -msgstr "" -"異なるネットワーク間でネットワーク通信を転送する、物理または仮想のネットワー" -"クデバイス。" - -msgid "" -"A piece of software that makes available another piece of software over a " -"network." -msgstr "" -"他のソフトウェア部品をネットワーク経由で利用可能にするソフトウェア部品。" - -msgid "" -"A platform that provides a suite of desktop environments that users access " -"to receive a desktop experience from any location. This may provide general " -"use, development, or even homogeneous testing environments." -msgstr "" -"デスクトップ環境群を提供するプラットフォーム。ユーザーがどこからでもデスク" -"トップを利用するためにアクセスする可能性がある。一般的な使用、開発、同種のテ" -"スト環境さえも提供できる。" - -msgid "A plug-in for the OpenStack dashboard (horizon)." -msgstr "OpenStack dashboard (horizon) のプラグイン。" - -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 ストレージボリュームやイメージの、ある時点でのコピー。ストレージの" -"ボリュームスナップショットは、ボリュームをバックアップするために使用する。イ" -"メージスナップショットは、データのバックアップを行ったり、新しいサーバー用の" -"「ゴールド」イメージ(設定済みイメージ)としてバックアップしたりするのに使用" -"する。" - -msgid "" -"A pre-made VM image that serves as a cloudpipe server. Essentially, OpenVPN " -"running on Linux." -msgstr "" -"cloudpipe サーバとしてサービスを行う為の、予め用意された VM イメージ。本質的" -"には Linux 上で実行される OpenVPN。" - -msgid "" -"A process that is created when a RPC call is executed; used to push the " -"message to the topic exchange." -msgstr "" -"RPC コールが実行されるときに作成されるプロセス。メッセージをトピック交換者に" -"プッシュするために使用される。" - -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 ポー" -"トをリッスンする可能性がある。ワーカーとは異なる。" - -msgid "" -"A program that keeps the Image service VM image cache at or below its " -"configured maximum size." -msgstr "" -"Image service の仮想マシンイメージキャッシュを設定した最大値以下に保つプログ" -"ラム。" - -msgid "" -"A programming language that is used to create systems that involve more than " -"one computer by way of a network." -msgstr "" -"ネットワーク経由で複数のコンピューターが関連するシステムを作成するために使用" -"されるプログラミング言語。" - -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 にマージされる事もある。" - -msgid "" -"A project that ports the shell script-based project named DevStack to Python." -msgstr "" -"DevStack という名前のシェルスクリプトベースのプロジェクトを Python に移植する" -"プロジェクト。" - -msgid "A recommended architecture for an OpenStack cloud." -msgstr "OpenStack クラウドの推奨アーキテクチャー。" - -msgid "" -"A record that specifies information about a particular domain and belongs to " -"the domain." -msgstr "特定のドメインに関する情報を指定し、ドメインに所属するレコード。" - -msgid "A routing algorithm in the Compute RabbitMQ." -msgstr "Compute RabbitMQ におけるルーティングアルゴリズム。" - -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 "" -"RPC コール中に Compute RabbitMQ 内で作成されるルーティングテーブル。関連する" -"各 RPC コールに対して作成されるもの。" - -msgid "" -"A running VM, or a VM in a known state such as suspended, that can be used " -"like a hardware server." -msgstr "" -"実行中の仮想マシン。または、一時停止などの既知の状態にある仮想マシン。ハード" -"ウェアサーバーのように使用できる。" - -msgid "" -"A scheduling method used by Compute that randomly chooses an available host " -"from the pool." -msgstr "" -"利用可能なホストをプールからランダムに選択する、Compute により使用されるスケ" -"ジューリング方式。" - -msgid "A scripting language that is used to build web pages." -msgstr "Web ページを構築するために使用されるスクリプト言語。" - -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 "" -"データの機密性、および区分けした情報へのアクセスの制御に注力したセキュリティ" -"モデル。このモデルは、エンティティーをサブジェクト (主体) とオブジェクト (対" -"象) に分ける。サブジェクトが特定のアクセスモードを許可されるかどうかを判断す" -"るために、サブジェクトの権限がオブジェクトの区分と比較される。権限や区分のス" -"キーマは、格子モデルで表現される。" - -msgid "" -"A server is a VM instance in the Compute system. Flavor and image are " -"requisite elements when creating a server." -msgstr "" -"サーバーは、Compute システムにおける仮想マシンインスタンスである。フレーバー" -"とイメージが、サーバーの作成時に必須の要素である。" - -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 "" -"指定されたテンプレート (AWS CloudFormation テンプレートまたは Heat " -"Orchestration Template (HOT)) に基づいて、Orchestration により作成、管理され" -"る OpenStack リソース群。" - -msgid "" -"A set of network traffic filtering rules that are applied to a Compute " -"instance." -msgstr "" -"Compute のインスタンスに適用される、ネットワーク通信のフィルタリングルールの" -"集合。" - -msgid "" -"A set of segment objects that Object Storage combines and sends to the " -"client." -msgstr "" -"Object Storage が結合し、クライアントに送信する、オブジェクトの断片の塊。" - -msgid "" -"A simple certificate authority provided by Compute for cloudpipe VPNs and VM " -"image decryption." -msgstr "" -"cloudpipe VPN と仮想マシンイメージの復号のために、Compute により提供される簡" -"単な認証局。" - -msgid "" -"A special Object Storage object that contains the manifest for a large " -"object." -msgstr "" -"大きなオブジェクト向けのマニフェストを含む、特別な Object Storage のオブジェ" -"クト。" - -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 "" -"インスタンスがレスキューモード時に起動する、特別な種類の仮想マシンイメージ。" -"管理者が問題を修正するために、インスタンスのファイルシステムをマウントでき" -"る。" - -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 "" -"物理 PCIe デバイスにより実装されるとき、複数の別々の PCIe デバイスとして見え" -"るようにできる仕様。これにより、複数の仮想化ゲストが物理デバイスへの直接アク" -"セスを共有できるようになる。同等の仮想デバイス経由より性能を改善できる。" -"OpenStack Havana 以降のリリースでサ" -"ポートされている。" - -msgid "" -"A standardized interface for managing compute, data, and network resources, " -"currently unsupported in OpenStack." -msgstr "" -"コンピュート、データ、ネットワークのリソースを管理するための標準的なインター" -"フェース。現在 OpenStack でサポートされない。" - -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 エンドポイントに続くリク" -"エストにおいて、ユーザーまたはプロセスにより提供される必要がある。" - -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 "" -"認可された管理者がアクセスでき、一般的にエンドユーザーとパブリックなインター" -"ネットがアクセスできない、API コールのサブセット。専用のサービス (keystone) " -"が存在し、他の API (nova) のサブセットになる可能性がある。" - -msgid "" -"A system by which Internet domain name-to-address and address-to-name " -"resolutions are determined." -msgstr "" -"インターネットのドメイン名からアドレス、アドレスからドメイン名に名前解決する" -"システム。" - -msgid "" -"A system that provides services to other system entities. In case of " -"federated identity, OpenStack Identity is the service provider." -msgstr "" -"サービスを他のシステムエンティティーに提供するシステム。連合認証の場合、" -"OpenStack Identity がサービスプロバイダーとなる。" - -msgid "" -"A tool to automate system configuration and installation on Debian-based " -"Linux distributions." -msgstr "" -"Debian 系の Linux ディストリビューションでシステム設定やインストールを自動化" -"するツール。" - -msgid "" -"A tool to automate system configuration and installation on Red Hat, Fedora, " -"and CentOS-based Linux distributions." -msgstr "" -"Red Hat、Fedora、CentOS 系の Linux ディストリビューションにおいて、システム設" -"定とインストールを自動化するためのツール。" - -msgid "A type of VM image that exists as a single, bootable file." -msgstr "単独の、ブート可能なファイルとして存在する仮想マシンイメージの形式。" - -msgid "" -"A type of image file that is commonly used for animated images on web pages." -msgstr "Web ページのアニメーション画像によく使用される画像ファイルの形式。" - -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のシャットダウンを行わず、物理又は仮想電源ボタンを押すタ" -"イプの再起動。" - -msgid "A unique ID given to each replica of an Object Storage database." -msgstr "Object Storage データベースの各レプリカに与えられる一意な ID。" - -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 "" -"オブジェクトを保存するために使用される、Object Storage 内の保存単位。デバイス" -"の上位に存在し、耐障害のために複製される。" - -msgid "" -"A user-created Python module that is loaded by horizon to change the look " -"and feel of the dashboard." -msgstr "" -"ダッシュボードのルックアンドフィールを変更する為に Horizon がロードする、ユー" -"ザが作成した Python モジュール。" - -msgid "" -"A virtual network port within Networking; VIFs / vNICs are connected to a " -"port." -msgstr "" -"Networking 内の仮想ネットワークポート。仮想インターフェースや仮想 NIC は、" -"ポートに接続されます。" - -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 "" -"エンティティ間の接続性を提供する仮想ネットワーク。例えば、ネットワーク接続性" -"を共有する仮想ポート群。Networking の用語では、ネットワークは必ず L2 ネット" -"ワークを意味する。" - -msgid "" -"A web framework used extensively in horizon." -msgstr "" -"horizon で広範囲に使用している Web フ" -"レームワーク。" - -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 "" -"Object Storage のオブジェクト、コンテナー、アカウントの完全性を検証するワー" -"カープロセス。auditor は、Object Storage アカウント auditor、コンテナー " -"auditor、オブジェクト auditor の総称。" - -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 "" -"仮想マシンイメージ、および、マシンの状態や OS ディスク容量などの関連メタデー" -"タを含む、Image サービスにより使用されるラッパー。" - -msgid "ACL" -msgstr "ACL" - -msgid "API" -msgstr "API" - -msgid "API (application programming interface)" -msgstr "API (application programming interface)" - -msgid "API endpoint" -msgstr "API エンドポイント" - -msgid "API extension" -msgstr "API 拡張" - -msgid "API extension plug-in" -msgstr "API 拡張プラグイン" - -msgid "API key" -msgstr "API キー" - -msgid "API server" -msgstr "API サーバー" - -msgid "API token" -msgstr "API トークン" - -msgid "" -"API used to access OpenStack Networking. Provides an extensible architecture " -"to enable custom plug-in creation." -msgstr "" -"OpenStack Networking にアクセスするために利用する API。独自プラグインを作成で" -"きる拡張性を持ったアーキテクチャーになっている。" - -msgid "API used to access OpenStack Object Storage." -msgstr "OpenStack Object Storage にアクセスするために使用する API。" - -msgid "API version" -msgstr "API バージョン" - -msgid "ATA over Ethernet (AoE)" -msgstr "ATA over Ethernet (AoE)" - -msgid "AWS" -msgstr "AWS" - -msgid "AWS (Amazon Web Services)" -msgstr "AWS (Amazon Web Services)" - -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 "" -"AWS CloudFormation により、AWS ユーザーは関連するリソース群を作成し、管理でき" -"るようになる。Orchestration モジュールは CloudFormation 互換形式 (CFN) をサ" -"ポートする。" - -msgid "AWS CloudFormation template" -msgstr "AWS CloudFormation テンプレート" - -msgid "" -"Absolute limit on the amount of network traffic a Compute VM instance can " -"send and receive." -msgstr "" -"Compute の仮想マシンインスタンスが送受信できるネットワーク通信量の絶対制限。" - -msgid "Active Directory" -msgstr "Active Directory" - -msgid "" -"Acts as the gatekeeper to Object Storage and is responsible for " -"authenticating the user." -msgstr "Object Storage へのゲートとして動作する。ユーザーの認証に責任を持つ。" - -msgid "Address Resolution Protocol (ARP)" -msgstr "Address Resolution Protocol (ARP)" - -msgid "Advanced Message Queuing Protocol (AMQP)" -msgstr "Advanced Message Queuing Protocol (AMQP)" - -msgid "Advanced RISC Machine (ARM)" -msgstr "Advanced RISC Machine (ARM)" - -msgid "" -"All OpenStack core projects are provided under the terms of the Apache " -"License 2.0 license." -msgstr "" -"すべての OpenStack コアプロジェクトは Apache License 2.0 ライセンスの条件で提" -"供されている。" - -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 "" -"すべてのドメイン、メールサーバーなどのコンポーネントは、DNS を利用して、適切" -"な場所を解決する。DNS サーバーは、マスターの障害がスレーブにより助けられるよ" -"う、一般的にマスターとスレーブの関係で構築する。DNS サーバーは、ある DNS サー" -"バーへの変更が他の動作中のサーバーに自動的に反映されるよう、クラスター化やレ" -"プリケーションされることもある。" - -msgid "" -"Allows a user to set a flag on an Object Storage container so that all " -"objects within the container are versioned." -msgstr "" -"コンテナー内のすべてのオブジェクトがバージョンを付けられるように、ユーザーが " -"Object Storage のコンテナーにフラグを設定できる。" - -msgid "Alphanumeric ID assigned to each Identity service role." -msgstr "各 Identity service ロールに割り当てられる英数 ID。" - -msgid "" -"Also, a domain is an entity or container of all DNS-related information " -"containing one or more records." -msgstr "" -"ドメインは、1 つ以上のレコードを含む、すべて DNS 関連の情報のエンティティーや" -"コンテナーである。" - -msgid "Alternative name for the Block Storage API." -msgstr "Block Storage API の別名。" - -msgid "Alternative name for the glance image API." -msgstr "Glance イメージ API の別名。" - -msgid "Alternative term for a Networking plug-in or Networking API extension." -msgstr "Networking プラグインや Networking API 拡張の別名。" - -msgid "Alternative term for a RabbitMQ message exchange." -msgstr "RabbitMQ メッセージ交換の別名。" - -msgid "Alternative term for a VM image." -msgstr "VM イメージの別名。" - -msgid "Alternative term for a VM instance type." -msgstr "VM インスタンスタイプの別名。" - -msgid "Alternative term for a VM or guest." -msgstr "仮想マシンやゲストの別名。" - -msgid "Alternative term for a cloud controller node." -msgstr "クラウドコントローラーノードの別名。" - -msgid "Alternative term for a cloudpipe." -msgstr "cloudpipe の別名。" - -msgid "Alternative term for a fixed IP address." -msgstr "固定 IP アドレスの別名。" - -msgid "Alternative term for a flavor ID." -msgstr "フレーバー ID の別名。" - -msgid "" -"Alternative term for a non-durable exchange." -msgstr "非永続交換の別名。" - -msgid "Alternative term for a non-durable queue." -msgstr "非永続キューの別名。" - -msgid "" -"Alternative term for a paused VM instance." -msgstr "" -"一時停止された仮想マシンインスタンス" -"の別名。" - -msgid "Alternative term for a virtual network." -msgstr "仮想ネットワークの別名。" - -msgid "Alternative term for a volume plug-in." -msgstr "ボリュームプラグインの別名。" - -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 "" -"API 拡張やプラグインの別名。Identity service では、OpenID のサポートの追加な" -"ど、特定の実装を意味する。" - -msgid "Alternative term for an API token." -msgstr "API トークンの別名。" - -msgid "Alternative term for an Amazon EC2 access key. See EC2 access key." -msgstr "Amazon EC2 アクセスキーの別名。EC2 アクセスキー参照。" - -msgid "Alternative term for an Identity service catalog." -msgstr "Identity サービスカタログの別名。" - -msgid "Alternative term for an Identity service default token." -msgstr "Identity service デフォルトトークンの別名。" - -msgid "Alternative term for an Object Storage authorization node." -msgstr "Object Storage 認可ノードの別名。" - -msgid "Alternative term for an admin API." -msgstr "管理 API(admin API)の別名。" - -msgid "Alternative term for an ephemeral volume." -msgstr "エフェメラルボリュームの別名。" - -msgid "Alternative term for an image." -msgstr "イメージの別名。" - -msgid "Alternative term for instance UUID." -msgstr "インスタンス UUID の別名。" - -msgid "Alternative term for non-durable." -msgstr "非永続の別名。" - -msgid "Alternative term for tenant." -msgstr "テナントの別名。" - -msgid "Alternative term for the Compute API." -msgstr "Compute API の別名。" - -msgid "Alternative term for the Identity service API." -msgstr "Identity service API の別名。" - -msgid "Alternative term for the Identity service catalog." -msgstr "Identity サービスカタログの別名。" - -msgid "Alternative term for the Image service image registry." -msgstr "Image service イメージレジストリの別名。" - -msgid "Alternative term for the Image service registry." -msgstr "Image service レジストリの別名。" - -msgid "Amazon Kernel Image (AKI)" -msgstr "Amazon Kernel Image (AKI)" - -msgid "Amazon Machine Image (AMI)" -msgstr "Amazon Machine Image (AMI)" - -msgid "Amazon Ramdisk Image (ARI)" -msgstr "Amazon Ramdisk Image (ARI)" - -msgid "Amazon Web Services." -msgstr "Amazon Web Services。" - -msgid "" -"An API endpoint used for both service-to-service communication and end-user " -"interactions." -msgstr "" -"サービス間通信やエンドユーザーの操作などに使用される API エンドポイント。" - -msgid "" -"An API on a separate endpoint for attaching, detaching, and creating block " -"storage for compute VMs." -msgstr "" -"コンピュート VM 用のブロックストレージの作成、接続、接続解除を行うための API " -"で、独立したエンドポイントとして提供される。" - -msgid "An API that is accessible to tenants." -msgstr "テナントにアクセス可能な API。" - -msgid "" -"An Amazon EBS storage volume that contains a bootable VM image, currently " -"unsupported in OpenStack." -msgstr "" -"ブート可能な仮想マシンイメージを含む Amazon EBS ストレージボリューム。現在 " -"OpenStack では未サポート。" - -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 "" -"耐障害性のために使用されるエリアを分離する Amazon EC2 の概念。OpenStack " -"Compute のゾーンやセルと混同しないこと。" - -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 "" -"インスタンスを起動するたびに同じパブリック IP アドレスを持てるように、プロ" -"ジェクトが仮想マシンに関連付けられる IP アドレス。DNS 割り当てを維持するため" -"に、Floating IP アドレスのプールを作成し、インスタンスが起動するたびにそれら" -"をインスタンスに割り当て、一貫した IP アドレスを維持します。" - -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 "" -"共有 IP グループ内の仮想マシンインスタンスに割り当てられる IP アドレス。パブ" -"リック IP アドレスは、さまざまな高可用性のシナリオで使用するために複数サー" -"バーにまたがり共有できる。IP アドレスが別のサーバーと共有されるとき、クラウド" -"のネットワーク制限が変更され、各サーバーがリッスンでき、その IP アドレスに応" -"答できるようになる。オプションとして、対象サーバーの変更するネットワーク設定" -"を指定できる。共有 IP アドレスは、keepalive などの多くの標準的なハートビート" -"機能と一緒に使用でき、エラーをモニターし、IP のフェイルオーバーを管理しる。" - -msgid "An IP address that is accessible to end-users." -msgstr "エンドユーザがアクセス可能な IP アドレス。" - -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 "" -"インスタンス起動時に毎回同じインスタンスに割当られるIPアドレス(一般に、エン" -"ドユーザやパブリックインターネットからはアクセス出来ない)。インスタンスの管" -"理に使用される。" - -msgid "" -"An IP address used for management and administration, not available to the " -"public Internet." -msgstr "" -"管理のために使用される IP アドレス。パブリックなインターネットから利用できま" -"せん。" - -msgid "" -"An IP address, typically assigned to a router, that passes network traffic " -"between different networks." -msgstr "" -"異なるネットワーク間でネットワーク通信を中継する、IP アドレス。一般的にはルー" -"ターに割り当てられる。" - -msgid "" -"An Identity API v3 entity. Represents a collection of projects, groups and " -"users that defines administrative boundaries for managing OpenStack Identity " -"entities." -msgstr "" -"Identity v3 API のエンティティーで、プロジェクト、グループ、ユーザーの集合" -"で、OpenStack Identity のエンティティーを管理する管理権限の範囲を規定するもの" -"である。" - -msgid "" -"An Identity service API access token that is associated with a specific " -"tenant." -msgstr "特定のテナントに関連付けられた Identity service API アクセストークン。" - -msgid "" -"An Identity service API endpoint that is associated with one or more tenants." -msgstr "" -"1 つ以上のテナントと関連付けられた Identity service API エンドポイント。" - -msgid "" -"An Identity service component that manages and validates tokens after a user " -"or tenant has been authenticated." -msgstr "" -"ユーザーやテナントが認証された後、トークンを管理し、検証する Identity のコン" -"ポーネント。" - -msgid "" -"An Identity service feature that enables services, such as Compute, to " -"automatically register with the catalog." -msgstr "" -"自動的にカタログに登録するために、Compute などのサービスを有効化する、" -"Identity の機能。" - -msgid "" -"An Identity service that lists API endpoints that are available to a user " -"after authentication with the Identity service." -msgstr "" -"ユーザーが Identity で認証後、利用可能な API エンドポイントを一覧表示する、" -"Identity のサービス。" - -msgid "" -"An Identity service token that is not associated with a specific tenant and " -"is exchanged for a scoped token." -msgstr "" -"特定のテナントに関連づけられていない、スコープ付きトークンのために交換され" -"る、Identity のトークン。" - -msgid "" -"An Identity v3 API entity. Represents a collection of users that is owned by " -"a specific domain." -msgstr "" -"Identity v3 API のエンティティーで、特定のドメイン内のユーザーの集合を表す。" - -msgid "An Image service VM image that is available to all tenants." -msgstr "すべてのテナントが利用できる Image service の仮想マシンイメージ。" - -msgid "An Image service VM image that is only available to specified tenants." -msgstr "指定したテナントのみで利用可能な Image service の仮想マシンイメージ。" - -msgid "" -"An Image service container format that indicates that no container exists " -"for the VM image." -msgstr "" -"仮想マシンイメージ用のコンテナーが存在しないことを意味する、Image service の" -"コンテナー形式。" - -msgid "" -"An Image service that provides VM image metadata information to clients." -msgstr "" -"クライアントに仮想マシンイメージメタデータ情報を提供する Image service。" - -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 "" -"負荷分散するサービスへのクライアント接続に使用される負荷分散装置において設定" -"される IP アドレス。受信の接続が、負荷分散の設定に基づいて、バックエンドの" -"ノードに分散される。" - -msgid "An L2 network segment within Networking." -msgstr "Networking 内の L2 ネットワークセグメント。" - -msgid "An Object Storage component that collects meters." -msgstr "測定項目を収集する Object Storage のコンポーネント。" - -msgid "" -"An Object Storage component that copies an object to remote partitions for " -"fault tolerance." -msgstr "" -"耐障害性のためにオブジェクトをリモートパーティションをコピーする Object " -"Storage コンポーネント。" - -msgid "" -"An Object Storage component that copies changes in the account, container, " -"and object databases to other nodes." -msgstr "" -"アカウント、コンテナー、オブジェクトデータベースを他のノードに変更点をコピー" -"する Object Storage コンポーネント。" - -msgid "An Object Storage component that is responsible for managing objects." -msgstr "オブジェクトの管理に責任を持つ Object Storage のコンポーネント。" - -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 "" -"一覧表示、作成、変更、監査などのアカウントサービスを提供する、Object Storage " -"のコンポーネント。OpenStack Identity、OpenLDAP、類似のユーザーアカウントサー" -"ビスなどと混同しないこと。" - -msgid "" -"An Object Storage large object that has been broken up into pieces. The re-" -"assembled object is called a concatenated object." -msgstr "" -"部品に分割された Object Storage の大きなオブジェクト。再構築されたオブジェク" -"トは、連結オブジェクトと呼ばれる。" - -msgid "" -"An Object Storage middleware component that enables creation of URLs for " -"temporary object access." -msgstr "" -"一時的なオブジェクトアクセスのために URL を作成できる Object Storage ミドル" -"ウェアコンポーネント。" - -msgid "An Object Storage node that provides authorization services." -msgstr "認可サービスを提供する Object Storage ノード。" - -msgid "" -"An Object Storage node that provides container services, account services, " -"and object services; controls the account databases, container databases, " -"and object storage." -msgstr "" -"コンテナーサービス、アカウントサービス、オブジェクトサービスを提供する " -"Object Storage のノード。アカウントデータベース、コンテナーデータベース、オブ" -"ジェクトデータベースを制御する。" - -msgid "An Object Storage server that manages containers." -msgstr "コンテナーを管理する Object Storage サーバー。" - -msgid "" -"An Object Storage worker that scans for and deletes account databases and " -"that the account server has marked for deletion." -msgstr "" -"アカウントサーバーが削除する印を付けた、アカウントデータベースをスキャンし、" -"削除する、Object Storage のワーカー。" - -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 "" -"ディスクやサーバーイメージ向けのサービスの検索、登録、配信を提供する " -"OpenStack コアプロジェクト。Image service のプロジェクト名は glance。" - -msgid "An OpenStack core project that provides object storage services." -msgstr "オブジェクトストレージサービスを提供する OpenStack コアプロジェクト。" - -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 "" -"2011年春に登場した OpenStack 関連のプロジェクトリリース。Compute (Nova), " -"Object Storage (Swift), Image Service (Glance) が含まれていた。" - -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 つ以上のエンドポイントを" -"提供する。" - -msgid "An OpenStack-provided image." -msgstr "OpenStack が提供するイメージ。" - -msgid "An OpenStack-supported hypervisor." -msgstr "OpenStack がサポートするハイパーバイザーの1つ。" - -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 "" -"OpenStack がサポートするハイパーバイザー。KVM は、仮想化拡張 (Intel VT や " -"AMD-V) を持つ x86 ハードウェア、ARM、IBM Power、IBM zSeries 上の Linux 向けの" -"完全仮想化ソリューション。" - -msgid "An administrator who has access to all hosts and instances." -msgstr "すべてのホストやインスタンスへアクセス権を持つ管理者。" - -msgid "" -"An administrator-defined token used by Compute to communicate securely with " -"the Identity service." -msgstr "" -"Identity と安全に通信するために Compute により使用される、管理者により定義さ" -"れたトークン。" - -msgid "" -"An alpha-numeric string of text used to access OpenStack APIs and resources." -msgstr "OpenStack API やリソースへのアクセスに使用される英数字文字列。" - -msgid "An alternative name for Networking API." -msgstr "Networking API の別名。" - -msgid "" -"An application that runs on the back-end server in a load-balancing system." -msgstr "負荷分散システムでバックエンドサーバーで動作するアプリケーション。" - -msgid "" -"An authentication and authorization service for Object Storage, implemented " -"through WSGI middleware; uses Object Storage itself as the persistent " -"backing store." -msgstr "" -"Object Storage の認証と認可のサービス。WSGI ミドルウェア経由で実装される。" -"バックエンドの永続的なデータストアとして、Object Storage 自身を使用する。" - -msgid "" -"An authentication facility within Object Storage that enables Object Storage " -"itself to perform authentication and authorization. Frequently used in " -"testing and development." -msgstr "" -"Object Storage 自身が認証と認可を実行できるようになる、Object Storage 内の認" -"証機能。テストや開発によく使用される。" - -msgid "" -"An easy method to create a local LDAP directory for testing Identity and " -"Compute. Requires Redis." -msgstr "" -"Identity と Compute のテスト目的でローカルな LDAP ディレクトリーを作成するた" -"めの簡易な方法。Redis が必要。" - -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 "" -"RPC コールが実行されるとき、開始される Compute RabbitMQ の要素。一意な排他" -"キュー経由で直接交換者に接続し、メッセージを送信し、終了します。" - -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 "" -"指定されたホスト上で現在進行中の build, snapshot, migrate, resize の操作数を" -"元に計算される、Compute のキャパシティキャッシュの1要素。" - -msgid "" -"An entity that maps Object Storage data to partitions. A separate ring " -"exists for each service, such as account, object, and container." -msgstr "" -"Object Storage データのパーティションへのマッピングを行う。アカウント、オブ" -"ジェクト、コンテナーというサービス単位に別々のリングが存在する。" - -msgid "An iSCSI authentication method supported by Compute." -msgstr "Compute によりサポートされる iSCSI の認証方式。" - -msgid "" -"An in-progress specification for cloud management. Currently unsupported in " -"OpenStack." -msgstr "策定中のクラウド管理の仕様。現在、OpenStack では未サポート。" - -msgid "" -"An integrated project that aims to orchestrate multiple cloud applications " -"for OpenStack." -msgstr "" -"OpenStack に複数のクラウドアプリケーションをオーケストレーションする為に開発" -"されたプロジェクト。" - -msgid "" -"An integrated project that orchestrates multiple cloud applications for " -"OpenStack. The project name of Orchestration is heat." -msgstr "" -"OpenStack 向けに複数のクラウドアプリケーションをオーケストレーションする統合" -"プロジェクト。Orchestration のプロジェクト名は heat。" - -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 service の名前は trove。" - -msgid "" -"An integrated project that provides metering and measuring facilities for " -"OpenStack. The project name of Telemetry is ceilometer." -msgstr "" -"OpenStack にメータリングと測定の機能を提供する、統合プロジェクト。Telemetry " -"のプロジェクト名は ceilometer。" - -msgid "" -"An interface that is plugged into a port in a Networking network. Typically " -"a virtual network interface belonging to a VM." -msgstr "" -"Networking のネットワークにおけるポートに差し込まれるインターフェース。一般的" -"に、仮想マシンに設定された仮想ネットワークインターフェース。" - -msgid "" -"An object state in Object Storage where a new replica of the object is " -"automatically created due to a drive failure." -msgstr "" -"ドライブ故障により、オブジェクトの新しい複製が自動的に作成された、Object " -"Storage のオブジェクトの状態。" - -msgid "An object within Object Storage that is larger than 5GB." -msgstr "5GB より大きい Object Storage 内のオブジェクト。" - -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), Orchestration module (heat), Database service (trove), " -"Bare Metal service (ironic), Data processing service (sahara). However, this " -"definition is changing based on community discussions about the \"Big Tent\"." -msgstr "" -"OpenStack の公式プロジェクト。現在、 Compute (nova), Object Storage (swift), " -"Image service (glance), Identity (keystone), Dashboard (horizon), Networking " -"(neutron), and Block Storage (cinder), the Telemetry module (ceilometer), " -"Orchestration module (heat), Database service (trove), Bare Metal service " -"(ironic), Data processing service (sahara) がある。しかしながら、この定義は" -"「Big Tent」に関するコミュニティーの議論に基づき変更されてきている。" - -msgid "An open source LDAP server. Supported by both Compute and Identity." -msgstr "" -"オープンソース LDAP サーバー。Compute と Identity によりサポートされる。" - -msgid "An open source SQL toolkit for Python, used in OpenStack." -msgstr "" -"OpenStack で使われている、オープンソースの Python 用 SQL ツールキット。" - -msgid "" -"An open source community project by Dell that aims to provide all necessary " -"services to quickly deploy clouds." -msgstr "" -"クラウドの迅速なデプロイ用に全ての必要なサービスを提供する用途の、Dell による" -"オープンソースコミュニティプロジェクト。" - -msgid "" -"An operating system configuration management tool supporting OpenStack " -"deployments." -msgstr "" -"OpenStack の導入をサポートするオペレーティングシステムの設定管理ツール。" - -msgid "" -"An operating system configuration-management tool supported by OpenStack." -msgstr "OpenStackがサポートするオペレーティングシステム構成管理ツール。" - -msgid "An operating system instance running under the control of a hypervisor." -msgstr "" -"ハイパーバイザーの管理下で実行しているオペレーティングシステムのインスタン" -"ス。" - -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 を実行できる。" - -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 "" -"管理者が、Identity を使用する代わりに、nova-manage コマン" -"ド経由でユーザーを作成および管理できる、Compute 内のオプション。" - -msgid "" -"An option within Image service so that an image is deleted after a " -"predefined number of seconds instead of immediately." -msgstr "" -"イメージをすぐに削除する代わりに、事前定義した秒数経過後に削除するための、" -"Image service 内のオプション。" - -msgid "Anvil" -msgstr "Anvil" - -msgid "" -"Any business that provides Internet access to individuals or businesses." -msgstr "個人や組織にインターネットアクセスを提供する何らかのビジネス。" - -msgid "" -"Any client software that enables a computer or device to access the Internet." -msgstr "" -"コンピューターやデバイスがインターネットにアクセスできる、何らかのクライアン" -"トソフトウェア。" - -msgid "Any compute node that runs the network worker daemon." -msgstr "ネットワークワーカーデーモンを実行するコンピュートノードすべて。" - -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 "" -"どこか別のサイトへのリンクを含む、ある種のテキスト。一般的に、別の Web サイト" -"を開く言葉をクリックするドキュメントに見られる。" - -msgid "Any node running a daemon or worker that provides an API endpoint." -msgstr "" -"API エンドポイントを提供するデーモンまたはワーカーを実行するあらゆるノード。" - -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 "" -"Networking により提供されるネットワークサービス、ネットワーク接続性サービスに" -"接続したい、ハードウェアやソフトウェアの部品。エンティティーは、仮想インター" -"フェースを実装することにより Networking を使用できる。" - -msgid "Apache" -msgstr "Apache" - -msgid "" -"Apache Hadoop is an open source software framework that supports data-" -"intensive distributed applications." -msgstr "" -"Apache Hadoop は、データインテンシブな分散アプリケーションをサポートする、" -"オープンソースソフトウェアフレームワークである。" - -msgid "Apache License 2.0" -msgstr "Apache License 2.0" - -msgid "Apache Web Server" -msgstr "Apache Web Server" - -msgid "Application Programming Interface (API)" -msgstr "Application Programming Interface (API)" - -msgid "Application Service Provider (ASP)" -msgstr "Application Service Provider (ASP)" - -msgid "Application catalog" -msgstr "アプリケーションカタログ" - -msgid "Application programming interface." -msgstr "アプリケーションプログラミングインターフェース。" - -msgid "" -"Association of an interface ID to a logical port. Plugs an interface into a " -"port." -msgstr "" -"論理ポートへのインターフェースIDの紐付け。インターフェースをポートに差し込" -"む。" - -msgid "Asynchronous JavaScript and XML (AJAX)" -msgstr "Asynchronous JavaScript and XML (AJAX)" - -msgid "" -"Attachment point where a virtual interface connects to a virtual network." -msgstr "仮想ネットワークへの仮想インタフェースの接続ポイント。" - -msgid "Austin" -msgstr "Austin" - -msgid "AuthN" -msgstr "AuthN" - -msgid "AuthZ" -msgstr "AuthZ" - -msgid "" -"Authentication and identity service by Microsoft, based on LDAP. Supported " -"in OpenStack." -msgstr "" -"Microsoft が提供する認証サービス。LDAP に基づいている。OpenStack でサポートさ" -"れる。" - -msgid "Authentication method that uses keys rather than passwords." -msgstr "パスワードの代わりに鍵を使用する認証方式。" - -msgid "" -"Authentication method that uses two or more credentials, such as a password " -"and a private key. Currently not supported in Identity." -msgstr "" -"パスワードと秘密鍵など、2 つ以上のクレデンシャルを使用する認証方式。Identity " -"では現在サポートされていない。" - -msgid "Auto ACK" -msgstr "自動 ACK" - -msgid "" -"Automated software test suite designed to run against the trunk of the " -"OpenStack core project." -msgstr "" -"OpenStack コアプロジェクトの trunk ブランチに対してテストを実行するために設計" -"された自動ソフトウェアテストスイート。" - -msgid "B" -msgstr "B" - -msgid "BMC" -msgstr "BMC" - -msgid "BMC (Baseboard Management Controller)" -msgstr "BMC (Baseboard Management Controller)" - -msgid "Bare metal service" -msgstr "Bare metal service" - -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 "" -"ベースボード・マネジメント・コントローラー。IPMI アーキテクチャーにおける管理" -"機能。コンピューターのマザーボードに埋め込まれ、サーバーとして動作する、特別" -"なマイクロコントローラーである。システム管理ソフトウェアとプラットフォーム" -"ハードウェアの間の通信を管理する。" - -msgid "Bell-LaPadula model" -msgstr "Bell-LaPadula モデル" - -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 "" -"特定のドメインに属し、ドメインに関す" -"る情報を指定するために使用される。いくつかの種類の DNS レコードがある。各レ" -"コード種別は、そのレコードの目的を説明するために使用される特定の情報を含む。" -"例えば、mail exchange (MX) レコードは、特定のドメインのメールサーバーを指定す" -"る。name server (NS) レコードは、ドメインの権威ネームサーバーを指定する。" - -msgid "Benchmark service" -msgstr "Benchmark サービス" - -msgid "Bexar" -msgstr "Bexar" - -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 "" -"Bexar は OpenStack の 2 番目のコード名。デザインサミットは、アメリカ合衆国テ" -"キサス州サンアントニオで開催された。ベア郡の郡庁所在地。" - -msgid "Block Storage" -msgstr "Block Storage" - -msgid "Block Storage API" -msgstr "Block Storage API" - -msgid "" -"Block storage that is simultaneously accessible by multiple clients, for " -"example, NFS." -msgstr "" -"複数のクライアントにより同時にアクセス可能なブロックストレージ。例えば NFS。" - -msgid "Bootstrap Protocol (BOOTP)" -msgstr "Bootstrap Protocol (BOOTP)" - -msgid "Border Gateway Protocol (BGP)" -msgstr "Border Gateway Protocol (BGP)" - -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 "" -"Image service と Compute は、どちらも仮想マシンイメージ (インスタンスではな" -"い) の暗号化をサポートする。転送中のデータ暗号は、HTTPS、SSL、TLS、SSH などの" -"技術を使用して、OpenStack においてサポートされる。Object Storage は、アプリ" -"ケーションレベルでオブジェクト暗号化をサポートしませんが、ディスク暗号化を使用するストレージをサポートする可能" -"性がある。" - -msgid "Both a VM container format and disk format. Supported by Image service." -msgstr "" -"仮想マシンのコンテナー形式とディスク形式の両方。Image service によりサポート" -"される。" - -msgid "" -"Builds and manages rings within Object Storage, assigns partitions to " -"devices, and pushes the configuration to other storage nodes." -msgstr "" -"Object Storage のリングの作成、管理を行い、パーティションのデバイスへの割り当" -"てを行い、他のストレージノードに設定を転送する。" - -msgid "C" -msgstr "C" - -msgid "CA" -msgstr "CA" - -msgid "CA (Certificate/Certification Authority)" -msgstr "CA (認証局)" - -msgid "CADF" -msgstr "CADF" - -msgid "CALL" -msgstr "CALL" - -msgid "CAST" -msgstr "CAST" - -msgid "CAST (RPC primitive)" -msgstr "CAST (RPC プリミティブ)" - -msgid "CMDB" -msgstr "CMDB" - -msgid "CMDB (Configuration Management Database)" -msgstr "CMDB (構成管理データベース)" - -msgid "Cactus" -msgstr "Cactus" - -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 "" -"Cactus は、アメリカ合衆国テキサス州の都市であり、OpenStack の 3 番目のリリー" -"スのコード名である。OpenStack のリリース間隔が 3 か月から 6 か月になったと" -"き、リリースのコード名が前のサミットと地理的に近いところになるように変更され" -"た。" - -msgid "" -"Can concurrently use multiple layer-2 networking technologies, such as " -"802.1Q and VXLAN, in Networking." -msgstr "" -"Networking において、802.1Q や VXLAN などの複数の L2 ネットワーク技術を同時に" -"使用できる。" - -msgid "" -"Causes the network interface to pass all traffic it receives to the host " -"rather than passing only the frames addressed to it." -msgstr "" -"ネットワークインターフェースが、そこを指定されたフレームだけではなく、ホスト" -"に届いたすべての通信を渡すようにする。" - -msgid "CentOS" -msgstr "CentOS" - -msgid "Ceph" -msgstr "Ceph" - -msgid "" -"Ceph component that enables a Linux block device to be striped over multiple " -"distributed data stores." -msgstr "" -"Linux ブロックデバイスが複数の分散データストアにわたり分割できるようにする、" -"Ceph のコンポーネント。" - -msgid "CephFS" -msgstr "CephFS" - -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 "" -"認証局。暗号において、電子証明書を発行するエンティティー。電子証明書は、証明" -"書の発行先の名前により公開鍵の所有者を証明する。これにより、他の信頼される機" -"関が証明書を信頼できるようになる。また、証明された公開鍵に対応する秘密鍵によ" -"る表明を信頼できるようになる。この信頼関係のモデルにおいて、CA は証明書の発行" -"先と証明書を信頼している機関の両方に対する信頼された第三者機関である。CA は、" -"多くの公開鍵基盤 (PKI) スキームの特徴である。" - -msgid "Challenge-Handshake Authentication Protocol (CHAP)" -msgstr "Challenge-Handshake Authentication Protocol (CHAP)" - -msgid "Changes to these types of disk volumes are saved." -msgstr "この種類のディスクボリュームに変更すると、データが保存される。" - -msgid "" -"Checks for and deletes unused VMs; the component of Image service that " -"implements delayed delete." -msgstr "" -"未使用の仮想マシンを確認し、削除する。遅延削除を実装する、Image service のコ" -"ンポーネント。" - -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 "" -"バックエンドの SQLite データベースに問い合わせることにより、指定された " -"Object Storage のアカウントに、レプリカの欠損やオブジェクトの不整合・破損がな" -"いかを確認する。" - -msgid "" -"Checks for missing replicas or incorrect objects in specified Object Storage " -"containers through queries to the SQLite back-end database." -msgstr "" -"SQLite バックエンドデータベースへの問い合わせにより、指定した Object Storage " -"コンテナーにおいてレプリカの欠損やオブジェクトの不整合がないかを確認する。" - -msgid "Chef" -msgstr "Chef" - -msgid "" -"Choosing a host based on the existence of a GPU is currently unsupported in " -"OpenStack." -msgstr "GPU の有無によりホストを選択することは、現在 OpenStack で未サポート。" - -msgid "CirrOS" -msgstr "CirrOS" - -msgid "Cisco neutron plug-in" -msgstr "Cisco neutron プラグイン" - -msgid "" -"Cloud Auditing Data Federation (CADF) is a specification for audit event " -"data. CADF is supported by OpenStack Identity." -msgstr "" -"Cloud Auditing Data Federation (CADF) は、監査イベントデータの仕様である。" -"CADF は OpenStack Identity によりサポートされる。" - -msgid "Cloud Data Management Interface (CDMI)" -msgstr "" -"クラウドデータ管理インターフェース (CDMI:Cloud Data Management Interface)" - -msgid "Cloud Infrastructure Management Interface (CIMI)" -msgstr "Cloud Infrastructure Management Interface (CIMI)" - -msgid "Cloudbase-Init" -msgstr "Cloudbase-Init" - -msgid "Code name for the DNS service project for OpenStack." -msgstr "OpenStack の DNS サービスプロジェクトのコード名。" - -msgid "" -"Code name for the OpenStack project that provides the Containers Service." -msgstr "コンテナーサービスを提供する OpenStack プロジェクトのコード名。" - -msgid "Code name of the key management service for OpenStack." -msgstr "OpenStack の key management サービスのコード名。" - -msgid "" -"Collection of Compute components that represent the global state of the " -"cloud; talks to services, such as Identity authentication, Object Storage, " -"and node/storage workers through a queue." -msgstr "" -"クラウドの全体状況を表す Compute コンポーネント群。キュー経由で、Identity の" -"認証、Object Storage、ノード/ストレージワーカーなどのサービスと通信する。" - -msgid "" -"Collective name for the Object Storage object services, container services, " -"and account services." -msgstr "" -"Object Storage のオブジェクトサービス、コンテナーサービス、アカウントサービス" -"の集合名。" - -msgid "" -"Collective term for Object Storage components that provide additional " -"functionality." -msgstr "追加機能を提供する Object Storage のコンポーネントの総称。" - -msgid "" -"Collective term for a group of Object Storage components that processes " -"queued and failed updates for containers and objects." -msgstr "" -"キュー済みや失敗した、コンテナーやオブジェクトに対する更新を処理する、Object " -"Storage のコンポーネントのグループの総称。" - -msgid "" -"Combination of a URI and UUID used to access Image service VM images through " -"the image API." -msgstr "" -"Image API 経由で Image service の仮想マシンイメージにアクセスするために使用さ" -"れる、URI や UUID の組み合わせ。" - -msgid "" -"Community project that captures Compute AMQP communications; useful for " -"debugging." -msgstr "" -"Compute AMQP 通信をキャプチャーする、コミュニティーのプロジェクト。デバッグに" -"有用。" - -msgid "" -"Community project that uses shell scripts to quickly build complete " -"OpenStack development environments." -msgstr "" -"シェルスクリプトを使用して、完全な OpenStack 導入環境を迅速に構築するためのコ" -"ミュニティープロジェクト。" - -msgid "" -"Community project used to run automated tests against the OpenStack API." -msgstr "" -"OpenStack API に対して自動テストを実行するために使用されるコミュニティープロ" -"ジェクト。" - -msgid "" -"Companies that rent specialized applications that help businesses and " -"organizations provide additional services with lower cost." -msgstr "" -"企業や組織を支援する特定のアプリケーションを貸し出す会社が、より低いコストで" -"追加サービスを提供する。" - -msgid "" -"Component of Identity that provides a rule-management interface and a rule-" -"based authorization engine." -msgstr "" -"ルール管理インターフェースやルールベースの認可エンジンを提供する Identity の" -"コンポーネント。" - -msgid "Compute" -msgstr "Compute" - -msgid "Compute API" -msgstr "Compute API" - -msgid "Compute service" -msgstr "Compute サービス" - -msgid "" -"Computer that provides explicit services to the client software running on " -"that system, often managing a variety of computer operations." -msgstr "" -"そのシステムにおいて動作しているクライアントソフトウェアに具体的なサービスを" -"提供するコンピューター。さまざまなコンピューター処理を管理することもある。" - -msgid "" -"Configurable option within Object Storage to limit database writes on a per-" -"account and/or per-container basis." -msgstr "" -"アカウントごと、コンテナーごとにデータベースへの書き込みを制限するための、" -"Object Storage 内の設定オプション。" - -msgid "Configuration Management Database." -msgstr "構成管理データベース。" - -msgid "" -"Configuration setting within RabbitMQ that enables or disables message " -"acknowledgment. Enabled by default." -msgstr "" -"メッセージ ACK を有効化または無効化する、RabbitMQ 内の設定。デフォルトで有" -"効。" - -msgid "" -"Connected to by a direct consumer in RabbitMQCompute, the message can be " -"consumed only by the current connection." -msgstr "" -"RabbitMQ—Compute において直接利用者により接続される。メッセージは、現在の接続" -"だけにより使用される。" - -msgid "Containers service" -msgstr "Containers サービス" - -msgid "" -"Contains configuration information that Object Storage uses to reconfigure a " -"ring or to re-create it from scratch after a serious failure." -msgstr "" -"リングを再設定するため、深刻な障害の後に最初から再作成するために、Object " -"Storage が使用する設定情報を含む。" - -msgid "" -"Contains information about a user as provided by the identity provider. It " -"is an indication that a user has been authenticated." -msgstr "" -"認証プロバイダーにより提供されたとおり、ユーザーに関する情報を含む。ユーザー" -"が認証済みであることを意味する。" - -msgid "" -"Contains the locations of all Object Storage partitions within the ring." -msgstr "リング内にあるすべての Object Storage のパーティションの場所を含む。" - -msgid "Contains the output from a Linux VM console in Compute." -msgstr "Compute の Linux 仮想マシンコンソールからの出力を含む。" - -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 "" -"既存のサーバーを別のフレーバーに変更する。サーバーをスケールアップまたはス" -"ケールダウンする。元のサーバーは、問題発生時にロールバックできるよう保存され" -"る。すべてのリサイズは、元のサーバーを削除するときに、テストされ、明示的に確" -"認される必要がある。" - -msgid "" -"Creates a full Object Storage development environment within a single VM." -msgstr "単一の仮想マシンに一通りの Object Storage 開発環境を作成すること。" - -msgid "Cross-Origin Resource Sharing (CORS)" -msgstr "Cross-Origin Resource Sharing (CORS)" - -msgid "Crowbar" -msgstr "Crowbar" - -msgid "Custom modules that extend some OpenStack core APIs." -msgstr "いくつかの OpenStack コア API を拡張するカスタムモジュール。" - -msgid "D" -msgstr "D" - -msgid "DAC" -msgstr "DAC" - -msgid "DAC (discretionary access control)" -msgstr "DAC (任意アクセス制御)" - -msgid "DHCP" -msgstr "DHCP" - -msgid "DHCP (Dynamic Host Configuration Protocol)" -msgstr "DHCP (Dynamic Host Configuration Protocol)" - -msgid "DHCP agent" -msgstr "DHCP エージェント" - -msgid "DHTML (Dynamic HyperText Markup Language)" -msgstr "DHTML (Dynamic HyperText Markup Language)" - -msgid "DNS" -msgstr "DNS" - -msgid "DNS (Domain Name Server, Service or System)" -msgstr "DNS" - -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 "" -"DNS は、IP アドレスを人間が覚えやすいアドレスに変換することにより、インター" -"ネットを参照しやすくする。例えば、111.111.111.1 を www.yahoo.com に変換する。" - -msgid "DNS record" -msgstr "DNS レコード" - -msgid "DNS records" -msgstr "DNS レコード" - -msgid "DNS service" -msgstr "DNS サービス" - -msgid "DRTM" -msgstr "DRTM" - -msgid "DRTM (dynamic root of trust measurement)" -msgstr "DRTM (dynamic root of trust measurement)" - -msgid "" -"Daemon that provides DNS, DHCP, BOOTP, and TFTP services for virtual " -"networks." -msgstr "" -"仮想ネットワーク向けに DNS、DHCP、BOOTP、TFTP サービスを提供するデーモン。" - -msgid "Data processing service" -msgstr "Data processing サービス" - -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 "" -"ユーザーのみが知っている、またはアクセスできるデータ。ユーザーが正当であるこ" -"とを検証するために使用される。クレデンシャルは、認証中にサーバーに提示され" -"る。例えば、パスワード、秘密鍵、電子証明書、フィンガープリントなどがある。" - -msgid "Database service" -msgstr "Database サービス" - -msgid "Debian" -msgstr "Debian" - -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セルやセル全体" -"に含まれる特定のサービスに適用可能。" - -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 "" -"DoS は、サービス妨害攻撃の省略形である。正当なユーザーがサービスを使用するこ" -"とを妨害するための悪意のある試み。" - -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 "" -"コア API は、文脈に応じて OpenStack API または特定のコアプロジェクトのメイン " -"API を意味する。コアプロジェクトは、Compute、Networking、Image service などが" -"ある。" - -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 "" -"ユーザが利用可能な様々な仮想マシンイメージのパラメーター(CPU、ストレージ、メ" -"モリ等を含む)を示す。フレーバーの別名。" - -msgid "Designate" -msgstr "Designate" - -msgid "Desktop-as-a-Service" -msgstr "Desktop-as-a-Service" - -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 "" -"仮想 IP プールのバックエンドメンバーがリクエストを処理できるかどうかを判断す" -"る。プールは、それに関連づけられた複数のヘルスモニターを持てる。すべてのモニ" -"ターは、プールのメンバーをお互いに確認する。すべてのモニターは、その稼働状況" -"の健全性であることをメンバーに宣言する必要がある。" - -msgid "DevStack" -msgstr "DevStack" - -msgid "" -"Device plugged into a PCI slot, such as a fibre channel or network card." -msgstr "" -"ファイバーチャネルやネットワークカードなどの PCI スロット内に挿入されるデバイ" -"ス。" - -msgid "Diablo" -msgstr "Diablo" - -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 "" -"Diablo は、OpenStack の 4 番目のリリースのコード名である。デザインサミット" -"が、アメリカ合衆国カリフォルニア州サンタクララ近郊の湾岸エリアで開催された。" -"Diablo は近郊の都市である。" - -msgid "" -"Disables server-side message acknowledgment in the Compute RabbitMQ. " -"Increases performance but decreases reliability." -msgstr "" -"Compute RabbitMQ において、サーバーサイドメッセージ交換を無効化する。性能を向" -"上されるが、信頼性を低下させる。" - -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 "" -"任意アクセス制御。サブジェクトがオブジェクトにアクセスする機能を統制する。" -"ユーザーがポリシーを決定し、セキュリティ属性を割り当てられる。伝統的な UNIX " -"システムのユーザー、グループ、読み書き権限が、DAC の例である。" - -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 "" -"ディスクを用いたデータストレージ。一般的に、拡張属性をサポートするファイルシ" -"ステムを持つ、iSCSI ターゲットとして利用される。永続的なものと一時的なものが" -"ある。" - -msgid "" -"Disk-based virtual memory used by operating systems to provide more memory " -"than is actually available on the system." -msgstr "" -"システムにおいて実際に利用可能なメモリーより多くのメモリーをオペレーティング" -"システムにより使用されるディスクベースの仮想メモリー。" - -msgid "Distributed block storage system for QEMU, supported by OpenStack." -msgstr "" -"OpenStack によりサポートされる、QEMU 用の分散ブロックストレージシステム。" - -msgid "" -"Distributes partitions proportionately across Object Storage devices based " -"on the storage capacity of each device." -msgstr "" -"各デバイスのストレージキャパシティに基づき、Object Storage デバイスをまたがり" -"パーティションを比例分配する。" - -msgid "Django" -msgstr "Django" - -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 アドレスに関連づけます。" - -msgid "Domain Name Service (DNS)" -msgstr "Domain Name Service (DNS)" - -msgid "Domain Name System (DNS)" -msgstr "Domain Name System (DNS)" - -msgid "Dynamic Host Configuration Protocol (DHCP)" -msgstr "動的ホスト設定プロトコル(DHCP)" - -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 "" -"Dynamic Host Configuration Protocol。ネットワークに接続されたデバイスが、その" -"ネットワーク上で IP を使用して通信できるよう、ネットワークデバイスを設定する" -"ネットワークプロトコル。このプロトコルは、クライアントサイドモデルで実装され" -"ている。DHCP クライアントは、IP アドレス、デフォルトルート、1 つ以上の DNS " -"サーバーアドレス設定データを要求する。" - -msgid "Dynamic HyperText Markup Language (DHTML)" -msgstr "Dynamic HyperText Markup Language (DHTML)" - -msgid "Dynamic root of trust measurement." -msgstr "Dynamic root of trust measurement." - -msgid "E" -msgstr "E" - -msgid "EBS boot volume" -msgstr "EBS ブートボリューム" - -msgid "EC2" -msgstr "EC2" - -msgid "EC2 API" -msgstr "EC2 API" - -msgid "EC2 Compatibility API" -msgstr "EC2 互換API" - -msgid "EC2 access key" -msgstr "EC2 アクセスキー" - -msgid "EC2 compatibility API" -msgstr "EC2 互換 API" - -msgid "EC2 secret key" -msgstr "EC2 シークレットキー" - -msgid "ESX" -msgstr "ESX" - -msgid "ESX hypervisor" -msgstr "ESX ハイパーバイザー" - -msgid "ESXi" -msgstr "ESXi" - -msgid "ESXi hypervisor" -msgstr "ESXi ハイパーバイザー" - -msgid "ETag" -msgstr "ETag" - -msgid "" -"Each OpenStack release has a code name. Code names ascend in alphabetical " -"order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, " -"Icehouse, Juno, Kilo, Liberty, and Mitaka. 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 "" -"各 OpenStack リリースはコード名を持つ。コード名はアルファベット順になります。" -"Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, Icehouse, " -"Juno, Kilo、Liberty、Mitaka。コード名は、対応する OpenStack デザインサミット" -"が開催された場所の近くにある都市または国である。Waldon 例外と言われる例外は、" -"非常に格好良く聞こえる、状態フラグの要素に保証される。コード名は、一般的な投" -"票により選択される。" - -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 "" -"サーバーのソフトリブートまたはハードリブート。ソフトリブートの場合、オペレー" -"ティングに再起動のシグナルが送信されます。これにより、すべてのプロセスを穏や" -"かにシャットダウンできます。ハードリブートは、サーバーの強制再起動と同じで" -"す。仮想化プラットフォームは、ベースの仮想マシンが一時停止中の場合や停止中の" -"場合でも、きちんとリブート動作を正常に完了させるべきです。" - -msgid "Elastic Block Storage (EBS)" -msgstr "Elastic Block Storage (EBS)" - -msgid "Element of RabbitMQ that provides a response to an incoming MQ message." -msgstr "送信されてきた MQ メッセージに応答する RabbitMQ の要素。" - -msgid "" -"Enables Compute and Networking integration, which enables Networking to " -"perform network management for guest VMs." -msgstr "" -"Compute と Networking の統合を可能にする。Networking がゲスト仮想マシン用の" -"ネットワークを管理できるようになる。" - -msgid "" -"Enables Compute to communicate with NetApp storage devices through the " -"NetApp OnCommand Provisioning " -"Manager." -msgstr "" -"Compute が NetApp OnCommand " -"Provisioning Manager 経由で NetApp ス" -"トレージデバイスと通信できるようにする。" - -msgid "" -"Enables Networking to distribute incoming requests evenly between designated " -"instances." -msgstr "" -"Networking により、受信リクエストを指定されたインスタンス間で均等に分散できる" -"ようになる。" - -msgid "" -"Enables a Linux bridge to understand a Networking port, interface " -"attachment, and other abstractions." -msgstr "" -"Linux ブリッジが、Networking のポート、インターフェース接続、他の抽象化を理解" -"できるようにする。" - -msgid "" -"Encrypted HTTP communications using SSL or TLS; most OpenStack API endpoints " -"and many inter-component communications support HTTPS communication." -msgstr "" -"SSL や TLS を使用して暗号化した HTTP プロトコル。ほとんどの OpenStack API エ" -"ンドポイント、多くのコンポーネント間通信は、HTTPS 通信をサポートする。" - -msgid "Essex" -msgstr "Essex" - -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 "" -"Essex は、OpenStack の 5 番目のリリースのコード名。デザインサミットは、アメリ" -"カ合衆国マサチューセッツ州ボストンで開催された。Essex は近くの都市。" - -msgid "Eucalyptus Kernel Image (EKI)" -msgstr "Eucalyptus Kernel Image (EKI)" - -msgid "Eucalyptus Machine Image (EMI)" -msgstr "Eucalyptus Machine Image (EMI)" - -msgid "Eucalyptus Ramdisk Image (ERI)" -msgstr "Eucalyptus Ramdisk Image (ERI)" - -msgid "" -"Extension to iptables that allows creation of firewall rules that match " -"entire \"sets\" of IP addresses simultaneously. These sets reside in indexed " -"data structures to increase efficiency, particularly on systems with a large " -"quantity of rules." -msgstr "" -"連続する IP アドレスの全体に一致するファイアウォールルールを作成できる、" -"iptables の拡張。これらのセットは、効率化するためにインデックス化されたデータ" -"構造、とくに大量のルールを持つシステムにあります。" - -msgid "F" -msgstr "F" - -msgid "FWaaS" -msgstr "FWaaS" - -msgid "" -"Facility in Compute that allows each virtual machine instance to have more " -"than one VIF connected to it." -msgstr "" -"各仮想マシンインスタンスが複数の仮想インターフェースに接続できるようになる、" -"Compute における機能。" - -msgid "" -"Facility in Compute that enables a virtual machine instance to have more " -"than one VIF connected to it." -msgstr "" -"各仮想マシンインスタンスが複数の仮想インターフェースに接続できるようになる、" -"Compute における機能。" - -msgid "FakeLDAP" -msgstr "FakeLDAP" - -msgid "" -"Feature in modern Ethernet networks that supports frames up to approximately " -"9000 bytes." -msgstr "約 9000 バイトまでのフレームをサポートする最近のイーサネット上の機能。" - -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 "" -"カーネルの IP スタックに届ける前に、多くの小さな受信パケットを大きなパケット" -"に結合する、特定のネットワークインターフェースドライバーの機能。" - -msgid "Fedora" -msgstr "Fedora" - -msgid "Fibre Channel" -msgstr "ファイバーチャネル" - -msgid "Fibre Channel over Ethernet (FCoE)" -msgstr "Fibre Channel over Ethernet (FCoE)" - -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 "" -"所有者、グループ、パーミッション、変更時間など以外の追加情報を保存できるよう" -"にする、ファイルシステムのオプション。Object Storage のバックエンドのファイル" -"システムは、拡張属性をサポートする必要がある。" - -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 "" -"Linux ブリッジファイアウォール用のフィルタリングツール。Linux ブリッジを通過" -"するネットワーク通信のフィルタリングできる。OpenStack Compute において " -"iptables、arptables、ip6tables と一緒に、ホストとノード間の通信を制限するため" -"に使用される。" - -msgid "Firewall-as-a-Service (FWaaS)" -msgstr "Firewall-as-a-Service (FWaaS)" - -msgid "Flat Manager" -msgstr "Flat マネージャー" - -msgid "FlatDHCP Manager" -msgstr "FlatDHCP マネージャー" - -msgid "Folsom" -msgstr "Folsom" - -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 "" -"Folsom は、OpenStack の 6 番目のリリースのコード名である。デザインサミット" -"が、アメリカ合衆国カリフォルニア州サンフランシスコで開催された。Folsom は近郊" -"の都市である。" - -msgid "" -"For IaaS, ability for a regular (non-privileged) account to manage a virtual " -"infrastructure component such as networks without involving an administrator." -msgstr "" -"IaaS の場合、管理者が介することなく、通常の (特権を持たない) ユーザーがネット" -"ワークなどの仮想インフラのコンポーネントを管理する機能。" - -msgid "FormPost" -msgstr "FormPost" - -msgid "G" -msgstr "G" - -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 "" -"クラウド管理者のみがアクセスできる、Image service のイメージの追加プロパ" -"ティー。どのユーザーロールがそのプロパティーにおいて CRUD 操作を実行できるか" -"を制限する。クラウド管理者は、保護されたイメージのプロパティーをすべて設定で" -"きる。" - -msgid "" -"Gives guest VMs exclusive access to a PCI device. Currently supported in " -"OpenStack Havana and later releases." -msgstr "" -"ゲスト仮想マシンが PCI デバイスに排他的にアクセスされる。OpenStack Havana 以" -"降でサポートされる。" - -msgid "Glossary" -msgstr "用語集" - -msgid "GlusterFS" -msgstr "GlusterFS" - -msgid "Governance service" -msgstr "Governance service" - -msgid "Graphic Interchange Format (GIF)" -msgstr "Graphic Interchange Format (GIF)" - -msgid "Graphics Processing Unit (GPU)" -msgstr "Graphics Processing Unit (GPU)" - -msgid "Green Threads" -msgstr "Green Threads" - -msgid "Grizzly" -msgstr "Grizzly" - -msgid "Group" -msgstr "グループ" - -msgid "H" -msgstr "H" - -msgid "HTTP" -msgstr "HTTP" - -msgid "HTTP (Hypertext Transfer Protocol)" -msgstr "HTTP (Hypertext Transfer Protocol)" - -msgid "HTTPS" -msgstr "HTTPS" - -msgid "HTTPS (Hypertext Transfer Protocol Secure)" -msgstr "HTTPS (Hypertext Transfer Protocol Secure)" - -msgid "Hadoop" -msgstr "Hadoop" - -msgid "Havana" -msgstr "Havana" - -msgid "Heat Orchestration Template (HOT)" -msgstr "Heat Orchestration Template (HOT)" - -msgid "Heat input in the format native to OpenStack." -msgstr "OpenStack 固有形式の Heat の入力データ。" - -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 "" -"レガシーネットワーク (nova) の高可用性モード。各コンピュートノードは、NAT と " -"DHCP を処理し、すべての仮想マシンのゲートウェイとして動作する。あるコンピュー" -"トノードにおけるネットワーク障害は、他のコンピュートノードにある仮想マシンに" -"影響しません。" - -msgid "" -"High-performance 64-bit file system created by Silicon Graphics. Excels in " -"parallel I/O operations and data consistency." -msgstr "" -"Silicon Graphics 社により作成された、高性能な 64 ビットファイルシステム。並" -"列 I/O 処理とデータ一貫性に優れる。" - -msgid "Host Bus Adapter (HBA)" -msgstr "Host Bus Adapter (HBA)" - -msgid "Hyper-V" -msgstr "Hyper-V" - -msgid "Hypertext Transfer Protocol (HTTP)" -msgstr "Hypertext Transfer Protocol (HTTP)" - -msgid "Hypertext Transfer Protocol Secure (HTTPS)" -msgstr "Hypertext Transfer Protocol Secure (HTTPS)" - -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 "" -"Hypertext Transfer Protocol Secure (HTTPS) は、コンピューターネットワーク、と" -"くにインターネットの広い範囲で、安全に通信するための通信プロトコル。技術的に" -"は、プロトコルではなく、むしろシンプルに SSL/TLS プロトコルの上に Hypertext " -"Transfer Protocol (HTTP) を重ねているものである。そのため、SSL/TLS プロトコル" -"のセキュリティ機能を標準的な HTTP 通信に追加している。" - -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 "" -"ハイパーテキスト転送プロトコル。HTTP は、分散、協調、ハイパーメディア情報シス" -"テム用のアプリケーションプロトコル。WWW のデータ通信の基盤。ハイパーテキスト" -"は、ノード間でテキストを含む論理リンク (ハイパーリンク) を使用する、構造化テ" -"キスト。HTTP は、ハイパーテキストを交換したり転送したりするためのプロトコル。" - -msgid "I" -msgstr "I" - -msgid "ICMP" -msgstr "ICMP" - -msgid "ID number" -msgstr "ID 番号" - -msgid "IDS" -msgstr "IDS" - -msgid "IDS (Intrusion Detection System)" -msgstr "IDS (Intrusion Detection System)" - -msgid "INI" -msgstr "INI" - -msgid "IOPS" -msgstr "IOPS" - -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 "" -"IOPS (Input/Output Operations Per Second) は、ハードディスク、SSD、SAN などの" -"ストレージデバイスをベンチマークするために使用される、一般的なパフォーマンス" -"指標である。" - -msgid "IP Address Management (IPAM)" -msgstr "IP Address Management (IPAM)" - -msgid "IP address" -msgstr "IP アドレス" - -msgid "IP addresses" -msgstr "IP アドレス" - -msgid "IPL" -msgstr "IPL" - -msgid "IPL (Initial Program Loader)" -msgstr "IPL (Initial Program Loader)" - -msgid "IPMI" -msgstr "IPMI" - -msgid "IPMI (Intelligent Platform Management Interface)" -msgstr "IPMI (Intelligent Platform Management Interface)" - -msgid "ISO9960" -msgstr "ISO9960" - -msgid "ISO9960 format" -msgstr "ISO9960 形式" - -msgid "IaaS" -msgstr "IaaS" - -msgid "IaaS (Infrastructure-as-a-Service)" -msgstr "IaaS (Infrastructure-as-a-Service)" - -msgid "Icehouse" -msgstr "Icehouse" - -msgid "Identity" -msgstr "Identity" - -msgid "Identity API" -msgstr "Identity API" - -msgid "Identity back end" -msgstr "Identity バックエンド" - -msgid "Identity service" -msgstr "Identity サービス" - -msgid "Identity service API" -msgstr "Identity service API" - -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 "" -"Object Storage が壊れたオブジェクト、コンテナー、アカウントを見つけた際に、そ" -"のデータはこの状態にセットされる。この状態にセットされたデータは、複製され" -"ず、クライアントが読み出すこともできなくなり、正しいコピーが再複製される。" - -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 時間、ディスクストレージ、メモリ等の要求されたリソースが親セルで利用不可" -"の場合、リクエストは親セルに紐付けられた子セルに転送される。子セルがリクエス" -"トに対応可能な場合、子セルはそのリクエストを処理する。対応不可の場合、そのリ" -"クエストを自分の子セルに渡そうとする。" - -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時間、ディスクストレージ、メモリ)が親セルで利用不可の" -"場合、そのリクエストは紐付けられた子セルに転送される。" - -msgid "Image API" -msgstr "Image API" - -msgid "Image service" -msgstr "Image サービス" - -msgid "Image service API" -msgstr "Image サービス API" - -msgid "" -"Impassable limits for guest VMs. Settings include total RAM size, maximum " -"number of vCPUs, and maximum disk size." -msgstr "" -"ゲスト仮想マシンの超えられない制限。合計メモリー容量、最大仮想 CPU 数、最大" -"ディスク容量の設定。" - -msgid "" -"In Compute and Block Storage, the ability to set resource limits on a per-" -"project basis." -msgstr "" -"プロジェクト単位を基本として使用でき" -"るリソース上限を設定できる、Compute と Block Storage の機能。" - -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 "" -"Compute において、コンピュートプロセスからのデータベース要求をプロキシーする" -"処理。コンダクターを使用することにより、コンピュートノードがデータベースに直" -"接アクセスする必要がなくなるので、セキュリティを向上できる。" - -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 "" -"Compute において、ホスト名が再起動後も同じになるよう、DNS エンティティーを " -"Floating IP アドレス、ノード、セルに関連付けできる。" - -msgid "" -"In Object Storage, tools to test and ensure dispersion of objects and " -"containers to ensure fault tolerance." -msgstr "" -"Object Storage で、フォールトトレラントの確認の為に、オブジェクトとコンテナ" -"の分散をテスト、確認するツール。" - -msgid "" -"In OpenStack Identity, entities represent individual API consumers and are " -"owned by a specific domain. In OpenStack Compute, a user can be associated " -"with roles, projects, or both." -msgstr "" -"OpenStack Identity では、エンティティーは個々の API 利用者を表す、特定のドメ" -"インに属する。OpenStack Compute では、ユーザーはロール、プロジェクトもしくは" -"その両者と関連付けることができる。" - -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。" - -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 "" -"アクティブ/アクティブ設定を用いた高可用構成の場合、複数のシステムが処理を一緒" -"に分担する。また、あるシステムが故障した場合、処理が残りのシステムに分散され" -"る。" - -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 "" -"アクティブ/パッシブ設定を用いた高可用性セットアップでは、故障したシステムを置" -"き換えるために、システムが追加リソースをオンラインにするようセットアップされ" -"る。" - -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 "" -"Object Storage の文脈において、サービスの更新、再起動、再読み込みの後に終了し" -"ないプロセス。" - -msgid "" -"In the context of the Identity service, the worker process that provides " -"access to the admin API." -msgstr "Identity の領域で、管理 API へのアクセスを提供するワーカープロセス。" - -msgid "" -"Information that consists solely of ones and zeroes, which is the language " -"of computers." -msgstr "1 と 0 だけから構成される情報。コンピューターの言語。" - -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 "" -"Infrastructure-as-a-Service。IaaS は、ストレージ、ハードウェア、サーバー、" -"ネットワークなど、データセンターの物理コンポーネントをアウトソースする組織の" -"配備モデル。サーバープロバイダーは、設備を所有し、ハウジング、運用、メンテナ" -"ンスに責任を持つ。クライアントは、一般的に使用量に応じて費用を払う。IaaS は、" -"クラウドサービスを提供するモデル。" - -msgid "Initial Program Loader." -msgstr "Initial Program Loader。初期プログラムローダー。" - -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 "" -"Intelligent Platform Management Interface。IPMI は、コンピューターシステムの" -"アウトオブバンド管理、運用監視のため" -"に、システム管理者により使用される標準的なコンピューターシステムインター" -"フェース。平たく言うと、電源状態によらず、ネットワークの直接通信を使用してコ" -"ンピューターを管理する方法。オペレーティングシステムやログインシェルではな" -"く、ハードウェアに接続する。" - -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 "" -"Compute のボリュームのマウント、デーモンによる iSCSI ターゲットへのデータ転" -"送、Object Storage のオブジェクトの完全性検査など、ユーザーから見えにくい操作" -"や処理。" - -msgid "" -"Interface within Networking that enables organizations to create custom plug-" -"ins for advanced features, such as QoS, ACLs, or IDS." -msgstr "" -"組織が QoS、ACL、IDS などの高度な機能向けのカスタムプラグインを作成できるよう" -"にする、Networking 内のインターフェース。" - -msgid "Internet Control Message Protocol (ICMP)" -msgstr "Internet Control Message Protocol (ICMP)" - -msgid "" -"Internet Control Message Protocol, used by network devices for control " -"messages. For example, uses ICMP to test connectivity." -msgstr "" -"インターネット制御メッセージプロトコル。制御メッセージ用にネットワークデバイ" -"スにより使用される。例えば、 は接続性をテストするために ICMP " -"を使用する。" - -msgid "Internet Service Provider (ISP)" -msgstr "Internet Service Provider (ISP)" - -msgid "Internet Small Computer System Interface (iSCSI)" -msgstr "Internet Small Computer System Interface (iSCSI)" - -msgid "Internet protocol (IP)" -msgstr "インターネットプロトコル (IP)" - -msgid "Intrusion Detection System." -msgstr "侵入検知システム。" - -msgid "J" -msgstr "J" - -msgid "Java" -msgstr "Java" - -msgid "JavaScript" -msgstr "JavaScript" - -msgid "JavaScript Object Notation (JSON)" -msgstr "JavaScript Object Notation (JSON)" - -msgid "Jenkins" -msgstr "Jenkins" - -msgid "Juno" -msgstr "Juno" - -msgid "K" -msgstr "K" - -msgid "Key management service" -msgstr "Key management サービス" - -msgid "Kickstart" -msgstr "Kickstart" - -msgid "Kilo" -msgstr "Kilo" - -msgid "L" -msgstr "L" - -msgid "LBaaS" -msgstr "LBaaS" - -msgid "" -"LBaaS feature that provides availability monitoring using the ping command, TCP, and HTTP/HTTPS GET." -msgstr "" -"ping コマンド、TCP、HTTP/HTTPS GET を使用してモニタリング" -"する機能を提供する LBaaS の機能。" - -msgid "Launchpad" -msgstr "Launchpad" - -msgid "Layer-2 (L2) agent" -msgstr "L2 エージェント" - -msgid "Layer-2 network" -msgstr "L2 ネットワーク" - -msgid "Layer-3 (L3) agent" -msgstr "L3 エージェント" - -msgid "Layer-3 network" -msgstr "L3 ネットワーク" - -msgid "Liberty" -msgstr "Liberty" - -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" - -msgid "Linux Bridge" -msgstr "Linux ブリッジ" - -msgid "Linux Bridge neutron plug-in" -msgstr "Linux Bridge neutron プラグイン" - -msgid "Linux bridge" -msgstr "Linux ブリッジ" - -msgid "Linux containers (LXC)" -msgstr "Linux コンテナー (LXC)" - -msgid "" -"Linux kernel feature that provides independent virtual networking instances " -"on a single host with separate routing tables and interfaces. Similar to " -"virtual routing and forwarding (VRF) services on physical network equipment." -msgstr "" -"別々のルーティングテーブルとインターフェースを持つ単一のホストにおいて、独立" -"した仮想ネットワークインターフェースを提供する Linux カーネル機能。物理ネット" -"ワーク環境における仮想ルーティングおよびフォワーディング (VRF) サービスと似て" -"いる。" - -msgid "" -"Linux kernel security module that provides the mechanism for supporting " -"access control policies." -msgstr "" -"アクセス制御ポリシーをサポートするための機構を提供する Linux カーネルセキュリ" -"ティモジュール。" - -msgid "Lists allowed commands within the Compute rootwrap facility." -msgstr "Compute rootwrap 機能内で許可されるコマンドの一覧。" - -msgid "" -"Lists containers in Object Storage and stores container information in the " -"account database." -msgstr "" -"Object Storage にあるコンテナーを一覧表示し、コンテナーの情報をアカウントデー" -"タベースに保存する。" - -msgid "Load-Balancer-as-a-Service (LBaaS)" -msgstr "Load-Balancer-as-a-Service (LBaaS)" - -msgid "Logical Volume Manager (LVM)" -msgstr "論理ボリュームマネージャー (LVM)" - -msgid "" -"Logical groupings of related code, such as the Block Storage volume manager " -"or network manager." -msgstr "" -"Block Storage のボリュームマネージャーやネットワークマネージャーなど、関連す" -"るコードの論理的なグループ。" - -msgid "Logical subdivision of an IP network." -msgstr "IP ネットワークの論理分割。" - -msgid "" -"Lower power consumption CPU often found in mobile and embedded devices. " -"Supported by OpenStack." -msgstr "" -"モバイル機器や組み込みデバイスによく利用される低消費電力 CPU。OpenStack はサ" -"ポートしている。" - -msgid "M" -msgstr "M" - -msgid "" -"MD5 hash of an object within Object Storage, used to ensure data integrity." -msgstr "" -"Object Storage 内のオブジェクトの MD5 ハッシュ。データの完全性を確認するため" -"に使用される。" - -msgid "Maps Object Storage partitions to physical storage devices." -msgstr "Object Storage パーティションの物理ストレージデバイスへの対応付け" - -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 互換。" - -msgid "" -"Maximum frame or packet size for a particular network medium. Typically 1500 " -"bytes for Ethernet networks." -msgstr "" -"特定のネットワークメディア向けの最大フレームやパケットサイズ。一般的に、イー" -"サネット向けは 1500 バイト。" - -msgid "" -"Mechanism for highly-available multi-host routing when using OpenStack " -"Networking (neutron)." -msgstr "" -"OpenStack Networking (neutron) の使用時、高可用なマルチホストルーティングのた" -"めの機構。" - -msgid "" -"Mechanism in IP networks to detect end-to-end MTU and adjust packet size " -"accordingly." -msgstr "" -"エンド間の MTU を検出し、パケットサイズを適切に調整するための IP ネットワーク" -"における機構。" - -msgid "" -"Message exchange that is cleared when the service restarts. Its data is not " -"written to persistent storage." -msgstr "" -"サービスの再起動時に削除されるメッセージ交換。このデータは永続ストレージに書" -"き込まれない。" - -msgid "" -"Message queue software supported by OpenStack. An alternative to RabbitMQ. " -"Also spelled 0MQ." -msgstr "" -"OpenStack によりサポートされるメッセージキューソフトウェア。RabbitMQ の代替。" -"0MQ とも表記。" - -msgid "" -"Message queue software supported by OpenStack; an alternative to RabbitMQ." -msgstr "" -"OpenStack によりサポートされるメッセージキューソフトウェア。RabbitMQ の代替。" - -msgid "" -"Message queue that is cleared when the service restarts. Its data is not " -"written to persistent storage." -msgstr "" -"サービスの再起動時に削除されるメッセージキュー。このデータは永続ストレージに" -"書き込まれない。" - -msgid "Message service" -msgstr "Message サービス" - -msgid "Meta-Data Server (MDS)" -msgstr "Meta-Data Server (MDS)" - -msgid "Metadata agent" -msgstr "メタデータエージェント" - -msgid "" -"Method to access VM instance consoles using a web browser. Supported by " -"Compute." -msgstr "" -"Web ブラウザーを使用して仮想マシンインスタンスのコンソールにアクセスする方" -"法。Compute によりサポートされる。" - -msgid "Mitaka" -msgstr "Mitaka" - -msgid "Modular Layer 2 (ML2) neutron plug-in" -msgstr "Modular Layer 2 (ML2) neutron プラグイン" - -msgid "" -"Modular system that allows the underlying message queue software of Compute " -"to be changed. For example, from RabbitMQ to ZeroMQ or Qpid." -msgstr "" -"Compute が利用するメッセージキューソフトウェアを変更できるようにする仕組み。" -"例えば、 RabbitMQ を ZeroMQ や Qpid に変更できる。" - -msgid "Monitor (LBaaS)" -msgstr "モニター (LBaaS)" - -msgid "Monitor (Mon)" -msgstr "モニター (Mon)" - -msgid "MultiNic" -msgstr "MultiNic" - -msgid "N" -msgstr "N" - -msgid "NAT" -msgstr "NAT" - -msgid "NTP" -msgstr "NTP" - -msgid "Name for the Compute component that manages VMs." -msgstr "仮想マシンを管理する Compute のコンポーネントの名称。" - -msgid "Nebula" -msgstr "Nebula" - -msgid "NetApp volume driver" -msgstr "NetApp ボリュームドライバー" - -msgid "Network Address Translation (NAT)" -msgstr "ネットワークアドレス変換 (NAT)" - -msgid "" -"Network Address Translation; Process of modifying IP address information " -"while in transit. Supported by Compute and Networking." -msgstr "" -"ネットワークアドレス変換。IP アドレス情報を転送中に変更する処理。Compute と " -"Networking によりサポートされる。" - -msgid "Network File System (NFS)" -msgstr "Network File System (NFS)" - -msgid "Network Time Protocol (NTP)" -msgstr "Network Time Protocol (NTP)" - -msgid "" -"Network Time Protocol; Method of keeping a clock for a host or node correct " -"via communication with a trusted, accurate time source." -msgstr "" -"ネットワーク時刻プロトコル。信頼された、正確な時刻源と通信することにより、ホ" -"ストやノードの時刻を正確に保つ方法。" - -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 "" -"ユーザーやクライアント (ノース)、とサーバー (サウス) 間のネットワーク通信、ク" -"ラウド (サウス) とクラウド外 (ノース) 内の通信。イースト・サウス通信も参照。" - -msgid "" -"Network traffic between servers in the same cloud or data center. See also " -"north-south traffic." -msgstr "" -"同じクラウドやデータセンターにあるサーバー間のネットワーク通信。ノース・サウ" -"ス通信も参照。" - -msgid "Networking" -msgstr "Networking" - -msgid "Networking API" -msgstr "Networking API" - -msgid "" -"New users are assigned to this tenant if no tenant is specified when a user " -"is created." -msgstr "" -"ユーザーを作成したときに、テナントを指定していない場合、新規ユーザーはこのテ" -"ナントに割り当てられる。" - -msgid "Nexenta volume driver" -msgstr "Nexenta ボリュームドライバー" - -msgid "No ACK" -msgstr "No ACK" - -msgid "Nova API" -msgstr "Nova API" - -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 "" -"インターネットにあるすべてのコンピューターシステムを一意にする番号。Internet " -"Protocol (IP) は、IPv4 と IPv6 の 2 つのバージョンがアドレス付けのために使用" -"中です。" - -msgid "Numbers" -msgstr "数字" - -msgid "O" -msgstr "O" - -msgid "Object Storage" -msgstr "オブジェクトストレージ" - -msgid "Object Storage API" -msgstr "Object Storage API" - -msgid "Object Storage Device (OSD)" -msgstr "Object Storage Device (OSD)" - -msgid "" -"Object Storage middleware that uploads (posts) an image through a form on a " -"web page." -msgstr "" -"Web ページのフォームからイメージをアップロード (投稿) する、Object Storage の" -"ミドルウェア。" - -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 "" -"Amazon により提供されるオブジェクトストレージ。Object Storage の機能に似てい" -"る。Image service の仮想マシンイメージのバックエンドとして利用できる。" - -msgid "Oldie" -msgstr "Oldie" - -msgid "" -"On the Internet, 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 "" -"インターネット上で Web サイトを他のサイトから分離する。ドメイン名はよく、ドッ" -"トにより区切られた 2 つ以上の部分を持つ。例えば、yahoo.com、usa.gov、harvard." -"edu、mail.yahoo.com。" - -msgid "" -"One of the RPC primitives used by the OpenStack message queue software. " -"Sends a message and does not wait for a response." -msgstr "" -"OpenStack メッセージキューソフトウェアにより使用される RPC プリミティブの 1 " -"つ。メッセージを送信し、応答を待たない。" - -msgid "" -"One of the RPC primitives used by the OpenStack message queue software. " -"Sends a message and waits for a response." -msgstr "" -"OpenStack のメッセージキューソフトウェアにより使用される、RPC プリミティブの " -"1 つ。メッセージを送信し、応答を待つ。" - -msgid "One of the VM image disk formats supported by Image service." -msgstr "" -"Image service によりサポートされる、仮想マシンイメージディスク形式の 1 つ。" - -msgid "" -"One of the VM image disk formats supported by Image service; an unstructured " -"disk image." -msgstr "" -"Image service によりサポートされる仮想マシンイメージのディスク形式の 1 つ。" - -msgid "" -"One of the default roles in the Compute RBAC system and the default role " -"assigned to a new user." -msgstr "" -"Compute RBAC システムにあるデフォルトのロールの 1 つ。新規ユーザーに割り当て" -"られるデフォルトのロール。" - -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 "" -"Compute RBAC システムにおけるデフォルトのロールの 1 つ。ユーザーが他のユー" -"ザーをプロジェクトに追加でき、プロジェクトに関連付けられた仮想マシンイメージ" -"を操作でき、仮想マシンインスタンスを起動および終了できるようになる。" - -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 "" -"Compute RBAC システムにおけるデフォルトのロールの 1 つ。ユーザーが、パブリッ" -"クにアクセス可能な IP アドレスをインスタンスに割り当てられ、ファイアウォール" -"ルールを変更できるようになる。" - -msgid "" -"One of the default roles in the Compute RBAC system. Grants complete system " -"access." -msgstr "" -"Compute RBAC システムにおけるデフォルトのロールの 1 つ。システムの完全なアク" -"セス権を付与する。" - -msgid "" -"One of the hypervisors supported by OpenStack, generally used for " -"development purposes." -msgstr "" -"OpenStack がサポートするハイパーバイザーの一つ。一般に、開発目的で使用され" -"る。" - -msgid "One of the hypervisors supported by OpenStack." -msgstr "OpenStack によりサポートされるハイパーバイザーの一つ。" - -msgid "One of the supported response formats in OpenStack." -msgstr "OpenStack でサポートされる応答形式の 1 つ。" - -msgid "Open Cloud Computing Interface (OCCI)" -msgstr "Open Cloud Computing Interface (OCCI)" - -msgid "Open Virtualization Format (OVF)" -msgstr "Open Virtualization Format (OVF)" - -msgid "" -"Open source GUI and CLI tools used for remote console access to VMs. " -"Supported by Compute." -msgstr "" -"仮想マシンへのリモートコンソールアクセスに使用される、オープンソースの GUI / " -"CUI ツール。" - -msgid "" -"Open source tool used to access remote hosts through an encrypted " -"communications channel, SSH key injection is supported by Compute." -msgstr "" -"暗号化した通信チャネル経由でリモートホストにアクセスするために使用されるオー" -"プンソースのツール。SSH 鍵インジェクションが Compute によりサポートされる。" - -msgid "Open vSwitch" -msgstr "Open vSwitch" - -msgid "Open vSwitch (OVS) agent" -msgstr "Open vSwitch (OVS) エージェント" - -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 "" -"Open vSwitch は、商用品質、複数階層の仮想スイッチ。オープンソースの Apache " -"2.0 license に基づき許諾される。標準的な管理インターフェースやプロトコルと使" -"用ながら、プログラム拡張により大規模なネットワーク自動化を実現できるよう設計" -"されている (例えば、NetFlow、sFlow、SPAN、RSPAN、CLI、LACP、802.1ag)。" - -msgid "Open vSwitch neutron plug-in" -msgstr "Open vSwitch neutron プラグイン" - -msgid "OpenLDAP" -msgstr "OpenLDAP" - -msgid "OpenStack" -msgstr "OpenStack" - -msgid "" -"OpenStack Networking agent that provides DHCP services for virtual networks." -msgstr "" -"仮想ネットワーク向けに DHCP サービスを提供する OpenStack Networking エージェ" -"ント。" - -msgid "" -"OpenStack Networking agent that provides layer-2 connectivity for virtual " -"networks." -msgstr "" -"仮想ネットワーク向けに L2 接続性を提供する OpenStack Networking エージェン" -"ト。" - -msgid "" -"OpenStack Networking agent that provides layer-3 (routing) services for " -"virtual networks." -msgstr "" -"仮想ネットワーク向けに L3 (ルーティング) サービスを提供する OpenStack " -"Networking エージェント。" - -msgid "" -"OpenStack Networking agent that provides metadata services for instances." -msgstr "" -"インスタンスにメタデータサービスを提供する OpenStack Networking エージェン" -"ト。" - -msgid "OpenStack code name" -msgstr "OpenStack コード名" - -msgid "OpenStack glossary" -msgstr "OpenStack 用語集" - -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 "" -"OpenStack は、データセンター全体のコンピュートリソース、ストレージリソース、" -"ネットワークリソースの大規模なプールを制御する、クラウドオペレーティングシス" -"テム。管理者はすべてダッシュボードから制御できる。ユーザーは Web インター" -"フェースからリソースを配備できる。Apache License 2.0 に基づき許諾されるオープ" -"ンソースのプロジェクト。" - -msgid "" -"OpenStack project that aims to produce an OpenStack messaging service that " -"affords a variety of distributed application patterns in an efficient, " -"scalable and highly-available manner, and to create and maintain associated " -"Python libraries and documentation. The code name for the project is zaqar." -msgstr "" -"効率的、拡張可能、高可用な方法で、さまざまな分散アプリケーションのパターンを" -"提供する、OpenStack messaging service を開発することを目指している OpenStack " -"プロジェクト。また、関連する Python ライブラリーやドキュメントを作成してメン" -"テナンスする。このプロジェクトのコード名は zaqar。" - -msgid "" -"OpenStack project that produces a secret storage and generation system " -"capable of providing key management for services wishing to enable " -"encryption features. The code name of the project is barbican." -msgstr "" -"暗号化機能を有効化したいサービスに鍵管理機能を提供する機能を持つ、シークレッ" -"トストレージと生成システムを開発する OpenStack プロジェクト。このプロジェクト" -"の名前は barbican。" - -msgid "" -"OpenStack project that produces a set of Python libraries containing code " -"shared by OpenStack projects." -msgstr "" -"OpenStack プロジェクトに共有されるコードを含む Python ライブラリー群を作成す" -"る OpenStack プロジェクト。" - -msgid "OpenStack project that provides a dashboard, which is a web interface." -msgstr "" -"ダッシュボードを提供する OpenStack プロジェクト。Web インターフェース。" - -msgid "" -"OpenStack project that provides a framework for performance analysis and " -"benchmarking of individual OpenStack components as well as full production " -"OpenStack cloud deployments. The code name of the project is rally." -msgstr "" -"各 OpenStack コンポーネント、本番の OpenStack 環境のパフォーマンス分析とベン" -"チマーク向けにフレームワークを提供する OpenStack プロジェクト。このプロジェク" -"トの名前は rally。" - -msgid "OpenStack project that provides a message service to applications." -msgstr "" -"メッセージサービスをアプリケーションに提供する OpenStack のプロジェクト。" - -msgid "" -"OpenStack project that provides a scalable data-processing stack and " -"associated management interfaces." -msgstr "" -"スケールアウト可能なデータ処理基盤と関連する管理インターフェースを提供する、" -"OpenStack のプロジェクト。" - -msgid "" -"OpenStack project that provides a scalable data-processing stack and " -"associated management interfaces. The code name for the project is sahara." -msgstr "" -"スケールアウト可能なデータ処理基盤と関連する管理インターフェースを提供する、" -"OpenStack のプロジェクト。プロジェクトのコード名は sahara です。" - -msgid "" -"OpenStack project that provides a set of services for management of " -"application containers in a multi-tenant cloud environment. The code name of " -"the project name is magnum." -msgstr "" -"マルチテナントクラウド環境において、アプリケーションコンテナーの管理サービス" -"を提供する、OpenStack のプロジェクト。プロジェクトのコード名は magnum です。" - -msgid "" -"OpenStack project that provides a simple YAML-based language to write " -"workflows, tasks and transition rules, and a service that allows to upload " -"them, modify, run them at scale and in a highly available manner, manage and " -"monitor workflow execution state and state of individual tasks. The code " -"name of the project is mistral." -msgstr "" -"ワークフロー、タスク、状態遷移ルールを書くための YAML ベースの言語を提供し、" -"それらをアップロード、編集できるサービス、それらを大規模かつ高可用に実行でき" -"るサービス、ワークフローの実行状態および個々のタスクの状態を管理および監視で" -"きるサービスを提供する OpenStack プロジェクト。このプロジェクトのコード名は " -"mistral。" - -msgid "OpenStack project that provides an Application catalog." -msgstr "アプリケーションカタログを提供する OpenStack のプロジェクト。" - -msgid "" -"OpenStack project that provides an application catalog service so that users " -"can compose and deploy composite environments on an application abstraction " -"level while managing the application lifecycle. The code name of the project " -"is murano." -msgstr "" -"ユーザーがアプリケーションのライフサイクルを管理しながら、アプリケーションの" -"抽象的なレベルで合成環境を作成して配備できるよう、アプリケーションカタログ" -"サービスを提供する OpenStack プロジェクト。このプロジェクトのコード名は " -"murano。" - -msgid "OpenStack project that provides compute services." -msgstr "コンピュートサービスを提供する OpenStack プロジェクト。" - -msgid "OpenStack project that provides database services to applications." -msgstr "" -"データベースサービスをアプリケーションに提供する OpenStack のプロジェクト。" - -msgid "" -"OpenStack project that provides scalable, on demand, self service access to " -"authoritative DNS services, in a technology-agnostic manner. The code name " -"for the project is designate." -msgstr "" -"技術によらない方法で、権威 DNS サービスへの拡張可能、オンデマンド、セルフサー" -"ビスのアクセスを提供する OpenStack プロジェクト。このプロジェクトのコード名" -"は designate。" - -msgid "" -"OpenStack project that provides shared file systems as service to " -"applications." -msgstr "" -"共有ファイルシステムをアプリケーションに提供する OpenStack のプロジェクト。" - -msgid "OpenStack project that provides the Benchmark service." -msgstr "Benchmark service を提供する OpenStack プロジェクト。" - -msgid "OpenStack project that provides the Governance service." -msgstr "Governance service を提供する OpenStack プロジェクト。" - -msgid "OpenStack project that provides the Workflow service." -msgstr "ワークフローサービスを提供する OpenStack プロジェクト。" - -msgid "" -"OpenStack project that provisions bare metal, as opposed to virtual, " -"machines." -msgstr "" -"マシンを仮想とみなして、ベアメタルに展開する OpenStack のプロジェクト。" - -msgid "" -"OpenStack project that provisions bare metal, as opposed to virtual, " -"machines. The code name for the project is ironic." -msgstr "" -"マシンを仮想とみなして、ベアメタルに展開する OpenStack のプロジェクト。このプ" -"ロジェクトのコード名は ironic です。" - -msgid "" -"OpenStack project to provide governance as a service across any collection " -"of cloud services in order to monitor, enforce, and audit policy over " -"dynamic infrastructure. The code name for the project is congress." -msgstr "" -"動的なインフラストラクチャー全体でポリシーを監視、強制、監査するために、さま" -"ざまなクラウドサービス群にわたり、Governance as a Service を提供する " -"OpenStack プロジェクト。このプロジェクトのコード名は congress。" - -msgid "OpenStack supports accessing the Amazon EC2 API through Compute." -msgstr "" -"OpenStack は、Compute 経由で Amazon EC2 API へのアクセスをサポートする。" - -msgid "" -"OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, " -"digital certificates, and data encryption." -msgstr "" -"OpenStack は、HTTPS、SSH、SSL、TLS、電子証明書、データ暗号化などの暗号化技術" -"をサポートします。" - -msgid "" -"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " -"program." -msgstr "" -"OpenStack-on-OpenStack プログラム。OpenStack Deployment プログラムのコード" -"名。" - -msgid "" -"Opens all objects for an object server and verifies the MD5 hash, size, and " -"metadata for each object." -msgstr "" -"あるオブジェクトサーバー用の全オブジェクトを開き、各オブジェクトの MD5 ハッ" -"シュ、サイズ、メタデータを検証する。" - -msgid "Orchestration" -msgstr "Orchestration" - -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 "" -"Object Storage でオブジェクトを整理して保存する。Linux のディレクトリと似てい" -"るが、入れ子にできない。Image service のコンテナー形式の別名。" - -msgid "Oslo" -msgstr "Oslo" - -msgid "P" -msgstr "P" - -msgid "PCI passthrough" -msgstr "PCI パススルー" - -msgid "" -"Pages that use HTML, JavaScript, and Cascading Style Sheets to enable users " -"to interact with a web page or show simple animation." -msgstr "" -"ユーザーが Web ページと通信したり、簡単なアニメーションを表示したりするため" -"に、HTML、JavaScript、CSS を使用するページ。" - -msgid "" -"Passed to API requests and used by OpenStack to verify that the client is " -"authorized to run the requested operation." -msgstr "" -"クライアントが要求した操作を実行する権限を持つことを検証するために、API リク" -"エストに渡され、OpenStack により使用される。" - -msgid "" -"Passes requests from clients to the appropriate workers and returns the " -"output to the client after the job completes." -msgstr "" -"クライアントからのリクエストを適切なワーカーに渡す。ジョブ完了後、出力をクラ" -"イアントに返す。" - -msgid "Physical host dedicated to running compute nodes." -msgstr "コンピュートノード実行専用の物理ホスト。" - -msgid "Platform-as-a-Service (PaaS)" -msgstr "Platform-as-a-Service (PaaS)" - -msgid "" -"Point in time since the last container and accounts database sync among " -"nodes within Object Storage." -msgstr "" -"最新のコンテナーとアカウントのデータベースが Object Storage 内のノード間で同" -"期された基準時間。" - -msgid "" -"Principal communications protocol in the internet protocol suite for " -"relaying datagrams across network boundaries." -msgstr "" -"ネットワーク境界を越えてデータグラムを中継するための、インターネットプロトコ" -"ルにおける中心的な通信プロトコル。" - -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 "" -"仮想マシンに対するクライアントリクエスト、レジストリーサーバーにおける Image " -"サービスのメタデータの更新、バックエンドストアから仮想マシンイメージをアップ" -"ロードするためのストアアダプターを用いた通信を処理する。" - -msgid "Programming language used extensively in OpenStack." -msgstr "OpenStack において幅広く使用されるプログラミング言語。" - -msgid "" -"Project name for OpenStack Network Information Service. To be merged with " -"Networking." -msgstr "" -"OpenStack Network Information Service のプロジェクト名。Networking と統合予" -"定。" - -msgid "" -"Projects represent the base unit of “ownership” in OpenStack, in that all " -"resources in OpenStack should be owned by a specific project. In OpenStack " -"Identity, a project must be owned by a specific domain." -msgstr "" -"プロジェクトは OpenStack における「所有権」の基本的な単位で、OpenStack におけ" -"るあらゆるリソースは何らかのテナントに属する。 OpenStack Identity では、プロ" -"ジェクトは特定のドメインに何らかのドメインに属する。" - -msgid "" -"Protocol that encapsulates a wide variety of network layer protocols inside " -"virtual point-to-point links." -msgstr "" -"仮想のポイントツーポイントリンク内で、さまざまなネットワーク層のプロトコルを" -"カプセル化するプロトコル。" - -msgid "" -"Provided by Compute in the form of cloudpipes, specialized instances that " -"are used to create VPNs on a per-project basis." -msgstr "" -"Compute では cloudpipe の形で提供される。 cloudpipe では、特別なインスタンス" -"を使って、プロジェクト毎を基本として " -"VPN が作成される。" - -msgid "Provided in Compute through the system usage data facility." -msgstr "システム使用状況データ機能経由で Compute において提供される。" - -msgid "" -"Provides a method of allocating space on mass-storage devices that is more " -"flexible than conventional partitioning schemes." -msgstr "" -"伝統的なパーティションスキーマよりも柔軟に、大規模ストレージデバイスに領域を" -"割り当てる方式を提供する。" - -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 " -"and Compute and can be configured using the horizon dashboard." -msgstr "" -"仮想マシンの起動や停止、パスワードの初期化など、ユーザーが実行できる操作の事" -"前定義済み一覧を提供する。Identity と Compute においてサポートされる。ダッ" -"シュボードを使用して設定できる。" - -msgid "" -"Provides an interface to the underlying Open vSwitch service for the " -"Networking plug-in." -msgstr "" -"Networking のプラグインに対して、バックエンドの Open vSwitch サービスへのイン" -"ターフェースを提供する。" - -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 "" -"Object Storage のオブジェクト、アカウント、コンテナーのコピーを作成すること" -"で、データ冗長性や耐障害性を実現する。これにより、バックエンドのストレージが" -"故障した場合でもデータは失わない。" - -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 "" -"親子関係で Compute リソースの論理パーティションを提供する。親セルが要求された" -"リソースを提供できない場合、親セルからのリクエストは子セルに渡される。" - -msgid "Provides support for NexentaStor devices in Compute." -msgstr "Compute において NexentaStor デバイスのサポートを提供する。" - -msgid "Provides support for Open vSwitch in Networking." -msgstr "Networking で Open vSwitch のサポートを提供する。" - -msgid "Provides support for VMware NSX in Neutron." -msgstr "Neutron における VMware NSX サポートを提供する。" - -msgid "" -"Provides support for new and specialized types of back-end storage for the " -"Block Storage volume manager." -msgstr "" -"Block Storage のボリュームマネージャーに対して、新しい特別な種類のバックエン" -"ドストレージのサポートを提供する。" - -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 "" -"クラウドプラットフォームプロバイダーによりサポートされるプログラミング言語や" -"ツールを用いてアプリケーションを配備する機能を利用者に提供する。PaaS の例は、" -"ダウンロードする必要がない、Eclipse/Java プログラミングプラットフォームです。" - -msgid "Puppet" -msgstr "Puppet" - -msgid "Python" -msgstr "Python" - -msgid "Q" -msgstr "Q" - -msgid "QEMU Copy On Write 2 (QCOW2)" -msgstr "QEMU Copy On Write 2 (QCOW2)" - -msgid "QEMU is a generic and open source machine emulator and virtualizer." -msgstr "QEMUはオープンソースのマシンエミュレーターと仮想化ツールである。" - -msgid "Qpid" -msgstr "Qpid" - -msgid "Quick EMUlator (QEMU)" -msgstr "Quick EMUlator (QEMU)" - -msgid "R" -msgstr "R" - -msgid "RADOS Block Device (RBD)" -msgstr "RADOS Block Device (RBD)" - -msgid "RAM filter" -msgstr "RAM フィルター" - -msgid "RAM overcommit" -msgstr "RAM オーバーコミット" - -msgid "RESTful" -msgstr "RESTful" - -msgid "RESTful web services" -msgstr "RESTful Web サービス" - -msgid "RPC driver" -msgstr "RPC ドライバー" - -msgid "RPC drivers" -msgstr "RPC ドライバー" - -msgid "RXTX cap" -msgstr "RXTX キャップ" - -msgid "RXTX cap/quota" -msgstr "RXTX キャップ/クォータ" - -msgid "RXTX quota" -msgstr "RXTX クォータ" - -msgid "RabbitMQ" -msgstr "RabbitMQ" - -msgid "Rackspace Cloud Files" -msgstr "Rackspace Cloud Files" - -msgid "Recon" -msgstr "recon" - -msgid "Red Hat Enterprise Linux (RHEL)" -msgstr "Red Hat Enterprise Linux (RHEL)" - -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 "" -"特別なエンコーディングによりファイル容量を減らすこと。このファイルは、元の内" -"容に展開できます。OpenStack は、Linux ファイルシステムレベルの圧縮をサポート" -"しますが、Object Storage のオブジェクトや Image service の仮想マシンイメージ" -"などの圧縮をサポートしません。" - -msgid "Released as open source by NASA in 2010 and is the basis for Compute." -msgstr "" -"2010 年に NASA によりオープンソースとしてリリースされた。Compute の基になっ" -"た。" - -msgid "" -"Released as open source by Rackspace in 2010; the basis for Object Storage." -msgstr "" -"Rackspace により 2010 年にオープンソースとして公開された。Object Storage の" -"ベース。" - -msgid "Reliable, Autonomic Distributed Object Store (RADOS)" -msgstr "Reliable, Autonomic Distributed Object Store (RADOS)" - -msgid "Remote Procedure Call (RPC)" -msgstr "Remote Procedure Call (RPC)" - -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" -"アドレスは変更されない。" - -msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." -msgstr "Networking における仮想の分離された OSI L-2 サブネットを表す。" - -msgid "Role Based Access Control (RBAC)" -msgstr "Role Based Access Control (RBAC)" - -msgid "Runs automated tests against the core OpenStack API; written in Rails." -msgstr "" -"コア OpenStack API に対して自動テストを実行する。Rails で書かれている。" - -msgid "S" -msgstr "S" - -msgid "S3" -msgstr "S3" - -msgid "S3 storage service" -msgstr "S3 ストレージサービス" - -msgid "SAML assertion" -msgstr "SAML アサーション" - -msgid "SELinux" -msgstr "SELinux" - -msgid "" -"SINA standard that defines a RESTful API for managing objects in the cloud, " -"currently unsupported in OpenStack." -msgstr "" -"クラウドにあるオブジェクトを管理するための RESTful API を定義する SINA 標準。" -"現在 OpenStack ではサポートされていない。" - -msgid "SPICE" -msgstr "SPICE" - -msgid "SPICE (Simple Protocol for Independent Computing Environments)" -msgstr "SPICE (Simple Protocol for Independent Computing Environments)" - -msgid "SQL-Alchemy" -msgstr "SQL-Alchemy" - -msgid "SQLite" -msgstr "SQLite" - -msgid "SUSE Linux Enterprise Server (SLES)" -msgstr "SUSE Linux Enterprise Server (SLES)" - -msgid "See API endpoint." -msgstr "API エンドポイントを参照。" - -msgid "See access control list." -msgstr "「アクセス制御リスト」参照。" - -msgid "" -"Set of bits that make up a single character; there are usually 8 bits to a " -"byte." -msgstr "1 つの文字を構成するビットの組。通常は 8 ビットで 1 バイトになる。" - -msgid "" -"Setting for the Compute RabbitMQ message delivery mode; can be set to either " -"transient or persistent." -msgstr "" -"Compute RabbitMQ メッセージ配信モード用設定。transient(一時)又は " -"persistent(永続)のいずれかを設定できる。" - -msgid "Sheepdog" -msgstr "Sheepdog" - -msgid "Simple Cloud Identity Management (SCIM)" -msgstr "Simple Cloud Identity Management (SCIM)" - -msgid "Single-root I/O Virtualization (SR-IOV)" -msgstr "Single-root I/O Virtualization (SR-IOV)" - -msgid "SmokeStack" -msgstr "SmokeStack" - -msgid "" -"Soft limit on the amount of network traffic a Compute VM instance can send " -"and receive." -msgstr "" -"Compute の仮想マシンインスタンスが送受信できるネットワーク通信量のソフト制" -"限。" - -msgid "" -"Software component providing the actual implementation for Networking APIs, " -"or for Compute APIs, depending on the context." -msgstr "" -"利用形態に応じた、Networking API や Compute API の具体的な実装を提供するソフ" -"トウェアコンポーネント。" - -msgid "" -"Software that arbitrates and controls VM access to the actual underlying " -"hardware." -msgstr "VM のアクセスを実際の下位ハードウェアに仲介して制御するソフトウェア。" - -msgid "" -"Software that enables multiple VMs to share a single physical NIC within " -"Compute." -msgstr "" -"複数の仮想マシンが Compute 内で単一の物理 NIC を共有するためのソフトウェア。" - -msgid "" -"Software that runs on a host or node and provides the features and functions " -"of a hardware-based network switch." -msgstr "" -"ホストやノードで実行され、ハードウェアのネットワークスイッチの機能を提供する" -"ソフトウェア。" - -msgid "SolidFire Volume Driver" -msgstr "SolidFire Volume Driver" - -msgid "" -"Special tenant that contains all services that are listed in the catalog." -msgstr "カタログに一覧化される全サービスを含む特別なテナント。" - -msgid "" -"Specification for managing identity in the cloud, currently unsupported by " -"OpenStack." -msgstr "" -"クラウドで認証情報を管理するための仕様。現在、OpenStack によりサポートされて" -"いない。" - -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 "" -"Compute が新しいインスタンスを起動する場所を判断するとき、追加の要件を指定す" -"る。例えば、ネットワーク帯域の最小量、GPU などがある。" - -msgid "Specifies the authentication source used by Image service or Identity." -msgstr "Image service や Identity により使用される認証ソースを指定する。" - -msgid "StackTach" -msgstr "StackTach" - -msgid "Standard for packaging VM images. Supported in OpenStack." -msgstr "仮想マシンイメージのパッケージ化の標準。OpenStack でサポートされる。" - -msgid "StaticWeb" -msgstr "StaticWeb" - -msgid "" -"Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands " -"and data." -msgstr "" -"TCP/IP に似た概念のストレージプロトコル。SCSI コマンドとデータをカプセル化す" -"る。" - -msgid "" -"Storage protocol that encapsulates SCSI frames for transport over IP " -"networks." -msgstr "" -"IP ネットワーク上で転送するために、SCSI フレームをカプセル化するストレージプ" -"ロトコル。" - -msgid "Stores CephFS metadata." -msgstr "CephFS メタデータを格納する。" - -msgid "" -"String of text known only by the user; used along with an access key to make " -"requests to the Compute API." -msgstr "" -"ユーザーのみが知っているテキスト文字列。リクエストを Compute API に発行するた" -"めに、アクセスキーと一緒に使用される。" - -msgid "Subdivides physical CPUs. Instances can then use those divisions." -msgstr "" -"物理 CPU を分割する。インスタンスは、これらの分割したものを使用できる。" - -msgid "Supports interaction with VMware products in Compute." -msgstr "Compute で VMware 製品の操作をサポートする。" - -msgid "T" -msgstr "T" - -msgid "Telemetry" -msgstr "Telemetry" - -msgid "TempAuth" -msgstr "TempAuth" - -msgid "TempURL" -msgstr "TempURL" - -msgid "Tempest" -msgstr "Tempest" - -msgid "Tenant API" -msgstr "テナント API" - -msgid "" -"Term for an Object Storage process that runs for a long time. Can indicate a " -"hung process." -msgstr "" -"長時間動作している Object Storage のプロセスを指す用語。ハングしたプロセスを" -"意味する可能性もある。" - -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 errors that may occur in the physical " -"layer." -msgstr "" -"OSI ネットワークアーキテクチャーにおけるデータリンク層に使用される用語。デー" -"タリンク層は、メディアアクセス制御、フロー制御、物理層で発生する可能性のある" -"エラー検知、できる限りエラー訂正に責任を持つ。" - -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 "" -"OSI ネットワークアーキテクチャーにおけるネットワーク層に使用される用語。ネッ" -"トワーク層は、パケット転送、あるノードから別のノードへのルーティングに責任を" -"持つ。" - -msgid "" -"The nova-network worker daemon; provides services such as " -"giving an IP address to a booting nova instance." -msgstr "" -"nova-network のワーカーデーモン。起動中の nova インスタン" -"スに IP アドレスを提供するなどのサービスを提供する。" - -msgid "" -"The nova-api daemon provides " -"access to nova services. Can communicate with other APIs, such as the Amazon " -"EC2 API." -msgstr "" -"nova-api デーモンは nova サービス" -"へのアクセスを提供する。Amazon EC2 API など、他の API と通信できる。" - -msgid "" -"The API used to access the OpenStack Identity service provided through " -"keystone." -msgstr "" -"Keystone が提供する OpenStack Identity サービスアクセスに使用される API。" - -msgid "The Amazon commercial block storage product." -msgstr "Amazon のブロックストレージの商用製品。" - -msgid "The Amazon commercial compute product, similar to Compute." -msgstr "Amazon の商用コンピュート製品。Compute と似ている。" - -msgid "" -"The Apache Software Foundation supports the Apache community of open-source " -"software projects. These projects provide software products for the public " -"good." -msgstr "" -"The Apache Software Foundation は、オープンソースソフトウェアプロジェクトの " -"Apache コミュニティーをサポートする。これらのプロジェクトは、公共財のためにソ" -"フトウェア製品を提供する。" - -msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." -msgstr "" -"SolidFire iSCSI ストレージアプライアンス向けの Block Storage ドライバー。" - -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 "" -"Border Gateway Protocol は、自律システムを接続する、動的ルーティングプロトコ" -"ルである。インターネットのバックボーンと比べて、このプロトコルは、より大きな" -"ネットワークを形成するために、異なるネットワークを接続する。" - -msgid "The Ceph storage daemon." -msgstr "Ceph ストレージデーモン。" - -msgid "" -"The Compute RabbitMQ message exchange that remains active when the server " -"restarts." -msgstr "" -"サーバーの再起動時に有効なままになる Compute の RabbitMQ メッセージ交換。" - -msgid "" -"The Compute VM scheduling algorithm that attempts to start a new VM on the " -"host with the least amount of load." -msgstr "" -"新規仮想マシンを合計負荷の最も低いホストで起動しようとする、Compute 仮想マシ" -"ンスケジューリングアルゴリズム。" - -msgid "" -"The Compute component that chooses suitable hosts on which to start VM " -"instances." -msgstr "" -"仮想マシンインスタンスを起動するために適切なホストを選択する Compute のコン" -"ポーネント。" - -msgid "" -"The Compute component that contains a list of the current capabilities of " -"each host within the cell and routes requests as appropriate." -msgstr "" -"セル内にある各ホストの現在のキャパシティー一覧を持ち、リクエストを適切にルー" -"ティングする、Compute のコンポーネント。" - -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 "" -"認可されたノードに IP アドレスを割り当てる Compute のコンポーネント。DHCP、" -"DNS、ルーティングの設定とサービスが別の何かにより提供されることを仮定してい" -"る。" - -msgid "" -"The Compute component that manages various network components, such as " -"firewall rules, IP address allocation, and so on." -msgstr "" -"ファイアウォールのルール、IP アドレスの割り当てなど、さまざまなネットワークの" -"コンポーネントを管理する、Compute のコンポーネント。" - -msgid "" -"The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and " -"radvd (routing) services." -msgstr "" -"dnsmasq (DHCP、DNS、BOOTP、TFTP) や radvd (ルーティング) のサービスを提供す" -"る Compute のコンポーネント。" - -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 "" -"各ノードで動作し、仮想マシンインスタンスのライフサイクル (実行、再起動、終" -"了、ボリュームの接続や切断など) を管理する、Compute のコンポーネント。" -"nova-compute デーモンにより提供さ" -"れる。" - -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 "" -"Compute の直接交換、ファンアウト交換、トピック交換は、このキーを使用して、" -"メッセージを処理する方法を判断する。処理内容は交換形式に応じて変化する。" - -msgid "" -"The Compute scheduling method that attempts to fill a host with VMs rather " -"than starting new VMs on a variety of hosts." -msgstr "" -"様々なホスト上で新しい VM を起動するよりも、なるべく一つのホストを埋めようと" -"する Compute スケジューリング手法。" - -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 "" -"Compute のサービスは、通知システム経由で警告を送信できる。カスタム通知ドライ" -"バーを作成する機能がある。警告は、送信したり、ダッシュボードに表示したりでき" -"る。" - -msgid "" -"The Compute service provides accounting information through the event " -"notification and system usage data facilities." -msgstr "" -"Compute サービスは、イベント通知やシステム使用状況データ機能からアカウンティ" -"ング情報を提供する。" - -msgid "The Compute setting that enables or disables RAM overcommitment." -msgstr "RAM オーバーコミットを有効化または無効化する Compute の設定。" - -msgid "The Identity component that provides high-level authorization services." -msgstr "高レベルの認可サービスを提供する Identity のコンポーネント。" - -msgid "The Identity service component that provides authentication services." -msgstr "認証サービスを提供する Identity のコンポーネント。" - -msgid "" -"The Identity service endpoint template that contains services available to " -"all tenants." -msgstr "" -"すべてのテナントが利用可能なサービスを含む、Identity のエンドポイントテンプ" -"レート。" - -msgid "The Image service API endpoint for management of VM images." -msgstr "仮想マシンイメージの管理用の Image service API エンドポイント。" - -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 "" -"ネットワークコントローラーは、コンピュートのサーバーが、お互いに通信したり、" -"パブリックなネットワークと通信したりできるようにするために、仮想ネットワーク" -"を提供する。すべてのマシンは、パブリックネットワークインターフェースとプライ" -"ベートネットワークインターフェースを持つ必要がある。VLAN ネットワークは、" -"VLAN マネージャーを用いた vlan_interface オプションにより" -"制御される、プライベートネットワークインターフェースである。" - -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 "" -"ネットワークコントローラーは、コンピュートサーバー間、およびコンピュートサー" -"バーとパブリックネットワークとの通信を行う仮想ネットワークを用意する。すべて" -"の物理マシンにはパブリック側とプライベート側のネットワークインタフェースが必" -"要。プライベートネットワークインターフェースは、フラットネットワークまたは " -"VLAN ネットワークインターフェースにできる。フラットネットワークインターフェー" -"スは、フラットマネージャーを用いて flat_interface により制御される。VLAN ネッ" -"トワークインターフェースは、VLAN マネージャーの vlan_interface オプションにより制御される。" - -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 "" -"compute サーバーがパブリックネットワークと相互通信できるよう、ネットワークコ" -"ントローラーが仮想ネットワークを提供する。全マシンにはパブリックとプライベー" -"トのネットワークインターフェースがなければならない。パブリックネットワークイ" -"ンターフェースは public_interface オプションにより制御され" -"る。" - -msgid "" -"The Object Storage back-end process that creates and manages object replicas." -msgstr "" -"オブジェクトの複製を作成および管理する Object Storage のバックエンドプロセ" -"ス。" - -msgid "" -"The Object Storage component that provides container services, such as " -"create, delete, list, and so on." -msgstr "" -"作成、削除、一覧表示などのコンテナーサービスを提供する Object Storage のコン" -"ポーネント。" - -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, and so on." -msgstr "" -"Object Storage のアカウントのコンテキスト。Active Directory、/etc/passwd、" -"OpenLDAP、OpenStack Identity などの認証サービスのユーザーアカウントと混同しな" -"いこと。" - -msgid "" -"The OpenStack configuration files use an INI format to describe options and " -"their values. It consists of sections and key value pairs." -msgstr "" -"OpenStack 設定ファイルは、オプションやその値を記述するために、INI 形式を使用" -"する。セクションとキーバリューペアから構成される。" - -msgid "" -"The OpenStack core project that enables management of volumes, volume " -"snapshots, and volume types. The project name of Block Storage is cinder." -msgstr "" -"ボリューム、ボリュームのスナップショット、ボリューム種別を管理する、" -"OpenStack のコアプロジェクト。Block Storage のプロジェクト名は cinder。" - -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 Identity is keystone." -msgstr "" -"ユーザーがアクセスできる OpenStack サービスに対応付けられた、ユーザーの中央" -"ディレクトリーを提供する、OpenStack コアプロジェクト。OpenStack サービスのエ" -"ンドポイントも登録する。一般的な認証システムとして動作する。Identity のプロ" -"ジェクト名は keystone。" - -msgid "" -"The OpenStack core project that provides compute services. The project name " -"of Compute service is nova." -msgstr "" -"コンピュートサービスを提供する OpenStack のコアプロジェクト。Compute のプロ" -"ジェクト名は nova。" - -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 "" -"結果整合性(eventually consistent)、ストレージ冗長化、静的デジタルコンテンツ" -"取得、といった機能を提供する、OpenStack のコアプロジェクト。OpenStack Object " -"Storage のプロジェクト名は swift。" - -msgid "The POSIX-compliant file system provided by Ceph." -msgstr "Ceph により提供される POSIX 互換ファイルシステム。" - -msgid "" -"The SCSI disk protocol tunneled within Ethernet, supported by Compute, " -"Object Storage, and Image service." -msgstr "" -"イーサネット内でトンネルされる SCSI ディスクプロトコル。Compute、Object " -"Storage、Image service によりサポートされる。" - -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 によりサポートされる。" - -msgid "The Xen administrative API, which is supported by Compute." -msgstr "Xen 管理 API。Compute によりサポートされる。" - -msgid "" -"The ability to encrypt data at the file system, disk partition, or whole-" -"disk level. Supported within Compute VMs." -msgstr "" -"ファイルシステム、ディスクパーティション、ディスク全体を暗号化する機能。" -"Compute の仮想マシン内でサポートされる。" - -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 インスタンス" -"を起動する機能。" - -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 インスタンス" -"を起動する機能。" - -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 "" -"切り替え中のわずかなサービス中断のみで、実行中の仮想マシンをあるホストから別" -"のホストに移動する、Compute 内の機能。" - -msgid "" -"The act of verifying that a user, process, or client is authorized to " -"perform an action." -msgstr "" -"ユーザー、プロセス、クライアントが操作を実行する権限を持つかどうかを確認する" -"こと。" - -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 "" -"インターネットなどの通信リソースにより使用される、利用可能なデータ量。何かを" -"ダウンロードするために使用されるデータの合計量、またはダウンロードするために" -"利用可能なデータの合計量を表す。" - -msgid "" -"The amount of time it takes for a new Object Storage object to become " -"accessible to all clients." -msgstr "" -"Object Storage の新規オブジェクトがすべてのクライアントからアクセス可能になる" -"までにかかる時間。" - -msgid "" -"The association between an Image service VM image and a tenant. Enables " -"images to be shared with specified tenants." -msgstr "" -"Image service の仮想マシンイメージとテナント間の関連。イメージを特別なテナン" -"トと共有できるようになる。" - -msgid "" -"The back-end store used by Image service to store VM images, options include " -"Object Storage, local file system, S3, or HTTP." -msgstr "" -"仮想マシンイメージを保存するために、Image service により使用されるバックエン" -"ドストア。オプションとして、Object Storage、ローカルファイルシステム、S3、" -"HTTP がある。" - -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 "" -"OpenStack の 8 番目のリリースのコード名。デザインサミットがアメリカ合衆国オレ" -"ゴン州ポートランドで開催された。Havana は、オレゴン州の非法人コミュニティーで" -"ある。" - -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 "" -"OpenStack の 11 番目のリリースのコード名。デザインサミットは、フランスのパリ" -"で開催された。名前選定の遅れにより、このリリースは K のみで知られていた。" -"k はキロを表す単位記号であり、その原器がパリ近郊の " -"Pavillon de Breteuil in Sèvres に保存されているので、コミュニティーはリリース" -"名として Kilo を選択した" - -msgid "" -"The code name for the initial release of OpenStack. The first design summit " -"took place in Austin, Texas, US." -msgstr "" -"OpenStack の初期リリースのコード名。最初のデザインサミットは、アメリカ合衆国" -"テキサス州オースチンで開催された。" - -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 "" -"OpenStack の 9 番目のリリースのコード名。デザインサミットは、香港で開催され" -"た。Ice House は、その近くにある通りである。" - -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 "" -"OpenStack の 7 番目のリリースのコード名。デザインサミットがアメリカ合衆国カリ" -"フォルニア州サンディエゴで開催された。Grizzly は、カリフォルニア州の州旗に使" -"われている。" - -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 "" -"OpenStack の 10 番目のリリースのコード名。デザインサミットはアメリカ合衆国" -"ジョージア州アトランタにて開催された。Juno は、ジョージア州の非公式コミュニ" -"ティー。" - -msgid "" -"The code name for the thirteenth release of OpenStack. The design summit " -"will take place in Tokyo, Japan. Mitaka is a city in Tokyo." -msgstr "" -"OpenStack の 13 番目のリリースのコード名。デザインサミットは、日本の東京で開" -"催された。三鷹は、東京にある都市です。" - -msgid "" -"The code name for the twelfth release of OpenStack. The design summit took " -"place in Vancouver, Canada and Liberty is the name of a village in the " -"Canadian province of Saskatchewan." -msgstr "" -"OpenStack の 12 番目のリリースのコード名。デザインサミットは、カナダのバン" -"クーバーで開催された。Liberty は、サスカチュワン州にある村の名前。" - -msgid "The collaboration site for OpenStack." -msgstr "OpenStack 用コラボレーションサイト。" - -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 "" -"Python により使用される協調スレッドモデル。特定のライブラリーコールが発行され" -"るときの競合状態とコンテキストスイッチを減らす。各 OpenStack サービスは自身の" -"スレッドである。" - -msgid "The current state of a guest VM image." -msgstr "ゲスト仮想マシンイメージの現在の状態。" - -msgid "" -"The current status of a VM image in Image service, not to be confused with " -"the status of a running instance." -msgstr "" -"Image service における仮想マシンイメージの現在の状態。実行中のインスタンスの" -"状態と混同しないこと。" - -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 meters, Compute VM commands, census " -"data, and so on." -msgstr "" -"クライアントが API にアクセスするために通信するデーモン、ワーカーまたはサービ" -"ス。API エンドポイントは、認証、売上データ、パフォーマンス統計、Compute 仮想" -"マシンコマンド、センサスデータなどのような数多くのサービスを提供できます。" - -msgid "The default message queue software used by OpenStack." -msgstr "OpenStackでデフォルトで採用されているメッセージキューのソフトウェア。" - -msgid "" -"The default panel that is displayed when a user accesses the horizon " -"dashboard." -msgstr "" -"ユーザーがダッシュボードにアクセスした際に表示されるデフォルトのパネル。" - -msgid "The fibre channel protocol tunneled within Ethernet." -msgstr "イーサネットでトンネルされるファイバーチャネルプロトコル。" - -msgid "" -"The main virtual communication line used by all AMQP messages for inter-" -"cloud communications within Compute." -msgstr "" -"Compute 内でクラウド内通信のためにすべての AMQP メッセージにより使用されるメ" -"インの仮想通信ライン。" - -msgid "" -"The method of storage used by horizon to track client sessions, such as " -"local memory, cookies, a database, or memcached." -msgstr "" -"クライアントのセッションを管理するために、horizon により使用される保存方法。" -"ローカルメモリー、クッキー、データベース、memcached など。" - -msgid "" -"The method that a service uses for persistent storage, such as iSCSI, NFS, " -"or local disk." -msgstr "" -"サービスが、iSCSI、NFS、ローカルディスクなどの永続ストレージを使用する方式。" - -msgid "" -"The method used by the Compute RabbitMQ for intra-service communications." -msgstr "内部サービス通信のために Compute RabbitMQ により使用される方法。" - -msgid "The most common web server software currently used on the Internet." -msgstr "" -"現在インターネットにおいて使用されている最も一般的な Web サーバーソフトウェ" -"ア。" - -msgid "The number of replicas of the data in an Object Storage ring." -msgstr "Object Storage リングにおけるデータ複製数。" - -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 により提供される。" - -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 "" -"Object Storage のオブジェクトの一覧、ゲスト仮想マシンの現在の状態、ユーザー名" -"の一覧など、サービスに関する情報を保存および取得するために使用される永続デー" -"タストア。また、Image service が仮想マシンイメージを取得および保存するために" -"使用する方式。Object Storage、ローカルファイルシステム、S3、HTTP などの選択肢" -"がある。" - -msgid "" -"The person responsible for planning and maintaining an OpenStack " -"installation." -msgstr "OpenStack インストールを計画し、管理する責任者。" - -msgid "" -"The point where a user interacts with a service; can be an API endpoint, the " -"horizon dashboard, or a command-line tool." -msgstr "" -"ユーザーがサービスと通信する箇所。API エンドポイント、ダッシュボード、コマン" -"ドラインツールの可能性がある。" - -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 "" -"データを抽象化やセキュア化する目的で、あるパケット形式を別の形式の中に入れる" -"ための方法。例えば、GRE、MPLS、IPsec などがある。" - -msgid "" -"The practice of utilizing a secondary environment to elastically build " -"instances on-demand when the primary environment is resource constrained." -msgstr "" -"主環境がリソース制限されたとき、要求時に応じてインスタンスを伸縮自在に構築す" -"るために、副環境を利用する慣習。" - -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 "" -"主たる負荷分散の設定オブジェクト。クライアント通信を受け付ける仮想 IP とポー" -"トを指定する。使用する負荷分散方式、プロトコルなどの詳細も定義する。このエン" -"ティティは、virtual server、vserver、listener のような負荷分散製品においても" -"知られている。" - -msgid "" -"The process associating a Compute floating IP address with a fixed IP " -"address." -msgstr "" -"Compute の Floating IP アドレスと固定 IP アドレスを関連づけるプロセス。" - -msgid "" -"The process of automating IP address allocation, deallocation, and " -"management. Currently provided by Compute, melange, and Networking." -msgstr "" -"IP アドレスの割り当て、割り当て解除、管理を自動化するプロセス。現在、" -"Compute、melange、Networking により提供される。" - -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 "" -"Networking において、仮想インターフェースや仮想 NIC を L2 ネットワークに接続" -"するプロセス。Compute の文脈では、ストレージボリュームをインスタンスに接続す" -"るプロセス。" - -msgid "" -"The process of copying data to a separate physical device for fault " -"tolerance and performance." -msgstr "" -"別の物理デバイスにデータをコピーする処理。耐障害性や性能のために行われる。" - -msgid "" -"The process of distributing Object Storage partitions across all drives in " -"the ring; used during initial ring creation and after ring reconfiguration." -msgstr "" -"リング内のすべてのドライブにわたり、Object Storage のパーティションを分散させ" -"る処理。初期リング作成中、リング再設定後に使用される。" - -msgid "" -"The process of filtering incoming network traffic. Supported by Compute." -msgstr "" -"入力ネットワーク通信をフィルタリングする処理。Compute によりサポートされる。" - -msgid "" -"The process of finding duplicate data at the disk block, file, and/or object " -"level to minimize storage usecurrently unsupported within OpenStack." -msgstr "" -"ディスク使用を最小化するために、ディスクブロック、ファイル、オブジェクトレベ" -"ルにあるデータの重複を見つけるプロセス。現在 OpenStack 内では未サポート。" - -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)インスタンスをあるホストから別のホストにマイ" -"グレーションする処理。共有ストレージのライブマイグレーションとブロックマイグ" -"レーション両方と互換がある。" - -msgid "The process of moving a VM instance from one host to another." -msgstr "VM インスタンスをあるホストから別のホストに移動させる処理。" - -msgid "" -"The process of putting a file into a virtual machine image before the " -"instance is started." -msgstr "" -"インスタンスが起動する前に、仮想マシンイメージ中にファイルを配置する処理。" - -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 "" -"Floating IP アドレスと固定 IP アドレスの関連付けを解除する処理。この関連付け" -"が解除されると、Floating IP はアドレスプールに戻されます。" - -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 "" -"Floating IP アドレスと固定 IP の関連付けを削除する処理。これにより、Floating " -"IP アドレスをアドレスプールに返す。" - -msgid "" -"The process of spreading client requests between two or more nodes to " -"improve performance and availability." -msgstr "" -"パフォーマンスや可用性を向上するために、2 つ以上のノード間でクライアントリク" -"エストを分散する処理。" - -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 "" -"アドレスプールから Floating IP アドレスを取得するプロセス。ゲスト仮想マシンイ" -"ンスタンスに固定 IP を関連付けられるようにする。" - -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 "" -"ユーザー、プロセスまたはクライアントが、秘密鍵、秘密トークン、パスワード、指" -"紋または同様の方式により示されている主体と本当に同じであることを確認するプロ" -"セス。" - -msgid "" -"The project name for the Telemetry service, which is an integrated project " -"that provides metering and measuring facilities for OpenStack." -msgstr "" -"Telemetry サービスのプロジェクト名。OpenStack 向けにメータリングと測定機能を" -"提供する、統合プロジェクト。" - -msgid "The project that provides OpenStack Identity services." -msgstr "OpenStack Identity サービスを提供するプロジェクト。" - -msgid "" -"The protocol by which layer-3 IP addresses are resolved into layer-2 link " -"local addresses." -msgstr "L3 IP プロトコルが L2 リンクローカルアドレスに解決されるプロトコル。" - -msgid "The protocol that tells browsers where to go to find information." -msgstr "情報を見つけるために行く場所をブラウザーに知らせるプロトコル。" - -msgid "" -"The router advertisement daemon, used by the Compute VLAN manager and " -"FlatDHCP manager to provide routing services for VM instances." -msgstr "" -"ルーター通知デーモン。仮想マシンインスタンスにルーティングサービスを提供する" -"ために、Compute の VLAN マネージャーと FlatDHCP マネージャーにより使用され" -"る。" - -msgid "" -"The software package used to provide AMQP messaging capabilities within " -"Compute. Default package is RabbitMQ." -msgstr "" -"Compute 内で AMQP メッセージング機能を提供するために使用されるソフトウェア" -"パッケージ。標準のパッケージは RabbitMQ。" - -msgid "" -"The source used by Identity service to retrieve user information; an " -"OpenLDAP server, for example." -msgstr "" -"ユーザー情報を取得するために、Identity により使用されるソース。例えば、" -"OpenLDAP。" - -msgid "" -"The step in the Compute scheduling process when hosts that cannot run VMs " -"are eliminated and not chosen." -msgstr "" -"VM を実行できないホストを排除し、選択されないようにする Compute のスケジュー" -"リング処理の段階。" - -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 "" -"クライアントから利用可能な API エンドポイントに関する情報を保存、取得するため" -"に、Identity のカタログサービスにより使用される保存方式。SQL データベース、" -"LDAP データベース、KVS バックエンドなどがある。" - -msgid "" -"The sum of each cost used when deciding where to start a new VM instance in " -"Compute." -msgstr "" -"Compute で新しい仮想マシンを起動する場所を判断するときに使用される各コストの" -"合計。" - -msgid "The tenant who owns an Image service virtual machine image." -msgstr "Image サービスの仮想マシンイメージを所有するテナント。" - -msgid "" -"The transfer of data, usually in the form of files, from one computer to " -"another." -msgstr "" -"あるコンピューターから他のコンピューターへのデータの転送。通常はファイルの形" -"式。" - -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 "" -"仮想マシンのディスクイメージが Image service のバックエンドストア内で保存され" -"る、バックエンドの形式。AMI、ISO、QCOW2、VMDK などがある。" - -msgid "" -"The universal measurement of how quickly data is transferred from place to " -"place." -msgstr "" -"データがある場所から別の場所にどのくらい速く転送されるかの普遍的な測定基準。" - -msgid "" -"The web-based management interface for OpenStack. An alternative name for " -"horizon." -msgstr "OpenStack 用 Web ベース管理インターフェース。Horizon の別名。" - -msgid "" -"This glossary offers a list of terms and definitions to define a vocabulary " -"for OpenStack-related concepts." -msgstr "" -"この用語集は、OpenStack 関連の概念の語彙を定義するために、用語や定義の一覧を" -"提供します。" - -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 を" -"更新してください。" - -msgid "" -"To add to this glossary follow the OpenStack Documentation HowTo." -msgstr "" -"この用語集に追加する場合、OpenStack Documentation HowTo を参照してくださ" -"い。" - -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 "" -"Linux カーネルファイアウォールモジュールで ARP パケットフィルタールールを維持" -"するために使用されるツール。仮想マシン向けのファイアウォールサービスを提供す" -"るために、Compute で iptables、ebtables、ip6tables と一緒に使用される。" - -msgid "" -"Tool used in OpenStack development to ensure correctly ordered testing of " -"changes in parallel." -msgstr "" -"OpenStack 開発で使用されているツールで、変更のテストを正しい順番を保証しなが" -"ら並列に実行する。" - -msgid "Tool used to run jobs automatically for OpenStack development." -msgstr "OpenStack 開発のためにジョブを自動的に実行するために使用されるツール。" - -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 "" -"Linux カーネルで IPv6 パケットフィルタールールのテーブルをセットアップ、維" -"持、検査するために使用されるツール。OpenStack Compute では、ノードと仮想マシ" -"ンの両方に対するファイアウォールを作成するために、ip6tables が arptables、" -"ebtables、iptables と一緒に使用される。" - -msgid "Torpedo" -msgstr "Torpedo" - -msgid "TripleO" -msgstr "TripleO" - -msgid "" -"Type of Compute scheduler that evenly distributes instances among available " -"hosts." -msgstr "" -"利用可能なホスト間でインスタンスを平等に分散させる、Compute のスケジューラー" -"の一種。" - -msgid "U" -msgstr "U" - -msgid "UUID for each Compute or Image service VM flavor or instance type." -msgstr "" -"Compute や Image service の仮想マシンの各フレーバーやインスタンスタイプの " -"UUID。" - -msgid "UUID used by Image service to uniquely identify each VM image." -msgstr "" -"各仮想マシンイメージを一意に識別するために Image service により使用される " -"UUID。" - -msgid "Ubuntu" -msgstr "Ubuntu" - -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 "" -"Compute の分散スケジューラーにおいて、要求している仮想マシンインスタンスのフ" -"レーバーに関連する、各ホストのキャパシティーにより計算される。" - -msgid "" -"Unique ID applied to each storage volume under the Block Storage control." -msgstr "" -"Block Storage の管理下にある各ストレージボリュームに適用される一意な ID。" - -msgid "Unique ID assigned to each Networking VIF." -msgstr "各 Networking VIF に割り当てられる一意な ID。" - -msgid "" -"Unique ID assigned to each Object Storage request; used for debugging and " -"tracing." -msgstr "" -"Object Storage の各リクエストに割り当てられる一意な ID。デバッグやトレースに使用される。" - -msgid "" -"Unique ID assigned to each guest VM instance." -msgstr "" -"各ゲスト仮想マシンインスタンスに割り" -"当てられる一意な ID。" - -msgid "" -"Unique ID assigned to each network segment within Networking. Same as " -"network UUID." -msgstr "" -"Networking 内の各ネットワークセグメントに割り当てられる一意な ID。ネットワー" -"ク UUID と同じ。" - -msgid "Unique ID assigned to each request sent to Compute." -msgstr "Compute に送られる各リクエストに割り振られる一意な ID。" - -msgid "" -"Unique ID assigned to each service that is available in the Identity service " -"catalog." -msgstr "" -"Identity のサービスカタログで利用可能な各サービスに割り当てられる一意な ID。" - -msgid "" -"Unique ID assigned to each tenant within the Identity service. The project " -"IDs map to the tenant IDs." -msgstr "" -"Identity 内で各テナントに割り当てられる一意な ID。プロジェクト ID は、テナン" -"ト ID に対応付けられる。" - -msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." -msgstr "Networking 仮想インターフェースや vNIC 用の一意な UUID 形式の ID。" - -msgid "" -"Unique ID for a Networking network segment." -msgstr "" -"Networking のネットワークセグメントの" -"一意な ID。" - -msgid "Unique ID for a Networking port." -msgstr "Networking ポートのユニーク ID。" - -msgid "" -"Unique numeric ID associated with each user in Identity, conceptually " -"similar to a Linux or LDAP UID." -msgstr "" -"Identity で各ユーザーと関連付けられた一意な数値 ID。概念として、Linux や " -"LDAP の UID を同じ。" - -msgid "Uniquely ID for an Object Storage object." -msgstr "Object Storage オブジェクト用の一意な ID。" - -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." - -msgid "" -"Use this glossary to get definitions of OpenStack-related words and phrases." -msgstr "" -"OpenStack 関連の用語や言い回しの定義を確認するために、この用語集を使用してく" -"ださい。" - -msgid "" -"Used along with an EC2 access key when communicating with the Compute EC2 " -"API; used to digitally sign each request." -msgstr "" -"Compute EC2 API 利用時に EC2 アクセスキーと一緒に使用される。各リクエストを電" -"子署名するために使用される。" - -msgid "Used along with an EC2 secret key to access the Compute EC2 API." -msgstr "Compute EC2 API にアクセスするために、EC2 秘密鍵と一緒に使用される。" - -msgid "Used along with an EKI to create an EMI." -msgstr "EMI を作成するために、EKI と一緒に使用する。" - -msgid "Used along with an ERI to create an EMI." -msgstr "EMI を作成するために、ERI と一緒に使用する。" - -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 "" -"Compute においてファイアウォールを作成する、arptables、ebtables、iptables と" -"一緒に使用される。iptables は、Linux カーネルファイアウォール (別の " -"Netfilter モジュール) により提供されるテーブル、それを保存するチェインやルー" -"ル。複数のカーネルモジュールとプログラムが、別々のプロトコルに対して使用され" -"る。iptables は IPv4、ip6tables は IPv6、arptables は ARP、ebtables は " -"Ethernet フレームに適用される。操作すうために root 権限が必要になる。" - -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 "" -"イメージが要求されたときに、イメージサーバーから再ダウンロードするのではな" -"く、ローカルホストにあるイメージを取得するために、Image service により使用さ" -"れる。" - -msgid "" -"Used by Object Storage devices to determine which storage devices are " -"suitable for the job. Devices are weighted by size." -msgstr "" -"どのストレージデバイスがジョブに対して適切であるかを判断するために、Object " -"Storage デバイスにより使用される。デバイスは容量により重み付けされる。" - -msgid "" -"Used by Object Storage to determine the location of an object in the ring. " -"Maps objects to partitions." -msgstr "" -"リング内でオブジェクトの場所を判断するために、Object Storage により使用され" -"る。オブジェクトをパーティションに対応付ける。" - -msgid "" -"Used by Object Storage to determine which partition data should reside on." -msgstr "" -"パーティションデータが配置されるべき場所を決めるために、Object Storage により" -"使用される。" - -msgid "Used by Object Storage to push object replicas." -msgstr "" -"オブジェクトの複製をプッシュするために Object Storage により使用される。" - -msgid "" -"Used in Compute along with arptables, iptables, and ip6tables to create " -"firewalls and to ensure isolation of network communications." -msgstr "" -"ファイアウォールを作成し、ネットワーク通信を確実に分離するために、arptables、" -"iptables、ip6tables と一緒に Compute で使用される。" - -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 "" -"Object Storage のオブジェクトが削除済みであることを示す印をつけるために使用さ" -"れる。オブジェクトの削除後、他のノードにおいて更新されないことを保証する。" - -msgid "" -"Used to restrict communications between hosts and/or nodes, implemented in " -"Compute using iptables, arptables, ip6tables, and ebtables." -msgstr "" -"ホストノード間の通信を制限する為に使用される。iptables, arptables, " -"ip6tables, ebtables を使用して Compute により実装される。" - -msgid "Used to track segments of a large object within Object Storage." -msgstr "Object Storage 内で大きなオブジェクトを管理するために使用される。" - -msgid "User Mode Linux (UML)" -msgstr "User Mode Linux (UML)" - -msgid "User-defined alphanumeric string in Compute; the name of a project." -msgstr "Compute でユーザーが定義した英数文字列。プロジェクトの名前。" - -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 "" -"Object Storage のユーザーは、リング中にあるリクエストされたデータの場所を参照" -"してユーザに結果を返すプロキシサーバーを介して、このサービスに通信する。" - -msgid "V" -msgstr "V" - -msgid "VIF UUID" -msgstr "VIF UUID" - -msgid "VIP" -msgstr "仮想 IP" - -msgid "VLAN" -msgstr "VLAN" - -msgid "VLAN manager" -msgstr "VLAN マネージャー" - -msgid "VLAN network" -msgstr "VLAN ネットワーク" - -msgid "VM Remote Control (VMRC)" -msgstr "VM Remote Control (VMRC)" - -msgid "VM disk (VMDK)" -msgstr "VM disk (VMDK)" - -msgid "VM image" -msgstr "仮想マシンイメージ" - -msgid "VM image container format supported by Image service." -msgstr "Image service によりサポートされる仮想マシンイメージのコンテナー形式。" - -msgid "VMware API" -msgstr "VMware API" - -msgid "VMware NSX Neutron plug-in" -msgstr "VMware NSX Neutron プラグイン" - -msgid "VNC proxy" -msgstr "VNC プロキシ" - -msgid "VXLAN" -msgstr "VXLAN" - -msgid "Virtual Central Processing Unit (vCPU)" -msgstr "仮想CPU (vCPU)" - -msgid "Virtual Disk Image (VDI)" -msgstr "Virtual Disk Image (VDI)" - -msgid "Virtual Hard Disk (VHD)" -msgstr "Virtual Hard Disk (VHD)" - -msgid "Virtual Network Computing (VNC)" -msgstr "Virtual Network Computing (VNC)" - -msgid "Virtual Network InterFace (VIF)" -msgstr "仮想ネットワークインタフェース (VIF)" - -msgid "" -"Virtual network type that uses neither VLANs nor tunnels to segregate tenant " -"traffic. Each flat network typically requires a separate underlying physical " -"interface defined by bridge mappings. However, a flat network can contain " -"multiple subnets." -msgstr "" -"テナントの通信を分離するために、VLAN もトンネルも使用しない仮想ネットワーク方" -"式。各フラットネットワークは、一般的にブリッジマッピングにより定義された、" -"バックエンドに専用の物理インターフェースを必要とする。しかしながら、フラット" -"ネットワークは複数のサブネットを含められる。" - -msgid "VirtualBox" -msgstr "VirtualBox" - -msgid "" -"Virtualization API library used by OpenStack to interact with many of its " -"supported hypervisors." -msgstr "" -"多くのサポートハイパーバイザーと通信するために、OpenStack により使用される仮" -"想化 API ライブラリー。" - -msgid "Volume API" -msgstr "Volume API" - -msgid "" -"Volume that does not save the changes made to it and reverts to its original " -"state when the current user relinquishes control." -msgstr "" -"変更が保存されないボリューム。現在のユーザーが制御を解放したとき、元の状態に" -"戻される。" - -msgid "W" -msgstr "W" - -msgid "" -"WSGI middleware component of Object Storage that serves container data as a " -"static web page." -msgstr "" -"コンテナーデータを静的 Web ページとして取り扱う Object Storage の WSGI ミドル" -"ウェアコンポーネント。" - -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 "" -"RabbitMQ と Compute の中で、コンピュートノード、ボリュームノード、ネットワー" -"クノードからのメッセージを受け付ける機能のために、スケジューラーサービスによ" -"り使用されるメッセージングインターフェース。" - -msgid "Workflow service" -msgstr "Workflow サービス" - -msgid "X" -msgstr "X" - -msgid "XFS" -msgstr "XFS" - -msgid "Xen" -msgstr "Xen" - -msgid "Xen API" -msgstr "Xen API" - -msgid "Xen Cloud Platform (XCP)" -msgstr "Xen Cloud Platform (XCP)" - -msgid "Xen Storage Manager Volume Driver" -msgstr "Xen Storage Manager Volume Driver" - -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 "" -"Xen は、マイクロカーネル設計を使用したハイパーバイザー。複数のコンピューター" -"オペレーティングシステムを同じコンピューターハードウェアで同時に実行できるよ" -"うになるサービスを提供する。" - -msgid "XenServer" -msgstr "XenServer" - -msgid "XenServer hypervisor" -msgstr "XenServer ハイパーバイザー" - -msgid "Y" -msgstr "Y" - -msgid "Z" -msgstr "Z" - -msgid "ZeroMQ" -msgstr "ZeroMQ" - -msgid "Zuul" -msgstr "Zuul" - -msgid "absolute limit" -msgstr "絶対制限" - -msgid "access control list" -msgstr "アクセス制御リスト" - -msgid "access control list (ACL)" -msgstr "アクセス制御リスト (ACL)" - -msgid "access key" -msgstr "アクセスキー" - -msgid "account" -msgstr "アカウント" - -msgid "account auditor" -msgstr "account auditor" - -msgid "account database" -msgstr "アカウントデータベース" - -msgid "account reaper" -msgstr "account reaper" - -msgid "account server" -msgstr "account server" - -msgid "account service" -msgstr "account service" - -msgid "accounting" -msgstr "アカウンティング" - -msgid "accounts" -msgstr "アカウント" - -msgid "active/active configuration" -msgstr "アクティブ/アクティブ設定" - -msgid "active/passive configuration" -msgstr "アクティブ/パッシブ設定" - -msgid "address pool" -msgstr "アドレスプール" - -msgid "admin API" -msgstr "管理 API" - -msgid "admin server" -msgstr "管理サーバー" - -msgid "alert" -msgstr "アラート" - -msgid "alerts" -msgstr "アラート" - -msgid "allocate" -msgstr "確保" - -msgid "allocate, definition of" -msgstr "確保, 定義" - -msgid "applet" -msgstr "アプレット" - -msgid "application server" -msgstr "アプリケーションサーバー" - -msgid "application servers" -msgstr "アプリケーションサーバー" - -msgid "arptables" -msgstr "arptables" - -msgid "associate" -msgstr "割り当て" - -msgid "associate, definition of" -msgstr "割り当て, 定義" - -msgid "attach" -msgstr "接続" - -msgid "attach, definition of" -msgstr "接続, 定義" - -msgid "attachment (network)" -msgstr "アタッチ(ネットワーク)" - -msgid "auditing" -msgstr "監査" - -msgid "auditor" -msgstr "auditor" - -msgid "auth node" -msgstr "認可ノード" - -msgid "authentication" -msgstr "認証" - -msgid "authentication token" -msgstr "認証トークン" - -msgid "authentication tokens" -msgstr "認証トークン" - -msgid "authorization" -msgstr "認可" - -msgid "authorization node" -msgstr "認可ノード" - -msgid "auto declare" -msgstr "自動宣言" - -msgid "availability zone" -msgstr "アベイラビリティゾーン" - -msgid "back end" -msgstr "バックエンド" - -msgid "back-end catalog" -msgstr "バックエンドカタログ" - -msgid "back-end interactions" -msgstr "バックエンド操作" - -msgid "back-end store" -msgstr "バックエンドストア" - -msgid "bandwidth" -msgstr "帯域" - -msgid "barbican" -msgstr "barbican" - -msgid "bare" -msgstr "bare" - -msgid "bare, definition of" -msgstr "bare, 定義" - -msgid "base image" -msgstr "ベースイメージ" - -msgid "basics of" -msgstr "basics of" - -msgid "binary" -msgstr "バイナリ" - -msgid "bit" -msgstr "ビット" - -msgid "bits per second (BPS)" -msgstr "bps" - -msgid "bits, definition of" -msgstr "ビット, 定義" - -msgid "block device" -msgstr "ブロックデバイス" - -msgid "block migration" -msgstr "ブロックマイグレーション" - -msgid "bootable disk image" -msgstr "ブータブルディスクイメージ" - -msgid "browser" -msgstr "ブラウザー" - -msgid "browsers, definition of" -msgstr "ブラウザー, 定義" - -msgid "builder file" -msgstr "ビルダーファイル" - -msgid "builder files" -msgstr "ビルダーファイル" - -msgid "bursting" -msgstr "超過利用" - -msgid "button class" -msgstr "ボタンクラス" - -msgid "button classes" -msgstr "ボタンクラス" - -msgid "byte" -msgstr "バイト" - -msgid "bytes, definition of" -msgstr "バイト, 定義" - -msgid "cache pruner" -msgstr "cache pruner" - -msgid "cache pruners" -msgstr "cache pruner" - -msgid "capability" -msgstr "キャパシティ" - -msgid "capacity cache" -msgstr "capacity cache" - -msgid "capacity updater" -msgstr "capacity updater" - -msgid "catalog" -msgstr "カタログ" - -msgid "catalog service" -msgstr "カタログサービス" - -msgid "ceilometer" -msgstr "ceilometer" - -msgid "cell" -msgstr "セル" - -msgid "cell forwarding" -msgstr "セルフォワーディング" - -msgid "cell manager" -msgstr "セルマネージャー" - -msgid "cell managers" -msgstr "セルマネージャー" - -msgid "cells" -msgstr "セル" - -msgid "certificate authority" -msgstr "認証局" - -msgid "certificate authority (Compute)" -msgstr "認証局 (Compute)" - -msgid "chance scheduler" -msgstr "チャンススケジューラー" - -msgid "changes since" -msgstr "changes since" - -msgid "child cell" -msgstr "子セル" - -msgid "child cells" -msgstr "子セル" - -msgid "cinder" -msgstr "cinder" - -msgid "cloud architect" -msgstr "クラウドアーキテクト" - -msgid "cloud computing" -msgstr "クラウドコンピューティング" - -msgid "cloud controller" -msgstr "クラウドコントローラー" - -msgid "cloud controller node" -msgstr "クラウドコントローラーノード" - -msgid "cloud controller nodes" -msgstr "クラウドコントローラーノード" - -msgid "cloud controllers" -msgstr "クラウドコントローラー" - -msgid "cloud-init" -msgstr "cloud-init" - -msgid "cloudadmin" -msgstr "cloudadmin" - -msgid "cloudpipe" -msgstr "cloudpipe" - -msgid "cloudpipe image" -msgstr "cloudpipe イメージ" - -msgid "code name" -msgstr "コード名" - -msgid "command filter" -msgstr "コマンドフィルター" - -msgid "command filters" -msgstr "コマンドフィルター" - -msgid "community project" -msgstr "コミュニティープロジェクト" - -msgid "community projects" -msgstr "コミュニティープロジェクト" - -msgid "compression" -msgstr "圧縮" - -msgid "compute controller" -msgstr "コンピュートコントローラー" - -msgid "compute host" -msgstr "コンピュートホスト" - -msgid "compute node" -msgstr "コンピュートノード" - -msgid "compute nodes" -msgstr "コンピュートノード" - -msgid "compute worker" -msgstr "コンピュートワーカー" - -msgid "concatenated object" -msgstr "連結オブジェクト" - -msgid "concatenated objects" -msgstr "連結オブジェクト" - -msgid "conductor" -msgstr "コンダクター" - -msgid "conductors" -msgstr "コンダクター" - -msgid "congress" -msgstr "congress" - -msgid "consistency window" -msgstr "一貫性ウインドウ" - -msgid "console log" -msgstr "コンソールログ" - -msgid "console logs" -msgstr "コンソールログ" - -msgid "container" -msgstr "コンテナー" - -msgid "container auditor" -msgstr "コンテナーオーディター" - -msgid "container auditors" -msgstr "コンテナーオーディター" - -msgid "container database" -msgstr "コンテナーデータベース" - -msgid "container databases" -msgstr "コンテナーデータベース" - -msgid "container format" -msgstr "コンテナーフォーマット" - -msgid "container server" -msgstr "コンテナーサーバー" - -msgid "container servers" -msgstr "コンテナーサーバー" - -msgid "container service" -msgstr "コンテナーサービス" - -msgid "containers" -msgstr "コンテナー" - -msgid "content delivery network (CDN)" -msgstr "コンテンツ配信ネットワーク (CDN)" - -msgid "controller node" -msgstr "コントローラーノード" - -msgid "controller nodes" -msgstr "コントローラーノード" - -msgid "core API" -msgstr "コアAPI" - -msgid "core project" -msgstr "コアプロジェクト" - -msgid "cost" -msgstr "コスト" - -msgid "credentials" -msgstr "クレデンシャル" - -msgid "current workload" -msgstr "カレントワークロード" - -msgid "customer" -msgstr "カスタマー" - -msgid "customers" -msgstr "カスタマー" - -msgid "customization module" -msgstr "カスタムモジュール" - -msgid "daemon" -msgstr "デーモン" - -msgid "daemons" -msgstr "デーモン" - -msgid "dashboard" -msgstr "ダッシュボード" - -msgid "data" -msgstr "データ" - -msgid "data encryption" -msgstr "データ暗号化" - -msgid "database ID" -msgstr "データベース ID" - -msgid "database replicator" -msgstr "データベースレプリケーター" - -msgid "database replicators" -msgstr "データベースレプリケーター" - -msgid "databases" -msgstr "データベース" - -msgid "deallocate" -msgstr "割り当て解除" - -msgid "deallocate, definition of" -msgstr "割り当て解除, 定義" - -msgid "deduplication" -msgstr "重複排除" - -msgid "default panel" -msgstr "デフォルトパネル" - -msgid "default panels" -msgstr "デフォルトパネル" - -msgid "default tenant" -msgstr "デフォルトテナント" - -msgid "default tenants" -msgstr "デフォルトテナント" - -msgid "default token" -msgstr "デフォルトトークン" - -msgid "default tokens" -msgstr "デフォルトトークン" - -msgid "definition of" -msgstr "定義" - -msgid "definitions of" -msgstr "定義" - -msgid "delayed delete" -msgstr "遅延削除" - -msgid "delivery mode" -msgstr "デリバリーモード" - -msgid "denial of service (DoS)" -msgstr "サービス妨害 (DoS)" - -msgid "deprecated auth" -msgstr "非推奨認証" - -msgid "designate" -msgstr "designate" - -msgid "developer" -msgstr "developer" - -msgid "device ID" -msgstr "デバイス ID" - -msgid "device weight" -msgstr "デバイスウェイト" - -msgid "direct consumer" -msgstr "直接使用者" - -msgid "direct consumers" -msgstr "直接使用者" - -msgid "direct exchange" -msgstr "直接交換" - -msgid "direct exchanges" -msgstr "直接交換" - -msgid "direct publisher" -msgstr "直接発行者" - -msgid "direct publishers" -msgstr "直接発行者" - -msgid "disassociate" -msgstr "関連付け解除" - -msgid "disk encryption" -msgstr "ディスク暗号化" - -msgid "disk format" -msgstr "ディスクフォーマット" - -msgid "dispersion" -msgstr "dispersion" - -msgid "distributed virtual router (DVR)" -msgstr "分散仮想ルーター (DVR)" - -msgid "dnsmasq" -msgstr "dnsmasq" - -msgid "domain" -msgstr "ドメイン" - -msgid "domain, definition of" -msgstr "ドメイン, 定義" - -msgid "download" -msgstr "ダウンロード" - -msgid "download, definition of" -msgstr "ダウンロード, 定義" - -msgid "drivers" -msgstr "ドライバー" - -msgid "durable exchange" -msgstr "永続交換" - -msgid "durable queue" -msgstr "永続キュー" - -msgid "east-west traffic" -msgstr "イースト・ウエスト通信" - -msgid "ebtables" -msgstr "ebtables" - -msgid "encapsulation" -msgstr "カプセル化" - -msgid "encryption" -msgstr "暗号化" - -msgid "encryption, definition of" -msgstr "暗号化, 定義" - -msgid "endpoint" -msgstr "エンドポイント" - -msgid "endpoint registry" -msgstr "エンドポイントレジストリ" - -msgid "endpoint template" -msgstr "エンドポイントテンプレート" - -msgid "endpoint templates" -msgstr "エンドポイントテンプレート" - -msgid "endpoints" -msgstr "エンドポイント" - -msgid "entity" -msgstr "エンティティー" - -msgid "entity, definition of" -msgstr "エンティティー, 定義" - -msgid "ephemeral image" -msgstr "一時イメージ" - -msgid "ephemeral images" -msgstr "一時イメージ" - -msgid "ephemeral volume" -msgstr "一時ボリューム" - -msgid "euca2ools" -msgstr "euca2ools" - -msgid "evacuate" -msgstr "退避" - -msgid "evacuation, definition of" -msgstr "退避, 定義" - -msgid "exchange" -msgstr "交換" - -msgid "exchange type" -msgstr "交換種別" - -msgid "exchange types" -msgstr "交換種別" - -msgid "exclusive queue" -msgstr "排他キュー" - -msgid "exclusive queues" -msgstr "排他キュー" - -msgid "extended attributes (xattr)" -msgstr "拡張属性 (xattr)" - -msgid "extension" -msgstr "エクステンション" - -msgid "extensions" -msgstr "拡張" - -msgid "external network" -msgstr "外部ネットワーク" - -msgid "external network, definition of" -msgstr "外部ネットワーク, 定義" - -msgid "extra specs" -msgstr "拡張仕様" - -msgid "extra specs, definition of" -msgstr "拡張仕様, 定義" - -msgid "fan-out exchange" -msgstr "ファンアウト交換" - -msgid "federated identity" -msgstr "連合認証" - -msgid "fill-first scheduler" -msgstr "充填優先スケジューラー" - -msgid "filter" -msgstr "フィルター" - -msgid "filtering" -msgstr "フィルタリング" - -msgid "firewall" -msgstr "ファイアウォール" - -msgid "firewalls" -msgstr "ファイアウォール" - -msgid "fixed" -msgstr "固定" - -msgid "fixed IP address" -msgstr "fixed IP アドレス" - -msgid "fixed IP addresses" -msgstr "固定 IP アドレス" - -msgid "flat mode injection" -msgstr "フラットモードインジェクション" - -msgid "flat network" -msgstr "フラットネットワーク" - -msgid "flavor" -msgstr "フレーバー" - -msgid "flavor ID" -msgstr "フレーバー ID" - -msgid "floating" -msgstr "Floating" - -msgid "floating IP address" -msgstr "Floating IP アドレス" - -msgid "front end" -msgstr "フロントエンド" - -msgid "front end, definition of" -msgstr "フロントエンド, 定義" - -msgid "gateway" -msgstr "ゲートウェイ" - -msgid "generic receive offload (GRO)" -msgstr "generic receive offload (GRO)" - -msgid "generic routing encapsulation (GRE)" -msgstr "generic routing encapsulation (GRE)" - -msgid "glance" -msgstr "glance" - -msgid "glance API server" -msgstr "glance API サーバー" - -msgid "glance registry" -msgstr "Glance レジストリ" - -msgid "global endpoint template" -msgstr "グローバルエンドポイントテンプレート" - -msgid "golden image" -msgstr "ゴールデンイメージ" - -msgid "guest OS" -msgstr "ゲスト OS" - -msgid "handover" -msgstr "handover" - -msgid "hard reboot" -msgstr "ハードリブート" - -msgid "hard vs. soft" -msgstr "ハード対ソフト" - -msgid "health monitor" -msgstr "ヘルスモニター" - -msgid "heat" -msgstr "heat" - -msgid "high availability (HA)" -msgstr "高可用性" - -msgid "horizon" -msgstr "Horizon" - -msgid "horizon plug-in" -msgstr "horizon プラグイン" - -msgid "horizon plug-ins" -msgstr "horizon プラグイン" - -msgid "host" -msgstr "ホスト" - -msgid "host aggregate" -msgstr "ホストアグリゲート" - -msgid "hosts, definition of" -msgstr "ホスト, 定義" - -msgid "http://www.apache.org/licenses/LICENSE-2.0" -msgstr "http://www.apache.org/licenses/LICENSE-2.0" - -msgid "hybrid cloud" -msgstr "ハイブリッドクラウド" - -msgid "hyperlink" -msgstr "ハイパーリンク" - -msgid "hypervisor" -msgstr "ハイパーバイザー" - -msgid "hypervisor pool" -msgstr "ハイパーバイザープール" - -msgid "hypervisor pools" -msgstr "ハイパーバイザープール" - -msgid "hypervisors" -msgstr "ハイパーバイザー" - -msgid "iSCSI" -msgstr "iSCSI" - -msgid "iSCSI protocol" -msgstr "iSCSI プロトコル" - -msgid "identity provider" -msgstr "識別情報プロバイダー" - -msgid "image" -msgstr "イメージ" - -msgid "image ID" -msgstr "イメージ ID" - -msgid "image UUID" -msgstr "イメージ UUID" - -msgid "image cache" -msgstr "イメージキャッシュ" - -msgid "image membership" -msgstr "イメージメンバーシップ" - -msgid "image owner" -msgstr "イメージ所有者" - -msgid "image registry" -msgstr "イメージレジストリー" - -msgid "image status" -msgstr "イメージ状態" - -msgid "image store" -msgstr "イメージストア" - -msgid "images" -msgstr "イメージ" - -msgid "incubated project" -msgstr "インキュベートプロジェクト" - -msgid "incubated projects" -msgstr "育成プロジェクト" - -msgid "ingress filtering" -msgstr "イングレスフィルタリング" - -msgid "injection" -msgstr "インジェクション" - -msgid "instance" -msgstr "インスタンス" - -msgid "instance ID" -msgstr "インスタンス ID" - -msgid "instance UUID" -msgstr "インスタンス UUID" - -msgid "instance state" -msgstr "インスタンス状態" - -msgid "instance tunnels network" -msgstr "インスタンストンネルネットワーク" - -msgid "instance type" -msgstr "インスタンスタイプ" - -msgid "instance type ID" -msgstr "インスタンスタイプ ID" - -msgid "instances" -msgstr "インスタンス" - -msgid "interface" -msgstr "インターフェース" - -msgid "interface ID" -msgstr "インターフェース ID" - -msgid "ip6tables" -msgstr "ip6tables" - -msgid "ipset" -msgstr "ipset" - -msgid "iptables" -msgstr "iptables" - -msgid "ironic" -msgstr "ironic" - -msgid "itsec" -msgstr "itsec" - -msgid "jumbo frame" -msgstr "ジャンボフレーム" - -msgid "kernel-based VM (KVM)" -msgstr "kernel-based VM (KVM)" - -msgid "kernel-based VM (KVM) hypervisor" -msgstr "kernel-based VM (KVM) ハイパーバイザー" - -msgid "keystone" -msgstr "keystone" - -msgid "large object" -msgstr "ラージオブジェクト" - -msgid "libvirt" -msgstr "libvirt" - -msgid "live migration" -msgstr "ライブマイグレーション" - -msgid "load balancer" -msgstr "負荷分散装置" - -msgid "load balancing" -msgstr "負荷分散" - -msgid "magnum" -msgstr "magnum" - -msgid "management API" -msgstr "マネジメント API" - -msgid "management network" -msgstr "管理ネットワーク" - -msgid "manager" -msgstr "マネージャー" - -msgid "manifest" -msgstr "マニフェスト" - -msgid "manifest object" -msgstr "マニフェストオブジェクト" - -msgid "manifest objects" -msgstr "マニフェストオブジェクト" - -msgid "manifests" -msgstr "マニフェスト" - -msgid "manila" -msgstr "manila" - -msgid "maximum transmission unit (MTU)" -msgstr "最大転送単位 (MTU)" - -msgid "mechanism driver" -msgstr "メカニズムドライバー" - -msgid "melange" -msgstr "melange" - -msgid "membership" -msgstr "メンバーシップ" - -msgid "membership list" -msgstr "メンバーシップリスト" - -msgid "membership lists" -msgstr "メンバーシップリスト" - -msgid "memcached" -msgstr "memcached" - -msgid "memory overcommit" -msgstr "メモリーオーバーコミット" - -msgid "message broker" -msgstr "メッセージブローカー" - -msgid "message brokers" -msgstr "メッセージブローカー" - -msgid "message bus" -msgstr "メッセージバス" - -msgid "message queue" -msgstr "メッセージキュー" - -msgid "messages" -msgstr "メッセージ" - -msgid "migration" -msgstr "マイグレーション" - -msgid "mistral" -msgstr "mistral" - -msgid "multi-factor authentication" -msgstr "多要素認証" - -msgid "multi-host" -msgstr "マルチホスト" - -msgid "multinic" -msgstr "マルチ NIC" - -msgid "murano" -msgstr "murano" - -msgid "netadmin" -msgstr "netadmin" - -msgid "network" -msgstr "Network" - -msgid "network ID" -msgstr "ネットワーク ID" - -msgid "network IDs" -msgstr "ネットワーク ID" - -msgid "network UUID" -msgstr "ネットワーク UUID" - -msgid "network controller" -msgstr "ネットワークコントローラー" - -msgid "network controllers" -msgstr "ネットワークコントローラー" - -msgid "network manager" -msgstr "ネットワークマネージャー" - -msgid "network managers" -msgstr "ネットワークマネージャー" - -msgid "network namespace" -msgstr "ネットワーク名前空間" - -msgid "network node" -msgstr "ネットワークノード" - -msgid "network nodes" -msgstr "ネットワークノード" - -msgid "network segment" -msgstr "ネットワークセグメント" - -msgid "network segments" -msgstr "ネットワークセグメント" - -msgid "network worker" -msgstr "ネットワークワーカー" - -msgid "network workers" -msgstr "ネットワークワーカー" - -msgid "networks" -msgstr "ネットワーク" - -msgid "neutron" -msgstr "neutron" - -msgid "neutron API" -msgstr "neutron API" - -msgid "neutron manager" -msgstr "neutron マネージャー" - -msgid "neutron plug-in" -msgstr "neutron プラグイン" - -msgid "neutron plug-in for" -msgstr "neutron プラグイン" - -msgid "node" -msgstr "node" - -msgid "nodes" -msgstr "ノード" - -msgid "non-durable exchange" -msgstr "非永続交換" - -msgid "non-durable exchanges" -msgstr "非永続交換" - -msgid "non-durable queue" -msgstr "非永続キュー" - -msgid "non-durable queues" -msgstr "非永続キュー" - -msgid "non-persistent volume" -msgstr "非永続ボリューム" - -msgid "north-south traffic" -msgstr "ノース・サウス通信" - -msgid "nova" -msgstr "nova" - -msgid "nova-network" -msgstr "nova-network" - -msgid "object" -msgstr "オブジェクト" - -msgid "object auditor" -msgstr "オブジェクトオーディター" - -msgid "object auditors" -msgstr "オブジェクトオーディター" - -msgid "object expiration" -msgstr "オブジェクト有効期限" - -msgid "object hash" -msgstr "オブジェクトハッシュ" - -msgid "object path hash" -msgstr "オブジェクトパスハッシュ" - -msgid "object replicator" -msgstr "オブジェクトレプリケーター" - -msgid "object replicators" -msgstr "オブジェクトレプリケーター" - -msgid "object server" -msgstr "オブジェクトサーバー" - -msgid "object servers" -msgstr "オブジェクトサーバー" - -msgid "object versioning" -msgstr "オブジェクトバージョニング" - -msgid "objects" -msgstr "オブジェクト" - -msgid "openSUSE" -msgstr "openSUSE" - -msgid "operator" -msgstr "運用者" - -msgid "orphan" -msgstr "orphan" - -msgid "orphans" -msgstr "orphan" - -msgid "parent cell" -msgstr "親セル" - -msgid "parent cells" -msgstr "親セル" - -msgid "partition" -msgstr "パーティション" - -msgid "partition index" -msgstr "パーティションインデックス" - -msgid "partition index value" -msgstr "パーティションインデックス値" - -msgid "partition shift value" -msgstr "パーティションシフト値" - -msgid "partitions" -msgstr "パーティション" - -msgid "path MTU discovery (PMTUD)" -msgstr "path MTU discovery (PMTUD)" - -msgid "pause" -msgstr "一時停止" - -msgid "persistent message" -msgstr "永続メッセージ" - -msgid "persistent messages" -msgstr "永続メッセージ" - -msgid "persistent volume" -msgstr "永続ボリューム" - -msgid "personality file" -msgstr "パーソナリティーファイル" - -msgid "plug-in" -msgstr "プラグイン" - -msgid "plug-ins, definition of" -msgstr "プラグイン, 定義" - -msgid "policy service" -msgstr "ポリシーサービス" - -msgid "pool" -msgstr "プール" - -msgid "pool member" -msgstr "プールメンバー" - -msgid "port" -msgstr "ポート" - -msgid "port UUID" -msgstr "ポート UUID" - -msgid "ports" -msgstr "ポート" - -msgid "preseed" -msgstr "preseed" - -msgid "preseed, definition of" -msgstr "preseed, 定義" - -msgid "private" -msgstr "プライベート" - -msgid "private IP address" -msgstr "プライベート IP アドレス" - -msgid "private image" -msgstr "プライベートイメージ" - -msgid "private network" -msgstr "プライベートネットワーク" - -msgid "private networks" -msgstr "プライベートネットワーク" - -msgid "project" -msgstr "プロジェクト" - -msgid "project ID" -msgstr "プロジェクト ID" - -msgid "project VPN" -msgstr "プロジェクト VPN" - -msgid "projects" -msgstr "プロジェクト" - -msgid "promiscuous mode" -msgstr "プロミスキャスモード" - -msgid "protected property" -msgstr "保護プロパティー" - -msgid "provider" -msgstr "プロバイダー" - -msgid "proxy node" -msgstr "プロキシノード" - -msgid "proxy nodes" -msgstr "プロキシノード" - -msgid "proxy server" -msgstr "プロキシサーバー" - -msgid "proxy servers" -msgstr "プロキシサーバー" - -msgid "public" -msgstr "パブリック" - -msgid "public API" -msgstr "パブリック API" - -msgid "public APIs" -msgstr "パブリック API" - -msgid "public IP address" -msgstr "パブリック IP アドレス" - -msgid "public image" -msgstr "パブリックイメージ" - -msgid "public images" -msgstr "パブリックイメージ" - -msgid "public key authentication" -msgstr "公開鍵認証" - -msgid "public network" -msgstr "パブリックネットワーク" - -msgid "quarantine" -msgstr "隔離" - -msgid "queues" -msgstr "キュー" - -msgid "quota" -msgstr "クォータ" - -msgid "quotas" -msgstr "クォータ" - -msgid "radvd" -msgstr "radvd" - -msgid "rally" -msgstr "rally" - -msgid "rate limit" -msgstr "レートリミット" - -msgid "rate limits" -msgstr "レートリミット" - -msgid "raw" -msgstr "raw" - -msgid "raw format" -msgstr "raw 形式" - -msgid "rebalance" -msgstr "リバランス" - -msgid "rebalancing" -msgstr "リバランス" - -msgid "reboot" -msgstr "リブート" - -msgid "rebuild" -msgstr "リビルド" - -msgid "rebuilding" -msgstr "リビルド" - -msgid "record" -msgstr "レコード" - -msgid "record ID" -msgstr "レコード ID" - -msgid "record IDs" -msgstr "レコード ID" - -msgid "records" -msgstr "レコード" - -msgid "reference architecture" -msgstr "リファレンスアーキテクチャー" - -msgid "region" -msgstr "リージョン" - -msgid "registry" -msgstr "レジストリー" - -msgid "registry server" -msgstr "レジストリサーバー" - -msgid "registry servers" -msgstr "レジストリサーバー" - -msgid "replica" -msgstr "レプリカ" - -msgid "replica count" -msgstr "レプリカ数" - -msgid "replication" -msgstr "レプリケーション" - -msgid "replicator" -msgstr "レプリケーター" - -msgid "replicators" -msgstr "レプリケーター" - -msgid "request ID" -msgstr "リクエスト ID" - -msgid "request IDs" -msgstr "リクエスト ID" - -msgid "rescue image" -msgstr "レスキューイメージ" - -msgid "rescue images" -msgstr "レスキューイメージ" - -msgid "resize" -msgstr "リサイズ" - -msgid "resizing" -msgstr "リサイズ" - -msgid "ring" -msgstr "リング" - -msgid "ring builder" -msgstr "リングビルダー" - -msgid "ring builders" -msgstr "リングビルダー" - -msgid "rings" -msgstr "リング" - -msgid "role" -msgstr "ロール" - -msgid "role ID" -msgstr "ロール ID" - -msgid "roles" -msgstr "ロール" - -msgid "rootwrap" -msgstr "rootwrap" - -msgid "round-robin" -msgstr "ラウンドロビン" - -msgid "round-robin scheduler" -msgstr "ラウンドロビンスケジューラー" - -msgid "router" -msgstr "ルーター" - -msgid "routing key" -msgstr "ルーティングキー" - -msgid "routing keys" -msgstr "ルーティングキー" - -msgid "rsync" -msgstr "rsync" - -msgid "sahara" -msgstr "sahara" - -msgid "scheduler manager" -msgstr "スケジューラーマネージャー" - -msgid "schedulers" -msgstr "スケジューラー" - -msgid "scoped token" -msgstr "スコープ付きトークン" - -msgid "scoped tokens" -msgstr "スコープ付きトークン" - -msgid "scrubber" -msgstr "スクラバー" - -msgid "scrubbers" -msgstr "スクラバー" - -msgid "secret key" -msgstr "シークレットキー" - -msgid "secret keys" -msgstr "シークレットキー" - -msgid "secure shell (SSH)" -msgstr "secure shell (SSH)" - -msgid "security group" -msgstr "セキュリティグループ" - -msgid "security groups" -msgstr "セキュリティグループ" - -msgid "segmented object" -msgstr "分割オブジェクト" - -msgid "segmented objects" -msgstr "分割オブジェクト" - -msgid "self-service" -msgstr "セルフサービス" - -msgid "server" -msgstr "サーバー" - -msgid "server UUID" -msgstr "サーバー UUID" - -msgid "server image" -msgstr "サーバーイメージ" - -msgid "servers" -msgstr "サーバー" - -msgid "service" -msgstr "サービス" - -msgid "service ID" -msgstr "サービス ID" - -msgid "service catalog" -msgstr "サービスカタログ" - -msgid "service provider" -msgstr "サービスプロバイダー" - -msgid "service registration" -msgstr "サービス登録" - -msgid "service tenant" -msgstr "サービステナント" - -msgid "service token" -msgstr "サービストークン" - -msgid "services" -msgstr "サービス" - -msgid "session back end" -msgstr "セッションバックエンド" - -msgid "session persistence" -msgstr "セッション持続性" - -msgid "session storage" -msgstr "セッションストレージ" - -msgid "sessions" -msgstr "セッション" - -msgid "shared" -msgstr "shared" - -msgid "shared IP address" -msgstr "共有 IP アドレス" - -msgid "shared IP group" -msgstr "共有 IP グループ" - -msgid "shared IP groups" -msgstr "共有 IP グループ" - -msgid "shared storage" -msgstr "共有ストレージ" - -msgid "snapshot" -msgstr "スナップショット" - -msgid "soft reboot" -msgstr "ソフトリブート" - -msgid "spread-first" -msgstr "分散優先" - -msgid "spread-first scheduler" -msgstr "分散優先スケジューラー" - -msgid "stack" -msgstr "スタック" - -msgid "static" -msgstr "静的" - -msgid "static IP address" -msgstr "静的 IP アドレス" - -msgid "static IP addresses" -msgstr "静的 IP アドレス" - -msgid "storage" -msgstr "ストレージ" - -msgid "storage back end" -msgstr "ストレージバックエンド" - -msgid "storage manager" -msgstr "ストレージマネージャー" - -msgid "storage manager back end" -msgstr "ストレージマネージャーバックエンド" - -msgid "storage node" -msgstr "ストレージノード" - -msgid "storage nodes" -msgstr "ストレージノード" - -msgid "storage services" -msgstr "ストレージサービス" - -msgid "store" -msgstr "ストア" - -msgid "strategy" -msgstr "ストラテジー" - -msgid "subdomain" -msgstr "サブドメイン" - -msgid "subdomains" -msgstr "サブドメイン" - -msgid "subnet" -msgstr "サブネット" - -msgid "suspend" -msgstr "休止" - -msgid "suspend, definition of" -msgstr "休止, 定義" - -msgid "swap" -msgstr "スワップ" - -msgid "swap, definition of" -msgstr "スワップ, 定義" - -msgid "swawth" -msgstr "swawth" - -msgid "swift" -msgstr "swift" - -msgid "swift All in One (SAIO)" -msgstr "swift All in One (SAIO)" - -msgid "swift middleware" -msgstr "swift ミドルウェア" - -msgid "swift proxy server" -msgstr "swift プロキシサーバー" - -msgid "swift storage node" -msgstr "swift ストレージノード" - -msgid "swift storage nodes" -msgstr "swift ストレージノード" - -msgid "sync point" -msgstr "同期ポイント" - -msgid "sysadmin" -msgstr "sysadmin" - -msgid "system usage" -msgstr "システム使用状況" - -msgid "tenant" -msgstr "テナント" - -msgid "tenant ID" -msgstr "テナント ID" - -msgid "tenant endpoint" -msgstr "テナントエンドポイント" - -msgid "tenants" -msgstr "テナント" - -msgid "token" -msgstr "トークン" - -msgid "token services" -msgstr "トークンサービス" - -msgid "tokens" -msgstr "トークン" - -msgid "tombstone" -msgstr "tombstone" - -msgid "topic publisher" -msgstr "トピック発行者" - -msgid "transaction ID" -msgstr "トランザクション ID" - -msgid "transaction IDs" -msgstr "トランザクション ID" - -msgid "transient" -msgstr "一時" - -msgid "transient exchange" -msgstr "一時交換" - -msgid "transient exchanges" -msgstr "一時交換" - -msgid "transient message" -msgstr "一時メッセージ" - -msgid "transient messages" -msgstr "一時メッセージ" - -msgid "transient queue" -msgstr "一時キュー" - -msgid "transient queues" -msgstr "一時キュー" - -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -msgid "translator-credits" -msgstr "KATO Tomoyuki , 2013-2015" - -msgid "trove" -msgstr "trove" - -msgid "under Image service" -msgstr "Image サービス" - -msgid "under cloud computing" -msgstr "アンダークラウドコンピューティング" - -msgid "unscoped token" -msgstr "スコープなしトークン" - -msgid "updater" -msgstr "アップデーター" - -msgid "updaters" -msgstr "アップデーター" - -msgid "user" -msgstr "ユーザー" - -msgid "user data" -msgstr "ユーザーデータ" - -msgid "users, definition of" -msgstr "ユーザー, 定義" - -msgid "vSphere" -msgstr "vSphere" - -msgid "virtual" -msgstr "仮想" - -msgid "virtual IP" -msgstr "仮想 IP" - -msgid "virtual VLAN" -msgstr "仮想 VLAN" - -msgid "virtual extensible LAN (VXLAN)" -msgstr "virtual extensible LAN (VXLAN)" - -msgid "virtual machine (VM)" -msgstr "仮想マシン (VM)" - -msgid "virtual network" -msgstr "仮想ネットワーク" - -msgid "virtual networking" -msgstr "仮想ネットワーク" - -msgid "virtual port" -msgstr "仮想ポート" - -msgid "virtual private network (VPN)" -msgstr "仮想プライベートネットワーク (VPN)" - -msgid "virtual server" -msgstr "仮想サーバー" - -msgid "virtual servers" -msgstr "仮想サーバー" - -msgid "virtual switch (vSwitch)" -msgstr "仮想スイッチ (vSwitch)" - -msgid "volume" -msgstr "ボリューム" - -msgid "volume ID" -msgstr "ボリューム ID" - -msgid "volume controller" -msgstr "ボリュームコントローラー" - -msgid "volume driver" -msgstr "ボリュームドライバー" - -msgid "volume manager" -msgstr "ボリュームマネージャー" - -msgid "volume node" -msgstr "ボリュームノード" - -msgid "volume plug-in" -msgstr "ボリュームプラグイン" - -msgid "volume worker" -msgstr "ボリュームワーカー" - -msgid "volume workers" -msgstr "ボリュームワーカー" - -msgid "weight" -msgstr "ウェイト" - -msgid "weighted cost" -msgstr "重み付けコスト" - -msgid "weighting" -msgstr "重み付け" - -msgid "worker" -msgstr "ワーカー" - -msgid "workers" -msgstr "ワーカー" - -msgid "zaqar" -msgstr "zaqar" diff --git a/doc/glossary/locale/ko_KR.po b/doc/glossary/locale/ko_KR.po deleted file mode 100644 index d981742e..00000000 --- a/doc/glossary/locale/ko_KR.po +++ /dev/null @@ -1,8126 +0,0 @@ -# -# 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/glossary/locale/zh_CN.po b/doc/glossary/locale/zh_CN.po deleted file mode 100644 index a9779284..00000000 --- a/doc/glossary/locale/zh_CN.po +++ /dev/null @@ -1,1196 +0,0 @@ -# Translators: -# johnwoo_lee , 2015 -# -# -# OpenStack Infra , 2015. #zanata -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-09-26 04:56+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-08-17 03:47+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Chinese (China) (http://www.transifex.com/openstack/openstack-" -"manuals-i18n/language/zh_CN/)\n" -"Language: zh-CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Zanata 3.7.1\n" - -msgid "6to4" -msgstr "6to4" - -msgid "A" -msgstr "A" - -msgid "A Java program that can be embedded into a web page." -msgstr "嵌入到web页面中的Java程序" - -msgid "A Linux distribution that is compatible with OpenStack." -msgstr "OpenStack兼容的一个Linux发行版。" - -msgid "" -"A SQLite database that contains Object Storage accounts and related metadata " -"and that the accounts server accesses." -msgstr "" -"基于SQLite的数据库,存储着对象存储账户及其相关的元数据信息,并支持账户服务的" -"访问。" - -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 "" -"用于访问服务、应用或程序的规范的集合,包括服务调用,每个调用返回的参数,以及" -"预料中的返回值。" - -msgid "" -"A core OpenStack project that provides a network connectivity abstraction " -"layer to OpenStack Compute." -msgstr "OpenStack核心项目之一,为OpenStack计算提供网络连接抽象层。" - -msgid "A core OpenStack project that provides block storage services for VMs." -msgstr "OpenStack核心项目,为虚拟机提供块存储服务。" - -msgid "A disk storage protocol tunneled within Ethernet." -msgstr "基于以太网实现的磁盘存储协议。" - -msgid "" -"A file system designed to aggregate NAS hosts, compatible with OpenStack." -msgstr "一种设计为聚合NAS主机的文件系统,兼容于OpenStack。" - -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地址,可被分配到项目中,即为项目中的虚拟机实例分配。" - -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项目中用到。" - -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 "" -"高可用系统寻找最小系统宕机时间和数据丢失。高可用系统的设计方法和相关的服务实" -"现确保了经营业绩预先安排的水平将在合同测量期间得到满足。" - -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 "" -"混合云即是2个或多个云的组合(这些云可以是公有,私有,或者社区),它们彼此独立运" -"行但是是绑定到一起的,拥有多部署模式的优点。混合云还拥有连接托管云资源、被管" -"理云资源或专有的云资源的能力。" - -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特指那些用户或系统进程可以访问这个对象。通常是用" -"针对特定的对象具有那些操作权限来定义。典型的ACL条目是一个主体加一个操作。例" -"如:ACL条目(Alice, delete),表示的意义就是为Alice赋予了删除文件" -"的权限。" - -msgid "" -"A mechanism that allows IPv6 packets to be transmitted over an IPv4 network, " -"providing a strategy for migrating to IPv6." -msgstr "一种可以在IPv4的网络中传输IPv6包的机制,提供了一种迁移到IPv6的策略。" - -msgid "" -"A minimal Linux distribution designed for use as a test image on clouds such " -"as OpenStack." -msgstr "在云环境(例如OpenStack)中用于测试镜像,按照最小的Linux发行版来设计。" - -msgid "" -"A piece of software that makes available another piece of software over a " -"network." -msgstr "一部分软件通过网络可用于另外一部分软件。" - -msgid "" -"A project that ports the shell script-based project named DevStack to Python." -msgstr "一个项目,将DevStack从shell脚本移植到Python。" - -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 "" -"一组可被经过认证的管理员访问的API调用,且不能被最终用户访问到,也不可在公网中" -"被访问。它以分离的服务(keystone)存在,或者是其他API(nova)的子集。" - -msgid "" -"A web framework used extensively in horizon." -msgstr "horizon项目所使用web框架。" - -msgid "ACL" -msgstr "ACL" - -msgid "API" -msgstr "API" - -msgid "API (application programming interface)" -msgstr "API(应用程序接口)" - -msgid "API endpoint" -msgstr "API 断点" - -msgid "API extension" -msgstr "API扩展" - -msgid "API extension plug-in" -msgstr "API扩展插件" - -msgid "API key" -msgstr "API键值" - -msgid "API server" -msgstr "API服务器" - -msgid "API token" -msgstr "API令牌" - -msgid "API version" -msgstr "API版本" - -msgid "ATA over Ethernet (AoE)" -msgstr "ATA以太网(AoE)" - -msgid "Active Directory" -msgstr "活动目录" - -msgid "Address Resolution Protocol (ARP)" -msgstr "地址解析协议(ARP)" - -msgid "Advanced Message Queuing Protocol (AMQP)" -msgstr "高级消息队列协议(AMQP)" - -msgid "Advanced RISC Machine (ARM)" -msgstr "先进精简指令集机器(ARM)" - -msgid "" -"All OpenStack core projects are provided under the terms of the Apache " -"License 2.0 license." -msgstr "所有的OpenStack核心项目均在Apache许可证2.0下提供。" - -msgid "Alternative term for a Networking plug-in or Networking API extension." -msgstr "和网络插件或网络API扩展相关的术语。" - -msgid "Alternative term for an API token." -msgstr "API令牌相关的术语。" - -msgid "Alternative term for an Amazon EC2 access key. See EC2 access key." -msgstr "从Amazon EC2的访问密钥学过来的,详细请看EC2访问密钥。" - -msgid "Amazon Kernel Image (AKI)" -msgstr "Amazon内核镜像(AKI)" - -msgid "Amazon Machine Image (AMI)" -msgstr "亚马逊机器镜像(AMI)" - -msgid "Amazon Ramdisk Image (ARI)" -msgstr "亚马逊内存盘镜像(ARI)" - -msgid "" -"An Object Storage worker that scans for and deletes account databases and " -"that the account server has marked for deletion." -msgstr "对象存储维护者从数据库中查找并删除账户,账户的服务器标注已删除。" - -msgid "An OpenStack core project that provides object storage services." -msgstr "OpenStack核心项目之一,提供对象存储服务。" - -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 "" -"一种被OpenStack所支持的hypervisor。KVM是在linux实现的全虚拟话解决方案,在x86" -"下有CPU虚拟扩展 (Intel VT or AMD-V)所支持,其他平台诸如ARM,IBM Power,IBM " -"zSeries也支持KVM。它以模块的方式可被内核动态加载,提供了虚拟化基础设施的核心" -"和处理器特定的模块。" - -msgid "" -"An integrated project that aims to orchestrate multiple cloud applications " -"for OpenStack." -msgstr "一个集成的项目,目标是为OpenStack编排多种云应用。" - -msgid "" -"An operating system configuration management tool supporting OpenStack " -"deployments." -msgstr "操作系统配置管理工具,支持OpenStack的部署。" - -msgid "Anvil" -msgstr "Anvil" - -msgid "Any node running a daemon or worker that provides an API endpoint." -msgstr "任何提供API断点的运行着守护进程或任务的节点。" - -msgid "Apache" -msgstr "Apache" - -msgid "" -"Apache Hadoop is an open source software framework that supports data-" -"intensive distributed applications." -msgstr "一个开源软件框架,支持数据密集分布式处理。" - -msgid "Apache License 2.0" -msgstr "Apache许可证 2.0" - -msgid "Apache Web Server" -msgstr "Apache Web服务器" - -msgid "Application Programming Interface (API)" -msgstr "应用程序接口(API)" - -msgid "Application Service Provider (ASP)" -msgstr "应用服务提供商(ASP)" - -msgid "Application programming interface." -msgstr "应用程序接口" - -msgid "" -"Association of an interface ID to a logical port. Plugs an interface into a " -"port." -msgstr "将接口ID和逻辑端口关联起来。即将接口插入到端口。" - -msgid "Asynchronous JavaScript and XML (AJAX)" -msgstr "异步JavaScript和XML(AJAX)" - -msgid "Austin" -msgstr "Austin" - -msgid "" -"Authentication and identity service by Microsoft, based on LDAP. Supported " -"in OpenStack." -msgstr "由微软提供的认证和验证服务,基于LDAP,支持OpenStack。" - -msgid "B" -msgstr "B" - -msgid "Bare metal service" -msgstr "裸金属服务" - -msgid "Bexar" -msgstr "Bexar" - -msgid "Block Storage" -msgstr "块存储" - -msgid "Border Gateway Protocol (BGP)" -msgstr "边界网关协议(BGP)" - -msgid "C" -msgstr "C" - -msgid "CMDB" -msgstr "CMDB" - -msgid "CMDB (Configuration Management Database)" -msgstr "CMDB(配置管理数据库)" - -msgid "CentOS" -msgstr "CentOS" - -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 "" -"为指定的对象存储账户检查诸如丢失的副本,错误的或损坏的对象,支撑它的后端是" -"SQLite数据库。" - -msgid "Chef" -msgstr "Chef" - -msgid "CirrOS" -msgstr "CirrOS" - -msgid "" -"Companies that rent specialized applications that help businesses and " -"organizations provide additional services with lower cost." -msgstr "公司租用特定的应用程序,以低成本的方式,为业务和组织提供增值服务。" - -msgid "Compute" -msgstr "计算" - -msgid "Custom modules that extend some OpenStack core APIs." -msgstr "扩展OpenStack核心API的自定义模块。" - -msgid "D" -msgstr "D" - -msgid "DHCP" -msgstr "DHCP" - -msgid "DHCP agent" -msgstr "DHCP代理" - -msgid "DNS" -msgstr "DNS" - -msgid "Data processing service" -msgstr "数据处理服务" - -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 "" -"拒绝服务(DoS)是拒绝服务攻击的缩写。这是一个恶意的企图阻止合法用户使用服务。" - -msgid "Desktop-as-a-Service" -msgstr "桌面即服务" - -msgid "Diablo" -msgstr "Diablo" - -msgid "Django" -msgstr "Django" - -msgid "E" -msgstr "E" - -msgid "EC2 compatibility API" -msgstr "EC2 兼容应用程序接口" - -msgid "Essex" -msgstr "Essex" - -msgid "F" -msgstr "F" - -msgid "Fedora" -msgstr "Fedora" - -msgid "Folsom" -msgstr "Folsom" - -msgid "G" -msgstr "G" - -msgid "Glossary" -msgstr "词汇表" - -msgid "GlusterFS" -msgstr "GlusterFS" - -msgid "Grizzly" -msgstr "Grizzly" - -msgid "H" -msgstr "H" - -msgid "HTTP" -msgstr "HTTP" - -msgid "HTTP (Hypertext Transfer Protocol)" -msgstr "HTTP(超文本传输协议)" - -msgid "HTTPS" -msgstr "HTTPS" - -msgid "HTTPS (Hypertext Transfer Protocol Secure)" -msgstr "HTTPS(安全超文本传输协议)" - -msgid "Hadoop" -msgstr "Hadoop" - -msgid "Havana" -msgstr "Havana" - -msgid "Heat Orchestration Template (HOT)" -msgstr "Heat编排模板(HOT)" - -msgid "Heat input in the format native to OpenStack." -msgstr "OpenStack本地格式,用于Heat的输入。" - -msgid "Hyper-V" -msgstr "Hyper-V" - -msgid "I" -msgstr "I" - -msgid "ICMP" -msgstr "ICMP" - -msgid "IOPS" -msgstr "IOPS" - -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 "" -"IOPS(每秒输入/输出操作)是一种常见的性能测量基准,针对于计算机存储设备,例如硬" -"盘,固态硬盘,存储区域网络等。" - -msgid "IP address" -msgstr "IP地址:" - -msgid "IP addresses" -msgstr "IP 地址" - -msgid "IPMI" -msgstr "IPMI" - -msgid "IaaS" -msgstr "IaaS" - -msgid "IaaS (Infrastructure-as-a-Service)" -msgstr "IaaS(基础设施即服务)" - -msgid "Icehouse" -msgstr "Icehouse" - -msgid "Identity" -msgstr "Identity" - -msgid "Identity service" -msgstr "认证服务" - -msgid "" -"Impassable limits for guest VMs. Settings include total RAM size, maximum " -"number of vCPUs, and maximum disk size." -msgstr "" -"客户虚拟机的硬性限制,设置包括总的内存大小,vCPU的最大数,以及最大虚拟磁盘大" -"小。" - -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。" - -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 "" -"在高可用步骤中配置双激活,多个系统共同承担负载,如果其中一个失效,负载会自动" -"分发到仍然正常运行的系统。" - -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 "在高可用设置主动/被动配置,系统会启动额外的资源来代替失效的节点。" - -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 "" -"基础设施即服务。IaaS是一种配置模式,将数据中心的物理组件,如存储、硬件、服务" -"器以及网络等以组织外包的方式提供。服务运营商提供设备,负责机房以及操作和维" -"护。用户只需要按需使用并付费即可。IaaS是云服务模式的一种。" - -msgid "J" -msgstr "J" - -msgid "Java" -msgstr "Java" - -msgid "Jenkins" -msgstr "Jenkins" - -msgid "Juno" -msgstr "Juno" - -msgid "K" -msgstr "K" - -msgid "Kilo" -msgstr "Kilo" - -msgid "L" -msgstr "L" - -msgid "Layer-2 network" -msgstr "2层网络" - -msgid "Layer-3 network" -msgstr "三层网络" - -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 "" -"基于Apache许可证,版本2.0(许可证);用户不得在非许可情形下使用这些文件。用户可" -"以从这里获得许可证" - -msgid "Linux Bridge" -msgstr "Linux 网桥" - -msgid "" -"Lists containers in Object Storage and stores container information in the " -"account database." -msgstr "列出对象存储的容器,且保存容器信息到账户数据库。" - -msgid "Load-Balancer-as-a-Service (LBaaS)" -msgstr "Load-Balancer-as-a-Service (LBaaS)" - -msgid "" -"Lower power consumption CPU often found in mobile and embedded devices. " -"Supported by OpenStack." -msgstr "" -"以低能耗著称的CPU,常用在移动电话或嵌入式设备中。OpenStack支持此类CPU。" - -msgid "M" -msgstr "M" - -msgid "N" -msgstr "N" - -msgid "Network Time Protocol (NTP)" -msgstr "网络时间协议(NTP)" - -msgid "Networking" -msgstr "网络" - -msgid "Networking API" -msgstr "网络应用程序接口" - -msgid "Numbers" -msgstr "数字" - -msgid "O" -msgstr "O" - -msgid "Object Storage" -msgstr "对象存储" - -msgid "Open vSwitch" -msgstr "Open vSwitch" - -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 "" -"Open vSwitch是一款产品级的,多层的虚拟交换机,基于开源Apache2.0许可证分发。被" -"设计用于基于可编程扩展的大规模网络自动化,支持标准的管理接口和协议(例如" -"NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag)。" - -msgid "OpenStack" -msgstr "OpenStack" - -msgid "OpenStack glossary" -msgstr "OpenStack 词汇表" - -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 "" -"OpenStack是一个云操作系统,通过数据中心可控制大型的计算、存储、网络等资源池。" -"所有的管理通过前端界面管理员就可以完成,同样也可以通过web接口让最终用户部署资" -"源。OpenStack是一个开放源代码的项目,基于Apeche许可证2.0发布。" - -msgid "OpenStack project that provides a dashboard, which is a web interface." -msgstr "提供web接口的仪表盘的OpenStack项目。" - -msgid "OpenStack project that provides compute services." -msgstr "OpenStack核心项目之一,提供计算服务。" - -msgid "OpenStack project that provides database services to applications." -msgstr "OpenStack为提供数据库服务的应用程序项目。" - -msgid "" -"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " -"program." -msgstr "OpenStack-on-OpenStack程序,为OpenStack开发程序使用的项目。" - -msgid "Orchestration" -msgstr "编排" - -msgid "P" -msgstr "P" - -msgid "" -"Passed to API requests and used by OpenStack to verify that the client is " -"authorized to run the requested operation." -msgstr "用于API请求通过,以及OpenStack用于验证客户端要运行请求操作的认证。" - -msgid "Platform-as-a-Service (PaaS)" -msgstr "平台即服务(PaaS)" - -msgid "Q" -msgstr "Q" - -msgid "Qpid" -msgstr "Qpid" - -msgid "R" -msgstr "R" - -msgid "RESTful" -msgstr "RESTful" - -msgid "RabbitMQ" -msgstr "RabbitMQ" - -msgid "Red Hat Enterprise Linux (RHEL)" -msgstr "红帽企业Linux(RHEL)" - -msgid "S" -msgstr "S" - -msgid "S3" -msgstr "S3" - -msgid "S3 storage service" -msgstr "S3存储服务" - -msgid "SELinux" -msgstr "SELinux" - -msgid "SPICE" -msgstr "SPICE" - -msgid "SPICE (Simple Protocol for Independent Computing Environments)" -msgstr "SPICE(独立计算环境简单协议)" - -msgid "SUSE Linux Enterprise Server (SLES)" -msgstr "SUSE Linux Enterprise Server (SLES)" - -msgid "See access control list." -msgstr "参考访问控制列表。" - -msgid "Sheepdog" -msgstr "Sheepdog" - -msgid "T" -msgstr "T" - -msgid "Telemetry" -msgstr "Telemetry" - -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 "" -"来自OSI网络架构的术语,即网络层。网络层响应报文转发,包括从一个节点到其它节点" -"的路由。" - -msgid "" -"The Apache Software Foundation supports the Apache community of open-source " -"software projects. These projects provide software products for the public " -"good." -msgstr "" -"Apache软件基金会支持的Apache社区开源软件项目。这些项目提供软件产品并提倡公" -"开。" - -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 "" -"边界网关协议是连接到自主系统的动态路由协议。想想下互联网的背后,此协议连接不" -"同的网络以形成更大的网络。" - -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 "" -"计算服务可通过它的通知系统发送警告,包括自定义的通知。警告被发送并显示到" -"horizon仪表盘。" - -msgid "" -"The Compute service provides accounting information through the event " -"notification and system usage data facilities." -msgstr "计算服务通过事件通知和系统使用量数据提供账单信息。" - -msgid "" -"The OpenStack core project that enables management of volumes, volume " -"snapshots, and volume types. The project name of Block Storage is cinder." -msgstr "" -"OpenStack核心项目,它管理卷、卷快照,以及卷类型。块存储的项目名称叫做cinder。" - -msgid "" -"The OpenStack core project that provides compute services. The project name " -"of Compute service is nova." -msgstr "OpenStack核心项目,提供计算服务。项目名称为nova。" - -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 "" -"OpenStack核心项目之一,提供一致性的、冗余的存储、可恢复的数字内容。OpenStack" -"对象存储的项目名称是swift。" - -msgid "The most common web server software currently used on the Internet." -msgstr "在当下互联网上最常见的web服务器软件。" - -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提" -"供。" - -msgid "" -"The practice of utilizing a secondary environment to elastically build " -"instances on-demand when the primary environment is resource constrained." -msgstr "当主要环境的资源出现瓶颈时,第二环境按照需求动态构建实例。" - -msgid "" -"The process associating a Compute floating IP address with a fixed IP " -"address." -msgstr "将计算的浮动IP地址关联到固定IP地址的进程。" - -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 "" -"在网络中,是连接虚拟网卡或虚拟网络接口到2层网络的过程。在计算的上下文中,此过" -"程变为将存储卷给虚拟机实例。" - -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 "将浮动IP从地址池中取出分配给客户虚拟机实例的进程。" - -msgid "" -"The project name for the Telemetry service, which is an integrated project " -"that provides metering and measuring facilities for OpenStack." -msgstr "是遥测服务的项目名称,此服务整合OpenStack中提供计量和测量的项目。" - -msgid "The project that provides OpenStack Identity services." -msgstr "OpenStack验证服务的项目。" - -msgid "" -"The protocol by which layer-3 IP addresses are resolved into layer-2 link " -"local addresses." -msgstr "将三层IP地址解析为二层链路地址的协议。" - -msgid "" -"The web-based management interface for OpenStack. An alternative name for " -"horizon." -msgstr "OpenStack基于web的管理接口。项目名称为horizon。" - -msgid "" -"This glossary offers a list of terms and definitions to define a vocabulary " -"for OpenStack-related concepts." -msgstr "此词汇表列出了OpenStack相关的术语和定义词汇。" - -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 "" -"在Linux内核防火墙模块用于维护地址解析协议包过滤的工具。在计算服务中使用" -"iptables,ebtables,ip6tables为虚拟机提供防火墙服务。" - -msgid "TripleO" -msgstr "TripleO" - -msgid "U" -msgstr "U" - -msgid "Ubuntu" -msgstr "Ubuntu" - -msgid "" -"Use this glossary to get definitions of OpenStack-related words and phrases." -msgstr "此词汇表定义了和OpenStack相关的词和短语。" - -msgid "User Mode Linux (UML)" -msgstr "用户模式Linux (UML)" - -msgid "V" -msgstr "V" - -msgid "VIP" -msgstr "vip" - -msgid "VLAN" -msgstr "VLAN" - -msgid "VLAN network" -msgstr "VLAN 网络" - -msgid "W" -msgstr "W" - -msgid "X" -msgstr "X" - -msgid "Xen" -msgstr "Xen" - -msgid "Xen Cloud Platform (XCP)" -msgstr "Xen 云平台(XCP)" - -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 "" -"Xen是一种hypervisor,使用微内核设计,提供在同一台硬件计算机并行的运行多个计算" -"机操作系统的服务。" - -msgid "XenServer" -msgstr "XenServer" - -msgid "Y" -msgstr "Y" - -msgid "Z" -msgstr "Z" - -msgid "ZeroMQ" -msgstr "ZeroMQ" - -msgid "absolute limit" -msgstr "绝对限制" - -msgid "access control list" -msgstr "访问控制列表" - -msgid "access control list (ACL)" -msgstr "访问控制列表(ACL)" - -msgid "access key" -msgstr "访问密钥" - -msgid "account" -msgstr "账户" - -msgid "account auditor" -msgstr "账户审计" - -msgid "account database" -msgstr "账户数据库" - -msgid "account reaper" -msgstr "账户回收" - -msgid "account server" -msgstr "账户服务器" - -msgid "account service" -msgstr "账户服务" - -msgid "accounting" -msgstr "账单" - -msgid "accounts" -msgstr "账户" - -msgid "active/active configuration" -msgstr "双激活配置" - -msgid "active/passive configuration" -msgstr "主动/被动配置" - -msgid "address pool" -msgstr "地址池" - -msgid "admin API" -msgstr "管理 API" - -msgid "admin server" -msgstr "管理服务" - -msgid "alert" -msgstr "警告" - -msgid "alerts" -msgstr "警告" - -msgid "allocate" -msgstr "分配" - -msgid "allocate, definition of" -msgstr "分配,定义为" - -msgid "applet" -msgstr "applet" - -msgid "application server" -msgstr "应用服务器" - -msgid "application servers" -msgstr "应用服务器" - -msgid "associate, definition of" -msgstr "关联的定义是" - -msgid "attach" -msgstr "附加" - -msgid "attach, definition of" -msgstr "附加定义为" - -msgid "attachment (network)" -msgstr "附加(网络)" - -msgid "auditing" -msgstr "审计" - -msgid "bandwidth" -msgstr "带宽" - -msgid "bare" -msgstr "裸" - -msgid "bursting" -msgstr "暴发" - -msgid "ceilometer" -msgstr "ceilometer" - -msgid "cell" -msgstr "单元" - -msgid "cells" -msgstr "单元" - -msgid "cinder" -msgstr "cinder" - -msgid "cloud-init" -msgstr "cloud-init" - -msgid "compute host" -msgstr "计算主机" - -msgid "container" -msgstr "容器" - -msgid "current workload" -msgstr "当前负载" - -msgid "dashboard" -msgstr "仪表盘" - -msgid "definition of" -msgstr "定义为" - -msgid "denial of service (DoS)" -msgstr "拒绝服务(DoS)" - -msgid "east-west traffic" -msgstr "东西向流量" - -msgid "endpoint" -msgstr "端点" - -msgid "endpoints" -msgstr "断点" - -msgid "firewall" -msgstr "防火墙" - -msgid "flat network" -msgstr "扁平化网络" - -msgid "gateway" -msgstr "网关" - -msgid "glance" -msgstr "glance" - -msgid "heat" -msgstr "heat" - -msgid "high availability (HA)" -msgstr "高可用(HA)" - -msgid "horizon" -msgstr "horizon" - -msgid "host" -msgstr "主机" - -msgid "http://www.apache.org/licenses/LICENSE-2.0" -msgstr "http://www.apache.org/licenses/LICENSE-2.0" - -msgid "hybrid cloud" -msgstr "混合云" - -msgid "image" -msgstr "镜像" - -msgid "image ID" -msgstr "镜像ID" - -msgid "image UUID" -msgstr "镜像UUID" - -msgid "images" -msgstr "镜像" - -msgid "instance" -msgstr "云主机" - -msgid "instance ID" -msgstr "实例ID" - -msgid "instances" -msgstr "实例" - -msgid "interface ID" -msgstr "接口 ID" - -msgid "iptables" -msgstr "iptables" - -msgid "kernel-based VM (KVM)" -msgstr "基于内核的虚拟机(KVM)" - -msgid "kernel-based VM (KVM) hypervisor" -msgstr "基于内核的虚拟机(KVM) hypervisor" - -msgid "keystone" -msgstr "keystone" - -msgid "libvirt" -msgstr "libvirt" - -msgid "management network" -msgstr "管理网络" - -msgid "memory overcommit" -msgstr "内存溢出" - -msgid "network" -msgstr "网络" - -msgid "network ID" -msgstr "网络ID" - -msgid "neutron" -msgstr "neutron" - -msgid "node" -msgstr "节点" - -msgid "north-south traffic" -msgstr "南北向流量" - -msgid "nova" -msgstr "nova" - -msgid "nova-network" -msgstr "nova-network" - -msgid "object" -msgstr "对象" - -msgid "objects" -msgstr "对象" - -msgid "openSUSE" -msgstr "openSUSE" - -msgid "pause" -msgstr "暂停" - -msgid "pool" -msgstr "池" - -msgid "port" -msgstr "端口" - -msgid "project" -msgstr "项目" - -msgid "project ID" -msgstr "项目ID" - -msgid "raw" -msgstr "raw" - -msgid "role" -msgstr "角色" - -msgid "role ID" -msgstr "角色ID" - -msgid "router" -msgstr "路由" - -msgid "rsync" -msgstr "rsync" - -msgid "server" -msgstr "服务器" - -msgid "servers" -msgstr "服务器" - -msgid "service" -msgstr "服务" - -msgid "shared" -msgstr "共享的" - -msgid "snapshot" -msgstr "快照" - -msgid "stack" -msgstr "栈" - -msgid "static IP address" -msgstr "静态IP 地址" - -msgid "subnet" -msgstr "子网" - -msgid "swift" -msgstr "swift" - -msgid "tenant" -msgstr "租户" - -msgid "token" -msgstr "token" - -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -msgid "translator-credits" -msgstr "translator-credits" - -msgid "trove" -msgstr "trove" - -msgid "user" -msgstr "用户" - -msgid "vSphere" -msgstr "vSphere" - -msgid "virtual network" -msgstr "虚拟网络" - -msgid "volume" -msgstr "卷" - -msgid "volume ID" -msgstr "卷 ID"