diff --git a/doc/arch-design/locale/arch-design.pot b/doc/arch-design/locale/arch-design.pot index 62b196c4d8..c22606e818 100644 --- a/doc/arch-design/locale/arch-design.pot +++ b/doc/arch-design/locale/arch-design.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-08-19 06:23+0000\n" +"POT-Creation-Date: 2014-08-20 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1121,7 +1121,7 @@ msgstr "" msgid "Depending on the storage model chosen during site design, storage replication and availability will also be a concern for end-users. If an application is capable of understanding regions, then it is possible to keep the object storage system separated by region. In this case, users who want to have an object available to more than one region will need to do the cross-site replication themselves. With a centralized swift proxy, however, the user may need to benchmark the replication timing of the Object Storage back end. Benchmarking allows the operational staff to provide users with an understanding of the amount of time required for a stored or modified object to become available to the entire environment." msgstr "" -#: ./doc/arch-design/multi_site/section_tech_considerations_multi_site.xml:114(title) ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:412(title) ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:249(term) ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:420(term) ./doc/arch-design/generalpurpose/section_user_requirements_general_purpose.xml:131(term) ./doc/arch-design/generalpurpose/section_tech_considerations_general_purpose.xml:493(title) ./doc/arch-design/compute_focus/section_user_requirements_compute_focus.xml:96(term) ./doc/arch-design/compute_focus/section_architecture_compute_focus.xml:182(term) ./doc/arch-design/compute_focus/section_tech_considerations_compute_focus.xml:257(title) ./doc/arch-design/hybrid/section_tech_considerations_hybrid.xml:253(title) ./doc/arch-design/storage_focus/section_architecture_storage_focus.xml:19(para) ./doc/arch-design/storage_focus/section_architecture_storage_focus.xml:48(term) ./doc/arch-design/storage_focus/section_user_requirements_storage_focus.xml:105(term) +#: ./doc/arch-design/multi_site/section_tech_considerations_multi_site.xml:114(title) ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:432(title) ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:249(term) ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:420(term) ./doc/arch-design/generalpurpose/section_user_requirements_general_purpose.xml:131(term) ./doc/arch-design/generalpurpose/section_tech_considerations_general_purpose.xml:493(title) ./doc/arch-design/compute_focus/section_user_requirements_compute_focus.xml:96(term) ./doc/arch-design/compute_focus/section_architecture_compute_focus.xml:182(term) ./doc/arch-design/compute_focus/section_tech_considerations_compute_focus.xml:257(title) ./doc/arch-design/hybrid/section_tech_considerations_hybrid.xml:253(title) ./doc/arch-design/storage_focus/section_architecture_storage_focus.xml:19(para) ./doc/arch-design/storage_focus/section_architecture_storage_focus.xml:48(term) ./doc/arch-design/storage_focus/section_user_requirements_storage_focus.xml:105(term) msgid "Performance" msgstr "" @@ -1170,354 +1170,366 @@ msgid "Another useful tool for managing a multi-site installation is Orchestrati msgstr "" #: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:9(para) -msgid "Designing an OpenStack network architecture involves a combination of layer-2 and layer-3 considerations. Layer-2 decisions involve those made at the data-link layer, such as the decision to use Ethernet versus Token Ring. Layer 3 involve those made about the protocol layer and the point at which IP comes into the picture. As an example, a completely internal OpenStack network can exist at layer 2 and ignore layer 3 however, in order for any traffic to go outside of that cloud, to another network, or to the Internet, a layer-3 router or switch must be involved." +msgid "When you design an OpenStack network architecture, you must consider layer-2 and layer-3 issues. Layer-2 decisions involve those made at the data-link layer, such as the decision to use Ethernet versus Token Ring. Layer-3 decisions involve those made about the protocol layer and the point when IP comes into the picture. As an example, a completely internal OpenStack network can exist at layer 2 and ignore layer 3 however, in order for any traffic to go outside of that cloud, to another network, or to the Internet, a layer-3 router or switch must be involved." msgstr "" #: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:19(para) -msgid "The past few years have seen two competing trends in networking. There has been a trend towards building data center network architectures based on layer-2 networking and simultaneously another network architecture approach is to treat the cloud environment essentially as a miniature version of the Internet. This represents a radically different approach to the network architecture from what is currently installed in the staging environment because the Internet is based entirely on layer-3 routing rather than layer-2 switching." +msgid "The past few years have seen two competing trends in networking. One trend leans towards building data center network architectures based on layer-2 networking. Another trend treats the cloud environment essentially as a miniature version of the Internet. This approach is radically different from the network architecture approach that is used in the staging environment: the Internet is based entirely on layer-3 routing rather than layer-2 switching." msgstr "" #: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:29(para) -msgid "In the data center context, there are advantages of designing the network on layer-2 protocols rather than layer 3. In spite of the difficulties of using a bridge to perform the network role of a router, many vendors, customers, and service providers are attracted to the idea of using Ethernet in as many parts of their networks as possible. The benefits of selecting a layer-2 design are:" +msgid "A network designed on layer-2 protocols has advantages over one designed on layer-3 protocols. In spite of the difficulties of using a bridge to perform the network role of a router, many vendors, customers, and service providers choose to use Ethernet in as many parts of their networks as possible. The benefits of selecting a layer-2 design are:" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:38(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:39(para) msgid "Ethernet frames contain all the essentials for networking. These include, but are not limited to, globally unique source addresses, globally unique destination addresses, and error control." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:44(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:45(para) msgid "Ethernet frames can carry any kind of packet. Networking at layer 2 is independent of the layer-3 protocol." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:49(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:50(para) msgid "More layers added to the Ethernet frame only slow the networking process down. This is known as 'nodal processing delay'." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:54(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:55(para) msgid "Adjunct networking features, for example class of service (CoS) or multicasting, can be added to Ethernet as readily as IP networks." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:59(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:60(para) msgid "VLANs are an easy mechanism for isolating networks." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:63(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:64(para) msgid "Most information starts and ends inside Ethernet frames. Today this applies to data, voice (for example, VoIP) and video (for example, web cameras). The concept is that, if more of the end-to-end transfer of information from a source to a destination can be done in the form of Ethernet frames, more of the benefits of Ethernet can be realized on the network. Though it is not a substitute for IP networking, networking at layer 2 can be a powerful adjunct to IP networking." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:71(para) -msgid "The basic reasoning behind using layer-2 Ethernet over layer-3 IP networks is the speed, the reduced overhead of the IP hierarchy, and the lack of requirement to keep track of IP address configuration as systems are moved around. Whereas the simplicity of layer-2 protocols might work well in a data center with hundreds of physical machines, cloud data centers have the additional burden of needing to keep track of all virtual machine addresses and networks. In these data centers, it is not uncommon for one physical node to support 30-40 instances." +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:73(para) +msgid "Layer-2 Ethernet usage has these advantages over layer-3 IP network usage:" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:82(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:79(para) +msgid "Speed" +msgstr "" + +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:84(para) +msgid "Reduced overhead of the IP hierarchy." +msgstr "" + +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:89(para) +msgid "No need to keep track of address configuration as systems are moved around. Whereas the simplicity of layer-2 protocols might work well in a data center with hundreds of physical machines, cloud data centers have the additional burden of needing to keep track of all virtual machine addresses and networks. In these data centers, it is not uncommon for one physical node to support 30-40 instances." +msgstr "" + +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:102(para) msgid "Networking at the frame level says nothing about the presence or absence of IP addresses at the packet level. Almost all ports, links, and devices on a network of LAN switches still have IP addresses, as do all the source and destination hosts. There are many reasons for the continued need for IP addressing. The largest one is the need to manage the network. A device or link without an IP address is usually invisible to most management applications. Utilities including remote access for diagnostics, file transfer of configurations and software, and similar applications cannot run without IP addresses as well as MAC addresses." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:96(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:116(title) msgid "Layer-2 architecture limitations" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:97(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:117(para) msgid "Outside of the traditional data center the limitations of layer-2 network architectures become more obvious." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:101(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:121(para) msgid "Number of VLANs is limited to 4096." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:104(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:124(para) msgid "The number of MACs stored in switch tables is limited." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:108(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:128(para) msgid "The need to maintain a set of layer-4 devices to handle traffic control must be accommodated." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:112(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:132(para) msgid "MLAG, often used for switch redundancy, is a proprietary solution that does not scale beyond two devices and forces vendor lock-in." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:117(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:137(para) msgid "It can be difficult to troubleshoot a network without IP addresses and ICMP." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:121(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:141(para) msgid "Configuring ARP is considered complicated on large layer-2 networks." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:127(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:147(para) msgid "All network devices need to be aware of all MACs, even instance MACs, so there is constant churn in MAC tables and network state changes as instances are started or stopped." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:133(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:153(para) msgid "Migrating MACs (instance migration) to different physical locations are a potential problem if ARP table timeouts are not set properly." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:138(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:158(para) msgid "It is important to know that layer 2 has a very limited set of network management tools. It is very difficult to control traffic, as it does not have mechanisms to manage the network or shape the traffic, and network troubleshooting is very difficult. One reason for this difficulty is network devices have no IP addresses. As a result, there is no reasonable way to check network delay in a layer-2 network." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:145(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:165(para) msgid "On large layer-2 networks, configuring ARP learning can also be complicated. The setting for the MAC address timer on switches is critical and, if set incorrectly, can cause significant performance problems. As an example, the Cisco default MAC address timer is extremely long. Migrating MACs to different physical locations to support instance migration can be a significant problem. In this case, the network information maintained in the switches could be out of sync with the new location of the instance." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:154(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:174(para) msgid "In a layer-2 network, all devices are aware of all MACs, even those that belong to instances. The network state information in the backbone changes whenever an instance is started or stopped. As a result there is far too much churn in the MAC tables on the backbone switches." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:160(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:180(title) msgid "Layer-3 architecture advantages" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:161(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:181(para) msgid "In the layer 3 case, there is no churn in the routing tables due to instances starting and stopping. The only time there would be a routing state change would be in the case of a Top of Rack (ToR) switch failure or a link failure in the backbone itself. Other advantages of using a layer-3 architecture include:" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:169(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:189(para) msgid "Layer-3 networks provide the same level of resiliency and scalability as the Internet." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:173(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:193(para) msgid "Controlling traffic with routing metrics is straightforward." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:177(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:197(para) msgid "Layer 3 can be configured to use BGP confederation for scalability so core routers have state proportional to the number of racks, not to the number of servers or instances." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:184(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:204(para) msgid "Routing ensures that instance MAC and IP addresses out of the network core reducing state churn. Routing state changes only occur in the case of a ToR switch failure or backbone link failure." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:190(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:210(para) msgid "There are a variety of well tested tools, for example ICMP, to monitor and manage traffic." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:194(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:214(para) msgid "Layer-3 architectures allow for the use of Quality of Service (QoS) to manage network performance." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:199(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:219(title) msgid "Layer-3 architecture limitations" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:200(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:220(para) msgid "The main limitation of layer 3 is that there is no built-in isolation mechanism comparable to the VLANs in layer-2 networks. Furthermore, the hierarchical nature of IP addresses means that an instance will also be on the same subnet as its physical host. This means that it cannot be migrated outside of the subnet easily. For these reasons, network virtualization needs to use IP encapsulation and software at the end hosts for both isolation, as well as for separation of the addressing in the virtual layer from addressing in the physical layer. Other potential disadvantages of layer 3 include the need to design an IP addressing scheme rather than relying on the switches to automatically keep track of the MAC addresses and to configure the interior gateway routing protocol in the switches." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:218(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:238(title) msgid "Network recommendations overview" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:219(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:239(para) msgid "OpenStack has complex networking requirements for several reasons. Many components interact at different levels of the system stack that adds complexity. Data flows are complex. Data in an OpenStack cloud moves both between instances across the network (also known as East-West), as well as in and out of the system (also known as North-South). Physical server nodes have network requirements that are independent of those used by instances which need to be isolated from the core network to account for scalability. It is also recommended to functionally separate the networks for security purposes and tune performance through traffic shaping." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:230(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:250(para) msgid "A number of important general technical and business factors need to be taken into consideration when planning and designing an OpenStack network. They include:" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:235(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:255(para) msgid "A requirement for vendor independence. To avoid hardware or software vendor lock-in, the design should not rely on specific features of a vendor’s router or switch." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:241(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:261(para) msgid "A requirement to massively scale the ecosystem to support millions of end users." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:245(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:265(para) msgid "A requirement to support indeterminate platforms and applications." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:249(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:269(para) msgid "A requirement to design for cost efficient operations to take advantage of massive scale." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:253(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:273(para) msgid "A requirement to ensure that there is no single point of failure in the cloud ecosystem." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:257(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:277(para) msgid "A requirement for high availability architecture to meet customer SLA requirements." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:261(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:281(para) msgid "A requirement to be tolerant of rack level failure." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:265(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:285(para) msgid "A requirement to maximize flexibility to architect future production environments." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:269(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:289(para) msgid "Keeping all of these in mind, the following network design recommendations can be made:" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:273(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:293(para) msgid "Layer-3 designs are preferred over layer-2 architectures." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:277(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:297(para) msgid "Design a dense multi-path network core to support multi-directional scaling and flexibility." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:281(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:301(para) msgid "Use hierarchical addressing because it is the only viable option to scale network ecosystem." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:285(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:305(para) msgid "Use virtual networking to isolate instance service network traffic from the management and internal network traffic." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:290(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:310(para) msgid "Isolate virtual networks using encapsulation technologies." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:294(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:314(para) msgid "Use traffic shaping for performance tuning." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:297(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:317(para) msgid "Use eBGP to connect to the Internet up-link." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:300(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:320(para) msgid "Use iBGP to flatten the internal traffic on the layer-3 mesh." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:304(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:324(para) msgid "Determine the most effective configuration for block storage network." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:309(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:329(title) msgid "Additional considerations" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:310(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:330(para) msgid "There are numerous topics to consider when designing a network-focused OpenStack cloud." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:313(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:333(title) msgid "OpenStack Networking versus legacy networking (nova-network) considerations" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:315(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:335(para) msgid "Selecting the type of networking technology to implement depends on many factors. OpenStack Networking (neutron) and legacy networking (nova-network) both have their advantages and disadvantages. They are both valid and supported options that fit different use cases as described in the following table." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:324(th) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:344(th) msgid "Legacy networking (nova-network)" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:325(th) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:345(th) msgid "OpenStack Networking" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:329(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:349(td) msgid "Simple, single agent" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:330(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:350(td) msgid "Complex, multiple agents" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:333(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:353(td) msgid "More mature, established" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:334(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:354(td) msgid "Newer, maturing" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:337(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:357(td) msgid "Flat or VLAN" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:338(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:358(td) msgid "Flat, VLAN, Overlays, L2-L3, SDN" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:340(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:360(td) msgid "No plug-in support" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:341(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:361(td) msgid "Plug-in support for 3rd parties" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:344(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:364(td) msgid "Scales well" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:345(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:365(td) msgid "Scaling requires 3rd party plug-ins" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:348(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:368(td) msgid "No multi-tier topologies" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:349(td) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:369(td) msgid "Multi-tier topologies" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:355(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:375(title) msgid "Redundant networking: ToR switch high availability risk analysis" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:357(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:377(para) msgid "A technical consideration of networking is the idea that switching gear in the data center that should be installed with backup switches in case of hardware failure." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:360(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:380(para) msgid "Research into the mean time between failures (MTBF) on switches is between 100,000 and 200,000 hours. This number is dependent on the ambient temperature of the switch in the data center. When properly cooled and maintained, this translates to between 11 and 22 years before failure. Even in the worst case of poor ventilation and high ambient temperatures in the data center, the MTBF is still 2-3 years. This is based on published research found at http://www.garrettcom.com/techsupport/papers/ethernet_switch_reliability.pdf and http://www.n-tron.com/pdf/network_availability.pdf." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:373(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:393(para) msgid "In most cases, it is much more economical to only use a single switch with a small pool of spare switches to replace failed units than it is to outfit an entire data center with redundant switches. Applications should also be able to tolerate rack level outages without affecting normal operations since network and compute resources are easily provisioned and plentiful." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:381(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:401(title) msgid "Preparing for the future: IPv6 support" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:382(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:402(para) msgid "One of the most important networking topics today is the impending exhaustion of IPv4 addresses. In early 2014, ICANN announced that they started allocating the final IPv4 address blocks to the Regional Internet Registries (http://www.internetsociety.org/deploy360/blog/2014/05/goodbye-ipv4-iana-starts-allocating-final-address-blocks/). This means the IPv4 address space is close to being fully allocated. As a result, it will soon become difficult to allocate more IPv4 addresses to an application that has experienced growth, or is expected to scale out, due to the lack of unallocated IPv4 address blocks." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:393(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:413(para) msgid "For network focused applications the future is the IPv6 protocol. IPv6 increases the address space significantly, fixes long standing issues in the IPv4 protocol, and will become an essential for network focused applications in the future." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:398(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:418(para) msgid "OpenStack Networking supports IPv6 when configured to take advantage of the feature. To enable it, simply create an IPv6 subnet in Networking and use IPv6 prefixes when creating security groups." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:403(title) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:423(title) msgid "Asymmetric links" msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:404(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:424(para) msgid "When designing a network architecture, the traffic patterns of an application will heavily influence the allocation of total bandwidth and the number of links that are used to send and receive traffic. Applications that provide file storage for customers will allocate bandwidth and links to favor incoming traffic, whereas video streaming applications will allocate bandwidth and links to favor outgoing traffic." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:413(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:433(para) msgid "It is important to analyze the applications' tolerance for latency and jitter when designing an environment to support network focused applications. Certain applications, for example VoIP, are less tolerant of latency and jitter. Where latency and jitter are concerned, certain applications may require tuning of QoS parameters and network device queues to ensure that they are queued for transmit immediately or guaranteed minimum bandwidth. Since OpenStack currently does not support these functions, some considerations may need to be made for the network plug-in selected." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:423(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:443(para) msgid "The location of a service may also impact the application or consumer experience. If an application is designed to serve differing content to differing users it will need to be designed to properly direct connections to those specific locations. Use a multi-site installation for these situations, where appropriate." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:429(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:449(para) msgid "Networking can be implemented in two separate ways. The legacy networking (nova-network) provides a flat DHCP network with a single broadcast domain. This implementation does not support tenant isolation networks or advanced plug-ins, but it is currently the only way to implement a distributed layer-3 agent using the multi_host configuration. OpenStack Networking (neutron) is the official networking implementation and provides a pluggable architecture that supports a large variety of network methods. Some of these include a layer-2 only provider network model, external device plug-ins, or even OpenFlow controllers." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:440(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:460(para) msgid "Networking at large scales becomes a set of boundary questions. The determination of how large a layer-2 domain needs to be is based on the amount of nodes within the domain and the amount of broadcast traffic that passes between instances. Breaking layer-2 boundaries may require the implementation of overlay networks and tunnels. This decision is a balancing act between the need for a smaller overhead or a need for a smaller domain." msgstr "" -#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:448(para) +#: ./doc/arch-design/network_focus/section_tech_considerations_network_focus.xml:468(para) msgid "When selecting network devices, be aware that making this decision based on largest port density often comes with a drawback. Aggregation switches and routers have not all kept pace with Top of Rack switches and may induce bottlenecks on north-south traffic. As a result, it may be possible for massive amounts of downstream network utilization to impact upstream network devices, impacting service to the cloud. Since OpenStack does not currently provide a mechanism for traffic shaping or rate limiting, it is necessary to implement these features at the network hardware level." msgstr "" @@ -1629,7 +1641,7 @@ msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:180(None) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:201(None) msgid "@@image: '../images/Network_Cloud_Storage2.png'; md5=3cd3ce6b19b20ecd7d22af03731cc7cd" msgstr "" @@ -1642,7 +1654,7 @@ msgid "An example design for this workload is depicted in the figure below. In t msgstr "" #: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:27(para) -msgid "Since sessions must remain until closing, the routing and switching architecture is designed for high availability. Switches are meshed to each hypervisor and to each other, and also provide an MLAG implementation to ensure layer-2 connectivity does not fail. Routers are configured with VRRP and fully meshed with switches to ensure layer-3 connectivity. Since GRE is used as an overlay network, Networking is installed and configured to use the Open vSwitch agent in GRE tunnel mode. This ensures all devices can reach all other devices and that tenant networks can be created for private addressing links to the load balancer. " +msgid "Because sessions persist until they are closed, the routing and switching architecture is designed for high availability. Switches are meshed to each hypervisor and each other, and also provide an MLAG implementation to ensure that layer-2 connectivity does not fail. Routers are configured with VRRP and fully meshed with switches to ensure layer-3 connectivity. Since GRE is used as an overlay network, Networking is installed and configured to use the Open vSwitch agent in GRE tunnel mode. This ensures all devices can reach all other devices and that tenant networks can be created for private addressing links to the load balancer. " msgstr "" #: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:45(para) @@ -1681,63 +1693,71 @@ msgstr "" msgid "Load balancing was included in this design to spread requests across multiple instances. This workload scales well horizontally across large numbers of instances. This allows instances to run without publicly routed IP addresses and simply rely on the load balancer for the service to be globally reachable. Many of these services do not require direct server return. This aids in address planning and utilization at scale since only the virtual IP (VIP) must be public." msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:94(title) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:96(title) msgid "Overlay networks" msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:95(para) -msgid "OpenStack Networking using the Open vSwitch GRE tunnel mode was included in the design to provide overlay functionality. In this case, the layer-3 external routers will be in a pair with VRRP and switches should be paired with an implementation of MLAG running to ensure that there is no loss of connectivity with the upstream routing infrastructure." +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:97(para) +msgid "The overlay functionality design includes OpenStack Networking in Open vSwitch GRE tunnel mode. In this case, the layer-3 external routers are paired with VRRP and switches should be paired with an implementation of MLAG running to ensure that you do not lose connectivity with the upstream routing infrastructure." msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:102(title) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:107(title) msgid "Performance tuning" msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:103(para) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:108(para) msgid "Network level tuning for this workload is minimal. Quality-of-Service (QoS) will be applied to these workloads for a middle ground Class Selector depending on existing policies. It will be higher than a best effort queue but lower than an Expedited Forwarding or Assured Forwarding queue. Since this type of application generates larger packets with longer-lived connections, bandwidth utilization can be optimized for long duration TCP. Normal bandwidth planning applies here with regards to benchmarking a session's usage multiplied by the expected number of concurrent sessions with overhead." msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:115(title) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:120(title) msgid "Network functions" msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:116(para) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:121(para) msgid "Network functions is a broad category but encompasses workloads that support the rest of a system's network. These workloads tend to consist of large amounts of small packets that are very short lived, such as DNS queries or SNMP traps. These messages need to arrive quickly and do not deal with packet loss as there can be a very large volume of them. There are a few extra considerations to take into account for this type of workload and this can change a configuration all the way to the hypervisor level. For an application that generates 10 TCP sessions per user with an average bandwidth of 512 kilobytes per second per flow and expected user count of ten thousand concurrent users, the expected bandwidth plan is approximately 4.88 gigabits per second." msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:129(para) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:134(para) msgid "The supporting network for this type of configuration needs to have a low latency and evenly distributed availability. This workload benefits from having services local to the consumers of the service. A multi-site approach is used as well as deploying many copies of the application to handle load as close as possible to consumers. Since these applications function independently, they do not warrant running overlays to interconnect tenant networks. Overlays also have the drawback of performing poorly with rapid flow setup and may incur too much overhead with large quantities of small packets and are therefore not recommended." msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:140(para) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:145(para) msgid "QoS is desired for some workloads to ensure delivery. DNS has a major impact on the load times of other services and needs to be reliable and provide rapid responses. It is to configure rules in upstream devices to apply a higher Class Selector to DNS to ensure faster delivery or a better spot in queuing algorithms." msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:147(title) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:152(title) msgid "Cloud storage" msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:148(para) -msgid "Another common use case for OpenStack environments is to provide a cloud based file storage and sharing service. While this may initially be considered to be a storage focused use case there are also major requirements on the network side that place it in the realm of requiring a network focused architecture. An example for this application is cloud backup." +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:153(para) +msgid "Another common use case for OpenStack environments is to provide a cloud-based file storage and sharing service. You might consider this a storage-focused use case, but its network-side requirements make it a network-focused use case." msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:155(para) -msgid "There are two specific behaviors of this workload that have major and different impacts on the network. Since this is both an externally facing service and internally replicating application there are both North-South and East-West traffic considerations." +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:158(para) +msgid "For example, consider a cloud backup application. This workload has two specific behaviors that impact the network. Because this workload is an externally-facing service and an internally-replicating application, it has both north-south and east-west traffic considerations, as follows:" msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:160(para) -msgid "North-South traffic is primarily user facing. This means that when a user uploads content for storage it will be coming into the OpenStack installation. Users who download this content will be drawing traffic from the OpenStack installation. Since the service is intended primarily as a backup the majority of the traffic will be southbound into the environment. In this case it is beneficial to configure a network to be asymmetric downstream as the traffic entering the OpenStack installation will be greater than traffic leaving." +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:169(term) +msgid "north-south traffic" msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:170(para) -msgid "East-West traffic is likely to be fully symmetric. Since replication will originate from any node and may target multiple other nodes algorithmically, it is less likely for this traffic to have a larger volume in any specific direction. However this traffic may interfere with north-south traffic." +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:171(para) +msgid "When a user uploads and stores content, that content moves into the OpenStack installation. When users download this content, the content moves from the OpenStack installation. Because this service is intended primarily as a backup, most of the traffic moves southbound into the environment. In this situation, it benefits you to configure a network to be asymmetrically downstream because the traffic that enters the OpenStack installation is greater than the traffic that leaves the installation." msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:183(para) -msgid "This application will prioritize the North-South traffic over East-West traffic as it is the customer-facing data. QoS is implemented on East-West traffic to be a lower priority Class Selector, while North-South traffic requires a higher level in the priority queue because of this." +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:185(term) +msgid "east-west traffic" msgstr "" -#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:188(para) +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:187(para) +msgid "Likely to be fully symmetric. Because replication originates from any node and might target multiple other nodes algorithmically, it is less likely for this traffic to have a larger volume in any specific direction. However this traffic might interfere with north-south traffic." +msgstr "" + +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:204(para) +msgid "This application prioritizes the north-south traffic over east-west traffic: the north-south traffic involves customer-facing data." +msgstr "" + +#: ./doc/arch-design/network_focus/section_prescriptive_examples_network_focus.xml:209(para) msgid "The network design in this case is less dependant on availability and more dependant on being able to handle high bandwidth. As a direct result, it is beneficial to forego redundant links in favor of bonding those connections. This increases available bandwidth. It is also beneficial to configure all devices in the path, including OpenStack, to generate and pass jumbo frames." msgstr "" @@ -1757,67 +1777,67 @@ msgstr "" msgid "Some network dependencies are going to be external to OpenStack. While OpenStack Networking is capable of providing network ports, IP addresses, some level of routing, and overlay networks, there are some other functions that it cannot provide. For many of these, external systems or equipment may be required to fill in the functional gaps. Hardware load balancers are an example of equipment that may be necessary to distribute workloads or offload certain functions. Note that, as of the Icehouse release, dynamic routing is currently in its infancy within OpenStack and may need to be implemented either by an external device or a specialized service instance within OpenStack. Tunneling is a feature provided by OpenStack Networking, however it is constrained to a Networking-managed region. If the need arises to extend a tunnel beyond the OpenStack region to either another region or an external system, it is necessary to implement the tunnel itself outside OpenStack or by using a tunnel management system to map the tunnel or overlay to an external tunnel. OpenStack does not currently provide quotas for network resources. Where network quotas are required, it is necessary to implement quality of service management outside of OpenStack. In many of these instances, similar solutions for traffic shaping or other network functions will be needed." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:56(para) -msgid "Depending on the selected design, Networking itself may not even support the required layer-3 network functionality. If it is necessary or advantageous to use the provider networking mode of Networking without running the layer-3 agent, then an external router will be required to provide layer-3 connectivity to outside systems." +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:57(para) +msgid "Depending on the selected design, Networking itself might not even support the required layer-3 network functionality. If you choose to use the provider networking mode without running the layer-3 agent, you must install an external router to provide layer-3 connectivity to outside systems." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:64(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:66(para) msgid "Interaction with orchestration services is inevitable in larger-scale deployments. The Orchestration module is capable of allocating network resource defined in templates to map to tenant networks and for port creation, as well as allocating floating IPs. If there is a requirement to define and manage network resources in using orchestration, it is recommended that the design include the Orchestration module to meet the demands of users." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:73(title) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:75(title) msgid "Design impacts" msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:74(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:76(para) msgid "A wide variety of factors can affect a network focused OpenStack architecture. While there are some considerations shared with a general use case, specific workloads related to network requirements will influence network design decisions." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:79(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:81(para) msgid "One decision includes whether or not to use Network Address Translation (NAT) and where to implement it. If there is a requirement for floating IPs to be available instead of using public fixed addresses then NAT is required. This can be seen in network management applications that rely on an IP endpoint. An example of this is a DHCP relay that needs to know the IP of the actual DHCP server. In these cases it is easier to automate the infrastructure to apply the target IP to a new instance rather than reconfigure legacy or external systems for each new instance." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:89(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:91(para) msgid "NAT for floating IPs managed by Networking will reside within the hypervisor but there are also versions of NAT that may be running elsewhere. If there is a shortage of IPv4 addresses there are two common methods to mitigate this externally to OpenStack. The first is to run a load balancer either within OpenStack as an instance, or use an external load balancing solution. In the internal scenario, load balancing software, such as HAproxy, can be managed with Networking's Load-Balancer-as-a-Service (LBaaS). This is specifically to manage the Virtual IP (VIP) while a dual-homed connection from the HAproxy instance connects the public network with the tenant private network that hosts all of the content servers. In the external scenario, a load balancer would need to serve the VIP and also be joined to the tenant overlay network through external means or routed to it via private addresses." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:105(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:107(para) msgid "Another kind of NAT that may be useful is protocol NAT. In some cases it may be desirable to use only IPv6 addresses on instances and operate either an instance or an external service to provide a NAT-based transition technology such as NAT64 and DNS64. This provides the ability to have a globally routable IPv6 address while only consuming IPv4 addresses as necessary or in a shared manner." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:112(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:114(para) msgid "Application workloads will affect the design of the underlying network architecture. If a workload requires network-level redundancy, the routing and switching architecture will have to accommodate this. There are differing methods for providing this that are dependent on the network hardware selected, the performance of the hardware, and which networking model is deployed. Some examples of this are the use of Link aggregation (LAG) or Hot Standby Router Protocol (HSRP). There are also the considerations of whether to deploy OpenStack Networking or legacy networking (nova-network) and which plug-in to select for OpenStack Networking. If using an external system, Networking will need to be configured to run layer 2 with a provider network configuration. For example, it may be necessary to implement HSRP to terminate layer-3 connectivity." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:129(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:131(para) msgid "Depending on the workload, overlay networks may or may not be a recommended configuration. Where application network connections are small, short lived or bursty, running a dynamic overlay can generate as much bandwidth as the packets it carries. It also can induce enough latency to cause issues with certain applications. There is an impact to the device generating the overlay which, in most installations, will be the hypervisor. This will cause performance degradation on packet per second and connection per second rates." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:138(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:140(para) msgid "Overlays also come with a secondary option that may or may not be appropriate to a specific workload. While all of them will operate in full mesh by default, there might be good reasons to disable this function because it may cause excessive overhead for some workloads. Conversely, other workloads will operate without issue. For example, most web services applications will not have major issues with a full mesh overlay network, while some network monitoring tools or storage replication workloads will have performance issues with throughput or excessive broadcast traffic." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:148(para) -msgid "A design decision that many overlook is a choice of layer-3 protocols. While OpenStack was initially built with only IPv4 support, Networking now supports IPv6 and dual-stacked networks. Note that, as of the Icehouse release, this only includes stateless address autoconfiguration but the work is in progress to support stateless and stateful dhcpv6 as well as IPv6 floating IPs without NAT. Some workloads become possible through the use of IPv6 and IPv6 to IPv4 reverse transition mechanisms such as NAT64 and DNS64 or 6to4, because these options are available. This will alter the requirements for any address plan as single-stacked and transitional IPv6 deployments can alleviate the need for IPv4 addresses." +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:150(para) +msgid "Many people overlook an important design decision: The choice of layer-3 protocols. While OpenStack was initially built with only IPv4 support, Networking now supports IPv6 and dual-stacked networks. Note that, as of the Icehouse release, this only includes stateless address autoconfiguration but work is in progress to support stateless and stateful DHCPv6 as well as IPv6 floating IPs without NAT. Some workloads become possible through the use of IPv6 and IPv6 to IPv4 reverse transition mechanisms such as NAT64 and DNS64 or 6to4, because these options are available. This will alter the requirements for any address plan as single-stacked and transitional IPv6 deployments can alleviate the need for IPv4 addresses." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:161(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:164(para) msgid "As of the Icehouse release, OpenStack has limited support for dynamic routing, however there are a number of options available by incorporating third party solutions to implement routing within the cloud including network equipment, hardware nodes, and instances. Some workloads will perform well with nothing more than static routes and default gateways configured at the layer-3 termination point. In most cases this will suffice, however some cases require the addition of at least one type of dynamic routing protocol if not multiple protocols. Having a form of interior gateway protocol (IGP) available to the instances inside an OpenStack installation opens up the possibility of use cases for anycast route injection for services that need to use it as a geographic location or failover mechanism. Other applications may wish to directly participate in a routing protocol, either as a passive observer as in the case of a looking glass, or as an active participant in the form of a route reflector. Since an instance might have a large amount of compute and memory resources, it is trivial to hold an entire unpartitioned routing table and use it to provide services such as network path visibility to other applications or as a monitoring tool." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:183(para) -msgid "A lesser known, but harder to diagnose issue, is that of path Maximum Transmission Unit (MTU) failures. It is less of an optional design consideration and more a design warning that MTU must be at least large enough to handle normal traffic, plus any overhead from an overlay network, and the desired layer-3 protocol. Adding externally built tunnels will further lessen the MTU packet size making it imperative to pay attention to the fully calculated MTU as some systems may be configured to ignore or drop path MTU discovery packets." +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:186(para) +msgid "Path maximum transmission unit (MTU) failures are lesser known but harder to diagnose. The MTU must be large enough to handle normal traffic, overhead from an overlay network, and the desired layer-3 protocol. When you add externally built tunnels, the MTU packet size is reduced. In this case, you must pay attention to the fully calculated MTU size because some systems are configured to ignore or drop path MTU discovery packets." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:194(title) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:197(title) msgid "Tunable networking components" msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:195(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:198(para) msgid "Consider configurable networking components related to an OpenStack architecture design when designing for network intensive workloads include MTU and QoS. Some workloads will require a larger MTU than normal based on a requirement to transfer large blocks of data. When providing network service for applications such as video streaming or storage replication, it is recommended to ensure that both OpenStack hardware nodes and the supporting network equipment are configured for jumbo frames where possible. This will allow for a better utilization of available bandwidth. Configuration of jumbo frames should be done across the complete path the packets will traverse. If one network component is not capable of handling jumbo frames then the entire path will revert to the default MTU." msgstr "" -#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:207(para) +#: ./doc/arch-design/network_focus/section_architecture_network_focus.xml:210(para) msgid "Quality of Service (QoS) also has a great impact on network intensive workloads by providing instant service to packets which have a higher priority due to their ability to be impacted by poor network performance. In applications such as Voice over IP (VoIP) differentiated services code points are a near requirement for proper operation. QoS can also be used in the opposite direction for mixed workloads to prevent low priority but high bandwidth applications, for example backup services, video conferencing or file sharing, from blocking bandwidth that is needed for the proper operation of other workloads. It is possible to tag file storage traffic as a lower class, such as best effort or scavenger, to allow the higher priority traffic through. In cases where regions within a cloud might be geographically distributed it may also be necessary to plan accordingly to implement WAN optimization to combat latency or packet loss." msgstr "" @@ -2616,7 +2636,7 @@ msgid "Based on the requirements of instances being serviced in the cloud, the n msgstr "" #: ./doc/arch-design/generalpurpose/section_tech_considerations_general_purpose.xml:138(para) -msgid "The legacy networking (nova-network) service is primarily a layer-2 networking service which has two main modes in which it will function. The difference between the two modes in legacy networking pertain to whether or not legacy networking uses VLANs. When using legacy networking in a flat network mode, all network hardware nodes and devices throughout the cloud are connected to a single layer-2 network segment which provides access to application data." +msgid "The legacy networking (nova-network) service is primarily a layer-2 networking service that functions in two modes. In legacy networking, the two modes differ in their use of VLANs. When using legacy networking in a flat network mode, all network hardware nodes and devices throughout the cloud are connected to a single layer-2 network segment that provides access to application data." msgstr "" #: ./doc/arch-design/generalpurpose/section_tech_considerations_general_purpose.xml:146(para) @@ -4306,7 +4326,7 @@ msgid "Deployment of a full stack can be challenging but this difficulty can be msgstr "" #: ./doc/arch-design/specialized/section_openstack_on_openstack_specialized.xml:52(para) -msgid "The OpenStack-On-OpenStack project (TripleO) is addressing this issuealthough at the current time the project does not provide comprehensive coverage for the nested stacks. More information can be found at https://wiki.openstack.org/wiki/TripleO." +msgid "The OpenStack-on-OpenStack project (TripleO) addresses this issuecurrently, however, the project does not completely cover nested stacks. For more information, see https://wiki.openstack.org/wiki/TripleO." msgstr "" #: ./doc/arch-design/specialized/section_openstack_on_openstack_specialized.xml:61(title) @@ -4564,7 +4584,7 @@ msgid "There are a number of options that might be appropriate for the hybrid cl msgstr "" #: ./doc/arch-design/hybrid/section_architecture_hybrid.xml:80(para) -msgid "Create a baseline of upper-layer services that are implemented across all of the cloud platforms. For platforms that do not support a given service, create a service on top of that platform and apply it to the workloads as they are launched on that cloud. For example, OpenStack, via the Database service for OpenStack (trove), supports MySQL as a service but not NoSQL databases in production. To move from or to run alongside on AWS a NoSQL workload would require recreating the NoSQL database on top of OpenStack and automate the process of implementing it using a tool such as the Orchestration module (heat)." +msgid "Create a baseline of upper-layer services that are implemented across all of the cloud platforms. For platforms that do not support a given service, create a service on top of that platform and apply it to the workloads as they are launched on that cloud. For example, through the Database Service for OpenStack (trove), OpenStack supports MySQL as a service but not NoSQL databases in production. To either move from or run alongside AWS, a NoSQL workload must use an automation tool, such as the Orchestration module (heat), to recreate the NoSQL database on top of OpenStack." msgstr "" #: ./doc/arch-design/hybrid/section_architecture_hybrid.xml:95(para) diff --git a/doc/cli-reference/locale/cli-reference.pot b/doc/cli-reference/locale/cli-reference.pot index 66068c1711..b4d36942b5 100644 --- a/doc/cli-reference/locale/cli-reference.pot +++ b/doc/cli-reference/locale/cli-reference.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-08-15 06:09+0000\n" +"POT-Creation-Date: 2014-08-20 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -899,7 +899,7 @@ msgid "Execute commands in the namespace of the probe." msgstr "" #: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:79(para) -msgid "ping-all is all-in-one command to ping all fixed IP's in a specified network." +msgid "ping-all is an all-in-one command to ping all fixed IPs in a specified network." msgstr "" #: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:87(title) @@ -982,7 +982,7 @@ msgstr "" msgid "Create probe port - create port and interface, then place it into the created network namespace." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:222(title) ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:248(title) ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:267(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1802(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1827(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1853(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1910(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1944(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1985(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2035(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2052(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2076(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2101(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2127(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2167(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2210(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2254(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2271(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2301(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2386(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2442(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2695(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2712(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2729(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2754(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2778(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2823(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2840(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2857(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2903(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2932(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2961(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2986(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3054(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3100(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3117(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3134(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3151(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3201(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3228(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3313(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3330(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3388(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3406(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3443(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3479(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3513(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3530(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3547(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3596(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3613(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3641(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3666(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3691(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3716(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3744(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3762(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3817(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3850(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3869(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3922(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3939(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3963(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3980(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4025(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4059(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4093(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4110(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4154(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4198(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4223(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4240(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4268(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4292(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4450(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4468(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4513(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4530(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4563(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4625(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4642(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4668(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4692(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4717(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4744(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4897(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4938(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4955(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4972(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5197(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5341(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5379(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5443(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5461(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5486(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5511(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5537(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5554(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5571(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5600(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5636(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5653(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5670(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5687(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5704(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5721(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5789(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5838(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5863(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5881(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5931(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5997(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6014(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6047(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6072(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6089(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6113(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6130(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6166(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6216(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6233(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6250(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6280(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6355(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6372(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6389(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6406(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6423(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6440(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6457(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6534(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6574(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6645(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6662(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6704(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6724(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6770(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6794(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6811(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6828(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6852(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6885(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6911(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1568(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1675(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1728(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1771(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1840(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1927(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1993(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2088(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2176(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2230(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2318(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2372(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2413(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2467(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2512(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2605(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2664(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2740(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2861(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2939(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2978(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3116(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3165(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3219(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3381(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3499(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3554(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3602(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3655(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3693(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3753(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3814(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3851(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3968(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4029(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4113(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4200(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4504(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4624(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4679(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4734(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4788(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4833(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4884(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4938(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5101(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5139(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5266(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5320(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5363(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5441(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5558(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5611(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5745(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5863(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5920(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5977(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6030(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6075(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6186(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6303(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6356(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6579(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6649(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6767(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6824(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6894(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7047(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7165(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7230(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7370(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7430(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7546(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7614(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7669(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7708(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7819(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7873(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7991(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8078(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8131(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8173(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8218(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8305(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8367(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8481(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8597(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8653(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8722(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9184(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9244(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9281(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9319(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9372(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9420(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9549(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9695(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9748(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9790(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9843(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9969(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10070(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10199(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10257(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10312(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10453(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10597(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10714(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10775(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10907(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11011(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11129(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11184(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11243(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11347(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11465(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11520(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11573(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11651(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11768(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11822(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:519(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:536(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:560(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:588(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:621(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:638(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:663(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:680(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:705(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:730(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:775(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:810(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:849(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:947(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1108(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1170(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1189(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1267(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:412(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:526(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:591(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:674(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:713(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:695(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:853(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:899(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1070(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1106(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:758(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:802(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:826(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:854(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:878(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:970(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:990(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1047(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1071(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1095(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1127(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1194(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1227(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1244(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1269(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1307(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1332(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1386(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1411(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1428(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1445(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1485(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1502(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1523(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1592(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1609(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1629(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1681(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1705(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1732(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1768(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1798(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1834(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1884(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1904(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1949(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2010(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2043(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2061(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2087(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2124(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2155(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2172(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2197(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2225(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2266(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2283(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2300(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2343(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:592(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:637(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:671(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:699(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:716(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:744(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:797(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:814(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:831(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:848(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:873(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:905(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:944(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:969(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:988(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1040(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1148(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1192(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1217(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1241(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1258(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1276(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1305(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1329(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1360(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1385(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1410(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1427(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1444(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1461(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1486(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1510(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1527(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1546(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1598(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1635(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1679(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1696(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1740(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1776(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1815(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:216(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:256(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:328(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:364(title) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:222(title) ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:248(title) ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:273(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1802(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1827(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1853(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1910(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1944(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1985(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2035(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2052(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2076(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2101(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2127(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2167(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2210(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2254(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2271(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2301(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2386(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2442(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2695(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2712(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2729(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2754(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2778(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2823(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2840(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2857(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2903(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2932(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2961(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2986(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3054(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3100(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3117(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3134(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3151(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3201(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3228(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3313(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3330(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3388(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3406(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3443(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3479(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3513(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3530(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3547(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3596(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3613(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3641(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3666(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3691(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3716(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3744(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3762(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3817(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3850(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3869(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3922(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3939(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3963(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3980(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4025(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4059(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4093(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4110(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4154(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4198(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4223(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4240(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4268(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4292(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4450(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4468(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4513(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4530(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4563(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4625(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4642(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4668(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4692(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4717(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4744(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4897(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4938(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4955(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4972(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5197(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5341(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5379(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5443(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5461(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5486(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5511(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5537(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5554(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5571(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5600(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5636(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5653(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5670(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5687(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5704(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5721(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5789(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5838(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5863(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5881(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5931(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5997(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6014(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6047(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6072(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6089(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6113(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6130(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6166(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6216(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6233(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6250(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6280(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6355(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6372(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6389(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6406(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6423(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6440(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6457(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6534(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6574(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6645(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6662(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6704(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6724(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6770(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6794(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6811(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6828(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6852(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6885(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6911(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1568(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1675(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1728(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1771(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1840(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1927(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1993(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2088(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2176(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2230(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2318(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2372(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2413(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2467(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2512(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2605(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2664(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2740(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2861(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2939(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2978(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3116(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3165(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3219(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3381(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3499(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3554(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3602(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3655(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3693(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3753(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3814(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3851(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3968(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4029(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4113(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4200(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4504(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4624(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4679(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4734(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4788(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4833(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4884(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4938(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5101(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5139(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5266(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5320(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5363(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5441(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5558(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5611(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5745(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5863(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5920(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5977(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6030(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6075(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6186(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6303(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6356(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6579(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6649(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6767(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6824(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6894(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7047(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7165(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7230(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7370(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7430(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7546(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7614(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7669(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7708(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7819(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7873(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7991(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8078(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8131(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8173(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8218(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8305(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8367(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8481(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8597(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8653(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8722(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9184(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9244(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9281(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9319(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9372(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9420(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9549(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9695(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9748(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9790(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9843(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9969(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10070(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10199(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10257(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10312(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10453(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10597(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10714(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10775(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10907(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11011(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11129(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11184(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11243(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11347(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11465(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11520(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11573(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11651(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11768(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11822(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:519(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:536(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:560(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:588(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:621(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:638(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:663(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:680(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:705(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:730(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:775(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:810(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:849(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:947(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1108(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1170(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1189(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1267(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:412(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:526(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:591(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:674(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:713(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:695(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:853(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:899(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1070(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1106(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:758(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:802(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:826(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:854(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:878(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:970(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:990(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1047(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1071(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1095(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1127(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1194(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1227(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1244(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1269(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1307(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1332(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1386(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1411(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1428(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1445(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1485(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1502(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1523(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1592(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1609(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1629(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1681(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1705(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1732(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1768(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1798(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1834(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1884(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1904(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1949(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2010(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2043(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2061(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2087(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2124(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2155(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2172(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2197(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2225(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2266(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2283(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2300(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2343(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:592(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:637(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:671(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:699(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:716(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:744(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:797(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:814(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:831(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:848(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:873(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:905(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:944(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:969(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:988(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1040(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1148(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1192(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1217(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1241(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1258(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1276(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1305(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1329(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1360(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1385(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1410(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1427(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1444(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1461(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1486(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1510(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1527(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1546(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1598(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1635(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1679(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1696(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1740(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1776(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1815(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:216(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:256(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:328(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:364(title) msgid "Positional arguments" msgstr "" @@ -1027,42 +1027,42 @@ msgid "neutron-debug ping-all command" msgstr "" #: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:265(para) -msgid "All-in-one command to ping all fixed IP's in a specified network." +msgid "All-in-one command to ping all fixed IPs in a specified network. A probe creation is not needed for this command. A new probe is created automatically. It will, however, need to be deleted manually when it is no longer needed. When there are multiple networks, the newly created probe will be attached to a random network and thus the ping will take place from within that random network." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:271(para) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:277(para) msgid "ID of the port to use." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:276(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1777(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1927(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2229(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2345(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2453(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2678(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2789(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2806(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2884(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2914(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2943(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3021(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3073(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3176(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3272(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3363(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3425(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3454(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3496(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3572(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3727(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3773(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3799(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3880(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3905(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4042(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4165(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4251(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4314(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4487(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4574(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4592(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4755(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4908(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5118(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5160(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5208(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5352(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5398(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5582(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5619(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5980(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6149(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6191(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6261(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6291(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6474(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6509(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6585(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6687(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6735(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1579(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1686(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1739(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1790(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1851(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1880(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1938(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2012(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2099(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2128(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2187(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2241(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2270(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2329(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2383(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2424(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2486(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2559(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2616(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2675(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2751(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2781(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2872(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2950(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2997(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3043(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3135(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3176(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3230(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3266(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3392(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3422(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3510(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3565(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3613(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3666(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3713(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3764(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3825(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3862(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3979(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4040(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4124(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4153(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4211(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4269(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4358(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4515(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4546(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4635(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4690(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4745(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4852(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4895(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4958(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4993(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5112(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5159(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5189(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5277(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5331(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5374(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5452(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5482(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5569(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5622(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5654(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5756(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5786(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5874(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5931(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5988(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6041(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6086(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6197(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6227(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6314(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6367(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6409(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6470(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6500(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6660(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6690(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6778(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6835(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6905(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7058(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7088(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7176(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7241(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7381(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7441(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7471(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7565(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7625(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7680(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7727(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7773(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7830(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7884(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7913(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8002(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8089(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8142(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8184(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8229(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8316(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8378(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8492(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8521(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8664(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8733(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8818(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8846(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8903(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8946(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8983(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9011(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9054(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9203(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9255(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9292(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9338(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9394(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9442(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9472(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9560(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9619(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9706(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9759(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9801(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9854(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9884(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9980(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10081(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10113(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10210(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10268(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10323(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10369(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10472(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10638(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10725(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10786(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10918(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11022(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11052(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11140(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11195(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11254(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11358(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11388(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11476(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11593(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11662(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11692(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11779(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11833(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:571(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:749(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:786(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:860(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:958(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1052(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1119(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1200(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1285(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:368(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:434(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:537(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:611(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:694(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:733(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:528(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:864(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:910(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1089(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1131(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:463(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:605(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:750(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:767(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:794(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:813(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:830(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:847(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:888(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1078(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1283(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1472(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1491(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1515(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1535(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1571(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1607(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1643(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1662(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1685(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1768(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1804(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1857(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1875(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:499(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:516(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:548(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:581(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:598(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:631(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:666(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:723(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:755(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:780(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:821(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:854(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:887(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:912(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:939(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:990(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1007(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1031(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1063(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1091(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1156(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1180(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1198(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1247(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1279(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1304(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1321(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1354(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1394(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:769(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:837(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:889(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1010(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1146(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1288(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1368(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1534(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1640(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1751(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1779(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1817(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1859(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1915(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1968(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2106(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2135(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2208(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2362(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:611(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:654(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:682(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:763(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:885(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:925(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1007(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1059(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1167(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1287(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1573(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1617(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1662(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1723(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1759(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1795(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1834(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:236(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:311(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:339(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:375(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:392(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:418(title) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:282(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1777(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1927(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2229(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2345(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2453(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2678(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2789(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2806(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2884(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2914(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2943(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3021(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3073(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3176(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3272(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3363(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3425(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3454(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3496(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3572(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3727(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3773(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3799(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3880(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3905(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4042(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4165(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4251(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4314(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4487(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4574(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4592(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4755(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4908(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5118(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5160(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5208(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5352(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5398(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5582(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5619(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5980(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6149(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6191(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6261(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6291(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6474(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6509(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6585(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6687(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6735(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1579(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1686(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1739(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1790(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1851(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1880(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1938(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2012(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2099(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2128(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2187(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2241(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2270(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2329(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2383(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2424(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2486(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2559(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2616(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2675(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2751(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2781(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2872(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2950(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2997(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3043(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3135(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3176(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3230(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3266(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3392(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3422(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3510(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3565(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3613(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3666(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3713(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3764(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3825(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3862(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3979(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4040(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4124(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4153(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4211(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4269(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4358(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4515(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4546(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4635(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4690(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4745(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4852(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4895(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4958(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4993(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5112(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5159(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5189(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5277(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5331(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5374(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5452(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5482(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5569(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5622(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5654(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5756(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5786(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5874(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5931(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5988(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6041(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6086(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6197(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6227(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6314(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6367(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6409(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6470(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6500(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6660(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6690(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6778(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6835(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6905(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7058(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7088(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7176(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7241(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7381(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7441(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7471(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7565(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7625(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7680(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7727(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7773(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7830(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7884(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7913(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8002(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8089(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8142(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8184(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8229(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8316(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8378(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8492(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8521(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8664(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8733(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8818(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8846(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8903(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8946(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8983(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9011(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9054(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9203(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9255(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9292(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9338(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9394(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9442(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9472(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9560(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9619(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9706(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9759(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9801(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9854(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9884(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9980(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10081(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10113(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10210(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10268(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10323(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10369(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10472(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10638(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10725(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10786(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10918(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11022(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11052(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11140(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11195(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11254(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11358(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11388(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11476(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11593(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11662(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11692(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11779(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11833(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:571(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:749(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:786(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:860(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:958(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1052(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1119(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1200(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1285(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:368(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:434(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:537(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:611(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:694(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:733(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:528(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:864(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:910(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1089(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1131(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:463(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:605(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:750(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:767(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:794(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:813(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:830(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:847(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:888(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1078(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1283(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1472(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1491(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1515(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1535(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1571(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1607(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1643(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1662(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1685(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1768(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1804(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1857(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1875(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:499(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:516(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:548(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:581(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:598(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:631(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:666(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:723(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:755(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:780(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:821(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:854(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:887(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:912(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:939(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:990(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1007(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1031(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1063(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1091(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1156(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1180(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1198(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1247(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1279(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1304(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1321(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1354(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1394(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:769(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:837(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:889(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1010(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1146(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1288(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1368(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1534(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1640(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1751(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1779(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1817(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1859(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1915(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1968(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2106(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2135(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2208(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2362(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:611(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:654(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:682(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:763(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:885(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:925(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1007(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1059(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1167(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1287(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1573(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1617(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1662(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1723(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1759(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1795(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1834(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:236(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:311(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:339(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:375(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:392(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:418(title) msgid "Optional arguments" msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:281(para) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:287(para) msgid "Optional ping timeout." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:287(title) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:293(title) msgid "neutron-debug example" msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:289(para) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:295(para) msgid "Create a probe namespace within the network identified by NET_ID. The namespace will have the name of qprobe-<UUID of the probe port>" msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:292(para) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:298(para) msgid "For the following examples to function, the security group rules may need to be modified to allow the SSH (TCP port 22) or ping (ICMP) traffic into network." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:296(para) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:302(para) msgid "SSH to an instance within the network." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:298(para) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:304(para) msgid "Ping all instances on this network to verify they are responding." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:301(para) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:307(para) msgid "Ping the DHCP server for this network using dhcping to verify it is working." msgstr "" diff --git a/doc/common/locale/common.pot b/doc/common/locale/common.pot index 10829fc084..eafadb81b9 100644 --- a/doc/common/locale/common.pot +++ b/doc/common/locale/common.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-08-19 06:23+0000\n" +"POT-Creation-Date: 2014-08-20 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -143,7 +143,7 @@ msgstr "" msgid "Quota name" msgstr "" -#: ./doc/common/section_cli_nova_quotas.xml:21(th) ./doc/common/section_cli_nova_customize_flavors.xml:52(td) ./doc/common/section_cli_overview.xml:43(th) ./doc/common/section_cli_install.xml:31(th) ./doc/common/ch_getstart.xml:32(th) ./doc/common/tables/ceilometer-database.xml:13(th) ./doc/common/tables/neutron-openvswitch_agent.xml:13(th) ./doc/common/tables/heat-clients.xml:13(th) ./doc/common/tables/cinder-solidfire.xml:13(th) ./doc/common/tables/neutron-rpc.xml:13(th) ./doc/common/tables/trove-db_percona.xml:13(th) ./doc/common/tables/nova-periodic.xml:13(th) ./doc/common/tables/keystone-auth.xml:13(th) ./doc/common/tables/keystone-policy.xml:13(th) ./doc/common/tables/glance-auth_token.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:13(th) ./doc/common/tables/swift-container-server-container-sync.xml:15(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:15(th) ./doc/common/tables/cinder-zoning_fabric.xml:13(th) ./doc/common/tables/ceilometer-redis.xml:13(th) ./doc/common/tables/cinder-storage_ceph.xml:13(th) ./doc/common/tables/ceilometer-vmware.xml:13(th) ./doc/common/tables/neutron-cisco.xml:13(th) ./doc/common/tables/nova-testing.xml:13(th) ./doc/common/tables/nova-metadata.xml:13(th) ./doc/common/tables/heat-clients_nova.xml:13(th) ./doc/common/tables/cinder-hp3par.xml:13(th) ./doc/common/tables/keystone-misc.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:15(th) ./doc/common/tables/neutron-scheduler.xml:13(th) ./doc/common/tables/glance-rbd.xml:13(th) ./doc/common/tables/cinder-storage_xen.xml:13(th) ./doc/common/tables/ceilometer-common.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:15(th) ./doc/common/tables/cinder-database.xml:13(th) ./doc/common/tables/ceilometer-logging.xml:13(th) ./doc/common/tables/heat-common.xml:13(th) ./doc/common/tables/nova-ipv6.xml:13(th) ./doc/common/tables/nova-vnc.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:13(th) ./doc/common/tables/ceilometer-nova_cells.xml:13(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:15(th) ./doc/common/tables/neutron-ml2_cisco_apic.xml:13(th) ./doc/common/tables/trove-qpid.xml:13(th) ./doc/common/tables/keystone-api.xml:13(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:15(th) ./doc/common/tables/swift-container-server-container-auditor.xml:15(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:15(th) ./doc/common/tables/glance-rpc.xml:13(th) ./doc/common/tables/neutron-policy.xml:13(th) ./doc/common/tables/glance-database.xml:13(th) ./doc/common/tables/nova-spice.xml:13(th) ./doc/common/tables/heat-clients_heat.xml:13(th) ./doc/common/tables/nova-xen.xml:13(th) ./doc/common/tables/trove-amqp.xml:13(th) ./doc/common/tables/glance-matchmaker.xml:13(th) ./doc/common/tables/ceilometer-auth_token.xml:13(th) ./doc/common/tables/nova-rabbitmq.xml:13(th) ./doc/common/tables/neutron-ml2_cisco.xml:13(th) ./doc/common/tables/nova-policy.xml:13(th) ./doc/common/tables/keystone-identity.xml:13(th) ./doc/common/tables/ceilometer-inspector.xml:13(th) ./doc/common/tables/cinder-scheduler.xml:13(th) ./doc/common/tables/trove-db_cassandra.xml:13(th) ./doc/common/tables/neutron-logging.xml:13(th) ./doc/common/tables/nova-availabilityzones.xml:13(th) ./doc/common/tables/keystone-catalog.xml:13(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:13(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:13(th) ./doc/common/tables/neutron-rootwrap.xml:13(th) ./doc/common/tables/cinder-auth.xml:13(th) ./doc/common/tables/swift-swift-swift-constraints.xml:15(th) ./doc/common/tables/heat-qpid.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:15(th) ./doc/common/tables/nova-zookeeper.xml:13(th) ./doc/common/tables/nova-keymgr.xml:13(th) ./doc/common/tables/neutron-auth_token.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:15(th) ./doc/common/tables/nova-ldap.xml:13(th) ./doc/common/tables/swift-container-server-filter-recon.xml:15(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:15(th) ./doc/common/tables/ceilometer-auth.xml:13(th) ./doc/common/tables/cinder-quota.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:15(th) ./doc/common/tables/keystone-os_inherit.xml:13(th) ./doc/common/tables/neutron-sdnve.xml:13(th) ./doc/common/tables/nova-compute.xml:13(th) ./doc/common/tables/keystone-rabbit.xml:13(th) ./doc/common/tables/cinder-backups_ceph.xml:13(th) ./doc/common/tables/nova-vmware.xml:13(th) ./doc/common/tables/heat-cfn_api.xml:13(th) ./doc/common/tables/neutron-vmware.xml:13(th) ./doc/common/tables/nova-rdp.xml:13(th) ./doc/common/tables/keystone-assignment.xml:13(th) ./doc/common/tables/nova-zeromq.xml:13(th) ./doc/common/tables/cinder-storage.xml:13(th) ./doc/common/tables/glance-registry.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:15(th) ./doc/common/tables/neutron-embrane.xml:13(th) ./doc/common/tables/heat-quota.xml:13(th) ./doc/common/tables/ceilometer-nova_import.xml:13(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-common.xml:13(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:15(th) ./doc/common/tables/nova-volumes.xml:13(th) ./doc/common/tables/neutron-redis.xml:13(th) ./doc/common/tables/trove-db_mysql.xml:13(th) ./doc/common/tables/heat-zeromq.xml:13(th) ./doc/common/tables/heat-amqp.xml:13(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:13(th) ./doc/common/tables/nova-redis.xml:13(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:15(th) ./doc/common/tables/glance-rabbitmq.xml:13(th) ./doc/common/tables/neutron-l3_agent.xml:13(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:15(th) ./doc/common/tables/glance-policy.xml:13(th) ./doc/common/tables/nova-neutron.xml:13(th) ./doc/common/tables/cinder-backups.xml:13(th) ./doc/common/tables/cinder-keymgr.xml:13(th) ./doc/common/tables/keystone-ldap.xml:13(th) ./doc/common/tables/glance-vmware.xml:13(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:15(th) ./doc/common/tables/cinder-zoning.xml:13(th) ./doc/common/tables/heat-notification.xml:13(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-vpn.xml:13(th) ./doc/common/tables/neutron-vpn.xml:13(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:15(th) ./doc/common/tables/trove-common.xml:13(th) ./doc/common/tables/trove-api.xml:13(th) ./doc/common/tables/cinder-zadara.xml:13(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-conductor.xml:13(th) ./doc/common/tables/swift-object-server-app-object-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:15(th) ./doc/common/tables/nova-livemigration.xml:13(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:15(th) ./doc/common/tables/heat-rabbitmq.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:15(th) ./doc/common/tables/keystone-amqp.xml:13(th) ./doc/common/tables/keystone-rpc.xml:13(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:15(th) ./doc/common/tables/cinder-zones.xml:13(th) ./doc/common/tables/cinder-scality.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:15(th) ./doc/common/tables/neutron-agent.xml:13(th) ./doc/common/tables/cinder-emc.xml:13(th) ./doc/common/tables/cinder-vmware.xml:13(th) ./doc/common/tables/neutron-ml2_flat.xml:13(th) ./doc/common/tables/heat-metadata_api.xml:13(th) ./doc/common/tables/trove-rabbitmq.xml:13(th) ./doc/common/tables/nova-upgrade_levels.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:13(th) ./doc/common/tables/neutron-ml2_ofa.xml:13(th) ./doc/common/tables/glance-api.xml:13(th) ./doc/common/tables/heat-waitcondition_api.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:15(th) ./doc/common/tables/swift-rsyncd-container.xml:15(th) ./doc/common/tables/cinder-storwize.xml:13(th) ./doc/common/tables/cinder-hplefthand.xml:13(th) ./doc/common/tables/glance-s3.xml:13(th) ./doc/common/tables/nova-rootwrap.xml:13(th) ./doc/common/tables/heat-loadbalancer.xml:13(th) ./doc/common/tables/ceilometer-api.xml:13(th) ./doc/common/tables/ceilometer-exchange.xml:13(th) ./doc/common/tables/cinder-lvm.xml:13(th) ./doc/common/tables/trove-dns.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:15(th) ./doc/common/tables/nova-cells.xml:13(th) ./doc/common/tables/trove-volume.xml:13(th) ./doc/common/tables/heat-auth_token.xml:13(th) ./doc/common/tables/neutron-quotas.xml:13(th) ./doc/common/tables/nova-auth_token.xml:13(th) ./doc/common/tables/cinder-storage_nfs.xml:13(th) ./doc/common/tables/cinder-hds-hnas.xml:13(th) ./doc/common/tables/heat-api.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:15(th) ./doc/common/tables/heat-clients_ceilometer.xml:13(th) ./doc/common/tables/neutron-ryu.xml:13(th) ./doc/common/tables/glance-logging.xml:13(th) ./doc/common/tables/swift-rsyncd-account.xml:15(th) ./doc/common/tables/neutron-metering_agent.xml:13(th) ./doc/common/tables/neutron-zeromq.xml:13(th) ./doc/common/tables/heat-clients_glance.xml:13(th) ./doc/common/tables/cinder-storage_glusterfs.xml:13(th) ./doc/common/tables/cinder-common.xml:13(th) ./doc/common/tables/glance-swift.xml:13(th) ./doc/common/tables/trove-quota.xml:13(th) ./doc/common/tables/cinder-auth_token.xml:13(th) ./doc/common/tables/ceilometer-alarm.xml:13(th) ./doc/common/tables/ceilometer-events.xml:13(th) ./doc/common/tables/neutron-lbaas_haproxy.xml:13(th) ./doc/common/tables/cinder-xiv.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:15(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:13(th) ./doc/common/tables/nova-glance.xml:13(th) ./doc/common/tables/neutron-database.xml:13(th) ./doc/common/tables/keystone-auth_token.xml:13(th) ./doc/common/tables/nova-s3.xml:13(th) ./doc/common/tables/nova-pci.xml:13(th) ./doc/common/tables/swift-account-server-filter-recon.xml:15(th) ./doc/common/tables/heat-clients_cinder.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:15(th) ./doc/common/tables/keystone-revoke.xml:13(th) ./doc/common/tables/cinder-api.xml:13(th) ./doc/common/tables/trove-db_couchbase.xml:13(th) ./doc/common/tables/heat-clients_trove.xml:13(th) ./doc/common/tables/swift-account-server-account-replicator.xml:15(th) ./doc/common/tables/neutron-plumgrid.xml:13(th) ./doc/common/tables/trove-heat.xml:13(th) ./doc/common/tables/glance-sheepdog.xml:13(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:15(th) ./doc/common/tables/cinder-windows.xml:13(th) ./doc/common/tables/cinder-san-solaris.xml:13(th) ./doc/common/tables/neutron-nuage.xml:13(th) ./doc/common/tables/keystone-zeromq.xml:13(th) ./doc/common/tables/neutron-bigswitch.xml:13(th) ./doc/common/tables/ceilometer-rpc.xml:13(th) ./doc/common/tables/swift-container-server-container-updater.xml:15(th) ./doc/common/tables/trove-db_mongodb.xml:13(th) ./doc/common/tables/swift-object-server-object-replicator.xml:15(th) ./doc/common/tables/glance-filesystem.xml:13(th) ./doc/common/tables/trove-rpc.xml:13(th) ./doc/common/tables/ceilometer-swift.xml:13(th) ./doc/common/tables/trove-backup.xml:13(th) ./doc/common/tables/nova-network.xml:13(th) ./doc/common/tables/glance-redis.xml:13(th) ./doc/common/tables/keystone-ssl.xml:13(th) ./doc/common/tables/nova-ca.xml:13(th) ./doc/common/tables/neutron-dhcp_agent.xml:13(th) ./doc/common/tables/ceilometer-collector.xml:13(th) ./doc/common/tables/cinder-hds-hus.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:13(th) ./doc/common/tables/swift-swift-swift-hash.xml:15(th) ./doc/common/tables/neutron-ml2_gre.xml:13(th) ./doc/common/tables/neutron-varmour.xml:13(th) ./doc/common/tables/heat-debug.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:15(th) ./doc/common/tables/nova-kombu.xml:13(th) ./doc/common/tables/trove-guestagent.xml:13(th) ./doc/common/tables/nova-qpid.xml:13(th) ./doc/common/tables/glance-qpid.xml:13(th) ./doc/common/tables/neutron-lbaas_radware.xml:13(th) ./doc/common/tables/neutron-ml2_l2pop.xml:13(th) ./doc/common/tables/glance-amqp.xml:13(th) ./doc/common/tables/glance-zmq.xml:13(th) ./doc/common/tables/neutron-embrane_lb.xml:13(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:15(th) ./doc/common/tables/neutron-testing.xml:13(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:15(th) ./doc/common/tables/swift-memcache-memcache.xml:15(th) ./doc/common/tables/swift-account-server-app-account-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:15(th) ./doc/common/tables/trove-compute.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:15(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:15(th) ./doc/common/tables/trove-db_redis.xml:13(th) ./doc/common/tables/cinder-rpc.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:15(th) ./doc/common/tables/cinder-hpmsa.xml:13(th) ./doc/common/tables/nova-apiv3.xml:13(th) ./doc/common/tables/keystone-oauth.xml:13(th) ./doc/common/tables/cinder-storage_gpfs.xml:13(th) ./doc/common/tables/neutron-ml2_vlan.xml:13(th) ./doc/common/tables/swift-object-server-object-auditor.xml:15(th) ./doc/common/tables/trove-zeromq.xml:13(th) ./doc/common/tables/neutron-lbaas.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:15(th) ./doc/common/tables/cinder-backups_swift.xml:13(th) ./doc/common/tables/trove-database.xml:13(th) ./doc/common/tables/swift-container-server-app-container-server.xml:15(th) ./doc/common/tables/nova-authentication.xml:13(th) ./doc/common/tables/neutron-nvsd.xml:13(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:15(th) ./doc/common/tables/glance-gridfs.xml:13(th) ./doc/common/tables/neutron-notifier.xml:13(th) ./doc/common/tables/nova-rpc_all.xml:13(th) ./doc/common/tables/neutron-hyperv_agent.xml:13(th) ./doc/common/tables/keystone-federation.xml:13(th) ./doc/common/tables/nova-scheduling.xml:13(th) ./doc/common/tables/cinder-ssl.xml:13(th) ./doc/common/tables/trove-ssl.xml:13(th) ./doc/common/tables/cinder-eqlx.xml:13(th) ./doc/common/tables/heat-redis.xml:13(th) ./doc/common/tables/nova-ec2.xml:13(th) ./doc/common/tables/keystone-credential.xml:13(th) ./doc/common/tables/cinder-block-device.xml:13(th) ./doc/common/tables/neutron-metadata.xml:13(th) ./doc/common/tables/nova-fping.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:15(th) ./doc/common/tables/swift-container-server-container-replicator.xml:15(th) ./doc/common/tables/neutron-ml2_ncs.xml:13(th) ./doc/common/tables/neutron-ml2_arista.xml:13(th) ./doc/common/tables/nova-trustedcomputing.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:15(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:15(th) ./doc/common/tables/neutron-compute.xml:13(th) ./doc/common/tables/glance-imagecache.xml:13(th) ./doc/common/tables/neutron-ml2_brocade.xml:13(th) ./doc/common/tables/swift-account-server-account-auditor.xml:15(th) ./doc/common/tables/cinder-nas.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:13(th) ./doc/common/tables/heat-clients_swift.xml:13(th) ./doc/common/tables/keystone-logging.xml:13(th) ./doc/common/tables/neutron-brocade.xml:13(th) ./doc/common/tables/neutron-ml2_odl.xml:13(th) ./doc/common/tables/swift-object-server-filter-recon.xml:15(th) ./doc/common/tables/heat-rpc.xml:13(th) ./doc/common/tables/trove-taskmanager.xml:13(th) ./doc/common/tables/heat-cloudwatch_api.xml:13(th) ./doc/common/tables/cinder-images.xml:13(th) ./doc/common/tables/cinder-huawei.xml:13(th) ./doc/common/tables/neutron-lbaas_netscalar.xml:13(th) ./doc/common/tables/nova-console.xml:13(th) ./doc/common/tables/neutron-fwaas.xml:13(th) ./doc/common/tables/cinder-nexenta_nfs.xml:13(th) ./doc/common/tables/nova-database.xml:13(th) ./doc/common/tables/nova-quota.xml:13(th) ./doc/common/tables/heat-logging.xml:13(th) ./doc/common/tables/trove-redis.xml:13(th) ./doc/common/tables/keystone-stats.xml:13(th) ./doc/common/tables/heat-crypt.xml:13(th) ./doc/common/tables/neutron-ssl.xml:13(th) ./doc/common/tables/neutron-midonet.xml:13(th) ./doc/common/tables/cinder-coraid.xml:13(th) ./doc/common/tables/neutron-wsgi.xml:13(th) ./doc/common/tables/cinder-compute.xml:13(th) ./doc/common/tables/swift-rsyncd-object.xml:15(th) ./doc/common/tables/glance-wsgi.xml:13(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:15(th) ./doc/common/tables/nova-baremetal.xml:13(th) ./doc/common/tables/neutron-qpid.xml:13(th) ./doc/common/tables/nova-rpc.xml:13(th) ./doc/common/tables/cinder-backups_tsm.xml:13(th) ./doc/common/tables/cinder-san.xml:13(th) ./doc/common/tables/nova-logging.xml:13(th) ./doc/common/tables/neutron-nec.xml:13(th) ./doc/common/tables/keystone-security.xml:13(th) ./doc/common/tables/heat-clients_neutron.xml:13(th) ./doc/common/tables/nova-api.xml:13(th) ./doc/common/tables/neutron-ml2_mlnx.xml:13(th) ./doc/common/tables/trove-auth_token.xml:13(th) ./doc/common/tables/keystone-trust.xml:13(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:15(th) ./doc/common/tables/glance-cinder.xml:13(th) ./doc/common/tables/swift-object-server-object-updater.xml:15(th) ./doc/common/tables/glance-common.xml:13(th) ./doc/common/tables/neutron-ml2_vxlan.xml:13(th) ./doc/common/tables/swift-dispersion-dispersion.xml:15(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:15(th) ./doc/common/tables/trove-nova.xml:13(th) ./doc/common/tables/neutron-meta.xml:13(th) ./doc/common/tables/neutron-rabbitmq.xml:13(th) ./doc/common/tables/keystone-ec2.xml:13(th) ./doc/common/tables/heat-clients_keystone.xml:13(th) ./doc/common/tables/neutron-api.xml:13(th) ./doc/common/tables/trove-logging.xml:13(th) ./doc/common/tables/keystone-kvs.xml:13(th) ./doc/common/tables/keystone-redis.xml:13(th) ./doc/common/tables/nova-xvpnvncproxy.xml:13(th) ./doc/common/tables/glance-paste.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:15(th) ./doc/common/tables/swift-account-server-account-reaper.xml:15(th) ./doc/common/tables/nova-hyperv.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:15(th) ./doc/common/tables/heat-clients_backends.xml:13(th) ./doc/common/tables/glance-testing.xml:13(th) ./doc/common/tables/neutron-common.xml:13(th) ./doc/common/tables/nova-hypervisor.xml:13(th) ./doc/common/tables/cinder-prophststor_dpl.xml:14(th) ./doc/common/tables/keystone-qpid.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-wsgi.xml:13(th) ./doc/common/tables/keystone-cache.xml:13(th) ./doc/common/tables/nova-configdrive.xml:13(th) ./doc/common/tables/keystone-token.xml:13(th) ./doc/common/tables/ceilometer-qpid.xml:13(th) ./doc/common/tables/heat-database.xml:13(th) ./doc/common/tables/ceilometer-rabbitmq.xml:13(th) ./doc/common/tables/neutron-ml2.xml:13(th) ./doc/common/tables/keystone-database.xml:13(th) ./doc/common/tables/keystone-memcache.xml:13(th) ./doc/common/tables/trove-debug.xml:13(th) ./doc/common/tables/trove-swift.xml:13(th) ./doc/common/tables/nova-tilera.xml:13(th) ./doc/common/tables/nova-libvirt.xml:13(th) ./doc/common/tables/neutron-mlnx.xml:13(th) ./doc/common/tables/cinder-zoning_manager.xml:13(th) ./doc/common/tables/ceilometer-amqp.xml:13(th) ./doc/common/tables/glance-ssl.xml:13(th) ./doc/common/tables/neutron-securitygroups.xml:13(th) ./doc/common/tables/keystone-debug.xml:13(th) ./doc/common/tables/cinder-rootwrap.xml:13(th) ./doc/common/tables/cinder-nexenta_iscsi.xml:13(th) +#: ./doc/common/section_cli_nova_quotas.xml:21(th) ./doc/common/section_cli_nova_customize_flavors.xml:52(td) ./doc/common/section_cli_overview.xml:43(th) ./doc/common/section_cli_install.xml:31(th) ./doc/common/ch_getstart.xml:32(th) ./doc/common/tables/ceilometer-database.xml:13(th) ./doc/common/tables/neutron-openvswitch_agent.xml:13(th) ./doc/common/tables/heat-clients.xml:13(th) ./doc/common/tables/cinder-solidfire.xml:13(th) ./doc/common/tables/neutron-rpc.xml:13(th) ./doc/common/tables/trove-db_percona.xml:13(th) ./doc/common/tables/nova-periodic.xml:13(th) ./doc/common/tables/keystone-auth.xml:13(th) ./doc/common/tables/keystone-policy.xml:13(th) ./doc/common/tables/glance-auth_token.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:13(th) ./doc/common/tables/cinder-nimble.xml:13(th) ./doc/common/tables/swift-container-server-container-sync.xml:15(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:15(th) ./doc/common/tables/cinder-zoning_fabric.xml:13(th) ./doc/common/tables/ceilometer-redis.xml:13(th) ./doc/common/tables/cinder-storage_ceph.xml:13(th) ./doc/common/tables/ceilometer-vmware.xml:13(th) ./doc/common/tables/neutron-cisco.xml:13(th) ./doc/common/tables/nova-testing.xml:13(th) ./doc/common/tables/nova-metadata.xml:13(th) ./doc/common/tables/heat-clients_nova.xml:13(th) ./doc/common/tables/cinder-hp3par.xml:13(th) ./doc/common/tables/keystone-misc.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:15(th) ./doc/common/tables/neutron-scheduler.xml:13(th) ./doc/common/tables/glance-rbd.xml:13(th) ./doc/common/tables/cinder-storage_xen.xml:13(th) ./doc/common/tables/ceilometer-common.xml:13(th) ./doc/common/tables/cinder-pure.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:15(th) ./doc/common/tables/cinder-database.xml:13(th) ./doc/common/tables/ceilometer-logging.xml:13(th) ./doc/common/tables/heat-common.xml:13(th) ./doc/common/tables/nova-ipv6.xml:13(th) ./doc/common/tables/nova-vnc.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:13(th) ./doc/common/tables/ceilometer-nova_cells.xml:13(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:15(th) ./doc/common/tables/neutron-ml2_cisco_apic.xml:13(th) ./doc/common/tables/trove-qpid.xml:13(th) ./doc/common/tables/keystone-api.xml:13(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:15(th) ./doc/common/tables/swift-container-server-container-auditor.xml:15(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:15(th) ./doc/common/tables/glance-rpc.xml:13(th) ./doc/common/tables/neutron-policy.xml:13(th) ./doc/common/tables/glance-database.xml:13(th) ./doc/common/tables/nova-spice.xml:13(th) ./doc/common/tables/heat-clients_heat.xml:13(th) ./doc/common/tables/nova-xen.xml:13(th) ./doc/common/tables/trove-amqp.xml:13(th) ./doc/common/tables/glance-matchmaker.xml:13(th) ./doc/common/tables/ceilometer-auth_token.xml:13(th) ./doc/common/tables/nova-rabbitmq.xml:13(th) ./doc/common/tables/neutron-ml2_cisco.xml:13(th) ./doc/common/tables/nova-policy.xml:13(th) ./doc/common/tables/keystone-identity.xml:13(th) ./doc/common/tables/ceilometer-inspector.xml:13(th) ./doc/common/tables/cinder-scheduler.xml:13(th) ./doc/common/tables/trove-db_cassandra.xml:13(th) ./doc/common/tables/neutron-logging.xml:13(th) ./doc/common/tables/nova-availabilityzones.xml:13(th) ./doc/common/tables/keystone-catalog.xml:13(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:13(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:13(th) ./doc/common/tables/neutron-rootwrap.xml:13(th) ./doc/common/tables/cinder-auth.xml:13(th) ./doc/common/tables/swift-swift-swift-constraints.xml:15(th) ./doc/common/tables/heat-qpid.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:15(th) ./doc/common/tables/nova-zookeeper.xml:13(th) ./doc/common/tables/nova-keymgr.xml:13(th) ./doc/common/tables/neutron-auth_token.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:15(th) ./doc/common/tables/nova-ldap.xml:13(th) ./doc/common/tables/swift-container-server-filter-recon.xml:15(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:15(th) ./doc/common/tables/ceilometer-auth.xml:13(th) ./doc/common/tables/cinder-quota.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:15(th) ./doc/common/tables/keystone-os_inherit.xml:13(th) ./doc/common/tables/neutron-sdnve.xml:13(th) ./doc/common/tables/nova-compute.xml:13(th) ./doc/common/tables/keystone-rabbit.xml:13(th) ./doc/common/tables/cinder-backups_ceph.xml:13(th) ./doc/common/tables/nova-vmware.xml:13(th) ./doc/common/tables/heat-cfn_api.xml:13(th) ./doc/common/tables/neutron-vmware.xml:13(th) ./doc/common/tables/nova-rdp.xml:13(th) ./doc/common/tables/keystone-assignment.xml:13(th) ./doc/common/tables/nova-zeromq.xml:13(th) ./doc/common/tables/cinder-storage.xml:13(th) ./doc/common/tables/glance-registry.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:15(th) ./doc/common/tables/neutron-embrane.xml:13(th) ./doc/common/tables/heat-quota.xml:13(th) ./doc/common/tables/trove-network.xml:13(th) ./doc/common/tables/ceilometer-nova_import.xml:13(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-common.xml:13(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:15(th) ./doc/common/tables/nova-volumes.xml:13(th) ./doc/common/tables/neutron-redis.xml:13(th) ./doc/common/tables/trove-db_mysql.xml:13(th) ./doc/common/tables/neutron-dvr.xml:13(th) ./doc/common/tables/heat-zeromq.xml:13(th) ./doc/common/tables/heat-amqp.xml:13(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:13(th) ./doc/common/tables/nova-redis.xml:13(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:15(th) ./doc/common/tables/glance-rabbitmq.xml:13(th) ./doc/common/tables/neutron-l3_agent.xml:13(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:15(th) ./doc/common/tables/glance-policy.xml:13(th) ./doc/common/tables/nova-neutron.xml:13(th) ./doc/common/tables/cinder-backups.xml:13(th) ./doc/common/tables/cinder-keymgr.xml:13(th) ./doc/common/tables/keystone-ldap.xml:13(th) ./doc/common/tables/glance-vmware.xml:13(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:15(th) ./doc/common/tables/cinder-zoning.xml:13(th) ./doc/common/tables/heat-notification.xml:13(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-vpn.xml:13(th) ./doc/common/tables/neutron-vpn.xml:13(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:15(th) ./doc/common/tables/trove-common.xml:13(th) ./doc/common/tables/trove-api.xml:13(th) ./doc/common/tables/cinder-zadara.xml:13(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-conductor.xml:13(th) ./doc/common/tables/swift-object-server-app-object-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:15(th) ./doc/common/tables/nova-livemigration.xml:13(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:15(th) ./doc/common/tables/heat-rabbitmq.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:15(th) ./doc/common/tables/keystone-amqp.xml:13(th) ./doc/common/tables/keystone-rpc.xml:13(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:15(th) ./doc/common/tables/cinder-zones.xml:13(th) ./doc/common/tables/cinder-scality.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:15(th) ./doc/common/tables/neutron-agent.xml:13(th) ./doc/common/tables/cinder-emc.xml:13(th) ./doc/common/tables/cinder-vmware.xml:13(th) ./doc/common/tables/neutron-ml2_flat.xml:13(th) ./doc/common/tables/heat-metadata_api.xml:13(th) ./doc/common/tables/trove-rabbitmq.xml:13(th) ./doc/common/tables/nova-upgrade_levels.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:13(th) ./doc/common/tables/neutron-ml2_ofa.xml:13(th) ./doc/common/tables/glance-api.xml:13(th) ./doc/common/tables/heat-waitcondition_api.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:15(th) ./doc/common/tables/swift-rsyncd-container.xml:15(th) ./doc/common/tables/cinder-storwize.xml:13(th) ./doc/common/tables/cinder-hplefthand.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:15(th) ./doc/common/tables/neutron-ipv6_ra.xml:13(th) ./doc/common/tables/glance-s3.xml:13(th) ./doc/common/tables/nova-rootwrap.xml:13(th) ./doc/common/tables/heat-loadbalancer.xml:13(th) ./doc/common/tables/ceilometer-api.xml:13(th) ./doc/common/tables/ceilometer-exchange.xml:13(th) ./doc/common/tables/cinder-lvm.xml:13(th) ./doc/common/tables/trove-dns.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:15(th) ./doc/common/tables/nova-cells.xml:13(th) ./doc/common/tables/trove-volume.xml:13(th) ./doc/common/tables/heat-auth_token.xml:13(th) ./doc/common/tables/neutron-quotas.xml:13(th) ./doc/common/tables/nova-auth_token.xml:13(th) ./doc/common/tables/cinder-storage_nfs.xml:13(th) ./doc/common/tables/cinder-hds-hnas.xml:13(th) ./doc/common/tables/heat-api.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:15(th) ./doc/common/tables/heat-clients_ceilometer.xml:13(th) ./doc/common/tables/neutron-ryu.xml:13(th) ./doc/common/tables/glance-logging.xml:13(th) ./doc/common/tables/cinder-swift.xml:13(th) ./doc/common/tables/swift-rsyncd-account.xml:15(th) ./doc/common/tables/neutron-metering_agent.xml:13(th) ./doc/common/tables/neutron-zeromq.xml:13(th) ./doc/common/tables/heat-clients_glance.xml:13(th) ./doc/common/tables/cinder-storage_glusterfs.xml:13(th) ./doc/common/tables/cinder-common.xml:13(th) ./doc/common/tables/glance-swift.xml:13(th) ./doc/common/tables/trove-quota.xml:13(th) ./doc/common/tables/trove-clients.xml:13(th) ./doc/common/tables/cinder-auth_token.xml:13(th) ./doc/common/tables/ceilometer-alarm.xml:13(th) ./doc/common/tables/ceilometer-events.xml:13(th) ./doc/common/tables/neutron-lbaas_haproxy.xml:13(th) ./doc/common/tables/cinder-xiv.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:15(th) ./doc/common/tables/neutron-sriov.xml:13(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:13(th) ./doc/common/tables/nova-glance.xml:13(th) ./doc/common/tables/neutron-database.xml:13(th) ./doc/common/tables/keystone-auth_token.xml:13(th) ./doc/common/tables/nova-s3.xml:13(th) ./doc/common/tables/nova-pci.xml:13(th) ./doc/common/tables/swift-account-server-filter-recon.xml:15(th) ./doc/common/tables/heat-clients_cinder.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:15(th) ./doc/common/tables/keystone-revoke.xml:13(th) ./doc/common/tables/cinder-api.xml:13(th) ./doc/common/tables/trove-db_couchbase.xml:13(th) ./doc/common/tables/heat-clients_trove.xml:13(th) ./doc/common/tables/swift-account-server-account-replicator.xml:15(th) ./doc/common/tables/neutron-plumgrid.xml:13(th) ./doc/common/tables/trove-heat.xml:13(th) ./doc/common/tables/glance-sheepdog.xml:13(th) ./doc/common/tables/keystone-mapping.xml:13(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:15(th) ./doc/common/tables/cinder-windows.xml:13(th) ./doc/common/tables/cinder-san-solaris.xml:13(th) ./doc/common/tables/neutron-nuage.xml:13(th) ./doc/common/tables/keystone-zeromq.xml:13(th) ./doc/common/tables/neutron-bigswitch.xml:13(th) ./doc/common/tables/neutron-cfg_agent.xml:13(th) ./doc/common/tables/ceilometer-rpc.xml:13(th) ./doc/common/tables/swift-container-server-container-updater.xml:15(th) ./doc/common/tables/trove-db_mongodb.xml:13(th) ./doc/common/tables/swift-object-server-object-replicator.xml:15(th) ./doc/common/tables/glance-filesystem.xml:13(th) ./doc/common/tables/trove-rpc.xml:13(th) ./doc/common/tables/ceilometer-swift.xml:13(th) ./doc/common/tables/trove-backup.xml:13(th) ./doc/common/tables/nova-network.xml:13(th) ./doc/common/tables/glance-redis.xml:13(th) ./doc/common/tables/keystone-ssl.xml:13(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:13(th) ./doc/common/tables/nova-ca.xml:13(th) ./doc/common/tables/neutron-dhcp_agent.xml:13(th) ./doc/common/tables/ceilometer-collector.xml:13(th) ./doc/common/tables/cinder-hds-hus.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:13(th) ./doc/common/tables/swift-swift-swift-hash.xml:15(th) ./doc/common/tables/neutron-ml2_gre.xml:13(th) ./doc/common/tables/neutron-varmour.xml:13(th) ./doc/common/tables/heat-debug.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:15(th) ./doc/common/tables/nova-kombu.xml:13(th) ./doc/common/tables/trove-guestagent.xml:13(th) ./doc/common/tables/nova-qpid.xml:13(th) ./doc/common/tables/glance-qpid.xml:13(th) ./doc/common/tables/neutron-lbaas_radware.xml:13(th) ./doc/common/tables/neutron-ml2_sriov.xml:13(th) ./doc/common/tables/neutron-ml2_l2pop.xml:13(th) ./doc/common/tables/glance-amqp.xml:13(th) ./doc/common/tables/glance-zmq.xml:13(th) ./doc/common/tables/neutron-embrane_lb.xml:13(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:15(th) ./doc/common/tables/neutron-testing.xml:13(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:15(th) ./doc/common/tables/swift-memcache-memcache.xml:15(th) ./doc/common/tables/ceilometer-debug.xml:13(th) ./doc/common/tables/swift-account-server-app-account-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:15(th) ./doc/common/tables/trove-compute.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:15(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:15(th) ./doc/common/tables/trove-db_redis.xml:13(th) ./doc/common/tables/cinder-rpc.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:15(th) ./doc/common/tables/cinder-hpmsa.xml:13(th) ./doc/common/tables/nova-apiv3.xml:13(th) ./doc/common/tables/keystone-oauth.xml:13(th) ./doc/common/tables/cinder-storage_gpfs.xml:13(th) ./doc/common/tables/neutron-ml2_vlan.xml:13(th) ./doc/common/tables/swift-object-server-object-auditor.xml:15(th) ./doc/common/tables/trove-zeromq.xml:13(th) ./doc/common/tables/neutron-lbaas.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:15(th) ./doc/common/tables/cinder-backups_swift.xml:13(th) ./doc/common/tables/trove-database.xml:13(th) ./doc/common/tables/swift-container-server-app-container-server.xml:15(th) ./doc/common/tables/nova-authentication.xml:13(th) ./doc/common/tables/neutron-nvsd.xml:13(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:15(th) ./doc/common/tables/glance-gridfs.xml:13(th) ./doc/common/tables/neutron-notifier.xml:13(th) ./doc/common/tables/nova-rpc_all.xml:13(th) ./doc/common/tables/neutron-hyperv_agent.xml:13(th) ./doc/common/tables/ceilometer-tripleo.xml:13(th) ./doc/common/tables/keystone-federation.xml:13(th) ./doc/common/tables/nova-scheduling.xml:13(th) ./doc/common/tables/cinder-ssl.xml:13(th) ./doc/common/tables/trove-ssl.xml:13(th) ./doc/common/tables/cinder-eqlx.xml:13(th) ./doc/common/tables/heat-redis.xml:13(th) ./doc/common/tables/nova-ec2.xml:13(th) ./doc/common/tables/keystone-credential.xml:13(th) ./doc/common/tables/cinder-block-device.xml:13(th) ./doc/common/tables/neutron-metadata.xml:13(th) ./doc/common/tables/nova-fping.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:15(th) ./doc/common/tables/swift-container-server-container-replicator.xml:15(th) ./doc/common/tables/neutron-ml2_ncs.xml:13(th) ./doc/common/tables/neutron-ml2_arista.xml:13(th) ./doc/common/tables/nova-trustedcomputing.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:15(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:15(th) ./doc/common/tables/neutron-compute.xml:13(th) ./doc/common/tables/glance-imagecache.xml:13(th) ./doc/common/tables/neutron-ml2_brocade.xml:13(th) ./doc/common/tables/swift-account-server-account-auditor.xml:15(th) ./doc/common/tables/cinder-nas.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:13(th) ./doc/common/tables/heat-clients_swift.xml:13(th) ./doc/common/tables/keystone-logging.xml:13(th) ./doc/common/tables/neutron-brocade.xml:13(th) ./doc/common/tables/neutron-ml2_odl.xml:13(th) ./doc/common/tables/swift-object-server-filter-recon.xml:15(th) ./doc/common/tables/heat-rpc.xml:13(th) ./doc/common/tables/trove-taskmanager.xml:13(th) ./doc/common/tables/heat-cloudwatch_api.xml:13(th) ./doc/common/tables/cinder-images.xml:13(th) ./doc/common/tables/cinder-huawei.xml:13(th) ./doc/common/tables/neutron-lbaas_netscalar.xml:13(th) ./doc/common/tables/nova-console.xml:13(th) ./doc/common/tables/neutron-fwaas.xml:13(th) ./doc/common/tables/cinder-nexenta_nfs.xml:13(th) ./doc/common/tables/nova-database.xml:13(th) ./doc/common/tables/nova-quota.xml:13(th) ./doc/common/tables/heat-logging.xml:13(th) ./doc/common/tables/trove-redis.xml:13(th) ./doc/common/tables/keystone-stats.xml:13(th) ./doc/common/tables/heat-crypt.xml:13(th) ./doc/common/tables/neutron-ssl.xml:13(th) ./doc/common/tables/neutron-midonet.xml:13(th) ./doc/common/tables/cinder-coraid.xml:13(th) ./doc/common/tables/neutron-wsgi.xml:13(th) ./doc/common/tables/cinder-compute.xml:13(th) ./doc/common/tables/swift-rsyncd-object.xml:15(th) ./doc/common/tables/glance-wsgi.xml:13(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:15(th) ./doc/common/tables/nova-baremetal.xml:13(th) ./doc/common/tables/neutron-qpid.xml:13(th) ./doc/common/tables/nova-rpc.xml:13(th) ./doc/common/tables/cinder-backups_tsm.xml:13(th) ./doc/common/tables/cinder-san.xml:13(th) ./doc/common/tables/nova-logging.xml:13(th) ./doc/common/tables/neutron-nec.xml:13(th) ./doc/common/tables/keystone-security.xml:13(th) ./doc/common/tables/heat-clients_neutron.xml:13(th) ./doc/common/tables/nova-api.xml:13(th) ./doc/common/tables/neutron-opencontrail.xml:13(th) ./doc/common/tables/neutron-ml2_mlnx.xml:13(th) ./doc/common/tables/trove-auth_token.xml:13(th) ./doc/common/tables/keystone-trust.xml:13(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:15(th) ./doc/common/tables/glance-cinder.xml:13(th) ./doc/common/tables/swift-object-server-object-updater.xml:15(th) ./doc/common/tables/glance-common.xml:13(th) ./doc/common/tables/neutron-ml2_vxlan.xml:13(th) ./doc/common/tables/swift-dispersion-dispersion.xml:15(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:15(th) ./doc/common/tables/trove-nova.xml:13(th) ./doc/common/tables/neutron-meta.xml:13(th) ./doc/common/tables/neutron-rabbitmq.xml:13(th) ./doc/common/tables/keystone-ec2.xml:13(th) ./doc/common/tables/heat-clients_keystone.xml:13(th) ./doc/common/tables/neutron-api.xml:13(th) ./doc/common/tables/trove-logging.xml:13(th) ./doc/common/tables/keystone-kvs.xml:13(th) ./doc/common/tables/keystone-redis.xml:13(th) ./doc/common/tables/nova-xvpnvncproxy.xml:13(th) ./doc/common/tables/glance-paste.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:15(th) ./doc/common/tables/swift-account-server-account-reaper.xml:15(th) ./doc/common/tables/nova-hyperv.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:15(th) ./doc/common/tables/heat-clients_backends.xml:13(th) ./doc/common/tables/glance-testing.xml:13(th) ./doc/common/tables/neutron-common.xml:13(th) ./doc/common/tables/nova-hypervisor.xml:13(th) ./doc/common/tables/keystone-qpid.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-wsgi.xml:13(th) ./doc/common/tables/keystone-cache.xml:13(th) ./doc/common/tables/nova-configdrive.xml:13(th) ./doc/common/tables/keystone-token.xml:13(th) ./doc/common/tables/ceilometer-qpid.xml:13(th) ./doc/common/tables/heat-database.xml:13(th) ./doc/common/tables/ceilometer-rabbitmq.xml:13(th) ./doc/common/tables/neutron-ml2.xml:13(th) ./doc/common/tables/keystone-database.xml:13(th) ./doc/common/tables/glance-profiler.xml:13(th) ./doc/common/tables/keystone-memcache.xml:13(th) ./doc/common/tables/trove-debug.xml:13(th) ./doc/common/tables/trove-swift.xml:13(th) ./doc/common/tables/nova-tilera.xml:13(th) ./doc/common/tables/nova-libvirt.xml:13(th) ./doc/common/tables/neutron-mlnx.xml:13(th) ./doc/common/tables/cinder-zoning_manager.xml:13(th) ./doc/common/tables/ceilometer-amqp.xml:13(th) ./doc/common/tables/ceilometer-glance.xml:13(th) ./doc/common/tables/glance-ssl.xml:13(th) ./doc/common/tables/neutron-securitygroups.xml:13(th) ./doc/common/tables/keystone-debug.xml:13(th) ./doc/common/tables/cinder-rootwrap.xml:13(th) ./doc/common/tables/cinder-nexenta_iscsi.xml:13(th) msgid "Description" msgstr "" @@ -6688,7 +6688,7 @@ msgstr "" msgid "Sections" msgstr "" -#: ./doc/common/section_config_format.xml:135(literal) ./doc/common/tables/ceilometer-database.xml:18(th) ./doc/common/tables/neutron-openvswitch_agent.xml:18(th) ./doc/common/tables/heat-clients.xml:18(th) ./doc/common/tables/cinder-solidfire.xml:18(th) ./doc/common/tables/neutron-rpc.xml:18(th) ./doc/common/tables/nova-periodic.xml:18(th) ./doc/common/tables/keystone-policy.xml:18(th) ./doc/common/tables/glance-auth_token.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:18(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(literal) ./doc/common/tables/ceilometer-redis.xml:18(th) ./doc/common/tables/cinder-storage_ceph.xml:18(th) ./doc/common/tables/nova-testing.xml:18(th) ./doc/common/tables/nova-metadata.xml:18(th) ./doc/common/tables/cinder-hp3par.xml:18(th) ./doc/common/tables/keystone-misc.xml:18(th) ./doc/common/tables/neutron-scheduler.xml:18(th) ./doc/common/tables/glance-rbd.xml:18(th) ./doc/common/tables/cinder-storage_xen.xml:18(th) ./doc/common/tables/ceilometer-common.xml:18(th) ./doc/common/tables/cinder-database.xml:18(th) ./doc/common/tables/ceilometer-logging.xml:18(th) ./doc/common/tables/heat-common.xml:18(th) ./doc/common/tables/nova-ipv6.xml:18(th) ./doc/common/tables/nova-vnc.xml:18(th) ./doc/common/tables/trove-qpid.xml:18(th) ./doc/common/tables/keystone-api.xml:18(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:8(literal) ./doc/common/tables/glance-rpc.xml:18(th) ./doc/common/tables/neutron-policy.xml:18(th) ./doc/common/tables/nova-xen.xml:18(th) ./doc/common/tables/trove-amqp.xml:18(th) ./doc/common/tables/glance-matchmaker.xml:18(th) ./doc/common/tables/nova-rabbitmq.xml:18(th) ./doc/common/tables/nova-policy.xml:18(th) ./doc/common/tables/ceilometer-inspector.xml:18(th) ./doc/common/tables/cinder-scheduler.xml:18(th) ./doc/common/tables/neutron-logging.xml:18(th) ./doc/common/tables/nova-availabilityzones.xml:18(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:18(th) ./doc/common/tables/neutron-rootwrap.xml:18(th) ./doc/common/tables/cinder-auth.xml:18(th) ./doc/common/tables/heat-qpid.xml:18(th) ./doc/common/tables/neutron-auth_token.xml:18(th) ./doc/common/tables/nova-ldap.xml:18(th) ./doc/common/tables/cinder-quota.xml:18(th) ./doc/common/tables/nova-compute.xml:18(th) ./doc/common/tables/keystone-rabbit.xml:18(th) ./doc/common/tables/cinder-backups_ceph.xml:18(th) ./doc/common/tables/heat-cfn_api.xml:18(th) ./doc/common/tables/neutron-vmware.xml:18(th) ./doc/common/tables/nova-zeromq.xml:18(th) ./doc/common/tables/cinder-storage.xml:18(th) ./doc/common/tables/glance-registry.xml:18(th) ./doc/common/tables/heat-quota.xml:18(th) ./doc/common/tables/ceilometer-nova_import.xml:18(th) ./doc/common/tables/nova-common.xml:18(th) ./doc/common/tables/nova-volumes.xml:18(th) ./doc/common/tables/neutron-redis.xml:18(th) ./doc/common/tables/heat-zeromq.xml:18(th) ./doc/common/tables/heat-amqp.xml:18(th) ./doc/common/tables/nova-redis.xml:18(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(literal) ./doc/common/tables/glance-rabbitmq.xml:18(th) ./doc/common/tables/neutron-l3_agent.xml:18(th) ./doc/common/tables/glance-policy.xml:18(th) ./doc/common/tables/nova-neutron.xml:18(th) ./doc/common/tables/cinder-backups.xml:18(th) ./doc/common/tables/glance-vmware.xml:18(th) ./doc/common/tables/cinder-zoning.xml:18(th) ./doc/common/tables/heat-notification.xml:18(th) ./doc/common/tables/nova-vpn.xml:18(th) ./doc/common/tables/trove-common.xml:18(th) ./doc/common/tables/trove-api.xml:18(th) ./doc/common/tables/cinder-zadara.xml:18(th) ./doc/common/tables/nova-conductor.xml:18(th) ./doc/common/tables/nova-livemigration.xml:18(th) ./doc/common/tables/heat-rabbitmq.xml:18(th) ./doc/common/tables/keystone-amqp.xml:18(th) ./doc/common/tables/keystone-rpc.xml:18(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-zones.xml:18(th) ./doc/common/tables/cinder-scality.xml:18(th) ./doc/common/tables/neutron-agent.xml:18(th) ./doc/common/tables/cinder-emc.xml:18(th) ./doc/common/tables/cinder-vmware.xml:18(th) ./doc/common/tables/heat-metadata_api.xml:18(th) ./doc/common/tables/trove-rabbitmq.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:18(th) ./doc/common/tables/neutron-ml2_ofa.xml:18(th) ./doc/common/tables/glance-api.xml:18(th) ./doc/common/tables/heat-waitcondition_api.xml:18(th) ./doc/common/tables/cinder-storwize.xml:18(th) ./doc/common/tables/cinder-hplefthand.xml:18(th) ./doc/common/tables/glance-s3.xml:18(th) ./doc/common/tables/nova-rootwrap.xml:18(th) ./doc/common/tables/heat-loadbalancer.xml:18(th) ./doc/common/tables/ceilometer-api.xml:18(th) ./doc/common/tables/ceilometer-exchange.xml:18(th) ./doc/common/tables/cinder-lvm.xml:18(th) ./doc/common/tables/trove-dns.xml:18(th) ./doc/common/tables/trove-volume.xml:18(th) ./doc/common/tables/heat-auth_token.xml:18(th) ./doc/common/tables/neutron-quotas.xml:18(th) ./doc/common/tables/cinder-storage_nfs.xml:18(th) ./doc/common/tables/cinder-hds-hnas.xml:18(th) ./doc/common/tables/heat-api.xml:18(th) ./doc/common/tables/glance-logging.xml:18(th) ./doc/common/tables/neutron-metering_agent.xml:18(th) ./doc/common/tables/neutron-zeromq.xml:18(th) ./doc/common/tables/cinder-storage_glusterfs.xml:18(th) ./doc/common/tables/cinder-common.xml:18(th) ./doc/common/tables/glance-swift.xml:18(th) ./doc/common/tables/trove-quota.xml:18(th) ./doc/common/tables/cinder-auth_token.xml:18(th) ./doc/common/tables/cinder-xiv.xml:18(th) ./doc/common/tables/nova-glance.xml:18(th) ./doc/common/tables/keystone-auth_token.xml:18(th) ./doc/common/tables/nova-s3.xml:18(th) ./doc/common/tables/nova-pci.xml:18(th) ./doc/common/tables/cinder-api.xml:18(th) ./doc/common/tables/trove-heat.xml:18(th) ./doc/common/tables/glance-sheepdog.xml:18(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-windows.xml:18(th) ./doc/common/tables/cinder-san-solaris.xml:18(th) ./doc/common/tables/keystone-zeromq.xml:18(th) ./doc/common/tables/ceilometer-rpc.xml:18(th) ./doc/common/tables/glance-filesystem.xml:18(th) ./doc/common/tables/trove-rpc.xml:18(th) ./doc/common/tables/ceilometer-swift.xml:18(th) ./doc/common/tables/trove-backup.xml:18(th) ./doc/common/tables/nova-network.xml:18(th) ./doc/common/tables/glance-redis.xml:18(th) ./doc/common/tables/nova-ca.xml:18(th) ./doc/common/tables/neutron-dhcp_agent.xml:18(th) ./doc/common/tables/ceilometer-collector.xml:18(th) ./doc/common/tables/cinder-hds-hus.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:18(th) ./doc/common/tables/heat-debug.xml:18(th) ./doc/common/tables/nova-kombu.xml:18(th) ./doc/common/tables/trove-guestagent.xml:18(th) ./doc/common/tables/nova-qpid.xml:18(th) ./doc/common/tables/glance-qpid.xml:18(th) ./doc/common/tables/glance-amqp.xml:18(th) ./doc/common/tables/glance-zmq.xml:18(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(literal) ./doc/common/tables/neutron-testing.xml:18(th) ./doc/common/tables/trove-compute.xml:18(th) ./doc/common/tables/cinder-rpc.xml:18(th) ./doc/common/tables/cinder-hpmsa.xml:18(th) ./doc/common/tables/cinder-storage_gpfs.xml:18(th) ./doc/common/tables/trove-zeromq.xml:18(th) ./doc/common/tables/neutron-lbaas.xml:18(th) ./doc/common/tables/cinder-backups_swift.xml:18(th) ./doc/common/tables/trove-database.xml:18(th) ./doc/common/tables/nova-authentication.xml:18(th) ./doc/common/tables/glance-gridfs.xml:18(th) ./doc/common/tables/neutron-notifier.xml:18(th) ./doc/common/tables/nova-rpc_all.xml:18(th) ./doc/common/tables/nova-scheduling.xml:18(th) ./doc/common/tables/cinder-eqlx.xml:18(th) ./doc/common/tables/heat-redis.xml:18(th) ./doc/common/tables/nova-ec2.xml:18(th) ./doc/common/tables/cinder-block-device.xml:18(th) ./doc/common/tables/neutron-metadata.xml:18(th) ./doc/common/tables/nova-fping.xml:18(th) ./doc/common/tables/neutron-compute.xml:18(th) ./doc/common/tables/glance-imagecache.xml:18(th) ./doc/common/tables/cinder-nas.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:18(th) ./doc/common/tables/keystone-logging.xml:18(th) ./doc/common/tables/heat-rpc.xml:18(th) ./doc/common/tables/trove-taskmanager.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:18(th) ./doc/common/tables/cinder-images.xml:18(th) ./doc/common/tables/cinder-huawei.xml:18(th) ./doc/common/tables/nova-console.xml:18(th) ./doc/common/tables/cinder-nexenta_nfs.xml:18(th) ./doc/common/tables/nova-database.xml:18(th) ./doc/common/tables/nova-quota.xml:18(th) ./doc/common/tables/heat-logging.xml:18(th) ./doc/common/tables/heat-crypt.xml:18(th) ./doc/common/tables/neutron-ssl.xml:18(th) ./doc/common/tables/cinder-coraid.xml:18(th) ./doc/common/tables/neutron-wsgi.xml:18(th) ./doc/common/tables/cinder-compute.xml:18(th) ./doc/common/tables/glance-wsgi.xml:18(th) ./doc/common/tables/neutron-qpid.xml:18(th) ./doc/common/tables/nova-rpc.xml:18(th) ./doc/common/tables/cinder-backups_tsm.xml:18(th) ./doc/common/tables/cinder-san.xml:18(th) ./doc/common/tables/nova-logging.xml:18(th) ./doc/common/tables/keystone-security.xml:18(th) ./doc/common/tables/nova-api.xml:18(th) ./doc/common/tables/trove-auth_token.xml:18(th) ./doc/common/tables/glance-cinder.xml:18(th) ./doc/common/tables/glance-common.xml:18(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:8(literal) ./doc/common/tables/trove-nova.xml:18(th) ./doc/common/tables/neutron-rabbitmq.xml:18(th) ./doc/common/tables/keystone-ec2.xml:18(th) ./doc/common/tables/neutron-api.xml:18(th) ./doc/common/tables/trove-logging.xml:18(th) ./doc/common/tables/keystone-redis.xml:18(th) ./doc/common/tables/nova-xvpnvncproxy.xml:18(th) ./doc/common/tables/heat-clients_backends.xml:18(th) ./doc/common/tables/glance-testing.xml:18(th) ./doc/common/tables/neutron-common.xml:18(th) ./doc/common/tables/nova-hypervisor.xml:18(th) ./doc/common/tables/cinder-prophststor_dpl.xml:19(th) ./doc/common/tables/keystone-qpid.xml:18(th) ./doc/common/tables/nova-wsgi.xml:18(th) ./doc/common/tables/nova-configdrive.xml:18(th) ./doc/common/tables/ceilometer-qpid.xml:18(th) ./doc/common/tables/ceilometer-rabbitmq.xml:18(th) ./doc/common/tables/trove-debug.xml:18(th) ./doc/common/tables/trove-swift.xml:18(th) ./doc/common/tables/nova-libvirt.xml:18(th) ./doc/common/tables/ceilometer-amqp.xml:18(th) ./doc/common/tables/glance-ssl.xml:18(th) ./doc/common/tables/keystone-debug.xml:18(th) ./doc/common/tables/cinder-rootwrap.xml:18(th) ./doc/common/tables/cinder-nexenta_iscsi.xml:18(th) +#: ./doc/common/section_config_format.xml:135(literal) ./doc/common/tables/ceilometer-database.xml:18(th) ./doc/common/tables/neutron-openvswitch_agent.xml:18(th) ./doc/common/tables/heat-clients.xml:18(th) ./doc/common/tables/cinder-solidfire.xml:18(th) ./doc/common/tables/neutron-rpc.xml:18(th) ./doc/common/tables/nova-periodic.xml:18(th) ./doc/common/tables/keystone-policy.xml:18(th) ./doc/common/tables/glance-auth_token.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:18(th) ./doc/common/tables/cinder-nimble.xml:18(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(literal) ./doc/common/tables/ceilometer-redis.xml:18(th) ./doc/common/tables/cinder-storage_ceph.xml:18(th) ./doc/common/tables/nova-testing.xml:18(th) ./doc/common/tables/nova-metadata.xml:18(th) ./doc/common/tables/cinder-hp3par.xml:18(th) ./doc/common/tables/keystone-misc.xml:18(th) ./doc/common/tables/neutron-scheduler.xml:18(th) ./doc/common/tables/glance-rbd.xml:18(th) ./doc/common/tables/cinder-storage_xen.xml:18(th) ./doc/common/tables/ceilometer-common.xml:18(th) ./doc/common/tables/cinder-pure.xml:18(th) ./doc/common/tables/cinder-database.xml:18(th) ./doc/common/tables/ceilometer-logging.xml:18(th) ./doc/common/tables/heat-common.xml:18(th) ./doc/common/tables/nova-ipv6.xml:18(th) ./doc/common/tables/nova-vnc.xml:18(th) ./doc/common/tables/trove-qpid.xml:18(th) ./doc/common/tables/keystone-api.xml:18(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:8(literal) ./doc/common/tables/glance-rpc.xml:18(th) ./doc/common/tables/neutron-policy.xml:18(th) ./doc/common/tables/nova-xen.xml:18(th) ./doc/common/tables/trove-amqp.xml:18(th) ./doc/common/tables/glance-matchmaker.xml:18(th) ./doc/common/tables/nova-rabbitmq.xml:18(th) ./doc/common/tables/nova-policy.xml:18(th) ./doc/common/tables/ceilometer-inspector.xml:18(th) ./doc/common/tables/cinder-scheduler.xml:18(th) ./doc/common/tables/neutron-logging.xml:18(th) ./doc/common/tables/nova-availabilityzones.xml:18(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:18(th) ./doc/common/tables/neutron-rootwrap.xml:18(th) ./doc/common/tables/cinder-auth.xml:18(th) ./doc/common/tables/heat-qpid.xml:18(th) ./doc/common/tables/neutron-auth_token.xml:18(th) ./doc/common/tables/nova-ldap.xml:18(th) ./doc/common/tables/cinder-quota.xml:18(th) ./doc/common/tables/nova-compute.xml:18(th) ./doc/common/tables/keystone-rabbit.xml:18(th) ./doc/common/tables/cinder-backups_ceph.xml:18(th) ./doc/common/tables/heat-cfn_api.xml:18(th) ./doc/common/tables/neutron-vmware.xml:18(th) ./doc/common/tables/nova-zeromq.xml:18(th) ./doc/common/tables/cinder-storage.xml:18(th) ./doc/common/tables/glance-registry.xml:18(th) ./doc/common/tables/heat-quota.xml:18(th) ./doc/common/tables/trove-network.xml:18(th) ./doc/common/tables/ceilometer-nova_import.xml:18(th) ./doc/common/tables/nova-common.xml:18(th) ./doc/common/tables/nova-volumes.xml:18(th) ./doc/common/tables/neutron-redis.xml:18(th) ./doc/common/tables/neutron-dvr.xml:18(th) ./doc/common/tables/heat-zeromq.xml:18(th) ./doc/common/tables/heat-amqp.xml:18(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(literal) ./doc/common/tables/glance-rabbitmq.xml:18(th) ./doc/common/tables/neutron-l3_agent.xml:18(th) ./doc/common/tables/glance-policy.xml:18(th) ./doc/common/tables/nova-neutron.xml:18(th) ./doc/common/tables/cinder-backups.xml:18(th) ./doc/common/tables/glance-vmware.xml:18(th) ./doc/common/tables/cinder-zoning.xml:18(th) ./doc/common/tables/heat-notification.xml:18(th) ./doc/common/tables/nova-vpn.xml:18(th) ./doc/common/tables/trove-common.xml:18(th) ./doc/common/tables/trove-api.xml:18(th) ./doc/common/tables/cinder-zadara.xml:18(th) ./doc/common/tables/nova-conductor.xml:18(th) ./doc/common/tables/nova-livemigration.xml:18(th) ./doc/common/tables/heat-rabbitmq.xml:18(th) ./doc/common/tables/keystone-amqp.xml:18(th) ./doc/common/tables/keystone-rpc.xml:18(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-zones.xml:18(th) ./doc/common/tables/cinder-scality.xml:18(th) ./doc/common/tables/neutron-agent.xml:18(th) ./doc/common/tables/cinder-emc.xml:18(th) ./doc/common/tables/cinder-vmware.xml:18(th) ./doc/common/tables/heat-metadata_api.xml:18(th) ./doc/common/tables/trove-rabbitmq.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:18(th) ./doc/common/tables/neutron-ml2_ofa.xml:18(th) ./doc/common/tables/glance-api.xml:18(th) ./doc/common/tables/heat-waitcondition_api.xml:18(th) ./doc/common/tables/cinder-storwize.xml:18(th) ./doc/common/tables/cinder-hplefthand.xml:18(th) ./doc/common/tables/neutron-ipv6_ra.xml:18(th) ./doc/common/tables/glance-s3.xml:18(th) ./doc/common/tables/nova-rootwrap.xml:18(th) ./doc/common/tables/heat-loadbalancer.xml:18(th) ./doc/common/tables/ceilometer-api.xml:18(th) ./doc/common/tables/ceilometer-exchange.xml:18(th) ./doc/common/tables/cinder-lvm.xml:18(th) ./doc/common/tables/trove-dns.xml:18(th) ./doc/common/tables/trove-volume.xml:18(th) ./doc/common/tables/heat-auth_token.xml:18(th) ./doc/common/tables/neutron-quotas.xml:18(th) ./doc/common/tables/cinder-storage_nfs.xml:18(th) ./doc/common/tables/cinder-hds-hnas.xml:18(th) ./doc/common/tables/heat-api.xml:18(th) ./doc/common/tables/neutron-ryu.xml:18(th) ./doc/common/tables/glance-logging.xml:18(th) ./doc/common/tables/cinder-swift.xml:18(th) ./doc/common/tables/neutron-metering_agent.xml:18(th) ./doc/common/tables/neutron-zeromq.xml:18(th) ./doc/common/tables/cinder-storage_glusterfs.xml:18(th) ./doc/common/tables/cinder-common.xml:18(th) ./doc/common/tables/glance-swift.xml:18(th) ./doc/common/tables/trove-quota.xml:18(th) ./doc/common/tables/trove-clients.xml:18(th) ./doc/common/tables/cinder-auth_token.xml:18(th) ./doc/common/tables/cinder-xiv.xml:18(th) ./doc/common/tables/nova-glance.xml:18(th) ./doc/common/tables/keystone-auth_token.xml:18(th) ./doc/common/tables/nova-s3.xml:18(th) ./doc/common/tables/nova-pci.xml:18(th) ./doc/common/tables/cinder-api.xml:18(th) ./doc/common/tables/trove-heat.xml:18(th) ./doc/common/tables/glance-sheepdog.xml:18(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-windows.xml:18(th) ./doc/common/tables/cinder-san-solaris.xml:18(th) ./doc/common/tables/keystone-zeromq.xml:18(th) ./doc/common/tables/neutron-cfg_agent.xml:18(th) ./doc/common/tables/ceilometer-rpc.xml:18(th) ./doc/common/tables/glance-filesystem.xml:18(th) ./doc/common/tables/trove-rpc.xml:18(th) ./doc/common/tables/ceilometer-swift.xml:18(th) ./doc/common/tables/trove-backup.xml:18(th) ./doc/common/tables/nova-network.xml:18(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:18(th) ./doc/common/tables/nova-ca.xml:18(th) ./doc/common/tables/neutron-dhcp_agent.xml:18(th) ./doc/common/tables/ceilometer-collector.xml:18(th) ./doc/common/tables/cinder-hds-hus.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:18(th) ./doc/common/tables/heat-debug.xml:18(th) ./doc/common/tables/nova-kombu.xml:18(th) ./doc/common/tables/trove-guestagent.xml:18(th) ./doc/common/tables/nova-qpid.xml:18(th) ./doc/common/tables/glance-qpid.xml:18(th) ./doc/common/tables/glance-amqp.xml:18(th) ./doc/common/tables/glance-zmq.xml:18(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(literal) ./doc/common/tables/neutron-testing.xml:18(th) ./doc/common/tables/ceilometer-debug.xml:18(th) ./doc/common/tables/trove-compute.xml:18(th) ./doc/common/tables/cinder-rpc.xml:18(th) ./doc/common/tables/cinder-hpmsa.xml:18(th) ./doc/common/tables/cinder-storage_gpfs.xml:18(th) ./doc/common/tables/trove-zeromq.xml:18(th) ./doc/common/tables/neutron-lbaas.xml:18(th) ./doc/common/tables/cinder-backups_swift.xml:18(th) ./doc/common/tables/trove-database.xml:18(th) ./doc/common/tables/nova-authentication.xml:18(th) ./doc/common/tables/glance-gridfs.xml:18(th) ./doc/common/tables/neutron-notifier.xml:18(th) ./doc/common/tables/nova-rpc_all.xml:18(th) ./doc/common/tables/nova-scheduling.xml:18(th) ./doc/common/tables/cinder-eqlx.xml:18(th) ./doc/common/tables/heat-redis.xml:18(th) ./doc/common/tables/nova-ec2.xml:18(th) ./doc/common/tables/cinder-block-device.xml:18(th) ./doc/common/tables/neutron-metadata.xml:18(th) ./doc/common/tables/nova-fping.xml:18(th) ./doc/common/tables/neutron-compute.xml:18(th) ./doc/common/tables/glance-imagecache.xml:18(th) ./doc/common/tables/cinder-nas.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:18(th) ./doc/common/tables/keystone-logging.xml:18(th) ./doc/common/tables/heat-rpc.xml:18(th) ./doc/common/tables/trove-taskmanager.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:18(th) ./doc/common/tables/cinder-images.xml:18(th) ./doc/common/tables/cinder-huawei.xml:18(th) ./doc/common/tables/nova-console.xml:18(th) ./doc/common/tables/cinder-nexenta_nfs.xml:18(th) ./doc/common/tables/nova-database.xml:18(th) ./doc/common/tables/nova-quota.xml:18(th) ./doc/common/tables/heat-logging.xml:18(th) ./doc/common/tables/heat-crypt.xml:18(th) ./doc/common/tables/neutron-ssl.xml:18(th) ./doc/common/tables/cinder-coraid.xml:18(th) ./doc/common/tables/neutron-wsgi.xml:18(th) ./doc/common/tables/cinder-compute.xml:18(th) ./doc/common/tables/glance-wsgi.xml:18(th) ./doc/common/tables/neutron-qpid.xml:18(th) ./doc/common/tables/nova-rpc.xml:18(th) ./doc/common/tables/cinder-backups_tsm.xml:18(th) ./doc/common/tables/cinder-san.xml:18(th) ./doc/common/tables/nova-logging.xml:18(th) ./doc/common/tables/keystone-security.xml:18(th) ./doc/common/tables/nova-api.xml:18(th) ./doc/common/tables/trove-auth_token.xml:18(th) ./doc/common/tables/glance-cinder.xml:18(th) ./doc/common/tables/glance-common.xml:18(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:8(literal) ./doc/common/tables/trove-nova.xml:18(th) ./doc/common/tables/neutron-rabbitmq.xml:18(th) ./doc/common/tables/neutron-api.xml:18(th) ./doc/common/tables/trove-logging.xml:18(th) ./doc/common/tables/keystone-redis.xml:18(th) ./doc/common/tables/nova-xvpnvncproxy.xml:18(th) ./doc/common/tables/heat-clients_backends.xml:18(th) ./doc/common/tables/glance-testing.xml:18(th) ./doc/common/tables/neutron-common.xml:18(th) ./doc/common/tables/nova-hypervisor.xml:18(th) ./doc/common/tables/keystone-qpid.xml:18(th) ./doc/common/tables/nova-wsgi.xml:18(th) ./doc/common/tables/nova-configdrive.xml:18(th) ./doc/common/tables/ceilometer-qpid.xml:18(th) ./doc/common/tables/ceilometer-rabbitmq.xml:18(th) ./doc/common/tables/trove-debug.xml:18(th) ./doc/common/tables/trove-swift.xml:18(th) ./doc/common/tables/nova-libvirt.xml:18(th) ./doc/common/tables/ceilometer-amqp.xml:18(th) ./doc/common/tables/ceilometer-glance.xml:18(th) ./doc/common/tables/glance-ssl.xml:18(th) ./doc/common/tables/keystone-debug.xml:18(th) ./doc/common/tables/cinder-rootwrap.xml:18(th) ./doc/common/tables/cinder-nexenta_iscsi.xml:18(th) msgid "[DEFAULT]" msgstr "" @@ -8263,7 +8263,7 @@ msgstr "" msgid "Description of configuration options for database" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:12(th) ./doc/common/tables/neutron-openvswitch_agent.xml:12(th) ./doc/common/tables/heat-clients.xml:12(th) ./doc/common/tables/cinder-solidfire.xml:12(th) ./doc/common/tables/neutron-rpc.xml:12(th) ./doc/common/tables/trove-db_percona.xml:12(th) ./doc/common/tables/nova-periodic.xml:12(th) ./doc/common/tables/keystone-auth.xml:12(th) ./doc/common/tables/keystone-policy.xml:12(th) ./doc/common/tables/glance-auth_token.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:12(th) ./doc/common/tables/swift-container-server-container-sync.xml:14(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:14(th) ./doc/common/tables/cinder-zoning_fabric.xml:12(th) ./doc/common/tables/ceilometer-redis.xml:12(th) ./doc/common/tables/cinder-storage_ceph.xml:12(th) ./doc/common/tables/ceilometer-vmware.xml:12(th) ./doc/common/tables/neutron-cisco.xml:12(th) ./doc/common/tables/nova-testing.xml:12(th) ./doc/common/tables/nova-metadata.xml:12(th) ./doc/common/tables/heat-clients_nova.xml:12(th) ./doc/common/tables/cinder-hp3par.xml:12(th) ./doc/common/tables/keystone-misc.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:14(th) ./doc/common/tables/neutron-scheduler.xml:12(th) ./doc/common/tables/glance-rbd.xml:12(th) ./doc/common/tables/cinder-storage_xen.xml:12(th) ./doc/common/tables/ceilometer-common.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:14(th) ./doc/common/tables/cinder-database.xml:12(th) ./doc/common/tables/ceilometer-logging.xml:12(th) ./doc/common/tables/heat-common.xml:12(th) ./doc/common/tables/nova-ipv6.xml:12(th) ./doc/common/tables/nova-vnc.xml:12(th) ./doc/common/tables/ceilometer-nova_cells.xml:12(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:14(th) ./doc/common/tables/neutron-ml2_cisco_apic.xml:12(th) ./doc/common/tables/trove-qpid.xml:12(th) ./doc/common/tables/keystone-api.xml:12(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:14(th) ./doc/common/tables/swift-container-server-container-auditor.xml:14(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:14(th) ./doc/common/tables/glance-rpc.xml:12(th) ./doc/common/tables/neutron-policy.xml:12(th) ./doc/common/tables/glance-database.xml:12(th) ./doc/common/tables/nova-spice.xml:12(th) ./doc/common/tables/heat-clients_heat.xml:12(th) ./doc/common/tables/nova-xen.xml:12(th) ./doc/common/tables/trove-amqp.xml:12(th) ./doc/common/tables/glance-matchmaker.xml:12(th) ./doc/common/tables/ceilometer-auth_token.xml:12(th) ./doc/common/tables/nova-rabbitmq.xml:12(th) ./doc/common/tables/neutron-ml2_cisco.xml:12(th) ./doc/common/tables/nova-policy.xml:12(th) ./doc/common/tables/keystone-identity.xml:12(th) ./doc/common/tables/ceilometer-inspector.xml:12(th) ./doc/common/tables/cinder-scheduler.xml:12(th) ./doc/common/tables/trove-db_cassandra.xml:12(th) ./doc/common/tables/neutron-logging.xml:12(th) ./doc/common/tables/nova-availabilityzones.xml:12(th) ./doc/common/tables/keystone-catalog.xml:12(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:12(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:12(th) ./doc/common/tables/neutron-rootwrap.xml:12(th) ./doc/common/tables/cinder-auth.xml:12(th) ./doc/common/tables/swift-swift-swift-constraints.xml:14(th) ./doc/common/tables/heat-qpid.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:14(th) ./doc/common/tables/nova-zookeeper.xml:12(th) ./doc/common/tables/nova-keymgr.xml:12(th) ./doc/common/tables/neutron-auth_token.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:14(th) ./doc/common/tables/nova-ldap.xml:12(th) ./doc/common/tables/swift-container-server-filter-recon.xml:14(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:14(th) ./doc/common/tables/ceilometer-auth.xml:12(th) ./doc/common/tables/cinder-quota.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:14(th) ./doc/common/tables/keystone-os_inherit.xml:12(th) ./doc/common/tables/neutron-sdnve.xml:12(th) ./doc/common/tables/nova-compute.xml:12(th) ./doc/common/tables/keystone-rabbit.xml:12(th) ./doc/common/tables/cinder-backups_ceph.xml:12(th) ./doc/common/tables/nova-vmware.xml:12(th) ./doc/common/tables/heat-cfn_api.xml:12(th) ./doc/common/tables/neutron-vmware.xml:12(th) ./doc/common/tables/nova-rdp.xml:12(th) ./doc/common/tables/keystone-assignment.xml:12(th) ./doc/common/tables/nova-zeromq.xml:12(th) ./doc/common/tables/cinder-storage.xml:12(th) ./doc/common/tables/glance-registry.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:14(th) ./doc/common/tables/neutron-embrane.xml:12(th) ./doc/common/tables/heat-quota.xml:12(th) ./doc/common/tables/ceilometer-nova_import.xml:12(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-common.xml:12(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:14(th) ./doc/common/tables/nova-volumes.xml:12(th) ./doc/common/tables/neutron-redis.xml:12(th) ./doc/common/tables/trove-db_mysql.xml:12(th) ./doc/common/tables/heat-zeromq.xml:12(th) ./doc/common/tables/heat-amqp.xml:12(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:12(th) ./doc/common/tables/nova-redis.xml:12(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:14(th) ./doc/common/tables/glance-rabbitmq.xml:12(th) ./doc/common/tables/neutron-l3_agent.xml:12(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:14(th) ./doc/common/tables/glance-policy.xml:12(th) ./doc/common/tables/nova-neutron.xml:12(th) ./doc/common/tables/cinder-backups.xml:12(th) ./doc/common/tables/cinder-keymgr.xml:12(th) ./doc/common/tables/keystone-ldap.xml:12(th) ./doc/common/tables/glance-vmware.xml:12(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:14(th) ./doc/common/tables/cinder-zoning.xml:12(th) ./doc/common/tables/heat-notification.xml:12(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-vpn.xml:12(th) ./doc/common/tables/neutron-vpn.xml:12(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:14(th) ./doc/common/tables/trove-common.xml:12(th) ./doc/common/tables/trove-api.xml:12(th) ./doc/common/tables/cinder-zadara.xml:12(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-conductor.xml:12(th) ./doc/common/tables/swift-object-server-app-object-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:14(th) ./doc/common/tables/nova-livemigration.xml:12(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:14(th) ./doc/common/tables/heat-rabbitmq.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:14(th) ./doc/common/tables/keystone-amqp.xml:12(th) ./doc/common/tables/keystone-rpc.xml:12(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:14(th) ./doc/common/tables/cinder-zones.xml:12(th) ./doc/common/tables/cinder-scality.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:14(th) ./doc/common/tables/neutron-agent.xml:12(th) ./doc/common/tables/cinder-emc.xml:12(th) ./doc/common/tables/cinder-vmware.xml:12(th) ./doc/common/tables/neutron-ml2_flat.xml:12(th) ./doc/common/tables/heat-metadata_api.xml:12(th) ./doc/common/tables/trove-rabbitmq.xml:12(th) ./doc/common/tables/nova-upgrade_levels.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:12(th) ./doc/common/tables/neutron-ml2_ofa.xml:12(th) ./doc/common/tables/glance-api.xml:12(th) ./doc/common/tables/heat-waitcondition_api.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:14(th) ./doc/common/tables/swift-rsyncd-container.xml:14(th) ./doc/common/tables/cinder-storwize.xml:12(th) ./doc/common/tables/cinder-hplefthand.xml:12(th) ./doc/common/tables/glance-s3.xml:12(th) ./doc/common/tables/nova-rootwrap.xml:12(th) ./doc/common/tables/heat-loadbalancer.xml:12(th) ./doc/common/tables/ceilometer-api.xml:12(th) ./doc/common/tables/ceilometer-exchange.xml:12(th) ./doc/common/tables/cinder-lvm.xml:12(th) ./doc/common/tables/trove-dns.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:14(th) ./doc/common/tables/nova-cells.xml:12(th) ./doc/common/tables/trove-volume.xml:12(th) ./doc/common/tables/heat-auth_token.xml:12(th) ./doc/common/tables/neutron-quotas.xml:12(th) ./doc/common/tables/nova-auth_token.xml:12(th) ./doc/common/tables/cinder-storage_nfs.xml:12(th) ./doc/common/tables/cinder-hds-hnas.xml:12(th) ./doc/common/tables/heat-api.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:14(th) ./doc/common/tables/heat-clients_ceilometer.xml:12(th) ./doc/common/tables/neutron-ryu.xml:12(th) ./doc/common/tables/glance-logging.xml:12(th) ./doc/common/tables/swift-rsyncd-account.xml:14(th) ./doc/common/tables/neutron-metering_agent.xml:12(th) ./doc/common/tables/neutron-zeromq.xml:12(th) ./doc/common/tables/heat-clients_glance.xml:12(th) ./doc/common/tables/cinder-storage_glusterfs.xml:12(th) ./doc/common/tables/cinder-common.xml:12(th) ./doc/common/tables/glance-swift.xml:12(th) ./doc/common/tables/trove-quota.xml:12(th) ./doc/common/tables/cinder-auth_token.xml:12(th) ./doc/common/tables/ceilometer-alarm.xml:12(th) ./doc/common/tables/ceilometer-events.xml:12(th) ./doc/common/tables/neutron-lbaas_haproxy.xml:12(th) ./doc/common/tables/cinder-xiv.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:14(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:12(th) ./doc/common/tables/nova-glance.xml:12(th) ./doc/common/tables/neutron-database.xml:12(th) ./doc/common/tables/keystone-auth_token.xml:12(th) ./doc/common/tables/nova-s3.xml:12(th) ./doc/common/tables/nova-pci.xml:12(th) ./doc/common/tables/swift-account-server-filter-recon.xml:14(th) ./doc/common/tables/heat-clients_cinder.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:14(th) ./doc/common/tables/keystone-revoke.xml:12(th) ./doc/common/tables/cinder-api.xml:12(th) ./doc/common/tables/trove-db_couchbase.xml:12(th) ./doc/common/tables/heat-clients_trove.xml:12(th) ./doc/common/tables/swift-account-server-account-replicator.xml:14(th) ./doc/common/tables/neutron-plumgrid.xml:12(th) ./doc/common/tables/trove-heat.xml:12(th) ./doc/common/tables/glance-sheepdog.xml:12(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:14(th) ./doc/common/tables/cinder-windows.xml:12(th) ./doc/common/tables/cinder-san-solaris.xml:12(th) ./doc/common/tables/neutron-nuage.xml:12(th) ./doc/common/tables/keystone-zeromq.xml:12(th) ./doc/common/tables/neutron-bigswitch.xml:12(th) ./doc/common/tables/ceilometer-rpc.xml:12(th) ./doc/common/tables/swift-container-server-container-updater.xml:14(th) ./doc/common/tables/trove-db_mongodb.xml:12(th) ./doc/common/tables/swift-object-server-object-replicator.xml:14(th) ./doc/common/tables/glance-filesystem.xml:12(th) ./doc/common/tables/trove-rpc.xml:12(th) ./doc/common/tables/ceilometer-swift.xml:12(th) ./doc/common/tables/trove-backup.xml:12(th) ./doc/common/tables/nova-network.xml:12(th) ./doc/common/tables/glance-redis.xml:12(th) ./doc/common/tables/keystone-ssl.xml:12(th) ./doc/common/tables/nova-ca.xml:12(th) ./doc/common/tables/neutron-dhcp_agent.xml:12(th) ./doc/common/tables/ceilometer-collector.xml:12(th) ./doc/common/tables/cinder-hds-hus.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:12(th) ./doc/common/tables/swift-swift-swift-hash.xml:14(th) ./doc/common/tables/neutron-ml2_gre.xml:12(th) ./doc/common/tables/neutron-varmour.xml:12(th) ./doc/common/tables/heat-debug.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:14(th) ./doc/common/tables/nova-kombu.xml:12(th) ./doc/common/tables/trove-guestagent.xml:12(th) ./doc/common/tables/nova-qpid.xml:12(th) ./doc/common/tables/glance-qpid.xml:12(th) ./doc/common/tables/neutron-lbaas_radware.xml:12(th) ./doc/common/tables/neutron-ml2_l2pop.xml:12(th) ./doc/common/tables/glance-amqp.xml:12(th) ./doc/common/tables/glance-zmq.xml:12(th) ./doc/common/tables/neutron-embrane_lb.xml:12(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:14(th) ./doc/common/tables/neutron-testing.xml:12(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:14(th) ./doc/common/tables/swift-memcache-memcache.xml:14(th) ./doc/common/tables/swift-account-server-app-account-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:14(th) ./doc/common/tables/trove-compute.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:14(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:14(th) ./doc/common/tables/trove-db_redis.xml:12(th) ./doc/common/tables/cinder-rpc.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:14(th) ./doc/common/tables/cinder-hpmsa.xml:12(th) ./doc/common/tables/nova-apiv3.xml:12(th) ./doc/common/tables/keystone-oauth.xml:12(th) ./doc/common/tables/cinder-storage_gpfs.xml:12(th) ./doc/common/tables/neutron-ml2_vlan.xml:12(th) ./doc/common/tables/swift-object-server-object-auditor.xml:14(th) ./doc/common/tables/trove-zeromq.xml:12(th) ./doc/common/tables/neutron-lbaas.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:14(th) ./doc/common/tables/cinder-backups_swift.xml:12(th) ./doc/common/tables/trove-database.xml:12(th) ./doc/common/tables/swift-container-server-app-container-server.xml:14(th) ./doc/common/tables/nova-authentication.xml:12(th) ./doc/common/tables/neutron-nvsd.xml:12(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:14(th) ./doc/common/tables/glance-gridfs.xml:12(th) ./doc/common/tables/neutron-notifier.xml:12(th) ./doc/common/tables/nova-rpc_all.xml:12(th) ./doc/common/tables/neutron-hyperv_agent.xml:12(th) ./doc/common/tables/keystone-federation.xml:12(th) ./doc/common/tables/nova-scheduling.xml:12(th) ./doc/common/tables/cinder-ssl.xml:12(th) ./doc/common/tables/trove-ssl.xml:12(th) ./doc/common/tables/cinder-eqlx.xml:12(th) ./doc/common/tables/heat-redis.xml:12(th) ./doc/common/tables/nova-ec2.xml:12(th) ./doc/common/tables/keystone-credential.xml:12(th) ./doc/common/tables/cinder-block-device.xml:12(th) ./doc/common/tables/neutron-metadata.xml:12(th) ./doc/common/tables/nova-fping.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:14(th) ./doc/common/tables/swift-container-server-container-replicator.xml:14(th) ./doc/common/tables/neutron-ml2_ncs.xml:12(th) ./doc/common/tables/neutron-ml2_arista.xml:12(th) ./doc/common/tables/nova-trustedcomputing.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:14(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:14(th) ./doc/common/tables/neutron-compute.xml:12(th) ./doc/common/tables/glance-imagecache.xml:12(th) ./doc/common/tables/neutron-ml2_brocade.xml:12(th) ./doc/common/tables/swift-account-server-account-auditor.xml:14(th) ./doc/common/tables/cinder-nas.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:12(th) ./doc/common/tables/heat-clients_swift.xml:12(th) ./doc/common/tables/keystone-logging.xml:12(th) ./doc/common/tables/neutron-brocade.xml:12(th) ./doc/common/tables/neutron-ml2_odl.xml:12(th) ./doc/common/tables/swift-object-server-filter-recon.xml:14(th) ./doc/common/tables/heat-rpc.xml:12(th) ./doc/common/tables/trove-taskmanager.xml:12(th) ./doc/common/tables/heat-cloudwatch_api.xml:12(th) ./doc/common/tables/cinder-images.xml:12(th) ./doc/common/tables/cinder-huawei.xml:12(th) ./doc/common/tables/neutron-lbaas_netscalar.xml:12(th) ./doc/common/tables/nova-console.xml:12(th) ./doc/common/tables/neutron-fwaas.xml:12(th) ./doc/common/tables/cinder-nexenta_nfs.xml:12(th) ./doc/common/tables/nova-database.xml:12(th) ./doc/common/tables/nova-quota.xml:12(th) ./doc/common/tables/heat-logging.xml:12(th) ./doc/common/tables/trove-redis.xml:12(th) ./doc/common/tables/keystone-stats.xml:12(th) ./doc/common/tables/heat-crypt.xml:12(th) ./doc/common/tables/neutron-ssl.xml:12(th) ./doc/common/tables/neutron-midonet.xml:12(th) ./doc/common/tables/cinder-coraid.xml:12(th) ./doc/common/tables/neutron-wsgi.xml:12(th) ./doc/common/tables/cinder-compute.xml:12(th) ./doc/common/tables/swift-rsyncd-object.xml:14(th) ./doc/common/tables/glance-wsgi.xml:12(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:14(th) ./doc/common/tables/nova-baremetal.xml:12(th) ./doc/common/tables/neutron-qpid.xml:12(th) ./doc/common/tables/nova-rpc.xml:12(th) ./doc/common/tables/cinder-backups_tsm.xml:12(th) ./doc/common/tables/cinder-san.xml:12(th) ./doc/common/tables/nova-logging.xml:12(th) ./doc/common/tables/neutron-nec.xml:12(th) ./doc/common/tables/keystone-security.xml:12(th) ./doc/common/tables/heat-clients_neutron.xml:12(th) ./doc/common/tables/nova-api.xml:12(th) ./doc/common/tables/neutron-ml2_mlnx.xml:12(th) ./doc/common/tables/trove-auth_token.xml:12(th) ./doc/common/tables/keystone-trust.xml:12(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:14(th) ./doc/common/tables/glance-cinder.xml:12(th) ./doc/common/tables/swift-object-server-object-updater.xml:14(th) ./doc/common/tables/glance-common.xml:12(th) ./doc/common/tables/neutron-ml2_vxlan.xml:12(th) ./doc/common/tables/swift-dispersion-dispersion.xml:14(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:14(th) ./doc/common/tables/trove-nova.xml:12(th) ./doc/common/tables/neutron-meta.xml:12(th) ./doc/common/tables/neutron-rabbitmq.xml:12(th) ./doc/common/tables/keystone-ec2.xml:12(th) ./doc/common/tables/heat-clients_keystone.xml:12(th) ./doc/common/tables/neutron-api.xml:12(th) ./doc/common/tables/trove-logging.xml:12(th) ./doc/common/tables/keystone-kvs.xml:12(th) ./doc/common/tables/keystone-redis.xml:12(th) ./doc/common/tables/nova-xvpnvncproxy.xml:12(th) ./doc/common/tables/glance-paste.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:14(th) ./doc/common/tables/swift-account-server-account-reaper.xml:14(th) ./doc/common/tables/nova-hyperv.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:14(th) ./doc/common/tables/heat-clients_backends.xml:12(th) ./doc/common/tables/glance-testing.xml:12(th) ./doc/common/tables/neutron-common.xml:12(th) ./doc/common/tables/nova-hypervisor.xml:12(th) ./doc/common/tables/cinder-prophststor_dpl.xml:13(th) ./doc/common/tables/keystone-qpid.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-wsgi.xml:12(th) ./doc/common/tables/keystone-cache.xml:12(th) ./doc/common/tables/nova-configdrive.xml:12(th) ./doc/common/tables/keystone-token.xml:12(th) ./doc/common/tables/ceilometer-qpid.xml:12(th) ./doc/common/tables/heat-database.xml:12(th) ./doc/common/tables/ceilometer-rabbitmq.xml:12(th) ./doc/common/tables/neutron-ml2.xml:12(th) ./doc/common/tables/keystone-database.xml:12(th) ./doc/common/tables/keystone-memcache.xml:12(th) ./doc/common/tables/trove-debug.xml:12(th) ./doc/common/tables/trove-swift.xml:12(th) ./doc/common/tables/nova-tilera.xml:12(th) ./doc/common/tables/nova-libvirt.xml:12(th) ./doc/common/tables/neutron-mlnx.xml:12(th) ./doc/common/tables/cinder-zoning_manager.xml:12(th) ./doc/common/tables/ceilometer-amqp.xml:12(th) ./doc/common/tables/glance-ssl.xml:12(th) ./doc/common/tables/neutron-securitygroups.xml:12(th) ./doc/common/tables/keystone-debug.xml:12(th) ./doc/common/tables/cinder-rootwrap.xml:12(th) ./doc/common/tables/cinder-nexenta_iscsi.xml:12(th) +#: ./doc/common/tables/ceilometer-database.xml:12(th) ./doc/common/tables/neutron-openvswitch_agent.xml:12(th) ./doc/common/tables/heat-clients.xml:12(th) ./doc/common/tables/cinder-solidfire.xml:12(th) ./doc/common/tables/neutron-rpc.xml:12(th) ./doc/common/tables/trove-db_percona.xml:12(th) ./doc/common/tables/nova-periodic.xml:12(th) ./doc/common/tables/keystone-auth.xml:12(th) ./doc/common/tables/keystone-policy.xml:12(th) ./doc/common/tables/glance-auth_token.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:12(th) ./doc/common/tables/cinder-nimble.xml:12(th) ./doc/common/tables/swift-container-server-container-sync.xml:14(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:14(th) ./doc/common/tables/cinder-zoning_fabric.xml:12(th) ./doc/common/tables/ceilometer-redis.xml:12(th) ./doc/common/tables/cinder-storage_ceph.xml:12(th) ./doc/common/tables/ceilometer-vmware.xml:12(th) ./doc/common/tables/neutron-cisco.xml:12(th) ./doc/common/tables/nova-testing.xml:12(th) ./doc/common/tables/nova-metadata.xml:12(th) ./doc/common/tables/heat-clients_nova.xml:12(th) ./doc/common/tables/cinder-hp3par.xml:12(th) ./doc/common/tables/keystone-misc.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:14(th) ./doc/common/tables/neutron-scheduler.xml:12(th) ./doc/common/tables/glance-rbd.xml:12(th) ./doc/common/tables/cinder-storage_xen.xml:12(th) ./doc/common/tables/ceilometer-common.xml:12(th) ./doc/common/tables/cinder-pure.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:14(th) ./doc/common/tables/cinder-database.xml:12(th) ./doc/common/tables/ceilometer-logging.xml:12(th) ./doc/common/tables/heat-common.xml:12(th) ./doc/common/tables/nova-ipv6.xml:12(th) ./doc/common/tables/nova-vnc.xml:12(th) ./doc/common/tables/ceilometer-nova_cells.xml:12(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:14(th) ./doc/common/tables/neutron-ml2_cisco_apic.xml:12(th) ./doc/common/tables/trove-qpid.xml:12(th) ./doc/common/tables/keystone-api.xml:12(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:14(th) ./doc/common/tables/swift-container-server-container-auditor.xml:14(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:14(th) ./doc/common/tables/glance-rpc.xml:12(th) ./doc/common/tables/neutron-policy.xml:12(th) ./doc/common/tables/glance-database.xml:12(th) ./doc/common/tables/nova-spice.xml:12(th) ./doc/common/tables/heat-clients_heat.xml:12(th) ./doc/common/tables/nova-xen.xml:12(th) ./doc/common/tables/trove-amqp.xml:12(th) ./doc/common/tables/glance-matchmaker.xml:12(th) ./doc/common/tables/ceilometer-auth_token.xml:12(th) ./doc/common/tables/nova-rabbitmq.xml:12(th) ./doc/common/tables/neutron-ml2_cisco.xml:12(th) ./doc/common/tables/nova-policy.xml:12(th) ./doc/common/tables/keystone-identity.xml:12(th) ./doc/common/tables/ceilometer-inspector.xml:12(th) ./doc/common/tables/cinder-scheduler.xml:12(th) ./doc/common/tables/trove-db_cassandra.xml:12(th) ./doc/common/tables/neutron-logging.xml:12(th) ./doc/common/tables/nova-availabilityzones.xml:12(th) ./doc/common/tables/keystone-catalog.xml:12(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:12(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:12(th) ./doc/common/tables/neutron-rootwrap.xml:12(th) ./doc/common/tables/cinder-auth.xml:12(th) ./doc/common/tables/swift-swift-swift-constraints.xml:14(th) ./doc/common/tables/heat-qpid.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:14(th) ./doc/common/tables/nova-zookeeper.xml:12(th) ./doc/common/tables/nova-keymgr.xml:12(th) ./doc/common/tables/neutron-auth_token.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:14(th) ./doc/common/tables/nova-ldap.xml:12(th) ./doc/common/tables/swift-container-server-filter-recon.xml:14(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:14(th) ./doc/common/tables/ceilometer-auth.xml:12(th) ./doc/common/tables/cinder-quota.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:14(th) ./doc/common/tables/keystone-os_inherit.xml:12(th) ./doc/common/tables/neutron-sdnve.xml:12(th) ./doc/common/tables/nova-compute.xml:12(th) ./doc/common/tables/keystone-rabbit.xml:12(th) ./doc/common/tables/cinder-backups_ceph.xml:12(th) ./doc/common/tables/nova-vmware.xml:12(th) ./doc/common/tables/heat-cfn_api.xml:12(th) ./doc/common/tables/neutron-vmware.xml:12(th) ./doc/common/tables/nova-rdp.xml:12(th) ./doc/common/tables/keystone-assignment.xml:12(th) ./doc/common/tables/nova-zeromq.xml:12(th) ./doc/common/tables/cinder-storage.xml:12(th) ./doc/common/tables/glance-registry.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:14(th) ./doc/common/tables/neutron-embrane.xml:12(th) ./doc/common/tables/heat-quota.xml:12(th) ./doc/common/tables/trove-network.xml:12(th) ./doc/common/tables/ceilometer-nova_import.xml:12(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-common.xml:12(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:14(th) ./doc/common/tables/nova-volumes.xml:12(th) ./doc/common/tables/neutron-redis.xml:12(th) ./doc/common/tables/trove-db_mysql.xml:12(th) ./doc/common/tables/neutron-dvr.xml:12(th) ./doc/common/tables/heat-zeromq.xml:12(th) ./doc/common/tables/heat-amqp.xml:12(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:12(th) ./doc/common/tables/nova-redis.xml:12(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:14(th) ./doc/common/tables/glance-rabbitmq.xml:12(th) ./doc/common/tables/neutron-l3_agent.xml:12(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:14(th) ./doc/common/tables/glance-policy.xml:12(th) ./doc/common/tables/nova-neutron.xml:12(th) ./doc/common/tables/cinder-backups.xml:12(th) ./doc/common/tables/cinder-keymgr.xml:12(th) ./doc/common/tables/keystone-ldap.xml:12(th) ./doc/common/tables/glance-vmware.xml:12(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:14(th) ./doc/common/tables/cinder-zoning.xml:12(th) ./doc/common/tables/heat-notification.xml:12(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-vpn.xml:12(th) ./doc/common/tables/neutron-vpn.xml:12(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:14(th) ./doc/common/tables/trove-common.xml:12(th) ./doc/common/tables/trove-api.xml:12(th) ./doc/common/tables/cinder-zadara.xml:12(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-conductor.xml:12(th) ./doc/common/tables/swift-object-server-app-object-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:14(th) ./doc/common/tables/nova-livemigration.xml:12(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:14(th) ./doc/common/tables/heat-rabbitmq.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:14(th) ./doc/common/tables/keystone-amqp.xml:12(th) ./doc/common/tables/keystone-rpc.xml:12(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:14(th) ./doc/common/tables/cinder-zones.xml:12(th) ./doc/common/tables/cinder-scality.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:14(th) ./doc/common/tables/neutron-agent.xml:12(th) ./doc/common/tables/cinder-emc.xml:12(th) ./doc/common/tables/cinder-vmware.xml:12(th) ./doc/common/tables/neutron-ml2_flat.xml:12(th) ./doc/common/tables/heat-metadata_api.xml:12(th) ./doc/common/tables/trove-rabbitmq.xml:12(th) ./doc/common/tables/nova-upgrade_levels.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:12(th) ./doc/common/tables/neutron-ml2_ofa.xml:12(th) ./doc/common/tables/glance-api.xml:12(th) ./doc/common/tables/heat-waitcondition_api.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:14(th) ./doc/common/tables/swift-rsyncd-container.xml:14(th) ./doc/common/tables/cinder-storwize.xml:12(th) ./doc/common/tables/cinder-hplefthand.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:14(th) ./doc/common/tables/neutron-ipv6_ra.xml:12(th) ./doc/common/tables/glance-s3.xml:12(th) ./doc/common/tables/nova-rootwrap.xml:12(th) ./doc/common/tables/heat-loadbalancer.xml:12(th) ./doc/common/tables/ceilometer-api.xml:12(th) ./doc/common/tables/ceilometer-exchange.xml:12(th) ./doc/common/tables/cinder-lvm.xml:12(th) ./doc/common/tables/trove-dns.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:14(th) ./doc/common/tables/nova-cells.xml:12(th) ./doc/common/tables/trove-volume.xml:12(th) ./doc/common/tables/heat-auth_token.xml:12(th) ./doc/common/tables/neutron-quotas.xml:12(th) ./doc/common/tables/nova-auth_token.xml:12(th) ./doc/common/tables/cinder-storage_nfs.xml:12(th) ./doc/common/tables/cinder-hds-hnas.xml:12(th) ./doc/common/tables/heat-api.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:14(th) ./doc/common/tables/heat-clients_ceilometer.xml:12(th) ./doc/common/tables/neutron-ryu.xml:12(th) ./doc/common/tables/glance-logging.xml:12(th) ./doc/common/tables/cinder-swift.xml:12(th) ./doc/common/tables/swift-rsyncd-account.xml:14(th) ./doc/common/tables/neutron-metering_agent.xml:12(th) ./doc/common/tables/neutron-zeromq.xml:12(th) ./doc/common/tables/heat-clients_glance.xml:12(th) ./doc/common/tables/cinder-storage_glusterfs.xml:12(th) ./doc/common/tables/cinder-common.xml:12(th) ./doc/common/tables/glance-swift.xml:12(th) ./doc/common/tables/trove-quota.xml:12(th) ./doc/common/tables/trove-clients.xml:12(th) ./doc/common/tables/cinder-auth_token.xml:12(th) ./doc/common/tables/ceilometer-alarm.xml:12(th) ./doc/common/tables/ceilometer-events.xml:12(th) ./doc/common/tables/neutron-lbaas_haproxy.xml:12(th) ./doc/common/tables/cinder-xiv.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:14(th) ./doc/common/tables/neutron-sriov.xml:12(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:12(th) ./doc/common/tables/nova-glance.xml:12(th) ./doc/common/tables/neutron-database.xml:12(th) ./doc/common/tables/keystone-auth_token.xml:12(th) ./doc/common/tables/nova-s3.xml:12(th) ./doc/common/tables/nova-pci.xml:12(th) ./doc/common/tables/swift-account-server-filter-recon.xml:14(th) ./doc/common/tables/heat-clients_cinder.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:14(th) ./doc/common/tables/keystone-revoke.xml:12(th) ./doc/common/tables/cinder-api.xml:12(th) ./doc/common/tables/trove-db_couchbase.xml:12(th) ./doc/common/tables/heat-clients_trove.xml:12(th) ./doc/common/tables/swift-account-server-account-replicator.xml:14(th) ./doc/common/tables/neutron-plumgrid.xml:12(th) ./doc/common/tables/trove-heat.xml:12(th) ./doc/common/tables/glance-sheepdog.xml:12(th) ./doc/common/tables/keystone-mapping.xml:12(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:14(th) ./doc/common/tables/cinder-windows.xml:12(th) ./doc/common/tables/cinder-san-solaris.xml:12(th) ./doc/common/tables/neutron-nuage.xml:12(th) ./doc/common/tables/keystone-zeromq.xml:12(th) ./doc/common/tables/neutron-bigswitch.xml:12(th) ./doc/common/tables/neutron-cfg_agent.xml:12(th) ./doc/common/tables/ceilometer-rpc.xml:12(th) ./doc/common/tables/swift-container-server-container-updater.xml:14(th) ./doc/common/tables/trove-db_mongodb.xml:12(th) ./doc/common/tables/swift-object-server-object-replicator.xml:14(th) ./doc/common/tables/glance-filesystem.xml:12(th) ./doc/common/tables/trove-rpc.xml:12(th) ./doc/common/tables/ceilometer-swift.xml:12(th) ./doc/common/tables/trove-backup.xml:12(th) ./doc/common/tables/nova-network.xml:12(th) ./doc/common/tables/glance-redis.xml:12(th) ./doc/common/tables/keystone-ssl.xml:12(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:12(th) ./doc/common/tables/nova-ca.xml:12(th) ./doc/common/tables/neutron-dhcp_agent.xml:12(th) ./doc/common/tables/ceilometer-collector.xml:12(th) ./doc/common/tables/cinder-hds-hus.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:12(th) ./doc/common/tables/swift-swift-swift-hash.xml:14(th) ./doc/common/tables/neutron-ml2_gre.xml:12(th) ./doc/common/tables/neutron-varmour.xml:12(th) ./doc/common/tables/heat-debug.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:14(th) ./doc/common/tables/nova-kombu.xml:12(th) ./doc/common/tables/trove-guestagent.xml:12(th) ./doc/common/tables/nova-qpid.xml:12(th) ./doc/common/tables/glance-qpid.xml:12(th) ./doc/common/tables/neutron-lbaas_radware.xml:12(th) ./doc/common/tables/neutron-ml2_sriov.xml:12(th) ./doc/common/tables/neutron-ml2_l2pop.xml:12(th) ./doc/common/tables/glance-amqp.xml:12(th) ./doc/common/tables/glance-zmq.xml:12(th) ./doc/common/tables/neutron-embrane_lb.xml:12(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:14(th) ./doc/common/tables/neutron-testing.xml:12(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:14(th) ./doc/common/tables/swift-memcache-memcache.xml:14(th) ./doc/common/tables/ceilometer-debug.xml:12(th) ./doc/common/tables/swift-account-server-app-account-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:14(th) ./doc/common/tables/trove-compute.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:14(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:14(th) ./doc/common/tables/trove-db_redis.xml:12(th) ./doc/common/tables/cinder-rpc.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:14(th) ./doc/common/tables/cinder-hpmsa.xml:12(th) ./doc/common/tables/nova-apiv3.xml:12(th) ./doc/common/tables/keystone-oauth.xml:12(th) ./doc/common/tables/cinder-storage_gpfs.xml:12(th) ./doc/common/tables/neutron-ml2_vlan.xml:12(th) ./doc/common/tables/swift-object-server-object-auditor.xml:14(th) ./doc/common/tables/trove-zeromq.xml:12(th) ./doc/common/tables/neutron-lbaas.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:14(th) ./doc/common/tables/cinder-backups_swift.xml:12(th) ./doc/common/tables/trove-database.xml:12(th) ./doc/common/tables/swift-container-server-app-container-server.xml:14(th) ./doc/common/tables/nova-authentication.xml:12(th) ./doc/common/tables/neutron-nvsd.xml:12(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:14(th) ./doc/common/tables/glance-gridfs.xml:12(th) ./doc/common/tables/neutron-notifier.xml:12(th) ./doc/common/tables/nova-rpc_all.xml:12(th) ./doc/common/tables/neutron-hyperv_agent.xml:12(th) ./doc/common/tables/ceilometer-tripleo.xml:12(th) ./doc/common/tables/keystone-federation.xml:12(th) ./doc/common/tables/nova-scheduling.xml:12(th) ./doc/common/tables/cinder-ssl.xml:12(th) ./doc/common/tables/trove-ssl.xml:12(th) ./doc/common/tables/cinder-eqlx.xml:12(th) ./doc/common/tables/heat-redis.xml:12(th) ./doc/common/tables/nova-ec2.xml:12(th) ./doc/common/tables/keystone-credential.xml:12(th) ./doc/common/tables/cinder-block-device.xml:12(th) ./doc/common/tables/neutron-metadata.xml:12(th) ./doc/common/tables/nova-fping.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:14(th) ./doc/common/tables/swift-container-server-container-replicator.xml:14(th) ./doc/common/tables/neutron-ml2_ncs.xml:12(th) ./doc/common/tables/neutron-ml2_arista.xml:12(th) ./doc/common/tables/nova-trustedcomputing.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:14(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:14(th) ./doc/common/tables/neutron-compute.xml:12(th) ./doc/common/tables/glance-imagecache.xml:12(th) ./doc/common/tables/neutron-ml2_brocade.xml:12(th) ./doc/common/tables/swift-account-server-account-auditor.xml:14(th) ./doc/common/tables/cinder-nas.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:12(th) ./doc/common/tables/heat-clients_swift.xml:12(th) ./doc/common/tables/keystone-logging.xml:12(th) ./doc/common/tables/neutron-brocade.xml:12(th) ./doc/common/tables/neutron-ml2_odl.xml:12(th) ./doc/common/tables/swift-object-server-filter-recon.xml:14(th) ./doc/common/tables/heat-rpc.xml:12(th) ./doc/common/tables/trove-taskmanager.xml:12(th) ./doc/common/tables/heat-cloudwatch_api.xml:12(th) ./doc/common/tables/cinder-images.xml:12(th) ./doc/common/tables/cinder-huawei.xml:12(th) ./doc/common/tables/neutron-lbaas_netscalar.xml:12(th) ./doc/common/tables/nova-console.xml:12(th) ./doc/common/tables/neutron-fwaas.xml:12(th) ./doc/common/tables/cinder-nexenta_nfs.xml:12(th) ./doc/common/tables/nova-database.xml:12(th) ./doc/common/tables/nova-quota.xml:12(th) ./doc/common/tables/heat-logging.xml:12(th) ./doc/common/tables/trove-redis.xml:12(th) ./doc/common/tables/keystone-stats.xml:12(th) ./doc/common/tables/heat-crypt.xml:12(th) ./doc/common/tables/neutron-ssl.xml:12(th) ./doc/common/tables/neutron-midonet.xml:12(th) ./doc/common/tables/cinder-coraid.xml:12(th) ./doc/common/tables/neutron-wsgi.xml:12(th) ./doc/common/tables/cinder-compute.xml:12(th) ./doc/common/tables/swift-rsyncd-object.xml:14(th) ./doc/common/tables/glance-wsgi.xml:12(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:14(th) ./doc/common/tables/nova-baremetal.xml:12(th) ./doc/common/tables/neutron-qpid.xml:12(th) ./doc/common/tables/nova-rpc.xml:12(th) ./doc/common/tables/cinder-backups_tsm.xml:12(th) ./doc/common/tables/cinder-san.xml:12(th) ./doc/common/tables/nova-logging.xml:12(th) ./doc/common/tables/neutron-nec.xml:12(th) ./doc/common/tables/keystone-security.xml:12(th) ./doc/common/tables/heat-clients_neutron.xml:12(th) ./doc/common/tables/nova-api.xml:12(th) ./doc/common/tables/neutron-opencontrail.xml:12(th) ./doc/common/tables/neutron-ml2_mlnx.xml:12(th) ./doc/common/tables/trove-auth_token.xml:12(th) ./doc/common/tables/keystone-trust.xml:12(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:14(th) ./doc/common/tables/glance-cinder.xml:12(th) ./doc/common/tables/swift-object-server-object-updater.xml:14(th) ./doc/common/tables/glance-common.xml:12(th) ./doc/common/tables/neutron-ml2_vxlan.xml:12(th) ./doc/common/tables/swift-dispersion-dispersion.xml:14(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:14(th) ./doc/common/tables/trove-nova.xml:12(th) ./doc/common/tables/neutron-meta.xml:12(th) ./doc/common/tables/neutron-rabbitmq.xml:12(th) ./doc/common/tables/keystone-ec2.xml:12(th) ./doc/common/tables/heat-clients_keystone.xml:12(th) ./doc/common/tables/neutron-api.xml:12(th) ./doc/common/tables/trove-logging.xml:12(th) ./doc/common/tables/keystone-kvs.xml:12(th) ./doc/common/tables/keystone-redis.xml:12(th) ./doc/common/tables/nova-xvpnvncproxy.xml:12(th) ./doc/common/tables/glance-paste.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:14(th) ./doc/common/tables/swift-account-server-account-reaper.xml:14(th) ./doc/common/tables/nova-hyperv.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:14(th) ./doc/common/tables/heat-clients_backends.xml:12(th) ./doc/common/tables/glance-testing.xml:12(th) ./doc/common/tables/neutron-common.xml:12(th) ./doc/common/tables/nova-hypervisor.xml:12(th) ./doc/common/tables/keystone-qpid.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-wsgi.xml:12(th) ./doc/common/tables/keystone-cache.xml:12(th) ./doc/common/tables/nova-configdrive.xml:12(th) ./doc/common/tables/keystone-token.xml:12(th) ./doc/common/tables/ceilometer-qpid.xml:12(th) ./doc/common/tables/heat-database.xml:12(th) ./doc/common/tables/ceilometer-rabbitmq.xml:12(th) ./doc/common/tables/neutron-ml2.xml:12(th) ./doc/common/tables/keystone-database.xml:12(th) ./doc/common/tables/glance-profiler.xml:12(th) ./doc/common/tables/keystone-memcache.xml:12(th) ./doc/common/tables/trove-debug.xml:12(th) ./doc/common/tables/trove-swift.xml:12(th) ./doc/common/tables/nova-tilera.xml:12(th) ./doc/common/tables/nova-libvirt.xml:12(th) ./doc/common/tables/neutron-mlnx.xml:12(th) ./doc/common/tables/cinder-zoning_manager.xml:12(th) ./doc/common/tables/ceilometer-amqp.xml:12(th) ./doc/common/tables/ceilometer-glance.xml:12(th) ./doc/common/tables/glance-ssl.xml:12(th) ./doc/common/tables/neutron-securitygroups.xml:12(th) ./doc/common/tables/keystone-debug.xml:12(th) ./doc/common/tables/cinder-rootwrap.xml:12(th) ./doc/common/tables/cinder-nexenta_iscsi.xml:12(th) msgid "Configuration option = Default value" msgstr "" @@ -8275,174 +8275,182 @@ msgstr "" msgid "(StrOpt) DEPRECATED - Database connection string." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:28(td) ./doc/common/tables/cinder-database.xml:32(td) ./doc/common/tables/glance-database.xml:21(td) ./doc/common/tables/neutron-database.xml:21(td) ./doc/common/tables/nova-database.xml:28(td) ./doc/common/tables/heat-database.xml:21(td) ./doc/common/tables/keystone-database.xml:21(td) +#: ./doc/common/tables/ceilometer-database.xml:28(td) +msgid "alarm_connection = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml:29(td) +msgid "(StrOpt) The connection string used to connect to the alarm database. (if unset, connection is used)" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml:32(td) ./doc/common/tables/cinder-database.xml:32(td) ./doc/common/tables/glance-database.xml:21(td) ./doc/common/tables/neutron-database.xml:21(td) ./doc/common/tables/nova-database.xml:28(td) ./doc/common/tables/heat-database.xml:21(td) ./doc/common/tables/keystone-database.xml:21(td) msgid "backend = sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:29(td) ./doc/common/tables/cinder-database.xml:22(td) ./doc/common/tables/glance-database.xml:22(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:105(td) ./doc/common/tables/neutron-database.xml:22(td) ./doc/common/tables/nova-database.xml:29(td) ./doc/common/tables/heat-database.xml:22(td) +#: ./doc/common/tables/ceilometer-database.xml:33(td) ./doc/common/tables/cinder-database.xml:22(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:105(td) ./doc/common/tables/nova-database.xml:29(td) msgid "(StrOpt) The backend to use for db" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:32(td) ./doc/common/tables/cinder-database.xml:36(td) ./doc/common/tables/glance-database.xml:25(td) ./doc/common/tables/nova-database.xml:32(td) ./doc/common/tables/heat-database.xml:25(td) ./doc/common/tables/keystone-database.xml:25(td) +#: ./doc/common/tables/ceilometer-database.xml:36(td) ./doc/common/tables/cinder-database.xml:36(td) ./doc/common/tables/glance-database.xml:25(td) ./doc/common/tables/neutron-database.xml:25(td) ./doc/common/tables/nova-database.xml:32(td) ./doc/common/tables/heat-database.xml:25(td) ./doc/common/tables/keystone-database.xml:25(td) msgid "connection = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:33(td) ./doc/common/tables/glance-database.xml:26(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:109(td) ./doc/common/tables/neutron-database.xml:26(td) ./doc/common/tables/nova-database.xml:33(td) ./doc/common/tables/heat-database.xml:26(td) +#: ./doc/common/tables/ceilometer-database.xml:37(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:109(td) ./doc/common/tables/nova-database.xml:33(td) msgid "(StrOpt) The SQLAlchemy connection string used to connect to the database" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:36(td) ./doc/common/tables/cinder-database.xml:40(td) ./doc/common/tables/glance-database.xml:29(td) ./doc/common/tables/neutron-database.xml:29(td) ./doc/common/tables/nova-database.xml:36(td) ./doc/common/tables/heat-database.xml:29(td) ./doc/common/tables/keystone-database.xml:29(td) +#: ./doc/common/tables/ceilometer-database.xml:40(td) ./doc/common/tables/cinder-database.xml:40(td) ./doc/common/tables/glance-database.xml:29(td) ./doc/common/tables/neutron-database.xml:29(td) ./doc/common/tables/nova-database.xml:36(td) ./doc/common/tables/heat-database.xml:29(td) ./doc/common/tables/keystone-database.xml:29(td) msgid "connection_debug = 0" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:37(td) ./doc/common/tables/glance-database.xml:30(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:113(td) ./doc/common/tables/neutron-database.xml:30(td) ./doc/common/tables/nova-database.xml:37(td) ./doc/common/tables/heat-database.xml:30(td) +#: ./doc/common/tables/ceilometer-database.xml:41(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:113(td) ./doc/common/tables/nova-database.xml:37(td) msgid "(IntOpt) Verbosity of SQL debugging information. 0=None, 100=Everything" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:40(td) ./doc/common/tables/cinder-database.xml:44(td) ./doc/common/tables/glance-database.xml:33(td) ./doc/common/tables/neutron-database.xml:33(td) ./doc/common/tables/nova-database.xml:40(td) ./doc/common/tables/heat-database.xml:33(td) ./doc/common/tables/keystone-database.xml:33(td) +#: ./doc/common/tables/ceilometer-database.xml:44(td) ./doc/common/tables/cinder-database.xml:44(td) ./doc/common/tables/glance-database.xml:33(td) ./doc/common/tables/neutron-database.xml:33(td) ./doc/common/tables/nova-database.xml:40(td) ./doc/common/tables/heat-database.xml:33(td) ./doc/common/tables/keystone-database.xml:33(td) msgid "connection_trace = False" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:41(td) ./doc/common/tables/glance-database.xml:34(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:117(td) ./doc/common/tables/neutron-database.xml:34(td) ./doc/common/tables/nova-database.xml:41(td) ./doc/common/tables/heat-database.xml:34(td) +#: ./doc/common/tables/ceilometer-database.xml:45(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:117(td) ./doc/common/tables/nova-database.xml:41(td) msgid "(BoolOpt) Add python stack traces to SQL as comment strings" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:44(td) ./doc/common/tables/cinder-database.xml:48(td) ./doc/common/tables/glance-database.xml:37(td) ./doc/common/tables/neutron-database.xml:37(td) ./doc/common/tables/nova-database.xml:44(td) ./doc/common/tables/heat-database.xml:37(td) ./doc/common/tables/keystone-database.xml:37(td) +#: ./doc/common/tables/ceilometer-database.xml:48(td) ./doc/common/tables/cinder-database.xml:48(td) ./doc/common/tables/glance-database.xml:37(td) ./doc/common/tables/neutron-database.xml:37(td) ./doc/common/tables/nova-database.xml:44(td) ./doc/common/tables/heat-database.xml:37(td) ./doc/common/tables/keystone-database.xml:37(td) msgid "db_inc_retry_interval = True" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:45(td) ./doc/common/tables/glance-database.xml:38(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:121(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:105(td) ./doc/common/tables/neutron-database.xml:38(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:109(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:441(td) ./doc/common/tables/nova-database.xml:45(td) ./doc/common/tables/heat-database.xml:38(td) +#: ./doc/common/tables/ceilometer-database.xml:49(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:121(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:105(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:109(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:441(td) ./doc/common/tables/nova-database.xml:45(td) msgid "(BoolOpt) Whether to increase interval between db connection retries, up to db_max_retry_interval" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:48(td) ./doc/common/tables/cinder-database.xml:52(td) ./doc/common/tables/glance-database.xml:41(td) ./doc/common/tables/neutron-database.xml:41(td) ./doc/common/tables/nova-database.xml:48(td) ./doc/common/tables/heat-database.xml:41(td) ./doc/common/tables/keystone-database.xml:41(td) +#: ./doc/common/tables/ceilometer-database.xml:52(td) ./doc/common/tables/cinder-database.xml:52(td) ./doc/common/tables/glance-database.xml:41(td) ./doc/common/tables/neutron-database.xml:41(td) ./doc/common/tables/nova-database.xml:48(td) ./doc/common/tables/heat-database.xml:41(td) ./doc/common/tables/keystone-database.xml:41(td) msgid "db_max_retries = 20" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:49(td) ./doc/common/tables/glance-database.xml:42(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:125(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:109(td) ./doc/common/tables/neutron-database.xml:42(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:113(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:445(td) ./doc/common/tables/nova-database.xml:49(td) ./doc/common/tables/heat-database.xml:42(td) +#: ./doc/common/tables/ceilometer-database.xml:53(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:125(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:109(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:113(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:445(td) ./doc/common/tables/nova-database.xml:49(td) msgid "(IntOpt) maximum db connection retries before error is raised. (setting -1 implies an infinite retry count)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:52(td) ./doc/common/tables/cinder-database.xml:56(td) ./doc/common/tables/glance-database.xml:45(td) ./doc/common/tables/neutron-database.xml:45(td) ./doc/common/tables/nova-database.xml:52(td) ./doc/common/tables/heat-database.xml:45(td) ./doc/common/tables/keystone-database.xml:45(td) +#: ./doc/common/tables/ceilometer-database.xml:56(td) ./doc/common/tables/cinder-database.xml:56(td) ./doc/common/tables/glance-database.xml:45(td) ./doc/common/tables/neutron-database.xml:45(td) ./doc/common/tables/nova-database.xml:52(td) ./doc/common/tables/heat-database.xml:45(td) ./doc/common/tables/keystone-database.xml:45(td) msgid "db_max_retry_interval = 10" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:53(td) ./doc/common/tables/glance-database.xml:46(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:129(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:113(td) ./doc/common/tables/neutron-database.xml:46(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:117(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:449(td) ./doc/common/tables/nova-database.xml:53(td) ./doc/common/tables/heat-database.xml:46(td) +#: ./doc/common/tables/ceilometer-database.xml:57(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:129(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:113(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:117(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:449(td) ./doc/common/tables/nova-database.xml:53(td) msgid "(IntOpt) max seconds between db connection retries, if db_inc_retry_interval is enabled" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:56(td) ./doc/common/tables/cinder-database.xml:60(td) ./doc/common/tables/glance-database.xml:49(td) ./doc/common/tables/neutron-database.xml:49(td) ./doc/common/tables/nova-database.xml:56(td) ./doc/common/tables/heat-database.xml:49(td) ./doc/common/tables/keystone-database.xml:49(td) +#: ./doc/common/tables/ceilometer-database.xml:60(td) ./doc/common/tables/cinder-database.xml:60(td) ./doc/common/tables/glance-database.xml:49(td) ./doc/common/tables/neutron-database.xml:49(td) ./doc/common/tables/nova-database.xml:56(td) ./doc/common/tables/heat-database.xml:49(td) ./doc/common/tables/keystone-database.xml:49(td) msgid "db_retry_interval = 1" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:57(td) ./doc/common/tables/glance-database.xml:50(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:133(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:117(td) ./doc/common/tables/neutron-database.xml:50(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:121(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:453(td) ./doc/common/tables/nova-database.xml:57(td) ./doc/common/tables/heat-database.xml:50(td) +#: ./doc/common/tables/ceilometer-database.xml:61(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:133(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:117(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:121(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:453(td) ./doc/common/tables/nova-database.xml:57(td) msgid "(IntOpt) seconds between db connection retries" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:60(td) ./doc/common/tables/cinder-database.xml:64(td) ./doc/common/tables/glance-database.xml:53(td) ./doc/common/tables/neutron-database.xml:53(td) ./doc/common/tables/nova-database.xml:60(td) ./doc/common/tables/heat-database.xml:53(td) ./doc/common/tables/keystone-database.xml:53(td) +#: ./doc/common/tables/ceilometer-database.xml:64(td) ./doc/common/tables/cinder-database.xml:64(td) ./doc/common/tables/glance-database.xml:53(td) ./doc/common/tables/neutron-database.xml:53(td) ./doc/common/tables/nova-database.xml:60(td) ./doc/common/tables/heat-database.xml:53(td) ./doc/common/tables/keystone-database.xml:53(td) msgid "idle_timeout = 3600" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:61(td) ./doc/common/tables/glance-database.xml:54(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:137(td) ./doc/common/tables/neutron-database.xml:54(td) ./doc/common/tables/nova-database.xml:61(td) ./doc/common/tables/heat-database.xml:54(td) +#: ./doc/common/tables/ceilometer-database.xml:65(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:137(td) ./doc/common/tables/nova-database.xml:61(td) msgid "(IntOpt) Timeout before idle sql connections are reaped" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:64(td) ./doc/common/tables/cinder-database.xml:68(td) ./doc/common/tables/glance-database.xml:57(td) ./doc/common/tables/nova-database.xml:64(td) ./doc/common/tables/heat-database.xml:57(td) ./doc/common/tables/keystone-database.xml:57(td) +#: ./doc/common/tables/ceilometer-database.xml:68(td) ./doc/common/tables/cinder-database.xml:68(td) ./doc/common/tables/glance-database.xml:57(td) ./doc/common/tables/neutron-database.xml:57(td) ./doc/common/tables/nova-database.xml:64(td) ./doc/common/tables/heat-database.xml:57(td) ./doc/common/tables/keystone-database.xml:57(td) msgid "max_overflow = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:65(td) ./doc/common/tables/glance-database.xml:58(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:141(td) ./doc/common/tables/neutron-database.xml:58(td) ./doc/common/tables/nova-database.xml:65(td) ./doc/common/tables/heat-database.xml:58(td) +#: ./doc/common/tables/ceilometer-database.xml:69(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:141(td) ./doc/common/tables/nova-database.xml:65(td) msgid "(IntOpt) If set, use this value for max_overflow with sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:68(td) ./doc/common/tables/cinder-database.xml:72(td) ./doc/common/tables/glance-database.xml:61(td) ./doc/common/tables/nova-database.xml:68(td) ./doc/common/tables/heat-database.xml:61(td) ./doc/common/tables/keystone-database.xml:61(td) +#: ./doc/common/tables/ceilometer-database.xml:72(td) ./doc/common/tables/cinder-database.xml:72(td) ./doc/common/tables/glance-database.xml:61(td) ./doc/common/tables/neutron-database.xml:61(td) ./doc/common/tables/nova-database.xml:68(td) ./doc/common/tables/heat-database.xml:61(td) ./doc/common/tables/keystone-database.xml:61(td) msgid "max_pool_size = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:69(td) ./doc/common/tables/glance-database.xml:62(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:145(td) ./doc/common/tables/neutron-database.xml:62(td) ./doc/common/tables/nova-database.xml:69(td) ./doc/common/tables/heat-database.xml:62(td) +#: ./doc/common/tables/ceilometer-database.xml:73(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:145(td) ./doc/common/tables/nova-database.xml:69(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:72(td) ./doc/common/tables/cinder-database.xml:76(td) ./doc/common/tables/glance-database.xml:65(td) ./doc/common/tables/neutron-database.xml:65(td) ./doc/common/tables/nova-database.xml:72(td) ./doc/common/tables/heat-database.xml:65(td) ./doc/common/tables/keystone-database.xml:65(td) +#: ./doc/common/tables/ceilometer-database.xml:76(td) ./doc/common/tables/cinder-database.xml:76(td) ./doc/common/tables/glance-database.xml:65(td) ./doc/common/tables/neutron-database.xml:65(td) ./doc/common/tables/nova-database.xml:72(td) ./doc/common/tables/heat-database.xml:65(td) ./doc/common/tables/keystone-database.xml:65(td) msgid "max_retries = 10" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:73(td) ./doc/common/tables/glance-database.xml:66(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:149(td) ./doc/common/tables/neutron-database.xml:66(td) ./doc/common/tables/nova-database.xml:73(td) ./doc/common/tables/heat-database.xml:66(td) +#: ./doc/common/tables/ceilometer-database.xml:77(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:149(td) ./doc/common/tables/nova-database.xml:73(td) msgid "(IntOpt) Maximum db connection retries during startup. (setting -1 implies an infinite retry count)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:76(td) ./doc/common/tables/cinder-database.xml:80(td) ./doc/common/tables/glance-database.xml:69(td) ./doc/common/tables/neutron-database.xml:69(td) ./doc/common/tables/nova-database.xml:76(td) ./doc/common/tables/heat-database.xml:69(td) ./doc/common/tables/keystone-database.xml:69(td) +#: ./doc/common/tables/ceilometer-database.xml:80(td) +msgid "metering_connection = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml:81(td) +msgid "(StrOpt) The connection string used to connect to the meteting database. (if unset, connection is used)" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml:84(td) ./doc/common/tables/cinder-database.xml:80(td) ./doc/common/tables/glance-database.xml:69(td) ./doc/common/tables/neutron-database.xml:69(td) ./doc/common/tables/nova-database.xml:76(td) ./doc/common/tables/heat-database.xml:69(td) ./doc/common/tables/keystone-database.xml:69(td) msgid "min_pool_size = 1" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:77(td) ./doc/common/tables/glance-database.xml:70(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:153(td) ./doc/common/tables/neutron-database.xml:70(td) ./doc/common/tables/nova-database.xml:77(td) ./doc/common/tables/heat-database.xml:70(td) +#: ./doc/common/tables/ceilometer-database.xml:85(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:153(td) ./doc/common/tables/nova-database.xml:77(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:80(td) ./doc/common/tables/cinder-database.xml:84(td) ./doc/common/tables/glance-database.xml:73(td) ./doc/common/tables/neutron-database.xml:73(td) ./doc/common/tables/nova-database.xml:80(td) ./doc/common/tables/heat-database.xml:73(td) ./doc/common/tables/keystone-database.xml:73(td) +#: ./doc/common/tables/ceilometer-database.xml:88(td) ./doc/common/tables/cinder-database.xml:84(td) ./doc/common/tables/glance-database.xml:73(td) ./doc/common/tables/neutron-database.xml:73(td) ./doc/common/tables/nova-database.xml:80(td) ./doc/common/tables/heat-database.xml:73(td) ./doc/common/tables/keystone-database.xml:73(td) msgid "mysql_sql_mode = TRADITIONAL" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:81(td) ./doc/common/tables/cinder-database.xml:85(td) ./doc/common/tables/glance-database.xml:74(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:157(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:121(td) ./doc/common/tables/neutron-database.xml:74(td) ./doc/common/tables/nova-database.xml:81(td) ./doc/common/tables/heat-database.xml:74(td) ./doc/common/tables/keystone-database.xml:74(td) +#: ./doc/common/tables/ceilometer-database.xml:89(td) ./doc/common/tables/cinder-database.xml:85(td) ./doc/common/tables/glance-database.xml:74(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:157(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:121(td) ./doc/common/tables/neutron-database.xml:74(td) ./doc/common/tables/nova-database.xml:81(td) ./doc/common/tables/heat-database.xml:74(td) ./doc/common/tables/keystone-database.xml:74(td) msgid "(StrOpt) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:84(td) ./doc/common/tables/cinder-database.xml:88(td) ./doc/common/tables/glance-database.xml:77(td) ./doc/common/tables/nova-database.xml:84(td) ./doc/common/tables/heat-database.xml:77(td) ./doc/common/tables/keystone-database.xml:77(td) +#: ./doc/common/tables/ceilometer-database.xml:92(td) ./doc/common/tables/cinder-database.xml:88(td) ./doc/common/tables/glance-database.xml:77(td) ./doc/common/tables/neutron-database.xml:77(td) ./doc/common/tables/nova-database.xml:84(td) ./doc/common/tables/heat-database.xml:77(td) ./doc/common/tables/keystone-database.xml:77(td) msgid "pool_timeout = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:85(td) ./doc/common/tables/glance-database.xml:78(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:161(td) ./doc/common/tables/neutron-database.xml:78(td) ./doc/common/tables/nova-database.xml:85(td) ./doc/common/tables/heat-database.xml:78(td) +#: ./doc/common/tables/ceilometer-database.xml:93(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:161(td) ./doc/common/tables/nova-database.xml:85(td) msgid "(IntOpt) If set, use this value for pool_timeout with sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:88(td) ./doc/common/tables/cinder-database.xml:92(td) ./doc/common/tables/glance-database.xml:81(td) ./doc/common/tables/neutron-database.xml:81(td) ./doc/common/tables/nova-database.xml:88(td) ./doc/common/tables/heat-database.xml:81(td) ./doc/common/tables/keystone-database.xml:81(td) +#: ./doc/common/tables/ceilometer-database.xml:96(td) ./doc/common/tables/cinder-database.xml:92(td) ./doc/common/tables/glance-database.xml:81(td) ./doc/common/tables/neutron-database.xml:81(td) ./doc/common/tables/nova-database.xml:88(td) ./doc/common/tables/heat-database.xml:81(td) ./doc/common/tables/keystone-database.xml:81(td) msgid "retry_interval = 10" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:89(td) ./doc/common/tables/glance-database.xml:82(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:165(td) ./doc/common/tables/neutron-database.xml:82(td) ./doc/common/tables/nova-database.xml:89(td) ./doc/common/tables/heat-database.xml:82(td) +#: ./doc/common/tables/ceilometer-database.xml:97(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:165(td) ./doc/common/tables/nova-database.xml:89(td) msgid "(IntOpt) Interval between retries of opening a sql connection" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:92(td) +#: ./doc/common/tables/ceilometer-database.xml:100(td) msgid "sqlite_db = ceilometer.sqlite" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:93(td) ./doc/common/tables/glance-database.xml:86(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:169(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:125(td) ./doc/common/tables/neutron-database.xml:86(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:129(td) ./doc/common/tables/nova-database.xml:97(td) ./doc/common/tables/heat-database.xml:86(td) +#: ./doc/common/tables/ceilometer-database.xml:101(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:169(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:125(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:129(td) ./doc/common/tables/nova-database.xml:97(td) msgid "(StrOpt) The file name to use with SQLite" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:96(td) ./doc/common/tables/cinder-database.xml:100(td) ./doc/common/tables/glance-database.xml:89(td) ./doc/common/tables/neutron-database.xml:89(td) ./doc/common/tables/nova-database.xml:100(td) ./doc/common/tables/heat-database.xml:89(td) ./doc/common/tables/keystone-database.xml:93(td) +#: ./doc/common/tables/ceilometer-database.xml:104(td) ./doc/common/tables/cinder-database.xml:104(td) ./doc/common/tables/glance-database.xml:93(td) ./doc/common/tables/neutron-database.xml:93(td) ./doc/common/tables/nova-database.xml:100(td) ./doc/common/tables/heat-database.xml:93(td) ./doc/common/tables/keystone-database.xml:93(td) msgid "sqlite_synchronous = True" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:97(td) ./doc/common/tables/glance-database.xml:90(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:173(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:129(td) ./doc/common/tables/neutron-database.xml:90(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:133(td) ./doc/common/tables/nova-database.xml:101(td) ./doc/common/tables/heat-database.xml:90(td) +#: ./doc/common/tables/ceilometer-database.xml:105(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:173(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:129(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:133(td) ./doc/common/tables/nova-database.xml:101(td) msgid "(BoolOpt) If True, SQLite uses synchronous mode" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:100(td) +#: ./doc/common/tables/ceilometer-database.xml:108(td) msgid "time_to_live = -1" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:101(td) +#: ./doc/common/tables/ceilometer-database.xml:109(td) msgid "(IntOpt) Number of seconds that samples are kept in the database for (<= 0 means forever)." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:104(td) ./doc/common/tables/cinder-database.xml:104(td) ./doc/common/tables/glance-database.xml:93(td) ./doc/common/tables/neutron-database.xml:93(td) ./doc/common/tables/nova-database.xml:104(td) ./doc/common/tables/heat-database.xml:93(td) ./doc/common/tables/keystone-database.xml:97(td) +#: ./doc/common/tables/ceilometer-database.xml:112(td) ./doc/common/tables/cinder-database.xml:108(td) ./doc/common/tables/glance-database.xml:97(td) ./doc/common/tables/neutron-database.xml:97(td) ./doc/common/tables/nova-database.xml:104(td) ./doc/common/tables/heat-database.xml:97(td) ./doc/common/tables/keystone-database.xml:97(td) msgid "use_db_reconnect = False" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:105(td) ./doc/common/tables/glance-database.xml:94(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:177(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:133(td) ./doc/common/tables/neutron-database.xml:94(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:137(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:457(td) ./doc/common/tables/nova-database.xml:105(td) ./doc/common/tables/heat-database.xml:94(td) +#: ./doc/common/tables/ceilometer-database.xml:113(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:177(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:133(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:137(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:457(td) ./doc/common/tables/nova-database.xml:105(td) msgid "(BoolOpt) Enable the experimental use of database reconnect on connection lost" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:108(td) ./doc/common/tables/cinder-database.xml:108(td) ./doc/common/tables/nova-database.xml:108(td) -msgid "use_tpool = False" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml:109(td) ./doc/common/tables/cinder-database.xml:109(td) ./doc/common/tables/nova-database.xml:109(td) -msgid "(BoolOpt) Enable the experimental use of thread pooling for all DB API calls" -msgstr "" - #: ./doc/common/tables/neutron-openvswitch_agent.xml:7(caption) msgid "Description of configuration options for openvswitch_agent" msgstr "" @@ -8471,7 +8479,7 @@ msgstr "" msgid "(IntOpt) Timeout in seconds for ovs-vsctl commands" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:33(th) ./doc/common/tables/neutron-rpc.xml:77(th) ./doc/common/tables/neutron-ml2_ofa.xml:33(th) ./doc/common/tables/neutron-metering_agent.xml:29(th) ./doc/common/tables/neutron-nvsd.xml:18(th) ./doc/common/tables/neutron-hyperv_agent.xml:18(th) ./doc/common/tables/neutron-common.xml:181(th) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:33(th) ./doc/common/tables/neutron-rpc.xml:69(th) ./doc/common/tables/neutron-ml2_ofa.xml:33(th) ./doc/common/tables/neutron-metering_agent.xml:29(th) ./doc/common/tables/neutron-nvsd.xml:18(th) ./doc/common/tables/neutron-hyperv_agent.xml:18(th) ./doc/common/tables/neutron-common.xml:181(th) msgid "[AGENT]" msgstr "" @@ -8491,167 +8499,175 @@ msgstr "" msgid "(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:44(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:43(td) -msgid "l2_population = False" +#: ./doc/common/tables/neutron-openvswitch_agent.xml:44(td) +msgid "enable_distributed_routing = False" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:45(td) -msgid "(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs and improve tunnel scalability" +msgid "(BoolOpt) Make the l2 agent run in DVR mode" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:48(td) -msgid "minimize_polling = True" +#: ./doc/common/tables/neutron-openvswitch_agent.xml:48(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:43(td) +msgid "l2_population = False" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:49(td) -msgid "(BoolOpt) Minimize polling by monitoring ovsdb for interface changes." +msgid "(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs and improve tunnel scalability" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:52(td) -msgid "ovsdb_monitor_respawn_interval = 30" +msgid "minimize_polling = True" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:53(td) -msgid "(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it" +msgid "(BoolOpt) Minimize polling by monitoring ovsdb for interface changes." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:56(td) -msgid "tunnel_types =" +msgid "ovsdb_monitor_respawn_interval = 30" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:57(td) -msgid "(ListOpt) Network types supported by the agent (gre and/or vxlan)" +msgid "(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:60(td) -msgid "veth_mtu = None" +msgid "tunnel_types =" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:61(td) -msgid "(IntOpt) MTU size of veth interfaces" +msgid "(ListOpt) Network types supported by the agent (gre and/or vxlan)" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:64(td) -msgid "vxlan_udp_port = 4789" +msgid "veth_mtu = None" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml:65(td) +msgid "(IntOpt) MTU size of veth interfaces" +msgstr "" + +#: ./doc/common/tables/neutron-openvswitch_agent.xml:68(td) +msgid "vxlan_udp_port = 4789" +msgstr "" + +#: ./doc/common/tables/neutron-openvswitch_agent.xml:69(td) msgid "(IntOpt) The UDP port to use for VXLAN tunnels." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:68(th) ./doc/common/tables/neutron-cisco.xml:53(th) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:72(th) ./doc/common/tables/neutron-cisco.xml:53(th) msgid "[CISCO_N1K]" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:71(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:75(td) msgid "local_ip = 10.0.0.3" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:72(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:76(td) msgid "(StrOpt) N1K Local IP" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:75(th) ./doc/common/tables/neutron-ryu.xml:18(th) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:79(th) ./doc/common/tables/neutron-ryu.xml:29(th) msgid "[OVS]" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:78(td) ./doc/common/tables/neutron-cisco.xml:56(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:82(td) ./doc/common/tables/neutron-cisco.xml:56(td) msgid "bridge_mappings =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:79(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:83(td) msgid "(ListOpt) List of <physical_network>:<bridge>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:82(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:86(td) msgid "enable_tunneling = False" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:83(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:87(td) msgid "(BoolOpt) Enable tunneling support" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:86(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:90(td) msgid "int_peer_patch_port = patch-tun" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:87(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:91(td) msgid "(StrOpt) Peer patch port in integration bridge for tunnel bridge" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:90(td) ./doc/common/tables/neutron-cisco.xml:76(td) ./doc/common/tables/nova-vmware.xml:49(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:139(td) ./doc/common/tables/neutron-bigswitch.xml:139(td) ./doc/common/tables/neutron-nvsd.xml:21(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:94(td) ./doc/common/tables/neutron-cisco.xml:80(td) ./doc/common/tables/nova-vmware.xml:49(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:155(td) ./doc/common/tables/neutron-bigswitch.xml:155(td) ./doc/common/tables/neutron-nvsd.xml:21(td) msgid "integration_bridge = br-int" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:91(td) ./doc/common/tables/neutron-sdnve.xml:42(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:373(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:95(td) ./doc/common/tables/neutron-sdnve.xml:42(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:373(td) msgid "(StrOpt) Integration bridge to use" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:94(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:47(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:98(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:47(td) msgid "local_ip =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:95(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:99(td) msgid "(StrOpt) Local IP address of GRE tunnel endpoints." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:98(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:28(td) ./doc/common/tables/neutron-ml2_vlan.xml:21(td) ./doc/common/tables/neutron-hyperv_agent.xml:44(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:102(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:28(td) ./doc/common/tables/neutron-ml2_vlan.xml:21(td) ./doc/common/tables/neutron-hyperv_agent.xml:44(td) msgid "network_vlan_ranges =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:99(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:29(td) ./doc/common/tables/neutron-hyperv_agent.xml:45(td) ./doc/common/tables/neutron-mlnx.xml:41(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:103(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:29(td) ./doc/common/tables/neutron-hyperv_agent.xml:45(td) ./doc/common/tables/neutron-mlnx.xml:41(td) msgid "(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:102(td) ./doc/common/tables/neutron-cisco.xml:92(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(td) ./doc/common/tables/neutron-hyperv_agent.xml:48(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:106(td) ./doc/common/tables/neutron-cisco.xml:96(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(td) ./doc/common/tables/neutron-hyperv_agent.xml:48(td) msgid "tenant_network_type = local" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:103(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:107(td) msgid "(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:106(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:110(td) msgid "tun_peer_patch_port = patch-int" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:107(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:111(td) msgid "(StrOpt) Peer patch port in tunnel bridge for integration bridge" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:110(td) ./doc/common/tables/neutron-cisco.xml:96(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:114(td) ./doc/common/tables/neutron-cisco.xml:100(td) msgid "tunnel_bridge = br-tun" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:111(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:115(td) msgid "(StrOpt) Tunnel bridge to use" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:114(td) ./doc/common/tables/neutron-ml2_gre.xml:21(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:118(td) ./doc/common/tables/neutron-ml2_gre.xml:21(td) msgid "tunnel_id_ranges =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:115(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:119(td) msgid "(ListOpt) List of <tun_min>:<tun_max>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:118(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:122(td) msgid "tunnel_type =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:119(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:123(td) msgid "(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or 'vxlan'" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:122(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:126(td) msgid "use_veth_interconnection = False" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:123(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:127(td) msgid "(BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges" msgstr "" -#: ./doc/common/tables/heat-clients.xml:7(caption) +#: ./doc/common/tables/heat-clients.xml:7(caption) ./doc/common/tables/trove-clients.xml:7(caption) msgid "Description of configuration options for clients" msgstr "" @@ -8667,7 +8683,7 @@ msgstr "" msgid "[clients]" msgstr "" -#: ./doc/common/tables/heat-clients.xml:28(td) ./doc/common/tables/heat-clients_nova.xml:21(td) ./doc/common/tables/heat-clients_heat.xml:21(td) ./doc/common/tables/heat-cfn_api.xml:63(td) ./doc/common/tables/heat-api.xml:148(td) ./doc/common/tables/heat-clients_ceilometer.xml:21(td) ./doc/common/tables/heat-clients_glance.xml:21(td) ./doc/common/tables/heat-clients_cinder.xml:21(td) ./doc/common/tables/heat-clients_trove.xml:21(td) ./doc/common/tables/nova-ca.xml:64(td) ./doc/common/tables/cinder-ssl.xml:21(td) ./doc/common/tables/trove-ssl.xml:21(td) ./doc/common/tables/heat-clients_swift.xml:21(td) ./doc/common/tables/heat-cloudwatch_api.xml:59(td) ./doc/common/tables/neutron-ssl.xml:36(td) ./doc/common/tables/heat-clients_neutron.xml:21(td) ./doc/common/tables/heat-clients_keystone.xml:21(td) ./doc/common/tables/glance-ssl.xml:21(td) +#: ./doc/common/tables/heat-clients.xml:28(td) ./doc/common/tables/heat-clients_nova.xml:21(td) ./doc/common/tables/heat-clients_heat.xml:21(td) ./doc/common/tables/heat-cfn_api.xml:63(td) ./doc/common/tables/heat-api.xml:156(td) ./doc/common/tables/heat-clients_ceilometer.xml:21(td) ./doc/common/tables/heat-clients_glance.xml:21(td) ./doc/common/tables/heat-clients_cinder.xml:21(td) ./doc/common/tables/heat-clients_trove.xml:21(td) ./doc/common/tables/nova-ca.xml:64(td) ./doc/common/tables/cinder-ssl.xml:21(td) ./doc/common/tables/trove-ssl.xml:21(td) ./doc/common/tables/heat-clients_swift.xml:21(td) ./doc/common/tables/heat-cloudwatch_api.xml:59(td) ./doc/common/tables/neutron-ssl.xml:36(td) ./doc/common/tables/heat-clients_neutron.xml:21(td) ./doc/common/tables/heat-clients_keystone.xml:21(td) ./doc/common/tables/glance-ssl.xml:21(td) msgid "ca_file = None" msgstr "" @@ -8675,7 +8691,7 @@ msgstr "" msgid "(StrOpt) Optional CA cert file to use in SSL connections." msgstr "" -#: ./doc/common/tables/heat-clients.xml:32(td) ./doc/common/tables/heat-clients_nova.xml:25(td) ./doc/common/tables/heat-clients_heat.xml:25(td) ./doc/common/tables/heat-cfn_api.xml:44(td) ./doc/common/tables/heat-cfn_api.xml:67(td) ./doc/common/tables/heat-api.xml:118(td) ./doc/common/tables/heat-api.xml:152(td) ./doc/common/tables/heat-clients_ceilometer.xml:25(td) ./doc/common/tables/heat-clients_glance.xml:25(td) ./doc/common/tables/heat-clients_cinder.xml:25(td) ./doc/common/tables/heat-clients_trove.xml:25(td) ./doc/common/tables/nova-ca.xml:68(td) ./doc/common/tables/cinder-ssl.xml:25(td) ./doc/common/tables/trove-ssl.xml:25(td) ./doc/common/tables/heat-clients_swift.xml:25(td) ./doc/common/tables/heat-cloudwatch_api.xml:40(td) ./doc/common/tables/heat-cloudwatch_api.xml:63(td) ./doc/common/tables/neutron-ssl.xml:40(td) ./doc/common/tables/neutron-nec.xml:25(td) ./doc/common/tables/heat-clients_neutron.xml:25(td) ./doc/common/tables/heat-clients_keystone.xml:25(td) ./doc/common/tables/glance-ssl.xml:25(td) +#: ./doc/common/tables/heat-clients.xml:32(td) ./doc/common/tables/heat-clients_nova.xml:25(td) ./doc/common/tables/heat-clients_heat.xml:25(td) ./doc/common/tables/heat-cfn_api.xml:44(td) ./doc/common/tables/heat-cfn_api.xml:67(td) ./doc/common/tables/heat-api.xml:126(td) ./doc/common/tables/heat-api.xml:160(td) ./doc/common/tables/heat-clients_ceilometer.xml:25(td) ./doc/common/tables/heat-clients_glance.xml:25(td) ./doc/common/tables/heat-clients_cinder.xml:25(td) ./doc/common/tables/heat-clients_trove.xml:25(td) ./doc/common/tables/nova-ca.xml:68(td) ./doc/common/tables/cinder-ssl.xml:25(td) ./doc/common/tables/trove-ssl.xml:25(td) ./doc/common/tables/heat-clients_swift.xml:25(td) ./doc/common/tables/heat-cloudwatch_api.xml:40(td) ./doc/common/tables/heat-cloudwatch_api.xml:63(td) ./doc/common/tables/neutron-ssl.xml:40(td) ./doc/common/tables/neutron-nec.xml:25(td) ./doc/common/tables/heat-clients_neutron.xml:25(td) ./doc/common/tables/heat-clients_keystone.xml:25(td) ./doc/common/tables/glance-ssl.xml:25(td) msgid "cert_file = None" msgstr "" @@ -8691,19 +8707,19 @@ msgstr "" msgid "(StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service." msgstr "" -#: ./doc/common/tables/heat-clients.xml:40(td) ./doc/common/tables/glance-auth_token.xml:112(td) ./doc/common/tables/heat-clients_nova.xml:37(td) ./doc/common/tables/heat-clients_heat.xml:33(td) ./doc/common/tables/ceilometer-auth_token.xml:105(td) ./doc/common/tables/neutron-auth_token.xml:112(td) ./doc/common/tables/ceilometer-auth.xml:21(td) ./doc/common/tables/heat-auth_token.xml:112(td) ./doc/common/tables/nova-auth_token.xml:105(td) ./doc/common/tables/heat-clients_ceilometer.xml:33(td) ./doc/common/tables/heat-clients_glance.xml:33(td) ./doc/common/tables/cinder-auth_token.xml:112(td) ./doc/common/tables/keystone-auth_token.xml:112(td) ./doc/common/tables/heat-clients_cinder.xml:33(td) ./doc/common/tables/heat-clients_trove.xml:33(td) ./doc/common/tables/heat-clients_swift.xml:33(td) ./doc/common/tables/heat-clients_neutron.xml:33(td) ./doc/common/tables/trove-auth_token.xml:112(td) ./doc/common/tables/heat-clients_keystone.xml:33(td) +#: ./doc/common/tables/heat-clients.xml:40(td) ./doc/common/tables/glance-auth_token.xml:112(td) ./doc/common/tables/heat-clients_nova.xml:37(td) ./doc/common/tables/heat-clients_heat.xml:33(td) ./doc/common/tables/ceilometer-auth_token.xml:105(td) ./doc/common/tables/neutron-auth_token.xml:112(td) ./doc/common/tables/ceilometer-auth.xml:21(td) ./doc/common/tables/heat-auth_token.xml:112(td) ./doc/common/tables/nova-auth_token.xml:105(td) ./doc/common/tables/heat-clients_ceilometer.xml:33(td) ./doc/common/tables/heat-clients_glance.xml:33(td) ./doc/common/tables/cinder-auth_token.xml:112(td) ./doc/common/tables/keystone-auth_token.xml:112(td) ./doc/common/tables/heat-clients_cinder.xml:37(td) ./doc/common/tables/heat-clients_trove.xml:33(td) ./doc/common/tables/heat-clients_swift.xml:33(td) ./doc/common/tables/heat-clients_neutron.xml:33(td) ./doc/common/tables/trove-auth_token.xml:112(td) ./doc/common/tables/keystone-ec2.xml:36(td) ./doc/common/tables/heat-clients_keystone.xml:33(td) msgid "insecure = False" msgstr "" -#: ./doc/common/tables/heat-clients.xml:41(td) ./doc/common/tables/heat-clients_nova.xml:38(td) ./doc/common/tables/heat-clients_heat.xml:34(td) ./doc/common/tables/heat-clients_ceilometer.xml:34(td) ./doc/common/tables/heat-clients_glance.xml:34(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:69(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:89(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:109(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:129(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:153(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:173(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:193(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:213(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:233(td) ./doc/common/tables/heat-clients_cinder.xml:34(td) ./doc/common/tables/heat-clients_trove.xml:34(td) ./doc/common/tables/heat-clients_swift.xml:34(td) ./doc/common/tables/heat-clients_neutron.xml:34(td) ./doc/common/tables/heat-clients_keystone.xml:34(td) +#: ./doc/common/tables/heat-clients.xml:41(td) ./doc/common/tables/heat-clients_nova.xml:38(td) ./doc/common/tables/heat-clients_heat.xml:34(td) ./doc/common/tables/heat-clients_ceilometer.xml:34(td) ./doc/common/tables/heat-clients_glance.xml:34(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:69(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:89(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:109(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:129(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:153(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:173(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:193(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:213(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:233(td) ./doc/common/tables/heat-clients_cinder.xml:38(td) ./doc/common/tables/heat-clients_trove.xml:34(td) ./doc/common/tables/heat-clients_swift.xml:34(td) ./doc/common/tables/heat-clients_neutron.xml:34(td) ./doc/common/tables/heat-clients_keystone.xml:34(td) msgid "(BoolOpt) If set, then the server's certificate will not be verified." msgstr "" -#: ./doc/common/tables/heat-clients.xml:44(td) ./doc/common/tables/heat-clients_nova.xml:41(td) ./doc/common/tables/heat-clients_heat.xml:37(td) ./doc/common/tables/heat-cfn_api.xml:48(td) ./doc/common/tables/heat-cfn_api.xml:71(td) ./doc/common/tables/heat-api.xml:122(td) ./doc/common/tables/heat-api.xml:156(td) ./doc/common/tables/heat-clients_ceilometer.xml:37(td) ./doc/common/tables/heat-clients_glance.xml:37(td) ./doc/common/tables/heat-clients_cinder.xml:37(td) ./doc/common/tables/heat-clients_trove.xml:37(td) ./doc/common/tables/nova-ca.xml:72(td) ./doc/common/tables/cinder-ssl.xml:29(td) ./doc/common/tables/trove-ssl.xml:29(td) ./doc/common/tables/heat-clients_swift.xml:37(td) ./doc/common/tables/heat-cloudwatch_api.xml:44(td) ./doc/common/tables/heat-cloudwatch_api.xml:67(td) ./doc/common/tables/neutron-ssl.xml:44(td) ./doc/common/tables/neutron-nec.xml:45(td) ./doc/common/tables/heat-clients_neutron.xml:37(td) ./doc/common/tables/heat-clients_keystone.xml:37(td) ./doc/common/tables/glance-ssl.xml:29(td) +#: ./doc/common/tables/heat-clients.xml:44(td) ./doc/common/tables/heat-clients_nova.xml:41(td) ./doc/common/tables/heat-clients_heat.xml:37(td) ./doc/common/tables/heat-cfn_api.xml:48(td) ./doc/common/tables/heat-cfn_api.xml:71(td) ./doc/common/tables/heat-api.xml:130(td) ./doc/common/tables/heat-api.xml:164(td) ./doc/common/tables/heat-clients_ceilometer.xml:37(td) ./doc/common/tables/heat-clients_glance.xml:37(td) ./doc/common/tables/heat-clients_cinder.xml:41(td) ./doc/common/tables/heat-clients_trove.xml:37(td) ./doc/common/tables/nova-ca.xml:72(td) ./doc/common/tables/cinder-ssl.xml:29(td) ./doc/common/tables/trove-ssl.xml:29(td) ./doc/common/tables/heat-clients_swift.xml:37(td) ./doc/common/tables/heat-cloudwatch_api.xml:44(td) ./doc/common/tables/heat-cloudwatch_api.xml:67(td) ./doc/common/tables/neutron-ssl.xml:44(td) ./doc/common/tables/neutron-nec.xml:45(td) ./doc/common/tables/heat-clients_neutron.xml:37(td) ./doc/common/tables/heat-clients_keystone.xml:37(td) ./doc/common/tables/glance-ssl.xml:29(td) msgid "key_file = None" msgstr "" -#: ./doc/common/tables/heat-clients.xml:45(td) ./doc/common/tables/heat-clients_nova.xml:42(td) ./doc/common/tables/heat-clients_heat.xml:38(td) ./doc/common/tables/heat-clients_ceilometer.xml:38(td) ./doc/common/tables/heat-clients_glance.xml:38(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:73(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:93(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:113(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:133(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:157(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:177(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:197(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:217(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:237(td) ./doc/common/tables/heat-clients_cinder.xml:38(td) ./doc/common/tables/heat-clients_trove.xml:38(td) ./doc/common/tables/heat-clients_swift.xml:38(td) ./doc/common/tables/heat-clients_neutron.xml:38(td) ./doc/common/tables/heat-clients_keystone.xml:38(td) +#: ./doc/common/tables/heat-clients.xml:45(td) ./doc/common/tables/heat-clients_nova.xml:42(td) ./doc/common/tables/heat-clients_heat.xml:38(td) ./doc/common/tables/heat-clients_ceilometer.xml:38(td) ./doc/common/tables/heat-clients_glance.xml:38(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:73(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:93(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:113(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:133(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:157(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:177(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:197(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:217(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:237(td) ./doc/common/tables/heat-clients_cinder.xml:42(td) ./doc/common/tables/heat-clients_trove.xml:38(td) ./doc/common/tables/heat-clients_swift.xml:38(td) ./doc/common/tables/heat-clients_neutron.xml:38(td) ./doc/common/tables/heat-clients_keystone.xml:38(td) msgid "(StrOpt) Optional PEM-formatted file that contains the private key." msgstr "" @@ -8747,135 +8763,119 @@ msgstr "" msgid "Description of configuration options for rpc" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:21(td) ./doc/common/tables/trove-amqp.xml:21(td) ./doc/common/tables/heat-amqp.xml:21(td) ./doc/common/tables/keystone-amqp.xml:21(td) ./doc/common/tables/glance-amqp.xml:21(td) ./doc/common/tables/cinder-rpc.xml:25(td) ./doc/common/tables/nova-rpc_all.xml:21(td) ./doc/common/tables/nova-rpc.xml:21(td) ./doc/common/tables/ceilometer-amqp.xml:21(td) +#: ./doc/common/tables/neutron-rpc.xml:21(td) ./doc/common/tables/trove-amqp.xml:21(td) ./doc/common/tables/heat-amqp.xml:21(td) ./doc/common/tables/keystone-amqp.xml:21(td) ./doc/common/tables/glance-amqp.xml:21(td) ./doc/common/tables/cinder-rpc.xml:21(td) ./doc/common/tables/nova-rpc_all.xml:21(td) ./doc/common/tables/nova-rpc.xml:21(td) ./doc/common/tables/ceilometer-amqp.xml:21(td) msgid "amqp_auto_delete = False" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:22(td) ./doc/common/tables/trove-amqp.xml:22(td) ./doc/common/tables/heat-amqp.xml:22(td) ./doc/common/tables/keystone-amqp.xml:22(td) ./doc/common/tables/glance-amqp.xml:22(td) ./doc/common/tables/cinder-rpc.xml:26(td) ./doc/common/tables/nova-rpc_all.xml:22(td) ./doc/common/tables/nova-rpc.xml:22(td) ./doc/common/tables/ceilometer-amqp.xml:22(td) +#: ./doc/common/tables/neutron-rpc.xml:22(td) ./doc/common/tables/trove-amqp.xml:22(td) ./doc/common/tables/heat-amqp.xml:22(td) ./doc/common/tables/keystone-amqp.xml:22(td) ./doc/common/tables/glance-amqp.xml:22(td) ./doc/common/tables/cinder-rpc.xml:22(td) ./doc/common/tables/nova-rpc_all.xml:22(td) ./doc/common/tables/nova-rpc.xml:22(td) ./doc/common/tables/ceilometer-amqp.xml:22(td) msgid "(BoolOpt) Auto-delete queues in amqp." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:25(td) ./doc/common/tables/trove-amqp.xml:25(td) ./doc/common/tables/heat-amqp.xml:25(td) ./doc/common/tables/keystone-amqp.xml:25(td) ./doc/common/tables/glance-amqp.xml:25(td) ./doc/common/tables/cinder-rpc.xml:29(td) ./doc/common/tables/nova-rpc_all.xml:25(td) ./doc/common/tables/nova-rpc.xml:25(td) ./doc/common/tables/ceilometer-amqp.xml:25(td) +#: ./doc/common/tables/neutron-rpc.xml:25(td) ./doc/common/tables/trove-amqp.xml:25(td) ./doc/common/tables/heat-amqp.xml:25(td) ./doc/common/tables/keystone-amqp.xml:25(td) ./doc/common/tables/glance-amqp.xml:25(td) ./doc/common/tables/cinder-rpc.xml:25(td) ./doc/common/tables/nova-rpc_all.xml:25(td) ./doc/common/tables/nova-rpc.xml:25(td) ./doc/common/tables/ceilometer-amqp.xml:25(td) msgid "amqp_durable_queues = False" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:26(td) ./doc/common/tables/trove-amqp.xml:26(td) ./doc/common/tables/heat-amqp.xml:26(td) ./doc/common/tables/keystone-amqp.xml:26(td) ./doc/common/tables/glance-amqp.xml:26(td) ./doc/common/tables/cinder-rpc.xml:30(td) ./doc/common/tables/nova-rpc_all.xml:26(td) ./doc/common/tables/nova-rpc.xml:26(td) ./doc/common/tables/ceilometer-amqp.xml:26(td) +#: ./doc/common/tables/neutron-rpc.xml:26(td) ./doc/common/tables/trove-amqp.xml:26(td) ./doc/common/tables/heat-amqp.xml:26(td) ./doc/common/tables/keystone-amqp.xml:26(td) ./doc/common/tables/glance-amqp.xml:26(td) ./doc/common/tables/cinder-rpc.xml:26(td) ./doc/common/tables/nova-rpc_all.xml:26(td) ./doc/common/tables/nova-rpc.xml:26(td) ./doc/common/tables/ceilometer-amqp.xml:26(td) msgid "(BoolOpt) Use durable queues in amqp." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:29(td) ./doc/common/tables/trove-amqp.xml:33(td) ./doc/common/tables/heat-amqp.xml:29(td) ./doc/common/tables/glance-rabbitmq.xml:21(td) ./doc/common/tables/keystone-amqp.xml:29(td) ./doc/common/tables/ceilometer-exchange.xml:25(td) ./doc/common/tables/cinder-rpc.xml:33(td) ./doc/common/tables/nova-rpc_all.xml:29(td) ./doc/common/tables/nova-rpc.xml:29(td) -msgid "control_exchange = openstack" +#: ./doc/common/tables/neutron-rpc.xml:29(td) +msgid "control_exchange = neutron" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:30(td) ./doc/common/tables/trove-amqp.xml:34(td) ./doc/common/tables/heat-amqp.xml:30(td) ./doc/common/tables/keystone-amqp.xml:30(td) ./doc/common/tables/ceilometer-exchange.xml:26(td) ./doc/common/tables/nova-rpc_all.xml:30(td) ./doc/common/tables/nova-rpc.xml:30(td) -msgid "(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid" +#: ./doc/common/tables/neutron-rpc.xml:30(td) ./doc/common/tables/heat-amqp.xml:30(td) ./doc/common/tables/glance-rabbitmq.xml:22(td) ./doc/common/tables/keystone-amqp.xml:30(td) ./doc/common/tables/ceilometer-exchange.xml:26(td) ./doc/common/tables/cinder-rpc.xml:30(td) ./doc/common/tables/nova-rpc_all.xml:30(td) ./doc/common/tables/nova-rpc.xml:30(td) +msgid "(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:33(td) ./doc/common/tables/ceilometer-redis.xml:25(td) ./doc/common/tables/glance-matchmaker.xml:21(td) ./doc/common/tables/trove-rpc.xml:29(td) ./doc/common/tables/cinder-rpc.xml:65(td) ./doc/common/tables/nova-rpc_all.xml:53(td) ./doc/common/tables/heat-rpc.xml:29(td) ./doc/common/tables/nova-rpc.xml:33(td) ./doc/common/tables/keystone-redis.xml:25(td) +#: ./doc/common/tables/neutron-rpc.xml:33(td) ./doc/common/tables/ceilometer-redis.xml:25(td) ./doc/common/tables/glance-matchmaker.xml:21(td) ./doc/common/tables/trove-rpc.xml:29(td) ./doc/common/tables/cinder-rpc.xml:61(td) ./doc/common/tables/nova-rpc_all.xml:53(td) ./doc/common/tables/heat-rpc.xml:25(td) ./doc/common/tables/nova-rpc.xml:33(td) ./doc/common/tables/keystone-redis.xml:21(td) msgid "matchmaker_heartbeat_freq = 300" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:34(td) ./doc/common/tables/ceilometer-redis.xml:26(td) ./doc/common/tables/glance-matchmaker.xml:22(td) ./doc/common/tables/cinder-rpc.xml:66(td) ./doc/common/tables/nova-rpc_all.xml:54(td) ./doc/common/tables/heat-rpc.xml:30(td) ./doc/common/tables/nova-rpc.xml:34(td) ./doc/common/tables/keystone-redis.xml:26(td) +#: ./doc/common/tables/neutron-rpc.xml:34(td) ./doc/common/tables/ceilometer-redis.xml:26(td) ./doc/common/tables/glance-matchmaker.xml:22(td) ./doc/common/tables/cinder-rpc.xml:62(td) ./doc/common/tables/nova-rpc_all.xml:54(td) ./doc/common/tables/heat-rpc.xml:26(td) ./doc/common/tables/nova-rpc.xml:34(td) ./doc/common/tables/keystone-redis.xml:22(td) msgid "(IntOpt) Heartbeat frequency." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:37(td) ./doc/common/tables/ceilometer-redis.xml:29(td) ./doc/common/tables/glance-matchmaker.xml:25(td) ./doc/common/tables/trove-rpc.xml:33(td) ./doc/common/tables/cinder-rpc.xml:69(td) ./doc/common/tables/nova-rpc_all.xml:57(td) ./doc/common/tables/heat-rpc.xml:33(td) ./doc/common/tables/nova-rpc.xml:37(td) ./doc/common/tables/keystone-redis.xml:29(td) +#: ./doc/common/tables/neutron-rpc.xml:37(td) ./doc/common/tables/ceilometer-redis.xml:29(td) ./doc/common/tables/glance-matchmaker.xml:25(td) ./doc/common/tables/trove-rpc.xml:33(td) ./doc/common/tables/cinder-rpc.xml:65(td) ./doc/common/tables/nova-rpc_all.xml:57(td) ./doc/common/tables/heat-rpc.xml:29(td) ./doc/common/tables/nova-rpc.xml:37(td) ./doc/common/tables/keystone-redis.xml:25(td) msgid "matchmaker_heartbeat_ttl = 600" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:38(td) ./doc/common/tables/ceilometer-redis.xml:30(td) ./doc/common/tables/glance-matchmaker.xml:26(td) ./doc/common/tables/trove-rpc.xml:34(td) ./doc/common/tables/cinder-rpc.xml:70(td) ./doc/common/tables/nova-rpc_all.xml:58(td) ./doc/common/tables/heat-rpc.xml:34(td) ./doc/common/tables/nova-rpc.xml:38(td) ./doc/common/tables/keystone-redis.xml:30(td) +#: ./doc/common/tables/neutron-rpc.xml:38(td) ./doc/common/tables/ceilometer-redis.xml:30(td) ./doc/common/tables/glance-matchmaker.xml:26(td) ./doc/common/tables/trove-rpc.xml:34(td) ./doc/common/tables/cinder-rpc.xml:66(td) ./doc/common/tables/nova-rpc_all.xml:58(td) ./doc/common/tables/heat-rpc.xml:30(td) ./doc/common/tables/nova-rpc.xml:38(td) ./doc/common/tables/keystone-redis.xml:26(td) msgid "(IntOpt) Heartbeat time-to-live." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:41(td) ./doc/common/tables/nova-redis.xml:21(td) ./doc/common/tables/keystone-ldap.xml:93(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:60(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:60(td) ./doc/common/tables/ceilometer-rpc.xml:29(td) ./doc/common/tables/glance-redis.xml:25(td) ./doc/common/tables/cinder-rpc.xml:81(td) ./doc/common/tables/neutron-ml2_ncs.xml:21(td) ./doc/common/tables/neutron-ml2_odl.xml:21(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:148(td) ./doc/common/tables/heat-rpc.xml:37(td) ./doc/common/tables/trove-redis.xml:25(td) ./doc/common/tables/keystone-redis.xml:33(td) -msgid "password = None" +#: ./doc/common/tables/neutron-rpc.xml:41(td) ./doc/common/tables/keystone-amqp.xml:45(td) ./doc/common/tables/ceilometer-rpc.xml:25(td) ./doc/common/tables/glance-amqp.xml:37(td) ./doc/common/tables/cinder-rpc.xml:169(td) ./doc/common/tables/nova-rpc_all.xml:149(td) ./doc/common/tables/heat-rpc.xml:33(td) ./doc/common/tables/nova-rpc.xml:41(td) +msgid "rpc_backend = rabbit" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:42(td) ./doc/common/tables/nova-redis.xml:22(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:61(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:61(td) ./doc/common/tables/ceilometer-rpc.xml:30(td) ./doc/common/tables/glance-redis.xml:26(td) ./doc/common/tables/cinder-rpc.xml:82(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:149(td) ./doc/common/tables/heat-rpc.xml:38(td) ./doc/common/tables/keystone-redis.xml:34(td) -msgid "(StrOpt) Password for Redis server (optional)." +#: ./doc/common/tables/neutron-rpc.xml:42(td) ./doc/common/tables/keystone-amqp.xml:46(td) ./doc/common/tables/ceilometer-rpc.xml:26(td) ./doc/common/tables/glance-amqp.xml:38(td) ./doc/common/tables/cinder-rpc.xml:170(td) ./doc/common/tables/nova-rpc_all.xml:150(td) ./doc/common/tables/heat-rpc.xml:34(td) ./doc/common/tables/nova-rpc.xml:42(td) +msgid "(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:45(td) ./doc/common/tables/nova-common.xml:73(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:64(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:64(td) ./doc/common/tables/ceilometer-rpc.xml:33(td) ./doc/common/tables/glance-redis.xml:29(td) ./doc/common/tables/cinder-rpc.xml:85(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:152(td) ./doc/common/tables/heat-rpc.xml:41(td) ./doc/common/tables/trove-redis.xml:29(td) ./doc/common/tables/keystone-redis.xml:37(td) -msgid "port = 6379" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:46(td) ./doc/common/tables/nova-common.xml:74(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:65(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:65(td) ./doc/common/tables/ceilometer-rpc.xml:34(td) ./doc/common/tables/glance-redis.xml:30(td) ./doc/common/tables/cinder-rpc.xml:86(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:153(td) ./doc/common/tables/heat-rpc.xml:42(td) ./doc/common/tables/trove-redis.xml:30(td) ./doc/common/tables/keystone-redis.xml:38(td) -msgid "(IntOpt) Use this port to connect to redis host." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:49(td) -msgid "rpc_backend = neutron.openstack.common.rpc.impl_kombu" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:50(td) ./doc/common/tables/keystone-amqp.xml:46(td) ./doc/common/tables/ceilometer-rpc.xml:38(td) ./doc/common/tables/trove-rpc.xml:50(td) ./doc/common/tables/nova-rpc_all.xml:150(td) ./doc/common/tables/heat-rpc.xml:46(td) ./doc/common/tables/nova-rpc.xml:42(td) -msgid "(StrOpt) The messaging module to use, defaults to kombu." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:53(td) ./doc/common/tables/keystone-amqp.xml:49(td) ./doc/common/tables/ceilometer-rpc.xml:41(td) ./doc/common/tables/trove-rpc.xml:53(td) ./doc/common/tables/glance-zmq.xml:21(td) ./doc/common/tables/cinder-rpc.xml:185(td) ./doc/common/tables/nova-rpc_all.xml:153(td) ./doc/common/tables/heat-rpc.xml:49(td) ./doc/common/tables/nova-rpc.xml:45(td) +#: ./doc/common/tables/neutron-rpc.xml:45(td) ./doc/common/tables/keystone-amqp.xml:49(td) ./doc/common/tables/ceilometer-rpc.xml:29(td) ./doc/common/tables/trove-rpc.xml:53(td) ./doc/common/tables/glance-zmq.xml:21(td) ./doc/common/tables/cinder-rpc.xml:173(td) ./doc/common/tables/nova-rpc_all.xml:153(td) ./doc/common/tables/heat-rpc.xml:37(td) ./doc/common/tables/nova-rpc.xml:45(td) msgid "rpc_cast_timeout = 30" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:54(td) ./doc/common/tables/keystone-amqp.xml:50(td) ./doc/common/tables/ceilometer-rpc.xml:42(td) ./doc/common/tables/trove-rpc.xml:54(td) ./doc/common/tables/glance-zmq.xml:22(td) ./doc/common/tables/cinder-rpc.xml:186(td) ./doc/common/tables/nova-rpc_all.xml:154(td) ./doc/common/tables/heat-rpc.xml:50(td) ./doc/common/tables/nova-rpc.xml:46(td) +#: ./doc/common/tables/neutron-rpc.xml:46(td) ./doc/common/tables/keystone-amqp.xml:50(td) ./doc/common/tables/ceilometer-rpc.xml:30(td) ./doc/common/tables/trove-rpc.xml:54(td) ./doc/common/tables/glance-zmq.xml:22(td) ./doc/common/tables/cinder-rpc.xml:174(td) ./doc/common/tables/nova-rpc_all.xml:154(td) ./doc/common/tables/heat-rpc.xml:38(td) ./doc/common/tables/nova-rpc.xml:46(td) msgid "(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:57(td) ./doc/common/tables/keystone-amqp.xml:53(td) ./doc/common/tables/ceilometer-rpc.xml:45(td) ./doc/common/tables/trove-rpc.xml:57(td) ./doc/common/tables/glance-amqp.xml:41(td) ./doc/common/tables/cinder-rpc.xml:189(td) ./doc/common/tables/nova-rpc_all.xml:157(td) ./doc/common/tables/heat-rpc.xml:53(td) ./doc/common/tables/nova-rpc.xml:49(td) +#: ./doc/common/tables/neutron-rpc.xml:49(td) ./doc/common/tables/keystone-amqp.xml:53(td) ./doc/common/tables/ceilometer-rpc.xml:33(td) ./doc/common/tables/trove-rpc.xml:57(td) ./doc/common/tables/glance-amqp.xml:41(td) ./doc/common/tables/cinder-rpc.xml:177(td) ./doc/common/tables/nova-rpc_all.xml:157(td) ./doc/common/tables/heat-rpc.xml:41(td) ./doc/common/tables/nova-rpc.xml:49(td) msgid "rpc_conn_pool_size = 30" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:58(td) ./doc/common/tables/keystone-amqp.xml:54(td) ./doc/common/tables/ceilometer-rpc.xml:46(td) ./doc/common/tables/trove-rpc.xml:58(td) ./doc/common/tables/nova-rpc_all.xml:158(td) ./doc/common/tables/heat-rpc.xml:54(td) ./doc/common/tables/nova-rpc.xml:50(td) -msgid "(IntOpt) Size of RPC connection pool" +#: ./doc/common/tables/neutron-rpc.xml:50(td) ./doc/common/tables/keystone-amqp.xml:54(td) ./doc/common/tables/ceilometer-rpc.xml:34(td) ./doc/common/tables/glance-amqp.xml:42(td) ./doc/common/tables/cinder-rpc.xml:178(td) ./doc/common/tables/nova-rpc_all.xml:158(td) ./doc/common/tables/heat-rpc.xml:42(td) ./doc/common/tables/nova-rpc.xml:50(td) +msgid "(IntOpt) Size of RPC connection pool." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:61(td) ./doc/common/tables/keystone-amqp.xml:57(td) ./doc/common/tables/ceilometer-rpc.xml:49(td) ./doc/common/tables/trove-rpc.xml:61(td) ./doc/common/tables/glance-amqp.xml:45(td) ./doc/common/tables/cinder-rpc.xml:193(td) ./doc/common/tables/nova-rpc_all.xml:161(td) ./doc/common/tables/heat-rpc.xml:57(td) ./doc/common/tables/nova-rpc.xml:53(td) +#: ./doc/common/tables/neutron-rpc.xml:53(td) ./doc/common/tables/keystone-amqp.xml:57(td) ./doc/common/tables/ceilometer-rpc.xml:37(td) ./doc/common/tables/trove-rpc.xml:61(td) ./doc/common/tables/glance-amqp.xml:45(td) ./doc/common/tables/cinder-rpc.xml:181(td) ./doc/common/tables/nova-rpc_all.xml:161(td) ./doc/common/tables/heat-rpc.xml:45(td) ./doc/common/tables/nova-rpc.xml:53(td) msgid "rpc_response_timeout = 60" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:62(td) ./doc/common/tables/keystone-amqp.xml:58(td) ./doc/common/tables/ceilometer-rpc.xml:50(td) ./doc/common/tables/trove-rpc.xml:62(td) ./doc/common/tables/nova-rpc_all.xml:162(td) ./doc/common/tables/heat-rpc.xml:58(td) ./doc/common/tables/nova-rpc.xml:54(td) -msgid "(IntOpt) Seconds to wait for a response from call or multicall" +#: ./doc/common/tables/neutron-rpc.xml:54(td) ./doc/common/tables/keystone-amqp.xml:58(td) ./doc/common/tables/ceilometer-rpc.xml:38(td) ./doc/common/tables/glance-amqp.xml:46(td) ./doc/common/tables/cinder-rpc.xml:182(td) ./doc/common/tables/nova-rpc_all.xml:162(td) ./doc/common/tables/heat-rpc.xml:46(td) ./doc/common/tables/nova-rpc.xml:54(td) +msgid "(IntOpt) Seconds to wait for a response from a call." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:65(td) ./doc/common/tables/keystone-amqp.xml:61(td) ./doc/common/tables/ceilometer-rpc.xml:53(td) ./doc/common/tables/trove-rpc.xml:65(td) ./doc/common/tables/glance-amqp.xml:49(td) ./doc/common/tables/cinder-rpc.xml:197(td) ./doc/common/tables/nova-rpc_all.xml:165(td) ./doc/common/tables/heat-rpc.xml:61(td) ./doc/common/tables/nova-rpc.xml:57(td) +#: ./doc/common/tables/neutron-rpc.xml:57(td) ./doc/common/tables/keystone-amqp.xml:61(td) ./doc/common/tables/ceilometer-rpc.xml:41(td) ./doc/common/tables/trove-rpc.xml:65(td) ./doc/common/tables/glance-amqp.xml:49(td) ./doc/common/tables/cinder-rpc.xml:185(td) ./doc/common/tables/nova-rpc_all.xml:165(td) ./doc/common/tables/heat-rpc.xml:49(td) ./doc/common/tables/nova-rpc.xml:57(td) msgid "rpc_thread_pool_size = 64" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:66(td) ./doc/common/tables/keystone-amqp.xml:62(td) ./doc/common/tables/ceilometer-rpc.xml:54(td) ./doc/common/tables/trove-rpc.xml:66(td) ./doc/common/tables/nova-rpc_all.xml:166(td) ./doc/common/tables/heat-rpc.xml:62(td) ./doc/common/tables/nova-rpc.xml:58(td) -msgid "(IntOpt) Size of RPC thread pool" +#: ./doc/common/tables/neutron-rpc.xml:58(td) ./doc/common/tables/keystone-amqp.xml:62(td) ./doc/common/tables/ceilometer-rpc.xml:42(td) ./doc/common/tables/glance-amqp.xml:50(td) ./doc/common/tables/cinder-rpc.xml:186(td) ./doc/common/tables/nova-rpc_all.xml:166(td) ./doc/common/tables/heat-rpc.xml:50(td) ./doc/common/tables/nova-rpc.xml:58(td) +msgid "(IntOpt) Size of RPC greenthread pool." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:69(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:124(td) +#: ./doc/common/tables/neutron-rpc.xml:61(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:124(td) msgid "rpc_workers = 0" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:70(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:125(td) +#: ./doc/common/tables/neutron-rpc.xml:62(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:125(td) msgid "(IntOpt) Number of RPC worker processes for service" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:73(td) ./doc/common/tables/nova-common.xml:101(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:84(td) ./doc/common/tables/keystone-amqp.xml:65(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:76(td) ./doc/common/tables/ceilometer-rpc.xml:85(td) ./doc/common/tables/glance-amqp.xml:53(td) ./doc/common/tables/cinder-rpc.xml:229(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:164(td) ./doc/common/tables/heat-rpc.xml:65(td) +#: ./doc/common/tables/neutron-rpc.xml:65(td) ./doc/common/tables/nova-common.xml:97(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:84(td) ./doc/common/tables/keystone-amqp.xml:65(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:76(td) ./doc/common/tables/ceilometer-rpc.xml:73(td) ./doc/common/tables/glance-amqp.xml:53(td) ./doc/common/tables/cinder-rpc.xml:217(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:164(td) ./doc/common/tables/heat-rpc.xml:53(td) msgid "transport_url = None" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:74(td) ./doc/common/tables/nova-common.xml:102(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:85(td) ./doc/common/tables/keystone-amqp.xml:66(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:77(td) ./doc/common/tables/ceilometer-rpc.xml:86(td) ./doc/common/tables/glance-amqp.xml:54(td) ./doc/common/tables/cinder-rpc.xml:230(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:165(td) ./doc/common/tables/heat-rpc.xml:66(td) +#: ./doc/common/tables/neutron-rpc.xml:66(td) ./doc/common/tables/nova-common.xml:98(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:85(td) ./doc/common/tables/keystone-amqp.xml:66(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:77(td) ./doc/common/tables/ceilometer-rpc.xml:74(td) ./doc/common/tables/glance-amqp.xml:54(td) ./doc/common/tables/cinder-rpc.xml:218(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:165(td) ./doc/common/tables/heat-rpc.xml:54(td) msgid "(StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:80(td) +#: ./doc/common/tables/neutron-rpc.xml:72(td) msgid "rpc_support_old_agents = False" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:81(td) +#: ./doc/common/tables/neutron-rpc.xml:73(td) msgid "(BoolOpt) Enable server RPC compatibility with old agents" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:84(th) ./doc/common/tables/ceilometer-redis.xml:33(th) ./doc/common/tables/glance-matchmaker.xml:29(th) ./doc/common/tables/cinder-rpc.xml:237(th) ./doc/common/tables/nova-rpc_all.xml:204(th) ./doc/common/tables/heat-rpc.xml:69(th) ./doc/common/tables/trove-redis.xml:33(th) ./doc/common/tables/nova-rpc.xml:68(th) ./doc/common/tables/keystone-redis.xml:41(th) +#: ./doc/common/tables/neutron-rpc.xml:76(th) ./doc/common/tables/ceilometer-redis.xml:48(th) ./doc/common/tables/glance-matchmaker.xml:29(th) ./doc/common/tables/cinder-rpc.xml:240(th) ./doc/common/tables/nova-rpc_all.xml:204(th) ./doc/common/tables/heat-rpc.xml:57(th) ./doc/common/tables/trove-redis.xml:33(th) ./doc/common/tables/nova-rpc.xml:68(th) ./doc/common/tables/keystone-redis.xml:44(th) msgid "[matchmaker_ring]" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:87(td) ./doc/common/tables/ceilometer-redis.xml:36(td) ./doc/common/tables/glance-matchmaker.xml:32(td) ./doc/common/tables/cinder-rpc.xml:240(td) ./doc/common/tables/nova-rpc_all.xml:207(td) ./doc/common/tables/heat-rpc.xml:72(td) ./doc/common/tables/trove-redis.xml:36(td) ./doc/common/tables/nova-rpc.xml:71(td) ./doc/common/tables/keystone-redis.xml:44(td) +#: ./doc/common/tables/neutron-rpc.xml:79(td) ./doc/common/tables/ceilometer-redis.xml:51(td) ./doc/common/tables/glance-matchmaker.xml:32(td) ./doc/common/tables/cinder-rpc.xml:243(td) ./doc/common/tables/nova-rpc_all.xml:207(td) ./doc/common/tables/heat-rpc.xml:60(td) ./doc/common/tables/trove-redis.xml:36(td) ./doc/common/tables/nova-rpc.xml:71(td) ./doc/common/tables/keystone-redis.xml:47(td) msgid "ringfile = /etc/oslo/matchmaker_ring.json" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:88(td) ./doc/common/tables/ceilometer-redis.xml:37(td) ./doc/common/tables/glance-matchmaker.xml:33(td) ./doc/common/tables/cinder-rpc.xml:241(td) ./doc/common/tables/nova-rpc_all.xml:208(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:277(td) ./doc/common/tables/heat-rpc.xml:73(td) ./doc/common/tables/nova-rpc.xml:72(td) ./doc/common/tables/keystone-redis.xml:45(td) +#: ./doc/common/tables/neutron-rpc.xml:80(td) ./doc/common/tables/ceilometer-redis.xml:52(td) ./doc/common/tables/glance-matchmaker.xml:33(td) ./doc/common/tables/cinder-rpc.xml:244(td) ./doc/common/tables/nova-rpc_all.xml:208(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:277(td) ./doc/common/tables/heat-rpc.xml:61(td) ./doc/common/tables/nova-rpc.xml:72(td) ./doc/common/tables/keystone-redis.xml:48(td) msgid "(StrOpt) Matchmaker ring file (JSON)." msgstr "" @@ -8887,54 +8887,78 @@ msgstr "" msgid "[percona]" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:21(td) ./doc/common/tables/trove-db_mysql.xml:21(td) ./doc/common/tables/trove-backup.xml:49(td) +#: ./doc/common/tables/trove-db_percona.xml:21(td) ./doc/common/tables/trove-db_mysql.xml:21(td) ./doc/common/tables/trove-backup.xml:33(td) +msgid "backup_namespace = trove.guestagent.strategies.backup.mysql_impl" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml:22(td) ./doc/common/tables/trove-db_percona.xml:30(td) ./doc/common/tables/trove-db_percona.xml:38(td) ./doc/common/tables/trove-amqp.xml:34(td) ./doc/common/tables/trove-db_cassandra.xml:26(td) ./doc/common/tables/trove-db_mysql.xml:22(td) ./doc/common/tables/trove-db_mysql.xml:30(td) ./doc/common/tables/trove-db_mysql.xml:38(td) ./doc/common/tables/trove-common.xml:70(td) ./doc/common/tables/trove-api.xml:38(td) ./doc/common/tables/trove-api.xml:42(td) ./doc/common/tables/trove-api.xml:94(td) ./doc/common/tables/trove-api.xml:102(td) ./doc/common/tables/trove-api.xml:106(td) ./doc/common/tables/trove-dns.xml:22(td) ./doc/common/tables/trove-dns.xml:26(td) ./doc/common/tables/trove-dns.xml:30(td) ./doc/common/tables/trove-dns.xml:34(td) ./doc/common/tables/trove-dns.xml:38(td) ./doc/common/tables/trove-dns.xml:42(td) ./doc/common/tables/trove-dns.xml:46(td) ./doc/common/tables/trove-dns.xml:50(td) ./doc/common/tables/trove-dns.xml:54(td) ./doc/common/tables/trove-dns.xml:58(td) ./doc/common/tables/trove-dns.xml:62(td) ./doc/common/tables/trove-dns.xml:66(td) ./doc/common/tables/trove-dns.xml:78(td) ./doc/common/tables/trove-volume.xml:22(td) ./doc/common/tables/trove-volume.xml:38(td) ./doc/common/tables/trove-volume.xml:50(td) ./doc/common/tables/trove-clients.xml:22(td) ./doc/common/tables/trove-clients.xml:26(td) ./doc/common/tables/trove-clients.xml:30(td) ./doc/common/tables/trove-clients.xml:34(td) ./doc/common/tables/trove-clients.xml:38(td) ./doc/common/tables/trove-clients.xml:42(td) ./doc/common/tables/trove-clients.xml:46(td) ./doc/common/tables/trove-db_couchbase.xml:22(td) ./doc/common/tables/trove-db_couchbase.xml:30(td) ./doc/common/tables/trove-db_couchbase.xml:38(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:17(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:21(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:25(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:29(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:33(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:37(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:41(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:45(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:49(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:53(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:57(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:65(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:81(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:125(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:133(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:137(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:145(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:153(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:157(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:161(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:169(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:177(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:217(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:221(td) ./doc/common/tables/trove-db_mongodb.xml:26(td) ./doc/common/tables/trove-rpc.xml:26(td) ./doc/common/tables/trove-backup.xml:38(td) ./doc/common/tables/trove-backup.xml:54(td) ./doc/common/tables/trove-guestagent.xml:38(td) ./doc/common/tables/trove-guestagent.xml:50(td) ./doc/common/tables/trove-compute.xml:22(td) ./doc/common/tables/trove-db_redis.xml:26(td) ./doc/common/tables/trove-logging.xml:22(td) ./doc/common/tables/trove-logging.xml:70(td) +msgid "(StrOpt) No help text available for this option." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml:25(td) ./doc/common/tables/trove-db_mysql.xml:25(td) ./doc/common/tables/trove-backup.xml:49(td) msgid "backup_strategy = InnoBackupEx" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:22(td) ./doc/common/tables/trove-db_cassandra.xml:22(td) ./doc/common/tables/trove-db_mysql.xml:22(td) ./doc/common/tables/trove-db_couchbase.xml:22(td) ./doc/common/tables/trove-db_mongodb.xml:22(td) ./doc/common/tables/trove-backup.xml:50(td) ./doc/common/tables/trove-db_redis.xml:22(td) +#: ./doc/common/tables/trove-db_percona.xml:26(td) ./doc/common/tables/trove-db_cassandra.xml:22(td) ./doc/common/tables/trove-db_mysql.xml:26(td) ./doc/common/tables/trove-db_couchbase.xml:26(td) ./doc/common/tables/trove-db_mongodb.xml:22(td) ./doc/common/tables/trove-backup.xml:50(td) ./doc/common/tables/trove-db_redis.xml:22(td) msgid "(StrOpt) Default strategy to perform backups." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:25(td) ./doc/common/tables/trove-db_mysql.xml:25(td) -msgid "mount_point = /var/lib/mysql" -msgstr "" - -#: ./doc/common/tables/trove-db_percona.xml:26(td) ./doc/common/tables/trove-db_cassandra.xml:26(td) ./doc/common/tables/trove-db_mysql.xml:26(td) ./doc/common/tables/trove-db_couchbase.xml:26(td) ./doc/common/tables/trove-db_mongodb.xml:26(td) ./doc/common/tables/trove-db_redis.xml:26(td) -msgid "(StrOpt) Filesystem path for mounting volumes if volume support is enabled." -msgstr "" - -#: ./doc/common/tables/trove-db_percona.xml:29(td) ./doc/common/tables/trove-db_mysql.xml:29(td) -msgid "root_on_create = False" -msgstr "" - -#: ./doc/common/tables/trove-db_percona.xml:30(td) ./doc/common/tables/trove-db_mysql.xml:30(td) ./doc/common/tables/trove-db_couchbase.xml:30(td) -msgid "(BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the 'password' field." +#: ./doc/common/tables/trove-db_percona.xml:29(td) ./doc/common/tables/trove-db_cassandra.xml:25(td) ./doc/common/tables/trove-db_mysql.xml:29(td) ./doc/common/tables/trove-volume.xml:37(td) ./doc/common/tables/trove-db_couchbase.xml:29(td) ./doc/common/tables/trove-db_mongodb.xml:25(td) +msgid "device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-db_percona.xml:33(td) ./doc/common/tables/trove-db_mysql.xml:33(td) -msgid "tcp_ports = 3306" +msgid "mount_point = /var/lib/mysql" msgstr "" #: ./doc/common/tables/trove-db_percona.xml:34(td) ./doc/common/tables/trove-db_cassandra.xml:30(td) ./doc/common/tables/trove-db_mysql.xml:34(td) ./doc/common/tables/trove-db_couchbase.xml:34(td) ./doc/common/tables/trove-db_mongodb.xml:30(td) ./doc/common/tables/trove-db_redis.xml:30(td) +msgid "(StrOpt) Filesystem path for mounting volumes if volume support is enabled." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml:37(td) ./doc/common/tables/trove-db_mysql.xml:37(td) ./doc/common/tables/trove-guestagent.xml:53(td) +msgid "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml:41(td) ./doc/common/tables/trove-db_mysql.xml:41(td) +msgid "root_on_create = False" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml:42(td) ./doc/common/tables/trove-db_mysql.xml:42(td) ./doc/common/tables/trove-db_couchbase.xml:42(td) +msgid "(BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the 'password' field." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml:45(td) ./doc/common/tables/trove-db_mysql.xml:45(td) +msgid "tcp_ports = 3306" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml:46(td) ./doc/common/tables/trove-db_cassandra.xml:34(td) ./doc/common/tables/trove-db_mysql.xml:46(td) ./doc/common/tables/trove-db_couchbase.xml:46(td) ./doc/common/tables/trove-db_mongodb.xml:34(td) ./doc/common/tables/trove-db_redis.xml:34(td) msgid "(ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True)." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:37(td) ./doc/common/tables/trove-db_cassandra.xml:33(td) ./doc/common/tables/trove-db_mysql.xml:37(td) ./doc/common/tables/trove-db_couchbase.xml:37(td) ./doc/common/tables/trove-db_mongodb.xml:33(td) ./doc/common/tables/trove-db_redis.xml:33(td) +#: ./doc/common/tables/trove-db_percona.xml:49(td) ./doc/common/tables/trove-db_cassandra.xml:37(td) ./doc/common/tables/trove-db_mysql.xml:49(td) ./doc/common/tables/trove-db_couchbase.xml:49(td) ./doc/common/tables/trove-db_mongodb.xml:37(td) ./doc/common/tables/trove-db_redis.xml:37(td) msgid "udp_ports =" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:38(td) ./doc/common/tables/trove-db_cassandra.xml:34(td) ./doc/common/tables/trove-db_mysql.xml:38(td) ./doc/common/tables/trove-db_couchbase.xml:38(td) ./doc/common/tables/trove-db_redis.xml:34(td) +#: ./doc/common/tables/trove-db_percona.xml:50(td) ./doc/common/tables/trove-db_cassandra.xml:38(td) ./doc/common/tables/trove-db_mysql.xml:50(td) ./doc/common/tables/trove-db_couchbase.xml:50(td) ./doc/common/tables/trove-db_redis.xml:38(td) msgid "(ListOpt) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True)." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:41(td) ./doc/common/tables/trove-db_couchbase.xml:41(td) ./doc/common/tables/trove-db_mongodb.xml:37(td) ./doc/common/tables/trove-db_redis.xml:37(td) +#: ./doc/common/tables/trove-db_percona.xml:53(td) ./doc/common/tables/trove-db_couchbase.xml:53(td) ./doc/common/tables/trove-db_mongodb.xml:41(td) ./doc/common/tables/trove-db_redis.xml:41(td) msgid "usage_timeout = 450" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:42(td) ./doc/common/tables/trove-db_cassandra.xml:38(td) ./doc/common/tables/trove-db_mysql.xml:42(td) ./doc/common/tables/trove-db_couchbase.xml:42(td) ./doc/common/tables/trove-db_mongodb.xml:38(td) ./doc/common/tables/trove-db_redis.xml:38(td) +#: ./doc/common/tables/trove-db_percona.xml:54(td) ./doc/common/tables/trove-db_cassandra.xml:42(td) ./doc/common/tables/trove-db_mysql.xml:54(td) ./doc/common/tables/trove-db_couchbase.xml:54(td) ./doc/common/tables/trove-db_mongodb.xml:42(td) ./doc/common/tables/trove-db_redis.xml:42(td) msgid "(IntOpt) Timeout to wait for a guest to become active." msgstr "" +#: ./doc/common/tables/trove-db_percona.xml:57(td) ./doc/common/tables/trove-db_cassandra.xml:45(td) ./doc/common/tables/trove-db_mysql.xml:57(td) ./doc/common/tables/trove-db_couchbase.xml:57(td) ./doc/common/tables/trove-db_mongodb.xml:45(td) +msgid "volume_support = True" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml:58(td) ./doc/common/tables/trove-db_cassandra.xml:46(td) ./doc/common/tables/trove-db_mysql.xml:58(td) ./doc/common/tables/trove-volume.xml:42(td) ./doc/common/tables/trove-db_couchbase.xml:58(td) ./doc/common/tables/trove-db_mongodb.xml:46(td) ./doc/common/tables/trove-db_redis.xml:46(td) +msgid "(BoolOpt) Whether to provision a cinder volume for datadir." +msgstr "" + #: ./doc/common/tables/nova-periodic.xml:7(caption) msgid "Description of configuration options for periodic" msgstr "" @@ -9007,19 +9031,19 @@ msgstr "" msgid "Description of configuration options for policy" msgstr "" -#: ./doc/common/tables/keystone-policy.xml:21(td) ./doc/common/tables/nova-policy.xml:57(td) ./doc/common/tables/glance-policy.xml:21(td) ./doc/common/tables/ceilometer-api.xml:33(td) ./doc/common/tables/heat-api.xml:45(td) ./doc/common/tables/cinder-common.xml:137(td) +#: ./doc/common/tables/keystone-policy.xml:21(td) ./doc/common/tables/nova-policy.xml:57(td) ./doc/common/tables/glance-policy.xml:21(td) ./doc/common/tables/ceilometer-api.xml:33(td) ./doc/common/tables/heat-api.xml:49(td) ./doc/common/tables/cinder-common.xml:137(td) msgid "policy_default_rule = default" msgstr "" -#: ./doc/common/tables/keystone-policy.xml:22(td) ./doc/common/tables/nova-policy.xml:58(td) ./doc/common/tables/ceilometer-api.xml:34(td) ./doc/common/tables/heat-api.xml:46(td) +#: ./doc/common/tables/keystone-policy.xml:22(td) ./doc/common/tables/nova-policy.xml:58(td) ./doc/common/tables/ceilometer-api.xml:34(td) ./doc/common/tables/heat-api.xml:50(td) msgid "(StrOpt) Default rule. Enforced when a requested rule is not found." msgstr "" -#: ./doc/common/tables/keystone-policy.xml:25(td) ./doc/common/tables/neutron-policy.xml:25(td) ./doc/common/tables/nova-policy.xml:61(td) ./doc/common/tables/glance-policy.xml:25(td) ./doc/common/tables/ceilometer-api.xml:37(td) ./doc/common/tables/heat-api.xml:49(td) ./doc/common/tables/cinder-common.xml:141(td) +#: ./doc/common/tables/keystone-policy.xml:25(td) ./doc/common/tables/neutron-policy.xml:25(td) ./doc/common/tables/nova-policy.xml:61(td) ./doc/common/tables/glance-policy.xml:25(td) ./doc/common/tables/ceilometer-api.xml:37(td) ./doc/common/tables/heat-api.xml:53(td) ./doc/common/tables/cinder-common.xml:141(td) msgid "policy_file = policy.json" msgstr "" -#: ./doc/common/tables/keystone-policy.xml:26(td) ./doc/common/tables/nova-policy.xml:62(td) ./doc/common/tables/ceilometer-api.xml:38(td) ./doc/common/tables/heat-api.xml:50(td) +#: ./doc/common/tables/keystone-policy.xml:26(td) ./doc/common/tables/nova-policy.xml:62(td) ./doc/common/tables/ceilometer-api.xml:38(td) ./doc/common/tables/heat-api.xml:54(td) msgid "(StrOpt) The JSON file that defines policies." msgstr "" @@ -9035,7 +9059,7 @@ msgstr "" msgid "(StrOpt) Policy backend driver." msgstr "" -#: ./doc/common/tables/keystone-policy.xml:36(td) ./doc/common/tables/keystone-api.xml:49(td) ./doc/common/tables/keystone-identity.xml:37(td) ./doc/common/tables/keystone-catalog.xml:25(td) ./doc/common/tables/keystone-assignment.xml:33(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:52(td) +#: ./doc/common/tables/keystone-policy.xml:36(td) ./doc/common/tables/keystone-api.xml:49(td) ./doc/common/tables/keystone-identity.xml:37(td) ./doc/common/tables/keystone-catalog.xml:33(td) ./doc/common/tables/keystone-assignment.xml:33(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:52(td) msgid "list_limit = None" msgstr "" @@ -9047,11 +9071,11 @@ msgstr "" msgid "Description of configuration options for auth_token" msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:21(td) ./doc/common/tables/glance-auth_token.xml:128(td) ./doc/common/tables/ceilometer-common.xml:41(td) ./doc/common/tables/ceilometer-auth_token.xml:121(td) ./doc/common/tables/neutron-auth_token.xml:21(td) ./doc/common/tables/neutron-auth_token.xml:128(td) ./doc/common/tables/nova-common.xml:49(td) ./doc/common/tables/heat-auth_token.xml:21(td) ./doc/common/tables/heat-auth_token.xml:128(td) ./doc/common/tables/nova-auth_token.xml:121(td) ./doc/common/tables/cinder-auth_token.xml:21(td) ./doc/common/tables/cinder-auth_token.xml:128(td) ./doc/common/tables/keystone-auth_token.xml:21(td) ./doc/common/tables/keystone-auth_token.xml:128(td) ./doc/common/tables/trove-auth_token.xml:21(td) ./doc/common/tables/trove-auth_token.xml:128(td) +#: ./doc/common/tables/glance-auth_token.xml:21(td) ./doc/common/tables/glance-auth_token.xml:128(td) ./doc/common/tables/ceilometer-common.xml:37(td) ./doc/common/tables/ceilometer-auth_token.xml:121(td) ./doc/common/tables/neutron-auth_token.xml:21(td) ./doc/common/tables/neutron-auth_token.xml:128(td) ./doc/common/tables/nova-common.xml:49(td) ./doc/common/tables/heat-auth_token.xml:21(td) ./doc/common/tables/heat-auth_token.xml:128(td) ./doc/common/tables/nova-auth_token.xml:121(td) ./doc/common/tables/cinder-auth_token.xml:21(td) ./doc/common/tables/cinder-auth_token.xml:128(td) ./doc/common/tables/keystone-auth_token.xml:21(td) ./doc/common/tables/keystone-auth_token.xml:128(td) ./doc/common/tables/trove-auth_token.xml:21(td) ./doc/common/tables/trove-auth_token.xml:128(td) msgid "memcached_servers = None" msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:22(td) ./doc/common/tables/ceilometer-common.xml:42(td) ./doc/common/tables/neutron-auth_token.xml:22(td) ./doc/common/tables/nova-common.xml:50(td) ./doc/common/tables/heat-auth_token.xml:22(td) ./doc/common/tables/cinder-auth_token.xml:22(td) ./doc/common/tables/keystone-auth_token.xml:22(td) ./doc/common/tables/trove-auth_token.xml:22(td) +#: ./doc/common/tables/glance-auth_token.xml:22(td) ./doc/common/tables/ceilometer-common.xml:38(td) ./doc/common/tables/neutron-auth_token.xml:22(td) ./doc/common/tables/nova-common.xml:50(td) ./doc/common/tables/heat-auth_token.xml:22(td) ./doc/common/tables/cinder-auth_token.xml:22(td) ./doc/common/tables/keystone-auth_token.xml:22(td) ./doc/common/tables/trove-auth_token.xml:22(td) msgid "(ListOpt) Memcached servers or None for in process cache." msgstr "" @@ -9059,7 +9083,7 @@ msgstr "" msgid "[keystone_authtoken]" msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:28(td) ./doc/common/tables/ceilometer-auth_token.xml:21(td) ./doc/common/tables/neutron-auth_token.xml:28(td) ./doc/common/tables/glance-registry.xml:21(td) ./doc/common/tables/nova-neutron.xml:40(td) ./doc/common/tables/heat-auth_token.xml:28(td) ./doc/common/tables/nova-auth_token.xml:21(td) ./doc/common/tables/cinder-auth_token.xml:28(td) ./doc/common/tables/keystone-auth_token.xml:28(td) ./doc/common/tables/neutron-embrane_lb.xml:21(td) ./doc/common/tables/trove-auth_token.xml:28(td) ./doc/common/tables/neutron-common.xml:21(td) ./doc/common/tables/neutron-common.xml:191(td) ./doc/common/tables/neutron-common.xml:218(td) +#: ./doc/common/tables/glance-auth_token.xml:28(td) ./doc/common/tables/ceilometer-auth_token.xml:21(td) ./doc/common/tables/neutron-auth_token.xml:28(td) ./doc/common/tables/glance-registry.xml:21(td) ./doc/common/tables/nova-neutron.xml:32(td) ./doc/common/tables/heat-auth_token.xml:28(td) ./doc/common/tables/nova-auth_token.xml:21(td) ./doc/common/tables/cinder-auth_token.xml:28(td) ./doc/common/tables/keystone-auth_token.xml:28(td) ./doc/common/tables/neutron-embrane_lb.xml:21(td) ./doc/common/tables/trove-auth_token.xml:28(td) ./doc/common/tables/neutron-common.xml:21(td) ./doc/common/tables/neutron-common.xml:191(td) ./doc/common/tables/neutron-common.xml:218(td) msgid "admin_password = None" msgstr "" @@ -9123,7 +9147,7 @@ msgstr "" msgid "(StrOpt) Protocol of the admin Identity API endpoint (http or https). Deprecated, use identity_uri." msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:60(td) ./doc/common/tables/ceilometer-auth_token.xml:53(td) ./doc/common/tables/neutron-auth_token.xml:60(td) ./doc/common/tables/heat-auth_token.xml:60(td) ./doc/common/tables/nova-auth_token.xml:53(td) ./doc/common/tables/heat-api.xml:95(td) ./doc/common/tables/cinder-auth_token.xml:60(td) ./doc/common/tables/keystone-auth_token.xml:60(td) ./doc/common/tables/trove-auth_token.xml:60(td) +#: ./doc/common/tables/glance-auth_token.xml:60(td) ./doc/common/tables/ceilometer-auth_token.xml:53(td) ./doc/common/tables/neutron-auth_token.xml:60(td) ./doc/common/tables/heat-auth_token.xml:60(td) ./doc/common/tables/nova-auth_token.xml:53(td) ./doc/common/tables/heat-api.xml:103(td) ./doc/common/tables/cinder-auth_token.xml:60(td) ./doc/common/tables/keystone-auth_token.xml:60(td) ./doc/common/tables/trove-auth_token.xml:60(td) msgid "auth_uri = None" msgstr "" @@ -9147,7 +9171,7 @@ msgstr "" msgid "(StrOpt) Env key for the swift cache" msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:72(td) ./doc/common/tables/ceilometer-auth_token.xml:65(td) ./doc/common/tables/neutron-auth_token.xml:72(td) ./doc/common/tables/heat-auth_token.xml:72(td) ./doc/common/tables/nova-auth_token.xml:65(td) ./doc/common/tables/cinder-auth_token.xml:72(td) ./doc/common/tables/keystone-auth_token.xml:72(td) ./doc/common/tables/trove-auth_token.xml:72(td) +#: ./doc/common/tables/glance-auth_token.xml:72(td) ./doc/common/tables/ceilometer-auth_token.xml:65(td) ./doc/common/tables/neutron-auth_token.xml:72(td) ./doc/common/tables/heat-auth_token.xml:72(td) ./doc/common/tables/nova-auth_token.xml:65(td) ./doc/common/tables/cinder-auth_token.xml:72(td) ./doc/common/tables/keystone-auth_token.xml:72(td) ./doc/common/tables/trove-auth_token.xml:72(td) ./doc/common/tables/keystone-ec2.xml:28(td) msgid "cafile = None" msgstr "" @@ -9155,7 +9179,7 @@ msgstr "" msgid "(StrOpt) A PEM encoded Certificate Authority to use when verifying HTTPs connections. Defaults to system CAs." msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:76(td) ./doc/common/tables/ceilometer-auth_token.xml:69(td) ./doc/common/tables/neutron-auth_token.xml:76(td) ./doc/common/tables/heat-auth_token.xml:76(td) ./doc/common/tables/nova-auth_token.xml:69(td) ./doc/common/tables/cinder-auth_token.xml:76(td) ./doc/common/tables/keystone-auth_token.xml:76(td) ./doc/common/tables/trove-auth_token.xml:76(td) +#: ./doc/common/tables/glance-auth_token.xml:76(td) ./doc/common/tables/ceilometer-auth_token.xml:69(td) ./doc/common/tables/neutron-auth_token.xml:76(td) ./doc/common/tables/heat-auth_token.xml:76(td) ./doc/common/tables/nova-auth_token.xml:69(td) ./doc/common/tables/cinder-auth_token.xml:76(td) ./doc/common/tables/keystone-auth_token.xml:76(td) ./doc/common/tables/trove-auth_token.xml:76(td) ./doc/common/tables/keystone-ec2.xml:32(td) msgid "certfile = None" msgstr "" @@ -9231,7 +9255,7 @@ msgstr "" msgid "(BoolOpt) Verify HTTPS connections." msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:116(td) ./doc/common/tables/ceilometer-auth_token.xml:109(td) ./doc/common/tables/neutron-auth_token.xml:116(td) ./doc/common/tables/heat-auth_token.xml:116(td) ./doc/common/tables/nova-auth_token.xml:109(td) ./doc/common/tables/cinder-auth_token.xml:116(td) ./doc/common/tables/keystone-auth_token.xml:116(td) ./doc/common/tables/trove-auth_token.xml:116(td) +#: ./doc/common/tables/glance-auth_token.xml:116(td) ./doc/common/tables/ceilometer-auth_token.xml:109(td) ./doc/common/tables/neutron-auth_token.xml:116(td) ./doc/common/tables/heat-auth_token.xml:116(td) ./doc/common/tables/nova-auth_token.xml:109(td) ./doc/common/tables/cinder-auth_token.xml:116(td) ./doc/common/tables/keystone-auth_token.xml:116(td) ./doc/common/tables/trove-auth_token.xml:116(td) ./doc/common/tables/keystone-ec2.xml:40(td) msgid "keyfile = None" msgstr "" @@ -9363,6 +9387,26 @@ msgstr "" msgid "(IntOpt) When the percentage of available space on an NFS share has reached the percentage specified by this option, the driver will stop clearing files from the NFS image cache that have not been accessed in the last M minutes, where M is the value of the expiry_thres_minutes configuration option." msgstr "" +#: ./doc/common/tables/cinder-nimble.xml:7(caption) +msgid "Description of configuration options for nimble" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml:21(td) +msgid "nimble_pool_name = default" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml:22(td) +msgid "(StrOpt) Nimble Controller pool name" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml:25(td) +msgid "nimble_subnet_label = *" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml:26(td) +msgid "(StrOpt) Nimble Subnet Label" +msgstr "" + #: ./doc/common/tables/swift-container-server-container-sync.xml:8(literal) msgid "[container-sync]" msgstr "" @@ -9371,7 +9415,7 @@ msgstr "" msgid "container-server.conf" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:7(caption) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:7(caption) ./doc/common/tables/swift-container-server-container-auditor.xml:7(caption) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:7(caption) ./doc/common/tables/swift-swift-swift-constraints.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-slo.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-0.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-cache.xml:7(caption) ./doc/common/tables/swift-container-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-1.xml:7(caption) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-container-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-account-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:7(caption) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-object-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-object-expirer-object-expirer.xml:7(caption) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-object-server-app-object-server.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:7(caption) ./doc/common/tables/swift-object-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:7(caption) ./doc/common/tables/swift-rsyncd-container.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:7(caption) ./doc/common/tables/swift-rsyncd-account.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:7(caption) ./doc/common/tables/swift-account-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:7(caption) ./doc/common/tables/swift-account-server-account-replicator.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-container-updater.xml:7(caption) ./doc/common/tables/swift-object-server-object-replicator.xml:7(caption) ./doc/common/tables/swift-swift-swift-hash.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:7(caption) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:7(caption) ./doc/common/tables/swift-object-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-memcache-memcache.xml:7(caption) ./doc/common/tables/swift-account-server-app-account-server.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-container-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-cache.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-realm2.xml:7(caption) ./doc/common/tables/swift-object-server-object-auditor.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:7(caption) ./doc/common/tables/swift-container-server-app-container-server.xml:7(caption) ./doc/common/tables/swift-account-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:7(caption) ./doc/common/tables/swift-container-server-container-replicator.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:7(caption) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-account-server-account-auditor.xml:7(caption) ./doc/common/tables/swift-object-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-rsyncd-object.xml:7(caption) ./doc/common/tables/swift-drive-audit-drive-audit.xml:7(caption) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:7(caption) ./doc/common/tables/swift-object-server-object-updater.xml:7(caption) ./doc/common/tables/swift-dispersion-dispersion.xml:7(caption) ./doc/common/tables/swift-account-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:7(caption) ./doc/common/tables/swift-account-server-account-reaper.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-realm1.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:7(caption) +#: ./doc/common/tables/swift-container-server-container-sync.xml:7(caption) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:7(caption) ./doc/common/tables/swift-container-server-container-auditor.xml:7(caption) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:7(caption) ./doc/common/tables/swift-swift-swift-constraints.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-slo.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-0.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-cache.xml:7(caption) ./doc/common/tables/swift-container-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-1.xml:7(caption) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-container-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-account-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:7(caption) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-object-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-object-expirer-object-expirer.xml:7(caption) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-object-server-app-object-server.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:7(caption) ./doc/common/tables/swift-object-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:7(caption) ./doc/common/tables/swift-rsyncd-container.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:7(caption) ./doc/common/tables/swift-rsyncd-account.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:7(caption) ./doc/common/tables/swift-account-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:7(caption) ./doc/common/tables/swift-account-server-account-replicator.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-container-updater.xml:7(caption) ./doc/common/tables/swift-object-server-object-replicator.xml:7(caption) ./doc/common/tables/swift-swift-swift-hash.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:7(caption) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:7(caption) ./doc/common/tables/swift-object-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-memcache-memcache.xml:7(caption) ./doc/common/tables/swift-account-server-app-account-server.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-container-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-cache.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-realm2.xml:7(caption) ./doc/common/tables/swift-object-server-object-auditor.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:7(caption) ./doc/common/tables/swift-container-server-app-container-server.xml:7(caption) ./doc/common/tables/swift-account-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:7(caption) ./doc/common/tables/swift-container-server-container-replicator.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:7(caption) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-account-server-account-auditor.xml:7(caption) ./doc/common/tables/swift-object-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-rsyncd-object.xml:7(caption) ./doc/common/tables/swift-drive-audit-drive-audit.xml:7(caption) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:7(caption) ./doc/common/tables/swift-object-server-object-updater.xml:7(caption) ./doc/common/tables/swift-dispersion-dispersion.xml:7(caption) ./doc/common/tables/swift-account-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:7(caption) ./doc/common/tables/swift-account-server-account-reaper.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-realm1.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:7(caption) msgid "Description of configuration options for in " msgstr "" @@ -9383,7 +9427,7 @@ msgstr "" msgid "Maximum amount of time to spend syncing each container" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:24(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:32(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:20(td) ./doc/common/tables/swift-container-server-container-updater.xml:33(td) ./doc/common/tables/swift-object-server-object-updater.xml:24(td) +#: ./doc/common/tables/swift-container-server-container-sync.xml:24(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:32(td) ./doc/common/tables/swift-container-server-container-updater.xml:33(td) ./doc/common/tables/swift-object-server-object-updater.xml:24(td) msgid "interval = 300" msgstr "" @@ -9391,27 +9435,27 @@ msgstr "" msgid "Minimum time for a pass to take" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:28(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-container-server-container-auditor.xml:28(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:20(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-account-server-account-replicator.xml:40(td) ./doc/common/tables/swift-container-server-container-updater.xml:37(td) ./doc/common/tables/swift-object-server-object-replicator.xml:44(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:20(td) ./doc/common/tables/swift-object-server-object-auditor.xml:28(td) ./doc/common/tables/swift-container-server-container-replicator.xml:32(td) ./doc/common/tables/swift-account-server-account-auditor.xml:28(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:28(td) ./doc/common/tables/swift-object-server-object-updater.xml:28(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-account-server-account-reaper.xml:36(td) +#: ./doc/common/tables/swift-container-server-container-sync.xml:28(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-container-server-container-auditor.xml:28(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:20(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-account-server-account-replicator.xml:40(td) ./doc/common/tables/swift-container-server-container-updater.xml:37(td) ./doc/common/tables/swift-object-server-object-replicator.xml:44(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:20(td) ./doc/common/tables/swift-object-server-object-auditor.xml:36(td) ./doc/common/tables/swift-container-server-container-replicator.xml:32(td) ./doc/common/tables/swift-account-server-account-auditor.xml:28(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:28(td) ./doc/common/tables/swift-object-server-object-updater.xml:28(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-account-server-account-reaper.xml:36(td) msgid "log_address = /dev/log" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:29(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:25(td) ./doc/common/tables/swift-container-server-container-auditor.xml:29(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:33(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:109(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-object-server-app-object-server.xml:69(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:73(td) ./doc/common/tables/swift-account-server-account-replicator.xml:41(td) ./doc/common/tables/swift-container-server-container-updater.xml:38(td) ./doc/common/tables/swift-object-server-object-replicator.xml:45(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:21(td) ./doc/common/tables/swift-account-server-app-account-server.xml:29(td) ./doc/common/tables/swift-object-server-object-auditor.xml:29(td) ./doc/common/tables/swift-container-server-app-container-server.xml:41(td) ./doc/common/tables/swift-container-server-container-replicator.xml:33(td) ./doc/common/tables/swift-account-server-account-auditor.xml:29(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:29(td) ./doc/common/tables/swift-object-server-object-updater.xml:29(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:29(td) ./doc/common/tables/swift-account-server-account-reaper.xml:37(td) +#: ./doc/common/tables/swift-container-server-container-sync.xml:29(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:25(td) ./doc/common/tables/swift-container-server-container-auditor.xml:29(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:33(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:109(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-object-server-app-object-server.xml:69(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:73(td) ./doc/common/tables/swift-account-server-account-replicator.xml:41(td) ./doc/common/tables/swift-container-server-container-updater.xml:38(td) ./doc/common/tables/swift-object-server-object-replicator.xml:45(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:21(td) ./doc/common/tables/swift-account-server-app-account-server.xml:29(td) ./doc/common/tables/swift-object-server-object-auditor.xml:37(td) ./doc/common/tables/swift-container-server-app-container-server.xml:41(td) ./doc/common/tables/swift-container-server-container-replicator.xml:33(td) ./doc/common/tables/swift-account-server-account-auditor.xml:29(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:29(td) ./doc/common/tables/swift-object-server-object-updater.xml:29(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:29(td) ./doc/common/tables/swift-account-server-account-reaper.xml:37(td) msgid "Location where syslog sends the logs to" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:32(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-container-server-container-auditor.xml:32(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:28(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-account-server-account-replicator.xml:44(td) ./doc/common/tables/swift-container-server-container-updater.xml:41(td) ./doc/common/tables/swift-object-server-object-replicator.xml:48(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:28(td) ./doc/common/tables/swift-object-server-object-auditor.xml:32(td) ./doc/common/tables/swift-container-server-container-replicator.xml:36(td) ./doc/common/tables/swift-account-server-account-auditor.xml:32(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:32(td) ./doc/common/tables/swift-object-server-object-updater.xml:32(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-account-server-account-reaper.xml:40(td) +#: ./doc/common/tables/swift-container-server-container-sync.xml:32(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-container-server-container-auditor.xml:32(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:28(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-account-server-account-replicator.xml:44(td) ./doc/common/tables/swift-container-server-container-updater.xml:41(td) ./doc/common/tables/swift-object-server-object-replicator.xml:48(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:28(td) ./doc/common/tables/swift-object-server-object-auditor.xml:40(td) ./doc/common/tables/swift-container-server-container-replicator.xml:36(td) ./doc/common/tables/swift-account-server-account-auditor.xml:32(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:32(td) ./doc/common/tables/swift-object-server-object-updater.xml:32(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-account-server-account-reaper.xml:40(td) msgid "log_facility = LOG_LOCAL0" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:33(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:29(td) ./doc/common/tables/swift-container-server-container-auditor.xml:33(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:37(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:113(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-object-server-app-object-server.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:25(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:77(td) ./doc/common/tables/swift-account-server-account-replicator.xml:45(td) ./doc/common/tables/swift-container-server-container-updater.xml:42(td) ./doc/common/tables/swift-object-server-object-replicator.xml:49(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:29(td) ./doc/common/tables/swift-account-server-app-account-server.xml:33(td) ./doc/common/tables/swift-object-server-object-auditor.xml:33(td) ./doc/common/tables/swift-container-server-app-container-server.xml:45(td) ./doc/common/tables/swift-container-server-container-replicator.xml:37(td) ./doc/common/tables/swift-account-server-account-auditor.xml:33(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:33(td) ./doc/common/tables/swift-object-server-object-updater.xml:33(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:33(td) ./doc/common/tables/swift-account-server-account-reaper.xml:41(td) +#: ./doc/common/tables/swift-container-server-container-sync.xml:33(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:29(td) ./doc/common/tables/swift-container-server-container-auditor.xml:33(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:37(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:113(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-object-server-app-object-server.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:25(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:77(td) ./doc/common/tables/swift-account-server-account-replicator.xml:45(td) ./doc/common/tables/swift-container-server-container-updater.xml:42(td) ./doc/common/tables/swift-object-server-object-replicator.xml:49(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:29(td) ./doc/common/tables/swift-account-server-app-account-server.xml:33(td) ./doc/common/tables/swift-object-server-object-auditor.xml:41(td) ./doc/common/tables/swift-container-server-app-container-server.xml:45(td) ./doc/common/tables/swift-container-server-container-replicator.xml:37(td) ./doc/common/tables/swift-account-server-account-auditor.xml:33(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:33(td) ./doc/common/tables/swift-object-server-object-updater.xml:33(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:33(td) ./doc/common/tables/swift-account-server-account-reaper.xml:41(td) msgid "Syslog log facility" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:36(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:92(td) ./doc/common/tables/swift-container-server-container-auditor.xml:36(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:32(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-account-server-account-replicator.xml:48(td) ./doc/common/tables/swift-container-server-container-updater.xml:45(td) ./doc/common/tables/swift-object-server-object-replicator.xml:52(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:32(td) ./doc/common/tables/swift-object-server-object-auditor.xml:36(td) ./doc/common/tables/swift-container-server-container-replicator.xml:40(td) ./doc/common/tables/swift-account-server-account-auditor.xml:36(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:40(td) ./doc/common/tables/swift-object-server-object-updater.xml:36(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-account-server-account-reaper.xml:44(td) +#: ./doc/common/tables/swift-container-server-container-sync.xml:36(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:92(td) ./doc/common/tables/swift-container-server-container-auditor.xml:36(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:32(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-account-server-account-replicator.xml:48(td) ./doc/common/tables/swift-container-server-container-updater.xml:45(td) ./doc/common/tables/swift-object-server-object-replicator.xml:52(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:32(td) ./doc/common/tables/swift-object-server-object-auditor.xml:44(td) ./doc/common/tables/swift-container-server-container-replicator.xml:40(td) ./doc/common/tables/swift-account-server-account-auditor.xml:36(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:40(td) ./doc/common/tables/swift-object-server-object-updater.xml:36(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-account-server-account-reaper.xml:44(td) msgid "log_level = INFO" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:37(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-container-server-container-auditor.xml:37(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:33(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-account-server-account-replicator.xml:49(td) ./doc/common/tables/swift-container-server-container-updater.xml:46(td) ./doc/common/tables/swift-object-server-object-replicator.xml:53(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:33(td) ./doc/common/tables/swift-object-server-object-auditor.xml:37(td) ./doc/common/tables/swift-container-server-container-replicator.xml:41(td) ./doc/common/tables/swift-account-server-account-auditor.xml:37(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:41(td) ./doc/common/tables/swift-object-server-object-updater.xml:37(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-account-server-account-reaper.xml:45(td) +#: ./doc/common/tables/swift-container-server-container-sync.xml:37(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-container-server-container-auditor.xml:37(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:33(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-account-server-account-replicator.xml:49(td) ./doc/common/tables/swift-container-server-container-updater.xml:46(td) ./doc/common/tables/swift-object-server-object-replicator.xml:53(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:33(td) ./doc/common/tables/swift-object-server-object-auditor.xml:45(td) ./doc/common/tables/swift-container-server-container-replicator.xml:41(td) ./doc/common/tables/swift-account-server-account-auditor.xml:37(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:41(td) ./doc/common/tables/swift-object-server-object-updater.xml:37(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-account-server-account-reaper.xml:45(td) msgid "Logging level" msgstr "" @@ -9419,7 +9463,7 @@ msgstr "" msgid "log_name = container-sync" msgstr "" -#: ./doc/common/tables/swift-container-server-container-sync.xml:41(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-container-server-container-auditor.xml:41(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:37(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-account-server-account-replicator.xml:53(td) ./doc/common/tables/swift-container-server-container-updater.xml:50(td) ./doc/common/tables/swift-object-server-object-replicator.xml:57(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:41(td) ./doc/common/tables/swift-object-server-object-auditor.xml:41(td) ./doc/common/tables/swift-container-server-container-replicator.xml:45(td) ./doc/common/tables/swift-account-server-account-auditor.xml:41(td) ./doc/common/tables/swift-object-server-object-updater.xml:41(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-account-server-account-reaper.xml:49(td) +#: ./doc/common/tables/swift-container-server-container-sync.xml:41(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-container-server-container-auditor.xml:41(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:37(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-account-server-account-replicator.xml:53(td) ./doc/common/tables/swift-container-server-container-updater.xml:50(td) ./doc/common/tables/swift-object-server-object-replicator.xml:57(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:41(td) ./doc/common/tables/swift-object-server-object-auditor.xml:49(td) ./doc/common/tables/swift-container-server-container-replicator.xml:45(td) ./doc/common/tables/swift-account-server-account-auditor.xml:41(td) ./doc/common/tables/swift-object-server-object-updater.xml:41(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-account-server-account-reaper.xml:49(td) msgid "Label used when logging" msgstr "" @@ -9443,7 +9487,7 @@ msgstr "" msgid "to use for admin calls that are HMAC signed. Default is empty, which will disable admin calls to /info. the proxy server. For most cases, this should be `egg:swift#proxy`. request whenever it has to failover to a handoff node" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:24(td) ./doc/common/tables/heat-cfn_api.xml:32(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:20(td) ./doc/common/tables/heat-api.xml:106(td) ./doc/common/tables/heat-cloudwatch_api.xml:28(td) ./doc/common/tables/neutron-wsgi.xml:21(td) ./doc/common/tables/glance-common.xml:29(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:20(td) ./doc/common/tables/trove-debug.xml:25(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:24(td) ./doc/common/tables/heat-cfn_api.xml:32(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:20(td) ./doc/common/tables/heat-api.xml:114(td) ./doc/common/tables/heat-cloudwatch_api.xml:28(td) ./doc/common/tables/neutron-wsgi.xml:21(td) ./doc/common/tables/glance-common.xml:29(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:20(td) ./doc/common/tables/trove-debug.xml:25(td) msgid "backlog = 4096" msgstr "" @@ -9503,7 +9547,7 @@ msgstr "" msgid "disallowed_sections = container_quotas, tempurl, bulk_delete.max_failed_deletes" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:151(td) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:21(td) ./doc/common/tables/neutron-rootwrap.xml:49(td) ./doc/common/tables/neutron-rootwrap.xml:53(td) ./doc/common/tables/swift-swift-swift-constraints.xml:21(td) ./doc/common/tables/swift-swift-swift-constraints.xml:25(td) ./doc/common/tables/swift-swift-swift-constraints.xml:29(td) ./doc/common/tables/swift-swift-swift-constraints.xml:33(td) ./doc/common/tables/swift-swift-swift-constraints.xml:37(td) ./doc/common/tables/swift-swift-swift-constraints.xml:41(td) ./doc/common/tables/swift-swift-swift-constraints.xml:45(td) ./doc/common/tables/swift-swift-swift-constraints.xml:49(td) ./doc/common/tables/swift-swift-swift-constraints.xml:53(td) ./doc/common/tables/swift-swift-swift-constraints.xml:57(td) ./doc/common/tables/swift-swift-swift-constraints.xml:61(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:33(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:25(td) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:21(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:41(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:53(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:65(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:81(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:85(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:89(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:125(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:133(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:141(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:145(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:21(td) ./doc/common/tables/swift-container-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:29(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:43(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:51(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:25(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:65(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:69(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:77(td) ./doc/common/tables/swift-rsyncd-container.xml:21(td) ./doc/common/tables/swift-rsyncd-container.xml:25(td) ./doc/common/tables/swift-rsyncd-container.xml:29(td) ./doc/common/tables/swift-rsyncd-container.xml:33(td) ./doc/common/tables/swift-rsyncd-account.xml:21(td) ./doc/common/tables/swift-rsyncd-account.xml:25(td) ./doc/common/tables/swift-rsyncd-account.xml:29(td) ./doc/common/tables/swift-rsyncd-account.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:97(td) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:21(td) ./doc/common/tables/swift-object-server-object-replicator.xml:77(td) ./doc/common/tables/swift-object-server-object-replicator.xml:81(td) ./doc/common/tables/swift-object-server-object-replicator.xml:101(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:57(td) ./doc/common/tables/swift-object-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-memcache-memcache.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:39(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:43(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:47(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:51(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:55(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:59(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:63(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:67(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:71(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:75(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:79(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:29(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:33(td) ./doc/common/tables/swift-object-server-object-auditor.xml:49(td) ./doc/common/tables/swift-account-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:45(td) ./doc/common/tables/swift-object-server-filter-recon.xml:25(td) ./doc/common/tables/swift-rsyncd-object.xml:21(td) ./doc/common/tables/swift-rsyncd-object.xml:25(td) ./doc/common/tables/swift-rsyncd-object.xml:29(td) ./doc/common/tables/swift-rsyncd-object.xml:33(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:53(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:21(td) ./doc/common/tables/swift-dispersion-dispersion.xml:21(td) ./doc/common/tables/swift-dispersion-dispersion.xml:41(td) ./doc/common/tables/swift-dispersion-dispersion.xml:45(td) ./doc/common/tables/swift-dispersion-dispersion.xml:49(td) ./doc/common/tables/swift-dispersion-dispersion.xml:53(td) ./doc/common/tables/swift-dispersion-dispersion.xml:65(td) ./doc/common/tables/swift-dispersion-dispersion.xml:69(td) ./doc/common/tables/swift-dispersion-dispersion.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:21(td) ./doc/common/tables/swift-account-server-account-reaper.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:29(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:21(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:147(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:155(td) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:21(td) ./doc/common/tables/neutron-rootwrap.xml:49(td) ./doc/common/tables/neutron-rootwrap.xml:53(td) ./doc/common/tables/swift-swift-swift-constraints.xml:21(td) ./doc/common/tables/swift-swift-swift-constraints.xml:25(td) ./doc/common/tables/swift-swift-swift-constraints.xml:29(td) ./doc/common/tables/swift-swift-swift-constraints.xml:33(td) ./doc/common/tables/swift-swift-swift-constraints.xml:37(td) ./doc/common/tables/swift-swift-swift-constraints.xml:45(td) ./doc/common/tables/swift-swift-swift-constraints.xml:49(td) ./doc/common/tables/swift-swift-swift-constraints.xml:53(td) ./doc/common/tables/swift-swift-swift-constraints.xml:57(td) ./doc/common/tables/swift-swift-swift-constraints.xml:61(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:33(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:25(td) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:21(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:41(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:53(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:65(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:81(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:85(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:89(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:125(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:133(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:141(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:145(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:21(td) ./doc/common/tables/swift-container-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:29(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:43(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:55(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:25(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:65(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:69(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:77(td) ./doc/common/tables/swift-rsyncd-container.xml:21(td) ./doc/common/tables/swift-rsyncd-container.xml:25(td) ./doc/common/tables/swift-rsyncd-container.xml:29(td) ./doc/common/tables/swift-rsyncd-container.xml:33(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:25(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:29(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:39(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:43(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:47(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:51(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:55(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:59(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:63(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:67(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:71(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:75(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:79(td) ./doc/common/tables/swift-rsyncd-account.xml:21(td) ./doc/common/tables/swift-rsyncd-account.xml:25(td) ./doc/common/tables/swift-rsyncd-account.xml:29(td) ./doc/common/tables/swift-rsyncd-account.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:97(td) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:21(td) ./doc/common/tables/swift-object-server-object-replicator.xml:77(td) ./doc/common/tables/swift-object-server-object-replicator.xml:81(td) ./doc/common/tables/swift-object-server-object-replicator.xml:101(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:57(td) ./doc/common/tables/swift-object-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-memcache-memcache.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:39(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:43(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:47(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:51(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:55(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:59(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:63(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:67(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:71(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:75(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:79(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:29(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:33(td) ./doc/common/tables/swift-object-server-object-auditor.xml:57(td) ./doc/common/tables/swift-account-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:45(td) ./doc/common/tables/swift-object-server-filter-recon.xml:25(td) ./doc/common/tables/swift-rsyncd-object.xml:21(td) ./doc/common/tables/swift-rsyncd-object.xml:25(td) ./doc/common/tables/swift-rsyncd-object.xml:29(td) ./doc/common/tables/swift-rsyncd-object.xml:33(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:53(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:21(td) ./doc/common/tables/swift-dispersion-dispersion.xml:21(td) ./doc/common/tables/swift-dispersion-dispersion.xml:41(td) ./doc/common/tables/swift-dispersion-dispersion.xml:45(td) ./doc/common/tables/swift-dispersion-dispersion.xml:49(td) ./doc/common/tables/swift-dispersion-dispersion.xml:53(td) ./doc/common/tables/swift-dispersion-dispersion.xml:65(td) ./doc/common/tables/swift-dispersion-dispersion.xml:69(td) ./doc/common/tables/swift-dispersion-dispersion.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:21(td) ./doc/common/tables/swift-account-server-account-reaper.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:29(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:21(td) msgid "No help text available for this option." msgstr "" @@ -9627,31 +9671,35 @@ msgstr "" msgid "Maximum number of clients one worker can process simultaneously Lowering the number of clients handled per worker, and raising the number of workers can lessen the impact that a CPU intensive, or blocking, request can have on other requests served by the same worker. If the maximum number of clients is set to one, then a given worker will not perform another call while processing, allowing other workers a chance to process it." msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:146(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:71(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:130(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:150(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:75(td) ./doc/common/tables/swift-dispersion-dispersion.xml:76(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:126(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:146(td) +msgid "strict_cors_mode = True" +msgstr "" + +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:150(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:71(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:130(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:150(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:75(td) ./doc/common/tables/swift-dispersion-dispersion.xml:76(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:126(td) msgid "swift_dir = /etc/swift" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:147(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:72(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:131(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:151(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:76(td) ./doc/common/tables/swift-dispersion-dispersion.xml:77(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:127(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:151(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:72(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:131(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:151(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:76(td) ./doc/common/tables/swift-dispersion-dispersion.xml:77(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:127(td) msgid "Swift configuration directory" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:150(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:154(td) msgid "trans_id_suffix =" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:154(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:75(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:134(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:154(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:79(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:130(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:158(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:75(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:134(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:154(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:79(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:130(td) msgid "user = swift" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:155(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:76(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:135(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:155(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:80(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:131(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:159(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:76(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:135(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:155(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:80(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:131(td) msgid "User to run as" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:158(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:138(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:158(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:134(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:162(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:138(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:158(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:134(td) msgid "workers = auto" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:159(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:139(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:159(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:135(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:163(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:139(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:159(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:135(td) msgid "a much higher value, one can reduce the impact of slow file system operations in one request from negatively impacting other requests." msgstr "" @@ -9731,14 +9779,42 @@ msgstr "" msgid "Description of configuration options for redis" msgstr "" -#: ./doc/common/tables/ceilometer-redis.xml:21(td) ./doc/common/tables/nova-common.xml:41(td) ./doc/common/tables/neutron-redis.xml:21(td) ./doc/common/tables/heat-redis.xml:21(td) -msgid "host = oslo" +#: ./doc/common/tables/ceilometer-redis.xml:21(td) ./doc/common/tables/nova-common.xml:41(td) ./doc/common/tables/neutron-redis.xml:21(td) ./doc/common/tables/cinder-common.xml:57(td) ./doc/common/tables/heat-redis.xml:21(td) +msgid "host = localhost" msgstr "" #: ./doc/common/tables/ceilometer-redis.xml:22(td) msgid "(StrOpt) Name of this node, which must be valid in an AMQP key. Can be an opaque identifier. For ZeroMQ only, must be a valid host name, FQDN, or IP address." msgstr "" +#: ./doc/common/tables/ceilometer-redis.xml:33(th) ./doc/common/tables/neutron-redis.xml:25(th) ./doc/common/tables/nova-redis.xml:18(th) ./doc/common/tables/glance-redis.xml:18(th) ./doc/common/tables/cinder-rpc.xml:225(th) ./doc/common/tables/heat-redis.xml:25(th) ./doc/common/tables/trove-redis.xml:18(th) ./doc/common/tables/keystone-redis.xml:29(th) +msgid "[matchmaker_redis]" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml:36(td) ./doc/common/tables/neutron-redis.xml:28(td) ./doc/common/tables/nova-redis.xml:21(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:24(td) ./doc/common/tables/glance-redis.xml:21(td) ./doc/common/tables/cinder-rpc.xml:228(td) ./doc/common/tables/heat-redis.xml:28(td) ./doc/common/tables/trove-redis.xml:21(td) ./doc/common/tables/neutron-nec.xml:37(td) ./doc/common/tables/keystone-redis.xml:32(td) +msgid "host = 127.0.0.1" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml:37(td) ./doc/common/tables/neutron-redis.xml:29(td) ./doc/common/tables/nova-redis.xml:22(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:25(td) ./doc/common/tables/glance-redis.xml:22(td) ./doc/common/tables/cinder-rpc.xml:229(td) ./doc/common/tables/heat-redis.xml:29(td) ./doc/common/tables/keystone-redis.xml:33(td) +msgid "(StrOpt) Host to locate redis." +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml:40(td) ./doc/common/tables/neutron-redis.xml:32(td) ./doc/common/tables/nova-redis.xml:25(td) ./doc/common/tables/keystone-ldap.xml:101(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:60(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:60(td) ./doc/common/tables/glance-redis.xml:25(td) ./doc/common/tables/cinder-rpc.xml:232(td) ./doc/common/tables/heat-redis.xml:32(td) ./doc/common/tables/neutron-ml2_ncs.xml:21(td) ./doc/common/tables/neutron-ml2_odl.xml:21(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:148(td) ./doc/common/tables/trove-redis.xml:25(td) ./doc/common/tables/keystone-redis.xml:36(td) +msgid "password = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml:41(td) ./doc/common/tables/neutron-redis.xml:33(td) ./doc/common/tables/nova-redis.xml:26(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:61(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:61(td) ./doc/common/tables/glance-redis.xml:26(td) ./doc/common/tables/cinder-rpc.xml:233(td) ./doc/common/tables/heat-redis.xml:33(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:149(td) ./doc/common/tables/keystone-redis.xml:37(td) +msgid "(StrOpt) Password for Redis server (optional)." +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml:44(td) ./doc/common/tables/neutron-redis.xml:36(td) ./doc/common/tables/nova-redis.xml:29(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:64(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:64(td) ./doc/common/tables/glance-redis.xml:29(td) ./doc/common/tables/cinder-rpc.xml:236(td) ./doc/common/tables/heat-redis.xml:36(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:152(td) ./doc/common/tables/trove-redis.xml:29(td) ./doc/common/tables/keystone-redis.xml:40(td) +msgid "port = 6379" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml:45(td) ./doc/common/tables/neutron-redis.xml:37(td) ./doc/common/tables/nova-redis.xml:30(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:65(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:65(td) ./doc/common/tables/glance-redis.xml:30(td) ./doc/common/tables/cinder-rpc.xml:237(td) ./doc/common/tables/heat-redis.xml:37(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:153(td) ./doc/common/tables/trove-redis.xml:30(td) ./doc/common/tables/keystone-redis.xml:41(td) +msgid "(IntOpt) Use this port to connect to redis host." +msgstr "" + #: ./doc/common/tables/cinder-storage_ceph.xml:7(caption) msgid "Description of configuration options for storage_ceph" msgstr "" @@ -9783,7 +9859,7 @@ msgstr "" msgid "(StrOpt) The RADOS pool where rbd volumes are stored" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:41(td) ./doc/common/tables/nova-volumes.xml:118(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:41(td) ./doc/common/tables/nova-volumes.xml:126(td) msgid "rbd_secret_uuid = None" msgstr "" @@ -9799,7 +9875,7 @@ msgstr "" msgid "(IntOpt) Volumes will be chunked into objects of this size (in megabytes)." msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:49(td) ./doc/common/tables/nova-volumes.xml:122(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:49(td) ./doc/common/tables/nova-volumes.xml:130(td) msgid "rbd_user = None" msgstr "" @@ -9927,19 +10003,19 @@ msgstr "" msgid "(StrOpt) VLAN Name prefix for provider vlans" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:45(td) ./doc/common/tables/neutron-cisco.xml:125(td) +#: ./doc/common/tables/neutron-cisco.xml:45(td) ./doc/common/tables/neutron-cisco.xml:129(td) msgid "svi_round_robin = False" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:46(td) ./doc/common/tables/neutron-cisco.xml:126(td) +#: ./doc/common/tables/neutron-cisco.xml:46(td) ./doc/common/tables/neutron-cisco.xml:130(td) msgid "(BoolOpt) Distribute SVI interfaces over all switches" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:49(td) ./doc/common/tables/neutron-cisco.xml:129(td) +#: ./doc/common/tables/neutron-cisco.xml:49(td) ./doc/common/tables/neutron-cisco.xml:133(td) msgid "vlan_name_prefix = q-" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:50(td) ./doc/common/tables/neutron-cisco.xml:130(td) +#: ./doc/common/tables/neutron-cisco.xml:50(td) ./doc/common/tables/neutron-cisco.xml:134(td) msgid "(StrOpt) VLAN Name prefix" msgstr "" @@ -9979,83 +10055,91 @@ msgstr "" msgid "(IntOpt) Number of threads to use to make HTTP requests" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:77(td) -msgid "(StrOpt) N1K Integration Bridge" +#: ./doc/common/tables/neutron-cisco.xml:76(td) +msgid "http_timeout = 15" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:80(td) -msgid "network_node_policy_profile = dhcp_pp" +#: ./doc/common/tables/neutron-cisco.xml:77(td) +msgid "(IntOpt) N1K http timeout duration in seconds" msgstr "" #: ./doc/common/tables/neutron-cisco.xml:81(td) -msgid "(StrOpt) N1K policy profile for network node" +msgid "(StrOpt) N1K Integration Bridge" msgstr "" #: ./doc/common/tables/neutron-cisco.xml:84(td) -msgid "network_vlan_ranges = vlan:1:4095" +msgid "network_node_policy_profile = dhcp_pp" msgstr "" #: ./doc/common/tables/neutron-cisco.xml:85(td) -msgid "(StrOpt) N1K Network VLAN Ranges" +msgid "(StrOpt) N1K policy profile for network node" msgstr "" #: ./doc/common/tables/neutron-cisco.xml:88(td) -msgid "poll_duration = 10" +msgid "network_vlan_ranges = vlan:1:4095" msgstr "" #: ./doc/common/tables/neutron-cisco.xml:89(td) -msgid "(IntOpt) N1K Policy profile polling duration in seconds" +msgid "(StrOpt) N1K Network VLAN Ranges" +msgstr "" + +#: ./doc/common/tables/neutron-cisco.xml:92(td) +msgid "poll_duration = 10" msgstr "" #: ./doc/common/tables/neutron-cisco.xml:93(td) -msgid "(StrOpt) N1K Tenant Network Type" +msgid "(IntOpt) N1K Policy profile polling duration in seconds" msgstr "" #: ./doc/common/tables/neutron-cisco.xml:97(td) -msgid "(StrOpt) N1K Tunnel Bridge" -msgstr "" - -#: ./doc/common/tables/neutron-cisco.xml:100(td) -msgid "vxlan_id_ranges = 5000:10000" +msgid "(StrOpt) N1K Tenant Network Type" msgstr "" #: ./doc/common/tables/neutron-cisco.xml:101(td) +msgid "(StrOpt) N1K Tunnel Bridge" +msgstr "" + +#: ./doc/common/tables/neutron-cisco.xml:104(td) +msgid "vxlan_id_ranges = 5000:10000" +msgstr "" + +#: ./doc/common/tables/neutron-cisco.xml:105(td) msgid "(StrOpt) N1K VXLAN ID Ranges" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:104(th) +#: ./doc/common/tables/neutron-cisco.xml:108(th) msgid "[CISCO_PLUGINS]" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:107(td) +#: ./doc/common/tables/neutron-cisco.xml:111(td) msgid "nexus_plugin = neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:108(td) +#: ./doc/common/tables/neutron-cisco.xml:112(td) msgid "(StrOpt) Nexus Switch to use" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:111(td) +#: ./doc/common/tables/neutron-cisco.xml:115(td) msgid "vswitch_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:112(td) +#: ./doc/common/tables/neutron-cisco.xml:116(td) msgid "(StrOpt) Virtual Switch to use" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:115(th) +#: ./doc/common/tables/neutron-cisco.xml:119(th) msgid "[cisco_csr_ipsec]" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:118(td) +#: ./doc/common/tables/neutron-cisco.xml:122(td) msgid "status_check_interval = 60" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:119(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:437(td) +#: ./doc/common/tables/neutron-cisco.xml:123(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:437(td) msgid "(IntOpt) Status check interval for Cisco CSR IPSec connections" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:122(th) ./doc/common/tables/neutron-ml2_cisco.xml:18(th) +#: ./doc/common/tables/neutron-cisco.xml:126(th) ./doc/common/tables/neutron-ml2_cisco.xml:18(th) msgid "[ml2_cisco]" msgstr "" @@ -10063,59 +10147,51 @@ msgstr "" msgid "Description of configuration options for testing" msgstr "" -#: ./doc/common/tables/nova-testing.xml:21(td) ./doc/common/tables/ceilometer-rpc.xml:21(td) ./doc/common/tables/trove-rpc.xml:21(td) ./doc/common/tables/heat-rpc.xml:21(td) ./doc/common/tables/neutron-common.xml:37(td) -msgid "allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" -msgstr "" - -#: ./doc/common/tables/nova-testing.xml:22(td) ./doc/common/tables/glance-rpc.xml:22(td) ./doc/common/tables/keystone-rpc.xml:22(td) ./doc/common/tables/trove-rpc.xml:22(td) -msgid "(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call." -msgstr "" - -#: ./doc/common/tables/nova-testing.xml:25(td) ./doc/common/tables/ceilometer-common.xml:21(td) ./doc/common/tables/cinder-api.xml:33(td) ./doc/common/tables/heat-debug.xml:21(td) ./doc/common/tables/neutron-testing.xml:21(td) ./doc/common/tables/trove-debug.xml:21(td) ./doc/common/tables/keystone-debug.xml:21(td) +#: ./doc/common/tables/nova-testing.xml:21(td) ./doc/common/tables/ceilometer-common.xml:21(td) ./doc/common/tables/cinder-api.xml:33(td) ./doc/common/tables/heat-debug.xml:21(td) ./doc/common/tables/neutron-testing.xml:21(td) ./doc/common/tables/trove-debug.xml:21(td) ./doc/common/tables/keystone-debug.xml:21(td) msgid "backdoor_port = None" msgstr "" -#: ./doc/common/tables/nova-testing.xml:26(td) ./doc/common/tables/ceilometer-common.xml:22(td) ./doc/common/tables/cinder-api.xml:34(td) ./doc/common/tables/heat-debug.xml:22(td) ./doc/common/tables/neutron-testing.xml:22(td) ./doc/common/tables/trove-debug.xml:22(td) ./doc/common/tables/keystone-debug.xml:22(td) +#: ./doc/common/tables/nova-testing.xml:22(td) ./doc/common/tables/ceilometer-common.xml:22(td) ./doc/common/tables/cinder-api.xml:34(td) ./doc/common/tables/heat-debug.xml:22(td) ./doc/common/tables/neutron-testing.xml:22(td) ./doc/common/tables/trove-debug.xml:22(td) ./doc/common/tables/keystone-debug.xml:22(td) msgid "(StrOpt) Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service's log file." msgstr "" -#: ./doc/common/tables/nova-testing.xml:29(td) +#: ./doc/common/tables/nova-testing.xml:25(td) msgid "fake_call = False" msgstr "" -#: ./doc/common/tables/nova-testing.xml:30(td) +#: ./doc/common/tables/nova-testing.xml:26(td) msgid "(BoolOpt) If True, skip using the queue and make local calls" msgstr "" -#: ./doc/common/tables/nova-testing.xml:33(td) +#: ./doc/common/tables/nova-testing.xml:29(td) msgid "fake_network = False" msgstr "" -#: ./doc/common/tables/nova-testing.xml:34(td) +#: ./doc/common/tables/nova-testing.xml:30(td) msgid "(BoolOpt) If passed, use fake network devices and addresses" msgstr "" -#: ./doc/common/tables/nova-testing.xml:37(td) ./doc/common/tables/trove-amqp.xml:37(td) ./doc/common/tables/keystone-rabbit.xml:21(td) ./doc/common/tables/heat-amqp.xml:41(td) ./doc/common/tables/glance-rabbitmq.xml:25(td) ./doc/common/tables/neutron-testing.xml:25(td) ./doc/common/tables/cinder-rpc.xml:41(td) ./doc/common/tables/ceilometer-rabbitmq.xml:21(td) +#: ./doc/common/tables/nova-testing.xml:33(td) ./doc/common/tables/trove-amqp.xml:41(td) ./doc/common/tables/keystone-rabbit.xml:21(td) ./doc/common/tables/heat-amqp.xml:41(td) ./doc/common/tables/glance-rabbitmq.xml:25(td) ./doc/common/tables/neutron-testing.xml:25(td) ./doc/common/tables/cinder-rpc.xml:37(td) ./doc/common/tables/ceilometer-rabbitmq.xml:21(td) msgid "fake_rabbit = False" msgstr "" -#: ./doc/common/tables/nova-testing.xml:38(td) ./doc/common/tables/trove-amqp.xml:38(td) ./doc/common/tables/keystone-rabbit.xml:22(td) ./doc/common/tables/heat-amqp.xml:42(td) ./doc/common/tables/neutron-testing.xml:26(td) ./doc/common/tables/ceilometer-rabbitmq.xml:22(td) -msgid "(BoolOpt) If passed, use a fake RabbitMQ provider" +#: ./doc/common/tables/nova-testing.xml:34(td) ./doc/common/tables/keystone-rabbit.xml:22(td) ./doc/common/tables/heat-amqp.xml:42(td) ./doc/common/tables/glance-rabbitmq.xml:26(td) ./doc/common/tables/neutron-testing.xml:26(td) ./doc/common/tables/cinder-rpc.xml:38(td) ./doc/common/tables/ceilometer-rabbitmq.xml:22(td) +msgid "(BoolOpt) If passed, use a fake RabbitMQ provider." msgstr "" -#: ./doc/common/tables/nova-testing.xml:41(td) ./doc/common/tables/cinder-common.xml:109(td) +#: ./doc/common/tables/nova-testing.xml:37(td) ./doc/common/tables/cinder-common.xml:109(td) msgid "monkey_patch = False" msgstr "" -#: ./doc/common/tables/nova-testing.xml:42(td) +#: ./doc/common/tables/nova-testing.xml:38(td) msgid "(BoolOpt) Whether to log monkey patching" msgstr "" -#: ./doc/common/tables/nova-testing.xml:45(td) +#: ./doc/common/tables/nova-testing.xml:41(td) msgid "monkey_patch_modules = nova.api.ec2.cloud:nova.notifications.notify_decorator, nova.compute.api:nova.notifications.notify_decorator" msgstr "" -#: ./doc/common/tables/nova-testing.xml:46(td) ./doc/common/tables/cinder-common.xml:114(td) +#: ./doc/common/tables/nova-testing.xml:42(td) ./doc/common/tables/cinder-common.xml:114(td) msgid "(ListOpt) List of modules/decorators to monkey patch" msgstr "" @@ -10195,11 +10271,11 @@ msgstr "" msgid "[clients_nova]" msgstr "" -#: ./doc/common/tables/heat-clients_nova.xml:33(td) +#: ./doc/common/tables/heat-clients_nova.xml:33(td) ./doc/common/tables/heat-clients_cinder.xml:33(td) msgid "http_log_debug = False" msgstr "" -#: ./doc/common/tables/heat-clients_nova.xml:34(td) +#: ./doc/common/tables/heat-clients_nova.xml:34(td) ./doc/common/tables/heat-clients_cinder.xml:34(td) msgid "(BoolOpt) Allow client's debug log output." msgstr "" @@ -10240,42 +10316,50 @@ msgid "(BoolOpt) Enable HTTP debugging to 3PAR" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:37(td) -msgid "hp3par_iscsi_ips =" +msgid "hp3par_iscsi_chap_enabled = False" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:38(td) -msgid "(ListOpt) List of target iSCSI addresses to use." +msgid "(BoolOpt) Enable CHAP authentication for iSCSI connections." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:41(td) -msgid "hp3par_password =" +msgid "hp3par_iscsi_ips =" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:42(td) -msgid "(StrOpt) 3PAR Super user password" +msgid "(ListOpt) List of target iSCSI addresses to use." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:45(td) -msgid "hp3par_snapshot_expiration =" +msgid "hp3par_password =" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:46(td) -msgid "(StrOpt) The time in hours when a snapshot expires and is deleted. This must be larger than expiration" +msgid "(StrOpt) 3PAR Super user password" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:49(td) -msgid "hp3par_snapshot_retention =" +msgid "hp3par_snapshot_expiration =" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:50(td) -msgid "(StrOpt) The time in hours to retain a snapshot. You can't delete it before this expires." +msgid "(StrOpt) The time in hours when a snapshot expires and is deleted. This must be larger than expiration" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:53(td) -msgid "hp3par_username =" +msgid "hp3par_snapshot_retention =" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml:54(td) +msgid "(StrOpt) The time in hours to retain a snapshot. You can't delete it before this expires." +msgstr "" + +#: ./doc/common/tables/cinder-hp3par.xml:57(td) +msgid "hp3par_username =" +msgstr "" + +#: ./doc/common/tables/cinder-hp3par.xml:58(td) msgid "(StrOpt) 3PAR Super user username" msgstr "" @@ -10283,11 +10367,11 @@ msgstr "" msgid "Description of configuration options for misc" msgstr "" -#: ./doc/common/tables/keystone-misc.xml:21(td) ./doc/common/tables/ceilometer-common.xml:37(td) ./doc/common/tables/nova-common.xml:45(td) ./doc/common/tables/trove-common.xml:57(td) ./doc/common/tables/cinder-common.xml:69(td) ./doc/common/tables/heat-debug.xml:37(td) ./doc/common/tables/glance-common.xml:69(td) ./doc/common/tables/neutron-common.xml:141(td) +#: ./doc/common/tables/keystone-misc.xml:21(td) ./doc/common/tables/ceilometer-common.xml:33(td) ./doc/common/tables/nova-common.xml:45(td) ./doc/common/tables/trove-common.xml:57(td) ./doc/common/tables/cinder-common.xml:69(td) ./doc/common/tables/heat-debug.xml:37(td) ./doc/common/tables/glance-common.xml:69(td) ./doc/common/tables/neutron-common.xml:137(td) msgid "lock_path = None" msgstr "" -#: ./doc/common/tables/keystone-misc.xml:22(td) ./doc/common/tables/ceilometer-common.xml:38(td) ./doc/common/tables/nova-common.xml:46(td) ./doc/common/tables/trove-common.xml:58(td) ./doc/common/tables/heat-debug.xml:38(td) ./doc/common/tables/glance-common.xml:70(td) ./doc/common/tables/neutron-common.xml:142(td) +#: ./doc/common/tables/keystone-misc.xml:22(td) ./doc/common/tables/ceilometer-common.xml:34(td) ./doc/common/tables/nova-common.xml:46(td) ./doc/common/tables/trove-common.xml:58(td) ./doc/common/tables/heat-debug.xml:38(td) ./doc/common/tables/glance-common.xml:70(td) ./doc/common/tables/neutron-common.xml:138(td) msgid "(StrOpt) Directory to use for lock files." msgstr "" @@ -10347,7 +10431,7 @@ msgstr "" msgid "use = egg:swift#cname_lookup" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:50(td) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:53(td) ./doc/common/tables/swift-container-server-filter-recon.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:21(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:137(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:21(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-object-server-app-object-server.xml:97(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:61(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:41(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:47(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:33(td) ./doc/common/tables/swift-account-server-filter-recon.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:93(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:33(td) ./doc/common/tables/swift-account-server-app-account-server.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:93(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-object-expirer-filter-cache.xml:21(td) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:21(td) ./doc/common/tables/swift-container-server-app-container-server.xml:61(td) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:41(td) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:21(td) ./doc/common/tables/swift-object-server-filter-recon.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:54(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:25(td) +#: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:50(td) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:53(td) ./doc/common/tables/swift-container-server-filter-recon.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:21(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:137(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:21(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-object-server-app-object-server.xml:97(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:61(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:41(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:93(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:47(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:33(td) ./doc/common/tables/swift-account-server-filter-recon.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:93(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:33(td) ./doc/common/tables/swift-account-server-app-account-server.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:93(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-object-expirer-filter-cache.xml:21(td) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:21(td) ./doc/common/tables/swift-container-server-app-container-server.xml:61(td) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:41(td) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:21(td) ./doc/common/tables/swift-object-server-filter-recon.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:54(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:25(td) msgid "Entry point of paste.deploy in the server" msgstr "" @@ -10487,38 +10571,42 @@ msgstr "" msgid "Description of configuration options for common" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:25(td) ./doc/common/tables/nova-common.xml:37(td) ./doc/common/tables/cinder-common.xml:41(td) ./doc/common/tables/heat-debug.xml:29(td) ./doc/common/tables/glance-common.xml:45(td) ./doc/common/tables/neutron-common.xml:121(td) ./doc/common/tables/trove-debug.xml:33(td) ./doc/common/tables/keystone-debug.xml:29(td) +#: ./doc/common/tables/ceilometer-common.xml:25(td) ./doc/common/tables/nova-common.xml:37(td) ./doc/common/tables/cinder-common.xml:41(td) ./doc/common/tables/heat-debug.xml:29(td) ./doc/common/tables/glance-common.xml:45(td) ./doc/common/tables/neutron-common.xml:117(td) ./doc/common/tables/trove-debug.xml:33(td) msgid "disable_process_locking = False" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:26(td) ./doc/common/tables/heat-debug.xml:30(td) ./doc/common/tables/keystone-debug.xml:30(td) +#: ./doc/common/tables/ceilometer-common.xml:26(td) ./doc/common/tables/nova-common.xml:38(td) ./doc/common/tables/heat-debug.xml:30(td) ./doc/common/tables/glance-common.xml:46(td) msgid "(BoolOpt) Enables or disables inter-process locks." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:29(td) ./doc/common/tables/neutron-logging.xml:29(td) ./doc/common/tables/glance-logging.xml:29(td) ./doc/common/tables/cinder-common.xml:49(td) ./doc/common/tables/heat-debug.xml:33(td) ./doc/common/tables/nova-logging.xml:29(td) ./doc/common/tables/trove-debug.xml:37(td) ./doc/common/tables/keystone-debug.xml:33(td) +#: ./doc/common/tables/ceilometer-common.xml:29(td) ./doc/common/tables/neutron-logging.xml:29(td) ./doc/common/tables/glance-logging.xml:29(td) ./doc/common/tables/cinder-common.xml:49(td) ./doc/common/tables/heat-debug.xml:33(td) ./doc/common/tables/nova-logging.xml:29(td) ./doc/common/tables/trove-debug.xml:37(td) ./doc/common/tables/keystone-debug.xml:29(td) msgid "fatal_deprecations = False" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:30(td) ./doc/common/tables/neutron-logging.xml:30(td) ./doc/common/tables/glance-logging.xml:30(td) ./doc/common/tables/cinder-common.xml:50(td) ./doc/common/tables/heat-debug.xml:34(td) ./doc/common/tables/nova-logging.xml:30(td) ./doc/common/tables/keystone-debug.xml:34(td) +#: ./doc/common/tables/ceilometer-common.xml:30(td) ./doc/common/tables/neutron-logging.xml:30(td) ./doc/common/tables/glance-logging.xml:30(td) ./doc/common/tables/cinder-common.xml:50(td) ./doc/common/tables/heat-debug.xml:34(td) ./doc/common/tables/nova-logging.xml:30(td) ./doc/common/tables/trove-debug.xml:38(td) ./doc/common/tables/keystone-debug.xml:30(td) msgid "(BoolOpt) Enables or disables fatal status of deprecations." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:33(td) ./doc/common/tables/cinder-common.xml:53(td) ./doc/common/tables/nova-logging.xml:33(td) -msgid "fatal_exception_format_errors = False" -msgstr "" - -#: ./doc/common/tables/ceilometer-common.xml:34(td) ./doc/common/tables/nova-logging.xml:34(td) -msgid "(BoolOpt) Make exception message format errors fatal" -msgstr "" - -#: ./doc/common/tables/ceilometer-common.xml:45(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:40(td) +#: ./doc/common/tables/ceilometer-common.xml:41(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:40(td) msgid "notification_workers = 1" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:46(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:41(td) +#: ./doc/common/tables/ceilometer-common.xml:42(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:41(td) msgid "(IntOpt) Number of workers for notification service. A single notification agent is enabled by default." msgstr "" +#: ./doc/common/tables/cinder-pure.xml:7(caption) +msgid "Description of configuration options for pure" +msgstr "" + +#: ./doc/common/tables/cinder-pure.xml:21(td) +msgid "pure_api_token = None" +msgstr "" + +#: ./doc/common/tables/cinder-pure.xml:22(td) +msgid "(StrOpt) REST API authorization token." +msgstr "" + #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:8(literal) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:8(literal) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:8(literal) msgid "[filter-catch_errors]" msgstr "" @@ -10543,82 +10631,98 @@ msgstr "" msgid "(StrOpt) Driver to use for database access" msgstr "" -#: ./doc/common/tables/cinder-database.xml:33(td) ./doc/common/tables/keystone-database.xml:22(td) +#: ./doc/common/tables/cinder-database.xml:33(td) ./doc/common/tables/glance-database.xml:22(td) ./doc/common/tables/neutron-database.xml:22(td) ./doc/common/tables/heat-database.xml:22(td) ./doc/common/tables/keystone-database.xml:22(td) msgid "(StrOpt) The back end to use for the database." msgstr "" -#: ./doc/common/tables/cinder-database.xml:37(td) ./doc/common/tables/keystone-database.xml:26(td) +#: ./doc/common/tables/cinder-database.xml:37(td) ./doc/common/tables/glance-database.xml:26(td) ./doc/common/tables/neutron-database.xml:26(td) ./doc/common/tables/heat-database.xml:26(td) ./doc/common/tables/keystone-database.xml:26(td) msgid "(StrOpt) The SQLAlchemy connection string to use to connect to the database." msgstr "" -#: ./doc/common/tables/cinder-database.xml:41(td) ./doc/common/tables/keystone-database.xml:30(td) +#: ./doc/common/tables/cinder-database.xml:41(td) ./doc/common/tables/glance-database.xml:30(td) ./doc/common/tables/neutron-database.xml:30(td) ./doc/common/tables/heat-database.xml:30(td) ./doc/common/tables/keystone-database.xml:30(td) msgid "(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything." msgstr "" -#: ./doc/common/tables/cinder-database.xml:45(td) ./doc/common/tables/keystone-database.xml:34(td) +#: ./doc/common/tables/cinder-database.xml:45(td) ./doc/common/tables/glance-database.xml:34(td) ./doc/common/tables/neutron-database.xml:34(td) ./doc/common/tables/heat-database.xml:34(td) ./doc/common/tables/keystone-database.xml:34(td) msgid "(BoolOpt) Add Python stack traces to SQL as comment strings." msgstr "" -#: ./doc/common/tables/cinder-database.xml:49(td) ./doc/common/tables/keystone-database.xml:38(td) +#: ./doc/common/tables/cinder-database.xml:49(td) ./doc/common/tables/glance-database.xml:38(td) ./doc/common/tables/neutron-database.xml:38(td) ./doc/common/tables/heat-database.xml:38(td) ./doc/common/tables/keystone-database.xml:38(td) msgid "(BoolOpt) If True, increases the interval between database connection retries up to db_max_retry_interval." msgstr "" -#: ./doc/common/tables/cinder-database.xml:53(td) ./doc/common/tables/keystone-database.xml:42(td) +#: ./doc/common/tables/cinder-database.xml:53(td) ./doc/common/tables/glance-database.xml:42(td) ./doc/common/tables/neutron-database.xml:42(td) ./doc/common/tables/heat-database.xml:42(td) ./doc/common/tables/keystone-database.xml:42(td) msgid "(IntOpt) Maximum database connection retries before error is raised. Set to -1 to specify an infinite retry count." msgstr "" -#: ./doc/common/tables/cinder-database.xml:57(td) ./doc/common/tables/keystone-database.xml:46(td) +#: ./doc/common/tables/cinder-database.xml:57(td) ./doc/common/tables/glance-database.xml:46(td) ./doc/common/tables/neutron-database.xml:46(td) ./doc/common/tables/heat-database.xml:46(td) ./doc/common/tables/keystone-database.xml:46(td) msgid "(IntOpt) If db_inc_retry_interval is set, the maximum seconds between database connection retries." msgstr "" -#: ./doc/common/tables/cinder-database.xml:61(td) ./doc/common/tables/keystone-database.xml:50(td) +#: ./doc/common/tables/cinder-database.xml:61(td) ./doc/common/tables/glance-database.xml:50(td) ./doc/common/tables/neutron-database.xml:50(td) ./doc/common/tables/heat-database.xml:50(td) ./doc/common/tables/keystone-database.xml:50(td) msgid "(IntOpt) Seconds between database connection retries." msgstr "" -#: ./doc/common/tables/cinder-database.xml:65(td) ./doc/common/tables/keystone-database.xml:54(td) +#: ./doc/common/tables/cinder-database.xml:65(td) ./doc/common/tables/glance-database.xml:54(td) ./doc/common/tables/neutron-database.xml:54(td) ./doc/common/tables/heat-database.xml:54(td) ./doc/common/tables/keystone-database.xml:54(td) msgid "(IntOpt) Timeout before idle SQL connections are reaped." msgstr "" -#: ./doc/common/tables/cinder-database.xml:69(td) ./doc/common/tables/keystone-database.xml:58(td) +#: ./doc/common/tables/cinder-database.xml:69(td) ./doc/common/tables/glance-database.xml:58(td) ./doc/common/tables/neutron-database.xml:58(td) ./doc/common/tables/heat-database.xml:58(td) ./doc/common/tables/keystone-database.xml:58(td) msgid "(IntOpt) If set, use this value for max_overflow with SQLAlchemy." msgstr "" -#: ./doc/common/tables/cinder-database.xml:73(td) ./doc/common/tables/keystone-database.xml:62(td) +#: ./doc/common/tables/cinder-database.xml:73(td) ./doc/common/tables/glance-database.xml:62(td) ./doc/common/tables/neutron-database.xml:62(td) ./doc/common/tables/heat-database.xml:62(td) ./doc/common/tables/keystone-database.xml:62(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool." msgstr "" -#: ./doc/common/tables/cinder-database.xml:77(td) ./doc/common/tables/keystone-database.xml:66(td) +#: ./doc/common/tables/cinder-database.xml:77(td) ./doc/common/tables/glance-database.xml:66(td) ./doc/common/tables/neutron-database.xml:66(td) ./doc/common/tables/heat-database.xml:66(td) ./doc/common/tables/keystone-database.xml:66(td) msgid "(IntOpt) Maximum db connection retries during startup. Set to -1 to specify an infinite retry count." msgstr "" -#: ./doc/common/tables/cinder-database.xml:81(td) ./doc/common/tables/keystone-database.xml:70(td) +#: ./doc/common/tables/cinder-database.xml:81(td) ./doc/common/tables/glance-database.xml:70(td) ./doc/common/tables/neutron-database.xml:70(td) ./doc/common/tables/heat-database.xml:70(td) ./doc/common/tables/keystone-database.xml:70(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool." msgstr "" -#: ./doc/common/tables/cinder-database.xml:89(td) ./doc/common/tables/keystone-database.xml:78(td) +#: ./doc/common/tables/cinder-database.xml:89(td) ./doc/common/tables/glance-database.xml:78(td) ./doc/common/tables/neutron-database.xml:78(td) ./doc/common/tables/heat-database.xml:78(td) ./doc/common/tables/keystone-database.xml:78(td) msgid "(IntOpt) If set, use this value for pool_timeout with SQLAlchemy." msgstr "" -#: ./doc/common/tables/cinder-database.xml:93(td) ./doc/common/tables/keystone-database.xml:82(td) +#: ./doc/common/tables/cinder-database.xml:93(td) ./doc/common/tables/glance-database.xml:82(td) ./doc/common/tables/neutron-database.xml:82(td) ./doc/common/tables/heat-database.xml:82(td) ./doc/common/tables/keystone-database.xml:82(td) msgid "(IntOpt) Interval between retries of opening a SQL connection." msgstr "" -#: ./doc/common/tables/cinder-database.xml:96(td) ./doc/common/tables/keystone-database.xml:89(td) +#: ./doc/common/tables/cinder-database.xml:96(td) ./doc/common/tables/glance-database.xml:85(td) ./doc/common/tables/neutron-database.xml:85(td) ./doc/common/tables/nova-database.xml:92(td) ./doc/common/tables/heat-database.xml:85(td) ./doc/common/tables/keystone-database.xml:85(td) +msgid "slave_connection = None" +msgstr "" + +#: ./doc/common/tables/cinder-database.xml:97(td) ./doc/common/tables/glance-database.xml:86(td) ./doc/common/tables/neutron-database.xml:86(td) ./doc/common/tables/heat-database.xml:86(td) ./doc/common/tables/keystone-database.xml:86(td) +msgid "(StrOpt) The SQLAlchemy connection string to use to connect to the slave database." +msgstr "" + +#: ./doc/common/tables/cinder-database.xml:100(td) ./doc/common/tables/glance-database.xml:89(td) ./doc/common/tables/neutron-database.xml:89(td) ./doc/common/tables/heat-database.xml:89(td) ./doc/common/tables/keystone-database.xml:89(td) msgid "sqlite_db = oslo.sqlite" msgstr "" -#: ./doc/common/tables/cinder-database.xml:97(td) ./doc/common/tables/keystone-database.xml:90(td) +#: ./doc/common/tables/cinder-database.xml:101(td) ./doc/common/tables/glance-database.xml:90(td) ./doc/common/tables/neutron-database.xml:90(td) ./doc/common/tables/heat-database.xml:90(td) ./doc/common/tables/keystone-database.xml:90(td) msgid "(StrOpt) The file name to use with SQLite." msgstr "" -#: ./doc/common/tables/cinder-database.xml:101(td) ./doc/common/tables/keystone-database.xml:94(td) +#: ./doc/common/tables/cinder-database.xml:105(td) ./doc/common/tables/glance-database.xml:94(td) ./doc/common/tables/neutron-database.xml:94(td) ./doc/common/tables/heat-database.xml:94(td) ./doc/common/tables/keystone-database.xml:94(td) msgid "(BoolOpt) If True, SQLite uses synchronous mode." msgstr "" -#: ./doc/common/tables/cinder-database.xml:105(td) ./doc/common/tables/keystone-database.xml:98(td) +#: ./doc/common/tables/cinder-database.xml:109(td) ./doc/common/tables/glance-database.xml:98(td) ./doc/common/tables/neutron-database.xml:98(td) ./doc/common/tables/heat-database.xml:98(td) ./doc/common/tables/keystone-database.xml:98(td) msgid "(BoolOpt) Enable the experimental use of database reconnect on connection lost." msgstr "" +#: ./doc/common/tables/cinder-database.xml:112(td) ./doc/common/tables/nova-database.xml:108(td) +msgid "use_tpool = False" +msgstr "" + +#: ./doc/common/tables/cinder-database.xml:113(td) ./doc/common/tables/nova-database.xml:109(td) +msgid "(BoolOpt) Enable the experimental use of thread pooling for all DB API calls" +msgstr "" + #: ./doc/common/tables/ceilometer-logging.xml:7(caption) ./doc/common/tables/neutron-logging.xml:7(caption) ./doc/common/tables/glance-logging.xml:7(caption) ./doc/common/tables/keystone-logging.xml:7(caption) ./doc/common/tables/heat-logging.xml:7(caption) ./doc/common/tables/nova-logging.xml:7(caption) ./doc/common/tables/trove-logging.xml:7(caption) msgid "Description of configuration options for logging" msgstr "" @@ -10631,11 +10735,11 @@ msgstr "" msgid "(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level)." msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:25(td) ./doc/common/tables/neutron-logging.xml:25(td) ./doc/common/tables/glance-logging.xml:25(td) ./doc/common/tables/cinder-common.xml:33(td) ./doc/common/tables/keystone-logging.xml:21(td) ./doc/common/tables/heat-logging.xml:21(td) ./doc/common/tables/nova-logging.xml:25(td) -msgid "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN" +#: ./doc/common/tables/ceilometer-logging.xml:25(td) +msgid "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:26(td) ./doc/common/tables/neutron-logging.xml:26(td) ./doc/common/tables/glance-logging.xml:26(td) ./doc/common/tables/cinder-common.xml:34(td) ./doc/common/tables/keystone-logging.xml:22(td) ./doc/common/tables/heat-logging.xml:22(td) ./doc/common/tables/nova-logging.xml:26(td) +#: ./doc/common/tables/ceilometer-logging.xml:26(td) ./doc/common/tables/neutron-logging.xml:26(td) ./doc/common/tables/trove-common.xml:34(td) ./doc/common/tables/glance-logging.xml:26(td) ./doc/common/tables/cinder-common.xml:34(td) ./doc/common/tables/keystone-logging.xml:22(td) ./doc/common/tables/heat-logging.xml:22(td) ./doc/common/tables/nova-logging.xml:26(td) msgid "(ListOpt) List of logger=LEVEL pairs." msgstr "" @@ -10643,7 +10747,7 @@ msgstr "" msgid "instance_format = \"[instance: %(uuid)s] \"" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:30(td) ./doc/common/tables/neutron-logging.xml:34(td) ./doc/common/tables/glance-logging.xml:34(td) ./doc/common/tables/keystone-logging.xml:26(td) ./doc/common/tables/cinder-images.xml:66(td) ./doc/common/tables/heat-logging.xml:26(td) ./doc/common/tables/nova-logging.xml:38(td) +#: ./doc/common/tables/ceilometer-logging.xml:30(td) ./doc/common/tables/neutron-logging.xml:34(td) ./doc/common/tables/glance-logging.xml:34(td) ./doc/common/tables/keystone-logging.xml:26(td) ./doc/common/tables/cinder-images.xml:66(td) ./doc/common/tables/heat-logging.xml:26(td) ./doc/common/tables/nova-logging.xml:38(td) ./doc/common/tables/trove-logging.xml:26(td) msgid "(StrOpt) The format for an instance that is passed with the log message." msgstr "" @@ -10651,7 +10755,7 @@ msgstr "" msgid "instance_uuid_format = \"[instance: %(uuid)s] \"" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:34(td) ./doc/common/tables/neutron-logging.xml:38(td) ./doc/common/tables/glance-logging.xml:38(td) ./doc/common/tables/keystone-logging.xml:30(td) ./doc/common/tables/cinder-images.xml:70(td) ./doc/common/tables/heat-logging.xml:30(td) ./doc/common/tables/nova-logging.xml:42(td) +#: ./doc/common/tables/ceilometer-logging.xml:34(td) ./doc/common/tables/neutron-logging.xml:38(td) ./doc/common/tables/glance-logging.xml:38(td) ./doc/common/tables/keystone-logging.xml:30(td) ./doc/common/tables/cinder-images.xml:70(td) ./doc/common/tables/heat-logging.xml:30(td) ./doc/common/tables/nova-logging.xml:42(td) ./doc/common/tables/trove-logging.xml:30(td) msgid "(StrOpt) The format for an instance UUID that is passed with the log message." msgstr "" @@ -10659,7 +10763,7 @@ msgstr "" msgid "log_config_append = None" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:38(td) ./doc/common/tables/neutron-logging.xml:42(td) ./doc/common/tables/glance-logging.xml:42(td) ./doc/common/tables/cinder-common.xml:74(td) ./doc/common/tables/keystone-logging.xml:34(td) ./doc/common/tables/heat-logging.xml:34(td) ./doc/common/tables/nova-logging.xml:46(td) +#: ./doc/common/tables/ceilometer-logging.xml:38(td) ./doc/common/tables/neutron-logging.xml:42(td) ./doc/common/tables/glance-logging.xml:42(td) ./doc/common/tables/cinder-common.xml:74(td) ./doc/common/tables/keystone-logging.xml:34(td) ./doc/common/tables/heat-logging.xml:34(td) ./doc/common/tables/nova-logging.xml:46(td) ./doc/common/tables/trove-logging.xml:34(td) msgid "(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation." msgstr "" @@ -10667,7 +10771,7 @@ msgstr "" msgid "log_date_format = %Y-%m-%d %H:%M:%S" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:42(td) ./doc/common/tables/neutron-logging.xml:46(td) ./doc/common/tables/glance-logging.xml:46(td) ./doc/common/tables/cinder-common.xml:78(td) ./doc/common/tables/keystone-logging.xml:38(td) ./doc/common/tables/heat-logging.xml:38(td) ./doc/common/tables/nova-logging.xml:50(td) +#: ./doc/common/tables/ceilometer-logging.xml:42(td) ./doc/common/tables/neutron-logging.xml:46(td) ./doc/common/tables/glance-logging.xml:46(td) ./doc/common/tables/cinder-common.xml:78(td) ./doc/common/tables/keystone-logging.xml:38(td) ./doc/common/tables/heat-logging.xml:38(td) ./doc/common/tables/nova-logging.xml:50(td) ./doc/common/tables/trove-logging.xml:38(td) msgid "(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s ." msgstr "" @@ -10675,7 +10779,7 @@ msgstr "" msgid "log_dir = None" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:46(td) ./doc/common/tables/neutron-logging.xml:50(td) ./doc/common/tables/glance-logging.xml:50(td) ./doc/common/tables/cinder-common.xml:82(td) ./doc/common/tables/keystone-logging.xml:42(td) ./doc/common/tables/heat-logging.xml:42(td) ./doc/common/tables/nova-logging.xml:54(td) +#: ./doc/common/tables/ceilometer-logging.xml:46(td) ./doc/common/tables/neutron-logging.xml:50(td) ./doc/common/tables/glance-logging.xml:50(td) ./doc/common/tables/cinder-common.xml:82(td) ./doc/common/tables/keystone-logging.xml:42(td) ./doc/common/tables/heat-logging.xml:42(td) ./doc/common/tables/nova-logging.xml:54(td) ./doc/common/tables/trove-logging.xml:42(td) msgid "(StrOpt) (Optional) The base directory used for relative --log-file paths." msgstr "" @@ -10699,7 +10803,7 @@ msgstr "" msgid "logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:58(td) ./doc/common/tables/neutron-logging.xml:62(td) ./doc/common/tables/glance-logging.xml:62(td) ./doc/common/tables/cinder-common.xml:94(td) ./doc/common/tables/keystone-logging.xml:54(td) ./doc/common/tables/heat-logging.xml:54(td) ./doc/common/tables/nova-logging.xml:66(td) +#: ./doc/common/tables/ceilometer-logging.xml:58(td) ./doc/common/tables/neutron-logging.xml:62(td) ./doc/common/tables/glance-logging.xml:62(td) ./doc/common/tables/cinder-common.xml:94(td) ./doc/common/tables/keystone-logging.xml:54(td) ./doc/common/tables/heat-logging.xml:54(td) ./doc/common/tables/nova-logging.xml:66(td) ./doc/common/tables/trove-logging.xml:54(td) msgid "(StrOpt) Format string to use for log messages with context." msgstr "" @@ -10707,7 +10811,7 @@ msgstr "" msgid "logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:62(td) ./doc/common/tables/neutron-logging.xml:66(td) ./doc/common/tables/glance-logging.xml:66(td) ./doc/common/tables/cinder-common.xml:98(td) ./doc/common/tables/keystone-logging.xml:58(td) ./doc/common/tables/heat-logging.xml:58(td) ./doc/common/tables/nova-logging.xml:70(td) +#: ./doc/common/tables/ceilometer-logging.xml:62(td) ./doc/common/tables/neutron-logging.xml:66(td) ./doc/common/tables/glance-logging.xml:66(td) ./doc/common/tables/cinder-common.xml:98(td) ./doc/common/tables/keystone-logging.xml:58(td) ./doc/common/tables/heat-logging.xml:58(td) ./doc/common/tables/nova-logging.xml:70(td) ./doc/common/tables/trove-logging.xml:58(td) msgid "(StrOpt) Data to append to log format when level is DEBUG." msgstr "" @@ -10715,7 +10819,7 @@ msgstr "" msgid "logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:66(td) ./doc/common/tables/neutron-logging.xml:70(td) ./doc/common/tables/glance-logging.xml:70(td) ./doc/common/tables/cinder-common.xml:102(td) ./doc/common/tables/keystone-logging.xml:62(td) ./doc/common/tables/heat-logging.xml:62(td) ./doc/common/tables/nova-logging.xml:74(td) +#: ./doc/common/tables/ceilometer-logging.xml:66(td) ./doc/common/tables/neutron-logging.xml:70(td) ./doc/common/tables/glance-logging.xml:70(td) ./doc/common/tables/cinder-common.xml:102(td) ./doc/common/tables/keystone-logging.xml:62(td) ./doc/common/tables/heat-logging.xml:62(td) ./doc/common/tables/nova-logging.xml:74(td) ./doc/common/tables/trove-logging.xml:62(td) msgid "(StrOpt) Format string to use for log messages without context." msgstr "" @@ -10723,15 +10827,15 @@ msgstr "" msgid "logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:70(td) ./doc/common/tables/neutron-logging.xml:74(td) ./doc/common/tables/glance-logging.xml:74(td) ./doc/common/tables/cinder-common.xml:106(td) ./doc/common/tables/keystone-logging.xml:66(td) ./doc/common/tables/heat-logging.xml:66(td) ./doc/common/tables/nova-logging.xml:78(td) +#: ./doc/common/tables/ceilometer-logging.xml:70(td) ./doc/common/tables/neutron-logging.xml:74(td) ./doc/common/tables/glance-logging.xml:74(td) ./doc/common/tables/cinder-common.xml:106(td) ./doc/common/tables/keystone-logging.xml:66(td) ./doc/common/tables/heat-logging.xml:66(td) ./doc/common/tables/nova-logging.xml:78(td) ./doc/common/tables/trove-logging.xml:66(td) msgid "(StrOpt) Prefix each line of exception output with this format." msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:73(td) ./doc/common/tables/neutron-logging.xml:77(td) ./doc/common/tables/heat-notification.xml:25(td) ./doc/common/tables/glance-logging.xml:77(td) ./doc/common/tables/cinder-rpc.xml:89(td) ./doc/common/tables/nova-logging.xml:81(td) ./doc/common/tables/trove-logging.xml:73(td) ./doc/common/tables/keystone-debug.xml:37(td) +#: ./doc/common/tables/ceilometer-logging.xml:73(td) ./doc/common/tables/neutron-logging.xml:77(td) ./doc/common/tables/heat-notification.xml:25(td) ./doc/common/tables/glance-logging.xml:77(td) ./doc/common/tables/cinder-rpc.xml:77(td) ./doc/common/tables/nova-logging.xml:81(td) ./doc/common/tables/trove-logging.xml:73(td) ./doc/common/tables/keystone-debug.xml:33(td) msgid "publish_errors = False" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:74(td) ./doc/common/tables/neutron-logging.xml:78(td) ./doc/common/tables/heat-notification.xml:26(td) ./doc/common/tables/glance-logging.xml:78(td) ./doc/common/tables/cinder-rpc.xml:90(td) ./doc/common/tables/nova-logging.xml:82(td) ./doc/common/tables/keystone-debug.xml:38(td) +#: ./doc/common/tables/ceilometer-logging.xml:74(td) ./doc/common/tables/neutron-logging.xml:78(td) ./doc/common/tables/heat-notification.xml:26(td) ./doc/common/tables/glance-logging.xml:78(td) ./doc/common/tables/cinder-rpc.xml:78(td) ./doc/common/tables/nova-logging.xml:82(td) ./doc/common/tables/trove-logging.xml:74(td) ./doc/common/tables/keystone-debug.xml:34(td) msgid "(BoolOpt) Enables or disables publication of error events." msgstr "" @@ -10739,7 +10843,7 @@ msgstr "" msgid "syslog_log_facility = LOG_USER" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:78(td) ./doc/common/tables/neutron-logging.xml:82(td) ./doc/common/tables/glance-logging.xml:82(td) ./doc/common/tables/cinder-common.xml:186(td) ./doc/common/tables/keystone-logging.xml:70(td) ./doc/common/tables/heat-logging.xml:70(td) ./doc/common/tables/nova-logging.xml:86(td) +#: ./doc/common/tables/ceilometer-logging.xml:78(td) ./doc/common/tables/neutron-logging.xml:82(td) ./doc/common/tables/glance-logging.xml:82(td) ./doc/common/tables/cinder-common.xml:186(td) ./doc/common/tables/keystone-logging.xml:70(td) ./doc/common/tables/heat-logging.xml:70(td) ./doc/common/tables/nova-logging.xml:86(td) ./doc/common/tables/trove-logging.xml:78(td) msgid "(StrOpt) Syslog facility to receive log lines." msgstr "" @@ -10747,7 +10851,7 @@ msgstr "" msgid "use_stderr = True" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:82(td) ./doc/common/tables/neutron-logging.xml:90(td) ./doc/common/tables/glance-logging.xml:86(td) ./doc/common/tables/cinder-common.xml:214(td) ./doc/common/tables/keystone-logging.xml:74(td) ./doc/common/tables/heat-logging.xml:74(td) ./doc/common/tables/nova-logging.xml:90(td) +#: ./doc/common/tables/ceilometer-logging.xml:82(td) ./doc/common/tables/neutron-logging.xml:90(td) ./doc/common/tables/glance-logging.xml:86(td) ./doc/common/tables/cinder-common.xml:214(td) ./doc/common/tables/keystone-logging.xml:74(td) ./doc/common/tables/heat-logging.xml:74(td) ./doc/common/tables/nova-logging.xml:90(td) ./doc/common/tables/trove-logging.xml:82(td) msgid "(BoolOpt) Log output to standard error." msgstr "" @@ -10755,23 +10859,23 @@ msgstr "" msgid "use_syslog = False" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:86(td) ./doc/common/tables/neutron-logging.xml:94(td) ./doc/common/tables/cinder-common.xml:218(td) ./doc/common/tables/heat-logging.xml:78(td) ./doc/common/tables/nova-logging.xml:94(td) +#: ./doc/common/tables/ceilometer-logging.xml:86(td) ./doc/common/tables/neutron-logging.xml:94(td) ./doc/common/tables/glance-logging.xml:90(td) ./doc/common/tables/cinder-common.xml:218(td) ./doc/common/tables/keystone-logging.xml:78(td) ./doc/common/tables/heat-logging.xml:78(td) ./doc/common/tables/nova-logging.xml:94(td) ./doc/common/tables/trove-logging.xml:86(td) msgid "(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424." msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:89(td) ./doc/common/tables/neutron-logging.xml:97(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:64(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:88(td) ./doc/common/tables/glance-logging.xml:93(td) ./doc/common/tables/cinder-common.xml:221(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:80(td) ./doc/common/tables/keystone-logging.xml:81(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:168(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:44(td) ./doc/common/tables/heat-logging.xml:81(td) ./doc/common/tables/nova-logging.xml:97(td) +#: ./doc/common/tables/ceilometer-logging.xml:89(td) ./doc/common/tables/neutron-logging.xml:97(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:64(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:88(td) ./doc/common/tables/glance-logging.xml:93(td) ./doc/common/tables/cinder-common.xml:221(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:80(td) ./doc/common/tables/keystone-logging.xml:81(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:168(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:44(td) ./doc/common/tables/heat-logging.xml:81(td) ./doc/common/tables/nova-logging.xml:97(td) ./doc/common/tables/trove-logging.xml:89(td) msgid "use_syslog_rfc_format = False" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:90(td) ./doc/common/tables/neutron-logging.xml:98(td) ./doc/common/tables/glance-logging.xml:94(td) ./doc/common/tables/cinder-common.xml:222(td) ./doc/common/tables/keystone-logging.xml:82(td) ./doc/common/tables/heat-logging.xml:82(td) ./doc/common/tables/nova-logging.xml:98(td) +#: ./doc/common/tables/ceilometer-logging.xml:90(td) ./doc/common/tables/neutron-logging.xml:98(td) ./doc/common/tables/glance-logging.xml:94(td) ./doc/common/tables/cinder-common.xml:222(td) ./doc/common/tables/keystone-logging.xml:82(td) ./doc/common/tables/heat-logging.xml:82(td) ./doc/common/tables/nova-logging.xml:98(td) ./doc/common/tables/trove-logging.xml:90(td) msgid "(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J." msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:93(td) ./doc/common/tables/neutron-logging.xml:101(td) ./doc/common/tables/glance-logging.xml:97(td) ./doc/common/tables/cinder-common.xml:225(td) ./doc/common/tables/keystone-logging.xml:85(td) ./doc/common/tables/heat-logging.xml:85(td) ./doc/common/tables/nova-logging.xml:101(td) ./doc/common/tables/trove-debug.xml:77(td) +#: ./doc/common/tables/ceilometer-logging.xml:93(td) ./doc/common/tables/neutron-logging.xml:101(td) ./doc/common/tables/glance-logging.xml:97(td) ./doc/common/tables/cinder-common.xml:225(td) ./doc/common/tables/keystone-logging.xml:85(td) ./doc/common/tables/heat-logging.xml:85(td) ./doc/common/tables/nova-logging.xml:101(td) ./doc/common/tables/trove-debug.xml:53(td) msgid "verbose = False" msgstr "" -#: ./doc/common/tables/ceilometer-logging.xml:94(td) ./doc/common/tables/neutron-logging.xml:102(td) ./doc/common/tables/glance-logging.xml:98(td) ./doc/common/tables/cinder-common.xml:226(td) ./doc/common/tables/keystone-logging.xml:86(td) ./doc/common/tables/heat-logging.xml:86(td) ./doc/common/tables/nova-logging.xml:102(td) ./doc/common/tables/trove-debug.xml:78(td) +#: ./doc/common/tables/ceilometer-logging.xml:94(td) ./doc/common/tables/neutron-logging.xml:102(td) ./doc/common/tables/glance-logging.xml:98(td) ./doc/common/tables/cinder-common.xml:226(td) ./doc/common/tables/keystone-logging.xml:86(td) ./doc/common/tables/heat-logging.xml:86(td) ./doc/common/tables/nova-logging.xml:102(td) ./doc/common/tables/trove-debug.xml:54(td) msgid "(BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level)." msgstr "" @@ -11071,7 +11175,7 @@ msgstr "" msgid "Description of configuration options for nova_cells" msgstr "" -#: ./doc/common/tables/ceilometer-nova_cells.xml:18(th) ./doc/common/tables/nova-upgrade_levels.xml:18(th) ./doc/common/tables/nova-cells.xml:18(th) ./doc/common/tables/nova-rpc_all.xml:197(th) ./doc/common/tables/nova-scheduling.xml:117(th) ./doc/common/tables/nova-quota.xml:81(th) ./doc/common/tables/nova-rpc.xml:61(th) +#: ./doc/common/tables/ceilometer-nova_cells.xml:18(th) ./doc/common/tables/nova-upgrade_levels.xml:18(th) ./doc/common/tables/nova-cells.xml:18(th) ./doc/common/tables/nova-rpc_all.xml:197(th) ./doc/common/tables/nova-scheduling.xml:125(th) ./doc/common/tables/nova-quota.xml:81(th) ./doc/common/tables/nova-rpc.xml:61(th) msgid "[cells]" msgstr "" @@ -11155,18 +11259,6 @@ msgstr "" msgid "(StrOpt) The topic cells nodes listen on" msgstr "" -#: ./doc/common/tables/ceilometer-nova_cells.xml:61(th) ./doc/common/tables/nova-upgrade_levels.xml:25(th) ./doc/common/tables/nova-rpc_all.xml:211(th) ./doc/common/tables/nova-rpc.xml:75(th) -msgid "[upgrade_levels]" -msgstr "" - -#: ./doc/common/tables/ceilometer-nova_cells.xml:64(td) ./doc/common/tables/nova-upgrade_levels.xml:28(td) -msgid "cells = None" -msgstr "" - -#: ./doc/common/tables/ceilometer-nova_cells.xml:65(td) ./doc/common/tables/nova-upgrade_levels.xml:29(td) -msgid "(StrOpt) Set a version cap for messages sent to local cells services" -msgstr "" - #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:8(literal) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:8(literal) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:8(literal) msgid "[app-proxy-server]" msgstr "" @@ -11283,7 +11375,7 @@ msgstr "" msgid "Description of configuration options for qpid" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:21(td) ./doc/common/tables/heat-qpid.xml:21(td) ./doc/common/tables/nova-qpid.xml:21(td) ./doc/common/tables/glance-qpid.xml:21(td) ./doc/common/tables/cinder-rpc.xml:93(td) ./doc/common/tables/nova-rpc_all.xml:61(td) ./doc/common/tables/neutron-qpid.xml:21(td) ./doc/common/tables/keystone-qpid.xml:21(td) ./doc/common/tables/ceilometer-qpid.xml:21(td) +#: ./doc/common/tables/trove-qpid.xml:21(td) ./doc/common/tables/heat-qpid.xml:21(td) ./doc/common/tables/nova-qpid.xml:21(td) ./doc/common/tables/glance-qpid.xml:21(td) ./doc/common/tables/cinder-rpc.xml:81(td) ./doc/common/tables/nova-rpc_all.xml:61(td) ./doc/common/tables/neutron-qpid.xml:21(td) ./doc/common/tables/keystone-qpid.xml:21(td) ./doc/common/tables/ceilometer-qpid.xml:21(td) msgid "qpid_heartbeat = 60" msgstr "" @@ -11291,7 +11383,7 @@ msgstr "" msgid "(IntOpt) Seconds between connection keepalive heartbeats" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:25(td) ./doc/common/tables/heat-qpid.xml:25(td) ./doc/common/tables/nova-qpid.xml:25(td) ./doc/common/tables/glance-qpid.xml:25(td) ./doc/common/tables/cinder-rpc.xml:97(td) ./doc/common/tables/nova-rpc_all.xml:65(td) ./doc/common/tables/neutron-qpid.xml:25(td) ./doc/common/tables/keystone-qpid.xml:25(td) ./doc/common/tables/ceilometer-qpid.xml:25(td) +#: ./doc/common/tables/trove-qpid.xml:25(td) ./doc/common/tables/heat-qpid.xml:25(td) ./doc/common/tables/nova-qpid.xml:25(td) ./doc/common/tables/glance-qpid.xml:25(td) ./doc/common/tables/cinder-rpc.xml:85(td) ./doc/common/tables/nova-rpc_all.xml:65(td) ./doc/common/tables/neutron-qpid.xml:25(td) ./doc/common/tables/keystone-qpid.xml:25(td) ./doc/common/tables/ceilometer-qpid.xml:25(td) msgid "qpid_hostname = localhost" msgstr "" @@ -11299,7 +11391,7 @@ msgstr "" msgid "(StrOpt) Qpid broker hostname" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:29(td) ./doc/common/tables/heat-qpid.xml:29(td) ./doc/common/tables/nova-qpid.xml:29(td) ./doc/common/tables/glance-qpid.xml:29(td) ./doc/common/tables/cinder-rpc.xml:101(td) ./doc/common/tables/nova-rpc_all.xml:69(td) ./doc/common/tables/neutron-qpid.xml:29(td) ./doc/common/tables/keystone-qpid.xml:29(td) ./doc/common/tables/ceilometer-qpid.xml:29(td) +#: ./doc/common/tables/trove-qpid.xml:29(td) ./doc/common/tables/heat-qpid.xml:29(td) ./doc/common/tables/nova-qpid.xml:29(td) ./doc/common/tables/glance-qpid.xml:29(td) ./doc/common/tables/cinder-rpc.xml:89(td) ./doc/common/tables/nova-rpc_all.xml:69(td) ./doc/common/tables/neutron-qpid.xml:29(td) ./doc/common/tables/keystone-qpid.xml:29(td) ./doc/common/tables/ceilometer-qpid.xml:29(td) msgid "qpid_hosts = $qpid_hostname:$qpid_port" msgstr "" @@ -11307,7 +11399,7 @@ msgstr "" msgid "(ListOpt) Qpid HA cluster host:port pairs" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:33(td) ./doc/common/tables/heat-qpid.xml:33(td) ./doc/common/tables/nova-qpid.xml:33(td) ./doc/common/tables/glance-qpid.xml:33(td) ./doc/common/tables/cinder-rpc.xml:105(td) ./doc/common/tables/nova-rpc_all.xml:73(td) ./doc/common/tables/neutron-qpid.xml:33(td) ./doc/common/tables/keystone-qpid.xml:33(td) ./doc/common/tables/ceilometer-qpid.xml:33(td) +#: ./doc/common/tables/trove-qpid.xml:33(td) ./doc/common/tables/heat-qpid.xml:33(td) ./doc/common/tables/nova-qpid.xml:33(td) ./doc/common/tables/glance-qpid.xml:33(td) ./doc/common/tables/cinder-rpc.xml:93(td) ./doc/common/tables/nova-rpc_all.xml:73(td) ./doc/common/tables/neutron-qpid.xml:33(td) ./doc/common/tables/keystone-qpid.xml:33(td) ./doc/common/tables/ceilometer-qpid.xml:33(td) msgid "qpid_password =" msgstr "" @@ -11315,7 +11407,7 @@ msgstr "" msgid "(StrOpt) Password for qpid connection" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:37(td) ./doc/common/tables/heat-qpid.xml:37(td) ./doc/common/tables/nova-qpid.xml:37(td) ./doc/common/tables/glance-qpid.xml:37(td) ./doc/common/tables/cinder-rpc.xml:109(td) ./doc/common/tables/nova-rpc_all.xml:77(td) ./doc/common/tables/neutron-qpid.xml:37(td) ./doc/common/tables/keystone-qpid.xml:37(td) ./doc/common/tables/ceilometer-qpid.xml:37(td) +#: ./doc/common/tables/trove-qpid.xml:37(td) ./doc/common/tables/heat-qpid.xml:37(td) ./doc/common/tables/nova-qpid.xml:37(td) ./doc/common/tables/glance-qpid.xml:37(td) ./doc/common/tables/cinder-rpc.xml:97(td) ./doc/common/tables/nova-rpc_all.xml:77(td) ./doc/common/tables/neutron-qpid.xml:37(td) ./doc/common/tables/keystone-qpid.xml:37(td) ./doc/common/tables/ceilometer-qpid.xml:37(td) msgid "qpid_port = 5672" msgstr "" @@ -11323,7 +11415,7 @@ msgstr "" msgid "(IntOpt) Qpid broker port" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:41(td) ./doc/common/tables/heat-qpid.xml:41(td) ./doc/common/tables/nova-qpid.xml:41(td) ./doc/common/tables/glance-qpid.xml:41(td) ./doc/common/tables/cinder-rpc.xml:113(td) ./doc/common/tables/nova-rpc_all.xml:81(td) ./doc/common/tables/neutron-qpid.xml:41(td) ./doc/common/tables/keystone-qpid.xml:41(td) ./doc/common/tables/ceilometer-qpid.xml:41(td) +#: ./doc/common/tables/trove-qpid.xml:41(td) ./doc/common/tables/heat-qpid.xml:41(td) ./doc/common/tables/nova-qpid.xml:41(td) ./doc/common/tables/glance-qpid.xml:41(td) ./doc/common/tables/cinder-rpc.xml:101(td) ./doc/common/tables/nova-rpc_all.xml:81(td) ./doc/common/tables/neutron-qpid.xml:41(td) ./doc/common/tables/keystone-qpid.xml:41(td) ./doc/common/tables/ceilometer-qpid.xml:41(td) msgid "qpid_protocol = tcp" msgstr "" @@ -11331,7 +11423,7 @@ msgstr "" msgid "(StrOpt) Transport to use, either 'tcp' or 'ssl'" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:45(td) ./doc/common/tables/heat-qpid.xml:45(td) ./doc/common/tables/nova-qpid.xml:45(td) ./doc/common/tables/glance-qpid.xml:45(td) ./doc/common/tables/cinder-rpc.xml:117(td) ./doc/common/tables/nova-rpc_all.xml:85(td) ./doc/common/tables/neutron-qpid.xml:45(td) ./doc/common/tables/keystone-qpid.xml:45(td) ./doc/common/tables/ceilometer-qpid.xml:45(td) +#: ./doc/common/tables/trove-qpid.xml:45(td) ./doc/common/tables/heat-qpid.xml:45(td) ./doc/common/tables/nova-qpid.xml:45(td) ./doc/common/tables/glance-qpid.xml:45(td) ./doc/common/tables/cinder-rpc.xml:105(td) ./doc/common/tables/nova-rpc_all.xml:85(td) ./doc/common/tables/neutron-qpid.xml:45(td) ./doc/common/tables/keystone-qpid.xml:45(td) ./doc/common/tables/ceilometer-qpid.xml:45(td) msgid "qpid_sasl_mechanisms =" msgstr "" @@ -11339,7 +11431,7 @@ msgstr "" msgid "(StrOpt) Space separated list of SASL mechanisms to use for auth" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:49(td) ./doc/common/tables/heat-qpid.xml:49(td) ./doc/common/tables/nova-qpid.xml:49(td) ./doc/common/tables/glance-qpid.xml:49(td) ./doc/common/tables/cinder-rpc.xml:121(td) ./doc/common/tables/nova-rpc_all.xml:89(td) ./doc/common/tables/neutron-qpid.xml:49(td) ./doc/common/tables/keystone-qpid.xml:49(td) ./doc/common/tables/ceilometer-qpid.xml:49(td) +#: ./doc/common/tables/trove-qpid.xml:49(td) ./doc/common/tables/heat-qpid.xml:49(td) ./doc/common/tables/nova-qpid.xml:49(td) ./doc/common/tables/glance-qpid.xml:49(td) ./doc/common/tables/cinder-rpc.xml:109(td) ./doc/common/tables/nova-rpc_all.xml:89(td) ./doc/common/tables/neutron-qpid.xml:49(td) ./doc/common/tables/keystone-qpid.xml:49(td) ./doc/common/tables/ceilometer-qpid.xml:49(td) msgid "qpid_tcp_nodelay = True" msgstr "" @@ -11347,7 +11439,7 @@ msgstr "" msgid "(BoolOpt) Disable Nagle algorithm" msgstr "" -#: ./doc/common/tables/trove-qpid.xml:53(td) ./doc/common/tables/heat-qpid.xml:57(td) ./doc/common/tables/nova-qpid.xml:57(td) ./doc/common/tables/glance-qpid.xml:57(td) ./doc/common/tables/cinder-rpc.xml:129(td) ./doc/common/tables/nova-rpc_all.xml:97(td) ./doc/common/tables/neutron-qpid.xml:57(td) ./doc/common/tables/keystone-qpid.xml:57(td) ./doc/common/tables/ceilometer-qpid.xml:57(td) +#: ./doc/common/tables/trove-qpid.xml:53(td) ./doc/common/tables/heat-qpid.xml:57(td) ./doc/common/tables/nova-qpid.xml:57(td) ./doc/common/tables/glance-qpid.xml:57(td) ./doc/common/tables/cinder-rpc.xml:117(td) ./doc/common/tables/nova-rpc_all.xml:97(td) ./doc/common/tables/neutron-qpid.xml:57(td) ./doc/common/tables/keystone-qpid.xml:57(td) ./doc/common/tables/ceilometer-qpid.xml:57(td) msgid "qpid_username =" msgstr "" @@ -11404,7 +11496,7 @@ msgid "compute_port = 8774" msgstr "" #: ./doc/common/tables/keystone-api.xml:42(td) -msgid "(IntOpt) The port which the OpenStack Compute service listens on." +msgid "(IntOpt) (Deprecated) The port which the OpenStack Compute service listens on. This option was only used for string replacement in the templated catalog backend. Templated catalogs should replace the \"$(compute_port)s\" substitution with the static port of the compute service. As of Juno, this option is deprecated and will be removed in the L release." msgstr "" #: ./doc/common/tables/keystone-api.xml:45(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:20(td) @@ -11507,7 +11599,7 @@ msgstr "" msgid "(BoolOpt) Set this to true if you want to enable TCP_KEEPALIVE on server sockets, i.e. sockets used by the Keystone wsgi server for client connections." msgstr "" -#: ./doc/common/tables/keystone-api.xml:97(td) ./doc/common/tables/trove-api.xml:81(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:80(td) ./doc/common/tables/cinder-common.xml:201(td) ./doc/common/tables/neutron-wsgi.xml:29(td) ./doc/common/tables/glance-wsgi.xml:29(td) ./doc/common/tables/nova-wsgi.xml:37(td) +#: ./doc/common/tables/keystone-api.xml:97(td) ./doc/common/tables/trove-api.xml:85(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:80(td) ./doc/common/tables/cinder-common.xml:201(td) ./doc/common/tables/neutron-wsgi.xml:29(td) ./doc/common/tables/glance-wsgi.xml:29(td) ./doc/common/tables/nova-wsgi.xml:37(td) msgid "tcp_keepidle = 600" msgstr "" @@ -11535,7 +11627,7 @@ msgstr "" msgid "(BoolOpt) Toggle to return all active endpoints if no filter exists." msgstr "" -#: ./doc/common/tables/keystone-api.xml:112(th) ./doc/common/tables/heat-api.xml:134(th) ./doc/common/tables/glance-paste.xml:18(th) +#: ./doc/common/tables/keystone-api.xml:112(th) ./doc/common/tables/heat-api.xml:142(th) ./doc/common/tables/glance-paste.xml:18(th) msgid "[paste_deploy]" msgstr "" @@ -11551,12 +11643,12 @@ msgstr "" msgid "[pipeline-main]" msgstr "" -#: ./doc/common/tables/swift-object-expirer-pipeline-main.xml:8(literal) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:8(literal) ./doc/common/tables/swift-object-expirer-object-expirer.xml:8(literal) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(literal) ./doc/common/tables/swift-object-expirer-filter-cache.xml:8(literal) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:8(literal) +#: ./doc/common/tables/swift-object-expirer-pipeline-main.xml:8(literal) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:8(literal) ./doc/common/tables/swift-object-expirer-object-expirer.xml:8(literal) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:8(literal) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(literal) ./doc/common/tables/swift-object-expirer-filter-cache.xml:8(literal) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:8(literal) msgid "object-expirer.conf" msgstr "" -#: ./doc/common/tables/swift-object-expirer-pipeline-main.xml:20(td) -msgid "pipeline = catch_errors cache proxy-server" +#: ./doc/common/tables/swift-object-expirer-pipeline-main.xml:20(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:20(td) +msgid "pipeline = catch_errors proxy-logging cache proxy-server" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml:8(literal) @@ -11579,11 +11671,11 @@ msgstr "" msgid "log_name = container-auditor" msgstr "" -#: ./doc/common/tables/swift-container-server-container-auditor.xml:44(td) ./doc/common/tables/swift-container-server-filter-recon.xml:20(td) ./doc/common/tables/swift-account-server-filter-recon.xml:20(td) ./doc/common/tables/swift-account-server-account-replicator.xml:72(td) ./doc/common/tables/swift-container-server-container-updater.xml:57(td) ./doc/common/tables/swift-object-server-object-replicator.xml:68(td) ./doc/common/tables/swift-object-server-object-auditor.xml:52(td) ./doc/common/tables/swift-container-server-container-replicator.xml:64(td) ./doc/common/tables/swift-account-server-account-auditor.xml:44(td) ./doc/common/tables/swift-object-server-filter-recon.xml:20(td) ./doc/common/tables/swift-object-server-object-updater.xml:48(td) +#: ./doc/common/tables/swift-container-server-container-auditor.xml:44(td) ./doc/common/tables/swift-container-server-filter-recon.xml:20(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:50(td) ./doc/common/tables/swift-account-server-filter-recon.xml:20(td) ./doc/common/tables/swift-account-server-account-replicator.xml:72(td) ./doc/common/tables/swift-container-server-container-updater.xml:57(td) ./doc/common/tables/swift-object-server-object-replicator.xml:68(td) ./doc/common/tables/swift-object-server-object-auditor.xml:60(td) ./doc/common/tables/swift-container-server-container-replicator.xml:64(td) ./doc/common/tables/swift-account-server-account-auditor.xml:44(td) ./doc/common/tables/swift-object-server-filter-recon.xml:20(td) ./doc/common/tables/swift-object-server-object-updater.xml:48(td) msgid "recon_cache_path = /var/cache/swift" msgstr "" -#: ./doc/common/tables/swift-container-server-container-auditor.xml:45(td) ./doc/common/tables/swift-container-server-filter-recon.xml:21(td) ./doc/common/tables/swift-account-server-filter-recon.xml:21(td) ./doc/common/tables/swift-account-server-account-replicator.xml:73(td) ./doc/common/tables/swift-container-server-container-updater.xml:58(td) ./doc/common/tables/swift-object-server-object-replicator.xml:69(td) ./doc/common/tables/swift-object-server-object-auditor.xml:53(td) ./doc/common/tables/swift-container-server-container-replicator.xml:65(td) ./doc/common/tables/swift-account-server-account-auditor.xml:45(td) ./doc/common/tables/swift-object-server-filter-recon.xml:21(td) ./doc/common/tables/swift-object-server-object-updater.xml:49(td) +#: ./doc/common/tables/swift-container-server-container-auditor.xml:45(td) ./doc/common/tables/swift-container-server-filter-recon.xml:21(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:51(td) ./doc/common/tables/swift-account-server-filter-recon.xml:21(td) ./doc/common/tables/swift-account-server-account-replicator.xml:73(td) ./doc/common/tables/swift-container-server-container-updater.xml:58(td) ./doc/common/tables/swift-object-server-object-replicator.xml:69(td) ./doc/common/tables/swift-object-server-object-auditor.xml:61(td) ./doc/common/tables/swift-container-server-container-replicator.xml:65(td) ./doc/common/tables/swift-account-server-account-auditor.xml:45(td) ./doc/common/tables/swift-object-server-filter-recon.xml:21(td) ./doc/common/tables/swift-object-server-object-updater.xml:49(td) msgid "Directory where stats for a few items will be stored" msgstr "" @@ -11591,6 +11683,10 @@ msgstr "" msgid "allowed_rpc_exception_modules = openstack.common.exception, glance.common.exception, exceptions" msgstr "" +#: ./doc/common/tables/glance-rpc.xml:22(td) ./doc/common/tables/keystone-rpc.xml:22(td) ./doc/common/tables/trove-rpc.xml:22(td) +msgid "(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call." +msgstr "" + #: ./doc/common/tables/neutron-policy.xml:21(td) msgid "allow_overlapping_ips = False" msgstr "" @@ -11603,10 +11699,6 @@ msgstr "" msgid "(StrOpt) The policy file to use" msgstr "" -#: ./doc/common/tables/glance-database.xml:85(td) -msgid "sqlite_db = glance.sqlite" -msgstr "" - #: ./doc/common/tables/nova-spice.xml:7(caption) msgid "Description of configuration options for spice" msgstr "" @@ -11755,7 +11847,7 @@ msgstr "" msgid "(BoolOpt) Stub calls to compute worker for tests" msgstr "" -#: ./doc/common/tables/nova-xen.xml:57(th) ./doc/common/tables/nova-volumes.xml:87(th) ./doc/common/tables/nova-livemigration.xml:25(th) ./doc/common/tables/nova-hypervisor.xml:53(th) ./doc/common/tables/nova-libvirt.xml:29(th) +#: ./doc/common/tables/nova-xen.xml:57(th) ./doc/common/tables/nova-volumes.xml:95(th) ./doc/common/tables/nova-livemigration.xml:25(th) ./doc/common/tables/nova-hypervisor.xml:53(th) ./doc/common/tables/nova-libvirt.xml:29(th) msgid "[libvirt]" msgstr "" @@ -11767,7 +11859,7 @@ msgstr "" msgid "(StrOpt) Location where the Xen hvmloader is kept" msgstr "" -#: ./doc/common/tables/nova-xen.xml:64(th) ./doc/common/tables/nova-volumes.xml:134(th) ./doc/common/tables/nova-baremetal.xml:129(th) +#: ./doc/common/tables/nova-xen.xml:64(th) ./doc/common/tables/nova-volumes.xml:142(th) msgid "[xenserver]" msgstr "" @@ -11951,7 +12043,7 @@ msgstr "" msgid "ovs_integration_bridge = xapi1" msgstr "" -#: ./doc/common/tables/nova-xen.xml:156(td) ./doc/common/tables/nova-neutron.xml:73(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:461(td) +#: ./doc/common/tables/nova-xen.xml:156(td) ./doc/common/tables/nova-neutron.xml:77(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:461(td) msgid "(StrOpt) Name of Integration Bridge used by Open vSwitch" msgstr "" @@ -12119,71 +12211,95 @@ msgstr "" msgid "(FloatOpt) The interval used for polling of coalescing vhds. Used only if compute_driver=xenapi.XenAPIDriver" msgstr "" +#: ./doc/common/tables/nova-xen.xml:243(td) +msgid "vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" +msgstr "" + +#: ./doc/common/tables/nova-xen.xml:244(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:549(td) +msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs." +msgstr "" + #: ./doc/common/tables/trove-amqp.xml:7(caption) ./doc/common/tables/heat-amqp.xml:7(caption) ./doc/common/tables/keystone-amqp.xml:7(caption) ./doc/common/tables/glance-amqp.xml:7(caption) ./doc/common/tables/ceilometer-amqp.xml:7(caption) msgid "Description of configuration options for amqp" msgstr "" #: ./doc/common/tables/trove-amqp.xml:29(td) +msgid "conductor_manager = trove.conductor.manager.Manager" +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml:30(td) +msgid "(StrOpt) Qualified class name to use for conductor manager." +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml:33(td) msgid "conductor_queue = trove-conductor" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:30(td) ./doc/common/tables/trove-common.xml:70(td) ./doc/common/tables/trove-api.xml:38(td) ./doc/common/tables/trove-api.xml:90(td) ./doc/common/tables/trove-api.xml:98(td) ./doc/common/tables/trove-api.xml:102(td) ./doc/common/tables/trove-dns.xml:22(td) ./doc/common/tables/trove-dns.xml:26(td) ./doc/common/tables/trove-dns.xml:30(td) ./doc/common/tables/trove-dns.xml:34(td) ./doc/common/tables/trove-dns.xml:38(td) ./doc/common/tables/trove-dns.xml:42(td) ./doc/common/tables/trove-dns.xml:46(td) ./doc/common/tables/trove-dns.xml:50(td) ./doc/common/tables/trove-dns.xml:54(td) ./doc/common/tables/trove-dns.xml:58(td) ./doc/common/tables/trove-dns.xml:62(td) ./doc/common/tables/trove-dns.xml:66(td) ./doc/common/tables/trove-dns.xml:78(td) ./doc/common/tables/trove-volume.xml:22(td) ./doc/common/tables/trove-volume.xml:34(td) ./doc/common/tables/trove-volume.xml:46(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:17(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:21(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:25(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:29(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:33(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:37(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:41(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:45(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:49(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:53(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:57(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:65(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:81(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:125(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:133(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:137(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:145(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:153(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:157(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:161(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:169(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:177(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:217(td) ./doc/common/tables/swift-conf-changes-icehouse.xml:221(td) ./doc/common/tables/trove-rpc.xml:26(td) ./doc/common/tables/trove-backup.xml:38(td) ./doc/common/tables/trove-backup.xml:54(td) ./doc/common/tables/trove-guestagent.xml:38(td) ./doc/common/tables/trove-guestagent.xml:50(td) ./doc/common/tables/trove-compute.xml:22(td) ./doc/common/tables/trove-logging.xml:22(td) ./doc/common/tables/trove-logging.xml:70(td) ./doc/common/tables/trove-debug.xml:54(td) ./doc/common/tables/trove-debug.xml:58(td) ./doc/common/tables/trove-debug.xml:62(td) ./doc/common/tables/trove-debug.xml:66(td) ./doc/common/tables/trove-debug.xml:70(td) ./doc/common/tables/trove-debug.xml:74(td) -msgid "(StrOpt) No help text available for this option." +#: ./doc/common/tables/trove-amqp.xml:37(td) ./doc/common/tables/heat-amqp.xml:29(td) ./doc/common/tables/glance-rabbitmq.xml:21(td) ./doc/common/tables/ceilometer-exchange.xml:25(td) ./doc/common/tables/cinder-rpc.xml:29(td) ./doc/common/tables/nova-rpc_all.xml:29(td) ./doc/common/tables/nova-rpc.xml:29(td) +msgid "control_exchange = openstack" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:41(td) ./doc/common/tables/keystone-rabbit.xml:29(td) ./doc/common/tables/glance-rabbitmq.xml:33(td) ./doc/common/tables/heat-rabbitmq.xml:25(td) ./doc/common/tables/nova-kombu.xml:25(td) ./doc/common/tables/cinder-rpc.xml:49(td) ./doc/common/tables/nova-rpc_all.xml:37(td) ./doc/common/tables/neutron-rabbitmq.xml:25(td) ./doc/common/tables/ceilometer-rabbitmq.xml:29(td) -msgid "kombu_ssl_ca_certs =" +#: ./doc/common/tables/trove-amqp.xml:38(td) +msgid "(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid" msgstr "" #: ./doc/common/tables/trove-amqp.xml:42(td) -msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)" +msgid "(BoolOpt) If passed, use a fake RabbitMQ provider" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:45(td) ./doc/common/tables/keystone-rabbit.xml:33(td) ./doc/common/tables/glance-rabbitmq.xml:37(td) ./doc/common/tables/heat-rabbitmq.xml:29(td) ./doc/common/tables/nova-kombu.xml:29(td) ./doc/common/tables/cinder-rpc.xml:53(td) ./doc/common/tables/nova-rpc_all.xml:41(td) ./doc/common/tables/neutron-rabbitmq.xml:29(td) ./doc/common/tables/ceilometer-rabbitmq.xml:33(td) -msgid "kombu_ssl_certfile =" +#: ./doc/common/tables/trove-amqp.xml:45(td) ./doc/common/tables/keystone-rabbit.xml:29(td) ./doc/common/tables/glance-rabbitmq.xml:33(td) ./doc/common/tables/heat-rabbitmq.xml:25(td) ./doc/common/tables/nova-kombu.xml:25(td) ./doc/common/tables/cinder-rpc.xml:45(td) ./doc/common/tables/nova-rpc_all.xml:37(td) ./doc/common/tables/neutron-rabbitmq.xml:25(td) ./doc/common/tables/ceilometer-rabbitmq.xml:29(td) +msgid "kombu_ssl_ca_certs =" msgstr "" #: ./doc/common/tables/trove-amqp.xml:46(td) -msgid "(StrOpt) SSL cert file (valid only if SSL enabled)" +msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:49(td) ./doc/common/tables/keystone-rabbit.xml:37(td) ./doc/common/tables/glance-rabbitmq.xml:41(td) ./doc/common/tables/heat-rabbitmq.xml:33(td) ./doc/common/tables/nova-kombu.xml:33(td) ./doc/common/tables/cinder-rpc.xml:57(td) ./doc/common/tables/nova-rpc_all.xml:45(td) ./doc/common/tables/neutron-rabbitmq.xml:33(td) ./doc/common/tables/ceilometer-rabbitmq.xml:37(td) -msgid "kombu_ssl_keyfile =" +#: ./doc/common/tables/trove-amqp.xml:49(td) ./doc/common/tables/keystone-rabbit.xml:33(td) ./doc/common/tables/glance-rabbitmq.xml:37(td) ./doc/common/tables/heat-rabbitmq.xml:29(td) ./doc/common/tables/nova-kombu.xml:29(td) ./doc/common/tables/cinder-rpc.xml:49(td) ./doc/common/tables/nova-rpc_all.xml:41(td) ./doc/common/tables/neutron-rabbitmq.xml:29(td) ./doc/common/tables/ceilometer-rabbitmq.xml:33(td) +msgid "kombu_ssl_certfile =" msgstr "" #: ./doc/common/tables/trove-amqp.xml:50(td) -msgid "(StrOpt) SSL key file (valid only if SSL enabled)" +msgid "(StrOpt) SSL cert file (valid only if SSL enabled)" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:53(td) ./doc/common/tables/keystone-rabbit.xml:41(td) ./doc/common/tables/glance-rabbitmq.xml:45(td) ./doc/common/tables/heat-rabbitmq.xml:37(td) ./doc/common/tables/nova-kombu.xml:37(td) ./doc/common/tables/cinder-rpc.xml:61(td) ./doc/common/tables/nova-rpc_all.xml:49(td) ./doc/common/tables/neutron-rabbitmq.xml:37(td) ./doc/common/tables/ceilometer-rabbitmq.xml:41(td) -msgid "kombu_ssl_version =" +#: ./doc/common/tables/trove-amqp.xml:53(td) ./doc/common/tables/keystone-rabbit.xml:37(td) ./doc/common/tables/glance-rabbitmq.xml:41(td) ./doc/common/tables/heat-rabbitmq.xml:33(td) ./doc/common/tables/nova-kombu.xml:33(td) ./doc/common/tables/cinder-rpc.xml:53(td) ./doc/common/tables/nova-rpc_all.xml:45(td) ./doc/common/tables/neutron-rabbitmq.xml:33(td) ./doc/common/tables/ceilometer-rabbitmq.xml:37(td) +msgid "kombu_ssl_keyfile =" msgstr "" #: ./doc/common/tables/trove-amqp.xml:54(td) -msgid "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1, SSLv23 and SSLv3. SSLv2 may be available on some distributions" +msgid "(StrOpt) SSL key file (valid only if SSL enabled)" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:57(td) ./doc/common/tables/nova-common.xml:57(td) ./doc/common/tables/heat-amqp.xml:49(td) ./doc/common/tables/keystone-amqp.xml:37(td) ./doc/common/tables/glance-amqp.xml:29(td) ./doc/common/tables/cinder-rpc.xml:73(td) ./doc/common/tables/neutron-notifier.xml:21(td) ./doc/common/tables/ceilometer-amqp.xml:29(td) -msgid "notification_driver = []" +#: ./doc/common/tables/trove-amqp.xml:57(td) ./doc/common/tables/keystone-rabbit.xml:41(td) ./doc/common/tables/glance-rabbitmq.xml:45(td) ./doc/common/tables/heat-rabbitmq.xml:37(td) ./doc/common/tables/nova-kombu.xml:37(td) ./doc/common/tables/cinder-rpc.xml:57(td) ./doc/common/tables/nova-rpc_all.xml:49(td) ./doc/common/tables/neutron-rabbitmq.xml:37(td) ./doc/common/tables/ceilometer-rabbitmq.xml:41(td) +msgid "kombu_ssl_version =" msgstr "" #: ./doc/common/tables/trove-amqp.xml:58(td) -msgid "(MultiStrOpt) Driver or drivers to handle sending notifications" +msgid "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1, SSLv23 and SSLv3. SSLv2 may be available on some distributions" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:61(td) -msgid "notification_service_id = {'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b'}" +#: ./doc/common/tables/trove-amqp.xml:61(td) ./doc/common/tables/nova-common.xml:57(td) ./doc/common/tables/heat-amqp.xml:49(td) ./doc/common/tables/keystone-amqp.xml:37(td) ./doc/common/tables/glance-amqp.xml:29(td) ./doc/common/tables/cinder-rpc.xml:69(td) ./doc/common/tables/neutron-notifier.xml:21(td) ./doc/common/tables/ceilometer-amqp.xml:29(td) +msgid "notification_driver = []" msgstr "" #: ./doc/common/tables/trove-amqp.xml:62(td) -msgid "(DictOpt) Unique ID to tag notification events." +msgid "(MultiStrOpt) Driver or drivers to handle sending notifications" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:65(td) ./doc/common/tables/nova-common.xml:61(td) ./doc/common/tables/heat-amqp.xml:53(td) ./doc/common/tables/keystone-amqp.xml:41(td) ./doc/common/tables/glance-amqp.xml:33(td) ./doc/common/tables/cinder-rpc.xml:77(td) ./doc/common/tables/neutron-notifier.xml:25(td) ./doc/common/tables/ceilometer-amqp.xml:33(td) -msgid "notification_topics = notifications" +#: ./doc/common/tables/trove-amqp.xml:65(td) +msgid "notification_service_id = {'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b'}" msgstr "" #: ./doc/common/tables/trove-amqp.xml:66(td) +msgid "(DictOpt) Unique ID to tag notification events." +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml:69(td) ./doc/common/tables/nova-common.xml:61(td) ./doc/common/tables/heat-amqp.xml:53(td) ./doc/common/tables/keystone-amqp.xml:41(td) ./doc/common/tables/glance-amqp.xml:33(td) ./doc/common/tables/cinder-rpc.xml:73(td) ./doc/common/tables/neutron-notifier.xml:25(td) ./doc/common/tables/ceilometer-amqp.xml:33(td) +msgid "notification_topics = notifications" +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml:70(td) msgid "(ListOpt) AMQP topic used for openstack notifications" msgstr "" @@ -12195,99 +12311,99 @@ msgstr "" msgid "Description of configuration options for rabbitmq" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:21(td) ./doc/common/tables/keystone-rabbit.xml:45(td) ./doc/common/tables/glance-rabbitmq.xml:49(td) ./doc/common/tables/heat-rabbitmq.xml:41(td) ./doc/common/tables/trove-rabbitmq.xml:21(td) ./doc/common/tables/cinder-rpc.xml:133(td) ./doc/common/tables/nova-rpc_all.xml:101(td) ./doc/common/tables/neutron-rabbitmq.xml:41(td) ./doc/common/tables/ceilometer-rabbitmq.xml:45(td) +#: ./doc/common/tables/nova-rabbitmq.xml:21(td) ./doc/common/tables/keystone-rabbit.xml:45(td) ./doc/common/tables/glance-rabbitmq.xml:49(td) ./doc/common/tables/heat-rabbitmq.xml:41(td) ./doc/common/tables/trove-rabbitmq.xml:21(td) ./doc/common/tables/cinder-rpc.xml:121(td) ./doc/common/tables/nova-rpc_all.xml:101(td) ./doc/common/tables/neutron-rabbitmq.xml:41(td) ./doc/common/tables/ceilometer-rabbitmq.xml:45(td) msgid "rabbit_ha_queues = False" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:22(td) ./doc/common/tables/keystone-rabbit.xml:46(td) ./doc/common/tables/glance-rabbitmq.xml:50(td) ./doc/common/tables/heat-rabbitmq.xml:42(td) ./doc/common/tables/cinder-rpc.xml:134(td) ./doc/common/tables/nova-rpc_all.xml:102(td) ./doc/common/tables/neutron-rabbitmq.xml:42(td) ./doc/common/tables/ceilometer-rabbitmq.xml:46(td) +#: ./doc/common/tables/nova-rabbitmq.xml:22(td) ./doc/common/tables/keystone-rabbit.xml:46(td) ./doc/common/tables/glance-rabbitmq.xml:50(td) ./doc/common/tables/heat-rabbitmq.xml:42(td) ./doc/common/tables/cinder-rpc.xml:122(td) ./doc/common/tables/nova-rpc_all.xml:102(td) ./doc/common/tables/neutron-rabbitmq.xml:42(td) ./doc/common/tables/ceilometer-rabbitmq.xml:46(td) msgid "(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:25(td) ./doc/common/tables/keystone-rabbit.xml:49(td) ./doc/common/tables/glance-rabbitmq.xml:53(td) ./doc/common/tables/heat-rabbitmq.xml:45(td) ./doc/common/tables/trove-rabbitmq.xml:25(td) ./doc/common/tables/cinder-rpc.xml:137(td) ./doc/common/tables/nova-rpc_all.xml:105(td) ./doc/common/tables/neutron-rabbitmq.xml:45(td) ./doc/common/tables/ceilometer-rabbitmq.xml:49(td) +#: ./doc/common/tables/nova-rabbitmq.xml:25(td) ./doc/common/tables/keystone-rabbit.xml:49(td) ./doc/common/tables/glance-rabbitmq.xml:53(td) ./doc/common/tables/heat-rabbitmq.xml:45(td) ./doc/common/tables/trove-rabbitmq.xml:25(td) ./doc/common/tables/cinder-rpc.xml:125(td) ./doc/common/tables/nova-rpc_all.xml:105(td) ./doc/common/tables/neutron-rabbitmq.xml:45(td) ./doc/common/tables/ceilometer-rabbitmq.xml:49(td) msgid "rabbit_host = localhost" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:26(td) ./doc/common/tables/keystone-rabbit.xml:50(td) ./doc/common/tables/glance-rabbitmq.xml:54(td) ./doc/common/tables/heat-rabbitmq.xml:46(td) ./doc/common/tables/cinder-rpc.xml:138(td) ./doc/common/tables/nova-rpc_all.xml:106(td) ./doc/common/tables/neutron-rabbitmq.xml:46(td) ./doc/common/tables/ceilometer-rabbitmq.xml:50(td) +#: ./doc/common/tables/nova-rabbitmq.xml:26(td) ./doc/common/tables/keystone-rabbit.xml:50(td) ./doc/common/tables/glance-rabbitmq.xml:54(td) ./doc/common/tables/heat-rabbitmq.xml:46(td) ./doc/common/tables/cinder-rpc.xml:126(td) ./doc/common/tables/nova-rpc_all.xml:106(td) ./doc/common/tables/neutron-rabbitmq.xml:46(td) ./doc/common/tables/ceilometer-rabbitmq.xml:50(td) msgid "(StrOpt) The RabbitMQ broker address where a single node is used." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:29(td) ./doc/common/tables/keystone-rabbit.xml:53(td) ./doc/common/tables/glance-rabbitmq.xml:57(td) ./doc/common/tables/heat-rabbitmq.xml:49(td) ./doc/common/tables/trove-rabbitmq.xml:29(td) ./doc/common/tables/cinder-rpc.xml:141(td) ./doc/common/tables/nova-rpc_all.xml:109(td) ./doc/common/tables/neutron-rabbitmq.xml:49(td) ./doc/common/tables/ceilometer-rabbitmq.xml:53(td) +#: ./doc/common/tables/nova-rabbitmq.xml:29(td) ./doc/common/tables/keystone-rabbit.xml:53(td) ./doc/common/tables/glance-rabbitmq.xml:57(td) ./doc/common/tables/heat-rabbitmq.xml:49(td) ./doc/common/tables/trove-rabbitmq.xml:29(td) ./doc/common/tables/cinder-rpc.xml:129(td) ./doc/common/tables/nova-rpc_all.xml:109(td) ./doc/common/tables/neutron-rabbitmq.xml:49(td) ./doc/common/tables/ceilometer-rabbitmq.xml:53(td) msgid "rabbit_hosts = $rabbit_host:$rabbit_port" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:30(td) ./doc/common/tables/keystone-rabbit.xml:54(td) ./doc/common/tables/glance-rabbitmq.xml:58(td) ./doc/common/tables/heat-rabbitmq.xml:50(td) ./doc/common/tables/cinder-rpc.xml:142(td) ./doc/common/tables/nova-rpc_all.xml:110(td) ./doc/common/tables/neutron-rabbitmq.xml:50(td) ./doc/common/tables/ceilometer-rabbitmq.xml:54(td) +#: ./doc/common/tables/nova-rabbitmq.xml:30(td) ./doc/common/tables/keystone-rabbit.xml:54(td) ./doc/common/tables/glance-rabbitmq.xml:58(td) ./doc/common/tables/heat-rabbitmq.xml:50(td) ./doc/common/tables/cinder-rpc.xml:130(td) ./doc/common/tables/nova-rpc_all.xml:110(td) ./doc/common/tables/neutron-rabbitmq.xml:50(td) ./doc/common/tables/ceilometer-rabbitmq.xml:54(td) msgid "(ListOpt) RabbitMQ HA cluster host:port pairs." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:33(td) ./doc/common/tables/keystone-rabbit.xml:57(td) ./doc/common/tables/glance-rabbitmq.xml:61(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:72(td) ./doc/common/tables/heat-rabbitmq.xml:53(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:68(td) ./doc/common/tables/cinder-rpc.xml:145(td) ./doc/common/tables/nova-rpc_all.xml:113(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:156(td) ./doc/common/tables/neutron-rabbitmq.xml:53(td) ./doc/common/tables/ceilometer-rabbitmq.xml:57(td) +#: ./doc/common/tables/nova-rabbitmq.xml:33(td) ./doc/common/tables/keystone-rabbit.xml:57(td) ./doc/common/tables/glance-rabbitmq.xml:61(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:72(td) ./doc/common/tables/heat-rabbitmq.xml:53(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:68(td) ./doc/common/tables/cinder-rpc.xml:133(td) ./doc/common/tables/nova-rpc_all.xml:113(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:156(td) ./doc/common/tables/neutron-rabbitmq.xml:53(td) ./doc/common/tables/ceilometer-rabbitmq.xml:57(td) msgid "rabbit_login_method = AMQPLAIN" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:34(td) ./doc/common/tables/keystone-rabbit.xml:58(td) ./doc/common/tables/glance-rabbitmq.xml:62(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:73(td) ./doc/common/tables/heat-rabbitmq.xml:54(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:69(td) ./doc/common/tables/cinder-rpc.xml:146(td) ./doc/common/tables/nova-rpc_all.xml:114(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:157(td) ./doc/common/tables/neutron-rabbitmq.xml:54(td) ./doc/common/tables/ceilometer-rabbitmq.xml:58(td) +#: ./doc/common/tables/nova-rabbitmq.xml:34(td) ./doc/common/tables/keystone-rabbit.xml:58(td) ./doc/common/tables/glance-rabbitmq.xml:62(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:73(td) ./doc/common/tables/heat-rabbitmq.xml:54(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:69(td) ./doc/common/tables/cinder-rpc.xml:134(td) ./doc/common/tables/nova-rpc_all.xml:114(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:157(td) ./doc/common/tables/neutron-rabbitmq.xml:54(td) ./doc/common/tables/ceilometer-rabbitmq.xml:58(td) msgid "(StrOpt) the RabbitMQ login method" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:37(td) ./doc/common/tables/keystone-rabbit.xml:61(td) ./doc/common/tables/glance-rabbitmq.xml:65(td) ./doc/common/tables/heat-rabbitmq.xml:57(td) ./doc/common/tables/trove-rabbitmq.xml:33(td) ./doc/common/tables/cinder-rpc.xml:149(td) ./doc/common/tables/nova-rpc_all.xml:117(td) ./doc/common/tables/neutron-rabbitmq.xml:57(td) ./doc/common/tables/ceilometer-rabbitmq.xml:61(td) +#: ./doc/common/tables/nova-rabbitmq.xml:37(td) ./doc/common/tables/keystone-rabbit.xml:61(td) ./doc/common/tables/glance-rabbitmq.xml:65(td) ./doc/common/tables/heat-rabbitmq.xml:57(td) ./doc/common/tables/trove-rabbitmq.xml:33(td) ./doc/common/tables/cinder-rpc.xml:137(td) ./doc/common/tables/nova-rpc_all.xml:117(td) ./doc/common/tables/neutron-rabbitmq.xml:57(td) ./doc/common/tables/ceilometer-rabbitmq.xml:61(td) msgid "rabbit_max_retries = 0" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:38(td) ./doc/common/tables/keystone-rabbit.xml:62(td) ./doc/common/tables/glance-rabbitmq.xml:66(td) ./doc/common/tables/heat-rabbitmq.xml:58(td) ./doc/common/tables/cinder-rpc.xml:150(td) ./doc/common/tables/nova-rpc_all.xml:118(td) ./doc/common/tables/neutron-rabbitmq.xml:58(td) ./doc/common/tables/ceilometer-rabbitmq.xml:62(td) +#: ./doc/common/tables/nova-rabbitmq.xml:38(td) ./doc/common/tables/keystone-rabbit.xml:62(td) ./doc/common/tables/glance-rabbitmq.xml:66(td) ./doc/common/tables/heat-rabbitmq.xml:58(td) ./doc/common/tables/cinder-rpc.xml:138(td) ./doc/common/tables/nova-rpc_all.xml:118(td) ./doc/common/tables/neutron-rabbitmq.xml:58(td) ./doc/common/tables/ceilometer-rabbitmq.xml:62(td) msgid "(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count)." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:41(td) ./doc/common/tables/keystone-rabbit.xml:65(td) ./doc/common/tables/glance-rabbitmq.xml:69(td) ./doc/common/tables/heat-rabbitmq.xml:61(td) ./doc/common/tables/trove-rabbitmq.xml:37(td) ./doc/common/tables/cinder-rpc.xml:153(td) ./doc/common/tables/nova-rpc_all.xml:121(td) ./doc/common/tables/neutron-rabbitmq.xml:61(td) ./doc/common/tables/ceilometer-rabbitmq.xml:65(td) +#: ./doc/common/tables/nova-rabbitmq.xml:41(td) ./doc/common/tables/keystone-rabbit.xml:65(td) ./doc/common/tables/glance-rabbitmq.xml:69(td) ./doc/common/tables/heat-rabbitmq.xml:61(td) ./doc/common/tables/trove-rabbitmq.xml:37(td) ./doc/common/tables/cinder-rpc.xml:141(td) ./doc/common/tables/nova-rpc_all.xml:121(td) ./doc/common/tables/neutron-rabbitmq.xml:61(td) ./doc/common/tables/ceilometer-rabbitmq.xml:65(td) msgid "rabbit_password = guest" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:42(td) ./doc/common/tables/keystone-rabbit.xml:66(td) ./doc/common/tables/glance-rabbitmq.xml:70(td) ./doc/common/tables/heat-rabbitmq.xml:62(td) ./doc/common/tables/cinder-rpc.xml:154(td) ./doc/common/tables/nova-rpc_all.xml:122(td) ./doc/common/tables/neutron-rabbitmq.xml:62(td) ./doc/common/tables/ceilometer-rabbitmq.xml:66(td) +#: ./doc/common/tables/nova-rabbitmq.xml:42(td) ./doc/common/tables/keystone-rabbit.xml:66(td) ./doc/common/tables/glance-rabbitmq.xml:70(td) ./doc/common/tables/heat-rabbitmq.xml:62(td) ./doc/common/tables/cinder-rpc.xml:142(td) ./doc/common/tables/nova-rpc_all.xml:122(td) ./doc/common/tables/neutron-rabbitmq.xml:62(td) ./doc/common/tables/ceilometer-rabbitmq.xml:66(td) msgid "(StrOpt) The RabbitMQ password." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:45(td) ./doc/common/tables/keystone-rabbit.xml:69(td) ./doc/common/tables/glance-rabbitmq.xml:73(td) ./doc/common/tables/heat-rabbitmq.xml:65(td) ./doc/common/tables/trove-rabbitmq.xml:41(td) ./doc/common/tables/cinder-rpc.xml:157(td) ./doc/common/tables/nova-rpc_all.xml:125(td) ./doc/common/tables/neutron-rabbitmq.xml:65(td) ./doc/common/tables/ceilometer-rabbitmq.xml:69(td) +#: ./doc/common/tables/nova-rabbitmq.xml:45(td) ./doc/common/tables/keystone-rabbit.xml:69(td) ./doc/common/tables/glance-rabbitmq.xml:73(td) ./doc/common/tables/heat-rabbitmq.xml:65(td) ./doc/common/tables/trove-rabbitmq.xml:41(td) ./doc/common/tables/cinder-rpc.xml:145(td) ./doc/common/tables/nova-rpc_all.xml:125(td) ./doc/common/tables/neutron-rabbitmq.xml:65(td) ./doc/common/tables/ceilometer-rabbitmq.xml:69(td) msgid "rabbit_port = 5672" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:46(td) ./doc/common/tables/keystone-rabbit.xml:70(td) ./doc/common/tables/glance-rabbitmq.xml:74(td) ./doc/common/tables/heat-rabbitmq.xml:66(td) ./doc/common/tables/cinder-rpc.xml:158(td) ./doc/common/tables/nova-rpc_all.xml:126(td) ./doc/common/tables/neutron-rabbitmq.xml:66(td) ./doc/common/tables/ceilometer-rabbitmq.xml:70(td) +#: ./doc/common/tables/nova-rabbitmq.xml:46(td) ./doc/common/tables/keystone-rabbit.xml:70(td) ./doc/common/tables/glance-rabbitmq.xml:74(td) ./doc/common/tables/heat-rabbitmq.xml:66(td) ./doc/common/tables/cinder-rpc.xml:146(td) ./doc/common/tables/nova-rpc_all.xml:126(td) ./doc/common/tables/neutron-rabbitmq.xml:66(td) ./doc/common/tables/ceilometer-rabbitmq.xml:70(td) msgid "(IntOpt) The RabbitMQ broker port where a single node is used." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:49(td) ./doc/common/tables/keystone-rabbit.xml:73(td) ./doc/common/tables/glance-rabbitmq.xml:77(td) ./doc/common/tables/heat-rabbitmq.xml:69(td) ./doc/common/tables/trove-rabbitmq.xml:45(td) ./doc/common/tables/cinder-rpc.xml:161(td) ./doc/common/tables/nova-rpc_all.xml:129(td) ./doc/common/tables/neutron-rabbitmq.xml:69(td) ./doc/common/tables/ceilometer-rabbitmq.xml:73(td) +#: ./doc/common/tables/nova-rabbitmq.xml:49(td) ./doc/common/tables/keystone-rabbit.xml:73(td) ./doc/common/tables/glance-rabbitmq.xml:77(td) ./doc/common/tables/heat-rabbitmq.xml:69(td) ./doc/common/tables/trove-rabbitmq.xml:45(td) ./doc/common/tables/cinder-rpc.xml:149(td) ./doc/common/tables/nova-rpc_all.xml:129(td) ./doc/common/tables/neutron-rabbitmq.xml:69(td) ./doc/common/tables/ceilometer-rabbitmq.xml:73(td) msgid "rabbit_retry_backoff = 2" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:50(td) ./doc/common/tables/keystone-rabbit.xml:74(td) ./doc/common/tables/glance-rabbitmq.xml:78(td) ./doc/common/tables/heat-rabbitmq.xml:70(td) ./doc/common/tables/cinder-rpc.xml:162(td) ./doc/common/tables/nova-rpc_all.xml:130(td) ./doc/common/tables/neutron-rabbitmq.xml:70(td) ./doc/common/tables/ceilometer-rabbitmq.xml:74(td) +#: ./doc/common/tables/nova-rabbitmq.xml:50(td) ./doc/common/tables/keystone-rabbit.xml:74(td) ./doc/common/tables/glance-rabbitmq.xml:78(td) ./doc/common/tables/heat-rabbitmq.xml:70(td) ./doc/common/tables/cinder-rpc.xml:150(td) ./doc/common/tables/nova-rpc_all.xml:130(td) ./doc/common/tables/neutron-rabbitmq.xml:70(td) ./doc/common/tables/ceilometer-rabbitmq.xml:74(td) msgid "(IntOpt) How long to backoff for between retries when connecting to RabbitMQ." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:53(td) ./doc/common/tables/keystone-rabbit.xml:77(td) ./doc/common/tables/glance-rabbitmq.xml:81(td) ./doc/common/tables/heat-rabbitmq.xml:73(td) ./doc/common/tables/trove-rabbitmq.xml:49(td) ./doc/common/tables/cinder-rpc.xml:165(td) ./doc/common/tables/nova-rpc_all.xml:133(td) ./doc/common/tables/neutron-rabbitmq.xml:73(td) ./doc/common/tables/ceilometer-rabbitmq.xml:77(td) +#: ./doc/common/tables/nova-rabbitmq.xml:53(td) ./doc/common/tables/keystone-rabbit.xml:77(td) ./doc/common/tables/glance-rabbitmq.xml:81(td) ./doc/common/tables/heat-rabbitmq.xml:73(td) ./doc/common/tables/trove-rabbitmq.xml:49(td) ./doc/common/tables/cinder-rpc.xml:153(td) ./doc/common/tables/nova-rpc_all.xml:133(td) ./doc/common/tables/neutron-rabbitmq.xml:73(td) ./doc/common/tables/ceilometer-rabbitmq.xml:77(td) msgid "rabbit_retry_interval = 1" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:54(td) ./doc/common/tables/keystone-rabbit.xml:78(td) ./doc/common/tables/glance-rabbitmq.xml:82(td) ./doc/common/tables/heat-rabbitmq.xml:74(td) ./doc/common/tables/cinder-rpc.xml:166(td) ./doc/common/tables/nova-rpc_all.xml:134(td) ./doc/common/tables/neutron-rabbitmq.xml:74(td) ./doc/common/tables/ceilometer-rabbitmq.xml:78(td) +#: ./doc/common/tables/nova-rabbitmq.xml:54(td) ./doc/common/tables/keystone-rabbit.xml:78(td) ./doc/common/tables/glance-rabbitmq.xml:82(td) ./doc/common/tables/heat-rabbitmq.xml:74(td) ./doc/common/tables/cinder-rpc.xml:154(td) ./doc/common/tables/nova-rpc_all.xml:134(td) ./doc/common/tables/neutron-rabbitmq.xml:74(td) ./doc/common/tables/ceilometer-rabbitmq.xml:78(td) msgid "(IntOpt) How frequently to retry connecting with RabbitMQ." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:57(td) ./doc/common/tables/keystone-rabbit.xml:81(td) ./doc/common/tables/glance-rabbitmq.xml:85(td) ./doc/common/tables/heat-rabbitmq.xml:77(td) ./doc/common/tables/trove-rabbitmq.xml:53(td) ./doc/common/tables/cinder-rpc.xml:169(td) ./doc/common/tables/nova-rpc_all.xml:137(td) ./doc/common/tables/neutron-rabbitmq.xml:77(td) ./doc/common/tables/ceilometer-rabbitmq.xml:81(td) +#: ./doc/common/tables/nova-rabbitmq.xml:57(td) ./doc/common/tables/keystone-rabbit.xml:81(td) ./doc/common/tables/glance-rabbitmq.xml:85(td) ./doc/common/tables/heat-rabbitmq.xml:77(td) ./doc/common/tables/trove-rabbitmq.xml:53(td) ./doc/common/tables/cinder-rpc.xml:157(td) ./doc/common/tables/nova-rpc_all.xml:137(td) ./doc/common/tables/neutron-rabbitmq.xml:77(td) ./doc/common/tables/ceilometer-rabbitmq.xml:81(td) msgid "rabbit_use_ssl = False" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:58(td) ./doc/common/tables/keystone-rabbit.xml:82(td) ./doc/common/tables/glance-rabbitmq.xml:86(td) ./doc/common/tables/heat-rabbitmq.xml:78(td) ./doc/common/tables/cinder-rpc.xml:170(td) ./doc/common/tables/nova-rpc_all.xml:138(td) ./doc/common/tables/neutron-rabbitmq.xml:78(td) ./doc/common/tables/ceilometer-rabbitmq.xml:82(td) +#: ./doc/common/tables/nova-rabbitmq.xml:58(td) ./doc/common/tables/keystone-rabbit.xml:82(td) ./doc/common/tables/glance-rabbitmq.xml:86(td) ./doc/common/tables/heat-rabbitmq.xml:78(td) ./doc/common/tables/cinder-rpc.xml:158(td) ./doc/common/tables/nova-rpc_all.xml:138(td) ./doc/common/tables/neutron-rabbitmq.xml:78(td) ./doc/common/tables/ceilometer-rabbitmq.xml:82(td) msgid "(BoolOpt) Connect over SSL for RabbitMQ." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:61(td) ./doc/common/tables/keystone-rabbit.xml:85(td) ./doc/common/tables/glance-rabbitmq.xml:89(td) ./doc/common/tables/heat-rabbitmq.xml:81(td) ./doc/common/tables/trove-rabbitmq.xml:57(td) ./doc/common/tables/cinder-rpc.xml:173(td) ./doc/common/tables/nova-rpc_all.xml:141(td) ./doc/common/tables/neutron-rabbitmq.xml:81(td) ./doc/common/tables/ceilometer-rabbitmq.xml:85(td) +#: ./doc/common/tables/nova-rabbitmq.xml:61(td) ./doc/common/tables/keystone-rabbit.xml:85(td) ./doc/common/tables/glance-rabbitmq.xml:89(td) ./doc/common/tables/heat-rabbitmq.xml:81(td) ./doc/common/tables/trove-rabbitmq.xml:57(td) ./doc/common/tables/cinder-rpc.xml:161(td) ./doc/common/tables/nova-rpc_all.xml:141(td) ./doc/common/tables/neutron-rabbitmq.xml:81(td) ./doc/common/tables/ceilometer-rabbitmq.xml:85(td) msgid "rabbit_userid = guest" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:62(td) ./doc/common/tables/keystone-rabbit.xml:86(td) ./doc/common/tables/glance-rabbitmq.xml:90(td) ./doc/common/tables/heat-rabbitmq.xml:82(td) ./doc/common/tables/cinder-rpc.xml:174(td) ./doc/common/tables/nova-rpc_all.xml:142(td) ./doc/common/tables/neutron-rabbitmq.xml:82(td) ./doc/common/tables/ceilometer-rabbitmq.xml:86(td) +#: ./doc/common/tables/nova-rabbitmq.xml:62(td) ./doc/common/tables/keystone-rabbit.xml:86(td) ./doc/common/tables/glance-rabbitmq.xml:90(td) ./doc/common/tables/heat-rabbitmq.xml:82(td) ./doc/common/tables/cinder-rpc.xml:162(td) ./doc/common/tables/nova-rpc_all.xml:142(td) ./doc/common/tables/neutron-rabbitmq.xml:82(td) ./doc/common/tables/ceilometer-rabbitmq.xml:86(td) msgid "(StrOpt) The RabbitMQ userid." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:65(td) ./doc/common/tables/keystone-rabbit.xml:89(td) ./doc/common/tables/glance-rabbitmq.xml:93(td) ./doc/common/tables/heat-rabbitmq.xml:85(td) ./doc/common/tables/trove-rabbitmq.xml:61(td) ./doc/common/tables/cinder-rpc.xml:177(td) ./doc/common/tables/nova-rpc_all.xml:145(td) ./doc/common/tables/neutron-rabbitmq.xml:85(td) ./doc/common/tables/ceilometer-rabbitmq.xml:89(td) +#: ./doc/common/tables/nova-rabbitmq.xml:65(td) ./doc/common/tables/keystone-rabbit.xml:89(td) ./doc/common/tables/glance-rabbitmq.xml:93(td) ./doc/common/tables/heat-rabbitmq.xml:85(td) ./doc/common/tables/trove-rabbitmq.xml:61(td) ./doc/common/tables/cinder-rpc.xml:165(td) ./doc/common/tables/nova-rpc_all.xml:145(td) ./doc/common/tables/neutron-rabbitmq.xml:85(td) ./doc/common/tables/ceilometer-rabbitmq.xml:89(td) msgid "rabbit_virtual_host = /" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:66(td) ./doc/common/tables/keystone-rabbit.xml:90(td) ./doc/common/tables/glance-rabbitmq.xml:94(td) ./doc/common/tables/heat-rabbitmq.xml:86(td) ./doc/common/tables/cinder-rpc.xml:178(td) ./doc/common/tables/nova-rpc_all.xml:146(td) ./doc/common/tables/neutron-rabbitmq.xml:86(td) ./doc/common/tables/ceilometer-rabbitmq.xml:90(td) +#: ./doc/common/tables/nova-rabbitmq.xml:66(td) ./doc/common/tables/keystone-rabbit.xml:90(td) ./doc/common/tables/glance-rabbitmq.xml:94(td) ./doc/common/tables/heat-rabbitmq.xml:86(td) ./doc/common/tables/cinder-rpc.xml:166(td) ./doc/common/tables/nova-rpc_all.xml:146(td) ./doc/common/tables/neutron-rabbitmq.xml:86(td) ./doc/common/tables/ceilometer-rabbitmq.xml:90(td) msgid "(StrOpt) The RabbitMQ virtual host." msgstr "" @@ -12483,7 +12599,7 @@ msgstr "" msgid "scheduler_default_filters = AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:22(td) ./doc/common/tables/nova-scheduling.xml:78(td) +#: ./doc/common/tables/cinder-scheduler.xml:22(td) ./doc/common/tables/nova-scheduling.xml:82(td) msgid "(ListOpt) Which filter class names to use for filtering hosts when not specified in the request." msgstr "" @@ -12507,15 +12623,15 @@ msgstr "" msgid "scheduler_host_manager = cinder.scheduler.host_manager.HostManager" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:34(td) ./doc/common/tables/nova-scheduling.xml:90(td) +#: ./doc/common/tables/cinder-scheduler.xml:34(td) ./doc/common/tables/nova-scheduling.xml:94(td) msgid "(StrOpt) The scheduler host manager class to use" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:37(td) ./doc/common/tables/nova-scheduling.xml:97(td) +#: ./doc/common/tables/cinder-scheduler.xml:37(td) ./doc/common/tables/nova-scheduling.xml:101(td) msgid "scheduler_json_config_location =" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:38(td) ./doc/common/tables/nova-scheduling.xml:98(td) +#: ./doc/common/tables/cinder-scheduler.xml:38(td) ./doc/common/tables/nova-scheduling.xml:102(td) msgid "(StrOpt) Absolute path to scheduler configuration JSON file." msgstr "" @@ -12523,11 +12639,11 @@ msgstr "" msgid "scheduler_manager = cinder.scheduler.manager.SchedulerManager" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:42(td) ./doc/common/tables/nova-scheduling.xml:102(td) +#: ./doc/common/tables/cinder-scheduler.xml:42(td) ./doc/common/tables/nova-scheduling.xml:106(td) msgid "(StrOpt) Full class name for the Manager for scheduler" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:45(td) ./doc/common/tables/nova-scheduling.xml:105(td) +#: ./doc/common/tables/cinder-scheduler.xml:45(td) ./doc/common/tables/nova-scheduling.xml:109(td) msgid "scheduler_max_attempts = 3" msgstr "" @@ -12551,22 +12667,26 @@ msgstr "" msgid "[cassandra]" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml:21(td) ./doc/common/tables/trove-db_couchbase.xml:21(td) ./doc/common/tables/trove-db_mongodb.xml:21(td) ./doc/common/tables/trove-db_redis.xml:21(td) +#: ./doc/common/tables/trove-db_cassandra.xml:21(td) ./doc/common/tables/trove-db_mongodb.xml:21(td) ./doc/common/tables/trove-db_redis.xml:21(td) msgid "backup_strategy = None" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml:25(td) +#: ./doc/common/tables/trove-db_cassandra.xml:29(td) msgid "mount_point = /var/lib/cassandra" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml:29(td) +#: ./doc/common/tables/trove-db_cassandra.xml:33(td) msgid "tcp_ports = 7000, 7001, 9042, 9160" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml:37(td) +#: ./doc/common/tables/trove-db_cassandra.xml:41(td) msgid "usage_timeout = 600" msgstr "" +#: ./doc/common/tables/neutron-logging.xml:25(td) ./doc/common/tables/trove-common.xml:33(td) ./doc/common/tables/glance-logging.xml:25(td) ./doc/common/tables/heat-logging.xml:21(td) +msgid "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN" +msgstr "" + #: ./doc/common/tables/neutron-logging.xml:85(td) ./doc/common/tables/neutron-nec.xml:57(td) msgid "use_ssl = False" msgstr "" @@ -12611,23 +12731,39 @@ msgstr "" msgid "[catalog]" msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:21(td) -msgid "driver = keystone.catalog.backends.sql.Catalog" +#: ./doc/common/tables/keystone-catalog.xml:21(td) ./doc/common/tables/keystone-assignment.xml:21(td) ./doc/common/tables/keystone-token.xml:25(td) +msgid "cache_time = None" msgstr "" #: ./doc/common/tables/keystone-catalog.xml:22(td) -msgid "(StrOpt) Catalog backend driver." +msgid "(IntOpt) Time to cache catalog data (in seconds). This has no effect unless global and catalog caching are enabled." msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:26(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:101(td) -msgid "(IntOpt) Maximum number of entities that will be returned in a catalog collection." +#: ./doc/common/tables/keystone-catalog.xml:25(td) ./doc/common/tables/keystone-assignment.xml:25(td) ./doc/common/tables/keystone-revoke.xml:21(td) ./doc/common/tables/keystone-token.xml:29(td) +msgid "caching = True" +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml:26(td) +msgid "(BoolOpt) Toggle for catalog caching. This has no effect unless global caching is enabled." msgstr "" #: ./doc/common/tables/keystone-catalog.xml:29(td) -msgid "template_file = default_catalog.templates" +msgid "driver = keystone.catalog.backends.sql.Catalog" msgstr "" #: ./doc/common/tables/keystone-catalog.xml:30(td) +msgid "(StrOpt) Catalog backend driver." +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml:34(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:101(td) +msgid "(IntOpt) Maximum number of entities that will be returned in a catalog collection." +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml:37(td) +msgid "template_file = default_catalog.templates" +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml:38(td) msgid "(StrOpt) Catalog template file name for use with the template catalog backend." msgstr "" @@ -12851,6 +12987,10 @@ msgstr "" msgid "max_header_size = 8192" msgstr "" +#: ./doc/common/tables/swift-swift-swift-constraints.xml:41(td) +msgid "max_header_size is the max number of bytes in the utf8 encoding of each header. Using 8192 as default because eventlet use 8192 as max size of header line. This value may need to be increased when using identity v3 API tokens including more than 7 catalog entries. See also include_service_catalog in proxy-server.conf-sample (documented in overview_auth.rst)" +msgstr "" + #: ./doc/common/tables/swift-swift-swift-constraints.xml:44(td) msgid "max_meta_count = 90" msgstr "" @@ -12871,47 +13011,47 @@ msgstr "" msgid "max_object_name_length = 1024" msgstr "" -#: ./doc/common/tables/heat-qpid.xml:22(td) ./doc/common/tables/nova-qpid.xml:22(td) ./doc/common/tables/glance-qpid.xml:22(td) ./doc/common/tables/cinder-rpc.xml:94(td) ./doc/common/tables/nova-rpc_all.xml:62(td) ./doc/common/tables/neutron-qpid.xml:22(td) ./doc/common/tables/keystone-qpid.xml:22(td) ./doc/common/tables/ceilometer-qpid.xml:22(td) +#: ./doc/common/tables/heat-qpid.xml:22(td) ./doc/common/tables/nova-qpid.xml:22(td) ./doc/common/tables/glance-qpid.xml:22(td) ./doc/common/tables/cinder-rpc.xml:82(td) ./doc/common/tables/nova-rpc_all.xml:62(td) ./doc/common/tables/neutron-qpid.xml:22(td) ./doc/common/tables/keystone-qpid.xml:22(td) ./doc/common/tables/ceilometer-qpid.xml:22(td) msgid "(IntOpt) Seconds between connection keepalive heartbeats." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:26(td) ./doc/common/tables/nova-qpid.xml:26(td) ./doc/common/tables/glance-qpid.xml:26(td) ./doc/common/tables/cinder-rpc.xml:98(td) ./doc/common/tables/nova-rpc_all.xml:66(td) ./doc/common/tables/neutron-qpid.xml:26(td) ./doc/common/tables/keystone-qpid.xml:26(td) ./doc/common/tables/ceilometer-qpid.xml:26(td) +#: ./doc/common/tables/heat-qpid.xml:26(td) ./doc/common/tables/nova-qpid.xml:26(td) ./doc/common/tables/glance-qpid.xml:26(td) ./doc/common/tables/cinder-rpc.xml:86(td) ./doc/common/tables/nova-rpc_all.xml:66(td) ./doc/common/tables/neutron-qpid.xml:26(td) ./doc/common/tables/keystone-qpid.xml:26(td) ./doc/common/tables/ceilometer-qpid.xml:26(td) msgid "(StrOpt) Qpid broker hostname." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:30(td) ./doc/common/tables/nova-qpid.xml:30(td) ./doc/common/tables/glance-qpid.xml:30(td) ./doc/common/tables/cinder-rpc.xml:102(td) ./doc/common/tables/nova-rpc_all.xml:70(td) ./doc/common/tables/neutron-qpid.xml:30(td) ./doc/common/tables/keystone-qpid.xml:30(td) ./doc/common/tables/ceilometer-qpid.xml:30(td) +#: ./doc/common/tables/heat-qpid.xml:30(td) ./doc/common/tables/nova-qpid.xml:30(td) ./doc/common/tables/glance-qpid.xml:30(td) ./doc/common/tables/cinder-rpc.xml:90(td) ./doc/common/tables/nova-rpc_all.xml:70(td) ./doc/common/tables/neutron-qpid.xml:30(td) ./doc/common/tables/keystone-qpid.xml:30(td) ./doc/common/tables/ceilometer-qpid.xml:30(td) msgid "(ListOpt) Qpid HA cluster host:port pairs." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:34(td) ./doc/common/tables/nova-qpid.xml:34(td) ./doc/common/tables/glance-qpid.xml:34(td) ./doc/common/tables/cinder-rpc.xml:106(td) ./doc/common/tables/nova-rpc_all.xml:74(td) ./doc/common/tables/neutron-qpid.xml:34(td) ./doc/common/tables/keystone-qpid.xml:34(td) ./doc/common/tables/ceilometer-qpid.xml:34(td) +#: ./doc/common/tables/heat-qpid.xml:34(td) ./doc/common/tables/nova-qpid.xml:34(td) ./doc/common/tables/glance-qpid.xml:34(td) ./doc/common/tables/cinder-rpc.xml:94(td) ./doc/common/tables/nova-rpc_all.xml:74(td) ./doc/common/tables/neutron-qpid.xml:34(td) ./doc/common/tables/keystone-qpid.xml:34(td) ./doc/common/tables/ceilometer-qpid.xml:34(td) msgid "(StrOpt) Password for Qpid connection." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:38(td) ./doc/common/tables/nova-qpid.xml:38(td) ./doc/common/tables/glance-qpid.xml:38(td) ./doc/common/tables/cinder-rpc.xml:110(td) ./doc/common/tables/nova-rpc_all.xml:78(td) ./doc/common/tables/neutron-qpid.xml:38(td) ./doc/common/tables/keystone-qpid.xml:38(td) ./doc/common/tables/ceilometer-qpid.xml:38(td) +#: ./doc/common/tables/heat-qpid.xml:38(td) ./doc/common/tables/nova-qpid.xml:38(td) ./doc/common/tables/glance-qpid.xml:38(td) ./doc/common/tables/cinder-rpc.xml:98(td) ./doc/common/tables/nova-rpc_all.xml:78(td) ./doc/common/tables/neutron-qpid.xml:38(td) ./doc/common/tables/keystone-qpid.xml:38(td) ./doc/common/tables/ceilometer-qpid.xml:38(td) msgid "(IntOpt) Qpid broker port." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:42(td) ./doc/common/tables/nova-qpid.xml:42(td) ./doc/common/tables/glance-qpid.xml:42(td) ./doc/common/tables/cinder-rpc.xml:114(td) ./doc/common/tables/nova-rpc_all.xml:82(td) ./doc/common/tables/neutron-qpid.xml:42(td) ./doc/common/tables/keystone-qpid.xml:42(td) ./doc/common/tables/ceilometer-qpid.xml:42(td) +#: ./doc/common/tables/heat-qpid.xml:42(td) ./doc/common/tables/nova-qpid.xml:42(td) ./doc/common/tables/glance-qpid.xml:42(td) ./doc/common/tables/cinder-rpc.xml:102(td) ./doc/common/tables/nova-rpc_all.xml:82(td) ./doc/common/tables/neutron-qpid.xml:42(td) ./doc/common/tables/keystone-qpid.xml:42(td) ./doc/common/tables/ceilometer-qpid.xml:42(td) msgid "(StrOpt) Transport to use, either 'tcp' or 'ssl'." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:46(td) ./doc/common/tables/nova-qpid.xml:46(td) ./doc/common/tables/glance-qpid.xml:46(td) ./doc/common/tables/cinder-rpc.xml:118(td) ./doc/common/tables/nova-rpc_all.xml:86(td) ./doc/common/tables/neutron-qpid.xml:46(td) ./doc/common/tables/keystone-qpid.xml:46(td) ./doc/common/tables/ceilometer-qpid.xml:46(td) +#: ./doc/common/tables/heat-qpid.xml:46(td) ./doc/common/tables/nova-qpid.xml:46(td) ./doc/common/tables/glance-qpid.xml:46(td) ./doc/common/tables/cinder-rpc.xml:106(td) ./doc/common/tables/nova-rpc_all.xml:86(td) ./doc/common/tables/neutron-qpid.xml:46(td) ./doc/common/tables/keystone-qpid.xml:46(td) ./doc/common/tables/ceilometer-qpid.xml:46(td) msgid "(StrOpt) Space separated list of SASL mechanisms to use for auth." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:50(td) ./doc/common/tables/nova-qpid.xml:50(td) ./doc/common/tables/glance-qpid.xml:50(td) ./doc/common/tables/cinder-rpc.xml:122(td) ./doc/common/tables/nova-rpc_all.xml:90(td) ./doc/common/tables/neutron-qpid.xml:50(td) ./doc/common/tables/keystone-qpid.xml:50(td) ./doc/common/tables/ceilometer-qpid.xml:50(td) +#: ./doc/common/tables/heat-qpid.xml:50(td) ./doc/common/tables/nova-qpid.xml:50(td) ./doc/common/tables/glance-qpid.xml:50(td) ./doc/common/tables/cinder-rpc.xml:110(td) ./doc/common/tables/nova-rpc_all.xml:90(td) ./doc/common/tables/neutron-qpid.xml:50(td) ./doc/common/tables/keystone-qpid.xml:50(td) ./doc/common/tables/ceilometer-qpid.xml:50(td) msgid "(BoolOpt) Whether to disable the Nagle algorithm." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:53(td) ./doc/common/tables/nova-qpid.xml:53(td) ./doc/common/tables/glance-qpid.xml:53(td) ./doc/common/tables/cinder-rpc.xml:125(td) ./doc/common/tables/nova-rpc_all.xml:93(td) ./doc/common/tables/neutron-qpid.xml:53(td) ./doc/common/tables/keystone-qpid.xml:53(td) ./doc/common/tables/ceilometer-qpid.xml:53(td) +#: ./doc/common/tables/heat-qpid.xml:53(td) ./doc/common/tables/nova-qpid.xml:53(td) ./doc/common/tables/glance-qpid.xml:53(td) ./doc/common/tables/cinder-rpc.xml:113(td) ./doc/common/tables/nova-rpc_all.xml:93(td) ./doc/common/tables/neutron-qpid.xml:53(td) ./doc/common/tables/keystone-qpid.xml:53(td) ./doc/common/tables/ceilometer-qpid.xml:53(td) msgid "qpid_topology_version = 1" msgstr "" -#: ./doc/common/tables/heat-qpid.xml:54(td) ./doc/common/tables/nova-qpid.xml:54(td) ./doc/common/tables/glance-qpid.xml:54(td) ./doc/common/tables/cinder-rpc.xml:126(td) ./doc/common/tables/nova-rpc_all.xml:94(td) ./doc/common/tables/neutron-qpid.xml:54(td) ./doc/common/tables/keystone-qpid.xml:54(td) ./doc/common/tables/ceilometer-qpid.xml:54(td) +#: ./doc/common/tables/heat-qpid.xml:54(td) ./doc/common/tables/nova-qpid.xml:54(td) ./doc/common/tables/glance-qpid.xml:54(td) ./doc/common/tables/cinder-rpc.xml:114(td) ./doc/common/tables/nova-rpc_all.xml:94(td) ./doc/common/tables/neutron-qpid.xml:54(td) ./doc/common/tables/keystone-qpid.xml:54(td) ./doc/common/tables/ceilometer-qpid.xml:54(td) msgid "(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break." msgstr "" -#: ./doc/common/tables/heat-qpid.xml:58(td) ./doc/common/tables/nova-qpid.xml:58(td) ./doc/common/tables/glance-qpid.xml:58(td) ./doc/common/tables/cinder-rpc.xml:130(td) ./doc/common/tables/nova-rpc_all.xml:98(td) ./doc/common/tables/neutron-qpid.xml:58(td) ./doc/common/tables/keystone-qpid.xml:58(td) ./doc/common/tables/ceilometer-qpid.xml:58(td) +#: ./doc/common/tables/heat-qpid.xml:58(td) ./doc/common/tables/nova-qpid.xml:58(td) ./doc/common/tables/glance-qpid.xml:58(td) ./doc/common/tables/cinder-rpc.xml:118(td) ./doc/common/tables/nova-rpc_all.xml:98(td) ./doc/common/tables/neutron-qpid.xml:58(td) ./doc/common/tables/keystone-qpid.xml:58(td) ./doc/common/tables/ceilometer-qpid.xml:58(td) msgid "(StrOpt) Username for Qpid connection." msgstr "" @@ -13011,11 +13151,11 @@ msgstr "" msgid "(StrOpt) The full class name of the key manager API class" msgstr "" -#: ./doc/common/tables/nova-keymgr.xml:25(td) ./doc/common/tables/cinder-keymgr.xml:25(td) +#: ./doc/common/tables/nova-keymgr.xml:25(td) ./doc/common/tables/cinder-keymgr.xml:33(td) msgid "fixed_key = None" msgstr "" -#: ./doc/common/tables/nova-keymgr.xml:26(td) ./doc/common/tables/cinder-keymgr.xml:26(td) +#: ./doc/common/tables/nova-keymgr.xml:26(td) ./doc/common/tables/cinder-keymgr.xml:34(td) msgid "(StrOpt) Fixed key returned by key manager, specified in hex" msgstr "" @@ -13203,7 +13343,7 @@ msgstr "" msgid "(StrOpt) Password to use for OpenStack service access." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:41(td) ./doc/common/tables/nova-volumes.xml:49(td) ./doc/common/tables/trove-api.xml:73(td) ./doc/common/tables/cinder-compute.xml:45(td) ./doc/common/tables/glance-common.xml:81(td) +#: ./doc/common/tables/ceilometer-auth.xml:41(td) ./doc/common/tables/nova-volumes.xml:57(td) ./doc/common/tables/trove-api.xml:77(td) ./doc/common/tables/cinder-compute.xml:45(td) ./doc/common/tables/glance-common.xml:77(td) msgid "os_region_name = None" msgstr "" @@ -13468,7 +13608,7 @@ msgid "compute_driver = None" msgstr "" #: ./doc/common/tables/nova-compute.xml:26(td) -msgid "(StrOpt) Driver to use for controlling virtualization. Options include: libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver" +msgid "(StrOpt) Driver to use for controlling virtualization. Options include: libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver, hyperv.HyperVDriver" msgstr "" #: ./doc/common/tables/nova-compute.xml:29(td) @@ -13488,226 +13628,234 @@ msgid "(ListOpt) A list of monitors that can be used for getting compute metrics msgstr "" #: ./doc/common/tables/nova-compute.xml:37(td) -msgid "compute_stats_class = nova.compute.stats.Stats" +msgid "compute_resources = vcpu" msgstr "" #: ./doc/common/tables/nova-compute.xml:38(td) -msgid "(StrOpt) Class that will manage stats for the local compute host" +msgid "(ListOpt) The names of the extra resources to track." msgstr "" #: ./doc/common/tables/nova-compute.xml:41(td) -msgid "console_host = oslo" +msgid "compute_stats_class = nova.compute.stats.Stats" msgstr "" #: ./doc/common/tables/nova-compute.xml:42(td) -msgid "(StrOpt) Console proxy host to use to connect to instances on this host." +msgid "(StrOpt) Class that will manage stats for the local compute host" msgstr "" #: ./doc/common/tables/nova-compute.xml:45(td) -msgid "console_manager = nova.console.manager.ConsoleProxyManager" +msgid "console_host = localhost" msgstr "" #: ./doc/common/tables/nova-compute.xml:46(td) -msgid "(StrOpt) Full class name for the Manager for console proxy" +msgid "(StrOpt) Console proxy host to use to connect to instances on this host." msgstr "" #: ./doc/common/tables/nova-compute.xml:49(td) -msgid "default_flavor = m1.small" +msgid "console_manager = nova.console.manager.ConsoleProxyManager" msgstr "" #: ./doc/common/tables/nova-compute.xml:50(td) +msgid "(StrOpt) Full class name for the Manager for console proxy" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml:53(td) +msgid "default_flavor = m1.small" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml:54(td) msgid "(StrOpt) Default flavor to use for the EC2 API only. The Nova API does not support a default flavor." msgstr "" -#: ./doc/common/tables/nova-compute.xml:53(td) ./doc/common/tables/heat-amqp.xml:33(td) ./doc/common/tables/trove-common.xml:41(td) +#: ./doc/common/tables/nova-compute.xml:57(td) ./doc/common/tables/heat-amqp.xml:33(td) ./doc/common/tables/trove-common.xml:41(td) msgid "default_notification_level = INFO" msgstr "" -#: ./doc/common/tables/nova-compute.xml:54(td) ./doc/common/tables/heat-amqp.xml:34(td) ./doc/common/tables/trove-common.xml:42(td) +#: ./doc/common/tables/nova-compute.xml:58(td) ./doc/common/tables/heat-amqp.xml:34(td) ./doc/common/tables/trove-common.xml:42(td) msgid "(StrOpt) Default notification level for outgoing notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml:57(td) ./doc/common/tables/heat-amqp.xml:37(td) ./doc/common/tables/keystone-amqp.xml:33(td) +#: ./doc/common/tables/nova-compute.xml:61(td) ./doc/common/tables/heat-amqp.xml:37(td) ./doc/common/tables/keystone-amqp.xml:33(td) msgid "default_publisher_id = None" msgstr "" -#: ./doc/common/tables/nova-compute.xml:58(td) ./doc/common/tables/heat-amqp.xml:38(td) ./doc/common/tables/trove-common.xml:50(td) ./doc/common/tables/keystone-amqp.xml:34(td) +#: ./doc/common/tables/nova-compute.xml:62(td) ./doc/common/tables/heat-amqp.xml:38(td) ./doc/common/tables/trove-common.xml:50(td) ./doc/common/tables/keystone-amqp.xml:34(td) msgid "(StrOpt) Default publisher_id for outgoing notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml:61(td) +#: ./doc/common/tables/nova-compute.xml:65(td) msgid "enable_instance_password = True" msgstr "" -#: ./doc/common/tables/nova-compute.xml:62(td) +#: ./doc/common/tables/nova-compute.xml:66(td) msgid "(BoolOpt) Enables returning of the instance password by the relevant server API calls such as create, rebuild or rescue, If the hypervisor does not support password injection then the password returned will not be correct" msgstr "" -#: ./doc/common/tables/nova-compute.xml:65(td) +#: ./doc/common/tables/nova-compute.xml:69(td) msgid "heal_instance_info_cache_interval = 60" msgstr "" -#: ./doc/common/tables/nova-compute.xml:66(td) +#: ./doc/common/tables/nova-compute.xml:70(td) msgid "(IntOpt) Number of seconds between instance info_cache self healing updates" msgstr "" -#: ./doc/common/tables/nova-compute.xml:69(td) +#: ./doc/common/tables/nova-compute.xml:73(td) msgid "image_cache_manager_interval = 2400" msgstr "" -#: ./doc/common/tables/nova-compute.xml:70(td) +#: ./doc/common/tables/nova-compute.xml:74(td) msgid "(IntOpt) Number of seconds to wait between runs of the image cache manager. Set to -1 to disable. Setting this to 0 will disable, but this will change in the K release to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml:73(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:32(td) +#: ./doc/common/tables/nova-compute.xml:77(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:32(td) msgid "image_cache_subdirectory_name = _base" msgstr "" -#: ./doc/common/tables/nova-compute.xml:74(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:33(td) +#: ./doc/common/tables/nova-compute.xml:78(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:33(td) msgid "(StrOpt) Where cached images are stored under $instances_path. This is NOT the full path - just a folder name. For per-compute-host cached images, set to _base_$my_ip" msgstr "" -#: ./doc/common/tables/nova-compute.xml:77(td) +#: ./doc/common/tables/nova-compute.xml:81(td) msgid "instance_build_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml:78(td) +#: ./doc/common/tables/nova-compute.xml:82(td) msgid "(IntOpt) Amount of time in seconds an instance can be in BUILD before going into ERROR status.Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml:81(td) +#: ./doc/common/tables/nova-compute.xml:85(td) msgid "instance_delete_interval = 300" msgstr "" -#: ./doc/common/tables/nova-compute.xml:82(td) +#: ./doc/common/tables/nova-compute.xml:86(td) msgid "(IntOpt) Interval in seconds for retrying failed instance file deletes" msgstr "" -#: ./doc/common/tables/nova-compute.xml:85(td) +#: ./doc/common/tables/nova-compute.xml:89(td) msgid "instance_usage_audit = False" msgstr "" -#: ./doc/common/tables/nova-compute.xml:86(td) +#: ./doc/common/tables/nova-compute.xml:90(td) msgid "(BoolOpt) Generate periodic compute.instance.exists notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml:89(td) +#: ./doc/common/tables/nova-compute.xml:93(td) msgid "instance_usage_audit_period = month" msgstr "" -#: ./doc/common/tables/nova-compute.xml:90(td) +#: ./doc/common/tables/nova-compute.xml:94(td) msgid "(StrOpt) Time period to generate instance usages for. Time period must be hour, day, month or year" msgstr "" -#: ./doc/common/tables/nova-compute.xml:93(td) +#: ./doc/common/tables/nova-compute.xml:97(td) msgid "instances_path = $state_path/instances" msgstr "" -#: ./doc/common/tables/nova-compute.xml:94(td) +#: ./doc/common/tables/nova-compute.xml:98(td) msgid "(StrOpt) Where instances are stored on disk" msgstr "" -#: ./doc/common/tables/nova-compute.xml:97(td) +#: ./doc/common/tables/nova-compute.xml:101(td) msgid "maximum_instance_delete_attempts = 5" msgstr "" -#: ./doc/common/tables/nova-compute.xml:98(td) +#: ./doc/common/tables/nova-compute.xml:102(td) msgid "(IntOpt) The number of times to attempt to reap an instance's files." msgstr "" -#: ./doc/common/tables/nova-compute.xml:101(td) +#: ./doc/common/tables/nova-compute.xml:105(td) msgid "reboot_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml:102(td) +#: ./doc/common/tables/nova-compute.xml:106(td) msgid "(IntOpt) Automatically hard reboot an instance if it has been stuck in a rebooting state longer than N seconds. Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml:105(td) +#: ./doc/common/tables/nova-compute.xml:109(td) msgid "reclaim_instance_interval = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml:106(td) +#: ./doc/common/tables/nova-compute.xml:110(td) msgid "(IntOpt) Interval in seconds for reclaiming deleted instances" msgstr "" -#: ./doc/common/tables/nova-compute.xml:109(td) +#: ./doc/common/tables/nova-compute.xml:113(td) msgid "resize_confirm_window = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml:110(td) +#: ./doc/common/tables/nova-compute.xml:114(td) msgid "(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml:113(td) +#: ./doc/common/tables/nova-compute.xml:117(td) msgid "resume_guests_state_on_host_boot = False" msgstr "" -#: ./doc/common/tables/nova-compute.xml:114(td) +#: ./doc/common/tables/nova-compute.xml:118(td) msgid "(BoolOpt) Whether to start guests that were running before the host rebooted" msgstr "" -#: ./doc/common/tables/nova-compute.xml:117(td) +#: ./doc/common/tables/nova-compute.xml:121(td) msgid "running_deleted_instance_action = reap" msgstr "" -#: ./doc/common/tables/nova-compute.xml:118(td) +#: ./doc/common/tables/nova-compute.xml:122(td) msgid "(StrOpt) Action to take if a running deleted instance is detected.Valid options are 'noop', 'log', 'shutdown', or 'reap'. Set to 'noop' to take no action." msgstr "" -#: ./doc/common/tables/nova-compute.xml:121(td) +#: ./doc/common/tables/nova-compute.xml:125(td) msgid "running_deleted_instance_poll_interval = 1800" msgstr "" -#: ./doc/common/tables/nova-compute.xml:122(td) +#: ./doc/common/tables/nova-compute.xml:126(td) msgid "(IntOpt) Number of seconds to wait between runs of the cleanup task." msgstr "" -#: ./doc/common/tables/nova-compute.xml:125(td) +#: ./doc/common/tables/nova-compute.xml:129(td) msgid "running_deleted_instance_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml:126(td) +#: ./doc/common/tables/nova-compute.xml:130(td) msgid "(IntOpt) Number of seconds after being deleted when a running instance should be considered eligible for cleanup." msgstr "" -#: ./doc/common/tables/nova-compute.xml:129(td) +#: ./doc/common/tables/nova-compute.xml:133(td) msgid "shelved_offload_time = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml:130(td) +#: ./doc/common/tables/nova-compute.xml:134(td) msgid "(IntOpt) Time in seconds before a shelved instance is eligible for removing from a host. -1 never offload, 0 offload when shelved" msgstr "" -#: ./doc/common/tables/nova-compute.xml:133(td) +#: ./doc/common/tables/nova-compute.xml:137(td) msgid "shelved_poll_interval = 3600" msgstr "" -#: ./doc/common/tables/nova-compute.xml:134(td) +#: ./doc/common/tables/nova-compute.xml:138(td) msgid "(IntOpt) Interval in seconds for polling shelved instances to offload. Set to -1 to disable.Setting this to 0 will disable, but this will change in Juno to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml:137(td) +#: ./doc/common/tables/nova-compute.xml:141(td) msgid "sync_power_state_interval = 600" msgstr "" -#: ./doc/common/tables/nova-compute.xml:138(td) +#: ./doc/common/tables/nova-compute.xml:142(td) msgid "(IntOpt) Interval to sync power states between the database and the hypervisor. Set to -1 to disable. Setting this to 0 will disable, but this will change in Juno to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml:141(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:84(td) +#: ./doc/common/tables/nova-compute.xml:145(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:84(td) msgid "vif_plugging_is_fatal = True" msgstr "" -#: ./doc/common/tables/nova-compute.xml:142(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:85(td) +#: ./doc/common/tables/nova-compute.xml:146(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:85(td) msgid "(BoolOpt) Fail instance boot if vif plugging fails" msgstr "" -#: ./doc/common/tables/nova-compute.xml:145(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:88(td) +#: ./doc/common/tables/nova-compute.xml:149(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:88(td) msgid "vif_plugging_timeout = 300" msgstr "" -#: ./doc/common/tables/nova-compute.xml:146(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:89(td) +#: ./doc/common/tables/nova-compute.xml:150(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:89(td) msgid "(IntOpt) Number of seconds to wait for neutron vif plugging events to arrive before continuing or failing (see vif_plugging_is_fatal). If this is set to zero and vif_plugging_is_fatal is False, events should not be expected to arrive at all." msgstr "" @@ -13715,27 +13863,27 @@ msgstr "" msgid "Description of configuration options for rabbit" msgstr "" -#: ./doc/common/tables/keystone-rabbit.xml:25(td) ./doc/common/tables/glance-rabbitmq.xml:29(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:48(td) ./doc/common/tables/heat-rabbitmq.xml:21(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:40(td) ./doc/common/tables/nova-kombu.xml:21(td) ./doc/common/tables/cinder-rpc.xml:45(td) ./doc/common/tables/nova-rpc_all.xml:33(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:64(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:28(td) ./doc/common/tables/neutron-rabbitmq.xml:21(td) ./doc/common/tables/ceilometer-rabbitmq.xml:25(td) +#: ./doc/common/tables/keystone-rabbit.xml:25(td) ./doc/common/tables/glance-rabbitmq.xml:29(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:48(td) ./doc/common/tables/heat-rabbitmq.xml:21(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:40(td) ./doc/common/tables/nova-kombu.xml:21(td) ./doc/common/tables/cinder-rpc.xml:41(td) ./doc/common/tables/nova-rpc_all.xml:33(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:64(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:28(td) ./doc/common/tables/neutron-rabbitmq.xml:21(td) ./doc/common/tables/ceilometer-rabbitmq.xml:25(td) msgid "kombu_reconnect_delay = 1.0" msgstr "" -#: ./doc/common/tables/keystone-rabbit.xml:26(td) ./doc/common/tables/glance-rabbitmq.xml:30(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:49(td) ./doc/common/tables/heat-rabbitmq.xml:22(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:41(td) ./doc/common/tables/nova-kombu.xml:22(td) ./doc/common/tables/cinder-rpc.xml:46(td) ./doc/common/tables/nova-rpc_all.xml:34(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:65(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:29(td) ./doc/common/tables/neutron-rabbitmq.xml:22(td) ./doc/common/tables/ceilometer-rabbitmq.xml:26(td) +#: ./doc/common/tables/keystone-rabbit.xml:26(td) ./doc/common/tables/glance-rabbitmq.xml:30(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:49(td) ./doc/common/tables/heat-rabbitmq.xml:22(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:41(td) ./doc/common/tables/nova-kombu.xml:22(td) ./doc/common/tables/cinder-rpc.xml:42(td) ./doc/common/tables/nova-rpc_all.xml:34(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:65(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:29(td) ./doc/common/tables/neutron-rabbitmq.xml:22(td) ./doc/common/tables/ceilometer-rabbitmq.xml:26(td) msgid "(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification." msgstr "" -#: ./doc/common/tables/keystone-rabbit.xml:30(td) ./doc/common/tables/glance-rabbitmq.xml:34(td) ./doc/common/tables/heat-rabbitmq.xml:26(td) ./doc/common/tables/nova-kombu.xml:26(td) ./doc/common/tables/cinder-rpc.xml:50(td) ./doc/common/tables/nova-rpc_all.xml:38(td) ./doc/common/tables/neutron-rabbitmq.xml:26(td) ./doc/common/tables/ceilometer-rabbitmq.xml:30(td) +#: ./doc/common/tables/keystone-rabbit.xml:30(td) ./doc/common/tables/glance-rabbitmq.xml:34(td) ./doc/common/tables/heat-rabbitmq.xml:26(td) ./doc/common/tables/nova-kombu.xml:26(td) ./doc/common/tables/cinder-rpc.xml:46(td) ./doc/common/tables/nova-rpc_all.xml:38(td) ./doc/common/tables/neutron-rabbitmq.xml:26(td) ./doc/common/tables/ceilometer-rabbitmq.xml:30(td) msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)." msgstr "" -#: ./doc/common/tables/keystone-rabbit.xml:34(td) ./doc/common/tables/glance-rabbitmq.xml:38(td) ./doc/common/tables/heat-rabbitmq.xml:30(td) ./doc/common/tables/nova-kombu.xml:30(td) ./doc/common/tables/cinder-rpc.xml:54(td) ./doc/common/tables/nova-rpc_all.xml:42(td) ./doc/common/tables/neutron-rabbitmq.xml:30(td) ./doc/common/tables/ceilometer-rabbitmq.xml:34(td) +#: ./doc/common/tables/keystone-rabbit.xml:34(td) ./doc/common/tables/glance-rabbitmq.xml:38(td) ./doc/common/tables/heat-rabbitmq.xml:30(td) ./doc/common/tables/nova-kombu.xml:30(td) ./doc/common/tables/cinder-rpc.xml:50(td) ./doc/common/tables/nova-rpc_all.xml:42(td) ./doc/common/tables/neutron-rabbitmq.xml:30(td) ./doc/common/tables/ceilometer-rabbitmq.xml:34(td) msgid "(StrOpt) SSL cert file (valid only if SSL enabled)." msgstr "" -#: ./doc/common/tables/keystone-rabbit.xml:38(td) ./doc/common/tables/glance-rabbitmq.xml:42(td) ./doc/common/tables/heat-rabbitmq.xml:34(td) ./doc/common/tables/nova-kombu.xml:34(td) ./doc/common/tables/cinder-rpc.xml:58(td) ./doc/common/tables/nova-rpc_all.xml:46(td) ./doc/common/tables/neutron-rabbitmq.xml:34(td) ./doc/common/tables/ceilometer-rabbitmq.xml:38(td) +#: ./doc/common/tables/keystone-rabbit.xml:38(td) ./doc/common/tables/glance-rabbitmq.xml:42(td) ./doc/common/tables/heat-rabbitmq.xml:34(td) ./doc/common/tables/nova-kombu.xml:34(td) ./doc/common/tables/cinder-rpc.xml:54(td) ./doc/common/tables/nova-rpc_all.xml:46(td) ./doc/common/tables/neutron-rabbitmq.xml:34(td) ./doc/common/tables/ceilometer-rabbitmq.xml:38(td) msgid "(StrOpt) SSL key file (valid only if SSL enabled)." msgstr "" -#: ./doc/common/tables/keystone-rabbit.xml:42(td) ./doc/common/tables/glance-rabbitmq.xml:46(td) ./doc/common/tables/heat-rabbitmq.xml:38(td) ./doc/common/tables/nova-kombu.xml:38(td) ./doc/common/tables/cinder-rpc.xml:62(td) ./doc/common/tables/nova-rpc_all.xml:50(td) ./doc/common/tables/neutron-rabbitmq.xml:38(td) ./doc/common/tables/ceilometer-rabbitmq.xml:42(td) +#: ./doc/common/tables/keystone-rabbit.xml:42(td) ./doc/common/tables/glance-rabbitmq.xml:46(td) ./doc/common/tables/heat-rabbitmq.xml:38(td) ./doc/common/tables/nova-kombu.xml:38(td) ./doc/common/tables/cinder-rpc.xml:58(td) ./doc/common/tables/nova-rpc_all.xml:50(td) ./doc/common/tables/neutron-rabbitmq.xml:38(td) ./doc/common/tables/ceilometer-rabbitmq.xml:42(td) msgid "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1, SSLv23 and SSLv3. SSLv2 may be available on some distributions." msgstr "" @@ -13808,7 +13956,7 @@ msgid "cluster_name = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml:26(td) -msgid "(MultiStrOpt) Name of a VMware Cluster ComputeResource. Used only if compute_driver is vmwareapi.VMwareVCDriver." +msgid "(MultiStrOpt) Name of a VMware Cluster ComputeResource." msgstr "" #: ./doc/common/tables/nova-vmware.xml:29(td) @@ -13824,7 +13972,7 @@ msgid "host_ip = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml:34(td) -msgid "(StrOpt) Hostname or IP address for connection to VMware ESX/VC host." +msgid "(StrOpt) Hostname or IP address for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml:37(td) @@ -13832,7 +13980,7 @@ msgid "host_password = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml:38(td) -msgid "(StrOpt) Password for connection to VMware ESX/VC host." +msgid "(StrOpt) Password for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml:41(td) @@ -13840,7 +13988,7 @@ msgid "host_port = 443" msgstr "" #: ./doc/common/tables/nova-vmware.xml:42(td) -msgid "(IntOpt) Port for connection to VMware ESX/VC host." +msgid "(IntOpt) Port for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml:45(td) @@ -13848,7 +13996,7 @@ msgid "host_username = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml:46(td) -msgid "(StrOpt) Username for connection to VMware ESX/VC host." +msgid "(StrOpt) Username for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml:50(td) @@ -13903,15 +14051,15 @@ msgstr "" msgid "[heat_api_cfn]" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:33(td) ./doc/common/tables/heat-api.xml:107(td) ./doc/common/tables/heat-cloudwatch_api.xml:29(td) +#: ./doc/common/tables/heat-cfn_api.xml:33(td) ./doc/common/tables/heat-api.xml:115(td) ./doc/common/tables/heat-cloudwatch_api.xml:29(td) msgid "(IntOpt) Number of backlog requests to configure the socket with." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:36(td) ./doc/common/tables/heat-api.xml:110(td) ./doc/common/tables/heat-cloudwatch_api.xml:32(td) ./doc/common/tables/glance-common.xml:33(td) ./doc/common/tables/neutron-common.xml:69(td) +#: ./doc/common/tables/heat-cfn_api.xml:36(td) ./doc/common/tables/heat-api.xml:118(td) ./doc/common/tables/heat-cloudwatch_api.xml:32(td) ./doc/common/tables/glance-common.xml:33(td) ./doc/common/tables/neutron-common.xml:65(td) msgid "bind_host = 0.0.0.0" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:37(td) ./doc/common/tables/heat-api.xml:111(td) ./doc/common/tables/heat-cloudwatch_api.xml:33(td) ./doc/common/tables/glance-common.xml:34(td) +#: ./doc/common/tables/heat-cfn_api.xml:37(td) ./doc/common/tables/heat-api.xml:119(td) ./doc/common/tables/heat-cloudwatch_api.xml:33(td) ./doc/common/tables/glance-common.xml:34(td) msgid "(StrOpt) Address to bind the server. Useful when selecting a particular network interface." msgstr "" @@ -13919,47 +14067,47 @@ msgstr "" msgid "bind_port = 8000" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:41(td) ./doc/common/tables/heat-api.xml:115(td) ./doc/common/tables/heat-cloudwatch_api.xml:37(td) ./doc/common/tables/glance-common.xml:38(td) +#: ./doc/common/tables/heat-cfn_api.xml:41(td) ./doc/common/tables/heat-api.xml:123(td) ./doc/common/tables/heat-cloudwatch_api.xml:37(td) ./doc/common/tables/glance-common.xml:38(td) msgid "(IntOpt) The port on which the server will listen." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:45(td) ./doc/common/tables/heat-api.xml:119(td) ./doc/common/tables/heat-cloudwatch_api.xml:41(td) +#: ./doc/common/tables/heat-cfn_api.xml:45(td) ./doc/common/tables/heat-api.xml:127(td) ./doc/common/tables/heat-cloudwatch_api.xml:41(td) msgid "(StrOpt) Location of the SSL certificate file to use for SSL mode." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:49(td) ./doc/common/tables/heat-api.xml:123(td) ./doc/common/tables/heat-cloudwatch_api.xml:45(td) +#: ./doc/common/tables/heat-cfn_api.xml:49(td) ./doc/common/tables/heat-api.xml:131(td) ./doc/common/tables/heat-cloudwatch_api.xml:45(td) msgid "(StrOpt) Location of the SSL key file to use for enabling SSL mode." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:52(td) ./doc/common/tables/trove-api.xml:69(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:52(td) ./doc/common/tables/heat-api.xml:126(td) ./doc/common/tables/cinder-api.xml:49(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:48(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:48(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:72(td) ./doc/common/tables/heat-cloudwatch_api.xml:48(td) ./doc/common/tables/glance-wsgi.xml:25(td) ./doc/common/tables/nova-api.xml:41(td) ./doc/common/tables/neutron-api.xml:41(td) +#: ./doc/common/tables/heat-cfn_api.xml:52(td) ./doc/common/tables/trove-api.xml:73(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:52(td) ./doc/common/tables/heat-api.xml:134(td) ./doc/common/tables/cinder-api.xml:49(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:48(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:48(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:72(td) ./doc/common/tables/heat-cloudwatch_api.xml:48(td) ./doc/common/tables/glance-wsgi.xml:25(td) ./doc/common/tables/nova-api.xml:41(td) ./doc/common/tables/neutron-api.xml:41(td) msgid "max_header_line = 16384" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:53(td) ./doc/common/tables/trove-api.xml:70(td) ./doc/common/tables/heat-api.xml:127(td) ./doc/common/tables/cinder-api.xml:50(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:49(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:73(td) ./doc/common/tables/nova-api.xml:42(td) +#: ./doc/common/tables/heat-cfn_api.xml:53(td) ./doc/common/tables/trove-api.xml:74(td) ./doc/common/tables/heat-api.xml:135(td) ./doc/common/tables/cinder-api.xml:50(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:49(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:73(td) ./doc/common/tables/nova-api.xml:42(td) msgid "(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs)." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:56(td) ./doc/common/tables/heat-api.xml:130(td) ./doc/common/tables/heat-cloudwatch_api.xml:52(td) +#: ./doc/common/tables/heat-cfn_api.xml:56(td) ./doc/common/tables/heat-api.xml:138(td) ./doc/common/tables/heat-cloudwatch_api.xml:52(td) msgid "workers = 0" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:57(td) ./doc/common/tables/heat-api.xml:131(td) ./doc/common/tables/heat-cloudwatch_api.xml:53(td) +#: ./doc/common/tables/heat-cfn_api.xml:57(td) ./doc/common/tables/heat-api.xml:139(td) ./doc/common/tables/heat-cloudwatch_api.xml:53(td) msgid "(IntOpt) Number of workers for Heat service." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:60(th) ./doc/common/tables/heat-api.xml:145(th) ./doc/common/tables/keystone-ssl.xml:53(th) ./doc/common/tables/nova-ca.xml:61(th) ./doc/common/tables/cinder-ssl.xml:18(th) ./doc/common/tables/trove-ssl.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:56(th) ./doc/common/tables/neutron-ssl.xml:33(th) +#: ./doc/common/tables/heat-cfn_api.xml:60(th) ./doc/common/tables/heat-api.xml:153(th) ./doc/common/tables/keystone-ssl.xml:53(th) ./doc/common/tables/nova-ca.xml:61(th) ./doc/common/tables/cinder-ssl.xml:18(th) ./doc/common/tables/trove-ssl.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:56(th) ./doc/common/tables/neutron-ssl.xml:33(th) msgid "[ssl]" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:64(td) ./doc/common/tables/heat-api.xml:149(td) ./doc/common/tables/nova-ca.xml:65(td) ./doc/common/tables/heat-cloudwatch_api.xml:60(td) ./doc/common/tables/glance-ssl.xml:22(td) +#: ./doc/common/tables/heat-cfn_api.xml:64(td) ./doc/common/tables/heat-api.xml:157(td) ./doc/common/tables/nova-ca.xml:65(td) ./doc/common/tables/heat-cloudwatch_api.xml:60(td) ./doc/common/tables/glance-ssl.xml:22(td) msgid "(StrOpt) CA certificate file to use to verify connecting clients." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:68(td) ./doc/common/tables/heat-api.xml:153(td) ./doc/common/tables/nova-ca.xml:69(td) ./doc/common/tables/heat-cloudwatch_api.xml:64(td) +#: ./doc/common/tables/heat-cfn_api.xml:68(td) ./doc/common/tables/heat-api.xml:161(td) ./doc/common/tables/nova-ca.xml:69(td) ./doc/common/tables/heat-cloudwatch_api.xml:64(td) msgid "(StrOpt) Certificate file to use when starting the server securely." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:72(td) ./doc/common/tables/heat-api.xml:157(td) ./doc/common/tables/nova-ca.xml:73(td) ./doc/common/tables/heat-cloudwatch_api.xml:68(td) +#: ./doc/common/tables/heat-cfn_api.xml:72(td) ./doc/common/tables/heat-api.xml:165(td) ./doc/common/tables/nova-ca.xml:73(td) ./doc/common/tables/heat-cloudwatch_api.xml:68(td) msgid "(StrOpt) Private key file to use when starting the server securely." msgstr "" @@ -14004,7 +14152,7 @@ msgid "(StrOpt) This is uuid of the default NSX Transport zone that will be used msgstr "" #: ./doc/common/tables/neutron-vmware.xml:41(td) -msgid "http_timeout = 30" +msgid "http_timeout = 75" msgstr "" #: ./doc/common/tables/neutron-vmware.xml:42(td) @@ -14044,282 +14192,274 @@ msgid "(IntOpt) Number of times a redirect should be followed" msgstr "" #: ./doc/common/tables/neutron-vmware.xml:61(td) -msgid "req_timeout = 30" -msgstr "" - -#: ./doc/common/tables/neutron-vmware.xml:62(td) -msgid "(IntOpt) Total time limit for a cluster request" -msgstr "" - -#: ./doc/common/tables/neutron-vmware.xml:65(td) msgid "retries = 2" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:66(td) +#: ./doc/common/tables/neutron-vmware.xml:62(td) msgid "(IntOpt) Number of time a request should be retried" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:69(th) ./doc/common/tables/neutron-ml2_mlnx.xml:18(th) ./doc/common/tables/neutron-mlnx.xml:18(th) +#: ./doc/common/tables/neutron-vmware.xml:65(th) ./doc/common/tables/neutron-ml2_mlnx.xml:18(th) ./doc/common/tables/neutron-mlnx.xml:18(th) msgid "[ESWITCH]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:72(td) +#: ./doc/common/tables/neutron-vmware.xml:68(td) msgid "retries = 3" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:73(td) +#: ./doc/common/tables/neutron-vmware.xml:69(td) msgid "(IntOpt) The number of retries the agent will send request to daemon before giving up" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:76(th) +#: ./doc/common/tables/neutron-vmware.xml:72(th) msgid "[NSX]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:79(td) +#: ./doc/common/tables/neutron-vmware.xml:75(td) msgid "agent_mode = agent" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:80(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:173(td) +#: ./doc/common/tables/neutron-vmware.xml:76(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:173(td) msgid "(StrOpt) The mode used to implement DHCP/metadata services." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:83(td) +#: ./doc/common/tables/neutron-vmware.xml:79(td) msgid "concurrent_connections = 10" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:84(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:177(td) +#: ./doc/common/tables/neutron-vmware.xml:80(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:177(td) msgid "(IntOpt) Maximum concurrent connections to each NSX controller." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:87(td) +#: ./doc/common/tables/neutron-vmware.xml:83(td) msgid "default_transport_type = stt" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:88(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:181(td) +#: ./doc/common/tables/neutron-vmware.xml:84(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:181(td) msgid "(StrOpt) The default network tranport type to use (stt, gre, bridge, ipsec_gre, or ipsec_stt)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:91(td) +#: ./doc/common/tables/neutron-vmware.xml:87(td) msgid "max_lp_per_bridged_ls = 5000" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:92(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:185(td) +#: ./doc/common/tables/neutron-vmware.xml:88(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:185(td) msgid "(IntOpt) Maximum number of ports of a logical switch on a bridged transport zone (default 5000)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:95(td) +#: ./doc/common/tables/neutron-vmware.xml:91(td) msgid "max_lp_per_overlay_ls = 256" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:96(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:189(td) +#: ./doc/common/tables/neutron-vmware.xml:92(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:189(td) msgid "(IntOpt) Maximum number of ports of a logical switch on an overlay transport zone (default 256)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:99(td) +#: ./doc/common/tables/neutron-vmware.xml:95(td) msgid "metadata_mode = access_network" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:100(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:193(td) +#: ./doc/common/tables/neutron-vmware.xml:96(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:193(td) msgid "(StrOpt) If set to access_network this enables a dedicated connection to the metadata proxy for metadata server access via Neutron router. If set to dhcp_host_route this enables host route injection via the dhcp agent. This option is only useful if running on a host that does not support namespaces otherwise access_network should be used." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:103(td) +#: ./doc/common/tables/neutron-vmware.xml:99(td) msgid "nsx_gen_timeout = -1" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:104(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:197(td) +#: ./doc/common/tables/neutron-vmware.xml:100(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:197(td) msgid "(IntOpt) Number of seconds a generation id should be valid for (default -1 meaning do not time out)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:107(td) +#: ./doc/common/tables/neutron-vmware.xml:103(td) msgid "replication_mode = service" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:108(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:201(td) -msgid "(StrOpt) The default option leverages service nodes to perform packet replication though one could set to this to 'source' to perform replication locally. This is useful if one does not want to deploy a service node(s)." +#: ./doc/common/tables/neutron-vmware.xml:104(td) +msgid "(StrOpt) The default option leverages service nodes to perform packet replication though one could set to this to 'source' to perform replication locally. This is useful if one does not want to deploy a service node(s). It must be set to 'service' for leveraging distributed routers." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:111(th) +#: ./doc/common/tables/neutron-vmware.xml:107(th) msgid "[NSX_DHCP]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:114(td) +#: ./doc/common/tables/neutron-vmware.xml:110(td) msgid "default_lease_time = 43200" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:115(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:205(td) +#: ./doc/common/tables/neutron-vmware.xml:111(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:205(td) msgid "(IntOpt) Default DHCP lease time" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:118(td) +#: ./doc/common/tables/neutron-vmware.xml:114(td) msgid "domain_name = openstacklocal" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:119(td) ./doc/common/tables/nova-network.xml:50(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:209(td) ./doc/common/tables/neutron-common.xml:110(td) +#: ./doc/common/tables/neutron-vmware.xml:115(td) ./doc/common/tables/nova-network.xml:50(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:209(td) ./doc/common/tables/neutron-common.xml:106(td) msgid "(StrOpt) Domain to use for building the hostnames" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:122(td) +#: ./doc/common/tables/neutron-vmware.xml:118(td) msgid "extra_domain_name_servers =" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:123(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:213(td) +#: ./doc/common/tables/neutron-vmware.xml:119(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:213(td) msgid "(ListOpt) Comma separated list of additional domain name servers" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:126(th) +#: ./doc/common/tables/neutron-vmware.xml:122(th) msgid "[NSX_LSN]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:129(td) +#: ./doc/common/tables/neutron-vmware.xml:125(td) msgid "sync_on_missing_data = False" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:130(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:217(td) +#: ./doc/common/tables/neutron-vmware.xml:126(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:217(td) msgid "(BoolOpt) Pull LSN information from NSX in case it is missing from the local data store. This is useful to rebuild the local store in case of server recovery." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:133(th) +#: ./doc/common/tables/neutron-vmware.xml:129(th) msgid "[NSX_METADATA]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:136(td) +#: ./doc/common/tables/neutron-vmware.xml:132(td) msgid "metadata_server_address = 127.0.0.1" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:137(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:221(td) +#: ./doc/common/tables/neutron-vmware.xml:133(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:221(td) msgid "(StrOpt) IP address used by Metadata server." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:140(td) +#: ./doc/common/tables/neutron-vmware.xml:136(td) msgid "metadata_server_port = 8775" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:141(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:225(td) +#: ./doc/common/tables/neutron-vmware.xml:137(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:225(td) msgid "(IntOpt) TCP Port used by Metadata server." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:144(td) +#: ./doc/common/tables/neutron-vmware.xml:140(td) msgid "metadata_shared_secret =" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:145(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:229(td) ./doc/common/tables/neutron-metadata.xml:34(td) +#: ./doc/common/tables/neutron-vmware.xml:141(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:229(td) ./doc/common/tables/neutron-metadata.xml:34(td) msgid "(StrOpt) Shared secret to sign instance-id request" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:148(th) +#: ./doc/common/tables/neutron-vmware.xml:144(th) msgid "[NSX_SYNC]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:151(td) +#: ./doc/common/tables/neutron-vmware.xml:147(td) msgid "always_read_status = False" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:152(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:233(td) +#: ./doc/common/tables/neutron-vmware.xml:148(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:233(td) msgid "(BoolOpt) Always read operational status from backend on show operations. Enabling this option might slow down the system." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:155(td) +#: ./doc/common/tables/neutron-vmware.xml:151(td) msgid "max_random_sync_delay = 0" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:156(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:237(td) +#: ./doc/common/tables/neutron-vmware.xml:152(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:237(td) msgid "(IntOpt) Maximum value for the additional random delay in seconds between runs of the state synchronization task" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:159(td) +#: ./doc/common/tables/neutron-vmware.xml:155(td) msgid "min_chunk_size = 500" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:160(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:241(td) +#: ./doc/common/tables/neutron-vmware.xml:156(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:241(td) msgid "(IntOpt) Minimum number of resources to be retrieved from NSX during state synchronization" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:163(td) +#: ./doc/common/tables/neutron-vmware.xml:159(td) msgid "min_sync_req_delay = 1" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:164(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:245(td) +#: ./doc/common/tables/neutron-vmware.xml:160(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:245(td) msgid "(IntOpt) Minimum delay, in seconds, between two state synchronization queries to NSX. It must not exceed state_sync_interval" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:167(td) +#: ./doc/common/tables/neutron-vmware.xml:163(td) msgid "state_sync_interval = 10" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:168(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:249(td) +#: ./doc/common/tables/neutron-vmware.xml:164(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:249(td) msgid "(IntOpt) Interval in seconds between runs of the state synchronization task. Set it to 0 to disable it" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:171(th) +#: ./doc/common/tables/neutron-vmware.xml:167(th) msgid "[vcns]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:174(td) +#: ./doc/common/tables/neutron-vmware.xml:170(td) msgid "datacenter_moid = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:175(td) +#: ./doc/common/tables/neutron-vmware.xml:171(td) msgid "(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:178(td) +#: ./doc/common/tables/neutron-vmware.xml:174(td) msgid "datastore_id = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:179(td) ./doc/common/tables/neutron-vmware.xml:183(td) +#: ./doc/common/tables/neutron-vmware.xml:175(td) ./doc/common/tables/neutron-vmware.xml:179(td) msgid "(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:182(td) +#: ./doc/common/tables/neutron-vmware.xml:178(td) msgid "deployment_container_id = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:186(td) +#: ./doc/common/tables/neutron-vmware.xml:182(td) msgid "external_network = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:187(td) +#: ./doc/common/tables/neutron-vmware.xml:183(td) msgid "(StrOpt) Network ID for physical network connectivity" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:190(td) +#: ./doc/common/tables/neutron-vmware.xml:186(td) msgid "manager_uri = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:191(td) +#: ./doc/common/tables/neutron-vmware.xml:187(td) msgid "(StrOpt) uri for vsm" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:194(td) +#: ./doc/common/tables/neutron-vmware.xml:190(td) msgid "password = default" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:195(td) +#: ./doc/common/tables/neutron-vmware.xml:191(td) msgid "(StrOpt) Password for vsm" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:198(td) ./doc/common/tables/neutron-embrane_lb.xml:61(td) +#: ./doc/common/tables/neutron-vmware.xml:194(td) ./doc/common/tables/neutron-embrane_lb.xml:61(td) msgid "resource_pool_id = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:199(td) +#: ./doc/common/tables/neutron-vmware.xml:195(td) msgid "(StrOpt) Optional parameter identifying the ID of resource to deploy NSX Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:202(td) +#: ./doc/common/tables/neutron-vmware.xml:198(td) msgid "task_status_check_interval = 2000" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:203(td) +#: ./doc/common/tables/neutron-vmware.xml:199(td) msgid "(IntOpt) Task status check interval" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:206(td) +#: ./doc/common/tables/neutron-vmware.xml:202(td) msgid "user = admin" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:207(td) +#: ./doc/common/tables/neutron-vmware.xml:203(td) msgid "(StrOpt) User name for vsm" msgstr "" @@ -14351,18 +14491,10 @@ msgstr "" msgid "[assignment]" msgstr "" -#: ./doc/common/tables/keystone-assignment.xml:21(td) ./doc/common/tables/keystone-token.xml:25(td) -msgid "cache_time = None" -msgstr "" - #: ./doc/common/tables/keystone-assignment.xml:22(td) msgid "(IntOpt) TTL (in seconds) to cache assignment data. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-assignment.xml:25(td) ./doc/common/tables/keystone-revoke.xml:21(td) ./doc/common/tables/keystone-token.xml:29(td) -msgid "caching = True" -msgstr "" - #: ./doc/common/tables/keystone-assignment.xml:26(td) msgid "(BoolOpt) Toggle for assignment caching. This has no effect unless global caching is enabled." msgstr "" @@ -14383,59 +14515,59 @@ msgstr "" msgid "Description of configuration options for zeromq" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:21(td) ./doc/common/tables/heat-zeromq.xml:21(td) ./doc/common/tables/neutron-zeromq.xml:21(td) ./doc/common/tables/keystone-zeromq.xml:21(td) ./doc/common/tables/ceilometer-rpc.xml:57(td) ./doc/common/tables/glance-zmq.xml:25(td) ./doc/common/tables/cinder-rpc.xml:201(td) ./doc/common/tables/trove-zeromq.xml:21(td) ./doc/common/tables/nova-rpc_all.xml:169(td) +#: ./doc/common/tables/nova-zeromq.xml:21(td) ./doc/common/tables/heat-zeromq.xml:21(td) ./doc/common/tables/neutron-zeromq.xml:21(td) ./doc/common/tables/keystone-zeromq.xml:21(td) ./doc/common/tables/ceilometer-rpc.xml:45(td) ./doc/common/tables/glance-zmq.xml:25(td) ./doc/common/tables/cinder-rpc.xml:189(td) ./doc/common/tables/trove-zeromq.xml:21(td) ./doc/common/tables/nova-rpc_all.xml:169(td) msgid "rpc_zmq_bind_address = *" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:22(td) ./doc/common/tables/heat-zeromq.xml:22(td) ./doc/common/tables/neutron-zeromq.xml:22(td) ./doc/common/tables/keystone-zeromq.xml:22(td) ./doc/common/tables/ceilometer-rpc.xml:58(td) ./doc/common/tables/glance-zmq.xml:26(td) ./doc/common/tables/cinder-rpc.xml:202(td) ./doc/common/tables/trove-zeromq.xml:22(td) ./doc/common/tables/nova-rpc_all.xml:170(td) +#: ./doc/common/tables/nova-zeromq.xml:22(td) ./doc/common/tables/heat-zeromq.xml:22(td) ./doc/common/tables/neutron-zeromq.xml:22(td) ./doc/common/tables/keystone-zeromq.xml:22(td) ./doc/common/tables/ceilometer-rpc.xml:46(td) ./doc/common/tables/glance-zmq.xml:26(td) ./doc/common/tables/cinder-rpc.xml:190(td) ./doc/common/tables/trove-zeromq.xml:22(td) ./doc/common/tables/nova-rpc_all.xml:170(td) msgid "(StrOpt) ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP. The \"host\" option should point or resolve to this address." msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:25(td) ./doc/common/tables/heat-zeromq.xml:25(td) ./doc/common/tables/neutron-zeromq.xml:25(td) ./doc/common/tables/keystone-zeromq.xml:25(td) ./doc/common/tables/ceilometer-rpc.xml:61(td) ./doc/common/tables/glance-zmq.xml:29(td) ./doc/common/tables/cinder-rpc.xml:205(td) ./doc/common/tables/trove-zeromq.xml:25(td) ./doc/common/tables/nova-rpc_all.xml:173(td) +#: ./doc/common/tables/nova-zeromq.xml:25(td) ./doc/common/tables/heat-zeromq.xml:25(td) ./doc/common/tables/neutron-zeromq.xml:25(td) ./doc/common/tables/keystone-zeromq.xml:25(td) ./doc/common/tables/ceilometer-rpc.xml:49(td) ./doc/common/tables/glance-zmq.xml:29(td) ./doc/common/tables/cinder-rpc.xml:193(td) ./doc/common/tables/trove-zeromq.xml:25(td) ./doc/common/tables/nova-rpc_all.xml:173(td) msgid "rpc_zmq_contexts = 1" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:26(td) ./doc/common/tables/heat-zeromq.xml:26(td) ./doc/common/tables/neutron-zeromq.xml:26(td) ./doc/common/tables/keystone-zeromq.xml:26(td) ./doc/common/tables/ceilometer-rpc.xml:62(td) ./doc/common/tables/glance-zmq.xml:30(td) ./doc/common/tables/cinder-rpc.xml:206(td) ./doc/common/tables/nova-rpc_all.xml:174(td) +#: ./doc/common/tables/nova-zeromq.xml:26(td) ./doc/common/tables/heat-zeromq.xml:26(td) ./doc/common/tables/neutron-zeromq.xml:26(td) ./doc/common/tables/keystone-zeromq.xml:26(td) ./doc/common/tables/ceilometer-rpc.xml:50(td) ./doc/common/tables/glance-zmq.xml:30(td) ./doc/common/tables/cinder-rpc.xml:194(td) ./doc/common/tables/nova-rpc_all.xml:174(td) msgid "(IntOpt) Number of ZeroMQ contexts, defaults to 1." msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:29(td) ./doc/common/tables/heat-zeromq.xml:29(td) ./doc/common/tables/neutron-zeromq.xml:29(td) ./doc/common/tables/keystone-zeromq.xml:29(td) ./doc/common/tables/ceilometer-rpc.xml:65(td) ./doc/common/tables/glance-zmq.xml:33(td) ./doc/common/tables/trove-zeromq.xml:29(td) ./doc/common/tables/nova-rpc_all.xml:177(td) -msgid "rpc_zmq_host = oslo" +#: ./doc/common/tables/nova-zeromq.xml:29(td) ./doc/common/tables/heat-zeromq.xml:29(td) ./doc/common/tables/neutron-zeromq.xml:29(td) ./doc/common/tables/keystone-zeromq.xml:29(td) ./doc/common/tables/ceilometer-rpc.xml:53(td) ./doc/common/tables/glance-zmq.xml:33(td) ./doc/common/tables/cinder-rpc.xml:197(td) ./doc/common/tables/trove-zeromq.xml:29(td) ./doc/common/tables/nova-rpc_all.xml:177(td) +msgid "rpc_zmq_host = localhost" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:30(td) ./doc/common/tables/heat-zeromq.xml:30(td) ./doc/common/tables/neutron-zeromq.xml:30(td) ./doc/common/tables/keystone-zeromq.xml:30(td) ./doc/common/tables/ceilometer-rpc.xml:66(td) ./doc/common/tables/glance-zmq.xml:34(td) ./doc/common/tables/cinder-rpc.xml:210(td) ./doc/common/tables/trove-zeromq.xml:30(td) ./doc/common/tables/nova-rpc_all.xml:178(td) +#: ./doc/common/tables/nova-zeromq.xml:30(td) ./doc/common/tables/heat-zeromq.xml:30(td) ./doc/common/tables/neutron-zeromq.xml:30(td) ./doc/common/tables/keystone-zeromq.xml:30(td) ./doc/common/tables/ceilometer-rpc.xml:54(td) ./doc/common/tables/glance-zmq.xml:34(td) ./doc/common/tables/cinder-rpc.xml:198(td) ./doc/common/tables/trove-zeromq.xml:30(td) ./doc/common/tables/nova-rpc_all.xml:178(td) msgid "(StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match \"host\" option, if running Nova." msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:33(td) ./doc/common/tables/heat-zeromq.xml:33(td) ./doc/common/tables/neutron-zeromq.xml:33(td) ./doc/common/tables/keystone-zeromq.xml:33(td) ./doc/common/tables/ceilometer-rpc.xml:69(td) ./doc/common/tables/glance-zmq.xml:37(td) ./doc/common/tables/cinder-rpc.xml:213(td) ./doc/common/tables/trove-zeromq.xml:33(td) ./doc/common/tables/nova-rpc_all.xml:181(td) +#: ./doc/common/tables/nova-zeromq.xml:33(td) ./doc/common/tables/heat-zeromq.xml:33(td) ./doc/common/tables/neutron-zeromq.xml:33(td) ./doc/common/tables/keystone-zeromq.xml:33(td) ./doc/common/tables/ceilometer-rpc.xml:57(td) ./doc/common/tables/glance-zmq.xml:37(td) ./doc/common/tables/cinder-rpc.xml:201(td) ./doc/common/tables/trove-zeromq.xml:33(td) ./doc/common/tables/nova-rpc_all.xml:181(td) msgid "rpc_zmq_ipc_dir = /var/run/openstack" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:34(td) ./doc/common/tables/heat-zeromq.xml:34(td) ./doc/common/tables/neutron-zeromq.xml:34(td) ./doc/common/tables/keystone-zeromq.xml:34(td) ./doc/common/tables/ceilometer-rpc.xml:70(td) ./doc/common/tables/glance-zmq.xml:38(td) ./doc/common/tables/cinder-rpc.xml:214(td) ./doc/common/tables/nova-rpc_all.xml:182(td) +#: ./doc/common/tables/nova-zeromq.xml:34(td) ./doc/common/tables/heat-zeromq.xml:34(td) ./doc/common/tables/neutron-zeromq.xml:34(td) ./doc/common/tables/keystone-zeromq.xml:34(td) ./doc/common/tables/ceilometer-rpc.xml:58(td) ./doc/common/tables/glance-zmq.xml:38(td) ./doc/common/tables/cinder-rpc.xml:202(td) ./doc/common/tables/nova-rpc_all.xml:182(td) msgid "(StrOpt) Directory for holding IPC sockets." msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:37(td) ./doc/common/tables/heat-zeromq.xml:37(td) ./doc/common/tables/neutron-zeromq.xml:37(td) ./doc/common/tables/keystone-zeromq.xml:37(td) ./doc/common/tables/ceilometer-rpc.xml:73(td) ./doc/common/tables/glance-zmq.xml:41(td) ./doc/common/tables/cinder-rpc.xml:217(td) ./doc/common/tables/nova-rpc_all.xml:185(td) +#: ./doc/common/tables/nova-zeromq.xml:37(td) ./doc/common/tables/heat-zeromq.xml:37(td) ./doc/common/tables/neutron-zeromq.xml:37(td) ./doc/common/tables/keystone-zeromq.xml:37(td) ./doc/common/tables/ceilometer-rpc.xml:61(td) ./doc/common/tables/glance-zmq.xml:41(td) ./doc/common/tables/cinder-rpc.xml:205(td) ./doc/common/tables/nova-rpc_all.xml:185(td) msgid "rpc_zmq_matchmaker = oslo.messaging._drivers.matchmaker.MatchMakerLocalhost" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:38(td) ./doc/common/tables/heat-zeromq.xml:38(td) ./doc/common/tables/neutron-zeromq.xml:38(td) ./doc/common/tables/keystone-zeromq.xml:38(td) ./doc/common/tables/ceilometer-rpc.xml:74(td) ./doc/common/tables/glance-zmq.xml:42(td) ./doc/common/tables/cinder-rpc.xml:218(td) ./doc/common/tables/nova-rpc_all.xml:186(td) +#: ./doc/common/tables/nova-zeromq.xml:38(td) ./doc/common/tables/heat-zeromq.xml:38(td) ./doc/common/tables/neutron-zeromq.xml:38(td) ./doc/common/tables/keystone-zeromq.xml:38(td) ./doc/common/tables/ceilometer-rpc.xml:62(td) ./doc/common/tables/glance-zmq.xml:42(td) ./doc/common/tables/cinder-rpc.xml:206(td) ./doc/common/tables/nova-rpc_all.xml:186(td) msgid "(StrOpt) MatchMaker driver." msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:41(td) ./doc/common/tables/heat-zeromq.xml:41(td) ./doc/common/tables/neutron-zeromq.xml:41(td) ./doc/common/tables/keystone-zeromq.xml:41(td) ./doc/common/tables/ceilometer-rpc.xml:77(td) ./doc/common/tables/glance-zmq.xml:45(td) ./doc/common/tables/cinder-rpc.xml:221(td) ./doc/common/tables/trove-zeromq.xml:41(td) ./doc/common/tables/nova-rpc_all.xml:189(td) +#: ./doc/common/tables/nova-zeromq.xml:41(td) ./doc/common/tables/heat-zeromq.xml:41(td) ./doc/common/tables/neutron-zeromq.xml:41(td) ./doc/common/tables/keystone-zeromq.xml:41(td) ./doc/common/tables/ceilometer-rpc.xml:65(td) ./doc/common/tables/glance-zmq.xml:45(td) ./doc/common/tables/cinder-rpc.xml:209(td) ./doc/common/tables/trove-zeromq.xml:41(td) ./doc/common/tables/nova-rpc_all.xml:189(td) msgid "rpc_zmq_port = 9501" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:42(td) ./doc/common/tables/heat-zeromq.xml:42(td) ./doc/common/tables/neutron-zeromq.xml:42(td) ./doc/common/tables/keystone-zeromq.xml:42(td) ./doc/common/tables/ceilometer-rpc.xml:78(td) ./doc/common/tables/glance-zmq.xml:46(td) ./doc/common/tables/cinder-rpc.xml:222(td) ./doc/common/tables/nova-rpc_all.xml:190(td) +#: ./doc/common/tables/nova-zeromq.xml:42(td) ./doc/common/tables/heat-zeromq.xml:42(td) ./doc/common/tables/neutron-zeromq.xml:42(td) ./doc/common/tables/keystone-zeromq.xml:42(td) ./doc/common/tables/ceilometer-rpc.xml:66(td) ./doc/common/tables/glance-zmq.xml:46(td) ./doc/common/tables/cinder-rpc.xml:210(td) ./doc/common/tables/nova-rpc_all.xml:190(td) msgid "(IntOpt) ZeroMQ receiver listening port." msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:45(td) ./doc/common/tables/heat-zeromq.xml:45(td) ./doc/common/tables/neutron-zeromq.xml:45(td) ./doc/common/tables/keystone-zeromq.xml:45(td) ./doc/common/tables/ceilometer-rpc.xml:81(td) ./doc/common/tables/glance-zmq.xml:49(td) ./doc/common/tables/cinder-rpc.xml:225(td) ./doc/common/tables/trove-zeromq.xml:45(td) ./doc/common/tables/nova-rpc_all.xml:193(td) +#: ./doc/common/tables/nova-zeromq.xml:45(td) ./doc/common/tables/heat-zeromq.xml:45(td) ./doc/common/tables/neutron-zeromq.xml:45(td) ./doc/common/tables/keystone-zeromq.xml:45(td) ./doc/common/tables/ceilometer-rpc.xml:69(td) ./doc/common/tables/glance-zmq.xml:49(td) ./doc/common/tables/cinder-rpc.xml:213(td) ./doc/common/tables/trove-zeromq.xml:45(td) ./doc/common/tables/nova-rpc_all.xml:193(td) msgid "rpc_zmq_topic_backlog = None" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:46(td) ./doc/common/tables/heat-zeromq.xml:46(td) ./doc/common/tables/neutron-zeromq.xml:46(td) ./doc/common/tables/keystone-zeromq.xml:46(td) ./doc/common/tables/ceilometer-rpc.xml:82(td) ./doc/common/tables/glance-zmq.xml:50(td) ./doc/common/tables/cinder-rpc.xml:226(td) ./doc/common/tables/trove-zeromq.xml:46(td) ./doc/common/tables/nova-rpc_all.xml:194(td) +#: ./doc/common/tables/nova-zeromq.xml:46(td) ./doc/common/tables/heat-zeromq.xml:46(td) ./doc/common/tables/neutron-zeromq.xml:46(td) ./doc/common/tables/keystone-zeromq.xml:46(td) ./doc/common/tables/ceilometer-rpc.xml:70(td) ./doc/common/tables/glance-zmq.xml:50(td) ./doc/common/tables/cinder-rpc.xml:214(td) ./doc/common/tables/trove-zeromq.xml:46(td) ./doc/common/tables/nova-rpc_all.xml:194(td) msgid "(IntOpt) Maximum number of ingress messages to locally buffer per topic. Default is unlimited." msgstr "" @@ -14512,170 +14644,178 @@ msgid "(StrOpt) Prefix for iSCSI volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml:57(td) -msgid "iser_helper = tgtadm" +msgid "iscsi_write_cache = on" msgstr "" #: ./doc/common/tables/cinder-storage.xml:58(td) -msgid "(StrOpt) The name of the iSER target user-land tool to use" +msgid "(StrOpt) Sets the behavior of the iSCSI target to either perform write-back(on) or write-through(off). This parameter is valid if iscsi_helper is set to tgtadm or iseradm." msgstr "" #: ./doc/common/tables/cinder-storage.xml:61(td) -msgid "iser_ip_address = $my_ip" +msgid "iser_helper = tgtadm" msgstr "" #: ./doc/common/tables/cinder-storage.xml:62(td) -msgid "(StrOpt) The IP address that the iSER daemon is listening on" +msgid "(StrOpt) The name of the iSER target user-land tool to use" msgstr "" #: ./doc/common/tables/cinder-storage.xml:65(td) -msgid "iser_num_targets = 100" +msgid "iser_ip_address = $my_ip" msgstr "" #: ./doc/common/tables/cinder-storage.xml:66(td) -msgid "(IntOpt) The maximum number of iSER target IDs per host" +msgid "(StrOpt) The IP address that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml:69(td) -msgid "iser_port = 3260" +msgid "iser_num_targets = 100" msgstr "" #: ./doc/common/tables/cinder-storage.xml:70(td) -msgid "(IntOpt) The port that the iSER daemon is listening on" +msgid "(IntOpt) The maximum number of iSER target IDs per host" msgstr "" #: ./doc/common/tables/cinder-storage.xml:73(td) -msgid "iser_target_prefix = iqn.2010-10.org.iser.openstack:" +msgid "iser_port = 3260" msgstr "" #: ./doc/common/tables/cinder-storage.xml:74(td) -msgid "(StrOpt) Prefix for iSER volumes" +msgid "(IntOpt) The port that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml:77(td) -msgid "max_gigabytes = 10000" +msgid "iser_target_prefix = iqn.2010-10.org.iser.openstack:" msgstr "" #: ./doc/common/tables/cinder-storage.xml:78(td) -msgid "(IntOpt) This configure option has been deprecated along with the SimpleScheduler. New scheduler is able to gather capacity information for each host, thus setting the maximum number of volume gigabytes for host is no longer needed. It's safe to remove this configure from cinder.conf." +msgid "(StrOpt) Prefix for iSER volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml:81(td) -msgid "migration_create_volume_timeout_secs = 300" +msgid "max_gigabytes = 10000" msgstr "" #: ./doc/common/tables/cinder-storage.xml:82(td) -msgid "(IntOpt) Timeout for creating the volume to migrate to when performing volume migration (seconds)" +msgid "(IntOpt) This configure option has been deprecated along with the SimpleScheduler. New scheduler is able to gather capacity information for each host, thus setting the maximum number of volume gigabytes for host is no longer needed. It's safe to remove this configure from cinder.conf." msgstr "" #: ./doc/common/tables/cinder-storage.xml:85(td) -msgid "num_iser_scan_tries = 3" +msgid "migration_create_volume_timeout_secs = 300" msgstr "" #: ./doc/common/tables/cinder-storage.xml:86(td) -msgid "(IntOpt) The maximum number of times to rescan iSER targetto find volume" +msgid "(IntOpt) Timeout for creating the volume to migrate to when performing volume migration (seconds)" msgstr "" #: ./doc/common/tables/cinder-storage.xml:89(td) -msgid "num_volume_device_scan_tries = 3" +msgid "num_iser_scan_tries = 3" msgstr "" #: ./doc/common/tables/cinder-storage.xml:90(td) -msgid "(IntOpt) The maximum number of times to rescan targets to find volume" +msgid "(IntOpt) The maximum number of times to rescan iSER targetto find volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml:93(td) -msgid "volume_backend_name = None" +msgid "num_volume_device_scan_tries = 3" msgstr "" #: ./doc/common/tables/cinder-storage.xml:94(td) +msgid "(IntOpt) The maximum number of times to rescan targets to find volume" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml:97(td) +msgid "volume_backend_name = None" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml:98(td) msgid "(StrOpt) The backend name for a given driver implementation" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:97(td) ./doc/common/tables/nova-libvirt.xml:84(td) +#: ./doc/common/tables/cinder-storage.xml:101(td) ./doc/common/tables/nova-libvirt.xml:84(td) msgid "volume_clear = zero" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:98(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:325(td) ./doc/common/tables/nova-libvirt.xml:85(td) +#: ./doc/common/tables/cinder-storage.xml:102(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:325(td) ./doc/common/tables/nova-libvirt.xml:85(td) msgid "(StrOpt) Method used to wipe old volumes (valid options are: none, zero, shred)" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:101(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:212(td) +#: ./doc/common/tables/cinder-storage.xml:105(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:212(td) msgid "volume_clear_ionice = None" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:102(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:213(td) +#: ./doc/common/tables/cinder-storage.xml:106(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:213(td) msgid "(StrOpt) The flag to pass to ionice to alter the i/o priority of the process used to zero a volume after deletion, for example \"-c3\" for idle only priority." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:105(td) ./doc/common/tables/nova-libvirt.xml:88(td) +#: ./doc/common/tables/cinder-storage.xml:109(td) ./doc/common/tables/nova-libvirt.xml:88(td) msgid "volume_clear_size = 0" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:106(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:329(td) ./doc/common/tables/nova-libvirt.xml:89(td) +#: ./doc/common/tables/cinder-storage.xml:110(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:329(td) ./doc/common/tables/nova-libvirt.xml:89(td) msgid "(IntOpt) Size in MiB to wipe at start of old volumes. 0 => all" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:109(td) +#: ./doc/common/tables/cinder-storage.xml:113(td) msgid "volume_copy_blkio_cgroup_name = cinder-volume-copy" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:110(td) +#: ./doc/common/tables/cinder-storage.xml:114(td) msgid "(StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:113(td) +#: ./doc/common/tables/cinder-storage.xml:117(td) msgid "volume_copy_bps_limit = 0" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:114(td) +#: ./doc/common/tables/cinder-storage.xml:118(td) msgid "(IntOpt) The upper limit of bandwidth of volume copy. 0 => unlimited" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:117(td) +#: ./doc/common/tables/cinder-storage.xml:121(td) msgid "volume_dd_blocksize = 1M" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:118(td) +#: ./doc/common/tables/cinder-storage.xml:122(td) msgid "(StrOpt) The default block size used when copying/clearing volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:121(td) +#: ./doc/common/tables/cinder-storage.xml:125(td) msgid "volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:122(td) +#: ./doc/common/tables/cinder-storage.xml:126(td) msgid "(StrOpt) Driver to use for volume creation" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:125(td) +#: ./doc/common/tables/cinder-storage.xml:129(td) msgid "volume_manager = cinder.volume.manager.VolumeManager" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:126(td) +#: ./doc/common/tables/cinder-storage.xml:130(td) msgid "(StrOpt) Full class name for the Manager for volume" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:129(td) +#: ./doc/common/tables/cinder-storage.xml:133(td) msgid "volume_service_inithost_offload = False" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:130(td) +#: ./doc/common/tables/cinder-storage.xml:134(td) msgid "(BoolOpt) Offload pending volume delete during volume service startup" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:133(td) +#: ./doc/common/tables/cinder-storage.xml:137(td) msgid "volume_usage_audit_period = month" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:134(td) +#: ./doc/common/tables/cinder-storage.xml:138(td) msgid "(StrOpt) Time period for which to generate volume usages. The options are hour, day, month, or year." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:137(td) +#: ./doc/common/tables/cinder-storage.xml:141(td) msgid "volumes_dir = $state_path/volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:138(td) +#: ./doc/common/tables/cinder-storage.xml:142(td) msgid "(StrOpt) Volume configuration file storage directory" msgstr "" @@ -14687,7 +14827,7 @@ msgstr "" msgid "(StrOpt) The administrators password." msgstr "" -#: ./doc/common/tables/glance-registry.xml:25(td) ./doc/common/tables/nova-neutron.xml:48(td) ./doc/common/tables/neutron-common.xml:25(td) ./doc/common/tables/neutron-common.xml:195(td) +#: ./doc/common/tables/glance-registry.xml:25(td) ./doc/common/tables/nova-neutron.xml:40(td) ./doc/common/tables/neutron-common.xml:25(td) ./doc/common/tables/neutron-common.xml:195(td) msgid "admin_tenant_name = None" msgstr "" @@ -14699,7 +14839,7 @@ msgstr "" msgid "(StrOpt) The administrators user name." msgstr "" -#: ./doc/common/tables/glance-registry.xml:33(td) ./doc/common/tables/neutron-common.xml:53(td) ./doc/common/tables/neutron-common.xml:203(td) +#: ./doc/common/tables/glance-registry.xml:33(td) ./doc/common/tables/neutron-common.xml:49(td) ./doc/common/tables/neutron-common.xml:203(td) msgid "auth_region = None" msgstr "" @@ -14711,7 +14851,7 @@ msgstr "" msgid "(StrOpt) The strategy to use for authentication." msgstr "" -#: ./doc/common/tables/glance-registry.xml:41(td) ./doc/common/tables/neutron-common.xml:61(td) ./doc/common/tables/neutron-common.xml:211(td) +#: ./doc/common/tables/glance-registry.xml:41(td) ./doc/common/tables/neutron-common.xml:57(td) ./doc/common/tables/neutron-common.xml:211(td) msgid "auth_url = None" msgstr "" @@ -14911,6 +15051,34 @@ msgstr "" msgid "(IntOpt) Maximum raw byte size of any template." msgstr "" +#: ./doc/common/tables/trove-network.xml:7(caption) ./doc/common/tables/nova-network.xml:7(caption) +msgid "Description of configuration options for network" +msgstr "" + +#: ./doc/common/tables/trove-network.xml:21(td) +msgid "network_driver = trove.network.nova.NovaNetwork" +msgstr "" + +#: ./doc/common/tables/trove-network.xml:22(td) +msgid "(StrOpt) Describes the actual network manager used for the management of network attributes (security groups, floating IPs, etc.)" +msgstr "" + +#: ./doc/common/tables/trove-network.xml:25(td) +msgid "neutron_service_type = network" +msgstr "" + +#: ./doc/common/tables/trove-network.xml:26(td) ./doc/common/tables/trove-volume.xml:26(td) ./doc/common/tables/trove-heat.xml:22(td) ./doc/common/tables/trove-compute.xml:26(td) ./doc/common/tables/trove-swift.xml:22(td) +msgid "(StrOpt) Service type to use when searching catalog." +msgstr "" + +#: ./doc/common/tables/trove-network.xml:29(td) +msgid "neutron_url = None" +msgstr "" + +#: ./doc/common/tables/trove-network.xml:30(td) ./doc/common/tables/trove-volume.xml:30(td) ./doc/common/tables/trove-heat.xml:30(td) ./doc/common/tables/trove-compute.xml:30(td) +msgid "(StrOpt) URL without the tenant segment." +msgstr "" + #: ./doc/common/tables/ceilometer-nova_import.xml:7(caption) msgid "Description of configuration options for nova_import" msgstr "" @@ -14964,7 +15132,7 @@ msgid "use = egg:swift#healthcheck" msgstr "" #: ./doc/common/tables/nova-common.xml:21(td) -msgid "bindir = /usr/local/local/bin" +msgid "bindir = /usr/local/bin" msgstr "" #: ./doc/common/tables/nova-common.xml:22(td) @@ -14995,10 +15163,6 @@ msgstr "" msgid "(StrOpt) The topic console auth proxy nodes listen on" msgstr "" -#: ./doc/common/tables/nova-common.xml:38(td) ./doc/common/tables/cinder-common.xml:42(td) ./doc/common/tables/glance-common.xml:46(td) ./doc/common/tables/neutron-common.xml:122(td) ./doc/common/tables/trove-debug.xml:34(td) -msgid "(BoolOpt) Whether to disable inter-process locks" -msgstr "" - #: ./doc/common/tables/nova-common.xml:42(td) msgid "(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address" msgstr "" @@ -15011,11 +15175,11 @@ msgstr "" msgid "(StrOpt) IP address of this host" msgstr "" -#: ./doc/common/tables/nova-common.xml:58(td) ./doc/common/tables/heat-amqp.xml:50(td) ./doc/common/tables/keystone-amqp.xml:38(td) ./doc/common/tables/glance-amqp.xml:30(td) ./doc/common/tables/cinder-rpc.xml:74(td) ./doc/common/tables/neutron-notifier.xml:22(td) ./doc/common/tables/ceilometer-amqp.xml:30(td) +#: ./doc/common/tables/nova-common.xml:58(td) ./doc/common/tables/heat-amqp.xml:50(td) ./doc/common/tables/keystone-amqp.xml:38(td) ./doc/common/tables/glance-amqp.xml:30(td) ./doc/common/tables/cinder-rpc.xml:70(td) ./doc/common/tables/neutron-notifier.xml:22(td) ./doc/common/tables/ceilometer-amqp.xml:30(td) msgid "(MultiStrOpt) Driver or drivers to handle sending notifications." msgstr "" -#: ./doc/common/tables/nova-common.xml:62(td) ./doc/common/tables/heat-amqp.xml:54(td) ./doc/common/tables/keystone-amqp.xml:42(td) ./doc/common/tables/glance-amqp.xml:34(td) ./doc/common/tables/cinder-rpc.xml:78(td) ./doc/common/tables/neutron-notifier.xml:26(td) ./doc/common/tables/ceilometer-amqp.xml:34(td) +#: ./doc/common/tables/nova-common.xml:62(td) ./doc/common/tables/heat-amqp.xml:54(td) ./doc/common/tables/keystone-amqp.xml:42(td) ./doc/common/tables/glance-amqp.xml:34(td) ./doc/common/tables/cinder-rpc.xml:74(td) ./doc/common/tables/neutron-notifier.xml:26(td) ./doc/common/tables/ceilometer-amqp.xml:34(td) msgid "(ListOpt) AMQP topic used for OpenStack notifications." msgstr "" @@ -15035,51 +15199,51 @@ msgstr "" msgid "(StrOpt) If set, send compute.instance.update notifications on instance state changes. Valid values are None for no notifications, \"vm_state\" for notifications on VM state changes, or \"vm_and_task_state\" for notifications on VM and task state changes." msgstr "" -#: ./doc/common/tables/nova-common.xml:77(td) -msgid "pybasedir = /usr/lib/python/site-packages/sources/nova" +#: ./doc/common/tables/nova-common.xml:73(td) +msgid "pybasedir = /usr/lib/python/site-packages/nova" msgstr "" -#: ./doc/common/tables/nova-common.xml:78(td) +#: ./doc/common/tables/nova-common.xml:74(td) msgid "(StrOpt) Directory where the nova python module is installed" msgstr "" -#: ./doc/common/tables/nova-common.xml:81(td) ./doc/common/tables/cinder-common.xml:145(td) ./doc/common/tables/trove-rpc.xml:45(td) +#: ./doc/common/tables/nova-common.xml:77(td) ./doc/common/tables/cinder-common.xml:145(td) ./doc/common/tables/trove-rpc.xml:45(td) msgid "report_interval = 10" msgstr "" -#: ./doc/common/tables/nova-common.xml:82(td) +#: ./doc/common/tables/nova-common.xml:78(td) msgid "(IntOpt) Seconds between nodes reporting state to datastore" msgstr "" -#: ./doc/common/tables/nova-common.xml:85(td) +#: ./doc/common/tables/nova-common.xml:81(td) msgid "rootwrap_config = /etc/nova/rootwrap.conf" msgstr "" -#: ./doc/common/tables/nova-common.xml:86(td) ./doc/common/tables/cinder-common.xml:154(td) +#: ./doc/common/tables/nova-common.xml:82(td) ./doc/common/tables/cinder-common.xml:154(td) msgid "(StrOpt) Path to the rootwrap configuration file to use for running commands as root" msgstr "" -#: ./doc/common/tables/nova-common.xml:89(td) ./doc/common/tables/cinder-common.xml:161(td) +#: ./doc/common/tables/nova-common.xml:85(td) ./doc/common/tables/cinder-common.xml:161(td) msgid "service_down_time = 60" msgstr "" -#: ./doc/common/tables/nova-common.xml:90(td) +#: ./doc/common/tables/nova-common.xml:86(td) msgid "(IntOpt) Maximum time since last check-in for up service" msgstr "" -#: ./doc/common/tables/nova-common.xml:93(td) +#: ./doc/common/tables/nova-common.xml:89(td) msgid "state_path = $pybasedir" msgstr "" -#: ./doc/common/tables/nova-common.xml:94(td) +#: ./doc/common/tables/nova-common.xml:90(td) msgid "(StrOpt) Top-level directory for maintaining nova's state" msgstr "" -#: ./doc/common/tables/nova-common.xml:97(td) +#: ./doc/common/tables/nova-common.xml:93(td) msgid "tempdir = None" msgstr "" -#: ./doc/common/tables/nova-common.xml:98(td) +#: ./doc/common/tables/nova-common.xml:94(td) msgid "(StrOpt) Explicitly specify the temporary working directory" msgstr "" @@ -15108,7 +15272,7 @@ msgid "Prefix to use when automatically creating accounts" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:32(td) -msgid "client_chunk_size = 8192" +msgid "client_chunk_size = 65536" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:33(td) @@ -15176,7 +15340,7 @@ msgid "Request timeout to external services" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:72(td) -msgid "object_chunk_size = 8192" +msgid "object_chunk_size = 65536" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:73(td) @@ -15267,215 +15431,231 @@ msgstr "" msgid "Description of configuration options for volumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:21(td) ./doc/common/tables/glance-cinder.xml:21(td) -msgid "cinder_api_insecure = False" +#: ./doc/common/tables/nova-volumes.xml:21(td) +msgid "block_device_allocate_retries = 60" msgstr "" #: ./doc/common/tables/nova-volumes.xml:22(td) -msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" +msgid "(IntOpt) Number of times to retry block device allocation on failures" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:25(td) ./doc/common/tables/glance-cinder.xml:25(td) -msgid "cinder_ca_certificates_file = None" +#: ./doc/common/tables/nova-volumes.xml:25(td) +msgid "block_device_allocate_retries_interval = 3" msgstr "" #: ./doc/common/tables/nova-volumes.xml:26(td) -msgid "(StrOpt) Location of ca certificates file to use for cinder client requests." +msgid "(IntOpt) Waiting time interval (seconds) between block device allocation retries on failures" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:29(td) ./doc/common/tables/glance-cinder.xml:29(td) -msgid "cinder_catalog_info = volume:cinder:publicURL" +#: ./doc/common/tables/nova-volumes.xml:29(td) ./doc/common/tables/glance-cinder.xml:21(td) +msgid "cinder_api_insecure = False" msgstr "" #: ./doc/common/tables/nova-volumes.xml:30(td) -msgid "(StrOpt) Info to match when looking for cinder in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type>" +msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:33(td) -msgid "cinder_cross_az_attach = True" +#: ./doc/common/tables/nova-volumes.xml:33(td) ./doc/common/tables/glance-cinder.xml:25(td) +msgid "cinder_ca_certificates_file = None" msgstr "" #: ./doc/common/tables/nova-volumes.xml:34(td) -msgid "(BoolOpt) Allow attach between instance and volume in different availability zones." +msgid "(StrOpt) Location of ca certificates file to use for cinder client requests." msgstr "" -#: ./doc/common/tables/nova-volumes.xml:37(td) ./doc/common/tables/glance-cinder.xml:33(td) -msgid "cinder_endpoint_template = None" +#: ./doc/common/tables/nova-volumes.xml:37(td) ./doc/common/tables/glance-cinder.xml:29(td) +msgid "cinder_catalog_info = volume:cinder:publicURL" msgstr "" #: ./doc/common/tables/nova-volumes.xml:38(td) -msgid "(StrOpt) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v1/%(project_id)s" +msgid "(StrOpt) Info to match when looking for cinder in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:41(td) ./doc/common/tables/glance-cinder.xml:37(td) -msgid "cinder_http_retries = 3" +#: ./doc/common/tables/nova-volumes.xml:41(td) +msgid "cinder_cross_az_attach = True" msgstr "" #: ./doc/common/tables/nova-volumes.xml:42(td) -msgid "(IntOpt) Number of cinderclient retries on failed http calls" +msgid "(BoolOpt) Allow attach between instance and volume in different availability zones." msgstr "" -#: ./doc/common/tables/nova-volumes.xml:45(td) -msgid "cinder_http_timeout = None" +#: ./doc/common/tables/nova-volumes.xml:45(td) ./doc/common/tables/glance-cinder.xml:33(td) +msgid "cinder_endpoint_template = None" msgstr "" #: ./doc/common/tables/nova-volumes.xml:46(td) -msgid "(IntOpt) HTTP inactivity timeout (in seconds)" +msgid "(StrOpt) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v1/%(project_id)s" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:50(td) ./doc/common/tables/cinder-compute.xml:46(td) -msgid "(StrOpt) Region name of this node" +#: ./doc/common/tables/nova-volumes.xml:49(td) ./doc/common/tables/glance-cinder.xml:37(td) +msgid "cinder_http_retries = 3" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml:50(td) +msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" #: ./doc/common/tables/nova-volumes.xml:53(td) +msgid "cinder_http_timeout = None" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml:54(td) +msgid "(IntOpt) HTTP inactivity timeout (in seconds)" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml:58(td) ./doc/common/tables/cinder-compute.xml:46(td) +msgid "(StrOpt) Region name of this node" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml:61(td) msgid "volume_api_class = nova.volume.cinder.API" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:54(td) ./doc/common/tables/cinder-api.xml:90(td) +#: ./doc/common/tables/nova-volumes.xml:62(td) ./doc/common/tables/cinder-api.xml:90(td) msgid "(StrOpt) The full class name of the volume API class to use" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:57(td) +#: ./doc/common/tables/nova-volumes.xml:65(td) msgid "volume_usage_poll_interval = 0" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:58(td) +#: ./doc/common/tables/nova-volumes.xml:66(td) msgid "(IntOpt) Interval in seconds for gathering volume usages" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:61(th) ./doc/common/tables/nova-baremetal.xml:18(th) ./doc/common/tables/nova-tilera.xml:18(th) +#: ./doc/common/tables/nova-volumes.xml:69(th) ./doc/common/tables/nova-baremetal.xml:18(th) ./doc/common/tables/nova-tilera.xml:18(th) msgid "[baremetal]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:64(td) +#: ./doc/common/tables/nova-volumes.xml:72(td) msgid "iscsi_iqn_prefix = iqn.2010-10.org.openstack.baremetal" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:65(td) +#: ./doc/common/tables/nova-volumes.xml:73(td) msgid "(StrOpt) The iSCSI IQN prefix used in baremetal volume connections." msgstr "" -#: ./doc/common/tables/nova-volumes.xml:68(td) +#: ./doc/common/tables/nova-volumes.xml:76(td) msgid "volume_driver = nova.virt.baremetal.volume_driver.LibvirtVolumeDriver" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:69(td) +#: ./doc/common/tables/nova-volumes.xml:77(td) msgid "(StrOpt) Baremetal volume driver." msgstr "" -#: ./doc/common/tables/nova-volumes.xml:72(th) ./doc/common/tables/neutron-hyperv_agent.xml:52(th) ./doc/common/tables/nova-hyperv.xml:18(th) ./doc/common/tables/nova-configdrive.xml:41(th) +#: ./doc/common/tables/nova-volumes.xml:80(th) ./doc/common/tables/neutron-hyperv_agent.xml:52(th) ./doc/common/tables/nova-hyperv.xml:18(th) ./doc/common/tables/nova-configdrive.xml:41(th) msgid "[hyperv]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:75(td) +#: ./doc/common/tables/nova-volumes.xml:83(td) msgid "force_volumeutils_v1 = False" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:76(td) +#: ./doc/common/tables/nova-volumes.xml:84(td) msgid "(BoolOpt) Force V1 volume utility class" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:79(td) +#: ./doc/common/tables/nova-volumes.xml:87(td) msgid "volume_attach_retry_count = 10" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:80(td) +#: ./doc/common/tables/nova-volumes.xml:88(td) msgid "(IntOpt) The number of times to retry to attach a volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:83(td) +#: ./doc/common/tables/nova-volumes.xml:91(td) msgid "volume_attach_retry_interval = 5" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:84(td) +#: ./doc/common/tables/nova-volumes.xml:92(td) msgid "(IntOpt) Interval between volume attachment attempts, in seconds" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:90(td) ./doc/common/tables/cinder-storage_glusterfs.xml:21(td) +#: ./doc/common/tables/nova-volumes.xml:98(td) ./doc/common/tables/cinder-storage_glusterfs.xml:21(td) msgid "glusterfs_mount_point_base = $state_path/mnt" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:91(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:173(td) +#: ./doc/common/tables/nova-volumes.xml:99(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:173(td) msgid "(StrOpt) Directory where the glusterfs volume is mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:94(td) ./doc/common/tables/cinder-storage_nfs.xml:21(td) +#: ./doc/common/tables/nova-volumes.xml:102(td) ./doc/common/tables/cinder-storage_nfs.xml:21(td) msgid "nfs_mount_options = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:95(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:229(td) +#: ./doc/common/tables/nova-volumes.xml:103(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:229(td) msgid "(StrOpt) Mount options passedf to the NFS client. See section of the nfs man page for details" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:98(td) ./doc/common/tables/cinder-storage_nfs.xml:25(td) +#: ./doc/common/tables/nova-volumes.xml:106(td) ./doc/common/tables/cinder-storage_nfs.xml:25(td) msgid "nfs_mount_point_base = $state_path/mnt" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:99(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:233(td) +#: ./doc/common/tables/nova-volumes.xml:107(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:233(td) msgid "(StrOpt) Directory where the NFS volume is mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:102(td) +#: ./doc/common/tables/nova-volumes.xml:110(td) msgid "num_aoe_discover_tries = 3" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:103(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:237(td) +#: ./doc/common/tables/nova-volumes.xml:111(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:237(td) msgid "(IntOpt) Number of times to rediscover AoE target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:106(td) +#: ./doc/common/tables/nova-volumes.xml:114(td) msgid "num_iscsi_scan_tries = 5" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:107(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:241(td) +#: ./doc/common/tables/nova-volumes.xml:115(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:241(td) msgid "(IntOpt) Number of times to rescan iSCSI target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:110(td) +#: ./doc/common/tables/nova-volumes.xml:118(td) msgid "num_iser_scan_tries = 5" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:111(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:245(td) +#: ./doc/common/tables/nova-volumes.xml:119(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:245(td) msgid "(IntOpt) Number of times to rescan iSER target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:114(td) +#: ./doc/common/tables/nova-volumes.xml:122(td) msgid "qemu_allowed_storage_drivers =" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:115(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:249(td) +#: ./doc/common/tables/nova-volumes.xml:123(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:249(td) msgid "(ListOpt) Protocols listed here will be accessed directly from QEMU. Currently supported protocols: [gluster]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:119(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:253(td) +#: ./doc/common/tables/nova-volumes.xml:127(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:253(td) msgid "(StrOpt) The libvirt UUID of the secret for the rbd_uservolumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:123(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:257(td) +#: ./doc/common/tables/nova-volumes.xml:131(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:257(td) msgid "(StrOpt) The RADOS client name for accessing rbd volumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:126(td) ./doc/common/tables/cinder-scality.xml:21(td) +#: ./doc/common/tables/nova-volumes.xml:134(td) ./doc/common/tables/cinder-scality.xml:21(td) msgid "scality_sofs_config = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:127(td) ./doc/common/tables/cinder-scality.xml:22(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:285(td) +#: ./doc/common/tables/nova-volumes.xml:135(td) ./doc/common/tables/cinder-scality.xml:22(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:285(td) msgid "(StrOpt) Path or URL to Scality SOFS configuration file" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:130(td) ./doc/common/tables/cinder-scality.xml:25(td) +#: ./doc/common/tables/nova-volumes.xml:138(td) ./doc/common/tables/cinder-scality.xml:25(td) msgid "scality_sofs_mount_point = $state_path/scality" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:131(td) ./doc/common/tables/cinder-scality.xml:26(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:289(td) +#: ./doc/common/tables/nova-volumes.xml:139(td) ./doc/common/tables/cinder-scality.xml:26(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:289(td) msgid "(StrOpt) Base dir where Scality SOFS shall be mounted" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:137(td) +#: ./doc/common/tables/nova-volumes.xml:145(td) msgid "block_device_creation_timeout = 10" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:138(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:385(td) +#: ./doc/common/tables/nova-volumes.xml:146(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:385(td) msgid "(IntOpt) Time to wait for a block device to be created" msgstr "" @@ -15491,10 +15671,30 @@ msgstr "" msgid "[mysql]" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:41(td) +#: ./doc/common/tables/trove-db_mysql.xml:53(td) msgid "usage_timeout = 400" msgstr "" +#: ./doc/common/tables/neutron-dvr.xml:7(caption) +msgid "Description of configuration options for dvr" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml:21(td) +msgid "dvr_base_mac = fa:16:3f:00:00:00" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml:22(td) +msgid "(StrOpt) The base mac address used for unique DVR instances by Neutron" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml:25(td) +msgid "router_distributed = False" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml:26(td) +msgid "(BoolOpt) System-wide flag to determine the type of router that tenants can create. Only admin can override." +msgstr "" + #: ./doc/common/tables/heat-amqp.xml:45(td) msgid "list_notifier_drivers = None" msgstr "" @@ -15619,63 +15819,71 @@ msgstr "" msgid "Whether or not check if the devices are mounted to prevent accidentally writing to the root device" msgstr "" -#: ./doc/common/tables/glance-rabbitmq.xml:22(td) ./doc/common/tables/cinder-rpc.xml:34(td) -msgid "(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option." -msgstr "" - -#: ./doc/common/tables/glance-rabbitmq.xml:26(td) ./doc/common/tables/cinder-rpc.xml:42(td) -msgid "(BoolOpt) If passed, use a fake RabbitMQ provider." -msgstr "" - #: ./doc/common/tables/neutron-l3_agent.xml:7(caption) msgid "Description of configuration options for l3_agent" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:21(td) -msgid "enable_metadata_proxy = True" +msgid "agent_mode = legacy" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:22(td) -msgid "(BoolOpt) Allow running metadata proxy." +msgid "(StrOpt) The working mode for the agent. Allowed modes are: 'legacy' - this preserves the existing behavior where the L3 agent is deployed on a centralized networking node to provide L3 services like DNAT, and SNAT. Use this mode if you do not want to adopt DVR. 'dvr' - this mode enables DVR functionality and must be used for an L3 agent that runs on a compute host. 'dvr_snat' - this enables centralized SNAT support in conjunction with DVR. This mode must be used for an L3 agent running on a centralized node (or in single-host deployments, e.g. devstack)" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:25(td) -msgid "external_network_bridge = br-ex" +msgid "allow_automatic_l3agent_failover = False" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:26(td) -msgid "(StrOpt) Name of bridge used for external network traffic." +msgid "(BoolOpt) Automatically reschedule routers from offline L3 agents to online L3 agents." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:29(td) -msgid "gateway_external_network_id =" +msgid "enable_metadata_proxy = True" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:30(td) -msgid "(StrOpt) UUID of external network for routers implemented by the agents." +msgid "(BoolOpt) Allow running metadata proxy." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:33(td) -msgid "handle_internal_only_routers = True" +msgid "external_network_bridge = br-ex" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:34(td) -msgid "(BoolOpt) Agent should implement routers with no gateway" +msgid "(StrOpt) Name of bridge used for external network traffic." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:37(td) -msgid "router_id =" +msgid "gateway_external_network_id =" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:38(td) -msgid "(StrOpt) If namespaces is disabled, the l3 agent can only configure a router that has the matching router ID." +msgid "(StrOpt) UUID of external network for routers implemented by the agents." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:41(td) -msgid "send_arp_for_ha = 3" +msgid "handle_internal_only_routers = True" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml:42(td) +msgid "(BoolOpt) Agent should implement routers with no gateway" +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml:45(td) +msgid "router_id =" +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml:46(td) +msgid "(StrOpt) If namespaces is disabled, the l3 agent can only configure a router that has the matching router ID." +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml:49(td) +msgid "send_arp_for_ha = 3" +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml:50(td) msgid "(IntOpt) Send this many gratuitous ARPs for HA setup, if less than or equal to 0, the feature is disabled" msgstr "" @@ -15703,63 +15911,63 @@ msgstr "" msgid "(StrOpt) Default tenant id when creating neutron networks" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:25(td) -msgid "neutron_metadata_proxy_shared_secret =" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml:26(td) -msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml:29(td) -msgid "service_neutron_metadata_proxy = False" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml:30(td) -msgid "(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and resolve instance ids." -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml:33(th) +#: ./doc/common/tables/nova-neutron.xml:25(th) msgid "[neutron]" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:36(td) +#: ./doc/common/tables/nova-neutron.xml:28(td) msgid "admin_auth_url = http://localhost:5000/v2.0" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:37(td) +#: ./doc/common/tables/nova-neutron.xml:29(td) msgid "(StrOpt) Authorization URL for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:41(td) +#: ./doc/common/tables/nova-neutron.xml:33(td) msgid "(StrOpt) Password for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:44(td) +#: ./doc/common/tables/nova-neutron.xml:36(td) msgid "admin_tenant_id = None" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:45(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:53(td) +#: ./doc/common/tables/nova-neutron.xml:37(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:53(td) msgid "(StrOpt) Tenant id for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:49(td) -msgid "(StrOpt) Tenant name for connecting to neutron in admin context. This option is mutually exclusive with admin_tenant_id. Note that with Keystone V3 tenant names are only unique within a domain." +#: ./doc/common/tables/nova-neutron.xml:41(td) +msgid "(StrOpt) Tenant name for connecting to neutron in admin context. This option will be ignored if neutron_admin_tenant_id is set. Note that with Keystone V3 tenant names are only unique within a domain." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:52(td) ./doc/common/tables/neutron-embrane_lb.xml:25(td) +#: ./doc/common/tables/nova-neutron.xml:44(td) +msgid "admin_user_id = None" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml:45(td) +msgid "(StrOpt) User id for connecting to neutron in admin context" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml:48(td) ./doc/common/tables/neutron-embrane_lb.xml:25(td) msgid "admin_username = None" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:53(td) +#: ./doc/common/tables/nova-neutron.xml:49(td) msgid "(StrOpt) Username for connecting to neutron in admin context" msgstr "" +#: ./doc/common/tables/nova-neutron.xml:52(td) +msgid "allow_duplicate_networks = False" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml:53(td) +msgid "(BoolOpt) Allow an instance to have multiple vNICs attached to the same Neutron network." +msgstr "" + #: ./doc/common/tables/nova-neutron.xml:56(td) ./doc/common/tables/nova-glance.xml:32(td) msgid "api_insecure = False" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:60(td) ./doc/common/tables/nova-authentication.xml:21(td) ./doc/common/tables/neutron-common.xml:57(td) ./doc/common/tables/neutron-common.xml:207(td) +#: ./doc/common/tables/nova-neutron.xml:60(td) ./doc/common/tables/nova-authentication.xml:21(td) ./doc/common/tables/neutron-common.xml:53(td) ./doc/common/tables/neutron-common.xml:207(td) msgid "auth_strategy = keystone" msgstr "" @@ -15783,31 +15991,47 @@ msgstr "" msgid "(IntOpt) Number of seconds before querying neutron for extensions" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:72(td) -msgid "ovs_bridge = br-int" +#: ./doc/common/tables/nova-neutron.xml:72(td) ./doc/common/tables/neutron-metadata.xml:33(td) +msgid "metadata_proxy_shared_secret =" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml:73(td) +msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" msgstr "" #: ./doc/common/tables/nova-neutron.xml:76(td) -msgid "region_name = None" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml:77(td) -msgid "(StrOpt) Region name for connecting to neutron in admin context" +msgid "ovs_bridge = br-int" msgstr "" #: ./doc/common/tables/nova-neutron.xml:80(td) -msgid "url = http://127.0.0.1:9696" +msgid "region_name = None" msgstr "" #: ./doc/common/tables/nova-neutron.xml:81(td) -msgid "(StrOpt) URL for connecting to neutron" +msgid "(StrOpt) Region name for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml:84(td) -msgid "url_timeout = 30" +msgid "service_metadata_proxy = False" msgstr "" #: ./doc/common/tables/nova-neutron.xml:85(td) +msgid "(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and resolve instance ids." +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml:88(td) +msgid "url = http://127.0.0.1:9696" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml:89(td) +msgid "(StrOpt) URL for connecting to neutron" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml:92(td) +msgid "url_timeout = 30" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml:93(td) msgid "(IntOpt) Timeout value for connecting to neutron in seconds" msgstr "" @@ -15883,6 +16107,22 @@ msgstr "" msgid "api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager" msgstr "" +#: ./doc/common/tables/cinder-keymgr.xml:25(td) +msgid "encryption_api_url = http://localhost:9311/v1" +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml:26(td) +msgid "(StrOpt) Url for encryption service." +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml:29(td) +msgid "encryption_auth_url = http://localhost:5000/v2.0" +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml:30(td) +msgid "(StrOpt) Authentication url for encryption service." +msgstr "" + #: ./doc/common/tables/keystone-ldap.xml:18(th) msgid "[ldap]" msgstr "" @@ -15904,566 +16144,638 @@ msgid "(BoolOpt) Delete subtrees using the subtree delete control. Only enable t msgstr "" #: ./doc/common/tables/keystone-ldap.xml:29(td) -msgid "chase_referrals = None" +msgid "auth_pool_connection_lifetime = 60" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:30(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:165(td) -msgid "(BoolOpt) Override the system's default referral chasing behavior for queries." +#: ./doc/common/tables/keystone-ldap.xml:30(td) +msgid "(IntOpt) End user auth connection lifetime in seconds." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:33(td) -msgid "debug_level = None" +msgid "auth_pool_size = 100" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:34(td) -msgid "(IntOpt) Sets the LDAP debugging level for LDAP calls. A value of 0 means that debugging is not enabled. This value is a bitmask, consult your LDAP documentation for possible values." +msgid "(IntOpt) End user auth connection pool size." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:37(td) -msgid "dumb_member = cn=dumb,dc=nonexistent" +msgid "chase_referrals = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:38(td) -msgid "(StrOpt) DN of the \"dummy member\" to use when \"use_dumb_member\" is enabled." +#: ./doc/common/tables/keystone-ldap.xml:38(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:165(td) +msgid "(BoolOpt) Override the system's default referral chasing behavior for queries." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:41(td) -msgid "group_additional_attribute_mapping =" +msgid "debug_level = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:42(td) -msgid "(ListOpt) Additional attribute mappings for groups. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." +msgid "(IntOpt) Sets the LDAP debugging level for LDAP calls. A value of 0 means that debugging is not enabled. This value is a bitmask, consult your LDAP documentation for possible values." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:45(td) -msgid "group_allow_create = True" +msgid "dumb_member = cn=dumb,dc=nonexistent" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:46(td) -msgid "(BoolOpt) Allow group creation in LDAP backend." +msgid "(StrOpt) DN of the \"dummy member\" to use when \"use_dumb_member\" is enabled." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:49(td) -msgid "group_allow_delete = True" +msgid "group_additional_attribute_mapping =" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:50(td) -msgid "(BoolOpt) Allow group deletion in LDAP backend." +msgid "(ListOpt) Additional attribute mappings for groups. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:53(td) -msgid "group_allow_update = True" +msgid "group_allow_create = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:54(td) -msgid "(BoolOpt) Allow group update in LDAP backend." +msgid "(BoolOpt) Allow group creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:57(td) -msgid "group_attribute_ignore =" +msgid "group_allow_delete = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:58(td) -msgid "(ListOpt) List of attributes stripped off the group on update." +msgid "(BoolOpt) Allow group deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:61(td) -msgid "group_desc_attribute = description" +msgid "group_allow_update = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:62(td) -msgid "(StrOpt) LDAP attribute mapped to group description." +msgid "(BoolOpt) Allow group update in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:65(td) -msgid "group_filter = None" +msgid "group_attribute_ignore =" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:66(td) -msgid "(StrOpt) LDAP search filter for groups." +msgid "(ListOpt) List of attributes stripped off the group on update." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:69(td) -msgid "group_id_attribute = cn" +msgid "group_desc_attribute = description" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:70(td) -msgid "(StrOpt) LDAP attribute mapped to group id." +msgid "(StrOpt) LDAP attribute mapped to group description." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:73(td) -msgid "group_member_attribute = member" +msgid "group_filter = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:74(td) -msgid "(StrOpt) LDAP attribute mapped to show group membership." +msgid "(StrOpt) LDAP search filter for groups." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:77(td) -msgid "group_name_attribute = ou" +msgid "group_id_attribute = cn" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:78(td) -msgid "(StrOpt) LDAP attribute mapped to group name." +msgid "(StrOpt) LDAP attribute mapped to group id." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:81(td) -msgid "group_objectclass = groupOfNames" +msgid "group_member_attribute = member" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:82(td) -msgid "(StrOpt) LDAP objectclass for groups." +msgid "(StrOpt) LDAP attribute mapped to show group membership." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:85(td) -msgid "group_tree_dn = None" +msgid "group_name_attribute = ou" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:86(td) -msgid "(StrOpt) Search base for groups." +msgid "(StrOpt) LDAP attribute mapped to group name." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:89(td) -msgid "page_size = 0" +msgid "group_objectclass = groupOfNames" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:90(td) -msgid "(IntOpt) Maximum results per page; a value of zero (\"0\") disables paging." +msgid "(StrOpt) LDAP objectclass for groups." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:93(td) +msgid "group_tree_dn = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:94(td) -msgid "(StrOpt) Password for the BindDN to query the LDAP server." +msgid "(StrOpt) Search base for groups." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:97(td) -msgid "project_additional_attribute_mapping =" +msgid "page_size = 0" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:98(td) -msgid "(ListOpt) Additional attribute mappings for projects. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." -msgstr "" - -#: ./doc/common/tables/keystone-ldap.xml:101(td) -msgid "project_allow_create = True" +msgid "(IntOpt) Maximum results per page; a value of zero (\"0\") disables paging." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:102(td) -msgid "(BoolOpt) Allow project creation in LDAP backend." +msgid "(StrOpt) Password for the BindDN to query the LDAP server." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:105(td) -msgid "project_allow_delete = True" +msgid "pool_connection_lifetime = 600" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:106(td) -msgid "(BoolOpt) Allow project deletion in LDAP backend." +msgid "(IntOpt) Connection lifetime in seconds." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:109(td) -msgid "project_allow_update = True" +msgid "pool_connection_timeout = -1" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:110(td) -msgid "(BoolOpt) Allow project update in LDAP backend." +msgid "(IntOpt) Connector timeout in seconds. Value -1 indicates indefinite wait for response." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:113(td) -msgid "project_attribute_ignore =" +msgid "pool_retry_delay = 0.1" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:114(td) -msgid "(ListOpt) List of attributes stripped off the project on update." +msgid "(FloatOpt) Time span in seconds to wait between two reconnect trials." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:117(td) -msgid "project_desc_attribute = description" +msgid "pool_retry_max = 3" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:118(td) -msgid "(StrOpt) LDAP attribute mapped to project description." +msgid "(IntOpt) Maximum count of reconnect trials." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:121(td) -msgid "project_domain_id_attribute = businessCategory" +msgid "pool_size = 10" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:122(td) -msgid "(StrOpt) LDAP attribute mapped to project domain_id." +msgid "(IntOpt) Connection pool size." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:125(td) -msgid "project_enabled_attribute = enabled" +msgid "project_additional_attribute_mapping =" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:126(td) -msgid "(StrOpt) LDAP attribute mapped to project enabled." +msgid "(ListOpt) Additional attribute mappings for projects. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:129(td) -msgid "project_enabled_emulation = False" +msgid "project_allow_create = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:130(td) -msgid "(BoolOpt) If true, Keystone uses an alternative method to determine if a project is enabled or not by checking if they are a member of the \"project_enabled_emulation_dn\" group." +msgid "(BoolOpt) Allow project creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:133(td) -msgid "project_enabled_emulation_dn = None" +msgid "project_allow_delete = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:134(td) -msgid "(StrOpt) DN of the group entry to hold enabled projects when using enabled emulation." +msgid "(BoolOpt) Allow project deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:137(td) -msgid "project_filter = None" +msgid "project_allow_update = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:138(td) -msgid "(StrOpt) LDAP search filter for projects." +msgid "(BoolOpt) Allow project update in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:141(td) -msgid "project_id_attribute = cn" +msgid "project_attribute_ignore =" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:142(td) -msgid "(StrOpt) LDAP attribute mapped to project id." +msgid "(ListOpt) List of attributes stripped off the project on update." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:145(td) -msgid "project_member_attribute = member" +msgid "project_desc_attribute = description" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:146(td) -msgid "(StrOpt) LDAP attribute mapped to project membership for user." +msgid "(StrOpt) LDAP attribute mapped to project description." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:149(td) -msgid "project_name_attribute = ou" +msgid "project_domain_id_attribute = businessCategory" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:150(td) -msgid "(StrOpt) LDAP attribute mapped to project name." +msgid "(StrOpt) LDAP attribute mapped to project domain_id." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:153(td) -msgid "project_objectclass = groupOfNames" +msgid "project_enabled_attribute = enabled" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:154(td) -msgid "(StrOpt) LDAP objectclass for projects." +msgid "(StrOpt) LDAP attribute mapped to project enabled." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:157(td) -msgid "project_tree_dn = None" +msgid "project_enabled_emulation = False" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:158(td) -msgid "(StrOpt) Search base for projects" +msgid "(BoolOpt) If true, Keystone uses an alternative method to determine if a project is enabled or not by checking if they are a member of the \"project_enabled_emulation_dn\" group." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:161(td) -msgid "query_scope = one" +msgid "project_enabled_emulation_dn = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:162(td) -msgid "(StrOpt) The LDAP scope for queries, this can be either \"one\" (onelevel/singleLevel) or \"sub\" (subtree/wholeSubtree)." +msgid "(StrOpt) DN of the group entry to hold enabled projects when using enabled emulation." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:165(td) -msgid "role_additional_attribute_mapping =" +msgid "project_filter = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:166(td) -msgid "(ListOpt) Additional attribute mappings for roles. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." +msgid "(StrOpt) LDAP search filter for projects." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:169(td) -msgid "role_allow_create = True" +msgid "project_id_attribute = cn" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:170(td) -msgid "(BoolOpt) Allow role creation in LDAP backend." +msgid "(StrOpt) LDAP attribute mapped to project id." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:173(td) -msgid "role_allow_delete = True" +msgid "project_member_attribute = member" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:174(td) -msgid "(BoolOpt) Allow role deletion in LDAP backend." +msgid "(StrOpt) LDAP attribute mapped to project membership for user." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:177(td) -msgid "role_allow_update = True" +msgid "project_name_attribute = ou" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:178(td) -msgid "(BoolOpt) Allow role update in LDAP backend." +msgid "(StrOpt) LDAP attribute mapped to project name." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:181(td) -msgid "role_attribute_ignore =" +msgid "project_objectclass = groupOfNames" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:182(td) -msgid "(ListOpt) List of attributes stripped off the role on update." +msgid "(StrOpt) LDAP objectclass for projects." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:185(td) -msgid "role_filter = None" +msgid "project_tree_dn = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:186(td) -msgid "(StrOpt) LDAP search filter for roles." +msgid "(StrOpt) Search base for projects" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:189(td) -msgid "role_id_attribute = cn" +msgid "query_scope = one" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:190(td) -msgid "(StrOpt) LDAP attribute mapped to role id." +msgid "(StrOpt) The LDAP scope for queries, this can be either \"one\" (onelevel/singleLevel) or \"sub\" (subtree/wholeSubtree)." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:193(td) -msgid "role_member_attribute = roleOccupant" +msgid "role_additional_attribute_mapping =" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:194(td) -msgid "(StrOpt) LDAP attribute mapped to role membership." +msgid "(ListOpt) Additional attribute mappings for roles. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:197(td) -msgid "role_name_attribute = ou" +msgid "role_allow_create = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:198(td) -msgid "(StrOpt) LDAP attribute mapped to role name." +msgid "(BoolOpt) Allow role creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:201(td) -msgid "role_objectclass = organizationalRole" +msgid "role_allow_delete = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:202(td) -msgid "(StrOpt) LDAP objectclass for roles." +msgid "(BoolOpt) Allow role deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:205(td) -msgid "role_tree_dn = None" +msgid "role_allow_update = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:206(td) -msgid "(StrOpt) Search base for roles." +msgid "(BoolOpt) Allow role update in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:209(td) -msgid "suffix = cn=example,cn=com" +msgid "role_attribute_ignore =" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:210(td) -msgid "(StrOpt) LDAP server suffix" +msgid "(ListOpt) List of attributes stripped off the role on update." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:213(td) -msgid "tls_cacertdir = None" +msgid "role_filter = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:214(td) -msgid "(StrOpt) CA certificate directory path for communicating with LDAP servers." +msgid "(StrOpt) LDAP search filter for roles." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:217(td) -msgid "tls_cacertfile = None" +msgid "role_id_attribute = cn" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:218(td) -msgid "(StrOpt) CA certificate file path for communicating with LDAP servers." +msgid "(StrOpt) LDAP attribute mapped to role id." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:221(td) -msgid "tls_req_cert = demand" +msgid "role_member_attribute = roleOccupant" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:222(td) -msgid "(StrOpt) Valid options for tls_req_cert are demand, never, and allow." +msgid "(StrOpt) LDAP attribute mapped to role membership." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:225(td) -msgid "url = ldap://localhost" +msgid "role_name_attribute = ou" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:226(td) -msgid "(StrOpt) URL for connecting to the LDAP server." +msgid "(StrOpt) LDAP attribute mapped to role name." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:229(td) -msgid "use_dumb_member = False" +msgid "role_objectclass = organizationalRole" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:230(td) -msgid "(BoolOpt) If true, will add a dummy member to groups. This is required if the objectclass for groups requires the \"member\" attribute." +msgid "(StrOpt) LDAP objectclass for roles." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:233(td) -msgid "use_tls = False" +msgid "role_tree_dn = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:234(td) -msgid "(BoolOpt) Enable TLS for communicating with LDAP servers." +msgid "(StrOpt) Search base for roles." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:237(td) -msgid "user = None" +msgid "suffix = cn=example,cn=com" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:238(td) -msgid "(StrOpt) User BindDN to query the LDAP server." +msgid "(StrOpt) LDAP server suffix" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:241(td) -msgid "user_additional_attribute_mapping =" +msgid "tls_cacertdir = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:242(td) -msgid "(ListOpt) List of additional LDAP attributes used for mapping additional attribute mappings for users. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." +msgid "(StrOpt) CA certificate directory path for communicating with LDAP servers." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:245(td) -msgid "user_allow_create = True" +msgid "tls_cacertfile = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:246(td) -msgid "(BoolOpt) Allow user creation in LDAP backend." +msgid "(StrOpt) CA certificate file path for communicating with LDAP servers." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:249(td) -msgid "user_allow_delete = True" +msgid "tls_req_cert = demand" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:250(td) -msgid "(BoolOpt) Allow user deletion in LDAP backend." +msgid "(StrOpt) Valid options for tls_req_cert are demand, never, and allow." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:253(td) -msgid "user_allow_update = True" +msgid "url = ldap://localhost" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:254(td) -msgid "(BoolOpt) Allow user updates in LDAP backend." +msgid "(StrOpt) URL for connecting to the LDAP server." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:257(td) -msgid "user_attribute_ignore = default_project_id, tenants" +msgid "use_auth_pool = False" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:258(td) -msgid "(ListOpt) List of attributes stripped off the user on update." +msgid "(BoolOpt) Enable LDAP connection pooling for end user authentication. If use_pool is disabled, then this setting is meaningless and is not used at all." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:261(td) -msgid "user_default_project_id_attribute = None" +msgid "use_dumb_member = False" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:262(td) -msgid "(StrOpt) LDAP attribute mapped to default_project_id for users." +msgid "(BoolOpt) If true, will add a dummy member to groups. This is required if the objectclass for groups requires the \"member\" attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:265(td) -msgid "user_enabled_attribute = enabled" +msgid "use_pool = False" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:266(td) -msgid "(StrOpt) LDAP attribute mapped to user enabled flag." +msgid "(BoolOpt) Enable LDAP connection pooling." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:269(td) -msgid "user_enabled_default = True" +msgid "use_tls = False" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:270(td) -msgid "(StrOpt) Default value to enable users. This should match an appropriate int value if the LDAP server uses non-boolean (bitmask) values to indicate if a user is enabled or disabled. If this is not set to \"True\" the typical value is \"512\". This is typically used when \"user_enabled_attribute = userAccountControl\"." +msgid "(BoolOpt) Enable TLS for communicating with LDAP servers." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:273(td) -msgid "user_enabled_emulation = False" +msgid "user = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:274(td) -msgid "(BoolOpt) If true, Keystone uses an alternative method to determine if a user is enabled or not by checking if they are a member of the \"user_enabled_emulation_dn\" group." +msgid "(StrOpt) User BindDN to query the LDAP server." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:277(td) -msgid "user_enabled_emulation_dn = None" +msgid "user_additional_attribute_mapping =" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:278(td) -msgid "(StrOpt) DN of the group entry to hold enabled users when using enabled emulation." +msgid "(ListOpt) List of additional LDAP attributes used for mapping additional attribute mappings for users. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:281(td) -msgid "user_enabled_mask = 0" +msgid "user_allow_create = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:282(td) -msgid "(IntOpt) Bitmask integer to indicate the bit that the enabled value is stored in if the LDAP server represents \"enabled\" as a bit on an integer rather than a boolean. A value of \"0\" indicates the mask is not used. If this is not set to \"0\" the typical value is \"2\". This is typically used when \"user_enabled_attribute = userAccountControl\"." +msgid "(BoolOpt) Allow user creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:285(td) -msgid "user_filter = None" +msgid "user_allow_delete = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:286(td) -msgid "(StrOpt) LDAP search filter for users." +msgid "(BoolOpt) Allow user deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:289(td) -msgid "user_id_attribute = cn" +msgid "user_allow_update = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:290(td) -msgid "(StrOpt) LDAP attribute mapped to user id." +msgid "(BoolOpt) Allow user updates in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:293(td) -msgid "user_mail_attribute = email" +msgid "user_attribute_ignore = default_project_id, tenants" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:294(td) -msgid "(StrOpt) LDAP attribute mapped to user email." +msgid "(ListOpt) List of attributes stripped off the user on update." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:297(td) -msgid "user_name_attribute = sn" +msgid "user_default_project_id_attribute = None" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:298(td) -msgid "(StrOpt) LDAP attribute mapped to user name." +msgid "(StrOpt) LDAP attribute mapped to default_project_id for users." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:301(td) -msgid "user_objectclass = inetOrgPerson" +msgid "user_enabled_attribute = enabled" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:302(td) -msgid "(StrOpt) LDAP objectclass for users." +msgid "(StrOpt) LDAP attribute mapped to user enabled flag." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:305(td) -msgid "user_pass_attribute = userPassword" +msgid "user_enabled_default = True" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:306(td) -msgid "(StrOpt) LDAP attribute mapped to password." +msgid "(StrOpt) Default value to enable users. This should match an appropriate int value if the LDAP server uses non-boolean (bitmask) values to indicate if a user is enabled or disabled. If this is not set to \"True\" the typical value is \"512\". This is typically used when \"user_enabled_attribute = userAccountControl\"." msgstr "" #: ./doc/common/tables/keystone-ldap.xml:309(td) -msgid "user_tree_dn = None" +msgid "user_enabled_emulation = False" msgstr "" #: ./doc/common/tables/keystone-ldap.xml:310(td) +msgid "(BoolOpt) If true, Keystone uses an alternative method to determine if a user is enabled or not by checking if they are a member of the \"user_enabled_emulation_dn\" group." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:313(td) +msgid "user_enabled_emulation_dn = None" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:314(td) +msgid "(StrOpt) DN of the group entry to hold enabled users when using enabled emulation." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:317(td) +msgid "user_enabled_mask = 0" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:318(td) +msgid "(IntOpt) Bitmask integer to indicate the bit that the enabled value is stored in if the LDAP server represents \"enabled\" as a bit on an integer rather than a boolean. A value of \"0\" indicates the mask is not used. If this is not set to \"0\" the typical value is \"2\". This is typically used when \"user_enabled_attribute = userAccountControl\"." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:321(td) +msgid "user_filter = None" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:322(td) +msgid "(StrOpt) LDAP search filter for users." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:325(td) +msgid "user_id_attribute = cn" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:326(td) +msgid "(StrOpt) LDAP attribute mapped to user id." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:329(td) +msgid "user_mail_attribute = mail" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:330(td) +msgid "(StrOpt) LDAP attribute mapped to user email." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:333(td) +msgid "user_name_attribute = sn" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:334(td) +msgid "(StrOpt) LDAP attribute mapped to user name." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:337(td) +msgid "user_objectclass = inetOrgPerson" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:338(td) +msgid "(StrOpt) LDAP objectclass for users." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:341(td) +msgid "user_pass_attribute = userPassword" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:342(td) +msgid "(StrOpt) LDAP attribute mapped to password." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:345(td) +msgid "user_tree_dn = None" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml:346(td) msgid "(StrOpt) Search base for users." msgstr "" @@ -16531,7 +16843,7 @@ msgstr "" msgid "(StrOpt) The name of the directory where the glance images will be stored in the VMware datastore." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:53(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:100(td) ./doc/common/tables/cinder-vmware.xml:49(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:200(td) +#: ./doc/common/tables/glance-vmware.xml:53(td) ./doc/common/tables/glance-conf-changes-icehouse.xml:100(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:200(td) msgid "vmware_task_poll_interval = 5" msgstr "" @@ -16619,8 +16931,8 @@ msgstr "" msgid "onready = None" msgstr "" -#: ./doc/common/tables/heat-notification.xml:22(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:29(td) -msgid "(StrOpt) onready allows you to send a notification when the heat processes are ready to serve. This is either a module with the notify() method or a shell command. To enable notifications with systemd, one may use the 'systemd-notify --ready' shell command or the 'heat.common.systemd' notification module." +#: ./doc/common/tables/heat-notification.xml:22(td) +msgid "(StrOpt) Deprecated." msgstr "" #: ./doc/common/tables/nova-vpn.xml:7(caption) ./doc/common/tables/neutron-vpn.xml:7(caption) @@ -16759,11 +17071,11 @@ msgstr "" msgid "[object-expirer]" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:24(td) ./doc/common/tables/swift-object-server-object-replicator.xml:20(td) ./doc/common/tables/swift-object-server-object-updater.xml:20(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:24(td) ./doc/common/tables/swift-object-server-object-replicator.xml:20(td) ./doc/common/tables/swift-object-server-object-auditor.xml:24(td) ./doc/common/tables/swift-object-server-object-updater.xml:20(td) msgid "concurrency = 1" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:25(td) ./doc/common/tables/swift-account-server-account-replicator.xml:21(td) ./doc/common/tables/swift-container-server-container-updater.xml:26(td) ./doc/common/tables/swift-object-server-object-replicator.xml:21(td) ./doc/common/tables/swift-container-server-container-replicator.xml:21(td) ./doc/common/tables/swift-object-server-object-updater.xml:21(td) ./doc/common/tables/swift-dispersion-dispersion.xml:37(td) ./doc/common/tables/swift-account-server-account-reaper.xml:21(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:25(td) ./doc/common/tables/swift-account-server-account-replicator.xml:21(td) ./doc/common/tables/swift-container-server-container-updater.xml:26(td) ./doc/common/tables/swift-object-server-object-replicator.xml:21(td) ./doc/common/tables/swift-object-server-object-auditor.xml:25(td) ./doc/common/tables/swift-container-server-container-replicator.xml:21(td) ./doc/common/tables/swift-object-server-object-updater.xml:21(td) ./doc/common/tables/swift-dispersion-dispersion.xml:37(td) ./doc/common/tables/swift-account-server-account-reaper.xml:21(td) msgid "Number of replication workers to spawn" msgstr "" @@ -16787,7 +17099,7 @@ msgstr "" msgid "Time elapsed in seconds before an object can be reclaimed" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:50(td) ./doc/common/tables/neutron-common.xml:169(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:54(td) ./doc/common/tables/neutron-common.xml:169(td) msgid "report_interval = 300" msgstr "" @@ -16795,7 +17107,7 @@ msgstr "" msgid "configurations_page_size = 20" msgstr "" -#: ./doc/common/tables/trove-common.xml:22(td) ./doc/common/tables/trove-common.xml:26(td) ./doc/common/tables/trove-common.xml:46(td) ./doc/common/tables/trove-api.xml:34(td) ./doc/common/tables/trove-api.xml:46(td) ./doc/common/tables/trove-api.xml:50(td) ./doc/common/tables/trove-api.xml:54(td) ./doc/common/tables/trove-api.xml:58(td) ./doc/common/tables/trove-api.xml:62(td) ./doc/common/tables/trove-api.xml:66(td) ./doc/common/tables/trove-api.xml:86(td) ./doc/common/tables/trove-api.xml:94(td) ./doc/common/tables/trove-api.xml:110(td) ./doc/common/tables/trove-dns.xml:70(td) ./doc/common/tables/trove-dns.xml:74(td) ./doc/common/tables/trove-volume.xml:42(td) ./doc/common/tables/trove-volume.xml:50(td) ./doc/common/tables/trove-heat.xml:26(td) ./doc/common/tables/trove-rpc.xml:38(td) ./doc/common/tables/trove-rpc.xml:42(td) ./doc/common/tables/trove-backup.xml:70(td) ./doc/common/tables/trove-guestagent.xml:22(td) ./doc/common/tables/trove-guestagent.xml:26(td) ./doc/common/tables/trove-guestagent.xml:30(td) ./doc/common/tables/trove-database.xml:26(td) ./doc/common/tables/trove-taskmanager.xml:42(td) ./doc/common/tables/trove-taskmanager.xml:46(td) ./doc/common/tables/trove-taskmanager.xml:50(td) ./doc/common/tables/trove-taskmanager.xml:54(td) ./doc/common/tables/trove-taskmanager.xml:58(td) +#: ./doc/common/tables/trove-common.xml:22(td) ./doc/common/tables/trove-common.xml:26(td) ./doc/common/tables/trove-common.xml:46(td) ./doc/common/tables/trove-api.xml:34(td) ./doc/common/tables/trove-api.xml:50(td) ./doc/common/tables/trove-api.xml:54(td) ./doc/common/tables/trove-api.xml:58(td) ./doc/common/tables/trove-api.xml:62(td) ./doc/common/tables/trove-api.xml:66(td) ./doc/common/tables/trove-api.xml:70(td) ./doc/common/tables/trove-api.xml:114(td) ./doc/common/tables/trove-dns.xml:70(td) ./doc/common/tables/trove-dns.xml:74(td) ./doc/common/tables/trove-volume.xml:46(td) ./doc/common/tables/trove-volume.xml:54(td) ./doc/common/tables/trove-heat.xml:26(td) ./doc/common/tables/trove-rpc.xml:38(td) ./doc/common/tables/trove-rpc.xml:42(td) ./doc/common/tables/trove-backup.xml:70(td) ./doc/common/tables/trove-guestagent.xml:22(td) ./doc/common/tables/trove-guestagent.xml:26(td) ./doc/common/tables/trove-guestagent.xml:30(td) ./doc/common/tables/trove-database.xml:26(td) ./doc/common/tables/trove-taskmanager.xml:42(td) ./doc/common/tables/trove-taskmanager.xml:46(td) ./doc/common/tables/trove-taskmanager.xml:50(td) ./doc/common/tables/trove-taskmanager.xml:54(td) ./doc/common/tables/trove-taskmanager.xml:58(td) msgid "(IntOpt) No help text available for this option." msgstr "" @@ -16811,20 +17123,12 @@ msgstr "" msgid "(StrOpt) The default datastore id or name to use if one is not provided by the user. If the default value is None, the field becomes required in the instance-create request." msgstr "" -#: ./doc/common/tables/trove-common.xml:33(td) -msgid "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, iso8601=WARN" -msgstr "" - -#: ./doc/common/tables/trove-common.xml:34(td) -msgid "(ListOpt) list of logger=LEVEL pairs" -msgstr "" - #: ./doc/common/tables/trove-common.xml:37(td) msgid "default_neutron_networks =" msgstr "" #: ./doc/common/tables/trove-common.xml:38(td) -msgid "(ListOpt) List of network IDs which should be attached to instance when networks are not specified in API call." +msgid "(ListOpt) List of IDs for management networks which should be attached to the instance regardless of what NICs are specified in the create API call." msgstr "" #: ./doc/common/tables/trove-common.xml:45(td) @@ -16844,7 +17148,7 @@ msgid "(ListOpt) Filetype endings not to be reattached to an ID by the utils met msgstr "" #: ./doc/common/tables/trove-common.xml:61(td) -msgid "pybasedir = /usr/lib/python/site-packages/sources/trove/trove" +msgid "pybasedir = /usr/lib/python/site-packages/trove/trove" msgstr "" #: ./doc/common/tables/trove-common.xml:62(td) @@ -16887,7 +17191,7 @@ msgstr "" msgid "(StrOpt) Path to extensions." msgstr "" -#: ./doc/common/tables/trove-api.xml:29(td) ./doc/common/tables/heat-api.xml:137(td) ./doc/common/tables/cinder-api.xml:21(td) ./doc/common/tables/neutron-api.xml:37(td) ./doc/common/tables/nova-wsgi.xml:21(td) +#: ./doc/common/tables/trove-api.xml:29(td) ./doc/common/tables/heat-api.xml:145(td) ./doc/common/tables/cinder-api.xml:21(td) ./doc/common/tables/neutron-api.xml:37(td) ./doc/common/tables/nova-wsgi.xml:21(td) msgid "api_paste_config = api-paste.ini" msgstr "" @@ -16900,86 +17204,98 @@ msgid "bind_port = 8779" msgstr "" #: ./doc/common/tables/trove-api.xml:37(td) -msgid "db_api_implementation = trove.db.sqlalchemy.api" +msgid "black_list_regex = None" msgstr "" #: ./doc/common/tables/trove-api.xml:41(td) -msgid "hostname_require_ipv4 = True" -msgstr "" - -#: ./doc/common/tables/trove-api.xml:42(td) -msgid "(BoolOpt) Require user hostnames to be IPv4 addresses." +msgid "db_api_implementation = trove.db.sqlalchemy.api" msgstr "" #: ./doc/common/tables/trove-api.xml:45(td) -msgid "http_delete_rate = 200" +msgid "hostname_require_ipv4 = True" +msgstr "" + +#: ./doc/common/tables/trove-api.xml:46(td) +msgid "(BoolOpt) Require user hostnames to be IPv4 addresses." msgstr "" #: ./doc/common/tables/trove-api.xml:49(td) -msgid "http_get_rate = 200" +msgid "http_delete_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml:53(td) -msgid "http_mgmt_post_rate = 200" +msgid "http_get_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml:57(td) -msgid "http_post_rate = 200" +msgid "http_mgmt_post_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml:61(td) -msgid "http_put_rate = 200" +msgid "http_post_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml:65(td) +msgid "http_put_rate = 200" +msgstr "" + +#: ./doc/common/tables/trove-api.xml:69(td) msgid "instances_page_size = 20" msgstr "" -#: ./doc/common/tables/trove-api.xml:74(td) +#: ./doc/common/tables/trove-api.xml:78(td) msgid "(StrOpt) Region name of this node. Used when searching catalog." msgstr "" -#: ./doc/common/tables/trove-api.xml:77(td) +#: ./doc/common/tables/trove-api.xml:81(td) msgid "region = LOCAL_DEV" msgstr "" -#: ./doc/common/tables/trove-api.xml:78(td) +#: ./doc/common/tables/trove-api.xml:82(td) msgid "(StrOpt) The region this service is located." msgstr "" -#: ./doc/common/tables/trove-api.xml:82(td) ./doc/common/tables/cinder-common.xml:202(td) ./doc/common/tables/neutron-wsgi.xml:30(td) ./doc/common/tables/nova-wsgi.xml:38(td) +#: ./doc/common/tables/trove-api.xml:86(td) ./doc/common/tables/cinder-common.xml:202(td) ./doc/common/tables/neutron-wsgi.xml:30(td) ./doc/common/tables/nova-wsgi.xml:38(td) msgid "(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X." msgstr "" -#: ./doc/common/tables/trove-api.xml:85(td) +#: ./doc/common/tables/trove-api.xml:89(td) msgid "trove_api_workers = None" msgstr "" -#: ./doc/common/tables/trove-api.xml:89(td) -msgid "trove_auth_url = http://0.0.0.0:5000/v2.0" +#: ./doc/common/tables/trove-api.xml:90(td) +msgid "(IntOpt) Number of workers for the API service. The default will be the number of CPUs available." msgstr "" #: ./doc/common/tables/trove-api.xml:93(td) -msgid "trove_conductor_workers = 1" +msgid "trove_auth_url = http://0.0.0.0:5000/v2.0" msgstr "" #: ./doc/common/tables/trove-api.xml:97(td) -msgid "trove_security_group_name_prefix = SecGroup" +msgid "trove_conductor_workers = None" +msgstr "" + +#: ./doc/common/tables/trove-api.xml:98(td) +msgid "(IntOpt) Number of workers for the Conductor service. The default will be the number of CPUs available." msgstr "" #: ./doc/common/tables/trove-api.xml:101(td) -msgid "trove_security_group_rule_cidr = 0.0.0.0/0" +msgid "trove_security_group_name_prefix = SecGroup" msgstr "" #: ./doc/common/tables/trove-api.xml:105(td) -msgid "trove_security_groups_support = True" -msgstr "" - -#: ./doc/common/tables/trove-api.xml:106(td) ./doc/common/tables/trove-dns.xml:82(td) ./doc/common/tables/trove-compute.xml:38(td) ./doc/common/tables/trove-database.xml:30(td) ./doc/common/tables/trove-taskmanager.xml:70(td) ./doc/common/tables/trove-taskmanager.xml:74(td) -msgid "(BoolOpt) No help text available for this option." +msgid "trove_security_group_rule_cidr = 0.0.0.0/0" msgstr "" #: ./doc/common/tables/trove-api.xml:109(td) +msgid "trove_security_groups_support = True" +msgstr "" + +#: ./doc/common/tables/trove-api.xml:110(td) ./doc/common/tables/trove-dns.xml:82(td) ./doc/common/tables/trove-compute.xml:38(td) ./doc/common/tables/trove-database.xml:30(td) ./doc/common/tables/trove-taskmanager.xml:70(td) ./doc/common/tables/trove-taskmanager.xml:78(td) +msgid "(BoolOpt) No help text available for this option." +msgstr "" + +#: ./doc/common/tables/trove-api.xml:113(td) msgid "users_page_size = 20" msgstr "" @@ -17000,19 +17316,19 @@ msgstr "" msgid "(Type) Help string" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:16(td) ./doc/common/tables/glance-api.xml:41(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:16(td) ./doc/common/tables/glance-api.xml:45(td) msgid "enable_v1_registry = True" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:17(td) ./doc/common/tables/glance-api.xml:42(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:17(td) ./doc/common/tables/glance-api.xml:46(td) msgid "(BoolOpt) Deploy the v1 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:20(td) ./doc/common/tables/glance-api.xml:49(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:20(td) ./doc/common/tables/glance-api.xml:53(td) msgid "enable_v2_registry = True" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:21(td) ./doc/common/tables/glance-api.xml:50(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:21(td) ./doc/common/tables/glance-api.xml:54(td) msgid "(BoolOpt) Deploy the v2 OpenStack Registry API." msgstr "" @@ -17056,15 +17372,15 @@ msgstr "" msgid "(IntOpt) Maximum number of tags allowed on an image. Negative values evaluate to unlimited." msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:44(td) ./doc/common/tables/glance-api.xml:61(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:44(td) ./doc/common/tables/glance-api.xml:65(td) msgid "location_strategy = location_order" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:45(td) ./doc/common/tables/glance-api.xml:62(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:45(td) ./doc/common/tables/glance-api.xml:66(td) msgid "(StrOpt) This value sets what strategy will be used to determine the image location order. Currently two strategies are packaged with Glance 'location_order' and 'store_type'." msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:49(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:57(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:25(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:45(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:45(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:69(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:33(td) ./doc/common/tables/trove-logging.xml:34(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:49(td) ./doc/common/tables/keystone-conf-changes-icehouse.xml:57(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:25(td) ./doc/common/tables/nova-conf-changes-icehouse.xml:45(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:45(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:69(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:33(td) msgid "(StrOpt) The name of logging configuration file. It does not disable existing loggers, but just appends specified logging configuration to any other existing logging options. Please see the Python logging module documentation for details on logging configuration files." msgstr "" @@ -17072,11 +17388,11 @@ msgstr "" msgid "(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:56(td) ./doc/common/tables/glance-common.xml:89(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:56(td) ./doc/common/tables/glance-common.xml:85(td) msgid "property_protection_rule_format = roles" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:57(td) ./doc/common/tables/glance-common.xml:90(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:57(td) ./doc/common/tables/glance-common.xml:86(td) msgid "(StrOpt) This config value indicates whether \"roles\" or \"policies\" are used in the property protection file." msgstr "" @@ -17172,7 +17488,7 @@ msgstr "" msgid "image_format/container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova']" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:181(td) ./doc/common/tables/glance-common.xml:109(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:181(td) ./doc/common/tables/glance-common.xml:105(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" @@ -17180,7 +17496,7 @@ msgstr "" msgid "image_format/disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso']" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:185(td) ./doc/common/tables/glance-common.xml:113(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:185(td) ./doc/common/tables/glance-common.xml:109(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" @@ -17188,7 +17504,7 @@ msgstr "" msgid "store_type_location_strategy/store_type_preference = []" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:189(td) ./doc/common/tables/glance-api.xml:85(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:189(td) ./doc/common/tables/glance-api.xml:89(td) msgid "(ListOpt) The store names to use to get store preference order. The name must be registered by one of the stores defined by the 'known_stores' config option. This option will be applied when you using 'store_type' option as image location strategy defined by the 'location_strategy' config option." msgstr "" @@ -17196,7 +17512,7 @@ msgstr "" msgid "task/task_time_to_live = 48" msgstr "" -#: ./doc/common/tables/glance-conf-changes-icehouse.xml:193(td) ./doc/common/tables/glance-common.xml:120(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml:193(td) ./doc/common/tables/glance-common.xml:116(td) msgid "(IntOpt) Time in hours for which a task lives after, either succeeding or failing" msgstr "" @@ -17377,51 +17693,43 @@ msgstr "" msgid "(StrOpt) The IP Address of the network interface to for the admin service to listen on." msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:24(td) ./doc/common/tables/glance-redis.xml:21(td) ./doc/common/tables/trove-redis.xml:21(td) ./doc/common/tables/neutron-nec.xml:37(td) ./doc/common/tables/keystone-redis.xml:21(td) -msgid "host = 127.0.0.1" -msgstr "" - -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:25(td) ./doc/common/tables/glance-redis.xml:22(td) ./doc/common/tables/keystone-redis.xml:22(td) -msgid "(StrOpt) Host to locate redis." -msgstr "" - -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:28(td) ./doc/common/tables/keystone-ec2.xml:21(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:28(td) msgid "keystone_ec2_cafile = None" msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:29(td) ./doc/common/tables/keystone-ec2.xml:22(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:29(td) ./doc/common/tables/keystone-ec2.xml:29(td) msgid "(StrOpt) A PEM encoded certificate authority to use when verifying HTTPS connections. Defaults to the system CAs." msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:32(td) ./doc/common/tables/keystone-ec2.xml:25(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:32(td) msgid "keystone_ec2_certfile = None" msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:33(td) ./doc/common/tables/keystone-ec2.xml:26(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:33(td) ./doc/common/tables/keystone-ec2.xml:33(td) msgid "(StrOpt) Client certificate key filename. Required if EC2 server requires client certificate." msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:36(td) ./doc/common/tables/keystone-ec2.xml:29(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:36(td) msgid "keystone_ec2_insecure = False" msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:37(td) ./doc/common/tables/keystone-ec2.xml:30(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:37(td) ./doc/common/tables/keystone-ec2.xml:37(td) msgid "(BoolOpt) Disable SSL certificate verification." msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:40(td) ./doc/common/tables/keystone-ec2.xml:33(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:40(td) msgid "keystone_ec2_keyfile = None" msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:41(td) ./doc/common/tables/keystone-ec2.xml:34(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:41(td) ./doc/common/tables/keystone-ec2.xml:41(td) msgid "(StrOpt) Required if EC2 server requires client certificate." msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:44(td) ./doc/common/tables/nova-ec2.xml:65(td) ./doc/common/tables/keystone-ec2.xml:37(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:44(td) ./doc/common/tables/nova-ec2.xml:65(td) msgid "keystone_ec2_url = http://localhost:5000/v2.0/ec2tokens" msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:45(td) ./doc/common/tables/nova-ec2.xml:66(td) ./doc/common/tables/keystone-ec2.xml:38(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:45(td) ./doc/common/tables/nova-ec2.xml:66(td) ./doc/common/tables/keystone-ec2.xml:45(td) msgid "(StrOpt) URL to get token from ec2 request." msgstr "" @@ -17449,7 +17757,7 @@ msgstr "" msgid "audit/namespace = openstack" msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:97(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:433(td) ./doc/common/tables/keystone-debug.xml:57(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml:97(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:433(td) ./doc/common/tables/keystone-debug.xml:53(td) msgid "(StrOpt) namespace prefix for generated id" msgstr "" @@ -18021,6 +18329,10 @@ msgstr "" msgid "[container-reconciler]" msgstr "" +#: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:20(td) ./doc/common/tables/swift-account-server-account-replicator.xml:36(td) ./doc/common/tables/swift-container-server-container-replicator.xml:28(td) +msgid "interval = 30" +msgstr "" + #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:28(td) msgid "request_tries = 3" msgstr "" @@ -18041,8 +18353,8 @@ msgstr "" msgid "use = egg:swift#keystoneauth" msgstr "" -#: ./doc/common/tables/keystone-amqp.xml:45(td) -msgid "rpc_backend = keystone.openstack.common.rpc.impl_kombu" +#: ./doc/common/tables/keystone-amqp.xml:29(td) +msgid "control_exchange = keystone" msgstr "" #: ./doc/common/tables/keystone-rpc.xml:21(td) @@ -18053,11 +18365,11 @@ msgstr "" msgid "bind_port = 6000" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:52(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-object-server-object-auditor.xml:28(td) msgid "disk_chunk_size = 65536" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:53(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-object-server-object-auditor.xml:29(td) msgid "Size of chunks to read/write to disk" msgstr "" @@ -18193,28 +18505,68 @@ msgstr "" msgid "(StrOpt) The configuration file for the Cinder EMC driver" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:25(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:76(td) -msgid "max_luns_per_storage_group = 256" +#: ./doc/common/tables/cinder-emc.xml:25(td) +msgid "destroy_empty_storage_group = False" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:26(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:77(td) -msgid "(IntOpt) Default max number of LUNs in a storage group" +#: ./doc/common/tables/cinder-emc.xml:26(td) +msgid "(BoolOpt) To destroy storage group when the last LUN is removed from it. By default, the value is False." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:29(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:104(td) +#: ./doc/common/tables/cinder-emc.xml:29(td) +msgid "initiator_auto_registration = False" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:30(td) +msgid "(BoolOpt) Automatically register initiators. By default, the value is False." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:33(td) +msgid "iscsi_initiators =" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:34(td) +msgid "(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:37(td) +msgid "max_luns_per_storage_group = 255" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:38(td) +msgid "(IntOpt) Default max number of LUNs in a storage group. By default, the value is 255." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:41(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:104(td) msgid "naviseccli_path =" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:30(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:105(td) -msgid "(StrOpt) Naviseccli Path" +#: ./doc/common/tables/cinder-emc.xml:42(td) +msgid "(StrOpt) Naviseccli Path." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:33(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:160(td) +#: ./doc/common/tables/cinder-emc.xml:45(td) +msgid "storage_vnx_authentication_type = global" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:46(td) +msgid "(StrOpt) VNX authentication scope type." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:49(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:160(td) msgid "storage_vnx_pool_name = None" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:34(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:161(td) -msgid "(StrOpt) ISCSI pool name" +#: ./doc/common/tables/cinder-emc.xml:50(td) +msgid "(StrOpt) Storage pool name." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:53(td) +msgid "storage_vnx_security_file_dir = None" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml:54(td) +msgid "(StrOpt) Directory path that contains the VNX security file. Make sure the security file is generated first." msgstr "" #: ./doc/common/tables/cinder-vmware.xml:25(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:176(td) @@ -18257,8 +18609,12 @@ msgstr "" msgid "(IntOpt) Max number of objects to be retrieved per batch. Query results will be obtained in batches from the server and not in one shot. Server may still limit the count to something less than the configured value." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:50(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:201(td) -msgid "(IntOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/VC server." +#: ./doc/common/tables/cinder-vmware.xml:49(td) +msgid "vmware_task_poll_interval = 0.5" +msgstr "" + +#: ./doc/common/tables/cinder-vmware.xml:50(td) +msgid "(FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/VC server." msgstr "" #: ./doc/common/tables/cinder-vmware.xml:53(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:204(td) @@ -18297,11 +18653,11 @@ msgstr "" msgid "Description of configuration options for metadata_api" msgstr "" -#: ./doc/common/tables/heat-metadata_api.xml:21(td) ./doc/common/tables/heat-api.xml:21(td) +#: ./doc/common/tables/heat-metadata_api.xml:21(td) ./doc/common/tables/heat-api.xml:25(td) msgid "heat_metadata_server_url =" msgstr "" -#: ./doc/common/tables/heat-metadata_api.xml:22(td) ./doc/common/tables/heat-api.xml:22(td) +#: ./doc/common/tables/heat-metadata_api.xml:22(td) ./doc/common/tables/heat-api.xml:26(td) msgid "(StrOpt) URL of the Heat metadata server." msgstr "" @@ -18361,6 +18717,18 @@ msgstr "" msgid "(StrOpt) Cells scheduler to use" msgstr "" +#: ./doc/common/tables/nova-upgrade_levels.xml:25(th) ./doc/common/tables/nova-rpc_all.xml:211(th) ./doc/common/tables/nova-rpc.xml:75(th) +msgid "[upgrade_levels]" +msgstr "" + +#: ./doc/common/tables/nova-upgrade_levels.xml:28(td) +msgid "cells = None" +msgstr "" + +#: ./doc/common/tables/nova-upgrade_levels.xml:29(td) +msgid "(StrOpt) Set a version cap for messages sent to local cells services" +msgstr "" + #: ./doc/common/tables/nova-upgrade_levels.xml:32(td) msgid "cert = None" msgstr "" @@ -18498,90 +18866,98 @@ msgid "(BoolOpt) Allow unauthenticated users to access the API with read-only pr msgstr "" #: ./doc/common/tables/glance-api.xml:29(td) -msgid "default_store = file" +msgid "default_publisher_id = image.localhost" msgstr "" #: ./doc/common/tables/glance-api.xml:30(td) -msgid "(StrOpt) Default scheme to use to store image data. The scheme must be registered by one of the stores defined by the 'known_stores' config option." +msgid "(StrOpt) Default publisher_id for outgoing notifications." msgstr "" #: ./doc/common/tables/glance-api.xml:33(td) -msgid "default_swift_reference = ref1" +msgid "default_store = file" msgstr "" #: ./doc/common/tables/glance-api.xml:34(td) -msgid "(StrOpt) The reference to the default swift account/backing store parameters to use for adding new images." +msgid "(StrOpt) Default scheme to use to store image data. The scheme must be registered by one of the stores defined by the 'known_stores' config option." msgstr "" -#: ./doc/common/tables/glance-api.xml:37(td) ./doc/common/tables/cinder-api.xml:37(td) -msgid "enable_v1_api = True" +#: ./doc/common/tables/glance-api.xml:37(td) +msgid "default_swift_reference = ref1" msgstr "" #: ./doc/common/tables/glance-api.xml:38(td) +msgid "(StrOpt) The reference to the default swift account/backing store parameters to use for adding new images." +msgstr "" + +#: ./doc/common/tables/glance-api.xml:41(td) ./doc/common/tables/cinder-api.xml:37(td) +msgid "enable_v1_api = True" +msgstr "" + +#: ./doc/common/tables/glance-api.xml:42(td) msgid "(BoolOpt) Deploy the v1 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml:45(td) ./doc/common/tables/cinder-api.xml:41(td) +#: ./doc/common/tables/glance-api.xml:49(td) ./doc/common/tables/cinder-api.xml:41(td) msgid "enable_v2_api = True" msgstr "" -#: ./doc/common/tables/glance-api.xml:46(td) +#: ./doc/common/tables/glance-api.xml:50(td) msgid "(BoolOpt) Deploy the v2 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml:53(td) +#: ./doc/common/tables/glance-api.xml:57(td) msgid "image_size_cap = 1099511627776" msgstr "" -#: ./doc/common/tables/glance-api.xml:54(td) +#: ./doc/common/tables/glance-api.xml:58(td) msgid "(IntOpt) Maximum size of image a user can upload in bytes. Defaults to 1099511627776 bytes (1 TB)." msgstr "" -#: ./doc/common/tables/glance-api.xml:57(td) +#: ./doc/common/tables/glance-api.xml:61(td) msgid "known_stores = glance.store.filesystem.Store, glance.store.http.Store" msgstr "" -#: ./doc/common/tables/glance-api.xml:58(td) +#: ./doc/common/tables/glance-api.xml:62(td) msgid "(ListOpt) List of which store classes and store class locations are currently known to glance at startup." msgstr "" -#: ./doc/common/tables/glance-api.xml:65(td) +#: ./doc/common/tables/glance-api.xml:69(td) msgid "owner_is_tenant = True" msgstr "" -#: ./doc/common/tables/glance-api.xml:66(td) +#: ./doc/common/tables/glance-api.xml:70(td) msgid "(BoolOpt) When true, this option sets the owner of an image to be the tenant. Otherwise, the owner of the image will be the authenticated user issuing the request." msgstr "" -#: ./doc/common/tables/glance-api.xml:69(td) +#: ./doc/common/tables/glance-api.xml:73(td) msgid "send_identity_headers = False" msgstr "" -#: ./doc/common/tables/glance-api.xml:70(td) -msgid "(BoolOpt) Whether to pass through headers containing user and tenant information when making requests to the registry. This allows the registry to use the context middleware without the keystoneclients' auth_token middleware, removing calls to the keystone auth service. It is recommended that when using this option, secure communication between glance api and glance registry is ensured by means other than auth_token middleware." -msgstr "" - -#: ./doc/common/tables/glance-api.xml:73(td) -msgid "show_multiple_locations = False" -msgstr "" - #: ./doc/common/tables/glance-api.xml:74(td) -msgid "(BoolOpt) Whether to include the backend image locations in image properties. Revealing storage location can be a security risk, so use this setting with caution! The overrides show_image_direct_url." +msgid "(BoolOpt) Whether to pass through headers containing user and tenant information when making requests to the registry. This allows the registry to use the context middleware without keystonemiddleware's auth_token middleware, removing calls to the keystone auth service. It is recommended that when using this option, secure communication between glance api and glance registry is ensured by means other than auth_token middleware." msgstr "" #: ./doc/common/tables/glance-api.xml:77(td) -msgid "use_user_token = True" +msgid "show_multiple_locations = False" msgstr "" #: ./doc/common/tables/glance-api.xml:78(td) +msgid "(BoolOpt) Whether to include the backend image locations in image properties. Revealing storage location can be a security risk, so use this setting with caution! The overrides show_image_direct_url." +msgstr "" + +#: ./doc/common/tables/glance-api.xml:81(td) +msgid "use_user_token = True" +msgstr "" + +#: ./doc/common/tables/glance-api.xml:82(td) msgid "(BoolOpt) Whether to pass through the user token when making requests to the registry." msgstr "" -#: ./doc/common/tables/glance-api.xml:81(th) +#: ./doc/common/tables/glance-api.xml:85(th) msgid "[store_type_location_strategy]" msgstr "" -#: ./doc/common/tables/glance-api.xml:84(td) +#: ./doc/common/tables/glance-api.xml:88(td) msgid "store_type_preference =" msgstr "" @@ -18589,11 +18965,11 @@ msgstr "" msgid "Description of configuration options for waitcondition_api" msgstr "" -#: ./doc/common/tables/heat-waitcondition_api.xml:21(td) ./doc/common/tables/heat-api.xml:29(td) +#: ./doc/common/tables/heat-waitcondition_api.xml:21(td) ./doc/common/tables/heat-api.xml:33(td) msgid "heat_waitcondition_server_url =" msgstr "" -#: ./doc/common/tables/heat-waitcondition_api.xml:22(td) ./doc/common/tables/heat-api.xml:30(td) +#: ./doc/common/tables/heat-waitcondition_api.xml:22(td) ./doc/common/tables/heat-api.xml:34(td) msgid "(StrOpt) URL of the Heat waitcondition server." msgstr "" @@ -18678,66 +19054,74 @@ msgid "(BoolOpt) Connect with multipath (FC only; iSCSI multipath is controlled msgstr "" #: ./doc/common/tables/cinder-storwize.xml:41(td) -msgid "storwize_svc_vol_autoexpand = True" +msgid "storwize_svc_npiv_compatibility_mode = False" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:42(td) -msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)" +msgid "(BoolOpt) Indicate whether svc driver is compatible for NPIV setup. If it is compatible, it will allow no wwpns being returned on get_conn_fc_wwpns during initialize_connection" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:45(td) -msgid "storwize_svc_vol_compression = False" +msgid "storwize_svc_vol_autoexpand = True" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:46(td) -msgid "(BoolOpt) Storage system compression option for volumes" +msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:49(td) -msgid "storwize_svc_vol_easytier = True" +msgid "storwize_svc_vol_compression = False" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:50(td) -msgid "(BoolOpt) Enable Easy Tier for volumes" +msgid "(BoolOpt) Storage system compression option for volumes" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:53(td) -msgid "storwize_svc_vol_grainsize = 256" +msgid "storwize_svc_vol_easytier = True" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:54(td) -msgid "(IntOpt) Storage system grain size parameter for volumes (32/64/128/256)" +msgid "(BoolOpt) Enable Easy Tier for volumes" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:57(td) -msgid "storwize_svc_vol_iogrp = 0" +msgid "storwize_svc_vol_grainsize = 256" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:58(td) -msgid "(IntOpt) The I/O group in which to allocate volumes" +msgid "(IntOpt) Storage system grain size parameter for volumes (32/64/128/256)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:61(td) -msgid "storwize_svc_vol_rsize = 2" +msgid "storwize_svc_vol_iogrp = 0" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:62(td) -msgid "(IntOpt) Storage system space-efficiency parameter for volumes (percentage)" +msgid "(IntOpt) The I/O group in which to allocate volumes" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:65(td) -msgid "storwize_svc_vol_warning = 0" +msgid "storwize_svc_vol_rsize = 2" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:66(td) -msgid "(IntOpt) Storage system threshold for volume capacity warnings (percentage)" +msgid "(IntOpt) Storage system space-efficiency parameter for volumes (percentage)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:69(td) -msgid "storwize_svc_volpool_name = volpool" +msgid "storwize_svc_vol_warning = 0" msgstr "" #: ./doc/common/tables/cinder-storwize.xml:70(td) +msgid "(IntOpt) Storage system threshold for volume capacity warnings (percentage)" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml:73(td) +msgid "storwize_svc_volpool_name = volpool" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml:74(td) msgid "(StrOpt) Storage system storage pool for volumes" msgstr "" @@ -18793,6 +19177,98 @@ msgstr "" msgid "(StrOpt) HP LeftHand Super user username" msgstr "" +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:8(literal) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:8(literal) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:8(literal) +msgid "[filter-proxy-logging]" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:20(td) +msgid "access_log_address = /dev/log" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:24(td) +msgid "access_log_facility = LOG_LOCAL0" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:28(td) +msgid "access_log_headers = false" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:32(td) +msgid "access_log_headers_only =" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:33(td) +msgid "If access_log_headers is True and access_log_headers_only is set only these headers are logged. Multiple headers can be defined as comma separated list like this: access_log_headers_only = Host, X-Object-Meta-Mtime" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:38(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:38(td) +msgid "access_log_level = INFO" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:42(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:42(td) +msgid "access_log_name = swift" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:46(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:46(td) +msgid "access_log_statsd_default_sample_rate = 1.0" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:50(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:50(td) +msgid "access_log_statsd_host = localhost" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:54(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:54(td) +msgid "access_log_statsd_metric_prefix =" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:58(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:58(td) +msgid "access_log_statsd_port = 8125" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:62(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:62(td) +msgid "access_log_statsd_sample_rate_factor = 1.0" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:66(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:66(td) +msgid "access_log_udp_host =" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:70(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:70(td) +msgid "access_log_udp_port = 514" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:74(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:74(td) +msgid "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:78(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:78(td) +msgid "logged with access_log_headers = True." +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:82(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:82(td) +msgid "reveal_sensitive_prefix = 16" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:83(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:83(td) +msgid "The X-Auth-Token is sensitive data. If revealed to an unauthorised person, they can now make requests against an account until the token expires. Set reveal_sensitive_prefix to the number of characters of the token that are logged. For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged. Or, set to 0 to completely remove the token." +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:92(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:92(td) +msgid "use = egg:swift#proxy_logging" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml:7(caption) +msgid "Description of configuration options for ipv6_ra" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml:21(td) +msgid "ra_confs = $state_path/ra" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml:22(td) +msgid "(StrOpt) Location to store IPv6 RA config files" +msgstr "" + #: ./doc/common/tables/glance-s3.xml:7(caption) ./doc/common/tables/nova-s3.xml:7(caption) msgid "Description of configuration options for s3" msgstr "" @@ -18994,26 +19470,50 @@ msgid "(MultiStrOpt) Exchanges name to listen for notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml:41(td) -msgid "neutron_control_exchange = neutron" +msgid "ironic_exchange = ironic" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml:42(td) -msgid "(StrOpt) Exchange name for Neutron notifications." +msgid "(StrOpt) Exchange name for Ironic notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml:45(td) -msgid "nova_control_exchange = nova" +msgid "keystone_control_exchange = keystone" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml:46(td) -msgid "(StrOpt) Exchange name for Nova notifications." +msgid "(StrOpt) Exchange name for Keystone notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml:49(td) -msgid "sample_source = openstack" +msgid "neutron_control_exchange = neutron" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml:50(td) +msgid "(StrOpt) Exchange name for Neutron notifications." +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml:53(td) +msgid "nova_control_exchange = nova" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml:54(td) +msgid "(StrOpt) Exchange name for Nova notifications." +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml:57(td) +msgid "sahara_control_exchange = sahara" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml:58(td) +msgid "(StrOpt) Exchange name for Data Processing notifications" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml:61(td) +msgid "sample_source = openstack" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml:62(td) msgid "(StrOpt) Source for samples emitted on this instance." msgstr "" @@ -19113,14 +19613,6 @@ msgstr "" msgid "trove_dns_support = False" msgstr "" -#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:8(literal) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:8(literal) -msgid "[filter-proxy-logging]" -msgstr "" - -#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:92(td) -msgid "use = egg:swift#proxy_logging" -msgstr "" - #: ./doc/common/tables/nova-cells.xml:7(caption) msgid "Description of configuration options for cells" msgstr "" @@ -19209,39 +19701,31 @@ msgstr "" msgid "cinder_service_type = volumev2" msgstr "" -#: ./doc/common/tables/trove-volume.xml:26(td) ./doc/common/tables/trove-heat.xml:22(td) ./doc/common/tables/trove-compute.xml:26(td) ./doc/common/tables/trove-swift.xml:22(td) -msgid "(StrOpt) Service type to use when searching catalog." -msgstr "" - #: ./doc/common/tables/trove-volume.xml:29(td) msgid "cinder_url = None" msgstr "" -#: ./doc/common/tables/trove-volume.xml:30(td) ./doc/common/tables/trove-heat.xml:30(td) ./doc/common/tables/trove-compute.xml:30(td) -msgid "(StrOpt) URL without the tenant segment." -msgstr "" - #: ./doc/common/tables/trove-volume.xml:33(td) -msgid "device_path = /dev/vdb" +msgid "cinder_volume_type = None" msgstr "" -#: ./doc/common/tables/trove-volume.xml:37(td) -msgid "trove_volume_support = True" -msgstr "" - -#: ./doc/common/tables/trove-volume.xml:38(td) -msgid "(BoolOpt) Whether to provision a cinder volume for datadir." +#: ./doc/common/tables/trove-volume.xml:34(td) +msgid "(StrOpt) Volume type to use when provisioning a cinder volume." msgstr "" #: ./doc/common/tables/trove-volume.xml:41(td) -msgid "volume_format_timeout = 120" +msgid "trove_volume_support = True" msgstr "" #: ./doc/common/tables/trove-volume.xml:45(td) -msgid "volume_fstype = ext3" +msgid "volume_format_timeout = 120" msgstr "" #: ./doc/common/tables/trove-volume.xml:49(td) +msgid "volume_fstype = ext3" +msgstr "" + +#: ./doc/common/tables/trove-volume.xml:53(td) msgid "volume_time_out = 60" msgstr "" @@ -19290,7 +19774,7 @@ msgid "(IntOpt) Number of firewall policies allowed per tenant. A negative value msgstr "" #: ./doc/common/tables/neutron-quotas.xml:44(td) -msgid "quota_firewall_rule = -1" +msgid "quota_firewall_rule = 100" msgstr "" #: ./doc/common/tables/neutron-quotas.xml:45(td) @@ -19462,7 +19946,7 @@ msgid "hds_hnas_iscsi_config_file = /opt/hds/hnas/cinder_iscsi_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml:22(td) -msgid "(StrOpt) configuration file for HDS iSCSI cinder plugin" +msgid "(StrOpt) Configuration file for HDS iSCSI cinder plugin" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml:25(td) @@ -19470,134 +19954,150 @@ msgid "hds_hnas_nfs_config_file = /opt/hds/hnas/cinder_nfs_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml:26(td) -msgid "(StrOpt) configuration file for HDS NFS cinder plugin" +msgid "(StrOpt) Configuration file for HDS NFS cinder plugin" msgstr "" -#: ./doc/common/tables/heat-api.xml:25(td) +#: ./doc/common/tables/heat-api.xml:21(td) +msgid "action_retry_limit = 5" +msgstr "" + +#: ./doc/common/tables/heat-api.xml:22(td) +msgid "(IntOpt) Number of times to retry to bring a resource to a non-error state. Set to 0 to disable retries." +msgstr "" + +#: ./doc/common/tables/heat-api.xml:29(td) msgid "heat_stack_user_role = heat_stack_user" msgstr "" -#: ./doc/common/tables/heat-api.xml:26(td) +#: ./doc/common/tables/heat-api.xml:30(td) msgid "(StrOpt) Keystone role for heat template-defined users." msgstr "" -#: ./doc/common/tables/heat-api.xml:33(td) ./doc/common/tables/heat-cloudwatch_api.xml:21(td) +#: ./doc/common/tables/heat-api.xml:37(td) ./doc/common/tables/heat-cloudwatch_api.xml:21(td) msgid "heat_watch_server_url =" msgstr "" -#: ./doc/common/tables/heat-api.xml:34(td) ./doc/common/tables/heat-cloudwatch_api.xml:22(td) +#: ./doc/common/tables/heat-api.xml:38(td) ./doc/common/tables/heat-cloudwatch_api.xml:22(td) msgid "(StrOpt) URL of the Heat CloudWatch server." msgstr "" -#: ./doc/common/tables/heat-api.xml:37(td) +#: ./doc/common/tables/heat-api.xml:41(td) msgid "max_json_body_size = 1048576" msgstr "" -#: ./doc/common/tables/heat-api.xml:38(td) +#: ./doc/common/tables/heat-api.xml:42(td) msgid "(IntOpt) Maximum raw byte size of JSON request body. Should be larger than max_template_size." msgstr "" -#: ./doc/common/tables/heat-api.xml:41(td) +#: ./doc/common/tables/heat-api.xml:45(td) msgid "num_engine_workers = 1" msgstr "" -#: ./doc/common/tables/heat-api.xml:42(td) +#: ./doc/common/tables/heat-api.xml:46(td) msgid "(IntOpt) Number of heat-engine processes to fork and run." msgstr "" -#: ./doc/common/tables/heat-api.xml:53(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:36(td) +#: ./doc/common/tables/heat-api.xml:57(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:36(td) msgid "secure_proxy_ssl_header = X-Forwarded-Proto" msgstr "" -#: ./doc/common/tables/heat-api.xml:54(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:37(td) +#: ./doc/common/tables/heat-api.xml:58(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:37(td) msgid "(StrOpt) The HTTP Header that will be used to determine which the original request protocol scheme was, even if it was removed by an SSL terminator proxy." msgstr "" -#: ./doc/common/tables/heat-api.xml:57(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:40(td) +#: ./doc/common/tables/heat-api.xml:61(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:40(td) msgid "stack_action_timeout = 3600" msgstr "" -#: ./doc/common/tables/heat-api.xml:58(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:41(td) +#: ./doc/common/tables/heat-api.xml:62(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:41(td) msgid "(IntOpt) Timeout in seconds for stack action (ie. create or update)." msgstr "" -#: ./doc/common/tables/heat-api.xml:61(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:44(td) +#: ./doc/common/tables/heat-api.xml:65(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:44(td) msgid "stack_domain_admin = None" msgstr "" -#: ./doc/common/tables/heat-api.xml:62(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:45(td) +#: ./doc/common/tables/heat-api.xml:66(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:45(td) msgid "(StrOpt) Keystone username, a user with roles sufficient to manage users and projects in the stack_user_domain." msgstr "" -#: ./doc/common/tables/heat-api.xml:65(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:48(td) +#: ./doc/common/tables/heat-api.xml:69(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:48(td) msgid "stack_domain_admin_password = None" msgstr "" -#: ./doc/common/tables/heat-api.xml:66(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:49(td) +#: ./doc/common/tables/heat-api.xml:70(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:49(td) msgid "(StrOpt) Keystone password for stack_domain_admin user." msgstr "" -#: ./doc/common/tables/heat-api.xml:69(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:52(td) -msgid "stack_user_domain = None" -msgstr "" - -#: ./doc/common/tables/heat-api.xml:70(td) ./doc/common/tables/heat-conf-changes-icehouse.xml:53(td) -msgid "(StrOpt) Keystone domain ID which contains heat template-defined users." -msgstr "" - #: ./doc/common/tables/heat-api.xml:73(td) -msgid "trusts_delegated_roles = heat_stack_owner" +msgid "stack_user_domain_id = None" msgstr "" #: ./doc/common/tables/heat-api.xml:74(td) +msgid "(StrOpt) Keystone domain ID which contains heat template-defined users. If this option is set, stack_user_domain_name option will be ignored." +msgstr "" + +#: ./doc/common/tables/heat-api.xml:77(td) +msgid "stack_user_domain_name = None" +msgstr "" + +#: ./doc/common/tables/heat-api.xml:78(td) +msgid "(StrOpt) Keystone domain name which contains heat template-defined users. If `stack_user_domain_id` option is set, this option is ignored." +msgstr "" + +#: ./doc/common/tables/heat-api.xml:81(td) +msgid "trusts_delegated_roles = heat_stack_owner" +msgstr "" + +#: ./doc/common/tables/heat-api.xml:82(td) msgid "(ListOpt) Subset of trustor roles to be delegated to heat." msgstr "" -#: ./doc/common/tables/heat-api.xml:77(th) +#: ./doc/common/tables/heat-api.xml:85(th) msgid "[auth_password]" msgstr "" -#: ./doc/common/tables/heat-api.xml:80(td) ./doc/common/tables/heat-api.xml:91(td) +#: ./doc/common/tables/heat-api.xml:88(td) ./doc/common/tables/heat-api.xml:99(td) msgid "allowed_auth_uris =" msgstr "" -#: ./doc/common/tables/heat-api.xml:81(td) ./doc/common/tables/heat-api.xml:92(td) +#: ./doc/common/tables/heat-api.xml:89(td) ./doc/common/tables/heat-api.xml:100(td) msgid "(ListOpt) Allowed keystone endpoints for auth_uri when multi_cloud is enabled. At least one endpoint needs to be specified." msgstr "" -#: ./doc/common/tables/heat-api.xml:84(td) ./doc/common/tables/heat-api.xml:99(td) +#: ./doc/common/tables/heat-api.xml:92(td) ./doc/common/tables/heat-api.xml:107(td) msgid "multi_cloud = False" msgstr "" -#: ./doc/common/tables/heat-api.xml:85(td) ./doc/common/tables/heat-api.xml:100(td) +#: ./doc/common/tables/heat-api.xml:93(td) ./doc/common/tables/heat-api.xml:108(td) msgid "(BoolOpt) Allow orchestration of multiple clouds." msgstr "" -#: ./doc/common/tables/heat-api.xml:88(th) +#: ./doc/common/tables/heat-api.xml:96(th) msgid "[ec2authtoken]" msgstr "" -#: ./doc/common/tables/heat-api.xml:96(td) +#: ./doc/common/tables/heat-api.xml:104(td) msgid "(StrOpt) Authentication Endpoint URI." msgstr "" -#: ./doc/common/tables/heat-api.xml:103(th) +#: ./doc/common/tables/heat-api.xml:111(th) msgid "[heat_api]" msgstr "" -#: ./doc/common/tables/heat-api.xml:114(td) +#: ./doc/common/tables/heat-api.xml:122(td) msgid "bind_port = 8004" msgstr "" -#: ./doc/common/tables/heat-api.xml:138(td) +#: ./doc/common/tables/heat-api.xml:146(td) msgid "(StrOpt) The API paste config file to use." msgstr "" -#: ./doc/common/tables/heat-api.xml:141(td) ./doc/common/tables/glance-paste.xml:25(td) +#: ./doc/common/tables/heat-api.xml:149(td) ./doc/common/tables/glance-paste.xml:25(td) msgid "flavor = None" msgstr "" -#: ./doc/common/tables/heat-api.xml:142(td) +#: ./doc/common/tables/heat-api.xml:150(td) msgid "(StrOpt) The flavor to use." msgstr "" @@ -19622,7 +20122,7 @@ msgid "Headers to remove from incoming requests. Simply a whitespace delimited l msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:31(td) -msgid "methods = GET HEAD PUT" +msgid "methods = GET HEAD PUT POST DELETE" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:32(td) @@ -19662,71 +20162,103 @@ msgid "Description of configuration options for ryu" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:21(td) -msgid "openflow_rest_api = 127.0.0.1:8080" +msgid "wsapi_host =" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:22(td) -msgid "(StrOpt) OpenFlow REST API location" +msgid "(StrOpt) webapp listen host" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:25(td) -msgid "ovsdb_interface = None" +msgid "wsapi_port = 8080" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:26(td) -msgid "(StrOpt) OVSDB interface to connect to" +msgid "(IntOpt) webapp listen port" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml:29(td) -msgid "ovsdb_ip = None" -msgstr "" - -#: ./doc/common/tables/neutron-ryu.xml:30(td) -msgid "(StrOpt) OVSDB IP to connect to" +#: ./doc/common/tables/neutron-ryu.xml:32(td) +msgid "openflow_rest_api = 127.0.0.1:8080" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:33(td) -msgid "ovsdb_port = 6634" +msgid "(StrOpt) OpenFlow REST API location" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml:34(td) -msgid "(IntOpt) OVSDB port to connect to" +#: ./doc/common/tables/neutron-ryu.xml:36(td) +msgid "ovsdb_interface = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:37(td) -msgid "tunnel_interface = None" +msgid "(StrOpt) OVSDB interface to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml:38(td) -msgid "(StrOpt) Tunnel interface to use" +#: ./doc/common/tables/neutron-ryu.xml:40(td) +msgid "ovsdb_ip = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:41(td) -msgid "tunnel_ip = None" +msgid "(StrOpt) OVSDB IP to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml:42(td) -msgid "(StrOpt) Tunnel IP to use" +#: ./doc/common/tables/neutron-ryu.xml:44(td) +msgid "ovsdb_port = 6634" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:45(td) -msgid "tunnel_key_max = 16777215" +msgid "(IntOpt) OVSDB port to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml:46(td) -msgid "(IntOpt) Maximum tunnel ID to use" +#: ./doc/common/tables/neutron-ryu.xml:48(td) +msgid "tunnel_interface = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml:49(td) +msgid "(StrOpt) Tunnel interface to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml:52(td) +msgid "tunnel_ip = None" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml:53(td) +msgid "(StrOpt) Tunnel IP to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml:56(td) +msgid "tunnel_key_max = 16777215" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml:57(td) +msgid "(IntOpt) Maximum tunnel ID to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml:60(td) msgid "tunnel_key_min = 1" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml:50(td) +#: ./doc/common/tables/neutron-ryu.xml:61(td) msgid "(IntOpt) Minimum tunnel ID to use" msgstr "" -#: ./doc/common/tables/glance-logging.xml:90(td) ./doc/common/tables/keystone-logging.xml:78(td) -msgid "(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will chang in J to honor RFC5424." +#: ./doc/common/tables/cinder-swift.xml:7(caption) ./doc/common/tables/glance-swift.xml:7(caption) ./doc/common/tables/ceilometer-swift.xml:7(caption) ./doc/common/tables/trove-swift.xml:7(caption) +msgid "Description of configuration options for swift" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml:21(td) +msgid "backup_swift_auth_version = 1" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml:22(td) +msgid "(StrOpt) Swift authentication version. Specify \"1\" for auth 1.0, or \"2\" for auth 2.0" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml:25(td) +msgid "backup_swift_tenant = None" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml:26(td) +msgid "(StrOpt) Swift tenant/account name. Required when connecting to an auth 2.0 system" msgstr "" #: ./doc/common/tables/swift-rsyncd-account.xml:8(literal) @@ -19821,6 +20353,10 @@ msgstr "" msgid "(StrOpt) Default availability zone for new volumes. If not set, the storage_availability_zone option value is used as the default for new volumes." msgstr "" +#: ./doc/common/tables/cinder-common.xml:33(td) ./doc/common/tables/nova-logging.xml:25(td) +msgid "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN" +msgstr "" + #: ./doc/common/tables/cinder-common.xml:37(td) msgid "default_volume_type = None" msgstr "" @@ -19829,12 +20365,16 @@ msgstr "" msgid "(StrOpt) Default volume type to use" msgstr "" -#: ./doc/common/tables/cinder-common.xml:54(td) -msgid "(BoolOpt) make exception message format errors fatal" +#: ./doc/common/tables/cinder-common.xml:42(td) ./doc/common/tables/neutron-common.xml:118(td) ./doc/common/tables/trove-debug.xml:34(td) +msgid "(BoolOpt) Whether to disable inter-process locks" msgstr "" -#: ./doc/common/tables/cinder-common.xml:57(td) -msgid "host = localhost" +#: ./doc/common/tables/cinder-common.xml:53(td) ./doc/common/tables/nova-logging.xml:33(td) +msgid "fatal_exception_format_errors = False" +msgstr "" + +#: ./doc/common/tables/cinder-common.xml:54(td) +msgid "(BoolOpt) Make exception message format errors fatal." msgstr "" #: ./doc/common/tables/cinder-common.xml:58(td) @@ -19993,10 +20533,6 @@ msgstr "" msgid "(BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy." msgstr "" -#: ./doc/common/tables/glance-swift.xml:7(caption) ./doc/common/tables/ceilometer-swift.xml:7(caption) ./doc/common/tables/trove-swift.xml:7(caption) -msgid "Description of configuration options for swift" -msgstr "" - #: ./doc/common/tables/glance-swift.xml:21(td) msgid "swift_enable_snet = False" msgstr "" @@ -20173,6 +20709,34 @@ msgstr "" msgid "(StrOpt) Default driver to use for quota checks." msgstr "" +#: ./doc/common/tables/trove-clients.xml:21(td) +msgid "remote_cinder_client = trove.common.remote.cinder_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml:25(td) +msgid "remote_dns_client = trove.common.remote.dns_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml:29(td) +msgid "remote_guest_client = trove.common.remote.guest_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml:33(td) +msgid "remote_heat_client = trove.common.remote.heat_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml:37(td) +msgid "remote_neutron_client = trove.common.remote.neutron_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml:41(td) +msgid "remote_nova_client = trove.common.remote.nova_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml:45(td) +msgid "remote_swift_client = trove.common.remote.swift_client" +msgstr "" + #: ./doc/common/tables/ceilometer-alarm.xml:7(caption) msgid "Description of configuration options for alarm" msgstr "" @@ -20190,53 +20754,53 @@ msgid "(IntOpt) Period of evaluation cycle, should be >= than configured pipe msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml:25(td) -msgid "evaluation_service = ceilometer.alarm.service.SingletonAlarmService" -msgstr "" - -#: ./doc/common/tables/ceilometer-alarm.xml:26(td) -msgid "(StrOpt) Class to launch as alarm evaluation service." -msgstr "" - -#: ./doc/common/tables/ceilometer-alarm.xml:29(td) msgid "notifier_rpc_topic = alarm_notifier" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:30(td) +#: ./doc/common/tables/ceilometer-alarm.xml:26(td) msgid "(StrOpt) The topic that ceilometer uses for alarm notifier messages." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:33(td) +#: ./doc/common/tables/ceilometer-alarm.xml:29(td) msgid "partition_rpc_topic = alarm_partition_coordination" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:34(td) +#: ./doc/common/tables/ceilometer-alarm.xml:30(td) msgid "(StrOpt) The topic that ceilometer uses for alarm partition coordination messages." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:37(td) +#: ./doc/common/tables/ceilometer-alarm.xml:33(td) msgid "record_history = True" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:38(td) +#: ./doc/common/tables/ceilometer-alarm.xml:34(td) msgid "(BoolOpt) Record alarm change events." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:41(td) +#: ./doc/common/tables/ceilometer-alarm.xml:37(td) msgid "rest_notifier_certificate_file =" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:42(td) +#: ./doc/common/tables/ceilometer-alarm.xml:38(td) msgid "(StrOpt) SSL Client certificate for REST notifier." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:45(td) +#: ./doc/common/tables/ceilometer-alarm.xml:41(td) msgid "rest_notifier_certificate_key =" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:46(td) +#: ./doc/common/tables/ceilometer-alarm.xml:42(td) msgid "(StrOpt) SSL Client private key for REST notifier." msgstr "" +#: ./doc/common/tables/ceilometer-alarm.xml:45(td) +msgid "rest_notifier_max_retries = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-alarm.xml:46(td) +msgid "(IntOpt) Number of retries for REST notifier" +msgstr "" + #: ./doc/common/tables/ceilometer-alarm.xml:49(td) msgid "rest_notifier_ssl_verify = True" msgstr "" @@ -20269,7 +20833,7 @@ msgstr "" msgid "(BoolOpt) Drop notifications if no event definition matches. (Otherwise, we convert them with just the default traits)" msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:29(th) ./doc/common/tables/ceilometer-rpc.xml:89(th) +#: ./doc/common/tables/ceilometer-events.xml:29(th) ./doc/common/tables/ceilometer-rpc.xml:77(th) msgid "[notification]" msgstr "" @@ -20325,27 +20889,59 @@ msgstr "" msgid "Description of configuration options for xiv" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:21(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:216(td) +#: ./doc/common/tables/cinder-xiv.xml:21(td) ./doc/common/tables/cinder-san.xml:21(td) +msgid "san_clustername =" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml:22(td) ./doc/common/tables/cinder-san.xml:22(td) +msgid "(StrOpt) Cluster name to use for creating volumes" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml:25(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:29(td) ./doc/common/tables/cinder-san.xml:25(td) +msgid "san_ip =" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml:26(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:30(td) ./doc/common/tables/cinder-san.xml:26(td) +msgid "(StrOpt) IP address of SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml:29(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:33(td) ./doc/common/tables/cinder-san.xml:33(td) +msgid "san_login = admin" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml:30(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:34(td) ./doc/common/tables/cinder-san.xml:34(td) +msgid "(StrOpt) Username for SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml:33(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:37(td) ./doc/common/tables/cinder-san.xml:37(td) +msgid "san_password =" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml:34(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:38(td) ./doc/common/tables/cinder-san.xml:38(td) +msgid "(StrOpt) Password for SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml:37(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:216(td) msgid "xiv_chap = disabled" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:22(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:217(td) +#: ./doc/common/tables/cinder-xiv.xml:38(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:217(td) msgid "(StrOpt) CHAP authentication mode, effective only for iscsi (disabled|enabled)" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:25(td) +#: ./doc/common/tables/cinder-xiv.xml:41(td) msgid "xiv_ds8k_connection_type = iscsi" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:26(td) +#: ./doc/common/tables/cinder-xiv.xml:42(td) msgid "(StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi)" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:29(td) +#: ./doc/common/tables/cinder-xiv.xml:45(td) msgid "xiv_ds8k_proxy = xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:30(td) +#: ./doc/common/tables/cinder-xiv.xml:46(td) msgid "(StrOpt) Proxy driver that connects to the IBM Storage Array" msgstr "" @@ -20381,19 +20977,55 @@ msgstr "" msgid "use = egg:swift#name_check" msgstr "" +#: ./doc/common/tables/neutron-sriov.xml:7(caption) +msgid "Description of configuration options for sriov" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml:18(th) +msgid "[SRIOV_NIC]" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml:21(td) +msgid "exclude_devices =" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml:22(td) +msgid "(ListOpt) List of <network_device>:<excluded_devices> mapping network_device to the agent's node-specific list of virtual functions that should not be used for virtual networking. excluded_devices is a semicolon separated list of virtual functions (BDF format).to exclude from network_device. The network_device in the mapping should appear in the physical_device_mappings list." +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml:25(td) +msgid "physical_device_mappings =" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml:26(td) +msgid "(ListOpt) List of <physical_network>:<network_device> mapping physical network names to the agent's node-specific physical network device of SR-IOV physical function to be used for VLAN networks. All physical networks listed in network_vlan_ranges on the server should have mappings to appropriate interfaces on each agent" +msgstr "" + #. Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. #: ./doc/common/tables/heat-conf-changes-icehouse.xml:4(title) msgid "New, updated and deprecated options for heat" msgstr "" -#: ./doc/common/tables/heat-conf-changes-icehouse.xml:16(td) ./doc/common/tables/heat-rpc.xml:25(td) +#: ./doc/common/tables/heat-conf-changes-icehouse.xml:16(td) ./doc/common/tables/heat-rpc.xml:21(td) msgid "engine_life_check_timeout = 2" msgstr "" -#: ./doc/common/tables/heat-conf-changes-icehouse.xml:17(td) ./doc/common/tables/heat-rpc.xml:26(td) +#: ./doc/common/tables/heat-conf-changes-icehouse.xml:17(td) ./doc/common/tables/heat-rpc.xml:22(td) msgid "(IntOpt) RPC timeout for the engine liveness check that is used for stack locking." msgstr "" +#: ./doc/common/tables/heat-conf-changes-icehouse.xml:29(td) +msgid "(StrOpt) onready allows you to send a notification when the heat processes are ready to serve. This is either a module with the notify() method or a shell command. To enable notifications with systemd, one may use the 'systemd-notify --ready' shell command or the 'heat.common.systemd' notification module." +msgstr "" + +#: ./doc/common/tables/heat-conf-changes-icehouse.xml:52(td) +msgid "stack_user_domain = None" +msgstr "" + +#: ./doc/common/tables/heat-conf-changes-icehouse.xml:53(td) +msgid "(StrOpt) Keystone domain ID which contains heat template-defined users." +msgstr "" + #: ./doc/common/tables/heat-conf-changes-icehouse.xml:56(td) msgid "clients/ca_file = None" msgstr "" @@ -20667,246 +21299,278 @@ msgid "(ListOpt) Nova compute nodes to manually set VIF type to bridge" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:37(td) ./doc/common/tables/neutron-bigswitch.xml:37(td) -msgid "node_override_vif_hostdev =" +msgid "node_override_vif_distributed =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:38(td) ./doc/common/tables/neutron-bigswitch.xml:38(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:161(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to hostdev" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:38(td) ./doc/common/tables/neutron-bigswitch.xml:38(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to distributed" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:41(td) ./doc/common/tables/neutron-bigswitch.xml:41(td) -msgid "node_override_vif_hyperv =" +msgid "node_override_vif_dvs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:42(td) ./doc/common/tables/neutron-bigswitch.xml:42(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to hyperv" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to dvs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:45(td) ./doc/common/tables/neutron-bigswitch.xml:45(td) -msgid "node_override_vif_ivs =" +msgid "node_override_vif_hostdev =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:46(td) ./doc/common/tables/neutron-bigswitch.xml:46(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to ivs" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:46(td) ./doc/common/tables/neutron-bigswitch.xml:46(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:161(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hostdev" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:49(td) ./doc/common/tables/neutron-bigswitch.xml:49(td) -msgid "node_override_vif_midonet =" +msgid "node_override_vif_hw_veb =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:50(td) ./doc/common/tables/neutron-bigswitch.xml:50(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:165(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to midonet" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:50(td) ./doc/common/tables/neutron-bigswitch.xml:50(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hw_veb" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:53(td) ./doc/common/tables/neutron-bigswitch.xml:53(td) -msgid "node_override_vif_mlnx_direct =" +msgid "node_override_vif_hyperv =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:54(td) ./doc/common/tables/neutron-bigswitch.xml:54(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:169(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:54(td) ./doc/common/tables/neutron-bigswitch.xml:54(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hyperv" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:57(td) ./doc/common/tables/neutron-bigswitch.xml:57(td) -msgid "node_override_vif_other =" +msgid "node_override_vif_ivs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:58(td) ./doc/common/tables/neutron-bigswitch.xml:58(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to other" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to ivs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:61(td) ./doc/common/tables/neutron-bigswitch.xml:61(td) -msgid "node_override_vif_ovs =" +msgid "node_override_vif_midonet =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:62(td) ./doc/common/tables/neutron-bigswitch.xml:62(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to ovs" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:62(td) ./doc/common/tables/neutron-bigswitch.xml:62(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:165(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to midonet" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:65(td) ./doc/common/tables/neutron-bigswitch.xml:65(td) -msgid "node_override_vif_unbound =" +msgid "node_override_vif_mlnx_direct =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:66(td) ./doc/common/tables/neutron-bigswitch.xml:66(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to unbound" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:66(td) ./doc/common/tables/neutron-bigswitch.xml:66(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:169(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:69(td) ./doc/common/tables/neutron-bigswitch.xml:69(td) -msgid "vif_type = ovs" +msgid "node_override_vif_other =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:70(td) ./doc/common/tables/neutron-bigswitch.xml:70(td) -msgid "(StrOpt) Virtual interface type to configure on Nova compute nodes" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to other" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:73(td) ./doc/common/tables/neutron-bigswitch.xml:73(td) -msgid "vif_types = unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, midonet, mlnx_direct, hostdev, other" +msgid "node_override_vif_ovs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:74(td) ./doc/common/tables/neutron-bigswitch.xml:74(td) -msgid "(ListOpt) List of allowed vif_type values." +msgid "(ListOpt) Nova compute nodes to manually set VIF type to ovs" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:77(th) ./doc/common/tables/neutron-nuage.xml:18(th) ./doc/common/tables/neutron-bigswitch.xml:77(th) -msgid "[RESTPROXY]" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:77(td) ./doc/common/tables/neutron-bigswitch.xml:77(td) +msgid "node_override_vif_unbound =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:80(td) ./doc/common/tables/neutron-bigswitch.xml:80(td) -msgid "add_meta_server_route = True" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:78(td) ./doc/common/tables/neutron-bigswitch.xml:78(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to unbound" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:81(td) ./doc/common/tables/neutron-bigswitch.xml:81(td) -msgid "(BoolOpt) Flag to decide if a route to the metadata server should be injected into the VM" +msgid "node_override_vif_vrouter =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:84(td) ./doc/common/tables/neutron-bigswitch.xml:84(td) -msgid "auto_sync_on_failure = True" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:82(td) ./doc/common/tables/neutron-bigswitch.xml:82(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to vrouter" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:85(td) ./doc/common/tables/neutron-bigswitch.xml:85(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:285(td) -msgid "(BoolOpt) If neutron fails to create a resource because the backend controller doesn't know of a dependency, the plugin automatically triggers a full data synchronization to the controller." +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:85(td) ./doc/common/tables/neutron-bigswitch.xml:85(td) +msgid "vif_type = ovs" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:88(td) ./doc/common/tables/neutron-bigswitch.xml:88(td) -msgid "cache_connections = True" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:86(td) ./doc/common/tables/neutron-bigswitch.xml:86(td) +msgid "(StrOpt) Virtual interface type to configure on Nova compute nodes" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:89(td) ./doc/common/tables/neutron-bigswitch.xml:89(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:293(td) -msgid "(BoolOpt) Re-use HTTP/HTTPS connections to the controller." +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:89(td) ./doc/common/tables/neutron-bigswitch.xml:89(td) +msgid "vif_types = unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, midonet, mlnx_direct, hostdev, hw_veb, dvs, other, distributed, vrouter" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:92(td) ./doc/common/tables/neutron-bigswitch.xml:92(td) -msgid "consistency_interval = 60" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:90(td) ./doc/common/tables/neutron-bigswitch.xml:90(td) +msgid "(ListOpt) List of allowed vif_type values." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:93(td) ./doc/common/tables/neutron-bigswitch.xml:93(td) -msgid "(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:93(th) ./doc/common/tables/neutron-nuage.xml:18(th) ./doc/common/tables/neutron-bigswitch.xml:93(th) +msgid "[RESTPROXY]" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:96(td) ./doc/common/tables/neutron-bigswitch.xml:96(td) -msgid "neutron_id = neutron-oslo" +msgid "add_meta_server_route = True" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:97(td) ./doc/common/tables/neutron-bigswitch.xml:97(td) -msgid "(StrOpt) User defined identifier for this Neutron deployment" +msgid "(BoolOpt) Flag to decide if a route to the metadata server should be injected into the VM" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:100(td) ./doc/common/tables/neutron-bigswitch.xml:100(td) -msgid "no_ssl_validation = False" +msgid "auto_sync_on_failure = True" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:101(td) ./doc/common/tables/neutron-bigswitch.xml:101(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:309(td) -msgid "(BoolOpt) Disables SSL certificate validation for controllers" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:101(td) ./doc/common/tables/neutron-bigswitch.xml:101(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:285(td) +msgid "(BoolOpt) If neutron fails to create a resource because the backend controller doesn't know of a dependency, the plugin automatically triggers a full data synchronization to the controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:104(td) ./doc/common/tables/neutron-bigswitch.xml:104(td) -msgid "server_auth = None" +msgid "cache_connections = True" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:105(td) ./doc/common/tables/neutron-bigswitch.xml:105(td) -msgid "(StrOpt) The username and password for authenticating against the Big Switch or Floodlight controller." +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:105(td) ./doc/common/tables/neutron-bigswitch.xml:105(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:293(td) +msgid "(BoolOpt) Re-use HTTP/HTTPS connections to the controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:108(td) ./doc/common/tables/neutron-bigswitch.xml:108(td) -msgid "server_ssl = True" +msgid "consistency_interval = 60" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:109(td) ./doc/common/tables/neutron-bigswitch.xml:109(td) -msgid "(BoolOpt) If True, Use SSL when connecting to the Big Switch or Floodlight controller." +msgid "(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:112(td) ./doc/common/tables/neutron-bigswitch.xml:112(td) -msgid "server_timeout = 10" +msgid "neutron_id = neutron-shock" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:113(td) ./doc/common/tables/neutron-bigswitch.xml:113(td) -msgid "(IntOpt) Maximum number of seconds to wait for proxy request to connect and complete." +msgid "(StrOpt) User defined identifier for this Neutron deployment" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:116(td) ./doc/common/tables/neutron-bigswitch.xml:116(td) -msgid "servers = localhost:8800" +msgid "no_ssl_validation = False" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:117(td) ./doc/common/tables/neutron-bigswitch.xml:117(td) -msgid "(ListOpt) A comma separated list of Big Switch or Floodlight servers and port numbers. The plugin proxies the requests to the Big Switch/Floodlight server, which performs the networking configuration. Only oneserver is needed per deployment, but you may wish todeploy multiple servers to support failover." +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:117(td) ./doc/common/tables/neutron-bigswitch.xml:117(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:309(td) +msgid "(BoolOpt) Disables SSL certificate validation for controllers" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:120(td) ./doc/common/tables/neutron-bigswitch.xml:120(td) -msgid "ssl_cert_directory = /etc/neutron/plugins/bigswitch/ssl" +msgid "server_auth = None" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:121(td) ./doc/common/tables/neutron-bigswitch.xml:121(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:329(td) -msgid "(StrOpt) Directory containing ca_certs and host_certs certificate directories." +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:121(td) ./doc/common/tables/neutron-bigswitch.xml:121(td) +msgid "(StrOpt) The username and password for authenticating against the Big Switch or Floodlight controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:124(td) ./doc/common/tables/neutron-bigswitch.xml:124(td) -msgid "ssl_sticky = True" +msgid "server_ssl = True" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:125(td) ./doc/common/tables/neutron-bigswitch.xml:125(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:333(td) -msgid "(BoolOpt) Trust and store the first certificate received for each controller address and use it to validate future connections to that address." +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:125(td) ./doc/common/tables/neutron-bigswitch.xml:125(td) +msgid "(BoolOpt) If True, Use SSL when connecting to the Big Switch or Floodlight controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:128(td) ./doc/common/tables/neutron-bigswitch.xml:128(td) -msgid "sync_data = False" +msgid "server_timeout = 10" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:129(td) ./doc/common/tables/neutron-bigswitch.xml:129(td) -msgid "(BoolOpt) Sync data on connect" +msgid "(IntOpt) Maximum number of seconds to wait for proxy request to connect and complete." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml:132(td) ./doc/common/tables/neutron-bigswitch.xml:132(td) +msgid "servers = localhost:8800" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:133(td) ./doc/common/tables/neutron-bigswitch.xml:133(td) +msgid "(ListOpt) A comma separated list of Big Switch or Floodlight servers and port numbers. The plugin proxies the requests to the Big Switch/Floodlight server, which performs the networking configuration. Only oneserver is needed per deployment, but you may wish todeploy multiple servers to support failover." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:136(td) ./doc/common/tables/neutron-bigswitch.xml:136(td) +msgid "ssl_cert_directory = /etc/neutron/plugins/bigswitch/ssl" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:137(td) ./doc/common/tables/neutron-bigswitch.xml:137(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:329(td) +msgid "(StrOpt) Directory containing ca_certs and host_certs certificate directories." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:140(td) ./doc/common/tables/neutron-bigswitch.xml:140(td) +msgid "ssl_sticky = True" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:141(td) ./doc/common/tables/neutron-bigswitch.xml:141(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:333(td) +msgid "(BoolOpt) Trust and store the first certificate received for each controller address and use it to validate future connections to that address." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:144(td) ./doc/common/tables/neutron-bigswitch.xml:144(td) +msgid "sync_data = False" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:145(td) ./doc/common/tables/neutron-bigswitch.xml:145(td) +msgid "(BoolOpt) Sync data on connect" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:148(td) ./doc/common/tables/neutron-bigswitch.xml:148(td) msgid "thread_pool_size = 4" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:133(td) ./doc/common/tables/neutron-bigswitch.xml:133(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:337(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:149(td) ./doc/common/tables/neutron-bigswitch.xml:149(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:337(td) msgid "(IntOpt) Maximum number of threads to spawn to handle large volumes of port creations." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:136(th) ./doc/common/tables/neutron-bigswitch.xml:136(th) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:152(th) ./doc/common/tables/neutron-bigswitch.xml:152(th) msgid "[RESTPROXYAGENT]" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:140(td) ./doc/common/tables/neutron-bigswitch.xml:140(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:341(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:156(td) ./doc/common/tables/neutron-bigswitch.xml:156(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:341(td) msgid "(StrOpt) Name of integration bridge on compute nodes used for security group insertion." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:143(td) ./doc/common/tables/neutron-bigswitch.xml:143(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:159(td) ./doc/common/tables/neutron-bigswitch.xml:159(td) msgid "polling_interval = 5" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:144(td) ./doc/common/tables/neutron-bigswitch.xml:144(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:345(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:160(td) ./doc/common/tables/neutron-bigswitch.xml:160(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:345(td) msgid "(IntOpt) Seconds between agent checks for port changes" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:147(td) ./doc/common/tables/neutron-bigswitch.xml:147(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:163(td) ./doc/common/tables/neutron-bigswitch.xml:163(td) msgid "virtual_switch_type = ovs" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:148(td) ./doc/common/tables/neutron-bigswitch.xml:148(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:349(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:164(td) ./doc/common/tables/neutron-bigswitch.xml:164(td) ./doc/common/tables/neutron-conf-changes-icehouse.xml:349(td) msgid "(StrOpt) Virtual switch type." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:151(th) ./doc/common/tables/neutron-bigswitch.xml:151(th) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:167(th) ./doc/common/tables/neutron-bigswitch.xml:167(th) msgid "[ROUTER]" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:154(td) ./doc/common/tables/neutron-bigswitch.xml:154(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:170(td) ./doc/common/tables/neutron-bigswitch.xml:170(td) msgid "max_router_rules = 200" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:155(td) ./doc/common/tables/neutron-bigswitch.xml:155(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:171(td) ./doc/common/tables/neutron-bigswitch.xml:171(td) msgid "(IntOpt) Maximum number of router rules" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:158(td) ./doc/common/tables/neutron-bigswitch.xml:158(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:174(td) ./doc/common/tables/neutron-bigswitch.xml:174(td) msgid "tenant_default_router_rule = ['*:any:any:permit']" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:159(td) ./doc/common/tables/neutron-bigswitch.xml:159(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:175(td) ./doc/common/tables/neutron-bigswitch.xml:175(td) msgid "(MultiStrOpt) The default router rules installed in new tenant routers. Repeat the config option for each rule. Format is <tenant>:<source>:<destination>:<action> Use an * to specify default for all tenants." msgstr "" -#: ./doc/common/tables/nova-glance.xml:7(caption) +#: ./doc/common/tables/nova-glance.xml:7(caption) ./doc/common/tables/ceilometer-glance.xml:7(caption) msgid "Description of configuration options for glance" msgstr "" @@ -20986,26 +21650,6 @@ msgstr "" msgid "(ListOpt) List of file systems that are configured in this file in the image_file_url:<list entry name> sections" msgstr "" -#: ./doc/common/tables/neutron-database.xml:25(td) -msgid "connection = sqlite://" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml:57(td) -msgid "max_overflow = 20" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml:61(td) -msgid "max_pool_size = 10" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml:77(td) -msgid "pool_timeout = 10" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml:85(td) -msgid "sqlite_db =" -msgstr "" - #: ./doc/common/tables/nova-s3.xml:21(td) msgid "buckets_path = $state_path/buckets" msgstr "" @@ -21370,15 +22014,27 @@ msgstr "" msgid "[couchbase]" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:25(td) -msgid "mount_point = /var/lib/couchbase" +#: ./doc/common/tables/trove-db_couchbase.xml:21(td) +msgid "backup_namespace = trove.guestagent.strategies.backup.couchbase_impl" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:29(td) -msgid "root_on_create = True" +#: ./doc/common/tables/trove-db_couchbase.xml:25(td) +msgid "backup_strategy = CbBackup" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml:33(td) +msgid "mount_point = /var/lib/couchbase" +msgstr "" + +#: ./doc/common/tables/trove-db_couchbase.xml:37(td) +msgid "restore_namespace = trove.guestagent.strategies.restore.couchbase_impl" +msgstr "" + +#: ./doc/common/tables/trove-db_couchbase.xml:41(td) +msgid "root_on_create = True" +msgstr "" + +#: ./doc/common/tables/trove-db_couchbase.xml:45(td) msgid "tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199" msgstr "" @@ -21398,10 +22054,6 @@ msgstr "" msgid "concurrency = 8" msgstr "" -#: ./doc/common/tables/swift-account-server-account-replicator.xml:36(td) ./doc/common/tables/swift-container-server-container-replicator.xml:28(td) -msgid "interval = 30" -msgstr "" - #: ./doc/common/tables/swift-account-server-account-replicator.xml:52(td) msgid "log_name = account-replicator" msgstr "" @@ -21843,7 +22495,7 @@ msgstr "" msgid "(StrOpt) PLUMgrid Driver" msgstr "" -#: ./doc/common/tables/neutron-plumgrid.xml:33(td) ./doc/common/tables/neutron-ml2_brocade.xml:29(td) +#: ./doc/common/tables/neutron-plumgrid.xml:33(td) ./doc/common/tables/neutron-ml2_brocade.xml:33(td) msgid "password = password" msgstr "" @@ -21911,6 +22563,38 @@ msgstr "" msgid "(IntOpt) Port of sheep daemon." msgstr "" +#: ./doc/common/tables/keystone-mapping.xml:7(caption) +msgid "Description of configuration options for mapping" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml:18(th) +msgid "[identity_mapping]" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml:21(td) +msgid "backward_compatible_ids = True" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml:22(td) +msgid "(BoolOpt) The format of user and group IDs changed in Juno for backends that do not generate UUIDs (e.g. LDAP), with keystone providing a hash mapping to the underlying attribute in LDAP. By default this mapping is disabled, which ensures that existing IDs will not change. Even when the mapping is enabled by using domain specific drivers, any users and groups from the default domain being handled by LDAP will still not be mapped to ensure their IDs remain backward compatible. Setting this value to False will enable the mapping for even the default LDAP driver. It is only safe to do this if you do not already have assignments for users and groups from the default LDAP domain, and it is acceptable for Keystone to provide the different IDs to clients than it did previously. Typically this means that the only time you can set this value to False is when configuring a fresh installation." +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml:25(td) +msgid "driver = keystone.identity.mapping_backends.sql.Mapping" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml:26(td) +msgid "(StrOpt) Keystone Identity Mapping backend driver." +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml:29(td) +msgid "generator = keystone.identity.id_generators.sha256.Generator" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml:30(td) +msgid "(StrOpt) Public ID generator for user and group entities. The Keystone identity mapper only supports generators that produce no more than 64 characters." +msgstr "" + #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:8(literal) ./doc/common/tables/swift-container-sync-realms-realm2.xml:8(literal) ./doc/common/tables/swift-container-sync-realms-realm1.xml:8(literal) msgid "container-sync-realms.conf" msgstr "" @@ -22056,11 +22740,11 @@ msgstr "" msgid "(IntOpt) Amount of time, in seconds, that ovs_vsctl should wait for a response from the database. 0 is to wait forever." msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:72(td) ./doc/common/tables/nova-scheduling.xml:85(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:72(td) ./doc/common/tables/nova-scheduling.xml:89(td) msgid "scheduler_driver_task_period = 60" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:73(td) ./doc/common/tables/nova-scheduling.xml:86(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:73(td) ./doc/common/tables/nova-scheduling.xml:90(td) msgid "(IntOpt) How often (in seconds) to run periodic tasks in the scheduler driver of your choice. Please note this is likely to interact with the value of service_down_time, but exactly how they interact will depend on your choice of scheduler driver." msgstr "" @@ -22176,7 +22860,7 @@ msgstr "" msgid "libvirt/image_info_filename_pattern = $instances_path/$image_cache_subdirectory_name/%(image)s.info" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:177(td) ./doc/common/tables/nova-libvirt.xml:57(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:177(td) ./doc/common/tables/nova-libvirt.xml:61(td) msgid "(StrOpt) Allows image information files to be stored in non-standard locations" msgstr "" @@ -22300,7 +22984,7 @@ msgstr "" msgid "libvirt/remove_unused_kernels = False" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:261(td) ./doc/common/tables/nova-libvirt.xml:61(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:261(td) ./doc/common/tables/nova-libvirt.xml:65(td) msgid "(BoolOpt) Should unused kernel images be removed? This is only safe to enable if all compute nodes have been updated to support this option. This will be enabled by default in future." msgstr "" @@ -22308,7 +22992,7 @@ msgstr "" msgid "libvirt/remove_unused_resized_minimum_age_seconds = 3600" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:265(td) ./doc/common/tables/nova-libvirt.xml:65(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:265(td) ./doc/common/tables/nova-libvirt.xml:69(td) msgid "(IntOpt) Unused resized base images younger than this will not be removed" msgstr "" @@ -22340,7 +23024,7 @@ msgstr "" msgid "libvirt/rng_dev_path = None" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:281(td) ./doc/common/tables/nova-libvirt.xml:69(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:281(td) ./doc/common/tables/nova-libvirt.xml:73(td) msgid "(StrOpt) A path to a device that will be used as source of entropy on the host. Permitted options are: /dev/random or /dev/hwrng" msgstr "" @@ -22372,7 +23056,7 @@ msgstr "" msgid "libvirt/snapshots_directory = $instances_path/snapshots" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:301(td) ./doc/common/tables/nova-libvirt.xml:73(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:301(td) ./doc/common/tables/nova-libvirt.xml:77(td) msgid "(StrOpt) Location where libvirt driver will store snapshots before uploading them to image service" msgstr "" @@ -22404,7 +23088,7 @@ msgstr "" msgid "libvirt/vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:317(td) ./doc/common/tables/nova-libvirt.xml:77(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:317(td) msgid "(StrOpt) DEPRECATED. The libvirt VIF driver to configure the VIFs.This option is deprecated and will be removed in the Juno release." msgstr "" @@ -22448,7 +23132,7 @@ msgstr "" msgid "metrics/required = True" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:345(td) ./doc/common/tables/nova-scheduling.xml:144(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:345(td) ./doc/common/tables/nova-scheduling.xml:152(td) msgid "(BoolOpt) How to treat the unavailable metrics. When a metric is NOT available for a host, if it is set to be True, it would raise an exception, so it is recommended to use the scheduler filter MetricFilter to filter out those hosts. If it is set to be False, the unavailable metric would be treated as a negative factor in weighing process, the returned value would be set by the option weight_of_unavailable." msgstr "" @@ -22456,7 +23140,7 @@ msgstr "" msgid "metrics/weight_multiplier = 1.0" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:349(td) ./doc/common/tables/nova-scheduling.xml:148(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:349(td) ./doc/common/tables/nova-scheduling.xml:156(td) msgid "(FloatOpt) Multiplier used for weighing metrics." msgstr "" @@ -22464,7 +23148,7 @@ msgstr "" msgid "metrics/weight_of_unavailable = -10000.0" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:353(td) ./doc/common/tables/nova-scheduling.xml:152(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:353(td) ./doc/common/tables/nova-scheduling.xml:160(td) msgid "(FloatOpt) The final weight value to be returned if required is set to False and any one of the metrics set by weight_setting is unavailable." msgstr "" @@ -22472,7 +23156,7 @@ msgstr "" msgid "metrics/weight_setting = []" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:357(td) ./doc/common/tables/nova-scheduling.xml:156(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml:357(td) ./doc/common/tables/nova-scheduling.xml:164(td) msgid "(ListOpt) How the metrics are going to be weighed. This should be in the form of \"<name1>=<ratio1>, <name2>=<ratio2>, ...\", where <nameX> is one of the metrics to be weighed, and <ratioX> is the corresponding ratio. So for \"name1=1.0, name2=-1.0\" The final weight would be name1.value * 1.0 + name2.value * -1.0." msgstr "" @@ -22668,10 +23352,6 @@ msgstr "" msgid "xenserver/vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml:549(td) ./doc/common/tables/nova-baremetal.xml:133(td) -msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs." -msgstr "" - #: ./doc/common/tables/nova-conf-changes-icehouse.xml:567(td) msgid "oslo.messaging.exceptions, nova.exception, cinder.exception, exceptions" msgstr "" @@ -23308,51 +23988,79 @@ msgstr "" msgid "Description of configuration options for bigswitch" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:22(td) ./doc/common/tables/cinder-rpc.xml:22(td) ./doc/common/tables/heat-rpc.xml:22(td) ./doc/common/tables/neutron-common.xml:38(td) -msgid "(ListOpt) Modules of exceptions that are permitted to be recreated upon receiving exception data from an rpc call." +#: ./doc/common/tables/neutron-cfg_agent.xml:7(caption) +msgid "Description of configuration options for cfg_agent" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:25(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:20(td) +#: ./doc/common/tables/neutron-cfg_agent.xml:21(td) +msgid "device_connection_timeout = 30" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml:22(td) +msgid "(IntOpt) Time in seconds for connecting to a hosting device" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml:25(td) +msgid "hosting_device_dead_timeout = 300" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml:26(td) +msgid "(IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding." +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml:29(td) +msgid "routing_svc_helper_class = neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml:30(td) +msgid "(StrOpt) Path of the routing service helper class." +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml:33(td) +msgid "rpc_loop_interval = 10" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml:34(td) +msgid "(IntOpt) Interval when the process_services() loop executes in seconds. This is when the config agent lets each service helper to process its neutron resources." +msgstr "" + +#: ./doc/common/tables/ceilometer-rpc.xml:21(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:20(td) msgid "dispatcher = ['database']" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:26(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:21(td) +#: ./doc/common/tables/ceilometer-rpc.xml:22(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:21(td) msgid "(MultiStrOpt) Dispatcher to process data." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:37(td) -msgid "rpc_backend = ceilometer.openstack.common.rpc.impl_kombu" -msgstr "" - -#: ./doc/common/tables/ceilometer-rpc.xml:92(td) +#: ./doc/common/tables/ceilometer-rpc.xml:80(td) msgid "messaging_urls = []" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:93(td) +#: ./doc/common/tables/ceilometer-rpc.xml:81(td) msgid "(MultiStrOpt) Messaging URLs to listen for notifications. Example: transport://user:pass@host1:port[,hostN:portN]/virtual_host (DEFAULT/transport_url is used if empty)" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:96(th) +#: ./doc/common/tables/ceilometer-rpc.xml:84(th) msgid "[publisher]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:99(td) +#: ./doc/common/tables/ceilometer-rpc.xml:87(td) msgid "metering_secret = change this or be hacked" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:100(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:65(td) +#: ./doc/common/tables/ceilometer-rpc.xml:88(td) ./doc/common/tables/ceilometer-conf-changes-icehouse.xml:65(td) msgid "(StrOpt) Secret value for signing metering messages." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:103(th) +#: ./doc/common/tables/ceilometer-rpc.xml:91(th) msgid "[publisher_rpc]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:106(td) +#: ./doc/common/tables/ceilometer-rpc.xml:94(td) msgid "metering_topic = metering" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:107(td) +#: ./doc/common/tables/ceilometer-rpc.xml:95(td) msgid "(StrOpt) The topic that ceilometer uses for metering messages." msgstr "" @@ -23392,15 +24100,15 @@ msgstr "" msgid "[mongodb]" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:25(td) +#: ./doc/common/tables/trove-db_mongodb.xml:29(td) msgid "mount_point = /var/lib/mongodb" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:29(td) +#: ./doc/common/tables/trove-db_mongodb.xml:33(td) msgid "tcp_ports = 2500, 27017" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:34(td) +#: ./doc/common/tables/trove-db_mongodb.xml:38(td) msgid "(ListOpt) List of UPD ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True)." msgstr "" @@ -23520,6 +24228,10 @@ msgstr "" msgid "(StrOpt) The path to a file which contains the metadata to be returned with any location associated with this store. The file must contain a valid JSON dict." msgstr "" +#: ./doc/common/tables/trove-rpc.xml:21(td) +msgid "allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" +msgstr "" + #: ./doc/common/tables/trove-rpc.xml:30(td) msgid "(IntOpt) Heartbeat frequency" msgstr "" @@ -23536,6 +24248,22 @@ msgstr "" msgid "rpc_backend = trove.openstack.common.rpc.impl_kombu" msgstr "" +#: ./doc/common/tables/trove-rpc.xml:50(td) +msgid "(StrOpt) The messaging module to use, defaults to kombu." +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml:58(td) +msgid "(IntOpt) Size of RPC connection pool" +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml:62(td) +msgid "(IntOpt) Seconds to wait for a response from call or multicall" +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml:66(td) +msgid "(IntOpt) Size of RPC thread pool" +msgstr "" + #: ./doc/common/tables/trove-rpc.xml:69(th) msgid "[rpc_notifier2]" msgstr "" @@ -23552,7 +24280,7 @@ msgstr "" msgid "[secure_messages]" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:79(td) ./doc/common/tables/keystone-trust.xml:25(td) +#: ./doc/common/tables/trove-rpc.xml:79(td) ./doc/common/tables/keystone-trust.xml:25(td) ./doc/common/tables/glance-profiler.xml:21(td) msgid "enabled = True" msgstr "" @@ -23636,10 +24364,6 @@ msgstr "" msgid "(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup." msgstr "" -#: ./doc/common/tables/trove-backup.xml:33(td) -msgid "backup_namespace = trove.guestagent.strategies.backup.mysql_impl" -msgstr "" - #: ./doc/common/tables/trove-backup.xml:34(td) msgid "(StrOpt) Namespace to load backup strategies from." msgstr "" @@ -23696,10 +24420,6 @@ msgstr "" msgid "backups_page_size = 20" msgstr "" -#: ./doc/common/tables/nova-network.xml:7(caption) -msgid "Description of configuration options for network" -msgstr "" - #: ./doc/common/tables/nova-network.xml:21(td) msgid "allow_same_net_traffic = True" msgstr "" @@ -23985,7 +24705,7 @@ msgid "(IntOpt) Number of times to retry network allocation on failures" msgstr "" #: ./doc/common/tables/nova-network.xml:170(td) -msgid "(IntOpt) MTU setting for network interface" +msgid "(IntOpt) DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE NETWORK. MTU setting for network interface." msgstr "" #: ./doc/common/tables/nova-network.xml:173(td) @@ -24276,6 +24996,34 @@ msgstr "" msgid "(IntOpt) Days the certificate is valid for once signed (auto generated certificate)." msgstr "" +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:7(caption) +msgid "Description of configuration options for prophetstor_dpl" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:21(td) +msgid "dpl_pool =" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:22(td) +msgid "(StrOpt) DPL pool uuid in which DPL volumes are stored." +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:25(td) +msgid "dpl_port = 8357" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:26(td) +msgid "(IntOpt) DPL port number." +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:41(td) ./doc/common/tables/cinder-san.xml:53(td) +msgid "san_thin_provision = True" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:42(td) ./doc/common/tables/cinder-san.xml:54(td) +msgid "(BoolOpt) Use thin provisioning for SAN volumes?" +msgstr "" + #: ./doc/common/tables/nova-ca.xml:7(caption) msgid "Description of configuration options for ca" msgstr "" @@ -24433,30 +25181,50 @@ msgid "(IntOpt) Number of workers for collector service. A single collector is e msgstr "" #: ./doc/common/tables/ceilometer-collector.xml:25(th) -msgid "[dispatcher_file]" +msgid "[collector]" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml:28(td) -msgid "backup_count = 0" +msgid "udp_address = 0.0.0.0" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml:29(td) -msgid "(IntOpt) The max number of the files to keep." +msgid "(StrOpt) Address to which the UDP socket is bound. Set to an empty string to disable." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml:32(td) -msgid "file_path = None" +msgid "udp_port = 4952" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml:33(td) +msgid "(IntOpt) Port to which the UDP socket is bound." +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml:36(th) +msgid "[dispatcher_file]" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml:39(td) +msgid "backup_count = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml:40(td) +msgid "(IntOpt) The max number of the files to keep." +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml:43(td) +msgid "file_path = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml:44(td) msgid "(StrOpt) Name and the location of the file to record meters." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:36(td) +#: ./doc/common/tables/ceilometer-collector.xml:47(td) msgid "max_bytes = 0" msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:37(td) +#: ./doc/common/tables/ceilometer-collector.xml:48(td) msgid "(IntOpt) The max size of the file." msgstr "" @@ -24564,7 +25332,7 @@ msgstr "" msgid "(StrOpt) vArmour director username" msgstr "" -#: ./doc/common/tables/heat-debug.xml:7(caption) ./doc/common/tables/trove-debug.xml:7(caption) ./doc/common/tables/keystone-debug.xml:7(caption) +#: ./doc/common/tables/heat-debug.xml:7(caption) ./doc/common/tables/ceilometer-debug.xml:7(caption) ./doc/common/tables/trove-debug.xml:7(caption) ./doc/common/tables/keystone-debug.xml:7(caption) msgid "Description of configuration options for debug" msgstr "" @@ -24624,10 +25392,6 @@ msgstr "" msgid "mount_options = defaults,noatime" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:53(td) -msgid "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" -msgstr "" - #: ./doc/common/tables/trove-guestagent.xml:54(td) msgid "(StrOpt) Namespace to load restore strategies from." msgstr "" @@ -24824,6 +25588,30 @@ msgstr "" msgid "(StrOpt) vDirect user name." msgstr "" +#: ./doc/common/tables/neutron-ml2_sriov.xml:7(caption) +msgid "Description of configuration options for ml2_sriov" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml:18(th) +msgid "[ml2_sriov]" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml:21(td) +msgid "agent_required = False" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml:22(td) +msgid "(BoolOpt) SRIOV neutron agent is required for port binding" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml:25(td) +msgid "supported_pci_vendor_devs = 15b3:1004, 8086:10c9" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml:26(td) +msgid "(ListOpt) Supported PCI vendor devices, defined by vendor_id:product_id according to the PCI ID Repository. Default enables support for Intel and Mellanox SR-IOV capable NICs" +msgstr "" + #: ./doc/common/tables/neutron-ml2_l2pop.xml:7(caption) msgid "Description of configuration options for ml2_l2pop" msgstr "" @@ -24840,26 +25628,6 @@ msgstr "" msgid "(IntOpt) Delay within which agent is expected to update existing ports whent it restarts" msgstr "" -#: ./doc/common/tables/glance-amqp.xml:37(td) ./doc/common/tables/cinder-rpc.xml:181(td) -msgid "rpc_backend = rabbit" -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml:38(td) ./doc/common/tables/cinder-rpc.xml:182(td) -msgid "(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq." -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml:42(td) ./doc/common/tables/cinder-rpc.xml:190(td) -msgid "(IntOpt) Size of RPC connection pool." -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml:46(td) ./doc/common/tables/cinder-rpc.xml:194(td) -msgid "(IntOpt) Seconds to wait for a response from a call." -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml:50(td) ./doc/common/tables/cinder-rpc.xml:198(td) -msgid "(IntOpt) Size of RPC greenthread pool." -msgstr "" - #: ./doc/common/tables/glance-zmq.xml:7(caption) msgid "Description of configuration options for zmq" msgstr "" @@ -24972,6 +25740,14 @@ msgstr "" msgid "memcache.conf" msgstr "" +#: ./doc/common/tables/ceilometer-debug.xml:21(td) +msgid "nova_http_log_debug = False" +msgstr "" + +#: ./doc/common/tables/ceilometer-debug.xml:22(td) +msgid "(BoolOpt) Allow novaclient's debug log output." +msgstr "" + #: ./doc/common/tables/swift-account-server-app-account-server.xml:8(literal) msgid "[app-account-server]" msgstr "" @@ -25012,78 +25788,6 @@ msgstr "" msgid "root_grant_option = True" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:20(td) -msgid "access_log_address = /dev/log" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:24(td) -msgid "access_log_facility = LOG_LOCAL0" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:28(td) -msgid "access_log_headers = false" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:32(td) -msgid "access_log_headers_only =" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:33(td) -msgid "If access_log_headers is True and access_log_headers_only is set only these headers are logged. Multiple headers can be defined as comma separated list like this: access_log_headers_only = Host, X-Object-Meta-Mtime" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:38(td) -msgid "access_log_level = INFO" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:42(td) -msgid "access_log_name = swift" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:46(td) -msgid "access_log_statsd_default_sample_rate = 1.0" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:50(td) -msgid "access_log_statsd_host = localhost" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:54(td) -msgid "access_log_statsd_metric_prefix =" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:58(td) -msgid "access_log_statsd_port = 8125" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:62(td) -msgid "access_log_statsd_sample_rate_factor = 1.0" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:66(td) -msgid "access_log_udp_host =" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:70(td) -msgid "access_log_udp_port = 514" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:74(td) -msgid "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:78(td) -msgid "logged with access_log_headers = True." -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:82(td) -msgid "reveal_sensitive_prefix = 16" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:83(td) -msgid "The X-Auth-Token is sensitive data. If revealed to an unauthorised person, they can now make requests against an account until the token expires. Set reveal_sensitive_prefix to the number of characters of the token that are logged. For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged. Or, set to 0 to completely remove the token." -msgstr "" - #: ./doc/common/tables/trove-db_redis.xml:7(caption) msgid "Description of configuration options for db_redis" msgstr "" @@ -25093,34 +25797,34 @@ msgid "[redis]" msgstr "" #: ./doc/common/tables/trove-db_redis.xml:25(td) -msgid "mount_point = /var/lib/redis" +msgid "device_path = None" msgstr "" #: ./doc/common/tables/trove-db_redis.xml:29(td) +msgid "mount_point = /var/lib/redis" +msgstr "" + +#: ./doc/common/tables/trove-db_redis.xml:33(td) msgid "tcp_ports = 6379" msgstr "" -#: ./doc/common/tables/cinder-rpc.xml:21(td) -msgid "allowed_rpc_exception_modules = oslo.messaging.exceptions, nova.exception, cinder.exception, exceptions" +#: ./doc/common/tables/trove-db_redis.xml:45(td) +msgid "volume_support = False" msgstr "" -#: ./doc/common/tables/cinder-rpc.xml:37(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:28(td) -msgid "default_timeout = 20" +#: ./doc/common/tables/cinder-rpc.xml:33(td) +msgid "default_timeout = 525600" msgstr "" -#: ./doc/common/tables/cinder-rpc.xml:38(td) ./doc/common/tables/cinder-conf-changes-icehouse.xml:29(td) -msgid "(IntOpt) Default Time Out For CLI operations in minutes" +#: ./doc/common/tables/cinder-rpc.xml:34(td) +msgid "(IntOpt) Default timeout for CLI operations in minutes. For example, LUN migration is a typical long running operation, which depends on the LUN size and the load of the array. An upper bound in the specific deployment can be set to avoid unnecessary long wait. By default, it is 365 days long." msgstr "" -#: ./doc/common/tables/cinder-rpc.xml:209(td) -msgid "rpc_zmq_host = localhost" -msgstr "" - -#: ./doc/common/tables/cinder-rpc.xml:233(td) +#: ./doc/common/tables/cinder-rpc.xml:221(td) msgid "volume_topic = cinder-volume" msgstr "" -#: ./doc/common/tables/cinder-rpc.xml:234(td) +#: ./doc/common/tables/cinder-rpc.xml:222(td) msgid "(StrOpt) The topic that volume nodes listen on" msgstr "" @@ -25292,35 +25996,35 @@ msgstr "" msgid "Maximum bytes audited per second. Should be tuned according to individual system specs. 0 is unlimited. mounted to prevent accidentally writing to the root device process simultaneously (it will actually accept(2) N + 1). Setting this to one (1) will only handle one request at a time, without accepting another request concurrently. By increasing the number of workers to a much higher value, one can reduce the impact of slow file system operations in one request from negatively impacting other requests. underlying filesystem does not support it. to setup custom log handlers. bytes you'd like fallocate to reserve, whether there is space for the given file size or not. This is useful for systems that behave badly when they completely run out of space; you can make the services pretend they're out of space early. container server. For most cases, this should be `egg:swift#container`." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml:24(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml:32(td) msgid "files_per_second = 20" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml:25(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml:33(td) msgid "Maximum files audited per second. Should be tuned according to individual system specs. 0 is unlimited." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml:40(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml:48(td) msgid "log_name = object-auditor" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml:44(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml:52(td) msgid "log_time = 3600" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml:45(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml:53(td) msgid "Frequency of status logs in seconds." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml:48(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml:56(td) msgid "object_size_stats =" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml:56(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml:64(td) msgid "zero_byte_files_per_second = 50" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml:57(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml:65(td) msgid "Maximum zero byte files audited per second." msgstr "" @@ -25549,43 +26253,43 @@ msgstr "" msgid "New, updated and deprecated options for neutron" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:16(td) ./doc/common/tables/neutron-common.xml:45(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:16(td) ./doc/common/tables/neutron-common.xml:41(td) msgid "auth_ca_cert = None" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:17(td) ./doc/common/tables/neutron-common.xml:46(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:17(td) ./doc/common/tables/neutron-common.xml:42(td) msgid "(StrOpt) Certificate Authority public key (CA cert) file for ssl" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:20(td) ./doc/common/tables/neutron-common.xml:49(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:20(td) ./doc/common/tables/neutron-common.xml:45(td) msgid "auth_insecure = False" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:21(td) ./doc/common/tables/neutron-common.xml:50(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:21(td) ./doc/common/tables/neutron-common.xml:46(td) msgid "(BoolOpt) Turn off verification of the certificate for ssl" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:24(td) ./doc/common/tables/neutron-common.xml:77(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:24(td) ./doc/common/tables/neutron-common.xml:73(td) msgid "ca_certs = None" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:25(td) ./doc/common/tables/neutron-common.xml:78(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:25(td) ./doc/common/tables/neutron-common.xml:74(td) msgid "(StrOpt) CA certificates" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:28(td) ./doc/common/tables/neutron-common.xml:85(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:28(td) ./doc/common/tables/neutron-common.xml:81(td) msgid "ctl_cert = None" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:29(td) ./doc/common/tables/neutron-common.xml:86(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:29(td) ./doc/common/tables/neutron-common.xml:82(td) msgid "(StrOpt) controller certificate" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:32(td) ./doc/common/tables/neutron-common.xml:89(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:32(td) ./doc/common/tables/neutron-common.xml:85(td) msgid "ctl_privkey = None" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:33(td) ./doc/common/tables/neutron-common.xml:90(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:33(td) ./doc/common/tables/neutron-common.xml:86(td) msgid "(StrOpt) controller private key" msgstr "" @@ -25773,6 +26477,10 @@ msgstr "" msgid "NSX/replication_mode = service" msgstr "" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:201(td) +msgid "(StrOpt) The default option leverages service nodes to perform packet replication though one could set to this to 'source' to perform replication locally. This is useful if one does not want to deploy a service node(s)." +msgstr "" + #: ./doc/common/tables/neutron-conf-changes-icehouse.xml:204(td) msgid "NSX_DHCP/default_lease_time = 43200" msgstr "" @@ -26101,7 +26809,7 @@ msgstr "" msgid "ml2_brocade/ostype = NOS" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:521(td) ./doc/common/tables/neutron-ml2_brocade.xml:26(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:521(td) msgid "(StrOpt) Unused" msgstr "" @@ -26109,7 +26817,7 @@ msgstr "" msgid "ml2_brocade/password = password" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:525(td) ./doc/common/tables/neutron-ml2_brocade.xml:30(td) ./doc/common/tables/neutron-brocade.xml:37(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:525(td) ./doc/common/tables/neutron-ml2_brocade.xml:34(td) ./doc/common/tables/neutron-brocade.xml:37(td) msgid "(StrOpt) The SSH password to use" msgstr "" @@ -26117,7 +26825,7 @@ msgstr "" msgid "ml2_brocade/physical_networks =" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:529(td) ./doc/common/tables/neutron-ml2_brocade.xml:34(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:529(td) ./doc/common/tables/neutron-ml2_brocade.xml:38(td) msgid "(StrOpt) Allowed physical networks" msgstr "" @@ -26125,7 +26833,7 @@ msgstr "" msgid "ml2_brocade/username = admin" msgstr "" -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:533(td) ./doc/common/tables/neutron-ml2_brocade.xml:38(td) ./doc/common/tables/neutron-brocade.xml:41(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml:533(td) ./doc/common/tables/neutron-ml2_brocade.xml:42(td) ./doc/common/tables/neutron-brocade.xml:41(td) msgid "(StrOpt) The SSH username to use" msgstr "" @@ -26565,10 +27273,6 @@ msgstr "" msgid "Description of configuration options for rpc_all" msgstr "" -#: ./doc/common/tables/nova-rpc_all.xml:149(td) ./doc/common/tables/nova-rpc.xml:41(td) -msgid "rpc_backend = nova.openstack.common.rpc.impl_kombu" -msgstr "" - #: ./doc/common/tables/nova-rpc_all.xml:200(td) ./doc/common/tables/nova-rpc.xml:64(td) msgid "rpc_driver_queue_base = cells.intercell" msgstr "" @@ -26641,6 +27345,38 @@ msgstr "" msgid "(BoolOpt) Force V1 WMI utility classes" msgstr "" +#: ./doc/common/tables/ceilometer-tripleo.xml:7(caption) +msgid "Description of configuration options for tripleo" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml:18(th) +msgid "[hardware]" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml:21(td) +msgid "readonly_user_name = ro_snmp_user" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml:22(td) +msgid "(StrOpt) SNMPd user name of all nodes running in the cloud." +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml:25(td) +msgid "readonly_user_password = password" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml:26(td) +msgid "(StrOpt) SNMPd password of all the nodes running in the cloud" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml:29(td) +msgid "url_scheme = snmp://" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml:30(td) +msgid "(StrOpt) URL scheme to use for hardware nodes" +msgstr "" + #: ./doc/common/tables/keystone-federation.xml:7(caption) msgid "Description of configuration options for federation" msgstr "" @@ -26666,202 +27402,218 @@ msgid "Description of configuration options for scheduling" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:29(td) -msgid "cpu_allocation_ratio = 16.0" +msgid "baremetal_scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ExactRamFilter, ExactDiskFilter, ExactCoreFilter" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:30(td) -msgid "(FloatOpt) Virtual CPU to physical CPU allocation ratio which affects all CPU filters. This configuration specifies a global ratio for CoreFilter. For AggregateCoreFilter, it will fall back to this configuration value if no per-aggregate setting found." +msgid "(ListOpt) Which filter class names to use for filtering baremetal hosts when not specified in the request." msgstr "" #: ./doc/common/tables/nova-scheduling.xml:33(td) -msgid "disk_allocation_ratio = 1.0" +msgid "cpu_allocation_ratio = 16.0" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:34(td) -msgid "(FloatOpt) Virtual disk to physical disk allocation ratio" +msgid "(FloatOpt) Virtual CPU to physical CPU allocation ratio which affects all CPU filters. This configuration specifies a global ratio for CoreFilter. For AggregateCoreFilter, it will fall back to this configuration value if no per-aggregate setting found." msgstr "" #: ./doc/common/tables/nova-scheduling.xml:37(td) -msgid "isolated_hosts =" +msgid "disk_allocation_ratio = 1.0" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:38(td) -msgid "(ListOpt) Host reserved for specific images" +msgid "(FloatOpt) Virtual disk to physical disk allocation ratio" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:41(td) -msgid "isolated_images =" +msgid "isolated_hosts =" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:42(td) -msgid "(ListOpt) Images to run on isolated host" +msgid "(ListOpt) Host reserved for specific images" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:45(td) -msgid "max_instances_per_host = 50" +msgid "isolated_images =" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:46(td) -msgid "(IntOpt) Ignore hosts that have too many instances" +msgid "(ListOpt) Images to run on isolated host" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:49(td) -msgid "max_io_ops_per_host = 8" +msgid "max_instances_per_host = 50" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:50(td) -msgid "(IntOpt) Tells filters to ignore hosts that have this many or more instances currently in build, resize, snapshot, migrate, rescue or unshelve task states" +msgid "(IntOpt) Ignore hosts that have too many instances" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:53(td) -msgid "ram_allocation_ratio = 1.5" +msgid "max_io_ops_per_host = 8" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:54(td) -msgid "(FloatOpt) Virtual ram to physical ram allocation ratio which affects all ram filters. This configuration specifies a global ratio for RamFilter. For AggregateRamFilter, it will fall back to this configuration value if no per-aggregate setting found." +msgid "(IntOpt) Tells filters to ignore hosts that have this many or more instances currently in build, resize, snapshot, migrate, rescue or unshelve task states" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:57(td) -msgid "ram_weight_multiplier = 1.0" +msgid "ram_allocation_ratio = 1.5" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:58(td) ./doc/common/tables/nova-scheduling.xml:121(td) -msgid "(FloatOpt) Multiplier used for weighing ram. Negative numbers mean to stack vs spread." +#: ./doc/common/tables/nova-scheduling.xml:58(td) +msgid "(FloatOpt) Virtual ram to physical ram allocation ratio which affects all ram filters. This configuration specifies a global ratio for RamFilter. For AggregateRamFilter, it will fall back to this configuration value if no per-aggregate setting found." msgstr "" #: ./doc/common/tables/nova-scheduling.xml:61(td) -msgid "reserved_host_disk_mb = 0" +msgid "ram_weight_multiplier = 1.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:62(td) -msgid "(IntOpt) Amount of disk in MB to reserve for the host" +#: ./doc/common/tables/nova-scheduling.xml:62(td) ./doc/common/tables/nova-scheduling.xml:129(td) +msgid "(FloatOpt) Multiplier used for weighing ram. Negative numbers mean to stack vs spread." msgstr "" #: ./doc/common/tables/nova-scheduling.xml:65(td) -msgid "reserved_host_memory_mb = 512" +msgid "reserved_host_disk_mb = 0" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:66(td) -msgid "(IntOpt) Amount of memory in MB to reserve for the host" +msgid "(IntOpt) Amount of disk in MB to reserve for the host" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:69(td) -msgid "restrict_isolated_hosts_to_isolated_images = True" +msgid "reserved_host_memory_mb = 512" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:70(td) -msgid "(BoolOpt) Whether to force isolated hosts to run only isolated images" +msgid "(IntOpt) Amount of memory in MB to reserve for the host" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:73(td) -msgid "scheduler_available_filters = ['nova.scheduler.filters.all_filters']" +msgid "restrict_isolated_hosts_to_isolated_images = True" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:74(td) -msgid "(MultiStrOpt) Filter classes available to the scheduler which may be specified more than once. An entry of \"nova.scheduler.filters.standard_filters\" maps to all filters included with nova." +msgid "(BoolOpt) Whether to force isolated hosts to run only isolated images" msgstr "" #: ./doc/common/tables/nova-scheduling.xml:77(td) -msgid "scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, RamFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter" +msgid "scheduler_available_filters = ['nova.scheduler.filters.all_filters']" +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml:78(td) +msgid "(MultiStrOpt) Filter classes available to the scheduler which may be specified more than once. An entry of \"nova.scheduler.filters.standard_filters\" maps to all filters included with nova." msgstr "" #: ./doc/common/tables/nova-scheduling.xml:81(td) +msgid "scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, RamFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter" +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml:85(td) msgid "scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:82(td) +#: ./doc/common/tables/nova-scheduling.xml:86(td) msgid "(StrOpt) Default driver to use for the scheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:89(td) +#: ./doc/common/tables/nova-scheduling.xml:93(td) msgid "scheduler_host_manager = nova.scheduler.host_manager.HostManager" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:93(td) +#: ./doc/common/tables/nova-scheduling.xml:97(td) msgid "scheduler_host_subset_size = 1" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:94(td) +#: ./doc/common/tables/nova-scheduling.xml:98(td) msgid "(IntOpt) New instances will be scheduled on a host chosen randomly from a subset of the N best hosts. This property defines the subset size that a host is chosen from. A value of 1 chooses the first host returned by the weighing functions. This value must be at least 1. Any value less than 1 will be ignored, and 1 will be used instead" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:101(td) +#: ./doc/common/tables/nova-scheduling.xml:105(td) msgid "scheduler_manager = nova.scheduler.manager.SchedulerManager" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:106(td) +#: ./doc/common/tables/nova-scheduling.xml:110(td) msgid "(IntOpt) Maximum number of attempts to schedule an instance" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:109(td) +#: ./doc/common/tables/nova-scheduling.xml:113(td) msgid "scheduler_topic = scheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:110(td) +#: ./doc/common/tables/nova-scheduling.xml:114(td) msgid "(StrOpt) The topic scheduler nodes listen on" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:113(td) +#: ./doc/common/tables/nova-scheduling.xml:117(td) +msgid "scheduler_use_baremetal_filters = False" +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml:118(td) +msgid "(BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters or not." +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml:121(td) msgid "scheduler_weight_classes = nova.scheduler.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:114(td) +#: ./doc/common/tables/nova-scheduling.xml:122(td) msgid "(ListOpt) Which weight class names to use for weighing hosts" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:120(td) +#: ./doc/common/tables/nova-scheduling.xml:128(td) msgid "ram_weight_multiplier = 10.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:124(td) +#: ./doc/common/tables/nova-scheduling.xml:132(td) msgid "scheduler_filter_classes = nova.cells.filters.all_filters" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:125(td) +#: ./doc/common/tables/nova-scheduling.xml:133(td) msgid "(ListOpt) Filter classes the cells scheduler should use. An entry of \"nova.cells.filters.all_filters\" maps to all cells filters included with nova." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:128(td) +#: ./doc/common/tables/nova-scheduling.xml:136(td) msgid "scheduler_retries = 10" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:129(td) +#: ./doc/common/tables/nova-scheduling.xml:137(td) msgid "(IntOpt) How many retries when no cells are available." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:132(td) +#: ./doc/common/tables/nova-scheduling.xml:140(td) msgid "scheduler_retry_delay = 2" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:133(td) +#: ./doc/common/tables/nova-scheduling.xml:141(td) msgid "(IntOpt) How often to retry in seconds when no cells are available." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:136(td) +#: ./doc/common/tables/nova-scheduling.xml:144(td) msgid "scheduler_weight_classes = nova.cells.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:137(td) +#: ./doc/common/tables/nova-scheduling.xml:145(td) msgid "(ListOpt) Weigher classes the cells scheduler should use. An entry of \"nova.cells.weights.all_weighers\" maps to all cell weighers included with nova." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:140(th) +#: ./doc/common/tables/nova-scheduling.xml:148(th) msgid "[metrics]" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:143(td) +#: ./doc/common/tables/nova-scheduling.xml:151(td) msgid "required = True" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:147(td) +#: ./doc/common/tables/nova-scheduling.xml:155(td) msgid "weight_multiplier = 1.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:151(td) +#: ./doc/common/tables/nova-scheduling.xml:159(td) msgid "weight_of_unavailable = -10000.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml:155(td) +#: ./doc/common/tables/nova-scheduling.xml:163(td) msgid "weight_setting =" msgstr "" @@ -27097,10 +27849,6 @@ msgstr "" msgid "(IntOpt) TCP Port used by Neutron metadata namespace proxy." msgstr "" -#: ./doc/common/tables/neutron-metadata.xml:33(td) -msgid "metadata_proxy_shared_secret =" -msgstr "" - #: ./doc/common/tables/neutron-metadata.xml:37(td) msgid "metadata_proxy_socket = $state_path/metadata_proxy" msgstr "" @@ -27469,11 +28217,23 @@ msgstr "" msgid "ostype = NOS" msgstr "" -#: ./doc/common/tables/neutron-ml2_brocade.xml:33(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml:26(td) +msgid "(StrOpt) OS Type of the switch" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml:29(td) +msgid "osversion = 4.0.0" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml:30(td) +msgid "(StrOpt) OS Version number" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml:37(td) msgid "physical_networks =" msgstr "" -#: ./doc/common/tables/neutron-ml2_brocade.xml:37(td) ./doc/common/tables/neutron-midonet.xml:45(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml:41(td) ./doc/common/tables/neutron-midonet.xml:45(td) msgid "username = admin" msgstr "" @@ -27557,6 +28317,10 @@ msgstr "" msgid "[clients_swift]" msgstr "" +#: ./doc/common/tables/keystone-logging.xml:21(td) +msgid "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN" +msgstr "" + #: ./doc/common/tables/neutron-brocade.xml:7(caption) msgid "Description of configuration options for brocade" msgstr "" @@ -27610,6 +28374,26 @@ msgstr "" msgid "(StrOpt) use this file for cinder emc plugin config data" msgstr "" +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml:28(td) +msgid "default_timeout = 20" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml:29(td) +msgid "(IntOpt) Default Time Out For CLI operations in minutes" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml:76(td) +msgid "max_luns_per_storage_group = 256" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml:77(td) +msgid "(IntOpt) Default max number of LUNs in a storage group" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml:105(td) +msgid "(StrOpt) Naviseccli Path" +msgstr "" + #: ./doc/common/tables/cinder-conf-changes-icehouse.xml:128(td) ./doc/common/tables/cinder-nexenta_nfs.xml:25(td) msgid "nexenta_nms_cache_volroot = True" msgstr "" @@ -27646,6 +28430,14 @@ msgstr "" msgid "(IntOpt) Number of workers for OpenStack Volume API service" msgstr "" +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml:161(td) +msgid "(StrOpt) ISCSI pool name" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml:201(td) +msgid "(IntOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/VC server." +msgstr "" + #: ./doc/common/tables/cinder-conf-changes-icehouse.xml:224(td) msgid "BRCD_FABRIC_EXAMPLE/fc_fabric_address =" msgstr "" @@ -27819,10 +28611,6 @@ msgstr "" msgid "publisher/metering_secret" msgstr "" -#: ./doc/common/tables/heat-rpc.xml:45(td) -msgid "rpc_backend = heat.openstack.common.rpc.impl_kombu" -msgstr "" - #: ./doc/common/tables/trove-taskmanager.xml:7(caption) msgid "Description of configuration options for taskmanager" msgstr "" @@ -27888,11 +28676,11 @@ msgid "state_change_wait_time = 180" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml:61(td) -msgid "update_status_on_fail = False" +msgid "update_status_on_fail = True" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml:62(td) -msgid "(BoolOpt) If instance fails to become active, taskmanager updates statuses, service status = FAILED_TIMEOUT_GUESTAGENT, instance task status = BUILDING_ERROR_TIMEOUT_GA." +msgid "(BoolOpt) Set the service and instance task statuses to ERROR when an instance fails to become active within the configured usage_timeout." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml:69(td) @@ -27900,14 +28688,22 @@ msgid "use_heat = False" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml:73(td) -msgid "use_nova_server_volume = False" +msgid "use_nova_server_config_drive = False" +msgstr "" + +#: ./doc/common/tables/trove-taskmanager.xml:74(td) +msgid "(BoolOpt) Use config drive for file injection when booting instance." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml:77(td) +msgid "use_nova_server_volume = False" +msgstr "" + +#: ./doc/common/tables/trove-taskmanager.xml:81(td) msgid "verify_swift_checksum_on_restore = True" msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:78(td) +#: ./doc/common/tables/trove-taskmanager.xml:82(td) msgid "(BoolOpt) Enable verification of swift checksum before starting restore; makes sure the checksum of original backup matches checksum of the swift backup file." msgstr "" @@ -28052,7 +28848,7 @@ msgid "Description of configuration options for console" msgstr "" #: ./doc/common/tables/nova-console.xml:21(td) -msgid "console_public_hostname = oslo" +msgid "console_public_hostname = localhost" msgstr "" #: ./doc/common/tables/nova-console.xml:22(td) @@ -28119,10 +28915,6 @@ msgstr "" msgid "(StrOpt) The driver to use for database access" msgstr "" -#: ./doc/common/tables/nova-database.xml:92(td) ./doc/common/tables/keystone-database.xml:85(td) -msgid "slave_connection = None" -msgstr "" - #: ./doc/common/tables/nova-database.xml:93(td) msgid "(StrOpt) The SQLAlchemy connection string used to connect to the slave database" msgstr "" @@ -28247,10 +29039,6 @@ msgstr "" msgid "(IntOpt) Number of security groups per project" msgstr "" -#: ./doc/common/tables/trove-redis.xml:18(th) -msgid "[matchmaker_redis]" -msgstr "" - #: ./doc/common/tables/trove-redis.xml:22(td) msgid "(StrOpt) Host to locate redis" msgstr "" @@ -28500,7 +29288,7 @@ msgid "Number of errors to find before a device is unmounted" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml:36(td) -msgid "log_file_pattern = /var/log/kern*" +msgid "log_file_pattern = /var/log/kern.*[!.][!g][!z]" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml:37(td) @@ -28727,10 +29515,6 @@ msgstr "" msgid "(StrOpt) Base command to use for virtual power(vbox, virsh)" msgstr "" -#: ./doc/common/tables/nova-baremetal.xml:132(td) -msgid "vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" -msgstr "" - #: ./doc/common/tables/cinder-backups_tsm.xml:7(caption) msgid "Description of configuration options for backups_tsm" msgstr "" @@ -28763,22 +29547,6 @@ msgstr "" msgid "Description of configuration options for san" msgstr "" -#: ./doc/common/tables/cinder-san.xml:21(td) -msgid "san_clustername =" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml:22(td) -msgid "(StrOpt) Cluster name to use for creating volumes" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml:25(td) ./doc/common/tables/cinder-prophststor_dpl.xml:22(td) -msgid "san_ip =" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml:26(td) -msgid "(StrOpt) IP address of SAN controller" -msgstr "" - #: ./doc/common/tables/cinder-san.xml:29(td) msgid "san_is_local = False" msgstr "" @@ -28787,22 +29555,6 @@ msgstr "" msgid "(BoolOpt) Execute commands locally instead of over SSH; use if the volume service is running on the SAN device" msgstr "" -#: ./doc/common/tables/cinder-san.xml:33(td) -msgid "san_login = admin" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml:34(td) -msgid "(StrOpt) Username for SAN controller" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml:37(td) ./doc/common/tables/cinder-prophststor_dpl.xml:30(td) -msgid "san_password =" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml:38(td) -msgid "(StrOpt) Password for SAN controller" -msgstr "" - #: ./doc/common/tables/cinder-san.xml:41(td) msgid "san_private_key =" msgstr "" @@ -28812,45 +29564,49 @@ msgid "(StrOpt) Filename of private key to use for SSH authentication" msgstr "" #: ./doc/common/tables/cinder-san.xml:45(td) -msgid "san_ssh_port = 22" +msgid "san_secondary_ip = None" msgstr "" #: ./doc/common/tables/cinder-san.xml:46(td) -msgid "(IntOpt) SSH port to use with SAN" +msgid "(StrOpt) VNX secondary SP IP Address." msgstr "" -#: ./doc/common/tables/cinder-san.xml:49(td) ./doc/common/tables/cinder-prophststor_dpl.xml:34(td) -msgid "san_thin_provision = True" +#: ./doc/common/tables/cinder-san.xml:49(td) +msgid "san_ssh_port = 22" msgstr "" #: ./doc/common/tables/cinder-san.xml:50(td) -msgid "(BoolOpt) Use thin provisioning for SAN volumes?" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml:53(td) -msgid "ssh_conn_timeout = 30" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml:54(td) -msgid "(IntOpt) SSH connection timeout in seconds" +msgid "(IntOpt) SSH port to use with SAN" msgstr "" #: ./doc/common/tables/cinder-san.xml:57(td) -msgid "ssh_max_pool_conn = 5" +msgid "ssh_conn_timeout = 30" msgstr "" #: ./doc/common/tables/cinder-san.xml:58(td) -msgid "(IntOpt) Maximum ssh connections in the pool" +msgid "(IntOpt) SSH connection timeout in seconds" msgstr "" #: ./doc/common/tables/cinder-san.xml:61(td) -msgid "ssh_min_pool_conn = 1" +msgid "ssh_max_pool_conn = 5" msgstr "" #: ./doc/common/tables/cinder-san.xml:62(td) +msgid "(IntOpt) Maximum ssh connections in the pool" +msgstr "" + +#: ./doc/common/tables/cinder-san.xml:65(td) +msgid "ssh_min_pool_conn = 1" +msgstr "" + +#: ./doc/common/tables/cinder-san.xml:66(td) msgid "(IntOpt) Minimum ssh connections in the pool" msgstr "" +#: ./doc/common/tables/nova-logging.xml:34(td) +msgid "(BoolOpt) Make exception message format errors fatal" +msgstr "" + #: ./doc/common/tables/neutron-nec.xml:7(caption) msgid "Description of configuration options for nec" msgstr "" @@ -29071,6 +29827,30 @@ msgstr "" msgid "(StrOpt) The driver for servicegroup service (valid options are: db, zk, mc)" msgstr "" +#: ./doc/common/tables/neutron-opencontrail.xml:7(caption) +msgid "Description of configuration options for opencontrail" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml:18(th) +msgid "[CONTRAIL]" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml:21(td) +msgid "api_server_ip = 127.0.0.1" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml:22(td) +msgid "(StrOpt) IP address to connect to opencontrail controller" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml:25(td) +msgid "api_server_port = 8082" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml:26(td) +msgid "(IntOpt) Port to connect to opencontrail controller" +msgstr "" + #: ./doc/common/tables/neutron-ml2_mlnx.xml:7(caption) msgid "Description of configuration options for ml2_mlnx" msgstr "" @@ -29107,10 +29887,6 @@ msgstr "" msgid "(BoolOpt) Delegation and impersonation features can be optionally disabled." msgstr "" -#: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:20(td) -msgid "pipeline = catch_errors proxy-logging cache proxy-server" -msgstr "" - #: ./doc/common/tables/glance-cinder.xml:7(caption) msgid "Description of configuration options for cinder" msgstr "" @@ -29191,67 +29967,59 @@ msgstr "" msgid "(StrOpt) Key used for encrypting sensitive metadata while talking to the registry or database." msgstr "" -#: ./doc/common/tables/glance-common.xml:77(td) -msgid "notifier_strategy = default" -msgstr "" - #: ./doc/common/tables/glance-common.xml:78(td) -msgid "(StrOpt) Notifications can be sent when images are create, updated or deleted. There are three methods of sending notifications, logging (via the log_file directive), rabbit (via a rabbitmq queue), qpid (via a Qpid message queue), or noop (no notifications sent, the default)." -msgstr "" - -#: ./doc/common/tables/glance-common.xml:82(td) msgid "(StrOpt) Region name of this node." msgstr "" -#: ./doc/common/tables/glance-common.xml:85(td) +#: ./doc/common/tables/glance-common.xml:81(td) msgid "property_protection_file = None" msgstr "" -#: ./doc/common/tables/glance-common.xml:86(td) +#: ./doc/common/tables/glance-common.xml:82(td) msgid "(StrOpt) The location of the property protection file." msgstr "" -#: ./doc/common/tables/glance-common.xml:93(td) +#: ./doc/common/tables/glance-common.xml:89(td) msgid "show_image_direct_url = False" msgstr "" -#: ./doc/common/tables/glance-common.xml:94(td) +#: ./doc/common/tables/glance-common.xml:90(td) msgid "(BoolOpt) Whether to include the backend image storage location in image properties. Revealing storage location can be a security risk, so use this setting with caution!" msgstr "" -#: ./doc/common/tables/glance-common.xml:97(td) +#: ./doc/common/tables/glance-common.xml:93(td) msgid "user_storage_quota = 0" msgstr "" -#: ./doc/common/tables/glance-common.xml:98(td) +#: ./doc/common/tables/glance-common.xml:94(td) msgid "(StrOpt) Set a system wide quota for every user. This value is the total capacity that a user can use across all storage systems. A value of 0 means unlimited.Optional unit can be specified for the value. Accepted units are B, KB, MB, GB and TB representing Bytes, KiloBytes, MegaBytes, GigaBytes and TeraBytesrespectively. If no unit is specified then Bytes is assumed. Note that there should not be any space between value and unit and units are case sensitive." msgstr "" -#: ./doc/common/tables/glance-common.xml:101(td) -msgid "workers = 1" +#: ./doc/common/tables/glance-common.xml:97(td) +msgid "workers = 4" msgstr "" -#: ./doc/common/tables/glance-common.xml:102(td) -msgid "(IntOpt) The number of child process workers that will be created to service API requests." +#: ./doc/common/tables/glance-common.xml:98(td) +msgid "(IntOpt) The number of child process workers that will be created to service requests. The default will be equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/glance-common.xml:105(th) +#: ./doc/common/tables/glance-common.xml:101(th) msgid "[image_format]" msgstr "" -#: ./doc/common/tables/glance-common.xml:108(td) +#: ./doc/common/tables/glance-common.xml:104(td) msgid "container_formats = ami, ari, aki, bare, ovf, ova" msgstr "" -#: ./doc/common/tables/glance-common.xml:112(td) +#: ./doc/common/tables/glance-common.xml:108(td) msgid "disk_formats = ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" -#: ./doc/common/tables/glance-common.xml:116(th) +#: ./doc/common/tables/glance-common.xml:112(th) msgid "[task]" msgstr "" -#: ./doc/common/tables/glance-common.xml:119(td) +#: ./doc/common/tables/glance-common.xml:115(td) msgid "task_time_to_live = 48" msgstr "" @@ -29308,7 +30076,7 @@ msgid "Default user for dispersion in this context" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml:32(td) -msgid "auth_version = 2.0" +msgid "auth_version = 1.0" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml:33(td) @@ -29483,18 +30251,26 @@ msgstr "" msgid "(StrOpt) Comma separated list of supported extension aliases." msgstr "" -#: ./doc/common/tables/keystone-ec2.xml:41(th) +#: ./doc/common/tables/keystone-ec2.xml:18(th) msgid "[ec2]" msgstr "" -#: ./doc/common/tables/keystone-ec2.xml:44(td) +#: ./doc/common/tables/keystone-ec2.xml:21(td) msgid "driver = keystone.contrib.ec2.backends.kvs.Ec2" msgstr "" -#: ./doc/common/tables/keystone-ec2.xml:45(td) +#: ./doc/common/tables/keystone-ec2.xml:22(td) msgid "(StrOpt) EC2Credential backend driver." msgstr "" +#: ./doc/common/tables/keystone-ec2.xml:25(th) +msgid "[keystone_ec2_token]" +msgstr "" + +#: ./doc/common/tables/keystone-ec2.xml:44(td) +msgid "url = http://localhost:5000/v2.0/ec2tokens" +msgstr "" + #: ./doc/common/tables/heat-clients_keystone.xml:7(caption) msgid "Description of configuration options for clients_keystone" msgstr "" @@ -29571,58 +30347,10 @@ msgstr "" msgid "format_options = -m 5" msgstr "" -#: ./doc/common/tables/trove-logging.xml:26(td) -msgid "(StrOpt) If an instance is passed with the log message, format it like this" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:30(td) -msgid "(StrOpt) If an instance UUID is passed with the log message, format it like this" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:38(td) -msgid "(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:42(td) -msgid "(StrOpt) (Optional) The base directory used for relative --log-file paths" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:54(td) -msgid "(StrOpt) format string to use for log messages with context" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:58(td) -msgid "(StrOpt) data to append to log format when level is DEBUG" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:62(td) -msgid "(StrOpt) format string to use for log messages without context" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:66(td) -msgid "(StrOpt) prefix each line of exception output with this format" -msgstr "" - #: ./doc/common/tables/trove-logging.xml:69(td) msgid "network_label_regex = ^private$" msgstr "" -#: ./doc/common/tables/trove-logging.xml:74(td) -msgid "(BoolOpt) publish error events" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:78(td) -msgid "(StrOpt) syslog facility to receive log lines" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:82(td) -msgid "(BoolOpt) Log output to standard error" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml:86(td) -msgid "(BoolOpt) Use syslog for logging." -msgstr "" - #: ./doc/common/tables/keystone-kvs.xml:7(caption) msgid "Description of configuration options for kvs" msgstr "" @@ -29863,146 +30591,154 @@ msgstr "" msgid "(IntOpt) Seconds to regard the agent is down; should be at least twice report_interval, to be sure the agent is down for good." msgstr "" -#: ./doc/common/tables/neutron-common.xml:41(td) +#: ./doc/common/tables/neutron-common.xml:37(td) msgid "api_workers = 0" msgstr "" -#: ./doc/common/tables/neutron-common.xml:42(td) +#: ./doc/common/tables/neutron-common.xml:38(td) msgid "(IntOpt) Number of separate worker processes for service" msgstr "" -#: ./doc/common/tables/neutron-common.xml:54(td) ./doc/common/tables/neutron-common.xml:204(td) +#: ./doc/common/tables/neutron-common.xml:50(td) ./doc/common/tables/neutron-common.xml:204(td) msgid "(StrOpt) Authentication region" msgstr "" -#: ./doc/common/tables/neutron-common.xml:58(td) ./doc/common/tables/neutron-common.xml:208(td) +#: ./doc/common/tables/neutron-common.xml:54(td) ./doc/common/tables/neutron-common.xml:208(td) msgid "(StrOpt) The type of authentication to use" msgstr "" -#: ./doc/common/tables/neutron-common.xml:62(td) ./doc/common/tables/neutron-common.xml:212(td) +#: ./doc/common/tables/neutron-common.xml:58(td) ./doc/common/tables/neutron-common.xml:212(td) msgid "(StrOpt) Authentication URL" msgstr "" -#: ./doc/common/tables/neutron-common.xml:65(td) +#: ./doc/common/tables/neutron-common.xml:61(td) msgid "base_mac = fa:16:3e:00:00:00" msgstr "" -#: ./doc/common/tables/neutron-common.xml:66(td) +#: ./doc/common/tables/neutron-common.xml:62(td) msgid "(StrOpt) The base MAC address Neutron will use for VIFs" msgstr "" -#: ./doc/common/tables/neutron-common.xml:70(td) +#: ./doc/common/tables/neutron-common.xml:66(td) msgid "(StrOpt) The host IP to bind to" msgstr "" -#: ./doc/common/tables/neutron-common.xml:73(td) +#: ./doc/common/tables/neutron-common.xml:69(td) msgid "bind_port = 9696" msgstr "" -#: ./doc/common/tables/neutron-common.xml:74(td) +#: ./doc/common/tables/neutron-common.xml:70(td) msgid "(IntOpt) The port to bind to" msgstr "" -#: ./doc/common/tables/neutron-common.xml:81(td) +#: ./doc/common/tables/neutron-common.xml:77(td) msgid "core_plugin = None" msgstr "" -#: ./doc/common/tables/neutron-common.xml:82(td) +#: ./doc/common/tables/neutron-common.xml:78(td) msgid "(StrOpt) The core plugin Neutron will use" msgstr "" -#: ./doc/common/tables/neutron-common.xml:93(td) +#: ./doc/common/tables/neutron-common.xml:89(td) msgid "dhcp_agent_notification = True" msgstr "" -#: ./doc/common/tables/neutron-common.xml:94(td) +#: ./doc/common/tables/neutron-common.xml:90(td) msgid "(BoolOpt) Allow sending resource operation notification to DHCP agent" msgstr "" -#: ./doc/common/tables/neutron-common.xml:97(td) +#: ./doc/common/tables/neutron-common.xml:93(td) msgid "dhcp_agents_per_network = 1" msgstr "" -#: ./doc/common/tables/neutron-common.xml:98(td) +#: ./doc/common/tables/neutron-common.xml:94(td) msgid "(IntOpt) Number of DHCP agents scheduled to host a network." msgstr "" -#: ./doc/common/tables/neutron-common.xml:101(td) +#: ./doc/common/tables/neutron-common.xml:97(td) msgid "dhcp_confs = $state_path/dhcp" msgstr "" -#: ./doc/common/tables/neutron-common.xml:102(td) +#: ./doc/common/tables/neutron-common.xml:98(td) msgid "(StrOpt) Location to store DHCP server config files" msgstr "" -#: ./doc/common/tables/neutron-common.xml:105(td) +#: ./doc/common/tables/neutron-common.xml:101(td) msgid "dhcp_delete_namespaces = False" msgstr "" -#: ./doc/common/tables/neutron-common.xml:106(td) +#: ./doc/common/tables/neutron-common.xml:102(td) msgid "(BoolOpt) Delete namespace after removing a dhcp server." msgstr "" -#: ./doc/common/tables/neutron-common.xml:109(td) +#: ./doc/common/tables/neutron-common.xml:105(td) msgid "dhcp_domain = openstacklocal" msgstr "" -#: ./doc/common/tables/neutron-common.xml:113(td) +#: ./doc/common/tables/neutron-common.xml:109(td) msgid "dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq" msgstr "" -#: ./doc/common/tables/neutron-common.xml:114(td) +#: ./doc/common/tables/neutron-common.xml:110(td) msgid "(StrOpt) The driver used to manage the DHCP server." msgstr "" -#: ./doc/common/tables/neutron-common.xml:117(td) +#: ./doc/common/tables/neutron-common.xml:113(td) msgid "dhcp_lease_duration = 86400" msgstr "" -#: ./doc/common/tables/neutron-common.xml:118(td) +#: ./doc/common/tables/neutron-common.xml:114(td) msgid "(IntOpt) DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use infinite lease times." msgstr "" -#: ./doc/common/tables/neutron-common.xml:125(td) +#: ./doc/common/tables/neutron-common.xml:121(td) msgid "endpoint_type = adminURL" msgstr "" -#: ./doc/common/tables/neutron-common.xml:126(td) +#: ./doc/common/tables/neutron-common.xml:122(td) msgid "(StrOpt) Network service endpoint type to pull from the keystone catalog" msgstr "" +#: ./doc/common/tables/neutron-common.xml:125(td) +msgid "force_gateway_on_subnet = True" +msgstr "" + +#: ./doc/common/tables/neutron-common.xml:126(td) +msgid "(BoolOpt) Ensure that configured gateway is on subnet. For IPv6, validate only if gateway is not a link local address. Deprecated, to be removed during the K release, at which point the check will be mandatory." +msgstr "" + #: ./doc/common/tables/neutron-common.xml:129(td) -msgid "force_gateway_on_subnet = False" -msgstr "" - -#: ./doc/common/tables/neutron-common.xml:130(td) -msgid "(BoolOpt) Ensure that configured gateway is on subnet" -msgstr "" - -#: ./doc/common/tables/neutron-common.xml:133(td) msgid "interface_driver = None" msgstr "" -#: ./doc/common/tables/neutron-common.xml:134(td) +#: ./doc/common/tables/neutron-common.xml:130(td) msgid "(StrOpt) The driver used to manage the virtual interface." msgstr "" -#: ./doc/common/tables/neutron-common.xml:137(td) +#: ./doc/common/tables/neutron-common.xml:133(td) msgid "ip_lib_force_root = False" msgstr "" -#: ./doc/common/tables/neutron-common.xml:138(td) +#: ./doc/common/tables/neutron-common.xml:134(td) msgid "(BoolOpt) Force ip_lib calls to use the root helper" msgstr "" -#: ./doc/common/tables/neutron-common.xml:145(td) +#: ./doc/common/tables/neutron-common.xml:141(td) msgid "mac_generation_retries = 16" msgstr "" -#: ./doc/common/tables/neutron-common.xml:146(td) +#: ./doc/common/tables/neutron-common.xml:142(td) msgid "(IntOpt) How many times Neutron will retry MAC generation" msgstr "" +#: ./doc/common/tables/neutron-common.xml:145(td) +msgid "max_allowed_address_pair = 10" +msgstr "" + +#: ./doc/common/tables/neutron-common.xml:146(td) +msgid "(IntOpt) Maximum number of allowed address pairs" +msgstr "" + #: ./doc/common/tables/neutron-common.xml:149(td) msgid "max_dns_nameservers = 5" msgstr "" @@ -30211,46 +30947,6 @@ msgstr "" msgid "use_virtio_for_bridges = True" msgstr "" -#: ./doc/common/tables/cinder-prophststor_dpl.xml:8(caption) -msgid "Description of configuration options for ProphetStor storage" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:23(td) -msgid "(StrOpt) IP address of SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:26(td) -msgid "san_login =" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:27(td) -msgid "(StrOpt) Username for SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:31(td) -msgid "(StrOpt) Password for SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:35(td) -msgid "(BoolOpt) Use thin provisioning for SAN volumes." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:38(td) -msgid "dpl_port = 8357" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:39(td) -msgid "(IntOpt) Port number of ProphetStor DPL storage server." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:42(td) -msgid "dpl_pool =" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml:43(td) -msgid "(StrOpt) Pool id of ProphetStor DPL storage server." -msgstr "" - #: ./doc/common/tables/swift-container-sync-realms-realm1.xml:8(literal) msgid "[realm1]" msgstr "" @@ -30351,14 +31047,6 @@ msgstr "" msgid "(ListOpt) Proxy classes to import that will affect the way the dogpile.cache backend functions. See the dogpile.cache documentation on changing-backend-behavior." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:49(td) -msgid "use_key_mangler = True" -msgstr "" - -#: ./doc/common/tables/keystone-cache.xml:50(td) -msgid "(BoolOpt) Use a key-mangling function (sha1) to ensure fixed length cache-keys. This is toggle-able for debugging purposes, it is highly recommended to always leave this set to true." -msgstr "" - #: ./doc/common/tables/nova-configdrive.xml:7(caption) msgid "Description of configuration options for configdrive" msgstr "" @@ -30384,7 +31072,7 @@ msgid "config_drive_tempdir = None" msgstr "" #: ./doc/common/tables/nova-configdrive.xml:30(td) -msgid "(StrOpt) Where to put temporary files associated with config drive creation" +msgid "(StrOpt) DEPRECATED (not needed any more): Where to put temporary files associated with config drive creation" msgstr "" #: ./doc/common/tables/nova-configdrive.xml:33(td) @@ -30440,7 +31128,7 @@ msgid "(BoolOpt) Toggle for token system cacheing. This has no effect unless glo msgstr "" #: ./doc/common/tables/keystone-token.xml:33(td) -msgid "driver = keystone.token.backends.sql.Token" +msgid "driver = keystone.token.persistence.backends.sql.Token" msgstr "" #: ./doc/common/tables/keystone-token.xml:34(td) @@ -30491,10 +31179,6 @@ msgstr "" msgid "(BoolOpt) Revoke token by token identifier. Setting revoke_by_id to true enables various forms of enumerating tokens, e.g. `list tokens for user`. These enumerations are processed to determine the list of tokens to revoke. Only disable if you are switching to using the Revoke extension with a backend other than KVS, which stores events in memory." msgstr "" -#: ./doc/common/tables/heat-database.xml:85(td) -msgid "sqlite_db = heat.sqlite" -msgstr "" - #: ./doc/common/tables/neutron-ml2.xml:7(caption) msgid "Description of configuration options for ml2" msgstr "" @@ -30527,8 +31211,24 @@ msgstr "" msgid "(ListOpt) List of network type driver entrypoints to be loaded from the neutron.ml2.type_drivers namespace." msgstr "" -#: ./doc/common/tables/keystone-database.xml:86(td) -msgid "(StrOpt) The SQLAlchemy connection string to use to connect to the slave database." +#: ./doc/common/tables/glance-profiler.xml:7(caption) +msgid "Description of configuration options for profiler" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml:18(th) +msgid "[profiler]" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml:22(td) +msgid "(BoolOpt) If False fully disable profiling feature." +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml:25(td) +msgid "trace_sqlalchemy = True" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml:26(td) +msgid "(BoolOpt) If False doesn't trace SQL requests." msgstr "" #: ./doc/common/tables/keystone-memcache.xml:7(caption) @@ -30551,10 +31251,6 @@ msgstr "" msgid "(ListOpt) Memcache servers in the format of \"host:port\"." msgstr "" -#: ./doc/common/tables/trove-debug.xml:38(td) -msgid "(BoolOpt) make deprecations fatal" -msgstr "" - #: ./doc/common/tables/trove-debug.xml:41(td) msgid "pydev_debug = disabled" msgstr "" @@ -30563,7 +31259,7 @@ msgstr "" msgid "(StrOpt) Enable or disable pydev remote debugging. If value is 'auto' tries to connect to remote debugger server, but in case of error continues running with debugging disabled." msgstr "" -#: ./doc/common/tables/trove-debug.xml:45(td) ./doc/common/tables/keystone-debug.xml:41(td) +#: ./doc/common/tables/trove-debug.xml:45(td) ./doc/common/tables/keystone-debug.xml:37(td) msgid "pydev_debug_host = None" msgstr "" @@ -30571,7 +31267,7 @@ msgstr "" msgid "(StrOpt) Pydev debug server host (localhost by default)." msgstr "" -#: ./doc/common/tables/trove-debug.xml:49(td) ./doc/common/tables/keystone-debug.xml:45(td) +#: ./doc/common/tables/trove-debug.xml:49(td) ./doc/common/tables/keystone-debug.xml:41(td) msgid "pydev_debug_port = None" msgstr "" @@ -30579,30 +31275,6 @@ msgstr "" msgid "(IntOpt) Pydev debug server port (5678 by default)." msgstr "" -#: ./doc/common/tables/trove-debug.xml:53(td) -msgid "remote_cinder_client = trove.common.remote.cinder_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml:57(td) -msgid "remote_dns_client = trove.common.remote.dns_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml:61(td) -msgid "remote_guest_client = trove.common.remote.guest_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml:65(td) -msgid "remote_heat_client = trove.common.remote.heat_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml:69(td) -msgid "remote_nova_client = trove.common.remote.nova_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml:73(td) -msgid "remote_swift_client = trove.common.remote.swift_client" -msgstr "" - #: ./doc/common/tables/trove-swift.xml:21(td) msgid "swift_service_type = object-store" msgstr "" @@ -30712,27 +31384,31 @@ msgid "disk_prefix = None" msgstr "" #: ./doc/common/tables/nova-libvirt.xml:56(td) -msgid "image_info_filename_pattern = $instances_path/$image_cache_subdirectory_name/%(image)s.info" +msgid "hw_machine_type = None" +msgstr "" + +#: ./doc/common/tables/nova-libvirt.xml:57(td) +msgid "(ListOpt) For qemu or KVM guests, set this option to specify a default machine type per host architecture. You can find a list of supported machine types in your environment by checking the output of the \"virsh capabilities\"command. The format of the value for this config option is host-arch=machine-type. For example: x86_64=machinetype1,armv7l=machinetype2" msgstr "" #: ./doc/common/tables/nova-libvirt.xml:60(td) -msgid "remove_unused_kernels = False" +msgid "image_info_filename_pattern = $instances_path/$image_cache_subdirectory_name/%(image)s.info" msgstr "" #: ./doc/common/tables/nova-libvirt.xml:64(td) -msgid "remove_unused_resized_minimum_age_seconds = 3600" +msgid "remove_unused_kernels = False" msgstr "" #: ./doc/common/tables/nova-libvirt.xml:68(td) -msgid "rng_dev_path = None" +msgid "remove_unused_resized_minimum_age_seconds = 3600" msgstr "" #: ./doc/common/tables/nova-libvirt.xml:72(td) -msgid "snapshots_directory = $instances_path/snapshots" +msgid "rng_dev_path = None" msgstr "" #: ./doc/common/tables/nova-libvirt.xml:76(td) -msgid "vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver" +msgid "snapshots_directory = $instances_path/snapshots" msgstr "" #: ./doc/common/tables/nova-libvirt.xml:80(td) @@ -30811,6 +31487,14 @@ msgstr "" msgid "zone_driver = cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver" msgstr "" +#: ./doc/common/tables/ceilometer-glance.xml:21(td) +msgid "glance_page_size = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-glance.xml:22(td) +msgid "(IntOpt) Number of items to request in each paginated Glance API request (parameter used by glancecelient). If this is less than or equal to 0, page size is not specified (default value in glanceclient is used)." +msgstr "" + #: ./doc/common/tables/glance-ssl.xml:26(td) msgid "(StrOpt) Certificate file to use when starting API server securely." msgstr "" @@ -30835,27 +31519,27 @@ msgstr "" msgid "(StrOpt) Driver for security groups firewall in the L2 agent" msgstr "" -#: ./doc/common/tables/keystone-debug.xml:42(td) +#: ./doc/common/tables/keystone-debug.xml:38(td) msgid "(StrOpt) Host to connect to for remote debugger." msgstr "" -#: ./doc/common/tables/keystone-debug.xml:46(td) +#: ./doc/common/tables/keystone-debug.xml:42(td) msgid "(IntOpt) Port to connect to for remote debugger." msgstr "" -#: ./doc/common/tables/keystone-debug.xml:49(td) +#: ./doc/common/tables/keystone-debug.xml:45(td) msgid "standard_threads = False" msgstr "" -#: ./doc/common/tables/keystone-debug.xml:50(td) +#: ./doc/common/tables/keystone-debug.xml:46(td) msgid "(BoolOpt) Do not monkey-patch threading system modules." msgstr "" -#: ./doc/common/tables/keystone-debug.xml:53(th) +#: ./doc/common/tables/keystone-debug.xml:49(th) msgid "[audit]" msgstr "" -#: ./doc/common/tables/keystone-debug.xml:56(td) +#: ./doc/common/tables/keystone-debug.xml:52(td) msgid "namespace = openstack" msgstr "" diff --git a/doc/common/locale/fr.po b/doc/common/locale/fr.po index 396e61e559..b0f0b47ba1 100644 --- a/doc/common/locale/fr.po +++ b/doc/common/locale/fr.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-08-19 03:34+0000\n" -"PO-Revision-Date: 2014-08-19 03:34+0000\n" +"POT-Creation-Date: 2014-08-19 21:02+0000\n" +"PO-Revision-Date: 2014-08-19 19:20+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/fr/)\n" "MIME-Version: 1.0\n" @@ -254,6 +254,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml13(th) #: ./doc/common/tables/glance-auth_token.xml13(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml13(th) +#: ./doc/common/tables/cinder-nimble.xml13(th) #: ./doc/common/tables/swift-container-server-container-sync.xml15(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml15(th) #: ./doc/common/tables/cinder-zoning_fabric.xml13(th) @@ -271,6 +272,7 @@ msgstr "" #: ./doc/common/tables/glance-rbd.xml13(th) #: ./doc/common/tables/cinder-storage_xen.xml13(th) #: ./doc/common/tables/ceilometer-common.xml13(th) +#: ./doc/common/tables/cinder-pure.xml13(th) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml15(th) #: ./doc/common/tables/cinder-database.xml13(th) #: ./doc/common/tables/ceilometer-logging.xml13(th) @@ -340,6 +342,7 @@ msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-1.xml15(th) #: ./doc/common/tables/neutron-embrane.xml13(th) #: ./doc/common/tables/heat-quota.xml13(th) +#: ./doc/common/tables/trove-network.xml13(th) #: ./doc/common/tables/ceilometer-nova_import.xml13(th) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml15(th) #: ./doc/common/tables/nova-common.xml13(th) @@ -347,6 +350,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml13(th) #: ./doc/common/tables/neutron-redis.xml13(th) #: ./doc/common/tables/trove-db_mysql.xml13(th) +#: ./doc/common/tables/neutron-dvr.xml13(th) #: ./doc/common/tables/heat-zeromq.xml13(th) #: ./doc/common/tables/heat-amqp.xml13(th) #: ./doc/common/tables/neutron-linuxbridge_agent.xml13(th) @@ -403,6 +407,8 @@ msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml15(th) #: ./doc/common/tables/cinder-storwize.xml13(th) #: ./doc/common/tables/cinder-hplefthand.xml13(th) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml15(th) +#: ./doc/common/tables/neutron-ipv6_ra.xml13(th) #: ./doc/common/tables/glance-s3.xml13(th) #: ./doc/common/tables/nova-rootwrap.xml13(th) #: ./doc/common/tables/heat-loadbalancer.xml13(th) @@ -423,6 +429,7 @@ msgstr "" #: ./doc/common/tables/heat-clients_ceilometer.xml13(th) #: ./doc/common/tables/neutron-ryu.xml13(th) #: ./doc/common/tables/glance-logging.xml13(th) +#: ./doc/common/tables/cinder-swift.xml13(th) #: ./doc/common/tables/swift-rsyncd-account.xml15(th) #: ./doc/common/tables/neutron-metering_agent.xml13(th) #: ./doc/common/tables/neutron-zeromq.xml13(th) @@ -431,12 +438,14 @@ msgstr "" #: ./doc/common/tables/cinder-common.xml13(th) #: ./doc/common/tables/glance-swift.xml13(th) #: ./doc/common/tables/trove-quota.xml13(th) +#: ./doc/common/tables/trove-clients.xml13(th) #: ./doc/common/tables/cinder-auth_token.xml13(th) #: ./doc/common/tables/ceilometer-alarm.xml13(th) #: ./doc/common/tables/ceilometer-events.xml13(th) #: ./doc/common/tables/neutron-lbaas_haproxy.xml13(th) #: ./doc/common/tables/cinder-xiv.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml15(th) +#: ./doc/common/tables/neutron-sriov.xml13(th) #: ./doc/common/tables/neutron-ml2_bigswitch.xml13(th) #: ./doc/common/tables/nova-glance.xml13(th) #: ./doc/common/tables/neutron-database.xml13(th) @@ -454,12 +463,14 @@ msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml13(th) #: ./doc/common/tables/trove-heat.xml13(th) #: ./doc/common/tables/glance-sheepdog.xml13(th) +#: ./doc/common/tables/keystone-mapping.xml13(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml15(th) #: ./doc/common/tables/cinder-windows.xml13(th) #: ./doc/common/tables/cinder-san-solaris.xml13(th) #: ./doc/common/tables/neutron-nuage.xml13(th) #: ./doc/common/tables/keystone-zeromq.xml13(th) #: ./doc/common/tables/neutron-bigswitch.xml13(th) +#: ./doc/common/tables/neutron-cfg_agent.xml13(th) #: ./doc/common/tables/ceilometer-rpc.xml13(th) #: ./doc/common/tables/swift-container-server-container-updater.xml15(th) #: ./doc/common/tables/trove-db_mongodb.xml13(th) @@ -471,6 +482,7 @@ msgstr "" #: ./doc/common/tables/nova-network.xml13(th) #: ./doc/common/tables/glance-redis.xml13(th) #: ./doc/common/tables/keystone-ssl.xml13(th) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml13(th) #: ./doc/common/tables/nova-ca.xml13(th) #: ./doc/common/tables/neutron-dhcp_agent.xml13(th) #: ./doc/common/tables/ceilometer-collector.xml13(th) @@ -486,6 +498,7 @@ msgstr "" #: ./doc/common/tables/nova-qpid.xml13(th) #: ./doc/common/tables/glance-qpid.xml13(th) #: ./doc/common/tables/neutron-lbaas_radware.xml13(th) +#: ./doc/common/tables/neutron-ml2_sriov.xml13(th) #: ./doc/common/tables/neutron-ml2_l2pop.xml13(th) #: ./doc/common/tables/glance-amqp.xml13(th) #: ./doc/common/tables/glance-zmq.xml13(th) @@ -495,6 +508,7 @@ msgstr "" #: ./doc/common/tables/neutron-testing.xml13(th) #: ./doc/common/tables/swift-object-server-pipeline-main.xml15(th) #: ./doc/common/tables/swift-memcache-memcache.xml15(th) +#: ./doc/common/tables/ceilometer-debug.xml13(th) #: ./doc/common/tables/swift-account-server-app-account-server.xml15(th) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml15(th) #: ./doc/common/tables/trove-compute.xml13(th) @@ -523,6 +537,7 @@ msgstr "" #: ./doc/common/tables/neutron-notifier.xml13(th) #: ./doc/common/tables/nova-rpc_all.xml13(th) #: ./doc/common/tables/neutron-hyperv_agent.xml13(th) +#: ./doc/common/tables/ceilometer-tripleo.xml13(th) #: ./doc/common/tables/keystone-federation.xml13(th) #: ./doc/common/tables/nova-scheduling.xml13(th) #: ./doc/common/tables/cinder-ssl.xml13(th) @@ -585,6 +600,7 @@ msgstr "" #: ./doc/common/tables/keystone-security.xml13(th) #: ./doc/common/tables/heat-clients_neutron.xml13(th) #: ./doc/common/tables/nova-api.xml13(th) +#: ./doc/common/tables/neutron-opencontrail.xml13(th) #: ./doc/common/tables/neutron-ml2_mlnx.xml13(th) #: ./doc/common/tables/trove-auth_token.xml13(th) #: ./doc/common/tables/keystone-trust.xml13(th) @@ -615,7 +631,6 @@ msgstr "" #: ./doc/common/tables/glance-testing.xml13(th) #: ./doc/common/tables/neutron-common.xml13(th) #: ./doc/common/tables/nova-hypervisor.xml13(th) -#: ./doc/common/tables/cinder-prophststor_dpl.xml14(th) #: ./doc/common/tables/keystone-qpid.xml13(th) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml15(th) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml15(th) @@ -628,6 +643,7 @@ msgstr "" #: ./doc/common/tables/ceilometer-rabbitmq.xml13(th) #: ./doc/common/tables/neutron-ml2.xml13(th) #: ./doc/common/tables/keystone-database.xml13(th) +#: ./doc/common/tables/glance-profiler.xml13(th) #: ./doc/common/tables/keystone-memcache.xml13(th) #: ./doc/common/tables/trove-debug.xml13(th) #: ./doc/common/tables/trove-swift.xml13(th) @@ -636,6 +652,7 @@ msgstr "" #: ./doc/common/tables/neutron-mlnx.xml13(th) #: ./doc/common/tables/cinder-zoning_manager.xml13(th) #: ./doc/common/tables/ceilometer-amqp.xml13(th) +#: ./doc/common/tables/ceilometer-glance.xml13(th) #: ./doc/common/tables/glance-ssl.xml13(th) #: ./doc/common/tables/neutron-securitygroups.xml13(th) #: ./doc/common/tables/keystone-debug.xml13(th) @@ -9810,6 +9827,7 @@ msgstr "Sections" #: ./doc/common/tables/keystone-policy.xml18(th) #: ./doc/common/tables/glance-auth_token.xml18(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml18(th) +#: ./doc/common/tables/cinder-nimble.xml18(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml8(literal) #: ./doc/common/tables/ceilometer-redis.xml18(th) #: ./doc/common/tables/cinder-storage_ceph.xml18(th) @@ -9821,6 +9839,7 @@ msgstr "Sections" #: ./doc/common/tables/glance-rbd.xml18(th) #: ./doc/common/tables/cinder-storage_xen.xml18(th) #: ./doc/common/tables/ceilometer-common.xml18(th) +#: ./doc/common/tables/cinder-pure.xml18(th) #: ./doc/common/tables/cinder-database.xml18(th) #: ./doc/common/tables/ceilometer-logging.xml18(th) #: ./doc/common/tables/heat-common.xml18(th) @@ -9856,13 +9875,14 @@ msgstr "Sections" #: ./doc/common/tables/cinder-storage.xml18(th) #: ./doc/common/tables/glance-registry.xml18(th) #: ./doc/common/tables/heat-quota.xml18(th) +#: ./doc/common/tables/trove-network.xml18(th) #: ./doc/common/tables/ceilometer-nova_import.xml18(th) #: ./doc/common/tables/nova-common.xml18(th) #: ./doc/common/tables/nova-volumes.xml18(th) #: ./doc/common/tables/neutron-redis.xml18(th) +#: ./doc/common/tables/neutron-dvr.xml18(th) #: ./doc/common/tables/heat-zeromq.xml18(th) #: ./doc/common/tables/heat-amqp.xml18(th) -#: ./doc/common/tables/nova-redis.xml18(th) #: ./doc/common/tables/swift-container-server-DEFAULT.xml8(literal) #: ./doc/common/tables/glance-rabbitmq.xml18(th) #: ./doc/common/tables/neutron-l3_agent.xml18(th) @@ -9895,6 +9915,7 @@ msgstr "Sections" #: ./doc/common/tables/heat-waitcondition_api.xml18(th) #: ./doc/common/tables/cinder-storwize.xml18(th) #: ./doc/common/tables/cinder-hplefthand.xml18(th) +#: ./doc/common/tables/neutron-ipv6_ra.xml18(th) #: ./doc/common/tables/glance-s3.xml18(th) #: ./doc/common/tables/nova-rootwrap.xml18(th) #: ./doc/common/tables/heat-loadbalancer.xml18(th) @@ -9908,13 +9929,16 @@ msgstr "Sections" #: ./doc/common/tables/cinder-storage_nfs.xml18(th) #: ./doc/common/tables/cinder-hds-hnas.xml18(th) #: ./doc/common/tables/heat-api.xml18(th) +#: ./doc/common/tables/neutron-ryu.xml18(th) #: ./doc/common/tables/glance-logging.xml18(th) +#: ./doc/common/tables/cinder-swift.xml18(th) #: ./doc/common/tables/neutron-metering_agent.xml18(th) #: ./doc/common/tables/neutron-zeromq.xml18(th) #: ./doc/common/tables/cinder-storage_glusterfs.xml18(th) #: ./doc/common/tables/cinder-common.xml18(th) #: ./doc/common/tables/glance-swift.xml18(th) #: ./doc/common/tables/trove-quota.xml18(th) +#: ./doc/common/tables/trove-clients.xml18(th) #: ./doc/common/tables/cinder-auth_token.xml18(th) #: ./doc/common/tables/cinder-xiv.xml18(th) #: ./doc/common/tables/nova-glance.xml18(th) @@ -9928,13 +9952,14 @@ msgstr "Sections" #: ./doc/common/tables/cinder-windows.xml18(th) #: ./doc/common/tables/cinder-san-solaris.xml18(th) #: ./doc/common/tables/keystone-zeromq.xml18(th) +#: ./doc/common/tables/neutron-cfg_agent.xml18(th) #: ./doc/common/tables/ceilometer-rpc.xml18(th) #: ./doc/common/tables/glance-filesystem.xml18(th) #: ./doc/common/tables/trove-rpc.xml18(th) #: ./doc/common/tables/ceilometer-swift.xml18(th) #: ./doc/common/tables/trove-backup.xml18(th) #: ./doc/common/tables/nova-network.xml18(th) -#: ./doc/common/tables/glance-redis.xml18(th) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml18(th) #: ./doc/common/tables/nova-ca.xml18(th) #: ./doc/common/tables/neutron-dhcp_agent.xml18(th) #: ./doc/common/tables/ceilometer-collector.xml18(th) @@ -9949,6 +9974,7 @@ msgstr "Sections" #: ./doc/common/tables/glance-zmq.xml18(th) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml8(literal) #: ./doc/common/tables/neutron-testing.xml18(th) +#: ./doc/common/tables/ceilometer-debug.xml18(th) #: ./doc/common/tables/trove-compute.xml18(th) #: ./doc/common/tables/cinder-rpc.xml18(th) #: ./doc/common/tables/cinder-hpmsa.xml18(th) @@ -10002,7 +10028,6 @@ msgstr "Sections" #: ./doc/common/tables/swift-account-server-DEFAULT.xml8(literal) #: ./doc/common/tables/trove-nova.xml18(th) #: ./doc/common/tables/neutron-rabbitmq.xml18(th) -#: ./doc/common/tables/keystone-ec2.xml18(th) #: ./doc/common/tables/neutron-api.xml18(th) #: ./doc/common/tables/trove-logging.xml18(th) #: ./doc/common/tables/keystone-redis.xml18(th) @@ -10011,7 +10036,6 @@ msgstr "Sections" #: ./doc/common/tables/glance-testing.xml18(th) #: ./doc/common/tables/neutron-common.xml18(th) #: ./doc/common/tables/nova-hypervisor.xml18(th) -#: ./doc/common/tables/cinder-prophststor_dpl.xml19(th) #: ./doc/common/tables/keystone-qpid.xml18(th) #: ./doc/common/tables/nova-wsgi.xml18(th) #: ./doc/common/tables/nova-configdrive.xml18(th) @@ -10021,6 +10045,7 @@ msgstr "Sections" #: ./doc/common/tables/trove-swift.xml18(th) #: ./doc/common/tables/nova-libvirt.xml18(th) #: ./doc/common/tables/ceilometer-amqp.xml18(th) +#: ./doc/common/tables/ceilometer-glance.xml18(th) #: ./doc/common/tables/glance-ssl.xml18(th) #: ./doc/common/tables/keystone-debug.xml18(th) #: ./doc/common/tables/cinder-rootwrap.xml18(th) @@ -12158,6 +12183,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml12(th) #: ./doc/common/tables/glance-auth_token.xml12(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml12(th) +#: ./doc/common/tables/cinder-nimble.xml12(th) #: ./doc/common/tables/swift-container-server-container-sync.xml14(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml14(th) #: ./doc/common/tables/cinder-zoning_fabric.xml12(th) @@ -12175,6 +12201,7 @@ msgstr "" #: ./doc/common/tables/glance-rbd.xml12(th) #: ./doc/common/tables/cinder-storage_xen.xml12(th) #: ./doc/common/tables/ceilometer-common.xml12(th) +#: ./doc/common/tables/cinder-pure.xml12(th) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml14(th) #: ./doc/common/tables/cinder-database.xml12(th) #: ./doc/common/tables/ceilometer-logging.xml12(th) @@ -12243,6 +12270,7 @@ msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-1.xml14(th) #: ./doc/common/tables/neutron-embrane.xml12(th) #: ./doc/common/tables/heat-quota.xml12(th) +#: ./doc/common/tables/trove-network.xml12(th) #: ./doc/common/tables/ceilometer-nova_import.xml12(th) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml14(th) #: ./doc/common/tables/nova-common.xml12(th) @@ -12250,6 +12278,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml12(th) #: ./doc/common/tables/neutron-redis.xml12(th) #: ./doc/common/tables/trove-db_mysql.xml12(th) +#: ./doc/common/tables/neutron-dvr.xml12(th) #: ./doc/common/tables/heat-zeromq.xml12(th) #: ./doc/common/tables/heat-amqp.xml12(th) #: ./doc/common/tables/neutron-linuxbridge_agent.xml12(th) @@ -12306,6 +12335,8 @@ msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml14(th) #: ./doc/common/tables/cinder-storwize.xml12(th) #: ./doc/common/tables/cinder-hplefthand.xml12(th) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml14(th) +#: ./doc/common/tables/neutron-ipv6_ra.xml12(th) #: ./doc/common/tables/glance-s3.xml12(th) #: ./doc/common/tables/nova-rootwrap.xml12(th) #: ./doc/common/tables/heat-loadbalancer.xml12(th) @@ -12326,6 +12357,7 @@ msgstr "" #: ./doc/common/tables/heat-clients_ceilometer.xml12(th) #: ./doc/common/tables/neutron-ryu.xml12(th) #: ./doc/common/tables/glance-logging.xml12(th) +#: ./doc/common/tables/cinder-swift.xml12(th) #: ./doc/common/tables/swift-rsyncd-account.xml14(th) #: ./doc/common/tables/neutron-metering_agent.xml12(th) #: ./doc/common/tables/neutron-zeromq.xml12(th) @@ -12334,12 +12366,14 @@ msgstr "" #: ./doc/common/tables/cinder-common.xml12(th) #: ./doc/common/tables/glance-swift.xml12(th) #: ./doc/common/tables/trove-quota.xml12(th) +#: ./doc/common/tables/trove-clients.xml12(th) #: ./doc/common/tables/cinder-auth_token.xml12(th) #: ./doc/common/tables/ceilometer-alarm.xml12(th) #: ./doc/common/tables/ceilometer-events.xml12(th) #: ./doc/common/tables/neutron-lbaas_haproxy.xml12(th) #: ./doc/common/tables/cinder-xiv.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml14(th) +#: ./doc/common/tables/neutron-sriov.xml12(th) #: ./doc/common/tables/neutron-ml2_bigswitch.xml12(th) #: ./doc/common/tables/nova-glance.xml12(th) #: ./doc/common/tables/neutron-database.xml12(th) @@ -12357,12 +12391,14 @@ msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml12(th) #: ./doc/common/tables/trove-heat.xml12(th) #: ./doc/common/tables/glance-sheepdog.xml12(th) +#: ./doc/common/tables/keystone-mapping.xml12(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml14(th) #: ./doc/common/tables/cinder-windows.xml12(th) #: ./doc/common/tables/cinder-san-solaris.xml12(th) #: ./doc/common/tables/neutron-nuage.xml12(th) #: ./doc/common/tables/keystone-zeromq.xml12(th) #: ./doc/common/tables/neutron-bigswitch.xml12(th) +#: ./doc/common/tables/neutron-cfg_agent.xml12(th) #: ./doc/common/tables/ceilometer-rpc.xml12(th) #: ./doc/common/tables/swift-container-server-container-updater.xml14(th) #: ./doc/common/tables/trove-db_mongodb.xml12(th) @@ -12374,6 +12410,7 @@ msgstr "" #: ./doc/common/tables/nova-network.xml12(th) #: ./doc/common/tables/glance-redis.xml12(th) #: ./doc/common/tables/keystone-ssl.xml12(th) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml12(th) #: ./doc/common/tables/nova-ca.xml12(th) #: ./doc/common/tables/neutron-dhcp_agent.xml12(th) #: ./doc/common/tables/ceilometer-collector.xml12(th) @@ -12389,6 +12426,7 @@ msgstr "" #: ./doc/common/tables/nova-qpid.xml12(th) #: ./doc/common/tables/glance-qpid.xml12(th) #: ./doc/common/tables/neutron-lbaas_radware.xml12(th) +#: ./doc/common/tables/neutron-ml2_sriov.xml12(th) #: ./doc/common/tables/neutron-ml2_l2pop.xml12(th) #: ./doc/common/tables/glance-amqp.xml12(th) #: ./doc/common/tables/glance-zmq.xml12(th) @@ -12398,6 +12436,7 @@ msgstr "" #: ./doc/common/tables/neutron-testing.xml12(th) #: ./doc/common/tables/swift-object-server-pipeline-main.xml14(th) #: ./doc/common/tables/swift-memcache-memcache.xml14(th) +#: ./doc/common/tables/ceilometer-debug.xml12(th) #: ./doc/common/tables/swift-account-server-app-account-server.xml14(th) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml14(th) #: ./doc/common/tables/trove-compute.xml12(th) @@ -12426,6 +12465,7 @@ msgstr "" #: ./doc/common/tables/neutron-notifier.xml12(th) #: ./doc/common/tables/nova-rpc_all.xml12(th) #: ./doc/common/tables/neutron-hyperv_agent.xml12(th) +#: ./doc/common/tables/ceilometer-tripleo.xml12(th) #: ./doc/common/tables/keystone-federation.xml12(th) #: ./doc/common/tables/nova-scheduling.xml12(th) #: ./doc/common/tables/cinder-ssl.xml12(th) @@ -12488,6 +12528,7 @@ msgstr "" #: ./doc/common/tables/keystone-security.xml12(th) #: ./doc/common/tables/heat-clients_neutron.xml12(th) #: ./doc/common/tables/nova-api.xml12(th) +#: ./doc/common/tables/neutron-opencontrail.xml12(th) #: ./doc/common/tables/neutron-ml2_mlnx.xml12(th) #: ./doc/common/tables/trove-auth_token.xml12(th) #: ./doc/common/tables/keystone-trust.xml12(th) @@ -12518,7 +12559,6 @@ msgstr "" #: ./doc/common/tables/glance-testing.xml12(th) #: ./doc/common/tables/neutron-common.xml12(th) #: ./doc/common/tables/nova-hypervisor.xml12(th) -#: ./doc/common/tables/cinder-prophststor_dpl.xml13(th) #: ./doc/common/tables/keystone-qpid.xml12(th) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml14(th) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml14(th) @@ -12531,6 +12571,7 @@ msgstr "" #: ./doc/common/tables/ceilometer-rabbitmq.xml12(th) #: ./doc/common/tables/neutron-ml2.xml12(th) #: ./doc/common/tables/keystone-database.xml12(th) +#: ./doc/common/tables/glance-profiler.xml12(th) #: ./doc/common/tables/keystone-memcache.xml12(th) #: ./doc/common/tables/trove-debug.xml12(th) #: ./doc/common/tables/trove-swift.xml12(th) @@ -12539,6 +12580,7 @@ msgstr "" #: ./doc/common/tables/neutron-mlnx.xml12(th) #: ./doc/common/tables/cinder-zoning_manager.xml12(th) #: ./doc/common/tables/ceilometer-amqp.xml12(th) +#: ./doc/common/tables/ceilometer-glance.xml12(th) #: ./doc/common/tables/glance-ssl.xml12(th) #: ./doc/common/tables/neutron-securitygroups.xml12(th) #: ./doc/common/tables/keystone-debug.xml12(th) @@ -12556,6 +12598,16 @@ msgid "(StrOpt) DEPRECATED - Database connection string." msgstr "" #: ./doc/common/tables/ceilometer-database.xml28(td) +msgid "alarm_connection = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml29(td) +msgid "" +"(StrOpt) The connection string used to connect to the alarm database. (if " +"unset, connection is used)" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml32(td) #: ./doc/common/tables/cinder-database.xml32(td) #: ./doc/common/tables/glance-database.xml21(td) #: ./doc/common/tables/neutron-database.xml21(td) @@ -12565,36 +12617,31 @@ msgstr "" msgid "backend = sqlalchemy" msgstr "backend = sqlalchemy" -#: ./doc/common/tables/ceilometer-database.xml29(td) +#: ./doc/common/tables/ceilometer-database.xml33(td) #: ./doc/common/tables/cinder-database.xml22(td) -#: ./doc/common/tables/glance-database.xml22(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml105(td) -#: ./doc/common/tables/neutron-database.xml22(td) #: ./doc/common/tables/nova-database.xml29(td) -#: ./doc/common/tables/heat-database.xml22(td) msgid "(StrOpt) The backend to use for db" msgstr "StrOpt) Le backend à utiliser pour la base de données" -#: ./doc/common/tables/ceilometer-database.xml32(td) +#: ./doc/common/tables/ceilometer-database.xml36(td) #: ./doc/common/tables/cinder-database.xml36(td) #: ./doc/common/tables/glance-database.xml25(td) +#: ./doc/common/tables/neutron-database.xml25(td) #: ./doc/common/tables/nova-database.xml32(td) #: ./doc/common/tables/heat-database.xml25(td) #: ./doc/common/tables/keystone-database.xml25(td) msgid "connection = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml33(td) -#: ./doc/common/tables/glance-database.xml26(td) +#: ./doc/common/tables/ceilometer-database.xml37(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml109(td) -#: ./doc/common/tables/neutron-database.xml26(td) #: ./doc/common/tables/nova-database.xml33(td) -#: ./doc/common/tables/heat-database.xml26(td) msgid "" "(StrOpt) The SQLAlchemy connection string used to connect to the database" msgstr "(StrOpt) La chaîne de connexion SQLAlchemy utilisée pour se connecter à la base de données bare-metal" -#: ./doc/common/tables/ceilometer-database.xml36(td) +#: ./doc/common/tables/ceilometer-database.xml40(td) #: ./doc/common/tables/cinder-database.xml40(td) #: ./doc/common/tables/glance-database.xml29(td) #: ./doc/common/tables/neutron-database.xml29(td) @@ -12604,17 +12651,14 @@ msgstr "(StrOpt) La chaîne de connexion SQLAlchemy utilisée pour se connecter msgid "connection_debug = 0" msgstr "connection_debug = 0" -#: ./doc/common/tables/ceilometer-database.xml37(td) -#: ./doc/common/tables/glance-database.xml30(td) +#: ./doc/common/tables/ceilometer-database.xml41(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml113(td) -#: ./doc/common/tables/neutron-database.xml30(td) #: ./doc/common/tables/nova-database.xml37(td) -#: ./doc/common/tables/heat-database.xml30(td) msgid "" "(IntOpt) Verbosity of SQL debugging information. 0=None, 100=Everything" msgstr "(IntOpt) Verbosité de l’information de débogage SQL.0=Aucune, 100=Tout" -#: ./doc/common/tables/ceilometer-database.xml40(td) +#: ./doc/common/tables/ceilometer-database.xml44(td) #: ./doc/common/tables/cinder-database.xml44(td) #: ./doc/common/tables/glance-database.xml33(td) #: ./doc/common/tables/neutron-database.xml33(td) @@ -12624,16 +12668,13 @@ msgstr "(IntOpt) Verbosité de l’information de débogage SQL.0=Aucune, 100=To msgid "connection_trace = False" msgstr "connection_trace = False" -#: ./doc/common/tables/ceilometer-database.xml41(td) -#: ./doc/common/tables/glance-database.xml34(td) +#: ./doc/common/tables/ceilometer-database.xml45(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml117(td) -#: ./doc/common/tables/neutron-database.xml34(td) #: ./doc/common/tables/nova-database.xml41(td) -#: ./doc/common/tables/heat-database.xml34(td) msgid "(BoolOpt) Add python stack traces to SQL as comment strings" msgstr "(BoolOpt) Ajouter des traces de pile Python à SQL en tant que chaînes de commentaires" -#: ./doc/common/tables/ceilometer-database.xml44(td) +#: ./doc/common/tables/ceilometer-database.xml48(td) #: ./doc/common/tables/cinder-database.xml48(td) #: ./doc/common/tables/glance-database.xml37(td) #: ./doc/common/tables/neutron-database.xml37(td) @@ -12643,21 +12684,18 @@ msgstr "(BoolOpt) Ajouter des traces de pile Python à SQL en tant que chaînes msgid "db_inc_retry_interval = True" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml45(td) -#: ./doc/common/tables/glance-database.xml38(td) +#: ./doc/common/tables/ceilometer-database.xml49(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml121(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml105(td) -#: ./doc/common/tables/neutron-database.xml38(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml109(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml441(td) #: ./doc/common/tables/nova-database.xml45(td) -#: ./doc/common/tables/heat-database.xml38(td) msgid "" "(BoolOpt) Whether to increase interval between db connection retries, up to " "db_max_retry_interval" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml48(td) +#: ./doc/common/tables/ceilometer-database.xml52(td) #: ./doc/common/tables/cinder-database.xml52(td) #: ./doc/common/tables/glance-database.xml41(td) #: ./doc/common/tables/neutron-database.xml41(td) @@ -12667,21 +12705,18 @@ msgstr "" msgid "db_max_retries = 20" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml49(td) -#: ./doc/common/tables/glance-database.xml42(td) +#: ./doc/common/tables/ceilometer-database.xml53(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml125(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml109(td) -#: ./doc/common/tables/neutron-database.xml42(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml113(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml445(td) #: ./doc/common/tables/nova-database.xml49(td) -#: ./doc/common/tables/heat-database.xml42(td) msgid "" "(IntOpt) maximum db connection retries before error is raised. (setting -1 " "implies an infinite retry count)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml52(td) +#: ./doc/common/tables/ceilometer-database.xml56(td) #: ./doc/common/tables/cinder-database.xml56(td) #: ./doc/common/tables/glance-database.xml45(td) #: ./doc/common/tables/neutron-database.xml45(td) @@ -12691,21 +12726,18 @@ msgstr "" msgid "db_max_retry_interval = 10" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml53(td) -#: ./doc/common/tables/glance-database.xml46(td) +#: ./doc/common/tables/ceilometer-database.xml57(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml129(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml113(td) -#: ./doc/common/tables/neutron-database.xml46(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml117(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml449(td) #: ./doc/common/tables/nova-database.xml53(td) -#: ./doc/common/tables/heat-database.xml46(td) msgid "" "(IntOpt) max seconds between db connection retries, if db_inc_retry_interval" " is enabled" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml56(td) +#: ./doc/common/tables/ceilometer-database.xml60(td) #: ./doc/common/tables/cinder-database.xml60(td) #: ./doc/common/tables/glance-database.xml49(td) #: ./doc/common/tables/neutron-database.xml49(td) @@ -12715,19 +12747,16 @@ msgstr "" msgid "db_retry_interval = 1" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml57(td) -#: ./doc/common/tables/glance-database.xml50(td) +#: ./doc/common/tables/ceilometer-database.xml61(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml133(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml117(td) -#: ./doc/common/tables/neutron-database.xml50(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml121(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml453(td) #: ./doc/common/tables/nova-database.xml57(td) -#: ./doc/common/tables/heat-database.xml50(td) msgid "(IntOpt) seconds between db connection retries" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml60(td) +#: ./doc/common/tables/ceilometer-database.xml64(td) #: ./doc/common/tables/cinder-database.xml64(td) #: ./doc/common/tables/glance-database.xml53(td) #: ./doc/common/tables/neutron-database.xml53(td) @@ -12737,52 +12766,45 @@ msgstr "" msgid "idle_timeout = 3600" msgstr "idle_timeout = 3600" -#: ./doc/common/tables/ceilometer-database.xml61(td) -#: ./doc/common/tables/glance-database.xml54(td) +#: ./doc/common/tables/ceilometer-database.xml65(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml137(td) -#: ./doc/common/tables/neutron-database.xml54(td) #: ./doc/common/tables/nova-database.xml61(td) -#: ./doc/common/tables/heat-database.xml54(td) msgid "(IntOpt) Timeout before idle sql connections are reaped" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml64(td) +#: ./doc/common/tables/ceilometer-database.xml68(td) #: ./doc/common/tables/cinder-database.xml68(td) #: ./doc/common/tables/glance-database.xml57(td) +#: ./doc/common/tables/neutron-database.xml57(td) #: ./doc/common/tables/nova-database.xml64(td) #: ./doc/common/tables/heat-database.xml57(td) #: ./doc/common/tables/keystone-database.xml57(td) msgid "max_overflow = None" msgstr "max_overflow = None" -#: ./doc/common/tables/ceilometer-database.xml65(td) -#: ./doc/common/tables/glance-database.xml58(td) +#: ./doc/common/tables/ceilometer-database.xml69(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml141(td) -#: ./doc/common/tables/neutron-database.xml58(td) #: ./doc/common/tables/nova-database.xml65(td) -#: ./doc/common/tables/heat-database.xml58(td) msgid "(IntOpt) If set, use this value for max_overflow with sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml68(td) +#: ./doc/common/tables/ceilometer-database.xml72(td) #: ./doc/common/tables/cinder-database.xml72(td) #: ./doc/common/tables/glance-database.xml61(td) +#: ./doc/common/tables/neutron-database.xml61(td) #: ./doc/common/tables/nova-database.xml68(td) #: ./doc/common/tables/heat-database.xml61(td) #: ./doc/common/tables/keystone-database.xml61(td) msgid "max_pool_size = None" msgstr "max_pool_size = None" -#: ./doc/common/tables/ceilometer-database.xml69(td) -#: ./doc/common/tables/glance-database.xml62(td) +#: ./doc/common/tables/ceilometer-database.xml73(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml145(td) -#: ./doc/common/tables/neutron-database.xml62(td) #: ./doc/common/tables/nova-database.xml69(td) -#: ./doc/common/tables/heat-database.xml62(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml72(td) +#: ./doc/common/tables/ceilometer-database.xml76(td) #: ./doc/common/tables/cinder-database.xml76(td) #: ./doc/common/tables/glance-database.xml65(td) #: ./doc/common/tables/neutron-database.xml65(td) @@ -12792,18 +12814,25 @@ msgstr "" msgid "max_retries = 10" msgstr "max_retries = 10" -#: ./doc/common/tables/ceilometer-database.xml73(td) -#: ./doc/common/tables/glance-database.xml66(td) +#: ./doc/common/tables/ceilometer-database.xml77(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml149(td) -#: ./doc/common/tables/neutron-database.xml66(td) #: ./doc/common/tables/nova-database.xml73(td) -#: ./doc/common/tables/heat-database.xml66(td) msgid "" "(IntOpt) Maximum db connection retries during startup. (setting -1 implies " "an infinite retry count)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml76(td) +#: ./doc/common/tables/ceilometer-database.xml80(td) +msgid "metering_connection = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml81(td) +msgid "" +"(StrOpt) The connection string used to connect to the meteting database. (if" +" unset, connection is used)" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml84(td) #: ./doc/common/tables/cinder-database.xml80(td) #: ./doc/common/tables/glance-database.xml69(td) #: ./doc/common/tables/neutron-database.xml69(td) @@ -12813,16 +12842,13 @@ msgstr "" msgid "min_pool_size = 1" msgstr "min_pool_size = 1" -#: ./doc/common/tables/ceilometer-database.xml77(td) -#: ./doc/common/tables/glance-database.xml70(td) +#: ./doc/common/tables/ceilometer-database.xml85(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml153(td) -#: ./doc/common/tables/neutron-database.xml70(td) #: ./doc/common/tables/nova-database.xml77(td) -#: ./doc/common/tables/heat-database.xml70(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml80(td) +#: ./doc/common/tables/ceilometer-database.xml88(td) #: ./doc/common/tables/cinder-database.xml84(td) #: ./doc/common/tables/glance-database.xml73(td) #: ./doc/common/tables/neutron-database.xml73(td) @@ -12832,7 +12858,7 @@ msgstr "" msgid "mysql_sql_mode = TRADITIONAL" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml81(td) +#: ./doc/common/tables/ceilometer-database.xml89(td) #: ./doc/common/tables/cinder-database.xml85(td) #: ./doc/common/tables/glance-database.xml74(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml157(td) @@ -12848,25 +12874,23 @@ msgid "" "mysql_sql_mode=" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml84(td) +#: ./doc/common/tables/ceilometer-database.xml92(td) #: ./doc/common/tables/cinder-database.xml88(td) #: ./doc/common/tables/glance-database.xml77(td) +#: ./doc/common/tables/neutron-database.xml77(td) #: ./doc/common/tables/nova-database.xml84(td) #: ./doc/common/tables/heat-database.xml77(td) #: ./doc/common/tables/keystone-database.xml77(td) msgid "pool_timeout = None" msgstr "pool_timeout = None" -#: ./doc/common/tables/ceilometer-database.xml85(td) -#: ./doc/common/tables/glance-database.xml78(td) +#: ./doc/common/tables/ceilometer-database.xml93(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml161(td) -#: ./doc/common/tables/neutron-database.xml78(td) #: ./doc/common/tables/nova-database.xml85(td) -#: ./doc/common/tables/heat-database.xml78(td) msgid "(IntOpt) If set, use this value for pool_timeout with sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml88(td) +#: ./doc/common/tables/ceilometer-database.xml96(td) #: ./doc/common/tables/cinder-database.xml92(td) #: ./doc/common/tables/glance-database.xml81(td) #: ./doc/common/tables/neutron-database.xml81(td) @@ -12876,98 +12900,73 @@ msgstr "" msgid "retry_interval = 10" msgstr "retry_interval = 10" -#: ./doc/common/tables/ceilometer-database.xml89(td) -#: ./doc/common/tables/glance-database.xml82(td) +#: ./doc/common/tables/ceilometer-database.xml97(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml165(td) -#: ./doc/common/tables/neutron-database.xml82(td) #: ./doc/common/tables/nova-database.xml89(td) -#: ./doc/common/tables/heat-database.xml82(td) msgid "(IntOpt) Interval between retries of opening a sql connection" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml92(td) +#: ./doc/common/tables/ceilometer-database.xml100(td) msgid "sqlite_db = ceilometer.sqlite" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml93(td) -#: ./doc/common/tables/glance-database.xml86(td) +#: ./doc/common/tables/ceilometer-database.xml101(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml169(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml125(td) -#: ./doc/common/tables/neutron-database.xml86(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml129(td) #: ./doc/common/tables/nova-database.xml97(td) -#: ./doc/common/tables/heat-database.xml86(td) msgid "(StrOpt) The file name to use with SQLite" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml96(td) -#: ./doc/common/tables/cinder-database.xml100(td) -#: ./doc/common/tables/glance-database.xml89(td) -#: ./doc/common/tables/neutron-database.xml89(td) -#: ./doc/common/tables/nova-database.xml100(td) -#: ./doc/common/tables/heat-database.xml89(td) -#: ./doc/common/tables/keystone-database.xml93(td) -msgid "sqlite_synchronous = True" -msgstr "sqlite_synchronous = True" - -#: ./doc/common/tables/ceilometer-database.xml97(td) -#: ./doc/common/tables/glance-database.xml90(td) -#: ./doc/common/tables/glance-conf-changes-icehouse.xml173(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml129(td) -#: ./doc/common/tables/neutron-database.xml90(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml133(td) -#: ./doc/common/tables/nova-database.xml101(td) -#: ./doc/common/tables/heat-database.xml90(td) -msgid "(BoolOpt) If True, SQLite uses synchronous mode" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml100(td) -msgid "time_to_live = -1" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml101(td) -msgid "" -"(IntOpt) Number of seconds that samples are kept in the database for (<= " -"0 means forever)." -msgstr "" - #: ./doc/common/tables/ceilometer-database.xml104(td) #: ./doc/common/tables/cinder-database.xml104(td) #: ./doc/common/tables/glance-database.xml93(td) #: ./doc/common/tables/neutron-database.xml93(td) -#: ./doc/common/tables/nova-database.xml104(td) +#: ./doc/common/tables/nova-database.xml100(td) #: ./doc/common/tables/heat-database.xml93(td) +#: ./doc/common/tables/keystone-database.xml93(td) +msgid "sqlite_synchronous = True" +msgstr "sqlite_synchronous = True" + +#: ./doc/common/tables/ceilometer-database.xml105(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml173(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml129(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml133(td) +#: ./doc/common/tables/nova-database.xml101(td) +msgid "(BoolOpt) If True, SQLite uses synchronous mode" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml108(td) +msgid "time_to_live = -1" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml109(td) +msgid "" +"(IntOpt) Number of seconds that samples are kept in the database for (<= " +"0 means forever)." +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml112(td) +#: ./doc/common/tables/cinder-database.xml108(td) +#: ./doc/common/tables/glance-database.xml97(td) +#: ./doc/common/tables/neutron-database.xml97(td) +#: ./doc/common/tables/nova-database.xml104(td) +#: ./doc/common/tables/heat-database.xml97(td) #: ./doc/common/tables/keystone-database.xml97(td) msgid "use_db_reconnect = False" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml105(td) -#: ./doc/common/tables/glance-database.xml94(td) +#: ./doc/common/tables/ceilometer-database.xml113(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml177(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml133(td) -#: ./doc/common/tables/neutron-database.xml94(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml137(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml457(td) #: ./doc/common/tables/nova-database.xml105(td) -#: ./doc/common/tables/heat-database.xml94(td) msgid "" "(BoolOpt) Enable the experimental use of database reconnect on connection " "lost" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml108(td) -#: ./doc/common/tables/cinder-database.xml108(td) -#: ./doc/common/tables/nova-database.xml108(td) -msgid "use_tpool = False" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml109(td) -#: ./doc/common/tables/cinder-database.xml109(td) -#: ./doc/common/tables/nova-database.xml109(td) -msgid "" -"(BoolOpt) Enable the experimental use of thread pooling for all DB API calls" -msgstr "" - #: ./doc/common/tables/neutron-openvswitch_agent.xml7(caption) msgid "Description of configuration options for openvswitch_agent" msgstr "" @@ -12999,7 +12998,7 @@ msgid "(IntOpt) Timeout in seconds for ovs-vsctl commands" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml33(th) -#: ./doc/common/tables/neutron-rpc.xml77(th) +#: ./doc/common/tables/neutron-rpc.xml69(th) #: ./doc/common/tables/neutron-ml2_ofa.xml33(th) #: ./doc/common/tables/neutron-metering_agent.xml29(th) #: ./doc/common/tables/neutron-nvsd.xml18(th) @@ -13029,133 +13028,141 @@ msgid "" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml44(td) +msgid "enable_distributed_routing = False" +msgstr "" + +#: ./doc/common/tables/neutron-openvswitch_agent.xml45(td) +msgid "(BoolOpt) Make the l2 agent run in DVR mode" +msgstr "" + +#: ./doc/common/tables/neutron-openvswitch_agent.xml48(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml43(td) msgid "l2_population = False" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml45(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml49(td) msgid "" "(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs " "and improve tunnel scalability" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml48(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml52(td) msgid "minimize_polling = True" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml49(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml53(td) msgid "(BoolOpt) Minimize polling by monitoring ovsdb for interface changes." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml52(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml56(td) msgid "ovsdb_monitor_respawn_interval = 30" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml53(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml57(td) msgid "" "(IntOpt) The number of seconds to wait before respawning the ovsdb monitor " "after losing communication with it" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml56(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml60(td) msgid "tunnel_types =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml57(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml61(td) msgid "(ListOpt) Network types supported by the agent (gre and/or vxlan)" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml60(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml64(td) msgid "veth_mtu = None" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml61(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml65(td) msgid "(IntOpt) MTU size of veth interfaces" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml64(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml68(td) msgid "vxlan_udp_port = 4789" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml65(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml69(td) msgid "(IntOpt) The UDP port to use for VXLAN tunnels." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml68(th) +#: ./doc/common/tables/neutron-openvswitch_agent.xml72(th) #: ./doc/common/tables/neutron-cisco.xml53(th) msgid "[CISCO_N1K]" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml71(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml75(td) msgid "local_ip = 10.0.0.3" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml72(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml76(td) msgid "(StrOpt) N1K Local IP" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml75(th) -#: ./doc/common/tables/neutron-ryu.xml18(th) +#: ./doc/common/tables/neutron-openvswitch_agent.xml79(th) +#: ./doc/common/tables/neutron-ryu.xml29(th) msgid "[OVS]" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml78(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml82(td) #: ./doc/common/tables/neutron-cisco.xml56(td) msgid "bridge_mappings =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml79(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml83(td) msgid "(ListOpt) List of <physical_network>:<bridge>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml82(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml86(td) msgid "enable_tunneling = False" msgstr "enable_tunneling = False" -#: ./doc/common/tables/neutron-openvswitch_agent.xml83(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml87(td) msgid "(BoolOpt) Enable tunneling support" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml86(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml90(td) msgid "int_peer_patch_port = patch-tun" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml87(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml91(td) msgid "(StrOpt) Peer patch port in integration bridge for tunnel bridge" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml90(td) -#: ./doc/common/tables/neutron-cisco.xml76(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml94(td) +#: ./doc/common/tables/neutron-cisco.xml80(td) #: ./doc/common/tables/nova-vmware.xml49(td) -#: ./doc/common/tables/neutron-ml2_bigswitch.xml139(td) -#: ./doc/common/tables/neutron-bigswitch.xml139(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml155(td) +#: ./doc/common/tables/neutron-bigswitch.xml155(td) #: ./doc/common/tables/neutron-nvsd.xml21(td) msgid "integration_bridge = br-int" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml91(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml95(td) #: ./doc/common/tables/neutron-sdnve.xml42(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml373(td) msgid "(StrOpt) Integration bridge to use" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml94(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml98(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml47(td) msgid "local_ip =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml95(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml99(td) msgid "(StrOpt) Local IP address of GRE tunnel endpoints." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml98(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml102(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml28(td) #: ./doc/common/tables/neutron-ml2_vlan.xml21(td) #: ./doc/common/tables/neutron-hyperv_agent.xml44(td) msgid "network_vlan_ranges =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml99(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml103(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml29(td) #: ./doc/common/tables/neutron-hyperv_agent.xml45(td) #: ./doc/common/tables/neutron-mlnx.xml41(td) @@ -13164,65 +13171,66 @@ msgid "" " or <physical_network>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml102(td) -#: ./doc/common/tables/neutron-cisco.xml92(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml106(td) +#: ./doc/common/tables/neutron-cisco.xml96(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml32(td) #: ./doc/common/tables/neutron-hyperv_agent.xml48(td) msgid "tenant_network_type = local" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml103(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml107(td) msgid "" "(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml106(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml110(td) msgid "tun_peer_patch_port = patch-int" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml107(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml111(td) msgid "(StrOpt) Peer patch port in tunnel bridge for integration bridge" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml110(td) -#: ./doc/common/tables/neutron-cisco.xml96(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml114(td) +#: ./doc/common/tables/neutron-cisco.xml100(td) msgid "tunnel_bridge = br-tun" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml111(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml115(td) msgid "(StrOpt) Tunnel bridge to use" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml114(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml118(td) #: ./doc/common/tables/neutron-ml2_gre.xml21(td) msgid "tunnel_id_ranges =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml115(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml119(td) msgid "(ListOpt) List of <tun_min>:<tun_max>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml118(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml122(td) msgid "tunnel_type =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml119(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml123(td) msgid "" "(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or " "'vxlan'" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml122(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml126(td) msgid "use_veth_interconnection = False" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml123(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml127(td) msgid "" "(BoolOpt) Use veths instead of patch ports to interconnect the integration " "bridge to physical bridges" msgstr "" #: ./doc/common/tables/heat-clients.xml7(caption) +#: ./doc/common/tables/trove-clients.xml7(caption) msgid "Description of configuration options for clients" msgstr "" @@ -13244,7 +13252,7 @@ msgstr "[clients]" #: ./doc/common/tables/heat-clients_nova.xml21(td) #: ./doc/common/tables/heat-clients_heat.xml21(td) #: ./doc/common/tables/heat-cfn_api.xml63(td) -#: ./doc/common/tables/heat-api.xml148(td) +#: ./doc/common/tables/heat-api.xml156(td) #: ./doc/common/tables/heat-clients_ceilometer.xml21(td) #: ./doc/common/tables/heat-clients_glance.xml21(td) #: ./doc/common/tables/heat-clients_cinder.xml21(td) @@ -13288,8 +13296,8 @@ msgstr "" #: ./doc/common/tables/heat-clients_heat.xml25(td) #: ./doc/common/tables/heat-cfn_api.xml44(td) #: ./doc/common/tables/heat-cfn_api.xml67(td) -#: ./doc/common/tables/heat-api.xml118(td) -#: ./doc/common/tables/heat-api.xml152(td) +#: ./doc/common/tables/heat-api.xml126(td) +#: ./doc/common/tables/heat-api.xml160(td) #: ./doc/common/tables/heat-clients_ceilometer.xml25(td) #: ./doc/common/tables/heat-clients_glance.xml25(td) #: ./doc/common/tables/heat-clients_cinder.xml25(td) @@ -13381,11 +13389,12 @@ msgstr "" #: ./doc/common/tables/heat-clients_glance.xml33(td) #: ./doc/common/tables/cinder-auth_token.xml112(td) #: ./doc/common/tables/keystone-auth_token.xml112(td) -#: ./doc/common/tables/heat-clients_cinder.xml33(td) +#: ./doc/common/tables/heat-clients_cinder.xml37(td) #: ./doc/common/tables/heat-clients_trove.xml33(td) #: ./doc/common/tables/heat-clients_swift.xml33(td) #: ./doc/common/tables/heat-clients_neutron.xml33(td) #: ./doc/common/tables/trove-auth_token.xml112(td) +#: ./doc/common/tables/keystone-ec2.xml36(td) #: ./doc/common/tables/heat-clients_keystone.xml33(td) msgid "insecure = False" msgstr "" @@ -13404,7 +13413,7 @@ msgstr "" #: ./doc/common/tables/heat-conf-changes-icehouse.xml193(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml213(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml233(td) -#: ./doc/common/tables/heat-clients_cinder.xml34(td) +#: ./doc/common/tables/heat-clients_cinder.xml38(td) #: ./doc/common/tables/heat-clients_trove.xml34(td) #: ./doc/common/tables/heat-clients_swift.xml34(td) #: ./doc/common/tables/heat-clients_neutron.xml34(td) @@ -13417,11 +13426,11 @@ msgstr "" #: ./doc/common/tables/heat-clients_heat.xml37(td) #: ./doc/common/tables/heat-cfn_api.xml48(td) #: ./doc/common/tables/heat-cfn_api.xml71(td) -#: ./doc/common/tables/heat-api.xml122(td) -#: ./doc/common/tables/heat-api.xml156(td) +#: ./doc/common/tables/heat-api.xml130(td) +#: ./doc/common/tables/heat-api.xml164(td) #: ./doc/common/tables/heat-clients_ceilometer.xml37(td) #: ./doc/common/tables/heat-clients_glance.xml37(td) -#: ./doc/common/tables/heat-clients_cinder.xml37(td) +#: ./doc/common/tables/heat-clients_cinder.xml41(td) #: ./doc/common/tables/heat-clients_trove.xml37(td) #: ./doc/common/tables/nova-ca.xml72(td) #: ./doc/common/tables/cinder-ssl.xml29(td) @@ -13451,7 +13460,7 @@ msgstr "" #: ./doc/common/tables/heat-conf-changes-icehouse.xml197(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml217(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml237(td) -#: ./doc/common/tables/heat-clients_cinder.xml38(td) +#: ./doc/common/tables/heat-clients_cinder.xml42(td) #: ./doc/common/tables/heat-clients_trove.xml38(td) #: ./doc/common/tables/heat-clients_swift.xml38(td) #: ./doc/common/tables/heat-clients_neutron.xml38(td) @@ -13517,7 +13526,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml21(td) #: ./doc/common/tables/keystone-amqp.xml21(td) #: ./doc/common/tables/glance-amqp.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml25(td) +#: ./doc/common/tables/cinder-rpc.xml21(td) #: ./doc/common/tables/nova-rpc_all.xml21(td) #: ./doc/common/tables/nova-rpc.xml21(td) #: ./doc/common/tables/ceilometer-amqp.xml21(td) @@ -13529,7 +13538,7 @@ msgstr "amqp_auto_delete = False" #: ./doc/common/tables/heat-amqp.xml22(td) #: ./doc/common/tables/keystone-amqp.xml22(td) #: ./doc/common/tables/glance-amqp.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml26(td) +#: ./doc/common/tables/cinder-rpc.xml22(td) #: ./doc/common/tables/nova-rpc_all.xml22(td) #: ./doc/common/tables/nova-rpc.xml22(td) #: ./doc/common/tables/ceilometer-amqp.xml22(td) @@ -13541,7 +13550,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml25(td) #: ./doc/common/tables/keystone-amqp.xml25(td) #: ./doc/common/tables/glance-amqp.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml29(td) +#: ./doc/common/tables/cinder-rpc.xml25(td) #: ./doc/common/tables/nova-rpc_all.xml25(td) #: ./doc/common/tables/nova-rpc.xml25(td) #: ./doc/common/tables/ceilometer-amqp.xml25(td) @@ -13553,7 +13562,7 @@ msgstr "amqp_durable_queues = False" #: ./doc/common/tables/heat-amqp.xml26(td) #: ./doc/common/tables/keystone-amqp.xml26(td) #: ./doc/common/tables/glance-amqp.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml30(td) +#: ./doc/common/tables/cinder-rpc.xml26(td) #: ./doc/common/tables/nova-rpc_all.xml26(td) #: ./doc/common/tables/nova-rpc.xml26(td) #: ./doc/common/tables/ceilometer-amqp.xml26(td) @@ -13561,47 +13570,42 @@ msgid "(BoolOpt) Use durable queues in amqp." msgstr "" #: ./doc/common/tables/neutron-rpc.xml29(td) -#: ./doc/common/tables/trove-amqp.xml33(td) -#: ./doc/common/tables/heat-amqp.xml29(td) -#: ./doc/common/tables/glance-rabbitmq.xml21(td) -#: ./doc/common/tables/keystone-amqp.xml29(td) -#: ./doc/common/tables/ceilometer-exchange.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml33(td) -#: ./doc/common/tables/nova-rpc_all.xml29(td) -#: ./doc/common/tables/nova-rpc.xml29(td) -msgid "control_exchange = openstack" -msgstr "control_exchange = openstack" +msgid "control_exchange = neutron" +msgstr "" #: ./doc/common/tables/neutron-rpc.xml30(td) -#: ./doc/common/tables/trove-amqp.xml34(td) #: ./doc/common/tables/heat-amqp.xml30(td) +#: ./doc/common/tables/glance-rabbitmq.xml22(td) #: ./doc/common/tables/keystone-amqp.xml30(td) #: ./doc/common/tables/ceilometer-exchange.xml26(td) +#: ./doc/common/tables/cinder-rpc.xml30(td) #: ./doc/common/tables/nova-rpc_all.xml30(td) #: ./doc/common/tables/nova-rpc.xml30(td) -msgid "(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid" +msgid "" +"(StrOpt) The default exchange under which topics are scoped. May be " +"overridden by an exchange name specified in the transport_url option." msgstr "" #: ./doc/common/tables/neutron-rpc.xml33(td) #: ./doc/common/tables/ceilometer-redis.xml25(td) #: ./doc/common/tables/glance-matchmaker.xml21(td) #: ./doc/common/tables/trove-rpc.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml65(td) +#: ./doc/common/tables/cinder-rpc.xml61(td) #: ./doc/common/tables/nova-rpc_all.xml53(td) -#: ./doc/common/tables/heat-rpc.xml29(td) +#: ./doc/common/tables/heat-rpc.xml25(td) #: ./doc/common/tables/nova-rpc.xml33(td) -#: ./doc/common/tables/keystone-redis.xml25(td) +#: ./doc/common/tables/keystone-redis.xml21(td) msgid "matchmaker_heartbeat_freq = 300" msgstr "matchmaker_heartbeat_freq = 300" #: ./doc/common/tables/neutron-rpc.xml34(td) #: ./doc/common/tables/ceilometer-redis.xml26(td) #: ./doc/common/tables/glance-matchmaker.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml66(td) +#: ./doc/common/tables/cinder-rpc.xml62(td) #: ./doc/common/tables/nova-rpc_all.xml54(td) -#: ./doc/common/tables/heat-rpc.xml30(td) +#: ./doc/common/tables/heat-rpc.xml26(td) #: ./doc/common/tables/nova-rpc.xml34(td) -#: ./doc/common/tables/keystone-redis.xml26(td) +#: ./doc/common/tables/keystone-redis.xml22(td) msgid "(IntOpt) Heartbeat frequency." msgstr "" @@ -13609,11 +13613,11 @@ msgstr "" #: ./doc/common/tables/ceilometer-redis.xml29(td) #: ./doc/common/tables/glance-matchmaker.xml25(td) #: ./doc/common/tables/trove-rpc.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml69(td) +#: ./doc/common/tables/cinder-rpc.xml65(td) #: ./doc/common/tables/nova-rpc_all.xml57(td) -#: ./doc/common/tables/heat-rpc.xml33(td) +#: ./doc/common/tables/heat-rpc.xml29(td) #: ./doc/common/tables/nova-rpc.xml37(td) -#: ./doc/common/tables/keystone-redis.xml29(td) +#: ./doc/common/tables/keystone-redis.xml25(td) msgid "matchmaker_heartbeat_ttl = 600" msgstr "matchmaker_heartbeat_ttl = 600" @@ -13621,258 +13625,213 @@ msgstr "matchmaker_heartbeat_ttl = 600" #: ./doc/common/tables/ceilometer-redis.xml30(td) #: ./doc/common/tables/glance-matchmaker.xml26(td) #: ./doc/common/tables/trove-rpc.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml70(td) +#: ./doc/common/tables/cinder-rpc.xml66(td) #: ./doc/common/tables/nova-rpc_all.xml58(td) -#: ./doc/common/tables/heat-rpc.xml34(td) +#: ./doc/common/tables/heat-rpc.xml30(td) #: ./doc/common/tables/nova-rpc.xml38(td) -#: ./doc/common/tables/keystone-redis.xml30(td) +#: ./doc/common/tables/keystone-redis.xml26(td) msgid "(IntOpt) Heartbeat time-to-live." msgstr "" #: ./doc/common/tables/neutron-rpc.xml41(td) -#: ./doc/common/tables/nova-redis.xml21(td) -#: ./doc/common/tables/keystone-ldap.xml93(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml60(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml60(td) -#: ./doc/common/tables/ceilometer-rpc.xml29(td) -#: ./doc/common/tables/glance-redis.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml81(td) -#: ./doc/common/tables/neutron-ml2_ncs.xml21(td) -#: ./doc/common/tables/neutron-ml2_odl.xml21(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml148(td) -#: ./doc/common/tables/heat-rpc.xml37(td) -#: ./doc/common/tables/trove-redis.xml25(td) -#: ./doc/common/tables/keystone-redis.xml33(td) -msgid "password = None" -msgstr "password = None" +#: ./doc/common/tables/keystone-amqp.xml45(td) +#: ./doc/common/tables/ceilometer-rpc.xml25(td) +#: ./doc/common/tables/glance-amqp.xml37(td) +#: ./doc/common/tables/cinder-rpc.xml169(td) +#: ./doc/common/tables/nova-rpc_all.xml149(td) +#: ./doc/common/tables/heat-rpc.xml33(td) +#: ./doc/common/tables/nova-rpc.xml41(td) +msgid "rpc_backend = rabbit" +msgstr "rpc_backend = rabbit" #: ./doc/common/tables/neutron-rpc.xml42(td) -#: ./doc/common/tables/nova-redis.xml22(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml61(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml61(td) -#: ./doc/common/tables/ceilometer-rpc.xml30(td) -#: ./doc/common/tables/glance-redis.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml82(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml149(td) -#: ./doc/common/tables/heat-rpc.xml38(td) -#: ./doc/common/tables/keystone-redis.xml34(td) -msgid "(StrOpt) Password for Redis server (optional)." +#: ./doc/common/tables/keystone-amqp.xml46(td) +#: ./doc/common/tables/ceilometer-rpc.xml26(td) +#: ./doc/common/tables/glance-amqp.xml38(td) +#: ./doc/common/tables/cinder-rpc.xml170(td) +#: ./doc/common/tables/nova-rpc_all.xml150(td) +#: ./doc/common/tables/heat-rpc.xml34(td) +#: ./doc/common/tables/nova-rpc.xml42(td) +msgid "" +"(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers " +"include qpid and zmq." msgstr "" #: ./doc/common/tables/neutron-rpc.xml45(td) -#: ./doc/common/tables/nova-common.xml73(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml64(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml64(td) -#: ./doc/common/tables/ceilometer-rpc.xml33(td) -#: ./doc/common/tables/glance-redis.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml85(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml152(td) -#: ./doc/common/tables/heat-rpc.xml41(td) -#: ./doc/common/tables/trove-redis.xml29(td) -#: ./doc/common/tables/keystone-redis.xml37(td) -msgid "port = 6379" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml46(td) -#: ./doc/common/tables/nova-common.xml74(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml65(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml65(td) -#: ./doc/common/tables/ceilometer-rpc.xml34(td) -#: ./doc/common/tables/glance-redis.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml86(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml153(td) -#: ./doc/common/tables/heat-rpc.xml42(td) -#: ./doc/common/tables/trove-redis.xml30(td) -#: ./doc/common/tables/keystone-redis.xml38(td) -msgid "(IntOpt) Use this port to connect to redis host." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml49(td) -msgid "rpc_backend = neutron.openstack.common.rpc.impl_kombu" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml50(td) -#: ./doc/common/tables/keystone-amqp.xml46(td) -#: ./doc/common/tables/ceilometer-rpc.xml38(td) -#: ./doc/common/tables/trove-rpc.xml50(td) -#: ./doc/common/tables/nova-rpc_all.xml150(td) -#: ./doc/common/tables/heat-rpc.xml46(td) -#: ./doc/common/tables/nova-rpc.xml42(td) -msgid "(StrOpt) The messaging module to use, defaults to kombu." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml53(td) #: ./doc/common/tables/keystone-amqp.xml49(td) -#: ./doc/common/tables/ceilometer-rpc.xml41(td) +#: ./doc/common/tables/ceilometer-rpc.xml29(td) #: ./doc/common/tables/trove-rpc.xml53(td) #: ./doc/common/tables/glance-zmq.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml185(td) +#: ./doc/common/tables/cinder-rpc.xml173(td) #: ./doc/common/tables/nova-rpc_all.xml153(td) -#: ./doc/common/tables/heat-rpc.xml49(td) +#: ./doc/common/tables/heat-rpc.xml37(td) #: ./doc/common/tables/nova-rpc.xml45(td) msgid "rpc_cast_timeout = 30" msgstr "rpc_cast_timeout = 30" -#: ./doc/common/tables/neutron-rpc.xml54(td) +#: ./doc/common/tables/neutron-rpc.xml46(td) #: ./doc/common/tables/keystone-amqp.xml50(td) -#: ./doc/common/tables/ceilometer-rpc.xml42(td) +#: ./doc/common/tables/ceilometer-rpc.xml30(td) #: ./doc/common/tables/trove-rpc.xml54(td) #: ./doc/common/tables/glance-zmq.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml186(td) +#: ./doc/common/tables/cinder-rpc.xml174(td) #: ./doc/common/tables/nova-rpc_all.xml154(td) -#: ./doc/common/tables/heat-rpc.xml50(td) +#: ./doc/common/tables/heat-rpc.xml38(td) #: ./doc/common/tables/nova-rpc.xml46(td) msgid "" "(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by " "impl_zmq." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml57(td) +#: ./doc/common/tables/neutron-rpc.xml49(td) #: ./doc/common/tables/keystone-amqp.xml53(td) -#: ./doc/common/tables/ceilometer-rpc.xml45(td) +#: ./doc/common/tables/ceilometer-rpc.xml33(td) #: ./doc/common/tables/trove-rpc.xml57(td) #: ./doc/common/tables/glance-amqp.xml41(td) -#: ./doc/common/tables/cinder-rpc.xml189(td) +#: ./doc/common/tables/cinder-rpc.xml177(td) #: ./doc/common/tables/nova-rpc_all.xml157(td) -#: ./doc/common/tables/heat-rpc.xml53(td) +#: ./doc/common/tables/heat-rpc.xml41(td) #: ./doc/common/tables/nova-rpc.xml49(td) msgid "rpc_conn_pool_size = 30" msgstr "rpc_conn_pool_size = 30" -#: ./doc/common/tables/neutron-rpc.xml58(td) +#: ./doc/common/tables/neutron-rpc.xml50(td) #: ./doc/common/tables/keystone-amqp.xml54(td) -#: ./doc/common/tables/ceilometer-rpc.xml46(td) -#: ./doc/common/tables/trove-rpc.xml58(td) +#: ./doc/common/tables/ceilometer-rpc.xml34(td) +#: ./doc/common/tables/glance-amqp.xml42(td) +#: ./doc/common/tables/cinder-rpc.xml178(td) #: ./doc/common/tables/nova-rpc_all.xml158(td) -#: ./doc/common/tables/heat-rpc.xml54(td) +#: ./doc/common/tables/heat-rpc.xml42(td) #: ./doc/common/tables/nova-rpc.xml50(td) -msgid "(IntOpt) Size of RPC connection pool" +msgid "(IntOpt) Size of RPC connection pool." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml61(td) +#: ./doc/common/tables/neutron-rpc.xml53(td) #: ./doc/common/tables/keystone-amqp.xml57(td) -#: ./doc/common/tables/ceilometer-rpc.xml49(td) +#: ./doc/common/tables/ceilometer-rpc.xml37(td) #: ./doc/common/tables/trove-rpc.xml61(td) #: ./doc/common/tables/glance-amqp.xml45(td) -#: ./doc/common/tables/cinder-rpc.xml193(td) +#: ./doc/common/tables/cinder-rpc.xml181(td) #: ./doc/common/tables/nova-rpc_all.xml161(td) -#: ./doc/common/tables/heat-rpc.xml57(td) +#: ./doc/common/tables/heat-rpc.xml45(td) #: ./doc/common/tables/nova-rpc.xml53(td) msgid "rpc_response_timeout = 60" msgstr "rpc_response_timeout = 60" -#: ./doc/common/tables/neutron-rpc.xml62(td) +#: ./doc/common/tables/neutron-rpc.xml54(td) #: ./doc/common/tables/keystone-amqp.xml58(td) -#: ./doc/common/tables/ceilometer-rpc.xml50(td) -#: ./doc/common/tables/trove-rpc.xml62(td) +#: ./doc/common/tables/ceilometer-rpc.xml38(td) +#: ./doc/common/tables/glance-amqp.xml46(td) +#: ./doc/common/tables/cinder-rpc.xml182(td) #: ./doc/common/tables/nova-rpc_all.xml162(td) -#: ./doc/common/tables/heat-rpc.xml58(td) +#: ./doc/common/tables/heat-rpc.xml46(td) #: ./doc/common/tables/nova-rpc.xml54(td) -msgid "(IntOpt) Seconds to wait for a response from call or multicall" +msgid "(IntOpt) Seconds to wait for a response from a call." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml65(td) +#: ./doc/common/tables/neutron-rpc.xml57(td) #: ./doc/common/tables/keystone-amqp.xml61(td) -#: ./doc/common/tables/ceilometer-rpc.xml53(td) +#: ./doc/common/tables/ceilometer-rpc.xml41(td) #: ./doc/common/tables/trove-rpc.xml65(td) #: ./doc/common/tables/glance-amqp.xml49(td) -#: ./doc/common/tables/cinder-rpc.xml197(td) +#: ./doc/common/tables/cinder-rpc.xml185(td) #: ./doc/common/tables/nova-rpc_all.xml165(td) -#: ./doc/common/tables/heat-rpc.xml61(td) +#: ./doc/common/tables/heat-rpc.xml49(td) #: ./doc/common/tables/nova-rpc.xml57(td) msgid "rpc_thread_pool_size = 64" msgstr "rpc_thread_pool_size = 64" -#: ./doc/common/tables/neutron-rpc.xml66(td) +#: ./doc/common/tables/neutron-rpc.xml58(td) #: ./doc/common/tables/keystone-amqp.xml62(td) -#: ./doc/common/tables/ceilometer-rpc.xml54(td) -#: ./doc/common/tables/trove-rpc.xml66(td) +#: ./doc/common/tables/ceilometer-rpc.xml42(td) +#: ./doc/common/tables/glance-amqp.xml50(td) +#: ./doc/common/tables/cinder-rpc.xml186(td) #: ./doc/common/tables/nova-rpc_all.xml166(td) -#: ./doc/common/tables/heat-rpc.xml62(td) +#: ./doc/common/tables/heat-rpc.xml50(td) #: ./doc/common/tables/nova-rpc.xml58(td) -msgid "(IntOpt) Size of RPC thread pool" +msgid "(IntOpt) Size of RPC greenthread pool." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml69(td) +#: ./doc/common/tables/neutron-rpc.xml61(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml124(td) msgid "rpc_workers = 0" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml70(td) +#: ./doc/common/tables/neutron-rpc.xml62(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml125(td) msgid "(IntOpt) Number of RPC worker processes for service" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml73(td) -#: ./doc/common/tables/nova-common.xml101(td) +#: ./doc/common/tables/neutron-rpc.xml65(td) +#: ./doc/common/tables/nova-common.xml97(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml84(td) #: ./doc/common/tables/keystone-amqp.xml65(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml76(td) -#: ./doc/common/tables/ceilometer-rpc.xml85(td) +#: ./doc/common/tables/ceilometer-rpc.xml73(td) #: ./doc/common/tables/glance-amqp.xml53(td) -#: ./doc/common/tables/cinder-rpc.xml229(td) +#: ./doc/common/tables/cinder-rpc.xml217(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml164(td) -#: ./doc/common/tables/heat-rpc.xml65(td) +#: ./doc/common/tables/heat-rpc.xml53(td) msgid "transport_url = None" msgstr "transport_url = None" -#: ./doc/common/tables/neutron-rpc.xml74(td) -#: ./doc/common/tables/nova-common.xml102(td) +#: ./doc/common/tables/neutron-rpc.xml66(td) +#: ./doc/common/tables/nova-common.xml98(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml85(td) #: ./doc/common/tables/keystone-amqp.xml66(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml77(td) -#: ./doc/common/tables/ceilometer-rpc.xml86(td) +#: ./doc/common/tables/ceilometer-rpc.xml74(td) #: ./doc/common/tables/glance-amqp.xml54(td) -#: ./doc/common/tables/cinder-rpc.xml230(td) +#: ./doc/common/tables/cinder-rpc.xml218(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml165(td) -#: ./doc/common/tables/heat-rpc.xml66(td) +#: ./doc/common/tables/heat-rpc.xml54(td) msgid "" "(StrOpt) A URL representing the messaging driver to use and its full " "configuration. If not set, we fall back to the rpc_backend option and driver" " specific configuration." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml80(td) +#: ./doc/common/tables/neutron-rpc.xml72(td) msgid "rpc_support_old_agents = False" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml81(td) +#: ./doc/common/tables/neutron-rpc.xml73(td) msgid "(BoolOpt) Enable server RPC compatibility with old agents" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml84(th) -#: ./doc/common/tables/ceilometer-redis.xml33(th) +#: ./doc/common/tables/neutron-rpc.xml76(th) +#: ./doc/common/tables/ceilometer-redis.xml48(th) #: ./doc/common/tables/glance-matchmaker.xml29(th) -#: ./doc/common/tables/cinder-rpc.xml237(th) +#: ./doc/common/tables/cinder-rpc.xml240(th) #: ./doc/common/tables/nova-rpc_all.xml204(th) -#: ./doc/common/tables/heat-rpc.xml69(th) +#: ./doc/common/tables/heat-rpc.xml57(th) #: ./doc/common/tables/trove-redis.xml33(th) #: ./doc/common/tables/nova-rpc.xml68(th) -#: ./doc/common/tables/keystone-redis.xml41(th) +#: ./doc/common/tables/keystone-redis.xml44(th) msgid "[matchmaker_ring]" msgstr "[matchmaker_ring]" -#: ./doc/common/tables/neutron-rpc.xml87(td) -#: ./doc/common/tables/ceilometer-redis.xml36(td) +#: ./doc/common/tables/neutron-rpc.xml79(td) +#: ./doc/common/tables/ceilometer-redis.xml51(td) #: ./doc/common/tables/glance-matchmaker.xml32(td) -#: ./doc/common/tables/cinder-rpc.xml240(td) +#: ./doc/common/tables/cinder-rpc.xml243(td) #: ./doc/common/tables/nova-rpc_all.xml207(td) -#: ./doc/common/tables/heat-rpc.xml72(td) +#: ./doc/common/tables/heat-rpc.xml60(td) #: ./doc/common/tables/trove-redis.xml36(td) #: ./doc/common/tables/nova-rpc.xml71(td) -#: ./doc/common/tables/keystone-redis.xml44(td) +#: ./doc/common/tables/keystone-redis.xml47(td) msgid "ringfile = /etc/oslo/matchmaker_ring.json" msgstr "ringfile = /etc/oslo/matchmaker_ring.json" -#: ./doc/common/tables/neutron-rpc.xml88(td) -#: ./doc/common/tables/ceilometer-redis.xml37(td) +#: ./doc/common/tables/neutron-rpc.xml80(td) +#: ./doc/common/tables/ceilometer-redis.xml52(td) #: ./doc/common/tables/glance-matchmaker.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml241(td) +#: ./doc/common/tables/cinder-rpc.xml244(td) #: ./doc/common/tables/nova-rpc_all.xml208(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml277(td) -#: ./doc/common/tables/heat-rpc.xml73(td) +#: ./doc/common/tables/heat-rpc.xml61(td) #: ./doc/common/tables/nova-rpc.xml72(td) -#: ./doc/common/tables/keystone-redis.xml45(td) +#: ./doc/common/tables/keystone-redis.xml48(td) msgid "(StrOpt) Matchmaker ring file (JSON)." msgstr "" @@ -13886,54 +13845,116 @@ msgstr "[percona]" #: ./doc/common/tables/trove-db_percona.xml21(td) #: ./doc/common/tables/trove-db_mysql.xml21(td) +#: ./doc/common/tables/trove-backup.xml33(td) +msgid "backup_namespace = trove.guestagent.strategies.backup.mysql_impl" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml22(td) +#: ./doc/common/tables/trove-db_percona.xml30(td) +#: ./doc/common/tables/trove-db_percona.xml38(td) +#: ./doc/common/tables/trove-amqp.xml34(td) +#: ./doc/common/tables/trove-db_cassandra.xml26(td) +#: ./doc/common/tables/trove-db_mysql.xml22(td) +#: ./doc/common/tables/trove-db_mysql.xml30(td) +#: ./doc/common/tables/trove-db_mysql.xml38(td) +#: ./doc/common/tables/trove-common.xml70(td) +#: ./doc/common/tables/trove-api.xml38(td) +#: ./doc/common/tables/trove-api.xml42(td) +#: ./doc/common/tables/trove-api.xml94(td) +#: ./doc/common/tables/trove-api.xml102(td) +#: ./doc/common/tables/trove-api.xml106(td) +#: ./doc/common/tables/trove-dns.xml22(td) +#: ./doc/common/tables/trove-dns.xml26(td) +#: ./doc/common/tables/trove-dns.xml30(td) +#: ./doc/common/tables/trove-dns.xml34(td) +#: ./doc/common/tables/trove-dns.xml38(td) +#: ./doc/common/tables/trove-dns.xml42(td) +#: ./doc/common/tables/trove-dns.xml46(td) +#: ./doc/common/tables/trove-dns.xml50(td) +#: ./doc/common/tables/trove-dns.xml54(td) +#: ./doc/common/tables/trove-dns.xml58(td) +#: ./doc/common/tables/trove-dns.xml62(td) +#: ./doc/common/tables/trove-dns.xml66(td) +#: ./doc/common/tables/trove-dns.xml78(td) +#: ./doc/common/tables/trove-volume.xml22(td) +#: ./doc/common/tables/trove-volume.xml38(td) +#: ./doc/common/tables/trove-volume.xml50(td) +#: ./doc/common/tables/trove-clients.xml22(td) +#: ./doc/common/tables/trove-clients.xml26(td) +#: ./doc/common/tables/trove-clients.xml30(td) +#: ./doc/common/tables/trove-clients.xml34(td) +#: ./doc/common/tables/trove-clients.xml38(td) +#: ./doc/common/tables/trove-clients.xml42(td) +#: ./doc/common/tables/trove-clients.xml46(td) +#: ./doc/common/tables/trove-db_couchbase.xml22(td) +#: ./doc/common/tables/trove-db_couchbase.xml30(td) +#: ./doc/common/tables/trove-db_couchbase.xml38(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml17(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml21(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml25(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml29(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml33(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml37(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml41(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml45(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml49(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml53(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml57(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml65(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml81(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml125(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml133(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml137(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml145(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml153(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml157(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml161(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml169(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml177(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml217(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml221(td) +#: ./doc/common/tables/trove-db_mongodb.xml26(td) +#: ./doc/common/tables/trove-rpc.xml26(td) +#: ./doc/common/tables/trove-backup.xml38(td) +#: ./doc/common/tables/trove-backup.xml54(td) +#: ./doc/common/tables/trove-guestagent.xml38(td) +#: ./doc/common/tables/trove-guestagent.xml50(td) +#: ./doc/common/tables/trove-compute.xml22(td) +#: ./doc/common/tables/trove-db_redis.xml26(td) +#: ./doc/common/tables/trove-logging.xml22(td) +#: ./doc/common/tables/trove-logging.xml70(td) +msgid "(StrOpt) No help text available for this option." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml25(td) +#: ./doc/common/tables/trove-db_mysql.xml25(td) #: ./doc/common/tables/trove-backup.xml49(td) msgid "backup_strategy = InnoBackupEx" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml22(td) +#: ./doc/common/tables/trove-db_percona.xml26(td) #: ./doc/common/tables/trove-db_cassandra.xml22(td) -#: ./doc/common/tables/trove-db_mysql.xml22(td) -#: ./doc/common/tables/trove-db_couchbase.xml22(td) +#: ./doc/common/tables/trove-db_mysql.xml26(td) +#: ./doc/common/tables/trove-db_couchbase.xml26(td) #: ./doc/common/tables/trove-db_mongodb.xml22(td) #: ./doc/common/tables/trove-backup.xml50(td) #: ./doc/common/tables/trove-db_redis.xml22(td) msgid "(StrOpt) Default strategy to perform backups." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml25(td) -#: ./doc/common/tables/trove-db_mysql.xml25(td) -msgid "mount_point = /var/lib/mysql" -msgstr "mount_point = /var/lib/mysql" - -#: ./doc/common/tables/trove-db_percona.xml26(td) -#: ./doc/common/tables/trove-db_cassandra.xml26(td) -#: ./doc/common/tables/trove-db_mysql.xml26(td) -#: ./doc/common/tables/trove-db_couchbase.xml26(td) -#: ./doc/common/tables/trove-db_mongodb.xml26(td) -#: ./doc/common/tables/trove-db_redis.xml26(td) -msgid "" -"(StrOpt) Filesystem path for mounting volumes if volume support is enabled." -msgstr "" - #: ./doc/common/tables/trove-db_percona.xml29(td) +#: ./doc/common/tables/trove-db_cassandra.xml25(td) #: ./doc/common/tables/trove-db_mysql.xml29(td) -msgid "root_on_create = False" -msgstr "root_on_create = False" - -#: ./doc/common/tables/trove-db_percona.xml30(td) -#: ./doc/common/tables/trove-db_mysql.xml30(td) -#: ./doc/common/tables/trove-db_couchbase.xml30(td) -msgid "" -"(BoolOpt) Enable the automatic creation of the root user for the service " -"during instance-create. The generated password for the root user is " -"immediately returned in the response of instance-create as the 'password' " -"field." -msgstr "" +#: ./doc/common/tables/trove-volume.xml37(td) +#: ./doc/common/tables/trove-db_couchbase.xml29(td) +#: ./doc/common/tables/trove-db_mongodb.xml25(td) +msgid "device_path = /dev/vdb" +msgstr "device_path = /dev/vdb" #: ./doc/common/tables/trove-db_percona.xml33(td) #: ./doc/common/tables/trove-db_mysql.xml33(td) -msgid "tcp_ports = 3306" -msgstr "tcp_ports = 3306" +msgid "mount_point = /var/lib/mysql" +msgstr "mount_point = /var/lib/mysql" #: ./doc/common/tables/trove-db_percona.xml34(td) #: ./doc/common/tables/trove-db_cassandra.xml30(td) @@ -13942,45 +13963,99 @@ msgstr "tcp_ports = 3306" #: ./doc/common/tables/trove-db_mongodb.xml30(td) #: ./doc/common/tables/trove-db_redis.xml30(td) msgid "" +"(StrOpt) Filesystem path for mounting volumes if volume support is enabled." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml37(td) +#: ./doc/common/tables/trove-db_mysql.xml37(td) +#: ./doc/common/tables/trove-guestagent.xml53(td) +msgid "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" +msgstr "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" + +#: ./doc/common/tables/trove-db_percona.xml41(td) +#: ./doc/common/tables/trove-db_mysql.xml41(td) +msgid "root_on_create = False" +msgstr "root_on_create = False" + +#: ./doc/common/tables/trove-db_percona.xml42(td) +#: ./doc/common/tables/trove-db_mysql.xml42(td) +#: ./doc/common/tables/trove-db_couchbase.xml42(td) +msgid "" +"(BoolOpt) Enable the automatic creation of the root user for the service " +"during instance-create. The generated password for the root user is " +"immediately returned in the response of instance-create as the 'password' " +"field." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml45(td) +#: ./doc/common/tables/trove-db_mysql.xml45(td) +msgid "tcp_ports = 3306" +msgstr "tcp_ports = 3306" + +#: ./doc/common/tables/trove-db_percona.xml46(td) +#: ./doc/common/tables/trove-db_cassandra.xml34(td) +#: ./doc/common/tables/trove-db_mysql.xml46(td) +#: ./doc/common/tables/trove-db_couchbase.xml46(td) +#: ./doc/common/tables/trove-db_mongodb.xml34(td) +#: ./doc/common/tables/trove-db_redis.xml34(td) +msgid "" "(ListOpt) List of TCP ports and/or port ranges to open in the security group" " (only applicable if trove_security_groups_support is True)." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml37(td) -#: ./doc/common/tables/trove-db_cassandra.xml33(td) -#: ./doc/common/tables/trove-db_mysql.xml37(td) -#: ./doc/common/tables/trove-db_couchbase.xml37(td) -#: ./doc/common/tables/trove-db_mongodb.xml33(td) -#: ./doc/common/tables/trove-db_redis.xml33(td) +#: ./doc/common/tables/trove-db_percona.xml49(td) +#: ./doc/common/tables/trove-db_cassandra.xml37(td) +#: ./doc/common/tables/trove-db_mysql.xml49(td) +#: ./doc/common/tables/trove-db_couchbase.xml49(td) +#: ./doc/common/tables/trove-db_mongodb.xml37(td) +#: ./doc/common/tables/trove-db_redis.xml37(td) msgid "udp_ports =" msgstr "udp_ports =" -#: ./doc/common/tables/trove-db_percona.xml38(td) -#: ./doc/common/tables/trove-db_cassandra.xml34(td) -#: ./doc/common/tables/trove-db_mysql.xml38(td) -#: ./doc/common/tables/trove-db_couchbase.xml38(td) -#: ./doc/common/tables/trove-db_redis.xml34(td) +#: ./doc/common/tables/trove-db_percona.xml50(td) +#: ./doc/common/tables/trove-db_cassandra.xml38(td) +#: ./doc/common/tables/trove-db_mysql.xml50(td) +#: ./doc/common/tables/trove-db_couchbase.xml50(td) +#: ./doc/common/tables/trove-db_redis.xml38(td) msgid "" "(ListOpt) List of UDP ports and/or port ranges to open in the security group" " (only applicable if trove_security_groups_support is True)." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml41(td) -#: ./doc/common/tables/trove-db_couchbase.xml41(td) -#: ./doc/common/tables/trove-db_mongodb.xml37(td) -#: ./doc/common/tables/trove-db_redis.xml37(td) +#: ./doc/common/tables/trove-db_percona.xml53(td) +#: ./doc/common/tables/trove-db_couchbase.xml53(td) +#: ./doc/common/tables/trove-db_mongodb.xml41(td) +#: ./doc/common/tables/trove-db_redis.xml41(td) msgid "usage_timeout = 450" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml42(td) -#: ./doc/common/tables/trove-db_cassandra.xml38(td) -#: ./doc/common/tables/trove-db_mysql.xml42(td) -#: ./doc/common/tables/trove-db_couchbase.xml42(td) -#: ./doc/common/tables/trove-db_mongodb.xml38(td) -#: ./doc/common/tables/trove-db_redis.xml38(td) +#: ./doc/common/tables/trove-db_percona.xml54(td) +#: ./doc/common/tables/trove-db_cassandra.xml42(td) +#: ./doc/common/tables/trove-db_mysql.xml54(td) +#: ./doc/common/tables/trove-db_couchbase.xml54(td) +#: ./doc/common/tables/trove-db_mongodb.xml42(td) +#: ./doc/common/tables/trove-db_redis.xml42(td) msgid "(IntOpt) Timeout to wait for a guest to become active." msgstr "" +#: ./doc/common/tables/trove-db_percona.xml57(td) +#: ./doc/common/tables/trove-db_cassandra.xml45(td) +#: ./doc/common/tables/trove-db_mysql.xml57(td) +#: ./doc/common/tables/trove-db_couchbase.xml57(td) +#: ./doc/common/tables/trove-db_mongodb.xml45(td) +msgid "volume_support = True" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml58(td) +#: ./doc/common/tables/trove-db_cassandra.xml46(td) +#: ./doc/common/tables/trove-db_mysql.xml58(td) +#: ./doc/common/tables/trove-volume.xml42(td) +#: ./doc/common/tables/trove-db_couchbase.xml58(td) +#: ./doc/common/tables/trove-db_mongodb.xml46(td) +#: ./doc/common/tables/trove-db_redis.xml46(td) +msgid "(BoolOpt) Whether to provision a cinder volume for datadir." +msgstr "" + #: ./doc/common/tables/nova-periodic.xml7(caption) msgid "Description of configuration options for periodic" msgstr "" @@ -14072,7 +14147,7 @@ msgstr "" #: ./doc/common/tables/nova-policy.xml57(td) #: ./doc/common/tables/glance-policy.xml21(td) #: ./doc/common/tables/ceilometer-api.xml33(td) -#: ./doc/common/tables/heat-api.xml45(td) +#: ./doc/common/tables/heat-api.xml49(td) #: ./doc/common/tables/cinder-common.xml137(td) msgid "policy_default_rule = default" msgstr "policy_default_rule = default" @@ -14080,7 +14155,7 @@ msgstr "policy_default_rule = default" #: ./doc/common/tables/keystone-policy.xml22(td) #: ./doc/common/tables/nova-policy.xml58(td) #: ./doc/common/tables/ceilometer-api.xml34(td) -#: ./doc/common/tables/heat-api.xml46(td) +#: ./doc/common/tables/heat-api.xml50(td) msgid "(StrOpt) Default rule. Enforced when a requested rule is not found." msgstr "" @@ -14089,7 +14164,7 @@ msgstr "" #: ./doc/common/tables/nova-policy.xml61(td) #: ./doc/common/tables/glance-policy.xml25(td) #: ./doc/common/tables/ceilometer-api.xml37(td) -#: ./doc/common/tables/heat-api.xml49(td) +#: ./doc/common/tables/heat-api.xml53(td) #: ./doc/common/tables/cinder-common.xml141(td) msgid "policy_file = policy.json" msgstr "policy_file = policy.json" @@ -14097,7 +14172,7 @@ msgstr "policy_file = policy.json" #: ./doc/common/tables/keystone-policy.xml26(td) #: ./doc/common/tables/nova-policy.xml62(td) #: ./doc/common/tables/ceilometer-api.xml38(td) -#: ./doc/common/tables/heat-api.xml50(td) +#: ./doc/common/tables/heat-api.xml54(td) msgid "(StrOpt) The JSON file that defines policies." msgstr "" @@ -14116,7 +14191,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml36(td) #: ./doc/common/tables/keystone-api.xml49(td) #: ./doc/common/tables/keystone-identity.xml37(td) -#: ./doc/common/tables/keystone-catalog.xml25(td) +#: ./doc/common/tables/keystone-catalog.xml33(td) #: ./doc/common/tables/keystone-assignment.xml33(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml52(td) msgid "list_limit = None" @@ -14142,7 +14217,7 @@ msgstr "" #: ./doc/common/tables/glance-auth_token.xml21(td) #: ./doc/common/tables/glance-auth_token.xml128(td) -#: ./doc/common/tables/ceilometer-common.xml41(td) +#: ./doc/common/tables/ceilometer-common.xml37(td) #: ./doc/common/tables/ceilometer-auth_token.xml121(td) #: ./doc/common/tables/neutron-auth_token.xml21(td) #: ./doc/common/tables/neutron-auth_token.xml128(td) @@ -14160,7 +14235,7 @@ msgid "memcached_servers = None" msgstr "memcached_servers = None" #: ./doc/common/tables/glance-auth_token.xml22(td) -#: ./doc/common/tables/ceilometer-common.xml42(td) +#: ./doc/common/tables/ceilometer-common.xml38(td) #: ./doc/common/tables/neutron-auth_token.xml22(td) #: ./doc/common/tables/nova-common.xml50(td) #: ./doc/common/tables/heat-auth_token.xml22(td) @@ -14185,7 +14260,7 @@ msgstr "" #: ./doc/common/tables/ceilometer-auth_token.xml21(td) #: ./doc/common/tables/neutron-auth_token.xml28(td) #: ./doc/common/tables/glance-registry.xml21(td) -#: ./doc/common/tables/nova-neutron.xml40(td) +#: ./doc/common/tables/nova-neutron.xml32(td) #: ./doc/common/tables/heat-auth_token.xml28(td) #: ./doc/common/tables/nova-auth_token.xml21(td) #: ./doc/common/tables/cinder-auth_token.xml28(td) @@ -14385,7 +14460,7 @@ msgstr "" #: ./doc/common/tables/neutron-auth_token.xml60(td) #: ./doc/common/tables/heat-auth_token.xml60(td) #: ./doc/common/tables/nova-auth_token.xml53(td) -#: ./doc/common/tables/heat-api.xml95(td) +#: ./doc/common/tables/heat-api.xml103(td) #: ./doc/common/tables/cinder-auth_token.xml60(td) #: ./doc/common/tables/keystone-auth_token.xml60(td) #: ./doc/common/tables/trove-auth_token.xml60(td) @@ -14455,6 +14530,7 @@ msgstr "" #: ./doc/common/tables/cinder-auth_token.xml72(td) #: ./doc/common/tables/keystone-auth_token.xml72(td) #: ./doc/common/tables/trove-auth_token.xml72(td) +#: ./doc/common/tables/keystone-ec2.xml28(td) msgid "cafile = None" msgstr "" @@ -14479,6 +14555,7 @@ msgstr "" #: ./doc/common/tables/cinder-auth_token.xml76(td) #: ./doc/common/tables/keystone-auth_token.xml76(td) #: ./doc/common/tables/trove-auth_token.xml76(td) +#: ./doc/common/tables/keystone-ec2.xml32(td) msgid "certfile = None" msgstr "" @@ -14724,6 +14801,7 @@ msgstr "" #: ./doc/common/tables/cinder-auth_token.xml116(td) #: ./doc/common/tables/keystone-auth_token.xml116(td) #: ./doc/common/tables/trove-auth_token.xml116(td) +#: ./doc/common/tables/keystone-ec2.xml40(td) msgid "keyfile = None" msgstr "" @@ -15038,6 +15116,26 @@ msgid "" " where M is the value of the expiry_thres_minutes configuration option." msgstr "" +#: ./doc/common/tables/cinder-nimble.xml7(caption) +msgid "Description of configuration options for nimble" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml21(td) +msgid "nimble_pool_name = default" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml22(td) +msgid "(StrOpt) Nimble Controller pool name" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml25(td) +msgid "nimble_subnet_label = *" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml26(td) +msgid "(StrOpt) Nimble Subnet Label" +msgstr "" + #: ./doc/common/tables/swift-container-server-container-sync.xml8(literal) msgid "[container-sync]" msgstr "[container-sync]" @@ -15091,6 +15189,7 @@ msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml7(caption) #: ./doc/common/tables/swift-rsyncd-container.xml7(caption) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml7(caption) #: ./doc/common/tables/swift-rsyncd-account.xml7(caption) @@ -15150,7 +15249,6 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml24(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml32(td) -#: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml20(td) #: ./doc/common/tables/swift-container-server-container-updater.xml33(td) #: ./doc/common/tables/swift-object-server-object-updater.xml24(td) msgid "interval = 300" @@ -15179,7 +15277,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml37(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml44(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml20(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml28(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml36(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml32(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml28(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml28(td) @@ -15208,7 +15306,7 @@ msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml45(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml21(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml29(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml29(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml37(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml41(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml33(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml29(td) @@ -15230,7 +15328,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml41(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml48(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml28(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml32(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml40(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml36(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml32(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml32(td) @@ -15259,7 +15357,7 @@ msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml49(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml29(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml33(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml33(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml41(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml45(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml37(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml33(td) @@ -15281,7 +15379,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml45(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml52(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml32(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml36(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml44(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml40(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml36(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml40(td) @@ -15301,7 +15399,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml46(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml53(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml33(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml37(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml45(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml41(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml37(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml41(td) @@ -15325,7 +15423,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml50(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml57(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml41(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml41(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml49(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml45(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml41(td) #: ./doc/common/tables/swift-object-server-object-updater.xml41(td) @@ -15386,7 +15484,7 @@ msgstr "" #: ./doc/common/tables/heat-cfn_api.xml32(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml24(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml20(td) -#: ./doc/common/tables/heat-api.xml106(td) +#: ./doc/common/tables/heat-api.xml114(td) #: ./doc/common/tables/heat-cloudwatch_api.xml28(td) #: ./doc/common/tables/neutron-wsgi.xml21(td) #: ./doc/common/tables/glance-common.xml29(td) @@ -15482,7 +15580,8 @@ msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml61(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml65(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml89(td) -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml151(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml147(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml155(td) #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml21(td) #: ./doc/common/tables/neutron-rootwrap.xml49(td) #: ./doc/common/tables/neutron-rootwrap.xml53(td) @@ -15491,7 +15590,6 @@ msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml29(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml33(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml37(td) -#: ./doc/common/tables/swift-swift-swift-constraints.xml41(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml45(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml49(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml53(td) @@ -15542,7 +15640,7 @@ msgstr "" #: ./doc/common/tables/swift-object-server-filter-xprofile.xml45(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml29(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml43(td) -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml51(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml55(td) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml21(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml21(td) @@ -15558,6 +15656,20 @@ msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml25(td) #: ./doc/common/tables/swift-rsyncd-container.xml29(td) #: ./doc/common/tables/swift-rsyncd-container.xml33(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml21(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml25(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml29(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml39(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml43(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml47(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml51(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml55(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml59(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml63(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml67(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml71(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml75(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml79(td) #: ./doc/common/tables/swift-rsyncd-account.xml21(td) #: ./doc/common/tables/swift-rsyncd-account.xml25(td) #: ./doc/common/tables/swift-rsyncd-account.xml29(td) @@ -15611,7 +15723,7 @@ msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml25(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml29(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml33(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml49(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml57(td) #: ./doc/common/tables/swift-account-server-pipeline-main.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml25(td) @@ -15890,6 +16002,10 @@ msgid "" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml146(td) +msgid "strict_cors_mode = True" +msgstr "" + +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml150(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml71(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml130(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml150(td) @@ -15899,7 +16015,7 @@ msgstr "" msgid "swift_dir = /etc/swift" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml147(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml151(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml72(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml131(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml151(td) @@ -15909,11 +16025,11 @@ msgstr "" msgid "Swift configuration directory" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml150(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml154(td) msgid "trans_id_suffix =" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml154(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml158(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml75(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml134(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml154(td) @@ -15922,7 +16038,7 @@ msgstr "" msgid "user = swift" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml155(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml159(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml76(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml135(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml155(td) @@ -15931,14 +16047,14 @@ msgstr "" msgid "User to run as" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml158(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml162(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml138(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml158(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml134(td) msgid "workers = auto" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml159(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml163(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml139(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml159(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml135(td) @@ -16041,9 +16157,10 @@ msgstr "" #: ./doc/common/tables/ceilometer-redis.xml21(td) #: ./doc/common/tables/nova-common.xml41(td) #: ./doc/common/tables/neutron-redis.xml21(td) +#: ./doc/common/tables/cinder-common.xml57(td) #: ./doc/common/tables/heat-redis.xml21(td) -msgid "host = oslo" -msgstr "host = oslo" +msgid "host = localhost" +msgstr "" #: ./doc/common/tables/ceilometer-redis.xml22(td) msgid "" @@ -16052,6 +16169,99 @@ msgid "" "address." msgstr "" +#: ./doc/common/tables/ceilometer-redis.xml33(th) +#: ./doc/common/tables/neutron-redis.xml25(th) +#: ./doc/common/tables/nova-redis.xml18(th) +#: ./doc/common/tables/glance-redis.xml18(th) +#: ./doc/common/tables/cinder-rpc.xml225(th) +#: ./doc/common/tables/heat-redis.xml25(th) +#: ./doc/common/tables/trove-redis.xml18(th) +#: ./doc/common/tables/keystone-redis.xml29(th) +msgid "[matchmaker_redis]" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml36(td) +#: ./doc/common/tables/neutron-redis.xml28(td) +#: ./doc/common/tables/nova-redis.xml21(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml24(td) +#: ./doc/common/tables/glance-redis.xml21(td) +#: ./doc/common/tables/cinder-rpc.xml228(td) +#: ./doc/common/tables/heat-redis.xml28(td) +#: ./doc/common/tables/trove-redis.xml21(td) +#: ./doc/common/tables/neutron-nec.xml37(td) +#: ./doc/common/tables/keystone-redis.xml32(td) +msgid "host = 127.0.0.1" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml37(td) +#: ./doc/common/tables/neutron-redis.xml29(td) +#: ./doc/common/tables/nova-redis.xml22(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml25(td) +#: ./doc/common/tables/glance-redis.xml22(td) +#: ./doc/common/tables/cinder-rpc.xml229(td) +#: ./doc/common/tables/heat-redis.xml29(td) +#: ./doc/common/tables/keystone-redis.xml33(td) +msgid "(StrOpt) Host to locate redis." +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml40(td) +#: ./doc/common/tables/neutron-redis.xml32(td) +#: ./doc/common/tables/nova-redis.xml25(td) +#: ./doc/common/tables/keystone-ldap.xml101(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml60(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml60(td) +#: ./doc/common/tables/glance-redis.xml25(td) +#: ./doc/common/tables/cinder-rpc.xml232(td) +#: ./doc/common/tables/heat-redis.xml32(td) +#: ./doc/common/tables/neutron-ml2_ncs.xml21(td) +#: ./doc/common/tables/neutron-ml2_odl.xml21(td) +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml148(td) +#: ./doc/common/tables/trove-redis.xml25(td) +#: ./doc/common/tables/keystone-redis.xml36(td) +msgid "password = None" +msgstr "password = None" + +#: ./doc/common/tables/ceilometer-redis.xml41(td) +#: ./doc/common/tables/neutron-redis.xml33(td) +#: ./doc/common/tables/nova-redis.xml26(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml61(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml61(td) +#: ./doc/common/tables/glance-redis.xml26(td) +#: ./doc/common/tables/cinder-rpc.xml233(td) +#: ./doc/common/tables/heat-redis.xml33(td) +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml149(td) +#: ./doc/common/tables/keystone-redis.xml37(td) +msgid "(StrOpt) Password for Redis server (optional)." +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml44(td) +#: ./doc/common/tables/neutron-redis.xml36(td) +#: ./doc/common/tables/nova-redis.xml29(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml64(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml64(td) +#: ./doc/common/tables/glance-redis.xml29(td) +#: ./doc/common/tables/cinder-rpc.xml236(td) +#: ./doc/common/tables/heat-redis.xml36(td) +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml152(td) +#: ./doc/common/tables/trove-redis.xml29(td) +#: ./doc/common/tables/keystone-redis.xml40(td) +msgid "port = 6379" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml45(td) +#: ./doc/common/tables/neutron-redis.xml37(td) +#: ./doc/common/tables/nova-redis.xml30(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml65(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml65(td) +#: ./doc/common/tables/glance-redis.xml30(td) +#: ./doc/common/tables/cinder-rpc.xml237(td) +#: ./doc/common/tables/heat-redis.xml37(td) +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml153(td) +#: ./doc/common/tables/trove-redis.xml30(td) +#: ./doc/common/tables/keystone-redis.xml41(td) +msgid "(IntOpt) Use this port to connect to redis host." +msgstr "" + #: ./doc/common/tables/cinder-storage_ceph.xml7(caption) msgid "Description of configuration options for storage_ceph" msgstr "" @@ -16103,7 +16313,7 @@ msgid "(StrOpt) The RADOS pool where rbd volumes are stored" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml41(td) -#: ./doc/common/tables/nova-volumes.xml118(td) +#: ./doc/common/tables/nova-volumes.xml126(td) msgid "rbd_secret_uuid = None" msgstr "" @@ -16121,7 +16331,7 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml49(td) -#: ./doc/common/tables/nova-volumes.xml122(td) +#: ./doc/common/tables/nova-volumes.xml130(td) msgid "rbd_user = None" msgstr "" @@ -16281,22 +16491,22 @@ msgid "(StrOpt) VLAN Name prefix for provider vlans" msgstr "" #: ./doc/common/tables/neutron-cisco.xml45(td) -#: ./doc/common/tables/neutron-cisco.xml125(td) +#: ./doc/common/tables/neutron-cisco.xml129(td) msgid "svi_round_robin = False" msgstr "svi_round_robin = False" #: ./doc/common/tables/neutron-cisco.xml46(td) -#: ./doc/common/tables/neutron-cisco.xml126(td) +#: ./doc/common/tables/neutron-cisco.xml130(td) msgid "(BoolOpt) Distribute SVI interfaces over all switches" msgstr "" #: ./doc/common/tables/neutron-cisco.xml49(td) -#: ./doc/common/tables/neutron-cisco.xml129(td) +#: ./doc/common/tables/neutron-cisco.xml133(td) msgid "vlan_name_prefix = q-" msgstr "vlan_name_prefix = q-" #: ./doc/common/tables/neutron-cisco.xml50(td) -#: ./doc/common/tables/neutron-cisco.xml130(td) +#: ./doc/common/tables/neutron-cisco.xml134(td) msgid "(StrOpt) VLAN Name prefix" msgstr "" @@ -16336,87 +16546,95 @@ msgstr "" msgid "(IntOpt) Number of threads to use to make HTTP requests" msgstr "" +#: ./doc/common/tables/neutron-cisco.xml76(td) +msgid "http_timeout = 15" +msgstr "" + #: ./doc/common/tables/neutron-cisco.xml77(td) +msgid "(IntOpt) N1K http timeout duration in seconds" +msgstr "" + +#: ./doc/common/tables/neutron-cisco.xml81(td) msgid "(StrOpt) N1K Integration Bridge" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml80(td) +#: ./doc/common/tables/neutron-cisco.xml84(td) msgid "network_node_policy_profile = dhcp_pp" msgstr "network_node_policy_profile = dhcp_pp" -#: ./doc/common/tables/neutron-cisco.xml81(td) +#: ./doc/common/tables/neutron-cisco.xml85(td) msgid "(StrOpt) N1K policy profile for network node" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml84(td) +#: ./doc/common/tables/neutron-cisco.xml88(td) msgid "network_vlan_ranges = vlan:1:4095" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml85(td) +#: ./doc/common/tables/neutron-cisco.xml89(td) msgid "(StrOpt) N1K Network VLAN Ranges" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml88(td) +#: ./doc/common/tables/neutron-cisco.xml92(td) msgid "poll_duration = 10" msgstr "poll_duration = 10" -#: ./doc/common/tables/neutron-cisco.xml89(td) +#: ./doc/common/tables/neutron-cisco.xml93(td) msgid "(IntOpt) N1K Policy profile polling duration in seconds" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml93(td) +#: ./doc/common/tables/neutron-cisco.xml97(td) msgid "(StrOpt) N1K Tenant Network Type" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml97(td) +#: ./doc/common/tables/neutron-cisco.xml101(td) msgid "(StrOpt) N1K Tunnel Bridge" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml100(td) +#: ./doc/common/tables/neutron-cisco.xml104(td) msgid "vxlan_id_ranges = 5000:10000" msgstr "vxlan_id_ranges = 5000:10000" -#: ./doc/common/tables/neutron-cisco.xml101(td) +#: ./doc/common/tables/neutron-cisco.xml105(td) msgid "(StrOpt) N1K VXLAN ID Ranges" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml104(th) +#: ./doc/common/tables/neutron-cisco.xml108(th) msgid "[CISCO_PLUGINS]" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml107(td) +#: ./doc/common/tables/neutron-cisco.xml111(td) msgid "" "nexus_plugin = neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin" msgstr "nexus_plugin = neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin" -#: ./doc/common/tables/neutron-cisco.xml108(td) +#: ./doc/common/tables/neutron-cisco.xml112(td) msgid "(StrOpt) Nexus Switch to use" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml111(td) +#: ./doc/common/tables/neutron-cisco.xml115(td) msgid "" "vswitch_plugin = " "neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2" msgstr "vswitch_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2" -#: ./doc/common/tables/neutron-cisco.xml112(td) +#: ./doc/common/tables/neutron-cisco.xml116(td) msgid "(StrOpt) Virtual Switch to use" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml115(th) +#: ./doc/common/tables/neutron-cisco.xml119(th) msgid "[cisco_csr_ipsec]" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml118(td) +#: ./doc/common/tables/neutron-cisco.xml122(td) msgid "status_check_interval = 60" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml119(td) +#: ./doc/common/tables/neutron-cisco.xml123(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml437(td) msgid "(IntOpt) Status check interval for Cisco CSR IPSec connections" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml122(th) +#: ./doc/common/tables/neutron-cisco.xml126(th) #: ./doc/common/tables/neutron-ml2_cisco.xml18(th) msgid "[ml2_cisco]" msgstr "" @@ -16428,24 +16646,6 @@ msgid "Description of configuration options for testing" msgstr "" #: ./doc/common/tables/nova-testing.xml21(td) -#: ./doc/common/tables/ceilometer-rpc.xml21(td) -#: ./doc/common/tables/trove-rpc.xml21(td) -#: ./doc/common/tables/heat-rpc.xml21(td) -#: ./doc/common/tables/neutron-common.xml37(td) -msgid "" -"allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" -msgstr "allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" - -#: ./doc/common/tables/nova-testing.xml22(td) -#: ./doc/common/tables/glance-rpc.xml22(td) -#: ./doc/common/tables/keystone-rpc.xml22(td) -#: ./doc/common/tables/trove-rpc.xml22(td) -msgid "" -"(ListOpt) Modules of exceptions that are permitted to be recreatedupon " -"receiving exception data from an rpc call." -msgstr "" - -#: ./doc/common/tables/nova-testing.xml25(td) #: ./doc/common/tables/ceilometer-common.xml21(td) #: ./doc/common/tables/cinder-api.xml33(td) #: ./doc/common/tables/heat-debug.xml21(td) @@ -16455,7 +16655,7 @@ msgstr "" msgid "backdoor_port = None" msgstr "backdoor_port = None" -#: ./doc/common/tables/nova-testing.xml26(td) +#: ./doc/common/tables/nova-testing.xml22(td) #: ./doc/common/tables/ceilometer-common.xml22(td) #: ./doc/common/tables/cinder-api.xml34(td) #: ./doc/common/tables/heat-debug.xml22(td) @@ -16472,59 +16672,60 @@ msgid "" "displayed in the service's log file." msgstr "" -#: ./doc/common/tables/nova-testing.xml29(td) +#: ./doc/common/tables/nova-testing.xml25(td) msgid "fake_call = False" msgstr "fake_call = False" -#: ./doc/common/tables/nova-testing.xml30(td) +#: ./doc/common/tables/nova-testing.xml26(td) msgid "(BoolOpt) If True, skip using the queue and make local calls" msgstr "" -#: ./doc/common/tables/nova-testing.xml33(td) +#: ./doc/common/tables/nova-testing.xml29(td) msgid "fake_network = False" msgstr "fake_network = False" -#: ./doc/common/tables/nova-testing.xml34(td) +#: ./doc/common/tables/nova-testing.xml30(td) msgid "(BoolOpt) If passed, use fake network devices and addresses" msgstr "" -#: ./doc/common/tables/nova-testing.xml37(td) -#: ./doc/common/tables/trove-amqp.xml37(td) +#: ./doc/common/tables/nova-testing.xml33(td) +#: ./doc/common/tables/trove-amqp.xml41(td) #: ./doc/common/tables/keystone-rabbit.xml21(td) #: ./doc/common/tables/heat-amqp.xml41(td) #: ./doc/common/tables/glance-rabbitmq.xml25(td) #: ./doc/common/tables/neutron-testing.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml41(td) +#: ./doc/common/tables/cinder-rpc.xml37(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml21(td) msgid "fake_rabbit = False" msgstr "fake_rabbit = False" -#: ./doc/common/tables/nova-testing.xml38(td) -#: ./doc/common/tables/trove-amqp.xml38(td) +#: ./doc/common/tables/nova-testing.xml34(td) #: ./doc/common/tables/keystone-rabbit.xml22(td) #: ./doc/common/tables/heat-amqp.xml42(td) +#: ./doc/common/tables/glance-rabbitmq.xml26(td) #: ./doc/common/tables/neutron-testing.xml26(td) +#: ./doc/common/tables/cinder-rpc.xml38(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml22(td) -msgid "(BoolOpt) If passed, use a fake RabbitMQ provider" +msgid "(BoolOpt) If passed, use a fake RabbitMQ provider." msgstr "" -#: ./doc/common/tables/nova-testing.xml41(td) +#: ./doc/common/tables/nova-testing.xml37(td) #: ./doc/common/tables/cinder-common.xml109(td) msgid "monkey_patch = False" msgstr "monkey_patch = False" -#: ./doc/common/tables/nova-testing.xml42(td) +#: ./doc/common/tables/nova-testing.xml38(td) msgid "(BoolOpt) Whether to log monkey patching" msgstr "" -#: ./doc/common/tables/nova-testing.xml45(td) +#: ./doc/common/tables/nova-testing.xml41(td) msgid "" "monkey_patch_modules = " "nova.api.ec2.cloud:nova.notifications.notify_decorator, " "nova.compute.api:nova.notifications.notify_decorator" msgstr "monkey_patch_modules = nova.api.ec2.cloud:nova.notifications.notify_decorator, nova.compute.api:nova.notifications.notify_decorator" -#: ./doc/common/tables/nova-testing.xml46(td) +#: ./doc/common/tables/nova-testing.xml42(td) #: ./doc/common/tables/cinder-common.xml114(td) msgid "(ListOpt) List of modules/decorators to monkey patch" msgstr "" @@ -16610,10 +16811,12 @@ msgid "[clients_nova]" msgstr "[clients_nova]" #: ./doc/common/tables/heat-clients_nova.xml33(td) +#: ./doc/common/tables/heat-clients_cinder.xml33(td) msgid "http_log_debug = False" msgstr "" #: ./doc/common/tables/heat-clients_nova.xml34(td) +#: ./doc/common/tables/heat-clients_cinder.xml34(td) msgid "(BoolOpt) Allow client's debug log output." msgstr "" @@ -16657,46 +16860,54 @@ msgid "(BoolOpt) Enable HTTP debugging to 3PAR" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml37(td) -msgid "hp3par_iscsi_ips =" +msgid "hp3par_iscsi_chap_enabled = False" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml38(td) -msgid "(ListOpt) List of target iSCSI addresses to use." +msgid "(BoolOpt) Enable CHAP authentication for iSCSI connections." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml41(td) -msgid "hp3par_password =" +msgid "hp3par_iscsi_ips =" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml42(td) -msgid "(StrOpt) 3PAR Super user password" +msgid "(ListOpt) List of target iSCSI addresses to use." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml45(td) -msgid "hp3par_snapshot_expiration =" +msgid "hp3par_password =" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml46(td) +msgid "(StrOpt) 3PAR Super user password" +msgstr "" + +#: ./doc/common/tables/cinder-hp3par.xml49(td) +msgid "hp3par_snapshot_expiration =" +msgstr "" + +#: ./doc/common/tables/cinder-hp3par.xml50(td) msgid "" "(StrOpt) The time in hours when a snapshot expires and is deleted. This must" " be larger than expiration" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml49(td) +#: ./doc/common/tables/cinder-hp3par.xml53(td) msgid "hp3par_snapshot_retention =" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml50(td) +#: ./doc/common/tables/cinder-hp3par.xml54(td) msgid "" "(StrOpt) The time in hours to retain a snapshot. You can't delete it before " "this expires." msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml53(td) +#: ./doc/common/tables/cinder-hp3par.xml57(td) msgid "hp3par_username =" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml54(td) +#: ./doc/common/tables/cinder-hp3par.xml58(td) msgid "(StrOpt) 3PAR Super user username" msgstr "" @@ -16705,23 +16916,23 @@ msgid "Description of configuration options for misc" msgstr "" #: ./doc/common/tables/keystone-misc.xml21(td) -#: ./doc/common/tables/ceilometer-common.xml37(td) +#: ./doc/common/tables/ceilometer-common.xml33(td) #: ./doc/common/tables/nova-common.xml45(td) #: ./doc/common/tables/trove-common.xml57(td) #: ./doc/common/tables/cinder-common.xml69(td) #: ./doc/common/tables/heat-debug.xml37(td) #: ./doc/common/tables/glance-common.xml69(td) -#: ./doc/common/tables/neutron-common.xml141(td) +#: ./doc/common/tables/neutron-common.xml137(td) msgid "lock_path = None" msgstr "" #: ./doc/common/tables/keystone-misc.xml22(td) -#: ./doc/common/tables/ceilometer-common.xml38(td) +#: ./doc/common/tables/ceilometer-common.xml34(td) #: ./doc/common/tables/nova-common.xml46(td) #: ./doc/common/tables/trove-common.xml58(td) #: ./doc/common/tables/heat-debug.xml38(td) #: ./doc/common/tables/glance-common.xml70(td) -#: ./doc/common/tables/neutron-common.xml142(td) +#: ./doc/common/tables/neutron-common.xml138(td) msgid "(StrOpt) Directory to use for lock files." msgstr "" @@ -16870,6 +17081,7 @@ msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml61(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml41(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml93(td) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml47(td) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml33(td) @@ -17057,15 +17269,15 @@ msgstr "" #: ./doc/common/tables/cinder-common.xml41(td) #: ./doc/common/tables/heat-debug.xml29(td) #: ./doc/common/tables/glance-common.xml45(td) -#: ./doc/common/tables/neutron-common.xml121(td) +#: ./doc/common/tables/neutron-common.xml117(td) #: ./doc/common/tables/trove-debug.xml33(td) -#: ./doc/common/tables/keystone-debug.xml29(td) msgid "disable_process_locking = False" msgstr "" #: ./doc/common/tables/ceilometer-common.xml26(td) +#: ./doc/common/tables/nova-common.xml38(td) #: ./doc/common/tables/heat-debug.xml30(td) -#: ./doc/common/tables/keystone-debug.xml30(td) +#: ./doc/common/tables/glance-common.xml46(td) msgid "(BoolOpt) Enables or disables inter-process locks." msgstr "" @@ -17076,7 +17288,7 @@ msgstr "" #: ./doc/common/tables/heat-debug.xml33(td) #: ./doc/common/tables/nova-logging.xml29(td) #: ./doc/common/tables/trove-debug.xml37(td) -#: ./doc/common/tables/keystone-debug.xml33(td) +#: ./doc/common/tables/keystone-debug.xml29(td) msgid "fatal_deprecations = False" msgstr "fatal_deprecations = False" @@ -17086,33 +17298,35 @@ msgstr "fatal_deprecations = False" #: ./doc/common/tables/cinder-common.xml50(td) #: ./doc/common/tables/heat-debug.xml34(td) #: ./doc/common/tables/nova-logging.xml30(td) -#: ./doc/common/tables/keystone-debug.xml34(td) +#: ./doc/common/tables/trove-debug.xml38(td) +#: ./doc/common/tables/keystone-debug.xml30(td) msgid "(BoolOpt) Enables or disables fatal status of deprecations." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml33(td) -#: ./doc/common/tables/cinder-common.xml53(td) -#: ./doc/common/tables/nova-logging.xml33(td) -msgid "fatal_exception_format_errors = False" -msgstr "" - -#: ./doc/common/tables/ceilometer-common.xml34(td) -#: ./doc/common/tables/nova-logging.xml34(td) -msgid "(BoolOpt) Make exception message format errors fatal" -msgstr "" - -#: ./doc/common/tables/ceilometer-common.xml45(td) +#: ./doc/common/tables/ceilometer-common.xml41(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml40(td) msgid "notification_workers = 1" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml46(td) +#: ./doc/common/tables/ceilometer-common.xml42(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml41(td) msgid "" "(IntOpt) Number of workers for notification service. A single notification " "agent is enabled by default." msgstr "" +#: ./doc/common/tables/cinder-pure.xml7(caption) +msgid "Description of configuration options for pure" +msgstr "" + +#: ./doc/common/tables/cinder-pure.xml21(td) +msgid "pure_api_token = None" +msgstr "" + +#: ./doc/common/tables/cinder-pure.xml22(td) +msgid "(StrOpt) REST API authorization token." +msgstr "" + #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml8(literal) @@ -17149,28 +17363,43 @@ msgid "(StrOpt) Driver to use for database access" msgstr "" #: ./doc/common/tables/cinder-database.xml33(td) +#: ./doc/common/tables/glance-database.xml22(td) +#: ./doc/common/tables/neutron-database.xml22(td) +#: ./doc/common/tables/heat-database.xml22(td) #: ./doc/common/tables/keystone-database.xml22(td) msgid "(StrOpt) The back end to use for the database." msgstr "" #: ./doc/common/tables/cinder-database.xml37(td) +#: ./doc/common/tables/glance-database.xml26(td) +#: ./doc/common/tables/neutron-database.xml26(td) +#: ./doc/common/tables/heat-database.xml26(td) #: ./doc/common/tables/keystone-database.xml26(td) msgid "" "(StrOpt) The SQLAlchemy connection string to use to connect to the database." msgstr "" #: ./doc/common/tables/cinder-database.xml41(td) +#: ./doc/common/tables/glance-database.xml30(td) +#: ./doc/common/tables/neutron-database.xml30(td) +#: ./doc/common/tables/heat-database.xml30(td) #: ./doc/common/tables/keystone-database.xml30(td) msgid "" "(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything." msgstr "" #: ./doc/common/tables/cinder-database.xml45(td) +#: ./doc/common/tables/glance-database.xml34(td) +#: ./doc/common/tables/neutron-database.xml34(td) +#: ./doc/common/tables/heat-database.xml34(td) #: ./doc/common/tables/keystone-database.xml34(td) msgid "(BoolOpt) Add Python stack traces to SQL as comment strings." msgstr "" #: ./doc/common/tables/cinder-database.xml49(td) +#: ./doc/common/tables/glance-database.xml38(td) +#: ./doc/common/tables/neutron-database.xml38(td) +#: ./doc/common/tables/heat-database.xml38(td) #: ./doc/common/tables/keystone-database.xml38(td) msgid "" "(BoolOpt) If True, increases the interval between database connection " @@ -17178,6 +17407,9 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-database.xml53(td) +#: ./doc/common/tables/glance-database.xml42(td) +#: ./doc/common/tables/neutron-database.xml42(td) +#: ./doc/common/tables/heat-database.xml42(td) #: ./doc/common/tables/keystone-database.xml42(td) msgid "" "(IntOpt) Maximum database connection retries before error is raised. Set to " @@ -17185,6 +17417,9 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-database.xml57(td) +#: ./doc/common/tables/glance-database.xml46(td) +#: ./doc/common/tables/neutron-database.xml46(td) +#: ./doc/common/tables/heat-database.xml46(td) #: ./doc/common/tables/keystone-database.xml46(td) msgid "" "(IntOpt) If db_inc_retry_interval is set, the maximum seconds between " @@ -17192,26 +17427,41 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-database.xml61(td) +#: ./doc/common/tables/glance-database.xml50(td) +#: ./doc/common/tables/neutron-database.xml50(td) +#: ./doc/common/tables/heat-database.xml50(td) #: ./doc/common/tables/keystone-database.xml50(td) msgid "(IntOpt) Seconds between database connection retries." msgstr "" #: ./doc/common/tables/cinder-database.xml65(td) +#: ./doc/common/tables/glance-database.xml54(td) +#: ./doc/common/tables/neutron-database.xml54(td) +#: ./doc/common/tables/heat-database.xml54(td) #: ./doc/common/tables/keystone-database.xml54(td) msgid "(IntOpt) Timeout before idle SQL connections are reaped." msgstr "" #: ./doc/common/tables/cinder-database.xml69(td) +#: ./doc/common/tables/glance-database.xml58(td) +#: ./doc/common/tables/neutron-database.xml58(td) +#: ./doc/common/tables/heat-database.xml58(td) #: ./doc/common/tables/keystone-database.xml58(td) msgid "(IntOpt) If set, use this value for max_overflow with SQLAlchemy." msgstr "" #: ./doc/common/tables/cinder-database.xml73(td) +#: ./doc/common/tables/glance-database.xml62(td) +#: ./doc/common/tables/neutron-database.xml62(td) +#: ./doc/common/tables/heat-database.xml62(td) #: ./doc/common/tables/keystone-database.xml62(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool." msgstr "" #: ./doc/common/tables/cinder-database.xml77(td) +#: ./doc/common/tables/glance-database.xml66(td) +#: ./doc/common/tables/neutron-database.xml66(td) +#: ./doc/common/tables/heat-database.xml66(td) #: ./doc/common/tables/keystone-database.xml66(td) msgid "" "(IntOpt) Maximum db connection retries during startup. Set to -1 to specify " @@ -17219,42 +17469,93 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-database.xml81(td) +#: ./doc/common/tables/glance-database.xml70(td) +#: ./doc/common/tables/neutron-database.xml70(td) +#: ./doc/common/tables/heat-database.xml70(td) #: ./doc/common/tables/keystone-database.xml70(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool." msgstr "(IntOpt) Nombre minimum de connexions SQL à garder ouvertes dans un pool" #: ./doc/common/tables/cinder-database.xml89(td) +#: ./doc/common/tables/glance-database.xml78(td) +#: ./doc/common/tables/neutron-database.xml78(td) +#: ./doc/common/tables/heat-database.xml78(td) #: ./doc/common/tables/keystone-database.xml78(td) msgid "(IntOpt) If set, use this value for pool_timeout with SQLAlchemy." msgstr "" #: ./doc/common/tables/cinder-database.xml93(td) +#: ./doc/common/tables/glance-database.xml82(td) +#: ./doc/common/tables/neutron-database.xml82(td) +#: ./doc/common/tables/heat-database.xml82(td) #: ./doc/common/tables/keystone-database.xml82(td) msgid "(IntOpt) Interval between retries of opening a SQL connection." msgstr "" #: ./doc/common/tables/cinder-database.xml96(td) +#: ./doc/common/tables/glance-database.xml85(td) +#: ./doc/common/tables/neutron-database.xml85(td) +#: ./doc/common/tables/nova-database.xml92(td) +#: ./doc/common/tables/heat-database.xml85(td) +#: ./doc/common/tables/keystone-database.xml85(td) +msgid "slave_connection = None" +msgstr "" + +#: ./doc/common/tables/cinder-database.xml97(td) +#: ./doc/common/tables/glance-database.xml86(td) +#: ./doc/common/tables/neutron-database.xml86(td) +#: ./doc/common/tables/heat-database.xml86(td) +#: ./doc/common/tables/keystone-database.xml86(td) +msgid "" +"(StrOpt) The SQLAlchemy connection string to use to connect to the slave " +"database." +msgstr "" + +#: ./doc/common/tables/cinder-database.xml100(td) +#: ./doc/common/tables/glance-database.xml89(td) +#: ./doc/common/tables/neutron-database.xml89(td) +#: ./doc/common/tables/heat-database.xml89(td) #: ./doc/common/tables/keystone-database.xml89(td) msgid "sqlite_db = oslo.sqlite" msgstr "" -#: ./doc/common/tables/cinder-database.xml97(td) +#: ./doc/common/tables/cinder-database.xml101(td) +#: ./doc/common/tables/glance-database.xml90(td) +#: ./doc/common/tables/neutron-database.xml90(td) +#: ./doc/common/tables/heat-database.xml90(td) #: ./doc/common/tables/keystone-database.xml90(td) msgid "(StrOpt) The file name to use with SQLite." msgstr "" -#: ./doc/common/tables/cinder-database.xml101(td) +#: ./doc/common/tables/cinder-database.xml105(td) +#: ./doc/common/tables/glance-database.xml94(td) +#: ./doc/common/tables/neutron-database.xml94(td) +#: ./doc/common/tables/heat-database.xml94(td) #: ./doc/common/tables/keystone-database.xml94(td) msgid "(BoolOpt) If True, SQLite uses synchronous mode." msgstr "" -#: ./doc/common/tables/cinder-database.xml105(td) +#: ./doc/common/tables/cinder-database.xml109(td) +#: ./doc/common/tables/glance-database.xml98(td) +#: ./doc/common/tables/neutron-database.xml98(td) +#: ./doc/common/tables/heat-database.xml98(td) #: ./doc/common/tables/keystone-database.xml98(td) msgid "" "(BoolOpt) Enable the experimental use of database reconnect on connection " "lost." msgstr "" +#: ./doc/common/tables/cinder-database.xml112(td) +#: ./doc/common/tables/nova-database.xml108(td) +msgid "use_tpool = False" +msgstr "" + +#: ./doc/common/tables/cinder-database.xml113(td) +#: ./doc/common/tables/nova-database.xml109(td) +msgid "" +"(BoolOpt) Enable the experimental use of thread pooling for all DB API calls" +msgstr "" + #: ./doc/common/tables/ceilometer-logging.xml7(caption) #: ./doc/common/tables/neutron-logging.xml7(caption) #: ./doc/common/tables/glance-logging.xml7(caption) @@ -17290,20 +17591,17 @@ msgid "" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml25(td) -#: ./doc/common/tables/neutron-logging.xml25(td) -#: ./doc/common/tables/glance-logging.xml25(td) -#: ./doc/common/tables/cinder-common.xml33(td) -#: ./doc/common/tables/keystone-logging.xml21(td) -#: ./doc/common/tables/heat-logging.xml21(td) -#: ./doc/common/tables/nova-logging.xml25(td) msgid "" "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " "sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, " -"requests.packages.urllib3.connectionpool=WARN" +"requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, " +"websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN, " +"stevedore=WARN" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml26(td) #: ./doc/common/tables/neutron-logging.xml26(td) +#: ./doc/common/tables/trove-common.xml34(td) #: ./doc/common/tables/glance-logging.xml26(td) #: ./doc/common/tables/cinder-common.xml34(td) #: ./doc/common/tables/keystone-logging.xml22(td) @@ -17330,6 +17628,7 @@ msgstr "instance_format = \"[instance: %(uuid)s] \"" #: ./doc/common/tables/cinder-images.xml66(td) #: ./doc/common/tables/heat-logging.xml26(td) #: ./doc/common/tables/nova-logging.xml38(td) +#: ./doc/common/tables/trove-logging.xml26(td) msgid "" "(StrOpt) The format for an instance that is passed with the log message." msgstr "" @@ -17352,6 +17651,7 @@ msgstr "" #: ./doc/common/tables/cinder-images.xml70(td) #: ./doc/common/tables/heat-logging.xml30(td) #: ./doc/common/tables/nova-logging.xml42(td) +#: ./doc/common/tables/trove-logging.xml30(td) msgid "" "(StrOpt) The format for an instance UUID that is passed with the log " "message." @@ -17382,6 +17682,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml34(td) #: ./doc/common/tables/heat-logging.xml34(td) #: ./doc/common/tables/nova-logging.xml46(td) +#: ./doc/common/tables/trove-logging.xml34(td) msgid "" "(StrOpt) The name of a logging configuration file. This file is appended to " "any existing logging configuration files. For details about logging " @@ -17406,6 +17707,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml38(td) #: ./doc/common/tables/heat-logging.xml38(td) #: ./doc/common/tables/nova-logging.xml50(td) +#: ./doc/common/tables/trove-logging.xml38(td) msgid "" "(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s" " ." @@ -17429,6 +17731,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml42(td) #: ./doc/common/tables/heat-logging.xml42(td) #: ./doc/common/tables/nova-logging.xml54(td) +#: ./doc/common/tables/trove-logging.xml42(td) msgid "" "(StrOpt) (Optional) The base directory used for relative --log-file paths." msgstr "" @@ -17504,6 +17807,7 @@ msgstr "logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(le #: ./doc/common/tables/keystone-logging.xml54(td) #: ./doc/common/tables/heat-logging.xml54(td) #: ./doc/common/tables/nova-logging.xml66(td) +#: ./doc/common/tables/trove-logging.xml54(td) msgid "(StrOpt) Format string to use for log messages with context." msgstr "" @@ -17525,6 +17829,7 @@ msgstr "logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d" #: ./doc/common/tables/keystone-logging.xml58(td) #: ./doc/common/tables/heat-logging.xml58(td) #: ./doc/common/tables/nova-logging.xml70(td) +#: ./doc/common/tables/trove-logging.xml58(td) msgid "(StrOpt) Data to append to log format when level is DEBUG." msgstr "" @@ -17548,6 +17853,7 @@ msgstr "logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(le #: ./doc/common/tables/keystone-logging.xml62(td) #: ./doc/common/tables/heat-logging.xml62(td) #: ./doc/common/tables/nova-logging.xml74(td) +#: ./doc/common/tables/trove-logging.xml62(td) msgid "(StrOpt) Format string to use for log messages without context." msgstr "" @@ -17571,6 +17877,7 @@ msgstr "logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(n #: ./doc/common/tables/keystone-logging.xml66(td) #: ./doc/common/tables/heat-logging.xml66(td) #: ./doc/common/tables/nova-logging.xml78(td) +#: ./doc/common/tables/trove-logging.xml66(td) msgid "(StrOpt) Prefix each line of exception output with this format." msgstr "" @@ -17578,10 +17885,10 @@ msgstr "" #: ./doc/common/tables/neutron-logging.xml77(td) #: ./doc/common/tables/heat-notification.xml25(td) #: ./doc/common/tables/glance-logging.xml77(td) -#: ./doc/common/tables/cinder-rpc.xml89(td) +#: ./doc/common/tables/cinder-rpc.xml77(td) #: ./doc/common/tables/nova-logging.xml81(td) #: ./doc/common/tables/trove-logging.xml73(td) -#: ./doc/common/tables/keystone-debug.xml37(td) +#: ./doc/common/tables/keystone-debug.xml33(td) msgid "publish_errors = False" msgstr "publish_errors = False" @@ -17589,9 +17896,10 @@ msgstr "publish_errors = False" #: ./doc/common/tables/neutron-logging.xml78(td) #: ./doc/common/tables/heat-notification.xml26(td) #: ./doc/common/tables/glance-logging.xml78(td) -#: ./doc/common/tables/cinder-rpc.xml90(td) +#: ./doc/common/tables/cinder-rpc.xml78(td) #: ./doc/common/tables/nova-logging.xml82(td) -#: ./doc/common/tables/keystone-debug.xml38(td) +#: ./doc/common/tables/trove-logging.xml74(td) +#: ./doc/common/tables/keystone-debug.xml34(td) msgid "(BoolOpt) Enables or disables publication of error events." msgstr "" @@ -17613,6 +17921,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml70(td) #: ./doc/common/tables/heat-logging.xml70(td) #: ./doc/common/tables/nova-logging.xml86(td) +#: ./doc/common/tables/trove-logging.xml78(td) msgid "(StrOpt) Syslog facility to receive log lines." msgstr "" @@ -17634,6 +17943,7 @@ msgstr "use_stderr = True" #: ./doc/common/tables/keystone-logging.xml74(td) #: ./doc/common/tables/heat-logging.xml74(td) #: ./doc/common/tables/nova-logging.xml90(td) +#: ./doc/common/tables/trove-logging.xml82(td) msgid "(BoolOpt) Log output to standard error." msgstr "" @@ -17653,9 +17963,12 @@ msgstr "" #: ./doc/common/tables/ceilometer-logging.xml86(td) #: ./doc/common/tables/neutron-logging.xml94(td) +#: ./doc/common/tables/glance-logging.xml90(td) #: ./doc/common/tables/cinder-common.xml218(td) +#: ./doc/common/tables/keystone-logging.xml78(td) #: ./doc/common/tables/heat-logging.xml78(td) #: ./doc/common/tables/nova-logging.xml94(td) +#: ./doc/common/tables/trove-logging.xml86(td) msgid "" "(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED " "during I, and will change in J to honor RFC5424." @@ -17673,6 +17986,7 @@ msgstr "" #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml44(td) #: ./doc/common/tables/heat-logging.xml81(td) #: ./doc/common/tables/nova-logging.xml97(td) +#: ./doc/common/tables/trove-logging.xml89(td) msgid "use_syslog_rfc_format = False" msgstr "" @@ -17683,6 +17997,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml82(td) #: ./doc/common/tables/heat-logging.xml82(td) #: ./doc/common/tables/nova-logging.xml98(td) +#: ./doc/common/tables/trove-logging.xml90(td) msgid "" "(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. " "If enabled, prefixes the MSG part of the syslog message with APP-NAME " @@ -17697,7 +18012,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml85(td) #: ./doc/common/tables/heat-logging.xml85(td) #: ./doc/common/tables/nova-logging.xml101(td) -#: ./doc/common/tables/trove-debug.xml77(td) +#: ./doc/common/tables/trove-debug.xml53(td) msgid "verbose = False" msgstr "verbose = False" @@ -17708,7 +18023,7 @@ msgstr "verbose = False" #: ./doc/common/tables/keystone-logging.xml86(td) #: ./doc/common/tables/heat-logging.xml86(td) #: ./doc/common/tables/nova-logging.xml102(td) -#: ./doc/common/tables/trove-debug.xml78(td) +#: ./doc/common/tables/trove-debug.xml54(td) msgid "" "(BoolOpt) Print more verbose output (set logging level to INFO instead of " "default WARNING level)." @@ -18074,7 +18389,7 @@ msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml18(th) #: ./doc/common/tables/nova-cells.xml18(th) #: ./doc/common/tables/nova-rpc_all.xml197(th) -#: ./doc/common/tables/nova-scheduling.xml117(th) +#: ./doc/common/tables/nova-scheduling.xml125(th) #: ./doc/common/tables/nova-quota.xml81(th) #: ./doc/common/tables/nova-rpc.xml61(th) msgid "[cells]" @@ -18185,23 +18500,6 @@ msgstr "" msgid "(StrOpt) The topic cells nodes listen on" msgstr "" -#: ./doc/common/tables/ceilometer-nova_cells.xml61(th) -#: ./doc/common/tables/nova-upgrade_levels.xml25(th) -#: ./doc/common/tables/nova-rpc_all.xml211(th) -#: ./doc/common/tables/nova-rpc.xml75(th) -msgid "[upgrade_levels]" -msgstr "" - -#: ./doc/common/tables/ceilometer-nova_cells.xml64(td) -#: ./doc/common/tables/nova-upgrade_levels.xml28(td) -msgid "cells = None" -msgstr "" - -#: ./doc/common/tables/ceilometer-nova_cells.xml65(td) -#: ./doc/common/tables/nova-upgrade_levels.xml29(td) -msgid "(StrOpt) Set a version cap for messages sent to local cells services" -msgstr "" - #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml8(literal) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml8(literal) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml8(literal) @@ -18334,7 +18632,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml21(td) #: ./doc/common/tables/nova-qpid.xml21(td) #: ./doc/common/tables/glance-qpid.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml93(td) +#: ./doc/common/tables/cinder-rpc.xml81(td) #: ./doc/common/tables/nova-rpc_all.xml61(td) #: ./doc/common/tables/neutron-qpid.xml21(td) #: ./doc/common/tables/keystone-qpid.xml21(td) @@ -18350,7 +18648,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml25(td) #: ./doc/common/tables/nova-qpid.xml25(td) #: ./doc/common/tables/glance-qpid.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml97(td) +#: ./doc/common/tables/cinder-rpc.xml85(td) #: ./doc/common/tables/nova-rpc_all.xml65(td) #: ./doc/common/tables/neutron-qpid.xml25(td) #: ./doc/common/tables/keystone-qpid.xml25(td) @@ -18366,7 +18664,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml29(td) #: ./doc/common/tables/nova-qpid.xml29(td) #: ./doc/common/tables/glance-qpid.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml101(td) +#: ./doc/common/tables/cinder-rpc.xml89(td) #: ./doc/common/tables/nova-rpc_all.xml69(td) #: ./doc/common/tables/neutron-qpid.xml29(td) #: ./doc/common/tables/keystone-qpid.xml29(td) @@ -18382,7 +18680,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml33(td) #: ./doc/common/tables/nova-qpid.xml33(td) #: ./doc/common/tables/glance-qpid.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml105(td) +#: ./doc/common/tables/cinder-rpc.xml93(td) #: ./doc/common/tables/nova-rpc_all.xml73(td) #: ./doc/common/tables/neutron-qpid.xml33(td) #: ./doc/common/tables/keystone-qpid.xml33(td) @@ -18398,7 +18696,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml37(td) #: ./doc/common/tables/nova-qpid.xml37(td) #: ./doc/common/tables/glance-qpid.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml109(td) +#: ./doc/common/tables/cinder-rpc.xml97(td) #: ./doc/common/tables/nova-rpc_all.xml77(td) #: ./doc/common/tables/neutron-qpid.xml37(td) #: ./doc/common/tables/keystone-qpid.xml37(td) @@ -18414,7 +18712,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml41(td) #: ./doc/common/tables/nova-qpid.xml41(td) #: ./doc/common/tables/glance-qpid.xml41(td) -#: ./doc/common/tables/cinder-rpc.xml113(td) +#: ./doc/common/tables/cinder-rpc.xml101(td) #: ./doc/common/tables/nova-rpc_all.xml81(td) #: ./doc/common/tables/neutron-qpid.xml41(td) #: ./doc/common/tables/keystone-qpid.xml41(td) @@ -18430,7 +18728,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml45(td) #: ./doc/common/tables/nova-qpid.xml45(td) #: ./doc/common/tables/glance-qpid.xml45(td) -#: ./doc/common/tables/cinder-rpc.xml117(td) +#: ./doc/common/tables/cinder-rpc.xml105(td) #: ./doc/common/tables/nova-rpc_all.xml85(td) #: ./doc/common/tables/neutron-qpid.xml45(td) #: ./doc/common/tables/keystone-qpid.xml45(td) @@ -18446,7 +18744,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml49(td) #: ./doc/common/tables/nova-qpid.xml49(td) #: ./doc/common/tables/glance-qpid.xml49(td) -#: ./doc/common/tables/cinder-rpc.xml121(td) +#: ./doc/common/tables/cinder-rpc.xml109(td) #: ./doc/common/tables/nova-rpc_all.xml89(td) #: ./doc/common/tables/neutron-qpid.xml49(td) #: ./doc/common/tables/keystone-qpid.xml49(td) @@ -18462,7 +18760,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml57(td) #: ./doc/common/tables/nova-qpid.xml57(td) #: ./doc/common/tables/glance-qpid.xml57(td) -#: ./doc/common/tables/cinder-rpc.xml129(td) +#: ./doc/common/tables/cinder-rpc.xml117(td) #: ./doc/common/tables/nova-rpc_all.xml97(td) #: ./doc/common/tables/neutron-qpid.xml57(td) #: ./doc/common/tables/keystone-qpid.xml57(td) @@ -18545,7 +18843,12 @@ msgid "compute_port = 8774" msgstr "" #: ./doc/common/tables/keystone-api.xml42(td) -msgid "(IntOpt) The port which the OpenStack Compute service listens on." +msgid "" +"(IntOpt) (Deprecated) The port which the OpenStack Compute service listens " +"on. This option was only used for string replacement in the templated " +"catalog backend. Templated catalogs should replace the \"$(compute_port)s\" " +"substitution with the static port of the compute service. As of Juno, this " +"option is deprecated and will be removed in the L release." msgstr "" #: ./doc/common/tables/keystone-api.xml45(td) @@ -18693,7 +18996,7 @@ msgid "" msgstr "" #: ./doc/common/tables/keystone-api.xml97(td) -#: ./doc/common/tables/trove-api.xml81(td) +#: ./doc/common/tables/trove-api.xml85(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml80(td) #: ./doc/common/tables/cinder-common.xml201(td) #: ./doc/common/tables/neutron-wsgi.xml29(td) @@ -18729,7 +19032,7 @@ msgid "(BoolOpt) Toggle to return all active endpoints if no filter exists." msgstr "" #: ./doc/common/tables/keystone-api.xml112(th) -#: ./doc/common/tables/heat-api.xml134(th) +#: ./doc/common/tables/heat-api.xml142(th) #: ./doc/common/tables/glance-paste.xml18(th) msgid "[paste_deploy]" msgstr "" @@ -18756,6 +19059,7 @@ msgstr "" #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml8(literal) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml8(literal) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml8(literal) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml8(literal) @@ -18763,7 +19067,8 @@ msgid "object-expirer.conf" msgstr "" #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml20(td) -msgid "pipeline = catch_errors cache proxy-server" +#: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml20(td) +msgid "pipeline = catch_errors proxy-logging cache proxy-server" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml8(literal) @@ -18797,11 +19102,12 @@ msgstr "log_name = container-auditor" #: ./doc/common/tables/swift-container-server-container-auditor.xml44(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml20(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml50(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml20(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml72(td) #: ./doc/common/tables/swift-container-server-container-updater.xml57(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml68(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml52(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml60(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml64(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml44(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml20(td) @@ -18811,11 +19117,12 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml45(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml21(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml51(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml21(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml73(td) #: ./doc/common/tables/swift-container-server-container-updater.xml58(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml69(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml53(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml61(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml65(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml45(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml21(td) @@ -18829,6 +19136,14 @@ msgid "" "glance.common.exception, exceptions" msgstr "" +#: ./doc/common/tables/glance-rpc.xml22(td) +#: ./doc/common/tables/keystone-rpc.xml22(td) +#: ./doc/common/tables/trove-rpc.xml22(td) +msgid "" +"(ListOpt) Modules of exceptions that are permitted to be recreatedupon " +"receiving exception data from an rpc call." +msgstr "" + #: ./doc/common/tables/neutron-policy.xml21(td) msgid "allow_overlapping_ips = False" msgstr "" @@ -18841,10 +19156,6 @@ msgstr "" msgid "(StrOpt) The policy file to use" msgstr "" -#: ./doc/common/tables/glance-database.xml85(td) -msgid "sqlite_db = glance.sqlite" -msgstr "" - #: ./doc/common/tables/nova-spice.xml7(caption) msgid "Description of configuration options for spice" msgstr "" @@ -19008,7 +19319,7 @@ msgid "(BoolOpt) Stub calls to compute worker for tests" msgstr "" #: ./doc/common/tables/nova-xen.xml57(th) -#: ./doc/common/tables/nova-volumes.xml87(th) +#: ./doc/common/tables/nova-volumes.xml95(th) #: ./doc/common/tables/nova-livemigration.xml25(th) #: ./doc/common/tables/nova-hypervisor.xml53(th) #: ./doc/common/tables/nova-libvirt.xml29(th) @@ -19025,8 +19336,7 @@ msgid "(StrOpt) Location where the Xen hvmloader is kept" msgstr "" #: ./doc/common/tables/nova-xen.xml64(th) -#: ./doc/common/tables/nova-volumes.xml134(th) -#: ./doc/common/tables/nova-baremetal.xml129(th) +#: ./doc/common/tables/nova-volumes.xml142(th) msgid "[xenserver]" msgstr "" @@ -19259,7 +19569,7 @@ msgid "ovs_integration_bridge = xapi1" msgstr "" #: ./doc/common/tables/nova-xen.xml156(td) -#: ./doc/common/tables/nova-neutron.xml73(td) +#: ./doc/common/tables/nova-neutron.xml77(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml461(td) msgid "(StrOpt) Name of Integration Bridge used by Open vSwitch" msgstr "" @@ -19478,6 +19788,15 @@ msgid "" "compute_driver=xenapi.XenAPIDriver" msgstr "" +#: ./doc/common/tables/nova-xen.xml243(td) +msgid "vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" +msgstr "" + +#: ./doc/common/tables/nova-xen.xml244(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml549(td) +msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs." +msgstr "" + #: ./doc/common/tables/trove-amqp.xml7(caption) #: ./doc/common/tables/heat-amqp.xml7(caption) #: ./doc/common/tables/keystone-amqp.xml7(caption) @@ -19487,154 +19806,117 @@ msgid "Description of configuration options for amqp" msgstr "" #: ./doc/common/tables/trove-amqp.xml29(td) +msgid "conductor_manager = trove.conductor.manager.Manager" +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml30(td) +msgid "(StrOpt) Qualified class name to use for conductor manager." +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml33(td) msgid "conductor_queue = trove-conductor" msgstr "conductor_queue = trove-conductor" -#: ./doc/common/tables/trove-amqp.xml30(td) -#: ./doc/common/tables/trove-common.xml70(td) -#: ./doc/common/tables/trove-api.xml38(td) -#: ./doc/common/tables/trove-api.xml90(td) -#: ./doc/common/tables/trove-api.xml98(td) -#: ./doc/common/tables/trove-api.xml102(td) -#: ./doc/common/tables/trove-dns.xml22(td) -#: ./doc/common/tables/trove-dns.xml26(td) -#: ./doc/common/tables/trove-dns.xml30(td) -#: ./doc/common/tables/trove-dns.xml34(td) -#: ./doc/common/tables/trove-dns.xml38(td) -#: ./doc/common/tables/trove-dns.xml42(td) -#: ./doc/common/tables/trove-dns.xml46(td) -#: ./doc/common/tables/trove-dns.xml50(td) -#: ./doc/common/tables/trove-dns.xml54(td) -#: ./doc/common/tables/trove-dns.xml58(td) -#: ./doc/common/tables/trove-dns.xml62(td) -#: ./doc/common/tables/trove-dns.xml66(td) -#: ./doc/common/tables/trove-dns.xml78(td) -#: ./doc/common/tables/trove-volume.xml22(td) -#: ./doc/common/tables/trove-volume.xml34(td) -#: ./doc/common/tables/trove-volume.xml46(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml17(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml21(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml25(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml29(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml33(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml37(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml41(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml45(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml49(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml53(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml57(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml65(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml81(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml125(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml133(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml137(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml145(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml153(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml157(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml161(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml169(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml177(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml217(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml221(td) -#: ./doc/common/tables/trove-rpc.xml26(td) -#: ./doc/common/tables/trove-backup.xml38(td) -#: ./doc/common/tables/trove-backup.xml54(td) -#: ./doc/common/tables/trove-guestagent.xml38(td) -#: ./doc/common/tables/trove-guestagent.xml50(td) -#: ./doc/common/tables/trove-compute.xml22(td) -#: ./doc/common/tables/trove-logging.xml22(td) -#: ./doc/common/tables/trove-logging.xml70(td) -#: ./doc/common/tables/trove-debug.xml54(td) -#: ./doc/common/tables/trove-debug.xml58(td) -#: ./doc/common/tables/trove-debug.xml62(td) -#: ./doc/common/tables/trove-debug.xml66(td) -#: ./doc/common/tables/trove-debug.xml70(td) -#: ./doc/common/tables/trove-debug.xml74(td) -msgid "(StrOpt) No help text available for this option." +#: ./doc/common/tables/trove-amqp.xml37(td) +#: ./doc/common/tables/heat-amqp.xml29(td) +#: ./doc/common/tables/glance-rabbitmq.xml21(td) +#: ./doc/common/tables/ceilometer-exchange.xml25(td) +#: ./doc/common/tables/cinder-rpc.xml29(td) +#: ./doc/common/tables/nova-rpc_all.xml29(td) +#: ./doc/common/tables/nova-rpc.xml29(td) +msgid "control_exchange = openstack" +msgstr "control_exchange = openstack" + +#: ./doc/common/tables/trove-amqp.xml38(td) +msgid "(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid" msgstr "" -#: ./doc/common/tables/trove-amqp.xml41(td) +#: ./doc/common/tables/trove-amqp.xml42(td) +msgid "(BoolOpt) If passed, use a fake RabbitMQ provider" +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml45(td) #: ./doc/common/tables/keystone-rabbit.xml29(td) #: ./doc/common/tables/glance-rabbitmq.xml33(td) #: ./doc/common/tables/heat-rabbitmq.xml25(td) #: ./doc/common/tables/nova-kombu.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml49(td) +#: ./doc/common/tables/cinder-rpc.xml45(td) #: ./doc/common/tables/nova-rpc_all.xml37(td) #: ./doc/common/tables/neutron-rabbitmq.xml25(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml29(td) msgid "kombu_ssl_ca_certs =" msgstr "" -#: ./doc/common/tables/trove-amqp.xml42(td) +#: ./doc/common/tables/trove-amqp.xml46(td) msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)" msgstr "" -#: ./doc/common/tables/trove-amqp.xml45(td) +#: ./doc/common/tables/trove-amqp.xml49(td) #: ./doc/common/tables/keystone-rabbit.xml33(td) #: ./doc/common/tables/glance-rabbitmq.xml37(td) #: ./doc/common/tables/heat-rabbitmq.xml29(td) #: ./doc/common/tables/nova-kombu.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml53(td) +#: ./doc/common/tables/cinder-rpc.xml49(td) #: ./doc/common/tables/nova-rpc_all.xml41(td) #: ./doc/common/tables/neutron-rabbitmq.xml29(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml33(td) msgid "kombu_ssl_certfile =" msgstr "" -#: ./doc/common/tables/trove-amqp.xml46(td) +#: ./doc/common/tables/trove-amqp.xml50(td) msgid "(StrOpt) SSL cert file (valid only if SSL enabled)" msgstr "" -#: ./doc/common/tables/trove-amqp.xml49(td) +#: ./doc/common/tables/trove-amqp.xml53(td) #: ./doc/common/tables/keystone-rabbit.xml37(td) #: ./doc/common/tables/glance-rabbitmq.xml41(td) #: ./doc/common/tables/heat-rabbitmq.xml33(td) #: ./doc/common/tables/nova-kombu.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml57(td) +#: ./doc/common/tables/cinder-rpc.xml53(td) #: ./doc/common/tables/nova-rpc_all.xml45(td) #: ./doc/common/tables/neutron-rabbitmq.xml33(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml37(td) msgid "kombu_ssl_keyfile =" msgstr "" -#: ./doc/common/tables/trove-amqp.xml50(td) +#: ./doc/common/tables/trove-amqp.xml54(td) msgid "(StrOpt) SSL key file (valid only if SSL enabled)" msgstr "" -#: ./doc/common/tables/trove-amqp.xml53(td) +#: ./doc/common/tables/trove-amqp.xml57(td) #: ./doc/common/tables/keystone-rabbit.xml41(td) #: ./doc/common/tables/glance-rabbitmq.xml45(td) #: ./doc/common/tables/heat-rabbitmq.xml37(td) #: ./doc/common/tables/nova-kombu.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml61(td) +#: ./doc/common/tables/cinder-rpc.xml57(td) #: ./doc/common/tables/nova-rpc_all.xml49(td) #: ./doc/common/tables/neutron-rabbitmq.xml37(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml41(td) msgid "kombu_ssl_version =" msgstr "" -#: ./doc/common/tables/trove-amqp.xml54(td) +#: ./doc/common/tables/trove-amqp.xml58(td) msgid "" "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are " "TLSv1, SSLv23 and SSLv3. SSLv2 may be available on some distributions" msgstr "" -#: ./doc/common/tables/trove-amqp.xml57(td) +#: ./doc/common/tables/trove-amqp.xml61(td) #: ./doc/common/tables/nova-common.xml57(td) #: ./doc/common/tables/heat-amqp.xml49(td) #: ./doc/common/tables/keystone-amqp.xml37(td) #: ./doc/common/tables/glance-amqp.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml73(td) +#: ./doc/common/tables/cinder-rpc.xml69(td) #: ./doc/common/tables/neutron-notifier.xml21(td) #: ./doc/common/tables/ceilometer-amqp.xml29(td) msgid "notification_driver = []" msgstr "" -#: ./doc/common/tables/trove-amqp.xml58(td) +#: ./doc/common/tables/trove-amqp.xml62(td) msgid "(MultiStrOpt) Driver or drivers to handle sending notifications" msgstr "" -#: ./doc/common/tables/trove-amqp.xml61(td) +#: ./doc/common/tables/trove-amqp.xml65(td) msgid "" "notification_service_id = {'couchbase': 'fa62fe68-74d9-4779-a24e-" "36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', " @@ -19642,22 +19924,22 @@ msgid "" "-456c-a4cf-70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b'}" msgstr "" -#: ./doc/common/tables/trove-amqp.xml62(td) +#: ./doc/common/tables/trove-amqp.xml66(td) msgid "(DictOpt) Unique ID to tag notification events." msgstr "" -#: ./doc/common/tables/trove-amqp.xml65(td) +#: ./doc/common/tables/trove-amqp.xml69(td) #: ./doc/common/tables/nova-common.xml61(td) #: ./doc/common/tables/heat-amqp.xml53(td) #: ./doc/common/tables/keystone-amqp.xml41(td) #: ./doc/common/tables/glance-amqp.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml77(td) +#: ./doc/common/tables/cinder-rpc.xml73(td) #: ./doc/common/tables/neutron-notifier.xml25(td) #: ./doc/common/tables/ceilometer-amqp.xml33(td) msgid "notification_topics = notifications" msgstr "" -#: ./doc/common/tables/trove-amqp.xml66(td) +#: ./doc/common/tables/trove-amqp.xml70(td) msgid "(ListOpt) AMQP topic used for openstack notifications" msgstr "" @@ -19679,7 +19961,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml49(td) #: ./doc/common/tables/heat-rabbitmq.xml41(td) #: ./doc/common/tables/trove-rabbitmq.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml133(td) +#: ./doc/common/tables/cinder-rpc.xml121(td) #: ./doc/common/tables/nova-rpc_all.xml101(td) #: ./doc/common/tables/neutron-rabbitmq.xml41(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml45(td) @@ -19690,7 +19972,7 @@ msgstr "rabbit_ha_queues = False" #: ./doc/common/tables/keystone-rabbit.xml46(td) #: ./doc/common/tables/glance-rabbitmq.xml50(td) #: ./doc/common/tables/heat-rabbitmq.xml42(td) -#: ./doc/common/tables/cinder-rpc.xml134(td) +#: ./doc/common/tables/cinder-rpc.xml122(td) #: ./doc/common/tables/nova-rpc_all.xml102(td) #: ./doc/common/tables/neutron-rabbitmq.xml42(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml46(td) @@ -19704,7 +19986,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml53(td) #: ./doc/common/tables/heat-rabbitmq.xml45(td) #: ./doc/common/tables/trove-rabbitmq.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml137(td) +#: ./doc/common/tables/cinder-rpc.xml125(td) #: ./doc/common/tables/nova-rpc_all.xml105(td) #: ./doc/common/tables/neutron-rabbitmq.xml45(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml49(td) @@ -19715,7 +19997,7 @@ msgstr "rabbit_host = localhost" #: ./doc/common/tables/keystone-rabbit.xml50(td) #: ./doc/common/tables/glance-rabbitmq.xml54(td) #: ./doc/common/tables/heat-rabbitmq.xml46(td) -#: ./doc/common/tables/cinder-rpc.xml138(td) +#: ./doc/common/tables/cinder-rpc.xml126(td) #: ./doc/common/tables/nova-rpc_all.xml106(td) #: ./doc/common/tables/neutron-rabbitmq.xml46(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml50(td) @@ -19727,7 +20009,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml57(td) #: ./doc/common/tables/heat-rabbitmq.xml49(td) #: ./doc/common/tables/trove-rabbitmq.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml141(td) +#: ./doc/common/tables/cinder-rpc.xml129(td) #: ./doc/common/tables/nova-rpc_all.xml109(td) #: ./doc/common/tables/neutron-rabbitmq.xml49(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml53(td) @@ -19738,7 +20020,7 @@ msgstr "rabbit_hosts = $rabbit_host:$rabbit_port" #: ./doc/common/tables/keystone-rabbit.xml54(td) #: ./doc/common/tables/glance-rabbitmq.xml58(td) #: ./doc/common/tables/heat-rabbitmq.xml50(td) -#: ./doc/common/tables/cinder-rpc.xml142(td) +#: ./doc/common/tables/cinder-rpc.xml130(td) #: ./doc/common/tables/nova-rpc_all.xml110(td) #: ./doc/common/tables/neutron-rabbitmq.xml50(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml54(td) @@ -19751,7 +20033,7 @@ msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml72(td) #: ./doc/common/tables/heat-rabbitmq.xml53(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml68(td) -#: ./doc/common/tables/cinder-rpc.xml145(td) +#: ./doc/common/tables/cinder-rpc.xml133(td) #: ./doc/common/tables/nova-rpc_all.xml113(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml156(td) #: ./doc/common/tables/neutron-rabbitmq.xml53(td) @@ -19765,7 +20047,7 @@ msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml73(td) #: ./doc/common/tables/heat-rabbitmq.xml54(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml69(td) -#: ./doc/common/tables/cinder-rpc.xml146(td) +#: ./doc/common/tables/cinder-rpc.xml134(td) #: ./doc/common/tables/nova-rpc_all.xml114(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml157(td) #: ./doc/common/tables/neutron-rabbitmq.xml54(td) @@ -19778,7 +20060,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml65(td) #: ./doc/common/tables/heat-rabbitmq.xml57(td) #: ./doc/common/tables/trove-rabbitmq.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml149(td) +#: ./doc/common/tables/cinder-rpc.xml137(td) #: ./doc/common/tables/nova-rpc_all.xml117(td) #: ./doc/common/tables/neutron-rabbitmq.xml57(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml61(td) @@ -19789,7 +20071,7 @@ msgstr "rabbit_max_retries = 0" #: ./doc/common/tables/keystone-rabbit.xml62(td) #: ./doc/common/tables/glance-rabbitmq.xml66(td) #: ./doc/common/tables/heat-rabbitmq.xml58(td) -#: ./doc/common/tables/cinder-rpc.xml150(td) +#: ./doc/common/tables/cinder-rpc.xml138(td) #: ./doc/common/tables/nova-rpc_all.xml118(td) #: ./doc/common/tables/neutron-rabbitmq.xml58(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml62(td) @@ -19803,7 +20085,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml69(td) #: ./doc/common/tables/heat-rabbitmq.xml61(td) #: ./doc/common/tables/trove-rabbitmq.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml153(td) +#: ./doc/common/tables/cinder-rpc.xml141(td) #: ./doc/common/tables/nova-rpc_all.xml121(td) #: ./doc/common/tables/neutron-rabbitmq.xml61(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml65(td) @@ -19814,7 +20096,7 @@ msgstr "rabbit_password = guest" #: ./doc/common/tables/keystone-rabbit.xml66(td) #: ./doc/common/tables/glance-rabbitmq.xml70(td) #: ./doc/common/tables/heat-rabbitmq.xml62(td) -#: ./doc/common/tables/cinder-rpc.xml154(td) +#: ./doc/common/tables/cinder-rpc.xml142(td) #: ./doc/common/tables/nova-rpc_all.xml122(td) #: ./doc/common/tables/neutron-rabbitmq.xml62(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml66(td) @@ -19826,7 +20108,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml73(td) #: ./doc/common/tables/heat-rabbitmq.xml65(td) #: ./doc/common/tables/trove-rabbitmq.xml41(td) -#: ./doc/common/tables/cinder-rpc.xml157(td) +#: ./doc/common/tables/cinder-rpc.xml145(td) #: ./doc/common/tables/nova-rpc_all.xml125(td) #: ./doc/common/tables/neutron-rabbitmq.xml65(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml69(td) @@ -19837,7 +20119,7 @@ msgstr "rabbit_port = 5672" #: ./doc/common/tables/keystone-rabbit.xml70(td) #: ./doc/common/tables/glance-rabbitmq.xml74(td) #: ./doc/common/tables/heat-rabbitmq.xml66(td) -#: ./doc/common/tables/cinder-rpc.xml158(td) +#: ./doc/common/tables/cinder-rpc.xml146(td) #: ./doc/common/tables/nova-rpc_all.xml126(td) #: ./doc/common/tables/neutron-rabbitmq.xml66(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml70(td) @@ -19849,7 +20131,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml77(td) #: ./doc/common/tables/heat-rabbitmq.xml69(td) #: ./doc/common/tables/trove-rabbitmq.xml45(td) -#: ./doc/common/tables/cinder-rpc.xml161(td) +#: ./doc/common/tables/cinder-rpc.xml149(td) #: ./doc/common/tables/nova-rpc_all.xml129(td) #: ./doc/common/tables/neutron-rabbitmq.xml69(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml73(td) @@ -19860,7 +20142,7 @@ msgstr "rabbit_retry_backoff = 2" #: ./doc/common/tables/keystone-rabbit.xml74(td) #: ./doc/common/tables/glance-rabbitmq.xml78(td) #: ./doc/common/tables/heat-rabbitmq.xml70(td) -#: ./doc/common/tables/cinder-rpc.xml162(td) +#: ./doc/common/tables/cinder-rpc.xml150(td) #: ./doc/common/tables/nova-rpc_all.xml130(td) #: ./doc/common/tables/neutron-rabbitmq.xml70(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml74(td) @@ -19874,7 +20156,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml81(td) #: ./doc/common/tables/heat-rabbitmq.xml73(td) #: ./doc/common/tables/trove-rabbitmq.xml49(td) -#: ./doc/common/tables/cinder-rpc.xml165(td) +#: ./doc/common/tables/cinder-rpc.xml153(td) #: ./doc/common/tables/nova-rpc_all.xml133(td) #: ./doc/common/tables/neutron-rabbitmq.xml73(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml77(td) @@ -19885,7 +20167,7 @@ msgstr "rabbit_retry_interval = 1" #: ./doc/common/tables/keystone-rabbit.xml78(td) #: ./doc/common/tables/glance-rabbitmq.xml82(td) #: ./doc/common/tables/heat-rabbitmq.xml74(td) -#: ./doc/common/tables/cinder-rpc.xml166(td) +#: ./doc/common/tables/cinder-rpc.xml154(td) #: ./doc/common/tables/nova-rpc_all.xml134(td) #: ./doc/common/tables/neutron-rabbitmq.xml74(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml78(td) @@ -19897,7 +20179,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml85(td) #: ./doc/common/tables/heat-rabbitmq.xml77(td) #: ./doc/common/tables/trove-rabbitmq.xml53(td) -#: ./doc/common/tables/cinder-rpc.xml169(td) +#: ./doc/common/tables/cinder-rpc.xml157(td) #: ./doc/common/tables/nova-rpc_all.xml137(td) #: ./doc/common/tables/neutron-rabbitmq.xml77(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml81(td) @@ -19908,7 +20190,7 @@ msgstr "rabbit_use_ssl = False" #: ./doc/common/tables/keystone-rabbit.xml82(td) #: ./doc/common/tables/glance-rabbitmq.xml86(td) #: ./doc/common/tables/heat-rabbitmq.xml78(td) -#: ./doc/common/tables/cinder-rpc.xml170(td) +#: ./doc/common/tables/cinder-rpc.xml158(td) #: ./doc/common/tables/nova-rpc_all.xml138(td) #: ./doc/common/tables/neutron-rabbitmq.xml78(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml82(td) @@ -19920,7 +20202,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml89(td) #: ./doc/common/tables/heat-rabbitmq.xml81(td) #: ./doc/common/tables/trove-rabbitmq.xml57(td) -#: ./doc/common/tables/cinder-rpc.xml173(td) +#: ./doc/common/tables/cinder-rpc.xml161(td) #: ./doc/common/tables/nova-rpc_all.xml141(td) #: ./doc/common/tables/neutron-rabbitmq.xml81(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml85(td) @@ -19931,7 +20213,7 @@ msgstr "rabbit_userid = guest" #: ./doc/common/tables/keystone-rabbit.xml86(td) #: ./doc/common/tables/glance-rabbitmq.xml90(td) #: ./doc/common/tables/heat-rabbitmq.xml82(td) -#: ./doc/common/tables/cinder-rpc.xml174(td) +#: ./doc/common/tables/cinder-rpc.xml162(td) #: ./doc/common/tables/nova-rpc_all.xml142(td) #: ./doc/common/tables/neutron-rabbitmq.xml82(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml86(td) @@ -19943,7 +20225,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml93(td) #: ./doc/common/tables/heat-rabbitmq.xml85(td) #: ./doc/common/tables/trove-rabbitmq.xml61(td) -#: ./doc/common/tables/cinder-rpc.xml177(td) +#: ./doc/common/tables/cinder-rpc.xml165(td) #: ./doc/common/tables/nova-rpc_all.xml145(td) #: ./doc/common/tables/neutron-rabbitmq.xml85(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml89(td) @@ -19954,7 +20236,7 @@ msgstr "rabbit_virtual_host = /" #: ./doc/common/tables/keystone-rabbit.xml90(td) #: ./doc/common/tables/glance-rabbitmq.xml94(td) #: ./doc/common/tables/heat-rabbitmq.xml86(td) -#: ./doc/common/tables/cinder-rpc.xml178(td) +#: ./doc/common/tables/cinder-rpc.xml166(td) #: ./doc/common/tables/nova-rpc_all.xml146(td) #: ./doc/common/tables/neutron-rabbitmq.xml86(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml90(td) @@ -20201,7 +20483,7 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml22(td) -#: ./doc/common/tables/nova-scheduling.xml78(td) +#: ./doc/common/tables/nova-scheduling.xml82(td) msgid "" "(ListOpt) Which filter class names to use for filtering hosts when not " "specified in the request." @@ -20228,17 +20510,17 @@ msgid "scheduler_host_manager = cinder.scheduler.host_manager.HostManager" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml34(td) -#: ./doc/common/tables/nova-scheduling.xml90(td) +#: ./doc/common/tables/nova-scheduling.xml94(td) msgid "(StrOpt) The scheduler host manager class to use" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml37(td) -#: ./doc/common/tables/nova-scheduling.xml97(td) +#: ./doc/common/tables/nova-scheduling.xml101(td) msgid "scheduler_json_config_location =" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml38(td) -#: ./doc/common/tables/nova-scheduling.xml98(td) +#: ./doc/common/tables/nova-scheduling.xml102(td) msgid "(StrOpt) Absolute path to scheduler configuration JSON file." msgstr "" @@ -20247,12 +20529,12 @@ msgid "scheduler_manager = cinder.scheduler.manager.SchedulerManager" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml42(td) -#: ./doc/common/tables/nova-scheduling.xml102(td) +#: ./doc/common/tables/nova-scheduling.xml106(td) msgid "(StrOpt) Full class name for the Manager for scheduler" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml45(td) -#: ./doc/common/tables/nova-scheduling.xml105(td) +#: ./doc/common/tables/nova-scheduling.xml109(td) msgid "scheduler_max_attempts = 3" msgstr "" @@ -20277,24 +20559,33 @@ msgid "[cassandra]" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml21(td) -#: ./doc/common/tables/trove-db_couchbase.xml21(td) #: ./doc/common/tables/trove-db_mongodb.xml21(td) #: ./doc/common/tables/trove-db_redis.xml21(td) msgid "backup_strategy = None" msgstr "backup_strategy = None" -#: ./doc/common/tables/trove-db_cassandra.xml25(td) +#: ./doc/common/tables/trove-db_cassandra.xml29(td) msgid "mount_point = /var/lib/cassandra" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml29(td) +#: ./doc/common/tables/trove-db_cassandra.xml33(td) msgid "tcp_ports = 7000, 7001, 9042, 9160" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml37(td) +#: ./doc/common/tables/trove-db_cassandra.xml41(td) msgid "usage_timeout = 600" msgstr "" +#: ./doc/common/tables/neutron-logging.xml25(td) +#: ./doc/common/tables/trove-common.xml33(td) +#: ./doc/common/tables/glance-logging.xml25(td) +#: ./doc/common/tables/heat-logging.xml21(td) +msgid "" +"default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " +"sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, " +"requests.packages.urllib3.connectionpool=WARN" +msgstr "" + #: ./doc/common/tables/neutron-logging.xml85(td) #: ./doc/common/tables/neutron-nec.xml57(td) msgid "use_ssl = False" @@ -20341,25 +20632,50 @@ msgid "[catalog]" msgstr "[catalog]" #: ./doc/common/tables/keystone-catalog.xml21(td) -msgid "driver = keystone.catalog.backends.sql.Catalog" +#: ./doc/common/tables/keystone-assignment.xml21(td) +#: ./doc/common/tables/keystone-token.xml25(td) +msgid "cache_time = None" msgstr "" #: ./doc/common/tables/keystone-catalog.xml22(td) -msgid "(StrOpt) Catalog backend driver." +msgid "" +"(IntOpt) Time to cache catalog data (in seconds). This has no effect unless " +"global and catalog caching are enabled." +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml25(td) +#: ./doc/common/tables/keystone-assignment.xml25(td) +#: ./doc/common/tables/keystone-revoke.xml21(td) +#: ./doc/common/tables/keystone-token.xml29(td) +msgid "caching = True" msgstr "" #: ./doc/common/tables/keystone-catalog.xml26(td) +msgid "" +"(BoolOpt) Toggle for catalog caching. This has no effect unless global " +"caching is enabled." +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml29(td) +msgid "driver = keystone.catalog.backends.sql.Catalog" +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml30(td) +msgid "(StrOpt) Catalog backend driver." +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml34(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml101(td) msgid "" "(IntOpt) Maximum number of entities that will be returned in a catalog " "collection." msgstr "" -#: ./doc/common/tables/keystone-catalog.xml29(td) +#: ./doc/common/tables/keystone-catalog.xml37(td) msgid "template_file = default_catalog.templates" msgstr "" -#: ./doc/common/tables/keystone-catalog.xml30(td) +#: ./doc/common/tables/keystone-catalog.xml38(td) msgid "" "(StrOpt) Catalog template file name for use with the template catalog " "backend." @@ -20644,6 +20960,16 @@ msgstr "max_file_size = 5368709122" msgid "max_header_size = 8192" msgstr "max_header_size = 8192" +#: ./doc/common/tables/swift-swift-swift-constraints.xml41(td) +msgid "" +"max_header_size is the max number of bytes in the utf8 encoding of each " +"header. Using 8192 as default because eventlet use 8192 as max size of " +"header line. This value may need to be increased when using identity v3 API " +"tokens including more than 7 catalog entries. See also " +"include_service_catalog in proxy-server.conf-sample (documented in " +"overview_auth.rst)" +msgstr "" + #: ./doc/common/tables/swift-swift-swift-constraints.xml44(td) msgid "max_meta_count = 90" msgstr "max_meta_count = 90" @@ -20667,7 +20993,7 @@ msgstr "max_object_name_length = 1024" #: ./doc/common/tables/heat-qpid.xml22(td) #: ./doc/common/tables/nova-qpid.xml22(td) #: ./doc/common/tables/glance-qpid.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml94(td) +#: ./doc/common/tables/cinder-rpc.xml82(td) #: ./doc/common/tables/nova-rpc_all.xml62(td) #: ./doc/common/tables/neutron-qpid.xml22(td) #: ./doc/common/tables/keystone-qpid.xml22(td) @@ -20678,7 +21004,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml26(td) #: ./doc/common/tables/nova-qpid.xml26(td) #: ./doc/common/tables/glance-qpid.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml98(td) +#: ./doc/common/tables/cinder-rpc.xml86(td) #: ./doc/common/tables/nova-rpc_all.xml66(td) #: ./doc/common/tables/neutron-qpid.xml26(td) #: ./doc/common/tables/keystone-qpid.xml26(td) @@ -20689,7 +21015,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml30(td) #: ./doc/common/tables/nova-qpid.xml30(td) #: ./doc/common/tables/glance-qpid.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml102(td) +#: ./doc/common/tables/cinder-rpc.xml90(td) #: ./doc/common/tables/nova-rpc_all.xml70(td) #: ./doc/common/tables/neutron-qpid.xml30(td) #: ./doc/common/tables/keystone-qpid.xml30(td) @@ -20700,7 +21026,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml34(td) #: ./doc/common/tables/nova-qpid.xml34(td) #: ./doc/common/tables/glance-qpid.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml106(td) +#: ./doc/common/tables/cinder-rpc.xml94(td) #: ./doc/common/tables/nova-rpc_all.xml74(td) #: ./doc/common/tables/neutron-qpid.xml34(td) #: ./doc/common/tables/keystone-qpid.xml34(td) @@ -20711,7 +21037,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml38(td) #: ./doc/common/tables/nova-qpid.xml38(td) #: ./doc/common/tables/glance-qpid.xml38(td) -#: ./doc/common/tables/cinder-rpc.xml110(td) +#: ./doc/common/tables/cinder-rpc.xml98(td) #: ./doc/common/tables/nova-rpc_all.xml78(td) #: ./doc/common/tables/neutron-qpid.xml38(td) #: ./doc/common/tables/keystone-qpid.xml38(td) @@ -20722,7 +21048,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml42(td) #: ./doc/common/tables/nova-qpid.xml42(td) #: ./doc/common/tables/glance-qpid.xml42(td) -#: ./doc/common/tables/cinder-rpc.xml114(td) +#: ./doc/common/tables/cinder-rpc.xml102(td) #: ./doc/common/tables/nova-rpc_all.xml82(td) #: ./doc/common/tables/neutron-qpid.xml42(td) #: ./doc/common/tables/keystone-qpid.xml42(td) @@ -20733,7 +21059,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml46(td) #: ./doc/common/tables/nova-qpid.xml46(td) #: ./doc/common/tables/glance-qpid.xml46(td) -#: ./doc/common/tables/cinder-rpc.xml118(td) +#: ./doc/common/tables/cinder-rpc.xml106(td) #: ./doc/common/tables/nova-rpc_all.xml86(td) #: ./doc/common/tables/neutron-qpid.xml46(td) #: ./doc/common/tables/keystone-qpid.xml46(td) @@ -20744,7 +21070,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml50(td) #: ./doc/common/tables/nova-qpid.xml50(td) #: ./doc/common/tables/glance-qpid.xml50(td) -#: ./doc/common/tables/cinder-rpc.xml122(td) +#: ./doc/common/tables/cinder-rpc.xml110(td) #: ./doc/common/tables/nova-rpc_all.xml90(td) #: ./doc/common/tables/neutron-qpid.xml50(td) #: ./doc/common/tables/keystone-qpid.xml50(td) @@ -20755,7 +21081,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml53(td) #: ./doc/common/tables/nova-qpid.xml53(td) #: ./doc/common/tables/glance-qpid.xml53(td) -#: ./doc/common/tables/cinder-rpc.xml125(td) +#: ./doc/common/tables/cinder-rpc.xml113(td) #: ./doc/common/tables/nova-rpc_all.xml93(td) #: ./doc/common/tables/neutron-qpid.xml53(td) #: ./doc/common/tables/keystone-qpid.xml53(td) @@ -20766,7 +21092,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml54(td) #: ./doc/common/tables/nova-qpid.xml54(td) #: ./doc/common/tables/glance-qpid.xml54(td) -#: ./doc/common/tables/cinder-rpc.xml126(td) +#: ./doc/common/tables/cinder-rpc.xml114(td) #: ./doc/common/tables/nova-rpc_all.xml94(td) #: ./doc/common/tables/neutron-qpid.xml54(td) #: ./doc/common/tables/keystone-qpid.xml54(td) @@ -20781,7 +21107,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml58(td) #: ./doc/common/tables/nova-qpid.xml58(td) #: ./doc/common/tables/glance-qpid.xml58(td) -#: ./doc/common/tables/cinder-rpc.xml130(td) +#: ./doc/common/tables/cinder-rpc.xml118(td) #: ./doc/common/tables/nova-rpc_all.xml98(td) #: ./doc/common/tables/neutron-qpid.xml58(td) #: ./doc/common/tables/keystone-qpid.xml58(td) @@ -20902,12 +21228,12 @@ msgid "(StrOpt) The full class name of the key manager API class" msgstr "" #: ./doc/common/tables/nova-keymgr.xml25(td) -#: ./doc/common/tables/cinder-keymgr.xml25(td) +#: ./doc/common/tables/cinder-keymgr.xml33(td) msgid "fixed_key = None" msgstr "fixed_key = None" #: ./doc/common/tables/nova-keymgr.xml26(td) -#: ./doc/common/tables/cinder-keymgr.xml26(td) +#: ./doc/common/tables/cinder-keymgr.xml34(td) msgid "(StrOpt) Fixed key returned by key manager, specified in hex" msgstr "" @@ -21128,10 +21454,10 @@ msgid "(StrOpt) Password to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml41(td) -#: ./doc/common/tables/nova-volumes.xml49(td) -#: ./doc/common/tables/trove-api.xml73(td) +#: ./doc/common/tables/nova-volumes.xml57(td) +#: ./doc/common/tables/trove-api.xml77(td) #: ./doc/common/tables/cinder-compute.xml45(td) -#: ./doc/common/tables/glance-common.xml81(td) +#: ./doc/common/tables/glance-common.xml77(td) msgid "os_region_name = None" msgstr "" @@ -21439,7 +21765,7 @@ msgstr "" msgid "" "(StrOpt) Driver to use for controlling virtualization. Options include: " "libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, " -"baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver" +"baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver, hyperv.HyperVDriver" msgstr "" #: ./doc/common/tables/nova-compute.xml29(td) @@ -21461,102 +21787,110 @@ msgid "" msgstr "" #: ./doc/common/tables/nova-compute.xml37(td) -msgid "compute_stats_class = nova.compute.stats.Stats" +msgid "compute_resources = vcpu" msgstr "" #: ./doc/common/tables/nova-compute.xml38(td) -msgid "(StrOpt) Class that will manage stats for the local compute host" +msgid "(ListOpt) The names of the extra resources to track." msgstr "" #: ./doc/common/tables/nova-compute.xml41(td) -msgid "console_host = oslo" +msgid "compute_stats_class = nova.compute.stats.Stats" msgstr "" #: ./doc/common/tables/nova-compute.xml42(td) +msgid "(StrOpt) Class that will manage stats for the local compute host" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml45(td) +msgid "console_host = localhost" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml46(td) msgid "" "(StrOpt) Console proxy host to use to connect to instances on this host." msgstr "" -#: ./doc/common/tables/nova-compute.xml45(td) +#: ./doc/common/tables/nova-compute.xml49(td) msgid "console_manager = nova.console.manager.ConsoleProxyManager" msgstr "" -#: ./doc/common/tables/nova-compute.xml46(td) +#: ./doc/common/tables/nova-compute.xml50(td) msgid "(StrOpt) Full class name for the Manager for console proxy" msgstr "" -#: ./doc/common/tables/nova-compute.xml49(td) +#: ./doc/common/tables/nova-compute.xml53(td) msgid "default_flavor = m1.small" msgstr "" -#: ./doc/common/tables/nova-compute.xml50(td) +#: ./doc/common/tables/nova-compute.xml54(td) msgid "" "(StrOpt) Default flavor to use for the EC2 API only. The Nova API does not " "support a default flavor." msgstr "" -#: ./doc/common/tables/nova-compute.xml53(td) +#: ./doc/common/tables/nova-compute.xml57(td) #: ./doc/common/tables/heat-amqp.xml33(td) #: ./doc/common/tables/trove-common.xml41(td) msgid "default_notification_level = INFO" msgstr "" -#: ./doc/common/tables/nova-compute.xml54(td) +#: ./doc/common/tables/nova-compute.xml58(td) #: ./doc/common/tables/heat-amqp.xml34(td) #: ./doc/common/tables/trove-common.xml42(td) msgid "(StrOpt) Default notification level for outgoing notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml57(td) +#: ./doc/common/tables/nova-compute.xml61(td) #: ./doc/common/tables/heat-amqp.xml37(td) #: ./doc/common/tables/keystone-amqp.xml33(td) msgid "default_publisher_id = None" msgstr "" -#: ./doc/common/tables/nova-compute.xml58(td) +#: ./doc/common/tables/nova-compute.xml62(td) #: ./doc/common/tables/heat-amqp.xml38(td) #: ./doc/common/tables/trove-common.xml50(td) #: ./doc/common/tables/keystone-amqp.xml34(td) msgid "(StrOpt) Default publisher_id for outgoing notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml61(td) +#: ./doc/common/tables/nova-compute.xml65(td) msgid "enable_instance_password = True" msgstr "" -#: ./doc/common/tables/nova-compute.xml62(td) +#: ./doc/common/tables/nova-compute.xml66(td) msgid "" "(BoolOpt) Enables returning of the instance password by the relevant server " "API calls such as create, rebuild or rescue, If the hypervisor does not " "support password injection then the password returned will not be correct" msgstr "" -#: ./doc/common/tables/nova-compute.xml65(td) +#: ./doc/common/tables/nova-compute.xml69(td) msgid "heal_instance_info_cache_interval = 60" msgstr "" -#: ./doc/common/tables/nova-compute.xml66(td) +#: ./doc/common/tables/nova-compute.xml70(td) msgid "" "(IntOpt) Number of seconds between instance info_cache self healing updates" msgstr "" -#: ./doc/common/tables/nova-compute.xml69(td) +#: ./doc/common/tables/nova-compute.xml73(td) msgid "image_cache_manager_interval = 2400" msgstr "" -#: ./doc/common/tables/nova-compute.xml70(td) +#: ./doc/common/tables/nova-compute.xml74(td) msgid "" "(IntOpt) Number of seconds to wait between runs of the image cache manager. " "Set to -1 to disable. Setting this to 0 will disable, but this will change " "in the K release to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml73(td) +#: ./doc/common/tables/nova-compute.xml77(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml32(td) msgid "image_cache_subdirectory_name = _base" msgstr "" -#: ./doc/common/tables/nova-compute.xml74(td) +#: ./doc/common/tables/nova-compute.xml78(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml33(td) msgid "" "(StrOpt) Where cached images are stored under $instances_path. This is NOT " @@ -21564,171 +21898,171 @@ msgid "" "to _base_$my_ip" msgstr "" -#: ./doc/common/tables/nova-compute.xml77(td) +#: ./doc/common/tables/nova-compute.xml81(td) msgid "instance_build_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml78(td) +#: ./doc/common/tables/nova-compute.xml82(td) msgid "" "(IntOpt) Amount of time in seconds an instance can be in BUILD before going " "into ERROR status.Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml81(td) +#: ./doc/common/tables/nova-compute.xml85(td) msgid "instance_delete_interval = 300" msgstr "" -#: ./doc/common/tables/nova-compute.xml82(td) +#: ./doc/common/tables/nova-compute.xml86(td) msgid "(IntOpt) Interval in seconds for retrying failed instance file deletes" msgstr "" -#: ./doc/common/tables/nova-compute.xml85(td) +#: ./doc/common/tables/nova-compute.xml89(td) msgid "instance_usage_audit = False" msgstr "" -#: ./doc/common/tables/nova-compute.xml86(td) +#: ./doc/common/tables/nova-compute.xml90(td) msgid "(BoolOpt) Generate periodic compute.instance.exists notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml89(td) +#: ./doc/common/tables/nova-compute.xml93(td) msgid "instance_usage_audit_period = month" msgstr "" -#: ./doc/common/tables/nova-compute.xml90(td) +#: ./doc/common/tables/nova-compute.xml94(td) msgid "" "(StrOpt) Time period to generate instance usages for. Time period must be " "hour, day, month or year" msgstr "" -#: ./doc/common/tables/nova-compute.xml93(td) +#: ./doc/common/tables/nova-compute.xml97(td) msgid "instances_path = $state_path/instances" msgstr "" -#: ./doc/common/tables/nova-compute.xml94(td) +#: ./doc/common/tables/nova-compute.xml98(td) msgid "(StrOpt) Where instances are stored on disk" msgstr "" -#: ./doc/common/tables/nova-compute.xml97(td) +#: ./doc/common/tables/nova-compute.xml101(td) msgid "maximum_instance_delete_attempts = 5" msgstr "" -#: ./doc/common/tables/nova-compute.xml98(td) +#: ./doc/common/tables/nova-compute.xml102(td) msgid "(IntOpt) The number of times to attempt to reap an instance's files." msgstr "" -#: ./doc/common/tables/nova-compute.xml101(td) +#: ./doc/common/tables/nova-compute.xml105(td) msgid "reboot_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml102(td) +#: ./doc/common/tables/nova-compute.xml106(td) msgid "" "(IntOpt) Automatically hard reboot an instance if it has been stuck in a " "rebooting state longer than N seconds. Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml105(td) +#: ./doc/common/tables/nova-compute.xml109(td) msgid "reclaim_instance_interval = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml106(td) +#: ./doc/common/tables/nova-compute.xml110(td) msgid "(IntOpt) Interval in seconds for reclaiming deleted instances" msgstr "" -#: ./doc/common/tables/nova-compute.xml109(td) -msgid "resize_confirm_window = 0" -msgstr "" - -#: ./doc/common/tables/nova-compute.xml110(td) -msgid "" -"(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable." -msgstr "" - #: ./doc/common/tables/nova-compute.xml113(td) -msgid "resume_guests_state_on_host_boot = False" +msgid "resize_confirm_window = 0" msgstr "" #: ./doc/common/tables/nova-compute.xml114(td) msgid "" -"(BoolOpt) Whether to start guests that were running before the host rebooted" +"(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable." msgstr "" #: ./doc/common/tables/nova-compute.xml117(td) -msgid "running_deleted_instance_action = reap" +msgid "resume_guests_state_on_host_boot = False" msgstr "" #: ./doc/common/tables/nova-compute.xml118(td) msgid "" +"(BoolOpt) Whether to start guests that were running before the host rebooted" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml121(td) +msgid "running_deleted_instance_action = reap" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml122(td) +msgid "" "(StrOpt) Action to take if a running deleted instance is detected.Valid " "options are 'noop', 'log', 'shutdown', or 'reap'. Set to 'noop' to take no " "action." msgstr "" -#: ./doc/common/tables/nova-compute.xml121(td) +#: ./doc/common/tables/nova-compute.xml125(td) msgid "running_deleted_instance_poll_interval = 1800" msgstr "" -#: ./doc/common/tables/nova-compute.xml122(td) +#: ./doc/common/tables/nova-compute.xml126(td) msgid "(IntOpt) Number of seconds to wait between runs of the cleanup task." msgstr "" -#: ./doc/common/tables/nova-compute.xml125(td) +#: ./doc/common/tables/nova-compute.xml129(td) msgid "running_deleted_instance_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml126(td) +#: ./doc/common/tables/nova-compute.xml130(td) msgid "" "(IntOpt) Number of seconds after being deleted when a running instance " "should be considered eligible for cleanup." msgstr "" -#: ./doc/common/tables/nova-compute.xml129(td) +#: ./doc/common/tables/nova-compute.xml133(td) msgid "shelved_offload_time = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml130(td) +#: ./doc/common/tables/nova-compute.xml134(td) msgid "" "(IntOpt) Time in seconds before a shelved instance is eligible for removing " "from a host. -1 never offload, 0 offload when shelved" msgstr "" -#: ./doc/common/tables/nova-compute.xml133(td) +#: ./doc/common/tables/nova-compute.xml137(td) msgid "shelved_poll_interval = 3600" msgstr "" -#: ./doc/common/tables/nova-compute.xml134(td) +#: ./doc/common/tables/nova-compute.xml138(td) msgid "" "(IntOpt) Interval in seconds for polling shelved instances to offload. Set " "to -1 to disable.Setting this to 0 will disable, but this will change in " "Juno to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml137(td) +#: ./doc/common/tables/nova-compute.xml141(td) msgid "sync_power_state_interval = 600" msgstr "" -#: ./doc/common/tables/nova-compute.xml138(td) +#: ./doc/common/tables/nova-compute.xml142(td) msgid "" "(IntOpt) Interval to sync power states between the database and the " "hypervisor. Set to -1 to disable. Setting this to 0 will disable, but this " "will change in Juno to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml141(td) +#: ./doc/common/tables/nova-compute.xml145(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml84(td) msgid "vif_plugging_is_fatal = True" msgstr "" -#: ./doc/common/tables/nova-compute.xml142(td) +#: ./doc/common/tables/nova-compute.xml146(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml85(td) msgid "(BoolOpt) Fail instance boot if vif plugging fails" msgstr "" -#: ./doc/common/tables/nova-compute.xml145(td) +#: ./doc/common/tables/nova-compute.xml149(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml88(td) msgid "vif_plugging_timeout = 300" msgstr "" -#: ./doc/common/tables/nova-compute.xml146(td) +#: ./doc/common/tables/nova-compute.xml150(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml89(td) msgid "" "(IntOpt) Number of seconds to wait for neutron vif plugging events to arrive" @@ -21747,7 +22081,7 @@ msgstr "" #: ./doc/common/tables/heat-rabbitmq.xml21(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml40(td) #: ./doc/common/tables/nova-kombu.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml45(td) +#: ./doc/common/tables/cinder-rpc.xml41(td) #: ./doc/common/tables/nova-rpc_all.xml33(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml64(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml28(td) @@ -21762,7 +22096,7 @@ msgstr "" #: ./doc/common/tables/heat-rabbitmq.xml22(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml41(td) #: ./doc/common/tables/nova-kombu.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml46(td) +#: ./doc/common/tables/cinder-rpc.xml42(td) #: ./doc/common/tables/nova-rpc_all.xml34(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml65(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml29(td) @@ -21777,7 +22111,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml34(td) #: ./doc/common/tables/heat-rabbitmq.xml26(td) #: ./doc/common/tables/nova-kombu.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml50(td) +#: ./doc/common/tables/cinder-rpc.xml46(td) #: ./doc/common/tables/nova-rpc_all.xml38(td) #: ./doc/common/tables/neutron-rabbitmq.xml26(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml30(td) @@ -21788,7 +22122,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml38(td) #: ./doc/common/tables/heat-rabbitmq.xml30(td) #: ./doc/common/tables/nova-kombu.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml54(td) +#: ./doc/common/tables/cinder-rpc.xml50(td) #: ./doc/common/tables/nova-rpc_all.xml42(td) #: ./doc/common/tables/neutron-rabbitmq.xml30(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml34(td) @@ -21799,7 +22133,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml42(td) #: ./doc/common/tables/heat-rabbitmq.xml34(td) #: ./doc/common/tables/nova-kombu.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml58(td) +#: ./doc/common/tables/cinder-rpc.xml54(td) #: ./doc/common/tables/nova-rpc_all.xml46(td) #: ./doc/common/tables/neutron-rabbitmq.xml34(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml38(td) @@ -21810,7 +22144,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml46(td) #: ./doc/common/tables/heat-rabbitmq.xml38(td) #: ./doc/common/tables/nova-kombu.xml38(td) -#: ./doc/common/tables/cinder-rpc.xml62(td) +#: ./doc/common/tables/cinder-rpc.xml58(td) #: ./doc/common/tables/nova-rpc_all.xml50(td) #: ./doc/common/tables/neutron-rabbitmq.xml38(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml42(td) @@ -21895,9 +22229,7 @@ msgid "cluster_name = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml26(td) -msgid "" -"(MultiStrOpt) Name of a VMware Cluster ComputeResource. Used only if " -"compute_driver is vmwareapi.VMwareVCDriver." +msgid "(MultiStrOpt) Name of a VMware Cluster ComputeResource." msgstr "" #: ./doc/common/tables/nova-vmware.xml29(td) @@ -21913,7 +22245,7 @@ msgid "host_ip = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml34(td) -msgid "(StrOpt) Hostname or IP address for connection to VMware ESX/VC host." +msgid "(StrOpt) Hostname or IP address for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml37(td) @@ -21921,7 +22253,7 @@ msgid "host_password = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml38(td) -msgid "(StrOpt) Password for connection to VMware ESX/VC host." +msgid "(StrOpt) Password for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml41(td) @@ -21929,7 +22261,7 @@ msgid "host_port = 443" msgstr "" #: ./doc/common/tables/nova-vmware.xml42(td) -msgid "(IntOpt) Port for connection to VMware ESX/VC host." +msgid "(IntOpt) Port for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml45(td) @@ -21937,7 +22269,7 @@ msgid "host_username = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml46(td) -msgid "(StrOpt) Username for connection to VMware ESX/VC host." +msgid "(StrOpt) Username for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml50(td) @@ -22003,21 +22335,21 @@ msgid "[heat_api_cfn]" msgstr "[heat_api_cfn]" #: ./doc/common/tables/heat-cfn_api.xml33(td) -#: ./doc/common/tables/heat-api.xml107(td) +#: ./doc/common/tables/heat-api.xml115(td) #: ./doc/common/tables/heat-cloudwatch_api.xml29(td) msgid "(IntOpt) Number of backlog requests to configure the socket with." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml36(td) -#: ./doc/common/tables/heat-api.xml110(td) +#: ./doc/common/tables/heat-api.xml118(td) #: ./doc/common/tables/heat-cloudwatch_api.xml32(td) #: ./doc/common/tables/glance-common.xml33(td) -#: ./doc/common/tables/neutron-common.xml69(td) +#: ./doc/common/tables/neutron-common.xml65(td) msgid "bind_host = 0.0.0.0" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml37(td) -#: ./doc/common/tables/heat-api.xml111(td) +#: ./doc/common/tables/heat-api.xml119(td) #: ./doc/common/tables/heat-cloudwatch_api.xml33(td) #: ./doc/common/tables/glance-common.xml34(td) msgid "" @@ -22030,28 +22362,28 @@ msgid "bind_port = 8000" msgstr "bind_port = 8000" #: ./doc/common/tables/heat-cfn_api.xml41(td) -#: ./doc/common/tables/heat-api.xml115(td) +#: ./doc/common/tables/heat-api.xml123(td) #: ./doc/common/tables/heat-cloudwatch_api.xml37(td) #: ./doc/common/tables/glance-common.xml38(td) msgid "(IntOpt) The port on which the server will listen." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml45(td) -#: ./doc/common/tables/heat-api.xml119(td) +#: ./doc/common/tables/heat-api.xml127(td) #: ./doc/common/tables/heat-cloudwatch_api.xml41(td) msgid "(StrOpt) Location of the SSL certificate file to use for SSL mode." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml49(td) -#: ./doc/common/tables/heat-api.xml123(td) +#: ./doc/common/tables/heat-api.xml131(td) #: ./doc/common/tables/heat-cloudwatch_api.xml45(td) msgid "(StrOpt) Location of the SSL key file to use for enabling SSL mode." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml52(td) -#: ./doc/common/tables/trove-api.xml69(td) +#: ./doc/common/tables/trove-api.xml73(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml52(td) -#: ./doc/common/tables/heat-api.xml126(td) +#: ./doc/common/tables/heat-api.xml134(td) #: ./doc/common/tables/cinder-api.xml49(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml48(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml48(td) @@ -22064,8 +22396,8 @@ msgid "max_header_line = 16384" msgstr "max_header_line = 16384" #: ./doc/common/tables/heat-cfn_api.xml53(td) -#: ./doc/common/tables/trove-api.xml70(td) -#: ./doc/common/tables/heat-api.xml127(td) +#: ./doc/common/tables/trove-api.xml74(td) +#: ./doc/common/tables/heat-api.xml135(td) #: ./doc/common/tables/cinder-api.xml50(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml49(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml73(td) @@ -22077,19 +22409,19 @@ msgid "" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml56(td) -#: ./doc/common/tables/heat-api.xml130(td) +#: ./doc/common/tables/heat-api.xml138(td) #: ./doc/common/tables/heat-cloudwatch_api.xml52(td) msgid "workers = 0" msgstr "workers = 0" #: ./doc/common/tables/heat-cfn_api.xml57(td) -#: ./doc/common/tables/heat-api.xml131(td) +#: ./doc/common/tables/heat-api.xml139(td) #: ./doc/common/tables/heat-cloudwatch_api.xml53(td) msgid "(IntOpt) Number of workers for Heat service." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml60(th) -#: ./doc/common/tables/heat-api.xml145(th) +#: ./doc/common/tables/heat-api.xml153(th) #: ./doc/common/tables/keystone-ssl.xml53(th) #: ./doc/common/tables/nova-ca.xml61(th) #: ./doc/common/tables/cinder-ssl.xml18(th) @@ -22100,7 +22432,7 @@ msgid "[ssl]" msgstr "[ssl]" #: ./doc/common/tables/heat-cfn_api.xml64(td) -#: ./doc/common/tables/heat-api.xml149(td) +#: ./doc/common/tables/heat-api.xml157(td) #: ./doc/common/tables/nova-ca.xml65(td) #: ./doc/common/tables/heat-cloudwatch_api.xml60(td) #: ./doc/common/tables/glance-ssl.xml22(td) @@ -22108,14 +22440,14 @@ msgid "(StrOpt) CA certificate file to use to verify connecting clients." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml68(td) -#: ./doc/common/tables/heat-api.xml153(td) +#: ./doc/common/tables/heat-api.xml161(td) #: ./doc/common/tables/nova-ca.xml69(td) #: ./doc/common/tables/heat-cloudwatch_api.xml64(td) msgid "(StrOpt) Certificate file to use when starting the server securely." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml72(td) -#: ./doc/common/tables/heat-api.xml157(td) +#: ./doc/common/tables/heat-api.xml165(td) #: ./doc/common/tables/nova-ca.xml73(td) #: ./doc/common/tables/heat-cloudwatch_api.xml68(td) msgid "(StrOpt) Private key file to use when starting the server securely." @@ -22175,7 +22507,7 @@ msgid "" msgstr "" #: ./doc/common/tables/neutron-vmware.xml41(td) -msgid "http_timeout = 30" +msgid "http_timeout = 75" msgstr "" #: ./doc/common/tables/neutron-vmware.xml42(td) @@ -22221,97 +22553,89 @@ msgid "(IntOpt) Number of times a redirect should be followed" msgstr "" #: ./doc/common/tables/neutron-vmware.xml61(td) -msgid "req_timeout = 30" -msgstr "req_timeout = 30" - -#: ./doc/common/tables/neutron-vmware.xml62(td) -msgid "(IntOpt) Total time limit for a cluster request" -msgstr "" - -#: ./doc/common/tables/neutron-vmware.xml65(td) msgid "retries = 2" msgstr "retries = 2" -#: ./doc/common/tables/neutron-vmware.xml66(td) +#: ./doc/common/tables/neutron-vmware.xml62(td) msgid "(IntOpt) Number of time a request should be retried" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml69(th) +#: ./doc/common/tables/neutron-vmware.xml65(th) #: ./doc/common/tables/neutron-ml2_mlnx.xml18(th) #: ./doc/common/tables/neutron-mlnx.xml18(th) msgid "[ESWITCH]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml72(td) +#: ./doc/common/tables/neutron-vmware.xml68(td) msgid "retries = 3" msgstr "retries = 3" -#: ./doc/common/tables/neutron-vmware.xml73(td) +#: ./doc/common/tables/neutron-vmware.xml69(td) msgid "" "(IntOpt) The number of retries the agent will send request to daemon before " "giving up" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml76(th) +#: ./doc/common/tables/neutron-vmware.xml72(th) msgid "[NSX]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml79(td) +#: ./doc/common/tables/neutron-vmware.xml75(td) msgid "agent_mode = agent" msgstr "agent_mode = agent" -#: ./doc/common/tables/neutron-vmware.xml80(td) +#: ./doc/common/tables/neutron-vmware.xml76(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml173(td) msgid "(StrOpt) The mode used to implement DHCP/metadata services." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml83(td) +#: ./doc/common/tables/neutron-vmware.xml79(td) msgid "concurrent_connections = 10" msgstr "concurrent_connections = 10" -#: ./doc/common/tables/neutron-vmware.xml84(td) +#: ./doc/common/tables/neutron-vmware.xml80(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml177(td) msgid "(IntOpt) Maximum concurrent connections to each NSX controller." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml87(td) +#: ./doc/common/tables/neutron-vmware.xml83(td) msgid "default_transport_type = stt" msgstr "default_transport_type = stt" -#: ./doc/common/tables/neutron-vmware.xml88(td) +#: ./doc/common/tables/neutron-vmware.xml84(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml181(td) msgid "" "(StrOpt) The default network tranport type to use (stt, gre, bridge, " "ipsec_gre, or ipsec_stt)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml91(td) +#: ./doc/common/tables/neutron-vmware.xml87(td) msgid "max_lp_per_bridged_ls = 5000" msgstr "max_lp_per_bridged_ls = 5000" -#: ./doc/common/tables/neutron-vmware.xml92(td) +#: ./doc/common/tables/neutron-vmware.xml88(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml185(td) msgid "" "(IntOpt) Maximum number of ports of a logical switch on a bridged transport " "zone (default 5000)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml95(td) +#: ./doc/common/tables/neutron-vmware.xml91(td) msgid "max_lp_per_overlay_ls = 256" msgstr "max_lp_per_overlay_ls = 256" -#: ./doc/common/tables/neutron-vmware.xml96(td) +#: ./doc/common/tables/neutron-vmware.xml92(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml189(td) msgid "" "(IntOpt) Maximum number of ports of a logical switch on an overlay transport" " zone (default 256)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml99(td) +#: ./doc/common/tables/neutron-vmware.xml95(td) msgid "metadata_mode = access_network" msgstr "metadata_mode = access_network" -#: ./doc/common/tables/neutron-vmware.xml100(td) +#: ./doc/common/tables/neutron-vmware.xml96(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml193(td) msgid "" "(StrOpt) If set to access_network this enables a dedicated connection to the" @@ -22321,71 +22645,71 @@ msgid "" "otherwise access_network should be used." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml103(td) +#: ./doc/common/tables/neutron-vmware.xml99(td) msgid "nsx_gen_timeout = -1" msgstr "nsx_gen_timeout = -1" -#: ./doc/common/tables/neutron-vmware.xml104(td) +#: ./doc/common/tables/neutron-vmware.xml100(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml197(td) msgid "" "(IntOpt) Number of seconds a generation id should be valid for (default -1 " "meaning do not time out)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml107(td) +#: ./doc/common/tables/neutron-vmware.xml103(td) msgid "replication_mode = service" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml108(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml201(td) +#: ./doc/common/tables/neutron-vmware.xml104(td) msgid "" "(StrOpt) The default option leverages service nodes to perform packet " "replication though one could set to this to 'source' to perform replication " -"locally. This is useful if one does not want to deploy a service node(s)." +"locally. This is useful if one does not want to deploy a service node(s). It" +" must be set to 'service' for leveraging distributed routers." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml111(th) +#: ./doc/common/tables/neutron-vmware.xml107(th) msgid "[NSX_DHCP]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml114(td) +#: ./doc/common/tables/neutron-vmware.xml110(td) msgid "default_lease_time = 43200" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml115(td) +#: ./doc/common/tables/neutron-vmware.xml111(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml205(td) msgid "(IntOpt) Default DHCP lease time" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml118(td) +#: ./doc/common/tables/neutron-vmware.xml114(td) msgid "domain_name = openstacklocal" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml119(td) +#: ./doc/common/tables/neutron-vmware.xml115(td) #: ./doc/common/tables/nova-network.xml50(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml209(td) -#: ./doc/common/tables/neutron-common.xml110(td) +#: ./doc/common/tables/neutron-common.xml106(td) msgid "(StrOpt) Domain to use for building the hostnames" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml122(td) +#: ./doc/common/tables/neutron-vmware.xml118(td) msgid "extra_domain_name_servers =" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml123(td) +#: ./doc/common/tables/neutron-vmware.xml119(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml213(td) msgid "(ListOpt) Comma separated list of additional domain name servers" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml126(th) +#: ./doc/common/tables/neutron-vmware.xml122(th) msgid "[NSX_LSN]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml129(td) +#: ./doc/common/tables/neutron-vmware.xml125(td) msgid "sync_on_missing_data = False" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml130(td) +#: ./doc/common/tables/neutron-vmware.xml126(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml217(td) msgid "" "(BoolOpt) Pull LSN information from NSX in case it is missing from the local" @@ -22393,174 +22717,174 @@ msgid "" "recovery." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml133(th) +#: ./doc/common/tables/neutron-vmware.xml129(th) msgid "[NSX_METADATA]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml136(td) +#: ./doc/common/tables/neutron-vmware.xml132(td) msgid "metadata_server_address = 127.0.0.1" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml137(td) +#: ./doc/common/tables/neutron-vmware.xml133(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml221(td) msgid "(StrOpt) IP address used by Metadata server." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml140(td) +#: ./doc/common/tables/neutron-vmware.xml136(td) msgid "metadata_server_port = 8775" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml141(td) +#: ./doc/common/tables/neutron-vmware.xml137(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml225(td) msgid "(IntOpt) TCP Port used by Metadata server." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml144(td) +#: ./doc/common/tables/neutron-vmware.xml140(td) msgid "metadata_shared_secret =" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml145(td) +#: ./doc/common/tables/neutron-vmware.xml141(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml229(td) #: ./doc/common/tables/neutron-metadata.xml34(td) msgid "(StrOpt) Shared secret to sign instance-id request" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml148(th) +#: ./doc/common/tables/neutron-vmware.xml144(th) msgid "[NSX_SYNC]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml151(td) +#: ./doc/common/tables/neutron-vmware.xml147(td) msgid "always_read_status = False" msgstr "always_read_status = False" -#: ./doc/common/tables/neutron-vmware.xml152(td) +#: ./doc/common/tables/neutron-vmware.xml148(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml233(td) msgid "" "(BoolOpt) Always read operational status from backend on show operations. " "Enabling this option might slow down the system." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml155(td) +#: ./doc/common/tables/neutron-vmware.xml151(td) msgid "max_random_sync_delay = 0" msgstr "max_random_sync_delay = 0" -#: ./doc/common/tables/neutron-vmware.xml156(td) +#: ./doc/common/tables/neutron-vmware.xml152(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml237(td) msgid "" "(IntOpt) Maximum value for the additional random delay in seconds between " "runs of the state synchronization task" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml159(td) +#: ./doc/common/tables/neutron-vmware.xml155(td) msgid "min_chunk_size = 500" msgstr "min_chunk_size = 500" -#: ./doc/common/tables/neutron-vmware.xml160(td) +#: ./doc/common/tables/neutron-vmware.xml156(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml241(td) msgid "" "(IntOpt) Minimum number of resources to be retrieved from NSX during state " "synchronization" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml163(td) +#: ./doc/common/tables/neutron-vmware.xml159(td) msgid "min_sync_req_delay = 1" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml164(td) +#: ./doc/common/tables/neutron-vmware.xml160(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml245(td) msgid "" "(IntOpt) Minimum delay, in seconds, between two state synchronization " "queries to NSX. It must not exceed state_sync_interval" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml167(td) +#: ./doc/common/tables/neutron-vmware.xml163(td) msgid "state_sync_interval = 10" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml168(td) +#: ./doc/common/tables/neutron-vmware.xml164(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml249(td) msgid "" "(IntOpt) Interval in seconds between runs of the state synchronization task." " Set it to 0 to disable it" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml171(th) +#: ./doc/common/tables/neutron-vmware.xml167(th) msgid "[vcns]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml174(td) +#: ./doc/common/tables/neutron-vmware.xml170(td) msgid "datacenter_moid = None" msgstr "datacenter_moid = None" -#: ./doc/common/tables/neutron-vmware.xml175(td) +#: ./doc/common/tables/neutron-vmware.xml171(td) msgid "" "(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX " "Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml178(td) +#: ./doc/common/tables/neutron-vmware.xml174(td) msgid "datastore_id = None" msgstr "datastore_id = None" +#: ./doc/common/tables/neutron-vmware.xml175(td) #: ./doc/common/tables/neutron-vmware.xml179(td) -#: ./doc/common/tables/neutron-vmware.xml183(td) msgid "" "(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX " "Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml182(td) +#: ./doc/common/tables/neutron-vmware.xml178(td) msgid "deployment_container_id = None" msgstr "deployment_container_id = None" -#: ./doc/common/tables/neutron-vmware.xml186(td) +#: ./doc/common/tables/neutron-vmware.xml182(td) msgid "external_network = None" msgstr "external_network = None" -#: ./doc/common/tables/neutron-vmware.xml187(td) +#: ./doc/common/tables/neutron-vmware.xml183(td) msgid "(StrOpt) Network ID for physical network connectivity" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml190(td) +#: ./doc/common/tables/neutron-vmware.xml186(td) msgid "manager_uri = None" msgstr "manager_uri = None" -#: ./doc/common/tables/neutron-vmware.xml191(td) +#: ./doc/common/tables/neutron-vmware.xml187(td) msgid "(StrOpt) uri for vsm" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml194(td) +#: ./doc/common/tables/neutron-vmware.xml190(td) msgid "password = default" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml195(td) +#: ./doc/common/tables/neutron-vmware.xml191(td) msgid "(StrOpt) Password for vsm" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml198(td) +#: ./doc/common/tables/neutron-vmware.xml194(td) #: ./doc/common/tables/neutron-embrane_lb.xml61(td) msgid "resource_pool_id = None" msgstr "resource_pool_id = None" -#: ./doc/common/tables/neutron-vmware.xml199(td) +#: ./doc/common/tables/neutron-vmware.xml195(td) msgid "" "(StrOpt) Optional parameter identifying the ID of resource to deploy NSX " "Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml202(td) +#: ./doc/common/tables/neutron-vmware.xml198(td) msgid "task_status_check_interval = 2000" msgstr "task_status_check_interval = 2000" -#: ./doc/common/tables/neutron-vmware.xml203(td) +#: ./doc/common/tables/neutron-vmware.xml199(td) msgid "(IntOpt) Task status check interval" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml206(td) +#: ./doc/common/tables/neutron-vmware.xml202(td) msgid "user = admin" msgstr "user = admin" -#: ./doc/common/tables/neutron-vmware.xml207(td) +#: ./doc/common/tables/neutron-vmware.xml203(td) msgid "(StrOpt) User name for vsm" msgstr "" @@ -22596,23 +22920,12 @@ msgstr "" msgid "[assignment]" msgstr "" -#: ./doc/common/tables/keystone-assignment.xml21(td) -#: ./doc/common/tables/keystone-token.xml25(td) -msgid "cache_time = None" -msgstr "" - #: ./doc/common/tables/keystone-assignment.xml22(td) msgid "" "(IntOpt) TTL (in seconds) to cache assignment data. This has no effect " "unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-assignment.xml25(td) -#: ./doc/common/tables/keystone-revoke.xml21(td) -#: ./doc/common/tables/keystone-token.xml29(td) -msgid "caching = True" -msgstr "" - #: ./doc/common/tables/keystone-assignment.xml26(td) msgid "" "(BoolOpt) Toggle for assignment caching. This has no effect unless global " @@ -22646,9 +22959,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml21(td) #: ./doc/common/tables/neutron-zeromq.xml21(td) #: ./doc/common/tables/keystone-zeromq.xml21(td) -#: ./doc/common/tables/ceilometer-rpc.xml57(td) +#: ./doc/common/tables/ceilometer-rpc.xml45(td) #: ./doc/common/tables/glance-zmq.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml201(td) +#: ./doc/common/tables/cinder-rpc.xml189(td) #: ./doc/common/tables/trove-zeromq.xml21(td) #: ./doc/common/tables/nova-rpc_all.xml169(td) msgid "rpc_zmq_bind_address = *" @@ -22658,9 +22971,9 @@ msgstr "rpc_zmq_bind_address = *" #: ./doc/common/tables/heat-zeromq.xml22(td) #: ./doc/common/tables/neutron-zeromq.xml22(td) #: ./doc/common/tables/keystone-zeromq.xml22(td) -#: ./doc/common/tables/ceilometer-rpc.xml58(td) +#: ./doc/common/tables/ceilometer-rpc.xml46(td) #: ./doc/common/tables/glance-zmq.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml202(td) +#: ./doc/common/tables/cinder-rpc.xml190(td) #: ./doc/common/tables/trove-zeromq.xml22(td) #: ./doc/common/tables/nova-rpc_all.xml170(td) msgid "" @@ -22673,9 +22986,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml25(td) #: ./doc/common/tables/neutron-zeromq.xml25(td) #: ./doc/common/tables/keystone-zeromq.xml25(td) -#: ./doc/common/tables/ceilometer-rpc.xml61(td) +#: ./doc/common/tables/ceilometer-rpc.xml49(td) #: ./doc/common/tables/glance-zmq.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml205(td) +#: ./doc/common/tables/cinder-rpc.xml193(td) #: ./doc/common/tables/trove-zeromq.xml25(td) #: ./doc/common/tables/nova-rpc_all.xml173(td) msgid "rpc_zmq_contexts = 1" @@ -22685,9 +22998,9 @@ msgstr "rpc_zmq_contexts = 1" #: ./doc/common/tables/heat-zeromq.xml26(td) #: ./doc/common/tables/neutron-zeromq.xml26(td) #: ./doc/common/tables/keystone-zeromq.xml26(td) -#: ./doc/common/tables/ceilometer-rpc.xml62(td) +#: ./doc/common/tables/ceilometer-rpc.xml50(td) #: ./doc/common/tables/glance-zmq.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml206(td) +#: ./doc/common/tables/cinder-rpc.xml194(td) #: ./doc/common/tables/nova-rpc_all.xml174(td) msgid "(IntOpt) Number of ZeroMQ contexts, defaults to 1." msgstr "" @@ -22696,20 +23009,21 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml29(td) #: ./doc/common/tables/neutron-zeromq.xml29(td) #: ./doc/common/tables/keystone-zeromq.xml29(td) -#: ./doc/common/tables/ceilometer-rpc.xml65(td) +#: ./doc/common/tables/ceilometer-rpc.xml53(td) #: ./doc/common/tables/glance-zmq.xml33(td) +#: ./doc/common/tables/cinder-rpc.xml197(td) #: ./doc/common/tables/trove-zeromq.xml29(td) #: ./doc/common/tables/nova-rpc_all.xml177(td) -msgid "rpc_zmq_host = oslo" -msgstr "rpc_zmq_host = oslo" +msgid "rpc_zmq_host = localhost" +msgstr "" #: ./doc/common/tables/nova-zeromq.xml30(td) #: ./doc/common/tables/heat-zeromq.xml30(td) #: ./doc/common/tables/neutron-zeromq.xml30(td) #: ./doc/common/tables/keystone-zeromq.xml30(td) -#: ./doc/common/tables/ceilometer-rpc.xml66(td) +#: ./doc/common/tables/ceilometer-rpc.xml54(td) #: ./doc/common/tables/glance-zmq.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml210(td) +#: ./doc/common/tables/cinder-rpc.xml198(td) #: ./doc/common/tables/trove-zeromq.xml30(td) #: ./doc/common/tables/nova-rpc_all.xml178(td) msgid "" @@ -22721,9 +23035,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml33(td) #: ./doc/common/tables/neutron-zeromq.xml33(td) #: ./doc/common/tables/keystone-zeromq.xml33(td) -#: ./doc/common/tables/ceilometer-rpc.xml69(td) +#: ./doc/common/tables/ceilometer-rpc.xml57(td) #: ./doc/common/tables/glance-zmq.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml213(td) +#: ./doc/common/tables/cinder-rpc.xml201(td) #: ./doc/common/tables/trove-zeromq.xml33(td) #: ./doc/common/tables/nova-rpc_all.xml181(td) msgid "rpc_zmq_ipc_dir = /var/run/openstack" @@ -22733,9 +23047,9 @@ msgstr "rpc_zmq_ipc_dir = /var/run/openstack" #: ./doc/common/tables/heat-zeromq.xml34(td) #: ./doc/common/tables/neutron-zeromq.xml34(td) #: ./doc/common/tables/keystone-zeromq.xml34(td) -#: ./doc/common/tables/ceilometer-rpc.xml70(td) +#: ./doc/common/tables/ceilometer-rpc.xml58(td) #: ./doc/common/tables/glance-zmq.xml38(td) -#: ./doc/common/tables/cinder-rpc.xml214(td) +#: ./doc/common/tables/cinder-rpc.xml202(td) #: ./doc/common/tables/nova-rpc_all.xml182(td) msgid "(StrOpt) Directory for holding IPC sockets." msgstr "" @@ -22744,9 +23058,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml37(td) #: ./doc/common/tables/neutron-zeromq.xml37(td) #: ./doc/common/tables/keystone-zeromq.xml37(td) -#: ./doc/common/tables/ceilometer-rpc.xml73(td) +#: ./doc/common/tables/ceilometer-rpc.xml61(td) #: ./doc/common/tables/glance-zmq.xml41(td) -#: ./doc/common/tables/cinder-rpc.xml217(td) +#: ./doc/common/tables/cinder-rpc.xml205(td) #: ./doc/common/tables/nova-rpc_all.xml185(td) msgid "" "rpc_zmq_matchmaker = oslo.messaging._drivers.matchmaker.MatchMakerLocalhost" @@ -22756,9 +23070,9 @@ msgstr "rpc_zmq_matchmaker = oslo.messaging._drivers.matchmaker.MatchMakerLocalh #: ./doc/common/tables/heat-zeromq.xml38(td) #: ./doc/common/tables/neutron-zeromq.xml38(td) #: ./doc/common/tables/keystone-zeromq.xml38(td) -#: ./doc/common/tables/ceilometer-rpc.xml74(td) +#: ./doc/common/tables/ceilometer-rpc.xml62(td) #: ./doc/common/tables/glance-zmq.xml42(td) -#: ./doc/common/tables/cinder-rpc.xml218(td) +#: ./doc/common/tables/cinder-rpc.xml206(td) #: ./doc/common/tables/nova-rpc_all.xml186(td) msgid "(StrOpt) MatchMaker driver." msgstr "" @@ -22767,9 +23081,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml41(td) #: ./doc/common/tables/neutron-zeromq.xml41(td) #: ./doc/common/tables/keystone-zeromq.xml41(td) -#: ./doc/common/tables/ceilometer-rpc.xml77(td) +#: ./doc/common/tables/ceilometer-rpc.xml65(td) #: ./doc/common/tables/glance-zmq.xml45(td) -#: ./doc/common/tables/cinder-rpc.xml221(td) +#: ./doc/common/tables/cinder-rpc.xml209(td) #: ./doc/common/tables/trove-zeromq.xml41(td) #: ./doc/common/tables/nova-rpc_all.xml189(td) msgid "rpc_zmq_port = 9501" @@ -22779,9 +23093,9 @@ msgstr "rpc_zmq_port = 9501" #: ./doc/common/tables/heat-zeromq.xml42(td) #: ./doc/common/tables/neutron-zeromq.xml42(td) #: ./doc/common/tables/keystone-zeromq.xml42(td) -#: ./doc/common/tables/ceilometer-rpc.xml78(td) +#: ./doc/common/tables/ceilometer-rpc.xml66(td) #: ./doc/common/tables/glance-zmq.xml46(td) -#: ./doc/common/tables/cinder-rpc.xml222(td) +#: ./doc/common/tables/cinder-rpc.xml210(td) #: ./doc/common/tables/nova-rpc_all.xml190(td) msgid "(IntOpt) ZeroMQ receiver listening port." msgstr "" @@ -22790,9 +23104,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml45(td) #: ./doc/common/tables/neutron-zeromq.xml45(td) #: ./doc/common/tables/keystone-zeromq.xml45(td) -#: ./doc/common/tables/ceilometer-rpc.xml81(td) +#: ./doc/common/tables/ceilometer-rpc.xml69(td) #: ./doc/common/tables/glance-zmq.xml49(td) -#: ./doc/common/tables/cinder-rpc.xml225(td) +#: ./doc/common/tables/cinder-rpc.xml213(td) #: ./doc/common/tables/trove-zeromq.xml45(td) #: ./doc/common/tables/nova-rpc_all.xml193(td) msgid "rpc_zmq_topic_backlog = None" @@ -22802,9 +23116,9 @@ msgstr "rpc_zmq_topic_backlog = None" #: ./doc/common/tables/heat-zeromq.xml46(td) #: ./doc/common/tables/neutron-zeromq.xml46(td) #: ./doc/common/tables/keystone-zeromq.xml46(td) -#: ./doc/common/tables/ceilometer-rpc.xml82(td) +#: ./doc/common/tables/ceilometer-rpc.xml70(td) #: ./doc/common/tables/glance-zmq.xml50(td) -#: ./doc/common/tables/cinder-rpc.xml226(td) +#: ./doc/common/tables/cinder-rpc.xml214(td) #: ./doc/common/tables/trove-zeromq.xml46(td) #: ./doc/common/tables/nova-rpc_all.xml194(td) msgid "" @@ -22897,50 +23211,61 @@ msgid "(StrOpt) Prefix for iSCSI volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml57(td) -msgid "iser_helper = tgtadm" +msgid "iscsi_write_cache = on" msgstr "" #: ./doc/common/tables/cinder-storage.xml58(td) -msgid "(StrOpt) The name of the iSER target user-land tool to use" +msgid "" +"(StrOpt) Sets the behavior of the iSCSI target to either perform write-" +"back(on) or write-through(off). This parameter is valid if iscsi_helper is " +"set to tgtadm or iseradm." msgstr "" #: ./doc/common/tables/cinder-storage.xml61(td) -msgid "iser_ip_address = $my_ip" +msgid "iser_helper = tgtadm" msgstr "" #: ./doc/common/tables/cinder-storage.xml62(td) -msgid "(StrOpt) The IP address that the iSER daemon is listening on" +msgid "(StrOpt) The name of the iSER target user-land tool to use" msgstr "" #: ./doc/common/tables/cinder-storage.xml65(td) -msgid "iser_num_targets = 100" +msgid "iser_ip_address = $my_ip" msgstr "" #: ./doc/common/tables/cinder-storage.xml66(td) -msgid "(IntOpt) The maximum number of iSER target IDs per host" +msgid "(StrOpt) The IP address that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml69(td) -msgid "iser_port = 3260" +msgid "iser_num_targets = 100" msgstr "" #: ./doc/common/tables/cinder-storage.xml70(td) -msgid "(IntOpt) The port that the iSER daemon is listening on" +msgid "(IntOpt) The maximum number of iSER target IDs per host" msgstr "" #: ./doc/common/tables/cinder-storage.xml73(td) -msgid "iser_target_prefix = iqn.2010-10.org.iser.openstack:" +msgid "iser_port = 3260" msgstr "" #: ./doc/common/tables/cinder-storage.xml74(td) -msgid "(StrOpt) Prefix for iSER volumes" +msgid "(IntOpt) The port that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml77(td) -msgid "max_gigabytes = 10000" +msgid "iser_target_prefix = iqn.2010-10.org.iser.openstack:" msgstr "" #: ./doc/common/tables/cinder-storage.xml78(td) +msgid "(StrOpt) Prefix for iSER volumes" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml81(td) +msgid "max_gigabytes = 10000" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml82(td) msgid "" "(IntOpt) This configure option has been deprecated along with the " "SimpleScheduler. New scheduler is able to gather capacity information for " @@ -22948,47 +23273,47 @@ msgid "" "no longer needed. It's safe to remove this configure from cinder.conf." msgstr "" -#: ./doc/common/tables/cinder-storage.xml81(td) +#: ./doc/common/tables/cinder-storage.xml85(td) msgid "migration_create_volume_timeout_secs = 300" msgstr "" -#: ./doc/common/tables/cinder-storage.xml82(td) +#: ./doc/common/tables/cinder-storage.xml86(td) msgid "" "(IntOpt) Timeout for creating the volume to migrate to when performing " "volume migration (seconds)" msgstr "" -#: ./doc/common/tables/cinder-storage.xml85(td) +#: ./doc/common/tables/cinder-storage.xml89(td) msgid "num_iser_scan_tries = 3" msgstr "" -#: ./doc/common/tables/cinder-storage.xml86(td) +#: ./doc/common/tables/cinder-storage.xml90(td) msgid "" "(IntOpt) The maximum number of times to rescan iSER targetto find volume" msgstr "" -#: ./doc/common/tables/cinder-storage.xml89(td) +#: ./doc/common/tables/cinder-storage.xml93(td) msgid "num_volume_device_scan_tries = 3" msgstr "" -#: ./doc/common/tables/cinder-storage.xml90(td) +#: ./doc/common/tables/cinder-storage.xml94(td) msgid "(IntOpt) The maximum number of times to rescan targets to find volume" msgstr "" -#: ./doc/common/tables/cinder-storage.xml93(td) +#: ./doc/common/tables/cinder-storage.xml97(td) msgid "volume_backend_name = None" msgstr "" -#: ./doc/common/tables/cinder-storage.xml94(td) +#: ./doc/common/tables/cinder-storage.xml98(td) msgid "(StrOpt) The backend name for a given driver implementation" msgstr "" -#: ./doc/common/tables/cinder-storage.xml97(td) +#: ./doc/common/tables/cinder-storage.xml101(td) #: ./doc/common/tables/nova-libvirt.xml84(td) msgid "volume_clear = zero" msgstr "" -#: ./doc/common/tables/cinder-storage.xml98(td) +#: ./doc/common/tables/cinder-storage.xml102(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml325(td) #: ./doc/common/tables/nova-libvirt.xml85(td) msgid "" @@ -22996,12 +23321,12 @@ msgid "" "shred)" msgstr "" -#: ./doc/common/tables/cinder-storage.xml101(td) +#: ./doc/common/tables/cinder-storage.xml105(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml212(td) msgid "volume_clear_ionice = None" msgstr "volume_clear_ionice = None" -#: ./doc/common/tables/cinder-storage.xml102(td) +#: ./doc/common/tables/cinder-storage.xml106(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml213(td) msgid "" "(StrOpt) The flag to pass to ionice to alter the i/o priority of the process" @@ -23009,82 +23334,82 @@ msgid "" "priority." msgstr "" -#: ./doc/common/tables/cinder-storage.xml105(td) +#: ./doc/common/tables/cinder-storage.xml109(td) #: ./doc/common/tables/nova-libvirt.xml88(td) msgid "volume_clear_size = 0" msgstr "" -#: ./doc/common/tables/cinder-storage.xml106(td) +#: ./doc/common/tables/cinder-storage.xml110(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml329(td) #: ./doc/common/tables/nova-libvirt.xml89(td) msgid "(IntOpt) Size in MiB to wipe at start of old volumes. 0 => all" msgstr "" -#: ./doc/common/tables/cinder-storage.xml109(td) -msgid "volume_copy_blkio_cgroup_name = cinder-volume-copy" -msgstr "" - -#: ./doc/common/tables/cinder-storage.xml110(td) -msgid "" -"(StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy" -msgstr "" - #: ./doc/common/tables/cinder-storage.xml113(td) -msgid "volume_copy_bps_limit = 0" +msgid "volume_copy_blkio_cgroup_name = cinder-volume-copy" msgstr "" #: ./doc/common/tables/cinder-storage.xml114(td) msgid "" -"(IntOpt) The upper limit of bandwidth of volume copy. 0 => unlimited" +"(StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy" msgstr "" #: ./doc/common/tables/cinder-storage.xml117(td) -msgid "volume_dd_blocksize = 1M" +msgid "volume_copy_bps_limit = 0" msgstr "" #: ./doc/common/tables/cinder-storage.xml118(td) -msgid "(StrOpt) The default block size used when copying/clearing volumes" +msgid "" +"(IntOpt) The upper limit of bandwidth of volume copy. 0 => unlimited" msgstr "" #: ./doc/common/tables/cinder-storage.xml121(td) -msgid "volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver" +msgid "volume_dd_blocksize = 1M" msgstr "" #: ./doc/common/tables/cinder-storage.xml122(td) -msgid "(StrOpt) Driver to use for volume creation" +msgid "(StrOpt) The default block size used when copying/clearing volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml125(td) -msgid "volume_manager = cinder.volume.manager.VolumeManager" +msgid "volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver" msgstr "" #: ./doc/common/tables/cinder-storage.xml126(td) -msgid "(StrOpt) Full class name for the Manager for volume" +msgid "(StrOpt) Driver to use for volume creation" msgstr "" #: ./doc/common/tables/cinder-storage.xml129(td) -msgid "volume_service_inithost_offload = False" +msgid "volume_manager = cinder.volume.manager.VolumeManager" msgstr "" #: ./doc/common/tables/cinder-storage.xml130(td) -msgid "(BoolOpt) Offload pending volume delete during volume service startup" +msgid "(StrOpt) Full class name for the Manager for volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml133(td) -msgid "volume_usage_audit_period = month" +msgid "volume_service_inithost_offload = False" msgstr "" #: ./doc/common/tables/cinder-storage.xml134(td) +msgid "(BoolOpt) Offload pending volume delete during volume service startup" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml137(td) +msgid "volume_usage_audit_period = month" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml138(td) msgid "" "(StrOpt) Time period for which to generate volume usages. The options are " "hour, day, month, or year." msgstr "" -#: ./doc/common/tables/cinder-storage.xml137(td) +#: ./doc/common/tables/cinder-storage.xml141(td) msgid "volumes_dir = $state_path/volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml138(td) +#: ./doc/common/tables/cinder-storage.xml142(td) msgid "(StrOpt) Volume configuration file storage directory" msgstr "" @@ -23097,7 +23422,7 @@ msgid "(StrOpt) The administrators password." msgstr "" #: ./doc/common/tables/glance-registry.xml25(td) -#: ./doc/common/tables/nova-neutron.xml48(td) +#: ./doc/common/tables/nova-neutron.xml40(td) #: ./doc/common/tables/neutron-common.xml25(td) #: ./doc/common/tables/neutron-common.xml195(td) msgid "admin_tenant_name = None" @@ -23112,7 +23437,7 @@ msgid "(StrOpt) The administrators user name." msgstr "" #: ./doc/common/tables/glance-registry.xml33(td) -#: ./doc/common/tables/neutron-common.xml53(td) +#: ./doc/common/tables/neutron-common.xml49(td) #: ./doc/common/tables/neutron-common.xml203(td) msgid "auth_region = None" msgstr "" @@ -23126,7 +23451,7 @@ msgid "(StrOpt) The strategy to use for authentication." msgstr "" #: ./doc/common/tables/glance-registry.xml41(td) -#: ./doc/common/tables/neutron-common.xml61(td) +#: ./doc/common/tables/neutron-common.xml57(td) #: ./doc/common/tables/neutron-common.xml211(td) msgid "auth_url = None" msgstr "" @@ -23357,6 +23682,44 @@ msgstr "max_template_size = 524288" msgid "(IntOpt) Maximum raw byte size of any template." msgstr "" +#: ./doc/common/tables/trove-network.xml7(caption) +#: ./doc/common/tables/nova-network.xml7(caption) +msgid "Description of configuration options for network" +msgstr "" + +#: ./doc/common/tables/trove-network.xml21(td) +msgid "network_driver = trove.network.nova.NovaNetwork" +msgstr "" + +#: ./doc/common/tables/trove-network.xml22(td) +msgid "" +"(StrOpt) Describes the actual network manager used for the management of " +"network attributes (security groups, floating IPs, etc.)" +msgstr "" + +#: ./doc/common/tables/trove-network.xml25(td) +msgid "neutron_service_type = network" +msgstr "" + +#: ./doc/common/tables/trove-network.xml26(td) +#: ./doc/common/tables/trove-volume.xml26(td) +#: ./doc/common/tables/trove-heat.xml22(td) +#: ./doc/common/tables/trove-compute.xml26(td) +#: ./doc/common/tables/trove-swift.xml22(td) +msgid "(StrOpt) Service type to use when searching catalog." +msgstr "" + +#: ./doc/common/tables/trove-network.xml29(td) +msgid "neutron_url = None" +msgstr "" + +#: ./doc/common/tables/trove-network.xml30(td) +#: ./doc/common/tables/trove-volume.xml30(td) +#: ./doc/common/tables/trove-heat.xml30(td) +#: ./doc/common/tables/trove-compute.xml30(td) +msgid "(StrOpt) URL without the tenant segment." +msgstr "" + #: ./doc/common/tables/ceilometer-nova_import.xml7(caption) msgid "Description of configuration options for nova_import" msgstr "" @@ -23439,8 +23802,8 @@ msgid "use = egg:swift#healthcheck" msgstr "use = egg:swift#healthcheck" #: ./doc/common/tables/nova-common.xml21(td) -msgid "bindir = /usr/local/local/bin" -msgstr "" +msgid "bindir = /usr/local/bin" +msgstr "bindir = /usr/local/bin" #: ./doc/common/tables/nova-common.xml22(td) msgid "(StrOpt) Directory where nova binaries are installed" @@ -23470,14 +23833,6 @@ msgstr "" msgid "(StrOpt) The topic console auth proxy nodes listen on" msgstr "" -#: ./doc/common/tables/nova-common.xml38(td) -#: ./doc/common/tables/cinder-common.xml42(td) -#: ./doc/common/tables/glance-common.xml46(td) -#: ./doc/common/tables/neutron-common.xml122(td) -#: ./doc/common/tables/trove-debug.xml34(td) -msgid "(BoolOpt) Whether to disable inter-process locks" -msgstr "(BoolOpt) Faut-il désactiver les verrouillages inter-processus" - #: ./doc/common/tables/nova-common.xml42(td) msgid "" "(StrOpt) Name of this node. This can be an opaque identifier. It is not " @@ -23500,7 +23855,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml50(td) #: ./doc/common/tables/keystone-amqp.xml38(td) #: ./doc/common/tables/glance-amqp.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml74(td) +#: ./doc/common/tables/cinder-rpc.xml70(td) #: ./doc/common/tables/neutron-notifier.xml22(td) #: ./doc/common/tables/ceilometer-amqp.xml30(td) msgid "(MultiStrOpt) Driver or drivers to handle sending notifications." @@ -23510,7 +23865,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml54(td) #: ./doc/common/tables/keystone-amqp.xml42(td) #: ./doc/common/tables/glance-amqp.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml78(td) +#: ./doc/common/tables/cinder-rpc.xml74(td) #: ./doc/common/tables/neutron-notifier.xml26(td) #: ./doc/common/tables/ceilometer-amqp.xml34(td) msgid "(ListOpt) AMQP topic used for OpenStack notifications." @@ -23538,57 +23893,57 @@ msgid "" "notifications on VM and task state changes." msgstr "" -#: ./doc/common/tables/nova-common.xml77(td) -msgid "pybasedir = /usr/lib/python/site-packages/sources/nova" +#: ./doc/common/tables/nova-common.xml73(td) +msgid "pybasedir = /usr/lib/python/site-packages/nova" msgstr "" -#: ./doc/common/tables/nova-common.xml78(td) +#: ./doc/common/tables/nova-common.xml74(td) msgid "(StrOpt) Directory where the nova python module is installed" msgstr "" -#: ./doc/common/tables/nova-common.xml81(td) +#: ./doc/common/tables/nova-common.xml77(td) #: ./doc/common/tables/cinder-common.xml145(td) #: ./doc/common/tables/trove-rpc.xml45(td) msgid "report_interval = 10" msgstr "report_interval = 10" -#: ./doc/common/tables/nova-common.xml82(td) +#: ./doc/common/tables/nova-common.xml78(td) msgid "(IntOpt) Seconds between nodes reporting state to datastore" msgstr "" -#: ./doc/common/tables/nova-common.xml85(td) +#: ./doc/common/tables/nova-common.xml81(td) msgid "rootwrap_config = /etc/nova/rootwrap.conf" msgstr "rootwrap_config = /etc/nova/rootwrap.conf" -#: ./doc/common/tables/nova-common.xml86(td) +#: ./doc/common/tables/nova-common.xml82(td) #: ./doc/common/tables/cinder-common.xml154(td) msgid "" "(StrOpt) Path to the rootwrap configuration file to use for running commands" " as root" msgstr "" -#: ./doc/common/tables/nova-common.xml89(td) +#: ./doc/common/tables/nova-common.xml85(td) #: ./doc/common/tables/cinder-common.xml161(td) msgid "service_down_time = 60" msgstr "" -#: ./doc/common/tables/nova-common.xml90(td) +#: ./doc/common/tables/nova-common.xml86(td) msgid "(IntOpt) Maximum time since last check-in for up service" msgstr "" -#: ./doc/common/tables/nova-common.xml93(td) +#: ./doc/common/tables/nova-common.xml89(td) msgid "state_path = $pybasedir" msgstr "state_path = $pybasedir" -#: ./doc/common/tables/nova-common.xml94(td) +#: ./doc/common/tables/nova-common.xml90(td) msgid "(StrOpt) Top-level directory for maintaining nova's state" msgstr "(StrOpt) Répertoire de haut niveau pour maintenir l'état de nova" -#: ./doc/common/tables/nova-common.xml97(td) +#: ./doc/common/tables/nova-common.xml93(td) msgid "tempdir = None" msgstr "tempdir = None" -#: ./doc/common/tables/nova-common.xml98(td) +#: ./doc/common/tables/nova-common.xml94(td) msgid "(StrOpt) Explicitly specify the temporary working directory" msgstr "" @@ -23627,8 +23982,8 @@ msgid "Prefix to use when automatically creating accounts" msgstr "Préfixe à utiliser avec la création automatique des comptes" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml32(td) -msgid "client_chunk_size = 8192" -msgstr "client_chunk_size = 8192" +msgid "client_chunk_size = 65536" +msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml33(td) msgid "Chunk size to read from clients" @@ -23730,8 +24085,8 @@ msgid "Request timeout to external services" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml72(td) -msgid "object_chunk_size = 8192" -msgstr "object_chunk_size = 8192" +msgid "object_chunk_size = 65536" +msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml73(td) msgid "Chunk size to read from object servers" @@ -23844,257 +24199,275 @@ msgid "Description of configuration options for volumes" msgstr "" #: ./doc/common/tables/nova-volumes.xml21(td) -#: ./doc/common/tables/glance-cinder.xml21(td) -msgid "cinder_api_insecure = False" +msgid "block_device_allocate_retries = 60" msgstr "" #: ./doc/common/tables/nova-volumes.xml22(td) -msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" +msgid "(IntOpt) Number of times to retry block device allocation on failures" msgstr "" #: ./doc/common/tables/nova-volumes.xml25(td) -#: ./doc/common/tables/glance-cinder.xml25(td) -msgid "cinder_ca_certificates_file = None" +msgid "block_device_allocate_retries_interval = 3" msgstr "" #: ./doc/common/tables/nova-volumes.xml26(td) msgid "" -"(StrOpt) Location of ca certificates file to use for cinder client requests." +"(IntOpt) Waiting time interval (seconds) between block device allocation " +"retries on failures" msgstr "" #: ./doc/common/tables/nova-volumes.xml29(td) +#: ./doc/common/tables/glance-cinder.xml21(td) +msgid "cinder_api_insecure = False" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml30(td) +msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml33(td) +#: ./doc/common/tables/glance-cinder.xml25(td) +msgid "cinder_ca_certificates_file = None" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml34(td) +msgid "" +"(StrOpt) Location of ca certificates file to use for cinder client requests." +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml37(td) #: ./doc/common/tables/glance-cinder.xml29(td) msgid "cinder_catalog_info = volume:cinder:publicURL" msgstr "" -#: ./doc/common/tables/nova-volumes.xml30(td) +#: ./doc/common/tables/nova-volumes.xml38(td) msgid "" "(StrOpt) Info to match when looking for cinder in the service catalog. " "Format is: separated values of the form: " "<service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/nova-volumes.xml33(td) +#: ./doc/common/tables/nova-volumes.xml41(td) msgid "cinder_cross_az_attach = True" msgstr "" -#: ./doc/common/tables/nova-volumes.xml34(td) +#: ./doc/common/tables/nova-volumes.xml42(td) msgid "" "(BoolOpt) Allow attach between instance and volume in different availability" " zones." msgstr "" -#: ./doc/common/tables/nova-volumes.xml37(td) +#: ./doc/common/tables/nova-volumes.xml45(td) #: ./doc/common/tables/glance-cinder.xml33(td) msgid "cinder_endpoint_template = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml38(td) +#: ./doc/common/tables/nova-volumes.xml46(td) msgid "" "(StrOpt) Override service catalog lookup with template for cinder endpoint " "e.g. http://localhost:8776/v1/%(project_id)s" msgstr "" -#: ./doc/common/tables/nova-volumes.xml41(td) +#: ./doc/common/tables/nova-volumes.xml49(td) #: ./doc/common/tables/glance-cinder.xml37(td) msgid "cinder_http_retries = 3" msgstr "" -#: ./doc/common/tables/nova-volumes.xml42(td) +#: ./doc/common/tables/nova-volumes.xml50(td) msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" -#: ./doc/common/tables/nova-volumes.xml45(td) +#: ./doc/common/tables/nova-volumes.xml53(td) msgid "cinder_http_timeout = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml46(td) +#: ./doc/common/tables/nova-volumes.xml54(td) msgid "(IntOpt) HTTP inactivity timeout (in seconds)" msgstr "" -#: ./doc/common/tables/nova-volumes.xml50(td) +#: ./doc/common/tables/nova-volumes.xml58(td) #: ./doc/common/tables/cinder-compute.xml46(td) msgid "(StrOpt) Region name of this node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml53(td) +#: ./doc/common/tables/nova-volumes.xml61(td) msgid "volume_api_class = nova.volume.cinder.API" msgstr "" -#: ./doc/common/tables/nova-volumes.xml54(td) +#: ./doc/common/tables/nova-volumes.xml62(td) #: ./doc/common/tables/cinder-api.xml90(td) msgid "(StrOpt) The full class name of the volume API class to use" msgstr "" -#: ./doc/common/tables/nova-volumes.xml57(td) +#: ./doc/common/tables/nova-volumes.xml65(td) msgid "volume_usage_poll_interval = 0" msgstr "" -#: ./doc/common/tables/nova-volumes.xml58(td) +#: ./doc/common/tables/nova-volumes.xml66(td) msgid "(IntOpt) Interval in seconds for gathering volume usages" msgstr "" -#: ./doc/common/tables/nova-volumes.xml61(th) +#: ./doc/common/tables/nova-volumes.xml69(th) #: ./doc/common/tables/nova-baremetal.xml18(th) #: ./doc/common/tables/nova-tilera.xml18(th) msgid "[baremetal]" msgstr "[baremetal]" -#: ./doc/common/tables/nova-volumes.xml64(td) +#: ./doc/common/tables/nova-volumes.xml72(td) msgid "iscsi_iqn_prefix = iqn.2010-10.org.openstack.baremetal" msgstr "" -#: ./doc/common/tables/nova-volumes.xml65(td) +#: ./doc/common/tables/nova-volumes.xml73(td) msgid "(StrOpt) The iSCSI IQN prefix used in baremetal volume connections." msgstr "" -#: ./doc/common/tables/nova-volumes.xml68(td) +#: ./doc/common/tables/nova-volumes.xml76(td) msgid "volume_driver = nova.virt.baremetal.volume_driver.LibvirtVolumeDriver" msgstr "" -#: ./doc/common/tables/nova-volumes.xml69(td) +#: ./doc/common/tables/nova-volumes.xml77(td) msgid "(StrOpt) Baremetal volume driver." msgstr "" -#: ./doc/common/tables/nova-volumes.xml72(th) +#: ./doc/common/tables/nova-volumes.xml80(th) #: ./doc/common/tables/neutron-hyperv_agent.xml52(th) #: ./doc/common/tables/nova-hyperv.xml18(th) #: ./doc/common/tables/nova-configdrive.xml41(th) msgid "[hyperv]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml75(td) +#: ./doc/common/tables/nova-volumes.xml83(td) msgid "force_volumeutils_v1 = False" msgstr "" -#: ./doc/common/tables/nova-volumes.xml76(td) +#: ./doc/common/tables/nova-volumes.xml84(td) msgid "(BoolOpt) Force V1 volume utility class" msgstr "" -#: ./doc/common/tables/nova-volumes.xml79(td) +#: ./doc/common/tables/nova-volumes.xml87(td) msgid "volume_attach_retry_count = 10" msgstr "" -#: ./doc/common/tables/nova-volumes.xml80(td) +#: ./doc/common/tables/nova-volumes.xml88(td) msgid "(IntOpt) The number of times to retry to attach a volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml83(td) +#: ./doc/common/tables/nova-volumes.xml91(td) msgid "volume_attach_retry_interval = 5" msgstr "" -#: ./doc/common/tables/nova-volumes.xml84(td) +#: ./doc/common/tables/nova-volumes.xml92(td) msgid "(IntOpt) Interval between volume attachment attempts, in seconds" msgstr "" -#: ./doc/common/tables/nova-volumes.xml90(td) +#: ./doc/common/tables/nova-volumes.xml98(td) #: ./doc/common/tables/cinder-storage_glusterfs.xml21(td) msgid "glusterfs_mount_point_base = $state_path/mnt" msgstr "" -#: ./doc/common/tables/nova-volumes.xml91(td) +#: ./doc/common/tables/nova-volumes.xml99(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml173(td) msgid "" "(StrOpt) Directory where the glusterfs volume is mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml94(td) +#: ./doc/common/tables/nova-volumes.xml102(td) #: ./doc/common/tables/cinder-storage_nfs.xml21(td) msgid "nfs_mount_options = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml95(td) +#: ./doc/common/tables/nova-volumes.xml103(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml229(td) msgid "" "(StrOpt) Mount options passedf to the NFS client. See section of the nfs man" " page for details" msgstr "" -#: ./doc/common/tables/nova-volumes.xml98(td) +#: ./doc/common/tables/nova-volumes.xml106(td) #: ./doc/common/tables/cinder-storage_nfs.xml25(td) msgid "nfs_mount_point_base = $state_path/mnt" msgstr "" -#: ./doc/common/tables/nova-volumes.xml99(td) +#: ./doc/common/tables/nova-volumes.xml107(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml233(td) msgid "(StrOpt) Directory where the NFS volume is mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml102(td) +#: ./doc/common/tables/nova-volumes.xml110(td) msgid "num_aoe_discover_tries = 3" msgstr "" -#: ./doc/common/tables/nova-volumes.xml103(td) +#: ./doc/common/tables/nova-volumes.xml111(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml237(td) msgid "(IntOpt) Number of times to rediscover AoE target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml106(td) +#: ./doc/common/tables/nova-volumes.xml114(td) msgid "num_iscsi_scan_tries = 5" msgstr "num_iscsi_scan_tries = 5" -#: ./doc/common/tables/nova-volumes.xml107(td) +#: ./doc/common/tables/nova-volumes.xml115(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml241(td) msgid "(IntOpt) Number of times to rescan iSCSI target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml110(td) +#: ./doc/common/tables/nova-volumes.xml118(td) msgid "num_iser_scan_tries = 5" msgstr "num_iser_scan_tries = 5" -#: ./doc/common/tables/nova-volumes.xml111(td) +#: ./doc/common/tables/nova-volumes.xml119(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml245(td) msgid "(IntOpt) Number of times to rescan iSER target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml114(td) +#: ./doc/common/tables/nova-volumes.xml122(td) msgid "qemu_allowed_storage_drivers =" msgstr "" -#: ./doc/common/tables/nova-volumes.xml115(td) +#: ./doc/common/tables/nova-volumes.xml123(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml249(td) msgid "" "(ListOpt) Protocols listed here will be accessed directly from QEMU. " "Currently supported protocols: [gluster]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml119(td) +#: ./doc/common/tables/nova-volumes.xml127(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml253(td) msgid "(StrOpt) The libvirt UUID of the secret for the rbd_uservolumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml123(td) +#: ./doc/common/tables/nova-volumes.xml131(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml257(td) msgid "(StrOpt) The RADOS client name for accessing rbd volumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml126(td) +#: ./doc/common/tables/nova-volumes.xml134(td) #: ./doc/common/tables/cinder-scality.xml21(td) msgid "scality_sofs_config = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml127(td) +#: ./doc/common/tables/nova-volumes.xml135(td) #: ./doc/common/tables/cinder-scality.xml22(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml285(td) msgid "(StrOpt) Path or URL to Scality SOFS configuration file" msgstr "" -#: ./doc/common/tables/nova-volumes.xml130(td) +#: ./doc/common/tables/nova-volumes.xml138(td) #: ./doc/common/tables/cinder-scality.xml25(td) msgid "scality_sofs_mount_point = $state_path/scality" msgstr "" -#: ./doc/common/tables/nova-volumes.xml131(td) +#: ./doc/common/tables/nova-volumes.xml139(td) #: ./doc/common/tables/cinder-scality.xml26(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml289(td) msgid "(StrOpt) Base dir where Scality SOFS shall be mounted" msgstr "" -#: ./doc/common/tables/nova-volumes.xml137(td) +#: ./doc/common/tables/nova-volumes.xml145(td) msgid "block_device_creation_timeout = 10" msgstr "" -#: ./doc/common/tables/nova-volumes.xml138(td) +#: ./doc/common/tables/nova-volumes.xml146(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml385(td) msgid "(IntOpt) Time to wait for a block device to be created" msgstr "" @@ -24111,10 +24484,32 @@ msgstr "" msgid "[mysql]" msgstr "[mysql]" -#: ./doc/common/tables/trove-db_mysql.xml41(td) +#: ./doc/common/tables/trove-db_mysql.xml53(td) msgid "usage_timeout = 400" msgstr "" +#: ./doc/common/tables/neutron-dvr.xml7(caption) +msgid "Description of configuration options for dvr" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml21(td) +msgid "dvr_base_mac = fa:16:3f:00:00:00" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml22(td) +msgid "(StrOpt) The base mac address used for unique DVR instances by Neutron" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml25(td) +msgid "router_distributed = False" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml26(td) +msgid "" +"(BoolOpt) System-wide flag to determine the type of router that tenants can " +"create. Only admin can override." +msgstr "" + #: ./doc/common/tables/heat-amqp.xml45(td) msgid "list_notifier_drivers = None" msgstr "" @@ -24281,70 +24676,84 @@ msgid "" "writing to the root device" msgstr "" -#: ./doc/common/tables/glance-rabbitmq.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml34(td) -msgid "" -"(StrOpt) The default exchange under which topics are scoped. May be " -"overridden by an exchange name specified in the transport_url option." -msgstr "" - -#: ./doc/common/tables/glance-rabbitmq.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml42(td) -msgid "(BoolOpt) If passed, use a fake RabbitMQ provider." -msgstr "" - #: ./doc/common/tables/neutron-l3_agent.xml7(caption) msgid "Description of configuration options for l3_agent" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml21(td) -msgid "enable_metadata_proxy = True" +msgid "agent_mode = legacy" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml22(td) -msgid "(BoolOpt) Allow running metadata proxy." +msgid "" +"(StrOpt) The working mode for the agent. Allowed modes are: 'legacy' - this " +"preserves the existing behavior where the L3 agent is deployed on a " +"centralized networking node to provide L3 services like DNAT, and SNAT. Use " +"this mode if you do not want to adopt DVR. 'dvr' - this mode enables DVR " +"functionality and must be used for an L3 agent that runs on a compute host. " +"'dvr_snat' - this enables centralized SNAT support in conjunction with DVR. " +"This mode must be used for an L3 agent running on a centralized node (or in " +"single-host deployments, e.g. devstack)" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml25(td) -msgid "external_network_bridge = br-ex" +msgid "allow_automatic_l3agent_failover = False" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml26(td) -msgid "(StrOpt) Name of bridge used for external network traffic." +msgid "" +"(BoolOpt) Automatically reschedule routers from offline L3 agents to online " +"L3 agents." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml29(td) -msgid "gateway_external_network_id =" +msgid "enable_metadata_proxy = True" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml30(td) +msgid "(BoolOpt) Allow running metadata proxy." +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml33(td) +msgid "external_network_bridge = br-ex" +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml34(td) +msgid "(StrOpt) Name of bridge used for external network traffic." +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml37(td) +msgid "gateway_external_network_id =" +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml38(td) msgid "" "(StrOpt) UUID of external network for routers implemented by the agents." msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml33(td) +#: ./doc/common/tables/neutron-l3_agent.xml41(td) msgid "handle_internal_only_routers = True" msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml34(td) +#: ./doc/common/tables/neutron-l3_agent.xml42(td) msgid "(BoolOpt) Agent should implement routers with no gateway" msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml37(td) +#: ./doc/common/tables/neutron-l3_agent.xml45(td) msgid "router_id =" msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml38(td) +#: ./doc/common/tables/neutron-l3_agent.xml46(td) msgid "" "(StrOpt) If namespaces is disabled, the l3 agent can only configure a router" " that has the matching router ID." msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml41(td) +#: ./doc/common/tables/neutron-l3_agent.xml49(td) msgid "send_arp_for_ha = 3" msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml42(td) +#: ./doc/common/tables/neutron-l3_agent.xml50(td) msgid "" "(IntOpt) Send this many gratuitous ARPs for HA setup, if less than or equal " "to 0, the feature is disabled" @@ -24374,65 +24783,65 @@ msgstr "" msgid "(StrOpt) Default tenant id when creating neutron networks" msgstr "" -#: ./doc/common/tables/nova-neutron.xml25(td) -msgid "neutron_metadata_proxy_shared_secret =" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml26(td) -msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml29(td) -msgid "service_neutron_metadata_proxy = False" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml30(td) -msgid "" -"(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and " -"resolve instance ids." -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml33(th) +#: ./doc/common/tables/nova-neutron.xml25(th) msgid "[neutron]" msgstr "" -#: ./doc/common/tables/nova-neutron.xml36(td) +#: ./doc/common/tables/nova-neutron.xml28(td) msgid "admin_auth_url = http://localhost:5000/v2.0" msgstr "" -#: ./doc/common/tables/nova-neutron.xml37(td) +#: ./doc/common/tables/nova-neutron.xml29(td) msgid "(StrOpt) Authorization URL for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml41(td) +#: ./doc/common/tables/nova-neutron.xml33(td) msgid "(StrOpt) Password for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml44(td) +#: ./doc/common/tables/nova-neutron.xml36(td) msgid "admin_tenant_id = None" msgstr "" -#: ./doc/common/tables/nova-neutron.xml45(td) +#: ./doc/common/tables/nova-neutron.xml37(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml53(td) msgid "(StrOpt) Tenant id for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml49(td) +#: ./doc/common/tables/nova-neutron.xml41(td) msgid "" "(StrOpt) Tenant name for connecting to neutron in admin context. This option" -" is mutually exclusive with admin_tenant_id. Note that with Keystone V3 " -"tenant names are only unique within a domain." +" will be ignored if neutron_admin_tenant_id is set. Note that with Keystone " +"V3 tenant names are only unique within a domain." msgstr "" -#: ./doc/common/tables/nova-neutron.xml52(td) +#: ./doc/common/tables/nova-neutron.xml44(td) +msgid "admin_user_id = None" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml45(td) +msgid "(StrOpt) User id for connecting to neutron in admin context" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml48(td) #: ./doc/common/tables/neutron-embrane_lb.xml25(td) msgid "admin_username = None" msgstr "" -#: ./doc/common/tables/nova-neutron.xml53(td) +#: ./doc/common/tables/nova-neutron.xml49(td) msgid "(StrOpt) Username for connecting to neutron in admin context" msgstr "" +#: ./doc/common/tables/nova-neutron.xml52(td) +msgid "allow_duplicate_networks = False" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml53(td) +msgid "" +"(BoolOpt) Allow an instance to have multiple vNICs attached to the same " +"Neutron network." +msgstr "" + #: ./doc/common/tables/nova-neutron.xml56(td) #: ./doc/common/tables/nova-glance.xml32(td) msgid "api_insecure = False" @@ -24440,7 +24849,7 @@ msgstr "" #: ./doc/common/tables/nova-neutron.xml60(td) #: ./doc/common/tables/nova-authentication.xml21(td) -#: ./doc/common/tables/neutron-common.xml57(td) +#: ./doc/common/tables/neutron-common.xml53(td) #: ./doc/common/tables/neutron-common.xml207(td) msgid "auth_strategy = keystone" msgstr "" @@ -24469,30 +24878,49 @@ msgid "(IntOpt) Number of seconds before querying neutron for extensions" msgstr "" #: ./doc/common/tables/nova-neutron.xml72(td) -msgid "ovs_bridge = br-int" +#: ./doc/common/tables/neutron-metadata.xml33(td) +msgid "metadata_proxy_shared_secret =" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml73(td) +msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" msgstr "" #: ./doc/common/tables/nova-neutron.xml76(td) -msgid "region_name = None" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml77(td) -msgid "(StrOpt) Region name for connecting to neutron in admin context" +msgid "ovs_bridge = br-int" msgstr "" #: ./doc/common/tables/nova-neutron.xml80(td) -msgid "url = http://127.0.0.1:9696" +msgid "region_name = None" msgstr "" #: ./doc/common/tables/nova-neutron.xml81(td) -msgid "(StrOpt) URL for connecting to neutron" +msgid "(StrOpt) Region name for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml84(td) -msgid "url_timeout = 30" +msgid "service_metadata_proxy = False" msgstr "" #: ./doc/common/tables/nova-neutron.xml85(td) +msgid "" +"(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and " +"resolve instance ids." +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml88(td) +msgid "url = http://127.0.0.1:9696" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml89(td) +msgid "(StrOpt) URL for connecting to neutron" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml92(td) +msgid "url_timeout = 30" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml93(td) msgid "(IntOpt) Timeout value for connecting to neutron in seconds" msgstr "" @@ -24574,6 +25002,22 @@ msgstr "" msgid "api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager" msgstr "api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager" +#: ./doc/common/tables/cinder-keymgr.xml25(td) +msgid "encryption_api_url = http://localhost:9311/v1" +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml26(td) +msgid "(StrOpt) Url for encryption service." +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml29(td) +msgid "encryption_auth_url = http://localhost:5000/v2.0" +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml30(td) +msgid "(StrOpt) Authentication url for encryption service." +msgstr "" + #: ./doc/common/tables/keystone-ldap.xml18(th) msgid "[ldap]" msgstr "" @@ -24601,458 +25045,535 @@ msgid "" msgstr "" #: ./doc/common/tables/keystone-ldap.xml29(td) -msgid "chase_referrals = None" +msgid "auth_pool_connection_lifetime = 60" msgstr "" #: ./doc/common/tables/keystone-ldap.xml30(td) +msgid "(IntOpt) End user auth connection lifetime in seconds." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml33(td) +msgid "auth_pool_size = 100" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml34(td) +msgid "(IntOpt) End user auth connection pool size." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml37(td) +msgid "chase_referrals = None" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml38(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml165(td) msgid "" "(BoolOpt) Override the system's default referral chasing behavior for " "queries." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml33(td) +#: ./doc/common/tables/keystone-ldap.xml41(td) msgid "debug_level = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml34(td) +#: ./doc/common/tables/keystone-ldap.xml42(td) msgid "" "(IntOpt) Sets the LDAP debugging level for LDAP calls. A value of 0 means " "that debugging is not enabled. This value is a bitmask, consult your LDAP " "documentation for possible values." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml37(td) +#: ./doc/common/tables/keystone-ldap.xml45(td) msgid "dumb_member = cn=dumb,dc=nonexistent" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml38(td) +#: ./doc/common/tables/keystone-ldap.xml46(td) msgid "" "(StrOpt) DN of the \"dummy member\" to use when \"use_dumb_member\" is " "enabled." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml41(td) +#: ./doc/common/tables/keystone-ldap.xml49(td) msgid "group_additional_attribute_mapping =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml42(td) +#: ./doc/common/tables/keystone-ldap.xml50(td) msgid "" "(ListOpt) Additional attribute mappings for groups. Attribute mapping format" " is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in" " the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml45(td) +#: ./doc/common/tables/keystone-ldap.xml53(td) msgid "group_allow_create = True" msgstr "group_allow_create = True" -#: ./doc/common/tables/keystone-ldap.xml46(td) +#: ./doc/common/tables/keystone-ldap.xml54(td) msgid "(BoolOpt) Allow group creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml49(td) +#: ./doc/common/tables/keystone-ldap.xml57(td) msgid "group_allow_delete = True" msgstr "group_allow_delete = True" -#: ./doc/common/tables/keystone-ldap.xml50(td) +#: ./doc/common/tables/keystone-ldap.xml58(td) msgid "(BoolOpt) Allow group deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml53(td) +#: ./doc/common/tables/keystone-ldap.xml61(td) msgid "group_allow_update = True" msgstr "group_allow_update = True" -#: ./doc/common/tables/keystone-ldap.xml54(td) +#: ./doc/common/tables/keystone-ldap.xml62(td) msgid "(BoolOpt) Allow group update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml57(td) +#: ./doc/common/tables/keystone-ldap.xml65(td) msgid "group_attribute_ignore =" msgstr "group_attribute_ignore =" -#: ./doc/common/tables/keystone-ldap.xml58(td) +#: ./doc/common/tables/keystone-ldap.xml66(td) msgid "(ListOpt) List of attributes stripped off the group on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml61(td) +#: ./doc/common/tables/keystone-ldap.xml69(td) msgid "group_desc_attribute = description" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml62(td) +#: ./doc/common/tables/keystone-ldap.xml70(td) msgid "(StrOpt) LDAP attribute mapped to group description." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml65(td) +#: ./doc/common/tables/keystone-ldap.xml73(td) msgid "group_filter = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml66(td) +#: ./doc/common/tables/keystone-ldap.xml74(td) msgid "(StrOpt) LDAP search filter for groups." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml69(td) +#: ./doc/common/tables/keystone-ldap.xml77(td) msgid "group_id_attribute = cn" msgstr "group_id_attribute = cn" -#: ./doc/common/tables/keystone-ldap.xml70(td) +#: ./doc/common/tables/keystone-ldap.xml78(td) msgid "(StrOpt) LDAP attribute mapped to group id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml73(td) +#: ./doc/common/tables/keystone-ldap.xml81(td) msgid "group_member_attribute = member" msgstr "group_member_attribute = member" -#: ./doc/common/tables/keystone-ldap.xml74(td) +#: ./doc/common/tables/keystone-ldap.xml82(td) msgid "(StrOpt) LDAP attribute mapped to show group membership." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml77(td) +#: ./doc/common/tables/keystone-ldap.xml85(td) msgid "group_name_attribute = ou" msgstr "group_name_attribute = ou" -#: ./doc/common/tables/keystone-ldap.xml78(td) +#: ./doc/common/tables/keystone-ldap.xml86(td) msgid "(StrOpt) LDAP attribute mapped to group name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml81(td) +#: ./doc/common/tables/keystone-ldap.xml89(td) msgid "group_objectclass = groupOfNames" msgstr "group_objectclass = groupOfNames" -#: ./doc/common/tables/keystone-ldap.xml82(td) +#: ./doc/common/tables/keystone-ldap.xml90(td) msgid "(StrOpt) LDAP objectclass for groups." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml85(td) +#: ./doc/common/tables/keystone-ldap.xml93(td) msgid "group_tree_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml86(td) +#: ./doc/common/tables/keystone-ldap.xml94(td) msgid "(StrOpt) Search base for groups." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml89(td) +#: ./doc/common/tables/keystone-ldap.xml97(td) msgid "page_size = 0" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml90(td) +#: ./doc/common/tables/keystone-ldap.xml98(td) msgid "" "(IntOpt) Maximum results per page; a value of zero (\"0\") disables paging." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml94(td) +#: ./doc/common/tables/keystone-ldap.xml102(td) msgid "(StrOpt) Password for the BindDN to query the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml97(td) +#: ./doc/common/tables/keystone-ldap.xml105(td) +msgid "pool_connection_lifetime = 600" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml106(td) +msgid "(IntOpt) Connection lifetime in seconds." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml109(td) +msgid "pool_connection_timeout = -1" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml110(td) +msgid "" +"(IntOpt) Connector timeout in seconds. Value -1 indicates indefinite wait " +"for response." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml113(td) +msgid "pool_retry_delay = 0.1" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml114(td) +msgid "(FloatOpt) Time span in seconds to wait between two reconnect trials." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml117(td) +msgid "pool_retry_max = 3" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml118(td) +msgid "(IntOpt) Maximum count of reconnect trials." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml121(td) +msgid "pool_size = 10" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml122(td) +msgid "(IntOpt) Connection pool size." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml125(td) msgid "project_additional_attribute_mapping =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml98(td) +#: ./doc/common/tables/keystone-ldap.xml126(td) msgid "" "(ListOpt) Additional attribute mappings for projects. Attribute mapping " "format is <ldap_attr>:<user_attr>, where ldap_attr is the " "attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml101(td) +#: ./doc/common/tables/keystone-ldap.xml129(td) msgid "project_allow_create = True" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml102(td) +#: ./doc/common/tables/keystone-ldap.xml130(td) msgid "(BoolOpt) Allow project creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml105(td) +#: ./doc/common/tables/keystone-ldap.xml133(td) msgid "project_allow_delete = True" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml106(td) +#: ./doc/common/tables/keystone-ldap.xml134(td) msgid "(BoolOpt) Allow project deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml109(td) +#: ./doc/common/tables/keystone-ldap.xml137(td) msgid "project_allow_update = True" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml110(td) +#: ./doc/common/tables/keystone-ldap.xml138(td) msgid "(BoolOpt) Allow project update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml113(td) +#: ./doc/common/tables/keystone-ldap.xml141(td) msgid "project_attribute_ignore =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml114(td) +#: ./doc/common/tables/keystone-ldap.xml142(td) msgid "(ListOpt) List of attributes stripped off the project on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml117(td) +#: ./doc/common/tables/keystone-ldap.xml145(td) msgid "project_desc_attribute = description" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml118(td) +#: ./doc/common/tables/keystone-ldap.xml146(td) msgid "(StrOpt) LDAP attribute mapped to project description." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml121(td) +#: ./doc/common/tables/keystone-ldap.xml149(td) msgid "project_domain_id_attribute = businessCategory" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml122(td) +#: ./doc/common/tables/keystone-ldap.xml150(td) msgid "(StrOpt) LDAP attribute mapped to project domain_id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml125(td) +#: ./doc/common/tables/keystone-ldap.xml153(td) msgid "project_enabled_attribute = enabled" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml126(td) +#: ./doc/common/tables/keystone-ldap.xml154(td) msgid "(StrOpt) LDAP attribute mapped to project enabled." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml129(td) +#: ./doc/common/tables/keystone-ldap.xml157(td) msgid "project_enabled_emulation = False" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml130(td) +#: ./doc/common/tables/keystone-ldap.xml158(td) msgid "" "(BoolOpt) If true, Keystone uses an alternative method to determine if a " "project is enabled or not by checking if they are a member of the " "\"project_enabled_emulation_dn\" group." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml133(td) +#: ./doc/common/tables/keystone-ldap.xml161(td) msgid "project_enabled_emulation_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml134(td) +#: ./doc/common/tables/keystone-ldap.xml162(td) msgid "" "(StrOpt) DN of the group entry to hold enabled projects when using enabled " "emulation." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml137(td) +#: ./doc/common/tables/keystone-ldap.xml165(td) msgid "project_filter = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml138(td) +#: ./doc/common/tables/keystone-ldap.xml166(td) msgid "(StrOpt) LDAP search filter for projects." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml141(td) +#: ./doc/common/tables/keystone-ldap.xml169(td) msgid "project_id_attribute = cn" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml142(td) +#: ./doc/common/tables/keystone-ldap.xml170(td) msgid "(StrOpt) LDAP attribute mapped to project id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml145(td) +#: ./doc/common/tables/keystone-ldap.xml173(td) msgid "project_member_attribute = member" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml146(td) +#: ./doc/common/tables/keystone-ldap.xml174(td) msgid "(StrOpt) LDAP attribute mapped to project membership for user." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml149(td) +#: ./doc/common/tables/keystone-ldap.xml177(td) msgid "project_name_attribute = ou" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml150(td) +#: ./doc/common/tables/keystone-ldap.xml178(td) msgid "(StrOpt) LDAP attribute mapped to project name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml153(td) +#: ./doc/common/tables/keystone-ldap.xml181(td) msgid "project_objectclass = groupOfNames" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml154(td) +#: ./doc/common/tables/keystone-ldap.xml182(td) msgid "(StrOpt) LDAP objectclass for projects." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml157(td) +#: ./doc/common/tables/keystone-ldap.xml185(td) msgid "project_tree_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml158(td) +#: ./doc/common/tables/keystone-ldap.xml186(td) msgid "(StrOpt) Search base for projects" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml161(td) +#: ./doc/common/tables/keystone-ldap.xml189(td) msgid "query_scope = one" msgstr "query_scope = one" -#: ./doc/common/tables/keystone-ldap.xml162(td) +#: ./doc/common/tables/keystone-ldap.xml190(td) msgid "" "(StrOpt) The LDAP scope for queries, this can be either \"one\" " "(onelevel/singleLevel) or \"sub\" (subtree/wholeSubtree)." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml165(td) +#: ./doc/common/tables/keystone-ldap.xml193(td) msgid "role_additional_attribute_mapping =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml166(td) +#: ./doc/common/tables/keystone-ldap.xml194(td) msgid "" "(ListOpt) Additional attribute mappings for roles. Attribute mapping format " "is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in " "the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml169(td) +#: ./doc/common/tables/keystone-ldap.xml197(td) msgid "role_allow_create = True" msgstr "role_allow_create = True" -#: ./doc/common/tables/keystone-ldap.xml170(td) +#: ./doc/common/tables/keystone-ldap.xml198(td) msgid "(BoolOpt) Allow role creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml173(td) +#: ./doc/common/tables/keystone-ldap.xml201(td) msgid "role_allow_delete = True" msgstr "role_allow_delete = True" -#: ./doc/common/tables/keystone-ldap.xml174(td) +#: ./doc/common/tables/keystone-ldap.xml202(td) msgid "(BoolOpt) Allow role deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml177(td) +#: ./doc/common/tables/keystone-ldap.xml205(td) msgid "role_allow_update = True" msgstr "role_allow_update = True" -#: ./doc/common/tables/keystone-ldap.xml178(td) +#: ./doc/common/tables/keystone-ldap.xml206(td) msgid "(BoolOpt) Allow role update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml181(td) +#: ./doc/common/tables/keystone-ldap.xml209(td) msgid "role_attribute_ignore =" msgstr "role_attribute_ignore =" -#: ./doc/common/tables/keystone-ldap.xml182(td) +#: ./doc/common/tables/keystone-ldap.xml210(td) msgid "(ListOpt) List of attributes stripped off the role on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml185(td) +#: ./doc/common/tables/keystone-ldap.xml213(td) msgid "role_filter = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml186(td) +#: ./doc/common/tables/keystone-ldap.xml214(td) msgid "(StrOpt) LDAP search filter for roles." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml189(td) +#: ./doc/common/tables/keystone-ldap.xml217(td) msgid "role_id_attribute = cn" msgstr "role_id_attribute = cn" -#: ./doc/common/tables/keystone-ldap.xml190(td) +#: ./doc/common/tables/keystone-ldap.xml218(td) msgid "(StrOpt) LDAP attribute mapped to role id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml193(td) +#: ./doc/common/tables/keystone-ldap.xml221(td) msgid "role_member_attribute = roleOccupant" msgstr "role_member_attribute = roleOccupant" -#: ./doc/common/tables/keystone-ldap.xml194(td) +#: ./doc/common/tables/keystone-ldap.xml222(td) msgid "(StrOpt) LDAP attribute mapped to role membership." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml197(td) +#: ./doc/common/tables/keystone-ldap.xml225(td) msgid "role_name_attribute = ou" msgstr "role_name_attribute = ou" -#: ./doc/common/tables/keystone-ldap.xml198(td) +#: ./doc/common/tables/keystone-ldap.xml226(td) msgid "(StrOpt) LDAP attribute mapped to role name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml201(td) +#: ./doc/common/tables/keystone-ldap.xml229(td) msgid "role_objectclass = organizationalRole" msgstr "role_objectclass = organizationalRole" -#: ./doc/common/tables/keystone-ldap.xml202(td) +#: ./doc/common/tables/keystone-ldap.xml230(td) msgid "(StrOpt) LDAP objectclass for roles." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml205(td) +#: ./doc/common/tables/keystone-ldap.xml233(td) msgid "role_tree_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml206(td) +#: ./doc/common/tables/keystone-ldap.xml234(td) msgid "(StrOpt) Search base for roles." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml209(td) +#: ./doc/common/tables/keystone-ldap.xml237(td) msgid "suffix = cn=example,cn=com" msgstr "suffix = cn=example,cn=com" -#: ./doc/common/tables/keystone-ldap.xml210(td) +#: ./doc/common/tables/keystone-ldap.xml238(td) msgid "(StrOpt) LDAP server suffix" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml213(td) +#: ./doc/common/tables/keystone-ldap.xml241(td) msgid "tls_cacertdir = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml214(td) +#: ./doc/common/tables/keystone-ldap.xml242(td) msgid "" "(StrOpt) CA certificate directory path for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml217(td) +#: ./doc/common/tables/keystone-ldap.xml245(td) msgid "tls_cacertfile = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml218(td) +#: ./doc/common/tables/keystone-ldap.xml246(td) msgid "(StrOpt) CA certificate file path for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml221(td) +#: ./doc/common/tables/keystone-ldap.xml249(td) msgid "tls_req_cert = demand" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml222(td) +#: ./doc/common/tables/keystone-ldap.xml250(td) msgid "(StrOpt) Valid options for tls_req_cert are demand, never, and allow." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml225(td) +#: ./doc/common/tables/keystone-ldap.xml253(td) msgid "url = ldap://localhost" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml226(td) +#: ./doc/common/tables/keystone-ldap.xml254(td) msgid "(StrOpt) URL for connecting to the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml229(td) +#: ./doc/common/tables/keystone-ldap.xml257(td) +msgid "use_auth_pool = False" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml258(td) +msgid "" +"(BoolOpt) Enable LDAP connection pooling for end user authentication. If " +"use_pool is disabled, then this setting is meaningless and is not used at " +"all." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml261(td) msgid "use_dumb_member = False" msgstr "use_dumb_member = False" -#: ./doc/common/tables/keystone-ldap.xml230(td) +#: ./doc/common/tables/keystone-ldap.xml262(td) msgid "" "(BoolOpt) If true, will add a dummy member to groups. This is required if " "the objectclass for groups requires the \"member\" attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml233(td) +#: ./doc/common/tables/keystone-ldap.xml265(td) +msgid "use_pool = False" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml266(td) +msgid "(BoolOpt) Enable LDAP connection pooling." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml269(td) msgid "use_tls = False" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml234(td) +#: ./doc/common/tables/keystone-ldap.xml270(td) msgid "(BoolOpt) Enable TLS for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml237(td) +#: ./doc/common/tables/keystone-ldap.xml273(td) msgid "user = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml238(td) +#: ./doc/common/tables/keystone-ldap.xml274(td) msgid "(StrOpt) User BindDN to query the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml241(td) +#: ./doc/common/tables/keystone-ldap.xml277(td) msgid "user_additional_attribute_mapping =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml242(td) +#: ./doc/common/tables/keystone-ldap.xml278(td) msgid "" "(ListOpt) List of additional LDAP attributes used for mapping additional " "attribute mappings for users. Attribute mapping format is " @@ -25060,59 +25581,59 @@ msgid "" " LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml245(td) +#: ./doc/common/tables/keystone-ldap.xml281(td) msgid "user_allow_create = True" msgstr "user_allow_create = True" -#: ./doc/common/tables/keystone-ldap.xml246(td) +#: ./doc/common/tables/keystone-ldap.xml282(td) msgid "(BoolOpt) Allow user creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml249(td) +#: ./doc/common/tables/keystone-ldap.xml285(td) msgid "user_allow_delete = True" msgstr "user_allow_delete = True" -#: ./doc/common/tables/keystone-ldap.xml250(td) +#: ./doc/common/tables/keystone-ldap.xml286(td) msgid "(BoolOpt) Allow user deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml253(td) +#: ./doc/common/tables/keystone-ldap.xml289(td) msgid "user_allow_update = True" msgstr "user_allow_update = True" -#: ./doc/common/tables/keystone-ldap.xml254(td) +#: ./doc/common/tables/keystone-ldap.xml290(td) msgid "(BoolOpt) Allow user updates in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml257(td) +#: ./doc/common/tables/keystone-ldap.xml293(td) msgid "user_attribute_ignore = default_project_id, tenants" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml258(td) +#: ./doc/common/tables/keystone-ldap.xml294(td) msgid "(ListOpt) List of attributes stripped off the user on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml261(td) +#: ./doc/common/tables/keystone-ldap.xml297(td) msgid "user_default_project_id_attribute = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml262(td) +#: ./doc/common/tables/keystone-ldap.xml298(td) msgid "(StrOpt) LDAP attribute mapped to default_project_id for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml265(td) +#: ./doc/common/tables/keystone-ldap.xml301(td) msgid "user_enabled_attribute = enabled" msgstr "user_enabled_attribute = enabled" -#: ./doc/common/tables/keystone-ldap.xml266(td) +#: ./doc/common/tables/keystone-ldap.xml302(td) msgid "(StrOpt) LDAP attribute mapped to user enabled flag." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml269(td) +#: ./doc/common/tables/keystone-ldap.xml305(td) msgid "user_enabled_default = True" msgstr "user_enabled_default = True" -#: ./doc/common/tables/keystone-ldap.xml270(td) +#: ./doc/common/tables/keystone-ldap.xml306(td) msgid "" "(StrOpt) Default value to enable users. This should match an appropriate int" " value if the LDAP server uses non-boolean (bitmask) values to indicate if a" @@ -25121,32 +25642,32 @@ msgid "" "userAccountControl\"." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml273(td) +#: ./doc/common/tables/keystone-ldap.xml309(td) msgid "user_enabled_emulation = False" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml274(td) +#: ./doc/common/tables/keystone-ldap.xml310(td) msgid "" "(BoolOpt) If true, Keystone uses an alternative method to determine if a " "user is enabled or not by checking if they are a member of the " "\"user_enabled_emulation_dn\" group." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml277(td) +#: ./doc/common/tables/keystone-ldap.xml313(td) msgid "user_enabled_emulation_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml278(td) +#: ./doc/common/tables/keystone-ldap.xml314(td) msgid "" "(StrOpt) DN of the group entry to hold enabled users when using enabled " "emulation." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml281(td) +#: ./doc/common/tables/keystone-ldap.xml317(td) msgid "user_enabled_mask = 0" msgstr "user_enabled_mask = 0" -#: ./doc/common/tables/keystone-ldap.xml282(td) +#: ./doc/common/tables/keystone-ldap.xml318(td) msgid "" "(IntOpt) Bitmask integer to indicate the bit that the enabled value is " "stored in if the LDAP server represents \"enabled\" as a bit on an integer " @@ -25155,59 +25676,59 @@ msgid "" "when \"user_enabled_attribute = userAccountControl\"." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml285(td) +#: ./doc/common/tables/keystone-ldap.xml321(td) msgid "user_filter = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml286(td) +#: ./doc/common/tables/keystone-ldap.xml322(td) msgid "(StrOpt) LDAP search filter for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml289(td) +#: ./doc/common/tables/keystone-ldap.xml325(td) msgid "user_id_attribute = cn" msgstr "user_id_attribute = cn" -#: ./doc/common/tables/keystone-ldap.xml290(td) +#: ./doc/common/tables/keystone-ldap.xml326(td) msgid "(StrOpt) LDAP attribute mapped to user id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml293(td) -msgid "user_mail_attribute = email" -msgstr "user_mail_attribute = email" +#: ./doc/common/tables/keystone-ldap.xml329(td) +msgid "user_mail_attribute = mail" +msgstr "" -#: ./doc/common/tables/keystone-ldap.xml294(td) +#: ./doc/common/tables/keystone-ldap.xml330(td) msgid "(StrOpt) LDAP attribute mapped to user email." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml297(td) +#: ./doc/common/tables/keystone-ldap.xml333(td) msgid "user_name_attribute = sn" msgstr "user_name_attribute = sn" -#: ./doc/common/tables/keystone-ldap.xml298(td) +#: ./doc/common/tables/keystone-ldap.xml334(td) msgid "(StrOpt) LDAP attribute mapped to user name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml301(td) +#: ./doc/common/tables/keystone-ldap.xml337(td) msgid "user_objectclass = inetOrgPerson" msgstr "user_objectclass = inetOrgPerson" -#: ./doc/common/tables/keystone-ldap.xml302(td) +#: ./doc/common/tables/keystone-ldap.xml338(td) msgid "(StrOpt) LDAP objectclass for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml305(td) +#: ./doc/common/tables/keystone-ldap.xml341(td) msgid "user_pass_attribute = userPassword" msgstr "user_pass_attribute = userPassword" -#: ./doc/common/tables/keystone-ldap.xml306(td) +#: ./doc/common/tables/keystone-ldap.xml342(td) msgid "(StrOpt) LDAP attribute mapped to password." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml309(td) +#: ./doc/common/tables/keystone-ldap.xml345(td) msgid "user_tree_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml310(td) +#: ./doc/common/tables/keystone-ldap.xml346(td) msgid "(StrOpt) Search base for users." msgstr "" @@ -25310,7 +25831,6 @@ msgstr "" #: ./doc/common/tables/glance-vmware.xml53(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml100(td) -#: ./doc/common/tables/cinder-vmware.xml49(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml200(td) msgid "vmware_task_poll_interval = 5" msgstr "" @@ -25439,13 +25959,7 @@ msgid "onready = None" msgstr "onready = None" #: ./doc/common/tables/heat-notification.xml22(td) -#: ./doc/common/tables/heat-conf-changes-icehouse.xml29(td) -msgid "" -"(StrOpt) onready allows you to send a notification when the heat processes " -"are ready to serve. This is either a module with the notify() method or a " -"shell command. To enable notifications with systemd, one may use the " -"'systemd-notify --ready' shell command or the 'heat.common.systemd' " -"notification module." +msgid "(StrOpt) Deprecated." msgstr "" #: ./doc/common/tables/nova-vpn.xml7(caption) @@ -25601,6 +26115,7 @@ msgstr "" #: ./doc/common/tables/swift-object-expirer-object-expirer.xml24(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml20(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml24(td) #: ./doc/common/tables/swift-object-server-object-updater.xml20(td) msgid "concurrency = 1" msgstr "concurrency = 1" @@ -25609,6 +26124,7 @@ msgstr "concurrency = 1" #: ./doc/common/tables/swift-account-server-account-replicator.xml21(td) #: ./doc/common/tables/swift-container-server-container-updater.xml26(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml21(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml25(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml21(td) #: ./doc/common/tables/swift-object-server-object-updater.xml21(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml37(td) @@ -25646,7 +26162,7 @@ msgstr "" msgid "Time elapsed in seconds before an object can be reclaimed" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml50(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml54(td) #: ./doc/common/tables/neutron-common.xml169(td) msgid "report_interval = 300" msgstr "" @@ -25659,19 +26175,17 @@ msgstr "configurations_page_size = 20" #: ./doc/common/tables/trove-common.xml26(td) #: ./doc/common/tables/trove-common.xml46(td) #: ./doc/common/tables/trove-api.xml34(td) -#: ./doc/common/tables/trove-api.xml46(td) #: ./doc/common/tables/trove-api.xml50(td) #: ./doc/common/tables/trove-api.xml54(td) #: ./doc/common/tables/trove-api.xml58(td) #: ./doc/common/tables/trove-api.xml62(td) #: ./doc/common/tables/trove-api.xml66(td) -#: ./doc/common/tables/trove-api.xml86(td) -#: ./doc/common/tables/trove-api.xml94(td) -#: ./doc/common/tables/trove-api.xml110(td) +#: ./doc/common/tables/trove-api.xml70(td) +#: ./doc/common/tables/trove-api.xml114(td) #: ./doc/common/tables/trove-dns.xml70(td) #: ./doc/common/tables/trove-dns.xml74(td) -#: ./doc/common/tables/trove-volume.xml42(td) -#: ./doc/common/tables/trove-volume.xml50(td) +#: ./doc/common/tables/trove-volume.xml46(td) +#: ./doc/common/tables/trove-volume.xml54(td) #: ./doc/common/tables/trove-heat.xml26(td) #: ./doc/common/tables/trove-rpc.xml38(td) #: ./doc/common/tables/trove-rpc.xml42(td) @@ -25703,24 +26217,14 @@ msgid "" "instance-create request." msgstr "" -#: ./doc/common/tables/trove-common.xml33(td) -msgid "" -"default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " -"sqlalchemy=WARN, suds=INFO, iso8601=WARN" -msgstr "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, iso8601=WARN" - -#: ./doc/common/tables/trove-common.xml34(td) -msgid "(ListOpt) list of logger=LEVEL pairs" -msgstr "(ListOpt) liste de loggers=paires LEVEL" - #: ./doc/common/tables/trove-common.xml37(td) msgid "default_neutron_networks =" msgstr "default_neutron_networks =" #: ./doc/common/tables/trove-common.xml38(td) msgid "" -"(ListOpt) List of network IDs which should be attached to instance when " -"networks are not specified in API call." +"(ListOpt) List of IDs for management networks which should be attached to " +"the instance regardless of what NICs are specified in the create API call." msgstr "" #: ./doc/common/tables/trove-common.xml45(td) @@ -25742,7 +26246,7 @@ msgid "" msgstr "" #: ./doc/common/tables/trove-common.xml61(td) -msgid "pybasedir = /usr/lib/python/site-packages/sources/trove/trove" +msgid "pybasedir = /usr/lib/python/site-packages/trove/trove" msgstr "" #: ./doc/common/tables/trove-common.xml62(td) @@ -25791,7 +26295,7 @@ msgid "(StrOpt) Path to extensions." msgstr "" #: ./doc/common/tables/trove-api.xml29(td) -#: ./doc/common/tables/heat-api.xml137(td) +#: ./doc/common/tables/heat-api.xml145(td) #: ./doc/common/tables/cinder-api.xml21(td) #: ./doc/common/tables/neutron-api.xml37(td) #: ./doc/common/tables/nova-wsgi.xml21(td) @@ -25807,54 +26311,58 @@ msgid "bind_port = 8779" msgstr "bind_port = 8779" #: ./doc/common/tables/trove-api.xml37(td) +msgid "black_list_regex = None" +msgstr "" + +#: ./doc/common/tables/trove-api.xml41(td) msgid "db_api_implementation = trove.db.sqlalchemy.api" msgstr "db_api_implementation = trove.db.sqlalchemy.api" -#: ./doc/common/tables/trove-api.xml41(td) +#: ./doc/common/tables/trove-api.xml45(td) msgid "hostname_require_ipv4 = True" msgstr "hostname_require_ipv4 = True" -#: ./doc/common/tables/trove-api.xml42(td) +#: ./doc/common/tables/trove-api.xml46(td) msgid "(BoolOpt) Require user hostnames to be IPv4 addresses." msgstr "" -#: ./doc/common/tables/trove-api.xml45(td) +#: ./doc/common/tables/trove-api.xml49(td) msgid "http_delete_rate = 200" msgstr "http_delete_rate = 200" -#: ./doc/common/tables/trove-api.xml49(td) +#: ./doc/common/tables/trove-api.xml53(td) msgid "http_get_rate = 200" msgstr "http_get_rate = 200" -#: ./doc/common/tables/trove-api.xml53(td) +#: ./doc/common/tables/trove-api.xml57(td) msgid "http_mgmt_post_rate = 200" msgstr "" -#: ./doc/common/tables/trove-api.xml57(td) +#: ./doc/common/tables/trove-api.xml61(td) msgid "http_post_rate = 200" msgstr "http_post_rate = 200" -#: ./doc/common/tables/trove-api.xml61(td) +#: ./doc/common/tables/trove-api.xml65(td) msgid "http_put_rate = 200" msgstr "http_put_rate = 200" -#: ./doc/common/tables/trove-api.xml65(td) +#: ./doc/common/tables/trove-api.xml69(td) msgid "instances_page_size = 20" msgstr "instances_page_size = 20" -#: ./doc/common/tables/trove-api.xml74(td) +#: ./doc/common/tables/trove-api.xml78(td) msgid "(StrOpt) Region name of this node. Used when searching catalog." msgstr "" -#: ./doc/common/tables/trove-api.xml77(td) +#: ./doc/common/tables/trove-api.xml81(td) msgid "region = LOCAL_DEV" msgstr "region = LOCAL_DEV" -#: ./doc/common/tables/trove-api.xml78(td) +#: ./doc/common/tables/trove-api.xml82(td) msgid "(StrOpt) The region this service is located." msgstr "" -#: ./doc/common/tables/trove-api.xml82(td) +#: ./doc/common/tables/trove-api.xml86(td) #: ./doc/common/tables/cinder-common.xml202(td) #: ./doc/common/tables/neutron-wsgi.xml30(td) #: ./doc/common/tables/nova-wsgi.xml38(td) @@ -25863,40 +26371,52 @@ msgid "" "Not supported on OS X." msgstr "" -#: ./doc/common/tables/trove-api.xml85(td) +#: ./doc/common/tables/trove-api.xml89(td) msgid "trove_api_workers = None" msgstr "trove_api_workers = None" -#: ./doc/common/tables/trove-api.xml89(td) +#: ./doc/common/tables/trove-api.xml90(td) +msgid "" +"(IntOpt) Number of workers for the API service. The default will be the " +"number of CPUs available." +msgstr "" + +#: ./doc/common/tables/trove-api.xml93(td) msgid "trove_auth_url = http://0.0.0.0:5000/v2.0" msgstr "trove_auth_url = http://0.0.0.0:5000/v2.0" -#: ./doc/common/tables/trove-api.xml93(td) -msgid "trove_conductor_workers = 1" -msgstr "trove_conductor_workers = 1" - #: ./doc/common/tables/trove-api.xml97(td) +msgid "trove_conductor_workers = None" +msgstr "" + +#: ./doc/common/tables/trove-api.xml98(td) +msgid "" +"(IntOpt) Number of workers for the Conductor service. The default will be " +"the number of CPUs available." +msgstr "" + +#: ./doc/common/tables/trove-api.xml101(td) msgid "trove_security_group_name_prefix = SecGroup" msgstr "trove_security_group_name_prefix = SecGroup" -#: ./doc/common/tables/trove-api.xml101(td) +#: ./doc/common/tables/trove-api.xml105(td) msgid "trove_security_group_rule_cidr = 0.0.0.0/0" msgstr "trove_security_group_rule_cidr = 0.0.0.0/0" -#: ./doc/common/tables/trove-api.xml105(td) +#: ./doc/common/tables/trove-api.xml109(td) msgid "trove_security_groups_support = True" msgstr "" -#: ./doc/common/tables/trove-api.xml106(td) +#: ./doc/common/tables/trove-api.xml110(td) #: ./doc/common/tables/trove-dns.xml82(td) #: ./doc/common/tables/trove-compute.xml38(td) #: ./doc/common/tables/trove-database.xml30(td) #: ./doc/common/tables/trove-taskmanager.xml70(td) -#: ./doc/common/tables/trove-taskmanager.xml74(td) +#: ./doc/common/tables/trove-taskmanager.xml78(td) msgid "(BoolOpt) No help text available for this option." msgstr "" -#: ./doc/common/tables/trove-api.xml109(td) +#: ./doc/common/tables/trove-api.xml113(td) msgid "users_page_size = 20" msgstr "users_page_size = 20" @@ -25941,22 +26461,22 @@ msgid "(Type) Help string" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml16(td) -#: ./doc/common/tables/glance-api.xml41(td) +#: ./doc/common/tables/glance-api.xml45(td) msgid "enable_v1_registry = True" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml17(td) -#: ./doc/common/tables/glance-api.xml42(td) +#: ./doc/common/tables/glance-api.xml46(td) msgid "(BoolOpt) Deploy the v1 OpenStack Registry API." msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml20(td) -#: ./doc/common/tables/glance-api.xml49(td) +#: ./doc/common/tables/glance-api.xml53(td) msgid "enable_v2_registry = True" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml21(td) -#: ./doc/common/tables/glance-api.xml50(td) +#: ./doc/common/tables/glance-api.xml54(td) msgid "(BoolOpt) Deploy the v2 OpenStack Registry API." msgstr "" @@ -26021,12 +26541,12 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml44(td) -#: ./doc/common/tables/glance-api.xml61(td) +#: ./doc/common/tables/glance-api.xml65(td) msgid "location_strategy = location_order" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml45(td) -#: ./doc/common/tables/glance-api.xml62(td) +#: ./doc/common/tables/glance-api.xml66(td) msgid "" "(StrOpt) This value sets what strategy will be used to determine the image " "location order. Currently two strategies are packaged with Glance " @@ -26040,7 +26560,6 @@ msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml45(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml69(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml33(td) -#: ./doc/common/tables/trove-logging.xml34(td) msgid "" "(StrOpt) The name of logging configuration file. It does not disable " "existing loggers, but just appends specified logging configuration to any " @@ -26057,12 +26576,12 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml56(td) -#: ./doc/common/tables/glance-common.xml89(td) +#: ./doc/common/tables/glance-common.xml85(td) msgid "property_protection_rule_format = roles" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml57(td) -#: ./doc/common/tables/glance-common.xml90(td) +#: ./doc/common/tables/glance-common.xml86(td) msgid "" "(StrOpt) This config value indicates whether \"roles\" or \"policies\" are " "used in the property protection file." @@ -26191,7 +26710,7 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml181(td) -#: ./doc/common/tables/glance-common.xml109(td) +#: ./doc/common/tables/glance-common.xml105(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" @@ -26202,7 +26721,7 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml185(td) -#: ./doc/common/tables/glance-common.xml113(td) +#: ./doc/common/tables/glance-common.xml109(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" @@ -26211,7 +26730,7 @@ msgid "store_type_location_strategy/store_type_preference = []" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml189(td) -#: ./doc/common/tables/glance-api.xml85(td) +#: ./doc/common/tables/glance-api.xml89(td) msgid "" "(ListOpt) The store names to use to get store preference order. The name " "must be registered by one of the stores defined by the 'known_stores' config" @@ -26224,7 +26743,7 @@ msgid "task/task_time_to_live = 48" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml193(td) -#: ./doc/common/tables/glance-common.xml120(td) +#: ./doc/common/tables/glance-common.xml116(td) msgid "" "(IntOpt) Time in hours for which a task lives after, either succeeding or " "failing" @@ -26513,73 +27032,54 @@ msgid "" " listen on." msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml24(td) -#: ./doc/common/tables/glance-redis.xml21(td) -#: ./doc/common/tables/trove-redis.xml21(td) -#: ./doc/common/tables/neutron-nec.xml37(td) -#: ./doc/common/tables/keystone-redis.xml21(td) -msgid "host = 127.0.0.1" -msgstr "" - -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml25(td) -#: ./doc/common/tables/glance-redis.xml22(td) -#: ./doc/common/tables/keystone-redis.xml22(td) -msgid "(StrOpt) Host to locate redis." -msgstr "" - #: ./doc/common/tables/keystone-conf-changes-icehouse.xml28(td) -#: ./doc/common/tables/keystone-ec2.xml21(td) msgid "keystone_ec2_cafile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml29(td) -#: ./doc/common/tables/keystone-ec2.xml22(td) +#: ./doc/common/tables/keystone-ec2.xml29(td) msgid "" "(StrOpt) A PEM encoded certificate authority to use when verifying HTTPS " "connections. Defaults to the system CAs." msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml32(td) -#: ./doc/common/tables/keystone-ec2.xml25(td) msgid "keystone_ec2_certfile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml33(td) -#: ./doc/common/tables/keystone-ec2.xml26(td) +#: ./doc/common/tables/keystone-ec2.xml33(td) msgid "" "(StrOpt) Client certificate key filename. Required if EC2 server requires " "client certificate." msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml36(td) -#: ./doc/common/tables/keystone-ec2.xml29(td) msgid "keystone_ec2_insecure = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml37(td) -#: ./doc/common/tables/keystone-ec2.xml30(td) +#: ./doc/common/tables/keystone-ec2.xml37(td) msgid "(BoolOpt) Disable SSL certificate verification." msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml40(td) -#: ./doc/common/tables/keystone-ec2.xml33(td) msgid "keystone_ec2_keyfile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml41(td) -#: ./doc/common/tables/keystone-ec2.xml34(td) +#: ./doc/common/tables/keystone-ec2.xml41(td) msgid "(StrOpt) Required if EC2 server requires client certificate." msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml44(td) #: ./doc/common/tables/nova-ec2.xml65(td) -#: ./doc/common/tables/keystone-ec2.xml37(td) msgid "keystone_ec2_url = http://localhost:5000/v2.0/ec2tokens" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml45(td) #: ./doc/common/tables/nova-ec2.xml66(td) -#: ./doc/common/tables/keystone-ec2.xml38(td) +#: ./doc/common/tables/keystone-ec2.xml45(td) msgid "(StrOpt) URL to get token from ec2 request." msgstr "" @@ -26621,7 +27121,7 @@ msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml97(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml433(td) -#: ./doc/common/tables/keystone-debug.xml57(td) +#: ./doc/common/tables/keystone-debug.xml53(td) msgid "(StrOpt) namespace prefix for generated id" msgstr "" @@ -27292,6 +27792,12 @@ msgstr "" msgid "[container-reconciler]" msgstr "" +#: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml20(td) +#: ./doc/common/tables/swift-account-server-account-replicator.xml36(td) +#: ./doc/common/tables/swift-container-server-container-replicator.xml28(td) +msgid "interval = 30" +msgstr "" + #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml28(td) msgid "request_tries = 3" msgstr "" @@ -27312,8 +27818,8 @@ msgstr "" msgid "use = egg:swift#keystoneauth" msgstr "use = egg:swift#keystoneauth" -#: ./doc/common/tables/keystone-amqp.xml45(td) -msgid "rpc_backend = keystone.openstack.common.rpc.impl_kombu" +#: ./doc/common/tables/keystone-amqp.xml29(td) +msgid "control_exchange = keystone" msgstr "" #: ./doc/common/tables/keystone-rpc.xml21(td) @@ -27327,10 +27833,12 @@ msgid "bind_port = 6000" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml52(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml28(td) msgid "disk_chunk_size = 65536" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml53(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml29(td) msgid "Size of chunks to read/write to disk" msgstr "" @@ -27478,33 +27986,77 @@ msgid "(StrOpt) The configuration file for the Cinder EMC driver" msgstr "" #: ./doc/common/tables/cinder-emc.xml25(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml76(td) -msgid "max_luns_per_storage_group = 256" +msgid "destroy_empty_storage_group = False" msgstr "" #: ./doc/common/tables/cinder-emc.xml26(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml77(td) -msgid "(IntOpt) Default max number of LUNs in a storage group" +msgid "" +"(BoolOpt) To destroy storage group when the last LUN is removed from it. By " +"default, the value is False." msgstr "" #: ./doc/common/tables/cinder-emc.xml29(td) +msgid "initiator_auto_registration = False" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml30(td) +msgid "" +"(BoolOpt) Automatically register initiators. By default, the value is False." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml33(td) +msgid "iscsi_initiators =" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml34(td) +msgid "" +"(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml37(td) +msgid "max_luns_per_storage_group = 255" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml38(td) +msgid "" +"(IntOpt) Default max number of LUNs in a storage group. By default, the " +"value is 255." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml41(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml104(td) msgid "naviseccli_path =" msgstr "" -#: ./doc/common/tables/cinder-emc.xml30(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml105(td) -msgid "(StrOpt) Naviseccli Path" +#: ./doc/common/tables/cinder-emc.xml42(td) +msgid "(StrOpt) Naviseccli Path." msgstr "" -#: ./doc/common/tables/cinder-emc.xml33(td) +#: ./doc/common/tables/cinder-emc.xml45(td) +msgid "storage_vnx_authentication_type = global" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml46(td) +msgid "(StrOpt) VNX authentication scope type." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml49(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml160(td) msgid "storage_vnx_pool_name = None" msgstr "" -#: ./doc/common/tables/cinder-emc.xml34(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml161(td) -msgid "(StrOpt) ISCSI pool name" +#: ./doc/common/tables/cinder-emc.xml50(td) +msgid "(StrOpt) Storage pool name." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml53(td) +msgid "storage_vnx_security_file_dir = None" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml54(td) +msgid "" +"(StrOpt) Directory path that contains the VNX security file. Make sure the " +"security file is generated first." msgstr "" #: ./doc/common/tables/cinder-vmware.xml25(td) @@ -27565,10 +28117,13 @@ msgid "" "still limit the count to something less than the configured value." msgstr "" +#: ./doc/common/tables/cinder-vmware.xml49(td) +msgid "vmware_task_poll_interval = 0.5" +msgstr "" + #: ./doc/common/tables/cinder-vmware.xml50(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml201(td) msgid "" -"(IntOpt) The interval (in seconds) for polling remote tasks invoked on " +"(FloatOpt) The interval (in seconds) for polling remote tasks invoked on " "VMware ESX/VC server." msgstr "" @@ -27620,12 +28175,12 @@ msgid "Description of configuration options for metadata_api" msgstr "" #: ./doc/common/tables/heat-metadata_api.xml21(td) -#: ./doc/common/tables/heat-api.xml21(td) +#: ./doc/common/tables/heat-api.xml25(td) msgid "heat_metadata_server_url =" msgstr "heat_metadata_server_url =" #: ./doc/common/tables/heat-metadata_api.xml22(td) -#: ./doc/common/tables/heat-api.xml22(td) +#: ./doc/common/tables/heat-api.xml26(td) msgid "(StrOpt) URL of the Heat metadata server." msgstr "" @@ -27690,6 +28245,20 @@ msgstr "" msgid "(StrOpt) Cells scheduler to use" msgstr "" +#: ./doc/common/tables/nova-upgrade_levels.xml25(th) +#: ./doc/common/tables/nova-rpc_all.xml211(th) +#: ./doc/common/tables/nova-rpc.xml75(th) +msgid "[upgrade_levels]" +msgstr "" + +#: ./doc/common/tables/nova-upgrade_levels.xml28(td) +msgid "cells = None" +msgstr "" + +#: ./doc/common/tables/nova-upgrade_levels.xml29(td) +msgid "(StrOpt) Set a version cap for messages sent to local cells services" +msgstr "" + #: ./doc/common/tables/nova-upgrade_levels.xml32(td) msgid "cert = None" msgstr "" @@ -27854,114 +28423,122 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-api.xml29(td) -msgid "default_store = file" +msgid "default_publisher_id = image.localhost" msgstr "" #: ./doc/common/tables/glance-api.xml30(td) +msgid "(StrOpt) Default publisher_id for outgoing notifications." +msgstr "" + +#: ./doc/common/tables/glance-api.xml33(td) +msgid "default_store = file" +msgstr "" + +#: ./doc/common/tables/glance-api.xml34(td) msgid "" "(StrOpt) Default scheme to use to store image data. The scheme must be " "registered by one of the stores defined by the 'known_stores' config option." msgstr "" -#: ./doc/common/tables/glance-api.xml33(td) +#: ./doc/common/tables/glance-api.xml37(td) msgid "default_swift_reference = ref1" msgstr "" -#: ./doc/common/tables/glance-api.xml34(td) +#: ./doc/common/tables/glance-api.xml38(td) msgid "" "(StrOpt) The reference to the default swift account/backing store parameters" " to use for adding new images." msgstr "" -#: ./doc/common/tables/glance-api.xml37(td) +#: ./doc/common/tables/glance-api.xml41(td) #: ./doc/common/tables/cinder-api.xml37(td) msgid "enable_v1_api = True" msgstr "enable_v1_api = True" -#: ./doc/common/tables/glance-api.xml38(td) +#: ./doc/common/tables/glance-api.xml42(td) msgid "(BoolOpt) Deploy the v1 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml45(td) +#: ./doc/common/tables/glance-api.xml49(td) #: ./doc/common/tables/cinder-api.xml41(td) msgid "enable_v2_api = True" msgstr "enable_v2_api = True" -#: ./doc/common/tables/glance-api.xml46(td) +#: ./doc/common/tables/glance-api.xml50(td) msgid "(BoolOpt) Deploy the v2 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml53(td) +#: ./doc/common/tables/glance-api.xml57(td) msgid "image_size_cap = 1099511627776" msgstr "" -#: ./doc/common/tables/glance-api.xml54(td) +#: ./doc/common/tables/glance-api.xml58(td) msgid "" "(IntOpt) Maximum size of image a user can upload in bytes. Defaults to " "1099511627776 bytes (1 TB)." msgstr "" -#: ./doc/common/tables/glance-api.xml57(td) +#: ./doc/common/tables/glance-api.xml61(td) msgid "known_stores = glance.store.filesystem.Store, glance.store.http.Store" msgstr "" -#: ./doc/common/tables/glance-api.xml58(td) +#: ./doc/common/tables/glance-api.xml62(td) msgid "" "(ListOpt) List of which store classes and store class locations are " "currently known to glance at startup." msgstr "" -#: ./doc/common/tables/glance-api.xml65(td) +#: ./doc/common/tables/glance-api.xml69(td) msgid "owner_is_tenant = True" msgstr "" -#: ./doc/common/tables/glance-api.xml66(td) +#: ./doc/common/tables/glance-api.xml70(td) msgid "" "(BoolOpt) When true, this option sets the owner of an image to be the " "tenant. Otherwise, the owner of the image will be the authenticated user " "issuing the request." msgstr "" -#: ./doc/common/tables/glance-api.xml69(td) +#: ./doc/common/tables/glance-api.xml73(td) msgid "send_identity_headers = False" msgstr "" -#: ./doc/common/tables/glance-api.xml70(td) +#: ./doc/common/tables/glance-api.xml74(td) msgid "" "(BoolOpt) Whether to pass through headers containing user and tenant " "information when making requests to the registry. This allows the registry " -"to use the context middleware without the keystoneclients' auth_token " +"to use the context middleware without keystonemiddleware's auth_token " "middleware, removing calls to the keystone auth service. It is recommended " "that when using this option, secure communication between glance api and " "glance registry is ensured by means other than auth_token middleware." msgstr "" -#: ./doc/common/tables/glance-api.xml73(td) +#: ./doc/common/tables/glance-api.xml77(td) msgid "show_multiple_locations = False" msgstr "" -#: ./doc/common/tables/glance-api.xml74(td) +#: ./doc/common/tables/glance-api.xml78(td) msgid "" "(BoolOpt) Whether to include the backend image locations in image " "properties. Revealing storage location can be a security risk, so use this " "setting with caution! The overrides show_image_direct_url." msgstr "" -#: ./doc/common/tables/glance-api.xml77(td) +#: ./doc/common/tables/glance-api.xml81(td) msgid "use_user_token = True" msgstr "" -#: ./doc/common/tables/glance-api.xml78(td) +#: ./doc/common/tables/glance-api.xml82(td) msgid "" "(BoolOpt) Whether to pass through the user token when making requests to the" " registry." msgstr "" -#: ./doc/common/tables/glance-api.xml81(th) +#: ./doc/common/tables/glance-api.xml85(th) msgid "[store_type_location_strategy]" msgstr "" -#: ./doc/common/tables/glance-api.xml84(td) +#: ./doc/common/tables/glance-api.xml88(td) msgid "store_type_preference =" msgstr "" @@ -27970,12 +28547,12 @@ msgid "Description of configuration options for waitcondition_api" msgstr "" #: ./doc/common/tables/heat-waitcondition_api.xml21(td) -#: ./doc/common/tables/heat-api.xml29(td) +#: ./doc/common/tables/heat-api.xml33(td) msgid "heat_waitcondition_server_url =" msgstr "heat_waitcondition_server_url =" #: ./doc/common/tables/heat-waitcondition_api.xml22(td) -#: ./doc/common/tables/heat-api.xml30(td) +#: ./doc/common/tables/heat-api.xml34(td) msgid "(StrOpt) URL of the Heat waitcondition server." msgstr "" @@ -28072,69 +28649,80 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-storwize.xml41(td) -msgid "storwize_svc_vol_autoexpand = True" +msgid "storwize_svc_npiv_compatibility_mode = False" msgstr "" #: ./doc/common/tables/cinder-storwize.xml42(td) -msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)" +msgid "" +"(BoolOpt) Indicate whether svc driver is compatible for NPIV setup. If it is" +" compatible, it will allow no wwpns being returned on get_conn_fc_wwpns " +"during initialize_connection" msgstr "" #: ./doc/common/tables/cinder-storwize.xml45(td) -msgid "storwize_svc_vol_compression = False" +msgid "storwize_svc_vol_autoexpand = True" msgstr "" #: ./doc/common/tables/cinder-storwize.xml46(td) -msgid "(BoolOpt) Storage system compression option for volumes" +msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml49(td) -msgid "storwize_svc_vol_easytier = True" +msgid "storwize_svc_vol_compression = False" msgstr "" #: ./doc/common/tables/cinder-storwize.xml50(td) -msgid "(BoolOpt) Enable Easy Tier for volumes" +msgid "(BoolOpt) Storage system compression option for volumes" msgstr "" #: ./doc/common/tables/cinder-storwize.xml53(td) -msgid "storwize_svc_vol_grainsize = 256" +msgid "storwize_svc_vol_easytier = True" msgstr "" #: ./doc/common/tables/cinder-storwize.xml54(td) +msgid "(BoolOpt) Enable Easy Tier for volumes" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml57(td) +msgid "storwize_svc_vol_grainsize = 256" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml58(td) msgid "" "(IntOpt) Storage system grain size parameter for volumes (32/64/128/256)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml57(td) +#: ./doc/common/tables/cinder-storwize.xml61(td) msgid "storwize_svc_vol_iogrp = 0" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml58(td) +#: ./doc/common/tables/cinder-storwize.xml62(td) msgid "(IntOpt) The I/O group in which to allocate volumes" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml61(td) -msgid "storwize_svc_vol_rsize = 2" -msgstr "" - -#: ./doc/common/tables/cinder-storwize.xml62(td) -msgid "" -"(IntOpt) Storage system space-efficiency parameter for volumes (percentage)" -msgstr "" - #: ./doc/common/tables/cinder-storwize.xml65(td) -msgid "storwize_svc_vol_warning = 0" +msgid "storwize_svc_vol_rsize = 2" msgstr "" #: ./doc/common/tables/cinder-storwize.xml66(td) msgid "" -"(IntOpt) Storage system threshold for volume capacity warnings (percentage)" +"(IntOpt) Storage system space-efficiency parameter for volumes (percentage)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml69(td) -msgid "storwize_svc_volpool_name = volpool" +msgid "storwize_svc_vol_warning = 0" msgstr "" #: ./doc/common/tables/cinder-storwize.xml70(td) +msgid "" +"(IntOpt) Storage system threshold for volume capacity warnings (percentage)" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml73(td) +msgid "storwize_svc_volpool_name = volpool" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml74(td) msgid "(StrOpt) Storage system storage pool for volumes" msgstr "" @@ -28206,6 +28794,128 @@ msgstr "hplefthand_username = None" msgid "(StrOpt) HP LeftHand Super user username" msgstr "" +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml8(literal) +#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml8(literal) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml8(literal) +msgid "[filter-proxy-logging]" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml20(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml20(td) +msgid "access_log_address = /dev/log" +msgstr "access_log_address = /dev/log" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml24(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml24(td) +msgid "access_log_facility = LOG_LOCAL0" +msgstr "access_log_facility = LOG_LOCAL0" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml28(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml28(td) +msgid "access_log_headers = false" +msgstr "access_log_headers = false" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml32(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml32(td) +msgid "access_log_headers_only =" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml33(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml33(td) +msgid "" +"If access_log_headers is True and access_log_headers_only is set only these " +"headers are logged. Multiple headers can be defined as comma separated list " +"like this: access_log_headers_only = Host, X-Object-Meta-Mtime" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml38(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml38(td) +msgid "access_log_level = INFO" +msgstr "access_log_level = INFO" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml42(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml42(td) +msgid "access_log_name = swift" +msgstr "access_log_name = swift" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml46(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml46(td) +msgid "access_log_statsd_default_sample_rate = 1.0" +msgstr "access_log_statsd_default_sample_rate = 1.0" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml50(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml50(td) +msgid "access_log_statsd_host = localhost" +msgstr "access_log_statsd_host = localhost" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml54(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml54(td) +msgid "access_log_statsd_metric_prefix =" +msgstr "access_log_statsd_metric_prefix =" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml58(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml58(td) +msgid "access_log_statsd_port = 8125" +msgstr "access_log_statsd_port = 8125" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml62(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml62(td) +msgid "access_log_statsd_sample_rate_factor = 1.0" +msgstr "access_log_statsd_sample_rate_factor = 1.0" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml66(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml66(td) +msgid "access_log_udp_host =" +msgstr "access_log_udp_host =" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml70(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml70(td) +msgid "access_log_udp_port = 514" +msgstr "access_log_udp_port = 514" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml74(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml74(td) +msgid "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" +msgstr "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml78(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml78(td) +msgid "logged with access_log_headers = True." +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml82(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml82(td) +msgid "reveal_sensitive_prefix = 16" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml83(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml83(td) +msgid "" +"The X-Auth-Token is sensitive data. If revealed to an unauthorised person, " +"they can now make requests against an account until the token expires. Set " +"reveal_sensitive_prefix to the number of characters of the token that are " +"logged. For example reveal_sensitive_prefix = 12 so only first 12 characters" +" of the token are logged. Or, set to 0 to completely remove the token." +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml92(td) +#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml20(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml92(td) +msgid "use = egg:swift#proxy_logging" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml7(caption) +msgid "Description of configuration options for ipv6_ra" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml21(td) +msgid "ra_confs = $state_path/ra" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml22(td) +msgid "(StrOpt) Location to store IPv6 RA config files" +msgstr "" + #: ./doc/common/tables/glance-s3.xml7(caption) #: ./doc/common/tables/nova-s3.xml7(caption) msgid "Description of configuration options for s3" @@ -28424,26 +29134,50 @@ msgid "(MultiStrOpt) Exchanges name to listen for notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml41(td) -msgid "neutron_control_exchange = neutron" +msgid "ironic_exchange = ironic" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml42(td) -msgid "(StrOpt) Exchange name for Neutron notifications." +msgid "(StrOpt) Exchange name for Ironic notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml45(td) -msgid "nova_control_exchange = nova" +msgid "keystone_control_exchange = keystone" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml46(td) -msgid "(StrOpt) Exchange name for Nova notifications." +msgid "(StrOpt) Exchange name for Keystone notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml49(td) -msgid "sample_source = openstack" +msgid "neutron_control_exchange = neutron" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml50(td) +msgid "(StrOpt) Exchange name for Neutron notifications." +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml53(td) +msgid "nova_control_exchange = nova" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml54(td) +msgid "(StrOpt) Exchange name for Nova notifications." +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml57(td) +msgid "sahara_control_exchange = sahara" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml58(td) +msgid "(StrOpt) Exchange name for Data Processing notifications" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml61(td) +msgid "sample_source = openstack" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml62(td) msgid "(StrOpt) Source for samples emitted on this instance." msgstr "" @@ -28545,16 +29279,6 @@ msgstr "dns_username =" msgid "trove_dns_support = False" msgstr "trove_dns_support = False" -#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml8(literal) -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml8(literal) -msgid "[filter-proxy-logging]" -msgstr "" - -#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml20(td) -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml92(td) -msgid "use = egg:swift#proxy_logging" -msgstr "" - #: ./doc/common/tables/nova-cells.xml7(caption) msgid "Description of configuration options for cells" msgstr "Description des options de configuration pour les cellules" @@ -28654,44 +29378,31 @@ msgstr "" msgid "cinder_service_type = volumev2" msgstr "" -#: ./doc/common/tables/trove-volume.xml26(td) -#: ./doc/common/tables/trove-heat.xml22(td) -#: ./doc/common/tables/trove-compute.xml26(td) -#: ./doc/common/tables/trove-swift.xml22(td) -msgid "(StrOpt) Service type to use when searching catalog." -msgstr "" - #: ./doc/common/tables/trove-volume.xml29(td) msgid "cinder_url = None" msgstr "" -#: ./doc/common/tables/trove-volume.xml30(td) -#: ./doc/common/tables/trove-heat.xml30(td) -#: ./doc/common/tables/trove-compute.xml30(td) -msgid "(StrOpt) URL without the tenant segment." +#: ./doc/common/tables/trove-volume.xml33(td) +msgid "cinder_volume_type = None" msgstr "" -#: ./doc/common/tables/trove-volume.xml33(td) -msgid "device_path = /dev/vdb" -msgstr "device_path = /dev/vdb" - -#: ./doc/common/tables/trove-volume.xml37(td) -msgid "trove_volume_support = True" -msgstr "trove_volume_support = True" - -#: ./doc/common/tables/trove-volume.xml38(td) -msgid "(BoolOpt) Whether to provision a cinder volume for datadir." +#: ./doc/common/tables/trove-volume.xml34(td) +msgid "(StrOpt) Volume type to use when provisioning a cinder volume." msgstr "" #: ./doc/common/tables/trove-volume.xml41(td) +msgid "trove_volume_support = True" +msgstr "trove_volume_support = True" + +#: ./doc/common/tables/trove-volume.xml45(td) msgid "volume_format_timeout = 120" msgstr "volume_format_timeout = 120" -#: ./doc/common/tables/trove-volume.xml45(td) +#: ./doc/common/tables/trove-volume.xml49(td) msgid "volume_fstype = ext3" msgstr "volume_fstype = ext3" -#: ./doc/common/tables/trove-volume.xml49(td) +#: ./doc/common/tables/trove-volume.xml53(td) msgid "volume_time_out = 60" msgstr "volume_time_out = 60" @@ -28746,7 +29457,7 @@ msgid "" msgstr "" #: ./doc/common/tables/neutron-quotas.xml44(td) -msgid "quota_firewall_rule = -1" +msgid "quota_firewall_rule = 100" msgstr "" #: ./doc/common/tables/neutron-quotas.xml45(td) @@ -28959,7 +29670,7 @@ msgid "hds_hnas_iscsi_config_file = /opt/hds/hnas/cinder_iscsi_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml22(td) -msgid "(StrOpt) configuration file for HDS iSCSI cinder plugin" +msgid "(StrOpt) Configuration file for HDS iSCSI cinder plugin" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml25(td) @@ -28967,51 +29678,61 @@ msgid "hds_hnas_nfs_config_file = /opt/hds/hnas/cinder_nfs_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml26(td) -msgid "(StrOpt) configuration file for HDS NFS cinder plugin" +msgid "(StrOpt) Configuration file for HDS NFS cinder plugin" msgstr "" -#: ./doc/common/tables/heat-api.xml25(td) +#: ./doc/common/tables/heat-api.xml21(td) +msgid "action_retry_limit = 5" +msgstr "" + +#: ./doc/common/tables/heat-api.xml22(td) +msgid "" +"(IntOpt) Number of times to retry to bring a resource to a non-error state. " +"Set to 0 to disable retries." +msgstr "" + +#: ./doc/common/tables/heat-api.xml29(td) msgid "heat_stack_user_role = heat_stack_user" msgstr "heat_stack_user_role = heat_stack_user" -#: ./doc/common/tables/heat-api.xml26(td) +#: ./doc/common/tables/heat-api.xml30(td) msgid "(StrOpt) Keystone role for heat template-defined users." msgstr "" -#: ./doc/common/tables/heat-api.xml33(td) +#: ./doc/common/tables/heat-api.xml37(td) #: ./doc/common/tables/heat-cloudwatch_api.xml21(td) msgid "heat_watch_server_url =" msgstr "heat_watch_server_url =" -#: ./doc/common/tables/heat-api.xml34(td) +#: ./doc/common/tables/heat-api.xml38(td) #: ./doc/common/tables/heat-cloudwatch_api.xml22(td) msgid "(StrOpt) URL of the Heat CloudWatch server." msgstr "" -#: ./doc/common/tables/heat-api.xml37(td) +#: ./doc/common/tables/heat-api.xml41(td) msgid "max_json_body_size = 1048576" msgstr "max_json_body_size = 1048576" -#: ./doc/common/tables/heat-api.xml38(td) +#: ./doc/common/tables/heat-api.xml42(td) msgid "" "(IntOpt) Maximum raw byte size of JSON request body. Should be larger than " "max_template_size." msgstr "" -#: ./doc/common/tables/heat-api.xml41(td) +#: ./doc/common/tables/heat-api.xml45(td) msgid "num_engine_workers = 1" msgstr "" -#: ./doc/common/tables/heat-api.xml42(td) +#: ./doc/common/tables/heat-api.xml46(td) msgid "(IntOpt) Number of heat-engine processes to fork and run." msgstr "" -#: ./doc/common/tables/heat-api.xml53(td) +#: ./doc/common/tables/heat-api.xml57(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml36(td) msgid "secure_proxy_ssl_header = X-Forwarded-Proto" msgstr "secure_proxy_ssl_header = X-Forwarded-Proto" -#: ./doc/common/tables/heat-api.xml54(td) +#: ./doc/common/tables/heat-api.xml58(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml37(td) msgid "" "(StrOpt) The HTTP Header that will be used to determine which the original " @@ -29019,109 +29740,118 @@ msgid "" "proxy." msgstr "" -#: ./doc/common/tables/heat-api.xml57(td) +#: ./doc/common/tables/heat-api.xml61(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml40(td) msgid "stack_action_timeout = 3600" msgstr "" -#: ./doc/common/tables/heat-api.xml58(td) +#: ./doc/common/tables/heat-api.xml62(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml41(td) msgid "(IntOpt) Timeout in seconds for stack action (ie. create or update)." msgstr "" -#: ./doc/common/tables/heat-api.xml61(td) +#: ./doc/common/tables/heat-api.xml65(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml44(td) msgid "stack_domain_admin = None" msgstr "stack_domain_admin = None" -#: ./doc/common/tables/heat-api.xml62(td) +#: ./doc/common/tables/heat-api.xml66(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml45(td) msgid "" "(StrOpt) Keystone username, a user with roles sufficient to manage users and" " projects in the stack_user_domain." msgstr "" -#: ./doc/common/tables/heat-api.xml65(td) +#: ./doc/common/tables/heat-api.xml69(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml48(td) msgid "stack_domain_admin_password = None" msgstr "stack_domain_admin_password = None" -#: ./doc/common/tables/heat-api.xml66(td) +#: ./doc/common/tables/heat-api.xml70(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml49(td) msgid "(StrOpt) Keystone password for stack_domain_admin user." msgstr "" -#: ./doc/common/tables/heat-api.xml69(td) -#: ./doc/common/tables/heat-conf-changes-icehouse.xml52(td) -msgid "stack_user_domain = None" -msgstr "stack_user_domain = None" - -#: ./doc/common/tables/heat-api.xml70(td) -#: ./doc/common/tables/heat-conf-changes-icehouse.xml53(td) -msgid "" -"(StrOpt) Keystone domain ID which contains heat template-defined users." +#: ./doc/common/tables/heat-api.xml73(td) +msgid "stack_user_domain_id = None" msgstr "" -#: ./doc/common/tables/heat-api.xml73(td) +#: ./doc/common/tables/heat-api.xml74(td) +msgid "" +"(StrOpt) Keystone domain ID which contains heat template-defined users. If " +"this option is set, stack_user_domain_name option will be ignored." +msgstr "" + +#: ./doc/common/tables/heat-api.xml77(td) +msgid "stack_user_domain_name = None" +msgstr "" + +#: ./doc/common/tables/heat-api.xml78(td) +msgid "" +"(StrOpt) Keystone domain name which contains heat template-defined users. If" +" `stack_user_domain_id` option is set, this option is ignored." +msgstr "" + +#: ./doc/common/tables/heat-api.xml81(td) msgid "trusts_delegated_roles = heat_stack_owner" msgstr "trusts_delegated_roles = heat_stack_owner" -#: ./doc/common/tables/heat-api.xml74(td) +#: ./doc/common/tables/heat-api.xml82(td) msgid "(ListOpt) Subset of trustor roles to be delegated to heat." msgstr "" -#: ./doc/common/tables/heat-api.xml77(th) +#: ./doc/common/tables/heat-api.xml85(th) msgid "[auth_password]" msgstr "[auth_password]" -#: ./doc/common/tables/heat-api.xml80(td) -#: ./doc/common/tables/heat-api.xml91(td) +#: ./doc/common/tables/heat-api.xml88(td) +#: ./doc/common/tables/heat-api.xml99(td) msgid "allowed_auth_uris =" msgstr "allowed_auth_uris =" -#: ./doc/common/tables/heat-api.xml81(td) -#: ./doc/common/tables/heat-api.xml92(td) +#: ./doc/common/tables/heat-api.xml89(td) +#: ./doc/common/tables/heat-api.xml100(td) msgid "" "(ListOpt) Allowed keystone endpoints for auth_uri when multi_cloud is " "enabled. At least one endpoint needs to be specified." msgstr "" -#: ./doc/common/tables/heat-api.xml84(td) -#: ./doc/common/tables/heat-api.xml99(td) +#: ./doc/common/tables/heat-api.xml92(td) +#: ./doc/common/tables/heat-api.xml107(td) msgid "multi_cloud = False" msgstr "multi_cloud = False" -#: ./doc/common/tables/heat-api.xml85(td) -#: ./doc/common/tables/heat-api.xml100(td) +#: ./doc/common/tables/heat-api.xml93(td) +#: ./doc/common/tables/heat-api.xml108(td) msgid "(BoolOpt) Allow orchestration of multiple clouds." msgstr "" -#: ./doc/common/tables/heat-api.xml88(th) +#: ./doc/common/tables/heat-api.xml96(th) msgid "[ec2authtoken]" msgstr "" -#: ./doc/common/tables/heat-api.xml96(td) +#: ./doc/common/tables/heat-api.xml104(td) msgid "(StrOpt) Authentication Endpoint URI." msgstr "" -#: ./doc/common/tables/heat-api.xml103(th) +#: ./doc/common/tables/heat-api.xml111(th) msgid "[heat_api]" msgstr "[heat_api]" -#: ./doc/common/tables/heat-api.xml114(td) +#: ./doc/common/tables/heat-api.xml122(td) msgid "bind_port = 8004" msgstr "bind_port = 8004" -#: ./doc/common/tables/heat-api.xml138(td) +#: ./doc/common/tables/heat-api.xml146(td) msgid "(StrOpt) The API paste config file to use." msgstr "" -#: ./doc/common/tables/heat-api.xml141(td) +#: ./doc/common/tables/heat-api.xml149(td) #: ./doc/common/tables/glance-paste.xml25(td) msgid "flavor = None" msgstr "" -#: ./doc/common/tables/heat-api.xml142(td) +#: ./doc/common/tables/heat-api.xml150(td) msgid "(StrOpt) The flavor to use." msgstr "" @@ -29152,7 +29882,7 @@ msgid "" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml31(td) -msgid "methods = GET HEAD PUT" +msgid "methods = GET HEAD PUT POST DELETE" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml32(td) @@ -29198,74 +29928,110 @@ msgid "Description of configuration options for ryu" msgstr "" #: ./doc/common/tables/neutron-ryu.xml21(td) -msgid "openflow_rest_api = 127.0.0.1:8080" +msgid "wsapi_host =" msgstr "" #: ./doc/common/tables/neutron-ryu.xml22(td) -msgid "(StrOpt) OpenFlow REST API location" +msgid "(StrOpt) webapp listen host" msgstr "" #: ./doc/common/tables/neutron-ryu.xml25(td) -msgid "ovsdb_interface = None" +msgid "wsapi_port = 8080" msgstr "" #: ./doc/common/tables/neutron-ryu.xml26(td) -msgid "(StrOpt) OVSDB interface to connect to" +msgid "(IntOpt) webapp listen port" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml29(td) -msgid "ovsdb_ip = None" -msgstr "" - -#: ./doc/common/tables/neutron-ryu.xml30(td) -msgid "(StrOpt) OVSDB IP to connect to" +#: ./doc/common/tables/neutron-ryu.xml32(td) +msgid "openflow_rest_api = 127.0.0.1:8080" msgstr "" #: ./doc/common/tables/neutron-ryu.xml33(td) -msgid "ovsdb_port = 6634" +msgid "(StrOpt) OpenFlow REST API location" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml34(td) -msgid "(IntOpt) OVSDB port to connect to" +#: ./doc/common/tables/neutron-ryu.xml36(td) +msgid "ovsdb_interface = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml37(td) -msgid "tunnel_interface = None" +msgid "(StrOpt) OVSDB interface to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml38(td) -msgid "(StrOpt) Tunnel interface to use" +#: ./doc/common/tables/neutron-ryu.xml40(td) +msgid "ovsdb_ip = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml41(td) -msgid "tunnel_ip = None" +msgid "(StrOpt) OVSDB IP to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml42(td) -msgid "(StrOpt) Tunnel IP to use" +#: ./doc/common/tables/neutron-ryu.xml44(td) +msgid "ovsdb_port = 6634" msgstr "" #: ./doc/common/tables/neutron-ryu.xml45(td) -msgid "tunnel_key_max = 16777215" +msgid "(IntOpt) OVSDB port to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml46(td) -msgid "(IntOpt) Maximum tunnel ID to use" +#: ./doc/common/tables/neutron-ryu.xml48(td) +msgid "tunnel_interface = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml49(td) +msgid "(StrOpt) Tunnel interface to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml52(td) +msgid "tunnel_ip = None" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml53(td) +msgid "(StrOpt) Tunnel IP to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml56(td) +msgid "tunnel_key_max = 16777215" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml57(td) +msgid "(IntOpt) Maximum tunnel ID to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml60(td) msgid "tunnel_key_min = 1" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml50(td) +#: ./doc/common/tables/neutron-ryu.xml61(td) msgid "(IntOpt) Minimum tunnel ID to use" msgstr "" -#: ./doc/common/tables/glance-logging.xml90(td) -#: ./doc/common/tables/keystone-logging.xml78(td) +#: ./doc/common/tables/cinder-swift.xml7(caption) +#: ./doc/common/tables/glance-swift.xml7(caption) +#: ./doc/common/tables/ceilometer-swift.xml7(caption) +#: ./doc/common/tables/trove-swift.xml7(caption) +msgid "Description of configuration options for swift" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml21(td) +msgid "backup_swift_auth_version = 1" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml22(td) msgid "" -"(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED " -"during I, and will chang in J to honor RFC5424." +"(StrOpt) Swift authentication version. Specify \"1\" for auth 1.0, or \"2\" " +"for auth 2.0" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml25(td) +msgid "backup_swift_tenant = None" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml26(td) +msgid "" +"(StrOpt) Swift tenant/account name. Required when connecting to an auth 2.0 " +"system" msgstr "" #: ./doc/common/tables/swift-rsyncd-account.xml8(literal) @@ -29367,6 +30133,15 @@ msgid "" "volumes." msgstr "" +#: ./doc/common/tables/cinder-common.xml33(td) +#: ./doc/common/tables/nova-logging.xml25(td) +msgid "" +"default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " +"sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, " +"requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, " +"websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN" +msgstr "" + #: ./doc/common/tables/cinder-common.xml37(td) msgid "default_volume_type = None" msgstr "" @@ -29375,12 +30150,19 @@ msgstr "" msgid "(StrOpt) Default volume type to use" msgstr "" -#: ./doc/common/tables/cinder-common.xml54(td) -msgid "(BoolOpt) make exception message format errors fatal" +#: ./doc/common/tables/cinder-common.xml42(td) +#: ./doc/common/tables/neutron-common.xml118(td) +#: ./doc/common/tables/trove-debug.xml34(td) +msgid "(BoolOpt) Whether to disable inter-process locks" +msgstr "(BoolOpt) Faut-il désactiver les verrouillages inter-processus" + +#: ./doc/common/tables/cinder-common.xml53(td) +#: ./doc/common/tables/nova-logging.xml33(td) +msgid "fatal_exception_format_errors = False" msgstr "" -#: ./doc/common/tables/cinder-common.xml57(td) -msgid "host = localhost" +#: ./doc/common/tables/cinder-common.xml54(td) +msgid "(BoolOpt) Make exception message format errors fatal." msgstr "" #: ./doc/common/tables/cinder-common.xml58(td) @@ -29582,12 +30364,6 @@ msgid "" " this if you have a sanitizing proxy." msgstr "(BoolOpt) Traiter X-Forwarded-For comme l'adresse distante canonique. Seulement activer cette option si vous avez un proxy de désinfection." -#: ./doc/common/tables/glance-swift.xml7(caption) -#: ./doc/common/tables/ceilometer-swift.xml7(caption) -#: ./doc/common/tables/trove-swift.xml7(caption) -msgid "Description of configuration options for swift" -msgstr "" - #: ./doc/common/tables/glance-swift.xml21(td) msgid "swift_enable_snet = False" msgstr "" @@ -29800,6 +30576,34 @@ msgstr "" msgid "(StrOpt) Default driver to use for quota checks." msgstr "" +#: ./doc/common/tables/trove-clients.xml21(td) +msgid "remote_cinder_client = trove.common.remote.cinder_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml25(td) +msgid "remote_dns_client = trove.common.remote.dns_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml29(td) +msgid "remote_guest_client = trove.common.remote.guest_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml33(td) +msgid "remote_heat_client = trove.common.remote.heat_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml37(td) +msgid "remote_neutron_client = trove.common.remote.neutron_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml41(td) +msgid "remote_nova_client = trove.common.remote.nova_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml45(td) +msgid "remote_swift_client = trove.common.remote.swift_client" +msgstr "" + #: ./doc/common/tables/ceilometer-alarm.xml7(caption) msgid "Description of configuration options for alarm" msgstr "" @@ -29819,55 +30623,55 @@ msgid "" msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml25(td) -msgid "evaluation_service = ceilometer.alarm.service.SingletonAlarmService" -msgstr "" - -#: ./doc/common/tables/ceilometer-alarm.xml26(td) -msgid "(StrOpt) Class to launch as alarm evaluation service." -msgstr "" - -#: ./doc/common/tables/ceilometer-alarm.xml29(td) msgid "notifier_rpc_topic = alarm_notifier" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml30(td) +#: ./doc/common/tables/ceilometer-alarm.xml26(td) msgid "(StrOpt) The topic that ceilometer uses for alarm notifier messages." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml33(td) +#: ./doc/common/tables/ceilometer-alarm.xml29(td) msgid "partition_rpc_topic = alarm_partition_coordination" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml34(td) +#: ./doc/common/tables/ceilometer-alarm.xml30(td) msgid "" "(StrOpt) The topic that ceilometer uses for alarm partition coordination " "messages." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml37(td) +#: ./doc/common/tables/ceilometer-alarm.xml33(td) msgid "record_history = True" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml38(td) +#: ./doc/common/tables/ceilometer-alarm.xml34(td) msgid "(BoolOpt) Record alarm change events." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml41(td) +#: ./doc/common/tables/ceilometer-alarm.xml37(td) msgid "rest_notifier_certificate_file =" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml42(td) +#: ./doc/common/tables/ceilometer-alarm.xml38(td) msgid "(StrOpt) SSL Client certificate for REST notifier." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml45(td) +#: ./doc/common/tables/ceilometer-alarm.xml41(td) msgid "rest_notifier_certificate_key =" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml46(td) +#: ./doc/common/tables/ceilometer-alarm.xml42(td) msgid "(StrOpt) SSL Client private key for REST notifier." msgstr "" +#: ./doc/common/tables/ceilometer-alarm.xml45(td) +msgid "rest_notifier_max_retries = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-alarm.xml46(td) +msgid "(IntOpt) Number of retries for REST notifier" +msgstr "" + #: ./doc/common/tables/ceilometer-alarm.xml49(td) msgid "rest_notifier_ssl_verify = True" msgstr "" @@ -29907,7 +30711,7 @@ msgid "" msgstr "" #: ./doc/common/tables/ceilometer-events.xml29(th) -#: ./doc/common/tables/ceilometer-rpc.xml89(th) +#: ./doc/common/tables/ceilometer-rpc.xml77(th) msgid "[notification]" msgstr "" @@ -29971,31 +30775,77 @@ msgid "Description of configuration options for xiv" msgstr "" #: ./doc/common/tables/cinder-xiv.xml21(td) +#: ./doc/common/tables/cinder-san.xml21(td) +msgid "san_clustername =" +msgstr "san_clustername =" + +#: ./doc/common/tables/cinder-xiv.xml22(td) +#: ./doc/common/tables/cinder-san.xml22(td) +msgid "(StrOpt) Cluster name to use for creating volumes" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml25(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml29(td) +#: ./doc/common/tables/cinder-san.xml25(td) +msgid "san_ip =" +msgstr "san_ip =" + +#: ./doc/common/tables/cinder-xiv.xml26(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml30(td) +#: ./doc/common/tables/cinder-san.xml26(td) +msgid "(StrOpt) IP address of SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml29(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml33(td) +#: ./doc/common/tables/cinder-san.xml33(td) +msgid "san_login = admin" +msgstr "san_login = admin" + +#: ./doc/common/tables/cinder-xiv.xml30(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml34(td) +#: ./doc/common/tables/cinder-san.xml34(td) +msgid "(StrOpt) Username for SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml33(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml37(td) +#: ./doc/common/tables/cinder-san.xml37(td) +msgid "san_password =" +msgstr "san_password =" + +#: ./doc/common/tables/cinder-xiv.xml34(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml38(td) +#: ./doc/common/tables/cinder-san.xml38(td) +msgid "(StrOpt) Password for SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml37(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml216(td) msgid "xiv_chap = disabled" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml22(td) +#: ./doc/common/tables/cinder-xiv.xml38(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml217(td) msgid "" "(StrOpt) CHAP authentication mode, effective only for iscsi " "(disabled|enabled)" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml25(td) +#: ./doc/common/tables/cinder-xiv.xml41(td) msgid "xiv_ds8k_connection_type = iscsi" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml26(td) +#: ./doc/common/tables/cinder-xiv.xml42(td) msgid "" "(StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi)" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml29(td) +#: ./doc/common/tables/cinder-xiv.xml45(td) msgid "xiv_ds8k_proxy = xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml30(td) +#: ./doc/common/tables/cinder-xiv.xml46(td) msgid "(StrOpt) Proxy driver that connects to the IBM Storage Array" msgstr "" @@ -30031,6 +30881,41 @@ msgstr "Longueur maximum d'un nom" msgid "use = egg:swift#name_check" msgstr "" +#: ./doc/common/tables/neutron-sriov.xml7(caption) +msgid "Description of configuration options for sriov" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml18(th) +msgid "[SRIOV_NIC]" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml21(td) +msgid "exclude_devices =" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml22(td) +msgid "" +"(ListOpt) List of <network_device>:<excluded_devices> mapping " +"network_device to the agent's node-specific list of virtual functions that " +"should not be used for virtual networking. excluded_devices is a semicolon " +"separated list of virtual functions (BDF format).to exclude from " +"network_device. The network_device in the mapping should appear in the " +"physical_device_mappings list." +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml25(td) +msgid "physical_device_mappings =" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml26(td) +msgid "" +"(ListOpt) List of <physical_network>:<network_device> mapping " +"physical network names to the agent's node-specific physical network device " +"of SR-IOV physical function to be used for VLAN networks. All physical " +"networks listed in network_vlan_ranges on the server should have mappings to" +" appropriate interfaces on each agent" +msgstr "" + #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. @@ -30039,17 +30924,35 @@ msgid "New, updated and deprecated options for heat" msgstr "" #: ./doc/common/tables/heat-conf-changes-icehouse.xml16(td) -#: ./doc/common/tables/heat-rpc.xml25(td) +#: ./doc/common/tables/heat-rpc.xml21(td) msgid "engine_life_check_timeout = 2" msgstr "engine_life_check_timeout = 2" #: ./doc/common/tables/heat-conf-changes-icehouse.xml17(td) -#: ./doc/common/tables/heat-rpc.xml26(td) +#: ./doc/common/tables/heat-rpc.xml22(td) msgid "" "(IntOpt) RPC timeout for the engine liveness check that is used for stack " "locking." msgstr "" +#: ./doc/common/tables/heat-conf-changes-icehouse.xml29(td) +msgid "" +"(StrOpt) onready allows you to send a notification when the heat processes " +"are ready to serve. This is either a module with the notify() method or a " +"shell command. To enable notifications with systemd, one may use the " +"'systemd-notify --ready' shell command or the 'heat.common.systemd' " +"notification module." +msgstr "" + +#: ./doc/common/tables/heat-conf-changes-icehouse.xml52(td) +msgid "stack_user_domain = None" +msgstr "stack_user_domain = None" + +#: ./doc/common/tables/heat-conf-changes-icehouse.xml53(td) +msgid "" +"(StrOpt) Keystone domain ID which contains heat template-defined users." +msgstr "" + #: ./doc/common/tables/heat-conf-changes-icehouse.xml56(td) msgid "clients/ca_file = None" msgstr "" @@ -30347,134 +31250,175 @@ msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml37(td) #: ./doc/common/tables/neutron-bigswitch.xml37(td) -msgid "node_override_vif_hostdev =" +msgid "node_override_vif_distributed =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml38(td) #: ./doc/common/tables/neutron-bigswitch.xml38(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml161(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to hostdev" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to distributed" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml41(td) #: ./doc/common/tables/neutron-bigswitch.xml41(td) -msgid "node_override_vif_hyperv =" +msgid "node_override_vif_dvs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml42(td) #: ./doc/common/tables/neutron-bigswitch.xml42(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to hyperv" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to dvs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml45(td) #: ./doc/common/tables/neutron-bigswitch.xml45(td) -msgid "node_override_vif_ivs =" +msgid "node_override_vif_hostdev =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml46(td) #: ./doc/common/tables/neutron-bigswitch.xml46(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to ivs" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml161(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hostdev" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml49(td) #: ./doc/common/tables/neutron-bigswitch.xml49(td) -msgid "node_override_vif_midonet =" +msgid "node_override_vif_hw_veb =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml50(td) #: ./doc/common/tables/neutron-bigswitch.xml50(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml165(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to midonet" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hw_veb" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml53(td) #: ./doc/common/tables/neutron-bigswitch.xml53(td) -msgid "node_override_vif_mlnx_direct =" +msgid "node_override_vif_hyperv =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml54(td) #: ./doc/common/tables/neutron-bigswitch.xml54(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml169(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hyperv" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml57(td) #: ./doc/common/tables/neutron-bigswitch.xml57(td) -msgid "node_override_vif_other =" +msgid "node_override_vif_ivs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml58(td) #: ./doc/common/tables/neutron-bigswitch.xml58(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to other" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to ivs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml61(td) #: ./doc/common/tables/neutron-bigswitch.xml61(td) -msgid "node_override_vif_ovs =" +msgid "node_override_vif_midonet =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml62(td) #: ./doc/common/tables/neutron-bigswitch.xml62(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to ovs" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml165(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to midonet" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml65(td) #: ./doc/common/tables/neutron-bigswitch.xml65(td) -msgid "node_override_vif_unbound =" +msgid "node_override_vif_mlnx_direct =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml66(td) #: ./doc/common/tables/neutron-bigswitch.xml66(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to unbound" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml169(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml69(td) #: ./doc/common/tables/neutron-bigswitch.xml69(td) -msgid "vif_type = ovs" +msgid "node_override_vif_other =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml70(td) #: ./doc/common/tables/neutron-bigswitch.xml70(td) -msgid "(StrOpt) Virtual interface type to configure on Nova compute nodes" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to other" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml73(td) #: ./doc/common/tables/neutron-bigswitch.xml73(td) -msgid "" -"vif_types = unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, " -"hyperv, midonet, mlnx_direct, hostdev, other" +msgid "node_override_vif_ovs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml74(td) #: ./doc/common/tables/neutron-bigswitch.xml74(td) -msgid "(ListOpt) List of allowed vif_type values." +msgid "(ListOpt) Nova compute nodes to manually set VIF type to ovs" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml77(th) -#: ./doc/common/tables/neutron-nuage.xml18(th) -#: ./doc/common/tables/neutron-bigswitch.xml77(th) -msgid "[RESTPROXY]" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml77(td) +#: ./doc/common/tables/neutron-bigswitch.xml77(td) +msgid "node_override_vif_unbound =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml80(td) -#: ./doc/common/tables/neutron-bigswitch.xml80(td) -msgid "add_meta_server_route = True" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml78(td) +#: ./doc/common/tables/neutron-bigswitch.xml78(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to unbound" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml81(td) #: ./doc/common/tables/neutron-bigswitch.xml81(td) +msgid "node_override_vif_vrouter =" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml82(td) +#: ./doc/common/tables/neutron-bigswitch.xml82(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to vrouter" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml85(td) +#: ./doc/common/tables/neutron-bigswitch.xml85(td) +msgid "vif_type = ovs" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml86(td) +#: ./doc/common/tables/neutron-bigswitch.xml86(td) +msgid "(StrOpt) Virtual interface type to configure on Nova compute nodes" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml89(td) +#: ./doc/common/tables/neutron-bigswitch.xml89(td) +msgid "" +"vif_types = unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, " +"hyperv, midonet, mlnx_direct, hostdev, hw_veb, dvs, other, distributed, " +"vrouter" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml90(td) +#: ./doc/common/tables/neutron-bigswitch.xml90(td) +msgid "(ListOpt) List of allowed vif_type values." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml93(th) +#: ./doc/common/tables/neutron-nuage.xml18(th) +#: ./doc/common/tables/neutron-bigswitch.xml93(th) +msgid "[RESTPROXY]" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml96(td) +#: ./doc/common/tables/neutron-bigswitch.xml96(td) +msgid "add_meta_server_route = True" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml97(td) +#: ./doc/common/tables/neutron-bigswitch.xml97(td) msgid "" "(BoolOpt) Flag to decide if a route to the metadata server should be " "injected into the VM" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml84(td) -#: ./doc/common/tables/neutron-bigswitch.xml84(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml100(td) +#: ./doc/common/tables/neutron-bigswitch.xml100(td) msgid "auto_sync_on_failure = True" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml85(td) -#: ./doc/common/tables/neutron-bigswitch.xml85(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml101(td) +#: ./doc/common/tables/neutron-bigswitch.xml101(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml285(td) msgid "" "(BoolOpt) If neutron fails to create a resource because the backend " @@ -30482,93 +31426,93 @@ msgid "" " full data synchronization to the controller." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml88(td) -#: ./doc/common/tables/neutron-bigswitch.xml88(td) -msgid "cache_connections = True" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml89(td) -#: ./doc/common/tables/neutron-bigswitch.xml89(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml293(td) -msgid "(BoolOpt) Re-use HTTP/HTTPS connections to the controller." -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml92(td) -#: ./doc/common/tables/neutron-bigswitch.xml92(td) -msgid "consistency_interval = 60" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml93(td) -#: ./doc/common/tables/neutron-bigswitch.xml93(td) -msgid "" -"(IntOpt) Time between verifications that the backend controller database is " -"consistent with Neutron. (0 to disable)" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml96(td) -#: ./doc/common/tables/neutron-bigswitch.xml96(td) -msgid "neutron_id = neutron-oslo" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml97(td) -#: ./doc/common/tables/neutron-bigswitch.xml97(td) -msgid "(StrOpt) User defined identifier for this Neutron deployment" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml100(td) -#: ./doc/common/tables/neutron-bigswitch.xml100(td) -msgid "no_ssl_validation = False" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml101(td) -#: ./doc/common/tables/neutron-bigswitch.xml101(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml309(td) -msgid "(BoolOpt) Disables SSL certificate validation for controllers" -msgstr "" - #: ./doc/common/tables/neutron-ml2_bigswitch.xml104(td) #: ./doc/common/tables/neutron-bigswitch.xml104(td) -msgid "server_auth = None" +msgid "cache_connections = True" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml105(td) #: ./doc/common/tables/neutron-bigswitch.xml105(td) -msgid "" -"(StrOpt) The username and password for authenticating against the Big Switch" -" or Floodlight controller." +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml293(td) +msgid "(BoolOpt) Re-use HTTP/HTTPS connections to the controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml108(td) #: ./doc/common/tables/neutron-bigswitch.xml108(td) -msgid "server_ssl = True" +msgid "consistency_interval = 60" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml109(td) #: ./doc/common/tables/neutron-bigswitch.xml109(td) msgid "" -"(BoolOpt) If True, Use SSL when connecting to the Big Switch or Floodlight " -"controller." +"(IntOpt) Time between verifications that the backend controller database is " +"consistent with Neutron. (0 to disable)" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml112(td) #: ./doc/common/tables/neutron-bigswitch.xml112(td) -msgid "server_timeout = 10" +msgid "neutron_id = neutron-shock" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml113(td) #: ./doc/common/tables/neutron-bigswitch.xml113(td) +msgid "(StrOpt) User defined identifier for this Neutron deployment" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml116(td) +#: ./doc/common/tables/neutron-bigswitch.xml116(td) +msgid "no_ssl_validation = False" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml117(td) +#: ./doc/common/tables/neutron-bigswitch.xml117(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml309(td) +msgid "(BoolOpt) Disables SSL certificate validation for controllers" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml120(td) +#: ./doc/common/tables/neutron-bigswitch.xml120(td) +msgid "server_auth = None" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml121(td) +#: ./doc/common/tables/neutron-bigswitch.xml121(td) +msgid "" +"(StrOpt) The username and password for authenticating against the Big Switch" +" or Floodlight controller." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml124(td) +#: ./doc/common/tables/neutron-bigswitch.xml124(td) +msgid "server_ssl = True" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml125(td) +#: ./doc/common/tables/neutron-bigswitch.xml125(td) +msgid "" +"(BoolOpt) If True, Use SSL when connecting to the Big Switch or Floodlight " +"controller." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml128(td) +#: ./doc/common/tables/neutron-bigswitch.xml128(td) +msgid "server_timeout = 10" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml129(td) +#: ./doc/common/tables/neutron-bigswitch.xml129(td) msgid "" "(IntOpt) Maximum number of seconds to wait for proxy request to connect and " "complete." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml116(td) -#: ./doc/common/tables/neutron-bigswitch.xml116(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml132(td) +#: ./doc/common/tables/neutron-bigswitch.xml132(td) msgid "servers = localhost:8800" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml117(td) -#: ./doc/common/tables/neutron-bigswitch.xml117(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml133(td) +#: ./doc/common/tables/neutron-bigswitch.xml133(td) msgid "" "(ListOpt) A comma separated list of Big Switch or Floodlight servers and " "port numbers. The plugin proxies the requests to the Big Switch/Floodlight " @@ -30577,112 +31521,112 @@ msgid "" " failover." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml120(td) -#: ./doc/common/tables/neutron-bigswitch.xml120(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml136(td) +#: ./doc/common/tables/neutron-bigswitch.xml136(td) msgid "ssl_cert_directory = /etc/neutron/plugins/bigswitch/ssl" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml121(td) -#: ./doc/common/tables/neutron-bigswitch.xml121(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml137(td) +#: ./doc/common/tables/neutron-bigswitch.xml137(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml329(td) msgid "" "(StrOpt) Directory containing ca_certs and host_certs certificate " "directories." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml124(td) -#: ./doc/common/tables/neutron-bigswitch.xml124(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml140(td) +#: ./doc/common/tables/neutron-bigswitch.xml140(td) msgid "ssl_sticky = True" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml125(td) -#: ./doc/common/tables/neutron-bigswitch.xml125(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml141(td) +#: ./doc/common/tables/neutron-bigswitch.xml141(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml333(td) msgid "" "(BoolOpt) Trust and store the first certificate received for each controller" " address and use it to validate future connections to that address." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml128(td) -#: ./doc/common/tables/neutron-bigswitch.xml128(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml144(td) +#: ./doc/common/tables/neutron-bigswitch.xml144(td) msgid "sync_data = False" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml129(td) -#: ./doc/common/tables/neutron-bigswitch.xml129(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml145(td) +#: ./doc/common/tables/neutron-bigswitch.xml145(td) msgid "(BoolOpt) Sync data on connect" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml132(td) -#: ./doc/common/tables/neutron-bigswitch.xml132(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml148(td) +#: ./doc/common/tables/neutron-bigswitch.xml148(td) msgid "thread_pool_size = 4" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml133(td) -#: ./doc/common/tables/neutron-bigswitch.xml133(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml149(td) +#: ./doc/common/tables/neutron-bigswitch.xml149(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml337(td) msgid "" "(IntOpt) Maximum number of threads to spawn to handle large volumes of port " "creations." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml136(th) -#: ./doc/common/tables/neutron-bigswitch.xml136(th) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml152(th) +#: ./doc/common/tables/neutron-bigswitch.xml152(th) msgid "[RESTPROXYAGENT]" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml140(td) -#: ./doc/common/tables/neutron-bigswitch.xml140(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml156(td) +#: ./doc/common/tables/neutron-bigswitch.xml156(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml341(td) msgid "" "(StrOpt) Name of integration bridge on compute nodes used for security group" " insertion." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml143(td) -#: ./doc/common/tables/neutron-bigswitch.xml143(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml159(td) +#: ./doc/common/tables/neutron-bigswitch.xml159(td) msgid "polling_interval = 5" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml144(td) -#: ./doc/common/tables/neutron-bigswitch.xml144(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml160(td) +#: ./doc/common/tables/neutron-bigswitch.xml160(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml345(td) msgid "(IntOpt) Seconds between agent checks for port changes" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml147(td) -#: ./doc/common/tables/neutron-bigswitch.xml147(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml163(td) +#: ./doc/common/tables/neutron-bigswitch.xml163(td) msgid "virtual_switch_type = ovs" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml148(td) -#: ./doc/common/tables/neutron-bigswitch.xml148(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml164(td) +#: ./doc/common/tables/neutron-bigswitch.xml164(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml349(td) msgid "(StrOpt) Virtual switch type." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml151(th) -#: ./doc/common/tables/neutron-bigswitch.xml151(th) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml167(th) +#: ./doc/common/tables/neutron-bigswitch.xml167(th) msgid "[ROUTER]" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml154(td) -#: ./doc/common/tables/neutron-bigswitch.xml154(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml170(td) +#: ./doc/common/tables/neutron-bigswitch.xml170(td) msgid "max_router_rules = 200" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml155(td) -#: ./doc/common/tables/neutron-bigswitch.xml155(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml171(td) +#: ./doc/common/tables/neutron-bigswitch.xml171(td) msgid "(IntOpt) Maximum number of router rules" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml158(td) -#: ./doc/common/tables/neutron-bigswitch.xml158(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml174(td) +#: ./doc/common/tables/neutron-bigswitch.xml174(td) msgid "tenant_default_router_rule = ['*:any:any:permit']" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml159(td) -#: ./doc/common/tables/neutron-bigswitch.xml159(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml175(td) +#: ./doc/common/tables/neutron-bigswitch.xml175(td) msgid "" "(MultiStrOpt) The default router rules installed in new tenant routers. " "Repeat the config option for each rule. Format is " @@ -30691,6 +31635,7 @@ msgid "" msgstr "" #: ./doc/common/tables/nova-glance.xml7(caption) +#: ./doc/common/tables/ceilometer-glance.xml7(caption) msgid "Description of configuration options for glance" msgstr "" @@ -30783,26 +31728,6 @@ msgid "" "image_file_url:<list entry name> sections" msgstr "" -#: ./doc/common/tables/neutron-database.xml25(td) -msgid "connection = sqlite://" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml57(td) -msgid "max_overflow = 20" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml61(td) -msgid "max_pool_size = 10" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml77(td) -msgid "pool_timeout = 10" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml85(td) -msgid "sqlite_db =" -msgstr "" - #: ./doc/common/tables/nova-s3.xml21(td) msgid "buckets_path = $state_path/buckets" msgstr "buckets_path = $state_path/buckets" @@ -31212,15 +32137,27 @@ msgstr "" msgid "[couchbase]" msgstr "[couchbase]" -#: ./doc/common/tables/trove-db_couchbase.xml25(td) -msgid "mount_point = /var/lib/couchbase" -msgstr "mount_point = /var/lib/couchbase" +#: ./doc/common/tables/trove-db_couchbase.xml21(td) +msgid "backup_namespace = trove.guestagent.strategies.backup.couchbase_impl" +msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml29(td) -msgid "root_on_create = True" +#: ./doc/common/tables/trove-db_couchbase.xml25(td) +msgid "backup_strategy = CbBackup" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml33(td) +msgid "mount_point = /var/lib/couchbase" +msgstr "mount_point = /var/lib/couchbase" + +#: ./doc/common/tables/trove-db_couchbase.xml37(td) +msgid "restore_namespace = trove.guestagent.strategies.restore.couchbase_impl" +msgstr "" + +#: ./doc/common/tables/trove-db_couchbase.xml41(td) +msgid "root_on_create = True" +msgstr "" + +#: ./doc/common/tables/trove-db_couchbase.xml45(td) msgid "tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199" msgstr "tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199" @@ -31241,11 +32178,6 @@ msgstr "" msgid "concurrency = 8" msgstr "" -#: ./doc/common/tables/swift-account-server-account-replicator.xml36(td) -#: ./doc/common/tables/swift-container-server-container-replicator.xml28(td) -msgid "interval = 30" -msgstr "" - #: ./doc/common/tables/swift-account-server-account-replicator.xml52(td) msgid "log_name = account-replicator" msgstr "" @@ -31773,7 +32705,7 @@ msgid "(StrOpt) PLUMgrid Driver" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml33(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml29(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml33(td) msgid "password = password" msgstr "" @@ -31846,6 +32778,54 @@ msgstr "" msgid "(IntOpt) Port of sheep daemon." msgstr "" +#: ./doc/common/tables/keystone-mapping.xml7(caption) +msgid "Description of configuration options for mapping" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml18(th) +msgid "[identity_mapping]" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml21(td) +msgid "backward_compatible_ids = True" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml22(td) +msgid "" +"(BoolOpt) The format of user and group IDs changed in Juno for backends that" +" do not generate UUIDs (e.g. LDAP), with keystone providing a hash mapping " +"to the underlying attribute in LDAP. By default this mapping is disabled, " +"which ensures that existing IDs will not change. Even when the mapping is " +"enabled by using domain specific drivers, any users and groups from the " +"default domain being handled by LDAP will still not be mapped to ensure " +"their IDs remain backward compatible. Setting this value to False will " +"enable the mapping for even the default LDAP driver. It is only safe to do " +"this if you do not already have assignments for users and groups from the " +"default LDAP domain, and it is acceptable for Keystone to provide the " +"different IDs to clients than it did previously. Typically this means that " +"the only time you can set this value to False is when configuring a fresh " +"installation." +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml25(td) +msgid "driver = keystone.identity.mapping_backends.sql.Mapping" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml26(td) +msgid "(StrOpt) Keystone Identity Mapping backend driver." +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml29(td) +msgid "generator = keystone.identity.id_generators.sha256.Generator" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml30(td) +msgid "" +"(StrOpt) Public ID generator for user and group entities. The Keystone " +"identity mapper only supports generators that produce no more than 64 " +"characters." +msgstr "" + #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml8(literal) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml8(literal) @@ -32021,12 +33001,12 @@ msgid "" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml72(td) -#: ./doc/common/tables/nova-scheduling.xml85(td) +#: ./doc/common/tables/nova-scheduling.xml89(td) msgid "scheduler_driver_task_period = 60" msgstr "scheduler_driver_task_period = 60" #: ./doc/common/tables/nova-conf-changes-icehouse.xml73(td) -#: ./doc/common/tables/nova-scheduling.xml86(td) +#: ./doc/common/tables/nova-scheduling.xml90(td) msgid "" "(IntOpt) How often (in seconds) to run periodic tasks in the scheduler " "driver of your choice. Please note this is likely to interact with the value" @@ -32184,7 +33164,7 @@ msgid "" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml177(td) -#: ./doc/common/tables/nova-libvirt.xml57(td) +#: ./doc/common/tables/nova-libvirt.xml61(td) msgid "" "(StrOpt) Allows image information files to be stored in non-standard " "locations" @@ -32329,7 +33309,7 @@ msgid "libvirt/remove_unused_kernels = False" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml261(td) -#: ./doc/common/tables/nova-libvirt.xml61(td) +#: ./doc/common/tables/nova-libvirt.xml65(td) msgid "" "(BoolOpt) Should unused kernel images be removed? This is only safe to " "enable if all compute nodes have been updated to support this option. This " @@ -32341,7 +33321,7 @@ msgid "libvirt/remove_unused_resized_minimum_age_seconds = 3600" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml265(td) -#: ./doc/common/tables/nova-libvirt.xml65(td) +#: ./doc/common/tables/nova-libvirt.xml69(td) msgid "" "(IntOpt) Unused resized base images younger than this will not be removed" msgstr "" @@ -32377,7 +33357,7 @@ msgid "libvirt/rng_dev_path = None" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml281(td) -#: ./doc/common/tables/nova-libvirt.xml69(td) +#: ./doc/common/tables/nova-libvirt.xml73(td) msgid "" "(StrOpt) A path to a device that will be used as source of entropy on the " "host. Permitted options are: /dev/random or /dev/hwrng" @@ -32418,7 +33398,7 @@ msgid "libvirt/snapshots_directory = $instances_path/snapshots" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml301(td) -#: ./doc/common/tables/nova-libvirt.xml73(td) +#: ./doc/common/tables/nova-libvirt.xml77(td) msgid "" "(StrOpt) Location where libvirt driver will store snapshots before uploading" " them to image service" @@ -32458,7 +33438,6 @@ msgid "libvirt/vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml317(td) -#: ./doc/common/tables/nova-libvirt.xml77(td) msgid "" "(StrOpt) DEPRECATED. The libvirt VIF driver to configure the VIFs.This " "option is deprecated and will be removed in the Juno release." @@ -32524,7 +33503,7 @@ msgid "metrics/required = True" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml345(td) -#: ./doc/common/tables/nova-scheduling.xml144(td) +#: ./doc/common/tables/nova-scheduling.xml152(td) msgid "" "(BoolOpt) How to treat the unavailable metrics. When a metric is NOT " "available for a host, if it is set to be True, it would raise an exception, " @@ -32539,7 +33518,7 @@ msgid "metrics/weight_multiplier = 1.0" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml349(td) -#: ./doc/common/tables/nova-scheduling.xml148(td) +#: ./doc/common/tables/nova-scheduling.xml156(td) msgid "(FloatOpt) Multiplier used for weighing metrics." msgstr "" @@ -32548,7 +33527,7 @@ msgid "metrics/weight_of_unavailable = -10000.0" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml353(td) -#: ./doc/common/tables/nova-scheduling.xml152(td) +#: ./doc/common/tables/nova-scheduling.xml160(td) msgid "" "(FloatOpt) The final weight value to be returned if required is set to False" " and any one of the metrics set by weight_setting is unavailable." @@ -32559,7 +33538,7 @@ msgid "metrics/weight_setting = []" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml357(td) -#: ./doc/common/tables/nova-scheduling.xml156(td) +#: ./doc/common/tables/nova-scheduling.xml164(td) msgid "" "(ListOpt) How the metrics are going to be weighed. This should be in the " "form of \"<name1>=<ratio1>, <name2>=<ratio2>, ...\"," @@ -32761,11 +33740,6 @@ msgstr "" msgid "xenserver/vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml549(td) -#: ./doc/common/tables/nova-baremetal.xml133(td) -msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs." -msgstr "" - #: ./doc/common/tables/nova-conf-changes-icehouse.xml567(td) msgid "" "oslo.messaging.exceptions, nova.exception, cinder.exception, exceptions" @@ -33417,62 +34391,93 @@ msgstr "" msgid "Description of configuration options for bigswitch" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml22(td) -#: ./doc/common/tables/heat-rpc.xml22(td) -#: ./doc/common/tables/neutron-common.xml38(td) -msgid "" -"(ListOpt) Modules of exceptions that are permitted to be recreated upon " -"receiving exception data from an rpc call." +#: ./doc/common/tables/neutron-cfg_agent.xml7(caption) +msgid "Description of configuration options for cfg_agent" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml25(td) +#: ./doc/common/tables/neutron-cfg_agent.xml21(td) +msgid "device_connection_timeout = 30" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml22(td) +msgid "(IntOpt) Time in seconds for connecting to a hosting device" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml25(td) +msgid "hosting_device_dead_timeout = 300" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml26(td) +msgid "" +"(IntOpt) The time in seconds until a backlogged hosting device is presumed " +"dead. This value should be set up high enough to recover from a period of " +"connectivity loss or high load when the device may not be responding." +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml29(td) +msgid "" +"routing_svc_helper_class = " +"neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml30(td) +msgid "(StrOpt) Path of the routing service helper class." +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml33(td) +msgid "rpc_loop_interval = 10" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml34(td) +msgid "" +"(IntOpt) Interval when the process_services() loop executes in seconds. This" +" is when the config agent lets each service helper to process its neutron " +"resources." +msgstr "" + +#: ./doc/common/tables/ceilometer-rpc.xml21(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml20(td) msgid "dispatcher = ['database']" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml26(td) +#: ./doc/common/tables/ceilometer-rpc.xml22(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml21(td) msgid "(MultiStrOpt) Dispatcher to process data." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml37(td) -msgid "rpc_backend = ceilometer.openstack.common.rpc.impl_kombu" -msgstr "" - -#: ./doc/common/tables/ceilometer-rpc.xml92(td) +#: ./doc/common/tables/ceilometer-rpc.xml80(td) msgid "messaging_urls = []" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml93(td) +#: ./doc/common/tables/ceilometer-rpc.xml81(td) msgid "" "(MultiStrOpt) Messaging URLs to listen for notifications. Example: " "transport://user:pass@host1:port[,hostN:portN]/virtual_host " "(DEFAULT/transport_url is used if empty)" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml96(th) +#: ./doc/common/tables/ceilometer-rpc.xml84(th) msgid "[publisher]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml99(td) +#: ./doc/common/tables/ceilometer-rpc.xml87(td) msgid "metering_secret = change this or be hacked" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml100(td) +#: ./doc/common/tables/ceilometer-rpc.xml88(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml65(td) msgid "(StrOpt) Secret value for signing metering messages." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml103(th) +#: ./doc/common/tables/ceilometer-rpc.xml91(th) msgid "[publisher_rpc]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml106(td) +#: ./doc/common/tables/ceilometer-rpc.xml94(td) msgid "metering_topic = metering" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml107(td) +#: ./doc/common/tables/ceilometer-rpc.xml95(td) msgid "(StrOpt) The topic that ceilometer uses for metering messages." msgstr "" @@ -33516,15 +34521,15 @@ msgstr "" msgid "[mongodb]" msgstr "[mongodb]" -#: ./doc/common/tables/trove-db_mongodb.xml25(td) +#: ./doc/common/tables/trove-db_mongodb.xml29(td) msgid "mount_point = /var/lib/mongodb" msgstr "mount_point = /var/lib/mongodb" -#: ./doc/common/tables/trove-db_mongodb.xml29(td) +#: ./doc/common/tables/trove-db_mongodb.xml33(td) msgid "tcp_ports = 2500, 27017" msgstr "tcp_ports = 2500, 27017" -#: ./doc/common/tables/trove-db_mongodb.xml34(td) +#: ./doc/common/tables/trove-db_mongodb.xml38(td) msgid "" "(ListOpt) List of UPD ports and/or port ranges to open in the security group" " (only applicable if trove_security_groups_support is True)." @@ -33662,6 +34667,11 @@ msgid "" "dict." msgstr "" +#: ./doc/common/tables/trove-rpc.xml21(td) +msgid "" +"allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" +msgstr "allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" + #: ./doc/common/tables/trove-rpc.xml30(td) msgid "(IntOpt) Heartbeat frequency" msgstr "" @@ -33678,6 +34688,22 @@ msgstr "" msgid "rpc_backend = trove.openstack.common.rpc.impl_kombu" msgstr "rpc_backend = trove.openstack.common.rpc.impl_kombu" +#: ./doc/common/tables/trove-rpc.xml50(td) +msgid "(StrOpt) The messaging module to use, defaults to kombu." +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml58(td) +msgid "(IntOpt) Size of RPC connection pool" +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml62(td) +msgid "(IntOpt) Seconds to wait for a response from call or multicall" +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml66(td) +msgid "(IntOpt) Size of RPC thread pool" +msgstr "" + #: ./doc/common/tables/trove-rpc.xml69(th) msgid "[rpc_notifier2]" msgstr "" @@ -33696,6 +34722,7 @@ msgstr "[secure_messages]" #: ./doc/common/tables/trove-rpc.xml79(td) #: ./doc/common/tables/keystone-trust.xml25(td) +#: ./doc/common/tables/glance-profiler.xml21(td) msgid "enabled = True" msgstr "enabled = True" @@ -33798,10 +34825,6 @@ msgid "" "default full backup." msgstr "" -#: ./doc/common/tables/trove-backup.xml33(td) -msgid "backup_namespace = trove.guestagent.strategies.backup.mysql_impl" -msgstr "" - #: ./doc/common/tables/trove-backup.xml34(td) msgid "(StrOpt) Namespace to load backup strategies from." msgstr "" @@ -33858,10 +34881,6 @@ msgstr "" msgid "backups_page_size = 20" msgstr "" -#: ./doc/common/tables/nova-network.xml7(caption) -msgid "Description of configuration options for network" -msgstr "" - #: ./doc/common/tables/nova-network.xml21(td) msgid "allow_same_net_traffic = True" msgstr "" @@ -34170,7 +35189,9 @@ msgid "(IntOpt) Number of times to retry network allocation on failures" msgstr "" #: ./doc/common/tables/nova-network.xml170(td) -msgid "(IntOpt) MTU setting for network interface" +msgid "" +"(IntOpt) DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE NETWORK. MTU" +" setting for network interface." msgstr "" #: ./doc/common/tables/nova-network.xml173(td) @@ -34493,6 +35514,36 @@ msgid "" "certificate)." msgstr "" +#: ./doc/common/tables/cinder-prophetstor_dpl.xml7(caption) +msgid "Description of configuration options for prophetstor_dpl" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml21(td) +msgid "dpl_pool =" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml22(td) +msgid "(StrOpt) DPL pool uuid in which DPL volumes are stored." +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml25(td) +msgid "dpl_port = 8357" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml26(td) +msgid "(IntOpt) DPL port number." +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml41(td) +#: ./doc/common/tables/cinder-san.xml53(td) +msgid "san_thin_provision = True" +msgstr "san_thin_provision = True" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml42(td) +#: ./doc/common/tables/cinder-san.xml54(td) +msgid "(BoolOpt) Use thin provisioning for SAN volumes?" +msgstr "" + #: ./doc/common/tables/nova-ca.xml7(caption) msgid "Description of configuration options for ca" msgstr "" @@ -34666,30 +35717,52 @@ msgid "" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml25(th) -msgid "[dispatcher_file]" +msgid "[collector]" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml28(td) -msgid "backup_count = 0" +msgid "udp_address = 0.0.0.0" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml29(td) -msgid "(IntOpt) The max number of the files to keep." +msgid "" +"(StrOpt) Address to which the UDP socket is bound. Set to an empty string to" +" disable." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml32(td) -msgid "file_path = None" +msgid "udp_port = 4952" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml33(td) +msgid "(IntOpt) Port to which the UDP socket is bound." +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml36(th) +msgid "[dispatcher_file]" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml39(td) +msgid "backup_count = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml40(td) +msgid "(IntOpt) The max number of the files to keep." +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml43(td) +msgid "file_path = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml44(td) msgid "(StrOpt) Name and the location of the file to record meters." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml36(td) +#: ./doc/common/tables/ceilometer-collector.xml47(td) msgid "max_bytes = 0" msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml37(td) +#: ./doc/common/tables/ceilometer-collector.xml48(td) msgid "(IntOpt) The max size of the file." msgstr "" @@ -34825,6 +35898,7 @@ msgid "(StrOpt) vArmour director username" msgstr "" #: ./doc/common/tables/heat-debug.xml7(caption) +#: ./doc/common/tables/ceilometer-debug.xml7(caption) #: ./doc/common/tables/trove-debug.xml7(caption) #: ./doc/common/tables/keystone-debug.xml7(caption) msgid "Description of configuration options for debug" @@ -34886,10 +35960,6 @@ msgstr "ignore_users = os_admin, root" msgid "mount_options = defaults,noatime" msgstr "mount_options = defaults,noatime" -#: ./doc/common/tables/trove-guestagent.xml53(td) -msgid "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" -msgstr "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" - #: ./doc/common/tables/trove-guestagent.xml54(td) msgid "(StrOpt) Namespace to load restore strategies from." msgstr "" @@ -35095,6 +36165,33 @@ msgstr "" msgid "(StrOpt) vDirect user name." msgstr "" +#: ./doc/common/tables/neutron-ml2_sriov.xml7(caption) +msgid "Description of configuration options for ml2_sriov" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml18(th) +msgid "[ml2_sriov]" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml21(td) +msgid "agent_required = False" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml22(td) +msgid "(BoolOpt) SRIOV neutron agent is required for port binding" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml25(td) +msgid "supported_pci_vendor_devs = 15b3:1004, 8086:10c9" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml26(td) +msgid "" +"(ListOpt) Supported PCI vendor devices, defined by vendor_id:product_id " +"according to the PCI ID Repository. Default enables support for Intel and " +"Mellanox SR-IOV capable NICs" +msgstr "" + #: ./doc/common/tables/neutron-ml2_l2pop.xml7(caption) msgid "Description of configuration options for ml2_l2pop" msgstr "" @@ -35113,33 +36210,6 @@ msgid "" " it restarts" msgstr "" -#: ./doc/common/tables/glance-amqp.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml181(td) -msgid "rpc_backend = rabbit" -msgstr "rpc_backend = rabbit" - -#: ./doc/common/tables/glance-amqp.xml38(td) -#: ./doc/common/tables/cinder-rpc.xml182(td) -msgid "" -"(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers " -"include qpid and zmq." -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml42(td) -#: ./doc/common/tables/cinder-rpc.xml190(td) -msgid "(IntOpt) Size of RPC connection pool." -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml46(td) -#: ./doc/common/tables/cinder-rpc.xml194(td) -msgid "(IntOpt) Seconds to wait for a response from a call." -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml50(td) -#: ./doc/common/tables/cinder-rpc.xml198(td) -msgid "(IntOpt) Size of RPC greenthread pool." -msgstr "" - #: ./doc/common/tables/glance-zmq.xml7(caption) msgid "Description of configuration options for zmq" msgstr "" @@ -35262,6 +36332,14 @@ msgstr "[memcache]" msgid "memcache.conf" msgstr "" +#: ./doc/common/tables/ceilometer-debug.xml21(td) +msgid "nova_http_log_debug = False" +msgstr "" + +#: ./doc/common/tables/ceilometer-debug.xml22(td) +msgid "(BoolOpt) Allow novaclient's debug log output." +msgstr "" + #: ./doc/common/tables/swift-account-server-app-account-server.xml8(literal) msgid "[app-account-server]" msgstr "" @@ -35302,86 +36380,6 @@ msgstr "root_grant = ALL" msgid "root_grant_option = True" msgstr "root_grant_option = True" -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml20(td) -msgid "access_log_address = /dev/log" -msgstr "access_log_address = /dev/log" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml24(td) -msgid "access_log_facility = LOG_LOCAL0" -msgstr "access_log_facility = LOG_LOCAL0" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml28(td) -msgid "access_log_headers = false" -msgstr "access_log_headers = false" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml32(td) -msgid "access_log_headers_only =" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml33(td) -msgid "" -"If access_log_headers is True and access_log_headers_only is set only these " -"headers are logged. Multiple headers can be defined as comma separated list " -"like this: access_log_headers_only = Host, X-Object-Meta-Mtime" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml38(td) -msgid "access_log_level = INFO" -msgstr "access_log_level = INFO" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml42(td) -msgid "access_log_name = swift" -msgstr "access_log_name = swift" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml46(td) -msgid "access_log_statsd_default_sample_rate = 1.0" -msgstr "access_log_statsd_default_sample_rate = 1.0" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml50(td) -msgid "access_log_statsd_host = localhost" -msgstr "access_log_statsd_host = localhost" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml54(td) -msgid "access_log_statsd_metric_prefix =" -msgstr "access_log_statsd_metric_prefix =" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml58(td) -msgid "access_log_statsd_port = 8125" -msgstr "access_log_statsd_port = 8125" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml62(td) -msgid "access_log_statsd_sample_rate_factor = 1.0" -msgstr "access_log_statsd_sample_rate_factor = 1.0" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml66(td) -msgid "access_log_udp_host =" -msgstr "access_log_udp_host =" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml70(td) -msgid "access_log_udp_port = 514" -msgstr "access_log_udp_port = 514" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml74(td) -msgid "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" -msgstr "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml78(td) -msgid "logged with access_log_headers = True." -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml82(td) -msgid "reveal_sensitive_prefix = 16" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml83(td) -msgid "" -"The X-Auth-Token is sensitive data. If revealed to an unauthorised person, " -"they can now make requests against an account until the token expires. Set " -"reveal_sensitive_prefix to the number of characters of the token that are " -"logged. For example reveal_sensitive_prefix = 12 so only first 12 characters" -" of the token are logged. Or, set to 0 to completely remove the token." -msgstr "" - #: ./doc/common/tables/trove-db_redis.xml7(caption) msgid "Description of configuration options for db_redis" msgstr "" @@ -35391,38 +36389,38 @@ msgid "[redis]" msgstr "[redis]" #: ./doc/common/tables/trove-db_redis.xml25(td) +msgid "device_path = None" +msgstr "" + +#: ./doc/common/tables/trove-db_redis.xml29(td) msgid "mount_point = /var/lib/redis" msgstr "mount_point = /var/lib/redis" -#: ./doc/common/tables/trove-db_redis.xml29(td) +#: ./doc/common/tables/trove-db_redis.xml33(td) msgid "tcp_ports = 6379" msgstr "tcp_ports = 6379" -#: ./doc/common/tables/cinder-rpc.xml21(td) +#: ./doc/common/tables/trove-db_redis.xml45(td) +msgid "volume_support = False" +msgstr "" + +#: ./doc/common/tables/cinder-rpc.xml33(td) +msgid "default_timeout = 525600" +msgstr "" + +#: ./doc/common/tables/cinder-rpc.xml34(td) msgid "" -"allowed_rpc_exception_modules = oslo.messaging.exceptions, nova.exception, " -"cinder.exception, exceptions" +"(IntOpt) Default timeout for CLI operations in minutes. For example, LUN " +"migration is a typical long running operation, which depends on the LUN size" +" and the load of the array. An upper bound in the specific deployment can be" +" set to avoid unnecessary long wait. By default, it is 365 days long." msgstr "" -#: ./doc/common/tables/cinder-rpc.xml37(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml28(td) -msgid "default_timeout = 20" -msgstr "" - -#: ./doc/common/tables/cinder-rpc.xml38(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml29(td) -msgid "(IntOpt) Default Time Out For CLI operations in minutes" -msgstr "" - -#: ./doc/common/tables/cinder-rpc.xml209(td) -msgid "rpc_zmq_host = localhost" -msgstr "" - -#: ./doc/common/tables/cinder-rpc.xml233(td) +#: ./doc/common/tables/cinder-rpc.xml221(td) msgid "volume_topic = cinder-volume" msgstr "volume_topic = cinder-volume" -#: ./doc/common/tables/cinder-rpc.xml234(td) +#: ./doc/common/tables/cinder-rpc.xml222(td) msgid "(StrOpt) The topic that volume nodes listen on" msgstr "" @@ -35641,37 +36639,37 @@ msgid "" "`egg:swift#container`." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml24(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml32(td) msgid "files_per_second = 20" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml25(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml33(td) msgid "" "Maximum files audited per second. Should be tuned according to individual " "system specs. 0 is unlimited." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml40(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml48(td) msgid "log_name = object-auditor" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml44(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml52(td) msgid "log_time = 3600" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml45(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml53(td) msgid "Frequency of status logs in seconds." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml48(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml56(td) msgid "object_size_stats =" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml56(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml64(td) msgid "zero_byte_files_per_second = 50" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml57(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml65(td) msgid "Maximum zero byte files audited per second." msgstr "" @@ -35918,52 +36916,52 @@ msgid "New, updated and deprecated options for neutron" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml16(td) -#: ./doc/common/tables/neutron-common.xml45(td) +#: ./doc/common/tables/neutron-common.xml41(td) msgid "auth_ca_cert = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml17(td) -#: ./doc/common/tables/neutron-common.xml46(td) +#: ./doc/common/tables/neutron-common.xml42(td) msgid "(StrOpt) Certificate Authority public key (CA cert) file for ssl" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml20(td) -#: ./doc/common/tables/neutron-common.xml49(td) +#: ./doc/common/tables/neutron-common.xml45(td) msgid "auth_insecure = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml21(td) -#: ./doc/common/tables/neutron-common.xml50(td) +#: ./doc/common/tables/neutron-common.xml46(td) msgid "(BoolOpt) Turn off verification of the certificate for ssl" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml24(td) -#: ./doc/common/tables/neutron-common.xml77(td) +#: ./doc/common/tables/neutron-common.xml73(td) msgid "ca_certs = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml25(td) -#: ./doc/common/tables/neutron-common.xml78(td) +#: ./doc/common/tables/neutron-common.xml74(td) msgid "(StrOpt) CA certificates" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml28(td) -#: ./doc/common/tables/neutron-common.xml85(td) +#: ./doc/common/tables/neutron-common.xml81(td) msgid "ctl_cert = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml29(td) -#: ./doc/common/tables/neutron-common.xml86(td) +#: ./doc/common/tables/neutron-common.xml82(td) msgid "(StrOpt) controller certificate" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml32(td) -#: ./doc/common/tables/neutron-common.xml89(td) +#: ./doc/common/tables/neutron-common.xml85(td) msgid "ctl_privkey = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml33(td) -#: ./doc/common/tables/neutron-common.xml90(td) +#: ./doc/common/tables/neutron-common.xml86(td) msgid "(StrOpt) controller private key" msgstr "" @@ -36186,6 +37184,13 @@ msgstr "" msgid "NSX/replication_mode = service" msgstr "" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml201(td) +msgid "" +"(StrOpt) The default option leverages service nodes to perform packet " +"replication though one could set to this to 'source' to perform replication " +"locally. This is useful if one does not want to deploy a service node(s)." +msgstr "" + #: ./doc/common/tables/neutron-conf-changes-icehouse.xml204(td) msgid "NSX_DHCP/default_lease_time = 43200" msgstr "" @@ -36530,7 +37535,6 @@ msgid "ml2_brocade/ostype = NOS" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml521(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml26(td) msgid "(StrOpt) Unused" msgstr "" @@ -36539,7 +37543,7 @@ msgid "ml2_brocade/password = password" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml525(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml30(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml34(td) #: ./doc/common/tables/neutron-brocade.xml37(td) msgid "(StrOpt) The SSH password to use" msgstr "" @@ -36549,7 +37553,7 @@ msgid "ml2_brocade/physical_networks =" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml529(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml34(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml38(td) msgid "(StrOpt) Allowed physical networks" msgstr "" @@ -36558,7 +37562,7 @@ msgid "ml2_brocade/username = admin" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml533(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml38(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml42(td) #: ./doc/common/tables/neutron-brocade.xml41(td) msgid "(StrOpt) The SSH username to use" msgstr "" @@ -37037,11 +38041,6 @@ msgstr "" msgid "Description of configuration options for rpc_all" msgstr "" -#: ./doc/common/tables/nova-rpc_all.xml149(td) -#: ./doc/common/tables/nova-rpc.xml41(td) -msgid "rpc_backend = nova.openstack.common.rpc.impl_kombu" -msgstr "" - #: ./doc/common/tables/nova-rpc_all.xml200(td) #: ./doc/common/tables/nova-rpc.xml64(td) msgid "rpc_driver_queue_base = cells.intercell" @@ -37134,6 +38133,38 @@ msgstr "" msgid "(BoolOpt) Force V1 WMI utility classes" msgstr "" +#: ./doc/common/tables/ceilometer-tripleo.xml7(caption) +msgid "Description of configuration options for tripleo" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml18(th) +msgid "[hardware]" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml21(td) +msgid "readonly_user_name = ro_snmp_user" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml22(td) +msgid "(StrOpt) SNMPd user name of all nodes running in the cloud." +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml25(td) +msgid "readonly_user_password = password" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml26(td) +msgid "(StrOpt) SNMPd password of all the nodes running in the cloud" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml29(td) +msgid "url_scheme = snmp://" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml30(td) +msgid "(StrOpt) URL scheme to use for hardware nodes" +msgstr "" + #: ./doc/common/tables/keystone-federation.xml7(caption) msgid "Description of configuration options for federation" msgstr "" @@ -37159,65 +38190,78 @@ msgid "Description of configuration options for scheduling" msgstr "" #: ./doc/common/tables/nova-scheduling.xml29(td) -msgid "cpu_allocation_ratio = 16.0" +msgid "" +"baremetal_scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, " +"ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, " +"ExactRamFilter, ExactDiskFilter, ExactCoreFilter" msgstr "" #: ./doc/common/tables/nova-scheduling.xml30(td) msgid "" +"(ListOpt) Which filter class names to use for filtering baremetal hosts when" +" not specified in the request." +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml33(td) +msgid "cpu_allocation_ratio = 16.0" +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml34(td) +msgid "" "(FloatOpt) Virtual CPU to physical CPU allocation ratio which affects all " "CPU filters. This configuration specifies a global ratio for CoreFilter. For" " AggregateCoreFilter, it will fall back to this configuration value if no " "per-aggregate setting found." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml33(td) +#: ./doc/common/tables/nova-scheduling.xml37(td) msgid "disk_allocation_ratio = 1.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml34(td) +#: ./doc/common/tables/nova-scheduling.xml38(td) msgid "(FloatOpt) Virtual disk to physical disk allocation ratio" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml37(td) +#: ./doc/common/tables/nova-scheduling.xml41(td) msgid "isolated_hosts =" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml38(td) +#: ./doc/common/tables/nova-scheduling.xml42(td) msgid "(ListOpt) Host reserved for specific images" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml41(td) +#: ./doc/common/tables/nova-scheduling.xml45(td) msgid "isolated_images =" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml42(td) +#: ./doc/common/tables/nova-scheduling.xml46(td) msgid "(ListOpt) Images to run on isolated host" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml45(td) +#: ./doc/common/tables/nova-scheduling.xml49(td) msgid "max_instances_per_host = 50" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml46(td) +#: ./doc/common/tables/nova-scheduling.xml50(td) msgid "(IntOpt) Ignore hosts that have too many instances" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml49(td) +#: ./doc/common/tables/nova-scheduling.xml53(td) msgid "max_io_ops_per_host = 8" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml50(td) +#: ./doc/common/tables/nova-scheduling.xml54(td) msgid "" "(IntOpt) Tells filters to ignore hosts that have this many or more instances" " currently in build, resize, snapshot, migrate, rescue or unshelve task " "states" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml53(td) +#: ./doc/common/tables/nova-scheduling.xml57(td) msgid "ram_allocation_ratio = 1.5" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml54(td) +#: ./doc/common/tables/nova-scheduling.xml58(td) msgid "" "(FloatOpt) Virtual ram to physical ram allocation ratio which affects all " "ram filters. This configuration specifies a global ratio for RamFilter. For " @@ -37225,46 +38269,46 @@ msgid "" "aggregate setting found." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml57(td) +#: ./doc/common/tables/nova-scheduling.xml61(td) msgid "ram_weight_multiplier = 1.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml58(td) -#: ./doc/common/tables/nova-scheduling.xml121(td) +#: ./doc/common/tables/nova-scheduling.xml62(td) +#: ./doc/common/tables/nova-scheduling.xml129(td) msgid "" "(FloatOpt) Multiplier used for weighing ram. Negative numbers mean to stack " "vs spread." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml61(td) +#: ./doc/common/tables/nova-scheduling.xml65(td) msgid "reserved_host_disk_mb = 0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml62(td) +#: ./doc/common/tables/nova-scheduling.xml66(td) msgid "(IntOpt) Amount of disk in MB to reserve for the host" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml65(td) +#: ./doc/common/tables/nova-scheduling.xml69(td) msgid "reserved_host_memory_mb = 512" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml66(td) +#: ./doc/common/tables/nova-scheduling.xml70(td) msgid "(IntOpt) Amount of memory in MB to reserve for the host" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml69(td) +#: ./doc/common/tables/nova-scheduling.xml73(td) msgid "restrict_isolated_hosts_to_isolated_images = True" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml70(td) +#: ./doc/common/tables/nova-scheduling.xml74(td) msgid "(BoolOpt) Whether to force isolated hosts to run only isolated images" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml73(td) +#: ./doc/common/tables/nova-scheduling.xml77(td) msgid "scheduler_available_filters = ['nova.scheduler.filters.all_filters']" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml74(td) +#: ./doc/common/tables/nova-scheduling.xml78(td) msgid "" "(MultiStrOpt) Filter classes available to the scheduler which may be " "specified more than once. An entry of " @@ -37272,30 +38316,30 @@ msgid "" "with nova." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml77(td) +#: ./doc/common/tables/nova-scheduling.xml81(td) msgid "" "scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, RamFilter, " "ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, " "ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml81(td) +#: ./doc/common/tables/nova-scheduling.xml85(td) msgid "scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml82(td) +#: ./doc/common/tables/nova-scheduling.xml86(td) msgid "(StrOpt) Default driver to use for the scheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml89(td) +#: ./doc/common/tables/nova-scheduling.xml93(td) msgid "scheduler_host_manager = nova.scheduler.host_manager.HostManager" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml93(td) +#: ./doc/common/tables/nova-scheduling.xml97(td) msgid "scheduler_host_subset_size = 1" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml94(td) +#: ./doc/common/tables/nova-scheduling.xml98(td) msgid "" "(IntOpt) New instances will be scheduled on a host chosen randomly from a " "subset of the N best hosts. This property defines the subset size that a " @@ -37304,89 +38348,99 @@ msgid "" "will be ignored, and 1 will be used instead" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml101(td) +#: ./doc/common/tables/nova-scheduling.xml105(td) msgid "scheduler_manager = nova.scheduler.manager.SchedulerManager" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml106(td) +#: ./doc/common/tables/nova-scheduling.xml110(td) msgid "(IntOpt) Maximum number of attempts to schedule an instance" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml109(td) +#: ./doc/common/tables/nova-scheduling.xml113(td) msgid "scheduler_topic = scheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml110(td) +#: ./doc/common/tables/nova-scheduling.xml114(td) msgid "(StrOpt) The topic scheduler nodes listen on" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml113(td) +#: ./doc/common/tables/nova-scheduling.xml117(td) +msgid "scheduler_use_baremetal_filters = False" +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml118(td) +msgid "" +"(BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters " +"or not." +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml121(td) msgid "scheduler_weight_classes = nova.scheduler.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml114(td) +#: ./doc/common/tables/nova-scheduling.xml122(td) msgid "(ListOpt) Which weight class names to use for weighing hosts" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml120(td) +#: ./doc/common/tables/nova-scheduling.xml128(td) msgid "ram_weight_multiplier = 10.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml124(td) +#: ./doc/common/tables/nova-scheduling.xml132(td) msgid "scheduler_filter_classes = nova.cells.filters.all_filters" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml125(td) +#: ./doc/common/tables/nova-scheduling.xml133(td) msgid "" "(ListOpt) Filter classes the cells scheduler should use. An entry of " "\"nova.cells.filters.all_filters\" maps to all cells filters included with " "nova." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml128(td) +#: ./doc/common/tables/nova-scheduling.xml136(td) msgid "scheduler_retries = 10" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml129(td) +#: ./doc/common/tables/nova-scheduling.xml137(td) msgid "(IntOpt) How many retries when no cells are available." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml132(td) +#: ./doc/common/tables/nova-scheduling.xml140(td) msgid "scheduler_retry_delay = 2" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml133(td) +#: ./doc/common/tables/nova-scheduling.xml141(td) msgid "(IntOpt) How often to retry in seconds when no cells are available." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml136(td) +#: ./doc/common/tables/nova-scheduling.xml144(td) msgid "scheduler_weight_classes = nova.cells.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml137(td) +#: ./doc/common/tables/nova-scheduling.xml145(td) msgid "" "(ListOpt) Weigher classes the cells scheduler should use. An entry of " "\"nova.cells.weights.all_weighers\" maps to all cell weighers included with " "nova." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml140(th) +#: ./doc/common/tables/nova-scheduling.xml148(th) msgid "[metrics]" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml143(td) +#: ./doc/common/tables/nova-scheduling.xml151(td) msgid "required = True" msgstr "required = True" -#: ./doc/common/tables/nova-scheduling.xml147(td) +#: ./doc/common/tables/nova-scheduling.xml155(td) msgid "weight_multiplier = 1.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml151(td) +#: ./doc/common/tables/nova-scheduling.xml159(td) msgid "weight_of_unavailable = -10000.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml155(td) +#: ./doc/common/tables/nova-scheduling.xml163(td) msgid "weight_setting =" msgstr "" @@ -37631,10 +38685,6 @@ msgstr "" msgid "(IntOpt) TCP Port used by Neutron metadata namespace proxy." msgstr "" -#: ./doc/common/tables/neutron-metadata.xml33(td) -msgid "metadata_proxy_shared_secret =" -msgstr "" - #: ./doc/common/tables/neutron-metadata.xml37(td) msgid "metadata_proxy_socket = $state_path/metadata_proxy" msgstr "" @@ -38041,11 +39091,23 @@ msgstr "" msgid "ostype = NOS" msgstr "" -#: ./doc/common/tables/neutron-ml2_brocade.xml33(td) -msgid "physical_networks =" +#: ./doc/common/tables/neutron-ml2_brocade.xml26(td) +msgid "(StrOpt) OS Type of the switch" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml29(td) +msgid "osversion = 4.0.0" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml30(td) +msgid "(StrOpt) OS Version number" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml37(td) +msgid "physical_networks =" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml41(td) #: ./doc/common/tables/neutron-midonet.xml45(td) msgid "username = admin" msgstr "" @@ -38147,6 +39209,13 @@ msgstr "" msgid "[clients_swift]" msgstr "[clients_swift]" +#: ./doc/common/tables/keystone-logging.xml21(td) +msgid "" +"default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " +"sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, " +"requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN" +msgstr "" + #: ./doc/common/tables/neutron-brocade.xml7(caption) msgid "Description of configuration options for brocade" msgstr "" @@ -38202,6 +39271,26 @@ msgstr "" msgid "(StrOpt) use this file for cinder emc plugin config data" msgstr "" +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml28(td) +msgid "default_timeout = 20" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml29(td) +msgid "(IntOpt) Default Time Out For CLI operations in minutes" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml76(td) +msgid "max_luns_per_storage_group = 256" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml77(td) +msgid "(IntOpt) Default max number of LUNs in a storage group" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml105(td) +msgid "(StrOpt) Naviseccli Path" +msgstr "" + #: ./doc/common/tables/cinder-conf-changes-icehouse.xml128(td) #: ./doc/common/tables/cinder-nexenta_nfs.xml25(td) msgid "nexenta_nms_cache_volroot = True" @@ -38249,6 +39338,16 @@ msgstr "" msgid "(IntOpt) Number of workers for OpenStack Volume API service" msgstr "" +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml161(td) +msgid "(StrOpt) ISCSI pool name" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml201(td) +msgid "" +"(IntOpt) The interval (in seconds) for polling remote tasks invoked on " +"VMware ESX/VC server." +msgstr "" + #: ./doc/common/tables/cinder-conf-changes-icehouse.xml224(td) msgid "BRCD_FABRIC_EXAMPLE/fc_fabric_address =" msgstr "" @@ -38439,10 +39538,6 @@ msgstr "" msgid "publisher/metering_secret" msgstr "" -#: ./doc/common/tables/heat-rpc.xml45(td) -msgid "rpc_backend = heat.openstack.common.rpc.impl_kombu" -msgstr "rpc_backend = heat.openstack.common.rpc.impl_kombu" - #: ./doc/common/tables/trove-taskmanager.xml7(caption) msgid "Description of configuration options for taskmanager" msgstr "" @@ -38514,14 +39609,13 @@ msgid "state_change_wait_time = 180" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml61(td) -msgid "update_status_on_fail = False" +msgid "update_status_on_fail = True" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml62(td) msgid "" -"(BoolOpt) If instance fails to become active, taskmanager updates statuses, " -"service status = FAILED_TIMEOUT_GUESTAGENT, instance task status = " -"BUILDING_ERROR_TIMEOUT_GA." +"(BoolOpt) Set the service and instance task statuses to ERROR when an " +"instance fails to become active within the configured usage_timeout." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml69(td) @@ -38529,14 +39623,22 @@ msgid "use_heat = False" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml73(td) -msgid "use_nova_server_volume = False" +msgid "use_nova_server_config_drive = False" +msgstr "" + +#: ./doc/common/tables/trove-taskmanager.xml74(td) +msgid "(BoolOpt) Use config drive for file injection when booting instance." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml77(td) +msgid "use_nova_server_volume = False" +msgstr "" + +#: ./doc/common/tables/trove-taskmanager.xml81(td) msgid "verify_swift_checksum_on_restore = True" msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml78(td) +#: ./doc/common/tables/trove-taskmanager.xml82(td) msgid "" "(BoolOpt) Enable verification of swift checksum before starting restore; " "makes sure the checksum of original backup matches checksum of the swift " @@ -38701,8 +39803,8 @@ msgid "Description of configuration options for console" msgstr "Description des options de configuration pour la console" #: ./doc/common/tables/nova-console.xml21(td) -msgid "console_public_hostname = oslo" -msgstr "console_public_hostname = oslo" +msgid "console_public_hostname = localhost" +msgstr "" #: ./doc/common/tables/nova-console.xml22(td) msgid "(StrOpt) Publicly visible name for this console host" @@ -38769,11 +39871,6 @@ msgstr "db_driver = nova.db" msgid "(StrOpt) The driver to use for database access" msgstr "" -#: ./doc/common/tables/nova-database.xml92(td) -#: ./doc/common/tables/keystone-database.xml85(td) -msgid "slave_connection = None" -msgstr "" - #: ./doc/common/tables/nova-database.xml93(td) msgid "" "(StrOpt) The SQLAlchemy connection string used to connect to the slave " @@ -38905,10 +40002,6 @@ msgstr "" msgid "(IntOpt) Number of security groups per project" msgstr "" -#: ./doc/common/tables/trove-redis.xml18(th) -msgid "[matchmaker_redis]" -msgstr "" - #: ./doc/common/tables/trove-redis.xml22(td) msgid "(StrOpt) Host to locate redis" msgstr "" @@ -39175,7 +40268,7 @@ msgid "Number of errors to find before a device is unmounted" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml36(td) -msgid "log_file_pattern = /var/log/kern*" +msgid "log_file_pattern = /var/log/kern.*[!.][!g][!z]" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml37(td) @@ -39413,10 +40506,6 @@ msgstr "" msgid "(StrOpt) Base command to use for virtual power(vbox, virsh)" msgstr "" -#: ./doc/common/tables/nova-baremetal.xml132(td) -msgid "vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" -msgstr "" - #: ./doc/common/tables/cinder-backups_tsm.xml7(caption) msgid "Description of configuration options for backups_tsm" msgstr "Description des options de configuration pour backups_tsm" @@ -39449,23 +40538,6 @@ msgstr "" msgid "Description of configuration options for san" msgstr "" -#: ./doc/common/tables/cinder-san.xml21(td) -msgid "san_clustername =" -msgstr "san_clustername =" - -#: ./doc/common/tables/cinder-san.xml22(td) -msgid "(StrOpt) Cluster name to use for creating volumes" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml25(td) -#: ./doc/common/tables/cinder-prophststor_dpl.xml22(td) -msgid "san_ip =" -msgstr "san_ip =" - -#: ./doc/common/tables/cinder-san.xml26(td) -msgid "(StrOpt) IP address of SAN controller" -msgstr "" - #: ./doc/common/tables/cinder-san.xml29(td) msgid "san_is_local = False" msgstr "san_is_local = False" @@ -39476,23 +40548,6 @@ msgid "" "service is running on the SAN device" msgstr "" -#: ./doc/common/tables/cinder-san.xml33(td) -msgid "san_login = admin" -msgstr "san_login = admin" - -#: ./doc/common/tables/cinder-san.xml34(td) -msgid "(StrOpt) Username for SAN controller" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml37(td) -#: ./doc/common/tables/cinder-prophststor_dpl.xml30(td) -msgid "san_password =" -msgstr "san_password =" - -#: ./doc/common/tables/cinder-san.xml38(td) -msgid "(StrOpt) Password for SAN controller" -msgstr "" - #: ./doc/common/tables/cinder-san.xml41(td) msgid "san_private_key =" msgstr "san_private_key =" @@ -39502,46 +40557,49 @@ msgid "(StrOpt) Filename of private key to use for SSH authentication" msgstr "" #: ./doc/common/tables/cinder-san.xml45(td) -msgid "san_ssh_port = 22" -msgstr "san_ssh_port = 22" +msgid "san_secondary_ip = None" +msgstr "" #: ./doc/common/tables/cinder-san.xml46(td) -msgid "(IntOpt) SSH port to use with SAN" +msgid "(StrOpt) VNX secondary SP IP Address." msgstr "" #: ./doc/common/tables/cinder-san.xml49(td) -#: ./doc/common/tables/cinder-prophststor_dpl.xml34(td) -msgid "san_thin_provision = True" -msgstr "san_thin_provision = True" +msgid "san_ssh_port = 22" +msgstr "san_ssh_port = 22" #: ./doc/common/tables/cinder-san.xml50(td) -msgid "(BoolOpt) Use thin provisioning for SAN volumes?" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml53(td) -msgid "ssh_conn_timeout = 30" -msgstr "ssh_conn_timeout = 30" - -#: ./doc/common/tables/cinder-san.xml54(td) -msgid "(IntOpt) SSH connection timeout in seconds" +msgid "(IntOpt) SSH port to use with SAN" msgstr "" #: ./doc/common/tables/cinder-san.xml57(td) -msgid "ssh_max_pool_conn = 5" -msgstr "ssh_max_pool_conn = 5" +msgid "ssh_conn_timeout = 30" +msgstr "ssh_conn_timeout = 30" #: ./doc/common/tables/cinder-san.xml58(td) -msgid "(IntOpt) Maximum ssh connections in the pool" +msgid "(IntOpt) SSH connection timeout in seconds" msgstr "" #: ./doc/common/tables/cinder-san.xml61(td) +msgid "ssh_max_pool_conn = 5" +msgstr "ssh_max_pool_conn = 5" + +#: ./doc/common/tables/cinder-san.xml62(td) +msgid "(IntOpt) Maximum ssh connections in the pool" +msgstr "" + +#: ./doc/common/tables/cinder-san.xml65(td) msgid "ssh_min_pool_conn = 1" msgstr "ssh_min_pool_conn = 1" -#: ./doc/common/tables/cinder-san.xml62(td) +#: ./doc/common/tables/cinder-san.xml66(td) msgid "(IntOpt) Minimum ssh connections in the pool" msgstr "" +#: ./doc/common/tables/nova-logging.xml34(td) +msgid "(BoolOpt) Make exception message format errors fatal" +msgstr "" + #: ./doc/common/tables/neutron-nec.xml7(caption) msgid "Description of configuration options for nec" msgstr "" @@ -39786,6 +40844,30 @@ msgid "" "(StrOpt) The driver for servicegroup service (valid options are: db, zk, mc)" msgstr "" +#: ./doc/common/tables/neutron-opencontrail.xml7(caption) +msgid "Description of configuration options for opencontrail" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml18(th) +msgid "[CONTRAIL]" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml21(td) +msgid "api_server_ip = 127.0.0.1" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml22(td) +msgid "(StrOpt) IP address to connect to opencontrail controller" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml25(td) +msgid "api_server_port = 8082" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml26(td) +msgid "(IntOpt) Port to connect to opencontrail controller" +msgstr "" + #: ./doc/common/tables/neutron-ml2_mlnx.xml7(caption) msgid "Description of configuration options for ml2_mlnx" msgstr "" @@ -39823,10 +40905,6 @@ msgid "" "(BoolOpt) Delegation and impersonation features can be optionally disabled." msgstr "" -#: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml20(td) -msgid "pipeline = catch_errors proxy-logging cache proxy-server" -msgstr "" - #: ./doc/common/tables/glance-cinder.xml7(caption) msgid "Description of configuration options for cinder" msgstr "" @@ -39923,46 +41001,34 @@ msgid "" "registry or database." msgstr "" -#: ./doc/common/tables/glance-common.xml77(td) -msgid "notifier_strategy = default" -msgstr "" - #: ./doc/common/tables/glance-common.xml78(td) -msgid "" -"(StrOpt) Notifications can be sent when images are create, updated or " -"deleted. There are three methods of sending notifications, logging (via the " -"log_file directive), rabbit (via a rabbitmq queue), qpid (via a Qpid message" -" queue), or noop (no notifications sent, the default)." -msgstr "" - -#: ./doc/common/tables/glance-common.xml82(td) msgid "(StrOpt) Region name of this node." msgstr "" -#: ./doc/common/tables/glance-common.xml85(td) +#: ./doc/common/tables/glance-common.xml81(td) msgid "property_protection_file = None" msgstr "" -#: ./doc/common/tables/glance-common.xml86(td) +#: ./doc/common/tables/glance-common.xml82(td) msgid "(StrOpt) The location of the property protection file." msgstr "" -#: ./doc/common/tables/glance-common.xml93(td) +#: ./doc/common/tables/glance-common.xml89(td) msgid "show_image_direct_url = False" msgstr "" -#: ./doc/common/tables/glance-common.xml94(td) +#: ./doc/common/tables/glance-common.xml90(td) msgid "" "(BoolOpt) Whether to include the backend image storage location in image " "properties. Revealing storage location can be a security risk, so use this " "setting with caution!" msgstr "" -#: ./doc/common/tables/glance-common.xml97(td) +#: ./doc/common/tables/glance-common.xml93(td) msgid "user_storage_quota = 0" msgstr "" -#: ./doc/common/tables/glance-common.xml98(td) +#: ./doc/common/tables/glance-common.xml94(td) msgid "" "(StrOpt) Set a system wide quota for every user. This value is the total " "capacity that a user can use across all storage systems. A value of 0 means " @@ -39973,33 +41039,33 @@ msgid "" " sensitive." msgstr "" -#: ./doc/common/tables/glance-common.xml101(td) -msgid "workers = 1" +#: ./doc/common/tables/glance-common.xml97(td) +msgid "workers = 4" msgstr "" -#: ./doc/common/tables/glance-common.xml102(td) +#: ./doc/common/tables/glance-common.xml98(td) msgid "" "(IntOpt) The number of child process workers that will be created to service" -" API requests." +" requests. The default will be equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/glance-common.xml105(th) +#: ./doc/common/tables/glance-common.xml101(th) msgid "[image_format]" msgstr "" -#: ./doc/common/tables/glance-common.xml108(td) +#: ./doc/common/tables/glance-common.xml104(td) msgid "container_formats = ami, ari, aki, bare, ovf, ova" msgstr "" -#: ./doc/common/tables/glance-common.xml112(td) +#: ./doc/common/tables/glance-common.xml108(td) msgid "disk_formats = ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" -#: ./doc/common/tables/glance-common.xml116(th) +#: ./doc/common/tables/glance-common.xml112(th) msgid "[task]" msgstr "" -#: ./doc/common/tables/glance-common.xml119(td) +#: ./doc/common/tables/glance-common.xml115(td) msgid "task_time_to_live = 48" msgstr "" @@ -40060,8 +41126,8 @@ msgid "Default user for dispersion in this context" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml32(td) -msgid "auth_version = 2.0" -msgstr "" +msgid "auth_version = 1.0" +msgstr "auth_version = 1.0" #: ./doc/common/tables/swift-dispersion-dispersion.xml33(td) msgid "Indicates which version of auth" @@ -40251,18 +41317,26 @@ msgstr "" msgid "(StrOpt) Comma separated list of supported extension aliases." msgstr "" -#: ./doc/common/tables/keystone-ec2.xml41(th) +#: ./doc/common/tables/keystone-ec2.xml18(th) msgid "[ec2]" msgstr "[ec2]" -#: ./doc/common/tables/keystone-ec2.xml44(td) +#: ./doc/common/tables/keystone-ec2.xml21(td) msgid "driver = keystone.contrib.ec2.backends.kvs.Ec2" msgstr "" -#: ./doc/common/tables/keystone-ec2.xml45(td) +#: ./doc/common/tables/keystone-ec2.xml22(td) msgid "(StrOpt) EC2Credential backend driver." msgstr "" +#: ./doc/common/tables/keystone-ec2.xml25(th) +msgid "[keystone_ec2_token]" +msgstr "" + +#: ./doc/common/tables/keystone-ec2.xml44(td) +msgid "url = http://localhost:5000/v2.0/ec2tokens" +msgstr "" + #: ./doc/common/tables/heat-clients_keystone.xml7(caption) msgid "Description of configuration options for clients_keystone" msgstr "" @@ -40343,63 +41417,10 @@ msgstr "" msgid "format_options = -m 5" msgstr "format_options = -m 5" -#: ./doc/common/tables/trove-logging.xml26(td) -msgid "" -"(StrOpt) If an instance is passed with the log message, format it like this" -msgstr "(StrOpt) Si une instance est passée dans le message de log, la formater ainsi" - -#: ./doc/common/tables/trove-logging.xml30(td) -msgid "" -"(StrOpt) If an instance UUID is passed with the log message, format it like " -"this" -msgstr "(StrOpt) Si l’UUID d’une instance est passé dans le message de log, le formater ainsi" - -#: ./doc/common/tables/trove-logging.xml38(td) -msgid "" -"(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml42(td) -msgid "" -"(StrOpt) (Optional) The base directory used for relative --log-file paths" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml54(td) -msgid "(StrOpt) format string to use for log messages with context" -msgstr "(StrOpt) chaîne de format à utiliser pour les messages de log avec contexte" - -#: ./doc/common/tables/trove-logging.xml58(td) -msgid "(StrOpt) data to append to log format when level is DEBUG" -msgstr "(StrOpt) données à ajouter au format de journal lorsque le niveau est DEBUG" - -#: ./doc/common/tables/trove-logging.xml62(td) -msgid "(StrOpt) format string to use for log messages without context" -msgstr "(StrOpt) chaîne de format à utiliser pour les messages de log sans contexte" - -#: ./doc/common/tables/trove-logging.xml66(td) -msgid "(StrOpt) prefix each line of exception output with this format" -msgstr "(StrOpt) préfixer chaque ligne de sortie d'exception avec ce format" - #: ./doc/common/tables/trove-logging.xml69(td) msgid "network_label_regex = ^private$" msgstr "network_label_regex = ^private$" -#: ./doc/common/tables/trove-logging.xml74(td) -msgid "(BoolOpt) publish error events" -msgstr "(BoolOpt) publier les événements de type erreur" - -#: ./doc/common/tables/trove-logging.xml78(td) -msgid "(StrOpt) syslog facility to receive log lines" -msgstr "(StrOpt) syslog destiné à recevoir les lignes de log" - -#: ./doc/common/tables/trove-logging.xml82(td) -msgid "(BoolOpt) Log output to standard error" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml86(td) -msgid "(BoolOpt) Use syslog for logging." -msgstr "" - #: ./doc/common/tables/keystone-kvs.xml7(caption) msgid "Description of configuration options for kvs" msgstr "" @@ -40682,152 +41703,163 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: ./doc/common/tables/neutron-common.xml41(td) +#: ./doc/common/tables/neutron-common.xml37(td) msgid "api_workers = 0" msgstr "" -#: ./doc/common/tables/neutron-common.xml42(td) +#: ./doc/common/tables/neutron-common.xml38(td) msgid "(IntOpt) Number of separate worker processes for service" msgstr "" -#: ./doc/common/tables/neutron-common.xml54(td) +#: ./doc/common/tables/neutron-common.xml50(td) #: ./doc/common/tables/neutron-common.xml204(td) msgid "(StrOpt) Authentication region" msgstr "" -#: ./doc/common/tables/neutron-common.xml58(td) +#: ./doc/common/tables/neutron-common.xml54(td) #: ./doc/common/tables/neutron-common.xml208(td) msgid "(StrOpt) The type of authentication to use" msgstr "" -#: ./doc/common/tables/neutron-common.xml62(td) +#: ./doc/common/tables/neutron-common.xml58(td) #: ./doc/common/tables/neutron-common.xml212(td) msgid "(StrOpt) Authentication URL" msgstr "" -#: ./doc/common/tables/neutron-common.xml65(td) +#: ./doc/common/tables/neutron-common.xml61(td) msgid "base_mac = fa:16:3e:00:00:00" msgstr "" -#: ./doc/common/tables/neutron-common.xml66(td) +#: ./doc/common/tables/neutron-common.xml62(td) msgid "(StrOpt) The base MAC address Neutron will use for VIFs" msgstr "" -#: ./doc/common/tables/neutron-common.xml70(td) +#: ./doc/common/tables/neutron-common.xml66(td) msgid "(StrOpt) The host IP to bind to" msgstr "" -#: ./doc/common/tables/neutron-common.xml73(td) +#: ./doc/common/tables/neutron-common.xml69(td) msgid "bind_port = 9696" msgstr "" -#: ./doc/common/tables/neutron-common.xml74(td) +#: ./doc/common/tables/neutron-common.xml70(td) msgid "(IntOpt) The port to bind to" msgstr "" -#: ./doc/common/tables/neutron-common.xml81(td) +#: ./doc/common/tables/neutron-common.xml77(td) msgid "core_plugin = None" msgstr "" -#: ./doc/common/tables/neutron-common.xml82(td) +#: ./doc/common/tables/neutron-common.xml78(td) msgid "(StrOpt) The core plugin Neutron will use" msgstr "" -#: ./doc/common/tables/neutron-common.xml93(td) +#: ./doc/common/tables/neutron-common.xml89(td) msgid "dhcp_agent_notification = True" msgstr "" -#: ./doc/common/tables/neutron-common.xml94(td) +#: ./doc/common/tables/neutron-common.xml90(td) msgid "(BoolOpt) Allow sending resource operation notification to DHCP agent" msgstr "" -#: ./doc/common/tables/neutron-common.xml97(td) +#: ./doc/common/tables/neutron-common.xml93(td) msgid "dhcp_agents_per_network = 1" msgstr "" -#: ./doc/common/tables/neutron-common.xml98(td) +#: ./doc/common/tables/neutron-common.xml94(td) msgid "(IntOpt) Number of DHCP agents scheduled to host a network." msgstr "" -#: ./doc/common/tables/neutron-common.xml101(td) +#: ./doc/common/tables/neutron-common.xml97(td) msgid "dhcp_confs = $state_path/dhcp" msgstr "" -#: ./doc/common/tables/neutron-common.xml102(td) +#: ./doc/common/tables/neutron-common.xml98(td) msgid "(StrOpt) Location to store DHCP server config files" msgstr "" -#: ./doc/common/tables/neutron-common.xml105(td) +#: ./doc/common/tables/neutron-common.xml101(td) msgid "dhcp_delete_namespaces = False" msgstr "" -#: ./doc/common/tables/neutron-common.xml106(td) +#: ./doc/common/tables/neutron-common.xml102(td) msgid "(BoolOpt) Delete namespace after removing a dhcp server." msgstr "" -#: ./doc/common/tables/neutron-common.xml109(td) +#: ./doc/common/tables/neutron-common.xml105(td) msgid "dhcp_domain = openstacklocal" msgstr "" -#: ./doc/common/tables/neutron-common.xml113(td) +#: ./doc/common/tables/neutron-common.xml109(td) msgid "dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq" msgstr "" -#: ./doc/common/tables/neutron-common.xml114(td) +#: ./doc/common/tables/neutron-common.xml110(td) msgid "(StrOpt) The driver used to manage the DHCP server." msgstr "" -#: ./doc/common/tables/neutron-common.xml117(td) +#: ./doc/common/tables/neutron-common.xml113(td) msgid "dhcp_lease_duration = 86400" msgstr "" -#: ./doc/common/tables/neutron-common.xml118(td) +#: ./doc/common/tables/neutron-common.xml114(td) msgid "" "(IntOpt) DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use " "infinite lease times." msgstr "" -#: ./doc/common/tables/neutron-common.xml125(td) +#: ./doc/common/tables/neutron-common.xml121(td) msgid "endpoint_type = adminURL" msgstr "" -#: ./doc/common/tables/neutron-common.xml126(td) +#: ./doc/common/tables/neutron-common.xml122(td) msgid "" "(StrOpt) Network service endpoint type to pull from the keystone catalog" msgstr "" +#: ./doc/common/tables/neutron-common.xml125(td) +msgid "force_gateway_on_subnet = True" +msgstr "" + +#: ./doc/common/tables/neutron-common.xml126(td) +msgid "" +"(BoolOpt) Ensure that configured gateway is on subnet. For IPv6, validate " +"only if gateway is not a link local address. Deprecated, to be removed " +"during the K release, at which point the check will be mandatory." +msgstr "" + #: ./doc/common/tables/neutron-common.xml129(td) -msgid "force_gateway_on_subnet = False" -msgstr "" - -#: ./doc/common/tables/neutron-common.xml130(td) -msgid "(BoolOpt) Ensure that configured gateway is on subnet" -msgstr "" - -#: ./doc/common/tables/neutron-common.xml133(td) msgid "interface_driver = None" msgstr "" -#: ./doc/common/tables/neutron-common.xml134(td) +#: ./doc/common/tables/neutron-common.xml130(td) msgid "(StrOpt) The driver used to manage the virtual interface." msgstr "" -#: ./doc/common/tables/neutron-common.xml137(td) +#: ./doc/common/tables/neutron-common.xml133(td) msgid "ip_lib_force_root = False" msgstr "" -#: ./doc/common/tables/neutron-common.xml138(td) +#: ./doc/common/tables/neutron-common.xml134(td) msgid "(BoolOpt) Force ip_lib calls to use the root helper" msgstr "" -#: ./doc/common/tables/neutron-common.xml145(td) +#: ./doc/common/tables/neutron-common.xml141(td) msgid "mac_generation_retries = 16" msgstr "" -#: ./doc/common/tables/neutron-common.xml146(td) +#: ./doc/common/tables/neutron-common.xml142(td) msgid "(IntOpt) How many times Neutron will retry MAC generation" msgstr "" +#: ./doc/common/tables/neutron-common.xml145(td) +msgid "max_allowed_address_pair = 10" +msgstr "" + +#: ./doc/common/tables/neutron-common.xml146(td) +msgid "(IntOpt) Maximum number of allowed address pairs" +msgstr "" + #: ./doc/common/tables/neutron-common.xml149(td) msgid "max_dns_nameservers = 5" msgstr "" @@ -41054,46 +42086,6 @@ msgstr "" msgid "use_virtio_for_bridges = True" msgstr "" -#: ./doc/common/tables/cinder-prophststor_dpl.xml8(caption) -msgid "Description of configuration options for ProphetStor storage" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml23(td) -msgid "(StrOpt) IP address of SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml26(td) -msgid "san_login =" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml27(td) -msgid "(StrOpt) Username for SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml31(td) -msgid "(StrOpt) Password for SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml35(td) -msgid "(BoolOpt) Use thin provisioning for SAN volumes." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml38(td) -msgid "dpl_port = 8357" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml39(td) -msgid "(IntOpt) Port number of ProphetStor DPL storage server." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml42(td) -msgid "dpl_pool =" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml43(td) -msgid "(StrOpt) Pool id of ProphetStor DPL storage server." -msgstr "" - #: ./doc/common/tables/swift-container-sync-realms-realm1.xml8(literal) msgid "[realm1]" msgstr "" @@ -41220,17 +42212,6 @@ msgid "" "behavior." msgstr "" -#: ./doc/common/tables/keystone-cache.xml49(td) -msgid "use_key_mangler = True" -msgstr "" - -#: ./doc/common/tables/keystone-cache.xml50(td) -msgid "" -"(BoolOpt) Use a key-mangling function (sha1) to ensure fixed length cache-" -"keys. This is toggle-able for debugging purposes, it is highly recommended " -"to always leave this set to true." -msgstr "" - #: ./doc/common/tables/nova-configdrive.xml7(caption) msgid "Description of configuration options for configdrive" msgstr "" @@ -41260,7 +42241,8 @@ msgstr "" #: ./doc/common/tables/nova-configdrive.xml30(td) msgid "" -"(StrOpt) Where to put temporary files associated with config drive creation" +"(StrOpt) DEPRECATED (not needed any more): Where to put temporary files " +"associated with config drive creation" msgstr "" #: ./doc/common/tables/nova-configdrive.xml33(td) @@ -41326,7 +42308,7 @@ msgid "" msgstr "" #: ./doc/common/tables/keystone-token.xml33(td) -msgid "driver = keystone.token.backends.sql.Token" +msgid "driver = keystone.token.persistence.backends.sql.Token" msgstr "" #: ./doc/common/tables/keystone-token.xml34(td) @@ -41397,10 +42379,6 @@ msgid "" "backend other than KVS, which stores events in memory." msgstr "" -#: ./doc/common/tables/heat-database.xml85(td) -msgid "sqlite_db = heat.sqlite" -msgstr "sqlite_db = heat.sqlite" - #: ./doc/common/tables/neutron-ml2.xml7(caption) msgid "Description of configuration options for ml2" msgstr "" @@ -41438,10 +42416,24 @@ msgid "" "neutron.ml2.type_drivers namespace." msgstr "" -#: ./doc/common/tables/keystone-database.xml86(td) -msgid "" -"(StrOpt) The SQLAlchemy connection string to use to connect to the slave " -"database." +#: ./doc/common/tables/glance-profiler.xml7(caption) +msgid "Description of configuration options for profiler" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml18(th) +msgid "[profiler]" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml22(td) +msgid "(BoolOpt) If False fully disable profiling feature." +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml25(td) +msgid "trace_sqlalchemy = True" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml26(td) +msgid "(BoolOpt) If False doesn't trace SQL requests." msgstr "" #: ./doc/common/tables/keystone-memcache.xml7(caption) @@ -41466,10 +42458,6 @@ msgstr "" msgid "(ListOpt) Memcache servers in the format of \"host:port\"." msgstr "" -#: ./doc/common/tables/trove-debug.xml38(td) -msgid "(BoolOpt) make deprecations fatal" -msgstr "" - #: ./doc/common/tables/trove-debug.xml41(td) msgid "pydev_debug = disabled" msgstr "" @@ -41482,7 +42470,7 @@ msgid "" msgstr "" #: ./doc/common/tables/trove-debug.xml45(td) -#: ./doc/common/tables/keystone-debug.xml41(td) +#: ./doc/common/tables/keystone-debug.xml37(td) msgid "pydev_debug_host = None" msgstr "" @@ -41491,7 +42479,7 @@ msgid "(StrOpt) Pydev debug server host (localhost by default)." msgstr "" #: ./doc/common/tables/trove-debug.xml49(td) -#: ./doc/common/tables/keystone-debug.xml45(td) +#: ./doc/common/tables/keystone-debug.xml41(td) msgid "pydev_debug_port = None" msgstr "" @@ -41499,30 +42487,6 @@ msgstr "" msgid "(IntOpt) Pydev debug server port (5678 by default)." msgstr "" -#: ./doc/common/tables/trove-debug.xml53(td) -msgid "remote_cinder_client = trove.common.remote.cinder_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml57(td) -msgid "remote_dns_client = trove.common.remote.dns_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml61(td) -msgid "remote_guest_client = trove.common.remote.guest_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml65(td) -msgid "remote_heat_client = trove.common.remote.heat_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml69(td) -msgid "remote_nova_client = trove.common.remote.nova_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml73(td) -msgid "remote_swift_client = trove.common.remote.swift_client" -msgstr "" - #: ./doc/common/tables/trove-swift.xml21(td) msgid "swift_service_type = object-store" msgstr "" @@ -41635,29 +42599,38 @@ msgid "disk_prefix = None" msgstr "" #: ./doc/common/tables/nova-libvirt.xml56(td) +msgid "hw_machine_type = None" +msgstr "" + +#: ./doc/common/tables/nova-libvirt.xml57(td) +msgid "" +"(ListOpt) For qemu or KVM guests, set this option to specify a default " +"machine type per host architecture. You can find a list of supported machine" +" types in your environment by checking the output of the \"virsh " +"capabilities\"command. The format of the value for this config option is " +"host-arch=machine-type. For example: x86_64=machinetype1,armv7l=machinetype2" +msgstr "" + +#: ./doc/common/tables/nova-libvirt.xml60(td) msgid "" "image_info_filename_pattern = " "$instances_path/$image_cache_subdirectory_name/%(image)s.info" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml60(td) +#: ./doc/common/tables/nova-libvirt.xml64(td) msgid "remove_unused_kernels = False" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml64(td) +#: ./doc/common/tables/nova-libvirt.xml68(td) msgid "remove_unused_resized_minimum_age_seconds = 3600" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml68(td) +#: ./doc/common/tables/nova-libvirt.xml72(td) msgid "rng_dev_path = None" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml72(td) -msgid "snapshots_directory = $instances_path/snapshots" -msgstr "" - #: ./doc/common/tables/nova-libvirt.xml76(td) -msgid "vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver" +msgid "snapshots_directory = $instances_path/snapshots" msgstr "" #: ./doc/common/tables/nova-libvirt.xml80(td) @@ -41758,6 +42731,17 @@ msgid "" "cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver" msgstr "zone_driver = cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver" +#: ./doc/common/tables/ceilometer-glance.xml21(td) +msgid "glance_page_size = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-glance.xml22(td) +msgid "" +"(IntOpt) Number of items to request in each paginated Glance API request " +"(parameter used by glancecelient). If this is less than or equal to 0, page " +"size is not specified (default value in glanceclient is used)." +msgstr "" + #: ./doc/common/tables/glance-ssl.xml26(td) msgid "(StrOpt) Certificate file to use when starting API server securely." msgstr "" @@ -41782,27 +42766,27 @@ msgstr "" msgid "(StrOpt) Driver for security groups firewall in the L2 agent" msgstr "" -#: ./doc/common/tables/keystone-debug.xml42(td) +#: ./doc/common/tables/keystone-debug.xml38(td) msgid "(StrOpt) Host to connect to for remote debugger." msgstr "" -#: ./doc/common/tables/keystone-debug.xml46(td) +#: ./doc/common/tables/keystone-debug.xml42(td) msgid "(IntOpt) Port to connect to for remote debugger." msgstr "" -#: ./doc/common/tables/keystone-debug.xml49(td) +#: ./doc/common/tables/keystone-debug.xml45(td) msgid "standard_threads = False" msgstr "" -#: ./doc/common/tables/keystone-debug.xml50(td) +#: ./doc/common/tables/keystone-debug.xml46(td) msgid "(BoolOpt) Do not monkey-patch threading system modules." msgstr "" -#: ./doc/common/tables/keystone-debug.xml53(th) +#: ./doc/common/tables/keystone-debug.xml49(th) msgid "[audit]" msgstr "" -#: ./doc/common/tables/keystone-debug.xml56(td) +#: ./doc/common/tables/keystone-debug.xml52(td) msgid "namespace = openstack" msgstr "" diff --git a/doc/common/locale/ja.po b/doc/common/locale/ja.po index 5daebf0262..d75857cdc4 100644 --- a/doc/common/locale/ja.po +++ b/doc/common/locale/ja.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-08-19 03:34+0000\n" -"PO-Revision-Date: 2014-08-19 03:34+0000\n" +"POT-Creation-Date: 2014-08-19 21:02+0000\n" +"PO-Revision-Date: 2014-08-19 19:00+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -243,6 +243,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml13(th) #: ./doc/common/tables/glance-auth_token.xml13(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml13(th) +#: ./doc/common/tables/cinder-nimble.xml13(th) #: ./doc/common/tables/swift-container-server-container-sync.xml15(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml15(th) #: ./doc/common/tables/cinder-zoning_fabric.xml13(th) @@ -260,6 +261,7 @@ msgstr "" #: ./doc/common/tables/glance-rbd.xml13(th) #: ./doc/common/tables/cinder-storage_xen.xml13(th) #: ./doc/common/tables/ceilometer-common.xml13(th) +#: ./doc/common/tables/cinder-pure.xml13(th) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml15(th) #: ./doc/common/tables/cinder-database.xml13(th) #: ./doc/common/tables/ceilometer-logging.xml13(th) @@ -329,6 +331,7 @@ msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-1.xml15(th) #: ./doc/common/tables/neutron-embrane.xml13(th) #: ./doc/common/tables/heat-quota.xml13(th) +#: ./doc/common/tables/trove-network.xml13(th) #: ./doc/common/tables/ceilometer-nova_import.xml13(th) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml15(th) #: ./doc/common/tables/nova-common.xml13(th) @@ -336,6 +339,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml13(th) #: ./doc/common/tables/neutron-redis.xml13(th) #: ./doc/common/tables/trove-db_mysql.xml13(th) +#: ./doc/common/tables/neutron-dvr.xml13(th) #: ./doc/common/tables/heat-zeromq.xml13(th) #: ./doc/common/tables/heat-amqp.xml13(th) #: ./doc/common/tables/neutron-linuxbridge_agent.xml13(th) @@ -392,6 +396,8 @@ msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml15(th) #: ./doc/common/tables/cinder-storwize.xml13(th) #: ./doc/common/tables/cinder-hplefthand.xml13(th) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml15(th) +#: ./doc/common/tables/neutron-ipv6_ra.xml13(th) #: ./doc/common/tables/glance-s3.xml13(th) #: ./doc/common/tables/nova-rootwrap.xml13(th) #: ./doc/common/tables/heat-loadbalancer.xml13(th) @@ -412,6 +418,7 @@ msgstr "" #: ./doc/common/tables/heat-clients_ceilometer.xml13(th) #: ./doc/common/tables/neutron-ryu.xml13(th) #: ./doc/common/tables/glance-logging.xml13(th) +#: ./doc/common/tables/cinder-swift.xml13(th) #: ./doc/common/tables/swift-rsyncd-account.xml15(th) #: ./doc/common/tables/neutron-metering_agent.xml13(th) #: ./doc/common/tables/neutron-zeromq.xml13(th) @@ -420,12 +427,14 @@ msgstr "" #: ./doc/common/tables/cinder-common.xml13(th) #: ./doc/common/tables/glance-swift.xml13(th) #: ./doc/common/tables/trove-quota.xml13(th) +#: ./doc/common/tables/trove-clients.xml13(th) #: ./doc/common/tables/cinder-auth_token.xml13(th) #: ./doc/common/tables/ceilometer-alarm.xml13(th) #: ./doc/common/tables/ceilometer-events.xml13(th) #: ./doc/common/tables/neutron-lbaas_haproxy.xml13(th) #: ./doc/common/tables/cinder-xiv.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml15(th) +#: ./doc/common/tables/neutron-sriov.xml13(th) #: ./doc/common/tables/neutron-ml2_bigswitch.xml13(th) #: ./doc/common/tables/nova-glance.xml13(th) #: ./doc/common/tables/neutron-database.xml13(th) @@ -443,12 +452,14 @@ msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml13(th) #: ./doc/common/tables/trove-heat.xml13(th) #: ./doc/common/tables/glance-sheepdog.xml13(th) +#: ./doc/common/tables/keystone-mapping.xml13(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml15(th) #: ./doc/common/tables/cinder-windows.xml13(th) #: ./doc/common/tables/cinder-san-solaris.xml13(th) #: ./doc/common/tables/neutron-nuage.xml13(th) #: ./doc/common/tables/keystone-zeromq.xml13(th) #: ./doc/common/tables/neutron-bigswitch.xml13(th) +#: ./doc/common/tables/neutron-cfg_agent.xml13(th) #: ./doc/common/tables/ceilometer-rpc.xml13(th) #: ./doc/common/tables/swift-container-server-container-updater.xml15(th) #: ./doc/common/tables/trove-db_mongodb.xml13(th) @@ -460,6 +471,7 @@ msgstr "" #: ./doc/common/tables/nova-network.xml13(th) #: ./doc/common/tables/glance-redis.xml13(th) #: ./doc/common/tables/keystone-ssl.xml13(th) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml13(th) #: ./doc/common/tables/nova-ca.xml13(th) #: ./doc/common/tables/neutron-dhcp_agent.xml13(th) #: ./doc/common/tables/ceilometer-collector.xml13(th) @@ -475,6 +487,7 @@ msgstr "" #: ./doc/common/tables/nova-qpid.xml13(th) #: ./doc/common/tables/glance-qpid.xml13(th) #: ./doc/common/tables/neutron-lbaas_radware.xml13(th) +#: ./doc/common/tables/neutron-ml2_sriov.xml13(th) #: ./doc/common/tables/neutron-ml2_l2pop.xml13(th) #: ./doc/common/tables/glance-amqp.xml13(th) #: ./doc/common/tables/glance-zmq.xml13(th) @@ -484,6 +497,7 @@ msgstr "" #: ./doc/common/tables/neutron-testing.xml13(th) #: ./doc/common/tables/swift-object-server-pipeline-main.xml15(th) #: ./doc/common/tables/swift-memcache-memcache.xml15(th) +#: ./doc/common/tables/ceilometer-debug.xml13(th) #: ./doc/common/tables/swift-account-server-app-account-server.xml15(th) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml15(th) #: ./doc/common/tables/trove-compute.xml13(th) @@ -512,6 +526,7 @@ msgstr "" #: ./doc/common/tables/neutron-notifier.xml13(th) #: ./doc/common/tables/nova-rpc_all.xml13(th) #: ./doc/common/tables/neutron-hyperv_agent.xml13(th) +#: ./doc/common/tables/ceilometer-tripleo.xml13(th) #: ./doc/common/tables/keystone-federation.xml13(th) #: ./doc/common/tables/nova-scheduling.xml13(th) #: ./doc/common/tables/cinder-ssl.xml13(th) @@ -574,6 +589,7 @@ msgstr "" #: ./doc/common/tables/keystone-security.xml13(th) #: ./doc/common/tables/heat-clients_neutron.xml13(th) #: ./doc/common/tables/nova-api.xml13(th) +#: ./doc/common/tables/neutron-opencontrail.xml13(th) #: ./doc/common/tables/neutron-ml2_mlnx.xml13(th) #: ./doc/common/tables/trove-auth_token.xml13(th) #: ./doc/common/tables/keystone-trust.xml13(th) @@ -604,7 +620,6 @@ msgstr "" #: ./doc/common/tables/glance-testing.xml13(th) #: ./doc/common/tables/neutron-common.xml13(th) #: ./doc/common/tables/nova-hypervisor.xml13(th) -#: ./doc/common/tables/cinder-prophststor_dpl.xml14(th) #: ./doc/common/tables/keystone-qpid.xml13(th) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml15(th) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml15(th) @@ -617,6 +632,7 @@ msgstr "" #: ./doc/common/tables/ceilometer-rabbitmq.xml13(th) #: ./doc/common/tables/neutron-ml2.xml13(th) #: ./doc/common/tables/keystone-database.xml13(th) +#: ./doc/common/tables/glance-profiler.xml13(th) #: ./doc/common/tables/keystone-memcache.xml13(th) #: ./doc/common/tables/trove-debug.xml13(th) #: ./doc/common/tables/trove-swift.xml13(th) @@ -625,6 +641,7 @@ msgstr "" #: ./doc/common/tables/neutron-mlnx.xml13(th) #: ./doc/common/tables/cinder-zoning_manager.xml13(th) #: ./doc/common/tables/ceilometer-amqp.xml13(th) +#: ./doc/common/tables/ceilometer-glance.xml13(th) #: ./doc/common/tables/glance-ssl.xml13(th) #: ./doc/common/tables/neutron-securitygroups.xml13(th) #: ./doc/common/tables/keystone-debug.xml13(th) @@ -9799,6 +9816,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml18(th) #: ./doc/common/tables/glance-auth_token.xml18(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml18(th) +#: ./doc/common/tables/cinder-nimble.xml18(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml8(literal) #: ./doc/common/tables/ceilometer-redis.xml18(th) #: ./doc/common/tables/cinder-storage_ceph.xml18(th) @@ -9810,6 +9828,7 @@ msgstr "" #: ./doc/common/tables/glance-rbd.xml18(th) #: ./doc/common/tables/cinder-storage_xen.xml18(th) #: ./doc/common/tables/ceilometer-common.xml18(th) +#: ./doc/common/tables/cinder-pure.xml18(th) #: ./doc/common/tables/cinder-database.xml18(th) #: ./doc/common/tables/ceilometer-logging.xml18(th) #: ./doc/common/tables/heat-common.xml18(th) @@ -9845,13 +9864,14 @@ msgstr "" #: ./doc/common/tables/cinder-storage.xml18(th) #: ./doc/common/tables/glance-registry.xml18(th) #: ./doc/common/tables/heat-quota.xml18(th) +#: ./doc/common/tables/trove-network.xml18(th) #: ./doc/common/tables/ceilometer-nova_import.xml18(th) #: ./doc/common/tables/nova-common.xml18(th) #: ./doc/common/tables/nova-volumes.xml18(th) #: ./doc/common/tables/neutron-redis.xml18(th) +#: ./doc/common/tables/neutron-dvr.xml18(th) #: ./doc/common/tables/heat-zeromq.xml18(th) #: ./doc/common/tables/heat-amqp.xml18(th) -#: ./doc/common/tables/nova-redis.xml18(th) #: ./doc/common/tables/swift-container-server-DEFAULT.xml8(literal) #: ./doc/common/tables/glance-rabbitmq.xml18(th) #: ./doc/common/tables/neutron-l3_agent.xml18(th) @@ -9884,6 +9904,7 @@ msgstr "" #: ./doc/common/tables/heat-waitcondition_api.xml18(th) #: ./doc/common/tables/cinder-storwize.xml18(th) #: ./doc/common/tables/cinder-hplefthand.xml18(th) +#: ./doc/common/tables/neutron-ipv6_ra.xml18(th) #: ./doc/common/tables/glance-s3.xml18(th) #: ./doc/common/tables/nova-rootwrap.xml18(th) #: ./doc/common/tables/heat-loadbalancer.xml18(th) @@ -9897,13 +9918,16 @@ msgstr "" #: ./doc/common/tables/cinder-storage_nfs.xml18(th) #: ./doc/common/tables/cinder-hds-hnas.xml18(th) #: ./doc/common/tables/heat-api.xml18(th) +#: ./doc/common/tables/neutron-ryu.xml18(th) #: ./doc/common/tables/glance-logging.xml18(th) +#: ./doc/common/tables/cinder-swift.xml18(th) #: ./doc/common/tables/neutron-metering_agent.xml18(th) #: ./doc/common/tables/neutron-zeromq.xml18(th) #: ./doc/common/tables/cinder-storage_glusterfs.xml18(th) #: ./doc/common/tables/cinder-common.xml18(th) #: ./doc/common/tables/glance-swift.xml18(th) #: ./doc/common/tables/trove-quota.xml18(th) +#: ./doc/common/tables/trove-clients.xml18(th) #: ./doc/common/tables/cinder-auth_token.xml18(th) #: ./doc/common/tables/cinder-xiv.xml18(th) #: ./doc/common/tables/nova-glance.xml18(th) @@ -9917,13 +9941,14 @@ msgstr "" #: ./doc/common/tables/cinder-windows.xml18(th) #: ./doc/common/tables/cinder-san-solaris.xml18(th) #: ./doc/common/tables/keystone-zeromq.xml18(th) +#: ./doc/common/tables/neutron-cfg_agent.xml18(th) #: ./doc/common/tables/ceilometer-rpc.xml18(th) #: ./doc/common/tables/glance-filesystem.xml18(th) #: ./doc/common/tables/trove-rpc.xml18(th) #: ./doc/common/tables/ceilometer-swift.xml18(th) #: ./doc/common/tables/trove-backup.xml18(th) #: ./doc/common/tables/nova-network.xml18(th) -#: ./doc/common/tables/glance-redis.xml18(th) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml18(th) #: ./doc/common/tables/nova-ca.xml18(th) #: ./doc/common/tables/neutron-dhcp_agent.xml18(th) #: ./doc/common/tables/ceilometer-collector.xml18(th) @@ -9938,6 +9963,7 @@ msgstr "" #: ./doc/common/tables/glance-zmq.xml18(th) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml8(literal) #: ./doc/common/tables/neutron-testing.xml18(th) +#: ./doc/common/tables/ceilometer-debug.xml18(th) #: ./doc/common/tables/trove-compute.xml18(th) #: ./doc/common/tables/cinder-rpc.xml18(th) #: ./doc/common/tables/cinder-hpmsa.xml18(th) @@ -9991,7 +10017,6 @@ msgstr "" #: ./doc/common/tables/swift-account-server-DEFAULT.xml8(literal) #: ./doc/common/tables/trove-nova.xml18(th) #: ./doc/common/tables/neutron-rabbitmq.xml18(th) -#: ./doc/common/tables/keystone-ec2.xml18(th) #: ./doc/common/tables/neutron-api.xml18(th) #: ./doc/common/tables/trove-logging.xml18(th) #: ./doc/common/tables/keystone-redis.xml18(th) @@ -10000,7 +10025,6 @@ msgstr "" #: ./doc/common/tables/glance-testing.xml18(th) #: ./doc/common/tables/neutron-common.xml18(th) #: ./doc/common/tables/nova-hypervisor.xml18(th) -#: ./doc/common/tables/cinder-prophststor_dpl.xml19(th) #: ./doc/common/tables/keystone-qpid.xml18(th) #: ./doc/common/tables/nova-wsgi.xml18(th) #: ./doc/common/tables/nova-configdrive.xml18(th) @@ -10010,6 +10034,7 @@ msgstr "" #: ./doc/common/tables/trove-swift.xml18(th) #: ./doc/common/tables/nova-libvirt.xml18(th) #: ./doc/common/tables/ceilometer-amqp.xml18(th) +#: ./doc/common/tables/ceilometer-glance.xml18(th) #: ./doc/common/tables/glance-ssl.xml18(th) #: ./doc/common/tables/keystone-debug.xml18(th) #: ./doc/common/tables/cinder-rootwrap.xml18(th) @@ -12147,6 +12172,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml12(th) #: ./doc/common/tables/glance-auth_token.xml12(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml12(th) +#: ./doc/common/tables/cinder-nimble.xml12(th) #: ./doc/common/tables/swift-container-server-container-sync.xml14(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml14(th) #: ./doc/common/tables/cinder-zoning_fabric.xml12(th) @@ -12164,6 +12190,7 @@ msgstr "" #: ./doc/common/tables/glance-rbd.xml12(th) #: ./doc/common/tables/cinder-storage_xen.xml12(th) #: ./doc/common/tables/ceilometer-common.xml12(th) +#: ./doc/common/tables/cinder-pure.xml12(th) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml14(th) #: ./doc/common/tables/cinder-database.xml12(th) #: ./doc/common/tables/ceilometer-logging.xml12(th) @@ -12232,6 +12259,7 @@ msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-1.xml14(th) #: ./doc/common/tables/neutron-embrane.xml12(th) #: ./doc/common/tables/heat-quota.xml12(th) +#: ./doc/common/tables/trove-network.xml12(th) #: ./doc/common/tables/ceilometer-nova_import.xml12(th) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml14(th) #: ./doc/common/tables/nova-common.xml12(th) @@ -12239,6 +12267,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml12(th) #: ./doc/common/tables/neutron-redis.xml12(th) #: ./doc/common/tables/trove-db_mysql.xml12(th) +#: ./doc/common/tables/neutron-dvr.xml12(th) #: ./doc/common/tables/heat-zeromq.xml12(th) #: ./doc/common/tables/heat-amqp.xml12(th) #: ./doc/common/tables/neutron-linuxbridge_agent.xml12(th) @@ -12295,6 +12324,8 @@ msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml14(th) #: ./doc/common/tables/cinder-storwize.xml12(th) #: ./doc/common/tables/cinder-hplefthand.xml12(th) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml14(th) +#: ./doc/common/tables/neutron-ipv6_ra.xml12(th) #: ./doc/common/tables/glance-s3.xml12(th) #: ./doc/common/tables/nova-rootwrap.xml12(th) #: ./doc/common/tables/heat-loadbalancer.xml12(th) @@ -12315,6 +12346,7 @@ msgstr "" #: ./doc/common/tables/heat-clients_ceilometer.xml12(th) #: ./doc/common/tables/neutron-ryu.xml12(th) #: ./doc/common/tables/glance-logging.xml12(th) +#: ./doc/common/tables/cinder-swift.xml12(th) #: ./doc/common/tables/swift-rsyncd-account.xml14(th) #: ./doc/common/tables/neutron-metering_agent.xml12(th) #: ./doc/common/tables/neutron-zeromq.xml12(th) @@ -12323,12 +12355,14 @@ msgstr "" #: ./doc/common/tables/cinder-common.xml12(th) #: ./doc/common/tables/glance-swift.xml12(th) #: ./doc/common/tables/trove-quota.xml12(th) +#: ./doc/common/tables/trove-clients.xml12(th) #: ./doc/common/tables/cinder-auth_token.xml12(th) #: ./doc/common/tables/ceilometer-alarm.xml12(th) #: ./doc/common/tables/ceilometer-events.xml12(th) #: ./doc/common/tables/neutron-lbaas_haproxy.xml12(th) #: ./doc/common/tables/cinder-xiv.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml14(th) +#: ./doc/common/tables/neutron-sriov.xml12(th) #: ./doc/common/tables/neutron-ml2_bigswitch.xml12(th) #: ./doc/common/tables/nova-glance.xml12(th) #: ./doc/common/tables/neutron-database.xml12(th) @@ -12346,12 +12380,14 @@ msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml12(th) #: ./doc/common/tables/trove-heat.xml12(th) #: ./doc/common/tables/glance-sheepdog.xml12(th) +#: ./doc/common/tables/keystone-mapping.xml12(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml14(th) #: ./doc/common/tables/cinder-windows.xml12(th) #: ./doc/common/tables/cinder-san-solaris.xml12(th) #: ./doc/common/tables/neutron-nuage.xml12(th) #: ./doc/common/tables/keystone-zeromq.xml12(th) #: ./doc/common/tables/neutron-bigswitch.xml12(th) +#: ./doc/common/tables/neutron-cfg_agent.xml12(th) #: ./doc/common/tables/ceilometer-rpc.xml12(th) #: ./doc/common/tables/swift-container-server-container-updater.xml14(th) #: ./doc/common/tables/trove-db_mongodb.xml12(th) @@ -12363,6 +12399,7 @@ msgstr "" #: ./doc/common/tables/nova-network.xml12(th) #: ./doc/common/tables/glance-redis.xml12(th) #: ./doc/common/tables/keystone-ssl.xml12(th) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml12(th) #: ./doc/common/tables/nova-ca.xml12(th) #: ./doc/common/tables/neutron-dhcp_agent.xml12(th) #: ./doc/common/tables/ceilometer-collector.xml12(th) @@ -12378,6 +12415,7 @@ msgstr "" #: ./doc/common/tables/nova-qpid.xml12(th) #: ./doc/common/tables/glance-qpid.xml12(th) #: ./doc/common/tables/neutron-lbaas_radware.xml12(th) +#: ./doc/common/tables/neutron-ml2_sriov.xml12(th) #: ./doc/common/tables/neutron-ml2_l2pop.xml12(th) #: ./doc/common/tables/glance-amqp.xml12(th) #: ./doc/common/tables/glance-zmq.xml12(th) @@ -12387,6 +12425,7 @@ msgstr "" #: ./doc/common/tables/neutron-testing.xml12(th) #: ./doc/common/tables/swift-object-server-pipeline-main.xml14(th) #: ./doc/common/tables/swift-memcache-memcache.xml14(th) +#: ./doc/common/tables/ceilometer-debug.xml12(th) #: ./doc/common/tables/swift-account-server-app-account-server.xml14(th) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml14(th) #: ./doc/common/tables/trove-compute.xml12(th) @@ -12415,6 +12454,7 @@ msgstr "" #: ./doc/common/tables/neutron-notifier.xml12(th) #: ./doc/common/tables/nova-rpc_all.xml12(th) #: ./doc/common/tables/neutron-hyperv_agent.xml12(th) +#: ./doc/common/tables/ceilometer-tripleo.xml12(th) #: ./doc/common/tables/keystone-federation.xml12(th) #: ./doc/common/tables/nova-scheduling.xml12(th) #: ./doc/common/tables/cinder-ssl.xml12(th) @@ -12477,6 +12517,7 @@ msgstr "" #: ./doc/common/tables/keystone-security.xml12(th) #: ./doc/common/tables/heat-clients_neutron.xml12(th) #: ./doc/common/tables/nova-api.xml12(th) +#: ./doc/common/tables/neutron-opencontrail.xml12(th) #: ./doc/common/tables/neutron-ml2_mlnx.xml12(th) #: ./doc/common/tables/trove-auth_token.xml12(th) #: ./doc/common/tables/keystone-trust.xml12(th) @@ -12507,7 +12548,6 @@ msgstr "" #: ./doc/common/tables/glance-testing.xml12(th) #: ./doc/common/tables/neutron-common.xml12(th) #: ./doc/common/tables/nova-hypervisor.xml12(th) -#: ./doc/common/tables/cinder-prophststor_dpl.xml13(th) #: ./doc/common/tables/keystone-qpid.xml12(th) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml14(th) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml14(th) @@ -12520,6 +12560,7 @@ msgstr "" #: ./doc/common/tables/ceilometer-rabbitmq.xml12(th) #: ./doc/common/tables/neutron-ml2.xml12(th) #: ./doc/common/tables/keystone-database.xml12(th) +#: ./doc/common/tables/glance-profiler.xml12(th) #: ./doc/common/tables/keystone-memcache.xml12(th) #: ./doc/common/tables/trove-debug.xml12(th) #: ./doc/common/tables/trove-swift.xml12(th) @@ -12528,6 +12569,7 @@ msgstr "" #: ./doc/common/tables/neutron-mlnx.xml12(th) #: ./doc/common/tables/cinder-zoning_manager.xml12(th) #: ./doc/common/tables/ceilometer-amqp.xml12(th) +#: ./doc/common/tables/ceilometer-glance.xml12(th) #: ./doc/common/tables/glance-ssl.xml12(th) #: ./doc/common/tables/neutron-securitygroups.xml12(th) #: ./doc/common/tables/keystone-debug.xml12(th) @@ -12545,6 +12587,16 @@ msgid "(StrOpt) DEPRECATED - Database connection string." msgstr "" #: ./doc/common/tables/ceilometer-database.xml28(td) +msgid "alarm_connection = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml29(td) +msgid "" +"(StrOpt) The connection string used to connect to the alarm database. (if " +"unset, connection is used)" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml32(td) #: ./doc/common/tables/cinder-database.xml32(td) #: ./doc/common/tables/glance-database.xml21(td) #: ./doc/common/tables/neutron-database.xml21(td) @@ -12554,36 +12606,31 @@ msgstr "" msgid "backend = sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml29(td) +#: ./doc/common/tables/ceilometer-database.xml33(td) #: ./doc/common/tables/cinder-database.xml22(td) -#: ./doc/common/tables/glance-database.xml22(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml105(td) -#: ./doc/common/tables/neutron-database.xml22(td) #: ./doc/common/tables/nova-database.xml29(td) -#: ./doc/common/tables/heat-database.xml22(td) msgid "(StrOpt) The backend to use for db" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml32(td) +#: ./doc/common/tables/ceilometer-database.xml36(td) #: ./doc/common/tables/cinder-database.xml36(td) #: ./doc/common/tables/glance-database.xml25(td) +#: ./doc/common/tables/neutron-database.xml25(td) #: ./doc/common/tables/nova-database.xml32(td) #: ./doc/common/tables/heat-database.xml25(td) #: ./doc/common/tables/keystone-database.xml25(td) msgid "connection = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml33(td) -#: ./doc/common/tables/glance-database.xml26(td) +#: ./doc/common/tables/ceilometer-database.xml37(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml109(td) -#: ./doc/common/tables/neutron-database.xml26(td) #: ./doc/common/tables/nova-database.xml33(td) -#: ./doc/common/tables/heat-database.xml26(td) msgid "" "(StrOpt) The SQLAlchemy connection string used to connect to the database" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml36(td) +#: ./doc/common/tables/ceilometer-database.xml40(td) #: ./doc/common/tables/cinder-database.xml40(td) #: ./doc/common/tables/glance-database.xml29(td) #: ./doc/common/tables/neutron-database.xml29(td) @@ -12593,17 +12640,14 @@ msgstr "" msgid "connection_debug = 0" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml37(td) -#: ./doc/common/tables/glance-database.xml30(td) +#: ./doc/common/tables/ceilometer-database.xml41(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml113(td) -#: ./doc/common/tables/neutron-database.xml30(td) #: ./doc/common/tables/nova-database.xml37(td) -#: ./doc/common/tables/heat-database.xml30(td) msgid "" "(IntOpt) Verbosity of SQL debugging information. 0=None, 100=Everything" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml40(td) +#: ./doc/common/tables/ceilometer-database.xml44(td) #: ./doc/common/tables/cinder-database.xml44(td) #: ./doc/common/tables/glance-database.xml33(td) #: ./doc/common/tables/neutron-database.xml33(td) @@ -12613,16 +12657,13 @@ msgstr "" msgid "connection_trace = False" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml41(td) -#: ./doc/common/tables/glance-database.xml34(td) +#: ./doc/common/tables/ceilometer-database.xml45(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml117(td) -#: ./doc/common/tables/neutron-database.xml34(td) #: ./doc/common/tables/nova-database.xml41(td) -#: ./doc/common/tables/heat-database.xml34(td) msgid "(BoolOpt) Add python stack traces to SQL as comment strings" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml44(td) +#: ./doc/common/tables/ceilometer-database.xml48(td) #: ./doc/common/tables/cinder-database.xml48(td) #: ./doc/common/tables/glance-database.xml37(td) #: ./doc/common/tables/neutron-database.xml37(td) @@ -12632,21 +12673,18 @@ msgstr "" msgid "db_inc_retry_interval = True" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml45(td) -#: ./doc/common/tables/glance-database.xml38(td) +#: ./doc/common/tables/ceilometer-database.xml49(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml121(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml105(td) -#: ./doc/common/tables/neutron-database.xml38(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml109(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml441(td) #: ./doc/common/tables/nova-database.xml45(td) -#: ./doc/common/tables/heat-database.xml38(td) msgid "" "(BoolOpt) Whether to increase interval between db connection retries, up to " "db_max_retry_interval" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml48(td) +#: ./doc/common/tables/ceilometer-database.xml52(td) #: ./doc/common/tables/cinder-database.xml52(td) #: ./doc/common/tables/glance-database.xml41(td) #: ./doc/common/tables/neutron-database.xml41(td) @@ -12656,21 +12694,18 @@ msgstr "" msgid "db_max_retries = 20" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml49(td) -#: ./doc/common/tables/glance-database.xml42(td) +#: ./doc/common/tables/ceilometer-database.xml53(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml125(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml109(td) -#: ./doc/common/tables/neutron-database.xml42(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml113(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml445(td) #: ./doc/common/tables/nova-database.xml49(td) -#: ./doc/common/tables/heat-database.xml42(td) msgid "" "(IntOpt) maximum db connection retries before error is raised. (setting -1 " "implies an infinite retry count)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml52(td) +#: ./doc/common/tables/ceilometer-database.xml56(td) #: ./doc/common/tables/cinder-database.xml56(td) #: ./doc/common/tables/glance-database.xml45(td) #: ./doc/common/tables/neutron-database.xml45(td) @@ -12680,21 +12715,18 @@ msgstr "" msgid "db_max_retry_interval = 10" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml53(td) -#: ./doc/common/tables/glance-database.xml46(td) +#: ./doc/common/tables/ceilometer-database.xml57(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml129(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml113(td) -#: ./doc/common/tables/neutron-database.xml46(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml117(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml449(td) #: ./doc/common/tables/nova-database.xml53(td) -#: ./doc/common/tables/heat-database.xml46(td) msgid "" "(IntOpt) max seconds between db connection retries, if db_inc_retry_interval" " is enabled" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml56(td) +#: ./doc/common/tables/ceilometer-database.xml60(td) #: ./doc/common/tables/cinder-database.xml60(td) #: ./doc/common/tables/glance-database.xml49(td) #: ./doc/common/tables/neutron-database.xml49(td) @@ -12704,19 +12736,16 @@ msgstr "" msgid "db_retry_interval = 1" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml57(td) -#: ./doc/common/tables/glance-database.xml50(td) +#: ./doc/common/tables/ceilometer-database.xml61(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml133(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml117(td) -#: ./doc/common/tables/neutron-database.xml50(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml121(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml453(td) #: ./doc/common/tables/nova-database.xml57(td) -#: ./doc/common/tables/heat-database.xml50(td) msgid "(IntOpt) seconds between db connection retries" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml60(td) +#: ./doc/common/tables/ceilometer-database.xml64(td) #: ./doc/common/tables/cinder-database.xml64(td) #: ./doc/common/tables/glance-database.xml53(td) #: ./doc/common/tables/neutron-database.xml53(td) @@ -12726,52 +12755,45 @@ msgstr "" msgid "idle_timeout = 3600" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml61(td) -#: ./doc/common/tables/glance-database.xml54(td) +#: ./doc/common/tables/ceilometer-database.xml65(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml137(td) -#: ./doc/common/tables/neutron-database.xml54(td) #: ./doc/common/tables/nova-database.xml61(td) -#: ./doc/common/tables/heat-database.xml54(td) msgid "(IntOpt) Timeout before idle sql connections are reaped" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml64(td) +#: ./doc/common/tables/ceilometer-database.xml68(td) #: ./doc/common/tables/cinder-database.xml68(td) #: ./doc/common/tables/glance-database.xml57(td) +#: ./doc/common/tables/neutron-database.xml57(td) #: ./doc/common/tables/nova-database.xml64(td) #: ./doc/common/tables/heat-database.xml57(td) #: ./doc/common/tables/keystone-database.xml57(td) msgid "max_overflow = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml65(td) -#: ./doc/common/tables/glance-database.xml58(td) +#: ./doc/common/tables/ceilometer-database.xml69(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml141(td) -#: ./doc/common/tables/neutron-database.xml58(td) #: ./doc/common/tables/nova-database.xml65(td) -#: ./doc/common/tables/heat-database.xml58(td) msgid "(IntOpt) If set, use this value for max_overflow with sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml68(td) +#: ./doc/common/tables/ceilometer-database.xml72(td) #: ./doc/common/tables/cinder-database.xml72(td) #: ./doc/common/tables/glance-database.xml61(td) +#: ./doc/common/tables/neutron-database.xml61(td) #: ./doc/common/tables/nova-database.xml68(td) #: ./doc/common/tables/heat-database.xml61(td) #: ./doc/common/tables/keystone-database.xml61(td) msgid "max_pool_size = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml69(td) -#: ./doc/common/tables/glance-database.xml62(td) +#: ./doc/common/tables/ceilometer-database.xml73(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml145(td) -#: ./doc/common/tables/neutron-database.xml62(td) #: ./doc/common/tables/nova-database.xml69(td) -#: ./doc/common/tables/heat-database.xml62(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml72(td) +#: ./doc/common/tables/ceilometer-database.xml76(td) #: ./doc/common/tables/cinder-database.xml76(td) #: ./doc/common/tables/glance-database.xml65(td) #: ./doc/common/tables/neutron-database.xml65(td) @@ -12781,18 +12803,25 @@ msgstr "" msgid "max_retries = 10" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml73(td) -#: ./doc/common/tables/glance-database.xml66(td) +#: ./doc/common/tables/ceilometer-database.xml77(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml149(td) -#: ./doc/common/tables/neutron-database.xml66(td) #: ./doc/common/tables/nova-database.xml73(td) -#: ./doc/common/tables/heat-database.xml66(td) msgid "" "(IntOpt) Maximum db connection retries during startup. (setting -1 implies " "an infinite retry count)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml76(td) +#: ./doc/common/tables/ceilometer-database.xml80(td) +msgid "metering_connection = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml81(td) +msgid "" +"(StrOpt) The connection string used to connect to the meteting database. (if" +" unset, connection is used)" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml84(td) #: ./doc/common/tables/cinder-database.xml80(td) #: ./doc/common/tables/glance-database.xml69(td) #: ./doc/common/tables/neutron-database.xml69(td) @@ -12802,16 +12831,13 @@ msgstr "" msgid "min_pool_size = 1" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml77(td) -#: ./doc/common/tables/glance-database.xml70(td) +#: ./doc/common/tables/ceilometer-database.xml85(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml153(td) -#: ./doc/common/tables/neutron-database.xml70(td) #: ./doc/common/tables/nova-database.xml77(td) -#: ./doc/common/tables/heat-database.xml70(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml80(td) +#: ./doc/common/tables/ceilometer-database.xml88(td) #: ./doc/common/tables/cinder-database.xml84(td) #: ./doc/common/tables/glance-database.xml73(td) #: ./doc/common/tables/neutron-database.xml73(td) @@ -12821,7 +12847,7 @@ msgstr "" msgid "mysql_sql_mode = TRADITIONAL" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml81(td) +#: ./doc/common/tables/ceilometer-database.xml89(td) #: ./doc/common/tables/cinder-database.xml85(td) #: ./doc/common/tables/glance-database.xml74(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml157(td) @@ -12837,25 +12863,23 @@ msgid "" "mysql_sql_mode=" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml84(td) +#: ./doc/common/tables/ceilometer-database.xml92(td) #: ./doc/common/tables/cinder-database.xml88(td) #: ./doc/common/tables/glance-database.xml77(td) +#: ./doc/common/tables/neutron-database.xml77(td) #: ./doc/common/tables/nova-database.xml84(td) #: ./doc/common/tables/heat-database.xml77(td) #: ./doc/common/tables/keystone-database.xml77(td) msgid "pool_timeout = None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml85(td) -#: ./doc/common/tables/glance-database.xml78(td) +#: ./doc/common/tables/ceilometer-database.xml93(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml161(td) -#: ./doc/common/tables/neutron-database.xml78(td) #: ./doc/common/tables/nova-database.xml85(td) -#: ./doc/common/tables/heat-database.xml78(td) msgid "(IntOpt) If set, use this value for pool_timeout with sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml88(td) +#: ./doc/common/tables/ceilometer-database.xml96(td) #: ./doc/common/tables/cinder-database.xml92(td) #: ./doc/common/tables/glance-database.xml81(td) #: ./doc/common/tables/neutron-database.xml81(td) @@ -12865,98 +12889,73 @@ msgstr "" msgid "retry_interval = 10" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml89(td) -#: ./doc/common/tables/glance-database.xml82(td) +#: ./doc/common/tables/ceilometer-database.xml97(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml165(td) -#: ./doc/common/tables/neutron-database.xml82(td) #: ./doc/common/tables/nova-database.xml89(td) -#: ./doc/common/tables/heat-database.xml82(td) msgid "(IntOpt) Interval between retries of opening a sql connection" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml92(td) +#: ./doc/common/tables/ceilometer-database.xml100(td) msgid "sqlite_db = ceilometer.sqlite" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml93(td) -#: ./doc/common/tables/glance-database.xml86(td) +#: ./doc/common/tables/ceilometer-database.xml101(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml169(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml125(td) -#: ./doc/common/tables/neutron-database.xml86(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml129(td) #: ./doc/common/tables/nova-database.xml97(td) -#: ./doc/common/tables/heat-database.xml86(td) msgid "(StrOpt) The file name to use with SQLite" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml96(td) -#: ./doc/common/tables/cinder-database.xml100(td) -#: ./doc/common/tables/glance-database.xml89(td) -#: ./doc/common/tables/neutron-database.xml89(td) -#: ./doc/common/tables/nova-database.xml100(td) -#: ./doc/common/tables/heat-database.xml89(td) -#: ./doc/common/tables/keystone-database.xml93(td) -msgid "sqlite_synchronous = True" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml97(td) -#: ./doc/common/tables/glance-database.xml90(td) -#: ./doc/common/tables/glance-conf-changes-icehouse.xml173(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml129(td) -#: ./doc/common/tables/neutron-database.xml90(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml133(td) -#: ./doc/common/tables/nova-database.xml101(td) -#: ./doc/common/tables/heat-database.xml90(td) -msgid "(BoolOpt) If True, SQLite uses synchronous mode" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml100(td) -msgid "time_to_live = -1" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml101(td) -msgid "" -"(IntOpt) Number of seconds that samples are kept in the database for (<= " -"0 means forever)." -msgstr "" - #: ./doc/common/tables/ceilometer-database.xml104(td) #: ./doc/common/tables/cinder-database.xml104(td) #: ./doc/common/tables/glance-database.xml93(td) #: ./doc/common/tables/neutron-database.xml93(td) -#: ./doc/common/tables/nova-database.xml104(td) +#: ./doc/common/tables/nova-database.xml100(td) #: ./doc/common/tables/heat-database.xml93(td) +#: ./doc/common/tables/keystone-database.xml93(td) +msgid "sqlite_synchronous = True" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml105(td) +#: ./doc/common/tables/glance-conf-changes-icehouse.xml173(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml129(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml133(td) +#: ./doc/common/tables/nova-database.xml101(td) +msgid "(BoolOpt) If True, SQLite uses synchronous mode" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml108(td) +msgid "time_to_live = -1" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml109(td) +msgid "" +"(IntOpt) Number of seconds that samples are kept in the database for (<= " +"0 means forever)." +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml112(td) +#: ./doc/common/tables/cinder-database.xml108(td) +#: ./doc/common/tables/glance-database.xml97(td) +#: ./doc/common/tables/neutron-database.xml97(td) +#: ./doc/common/tables/nova-database.xml104(td) +#: ./doc/common/tables/heat-database.xml97(td) #: ./doc/common/tables/keystone-database.xml97(td) msgid "use_db_reconnect = False" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml105(td) -#: ./doc/common/tables/glance-database.xml94(td) +#: ./doc/common/tables/ceilometer-database.xml113(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml177(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml133(td) -#: ./doc/common/tables/neutron-database.xml94(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml137(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml457(td) #: ./doc/common/tables/nova-database.xml105(td) -#: ./doc/common/tables/heat-database.xml94(td) msgid "" "(BoolOpt) Enable the experimental use of database reconnect on connection " "lost" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml108(td) -#: ./doc/common/tables/cinder-database.xml108(td) -#: ./doc/common/tables/nova-database.xml108(td) -msgid "use_tpool = False" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml109(td) -#: ./doc/common/tables/cinder-database.xml109(td) -#: ./doc/common/tables/nova-database.xml109(td) -msgid "" -"(BoolOpt) Enable the experimental use of thread pooling for all DB API calls" -msgstr "" - #: ./doc/common/tables/neutron-openvswitch_agent.xml7(caption) msgid "Description of configuration options for openvswitch_agent" msgstr "" @@ -12988,7 +12987,7 @@ msgid "(IntOpt) Timeout in seconds for ovs-vsctl commands" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml33(th) -#: ./doc/common/tables/neutron-rpc.xml77(th) +#: ./doc/common/tables/neutron-rpc.xml69(th) #: ./doc/common/tables/neutron-ml2_ofa.xml33(th) #: ./doc/common/tables/neutron-metering_agent.xml29(th) #: ./doc/common/tables/neutron-nvsd.xml18(th) @@ -13018,133 +13017,141 @@ msgid "" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml44(td) +msgid "enable_distributed_routing = False" +msgstr "" + +#: ./doc/common/tables/neutron-openvswitch_agent.xml45(td) +msgid "(BoolOpt) Make the l2 agent run in DVR mode" +msgstr "" + +#: ./doc/common/tables/neutron-openvswitch_agent.xml48(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml43(td) msgid "l2_population = False" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml45(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml49(td) msgid "" "(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs " "and improve tunnel scalability" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml48(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml52(td) msgid "minimize_polling = True" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml49(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml53(td) msgid "(BoolOpt) Minimize polling by monitoring ovsdb for interface changes." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml52(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml56(td) msgid "ovsdb_monitor_respawn_interval = 30" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml53(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml57(td) msgid "" "(IntOpt) The number of seconds to wait before respawning the ovsdb monitor " "after losing communication with it" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml56(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml60(td) msgid "tunnel_types =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml57(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml61(td) msgid "(ListOpt) Network types supported by the agent (gre and/or vxlan)" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml60(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml64(td) msgid "veth_mtu = None" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml61(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml65(td) msgid "(IntOpt) MTU size of veth interfaces" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml64(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml68(td) msgid "vxlan_udp_port = 4789" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml65(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml69(td) msgid "(IntOpt) The UDP port to use for VXLAN tunnels." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml68(th) +#: ./doc/common/tables/neutron-openvswitch_agent.xml72(th) #: ./doc/common/tables/neutron-cisco.xml53(th) msgid "[CISCO_N1K]" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml71(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml75(td) msgid "local_ip = 10.0.0.3" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml72(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml76(td) msgid "(StrOpt) N1K Local IP" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml75(th) -#: ./doc/common/tables/neutron-ryu.xml18(th) +#: ./doc/common/tables/neutron-openvswitch_agent.xml79(th) +#: ./doc/common/tables/neutron-ryu.xml29(th) msgid "[OVS]" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml78(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml82(td) #: ./doc/common/tables/neutron-cisco.xml56(td) msgid "bridge_mappings =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml79(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml83(td) msgid "(ListOpt) List of <physical_network>:<bridge>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml82(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml86(td) msgid "enable_tunneling = False" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml83(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml87(td) msgid "(BoolOpt) Enable tunneling support" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml86(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml90(td) msgid "int_peer_patch_port = patch-tun" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml87(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml91(td) msgid "(StrOpt) Peer patch port in integration bridge for tunnel bridge" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml90(td) -#: ./doc/common/tables/neutron-cisco.xml76(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml94(td) +#: ./doc/common/tables/neutron-cisco.xml80(td) #: ./doc/common/tables/nova-vmware.xml49(td) -#: ./doc/common/tables/neutron-ml2_bigswitch.xml139(td) -#: ./doc/common/tables/neutron-bigswitch.xml139(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml155(td) +#: ./doc/common/tables/neutron-bigswitch.xml155(td) #: ./doc/common/tables/neutron-nvsd.xml21(td) msgid "integration_bridge = br-int" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml91(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml95(td) #: ./doc/common/tables/neutron-sdnve.xml42(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml373(td) msgid "(StrOpt) Integration bridge to use" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml94(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml98(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml47(td) msgid "local_ip =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml95(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml99(td) msgid "(StrOpt) Local IP address of GRE tunnel endpoints." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml98(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml102(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml28(td) #: ./doc/common/tables/neutron-ml2_vlan.xml21(td) #: ./doc/common/tables/neutron-hyperv_agent.xml44(td) msgid "network_vlan_ranges =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml99(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml103(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml29(td) #: ./doc/common/tables/neutron-hyperv_agent.xml45(td) #: ./doc/common/tables/neutron-mlnx.xml41(td) @@ -13153,65 +13160,66 @@ msgid "" " or <physical_network>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml102(td) -#: ./doc/common/tables/neutron-cisco.xml92(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml106(td) +#: ./doc/common/tables/neutron-cisco.xml96(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml32(td) #: ./doc/common/tables/neutron-hyperv_agent.xml48(td) msgid "tenant_network_type = local" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml103(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml107(td) msgid "" "(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml106(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml110(td) msgid "tun_peer_patch_port = patch-int" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml107(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml111(td) msgid "(StrOpt) Peer patch port in tunnel bridge for integration bridge" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml110(td) -#: ./doc/common/tables/neutron-cisco.xml96(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml114(td) +#: ./doc/common/tables/neutron-cisco.xml100(td) msgid "tunnel_bridge = br-tun" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml111(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml115(td) msgid "(StrOpt) Tunnel bridge to use" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml114(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml118(td) #: ./doc/common/tables/neutron-ml2_gre.xml21(td) msgid "tunnel_id_ranges =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml115(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml119(td) msgid "(ListOpt) List of <tun_min>:<tun_max>" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml118(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml122(td) msgid "tunnel_type =" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml119(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml123(td) msgid "" "(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or " "'vxlan'" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml122(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml126(td) msgid "use_veth_interconnection = False" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml123(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml127(td) msgid "" "(BoolOpt) Use veths instead of patch ports to interconnect the integration " "bridge to physical bridges" msgstr "" #: ./doc/common/tables/heat-clients.xml7(caption) +#: ./doc/common/tables/trove-clients.xml7(caption) msgid "Description of configuration options for clients" msgstr "" @@ -13233,7 +13241,7 @@ msgstr "" #: ./doc/common/tables/heat-clients_nova.xml21(td) #: ./doc/common/tables/heat-clients_heat.xml21(td) #: ./doc/common/tables/heat-cfn_api.xml63(td) -#: ./doc/common/tables/heat-api.xml148(td) +#: ./doc/common/tables/heat-api.xml156(td) #: ./doc/common/tables/heat-clients_ceilometer.xml21(td) #: ./doc/common/tables/heat-clients_glance.xml21(td) #: ./doc/common/tables/heat-clients_cinder.xml21(td) @@ -13277,8 +13285,8 @@ msgstr "" #: ./doc/common/tables/heat-clients_heat.xml25(td) #: ./doc/common/tables/heat-cfn_api.xml44(td) #: ./doc/common/tables/heat-cfn_api.xml67(td) -#: ./doc/common/tables/heat-api.xml118(td) -#: ./doc/common/tables/heat-api.xml152(td) +#: ./doc/common/tables/heat-api.xml126(td) +#: ./doc/common/tables/heat-api.xml160(td) #: ./doc/common/tables/heat-clients_ceilometer.xml25(td) #: ./doc/common/tables/heat-clients_glance.xml25(td) #: ./doc/common/tables/heat-clients_cinder.xml25(td) @@ -13370,11 +13378,12 @@ msgstr "" #: ./doc/common/tables/heat-clients_glance.xml33(td) #: ./doc/common/tables/cinder-auth_token.xml112(td) #: ./doc/common/tables/keystone-auth_token.xml112(td) -#: ./doc/common/tables/heat-clients_cinder.xml33(td) +#: ./doc/common/tables/heat-clients_cinder.xml37(td) #: ./doc/common/tables/heat-clients_trove.xml33(td) #: ./doc/common/tables/heat-clients_swift.xml33(td) #: ./doc/common/tables/heat-clients_neutron.xml33(td) #: ./doc/common/tables/trove-auth_token.xml112(td) +#: ./doc/common/tables/keystone-ec2.xml36(td) #: ./doc/common/tables/heat-clients_keystone.xml33(td) msgid "insecure = False" msgstr "" @@ -13393,7 +13402,7 @@ msgstr "" #: ./doc/common/tables/heat-conf-changes-icehouse.xml193(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml213(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml233(td) -#: ./doc/common/tables/heat-clients_cinder.xml34(td) +#: ./doc/common/tables/heat-clients_cinder.xml38(td) #: ./doc/common/tables/heat-clients_trove.xml34(td) #: ./doc/common/tables/heat-clients_swift.xml34(td) #: ./doc/common/tables/heat-clients_neutron.xml34(td) @@ -13406,11 +13415,11 @@ msgstr "" #: ./doc/common/tables/heat-clients_heat.xml37(td) #: ./doc/common/tables/heat-cfn_api.xml48(td) #: ./doc/common/tables/heat-cfn_api.xml71(td) -#: ./doc/common/tables/heat-api.xml122(td) -#: ./doc/common/tables/heat-api.xml156(td) +#: ./doc/common/tables/heat-api.xml130(td) +#: ./doc/common/tables/heat-api.xml164(td) #: ./doc/common/tables/heat-clients_ceilometer.xml37(td) #: ./doc/common/tables/heat-clients_glance.xml37(td) -#: ./doc/common/tables/heat-clients_cinder.xml37(td) +#: ./doc/common/tables/heat-clients_cinder.xml41(td) #: ./doc/common/tables/heat-clients_trove.xml37(td) #: ./doc/common/tables/nova-ca.xml72(td) #: ./doc/common/tables/cinder-ssl.xml29(td) @@ -13440,7 +13449,7 @@ msgstr "" #: ./doc/common/tables/heat-conf-changes-icehouse.xml197(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml217(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml237(td) -#: ./doc/common/tables/heat-clients_cinder.xml38(td) +#: ./doc/common/tables/heat-clients_cinder.xml42(td) #: ./doc/common/tables/heat-clients_trove.xml38(td) #: ./doc/common/tables/heat-clients_swift.xml38(td) #: ./doc/common/tables/heat-clients_neutron.xml38(td) @@ -13506,7 +13515,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml21(td) #: ./doc/common/tables/keystone-amqp.xml21(td) #: ./doc/common/tables/glance-amqp.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml25(td) +#: ./doc/common/tables/cinder-rpc.xml21(td) #: ./doc/common/tables/nova-rpc_all.xml21(td) #: ./doc/common/tables/nova-rpc.xml21(td) #: ./doc/common/tables/ceilometer-amqp.xml21(td) @@ -13518,7 +13527,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml22(td) #: ./doc/common/tables/keystone-amqp.xml22(td) #: ./doc/common/tables/glance-amqp.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml26(td) +#: ./doc/common/tables/cinder-rpc.xml22(td) #: ./doc/common/tables/nova-rpc_all.xml22(td) #: ./doc/common/tables/nova-rpc.xml22(td) #: ./doc/common/tables/ceilometer-amqp.xml22(td) @@ -13530,7 +13539,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml25(td) #: ./doc/common/tables/keystone-amqp.xml25(td) #: ./doc/common/tables/glance-amqp.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml29(td) +#: ./doc/common/tables/cinder-rpc.xml25(td) #: ./doc/common/tables/nova-rpc_all.xml25(td) #: ./doc/common/tables/nova-rpc.xml25(td) #: ./doc/common/tables/ceilometer-amqp.xml25(td) @@ -13542,7 +13551,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml26(td) #: ./doc/common/tables/keystone-amqp.xml26(td) #: ./doc/common/tables/glance-amqp.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml30(td) +#: ./doc/common/tables/cinder-rpc.xml26(td) #: ./doc/common/tables/nova-rpc_all.xml26(td) #: ./doc/common/tables/nova-rpc.xml26(td) #: ./doc/common/tables/ceilometer-amqp.xml26(td) @@ -13550,47 +13559,42 @@ msgid "(BoolOpt) Use durable queues in amqp." msgstr "" #: ./doc/common/tables/neutron-rpc.xml29(td) -#: ./doc/common/tables/trove-amqp.xml33(td) -#: ./doc/common/tables/heat-amqp.xml29(td) -#: ./doc/common/tables/glance-rabbitmq.xml21(td) -#: ./doc/common/tables/keystone-amqp.xml29(td) -#: ./doc/common/tables/ceilometer-exchange.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml33(td) -#: ./doc/common/tables/nova-rpc_all.xml29(td) -#: ./doc/common/tables/nova-rpc.xml29(td) -msgid "control_exchange = openstack" +msgid "control_exchange = neutron" msgstr "" #: ./doc/common/tables/neutron-rpc.xml30(td) -#: ./doc/common/tables/trove-amqp.xml34(td) #: ./doc/common/tables/heat-amqp.xml30(td) +#: ./doc/common/tables/glance-rabbitmq.xml22(td) #: ./doc/common/tables/keystone-amqp.xml30(td) #: ./doc/common/tables/ceilometer-exchange.xml26(td) +#: ./doc/common/tables/cinder-rpc.xml30(td) #: ./doc/common/tables/nova-rpc_all.xml30(td) #: ./doc/common/tables/nova-rpc.xml30(td) -msgid "(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid" +msgid "" +"(StrOpt) The default exchange under which topics are scoped. May be " +"overridden by an exchange name specified in the transport_url option." msgstr "" #: ./doc/common/tables/neutron-rpc.xml33(td) #: ./doc/common/tables/ceilometer-redis.xml25(td) #: ./doc/common/tables/glance-matchmaker.xml21(td) #: ./doc/common/tables/trove-rpc.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml65(td) +#: ./doc/common/tables/cinder-rpc.xml61(td) #: ./doc/common/tables/nova-rpc_all.xml53(td) -#: ./doc/common/tables/heat-rpc.xml29(td) +#: ./doc/common/tables/heat-rpc.xml25(td) #: ./doc/common/tables/nova-rpc.xml33(td) -#: ./doc/common/tables/keystone-redis.xml25(td) +#: ./doc/common/tables/keystone-redis.xml21(td) msgid "matchmaker_heartbeat_freq = 300" msgstr "" #: ./doc/common/tables/neutron-rpc.xml34(td) #: ./doc/common/tables/ceilometer-redis.xml26(td) #: ./doc/common/tables/glance-matchmaker.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml66(td) +#: ./doc/common/tables/cinder-rpc.xml62(td) #: ./doc/common/tables/nova-rpc_all.xml54(td) -#: ./doc/common/tables/heat-rpc.xml30(td) +#: ./doc/common/tables/heat-rpc.xml26(td) #: ./doc/common/tables/nova-rpc.xml34(td) -#: ./doc/common/tables/keystone-redis.xml26(td) +#: ./doc/common/tables/keystone-redis.xml22(td) msgid "(IntOpt) Heartbeat frequency." msgstr "" @@ -13598,11 +13602,11 @@ msgstr "" #: ./doc/common/tables/ceilometer-redis.xml29(td) #: ./doc/common/tables/glance-matchmaker.xml25(td) #: ./doc/common/tables/trove-rpc.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml69(td) +#: ./doc/common/tables/cinder-rpc.xml65(td) #: ./doc/common/tables/nova-rpc_all.xml57(td) -#: ./doc/common/tables/heat-rpc.xml33(td) +#: ./doc/common/tables/heat-rpc.xml29(td) #: ./doc/common/tables/nova-rpc.xml37(td) -#: ./doc/common/tables/keystone-redis.xml29(td) +#: ./doc/common/tables/keystone-redis.xml25(td) msgid "matchmaker_heartbeat_ttl = 600" msgstr "" @@ -13610,258 +13614,213 @@ msgstr "" #: ./doc/common/tables/ceilometer-redis.xml30(td) #: ./doc/common/tables/glance-matchmaker.xml26(td) #: ./doc/common/tables/trove-rpc.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml70(td) +#: ./doc/common/tables/cinder-rpc.xml66(td) #: ./doc/common/tables/nova-rpc_all.xml58(td) -#: ./doc/common/tables/heat-rpc.xml34(td) +#: ./doc/common/tables/heat-rpc.xml30(td) #: ./doc/common/tables/nova-rpc.xml38(td) -#: ./doc/common/tables/keystone-redis.xml30(td) +#: ./doc/common/tables/keystone-redis.xml26(td) msgid "(IntOpt) Heartbeat time-to-live." msgstr "" #: ./doc/common/tables/neutron-rpc.xml41(td) -#: ./doc/common/tables/nova-redis.xml21(td) -#: ./doc/common/tables/keystone-ldap.xml93(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml60(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml60(td) -#: ./doc/common/tables/ceilometer-rpc.xml29(td) -#: ./doc/common/tables/glance-redis.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml81(td) -#: ./doc/common/tables/neutron-ml2_ncs.xml21(td) -#: ./doc/common/tables/neutron-ml2_odl.xml21(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml148(td) -#: ./doc/common/tables/heat-rpc.xml37(td) -#: ./doc/common/tables/trove-redis.xml25(td) -#: ./doc/common/tables/keystone-redis.xml33(td) -msgid "password = None" -msgstr "password = None" +#: ./doc/common/tables/keystone-amqp.xml45(td) +#: ./doc/common/tables/ceilometer-rpc.xml25(td) +#: ./doc/common/tables/glance-amqp.xml37(td) +#: ./doc/common/tables/cinder-rpc.xml169(td) +#: ./doc/common/tables/nova-rpc_all.xml149(td) +#: ./doc/common/tables/heat-rpc.xml33(td) +#: ./doc/common/tables/nova-rpc.xml41(td) +msgid "rpc_backend = rabbit" +msgstr "" #: ./doc/common/tables/neutron-rpc.xml42(td) -#: ./doc/common/tables/nova-redis.xml22(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml61(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml61(td) -#: ./doc/common/tables/ceilometer-rpc.xml30(td) -#: ./doc/common/tables/glance-redis.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml82(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml149(td) -#: ./doc/common/tables/heat-rpc.xml38(td) -#: ./doc/common/tables/keystone-redis.xml34(td) -msgid "(StrOpt) Password for Redis server (optional)." +#: ./doc/common/tables/keystone-amqp.xml46(td) +#: ./doc/common/tables/ceilometer-rpc.xml26(td) +#: ./doc/common/tables/glance-amqp.xml38(td) +#: ./doc/common/tables/cinder-rpc.xml170(td) +#: ./doc/common/tables/nova-rpc_all.xml150(td) +#: ./doc/common/tables/heat-rpc.xml34(td) +#: ./doc/common/tables/nova-rpc.xml42(td) +msgid "" +"(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers " +"include qpid and zmq." msgstr "" #: ./doc/common/tables/neutron-rpc.xml45(td) -#: ./doc/common/tables/nova-common.xml73(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml64(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml64(td) -#: ./doc/common/tables/ceilometer-rpc.xml33(td) -#: ./doc/common/tables/glance-redis.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml85(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml152(td) -#: ./doc/common/tables/heat-rpc.xml41(td) -#: ./doc/common/tables/trove-redis.xml29(td) -#: ./doc/common/tables/keystone-redis.xml37(td) -msgid "port = 6379" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml46(td) -#: ./doc/common/tables/nova-common.xml74(td) -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml65(td) -#: ./doc/common/tables/nova-conf-changes-icehouse.xml65(td) -#: ./doc/common/tables/ceilometer-rpc.xml34(td) -#: ./doc/common/tables/glance-redis.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml86(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml153(td) -#: ./doc/common/tables/heat-rpc.xml42(td) -#: ./doc/common/tables/trove-redis.xml30(td) -#: ./doc/common/tables/keystone-redis.xml38(td) -msgid "(IntOpt) Use this port to connect to redis host." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml49(td) -msgid "rpc_backend = neutron.openstack.common.rpc.impl_kombu" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml50(td) -#: ./doc/common/tables/keystone-amqp.xml46(td) -#: ./doc/common/tables/ceilometer-rpc.xml38(td) -#: ./doc/common/tables/trove-rpc.xml50(td) -#: ./doc/common/tables/nova-rpc_all.xml150(td) -#: ./doc/common/tables/heat-rpc.xml46(td) -#: ./doc/common/tables/nova-rpc.xml42(td) -msgid "(StrOpt) The messaging module to use, defaults to kombu." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml53(td) #: ./doc/common/tables/keystone-amqp.xml49(td) -#: ./doc/common/tables/ceilometer-rpc.xml41(td) +#: ./doc/common/tables/ceilometer-rpc.xml29(td) #: ./doc/common/tables/trove-rpc.xml53(td) #: ./doc/common/tables/glance-zmq.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml185(td) +#: ./doc/common/tables/cinder-rpc.xml173(td) #: ./doc/common/tables/nova-rpc_all.xml153(td) -#: ./doc/common/tables/heat-rpc.xml49(td) +#: ./doc/common/tables/heat-rpc.xml37(td) #: ./doc/common/tables/nova-rpc.xml45(td) msgid "rpc_cast_timeout = 30" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml54(td) +#: ./doc/common/tables/neutron-rpc.xml46(td) #: ./doc/common/tables/keystone-amqp.xml50(td) -#: ./doc/common/tables/ceilometer-rpc.xml42(td) +#: ./doc/common/tables/ceilometer-rpc.xml30(td) #: ./doc/common/tables/trove-rpc.xml54(td) #: ./doc/common/tables/glance-zmq.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml186(td) +#: ./doc/common/tables/cinder-rpc.xml174(td) #: ./doc/common/tables/nova-rpc_all.xml154(td) -#: ./doc/common/tables/heat-rpc.xml50(td) +#: ./doc/common/tables/heat-rpc.xml38(td) #: ./doc/common/tables/nova-rpc.xml46(td) msgid "" "(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by " "impl_zmq." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml57(td) +#: ./doc/common/tables/neutron-rpc.xml49(td) #: ./doc/common/tables/keystone-amqp.xml53(td) -#: ./doc/common/tables/ceilometer-rpc.xml45(td) +#: ./doc/common/tables/ceilometer-rpc.xml33(td) #: ./doc/common/tables/trove-rpc.xml57(td) #: ./doc/common/tables/glance-amqp.xml41(td) -#: ./doc/common/tables/cinder-rpc.xml189(td) +#: ./doc/common/tables/cinder-rpc.xml177(td) #: ./doc/common/tables/nova-rpc_all.xml157(td) -#: ./doc/common/tables/heat-rpc.xml53(td) +#: ./doc/common/tables/heat-rpc.xml41(td) #: ./doc/common/tables/nova-rpc.xml49(td) msgid "rpc_conn_pool_size = 30" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml58(td) +#: ./doc/common/tables/neutron-rpc.xml50(td) #: ./doc/common/tables/keystone-amqp.xml54(td) -#: ./doc/common/tables/ceilometer-rpc.xml46(td) -#: ./doc/common/tables/trove-rpc.xml58(td) +#: ./doc/common/tables/ceilometer-rpc.xml34(td) +#: ./doc/common/tables/glance-amqp.xml42(td) +#: ./doc/common/tables/cinder-rpc.xml178(td) #: ./doc/common/tables/nova-rpc_all.xml158(td) -#: ./doc/common/tables/heat-rpc.xml54(td) +#: ./doc/common/tables/heat-rpc.xml42(td) #: ./doc/common/tables/nova-rpc.xml50(td) -msgid "(IntOpt) Size of RPC connection pool" -msgstr "" +msgid "(IntOpt) Size of RPC connection pool." +msgstr "(整数オプション) RPC 接続プールの容量。" -#: ./doc/common/tables/neutron-rpc.xml61(td) +#: ./doc/common/tables/neutron-rpc.xml53(td) #: ./doc/common/tables/keystone-amqp.xml57(td) -#: ./doc/common/tables/ceilometer-rpc.xml49(td) +#: ./doc/common/tables/ceilometer-rpc.xml37(td) #: ./doc/common/tables/trove-rpc.xml61(td) #: ./doc/common/tables/glance-amqp.xml45(td) -#: ./doc/common/tables/cinder-rpc.xml193(td) +#: ./doc/common/tables/cinder-rpc.xml181(td) #: ./doc/common/tables/nova-rpc_all.xml161(td) -#: ./doc/common/tables/heat-rpc.xml57(td) +#: ./doc/common/tables/heat-rpc.xml45(td) #: ./doc/common/tables/nova-rpc.xml53(td) msgid "rpc_response_timeout = 60" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml62(td) +#: ./doc/common/tables/neutron-rpc.xml54(td) #: ./doc/common/tables/keystone-amqp.xml58(td) -#: ./doc/common/tables/ceilometer-rpc.xml50(td) -#: ./doc/common/tables/trove-rpc.xml62(td) +#: ./doc/common/tables/ceilometer-rpc.xml38(td) +#: ./doc/common/tables/glance-amqp.xml46(td) +#: ./doc/common/tables/cinder-rpc.xml182(td) #: ./doc/common/tables/nova-rpc_all.xml162(td) -#: ./doc/common/tables/heat-rpc.xml58(td) +#: ./doc/common/tables/heat-rpc.xml46(td) #: ./doc/common/tables/nova-rpc.xml54(td) -msgid "(IntOpt) Seconds to wait for a response from call or multicall" +msgid "(IntOpt) Seconds to wait for a response from a call." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml65(td) +#: ./doc/common/tables/neutron-rpc.xml57(td) #: ./doc/common/tables/keystone-amqp.xml61(td) -#: ./doc/common/tables/ceilometer-rpc.xml53(td) +#: ./doc/common/tables/ceilometer-rpc.xml41(td) #: ./doc/common/tables/trove-rpc.xml65(td) #: ./doc/common/tables/glance-amqp.xml49(td) -#: ./doc/common/tables/cinder-rpc.xml197(td) +#: ./doc/common/tables/cinder-rpc.xml185(td) #: ./doc/common/tables/nova-rpc_all.xml165(td) -#: ./doc/common/tables/heat-rpc.xml61(td) +#: ./doc/common/tables/heat-rpc.xml49(td) #: ./doc/common/tables/nova-rpc.xml57(td) msgid "rpc_thread_pool_size = 64" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml66(td) +#: ./doc/common/tables/neutron-rpc.xml58(td) #: ./doc/common/tables/keystone-amqp.xml62(td) -#: ./doc/common/tables/ceilometer-rpc.xml54(td) -#: ./doc/common/tables/trove-rpc.xml66(td) +#: ./doc/common/tables/ceilometer-rpc.xml42(td) +#: ./doc/common/tables/glance-amqp.xml50(td) +#: ./doc/common/tables/cinder-rpc.xml186(td) #: ./doc/common/tables/nova-rpc_all.xml166(td) -#: ./doc/common/tables/heat-rpc.xml62(td) +#: ./doc/common/tables/heat-rpc.xml50(td) #: ./doc/common/tables/nova-rpc.xml58(td) -msgid "(IntOpt) Size of RPC thread pool" +msgid "(IntOpt) Size of RPC greenthread pool." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml69(td) +#: ./doc/common/tables/neutron-rpc.xml61(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml124(td) msgid "rpc_workers = 0" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml70(td) +#: ./doc/common/tables/neutron-rpc.xml62(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml125(td) msgid "(IntOpt) Number of RPC worker processes for service" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml73(td) -#: ./doc/common/tables/nova-common.xml101(td) +#: ./doc/common/tables/neutron-rpc.xml65(td) +#: ./doc/common/tables/nova-common.xml97(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml84(td) #: ./doc/common/tables/keystone-amqp.xml65(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml76(td) -#: ./doc/common/tables/ceilometer-rpc.xml85(td) +#: ./doc/common/tables/ceilometer-rpc.xml73(td) #: ./doc/common/tables/glance-amqp.xml53(td) -#: ./doc/common/tables/cinder-rpc.xml229(td) +#: ./doc/common/tables/cinder-rpc.xml217(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml164(td) -#: ./doc/common/tables/heat-rpc.xml65(td) +#: ./doc/common/tables/heat-rpc.xml53(td) msgid "transport_url = None" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml74(td) -#: ./doc/common/tables/nova-common.xml102(td) +#: ./doc/common/tables/neutron-rpc.xml66(td) +#: ./doc/common/tables/nova-common.xml98(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml85(td) #: ./doc/common/tables/keystone-amqp.xml66(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml77(td) -#: ./doc/common/tables/ceilometer-rpc.xml86(td) +#: ./doc/common/tables/ceilometer-rpc.xml74(td) #: ./doc/common/tables/glance-amqp.xml54(td) -#: ./doc/common/tables/cinder-rpc.xml230(td) +#: ./doc/common/tables/cinder-rpc.xml218(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml165(td) -#: ./doc/common/tables/heat-rpc.xml66(td) +#: ./doc/common/tables/heat-rpc.xml54(td) msgid "" "(StrOpt) A URL representing the messaging driver to use and its full " "configuration. If not set, we fall back to the rpc_backend option and driver" " specific configuration." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml80(td) +#: ./doc/common/tables/neutron-rpc.xml72(td) msgid "rpc_support_old_agents = False" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml81(td) +#: ./doc/common/tables/neutron-rpc.xml73(td) msgid "(BoolOpt) Enable server RPC compatibility with old agents" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml84(th) -#: ./doc/common/tables/ceilometer-redis.xml33(th) +#: ./doc/common/tables/neutron-rpc.xml76(th) +#: ./doc/common/tables/ceilometer-redis.xml48(th) #: ./doc/common/tables/glance-matchmaker.xml29(th) -#: ./doc/common/tables/cinder-rpc.xml237(th) +#: ./doc/common/tables/cinder-rpc.xml240(th) #: ./doc/common/tables/nova-rpc_all.xml204(th) -#: ./doc/common/tables/heat-rpc.xml69(th) +#: ./doc/common/tables/heat-rpc.xml57(th) #: ./doc/common/tables/trove-redis.xml33(th) #: ./doc/common/tables/nova-rpc.xml68(th) -#: ./doc/common/tables/keystone-redis.xml41(th) +#: ./doc/common/tables/keystone-redis.xml44(th) msgid "[matchmaker_ring]" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml87(td) -#: ./doc/common/tables/ceilometer-redis.xml36(td) +#: ./doc/common/tables/neutron-rpc.xml79(td) +#: ./doc/common/tables/ceilometer-redis.xml51(td) #: ./doc/common/tables/glance-matchmaker.xml32(td) -#: ./doc/common/tables/cinder-rpc.xml240(td) +#: ./doc/common/tables/cinder-rpc.xml243(td) #: ./doc/common/tables/nova-rpc_all.xml207(td) -#: ./doc/common/tables/heat-rpc.xml72(td) +#: ./doc/common/tables/heat-rpc.xml60(td) #: ./doc/common/tables/trove-redis.xml36(td) #: ./doc/common/tables/nova-rpc.xml71(td) -#: ./doc/common/tables/keystone-redis.xml44(td) +#: ./doc/common/tables/keystone-redis.xml47(td) msgid "ringfile = /etc/oslo/matchmaker_ring.json" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml88(td) -#: ./doc/common/tables/ceilometer-redis.xml37(td) +#: ./doc/common/tables/neutron-rpc.xml80(td) +#: ./doc/common/tables/ceilometer-redis.xml52(td) #: ./doc/common/tables/glance-matchmaker.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml241(td) +#: ./doc/common/tables/cinder-rpc.xml244(td) #: ./doc/common/tables/nova-rpc_all.xml208(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml277(td) -#: ./doc/common/tables/heat-rpc.xml73(td) +#: ./doc/common/tables/heat-rpc.xml61(td) #: ./doc/common/tables/nova-rpc.xml72(td) -#: ./doc/common/tables/keystone-redis.xml45(td) +#: ./doc/common/tables/keystone-redis.xml48(td) msgid "(StrOpt) Matchmaker ring file (JSON)." msgstr "" @@ -13875,53 +13834,115 @@ msgstr "" #: ./doc/common/tables/trove-db_percona.xml21(td) #: ./doc/common/tables/trove-db_mysql.xml21(td) +#: ./doc/common/tables/trove-backup.xml33(td) +msgid "backup_namespace = trove.guestagent.strategies.backup.mysql_impl" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml22(td) +#: ./doc/common/tables/trove-db_percona.xml30(td) +#: ./doc/common/tables/trove-db_percona.xml38(td) +#: ./doc/common/tables/trove-amqp.xml34(td) +#: ./doc/common/tables/trove-db_cassandra.xml26(td) +#: ./doc/common/tables/trove-db_mysql.xml22(td) +#: ./doc/common/tables/trove-db_mysql.xml30(td) +#: ./doc/common/tables/trove-db_mysql.xml38(td) +#: ./doc/common/tables/trove-common.xml70(td) +#: ./doc/common/tables/trove-api.xml38(td) +#: ./doc/common/tables/trove-api.xml42(td) +#: ./doc/common/tables/trove-api.xml94(td) +#: ./doc/common/tables/trove-api.xml102(td) +#: ./doc/common/tables/trove-api.xml106(td) +#: ./doc/common/tables/trove-dns.xml22(td) +#: ./doc/common/tables/trove-dns.xml26(td) +#: ./doc/common/tables/trove-dns.xml30(td) +#: ./doc/common/tables/trove-dns.xml34(td) +#: ./doc/common/tables/trove-dns.xml38(td) +#: ./doc/common/tables/trove-dns.xml42(td) +#: ./doc/common/tables/trove-dns.xml46(td) +#: ./doc/common/tables/trove-dns.xml50(td) +#: ./doc/common/tables/trove-dns.xml54(td) +#: ./doc/common/tables/trove-dns.xml58(td) +#: ./doc/common/tables/trove-dns.xml62(td) +#: ./doc/common/tables/trove-dns.xml66(td) +#: ./doc/common/tables/trove-dns.xml78(td) +#: ./doc/common/tables/trove-volume.xml22(td) +#: ./doc/common/tables/trove-volume.xml38(td) +#: ./doc/common/tables/trove-volume.xml50(td) +#: ./doc/common/tables/trove-clients.xml22(td) +#: ./doc/common/tables/trove-clients.xml26(td) +#: ./doc/common/tables/trove-clients.xml30(td) +#: ./doc/common/tables/trove-clients.xml34(td) +#: ./doc/common/tables/trove-clients.xml38(td) +#: ./doc/common/tables/trove-clients.xml42(td) +#: ./doc/common/tables/trove-clients.xml46(td) +#: ./doc/common/tables/trove-db_couchbase.xml22(td) +#: ./doc/common/tables/trove-db_couchbase.xml30(td) +#: ./doc/common/tables/trove-db_couchbase.xml38(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml17(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml21(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml25(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml29(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml33(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml37(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml41(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml45(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml49(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml53(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml57(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml65(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml81(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml125(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml133(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml137(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml145(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml153(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml157(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml161(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml169(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml177(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml217(td) +#: ./doc/common/tables/swift-conf-changes-icehouse.xml221(td) +#: ./doc/common/tables/trove-db_mongodb.xml26(td) +#: ./doc/common/tables/trove-rpc.xml26(td) +#: ./doc/common/tables/trove-backup.xml38(td) +#: ./doc/common/tables/trove-backup.xml54(td) +#: ./doc/common/tables/trove-guestagent.xml38(td) +#: ./doc/common/tables/trove-guestagent.xml50(td) +#: ./doc/common/tables/trove-compute.xml22(td) +#: ./doc/common/tables/trove-db_redis.xml26(td) +#: ./doc/common/tables/trove-logging.xml22(td) +#: ./doc/common/tables/trove-logging.xml70(td) +msgid "(StrOpt) No help text available for this option." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml25(td) +#: ./doc/common/tables/trove-db_mysql.xml25(td) #: ./doc/common/tables/trove-backup.xml49(td) msgid "backup_strategy = InnoBackupEx" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml22(td) +#: ./doc/common/tables/trove-db_percona.xml26(td) #: ./doc/common/tables/trove-db_cassandra.xml22(td) -#: ./doc/common/tables/trove-db_mysql.xml22(td) -#: ./doc/common/tables/trove-db_couchbase.xml22(td) +#: ./doc/common/tables/trove-db_mysql.xml26(td) +#: ./doc/common/tables/trove-db_couchbase.xml26(td) #: ./doc/common/tables/trove-db_mongodb.xml22(td) #: ./doc/common/tables/trove-backup.xml50(td) #: ./doc/common/tables/trove-db_redis.xml22(td) msgid "(StrOpt) Default strategy to perform backups." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml25(td) -#: ./doc/common/tables/trove-db_mysql.xml25(td) -msgid "mount_point = /var/lib/mysql" -msgstr "" - -#: ./doc/common/tables/trove-db_percona.xml26(td) -#: ./doc/common/tables/trove-db_cassandra.xml26(td) -#: ./doc/common/tables/trove-db_mysql.xml26(td) -#: ./doc/common/tables/trove-db_couchbase.xml26(td) -#: ./doc/common/tables/trove-db_mongodb.xml26(td) -#: ./doc/common/tables/trove-db_redis.xml26(td) -msgid "" -"(StrOpt) Filesystem path for mounting volumes if volume support is enabled." -msgstr "" - #: ./doc/common/tables/trove-db_percona.xml29(td) +#: ./doc/common/tables/trove-db_cassandra.xml25(td) #: ./doc/common/tables/trove-db_mysql.xml29(td) -msgid "root_on_create = False" -msgstr "" - -#: ./doc/common/tables/trove-db_percona.xml30(td) -#: ./doc/common/tables/trove-db_mysql.xml30(td) -#: ./doc/common/tables/trove-db_couchbase.xml30(td) -msgid "" -"(BoolOpt) Enable the automatic creation of the root user for the service " -"during instance-create. The generated password for the root user is " -"immediately returned in the response of instance-create as the 'password' " -"field." +#: ./doc/common/tables/trove-volume.xml37(td) +#: ./doc/common/tables/trove-db_couchbase.xml29(td) +#: ./doc/common/tables/trove-db_mongodb.xml25(td) +msgid "device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-db_percona.xml33(td) #: ./doc/common/tables/trove-db_mysql.xml33(td) -msgid "tcp_ports = 3306" +msgid "mount_point = /var/lib/mysql" msgstr "" #: ./doc/common/tables/trove-db_percona.xml34(td) @@ -13931,45 +13952,99 @@ msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml30(td) #: ./doc/common/tables/trove-db_redis.xml30(td) msgid "" +"(StrOpt) Filesystem path for mounting volumes if volume support is enabled." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml37(td) +#: ./doc/common/tables/trove-db_mysql.xml37(td) +#: ./doc/common/tables/trove-guestagent.xml53(td) +msgid "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml41(td) +#: ./doc/common/tables/trove-db_mysql.xml41(td) +msgid "root_on_create = False" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml42(td) +#: ./doc/common/tables/trove-db_mysql.xml42(td) +#: ./doc/common/tables/trove-db_couchbase.xml42(td) +msgid "" +"(BoolOpt) Enable the automatic creation of the root user for the service " +"during instance-create. The generated password for the root user is " +"immediately returned in the response of instance-create as the 'password' " +"field." +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml45(td) +#: ./doc/common/tables/trove-db_mysql.xml45(td) +msgid "tcp_ports = 3306" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml46(td) +#: ./doc/common/tables/trove-db_cassandra.xml34(td) +#: ./doc/common/tables/trove-db_mysql.xml46(td) +#: ./doc/common/tables/trove-db_couchbase.xml46(td) +#: ./doc/common/tables/trove-db_mongodb.xml34(td) +#: ./doc/common/tables/trove-db_redis.xml34(td) +msgid "" "(ListOpt) List of TCP ports and/or port ranges to open in the security group" " (only applicable if trove_security_groups_support is True)." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml37(td) -#: ./doc/common/tables/trove-db_cassandra.xml33(td) -#: ./doc/common/tables/trove-db_mysql.xml37(td) -#: ./doc/common/tables/trove-db_couchbase.xml37(td) -#: ./doc/common/tables/trove-db_mongodb.xml33(td) -#: ./doc/common/tables/trove-db_redis.xml33(td) +#: ./doc/common/tables/trove-db_percona.xml49(td) +#: ./doc/common/tables/trove-db_cassandra.xml37(td) +#: ./doc/common/tables/trove-db_mysql.xml49(td) +#: ./doc/common/tables/trove-db_couchbase.xml49(td) +#: ./doc/common/tables/trove-db_mongodb.xml37(td) +#: ./doc/common/tables/trove-db_redis.xml37(td) msgid "udp_ports =" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml38(td) -#: ./doc/common/tables/trove-db_cassandra.xml34(td) -#: ./doc/common/tables/trove-db_mysql.xml38(td) -#: ./doc/common/tables/trove-db_couchbase.xml38(td) -#: ./doc/common/tables/trove-db_redis.xml34(td) +#: ./doc/common/tables/trove-db_percona.xml50(td) +#: ./doc/common/tables/trove-db_cassandra.xml38(td) +#: ./doc/common/tables/trove-db_mysql.xml50(td) +#: ./doc/common/tables/trove-db_couchbase.xml50(td) +#: ./doc/common/tables/trove-db_redis.xml38(td) msgid "" "(ListOpt) List of UDP ports and/or port ranges to open in the security group" " (only applicable if trove_security_groups_support is True)." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml41(td) -#: ./doc/common/tables/trove-db_couchbase.xml41(td) -#: ./doc/common/tables/trove-db_mongodb.xml37(td) -#: ./doc/common/tables/trove-db_redis.xml37(td) +#: ./doc/common/tables/trove-db_percona.xml53(td) +#: ./doc/common/tables/trove-db_couchbase.xml53(td) +#: ./doc/common/tables/trove-db_mongodb.xml41(td) +#: ./doc/common/tables/trove-db_redis.xml41(td) msgid "usage_timeout = 450" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml42(td) -#: ./doc/common/tables/trove-db_cassandra.xml38(td) -#: ./doc/common/tables/trove-db_mysql.xml42(td) -#: ./doc/common/tables/trove-db_couchbase.xml42(td) -#: ./doc/common/tables/trove-db_mongodb.xml38(td) -#: ./doc/common/tables/trove-db_redis.xml38(td) +#: ./doc/common/tables/trove-db_percona.xml54(td) +#: ./doc/common/tables/trove-db_cassandra.xml42(td) +#: ./doc/common/tables/trove-db_mysql.xml54(td) +#: ./doc/common/tables/trove-db_couchbase.xml54(td) +#: ./doc/common/tables/trove-db_mongodb.xml42(td) +#: ./doc/common/tables/trove-db_redis.xml42(td) msgid "(IntOpt) Timeout to wait for a guest to become active." msgstr "" +#: ./doc/common/tables/trove-db_percona.xml57(td) +#: ./doc/common/tables/trove-db_cassandra.xml45(td) +#: ./doc/common/tables/trove-db_mysql.xml57(td) +#: ./doc/common/tables/trove-db_couchbase.xml57(td) +#: ./doc/common/tables/trove-db_mongodb.xml45(td) +msgid "volume_support = True" +msgstr "" + +#: ./doc/common/tables/trove-db_percona.xml58(td) +#: ./doc/common/tables/trove-db_cassandra.xml46(td) +#: ./doc/common/tables/trove-db_mysql.xml58(td) +#: ./doc/common/tables/trove-volume.xml42(td) +#: ./doc/common/tables/trove-db_couchbase.xml58(td) +#: ./doc/common/tables/trove-db_mongodb.xml46(td) +#: ./doc/common/tables/trove-db_redis.xml46(td) +msgid "(BoolOpt) Whether to provision a cinder volume for datadir." +msgstr "" + #: ./doc/common/tables/nova-periodic.xml7(caption) msgid "Description of configuration options for periodic" msgstr "" @@ -14061,7 +14136,7 @@ msgstr "" #: ./doc/common/tables/nova-policy.xml57(td) #: ./doc/common/tables/glance-policy.xml21(td) #: ./doc/common/tables/ceilometer-api.xml33(td) -#: ./doc/common/tables/heat-api.xml45(td) +#: ./doc/common/tables/heat-api.xml49(td) #: ./doc/common/tables/cinder-common.xml137(td) msgid "policy_default_rule = default" msgstr "" @@ -14069,7 +14144,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml22(td) #: ./doc/common/tables/nova-policy.xml58(td) #: ./doc/common/tables/ceilometer-api.xml34(td) -#: ./doc/common/tables/heat-api.xml46(td) +#: ./doc/common/tables/heat-api.xml50(td) msgid "(StrOpt) Default rule. Enforced when a requested rule is not found." msgstr "" @@ -14078,7 +14153,7 @@ msgstr "" #: ./doc/common/tables/nova-policy.xml61(td) #: ./doc/common/tables/glance-policy.xml25(td) #: ./doc/common/tables/ceilometer-api.xml37(td) -#: ./doc/common/tables/heat-api.xml49(td) +#: ./doc/common/tables/heat-api.xml53(td) #: ./doc/common/tables/cinder-common.xml141(td) msgid "policy_file = policy.json" msgstr "" @@ -14086,7 +14161,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml26(td) #: ./doc/common/tables/nova-policy.xml62(td) #: ./doc/common/tables/ceilometer-api.xml38(td) -#: ./doc/common/tables/heat-api.xml50(td) +#: ./doc/common/tables/heat-api.xml54(td) msgid "(StrOpt) The JSON file that defines policies." msgstr "" @@ -14105,7 +14180,7 @@ msgstr "" #: ./doc/common/tables/keystone-policy.xml36(td) #: ./doc/common/tables/keystone-api.xml49(td) #: ./doc/common/tables/keystone-identity.xml37(td) -#: ./doc/common/tables/keystone-catalog.xml25(td) +#: ./doc/common/tables/keystone-catalog.xml33(td) #: ./doc/common/tables/keystone-assignment.xml33(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml52(td) msgid "list_limit = None" @@ -14131,7 +14206,7 @@ msgstr "" #: ./doc/common/tables/glance-auth_token.xml21(td) #: ./doc/common/tables/glance-auth_token.xml128(td) -#: ./doc/common/tables/ceilometer-common.xml41(td) +#: ./doc/common/tables/ceilometer-common.xml37(td) #: ./doc/common/tables/ceilometer-auth_token.xml121(td) #: ./doc/common/tables/neutron-auth_token.xml21(td) #: ./doc/common/tables/neutron-auth_token.xml128(td) @@ -14149,7 +14224,7 @@ msgid "memcached_servers = None" msgstr "" #: ./doc/common/tables/glance-auth_token.xml22(td) -#: ./doc/common/tables/ceilometer-common.xml42(td) +#: ./doc/common/tables/ceilometer-common.xml38(td) #: ./doc/common/tables/neutron-auth_token.xml22(td) #: ./doc/common/tables/nova-common.xml50(td) #: ./doc/common/tables/heat-auth_token.xml22(td) @@ -14174,7 +14249,7 @@ msgstr "" #: ./doc/common/tables/ceilometer-auth_token.xml21(td) #: ./doc/common/tables/neutron-auth_token.xml28(td) #: ./doc/common/tables/glance-registry.xml21(td) -#: ./doc/common/tables/nova-neutron.xml40(td) +#: ./doc/common/tables/nova-neutron.xml32(td) #: ./doc/common/tables/heat-auth_token.xml28(td) #: ./doc/common/tables/nova-auth_token.xml21(td) #: ./doc/common/tables/cinder-auth_token.xml28(td) @@ -14374,7 +14449,7 @@ msgstr "" #: ./doc/common/tables/neutron-auth_token.xml60(td) #: ./doc/common/tables/heat-auth_token.xml60(td) #: ./doc/common/tables/nova-auth_token.xml53(td) -#: ./doc/common/tables/heat-api.xml95(td) +#: ./doc/common/tables/heat-api.xml103(td) #: ./doc/common/tables/cinder-auth_token.xml60(td) #: ./doc/common/tables/keystone-auth_token.xml60(td) #: ./doc/common/tables/trove-auth_token.xml60(td) @@ -14444,6 +14519,7 @@ msgstr "" #: ./doc/common/tables/cinder-auth_token.xml72(td) #: ./doc/common/tables/keystone-auth_token.xml72(td) #: ./doc/common/tables/trove-auth_token.xml72(td) +#: ./doc/common/tables/keystone-ec2.xml28(td) msgid "cafile = None" msgstr "" @@ -14468,6 +14544,7 @@ msgstr "" #: ./doc/common/tables/cinder-auth_token.xml76(td) #: ./doc/common/tables/keystone-auth_token.xml76(td) #: ./doc/common/tables/trove-auth_token.xml76(td) +#: ./doc/common/tables/keystone-ec2.xml32(td) msgid "certfile = None" msgstr "" @@ -14713,6 +14790,7 @@ msgstr "" #: ./doc/common/tables/cinder-auth_token.xml116(td) #: ./doc/common/tables/keystone-auth_token.xml116(td) #: ./doc/common/tables/trove-auth_token.xml116(td) +#: ./doc/common/tables/keystone-ec2.xml40(td) msgid "keyfile = None" msgstr "" @@ -15027,6 +15105,26 @@ msgid "" " where M is the value of the expiry_thres_minutes configuration option." msgstr "" +#: ./doc/common/tables/cinder-nimble.xml7(caption) +msgid "Description of configuration options for nimble" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml21(td) +msgid "nimble_pool_name = default" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml22(td) +msgid "(StrOpt) Nimble Controller pool name" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml25(td) +msgid "nimble_subnet_label = *" +msgstr "" + +#: ./doc/common/tables/cinder-nimble.xml26(td) +msgid "(StrOpt) Nimble Subnet Label" +msgstr "" + #: ./doc/common/tables/swift-container-server-container-sync.xml8(literal) msgid "[container-sync]" msgstr "" @@ -15080,6 +15178,7 @@ msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml7(caption) #: ./doc/common/tables/swift-rsyncd-container.xml7(caption) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml7(caption) #: ./doc/common/tables/swift-rsyncd-account.xml7(caption) @@ -15139,7 +15238,6 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml24(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml32(td) -#: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml20(td) #: ./doc/common/tables/swift-container-server-container-updater.xml33(td) #: ./doc/common/tables/swift-object-server-object-updater.xml24(td) msgid "interval = 300" @@ -15168,7 +15266,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml37(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml44(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml20(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml28(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml36(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml32(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml28(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml28(td) @@ -15197,7 +15295,7 @@ msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml45(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml21(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml29(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml29(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml37(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml41(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml33(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml29(td) @@ -15219,7 +15317,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml41(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml48(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml28(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml32(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml40(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml36(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml32(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml32(td) @@ -15248,7 +15346,7 @@ msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml49(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml29(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml33(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml33(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml41(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml45(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml37(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml33(td) @@ -15270,7 +15368,7 @@ msgstr "Syslog ログファシリティ" #: ./doc/common/tables/swift-container-server-container-updater.xml45(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml52(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml32(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml36(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml44(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml40(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml36(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml40(td) @@ -15290,7 +15388,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml46(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml53(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml33(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml37(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml45(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml41(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml37(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml41(td) @@ -15314,7 +15412,7 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml50(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml57(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml41(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml41(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml49(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml45(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml41(td) #: ./doc/common/tables/swift-object-server-object-updater.xml41(td) @@ -15375,7 +15473,7 @@ msgstr "" #: ./doc/common/tables/heat-cfn_api.xml32(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml24(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml20(td) -#: ./doc/common/tables/heat-api.xml106(td) +#: ./doc/common/tables/heat-api.xml114(td) #: ./doc/common/tables/heat-cloudwatch_api.xml28(td) #: ./doc/common/tables/neutron-wsgi.xml21(td) #: ./doc/common/tables/glance-common.xml29(td) @@ -15471,7 +15569,8 @@ msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml61(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml65(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml89(td) -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml151(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml147(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml155(td) #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml21(td) #: ./doc/common/tables/neutron-rootwrap.xml49(td) #: ./doc/common/tables/neutron-rootwrap.xml53(td) @@ -15480,7 +15579,6 @@ msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml29(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml33(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml37(td) -#: ./doc/common/tables/swift-swift-swift-constraints.xml41(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml45(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml49(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml53(td) @@ -15531,7 +15629,7 @@ msgstr "" #: ./doc/common/tables/swift-object-server-filter-xprofile.xml45(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml29(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml43(td) -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml51(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml55(td) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml21(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml21(td) @@ -15547,6 +15645,20 @@ msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml25(td) #: ./doc/common/tables/swift-rsyncd-container.xml29(td) #: ./doc/common/tables/swift-rsyncd-container.xml33(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml21(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml25(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml29(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml39(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml43(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml47(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml51(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml55(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml59(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml63(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml67(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml71(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml75(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml79(td) #: ./doc/common/tables/swift-rsyncd-account.xml21(td) #: ./doc/common/tables/swift-rsyncd-account.xml25(td) #: ./doc/common/tables/swift-rsyncd-account.xml29(td) @@ -15600,7 +15712,7 @@ msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml25(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml29(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml33(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml49(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml57(td) #: ./doc/common/tables/swift-account-server-pipeline-main.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml25(td) @@ -15879,6 +15991,10 @@ msgid "" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml146(td) +msgid "strict_cors_mode = True" +msgstr "" + +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml150(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml71(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml130(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml150(td) @@ -15888,7 +16004,7 @@ msgstr "" msgid "swift_dir = /etc/swift" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml147(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml151(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml72(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml131(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml151(td) @@ -15898,11 +16014,11 @@ msgstr "" msgid "Swift configuration directory" msgstr "Swift 設定ディレクトリー" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml150(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml154(td) msgid "trans_id_suffix =" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml154(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml158(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml75(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml134(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml154(td) @@ -15911,7 +16027,7 @@ msgstr "" msgid "user = swift" msgstr "user = swift" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml155(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml159(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml76(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml135(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml155(td) @@ -15920,14 +16036,14 @@ msgstr "user = swift" msgid "User to run as" msgstr "実行するユーザー" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml158(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml162(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml138(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml158(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml134(td) msgid "workers = auto" msgstr "" -#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml159(td) +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml163(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml139(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml159(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml135(td) @@ -16030,8 +16146,9 @@ msgstr "" #: ./doc/common/tables/ceilometer-redis.xml21(td) #: ./doc/common/tables/nova-common.xml41(td) #: ./doc/common/tables/neutron-redis.xml21(td) +#: ./doc/common/tables/cinder-common.xml57(td) #: ./doc/common/tables/heat-redis.xml21(td) -msgid "host = oslo" +msgid "host = localhost" msgstr "" #: ./doc/common/tables/ceilometer-redis.xml22(td) @@ -16041,6 +16158,99 @@ msgid "" "address." msgstr "" +#: ./doc/common/tables/ceilometer-redis.xml33(th) +#: ./doc/common/tables/neutron-redis.xml25(th) +#: ./doc/common/tables/nova-redis.xml18(th) +#: ./doc/common/tables/glance-redis.xml18(th) +#: ./doc/common/tables/cinder-rpc.xml225(th) +#: ./doc/common/tables/heat-redis.xml25(th) +#: ./doc/common/tables/trove-redis.xml18(th) +#: ./doc/common/tables/keystone-redis.xml29(th) +msgid "[matchmaker_redis]" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml36(td) +#: ./doc/common/tables/neutron-redis.xml28(td) +#: ./doc/common/tables/nova-redis.xml21(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml24(td) +#: ./doc/common/tables/glance-redis.xml21(td) +#: ./doc/common/tables/cinder-rpc.xml228(td) +#: ./doc/common/tables/heat-redis.xml28(td) +#: ./doc/common/tables/trove-redis.xml21(td) +#: ./doc/common/tables/neutron-nec.xml37(td) +#: ./doc/common/tables/keystone-redis.xml32(td) +msgid "host = 127.0.0.1" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml37(td) +#: ./doc/common/tables/neutron-redis.xml29(td) +#: ./doc/common/tables/nova-redis.xml22(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml25(td) +#: ./doc/common/tables/glance-redis.xml22(td) +#: ./doc/common/tables/cinder-rpc.xml229(td) +#: ./doc/common/tables/heat-redis.xml29(td) +#: ./doc/common/tables/keystone-redis.xml33(td) +msgid "(StrOpt) Host to locate redis." +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml40(td) +#: ./doc/common/tables/neutron-redis.xml32(td) +#: ./doc/common/tables/nova-redis.xml25(td) +#: ./doc/common/tables/keystone-ldap.xml101(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml60(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml60(td) +#: ./doc/common/tables/glance-redis.xml25(td) +#: ./doc/common/tables/cinder-rpc.xml232(td) +#: ./doc/common/tables/heat-redis.xml32(td) +#: ./doc/common/tables/neutron-ml2_ncs.xml21(td) +#: ./doc/common/tables/neutron-ml2_odl.xml21(td) +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml148(td) +#: ./doc/common/tables/trove-redis.xml25(td) +#: ./doc/common/tables/keystone-redis.xml36(td) +msgid "password = None" +msgstr "password = None" + +#: ./doc/common/tables/ceilometer-redis.xml41(td) +#: ./doc/common/tables/neutron-redis.xml33(td) +#: ./doc/common/tables/nova-redis.xml26(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml61(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml61(td) +#: ./doc/common/tables/glance-redis.xml26(td) +#: ./doc/common/tables/cinder-rpc.xml233(td) +#: ./doc/common/tables/heat-redis.xml33(td) +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml149(td) +#: ./doc/common/tables/keystone-redis.xml37(td) +msgid "(StrOpt) Password for Redis server (optional)." +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml44(td) +#: ./doc/common/tables/neutron-redis.xml36(td) +#: ./doc/common/tables/nova-redis.xml29(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml64(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml64(td) +#: ./doc/common/tables/glance-redis.xml29(td) +#: ./doc/common/tables/cinder-rpc.xml236(td) +#: ./doc/common/tables/heat-redis.xml36(td) +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml152(td) +#: ./doc/common/tables/trove-redis.xml29(td) +#: ./doc/common/tables/keystone-redis.xml40(td) +msgid "port = 6379" +msgstr "" + +#: ./doc/common/tables/ceilometer-redis.xml45(td) +#: ./doc/common/tables/neutron-redis.xml37(td) +#: ./doc/common/tables/nova-redis.xml30(td) +#: ./doc/common/tables/keystone-conf-changes-icehouse.xml65(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml65(td) +#: ./doc/common/tables/glance-redis.xml30(td) +#: ./doc/common/tables/cinder-rpc.xml237(td) +#: ./doc/common/tables/heat-redis.xml37(td) +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml153(td) +#: ./doc/common/tables/trove-redis.xml30(td) +#: ./doc/common/tables/keystone-redis.xml41(td) +msgid "(IntOpt) Use this port to connect to redis host." +msgstr "" + #: ./doc/common/tables/cinder-storage_ceph.xml7(caption) msgid "Description of configuration options for storage_ceph" msgstr "" @@ -16092,7 +16302,7 @@ msgid "(StrOpt) The RADOS pool where rbd volumes are stored" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml41(td) -#: ./doc/common/tables/nova-volumes.xml118(td) +#: ./doc/common/tables/nova-volumes.xml126(td) msgid "rbd_secret_uuid = None" msgstr "" @@ -16110,7 +16320,7 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml49(td) -#: ./doc/common/tables/nova-volumes.xml122(td) +#: ./doc/common/tables/nova-volumes.xml130(td) msgid "rbd_user = None" msgstr "" @@ -16270,22 +16480,22 @@ msgid "(StrOpt) VLAN Name prefix for provider vlans" msgstr "" #: ./doc/common/tables/neutron-cisco.xml45(td) -#: ./doc/common/tables/neutron-cisco.xml125(td) +#: ./doc/common/tables/neutron-cisco.xml129(td) msgid "svi_round_robin = False" msgstr "" #: ./doc/common/tables/neutron-cisco.xml46(td) -#: ./doc/common/tables/neutron-cisco.xml126(td) +#: ./doc/common/tables/neutron-cisco.xml130(td) msgid "(BoolOpt) Distribute SVI interfaces over all switches" msgstr "" #: ./doc/common/tables/neutron-cisco.xml49(td) -#: ./doc/common/tables/neutron-cisco.xml129(td) +#: ./doc/common/tables/neutron-cisco.xml133(td) msgid "vlan_name_prefix = q-" msgstr "" #: ./doc/common/tables/neutron-cisco.xml50(td) -#: ./doc/common/tables/neutron-cisco.xml130(td) +#: ./doc/common/tables/neutron-cisco.xml134(td) msgid "(StrOpt) VLAN Name prefix" msgstr "" @@ -16325,87 +16535,95 @@ msgstr "" msgid "(IntOpt) Number of threads to use to make HTTP requests" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml77(td) -msgid "(StrOpt) N1K Integration Bridge" +#: ./doc/common/tables/neutron-cisco.xml76(td) +msgid "http_timeout = 15" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml80(td) -msgid "network_node_policy_profile = dhcp_pp" +#: ./doc/common/tables/neutron-cisco.xml77(td) +msgid "(IntOpt) N1K http timeout duration in seconds" msgstr "" #: ./doc/common/tables/neutron-cisco.xml81(td) -msgid "(StrOpt) N1K policy profile for network node" +msgid "(StrOpt) N1K Integration Bridge" msgstr "" #: ./doc/common/tables/neutron-cisco.xml84(td) -msgid "network_vlan_ranges = vlan:1:4095" +msgid "network_node_policy_profile = dhcp_pp" msgstr "" #: ./doc/common/tables/neutron-cisco.xml85(td) -msgid "(StrOpt) N1K Network VLAN Ranges" +msgid "(StrOpt) N1K policy profile for network node" msgstr "" #: ./doc/common/tables/neutron-cisco.xml88(td) -msgid "poll_duration = 10" +msgid "network_vlan_ranges = vlan:1:4095" msgstr "" #: ./doc/common/tables/neutron-cisco.xml89(td) -msgid "(IntOpt) N1K Policy profile polling duration in seconds" +msgid "(StrOpt) N1K Network VLAN Ranges" +msgstr "" + +#: ./doc/common/tables/neutron-cisco.xml92(td) +msgid "poll_duration = 10" msgstr "" #: ./doc/common/tables/neutron-cisco.xml93(td) -msgid "(StrOpt) N1K Tenant Network Type" +msgid "(IntOpt) N1K Policy profile polling duration in seconds" msgstr "" #: ./doc/common/tables/neutron-cisco.xml97(td) -msgid "(StrOpt) N1K Tunnel Bridge" -msgstr "" - -#: ./doc/common/tables/neutron-cisco.xml100(td) -msgid "vxlan_id_ranges = 5000:10000" +msgid "(StrOpt) N1K Tenant Network Type" msgstr "" #: ./doc/common/tables/neutron-cisco.xml101(td) +msgid "(StrOpt) N1K Tunnel Bridge" +msgstr "" + +#: ./doc/common/tables/neutron-cisco.xml104(td) +msgid "vxlan_id_ranges = 5000:10000" +msgstr "" + +#: ./doc/common/tables/neutron-cisco.xml105(td) msgid "(StrOpt) N1K VXLAN ID Ranges" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml104(th) +#: ./doc/common/tables/neutron-cisco.xml108(th) msgid "[CISCO_PLUGINS]" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml107(td) +#: ./doc/common/tables/neutron-cisco.xml111(td) msgid "" "nexus_plugin = neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml108(td) +#: ./doc/common/tables/neutron-cisco.xml112(td) msgid "(StrOpt) Nexus Switch to use" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml111(td) +#: ./doc/common/tables/neutron-cisco.xml115(td) msgid "" "vswitch_plugin = " "neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml112(td) +#: ./doc/common/tables/neutron-cisco.xml116(td) msgid "(StrOpt) Virtual Switch to use" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml115(th) +#: ./doc/common/tables/neutron-cisco.xml119(th) msgid "[cisco_csr_ipsec]" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml118(td) +#: ./doc/common/tables/neutron-cisco.xml122(td) msgid "status_check_interval = 60" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml119(td) +#: ./doc/common/tables/neutron-cisco.xml123(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml437(td) msgid "(IntOpt) Status check interval for Cisco CSR IPSec connections" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml122(th) +#: ./doc/common/tables/neutron-cisco.xml126(th) #: ./doc/common/tables/neutron-ml2_cisco.xml18(th) msgid "[ml2_cisco]" msgstr "" @@ -16417,24 +16635,6 @@ msgid "Description of configuration options for testing" msgstr "" #: ./doc/common/tables/nova-testing.xml21(td) -#: ./doc/common/tables/ceilometer-rpc.xml21(td) -#: ./doc/common/tables/trove-rpc.xml21(td) -#: ./doc/common/tables/heat-rpc.xml21(td) -#: ./doc/common/tables/neutron-common.xml37(td) -msgid "" -"allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" -msgstr "" - -#: ./doc/common/tables/nova-testing.xml22(td) -#: ./doc/common/tables/glance-rpc.xml22(td) -#: ./doc/common/tables/keystone-rpc.xml22(td) -#: ./doc/common/tables/trove-rpc.xml22(td) -msgid "" -"(ListOpt) Modules of exceptions that are permitted to be recreatedupon " -"receiving exception data from an rpc call." -msgstr "" - -#: ./doc/common/tables/nova-testing.xml25(td) #: ./doc/common/tables/ceilometer-common.xml21(td) #: ./doc/common/tables/cinder-api.xml33(td) #: ./doc/common/tables/heat-debug.xml21(td) @@ -16444,7 +16644,7 @@ msgstr "" msgid "backdoor_port = None" msgstr "" -#: ./doc/common/tables/nova-testing.xml26(td) +#: ./doc/common/tables/nova-testing.xml22(td) #: ./doc/common/tables/ceilometer-common.xml22(td) #: ./doc/common/tables/cinder-api.xml34(td) #: ./doc/common/tables/heat-debug.xml22(td) @@ -16461,59 +16661,60 @@ msgid "" "displayed in the service's log file." msgstr "" -#: ./doc/common/tables/nova-testing.xml29(td) +#: ./doc/common/tables/nova-testing.xml25(td) msgid "fake_call = False" msgstr "" -#: ./doc/common/tables/nova-testing.xml30(td) +#: ./doc/common/tables/nova-testing.xml26(td) msgid "(BoolOpt) If True, skip using the queue and make local calls" msgstr "" -#: ./doc/common/tables/nova-testing.xml33(td) +#: ./doc/common/tables/nova-testing.xml29(td) msgid "fake_network = False" msgstr "" -#: ./doc/common/tables/nova-testing.xml34(td) +#: ./doc/common/tables/nova-testing.xml30(td) msgid "(BoolOpt) If passed, use fake network devices and addresses" msgstr "" -#: ./doc/common/tables/nova-testing.xml37(td) -#: ./doc/common/tables/trove-amqp.xml37(td) +#: ./doc/common/tables/nova-testing.xml33(td) +#: ./doc/common/tables/trove-amqp.xml41(td) #: ./doc/common/tables/keystone-rabbit.xml21(td) #: ./doc/common/tables/heat-amqp.xml41(td) #: ./doc/common/tables/glance-rabbitmq.xml25(td) #: ./doc/common/tables/neutron-testing.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml41(td) +#: ./doc/common/tables/cinder-rpc.xml37(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml21(td) msgid "fake_rabbit = False" msgstr "" -#: ./doc/common/tables/nova-testing.xml38(td) -#: ./doc/common/tables/trove-amqp.xml38(td) +#: ./doc/common/tables/nova-testing.xml34(td) #: ./doc/common/tables/keystone-rabbit.xml22(td) #: ./doc/common/tables/heat-amqp.xml42(td) +#: ./doc/common/tables/glance-rabbitmq.xml26(td) #: ./doc/common/tables/neutron-testing.xml26(td) +#: ./doc/common/tables/cinder-rpc.xml38(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml22(td) -msgid "(BoolOpt) If passed, use a fake RabbitMQ provider" -msgstr "(論理値オプション) 指定されると、擬似 RabbitMQ プロバイダーを使用します。" +msgid "(BoolOpt) If passed, use a fake RabbitMQ provider." +msgstr "" -#: ./doc/common/tables/nova-testing.xml41(td) +#: ./doc/common/tables/nova-testing.xml37(td) #: ./doc/common/tables/cinder-common.xml109(td) msgid "monkey_patch = False" msgstr "" -#: ./doc/common/tables/nova-testing.xml42(td) +#: ./doc/common/tables/nova-testing.xml38(td) msgid "(BoolOpt) Whether to log monkey patching" msgstr "" -#: ./doc/common/tables/nova-testing.xml45(td) +#: ./doc/common/tables/nova-testing.xml41(td) msgid "" "monkey_patch_modules = " "nova.api.ec2.cloud:nova.notifications.notify_decorator, " "nova.compute.api:nova.notifications.notify_decorator" msgstr "" -#: ./doc/common/tables/nova-testing.xml46(td) +#: ./doc/common/tables/nova-testing.xml42(td) #: ./doc/common/tables/cinder-common.xml114(td) msgid "(ListOpt) List of modules/decorators to monkey patch" msgstr "" @@ -16599,10 +16800,12 @@ msgid "[clients_nova]" msgstr "" #: ./doc/common/tables/heat-clients_nova.xml33(td) +#: ./doc/common/tables/heat-clients_cinder.xml33(td) msgid "http_log_debug = False" msgstr "" #: ./doc/common/tables/heat-clients_nova.xml34(td) +#: ./doc/common/tables/heat-clients_cinder.xml34(td) msgid "(BoolOpt) Allow client's debug log output." msgstr "" @@ -16646,46 +16849,54 @@ msgid "(BoolOpt) Enable HTTP debugging to 3PAR" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml37(td) -msgid "hp3par_iscsi_ips =" +msgid "hp3par_iscsi_chap_enabled = False" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml38(td) -msgid "(ListOpt) List of target iSCSI addresses to use." +msgid "(BoolOpt) Enable CHAP authentication for iSCSI connections." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml41(td) -msgid "hp3par_password =" +msgid "hp3par_iscsi_ips =" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml42(td) -msgid "(StrOpt) 3PAR Super user password" +msgid "(ListOpt) List of target iSCSI addresses to use." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml45(td) -msgid "hp3par_snapshot_expiration =" +msgid "hp3par_password =" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml46(td) +msgid "(StrOpt) 3PAR Super user password" +msgstr "" + +#: ./doc/common/tables/cinder-hp3par.xml49(td) +msgid "hp3par_snapshot_expiration =" +msgstr "" + +#: ./doc/common/tables/cinder-hp3par.xml50(td) msgid "" "(StrOpt) The time in hours when a snapshot expires and is deleted. This must" " be larger than expiration" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml49(td) +#: ./doc/common/tables/cinder-hp3par.xml53(td) msgid "hp3par_snapshot_retention =" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml50(td) +#: ./doc/common/tables/cinder-hp3par.xml54(td) msgid "" "(StrOpt) The time in hours to retain a snapshot. You can't delete it before " "this expires." msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml53(td) +#: ./doc/common/tables/cinder-hp3par.xml57(td) msgid "hp3par_username =" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml54(td) +#: ./doc/common/tables/cinder-hp3par.xml58(td) msgid "(StrOpt) 3PAR Super user username" msgstr "" @@ -16694,23 +16905,23 @@ msgid "Description of configuration options for misc" msgstr "" #: ./doc/common/tables/keystone-misc.xml21(td) -#: ./doc/common/tables/ceilometer-common.xml37(td) +#: ./doc/common/tables/ceilometer-common.xml33(td) #: ./doc/common/tables/nova-common.xml45(td) #: ./doc/common/tables/trove-common.xml57(td) #: ./doc/common/tables/cinder-common.xml69(td) #: ./doc/common/tables/heat-debug.xml37(td) #: ./doc/common/tables/glance-common.xml69(td) -#: ./doc/common/tables/neutron-common.xml141(td) +#: ./doc/common/tables/neutron-common.xml137(td) msgid "lock_path = None" msgstr "" #: ./doc/common/tables/keystone-misc.xml22(td) -#: ./doc/common/tables/ceilometer-common.xml38(td) +#: ./doc/common/tables/ceilometer-common.xml34(td) #: ./doc/common/tables/nova-common.xml46(td) #: ./doc/common/tables/trove-common.xml58(td) #: ./doc/common/tables/heat-debug.xml38(td) #: ./doc/common/tables/glance-common.xml70(td) -#: ./doc/common/tables/neutron-common.xml142(td) +#: ./doc/common/tables/neutron-common.xml138(td) msgid "(StrOpt) Directory to use for lock files." msgstr "" @@ -16859,6 +17070,7 @@ msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml61(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml41(td) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml93(td) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml47(td) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml33(td) @@ -17046,15 +17258,15 @@ msgstr "" #: ./doc/common/tables/cinder-common.xml41(td) #: ./doc/common/tables/heat-debug.xml29(td) #: ./doc/common/tables/glance-common.xml45(td) -#: ./doc/common/tables/neutron-common.xml121(td) +#: ./doc/common/tables/neutron-common.xml117(td) #: ./doc/common/tables/trove-debug.xml33(td) -#: ./doc/common/tables/keystone-debug.xml29(td) msgid "disable_process_locking = False" msgstr "" #: ./doc/common/tables/ceilometer-common.xml26(td) +#: ./doc/common/tables/nova-common.xml38(td) #: ./doc/common/tables/heat-debug.xml30(td) -#: ./doc/common/tables/keystone-debug.xml30(td) +#: ./doc/common/tables/glance-common.xml46(td) msgid "(BoolOpt) Enables or disables inter-process locks." msgstr "" @@ -17065,7 +17277,7 @@ msgstr "" #: ./doc/common/tables/heat-debug.xml33(td) #: ./doc/common/tables/nova-logging.xml29(td) #: ./doc/common/tables/trove-debug.xml37(td) -#: ./doc/common/tables/keystone-debug.xml33(td) +#: ./doc/common/tables/keystone-debug.xml29(td) msgid "fatal_deprecations = False" msgstr "" @@ -17075,33 +17287,35 @@ msgstr "" #: ./doc/common/tables/cinder-common.xml50(td) #: ./doc/common/tables/heat-debug.xml34(td) #: ./doc/common/tables/nova-logging.xml30(td) -#: ./doc/common/tables/keystone-debug.xml34(td) +#: ./doc/common/tables/trove-debug.xml38(td) +#: ./doc/common/tables/keystone-debug.xml30(td) msgid "(BoolOpt) Enables or disables fatal status of deprecations." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml33(td) -#: ./doc/common/tables/cinder-common.xml53(td) -#: ./doc/common/tables/nova-logging.xml33(td) -msgid "fatal_exception_format_errors = False" -msgstr "" - -#: ./doc/common/tables/ceilometer-common.xml34(td) -#: ./doc/common/tables/nova-logging.xml34(td) -msgid "(BoolOpt) Make exception message format errors fatal" -msgstr "" - -#: ./doc/common/tables/ceilometer-common.xml45(td) +#: ./doc/common/tables/ceilometer-common.xml41(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml40(td) msgid "notification_workers = 1" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml46(td) +#: ./doc/common/tables/ceilometer-common.xml42(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml41(td) msgid "" "(IntOpt) Number of workers for notification service. A single notification " "agent is enabled by default." msgstr "" +#: ./doc/common/tables/cinder-pure.xml7(caption) +msgid "Description of configuration options for pure" +msgstr "" + +#: ./doc/common/tables/cinder-pure.xml21(td) +msgid "pure_api_token = None" +msgstr "" + +#: ./doc/common/tables/cinder-pure.xml22(td) +msgid "(StrOpt) REST API authorization token." +msgstr "" + #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml8(literal) @@ -17138,28 +17352,43 @@ msgid "(StrOpt) Driver to use for database access" msgstr "" #: ./doc/common/tables/cinder-database.xml33(td) +#: ./doc/common/tables/glance-database.xml22(td) +#: ./doc/common/tables/neutron-database.xml22(td) +#: ./doc/common/tables/heat-database.xml22(td) #: ./doc/common/tables/keystone-database.xml22(td) msgid "(StrOpt) The back end to use for the database." msgstr "" #: ./doc/common/tables/cinder-database.xml37(td) +#: ./doc/common/tables/glance-database.xml26(td) +#: ./doc/common/tables/neutron-database.xml26(td) +#: ./doc/common/tables/heat-database.xml26(td) #: ./doc/common/tables/keystone-database.xml26(td) msgid "" "(StrOpt) The SQLAlchemy connection string to use to connect to the database." msgstr "" #: ./doc/common/tables/cinder-database.xml41(td) +#: ./doc/common/tables/glance-database.xml30(td) +#: ./doc/common/tables/neutron-database.xml30(td) +#: ./doc/common/tables/heat-database.xml30(td) #: ./doc/common/tables/keystone-database.xml30(td) msgid "" "(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything." msgstr "" #: ./doc/common/tables/cinder-database.xml45(td) +#: ./doc/common/tables/glance-database.xml34(td) +#: ./doc/common/tables/neutron-database.xml34(td) +#: ./doc/common/tables/heat-database.xml34(td) #: ./doc/common/tables/keystone-database.xml34(td) msgid "(BoolOpt) Add Python stack traces to SQL as comment strings." msgstr "" #: ./doc/common/tables/cinder-database.xml49(td) +#: ./doc/common/tables/glance-database.xml38(td) +#: ./doc/common/tables/neutron-database.xml38(td) +#: ./doc/common/tables/heat-database.xml38(td) #: ./doc/common/tables/keystone-database.xml38(td) msgid "" "(BoolOpt) If True, increases the interval between database connection " @@ -17167,6 +17396,9 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-database.xml53(td) +#: ./doc/common/tables/glance-database.xml42(td) +#: ./doc/common/tables/neutron-database.xml42(td) +#: ./doc/common/tables/heat-database.xml42(td) #: ./doc/common/tables/keystone-database.xml42(td) msgid "" "(IntOpt) Maximum database connection retries before error is raised. Set to " @@ -17174,6 +17406,9 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-database.xml57(td) +#: ./doc/common/tables/glance-database.xml46(td) +#: ./doc/common/tables/neutron-database.xml46(td) +#: ./doc/common/tables/heat-database.xml46(td) #: ./doc/common/tables/keystone-database.xml46(td) msgid "" "(IntOpt) If db_inc_retry_interval is set, the maximum seconds between " @@ -17181,26 +17416,41 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-database.xml61(td) +#: ./doc/common/tables/glance-database.xml50(td) +#: ./doc/common/tables/neutron-database.xml50(td) +#: ./doc/common/tables/heat-database.xml50(td) #: ./doc/common/tables/keystone-database.xml50(td) msgid "(IntOpt) Seconds between database connection retries." msgstr "" #: ./doc/common/tables/cinder-database.xml65(td) +#: ./doc/common/tables/glance-database.xml54(td) +#: ./doc/common/tables/neutron-database.xml54(td) +#: ./doc/common/tables/heat-database.xml54(td) #: ./doc/common/tables/keystone-database.xml54(td) msgid "(IntOpt) Timeout before idle SQL connections are reaped." msgstr "" #: ./doc/common/tables/cinder-database.xml69(td) +#: ./doc/common/tables/glance-database.xml58(td) +#: ./doc/common/tables/neutron-database.xml58(td) +#: ./doc/common/tables/heat-database.xml58(td) #: ./doc/common/tables/keystone-database.xml58(td) msgid "(IntOpt) If set, use this value for max_overflow with SQLAlchemy." msgstr "" #: ./doc/common/tables/cinder-database.xml73(td) +#: ./doc/common/tables/glance-database.xml62(td) +#: ./doc/common/tables/neutron-database.xml62(td) +#: ./doc/common/tables/heat-database.xml62(td) #: ./doc/common/tables/keystone-database.xml62(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool." msgstr "" #: ./doc/common/tables/cinder-database.xml77(td) +#: ./doc/common/tables/glance-database.xml66(td) +#: ./doc/common/tables/neutron-database.xml66(td) +#: ./doc/common/tables/heat-database.xml66(td) #: ./doc/common/tables/keystone-database.xml66(td) msgid "" "(IntOpt) Maximum db connection retries during startup. Set to -1 to specify " @@ -17208,42 +17458,93 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-database.xml81(td) +#: ./doc/common/tables/glance-database.xml70(td) +#: ./doc/common/tables/neutron-database.xml70(td) +#: ./doc/common/tables/heat-database.xml70(td) #: ./doc/common/tables/keystone-database.xml70(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool." msgstr "" #: ./doc/common/tables/cinder-database.xml89(td) +#: ./doc/common/tables/glance-database.xml78(td) +#: ./doc/common/tables/neutron-database.xml78(td) +#: ./doc/common/tables/heat-database.xml78(td) #: ./doc/common/tables/keystone-database.xml78(td) msgid "(IntOpt) If set, use this value for pool_timeout with SQLAlchemy." msgstr "" #: ./doc/common/tables/cinder-database.xml93(td) +#: ./doc/common/tables/glance-database.xml82(td) +#: ./doc/common/tables/neutron-database.xml82(td) +#: ./doc/common/tables/heat-database.xml82(td) #: ./doc/common/tables/keystone-database.xml82(td) msgid "(IntOpt) Interval between retries of opening a SQL connection." msgstr "" #: ./doc/common/tables/cinder-database.xml96(td) +#: ./doc/common/tables/glance-database.xml85(td) +#: ./doc/common/tables/neutron-database.xml85(td) +#: ./doc/common/tables/nova-database.xml92(td) +#: ./doc/common/tables/heat-database.xml85(td) +#: ./doc/common/tables/keystone-database.xml85(td) +msgid "slave_connection = None" +msgstr "" + +#: ./doc/common/tables/cinder-database.xml97(td) +#: ./doc/common/tables/glance-database.xml86(td) +#: ./doc/common/tables/neutron-database.xml86(td) +#: ./doc/common/tables/heat-database.xml86(td) +#: ./doc/common/tables/keystone-database.xml86(td) +msgid "" +"(StrOpt) The SQLAlchemy connection string to use to connect to the slave " +"database." +msgstr "" + +#: ./doc/common/tables/cinder-database.xml100(td) +#: ./doc/common/tables/glance-database.xml89(td) +#: ./doc/common/tables/neutron-database.xml89(td) +#: ./doc/common/tables/heat-database.xml89(td) #: ./doc/common/tables/keystone-database.xml89(td) msgid "sqlite_db = oslo.sqlite" msgstr "" -#: ./doc/common/tables/cinder-database.xml97(td) +#: ./doc/common/tables/cinder-database.xml101(td) +#: ./doc/common/tables/glance-database.xml90(td) +#: ./doc/common/tables/neutron-database.xml90(td) +#: ./doc/common/tables/heat-database.xml90(td) #: ./doc/common/tables/keystone-database.xml90(td) msgid "(StrOpt) The file name to use with SQLite." msgstr "" -#: ./doc/common/tables/cinder-database.xml101(td) +#: ./doc/common/tables/cinder-database.xml105(td) +#: ./doc/common/tables/glance-database.xml94(td) +#: ./doc/common/tables/neutron-database.xml94(td) +#: ./doc/common/tables/heat-database.xml94(td) #: ./doc/common/tables/keystone-database.xml94(td) msgid "(BoolOpt) If True, SQLite uses synchronous mode." msgstr "" -#: ./doc/common/tables/cinder-database.xml105(td) +#: ./doc/common/tables/cinder-database.xml109(td) +#: ./doc/common/tables/glance-database.xml98(td) +#: ./doc/common/tables/neutron-database.xml98(td) +#: ./doc/common/tables/heat-database.xml98(td) #: ./doc/common/tables/keystone-database.xml98(td) msgid "" "(BoolOpt) Enable the experimental use of database reconnect on connection " "lost." msgstr "" +#: ./doc/common/tables/cinder-database.xml112(td) +#: ./doc/common/tables/nova-database.xml108(td) +msgid "use_tpool = False" +msgstr "" + +#: ./doc/common/tables/cinder-database.xml113(td) +#: ./doc/common/tables/nova-database.xml109(td) +msgid "" +"(BoolOpt) Enable the experimental use of thread pooling for all DB API calls" +msgstr "" + #: ./doc/common/tables/ceilometer-logging.xml7(caption) #: ./doc/common/tables/neutron-logging.xml7(caption) #: ./doc/common/tables/glance-logging.xml7(caption) @@ -17279,20 +17580,17 @@ msgid "" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml25(td) -#: ./doc/common/tables/neutron-logging.xml25(td) -#: ./doc/common/tables/glance-logging.xml25(td) -#: ./doc/common/tables/cinder-common.xml33(td) -#: ./doc/common/tables/keystone-logging.xml21(td) -#: ./doc/common/tables/heat-logging.xml21(td) -#: ./doc/common/tables/nova-logging.xml25(td) msgid "" "default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " "sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, " -"requests.packages.urllib3.connectionpool=WARN" +"requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, " +"websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN, " +"stevedore=WARN" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml26(td) #: ./doc/common/tables/neutron-logging.xml26(td) +#: ./doc/common/tables/trove-common.xml34(td) #: ./doc/common/tables/glance-logging.xml26(td) #: ./doc/common/tables/cinder-common.xml34(td) #: ./doc/common/tables/keystone-logging.xml22(td) @@ -17319,6 +17617,7 @@ msgstr "" #: ./doc/common/tables/cinder-images.xml66(td) #: ./doc/common/tables/heat-logging.xml26(td) #: ./doc/common/tables/nova-logging.xml38(td) +#: ./doc/common/tables/trove-logging.xml26(td) msgid "" "(StrOpt) The format for an instance that is passed with the log message." msgstr "" @@ -17341,6 +17640,7 @@ msgstr "" #: ./doc/common/tables/cinder-images.xml70(td) #: ./doc/common/tables/heat-logging.xml30(td) #: ./doc/common/tables/nova-logging.xml42(td) +#: ./doc/common/tables/trove-logging.xml30(td) msgid "" "(StrOpt) The format for an instance UUID that is passed with the log " "message." @@ -17371,6 +17671,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml34(td) #: ./doc/common/tables/heat-logging.xml34(td) #: ./doc/common/tables/nova-logging.xml46(td) +#: ./doc/common/tables/trove-logging.xml34(td) msgid "" "(StrOpt) The name of a logging configuration file. This file is appended to " "any existing logging configuration files. For details about logging " @@ -17395,6 +17696,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml38(td) #: ./doc/common/tables/heat-logging.xml38(td) #: ./doc/common/tables/nova-logging.xml50(td) +#: ./doc/common/tables/trove-logging.xml38(td) msgid "" "(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s" " ." @@ -17418,6 +17720,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml42(td) #: ./doc/common/tables/heat-logging.xml42(td) #: ./doc/common/tables/nova-logging.xml54(td) +#: ./doc/common/tables/trove-logging.xml42(td) msgid "" "(StrOpt) (Optional) The base directory used for relative --log-file paths." msgstr "" @@ -17493,6 +17796,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml54(td) #: ./doc/common/tables/heat-logging.xml54(td) #: ./doc/common/tables/nova-logging.xml66(td) +#: ./doc/common/tables/trove-logging.xml54(td) msgid "(StrOpt) Format string to use for log messages with context." msgstr "" @@ -17514,6 +17818,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml58(td) #: ./doc/common/tables/heat-logging.xml58(td) #: ./doc/common/tables/nova-logging.xml70(td) +#: ./doc/common/tables/trove-logging.xml58(td) msgid "(StrOpt) Data to append to log format when level is DEBUG." msgstr "" @@ -17537,6 +17842,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml62(td) #: ./doc/common/tables/heat-logging.xml62(td) #: ./doc/common/tables/nova-logging.xml74(td) +#: ./doc/common/tables/trove-logging.xml62(td) msgid "(StrOpt) Format string to use for log messages without context." msgstr "" @@ -17560,6 +17866,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml66(td) #: ./doc/common/tables/heat-logging.xml66(td) #: ./doc/common/tables/nova-logging.xml78(td) +#: ./doc/common/tables/trove-logging.xml66(td) msgid "(StrOpt) Prefix each line of exception output with this format." msgstr "" @@ -17567,10 +17874,10 @@ msgstr "" #: ./doc/common/tables/neutron-logging.xml77(td) #: ./doc/common/tables/heat-notification.xml25(td) #: ./doc/common/tables/glance-logging.xml77(td) -#: ./doc/common/tables/cinder-rpc.xml89(td) +#: ./doc/common/tables/cinder-rpc.xml77(td) #: ./doc/common/tables/nova-logging.xml81(td) #: ./doc/common/tables/trove-logging.xml73(td) -#: ./doc/common/tables/keystone-debug.xml37(td) +#: ./doc/common/tables/keystone-debug.xml33(td) msgid "publish_errors = False" msgstr "" @@ -17578,9 +17885,10 @@ msgstr "" #: ./doc/common/tables/neutron-logging.xml78(td) #: ./doc/common/tables/heat-notification.xml26(td) #: ./doc/common/tables/glance-logging.xml78(td) -#: ./doc/common/tables/cinder-rpc.xml90(td) +#: ./doc/common/tables/cinder-rpc.xml78(td) #: ./doc/common/tables/nova-logging.xml82(td) -#: ./doc/common/tables/keystone-debug.xml38(td) +#: ./doc/common/tables/trove-logging.xml74(td) +#: ./doc/common/tables/keystone-debug.xml34(td) msgid "(BoolOpt) Enables or disables publication of error events." msgstr "" @@ -17602,6 +17910,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml70(td) #: ./doc/common/tables/heat-logging.xml70(td) #: ./doc/common/tables/nova-logging.xml86(td) +#: ./doc/common/tables/trove-logging.xml78(td) msgid "(StrOpt) Syslog facility to receive log lines." msgstr "" @@ -17623,6 +17932,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml74(td) #: ./doc/common/tables/heat-logging.xml74(td) #: ./doc/common/tables/nova-logging.xml90(td) +#: ./doc/common/tables/trove-logging.xml82(td) msgid "(BoolOpt) Log output to standard error." msgstr "" @@ -17642,9 +17952,12 @@ msgstr "" #: ./doc/common/tables/ceilometer-logging.xml86(td) #: ./doc/common/tables/neutron-logging.xml94(td) +#: ./doc/common/tables/glance-logging.xml90(td) #: ./doc/common/tables/cinder-common.xml218(td) +#: ./doc/common/tables/keystone-logging.xml78(td) #: ./doc/common/tables/heat-logging.xml78(td) #: ./doc/common/tables/nova-logging.xml94(td) +#: ./doc/common/tables/trove-logging.xml86(td) msgid "" "(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED " "during I, and will change in J to honor RFC5424." @@ -17662,6 +17975,7 @@ msgstr "" #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml44(td) #: ./doc/common/tables/heat-logging.xml81(td) #: ./doc/common/tables/nova-logging.xml97(td) +#: ./doc/common/tables/trove-logging.xml89(td) msgid "use_syslog_rfc_format = False" msgstr "" @@ -17672,6 +17986,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml82(td) #: ./doc/common/tables/heat-logging.xml82(td) #: ./doc/common/tables/nova-logging.xml98(td) +#: ./doc/common/tables/trove-logging.xml90(td) msgid "" "(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. " "If enabled, prefixes the MSG part of the syslog message with APP-NAME " @@ -17686,7 +18001,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml85(td) #: ./doc/common/tables/heat-logging.xml85(td) #: ./doc/common/tables/nova-logging.xml101(td) -#: ./doc/common/tables/trove-debug.xml77(td) +#: ./doc/common/tables/trove-debug.xml53(td) msgid "verbose = False" msgstr "" @@ -17697,7 +18012,7 @@ msgstr "" #: ./doc/common/tables/keystone-logging.xml86(td) #: ./doc/common/tables/heat-logging.xml86(td) #: ./doc/common/tables/nova-logging.xml102(td) -#: ./doc/common/tables/trove-debug.xml78(td) +#: ./doc/common/tables/trove-debug.xml54(td) msgid "" "(BoolOpt) Print more verbose output (set logging level to INFO instead of " "default WARNING level)." @@ -18063,7 +18378,7 @@ msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml18(th) #: ./doc/common/tables/nova-cells.xml18(th) #: ./doc/common/tables/nova-rpc_all.xml197(th) -#: ./doc/common/tables/nova-scheduling.xml117(th) +#: ./doc/common/tables/nova-scheduling.xml125(th) #: ./doc/common/tables/nova-quota.xml81(th) #: ./doc/common/tables/nova-rpc.xml61(th) msgid "[cells]" @@ -18174,23 +18489,6 @@ msgstr "" msgid "(StrOpt) The topic cells nodes listen on" msgstr "" -#: ./doc/common/tables/ceilometer-nova_cells.xml61(th) -#: ./doc/common/tables/nova-upgrade_levels.xml25(th) -#: ./doc/common/tables/nova-rpc_all.xml211(th) -#: ./doc/common/tables/nova-rpc.xml75(th) -msgid "[upgrade_levels]" -msgstr "" - -#: ./doc/common/tables/ceilometer-nova_cells.xml64(td) -#: ./doc/common/tables/nova-upgrade_levels.xml28(td) -msgid "cells = None" -msgstr "" - -#: ./doc/common/tables/ceilometer-nova_cells.xml65(td) -#: ./doc/common/tables/nova-upgrade_levels.xml29(td) -msgid "(StrOpt) Set a version cap for messages sent to local cells services" -msgstr "" - #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml8(literal) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml8(literal) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml8(literal) @@ -18323,7 +18621,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml21(td) #: ./doc/common/tables/nova-qpid.xml21(td) #: ./doc/common/tables/glance-qpid.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml93(td) +#: ./doc/common/tables/cinder-rpc.xml81(td) #: ./doc/common/tables/nova-rpc_all.xml61(td) #: ./doc/common/tables/neutron-qpid.xml21(td) #: ./doc/common/tables/keystone-qpid.xml21(td) @@ -18339,7 +18637,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml25(td) #: ./doc/common/tables/nova-qpid.xml25(td) #: ./doc/common/tables/glance-qpid.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml97(td) +#: ./doc/common/tables/cinder-rpc.xml85(td) #: ./doc/common/tables/nova-rpc_all.xml65(td) #: ./doc/common/tables/neutron-qpid.xml25(td) #: ./doc/common/tables/keystone-qpid.xml25(td) @@ -18355,7 +18653,7 @@ msgstr "(文字列オプション) Qpid ブローカーのホスト名" #: ./doc/common/tables/heat-qpid.xml29(td) #: ./doc/common/tables/nova-qpid.xml29(td) #: ./doc/common/tables/glance-qpid.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml101(td) +#: ./doc/common/tables/cinder-rpc.xml89(td) #: ./doc/common/tables/nova-rpc_all.xml69(td) #: ./doc/common/tables/neutron-qpid.xml29(td) #: ./doc/common/tables/keystone-qpid.xml29(td) @@ -18371,7 +18669,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml33(td) #: ./doc/common/tables/nova-qpid.xml33(td) #: ./doc/common/tables/glance-qpid.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml105(td) +#: ./doc/common/tables/cinder-rpc.xml93(td) #: ./doc/common/tables/nova-rpc_all.xml73(td) #: ./doc/common/tables/neutron-qpid.xml33(td) #: ./doc/common/tables/keystone-qpid.xml33(td) @@ -18387,7 +18685,7 @@ msgstr "(文字列オプション) qpid 接続のパスワード" #: ./doc/common/tables/heat-qpid.xml37(td) #: ./doc/common/tables/nova-qpid.xml37(td) #: ./doc/common/tables/glance-qpid.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml109(td) +#: ./doc/common/tables/cinder-rpc.xml97(td) #: ./doc/common/tables/nova-rpc_all.xml77(td) #: ./doc/common/tables/neutron-qpid.xml37(td) #: ./doc/common/tables/keystone-qpid.xml37(td) @@ -18403,7 +18701,7 @@ msgstr "(整数オプション) Qpid ブローカーのポート" #: ./doc/common/tables/heat-qpid.xml41(td) #: ./doc/common/tables/nova-qpid.xml41(td) #: ./doc/common/tables/glance-qpid.xml41(td) -#: ./doc/common/tables/cinder-rpc.xml113(td) +#: ./doc/common/tables/cinder-rpc.xml101(td) #: ./doc/common/tables/nova-rpc_all.xml81(td) #: ./doc/common/tables/neutron-qpid.xml41(td) #: ./doc/common/tables/keystone-qpid.xml41(td) @@ -18419,7 +18717,7 @@ msgstr "(文字列オプション) 使用する転送方式、'tcp' または 's #: ./doc/common/tables/heat-qpid.xml45(td) #: ./doc/common/tables/nova-qpid.xml45(td) #: ./doc/common/tables/glance-qpid.xml45(td) -#: ./doc/common/tables/cinder-rpc.xml117(td) +#: ./doc/common/tables/cinder-rpc.xml105(td) #: ./doc/common/tables/nova-rpc_all.xml85(td) #: ./doc/common/tables/neutron-qpid.xml45(td) #: ./doc/common/tables/keystone-qpid.xml45(td) @@ -18435,7 +18733,7 @@ msgstr "(文字列オプション) 認証に使用する SASL メカニズムの #: ./doc/common/tables/heat-qpid.xml49(td) #: ./doc/common/tables/nova-qpid.xml49(td) #: ./doc/common/tables/glance-qpid.xml49(td) -#: ./doc/common/tables/cinder-rpc.xml121(td) +#: ./doc/common/tables/cinder-rpc.xml109(td) #: ./doc/common/tables/nova-rpc_all.xml89(td) #: ./doc/common/tables/neutron-qpid.xml49(td) #: ./doc/common/tables/keystone-qpid.xml49(td) @@ -18451,7 +18749,7 @@ msgstr "(論理値オプション) Nagle アルゴリズムの無効化" #: ./doc/common/tables/heat-qpid.xml57(td) #: ./doc/common/tables/nova-qpid.xml57(td) #: ./doc/common/tables/glance-qpid.xml57(td) -#: ./doc/common/tables/cinder-rpc.xml129(td) +#: ./doc/common/tables/cinder-rpc.xml117(td) #: ./doc/common/tables/nova-rpc_all.xml97(td) #: ./doc/common/tables/neutron-qpid.xml57(td) #: ./doc/common/tables/keystone-qpid.xml57(td) @@ -18534,7 +18832,12 @@ msgid "compute_port = 8774" msgstr "" #: ./doc/common/tables/keystone-api.xml42(td) -msgid "(IntOpt) The port which the OpenStack Compute service listens on." +msgid "" +"(IntOpt) (Deprecated) The port which the OpenStack Compute service listens " +"on. This option was only used for string replacement in the templated " +"catalog backend. Templated catalogs should replace the \"$(compute_port)s\" " +"substitution with the static port of the compute service. As of Juno, this " +"option is deprecated and will be removed in the L release." msgstr "" #: ./doc/common/tables/keystone-api.xml45(td) @@ -18682,7 +18985,7 @@ msgid "" msgstr "" #: ./doc/common/tables/keystone-api.xml97(td) -#: ./doc/common/tables/trove-api.xml81(td) +#: ./doc/common/tables/trove-api.xml85(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml80(td) #: ./doc/common/tables/cinder-common.xml201(td) #: ./doc/common/tables/neutron-wsgi.xml29(td) @@ -18718,7 +19021,7 @@ msgid "(BoolOpt) Toggle to return all active endpoints if no filter exists." msgstr "" #: ./doc/common/tables/keystone-api.xml112(th) -#: ./doc/common/tables/heat-api.xml134(th) +#: ./doc/common/tables/heat-api.xml142(th) #: ./doc/common/tables/glance-paste.xml18(th) msgid "[paste_deploy]" msgstr "" @@ -18745,6 +19048,7 @@ msgstr "" #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml8(literal) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml8(literal) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml8(literal) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml8(literal) @@ -18752,7 +19056,8 @@ msgid "object-expirer.conf" msgstr "" #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml20(td) -msgid "pipeline = catch_errors cache proxy-server" +#: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml20(td) +msgid "pipeline = catch_errors proxy-logging cache proxy-server" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml8(literal) @@ -18786,11 +19091,12 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml44(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml20(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml50(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml20(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml72(td) #: ./doc/common/tables/swift-container-server-container-updater.xml57(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml68(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml52(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml60(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml64(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml44(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml20(td) @@ -18800,11 +19106,12 @@ msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml45(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml21(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml51(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml21(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml73(td) #: ./doc/common/tables/swift-container-server-container-updater.xml58(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml69(td) -#: ./doc/common/tables/swift-object-server-object-auditor.xml53(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml61(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml65(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml45(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml21(td) @@ -18818,6 +19125,14 @@ msgid "" "glance.common.exception, exceptions" msgstr "" +#: ./doc/common/tables/glance-rpc.xml22(td) +#: ./doc/common/tables/keystone-rpc.xml22(td) +#: ./doc/common/tables/trove-rpc.xml22(td) +msgid "" +"(ListOpt) Modules of exceptions that are permitted to be recreatedupon " +"receiving exception data from an rpc call." +msgstr "" + #: ./doc/common/tables/neutron-policy.xml21(td) msgid "allow_overlapping_ips = False" msgstr "" @@ -18830,10 +19145,6 @@ msgstr "" msgid "(StrOpt) The policy file to use" msgstr "" -#: ./doc/common/tables/glance-database.xml85(td) -msgid "sqlite_db = glance.sqlite" -msgstr "" - #: ./doc/common/tables/nova-spice.xml7(caption) msgid "Description of configuration options for spice" msgstr "" @@ -18997,7 +19308,7 @@ msgid "(BoolOpt) Stub calls to compute worker for tests" msgstr "" #: ./doc/common/tables/nova-xen.xml57(th) -#: ./doc/common/tables/nova-volumes.xml87(th) +#: ./doc/common/tables/nova-volumes.xml95(th) #: ./doc/common/tables/nova-livemigration.xml25(th) #: ./doc/common/tables/nova-hypervisor.xml53(th) #: ./doc/common/tables/nova-libvirt.xml29(th) @@ -19014,8 +19325,7 @@ msgid "(StrOpt) Location where the Xen hvmloader is kept" msgstr "" #: ./doc/common/tables/nova-xen.xml64(th) -#: ./doc/common/tables/nova-volumes.xml134(th) -#: ./doc/common/tables/nova-baremetal.xml129(th) +#: ./doc/common/tables/nova-volumes.xml142(th) msgid "[xenserver]" msgstr "" @@ -19248,7 +19558,7 @@ msgid "ovs_integration_bridge = xapi1" msgstr "" #: ./doc/common/tables/nova-xen.xml156(td) -#: ./doc/common/tables/nova-neutron.xml73(td) +#: ./doc/common/tables/nova-neutron.xml77(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml461(td) msgid "(StrOpt) Name of Integration Bridge used by Open vSwitch" msgstr "" @@ -19467,6 +19777,15 @@ msgid "" "compute_driver=xenapi.XenAPIDriver" msgstr "" +#: ./doc/common/tables/nova-xen.xml243(td) +msgid "vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" +msgstr "" + +#: ./doc/common/tables/nova-xen.xml244(td) +#: ./doc/common/tables/nova-conf-changes-icehouse.xml549(td) +msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs." +msgstr "" + #: ./doc/common/tables/trove-amqp.xml7(caption) #: ./doc/common/tables/heat-amqp.xml7(caption) #: ./doc/common/tables/keystone-amqp.xml7(caption) @@ -19476,154 +19795,117 @@ msgid "Description of configuration options for amqp" msgstr "" #: ./doc/common/tables/trove-amqp.xml29(td) -msgid "conductor_queue = trove-conductor" +msgid "conductor_manager = trove.conductor.manager.Manager" msgstr "" #: ./doc/common/tables/trove-amqp.xml30(td) -#: ./doc/common/tables/trove-common.xml70(td) -#: ./doc/common/tables/trove-api.xml38(td) -#: ./doc/common/tables/trove-api.xml90(td) -#: ./doc/common/tables/trove-api.xml98(td) -#: ./doc/common/tables/trove-api.xml102(td) -#: ./doc/common/tables/trove-dns.xml22(td) -#: ./doc/common/tables/trove-dns.xml26(td) -#: ./doc/common/tables/trove-dns.xml30(td) -#: ./doc/common/tables/trove-dns.xml34(td) -#: ./doc/common/tables/trove-dns.xml38(td) -#: ./doc/common/tables/trove-dns.xml42(td) -#: ./doc/common/tables/trove-dns.xml46(td) -#: ./doc/common/tables/trove-dns.xml50(td) -#: ./doc/common/tables/trove-dns.xml54(td) -#: ./doc/common/tables/trove-dns.xml58(td) -#: ./doc/common/tables/trove-dns.xml62(td) -#: ./doc/common/tables/trove-dns.xml66(td) -#: ./doc/common/tables/trove-dns.xml78(td) -#: ./doc/common/tables/trove-volume.xml22(td) -#: ./doc/common/tables/trove-volume.xml34(td) -#: ./doc/common/tables/trove-volume.xml46(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml17(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml21(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml25(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml29(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml33(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml37(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml41(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml45(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml49(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml53(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml57(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml65(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml81(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml125(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml133(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml137(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml145(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml153(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml157(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml161(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml169(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml177(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml217(td) -#: ./doc/common/tables/swift-conf-changes-icehouse.xml221(td) -#: ./doc/common/tables/trove-rpc.xml26(td) -#: ./doc/common/tables/trove-backup.xml38(td) -#: ./doc/common/tables/trove-backup.xml54(td) -#: ./doc/common/tables/trove-guestagent.xml38(td) -#: ./doc/common/tables/trove-guestagent.xml50(td) -#: ./doc/common/tables/trove-compute.xml22(td) -#: ./doc/common/tables/trove-logging.xml22(td) -#: ./doc/common/tables/trove-logging.xml70(td) -#: ./doc/common/tables/trove-debug.xml54(td) -#: ./doc/common/tables/trove-debug.xml58(td) -#: ./doc/common/tables/trove-debug.xml62(td) -#: ./doc/common/tables/trove-debug.xml66(td) -#: ./doc/common/tables/trove-debug.xml70(td) -#: ./doc/common/tables/trove-debug.xml74(td) -msgid "(StrOpt) No help text available for this option." +msgid "(StrOpt) Qualified class name to use for conductor manager." msgstr "" -#: ./doc/common/tables/trove-amqp.xml41(td) +#: ./doc/common/tables/trove-amqp.xml33(td) +msgid "conductor_queue = trove-conductor" +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml37(td) +#: ./doc/common/tables/heat-amqp.xml29(td) +#: ./doc/common/tables/glance-rabbitmq.xml21(td) +#: ./doc/common/tables/ceilometer-exchange.xml25(td) +#: ./doc/common/tables/cinder-rpc.xml29(td) +#: ./doc/common/tables/nova-rpc_all.xml29(td) +#: ./doc/common/tables/nova-rpc.xml29(td) +msgid "control_exchange = openstack" +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml38(td) +msgid "(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid" +msgstr "" + +#: ./doc/common/tables/trove-amqp.xml42(td) +msgid "(BoolOpt) If passed, use a fake RabbitMQ provider" +msgstr "(論理値オプション) 指定されると、擬似 RabbitMQ プロバイダーを使用します。" + +#: ./doc/common/tables/trove-amqp.xml45(td) #: ./doc/common/tables/keystone-rabbit.xml29(td) #: ./doc/common/tables/glance-rabbitmq.xml33(td) #: ./doc/common/tables/heat-rabbitmq.xml25(td) #: ./doc/common/tables/nova-kombu.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml49(td) +#: ./doc/common/tables/cinder-rpc.xml45(td) #: ./doc/common/tables/nova-rpc_all.xml37(td) #: ./doc/common/tables/neutron-rabbitmq.xml25(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml29(td) msgid "kombu_ssl_ca_certs =" msgstr "" -#: ./doc/common/tables/trove-amqp.xml42(td) +#: ./doc/common/tables/trove-amqp.xml46(td) msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)" msgstr "(文字列オプション) SSL 認証局ファイル (SSL が有効化されているときのみ有効)。" -#: ./doc/common/tables/trove-amqp.xml45(td) +#: ./doc/common/tables/trove-amqp.xml49(td) #: ./doc/common/tables/keystone-rabbit.xml33(td) #: ./doc/common/tables/glance-rabbitmq.xml37(td) #: ./doc/common/tables/heat-rabbitmq.xml29(td) #: ./doc/common/tables/nova-kombu.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml53(td) +#: ./doc/common/tables/cinder-rpc.xml49(td) #: ./doc/common/tables/nova-rpc_all.xml41(td) #: ./doc/common/tables/neutron-rabbitmq.xml29(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml33(td) msgid "kombu_ssl_certfile =" msgstr "" -#: ./doc/common/tables/trove-amqp.xml46(td) +#: ./doc/common/tables/trove-amqp.xml50(td) msgid "(StrOpt) SSL cert file (valid only if SSL enabled)" msgstr "(文字列オプション) SSL 証明書ファイル (SSL が有効化されているときのみ有効)。" -#: ./doc/common/tables/trove-amqp.xml49(td) +#: ./doc/common/tables/trove-amqp.xml53(td) #: ./doc/common/tables/keystone-rabbit.xml37(td) #: ./doc/common/tables/glance-rabbitmq.xml41(td) #: ./doc/common/tables/heat-rabbitmq.xml33(td) #: ./doc/common/tables/nova-kombu.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml57(td) +#: ./doc/common/tables/cinder-rpc.xml53(td) #: ./doc/common/tables/nova-rpc_all.xml45(td) #: ./doc/common/tables/neutron-rabbitmq.xml33(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml37(td) msgid "kombu_ssl_keyfile =" msgstr "" -#: ./doc/common/tables/trove-amqp.xml50(td) +#: ./doc/common/tables/trove-amqp.xml54(td) msgid "(StrOpt) SSL key file (valid only if SSL enabled)" msgstr "(文字列オプション) SSL キーファイル (SSL が有効化されているときのみ有効)。" -#: ./doc/common/tables/trove-amqp.xml53(td) +#: ./doc/common/tables/trove-amqp.xml57(td) #: ./doc/common/tables/keystone-rabbit.xml41(td) #: ./doc/common/tables/glance-rabbitmq.xml45(td) #: ./doc/common/tables/heat-rabbitmq.xml37(td) #: ./doc/common/tables/nova-kombu.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml61(td) +#: ./doc/common/tables/cinder-rpc.xml57(td) #: ./doc/common/tables/nova-rpc_all.xml49(td) #: ./doc/common/tables/neutron-rabbitmq.xml37(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml41(td) msgid "kombu_ssl_version =" msgstr "" -#: ./doc/common/tables/trove-amqp.xml54(td) +#: ./doc/common/tables/trove-amqp.xml58(td) msgid "" "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are " "TLSv1, SSLv23 and SSLv3. SSLv2 may be available on some distributions" msgstr "" -#: ./doc/common/tables/trove-amqp.xml57(td) +#: ./doc/common/tables/trove-amqp.xml61(td) #: ./doc/common/tables/nova-common.xml57(td) #: ./doc/common/tables/heat-amqp.xml49(td) #: ./doc/common/tables/keystone-amqp.xml37(td) #: ./doc/common/tables/glance-amqp.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml73(td) +#: ./doc/common/tables/cinder-rpc.xml69(td) #: ./doc/common/tables/neutron-notifier.xml21(td) #: ./doc/common/tables/ceilometer-amqp.xml29(td) msgid "notification_driver = []" msgstr "" -#: ./doc/common/tables/trove-amqp.xml58(td) +#: ./doc/common/tables/trove-amqp.xml62(td) msgid "(MultiStrOpt) Driver or drivers to handle sending notifications" msgstr "" -#: ./doc/common/tables/trove-amqp.xml61(td) +#: ./doc/common/tables/trove-amqp.xml65(td) msgid "" "notification_service_id = {'couchbase': 'fa62fe68-74d9-4779-a24e-" "36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', " @@ -19631,22 +19913,22 @@ msgid "" "-456c-a4cf-70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b'}" msgstr "" -#: ./doc/common/tables/trove-amqp.xml62(td) +#: ./doc/common/tables/trove-amqp.xml66(td) msgid "(DictOpt) Unique ID to tag notification events." msgstr "" -#: ./doc/common/tables/trove-amqp.xml65(td) +#: ./doc/common/tables/trove-amqp.xml69(td) #: ./doc/common/tables/nova-common.xml61(td) #: ./doc/common/tables/heat-amqp.xml53(td) #: ./doc/common/tables/keystone-amqp.xml41(td) #: ./doc/common/tables/glance-amqp.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml77(td) +#: ./doc/common/tables/cinder-rpc.xml73(td) #: ./doc/common/tables/neutron-notifier.xml25(td) #: ./doc/common/tables/ceilometer-amqp.xml33(td) msgid "notification_topics = notifications" msgstr "" -#: ./doc/common/tables/trove-amqp.xml66(td) +#: ./doc/common/tables/trove-amqp.xml70(td) msgid "(ListOpt) AMQP topic used for openstack notifications" msgstr "" @@ -19668,7 +19950,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml49(td) #: ./doc/common/tables/heat-rabbitmq.xml41(td) #: ./doc/common/tables/trove-rabbitmq.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml133(td) +#: ./doc/common/tables/cinder-rpc.xml121(td) #: ./doc/common/tables/nova-rpc_all.xml101(td) #: ./doc/common/tables/neutron-rabbitmq.xml41(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml45(td) @@ -19679,7 +19961,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml46(td) #: ./doc/common/tables/glance-rabbitmq.xml50(td) #: ./doc/common/tables/heat-rabbitmq.xml42(td) -#: ./doc/common/tables/cinder-rpc.xml134(td) +#: ./doc/common/tables/cinder-rpc.xml122(td) #: ./doc/common/tables/nova-rpc_all.xml102(td) #: ./doc/common/tables/neutron-rabbitmq.xml42(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml46(td) @@ -19693,7 +19975,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml53(td) #: ./doc/common/tables/heat-rabbitmq.xml45(td) #: ./doc/common/tables/trove-rabbitmq.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml137(td) +#: ./doc/common/tables/cinder-rpc.xml125(td) #: ./doc/common/tables/nova-rpc_all.xml105(td) #: ./doc/common/tables/neutron-rabbitmq.xml45(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml49(td) @@ -19704,7 +19986,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml50(td) #: ./doc/common/tables/glance-rabbitmq.xml54(td) #: ./doc/common/tables/heat-rabbitmq.xml46(td) -#: ./doc/common/tables/cinder-rpc.xml138(td) +#: ./doc/common/tables/cinder-rpc.xml126(td) #: ./doc/common/tables/nova-rpc_all.xml106(td) #: ./doc/common/tables/neutron-rabbitmq.xml46(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml50(td) @@ -19716,7 +19998,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml57(td) #: ./doc/common/tables/heat-rabbitmq.xml49(td) #: ./doc/common/tables/trove-rabbitmq.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml141(td) +#: ./doc/common/tables/cinder-rpc.xml129(td) #: ./doc/common/tables/nova-rpc_all.xml109(td) #: ./doc/common/tables/neutron-rabbitmq.xml49(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml53(td) @@ -19727,7 +20009,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml54(td) #: ./doc/common/tables/glance-rabbitmq.xml58(td) #: ./doc/common/tables/heat-rabbitmq.xml50(td) -#: ./doc/common/tables/cinder-rpc.xml142(td) +#: ./doc/common/tables/cinder-rpc.xml130(td) #: ./doc/common/tables/nova-rpc_all.xml110(td) #: ./doc/common/tables/neutron-rabbitmq.xml50(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml54(td) @@ -19740,7 +20022,7 @@ msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml72(td) #: ./doc/common/tables/heat-rabbitmq.xml53(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml68(td) -#: ./doc/common/tables/cinder-rpc.xml145(td) +#: ./doc/common/tables/cinder-rpc.xml133(td) #: ./doc/common/tables/nova-rpc_all.xml113(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml156(td) #: ./doc/common/tables/neutron-rabbitmq.xml53(td) @@ -19754,7 +20036,7 @@ msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml73(td) #: ./doc/common/tables/heat-rabbitmq.xml54(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml69(td) -#: ./doc/common/tables/cinder-rpc.xml146(td) +#: ./doc/common/tables/cinder-rpc.xml134(td) #: ./doc/common/tables/nova-rpc_all.xml114(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml157(td) #: ./doc/common/tables/neutron-rabbitmq.xml54(td) @@ -19767,7 +20049,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml65(td) #: ./doc/common/tables/heat-rabbitmq.xml57(td) #: ./doc/common/tables/trove-rabbitmq.xml33(td) -#: ./doc/common/tables/cinder-rpc.xml149(td) +#: ./doc/common/tables/cinder-rpc.xml137(td) #: ./doc/common/tables/nova-rpc_all.xml117(td) #: ./doc/common/tables/neutron-rabbitmq.xml57(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml61(td) @@ -19778,7 +20060,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml62(td) #: ./doc/common/tables/glance-rabbitmq.xml66(td) #: ./doc/common/tables/heat-rabbitmq.xml58(td) -#: ./doc/common/tables/cinder-rpc.xml150(td) +#: ./doc/common/tables/cinder-rpc.xml138(td) #: ./doc/common/tables/nova-rpc_all.xml118(td) #: ./doc/common/tables/neutron-rabbitmq.xml58(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml62(td) @@ -19792,7 +20074,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml69(td) #: ./doc/common/tables/heat-rabbitmq.xml61(td) #: ./doc/common/tables/trove-rabbitmq.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml153(td) +#: ./doc/common/tables/cinder-rpc.xml141(td) #: ./doc/common/tables/nova-rpc_all.xml121(td) #: ./doc/common/tables/neutron-rabbitmq.xml61(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml65(td) @@ -19803,7 +20085,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml66(td) #: ./doc/common/tables/glance-rabbitmq.xml70(td) #: ./doc/common/tables/heat-rabbitmq.xml62(td) -#: ./doc/common/tables/cinder-rpc.xml154(td) +#: ./doc/common/tables/cinder-rpc.xml142(td) #: ./doc/common/tables/nova-rpc_all.xml122(td) #: ./doc/common/tables/neutron-rabbitmq.xml62(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml66(td) @@ -19815,7 +20097,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml73(td) #: ./doc/common/tables/heat-rabbitmq.xml65(td) #: ./doc/common/tables/trove-rabbitmq.xml41(td) -#: ./doc/common/tables/cinder-rpc.xml157(td) +#: ./doc/common/tables/cinder-rpc.xml145(td) #: ./doc/common/tables/nova-rpc_all.xml125(td) #: ./doc/common/tables/neutron-rabbitmq.xml65(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml69(td) @@ -19826,7 +20108,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml70(td) #: ./doc/common/tables/glance-rabbitmq.xml74(td) #: ./doc/common/tables/heat-rabbitmq.xml66(td) -#: ./doc/common/tables/cinder-rpc.xml158(td) +#: ./doc/common/tables/cinder-rpc.xml146(td) #: ./doc/common/tables/nova-rpc_all.xml126(td) #: ./doc/common/tables/neutron-rabbitmq.xml66(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml70(td) @@ -19838,7 +20120,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml77(td) #: ./doc/common/tables/heat-rabbitmq.xml69(td) #: ./doc/common/tables/trove-rabbitmq.xml45(td) -#: ./doc/common/tables/cinder-rpc.xml161(td) +#: ./doc/common/tables/cinder-rpc.xml149(td) #: ./doc/common/tables/nova-rpc_all.xml129(td) #: ./doc/common/tables/neutron-rabbitmq.xml69(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml73(td) @@ -19849,7 +20131,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml74(td) #: ./doc/common/tables/glance-rabbitmq.xml78(td) #: ./doc/common/tables/heat-rabbitmq.xml70(td) -#: ./doc/common/tables/cinder-rpc.xml162(td) +#: ./doc/common/tables/cinder-rpc.xml150(td) #: ./doc/common/tables/nova-rpc_all.xml130(td) #: ./doc/common/tables/neutron-rabbitmq.xml70(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml74(td) @@ -19863,7 +20145,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml81(td) #: ./doc/common/tables/heat-rabbitmq.xml73(td) #: ./doc/common/tables/trove-rabbitmq.xml49(td) -#: ./doc/common/tables/cinder-rpc.xml165(td) +#: ./doc/common/tables/cinder-rpc.xml153(td) #: ./doc/common/tables/nova-rpc_all.xml133(td) #: ./doc/common/tables/neutron-rabbitmq.xml73(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml77(td) @@ -19874,7 +20156,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml78(td) #: ./doc/common/tables/glance-rabbitmq.xml82(td) #: ./doc/common/tables/heat-rabbitmq.xml74(td) -#: ./doc/common/tables/cinder-rpc.xml166(td) +#: ./doc/common/tables/cinder-rpc.xml154(td) #: ./doc/common/tables/nova-rpc_all.xml134(td) #: ./doc/common/tables/neutron-rabbitmq.xml74(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml78(td) @@ -19886,7 +20168,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml85(td) #: ./doc/common/tables/heat-rabbitmq.xml77(td) #: ./doc/common/tables/trove-rabbitmq.xml53(td) -#: ./doc/common/tables/cinder-rpc.xml169(td) +#: ./doc/common/tables/cinder-rpc.xml157(td) #: ./doc/common/tables/nova-rpc_all.xml137(td) #: ./doc/common/tables/neutron-rabbitmq.xml77(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml81(td) @@ -19897,7 +20179,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml82(td) #: ./doc/common/tables/glance-rabbitmq.xml86(td) #: ./doc/common/tables/heat-rabbitmq.xml78(td) -#: ./doc/common/tables/cinder-rpc.xml170(td) +#: ./doc/common/tables/cinder-rpc.xml158(td) #: ./doc/common/tables/nova-rpc_all.xml138(td) #: ./doc/common/tables/neutron-rabbitmq.xml78(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml82(td) @@ -19909,7 +20191,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml89(td) #: ./doc/common/tables/heat-rabbitmq.xml81(td) #: ./doc/common/tables/trove-rabbitmq.xml57(td) -#: ./doc/common/tables/cinder-rpc.xml173(td) +#: ./doc/common/tables/cinder-rpc.xml161(td) #: ./doc/common/tables/nova-rpc_all.xml141(td) #: ./doc/common/tables/neutron-rabbitmq.xml81(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml85(td) @@ -19920,7 +20202,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml86(td) #: ./doc/common/tables/glance-rabbitmq.xml90(td) #: ./doc/common/tables/heat-rabbitmq.xml82(td) -#: ./doc/common/tables/cinder-rpc.xml174(td) +#: ./doc/common/tables/cinder-rpc.xml162(td) #: ./doc/common/tables/nova-rpc_all.xml142(td) #: ./doc/common/tables/neutron-rabbitmq.xml82(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml86(td) @@ -19932,7 +20214,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml93(td) #: ./doc/common/tables/heat-rabbitmq.xml85(td) #: ./doc/common/tables/trove-rabbitmq.xml61(td) -#: ./doc/common/tables/cinder-rpc.xml177(td) +#: ./doc/common/tables/cinder-rpc.xml165(td) #: ./doc/common/tables/nova-rpc_all.xml145(td) #: ./doc/common/tables/neutron-rabbitmq.xml85(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml89(td) @@ -19943,7 +20225,7 @@ msgstr "" #: ./doc/common/tables/keystone-rabbit.xml90(td) #: ./doc/common/tables/glance-rabbitmq.xml94(td) #: ./doc/common/tables/heat-rabbitmq.xml86(td) -#: ./doc/common/tables/cinder-rpc.xml178(td) +#: ./doc/common/tables/cinder-rpc.xml166(td) #: ./doc/common/tables/nova-rpc_all.xml146(td) #: ./doc/common/tables/neutron-rabbitmq.xml86(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml90(td) @@ -20190,7 +20472,7 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml22(td) -#: ./doc/common/tables/nova-scheduling.xml78(td) +#: ./doc/common/tables/nova-scheduling.xml82(td) msgid "" "(ListOpt) Which filter class names to use for filtering hosts when not " "specified in the request." @@ -20217,17 +20499,17 @@ msgid "scheduler_host_manager = cinder.scheduler.host_manager.HostManager" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml34(td) -#: ./doc/common/tables/nova-scheduling.xml90(td) +#: ./doc/common/tables/nova-scheduling.xml94(td) msgid "(StrOpt) The scheduler host manager class to use" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml37(td) -#: ./doc/common/tables/nova-scheduling.xml97(td) +#: ./doc/common/tables/nova-scheduling.xml101(td) msgid "scheduler_json_config_location =" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml38(td) -#: ./doc/common/tables/nova-scheduling.xml98(td) +#: ./doc/common/tables/nova-scheduling.xml102(td) msgid "(StrOpt) Absolute path to scheduler configuration JSON file." msgstr "" @@ -20236,12 +20518,12 @@ msgid "scheduler_manager = cinder.scheduler.manager.SchedulerManager" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml42(td) -#: ./doc/common/tables/nova-scheduling.xml102(td) +#: ./doc/common/tables/nova-scheduling.xml106(td) msgid "(StrOpt) Full class name for the Manager for scheduler" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml45(td) -#: ./doc/common/tables/nova-scheduling.xml105(td) +#: ./doc/common/tables/nova-scheduling.xml109(td) msgid "scheduler_max_attempts = 3" msgstr "" @@ -20266,24 +20548,33 @@ msgid "[cassandra]" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml21(td) -#: ./doc/common/tables/trove-db_couchbase.xml21(td) #: ./doc/common/tables/trove-db_mongodb.xml21(td) #: ./doc/common/tables/trove-db_redis.xml21(td) msgid "backup_strategy = None" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml25(td) +#: ./doc/common/tables/trove-db_cassandra.xml29(td) msgid "mount_point = /var/lib/cassandra" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml29(td) +#: ./doc/common/tables/trove-db_cassandra.xml33(td) msgid "tcp_ports = 7000, 7001, 9042, 9160" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml37(td) +#: ./doc/common/tables/trove-db_cassandra.xml41(td) msgid "usage_timeout = 600" msgstr "" +#: ./doc/common/tables/neutron-logging.xml25(td) +#: ./doc/common/tables/trove-common.xml33(td) +#: ./doc/common/tables/glance-logging.xml25(td) +#: ./doc/common/tables/heat-logging.xml21(td) +msgid "" +"default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " +"sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, " +"requests.packages.urllib3.connectionpool=WARN" +msgstr "" + #: ./doc/common/tables/neutron-logging.xml85(td) #: ./doc/common/tables/neutron-nec.xml57(td) msgid "use_ssl = False" @@ -20330,25 +20621,50 @@ msgid "[catalog]" msgstr "" #: ./doc/common/tables/keystone-catalog.xml21(td) -msgid "driver = keystone.catalog.backends.sql.Catalog" +#: ./doc/common/tables/keystone-assignment.xml21(td) +#: ./doc/common/tables/keystone-token.xml25(td) +msgid "cache_time = None" msgstr "" #: ./doc/common/tables/keystone-catalog.xml22(td) -msgid "(StrOpt) Catalog backend driver." +msgid "" +"(IntOpt) Time to cache catalog data (in seconds). This has no effect unless " +"global and catalog caching are enabled." +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml25(td) +#: ./doc/common/tables/keystone-assignment.xml25(td) +#: ./doc/common/tables/keystone-revoke.xml21(td) +#: ./doc/common/tables/keystone-token.xml29(td) +msgid "caching = True" msgstr "" #: ./doc/common/tables/keystone-catalog.xml26(td) +msgid "" +"(BoolOpt) Toggle for catalog caching. This has no effect unless global " +"caching is enabled." +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml29(td) +msgid "driver = keystone.catalog.backends.sql.Catalog" +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml30(td) +msgid "(StrOpt) Catalog backend driver." +msgstr "" + +#: ./doc/common/tables/keystone-catalog.xml34(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml101(td) msgid "" "(IntOpt) Maximum number of entities that will be returned in a catalog " "collection." msgstr "" -#: ./doc/common/tables/keystone-catalog.xml29(td) +#: ./doc/common/tables/keystone-catalog.xml37(td) msgid "template_file = default_catalog.templates" msgstr "" -#: ./doc/common/tables/keystone-catalog.xml30(td) +#: ./doc/common/tables/keystone-catalog.xml38(td) msgid "" "(StrOpt) Catalog template file name for use with the template catalog " "backend." @@ -20633,6 +20949,16 @@ msgstr "" msgid "max_header_size = 8192" msgstr "" +#: ./doc/common/tables/swift-swift-swift-constraints.xml41(td) +msgid "" +"max_header_size is the max number of bytes in the utf8 encoding of each " +"header. Using 8192 as default because eventlet use 8192 as max size of " +"header line. This value may need to be increased when using identity v3 API " +"tokens including more than 7 catalog entries. See also " +"include_service_catalog in proxy-server.conf-sample (documented in " +"overview_auth.rst)" +msgstr "" + #: ./doc/common/tables/swift-swift-swift-constraints.xml44(td) msgid "max_meta_count = 90" msgstr "" @@ -20656,7 +20982,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml22(td) #: ./doc/common/tables/nova-qpid.xml22(td) #: ./doc/common/tables/glance-qpid.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml94(td) +#: ./doc/common/tables/cinder-rpc.xml82(td) #: ./doc/common/tables/nova-rpc_all.xml62(td) #: ./doc/common/tables/neutron-qpid.xml22(td) #: ./doc/common/tables/keystone-qpid.xml22(td) @@ -20667,7 +20993,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml26(td) #: ./doc/common/tables/nova-qpid.xml26(td) #: ./doc/common/tables/glance-qpid.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml98(td) +#: ./doc/common/tables/cinder-rpc.xml86(td) #: ./doc/common/tables/nova-rpc_all.xml66(td) #: ./doc/common/tables/neutron-qpid.xml26(td) #: ./doc/common/tables/keystone-qpid.xml26(td) @@ -20678,7 +21004,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml30(td) #: ./doc/common/tables/nova-qpid.xml30(td) #: ./doc/common/tables/glance-qpid.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml102(td) +#: ./doc/common/tables/cinder-rpc.xml90(td) #: ./doc/common/tables/nova-rpc_all.xml70(td) #: ./doc/common/tables/neutron-qpid.xml30(td) #: ./doc/common/tables/keystone-qpid.xml30(td) @@ -20689,7 +21015,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml34(td) #: ./doc/common/tables/nova-qpid.xml34(td) #: ./doc/common/tables/glance-qpid.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml106(td) +#: ./doc/common/tables/cinder-rpc.xml94(td) #: ./doc/common/tables/nova-rpc_all.xml74(td) #: ./doc/common/tables/neutron-qpid.xml34(td) #: ./doc/common/tables/keystone-qpid.xml34(td) @@ -20700,7 +21026,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml38(td) #: ./doc/common/tables/nova-qpid.xml38(td) #: ./doc/common/tables/glance-qpid.xml38(td) -#: ./doc/common/tables/cinder-rpc.xml110(td) +#: ./doc/common/tables/cinder-rpc.xml98(td) #: ./doc/common/tables/nova-rpc_all.xml78(td) #: ./doc/common/tables/neutron-qpid.xml38(td) #: ./doc/common/tables/keystone-qpid.xml38(td) @@ -20711,7 +21037,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml42(td) #: ./doc/common/tables/nova-qpid.xml42(td) #: ./doc/common/tables/glance-qpid.xml42(td) -#: ./doc/common/tables/cinder-rpc.xml114(td) +#: ./doc/common/tables/cinder-rpc.xml102(td) #: ./doc/common/tables/nova-rpc_all.xml82(td) #: ./doc/common/tables/neutron-qpid.xml42(td) #: ./doc/common/tables/keystone-qpid.xml42(td) @@ -20722,7 +21048,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml46(td) #: ./doc/common/tables/nova-qpid.xml46(td) #: ./doc/common/tables/glance-qpid.xml46(td) -#: ./doc/common/tables/cinder-rpc.xml118(td) +#: ./doc/common/tables/cinder-rpc.xml106(td) #: ./doc/common/tables/nova-rpc_all.xml86(td) #: ./doc/common/tables/neutron-qpid.xml46(td) #: ./doc/common/tables/keystone-qpid.xml46(td) @@ -20733,7 +21059,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml50(td) #: ./doc/common/tables/nova-qpid.xml50(td) #: ./doc/common/tables/glance-qpid.xml50(td) -#: ./doc/common/tables/cinder-rpc.xml122(td) +#: ./doc/common/tables/cinder-rpc.xml110(td) #: ./doc/common/tables/nova-rpc_all.xml90(td) #: ./doc/common/tables/neutron-qpid.xml50(td) #: ./doc/common/tables/keystone-qpid.xml50(td) @@ -20744,7 +21070,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml53(td) #: ./doc/common/tables/nova-qpid.xml53(td) #: ./doc/common/tables/glance-qpid.xml53(td) -#: ./doc/common/tables/cinder-rpc.xml125(td) +#: ./doc/common/tables/cinder-rpc.xml113(td) #: ./doc/common/tables/nova-rpc_all.xml93(td) #: ./doc/common/tables/neutron-qpid.xml53(td) #: ./doc/common/tables/keystone-qpid.xml53(td) @@ -20755,7 +21081,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml54(td) #: ./doc/common/tables/nova-qpid.xml54(td) #: ./doc/common/tables/glance-qpid.xml54(td) -#: ./doc/common/tables/cinder-rpc.xml126(td) +#: ./doc/common/tables/cinder-rpc.xml114(td) #: ./doc/common/tables/nova-rpc_all.xml94(td) #: ./doc/common/tables/neutron-qpid.xml54(td) #: ./doc/common/tables/keystone-qpid.xml54(td) @@ -20770,7 +21096,7 @@ msgstr "" #: ./doc/common/tables/heat-qpid.xml58(td) #: ./doc/common/tables/nova-qpid.xml58(td) #: ./doc/common/tables/glance-qpid.xml58(td) -#: ./doc/common/tables/cinder-rpc.xml130(td) +#: ./doc/common/tables/cinder-rpc.xml118(td) #: ./doc/common/tables/nova-rpc_all.xml98(td) #: ./doc/common/tables/neutron-qpid.xml58(td) #: ./doc/common/tables/keystone-qpid.xml58(td) @@ -20891,12 +21217,12 @@ msgid "(StrOpt) The full class name of the key manager API class" msgstr "" #: ./doc/common/tables/nova-keymgr.xml25(td) -#: ./doc/common/tables/cinder-keymgr.xml25(td) +#: ./doc/common/tables/cinder-keymgr.xml33(td) msgid "fixed_key = None" msgstr "" #: ./doc/common/tables/nova-keymgr.xml26(td) -#: ./doc/common/tables/cinder-keymgr.xml26(td) +#: ./doc/common/tables/cinder-keymgr.xml34(td) msgid "(StrOpt) Fixed key returned by key manager, specified in hex" msgstr "" @@ -21117,10 +21443,10 @@ msgid "(StrOpt) Password to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml41(td) -#: ./doc/common/tables/nova-volumes.xml49(td) -#: ./doc/common/tables/trove-api.xml73(td) +#: ./doc/common/tables/nova-volumes.xml57(td) +#: ./doc/common/tables/trove-api.xml77(td) #: ./doc/common/tables/cinder-compute.xml45(td) -#: ./doc/common/tables/glance-common.xml81(td) +#: ./doc/common/tables/glance-common.xml77(td) msgid "os_region_name = None" msgstr "" @@ -21428,7 +21754,7 @@ msgstr "" msgid "" "(StrOpt) Driver to use for controlling virtualization. Options include: " "libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, " -"baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver" +"baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver, hyperv.HyperVDriver" msgstr "" #: ./doc/common/tables/nova-compute.xml29(td) @@ -21450,102 +21776,110 @@ msgid "" msgstr "" #: ./doc/common/tables/nova-compute.xml37(td) -msgid "compute_stats_class = nova.compute.stats.Stats" +msgid "compute_resources = vcpu" msgstr "" #: ./doc/common/tables/nova-compute.xml38(td) -msgid "(StrOpt) Class that will manage stats for the local compute host" +msgid "(ListOpt) The names of the extra resources to track." msgstr "" #: ./doc/common/tables/nova-compute.xml41(td) -msgid "console_host = oslo" +msgid "compute_stats_class = nova.compute.stats.Stats" msgstr "" #: ./doc/common/tables/nova-compute.xml42(td) +msgid "(StrOpt) Class that will manage stats for the local compute host" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml45(td) +msgid "console_host = localhost" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml46(td) msgid "" "(StrOpt) Console proxy host to use to connect to instances on this host." msgstr "" -#: ./doc/common/tables/nova-compute.xml45(td) +#: ./doc/common/tables/nova-compute.xml49(td) msgid "console_manager = nova.console.manager.ConsoleProxyManager" msgstr "" -#: ./doc/common/tables/nova-compute.xml46(td) +#: ./doc/common/tables/nova-compute.xml50(td) msgid "(StrOpt) Full class name for the Manager for console proxy" msgstr "" -#: ./doc/common/tables/nova-compute.xml49(td) +#: ./doc/common/tables/nova-compute.xml53(td) msgid "default_flavor = m1.small" msgstr "" -#: ./doc/common/tables/nova-compute.xml50(td) +#: ./doc/common/tables/nova-compute.xml54(td) msgid "" "(StrOpt) Default flavor to use for the EC2 API only. The Nova API does not " "support a default flavor." msgstr "" -#: ./doc/common/tables/nova-compute.xml53(td) +#: ./doc/common/tables/nova-compute.xml57(td) #: ./doc/common/tables/heat-amqp.xml33(td) #: ./doc/common/tables/trove-common.xml41(td) msgid "default_notification_level = INFO" msgstr "" -#: ./doc/common/tables/nova-compute.xml54(td) +#: ./doc/common/tables/nova-compute.xml58(td) #: ./doc/common/tables/heat-amqp.xml34(td) #: ./doc/common/tables/trove-common.xml42(td) msgid "(StrOpt) Default notification level for outgoing notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml57(td) +#: ./doc/common/tables/nova-compute.xml61(td) #: ./doc/common/tables/heat-amqp.xml37(td) #: ./doc/common/tables/keystone-amqp.xml33(td) msgid "default_publisher_id = None" msgstr "" -#: ./doc/common/tables/nova-compute.xml58(td) +#: ./doc/common/tables/nova-compute.xml62(td) #: ./doc/common/tables/heat-amqp.xml38(td) #: ./doc/common/tables/trove-common.xml50(td) #: ./doc/common/tables/keystone-amqp.xml34(td) msgid "(StrOpt) Default publisher_id for outgoing notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml61(td) +#: ./doc/common/tables/nova-compute.xml65(td) msgid "enable_instance_password = True" msgstr "" -#: ./doc/common/tables/nova-compute.xml62(td) +#: ./doc/common/tables/nova-compute.xml66(td) msgid "" "(BoolOpt) Enables returning of the instance password by the relevant server " "API calls such as create, rebuild or rescue, If the hypervisor does not " "support password injection then the password returned will not be correct" msgstr "" -#: ./doc/common/tables/nova-compute.xml65(td) +#: ./doc/common/tables/nova-compute.xml69(td) msgid "heal_instance_info_cache_interval = 60" msgstr "" -#: ./doc/common/tables/nova-compute.xml66(td) +#: ./doc/common/tables/nova-compute.xml70(td) msgid "" "(IntOpt) Number of seconds between instance info_cache self healing updates" msgstr "" -#: ./doc/common/tables/nova-compute.xml69(td) +#: ./doc/common/tables/nova-compute.xml73(td) msgid "image_cache_manager_interval = 2400" msgstr "" -#: ./doc/common/tables/nova-compute.xml70(td) +#: ./doc/common/tables/nova-compute.xml74(td) msgid "" "(IntOpt) Number of seconds to wait between runs of the image cache manager. " "Set to -1 to disable. Setting this to 0 will disable, but this will change " "in the K release to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml73(td) +#: ./doc/common/tables/nova-compute.xml77(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml32(td) msgid "image_cache_subdirectory_name = _base" msgstr "" -#: ./doc/common/tables/nova-compute.xml74(td) +#: ./doc/common/tables/nova-compute.xml78(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml33(td) msgid "" "(StrOpt) Where cached images are stored under $instances_path. This is NOT " @@ -21553,171 +21887,171 @@ msgid "" "to _base_$my_ip" msgstr "" -#: ./doc/common/tables/nova-compute.xml77(td) +#: ./doc/common/tables/nova-compute.xml81(td) msgid "instance_build_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml78(td) +#: ./doc/common/tables/nova-compute.xml82(td) msgid "" "(IntOpt) Amount of time in seconds an instance can be in BUILD before going " "into ERROR status.Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml81(td) +#: ./doc/common/tables/nova-compute.xml85(td) msgid "instance_delete_interval = 300" msgstr "" -#: ./doc/common/tables/nova-compute.xml82(td) +#: ./doc/common/tables/nova-compute.xml86(td) msgid "(IntOpt) Interval in seconds for retrying failed instance file deletes" msgstr "" -#: ./doc/common/tables/nova-compute.xml85(td) +#: ./doc/common/tables/nova-compute.xml89(td) msgid "instance_usage_audit = False" msgstr "" -#: ./doc/common/tables/nova-compute.xml86(td) +#: ./doc/common/tables/nova-compute.xml90(td) msgid "(BoolOpt) Generate periodic compute.instance.exists notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml89(td) +#: ./doc/common/tables/nova-compute.xml93(td) msgid "instance_usage_audit_period = month" msgstr "" -#: ./doc/common/tables/nova-compute.xml90(td) +#: ./doc/common/tables/nova-compute.xml94(td) msgid "" "(StrOpt) Time period to generate instance usages for. Time period must be " "hour, day, month or year" msgstr "" -#: ./doc/common/tables/nova-compute.xml93(td) +#: ./doc/common/tables/nova-compute.xml97(td) msgid "instances_path = $state_path/instances" msgstr "" -#: ./doc/common/tables/nova-compute.xml94(td) +#: ./doc/common/tables/nova-compute.xml98(td) msgid "(StrOpt) Where instances are stored on disk" msgstr "" -#: ./doc/common/tables/nova-compute.xml97(td) +#: ./doc/common/tables/nova-compute.xml101(td) msgid "maximum_instance_delete_attempts = 5" msgstr "" -#: ./doc/common/tables/nova-compute.xml98(td) +#: ./doc/common/tables/nova-compute.xml102(td) msgid "(IntOpt) The number of times to attempt to reap an instance's files." msgstr "" -#: ./doc/common/tables/nova-compute.xml101(td) +#: ./doc/common/tables/nova-compute.xml105(td) msgid "reboot_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml102(td) +#: ./doc/common/tables/nova-compute.xml106(td) msgid "" "(IntOpt) Automatically hard reboot an instance if it has been stuck in a " "rebooting state longer than N seconds. Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml105(td) +#: ./doc/common/tables/nova-compute.xml109(td) msgid "reclaim_instance_interval = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml106(td) +#: ./doc/common/tables/nova-compute.xml110(td) msgid "(IntOpt) Interval in seconds for reclaiming deleted instances" msgstr "" -#: ./doc/common/tables/nova-compute.xml109(td) -msgid "resize_confirm_window = 0" -msgstr "" - -#: ./doc/common/tables/nova-compute.xml110(td) -msgid "" -"(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable." -msgstr "" - #: ./doc/common/tables/nova-compute.xml113(td) -msgid "resume_guests_state_on_host_boot = False" +msgid "resize_confirm_window = 0" msgstr "" #: ./doc/common/tables/nova-compute.xml114(td) msgid "" -"(BoolOpt) Whether to start guests that were running before the host rebooted" +"(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable." msgstr "" #: ./doc/common/tables/nova-compute.xml117(td) -msgid "running_deleted_instance_action = reap" +msgid "resume_guests_state_on_host_boot = False" msgstr "" #: ./doc/common/tables/nova-compute.xml118(td) msgid "" +"(BoolOpt) Whether to start guests that were running before the host rebooted" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml121(td) +msgid "running_deleted_instance_action = reap" +msgstr "" + +#: ./doc/common/tables/nova-compute.xml122(td) +msgid "" "(StrOpt) Action to take if a running deleted instance is detected.Valid " "options are 'noop', 'log', 'shutdown', or 'reap'. Set to 'noop' to take no " "action." msgstr "" -#: ./doc/common/tables/nova-compute.xml121(td) +#: ./doc/common/tables/nova-compute.xml125(td) msgid "running_deleted_instance_poll_interval = 1800" msgstr "" -#: ./doc/common/tables/nova-compute.xml122(td) +#: ./doc/common/tables/nova-compute.xml126(td) msgid "(IntOpt) Number of seconds to wait between runs of the cleanup task." msgstr "" -#: ./doc/common/tables/nova-compute.xml125(td) +#: ./doc/common/tables/nova-compute.xml129(td) msgid "running_deleted_instance_timeout = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml126(td) +#: ./doc/common/tables/nova-compute.xml130(td) msgid "" "(IntOpt) Number of seconds after being deleted when a running instance " "should be considered eligible for cleanup." msgstr "" -#: ./doc/common/tables/nova-compute.xml129(td) +#: ./doc/common/tables/nova-compute.xml133(td) msgid "shelved_offload_time = 0" msgstr "" -#: ./doc/common/tables/nova-compute.xml130(td) +#: ./doc/common/tables/nova-compute.xml134(td) msgid "" "(IntOpt) Time in seconds before a shelved instance is eligible for removing " "from a host. -1 never offload, 0 offload when shelved" msgstr "" -#: ./doc/common/tables/nova-compute.xml133(td) +#: ./doc/common/tables/nova-compute.xml137(td) msgid "shelved_poll_interval = 3600" msgstr "" -#: ./doc/common/tables/nova-compute.xml134(td) +#: ./doc/common/tables/nova-compute.xml138(td) msgid "" "(IntOpt) Interval in seconds for polling shelved instances to offload. Set " "to -1 to disable.Setting this to 0 will disable, but this will change in " "Juno to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml137(td) +#: ./doc/common/tables/nova-compute.xml141(td) msgid "sync_power_state_interval = 600" msgstr "" -#: ./doc/common/tables/nova-compute.xml138(td) +#: ./doc/common/tables/nova-compute.xml142(td) msgid "" "(IntOpt) Interval to sync power states between the database and the " "hypervisor. Set to -1 to disable. Setting this to 0 will disable, but this " "will change in Juno to mean \"run at the default rate\"." msgstr "" -#: ./doc/common/tables/nova-compute.xml141(td) +#: ./doc/common/tables/nova-compute.xml145(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml84(td) msgid "vif_plugging_is_fatal = True" msgstr "" -#: ./doc/common/tables/nova-compute.xml142(td) +#: ./doc/common/tables/nova-compute.xml146(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml85(td) msgid "(BoolOpt) Fail instance boot if vif plugging fails" msgstr "" -#: ./doc/common/tables/nova-compute.xml145(td) +#: ./doc/common/tables/nova-compute.xml149(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml88(td) msgid "vif_plugging_timeout = 300" msgstr "" -#: ./doc/common/tables/nova-compute.xml146(td) +#: ./doc/common/tables/nova-compute.xml150(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml89(td) msgid "" "(IntOpt) Number of seconds to wait for neutron vif plugging events to arrive" @@ -21736,7 +22070,7 @@ msgstr "" #: ./doc/common/tables/heat-rabbitmq.xml21(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml40(td) #: ./doc/common/tables/nova-kombu.xml21(td) -#: ./doc/common/tables/cinder-rpc.xml45(td) +#: ./doc/common/tables/cinder-rpc.xml41(td) #: ./doc/common/tables/nova-rpc_all.xml33(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml64(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml28(td) @@ -21751,7 +22085,7 @@ msgstr "" #: ./doc/common/tables/heat-rabbitmq.xml22(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml41(td) #: ./doc/common/tables/nova-kombu.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml46(td) +#: ./doc/common/tables/cinder-rpc.xml42(td) #: ./doc/common/tables/nova-rpc_all.xml34(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml65(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml29(td) @@ -21766,7 +22100,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml34(td) #: ./doc/common/tables/heat-rabbitmq.xml26(td) #: ./doc/common/tables/nova-kombu.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml50(td) +#: ./doc/common/tables/cinder-rpc.xml46(td) #: ./doc/common/tables/nova-rpc_all.xml38(td) #: ./doc/common/tables/neutron-rabbitmq.xml26(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml30(td) @@ -21777,7 +22111,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml38(td) #: ./doc/common/tables/heat-rabbitmq.xml30(td) #: ./doc/common/tables/nova-kombu.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml54(td) +#: ./doc/common/tables/cinder-rpc.xml50(td) #: ./doc/common/tables/nova-rpc_all.xml42(td) #: ./doc/common/tables/neutron-rabbitmq.xml30(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml34(td) @@ -21788,7 +22122,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml42(td) #: ./doc/common/tables/heat-rabbitmq.xml34(td) #: ./doc/common/tables/nova-kombu.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml58(td) +#: ./doc/common/tables/cinder-rpc.xml54(td) #: ./doc/common/tables/nova-rpc_all.xml46(td) #: ./doc/common/tables/neutron-rabbitmq.xml34(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml38(td) @@ -21799,7 +22133,7 @@ msgstr "" #: ./doc/common/tables/glance-rabbitmq.xml46(td) #: ./doc/common/tables/heat-rabbitmq.xml38(td) #: ./doc/common/tables/nova-kombu.xml38(td) -#: ./doc/common/tables/cinder-rpc.xml62(td) +#: ./doc/common/tables/cinder-rpc.xml58(td) #: ./doc/common/tables/nova-rpc_all.xml50(td) #: ./doc/common/tables/neutron-rabbitmq.xml38(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml42(td) @@ -21884,9 +22218,7 @@ msgid "cluster_name = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml26(td) -msgid "" -"(MultiStrOpt) Name of a VMware Cluster ComputeResource. Used only if " -"compute_driver is vmwareapi.VMwareVCDriver." +msgid "(MultiStrOpt) Name of a VMware Cluster ComputeResource." msgstr "" #: ./doc/common/tables/nova-vmware.xml29(td) @@ -21902,7 +22234,7 @@ msgid "host_ip = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml34(td) -msgid "(StrOpt) Hostname or IP address for connection to VMware ESX/VC host." +msgid "(StrOpt) Hostname or IP address for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml37(td) @@ -21910,7 +22242,7 @@ msgid "host_password = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml38(td) -msgid "(StrOpt) Password for connection to VMware ESX/VC host." +msgid "(StrOpt) Password for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml41(td) @@ -21918,7 +22250,7 @@ msgid "host_port = 443" msgstr "" #: ./doc/common/tables/nova-vmware.xml42(td) -msgid "(IntOpt) Port for connection to VMware ESX/VC host." +msgid "(IntOpt) Port for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml45(td) @@ -21926,7 +22258,7 @@ msgid "host_username = None" msgstr "" #: ./doc/common/tables/nova-vmware.xml46(td) -msgid "(StrOpt) Username for connection to VMware ESX/VC host." +msgid "(StrOpt) Username for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml50(td) @@ -21992,21 +22324,21 @@ msgid "[heat_api_cfn]" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml33(td) -#: ./doc/common/tables/heat-api.xml107(td) +#: ./doc/common/tables/heat-api.xml115(td) #: ./doc/common/tables/heat-cloudwatch_api.xml29(td) msgid "(IntOpt) Number of backlog requests to configure the socket with." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml36(td) -#: ./doc/common/tables/heat-api.xml110(td) +#: ./doc/common/tables/heat-api.xml118(td) #: ./doc/common/tables/heat-cloudwatch_api.xml32(td) #: ./doc/common/tables/glance-common.xml33(td) -#: ./doc/common/tables/neutron-common.xml69(td) +#: ./doc/common/tables/neutron-common.xml65(td) msgid "bind_host = 0.0.0.0" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml37(td) -#: ./doc/common/tables/heat-api.xml111(td) +#: ./doc/common/tables/heat-api.xml119(td) #: ./doc/common/tables/heat-cloudwatch_api.xml33(td) #: ./doc/common/tables/glance-common.xml34(td) msgid "" @@ -22019,28 +22351,28 @@ msgid "bind_port = 8000" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml41(td) -#: ./doc/common/tables/heat-api.xml115(td) +#: ./doc/common/tables/heat-api.xml123(td) #: ./doc/common/tables/heat-cloudwatch_api.xml37(td) #: ./doc/common/tables/glance-common.xml38(td) msgid "(IntOpt) The port on which the server will listen." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml45(td) -#: ./doc/common/tables/heat-api.xml119(td) +#: ./doc/common/tables/heat-api.xml127(td) #: ./doc/common/tables/heat-cloudwatch_api.xml41(td) msgid "(StrOpt) Location of the SSL certificate file to use for SSL mode." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml49(td) -#: ./doc/common/tables/heat-api.xml123(td) +#: ./doc/common/tables/heat-api.xml131(td) #: ./doc/common/tables/heat-cloudwatch_api.xml45(td) msgid "(StrOpt) Location of the SSL key file to use for enabling SSL mode." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml52(td) -#: ./doc/common/tables/trove-api.xml69(td) +#: ./doc/common/tables/trove-api.xml73(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml52(td) -#: ./doc/common/tables/heat-api.xml126(td) +#: ./doc/common/tables/heat-api.xml134(td) #: ./doc/common/tables/cinder-api.xml49(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml48(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml48(td) @@ -22053,8 +22385,8 @@ msgid "max_header_line = 16384" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml53(td) -#: ./doc/common/tables/trove-api.xml70(td) -#: ./doc/common/tables/heat-api.xml127(td) +#: ./doc/common/tables/trove-api.xml74(td) +#: ./doc/common/tables/heat-api.xml135(td) #: ./doc/common/tables/cinder-api.xml50(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml49(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml73(td) @@ -22066,19 +22398,19 @@ msgid "" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml56(td) -#: ./doc/common/tables/heat-api.xml130(td) +#: ./doc/common/tables/heat-api.xml138(td) #: ./doc/common/tables/heat-cloudwatch_api.xml52(td) msgid "workers = 0" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml57(td) -#: ./doc/common/tables/heat-api.xml131(td) +#: ./doc/common/tables/heat-api.xml139(td) #: ./doc/common/tables/heat-cloudwatch_api.xml53(td) msgid "(IntOpt) Number of workers for Heat service." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml60(th) -#: ./doc/common/tables/heat-api.xml145(th) +#: ./doc/common/tables/heat-api.xml153(th) #: ./doc/common/tables/keystone-ssl.xml53(th) #: ./doc/common/tables/nova-ca.xml61(th) #: ./doc/common/tables/cinder-ssl.xml18(th) @@ -22089,7 +22421,7 @@ msgid "[ssl]" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml64(td) -#: ./doc/common/tables/heat-api.xml149(td) +#: ./doc/common/tables/heat-api.xml157(td) #: ./doc/common/tables/nova-ca.xml65(td) #: ./doc/common/tables/heat-cloudwatch_api.xml60(td) #: ./doc/common/tables/glance-ssl.xml22(td) @@ -22097,14 +22429,14 @@ msgid "(StrOpt) CA certificate file to use to verify connecting clients." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml68(td) -#: ./doc/common/tables/heat-api.xml153(td) +#: ./doc/common/tables/heat-api.xml161(td) #: ./doc/common/tables/nova-ca.xml69(td) #: ./doc/common/tables/heat-cloudwatch_api.xml64(td) msgid "(StrOpt) Certificate file to use when starting the server securely." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml72(td) -#: ./doc/common/tables/heat-api.xml157(td) +#: ./doc/common/tables/heat-api.xml165(td) #: ./doc/common/tables/nova-ca.xml73(td) #: ./doc/common/tables/heat-cloudwatch_api.xml68(td) msgid "(StrOpt) Private key file to use when starting the server securely." @@ -22164,7 +22496,7 @@ msgid "" msgstr "" #: ./doc/common/tables/neutron-vmware.xml41(td) -msgid "http_timeout = 30" +msgid "http_timeout = 75" msgstr "" #: ./doc/common/tables/neutron-vmware.xml42(td) @@ -22210,97 +22542,89 @@ msgid "(IntOpt) Number of times a redirect should be followed" msgstr "" #: ./doc/common/tables/neutron-vmware.xml61(td) -msgid "req_timeout = 30" -msgstr "" - -#: ./doc/common/tables/neutron-vmware.xml62(td) -msgid "(IntOpt) Total time limit for a cluster request" -msgstr "" - -#: ./doc/common/tables/neutron-vmware.xml65(td) msgid "retries = 2" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml66(td) +#: ./doc/common/tables/neutron-vmware.xml62(td) msgid "(IntOpt) Number of time a request should be retried" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml69(th) +#: ./doc/common/tables/neutron-vmware.xml65(th) #: ./doc/common/tables/neutron-ml2_mlnx.xml18(th) #: ./doc/common/tables/neutron-mlnx.xml18(th) msgid "[ESWITCH]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml72(td) +#: ./doc/common/tables/neutron-vmware.xml68(td) msgid "retries = 3" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml73(td) +#: ./doc/common/tables/neutron-vmware.xml69(td) msgid "" "(IntOpt) The number of retries the agent will send request to daemon before " "giving up" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml76(th) +#: ./doc/common/tables/neutron-vmware.xml72(th) msgid "[NSX]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml79(td) +#: ./doc/common/tables/neutron-vmware.xml75(td) msgid "agent_mode = agent" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml80(td) +#: ./doc/common/tables/neutron-vmware.xml76(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml173(td) msgid "(StrOpt) The mode used to implement DHCP/metadata services." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml83(td) +#: ./doc/common/tables/neutron-vmware.xml79(td) msgid "concurrent_connections = 10" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml84(td) +#: ./doc/common/tables/neutron-vmware.xml80(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml177(td) msgid "(IntOpt) Maximum concurrent connections to each NSX controller." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml87(td) +#: ./doc/common/tables/neutron-vmware.xml83(td) msgid "default_transport_type = stt" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml88(td) +#: ./doc/common/tables/neutron-vmware.xml84(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml181(td) msgid "" "(StrOpt) The default network tranport type to use (stt, gre, bridge, " "ipsec_gre, or ipsec_stt)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml91(td) +#: ./doc/common/tables/neutron-vmware.xml87(td) msgid "max_lp_per_bridged_ls = 5000" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml92(td) +#: ./doc/common/tables/neutron-vmware.xml88(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml185(td) msgid "" "(IntOpt) Maximum number of ports of a logical switch on a bridged transport " "zone (default 5000)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml95(td) +#: ./doc/common/tables/neutron-vmware.xml91(td) msgid "max_lp_per_overlay_ls = 256" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml96(td) +#: ./doc/common/tables/neutron-vmware.xml92(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml189(td) msgid "" "(IntOpt) Maximum number of ports of a logical switch on an overlay transport" " zone (default 256)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml99(td) +#: ./doc/common/tables/neutron-vmware.xml95(td) msgid "metadata_mode = access_network" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml100(td) +#: ./doc/common/tables/neutron-vmware.xml96(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml193(td) msgid "" "(StrOpt) If set to access_network this enables a dedicated connection to the" @@ -22310,71 +22634,71 @@ msgid "" "otherwise access_network should be used." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml103(td) +#: ./doc/common/tables/neutron-vmware.xml99(td) msgid "nsx_gen_timeout = -1" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml104(td) +#: ./doc/common/tables/neutron-vmware.xml100(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml197(td) msgid "" "(IntOpt) Number of seconds a generation id should be valid for (default -1 " "meaning do not time out)" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml107(td) +#: ./doc/common/tables/neutron-vmware.xml103(td) msgid "replication_mode = service" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml108(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml201(td) +#: ./doc/common/tables/neutron-vmware.xml104(td) msgid "" "(StrOpt) The default option leverages service nodes to perform packet " "replication though one could set to this to 'source' to perform replication " -"locally. This is useful if one does not want to deploy a service node(s)." +"locally. This is useful if one does not want to deploy a service node(s). It" +" must be set to 'service' for leveraging distributed routers." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml111(th) +#: ./doc/common/tables/neutron-vmware.xml107(th) msgid "[NSX_DHCP]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml114(td) +#: ./doc/common/tables/neutron-vmware.xml110(td) msgid "default_lease_time = 43200" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml115(td) +#: ./doc/common/tables/neutron-vmware.xml111(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml205(td) msgid "(IntOpt) Default DHCP lease time" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml118(td) +#: ./doc/common/tables/neutron-vmware.xml114(td) msgid "domain_name = openstacklocal" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml119(td) +#: ./doc/common/tables/neutron-vmware.xml115(td) #: ./doc/common/tables/nova-network.xml50(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml209(td) -#: ./doc/common/tables/neutron-common.xml110(td) +#: ./doc/common/tables/neutron-common.xml106(td) msgid "(StrOpt) Domain to use for building the hostnames" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml122(td) +#: ./doc/common/tables/neutron-vmware.xml118(td) msgid "extra_domain_name_servers =" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml123(td) +#: ./doc/common/tables/neutron-vmware.xml119(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml213(td) msgid "(ListOpt) Comma separated list of additional domain name servers" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml126(th) +#: ./doc/common/tables/neutron-vmware.xml122(th) msgid "[NSX_LSN]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml129(td) +#: ./doc/common/tables/neutron-vmware.xml125(td) msgid "sync_on_missing_data = False" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml130(td) +#: ./doc/common/tables/neutron-vmware.xml126(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml217(td) msgid "" "(BoolOpt) Pull LSN information from NSX in case it is missing from the local" @@ -22382,174 +22706,174 @@ msgid "" "recovery." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml133(th) +#: ./doc/common/tables/neutron-vmware.xml129(th) msgid "[NSX_METADATA]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml136(td) +#: ./doc/common/tables/neutron-vmware.xml132(td) msgid "metadata_server_address = 127.0.0.1" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml137(td) +#: ./doc/common/tables/neutron-vmware.xml133(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml221(td) msgid "(StrOpt) IP address used by Metadata server." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml140(td) +#: ./doc/common/tables/neutron-vmware.xml136(td) msgid "metadata_server_port = 8775" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml141(td) +#: ./doc/common/tables/neutron-vmware.xml137(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml225(td) msgid "(IntOpt) TCP Port used by Metadata server." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml144(td) +#: ./doc/common/tables/neutron-vmware.xml140(td) msgid "metadata_shared_secret =" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml145(td) +#: ./doc/common/tables/neutron-vmware.xml141(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml229(td) #: ./doc/common/tables/neutron-metadata.xml34(td) msgid "(StrOpt) Shared secret to sign instance-id request" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml148(th) +#: ./doc/common/tables/neutron-vmware.xml144(th) msgid "[NSX_SYNC]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml151(td) +#: ./doc/common/tables/neutron-vmware.xml147(td) msgid "always_read_status = False" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml152(td) +#: ./doc/common/tables/neutron-vmware.xml148(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml233(td) msgid "" "(BoolOpt) Always read operational status from backend on show operations. " "Enabling this option might slow down the system." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml155(td) +#: ./doc/common/tables/neutron-vmware.xml151(td) msgid "max_random_sync_delay = 0" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml156(td) +#: ./doc/common/tables/neutron-vmware.xml152(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml237(td) msgid "" "(IntOpt) Maximum value for the additional random delay in seconds between " "runs of the state synchronization task" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml159(td) +#: ./doc/common/tables/neutron-vmware.xml155(td) msgid "min_chunk_size = 500" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml160(td) +#: ./doc/common/tables/neutron-vmware.xml156(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml241(td) msgid "" "(IntOpt) Minimum number of resources to be retrieved from NSX during state " "synchronization" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml163(td) +#: ./doc/common/tables/neutron-vmware.xml159(td) msgid "min_sync_req_delay = 1" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml164(td) +#: ./doc/common/tables/neutron-vmware.xml160(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml245(td) msgid "" "(IntOpt) Minimum delay, in seconds, between two state synchronization " "queries to NSX. It must not exceed state_sync_interval" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml167(td) +#: ./doc/common/tables/neutron-vmware.xml163(td) msgid "state_sync_interval = 10" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml168(td) +#: ./doc/common/tables/neutron-vmware.xml164(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml249(td) msgid "" "(IntOpt) Interval in seconds between runs of the state synchronization task." " Set it to 0 to disable it" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml171(th) +#: ./doc/common/tables/neutron-vmware.xml167(th) msgid "[vcns]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml174(td) +#: ./doc/common/tables/neutron-vmware.xml170(td) msgid "datacenter_moid = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml175(td) +#: ./doc/common/tables/neutron-vmware.xml171(td) msgid "" "(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX " "Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml178(td) +#: ./doc/common/tables/neutron-vmware.xml174(td) msgid "datastore_id = None" msgstr "" +#: ./doc/common/tables/neutron-vmware.xml175(td) #: ./doc/common/tables/neutron-vmware.xml179(td) -#: ./doc/common/tables/neutron-vmware.xml183(td) msgid "" "(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX " "Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml182(td) +#: ./doc/common/tables/neutron-vmware.xml178(td) msgid "deployment_container_id = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml186(td) +#: ./doc/common/tables/neutron-vmware.xml182(td) msgid "external_network = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml187(td) +#: ./doc/common/tables/neutron-vmware.xml183(td) msgid "(StrOpt) Network ID for physical network connectivity" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml190(td) +#: ./doc/common/tables/neutron-vmware.xml186(td) msgid "manager_uri = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml191(td) +#: ./doc/common/tables/neutron-vmware.xml187(td) msgid "(StrOpt) uri for vsm" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml194(td) +#: ./doc/common/tables/neutron-vmware.xml190(td) msgid "password = default" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml195(td) +#: ./doc/common/tables/neutron-vmware.xml191(td) msgid "(StrOpt) Password for vsm" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml198(td) +#: ./doc/common/tables/neutron-vmware.xml194(td) #: ./doc/common/tables/neutron-embrane_lb.xml61(td) msgid "resource_pool_id = None" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml199(td) +#: ./doc/common/tables/neutron-vmware.xml195(td) msgid "" "(StrOpt) Optional parameter identifying the ID of resource to deploy NSX " "Edges" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml202(td) +#: ./doc/common/tables/neutron-vmware.xml198(td) msgid "task_status_check_interval = 2000" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml203(td) +#: ./doc/common/tables/neutron-vmware.xml199(td) msgid "(IntOpt) Task status check interval" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml206(td) +#: ./doc/common/tables/neutron-vmware.xml202(td) msgid "user = admin" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml207(td) +#: ./doc/common/tables/neutron-vmware.xml203(td) msgid "(StrOpt) User name for vsm" msgstr "" @@ -22585,23 +22909,12 @@ msgstr "" msgid "[assignment]" msgstr "" -#: ./doc/common/tables/keystone-assignment.xml21(td) -#: ./doc/common/tables/keystone-token.xml25(td) -msgid "cache_time = None" -msgstr "" - #: ./doc/common/tables/keystone-assignment.xml22(td) msgid "" "(IntOpt) TTL (in seconds) to cache assignment data. This has no effect " "unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-assignment.xml25(td) -#: ./doc/common/tables/keystone-revoke.xml21(td) -#: ./doc/common/tables/keystone-token.xml29(td) -msgid "caching = True" -msgstr "" - #: ./doc/common/tables/keystone-assignment.xml26(td) msgid "" "(BoolOpt) Toggle for assignment caching. This has no effect unless global " @@ -22635,9 +22948,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml21(td) #: ./doc/common/tables/neutron-zeromq.xml21(td) #: ./doc/common/tables/keystone-zeromq.xml21(td) -#: ./doc/common/tables/ceilometer-rpc.xml57(td) +#: ./doc/common/tables/ceilometer-rpc.xml45(td) #: ./doc/common/tables/glance-zmq.xml25(td) -#: ./doc/common/tables/cinder-rpc.xml201(td) +#: ./doc/common/tables/cinder-rpc.xml189(td) #: ./doc/common/tables/trove-zeromq.xml21(td) #: ./doc/common/tables/nova-rpc_all.xml169(td) msgid "rpc_zmq_bind_address = *" @@ -22647,9 +22960,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml22(td) #: ./doc/common/tables/neutron-zeromq.xml22(td) #: ./doc/common/tables/keystone-zeromq.xml22(td) -#: ./doc/common/tables/ceilometer-rpc.xml58(td) +#: ./doc/common/tables/ceilometer-rpc.xml46(td) #: ./doc/common/tables/glance-zmq.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml202(td) +#: ./doc/common/tables/cinder-rpc.xml190(td) #: ./doc/common/tables/trove-zeromq.xml22(td) #: ./doc/common/tables/nova-rpc_all.xml170(td) msgid "" @@ -22662,9 +22975,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml25(td) #: ./doc/common/tables/neutron-zeromq.xml25(td) #: ./doc/common/tables/keystone-zeromq.xml25(td) -#: ./doc/common/tables/ceilometer-rpc.xml61(td) +#: ./doc/common/tables/ceilometer-rpc.xml49(td) #: ./doc/common/tables/glance-zmq.xml29(td) -#: ./doc/common/tables/cinder-rpc.xml205(td) +#: ./doc/common/tables/cinder-rpc.xml193(td) #: ./doc/common/tables/trove-zeromq.xml25(td) #: ./doc/common/tables/nova-rpc_all.xml173(td) msgid "rpc_zmq_contexts = 1" @@ -22674,9 +22987,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml26(td) #: ./doc/common/tables/neutron-zeromq.xml26(td) #: ./doc/common/tables/keystone-zeromq.xml26(td) -#: ./doc/common/tables/ceilometer-rpc.xml62(td) +#: ./doc/common/tables/ceilometer-rpc.xml50(td) #: ./doc/common/tables/glance-zmq.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml206(td) +#: ./doc/common/tables/cinder-rpc.xml194(td) #: ./doc/common/tables/nova-rpc_all.xml174(td) msgid "(IntOpt) Number of ZeroMQ contexts, defaults to 1." msgstr "" @@ -22685,20 +22998,21 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml29(td) #: ./doc/common/tables/neutron-zeromq.xml29(td) #: ./doc/common/tables/keystone-zeromq.xml29(td) -#: ./doc/common/tables/ceilometer-rpc.xml65(td) +#: ./doc/common/tables/ceilometer-rpc.xml53(td) #: ./doc/common/tables/glance-zmq.xml33(td) +#: ./doc/common/tables/cinder-rpc.xml197(td) #: ./doc/common/tables/trove-zeromq.xml29(td) #: ./doc/common/tables/nova-rpc_all.xml177(td) -msgid "rpc_zmq_host = oslo" +msgid "rpc_zmq_host = localhost" msgstr "" #: ./doc/common/tables/nova-zeromq.xml30(td) #: ./doc/common/tables/heat-zeromq.xml30(td) #: ./doc/common/tables/neutron-zeromq.xml30(td) #: ./doc/common/tables/keystone-zeromq.xml30(td) -#: ./doc/common/tables/ceilometer-rpc.xml66(td) +#: ./doc/common/tables/ceilometer-rpc.xml54(td) #: ./doc/common/tables/glance-zmq.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml210(td) +#: ./doc/common/tables/cinder-rpc.xml198(td) #: ./doc/common/tables/trove-zeromq.xml30(td) #: ./doc/common/tables/nova-rpc_all.xml178(td) msgid "" @@ -22710,9 +23024,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml33(td) #: ./doc/common/tables/neutron-zeromq.xml33(td) #: ./doc/common/tables/keystone-zeromq.xml33(td) -#: ./doc/common/tables/ceilometer-rpc.xml69(td) +#: ./doc/common/tables/ceilometer-rpc.xml57(td) #: ./doc/common/tables/glance-zmq.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml213(td) +#: ./doc/common/tables/cinder-rpc.xml201(td) #: ./doc/common/tables/trove-zeromq.xml33(td) #: ./doc/common/tables/nova-rpc_all.xml181(td) msgid "rpc_zmq_ipc_dir = /var/run/openstack" @@ -22722,9 +23036,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml34(td) #: ./doc/common/tables/neutron-zeromq.xml34(td) #: ./doc/common/tables/keystone-zeromq.xml34(td) -#: ./doc/common/tables/ceilometer-rpc.xml70(td) +#: ./doc/common/tables/ceilometer-rpc.xml58(td) #: ./doc/common/tables/glance-zmq.xml38(td) -#: ./doc/common/tables/cinder-rpc.xml214(td) +#: ./doc/common/tables/cinder-rpc.xml202(td) #: ./doc/common/tables/nova-rpc_all.xml182(td) msgid "(StrOpt) Directory for holding IPC sockets." msgstr "" @@ -22733,9 +23047,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml37(td) #: ./doc/common/tables/neutron-zeromq.xml37(td) #: ./doc/common/tables/keystone-zeromq.xml37(td) -#: ./doc/common/tables/ceilometer-rpc.xml73(td) +#: ./doc/common/tables/ceilometer-rpc.xml61(td) #: ./doc/common/tables/glance-zmq.xml41(td) -#: ./doc/common/tables/cinder-rpc.xml217(td) +#: ./doc/common/tables/cinder-rpc.xml205(td) #: ./doc/common/tables/nova-rpc_all.xml185(td) msgid "" "rpc_zmq_matchmaker = oslo.messaging._drivers.matchmaker.MatchMakerLocalhost" @@ -22745,9 +23059,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml38(td) #: ./doc/common/tables/neutron-zeromq.xml38(td) #: ./doc/common/tables/keystone-zeromq.xml38(td) -#: ./doc/common/tables/ceilometer-rpc.xml74(td) +#: ./doc/common/tables/ceilometer-rpc.xml62(td) #: ./doc/common/tables/glance-zmq.xml42(td) -#: ./doc/common/tables/cinder-rpc.xml218(td) +#: ./doc/common/tables/cinder-rpc.xml206(td) #: ./doc/common/tables/nova-rpc_all.xml186(td) msgid "(StrOpt) MatchMaker driver." msgstr "" @@ -22756,9 +23070,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml41(td) #: ./doc/common/tables/neutron-zeromq.xml41(td) #: ./doc/common/tables/keystone-zeromq.xml41(td) -#: ./doc/common/tables/ceilometer-rpc.xml77(td) +#: ./doc/common/tables/ceilometer-rpc.xml65(td) #: ./doc/common/tables/glance-zmq.xml45(td) -#: ./doc/common/tables/cinder-rpc.xml221(td) +#: ./doc/common/tables/cinder-rpc.xml209(td) #: ./doc/common/tables/trove-zeromq.xml41(td) #: ./doc/common/tables/nova-rpc_all.xml189(td) msgid "rpc_zmq_port = 9501" @@ -22768,9 +23082,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml42(td) #: ./doc/common/tables/neutron-zeromq.xml42(td) #: ./doc/common/tables/keystone-zeromq.xml42(td) -#: ./doc/common/tables/ceilometer-rpc.xml78(td) +#: ./doc/common/tables/ceilometer-rpc.xml66(td) #: ./doc/common/tables/glance-zmq.xml46(td) -#: ./doc/common/tables/cinder-rpc.xml222(td) +#: ./doc/common/tables/cinder-rpc.xml210(td) #: ./doc/common/tables/nova-rpc_all.xml190(td) msgid "(IntOpt) ZeroMQ receiver listening port." msgstr "" @@ -22779,9 +23093,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml45(td) #: ./doc/common/tables/neutron-zeromq.xml45(td) #: ./doc/common/tables/keystone-zeromq.xml45(td) -#: ./doc/common/tables/ceilometer-rpc.xml81(td) +#: ./doc/common/tables/ceilometer-rpc.xml69(td) #: ./doc/common/tables/glance-zmq.xml49(td) -#: ./doc/common/tables/cinder-rpc.xml225(td) +#: ./doc/common/tables/cinder-rpc.xml213(td) #: ./doc/common/tables/trove-zeromq.xml45(td) #: ./doc/common/tables/nova-rpc_all.xml193(td) msgid "rpc_zmq_topic_backlog = None" @@ -22791,9 +23105,9 @@ msgstr "" #: ./doc/common/tables/heat-zeromq.xml46(td) #: ./doc/common/tables/neutron-zeromq.xml46(td) #: ./doc/common/tables/keystone-zeromq.xml46(td) -#: ./doc/common/tables/ceilometer-rpc.xml82(td) +#: ./doc/common/tables/ceilometer-rpc.xml70(td) #: ./doc/common/tables/glance-zmq.xml50(td) -#: ./doc/common/tables/cinder-rpc.xml226(td) +#: ./doc/common/tables/cinder-rpc.xml214(td) #: ./doc/common/tables/trove-zeromq.xml46(td) #: ./doc/common/tables/nova-rpc_all.xml194(td) msgid "" @@ -22886,50 +23200,61 @@ msgid "(StrOpt) Prefix for iSCSI volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml57(td) -msgid "iser_helper = tgtadm" +msgid "iscsi_write_cache = on" msgstr "" #: ./doc/common/tables/cinder-storage.xml58(td) -msgid "(StrOpt) The name of the iSER target user-land tool to use" +msgid "" +"(StrOpt) Sets the behavior of the iSCSI target to either perform write-" +"back(on) or write-through(off). This parameter is valid if iscsi_helper is " +"set to tgtadm or iseradm." msgstr "" #: ./doc/common/tables/cinder-storage.xml61(td) -msgid "iser_ip_address = $my_ip" +msgid "iser_helper = tgtadm" msgstr "" #: ./doc/common/tables/cinder-storage.xml62(td) -msgid "(StrOpt) The IP address that the iSER daemon is listening on" +msgid "(StrOpt) The name of the iSER target user-land tool to use" msgstr "" #: ./doc/common/tables/cinder-storage.xml65(td) -msgid "iser_num_targets = 100" +msgid "iser_ip_address = $my_ip" msgstr "" #: ./doc/common/tables/cinder-storage.xml66(td) -msgid "(IntOpt) The maximum number of iSER target IDs per host" +msgid "(StrOpt) The IP address that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml69(td) -msgid "iser_port = 3260" +msgid "iser_num_targets = 100" msgstr "" #: ./doc/common/tables/cinder-storage.xml70(td) -msgid "(IntOpt) The port that the iSER daemon is listening on" +msgid "(IntOpt) The maximum number of iSER target IDs per host" msgstr "" #: ./doc/common/tables/cinder-storage.xml73(td) -msgid "iser_target_prefix = iqn.2010-10.org.iser.openstack:" +msgid "iser_port = 3260" msgstr "" #: ./doc/common/tables/cinder-storage.xml74(td) -msgid "(StrOpt) Prefix for iSER volumes" +msgid "(IntOpt) The port that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml77(td) -msgid "max_gigabytes = 10000" +msgid "iser_target_prefix = iqn.2010-10.org.iser.openstack:" msgstr "" #: ./doc/common/tables/cinder-storage.xml78(td) +msgid "(StrOpt) Prefix for iSER volumes" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml81(td) +msgid "max_gigabytes = 10000" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml82(td) msgid "" "(IntOpt) This configure option has been deprecated along with the " "SimpleScheduler. New scheduler is able to gather capacity information for " @@ -22937,47 +23262,47 @@ msgid "" "no longer needed. It's safe to remove this configure from cinder.conf." msgstr "" -#: ./doc/common/tables/cinder-storage.xml81(td) +#: ./doc/common/tables/cinder-storage.xml85(td) msgid "migration_create_volume_timeout_secs = 300" msgstr "" -#: ./doc/common/tables/cinder-storage.xml82(td) +#: ./doc/common/tables/cinder-storage.xml86(td) msgid "" "(IntOpt) Timeout for creating the volume to migrate to when performing " "volume migration (seconds)" msgstr "" -#: ./doc/common/tables/cinder-storage.xml85(td) +#: ./doc/common/tables/cinder-storage.xml89(td) msgid "num_iser_scan_tries = 3" msgstr "" -#: ./doc/common/tables/cinder-storage.xml86(td) +#: ./doc/common/tables/cinder-storage.xml90(td) msgid "" "(IntOpt) The maximum number of times to rescan iSER targetto find volume" msgstr "" -#: ./doc/common/tables/cinder-storage.xml89(td) +#: ./doc/common/tables/cinder-storage.xml93(td) msgid "num_volume_device_scan_tries = 3" msgstr "" -#: ./doc/common/tables/cinder-storage.xml90(td) +#: ./doc/common/tables/cinder-storage.xml94(td) msgid "(IntOpt) The maximum number of times to rescan targets to find volume" msgstr "" -#: ./doc/common/tables/cinder-storage.xml93(td) +#: ./doc/common/tables/cinder-storage.xml97(td) msgid "volume_backend_name = None" msgstr "" -#: ./doc/common/tables/cinder-storage.xml94(td) +#: ./doc/common/tables/cinder-storage.xml98(td) msgid "(StrOpt) The backend name for a given driver implementation" msgstr "" -#: ./doc/common/tables/cinder-storage.xml97(td) +#: ./doc/common/tables/cinder-storage.xml101(td) #: ./doc/common/tables/nova-libvirt.xml84(td) msgid "volume_clear = zero" msgstr "" -#: ./doc/common/tables/cinder-storage.xml98(td) +#: ./doc/common/tables/cinder-storage.xml102(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml325(td) #: ./doc/common/tables/nova-libvirt.xml85(td) msgid "" @@ -22985,12 +23310,12 @@ msgid "" "shred)" msgstr "" -#: ./doc/common/tables/cinder-storage.xml101(td) +#: ./doc/common/tables/cinder-storage.xml105(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml212(td) msgid "volume_clear_ionice = None" msgstr "" -#: ./doc/common/tables/cinder-storage.xml102(td) +#: ./doc/common/tables/cinder-storage.xml106(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml213(td) msgid "" "(StrOpt) The flag to pass to ionice to alter the i/o priority of the process" @@ -22998,82 +23323,82 @@ msgid "" "priority." msgstr "" -#: ./doc/common/tables/cinder-storage.xml105(td) +#: ./doc/common/tables/cinder-storage.xml109(td) #: ./doc/common/tables/nova-libvirt.xml88(td) msgid "volume_clear_size = 0" msgstr "" -#: ./doc/common/tables/cinder-storage.xml106(td) +#: ./doc/common/tables/cinder-storage.xml110(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml329(td) #: ./doc/common/tables/nova-libvirt.xml89(td) msgid "(IntOpt) Size in MiB to wipe at start of old volumes. 0 => all" msgstr "" -#: ./doc/common/tables/cinder-storage.xml109(td) -msgid "volume_copy_blkio_cgroup_name = cinder-volume-copy" -msgstr "" - -#: ./doc/common/tables/cinder-storage.xml110(td) -msgid "" -"(StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy" -msgstr "" - #: ./doc/common/tables/cinder-storage.xml113(td) -msgid "volume_copy_bps_limit = 0" +msgid "volume_copy_blkio_cgroup_name = cinder-volume-copy" msgstr "" #: ./doc/common/tables/cinder-storage.xml114(td) msgid "" -"(IntOpt) The upper limit of bandwidth of volume copy. 0 => unlimited" +"(StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy" msgstr "" #: ./doc/common/tables/cinder-storage.xml117(td) -msgid "volume_dd_blocksize = 1M" +msgid "volume_copy_bps_limit = 0" msgstr "" #: ./doc/common/tables/cinder-storage.xml118(td) -msgid "(StrOpt) The default block size used when copying/clearing volumes" +msgid "" +"(IntOpt) The upper limit of bandwidth of volume copy. 0 => unlimited" msgstr "" #: ./doc/common/tables/cinder-storage.xml121(td) -msgid "volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver" +msgid "volume_dd_blocksize = 1M" msgstr "" #: ./doc/common/tables/cinder-storage.xml122(td) -msgid "(StrOpt) Driver to use for volume creation" +msgid "(StrOpt) The default block size used when copying/clearing volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml125(td) -msgid "volume_manager = cinder.volume.manager.VolumeManager" +msgid "volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver" msgstr "" #: ./doc/common/tables/cinder-storage.xml126(td) -msgid "(StrOpt) Full class name for the Manager for volume" +msgid "(StrOpt) Driver to use for volume creation" msgstr "" #: ./doc/common/tables/cinder-storage.xml129(td) -msgid "volume_service_inithost_offload = False" +msgid "volume_manager = cinder.volume.manager.VolumeManager" msgstr "" #: ./doc/common/tables/cinder-storage.xml130(td) -msgid "(BoolOpt) Offload pending volume delete during volume service startup" +msgid "(StrOpt) Full class name for the Manager for volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml133(td) -msgid "volume_usage_audit_period = month" +msgid "volume_service_inithost_offload = False" msgstr "" #: ./doc/common/tables/cinder-storage.xml134(td) +msgid "(BoolOpt) Offload pending volume delete during volume service startup" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml137(td) +msgid "volume_usage_audit_period = month" +msgstr "" + +#: ./doc/common/tables/cinder-storage.xml138(td) msgid "" "(StrOpt) Time period for which to generate volume usages. The options are " "hour, day, month, or year." msgstr "" -#: ./doc/common/tables/cinder-storage.xml137(td) +#: ./doc/common/tables/cinder-storage.xml141(td) msgid "volumes_dir = $state_path/volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml138(td) +#: ./doc/common/tables/cinder-storage.xml142(td) msgid "(StrOpt) Volume configuration file storage directory" msgstr "" @@ -23086,7 +23411,7 @@ msgid "(StrOpt) The administrators password." msgstr "" #: ./doc/common/tables/glance-registry.xml25(td) -#: ./doc/common/tables/nova-neutron.xml48(td) +#: ./doc/common/tables/nova-neutron.xml40(td) #: ./doc/common/tables/neutron-common.xml25(td) #: ./doc/common/tables/neutron-common.xml195(td) msgid "admin_tenant_name = None" @@ -23101,7 +23426,7 @@ msgid "(StrOpt) The administrators user name." msgstr "" #: ./doc/common/tables/glance-registry.xml33(td) -#: ./doc/common/tables/neutron-common.xml53(td) +#: ./doc/common/tables/neutron-common.xml49(td) #: ./doc/common/tables/neutron-common.xml203(td) msgid "auth_region = None" msgstr "" @@ -23115,7 +23440,7 @@ msgid "(StrOpt) The strategy to use for authentication." msgstr "" #: ./doc/common/tables/glance-registry.xml41(td) -#: ./doc/common/tables/neutron-common.xml61(td) +#: ./doc/common/tables/neutron-common.xml57(td) #: ./doc/common/tables/neutron-common.xml211(td) msgid "auth_url = None" msgstr "" @@ -23346,6 +23671,44 @@ msgstr "" msgid "(IntOpt) Maximum raw byte size of any template." msgstr "" +#: ./doc/common/tables/trove-network.xml7(caption) +#: ./doc/common/tables/nova-network.xml7(caption) +msgid "Description of configuration options for network" +msgstr "" + +#: ./doc/common/tables/trove-network.xml21(td) +msgid "network_driver = trove.network.nova.NovaNetwork" +msgstr "" + +#: ./doc/common/tables/trove-network.xml22(td) +msgid "" +"(StrOpt) Describes the actual network manager used for the management of " +"network attributes (security groups, floating IPs, etc.)" +msgstr "" + +#: ./doc/common/tables/trove-network.xml25(td) +msgid "neutron_service_type = network" +msgstr "" + +#: ./doc/common/tables/trove-network.xml26(td) +#: ./doc/common/tables/trove-volume.xml26(td) +#: ./doc/common/tables/trove-heat.xml22(td) +#: ./doc/common/tables/trove-compute.xml26(td) +#: ./doc/common/tables/trove-swift.xml22(td) +msgid "(StrOpt) Service type to use when searching catalog." +msgstr "" + +#: ./doc/common/tables/trove-network.xml29(td) +msgid "neutron_url = None" +msgstr "" + +#: ./doc/common/tables/trove-network.xml30(td) +#: ./doc/common/tables/trove-volume.xml30(td) +#: ./doc/common/tables/trove-heat.xml30(td) +#: ./doc/common/tables/trove-compute.xml30(td) +msgid "(StrOpt) URL without the tenant segment." +msgstr "" + #: ./doc/common/tables/ceilometer-nova_import.xml7(caption) msgid "Description of configuration options for nova_import" msgstr "" @@ -23428,7 +23791,7 @@ msgid "use = egg:swift#healthcheck" msgstr "" #: ./doc/common/tables/nova-common.xml21(td) -msgid "bindir = /usr/local/local/bin" +msgid "bindir = /usr/local/bin" msgstr "" #: ./doc/common/tables/nova-common.xml22(td) @@ -23459,14 +23822,6 @@ msgstr "" msgid "(StrOpt) The topic console auth proxy nodes listen on" msgstr "" -#: ./doc/common/tables/nova-common.xml38(td) -#: ./doc/common/tables/cinder-common.xml42(td) -#: ./doc/common/tables/glance-common.xml46(td) -#: ./doc/common/tables/neutron-common.xml122(td) -#: ./doc/common/tables/trove-debug.xml34(td) -msgid "(BoolOpt) Whether to disable inter-process locks" -msgstr "" - #: ./doc/common/tables/nova-common.xml42(td) msgid "" "(StrOpt) Name of this node. This can be an opaque identifier. It is not " @@ -23489,7 +23844,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml50(td) #: ./doc/common/tables/keystone-amqp.xml38(td) #: ./doc/common/tables/glance-amqp.xml30(td) -#: ./doc/common/tables/cinder-rpc.xml74(td) +#: ./doc/common/tables/cinder-rpc.xml70(td) #: ./doc/common/tables/neutron-notifier.xml22(td) #: ./doc/common/tables/ceilometer-amqp.xml30(td) msgid "(MultiStrOpt) Driver or drivers to handle sending notifications." @@ -23499,7 +23854,7 @@ msgstr "" #: ./doc/common/tables/heat-amqp.xml54(td) #: ./doc/common/tables/keystone-amqp.xml42(td) #: ./doc/common/tables/glance-amqp.xml34(td) -#: ./doc/common/tables/cinder-rpc.xml78(td) +#: ./doc/common/tables/cinder-rpc.xml74(td) #: ./doc/common/tables/neutron-notifier.xml26(td) #: ./doc/common/tables/ceilometer-amqp.xml34(td) msgid "(ListOpt) AMQP topic used for OpenStack notifications." @@ -23527,57 +23882,57 @@ msgid "" "notifications on VM and task state changes." msgstr "" -#: ./doc/common/tables/nova-common.xml77(td) -msgid "pybasedir = /usr/lib/python/site-packages/sources/nova" +#: ./doc/common/tables/nova-common.xml73(td) +msgid "pybasedir = /usr/lib/python/site-packages/nova" msgstr "" -#: ./doc/common/tables/nova-common.xml78(td) +#: ./doc/common/tables/nova-common.xml74(td) msgid "(StrOpt) Directory where the nova python module is installed" msgstr "" -#: ./doc/common/tables/nova-common.xml81(td) +#: ./doc/common/tables/nova-common.xml77(td) #: ./doc/common/tables/cinder-common.xml145(td) #: ./doc/common/tables/trove-rpc.xml45(td) msgid "report_interval = 10" msgstr "" -#: ./doc/common/tables/nova-common.xml82(td) +#: ./doc/common/tables/nova-common.xml78(td) msgid "(IntOpt) Seconds between nodes reporting state to datastore" msgstr "" -#: ./doc/common/tables/nova-common.xml85(td) +#: ./doc/common/tables/nova-common.xml81(td) msgid "rootwrap_config = /etc/nova/rootwrap.conf" msgstr "" -#: ./doc/common/tables/nova-common.xml86(td) +#: ./doc/common/tables/nova-common.xml82(td) #: ./doc/common/tables/cinder-common.xml154(td) msgid "" "(StrOpt) Path to the rootwrap configuration file to use for running commands" " as root" msgstr "" -#: ./doc/common/tables/nova-common.xml89(td) +#: ./doc/common/tables/nova-common.xml85(td) #: ./doc/common/tables/cinder-common.xml161(td) msgid "service_down_time = 60" msgstr "" -#: ./doc/common/tables/nova-common.xml90(td) +#: ./doc/common/tables/nova-common.xml86(td) msgid "(IntOpt) Maximum time since last check-in for up service" msgstr "" -#: ./doc/common/tables/nova-common.xml93(td) +#: ./doc/common/tables/nova-common.xml89(td) msgid "state_path = $pybasedir" msgstr "" -#: ./doc/common/tables/nova-common.xml94(td) +#: ./doc/common/tables/nova-common.xml90(td) msgid "(StrOpt) Top-level directory for maintaining nova's state" msgstr "" -#: ./doc/common/tables/nova-common.xml97(td) +#: ./doc/common/tables/nova-common.xml93(td) msgid "tempdir = None" msgstr "" -#: ./doc/common/tables/nova-common.xml98(td) +#: ./doc/common/tables/nova-common.xml94(td) msgid "(StrOpt) Explicitly specify the temporary working directory" msgstr "" @@ -23616,7 +23971,7 @@ msgid "Prefix to use when automatically creating accounts" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml32(td) -msgid "client_chunk_size = 8192" +msgid "client_chunk_size = 65536" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml33(td) @@ -23719,7 +24074,7 @@ msgid "Request timeout to external services" msgstr "外部サービスへのリクエストのタイムアウト" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml72(td) -msgid "object_chunk_size = 8192" +msgid "object_chunk_size = 65536" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml73(td) @@ -23833,257 +24188,275 @@ msgid "Description of configuration options for volumes" msgstr "" #: ./doc/common/tables/nova-volumes.xml21(td) -#: ./doc/common/tables/glance-cinder.xml21(td) -msgid "cinder_api_insecure = False" +msgid "block_device_allocate_retries = 60" msgstr "" #: ./doc/common/tables/nova-volumes.xml22(td) -msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" +msgid "(IntOpt) Number of times to retry block device allocation on failures" msgstr "" #: ./doc/common/tables/nova-volumes.xml25(td) -#: ./doc/common/tables/glance-cinder.xml25(td) -msgid "cinder_ca_certificates_file = None" +msgid "block_device_allocate_retries_interval = 3" msgstr "" #: ./doc/common/tables/nova-volumes.xml26(td) msgid "" -"(StrOpt) Location of ca certificates file to use for cinder client requests." +"(IntOpt) Waiting time interval (seconds) between block device allocation " +"retries on failures" msgstr "" #: ./doc/common/tables/nova-volumes.xml29(td) +#: ./doc/common/tables/glance-cinder.xml21(td) +msgid "cinder_api_insecure = False" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml30(td) +msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml33(td) +#: ./doc/common/tables/glance-cinder.xml25(td) +msgid "cinder_ca_certificates_file = None" +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml34(td) +msgid "" +"(StrOpt) Location of ca certificates file to use for cinder client requests." +msgstr "" + +#: ./doc/common/tables/nova-volumes.xml37(td) #: ./doc/common/tables/glance-cinder.xml29(td) msgid "cinder_catalog_info = volume:cinder:publicURL" msgstr "" -#: ./doc/common/tables/nova-volumes.xml30(td) +#: ./doc/common/tables/nova-volumes.xml38(td) msgid "" "(StrOpt) Info to match when looking for cinder in the service catalog. " "Format is: separated values of the form: " "<service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/nova-volumes.xml33(td) +#: ./doc/common/tables/nova-volumes.xml41(td) msgid "cinder_cross_az_attach = True" msgstr "" -#: ./doc/common/tables/nova-volumes.xml34(td) +#: ./doc/common/tables/nova-volumes.xml42(td) msgid "" "(BoolOpt) Allow attach between instance and volume in different availability" " zones." msgstr "" -#: ./doc/common/tables/nova-volumes.xml37(td) +#: ./doc/common/tables/nova-volumes.xml45(td) #: ./doc/common/tables/glance-cinder.xml33(td) msgid "cinder_endpoint_template = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml38(td) +#: ./doc/common/tables/nova-volumes.xml46(td) msgid "" "(StrOpt) Override service catalog lookup with template for cinder endpoint " "e.g. http://localhost:8776/v1/%(project_id)s" msgstr "" -#: ./doc/common/tables/nova-volumes.xml41(td) +#: ./doc/common/tables/nova-volumes.xml49(td) #: ./doc/common/tables/glance-cinder.xml37(td) msgid "cinder_http_retries = 3" msgstr "" -#: ./doc/common/tables/nova-volumes.xml42(td) +#: ./doc/common/tables/nova-volumes.xml50(td) msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" -#: ./doc/common/tables/nova-volumes.xml45(td) +#: ./doc/common/tables/nova-volumes.xml53(td) msgid "cinder_http_timeout = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml46(td) +#: ./doc/common/tables/nova-volumes.xml54(td) msgid "(IntOpt) HTTP inactivity timeout (in seconds)" msgstr "" -#: ./doc/common/tables/nova-volumes.xml50(td) +#: ./doc/common/tables/nova-volumes.xml58(td) #: ./doc/common/tables/cinder-compute.xml46(td) msgid "(StrOpt) Region name of this node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml53(td) +#: ./doc/common/tables/nova-volumes.xml61(td) msgid "volume_api_class = nova.volume.cinder.API" msgstr "" -#: ./doc/common/tables/nova-volumes.xml54(td) +#: ./doc/common/tables/nova-volumes.xml62(td) #: ./doc/common/tables/cinder-api.xml90(td) msgid "(StrOpt) The full class name of the volume API class to use" msgstr "" -#: ./doc/common/tables/nova-volumes.xml57(td) +#: ./doc/common/tables/nova-volumes.xml65(td) msgid "volume_usage_poll_interval = 0" msgstr "" -#: ./doc/common/tables/nova-volumes.xml58(td) +#: ./doc/common/tables/nova-volumes.xml66(td) msgid "(IntOpt) Interval in seconds for gathering volume usages" msgstr "" -#: ./doc/common/tables/nova-volumes.xml61(th) +#: ./doc/common/tables/nova-volumes.xml69(th) #: ./doc/common/tables/nova-baremetal.xml18(th) #: ./doc/common/tables/nova-tilera.xml18(th) msgid "[baremetal]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml64(td) +#: ./doc/common/tables/nova-volumes.xml72(td) msgid "iscsi_iqn_prefix = iqn.2010-10.org.openstack.baremetal" msgstr "" -#: ./doc/common/tables/nova-volumes.xml65(td) +#: ./doc/common/tables/nova-volumes.xml73(td) msgid "(StrOpt) The iSCSI IQN prefix used in baremetal volume connections." msgstr "" -#: ./doc/common/tables/nova-volumes.xml68(td) +#: ./doc/common/tables/nova-volumes.xml76(td) msgid "volume_driver = nova.virt.baremetal.volume_driver.LibvirtVolumeDriver" msgstr "" -#: ./doc/common/tables/nova-volumes.xml69(td) +#: ./doc/common/tables/nova-volumes.xml77(td) msgid "(StrOpt) Baremetal volume driver." msgstr "" -#: ./doc/common/tables/nova-volumes.xml72(th) +#: ./doc/common/tables/nova-volumes.xml80(th) #: ./doc/common/tables/neutron-hyperv_agent.xml52(th) #: ./doc/common/tables/nova-hyperv.xml18(th) #: ./doc/common/tables/nova-configdrive.xml41(th) msgid "[hyperv]" msgstr "[hyperv]" -#: ./doc/common/tables/nova-volumes.xml75(td) +#: ./doc/common/tables/nova-volumes.xml83(td) msgid "force_volumeutils_v1 = False" msgstr "" -#: ./doc/common/tables/nova-volumes.xml76(td) +#: ./doc/common/tables/nova-volumes.xml84(td) msgid "(BoolOpt) Force V1 volume utility class" msgstr "" -#: ./doc/common/tables/nova-volumes.xml79(td) +#: ./doc/common/tables/nova-volumes.xml87(td) msgid "volume_attach_retry_count = 10" msgstr "" -#: ./doc/common/tables/nova-volumes.xml80(td) +#: ./doc/common/tables/nova-volumes.xml88(td) msgid "(IntOpt) The number of times to retry to attach a volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml83(td) +#: ./doc/common/tables/nova-volumes.xml91(td) msgid "volume_attach_retry_interval = 5" msgstr "" -#: ./doc/common/tables/nova-volumes.xml84(td) +#: ./doc/common/tables/nova-volumes.xml92(td) msgid "(IntOpt) Interval between volume attachment attempts, in seconds" msgstr "" -#: ./doc/common/tables/nova-volumes.xml90(td) +#: ./doc/common/tables/nova-volumes.xml98(td) #: ./doc/common/tables/cinder-storage_glusterfs.xml21(td) msgid "glusterfs_mount_point_base = $state_path/mnt" msgstr "" -#: ./doc/common/tables/nova-volumes.xml91(td) +#: ./doc/common/tables/nova-volumes.xml99(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml173(td) msgid "" "(StrOpt) Directory where the glusterfs volume is mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml94(td) +#: ./doc/common/tables/nova-volumes.xml102(td) #: ./doc/common/tables/cinder-storage_nfs.xml21(td) msgid "nfs_mount_options = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml95(td) +#: ./doc/common/tables/nova-volumes.xml103(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml229(td) msgid "" "(StrOpt) Mount options passedf to the NFS client. See section of the nfs man" " page for details" msgstr "" -#: ./doc/common/tables/nova-volumes.xml98(td) +#: ./doc/common/tables/nova-volumes.xml106(td) #: ./doc/common/tables/cinder-storage_nfs.xml25(td) msgid "nfs_mount_point_base = $state_path/mnt" msgstr "" -#: ./doc/common/tables/nova-volumes.xml99(td) +#: ./doc/common/tables/nova-volumes.xml107(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml233(td) msgid "(StrOpt) Directory where the NFS volume is mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml102(td) +#: ./doc/common/tables/nova-volumes.xml110(td) msgid "num_aoe_discover_tries = 3" msgstr "" -#: ./doc/common/tables/nova-volumes.xml103(td) +#: ./doc/common/tables/nova-volumes.xml111(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml237(td) msgid "(IntOpt) Number of times to rediscover AoE target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml106(td) +#: ./doc/common/tables/nova-volumes.xml114(td) msgid "num_iscsi_scan_tries = 5" msgstr "" -#: ./doc/common/tables/nova-volumes.xml107(td) +#: ./doc/common/tables/nova-volumes.xml115(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml241(td) msgid "(IntOpt) Number of times to rescan iSCSI target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml110(td) +#: ./doc/common/tables/nova-volumes.xml118(td) msgid "num_iser_scan_tries = 5" msgstr "" -#: ./doc/common/tables/nova-volumes.xml111(td) +#: ./doc/common/tables/nova-volumes.xml119(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml245(td) msgid "(IntOpt) Number of times to rescan iSER target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml114(td) +#: ./doc/common/tables/nova-volumes.xml122(td) msgid "qemu_allowed_storage_drivers =" msgstr "" -#: ./doc/common/tables/nova-volumes.xml115(td) +#: ./doc/common/tables/nova-volumes.xml123(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml249(td) msgid "" "(ListOpt) Protocols listed here will be accessed directly from QEMU. " "Currently supported protocols: [gluster]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml119(td) +#: ./doc/common/tables/nova-volumes.xml127(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml253(td) msgid "(StrOpt) The libvirt UUID of the secret for the rbd_uservolumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml123(td) +#: ./doc/common/tables/nova-volumes.xml131(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml257(td) msgid "(StrOpt) The RADOS client name for accessing rbd volumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml126(td) +#: ./doc/common/tables/nova-volumes.xml134(td) #: ./doc/common/tables/cinder-scality.xml21(td) msgid "scality_sofs_config = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml127(td) +#: ./doc/common/tables/nova-volumes.xml135(td) #: ./doc/common/tables/cinder-scality.xml22(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml285(td) msgid "(StrOpt) Path or URL to Scality SOFS configuration file" msgstr "" -#: ./doc/common/tables/nova-volumes.xml130(td) +#: ./doc/common/tables/nova-volumes.xml138(td) #: ./doc/common/tables/cinder-scality.xml25(td) msgid "scality_sofs_mount_point = $state_path/scality" msgstr "" -#: ./doc/common/tables/nova-volumes.xml131(td) +#: ./doc/common/tables/nova-volumes.xml139(td) #: ./doc/common/tables/cinder-scality.xml26(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml289(td) msgid "(StrOpt) Base dir where Scality SOFS shall be mounted" msgstr "" -#: ./doc/common/tables/nova-volumes.xml137(td) +#: ./doc/common/tables/nova-volumes.xml145(td) msgid "block_device_creation_timeout = 10" msgstr "" -#: ./doc/common/tables/nova-volumes.xml138(td) +#: ./doc/common/tables/nova-volumes.xml146(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml385(td) msgid "(IntOpt) Time to wait for a block device to be created" msgstr "" @@ -24100,10 +24473,32 @@ msgstr "" msgid "[mysql]" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml41(td) +#: ./doc/common/tables/trove-db_mysql.xml53(td) msgid "usage_timeout = 400" msgstr "" +#: ./doc/common/tables/neutron-dvr.xml7(caption) +msgid "Description of configuration options for dvr" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml21(td) +msgid "dvr_base_mac = fa:16:3f:00:00:00" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml22(td) +msgid "(StrOpt) The base mac address used for unique DVR instances by Neutron" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml25(td) +msgid "router_distributed = False" +msgstr "" + +#: ./doc/common/tables/neutron-dvr.xml26(td) +msgid "" +"(BoolOpt) System-wide flag to determine the type of router that tenants can " +"create. Only admin can override." +msgstr "" + #: ./doc/common/tables/heat-amqp.xml45(td) msgid "list_notifier_drivers = None" msgstr "" @@ -24270,70 +24665,84 @@ msgid "" "writing to the root device" msgstr "不注意によりルートデバイスに書き込むことを防ぐために、デバイスがマウントされているかを確認するかどうか" -#: ./doc/common/tables/glance-rabbitmq.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml34(td) -msgid "" -"(StrOpt) The default exchange under which topics are scoped. May be " -"overridden by an exchange name specified in the transport_url option." -msgstr "" - -#: ./doc/common/tables/glance-rabbitmq.xml26(td) -#: ./doc/common/tables/cinder-rpc.xml42(td) -msgid "(BoolOpt) If passed, use a fake RabbitMQ provider." -msgstr "" - #: ./doc/common/tables/neutron-l3_agent.xml7(caption) msgid "Description of configuration options for l3_agent" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml21(td) -msgid "enable_metadata_proxy = True" +msgid "agent_mode = legacy" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml22(td) -msgid "(BoolOpt) Allow running metadata proxy." +msgid "" +"(StrOpt) The working mode for the agent. Allowed modes are: 'legacy' - this " +"preserves the existing behavior where the L3 agent is deployed on a " +"centralized networking node to provide L3 services like DNAT, and SNAT. Use " +"this mode if you do not want to adopt DVR. 'dvr' - this mode enables DVR " +"functionality and must be used for an L3 agent that runs on a compute host. " +"'dvr_snat' - this enables centralized SNAT support in conjunction with DVR. " +"This mode must be used for an L3 agent running on a centralized node (or in " +"single-host deployments, e.g. devstack)" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml25(td) -msgid "external_network_bridge = br-ex" +msgid "allow_automatic_l3agent_failover = False" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml26(td) -msgid "(StrOpt) Name of bridge used for external network traffic." +msgid "" +"(BoolOpt) Automatically reschedule routers from offline L3 agents to online " +"L3 agents." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml29(td) -msgid "gateway_external_network_id =" +msgid "enable_metadata_proxy = True" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml30(td) +msgid "(BoolOpt) Allow running metadata proxy." +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml33(td) +msgid "external_network_bridge = br-ex" +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml34(td) +msgid "(StrOpt) Name of bridge used for external network traffic." +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml37(td) +msgid "gateway_external_network_id =" +msgstr "" + +#: ./doc/common/tables/neutron-l3_agent.xml38(td) msgid "" "(StrOpt) UUID of external network for routers implemented by the agents." msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml33(td) +#: ./doc/common/tables/neutron-l3_agent.xml41(td) msgid "handle_internal_only_routers = True" msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml34(td) +#: ./doc/common/tables/neutron-l3_agent.xml42(td) msgid "(BoolOpt) Agent should implement routers with no gateway" msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml37(td) +#: ./doc/common/tables/neutron-l3_agent.xml45(td) msgid "router_id =" msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml38(td) +#: ./doc/common/tables/neutron-l3_agent.xml46(td) msgid "" "(StrOpt) If namespaces is disabled, the l3 agent can only configure a router" " that has the matching router ID." msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml41(td) +#: ./doc/common/tables/neutron-l3_agent.xml49(td) msgid "send_arp_for_ha = 3" msgstr "" -#: ./doc/common/tables/neutron-l3_agent.xml42(td) +#: ./doc/common/tables/neutron-l3_agent.xml50(td) msgid "" "(IntOpt) Send this many gratuitous ARPs for HA setup, if less than or equal " "to 0, the feature is disabled" @@ -24363,65 +24772,65 @@ msgstr "" msgid "(StrOpt) Default tenant id when creating neutron networks" msgstr "" -#: ./doc/common/tables/nova-neutron.xml25(td) -msgid "neutron_metadata_proxy_shared_secret =" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml26(td) -msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml29(td) -msgid "service_neutron_metadata_proxy = False" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml30(td) -msgid "" -"(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and " -"resolve instance ids." -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml33(th) +#: ./doc/common/tables/nova-neutron.xml25(th) msgid "[neutron]" msgstr "" -#: ./doc/common/tables/nova-neutron.xml36(td) +#: ./doc/common/tables/nova-neutron.xml28(td) msgid "admin_auth_url = http://localhost:5000/v2.0" msgstr "" -#: ./doc/common/tables/nova-neutron.xml37(td) +#: ./doc/common/tables/nova-neutron.xml29(td) msgid "(StrOpt) Authorization URL for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml41(td) +#: ./doc/common/tables/nova-neutron.xml33(td) msgid "(StrOpt) Password for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml44(td) +#: ./doc/common/tables/nova-neutron.xml36(td) msgid "admin_tenant_id = None" msgstr "" -#: ./doc/common/tables/nova-neutron.xml45(td) +#: ./doc/common/tables/nova-neutron.xml37(td) #: ./doc/common/tables/nova-conf-changes-icehouse.xml53(td) msgid "(StrOpt) Tenant id for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml49(td) +#: ./doc/common/tables/nova-neutron.xml41(td) msgid "" "(StrOpt) Tenant name for connecting to neutron in admin context. This option" -" is mutually exclusive with admin_tenant_id. Note that with Keystone V3 " -"tenant names are only unique within a domain." +" will be ignored if neutron_admin_tenant_id is set. Note that with Keystone " +"V3 tenant names are only unique within a domain." msgstr "" -#: ./doc/common/tables/nova-neutron.xml52(td) +#: ./doc/common/tables/nova-neutron.xml44(td) +msgid "admin_user_id = None" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml45(td) +msgid "(StrOpt) User id for connecting to neutron in admin context" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml48(td) #: ./doc/common/tables/neutron-embrane_lb.xml25(td) msgid "admin_username = None" msgstr "" -#: ./doc/common/tables/nova-neutron.xml53(td) +#: ./doc/common/tables/nova-neutron.xml49(td) msgid "(StrOpt) Username for connecting to neutron in admin context" msgstr "" +#: ./doc/common/tables/nova-neutron.xml52(td) +msgid "allow_duplicate_networks = False" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml53(td) +msgid "" +"(BoolOpt) Allow an instance to have multiple vNICs attached to the same " +"Neutron network." +msgstr "" + #: ./doc/common/tables/nova-neutron.xml56(td) #: ./doc/common/tables/nova-glance.xml32(td) msgid "api_insecure = False" @@ -24429,7 +24838,7 @@ msgstr "" #: ./doc/common/tables/nova-neutron.xml60(td) #: ./doc/common/tables/nova-authentication.xml21(td) -#: ./doc/common/tables/neutron-common.xml57(td) +#: ./doc/common/tables/neutron-common.xml53(td) #: ./doc/common/tables/neutron-common.xml207(td) msgid "auth_strategy = keystone" msgstr "" @@ -24458,30 +24867,49 @@ msgid "(IntOpt) Number of seconds before querying neutron for extensions" msgstr "" #: ./doc/common/tables/nova-neutron.xml72(td) -msgid "ovs_bridge = br-int" +#: ./doc/common/tables/neutron-metadata.xml33(td) +msgid "metadata_proxy_shared_secret =" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml73(td) +msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" msgstr "" #: ./doc/common/tables/nova-neutron.xml76(td) -msgid "region_name = None" -msgstr "" - -#: ./doc/common/tables/nova-neutron.xml77(td) -msgid "(StrOpt) Region name for connecting to neutron in admin context" +msgid "ovs_bridge = br-int" msgstr "" #: ./doc/common/tables/nova-neutron.xml80(td) -msgid "url = http://127.0.0.1:9696" +msgid "region_name = None" msgstr "" #: ./doc/common/tables/nova-neutron.xml81(td) -msgid "(StrOpt) URL for connecting to neutron" +msgid "(StrOpt) Region name for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml84(td) -msgid "url_timeout = 30" +msgid "service_metadata_proxy = False" msgstr "" #: ./doc/common/tables/nova-neutron.xml85(td) +msgid "" +"(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and " +"resolve instance ids." +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml88(td) +msgid "url = http://127.0.0.1:9696" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml89(td) +msgid "(StrOpt) URL for connecting to neutron" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml92(td) +msgid "url_timeout = 30" +msgstr "" + +#: ./doc/common/tables/nova-neutron.xml93(td) msgid "(IntOpt) Timeout value for connecting to neutron in seconds" msgstr "" @@ -24563,6 +24991,22 @@ msgstr "" msgid "api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager" msgstr "" +#: ./doc/common/tables/cinder-keymgr.xml25(td) +msgid "encryption_api_url = http://localhost:9311/v1" +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml26(td) +msgid "(StrOpt) Url for encryption service." +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml29(td) +msgid "encryption_auth_url = http://localhost:5000/v2.0" +msgstr "" + +#: ./doc/common/tables/cinder-keymgr.xml30(td) +msgid "(StrOpt) Authentication url for encryption service." +msgstr "" + #: ./doc/common/tables/keystone-ldap.xml18(th) msgid "[ldap]" msgstr "" @@ -24590,458 +25034,535 @@ msgid "" msgstr "" #: ./doc/common/tables/keystone-ldap.xml29(td) -msgid "chase_referrals = None" +msgid "auth_pool_connection_lifetime = 60" msgstr "" #: ./doc/common/tables/keystone-ldap.xml30(td) +msgid "(IntOpt) End user auth connection lifetime in seconds." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml33(td) +msgid "auth_pool_size = 100" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml34(td) +msgid "(IntOpt) End user auth connection pool size." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml37(td) +msgid "chase_referrals = None" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml38(td) #: ./doc/common/tables/keystone-conf-changes-icehouse.xml165(td) msgid "" "(BoolOpt) Override the system's default referral chasing behavior for " "queries." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml33(td) +#: ./doc/common/tables/keystone-ldap.xml41(td) msgid "debug_level = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml34(td) +#: ./doc/common/tables/keystone-ldap.xml42(td) msgid "" "(IntOpt) Sets the LDAP debugging level for LDAP calls. A value of 0 means " "that debugging is not enabled. This value is a bitmask, consult your LDAP " "documentation for possible values." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml37(td) +#: ./doc/common/tables/keystone-ldap.xml45(td) msgid "dumb_member = cn=dumb,dc=nonexistent" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml38(td) +#: ./doc/common/tables/keystone-ldap.xml46(td) msgid "" "(StrOpt) DN of the \"dummy member\" to use when \"use_dumb_member\" is " "enabled." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml41(td) +#: ./doc/common/tables/keystone-ldap.xml49(td) msgid "group_additional_attribute_mapping =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml42(td) +#: ./doc/common/tables/keystone-ldap.xml50(td) msgid "" "(ListOpt) Additional attribute mappings for groups. Attribute mapping format" " is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in" " the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml45(td) +#: ./doc/common/tables/keystone-ldap.xml53(td) msgid "group_allow_create = True" msgstr "group_allow_create = True" -#: ./doc/common/tables/keystone-ldap.xml46(td) +#: ./doc/common/tables/keystone-ldap.xml54(td) msgid "(BoolOpt) Allow group creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml49(td) +#: ./doc/common/tables/keystone-ldap.xml57(td) msgid "group_allow_delete = True" msgstr "group_allow_delete = True" -#: ./doc/common/tables/keystone-ldap.xml50(td) +#: ./doc/common/tables/keystone-ldap.xml58(td) msgid "(BoolOpt) Allow group deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml53(td) +#: ./doc/common/tables/keystone-ldap.xml61(td) msgid "group_allow_update = True" msgstr "group_allow_update = True" -#: ./doc/common/tables/keystone-ldap.xml54(td) +#: ./doc/common/tables/keystone-ldap.xml62(td) msgid "(BoolOpt) Allow group update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml57(td) +#: ./doc/common/tables/keystone-ldap.xml65(td) msgid "group_attribute_ignore =" msgstr "group_attribute_ignore =" -#: ./doc/common/tables/keystone-ldap.xml58(td) +#: ./doc/common/tables/keystone-ldap.xml66(td) msgid "(ListOpt) List of attributes stripped off the group on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml61(td) +#: ./doc/common/tables/keystone-ldap.xml69(td) msgid "group_desc_attribute = description" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml62(td) +#: ./doc/common/tables/keystone-ldap.xml70(td) msgid "(StrOpt) LDAP attribute mapped to group description." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml65(td) +#: ./doc/common/tables/keystone-ldap.xml73(td) msgid "group_filter = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml66(td) +#: ./doc/common/tables/keystone-ldap.xml74(td) msgid "(StrOpt) LDAP search filter for groups." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml69(td) +#: ./doc/common/tables/keystone-ldap.xml77(td) msgid "group_id_attribute = cn" msgstr "group_id_attribute = cn" -#: ./doc/common/tables/keystone-ldap.xml70(td) +#: ./doc/common/tables/keystone-ldap.xml78(td) msgid "(StrOpt) LDAP attribute mapped to group id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml73(td) +#: ./doc/common/tables/keystone-ldap.xml81(td) msgid "group_member_attribute = member" msgstr "group_member_attribute = member" -#: ./doc/common/tables/keystone-ldap.xml74(td) +#: ./doc/common/tables/keystone-ldap.xml82(td) msgid "(StrOpt) LDAP attribute mapped to show group membership." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml77(td) +#: ./doc/common/tables/keystone-ldap.xml85(td) msgid "group_name_attribute = ou" msgstr "group_name_attribute = ou" -#: ./doc/common/tables/keystone-ldap.xml78(td) +#: ./doc/common/tables/keystone-ldap.xml86(td) msgid "(StrOpt) LDAP attribute mapped to group name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml81(td) +#: ./doc/common/tables/keystone-ldap.xml89(td) msgid "group_objectclass = groupOfNames" msgstr "group_objectclass = groupOfNames" -#: ./doc/common/tables/keystone-ldap.xml82(td) +#: ./doc/common/tables/keystone-ldap.xml90(td) msgid "(StrOpt) LDAP objectclass for groups." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml85(td) +#: ./doc/common/tables/keystone-ldap.xml93(td) msgid "group_tree_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml86(td) +#: ./doc/common/tables/keystone-ldap.xml94(td) msgid "(StrOpt) Search base for groups." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml89(td) +#: ./doc/common/tables/keystone-ldap.xml97(td) msgid "page_size = 0" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml90(td) +#: ./doc/common/tables/keystone-ldap.xml98(td) msgid "" "(IntOpt) Maximum results per page; a value of zero (\"0\") disables paging." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml94(td) +#: ./doc/common/tables/keystone-ldap.xml102(td) msgid "(StrOpt) Password for the BindDN to query the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml97(td) +#: ./doc/common/tables/keystone-ldap.xml105(td) +msgid "pool_connection_lifetime = 600" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml106(td) +msgid "(IntOpt) Connection lifetime in seconds." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml109(td) +msgid "pool_connection_timeout = -1" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml110(td) +msgid "" +"(IntOpt) Connector timeout in seconds. Value -1 indicates indefinite wait " +"for response." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml113(td) +msgid "pool_retry_delay = 0.1" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml114(td) +msgid "(FloatOpt) Time span in seconds to wait between two reconnect trials." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml117(td) +msgid "pool_retry_max = 3" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml118(td) +msgid "(IntOpt) Maximum count of reconnect trials." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml121(td) +msgid "pool_size = 10" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml122(td) +msgid "(IntOpt) Connection pool size." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml125(td) msgid "project_additional_attribute_mapping =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml98(td) +#: ./doc/common/tables/keystone-ldap.xml126(td) msgid "" "(ListOpt) Additional attribute mappings for projects. Attribute mapping " "format is <ldap_attr>:<user_attr>, where ldap_attr is the " "attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml101(td) +#: ./doc/common/tables/keystone-ldap.xml129(td) msgid "project_allow_create = True" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml102(td) +#: ./doc/common/tables/keystone-ldap.xml130(td) msgid "(BoolOpt) Allow project creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml105(td) +#: ./doc/common/tables/keystone-ldap.xml133(td) msgid "project_allow_delete = True" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml106(td) +#: ./doc/common/tables/keystone-ldap.xml134(td) msgid "(BoolOpt) Allow project deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml109(td) +#: ./doc/common/tables/keystone-ldap.xml137(td) msgid "project_allow_update = True" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml110(td) +#: ./doc/common/tables/keystone-ldap.xml138(td) msgid "(BoolOpt) Allow project update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml113(td) +#: ./doc/common/tables/keystone-ldap.xml141(td) msgid "project_attribute_ignore =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml114(td) +#: ./doc/common/tables/keystone-ldap.xml142(td) msgid "(ListOpt) List of attributes stripped off the project on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml117(td) +#: ./doc/common/tables/keystone-ldap.xml145(td) msgid "project_desc_attribute = description" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml118(td) +#: ./doc/common/tables/keystone-ldap.xml146(td) msgid "(StrOpt) LDAP attribute mapped to project description." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml121(td) +#: ./doc/common/tables/keystone-ldap.xml149(td) msgid "project_domain_id_attribute = businessCategory" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml122(td) +#: ./doc/common/tables/keystone-ldap.xml150(td) msgid "(StrOpt) LDAP attribute mapped to project domain_id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml125(td) +#: ./doc/common/tables/keystone-ldap.xml153(td) msgid "project_enabled_attribute = enabled" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml126(td) +#: ./doc/common/tables/keystone-ldap.xml154(td) msgid "(StrOpt) LDAP attribute mapped to project enabled." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml129(td) +#: ./doc/common/tables/keystone-ldap.xml157(td) msgid "project_enabled_emulation = False" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml130(td) +#: ./doc/common/tables/keystone-ldap.xml158(td) msgid "" "(BoolOpt) If true, Keystone uses an alternative method to determine if a " "project is enabled or not by checking if they are a member of the " "\"project_enabled_emulation_dn\" group." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml133(td) +#: ./doc/common/tables/keystone-ldap.xml161(td) msgid "project_enabled_emulation_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml134(td) +#: ./doc/common/tables/keystone-ldap.xml162(td) msgid "" "(StrOpt) DN of the group entry to hold enabled projects when using enabled " "emulation." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml137(td) +#: ./doc/common/tables/keystone-ldap.xml165(td) msgid "project_filter = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml138(td) +#: ./doc/common/tables/keystone-ldap.xml166(td) msgid "(StrOpt) LDAP search filter for projects." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml141(td) +#: ./doc/common/tables/keystone-ldap.xml169(td) msgid "project_id_attribute = cn" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml142(td) +#: ./doc/common/tables/keystone-ldap.xml170(td) msgid "(StrOpt) LDAP attribute mapped to project id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml145(td) +#: ./doc/common/tables/keystone-ldap.xml173(td) msgid "project_member_attribute = member" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml146(td) +#: ./doc/common/tables/keystone-ldap.xml174(td) msgid "(StrOpt) LDAP attribute mapped to project membership for user." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml149(td) +#: ./doc/common/tables/keystone-ldap.xml177(td) msgid "project_name_attribute = ou" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml150(td) +#: ./doc/common/tables/keystone-ldap.xml178(td) msgid "(StrOpt) LDAP attribute mapped to project name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml153(td) +#: ./doc/common/tables/keystone-ldap.xml181(td) msgid "project_objectclass = groupOfNames" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml154(td) +#: ./doc/common/tables/keystone-ldap.xml182(td) msgid "(StrOpt) LDAP objectclass for projects." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml157(td) +#: ./doc/common/tables/keystone-ldap.xml185(td) msgid "project_tree_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml158(td) +#: ./doc/common/tables/keystone-ldap.xml186(td) msgid "(StrOpt) Search base for projects" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml161(td) +#: ./doc/common/tables/keystone-ldap.xml189(td) msgid "query_scope = one" msgstr "query_scope = one" -#: ./doc/common/tables/keystone-ldap.xml162(td) +#: ./doc/common/tables/keystone-ldap.xml190(td) msgid "" "(StrOpt) The LDAP scope for queries, this can be either \"one\" " "(onelevel/singleLevel) or \"sub\" (subtree/wholeSubtree)." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml165(td) +#: ./doc/common/tables/keystone-ldap.xml193(td) msgid "role_additional_attribute_mapping =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml166(td) +#: ./doc/common/tables/keystone-ldap.xml194(td) msgid "" "(ListOpt) Additional attribute mappings for roles. Attribute mapping format " "is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in " "the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml169(td) +#: ./doc/common/tables/keystone-ldap.xml197(td) msgid "role_allow_create = True" msgstr "role_allow_create = True" -#: ./doc/common/tables/keystone-ldap.xml170(td) +#: ./doc/common/tables/keystone-ldap.xml198(td) msgid "(BoolOpt) Allow role creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml173(td) +#: ./doc/common/tables/keystone-ldap.xml201(td) msgid "role_allow_delete = True" msgstr "role_allow_delete = True" -#: ./doc/common/tables/keystone-ldap.xml174(td) +#: ./doc/common/tables/keystone-ldap.xml202(td) msgid "(BoolOpt) Allow role deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml177(td) +#: ./doc/common/tables/keystone-ldap.xml205(td) msgid "role_allow_update = True" msgstr "role_allow_update = True" -#: ./doc/common/tables/keystone-ldap.xml178(td) +#: ./doc/common/tables/keystone-ldap.xml206(td) msgid "(BoolOpt) Allow role update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml181(td) +#: ./doc/common/tables/keystone-ldap.xml209(td) msgid "role_attribute_ignore =" msgstr "role_attribute_ignore =" -#: ./doc/common/tables/keystone-ldap.xml182(td) +#: ./doc/common/tables/keystone-ldap.xml210(td) msgid "(ListOpt) List of attributes stripped off the role on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml185(td) +#: ./doc/common/tables/keystone-ldap.xml213(td) msgid "role_filter = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml186(td) +#: ./doc/common/tables/keystone-ldap.xml214(td) msgid "(StrOpt) LDAP search filter for roles." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml189(td) +#: ./doc/common/tables/keystone-ldap.xml217(td) msgid "role_id_attribute = cn" msgstr "role_id_attribute = cn" -#: ./doc/common/tables/keystone-ldap.xml190(td) +#: ./doc/common/tables/keystone-ldap.xml218(td) msgid "(StrOpt) LDAP attribute mapped to role id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml193(td) +#: ./doc/common/tables/keystone-ldap.xml221(td) msgid "role_member_attribute = roleOccupant" msgstr "role_member_attribute = roleOccupant" -#: ./doc/common/tables/keystone-ldap.xml194(td) +#: ./doc/common/tables/keystone-ldap.xml222(td) msgid "(StrOpt) LDAP attribute mapped to role membership." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml197(td) +#: ./doc/common/tables/keystone-ldap.xml225(td) msgid "role_name_attribute = ou" msgstr "role_name_attribute = ou" -#: ./doc/common/tables/keystone-ldap.xml198(td) +#: ./doc/common/tables/keystone-ldap.xml226(td) msgid "(StrOpt) LDAP attribute mapped to role name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml201(td) +#: ./doc/common/tables/keystone-ldap.xml229(td) msgid "role_objectclass = organizationalRole" msgstr "role_objectclass = organizationalRole" -#: ./doc/common/tables/keystone-ldap.xml202(td) +#: ./doc/common/tables/keystone-ldap.xml230(td) msgid "(StrOpt) LDAP objectclass for roles." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml205(td) +#: ./doc/common/tables/keystone-ldap.xml233(td) msgid "role_tree_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml206(td) +#: ./doc/common/tables/keystone-ldap.xml234(td) msgid "(StrOpt) Search base for roles." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml209(td) +#: ./doc/common/tables/keystone-ldap.xml237(td) msgid "suffix = cn=example,cn=com" msgstr "suffix = cn=example,cn=com" -#: ./doc/common/tables/keystone-ldap.xml210(td) +#: ./doc/common/tables/keystone-ldap.xml238(td) msgid "(StrOpt) LDAP server suffix" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml213(td) +#: ./doc/common/tables/keystone-ldap.xml241(td) msgid "tls_cacertdir = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml214(td) +#: ./doc/common/tables/keystone-ldap.xml242(td) msgid "" "(StrOpt) CA certificate directory path for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml217(td) +#: ./doc/common/tables/keystone-ldap.xml245(td) msgid "tls_cacertfile = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml218(td) +#: ./doc/common/tables/keystone-ldap.xml246(td) msgid "(StrOpt) CA certificate file path for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml221(td) +#: ./doc/common/tables/keystone-ldap.xml249(td) msgid "tls_req_cert = demand" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml222(td) +#: ./doc/common/tables/keystone-ldap.xml250(td) msgid "(StrOpt) Valid options for tls_req_cert are demand, never, and allow." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml225(td) +#: ./doc/common/tables/keystone-ldap.xml253(td) msgid "url = ldap://localhost" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml226(td) +#: ./doc/common/tables/keystone-ldap.xml254(td) msgid "(StrOpt) URL for connecting to the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml229(td) +#: ./doc/common/tables/keystone-ldap.xml257(td) +msgid "use_auth_pool = False" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml258(td) +msgid "" +"(BoolOpt) Enable LDAP connection pooling for end user authentication. If " +"use_pool is disabled, then this setting is meaningless and is not used at " +"all." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml261(td) msgid "use_dumb_member = False" msgstr "use_dumb_member = False" -#: ./doc/common/tables/keystone-ldap.xml230(td) +#: ./doc/common/tables/keystone-ldap.xml262(td) msgid "" "(BoolOpt) If true, will add a dummy member to groups. This is required if " "the objectclass for groups requires the \"member\" attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml233(td) +#: ./doc/common/tables/keystone-ldap.xml265(td) +msgid "use_pool = False" +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml266(td) +msgid "(BoolOpt) Enable LDAP connection pooling." +msgstr "" + +#: ./doc/common/tables/keystone-ldap.xml269(td) msgid "use_tls = False" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml234(td) +#: ./doc/common/tables/keystone-ldap.xml270(td) msgid "(BoolOpt) Enable TLS for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml237(td) +#: ./doc/common/tables/keystone-ldap.xml273(td) msgid "user = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml238(td) +#: ./doc/common/tables/keystone-ldap.xml274(td) msgid "(StrOpt) User BindDN to query the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml241(td) +#: ./doc/common/tables/keystone-ldap.xml277(td) msgid "user_additional_attribute_mapping =" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml242(td) +#: ./doc/common/tables/keystone-ldap.xml278(td) msgid "" "(ListOpt) List of additional LDAP attributes used for mapping additional " "attribute mappings for users. Attribute mapping format is " @@ -25049,59 +25570,59 @@ msgid "" " LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml245(td) +#: ./doc/common/tables/keystone-ldap.xml281(td) msgid "user_allow_create = True" msgstr "user_allow_create = True" -#: ./doc/common/tables/keystone-ldap.xml246(td) +#: ./doc/common/tables/keystone-ldap.xml282(td) msgid "(BoolOpt) Allow user creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml249(td) +#: ./doc/common/tables/keystone-ldap.xml285(td) msgid "user_allow_delete = True" msgstr "user_allow_delete = True" -#: ./doc/common/tables/keystone-ldap.xml250(td) +#: ./doc/common/tables/keystone-ldap.xml286(td) msgid "(BoolOpt) Allow user deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml253(td) +#: ./doc/common/tables/keystone-ldap.xml289(td) msgid "user_allow_update = True" msgstr "user_allow_update = True" -#: ./doc/common/tables/keystone-ldap.xml254(td) +#: ./doc/common/tables/keystone-ldap.xml290(td) msgid "(BoolOpt) Allow user updates in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml257(td) +#: ./doc/common/tables/keystone-ldap.xml293(td) msgid "user_attribute_ignore = default_project_id, tenants" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml258(td) +#: ./doc/common/tables/keystone-ldap.xml294(td) msgid "(ListOpt) List of attributes stripped off the user on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml261(td) +#: ./doc/common/tables/keystone-ldap.xml297(td) msgid "user_default_project_id_attribute = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml262(td) +#: ./doc/common/tables/keystone-ldap.xml298(td) msgid "(StrOpt) LDAP attribute mapped to default_project_id for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml265(td) +#: ./doc/common/tables/keystone-ldap.xml301(td) msgid "user_enabled_attribute = enabled" msgstr "user_enabled_attribute = enabled" -#: ./doc/common/tables/keystone-ldap.xml266(td) +#: ./doc/common/tables/keystone-ldap.xml302(td) msgid "(StrOpt) LDAP attribute mapped to user enabled flag." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml269(td) +#: ./doc/common/tables/keystone-ldap.xml305(td) msgid "user_enabled_default = True" msgstr "user_enabled_default = True" -#: ./doc/common/tables/keystone-ldap.xml270(td) +#: ./doc/common/tables/keystone-ldap.xml306(td) msgid "" "(StrOpt) Default value to enable users. This should match an appropriate int" " value if the LDAP server uses non-boolean (bitmask) values to indicate if a" @@ -25110,32 +25631,32 @@ msgid "" "userAccountControl\"." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml273(td) +#: ./doc/common/tables/keystone-ldap.xml309(td) msgid "user_enabled_emulation = False" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml274(td) +#: ./doc/common/tables/keystone-ldap.xml310(td) msgid "" "(BoolOpt) If true, Keystone uses an alternative method to determine if a " "user is enabled or not by checking if they are a member of the " "\"user_enabled_emulation_dn\" group." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml277(td) +#: ./doc/common/tables/keystone-ldap.xml313(td) msgid "user_enabled_emulation_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml278(td) +#: ./doc/common/tables/keystone-ldap.xml314(td) msgid "" "(StrOpt) DN of the group entry to hold enabled users when using enabled " "emulation." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml281(td) +#: ./doc/common/tables/keystone-ldap.xml317(td) msgid "user_enabled_mask = 0" msgstr "user_enabled_mask = 0" -#: ./doc/common/tables/keystone-ldap.xml282(td) +#: ./doc/common/tables/keystone-ldap.xml318(td) msgid "" "(IntOpt) Bitmask integer to indicate the bit that the enabled value is " "stored in if the LDAP server represents \"enabled\" as a bit on an integer " @@ -25144,59 +25665,59 @@ msgid "" "when \"user_enabled_attribute = userAccountControl\"." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml285(td) +#: ./doc/common/tables/keystone-ldap.xml321(td) msgid "user_filter = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml286(td) +#: ./doc/common/tables/keystone-ldap.xml322(td) msgid "(StrOpt) LDAP search filter for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml289(td) +#: ./doc/common/tables/keystone-ldap.xml325(td) msgid "user_id_attribute = cn" msgstr "user_id_attribute = cn" -#: ./doc/common/tables/keystone-ldap.xml290(td) +#: ./doc/common/tables/keystone-ldap.xml326(td) msgid "(StrOpt) LDAP attribute mapped to user id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml293(td) -msgid "user_mail_attribute = email" -msgstr "user_mail_attribute = email" +#: ./doc/common/tables/keystone-ldap.xml329(td) +msgid "user_mail_attribute = mail" +msgstr "" -#: ./doc/common/tables/keystone-ldap.xml294(td) +#: ./doc/common/tables/keystone-ldap.xml330(td) msgid "(StrOpt) LDAP attribute mapped to user email." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml297(td) +#: ./doc/common/tables/keystone-ldap.xml333(td) msgid "user_name_attribute = sn" msgstr "user_name_attribute = sn" -#: ./doc/common/tables/keystone-ldap.xml298(td) +#: ./doc/common/tables/keystone-ldap.xml334(td) msgid "(StrOpt) LDAP attribute mapped to user name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml301(td) +#: ./doc/common/tables/keystone-ldap.xml337(td) msgid "user_objectclass = inetOrgPerson" msgstr "user_objectclass = inetOrgPerson" -#: ./doc/common/tables/keystone-ldap.xml302(td) +#: ./doc/common/tables/keystone-ldap.xml338(td) msgid "(StrOpt) LDAP objectclass for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml305(td) +#: ./doc/common/tables/keystone-ldap.xml341(td) msgid "user_pass_attribute = userPassword" msgstr "user_pass_attribute = userPassword" -#: ./doc/common/tables/keystone-ldap.xml306(td) +#: ./doc/common/tables/keystone-ldap.xml342(td) msgid "(StrOpt) LDAP attribute mapped to password." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml309(td) +#: ./doc/common/tables/keystone-ldap.xml345(td) msgid "user_tree_dn = None" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml310(td) +#: ./doc/common/tables/keystone-ldap.xml346(td) msgid "(StrOpt) Search base for users." msgstr "" @@ -25299,7 +25820,6 @@ msgstr "" #: ./doc/common/tables/glance-vmware.xml53(td) #: ./doc/common/tables/glance-conf-changes-icehouse.xml100(td) -#: ./doc/common/tables/cinder-vmware.xml49(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml200(td) msgid "vmware_task_poll_interval = 5" msgstr "" @@ -25428,13 +25948,7 @@ msgid "onready = None" msgstr "" #: ./doc/common/tables/heat-notification.xml22(td) -#: ./doc/common/tables/heat-conf-changes-icehouse.xml29(td) -msgid "" -"(StrOpt) onready allows you to send a notification when the heat processes " -"are ready to serve. This is either a module with the notify() method or a " -"shell command. To enable notifications with systemd, one may use the " -"'systemd-notify --ready' shell command or the 'heat.common.systemd' " -"notification module." +msgid "(StrOpt) Deprecated." msgstr "" #: ./doc/common/tables/nova-vpn.xml7(caption) @@ -25590,6 +26104,7 @@ msgstr "" #: ./doc/common/tables/swift-object-expirer-object-expirer.xml24(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml20(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml24(td) #: ./doc/common/tables/swift-object-server-object-updater.xml20(td) msgid "concurrency = 1" msgstr "" @@ -25598,6 +26113,7 @@ msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml21(td) #: ./doc/common/tables/swift-container-server-container-updater.xml26(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml21(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml25(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml21(td) #: ./doc/common/tables/swift-object-server-object-updater.xml21(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml37(td) @@ -25635,7 +26151,7 @@ msgstr "" msgid "Time elapsed in seconds before an object can be reclaimed" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml50(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml54(td) #: ./doc/common/tables/neutron-common.xml169(td) msgid "report_interval = 300" msgstr "" @@ -25648,19 +26164,17 @@ msgstr "" #: ./doc/common/tables/trove-common.xml26(td) #: ./doc/common/tables/trove-common.xml46(td) #: ./doc/common/tables/trove-api.xml34(td) -#: ./doc/common/tables/trove-api.xml46(td) #: ./doc/common/tables/trove-api.xml50(td) #: ./doc/common/tables/trove-api.xml54(td) #: ./doc/common/tables/trove-api.xml58(td) #: ./doc/common/tables/trove-api.xml62(td) #: ./doc/common/tables/trove-api.xml66(td) -#: ./doc/common/tables/trove-api.xml86(td) -#: ./doc/common/tables/trove-api.xml94(td) -#: ./doc/common/tables/trove-api.xml110(td) +#: ./doc/common/tables/trove-api.xml70(td) +#: ./doc/common/tables/trove-api.xml114(td) #: ./doc/common/tables/trove-dns.xml70(td) #: ./doc/common/tables/trove-dns.xml74(td) -#: ./doc/common/tables/trove-volume.xml42(td) -#: ./doc/common/tables/trove-volume.xml50(td) +#: ./doc/common/tables/trove-volume.xml46(td) +#: ./doc/common/tables/trove-volume.xml54(td) #: ./doc/common/tables/trove-heat.xml26(td) #: ./doc/common/tables/trove-rpc.xml38(td) #: ./doc/common/tables/trove-rpc.xml42(td) @@ -25692,24 +26206,14 @@ msgid "" "instance-create request." msgstr "" -#: ./doc/common/tables/trove-common.xml33(td) -msgid "" -"default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " -"sqlalchemy=WARN, suds=INFO, iso8601=WARN" -msgstr "" - -#: ./doc/common/tables/trove-common.xml34(td) -msgid "(ListOpt) list of logger=LEVEL pairs" -msgstr "" - #: ./doc/common/tables/trove-common.xml37(td) msgid "default_neutron_networks =" msgstr "" #: ./doc/common/tables/trove-common.xml38(td) msgid "" -"(ListOpt) List of network IDs which should be attached to instance when " -"networks are not specified in API call." +"(ListOpt) List of IDs for management networks which should be attached to " +"the instance regardless of what NICs are specified in the create API call." msgstr "" #: ./doc/common/tables/trove-common.xml45(td) @@ -25731,7 +26235,7 @@ msgid "" msgstr "" #: ./doc/common/tables/trove-common.xml61(td) -msgid "pybasedir = /usr/lib/python/site-packages/sources/trove/trove" +msgid "pybasedir = /usr/lib/python/site-packages/trove/trove" msgstr "" #: ./doc/common/tables/trove-common.xml62(td) @@ -25780,7 +26284,7 @@ msgid "(StrOpt) Path to extensions." msgstr "" #: ./doc/common/tables/trove-api.xml29(td) -#: ./doc/common/tables/heat-api.xml137(td) +#: ./doc/common/tables/heat-api.xml145(td) #: ./doc/common/tables/cinder-api.xml21(td) #: ./doc/common/tables/neutron-api.xml37(td) #: ./doc/common/tables/nova-wsgi.xml21(td) @@ -25796,54 +26300,58 @@ msgid "bind_port = 8779" msgstr "" #: ./doc/common/tables/trove-api.xml37(td) -msgid "db_api_implementation = trove.db.sqlalchemy.api" +msgid "black_list_regex = None" msgstr "" #: ./doc/common/tables/trove-api.xml41(td) -msgid "hostname_require_ipv4 = True" -msgstr "" - -#: ./doc/common/tables/trove-api.xml42(td) -msgid "(BoolOpt) Require user hostnames to be IPv4 addresses." +msgid "db_api_implementation = trove.db.sqlalchemy.api" msgstr "" #: ./doc/common/tables/trove-api.xml45(td) -msgid "http_delete_rate = 200" +msgid "hostname_require_ipv4 = True" +msgstr "" + +#: ./doc/common/tables/trove-api.xml46(td) +msgid "(BoolOpt) Require user hostnames to be IPv4 addresses." msgstr "" #: ./doc/common/tables/trove-api.xml49(td) -msgid "http_get_rate = 200" +msgid "http_delete_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml53(td) -msgid "http_mgmt_post_rate = 200" +msgid "http_get_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml57(td) -msgid "http_post_rate = 200" +msgid "http_mgmt_post_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml61(td) -msgid "http_put_rate = 200" +msgid "http_post_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml65(td) +msgid "http_put_rate = 200" +msgstr "" + +#: ./doc/common/tables/trove-api.xml69(td) msgid "instances_page_size = 20" msgstr "" -#: ./doc/common/tables/trove-api.xml74(td) +#: ./doc/common/tables/trove-api.xml78(td) msgid "(StrOpt) Region name of this node. Used when searching catalog." msgstr "" -#: ./doc/common/tables/trove-api.xml77(td) +#: ./doc/common/tables/trove-api.xml81(td) msgid "region = LOCAL_DEV" msgstr "" -#: ./doc/common/tables/trove-api.xml78(td) +#: ./doc/common/tables/trove-api.xml82(td) msgid "(StrOpt) The region this service is located." msgstr "" -#: ./doc/common/tables/trove-api.xml82(td) +#: ./doc/common/tables/trove-api.xml86(td) #: ./doc/common/tables/cinder-common.xml202(td) #: ./doc/common/tables/neutron-wsgi.xml30(td) #: ./doc/common/tables/nova-wsgi.xml38(td) @@ -25852,40 +26360,52 @@ msgid "" "Not supported on OS X." msgstr "" -#: ./doc/common/tables/trove-api.xml85(td) +#: ./doc/common/tables/trove-api.xml89(td) msgid "trove_api_workers = None" msgstr "" -#: ./doc/common/tables/trove-api.xml89(td) -msgid "trove_auth_url = http://0.0.0.0:5000/v2.0" +#: ./doc/common/tables/trove-api.xml90(td) +msgid "" +"(IntOpt) Number of workers for the API service. The default will be the " +"number of CPUs available." msgstr "" #: ./doc/common/tables/trove-api.xml93(td) -msgid "trove_conductor_workers = 1" +msgid "trove_auth_url = http://0.0.0.0:5000/v2.0" msgstr "" #: ./doc/common/tables/trove-api.xml97(td) -msgid "trove_security_group_name_prefix = SecGroup" +msgid "trove_conductor_workers = None" +msgstr "" + +#: ./doc/common/tables/trove-api.xml98(td) +msgid "" +"(IntOpt) Number of workers for the Conductor service. The default will be " +"the number of CPUs available." msgstr "" #: ./doc/common/tables/trove-api.xml101(td) -msgid "trove_security_group_rule_cidr = 0.0.0.0/0" +msgid "trove_security_group_name_prefix = SecGroup" msgstr "" #: ./doc/common/tables/trove-api.xml105(td) +msgid "trove_security_group_rule_cidr = 0.0.0.0/0" +msgstr "" + +#: ./doc/common/tables/trove-api.xml109(td) msgid "trove_security_groups_support = True" msgstr "" -#: ./doc/common/tables/trove-api.xml106(td) +#: ./doc/common/tables/trove-api.xml110(td) #: ./doc/common/tables/trove-dns.xml82(td) #: ./doc/common/tables/trove-compute.xml38(td) #: ./doc/common/tables/trove-database.xml30(td) #: ./doc/common/tables/trove-taskmanager.xml70(td) -#: ./doc/common/tables/trove-taskmanager.xml74(td) +#: ./doc/common/tables/trove-taskmanager.xml78(td) msgid "(BoolOpt) No help text available for this option." msgstr "" -#: ./doc/common/tables/trove-api.xml109(td) +#: ./doc/common/tables/trove-api.xml113(td) msgid "users_page_size = 20" msgstr "" @@ -25930,22 +26450,22 @@ msgid "(Type) Help string" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml16(td) -#: ./doc/common/tables/glance-api.xml41(td) +#: ./doc/common/tables/glance-api.xml45(td) msgid "enable_v1_registry = True" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml17(td) -#: ./doc/common/tables/glance-api.xml42(td) +#: ./doc/common/tables/glance-api.xml46(td) msgid "(BoolOpt) Deploy the v1 OpenStack Registry API." msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml20(td) -#: ./doc/common/tables/glance-api.xml49(td) +#: ./doc/common/tables/glance-api.xml53(td) msgid "enable_v2_registry = True" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml21(td) -#: ./doc/common/tables/glance-api.xml50(td) +#: ./doc/common/tables/glance-api.xml54(td) msgid "(BoolOpt) Deploy the v2 OpenStack Registry API." msgstr "" @@ -26010,12 +26530,12 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml44(td) -#: ./doc/common/tables/glance-api.xml61(td) +#: ./doc/common/tables/glance-api.xml65(td) msgid "location_strategy = location_order" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml45(td) -#: ./doc/common/tables/glance-api.xml62(td) +#: ./doc/common/tables/glance-api.xml66(td) msgid "" "(StrOpt) This value sets what strategy will be used to determine the image " "location order. Currently two strategies are packaged with Glance " @@ -26029,7 +26549,6 @@ msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml45(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml69(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml33(td) -#: ./doc/common/tables/trove-logging.xml34(td) msgid "" "(StrOpt) The name of logging configuration file. It does not disable " "existing loggers, but just appends specified logging configuration to any " @@ -26046,12 +26565,12 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml56(td) -#: ./doc/common/tables/glance-common.xml89(td) +#: ./doc/common/tables/glance-common.xml85(td) msgid "property_protection_rule_format = roles" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml57(td) -#: ./doc/common/tables/glance-common.xml90(td) +#: ./doc/common/tables/glance-common.xml86(td) msgid "" "(StrOpt) This config value indicates whether \"roles\" or \"policies\" are " "used in the property protection file." @@ -26180,7 +26699,7 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml181(td) -#: ./doc/common/tables/glance-common.xml109(td) +#: ./doc/common/tables/glance-common.xml105(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" @@ -26191,7 +26710,7 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml185(td) -#: ./doc/common/tables/glance-common.xml113(td) +#: ./doc/common/tables/glance-common.xml109(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" @@ -26200,7 +26719,7 @@ msgid "store_type_location_strategy/store_type_preference = []" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml189(td) -#: ./doc/common/tables/glance-api.xml85(td) +#: ./doc/common/tables/glance-api.xml89(td) msgid "" "(ListOpt) The store names to use to get store preference order. The name " "must be registered by one of the stores defined by the 'known_stores' config" @@ -26213,7 +26732,7 @@ msgid "task/task_time_to_live = 48" msgstr "" #: ./doc/common/tables/glance-conf-changes-icehouse.xml193(td) -#: ./doc/common/tables/glance-common.xml120(td) +#: ./doc/common/tables/glance-common.xml116(td) msgid "" "(IntOpt) Time in hours for which a task lives after, either succeeding or " "failing" @@ -26502,73 +27021,54 @@ msgid "" " listen on." msgstr "" -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml24(td) -#: ./doc/common/tables/glance-redis.xml21(td) -#: ./doc/common/tables/trove-redis.xml21(td) -#: ./doc/common/tables/neutron-nec.xml37(td) -#: ./doc/common/tables/keystone-redis.xml21(td) -msgid "host = 127.0.0.1" -msgstr "" - -#: ./doc/common/tables/keystone-conf-changes-icehouse.xml25(td) -#: ./doc/common/tables/glance-redis.xml22(td) -#: ./doc/common/tables/keystone-redis.xml22(td) -msgid "(StrOpt) Host to locate redis." -msgstr "" - #: ./doc/common/tables/keystone-conf-changes-icehouse.xml28(td) -#: ./doc/common/tables/keystone-ec2.xml21(td) msgid "keystone_ec2_cafile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml29(td) -#: ./doc/common/tables/keystone-ec2.xml22(td) +#: ./doc/common/tables/keystone-ec2.xml29(td) msgid "" "(StrOpt) A PEM encoded certificate authority to use when verifying HTTPS " "connections. Defaults to the system CAs." msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml32(td) -#: ./doc/common/tables/keystone-ec2.xml25(td) msgid "keystone_ec2_certfile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml33(td) -#: ./doc/common/tables/keystone-ec2.xml26(td) +#: ./doc/common/tables/keystone-ec2.xml33(td) msgid "" "(StrOpt) Client certificate key filename. Required if EC2 server requires " "client certificate." msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml36(td) -#: ./doc/common/tables/keystone-ec2.xml29(td) msgid "keystone_ec2_insecure = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml37(td) -#: ./doc/common/tables/keystone-ec2.xml30(td) +#: ./doc/common/tables/keystone-ec2.xml37(td) msgid "(BoolOpt) Disable SSL certificate verification." msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml40(td) -#: ./doc/common/tables/keystone-ec2.xml33(td) msgid "keystone_ec2_keyfile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml41(td) -#: ./doc/common/tables/keystone-ec2.xml34(td) +#: ./doc/common/tables/keystone-ec2.xml41(td) msgid "(StrOpt) Required if EC2 server requires client certificate." msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml44(td) #: ./doc/common/tables/nova-ec2.xml65(td) -#: ./doc/common/tables/keystone-ec2.xml37(td) msgid "keystone_ec2_url = http://localhost:5000/v2.0/ec2tokens" msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml45(td) #: ./doc/common/tables/nova-ec2.xml66(td) -#: ./doc/common/tables/keystone-ec2.xml38(td) +#: ./doc/common/tables/keystone-ec2.xml45(td) msgid "(StrOpt) URL to get token from ec2 request." msgstr "" @@ -26610,7 +27110,7 @@ msgstr "" #: ./doc/common/tables/keystone-conf-changes-icehouse.xml97(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml433(td) -#: ./doc/common/tables/keystone-debug.xml57(td) +#: ./doc/common/tables/keystone-debug.xml53(td) msgid "(StrOpt) namespace prefix for generated id" msgstr "" @@ -27281,6 +27781,12 @@ msgstr "" msgid "[container-reconciler]" msgstr "" +#: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml20(td) +#: ./doc/common/tables/swift-account-server-account-replicator.xml36(td) +#: ./doc/common/tables/swift-container-server-container-replicator.xml28(td) +msgid "interval = 30" +msgstr "" + #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml28(td) msgid "request_tries = 3" msgstr "" @@ -27301,8 +27807,8 @@ msgstr "" msgid "use = egg:swift#keystoneauth" msgstr "" -#: ./doc/common/tables/keystone-amqp.xml45(td) -msgid "rpc_backend = keystone.openstack.common.rpc.impl_kombu" +#: ./doc/common/tables/keystone-amqp.xml29(td) +msgid "control_exchange = keystone" msgstr "" #: ./doc/common/tables/keystone-rpc.xml21(td) @@ -27316,10 +27822,12 @@ msgid "bind_port = 6000" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml52(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml28(td) msgid "disk_chunk_size = 65536" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml53(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml29(td) msgid "Size of chunks to read/write to disk" msgstr "" @@ -27467,33 +27975,77 @@ msgid "(StrOpt) The configuration file for the Cinder EMC driver" msgstr "" #: ./doc/common/tables/cinder-emc.xml25(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml76(td) -msgid "max_luns_per_storage_group = 256" +msgid "destroy_empty_storage_group = False" msgstr "" #: ./doc/common/tables/cinder-emc.xml26(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml77(td) -msgid "(IntOpt) Default max number of LUNs in a storage group" +msgid "" +"(BoolOpt) To destroy storage group when the last LUN is removed from it. By " +"default, the value is False." msgstr "" #: ./doc/common/tables/cinder-emc.xml29(td) +msgid "initiator_auto_registration = False" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml30(td) +msgid "" +"(BoolOpt) Automatically register initiators. By default, the value is False." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml33(td) +msgid "iscsi_initiators =" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml34(td) +msgid "" +"(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml37(td) +msgid "max_luns_per_storage_group = 255" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml38(td) +msgid "" +"(IntOpt) Default max number of LUNs in a storage group. By default, the " +"value is 255." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml41(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml104(td) msgid "naviseccli_path =" msgstr "" -#: ./doc/common/tables/cinder-emc.xml30(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml105(td) -msgid "(StrOpt) Naviseccli Path" +#: ./doc/common/tables/cinder-emc.xml42(td) +msgid "(StrOpt) Naviseccli Path." msgstr "" -#: ./doc/common/tables/cinder-emc.xml33(td) +#: ./doc/common/tables/cinder-emc.xml45(td) +msgid "storage_vnx_authentication_type = global" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml46(td) +msgid "(StrOpt) VNX authentication scope type." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml49(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml160(td) msgid "storage_vnx_pool_name = None" msgstr "" -#: ./doc/common/tables/cinder-emc.xml34(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml161(td) -msgid "(StrOpt) ISCSI pool name" +#: ./doc/common/tables/cinder-emc.xml50(td) +msgid "(StrOpt) Storage pool name." +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml53(td) +msgid "storage_vnx_security_file_dir = None" +msgstr "" + +#: ./doc/common/tables/cinder-emc.xml54(td) +msgid "" +"(StrOpt) Directory path that contains the VNX security file. Make sure the " +"security file is generated first." msgstr "" #: ./doc/common/tables/cinder-vmware.xml25(td) @@ -27554,10 +28106,13 @@ msgid "" "still limit the count to something less than the configured value." msgstr "" +#: ./doc/common/tables/cinder-vmware.xml49(td) +msgid "vmware_task_poll_interval = 0.5" +msgstr "" + #: ./doc/common/tables/cinder-vmware.xml50(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml201(td) msgid "" -"(IntOpt) The interval (in seconds) for polling remote tasks invoked on " +"(FloatOpt) The interval (in seconds) for polling remote tasks invoked on " "VMware ESX/VC server." msgstr "" @@ -27609,12 +28164,12 @@ msgid "Description of configuration options for metadata_api" msgstr "" #: ./doc/common/tables/heat-metadata_api.xml21(td) -#: ./doc/common/tables/heat-api.xml21(td) +#: ./doc/common/tables/heat-api.xml25(td) msgid "heat_metadata_server_url =" msgstr "" #: ./doc/common/tables/heat-metadata_api.xml22(td) -#: ./doc/common/tables/heat-api.xml22(td) +#: ./doc/common/tables/heat-api.xml26(td) msgid "(StrOpt) URL of the Heat metadata server." msgstr "" @@ -27679,6 +28234,20 @@ msgstr "" msgid "(StrOpt) Cells scheduler to use" msgstr "" +#: ./doc/common/tables/nova-upgrade_levels.xml25(th) +#: ./doc/common/tables/nova-rpc_all.xml211(th) +#: ./doc/common/tables/nova-rpc.xml75(th) +msgid "[upgrade_levels]" +msgstr "" + +#: ./doc/common/tables/nova-upgrade_levels.xml28(td) +msgid "cells = None" +msgstr "" + +#: ./doc/common/tables/nova-upgrade_levels.xml29(td) +msgid "(StrOpt) Set a version cap for messages sent to local cells services" +msgstr "" + #: ./doc/common/tables/nova-upgrade_levels.xml32(td) msgid "cert = None" msgstr "" @@ -27843,114 +28412,122 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-api.xml29(td) -msgid "default_store = file" +msgid "default_publisher_id = image.localhost" msgstr "" #: ./doc/common/tables/glance-api.xml30(td) +msgid "(StrOpt) Default publisher_id for outgoing notifications." +msgstr "" + +#: ./doc/common/tables/glance-api.xml33(td) +msgid "default_store = file" +msgstr "" + +#: ./doc/common/tables/glance-api.xml34(td) msgid "" "(StrOpt) Default scheme to use to store image data. The scheme must be " "registered by one of the stores defined by the 'known_stores' config option." msgstr "" -#: ./doc/common/tables/glance-api.xml33(td) +#: ./doc/common/tables/glance-api.xml37(td) msgid "default_swift_reference = ref1" msgstr "" -#: ./doc/common/tables/glance-api.xml34(td) +#: ./doc/common/tables/glance-api.xml38(td) msgid "" "(StrOpt) The reference to the default swift account/backing store parameters" " to use for adding new images." msgstr "" -#: ./doc/common/tables/glance-api.xml37(td) +#: ./doc/common/tables/glance-api.xml41(td) #: ./doc/common/tables/cinder-api.xml37(td) msgid "enable_v1_api = True" msgstr "" -#: ./doc/common/tables/glance-api.xml38(td) +#: ./doc/common/tables/glance-api.xml42(td) msgid "(BoolOpt) Deploy the v1 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml45(td) +#: ./doc/common/tables/glance-api.xml49(td) #: ./doc/common/tables/cinder-api.xml41(td) msgid "enable_v2_api = True" msgstr "" -#: ./doc/common/tables/glance-api.xml46(td) +#: ./doc/common/tables/glance-api.xml50(td) msgid "(BoolOpt) Deploy the v2 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml53(td) +#: ./doc/common/tables/glance-api.xml57(td) msgid "image_size_cap = 1099511627776" msgstr "" -#: ./doc/common/tables/glance-api.xml54(td) +#: ./doc/common/tables/glance-api.xml58(td) msgid "" "(IntOpt) Maximum size of image a user can upload in bytes. Defaults to " "1099511627776 bytes (1 TB)." msgstr "" -#: ./doc/common/tables/glance-api.xml57(td) +#: ./doc/common/tables/glance-api.xml61(td) msgid "known_stores = glance.store.filesystem.Store, glance.store.http.Store" msgstr "" -#: ./doc/common/tables/glance-api.xml58(td) +#: ./doc/common/tables/glance-api.xml62(td) msgid "" "(ListOpt) List of which store classes and store class locations are " "currently known to glance at startup." msgstr "" -#: ./doc/common/tables/glance-api.xml65(td) +#: ./doc/common/tables/glance-api.xml69(td) msgid "owner_is_tenant = True" msgstr "" -#: ./doc/common/tables/glance-api.xml66(td) +#: ./doc/common/tables/glance-api.xml70(td) msgid "" "(BoolOpt) When true, this option sets the owner of an image to be the " "tenant. Otherwise, the owner of the image will be the authenticated user " "issuing the request." msgstr "" -#: ./doc/common/tables/glance-api.xml69(td) +#: ./doc/common/tables/glance-api.xml73(td) msgid "send_identity_headers = False" msgstr "" -#: ./doc/common/tables/glance-api.xml70(td) +#: ./doc/common/tables/glance-api.xml74(td) msgid "" "(BoolOpt) Whether to pass through headers containing user and tenant " "information when making requests to the registry. This allows the registry " -"to use the context middleware without the keystoneclients' auth_token " +"to use the context middleware without keystonemiddleware's auth_token " "middleware, removing calls to the keystone auth service. It is recommended " "that when using this option, secure communication between glance api and " "glance registry is ensured by means other than auth_token middleware." msgstr "" -#: ./doc/common/tables/glance-api.xml73(td) +#: ./doc/common/tables/glance-api.xml77(td) msgid "show_multiple_locations = False" msgstr "" -#: ./doc/common/tables/glance-api.xml74(td) +#: ./doc/common/tables/glance-api.xml78(td) msgid "" "(BoolOpt) Whether to include the backend image locations in image " "properties. Revealing storage location can be a security risk, so use this " "setting with caution! The overrides show_image_direct_url." msgstr "" -#: ./doc/common/tables/glance-api.xml77(td) +#: ./doc/common/tables/glance-api.xml81(td) msgid "use_user_token = True" msgstr "" -#: ./doc/common/tables/glance-api.xml78(td) +#: ./doc/common/tables/glance-api.xml82(td) msgid "" "(BoolOpt) Whether to pass through the user token when making requests to the" " registry." msgstr "" -#: ./doc/common/tables/glance-api.xml81(th) +#: ./doc/common/tables/glance-api.xml85(th) msgid "[store_type_location_strategy]" msgstr "" -#: ./doc/common/tables/glance-api.xml84(td) +#: ./doc/common/tables/glance-api.xml88(td) msgid "store_type_preference =" msgstr "" @@ -27959,12 +28536,12 @@ msgid "Description of configuration options for waitcondition_api" msgstr "" #: ./doc/common/tables/heat-waitcondition_api.xml21(td) -#: ./doc/common/tables/heat-api.xml29(td) +#: ./doc/common/tables/heat-api.xml33(td) msgid "heat_waitcondition_server_url =" msgstr "" #: ./doc/common/tables/heat-waitcondition_api.xml22(td) -#: ./doc/common/tables/heat-api.xml30(td) +#: ./doc/common/tables/heat-api.xml34(td) msgid "(StrOpt) URL of the Heat waitcondition server." msgstr "" @@ -28061,69 +28638,80 @@ msgid "" msgstr "" #: ./doc/common/tables/cinder-storwize.xml41(td) -msgid "storwize_svc_vol_autoexpand = True" +msgid "storwize_svc_npiv_compatibility_mode = False" msgstr "" #: ./doc/common/tables/cinder-storwize.xml42(td) -msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)" +msgid "" +"(BoolOpt) Indicate whether svc driver is compatible for NPIV setup. If it is" +" compatible, it will allow no wwpns being returned on get_conn_fc_wwpns " +"during initialize_connection" msgstr "" #: ./doc/common/tables/cinder-storwize.xml45(td) -msgid "storwize_svc_vol_compression = False" +msgid "storwize_svc_vol_autoexpand = True" msgstr "" #: ./doc/common/tables/cinder-storwize.xml46(td) -msgid "(BoolOpt) Storage system compression option for volumes" +msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml49(td) -msgid "storwize_svc_vol_easytier = True" +msgid "storwize_svc_vol_compression = False" msgstr "" #: ./doc/common/tables/cinder-storwize.xml50(td) -msgid "(BoolOpt) Enable Easy Tier for volumes" +msgid "(BoolOpt) Storage system compression option for volumes" msgstr "" #: ./doc/common/tables/cinder-storwize.xml53(td) -msgid "storwize_svc_vol_grainsize = 256" +msgid "storwize_svc_vol_easytier = True" msgstr "" #: ./doc/common/tables/cinder-storwize.xml54(td) +msgid "(BoolOpt) Enable Easy Tier for volumes" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml57(td) +msgid "storwize_svc_vol_grainsize = 256" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml58(td) msgid "" "(IntOpt) Storage system grain size parameter for volumes (32/64/128/256)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml57(td) +#: ./doc/common/tables/cinder-storwize.xml61(td) msgid "storwize_svc_vol_iogrp = 0" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml58(td) +#: ./doc/common/tables/cinder-storwize.xml62(td) msgid "(IntOpt) The I/O group in which to allocate volumes" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml61(td) -msgid "storwize_svc_vol_rsize = 2" -msgstr "" - -#: ./doc/common/tables/cinder-storwize.xml62(td) -msgid "" -"(IntOpt) Storage system space-efficiency parameter for volumes (percentage)" -msgstr "" - #: ./doc/common/tables/cinder-storwize.xml65(td) -msgid "storwize_svc_vol_warning = 0" +msgid "storwize_svc_vol_rsize = 2" msgstr "" #: ./doc/common/tables/cinder-storwize.xml66(td) msgid "" -"(IntOpt) Storage system threshold for volume capacity warnings (percentage)" +"(IntOpt) Storage system space-efficiency parameter for volumes (percentage)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml69(td) -msgid "storwize_svc_volpool_name = volpool" +msgid "storwize_svc_vol_warning = 0" msgstr "" #: ./doc/common/tables/cinder-storwize.xml70(td) +msgid "" +"(IntOpt) Storage system threshold for volume capacity warnings (percentage)" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml73(td) +msgid "storwize_svc_volpool_name = volpool" +msgstr "" + +#: ./doc/common/tables/cinder-storwize.xml74(td) msgid "(StrOpt) Storage system storage pool for volumes" msgstr "" @@ -28195,6 +28783,128 @@ msgstr "" msgid "(StrOpt) HP LeftHand Super user username" msgstr "" +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml8(literal) +#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml8(literal) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml8(literal) +msgid "[filter-proxy-logging]" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml20(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml20(td) +msgid "access_log_address = /dev/log" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml24(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml24(td) +msgid "access_log_facility = LOG_LOCAL0" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml28(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml28(td) +msgid "access_log_headers = false" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml32(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml32(td) +msgid "access_log_headers_only =" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml33(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml33(td) +msgid "" +"If access_log_headers is True and access_log_headers_only is set only these " +"headers are logged. Multiple headers can be defined as comma separated list " +"like this: access_log_headers_only = Host, X-Object-Meta-Mtime" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml38(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml38(td) +msgid "access_log_level = INFO" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml42(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml42(td) +msgid "access_log_name = swift" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml46(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml46(td) +msgid "access_log_statsd_default_sample_rate = 1.0" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml50(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml50(td) +msgid "access_log_statsd_host = localhost" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml54(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml54(td) +msgid "access_log_statsd_metric_prefix =" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml58(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml58(td) +msgid "access_log_statsd_port = 8125" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml62(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml62(td) +msgid "access_log_statsd_sample_rate_factor = 1.0" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml66(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml66(td) +msgid "access_log_udp_host =" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml70(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml70(td) +msgid "access_log_udp_port = 514" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml74(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml74(td) +msgid "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml78(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml78(td) +msgid "logged with access_log_headers = True." +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml82(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml82(td) +msgid "reveal_sensitive_prefix = 16" +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml83(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml83(td) +msgid "" +"The X-Auth-Token is sensitive data. If revealed to an unauthorised person, " +"they can now make requests against an account until the token expires. Set " +"reveal_sensitive_prefix to the number of characters of the token that are " +"logged. For example reveal_sensitive_prefix = 12 so only first 12 characters" +" of the token are logged. Or, set to 0 to completely remove the token." +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml92(td) +#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml20(td) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml92(td) +msgid "use = egg:swift#proxy_logging" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml7(caption) +msgid "Description of configuration options for ipv6_ra" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml21(td) +msgid "ra_confs = $state_path/ra" +msgstr "" + +#: ./doc/common/tables/neutron-ipv6_ra.xml22(td) +msgid "(StrOpt) Location to store IPv6 RA config files" +msgstr "" + #: ./doc/common/tables/glance-s3.xml7(caption) #: ./doc/common/tables/nova-s3.xml7(caption) msgid "Description of configuration options for s3" @@ -28413,26 +29123,50 @@ msgid "(MultiStrOpt) Exchanges name to listen for notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml41(td) -msgid "neutron_control_exchange = neutron" +msgid "ironic_exchange = ironic" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml42(td) -msgid "(StrOpt) Exchange name for Neutron notifications." +msgid "(StrOpt) Exchange name for Ironic notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml45(td) -msgid "nova_control_exchange = nova" +msgid "keystone_control_exchange = keystone" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml46(td) -msgid "(StrOpt) Exchange name for Nova notifications." +msgid "(StrOpt) Exchange name for Keystone notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml49(td) -msgid "sample_source = openstack" +msgid "neutron_control_exchange = neutron" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml50(td) +msgid "(StrOpt) Exchange name for Neutron notifications." +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml53(td) +msgid "nova_control_exchange = nova" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml54(td) +msgid "(StrOpt) Exchange name for Nova notifications." +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml57(td) +msgid "sahara_control_exchange = sahara" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml58(td) +msgid "(StrOpt) Exchange name for Data Processing notifications" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml61(td) +msgid "sample_source = openstack" +msgstr "" + +#: ./doc/common/tables/ceilometer-exchange.xml62(td) msgid "(StrOpt) Source for samples emitted on this instance." msgstr "" @@ -28534,16 +29268,6 @@ msgstr "" msgid "trove_dns_support = False" msgstr "" -#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml8(literal) -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml8(literal) -msgid "[filter-proxy-logging]" -msgstr "" - -#: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml20(td) -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml92(td) -msgid "use = egg:swift#proxy_logging" -msgstr "" - #: ./doc/common/tables/nova-cells.xml7(caption) msgid "Description of configuration options for cells" msgstr "" @@ -28643,44 +29367,31 @@ msgstr "" msgid "cinder_service_type = volumev2" msgstr "" -#: ./doc/common/tables/trove-volume.xml26(td) -#: ./doc/common/tables/trove-heat.xml22(td) -#: ./doc/common/tables/trove-compute.xml26(td) -#: ./doc/common/tables/trove-swift.xml22(td) -msgid "(StrOpt) Service type to use when searching catalog." -msgstr "" - #: ./doc/common/tables/trove-volume.xml29(td) msgid "cinder_url = None" msgstr "" -#: ./doc/common/tables/trove-volume.xml30(td) -#: ./doc/common/tables/trove-heat.xml30(td) -#: ./doc/common/tables/trove-compute.xml30(td) -msgid "(StrOpt) URL without the tenant segment." -msgstr "" - #: ./doc/common/tables/trove-volume.xml33(td) -msgid "device_path = /dev/vdb" +msgid "cinder_volume_type = None" msgstr "" -#: ./doc/common/tables/trove-volume.xml37(td) -msgid "trove_volume_support = True" -msgstr "" - -#: ./doc/common/tables/trove-volume.xml38(td) -msgid "(BoolOpt) Whether to provision a cinder volume for datadir." +#: ./doc/common/tables/trove-volume.xml34(td) +msgid "(StrOpt) Volume type to use when provisioning a cinder volume." msgstr "" #: ./doc/common/tables/trove-volume.xml41(td) -msgid "volume_format_timeout = 120" +msgid "trove_volume_support = True" msgstr "" #: ./doc/common/tables/trove-volume.xml45(td) -msgid "volume_fstype = ext3" +msgid "volume_format_timeout = 120" msgstr "" #: ./doc/common/tables/trove-volume.xml49(td) +msgid "volume_fstype = ext3" +msgstr "" + +#: ./doc/common/tables/trove-volume.xml53(td) msgid "volume_time_out = 60" msgstr "" @@ -28735,7 +29446,7 @@ msgid "" msgstr "" #: ./doc/common/tables/neutron-quotas.xml44(td) -msgid "quota_firewall_rule = -1" +msgid "quota_firewall_rule = 100" msgstr "" #: ./doc/common/tables/neutron-quotas.xml45(td) @@ -28948,7 +29659,7 @@ msgid "hds_hnas_iscsi_config_file = /opt/hds/hnas/cinder_iscsi_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml22(td) -msgid "(StrOpt) configuration file for HDS iSCSI cinder plugin" +msgid "(StrOpt) Configuration file for HDS iSCSI cinder plugin" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml25(td) @@ -28956,51 +29667,61 @@ msgid "hds_hnas_nfs_config_file = /opt/hds/hnas/cinder_nfs_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml26(td) -msgid "(StrOpt) configuration file for HDS NFS cinder plugin" +msgid "(StrOpt) Configuration file for HDS NFS cinder plugin" msgstr "" -#: ./doc/common/tables/heat-api.xml25(td) +#: ./doc/common/tables/heat-api.xml21(td) +msgid "action_retry_limit = 5" +msgstr "" + +#: ./doc/common/tables/heat-api.xml22(td) +msgid "" +"(IntOpt) Number of times to retry to bring a resource to a non-error state. " +"Set to 0 to disable retries." +msgstr "" + +#: ./doc/common/tables/heat-api.xml29(td) msgid "heat_stack_user_role = heat_stack_user" msgstr "" -#: ./doc/common/tables/heat-api.xml26(td) +#: ./doc/common/tables/heat-api.xml30(td) msgid "(StrOpt) Keystone role for heat template-defined users." msgstr "" -#: ./doc/common/tables/heat-api.xml33(td) +#: ./doc/common/tables/heat-api.xml37(td) #: ./doc/common/tables/heat-cloudwatch_api.xml21(td) msgid "heat_watch_server_url =" msgstr "" -#: ./doc/common/tables/heat-api.xml34(td) +#: ./doc/common/tables/heat-api.xml38(td) #: ./doc/common/tables/heat-cloudwatch_api.xml22(td) msgid "(StrOpt) URL of the Heat CloudWatch server." msgstr "" -#: ./doc/common/tables/heat-api.xml37(td) +#: ./doc/common/tables/heat-api.xml41(td) msgid "max_json_body_size = 1048576" msgstr "" -#: ./doc/common/tables/heat-api.xml38(td) +#: ./doc/common/tables/heat-api.xml42(td) msgid "" "(IntOpt) Maximum raw byte size of JSON request body. Should be larger than " "max_template_size." msgstr "" -#: ./doc/common/tables/heat-api.xml41(td) +#: ./doc/common/tables/heat-api.xml45(td) msgid "num_engine_workers = 1" msgstr "" -#: ./doc/common/tables/heat-api.xml42(td) +#: ./doc/common/tables/heat-api.xml46(td) msgid "(IntOpt) Number of heat-engine processes to fork and run." msgstr "" -#: ./doc/common/tables/heat-api.xml53(td) +#: ./doc/common/tables/heat-api.xml57(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml36(td) msgid "secure_proxy_ssl_header = X-Forwarded-Proto" msgstr "" -#: ./doc/common/tables/heat-api.xml54(td) +#: ./doc/common/tables/heat-api.xml58(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml37(td) msgid "" "(StrOpt) The HTTP Header that will be used to determine which the original " @@ -29008,109 +29729,118 @@ msgid "" "proxy." msgstr "" -#: ./doc/common/tables/heat-api.xml57(td) +#: ./doc/common/tables/heat-api.xml61(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml40(td) msgid "stack_action_timeout = 3600" msgstr "" -#: ./doc/common/tables/heat-api.xml58(td) +#: ./doc/common/tables/heat-api.xml62(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml41(td) msgid "(IntOpt) Timeout in seconds for stack action (ie. create or update)." msgstr "" -#: ./doc/common/tables/heat-api.xml61(td) +#: ./doc/common/tables/heat-api.xml65(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml44(td) msgid "stack_domain_admin = None" msgstr "" -#: ./doc/common/tables/heat-api.xml62(td) +#: ./doc/common/tables/heat-api.xml66(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml45(td) msgid "" "(StrOpt) Keystone username, a user with roles sufficient to manage users and" " projects in the stack_user_domain." msgstr "" -#: ./doc/common/tables/heat-api.xml65(td) +#: ./doc/common/tables/heat-api.xml69(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml48(td) msgid "stack_domain_admin_password = None" msgstr "" -#: ./doc/common/tables/heat-api.xml66(td) +#: ./doc/common/tables/heat-api.xml70(td) #: ./doc/common/tables/heat-conf-changes-icehouse.xml49(td) msgid "(StrOpt) Keystone password for stack_domain_admin user." msgstr "" -#: ./doc/common/tables/heat-api.xml69(td) -#: ./doc/common/tables/heat-conf-changes-icehouse.xml52(td) -msgid "stack_user_domain = None" -msgstr "" - -#: ./doc/common/tables/heat-api.xml70(td) -#: ./doc/common/tables/heat-conf-changes-icehouse.xml53(td) -msgid "" -"(StrOpt) Keystone domain ID which contains heat template-defined users." -msgstr "" - #: ./doc/common/tables/heat-api.xml73(td) -msgid "trusts_delegated_roles = heat_stack_owner" +msgid "stack_user_domain_id = None" msgstr "" #: ./doc/common/tables/heat-api.xml74(td) -msgid "(ListOpt) Subset of trustor roles to be delegated to heat." +msgid "" +"(StrOpt) Keystone domain ID which contains heat template-defined users. If " +"this option is set, stack_user_domain_name option will be ignored." msgstr "" -#: ./doc/common/tables/heat-api.xml77(th) -msgid "[auth_password]" +#: ./doc/common/tables/heat-api.xml77(td) +msgid "stack_user_domain_name = None" msgstr "" -#: ./doc/common/tables/heat-api.xml80(td) -#: ./doc/common/tables/heat-api.xml91(td) -msgid "allowed_auth_uris =" +#: ./doc/common/tables/heat-api.xml78(td) +msgid "" +"(StrOpt) Keystone domain name which contains heat template-defined users. If" +" `stack_user_domain_id` option is set, this option is ignored." msgstr "" #: ./doc/common/tables/heat-api.xml81(td) -#: ./doc/common/tables/heat-api.xml92(td) +msgid "trusts_delegated_roles = heat_stack_owner" +msgstr "" + +#: ./doc/common/tables/heat-api.xml82(td) +msgid "(ListOpt) Subset of trustor roles to be delegated to heat." +msgstr "" + +#: ./doc/common/tables/heat-api.xml85(th) +msgid "[auth_password]" +msgstr "" + +#: ./doc/common/tables/heat-api.xml88(td) +#: ./doc/common/tables/heat-api.xml99(td) +msgid "allowed_auth_uris =" +msgstr "" + +#: ./doc/common/tables/heat-api.xml89(td) +#: ./doc/common/tables/heat-api.xml100(td) msgid "" "(ListOpt) Allowed keystone endpoints for auth_uri when multi_cloud is " "enabled. At least one endpoint needs to be specified." msgstr "" -#: ./doc/common/tables/heat-api.xml84(td) -#: ./doc/common/tables/heat-api.xml99(td) +#: ./doc/common/tables/heat-api.xml92(td) +#: ./doc/common/tables/heat-api.xml107(td) msgid "multi_cloud = False" msgstr "" -#: ./doc/common/tables/heat-api.xml85(td) -#: ./doc/common/tables/heat-api.xml100(td) +#: ./doc/common/tables/heat-api.xml93(td) +#: ./doc/common/tables/heat-api.xml108(td) msgid "(BoolOpt) Allow orchestration of multiple clouds." msgstr "" -#: ./doc/common/tables/heat-api.xml88(th) +#: ./doc/common/tables/heat-api.xml96(th) msgid "[ec2authtoken]" msgstr "" -#: ./doc/common/tables/heat-api.xml96(td) +#: ./doc/common/tables/heat-api.xml104(td) msgid "(StrOpt) Authentication Endpoint URI." msgstr "" -#: ./doc/common/tables/heat-api.xml103(th) +#: ./doc/common/tables/heat-api.xml111(th) msgid "[heat_api]" msgstr "" -#: ./doc/common/tables/heat-api.xml114(td) +#: ./doc/common/tables/heat-api.xml122(td) msgid "bind_port = 8004" msgstr "" -#: ./doc/common/tables/heat-api.xml138(td) +#: ./doc/common/tables/heat-api.xml146(td) msgid "(StrOpt) The API paste config file to use." msgstr "" -#: ./doc/common/tables/heat-api.xml141(td) +#: ./doc/common/tables/heat-api.xml149(td) #: ./doc/common/tables/glance-paste.xml25(td) msgid "flavor = None" msgstr "" -#: ./doc/common/tables/heat-api.xml142(td) +#: ./doc/common/tables/heat-api.xml150(td) msgid "(StrOpt) The flavor to use." msgstr "" @@ -29141,7 +29871,7 @@ msgid "" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml31(td) -msgid "methods = GET HEAD PUT" +msgid "methods = GET HEAD PUT POST DELETE" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml32(td) @@ -29187,74 +29917,110 @@ msgid "Description of configuration options for ryu" msgstr "" #: ./doc/common/tables/neutron-ryu.xml21(td) -msgid "openflow_rest_api = 127.0.0.1:8080" +msgid "wsapi_host =" msgstr "" #: ./doc/common/tables/neutron-ryu.xml22(td) -msgid "(StrOpt) OpenFlow REST API location" +msgid "(StrOpt) webapp listen host" msgstr "" #: ./doc/common/tables/neutron-ryu.xml25(td) -msgid "ovsdb_interface = None" +msgid "wsapi_port = 8080" msgstr "" #: ./doc/common/tables/neutron-ryu.xml26(td) -msgid "(StrOpt) OVSDB interface to connect to" +msgid "(IntOpt) webapp listen port" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml29(td) -msgid "ovsdb_ip = None" -msgstr "" - -#: ./doc/common/tables/neutron-ryu.xml30(td) -msgid "(StrOpt) OVSDB IP to connect to" +#: ./doc/common/tables/neutron-ryu.xml32(td) +msgid "openflow_rest_api = 127.0.0.1:8080" msgstr "" #: ./doc/common/tables/neutron-ryu.xml33(td) -msgid "ovsdb_port = 6634" +msgid "(StrOpt) OpenFlow REST API location" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml34(td) -msgid "(IntOpt) OVSDB port to connect to" +#: ./doc/common/tables/neutron-ryu.xml36(td) +msgid "ovsdb_interface = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml37(td) -msgid "tunnel_interface = None" +msgid "(StrOpt) OVSDB interface to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml38(td) -msgid "(StrOpt) Tunnel interface to use" +#: ./doc/common/tables/neutron-ryu.xml40(td) +msgid "ovsdb_ip = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml41(td) -msgid "tunnel_ip = None" +msgid "(StrOpt) OVSDB IP to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml42(td) -msgid "(StrOpt) Tunnel IP to use" +#: ./doc/common/tables/neutron-ryu.xml44(td) +msgid "ovsdb_port = 6634" msgstr "" #: ./doc/common/tables/neutron-ryu.xml45(td) -msgid "tunnel_key_max = 16777215" +msgid "(IntOpt) OVSDB port to connect to" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml46(td) -msgid "(IntOpt) Maximum tunnel ID to use" +#: ./doc/common/tables/neutron-ryu.xml48(td) +msgid "tunnel_interface = None" msgstr "" #: ./doc/common/tables/neutron-ryu.xml49(td) +msgid "(StrOpt) Tunnel interface to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml52(td) +msgid "tunnel_ip = None" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml53(td) +msgid "(StrOpt) Tunnel IP to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml56(td) +msgid "tunnel_key_max = 16777215" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml57(td) +msgid "(IntOpt) Maximum tunnel ID to use" +msgstr "" + +#: ./doc/common/tables/neutron-ryu.xml60(td) msgid "tunnel_key_min = 1" msgstr "" -#: ./doc/common/tables/neutron-ryu.xml50(td) +#: ./doc/common/tables/neutron-ryu.xml61(td) msgid "(IntOpt) Minimum tunnel ID to use" msgstr "" -#: ./doc/common/tables/glance-logging.xml90(td) -#: ./doc/common/tables/keystone-logging.xml78(td) +#: ./doc/common/tables/cinder-swift.xml7(caption) +#: ./doc/common/tables/glance-swift.xml7(caption) +#: ./doc/common/tables/ceilometer-swift.xml7(caption) +#: ./doc/common/tables/trove-swift.xml7(caption) +msgid "Description of configuration options for swift" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml21(td) +msgid "backup_swift_auth_version = 1" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml22(td) msgid "" -"(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED " -"during I, and will chang in J to honor RFC5424." +"(StrOpt) Swift authentication version. Specify \"1\" for auth 1.0, or \"2\" " +"for auth 2.0" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml25(td) +msgid "backup_swift_tenant = None" +msgstr "" + +#: ./doc/common/tables/cinder-swift.xml26(td) +msgid "" +"(StrOpt) Swift tenant/account name. Required when connecting to an auth 2.0 " +"system" msgstr "" #: ./doc/common/tables/swift-rsyncd-account.xml8(literal) @@ -29356,6 +30122,15 @@ msgid "" "volumes." msgstr "" +#: ./doc/common/tables/cinder-common.xml33(td) +#: ./doc/common/tables/nova-logging.xml25(td) +msgid "" +"default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " +"sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, " +"requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, " +"websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN" +msgstr "" + #: ./doc/common/tables/cinder-common.xml37(td) msgid "default_volume_type = None" msgstr "" @@ -29364,12 +30139,19 @@ msgstr "" msgid "(StrOpt) Default volume type to use" msgstr "" -#: ./doc/common/tables/cinder-common.xml54(td) -msgid "(BoolOpt) make exception message format errors fatal" +#: ./doc/common/tables/cinder-common.xml42(td) +#: ./doc/common/tables/neutron-common.xml118(td) +#: ./doc/common/tables/trove-debug.xml34(td) +msgid "(BoolOpt) Whether to disable inter-process locks" msgstr "" -#: ./doc/common/tables/cinder-common.xml57(td) -msgid "host = localhost" +#: ./doc/common/tables/cinder-common.xml53(td) +#: ./doc/common/tables/nova-logging.xml33(td) +msgid "fatal_exception_format_errors = False" +msgstr "" + +#: ./doc/common/tables/cinder-common.xml54(td) +msgid "(BoolOpt) Make exception message format errors fatal." msgstr "" #: ./doc/common/tables/cinder-common.xml58(td) @@ -29571,12 +30353,6 @@ msgid "" " this if you have a sanitizing proxy." msgstr "" -#: ./doc/common/tables/glance-swift.xml7(caption) -#: ./doc/common/tables/ceilometer-swift.xml7(caption) -#: ./doc/common/tables/trove-swift.xml7(caption) -msgid "Description of configuration options for swift" -msgstr "" - #: ./doc/common/tables/glance-swift.xml21(td) msgid "swift_enable_snet = False" msgstr "" @@ -29789,6 +30565,34 @@ msgstr "" msgid "(StrOpt) Default driver to use for quota checks." msgstr "" +#: ./doc/common/tables/trove-clients.xml21(td) +msgid "remote_cinder_client = trove.common.remote.cinder_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml25(td) +msgid "remote_dns_client = trove.common.remote.dns_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml29(td) +msgid "remote_guest_client = trove.common.remote.guest_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml33(td) +msgid "remote_heat_client = trove.common.remote.heat_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml37(td) +msgid "remote_neutron_client = trove.common.remote.neutron_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml41(td) +msgid "remote_nova_client = trove.common.remote.nova_client" +msgstr "" + +#: ./doc/common/tables/trove-clients.xml45(td) +msgid "remote_swift_client = trove.common.remote.swift_client" +msgstr "" + #: ./doc/common/tables/ceilometer-alarm.xml7(caption) msgid "Description of configuration options for alarm" msgstr "" @@ -29808,55 +30612,55 @@ msgid "" msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml25(td) -msgid "evaluation_service = ceilometer.alarm.service.SingletonAlarmService" -msgstr "" - -#: ./doc/common/tables/ceilometer-alarm.xml26(td) -msgid "(StrOpt) Class to launch as alarm evaluation service." -msgstr "" - -#: ./doc/common/tables/ceilometer-alarm.xml29(td) msgid "notifier_rpc_topic = alarm_notifier" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml30(td) +#: ./doc/common/tables/ceilometer-alarm.xml26(td) msgid "(StrOpt) The topic that ceilometer uses for alarm notifier messages." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml33(td) +#: ./doc/common/tables/ceilometer-alarm.xml29(td) msgid "partition_rpc_topic = alarm_partition_coordination" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml34(td) +#: ./doc/common/tables/ceilometer-alarm.xml30(td) msgid "" "(StrOpt) The topic that ceilometer uses for alarm partition coordination " "messages." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml37(td) +#: ./doc/common/tables/ceilometer-alarm.xml33(td) msgid "record_history = True" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml38(td) +#: ./doc/common/tables/ceilometer-alarm.xml34(td) msgid "(BoolOpt) Record alarm change events." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml41(td) +#: ./doc/common/tables/ceilometer-alarm.xml37(td) msgid "rest_notifier_certificate_file =" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml42(td) +#: ./doc/common/tables/ceilometer-alarm.xml38(td) msgid "(StrOpt) SSL Client certificate for REST notifier." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml45(td) +#: ./doc/common/tables/ceilometer-alarm.xml41(td) msgid "rest_notifier_certificate_key =" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml46(td) +#: ./doc/common/tables/ceilometer-alarm.xml42(td) msgid "(StrOpt) SSL Client private key for REST notifier." msgstr "" +#: ./doc/common/tables/ceilometer-alarm.xml45(td) +msgid "rest_notifier_max_retries = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-alarm.xml46(td) +msgid "(IntOpt) Number of retries for REST notifier" +msgstr "" + #: ./doc/common/tables/ceilometer-alarm.xml49(td) msgid "rest_notifier_ssl_verify = True" msgstr "" @@ -29896,7 +30700,7 @@ msgid "" msgstr "" #: ./doc/common/tables/ceilometer-events.xml29(th) -#: ./doc/common/tables/ceilometer-rpc.xml89(th) +#: ./doc/common/tables/ceilometer-rpc.xml77(th) msgid "[notification]" msgstr "" @@ -29960,31 +30764,77 @@ msgid "Description of configuration options for xiv" msgstr "" #: ./doc/common/tables/cinder-xiv.xml21(td) +#: ./doc/common/tables/cinder-san.xml21(td) +msgid "san_clustername =" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml22(td) +#: ./doc/common/tables/cinder-san.xml22(td) +msgid "(StrOpt) Cluster name to use for creating volumes" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml25(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml29(td) +#: ./doc/common/tables/cinder-san.xml25(td) +msgid "san_ip =" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml26(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml30(td) +#: ./doc/common/tables/cinder-san.xml26(td) +msgid "(StrOpt) IP address of SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml29(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml33(td) +#: ./doc/common/tables/cinder-san.xml33(td) +msgid "san_login = admin" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml30(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml34(td) +#: ./doc/common/tables/cinder-san.xml34(td) +msgid "(StrOpt) Username for SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml33(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml37(td) +#: ./doc/common/tables/cinder-san.xml37(td) +msgid "san_password =" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml34(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml38(td) +#: ./doc/common/tables/cinder-san.xml38(td) +msgid "(StrOpt) Password for SAN controller" +msgstr "" + +#: ./doc/common/tables/cinder-xiv.xml37(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml216(td) msgid "xiv_chap = disabled" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml22(td) +#: ./doc/common/tables/cinder-xiv.xml38(td) #: ./doc/common/tables/cinder-conf-changes-icehouse.xml217(td) msgid "" "(StrOpt) CHAP authentication mode, effective only for iscsi " "(disabled|enabled)" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml25(td) +#: ./doc/common/tables/cinder-xiv.xml41(td) msgid "xiv_ds8k_connection_type = iscsi" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml26(td) +#: ./doc/common/tables/cinder-xiv.xml42(td) msgid "" "(StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi)" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml29(td) +#: ./doc/common/tables/cinder-xiv.xml45(td) msgid "xiv_ds8k_proxy = xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml30(td) +#: ./doc/common/tables/cinder-xiv.xml46(td) msgid "(StrOpt) Proxy driver that connects to the IBM Storage Array" msgstr "" @@ -30020,6 +30870,41 @@ msgstr "名前の最大長" msgid "use = egg:swift#name_check" msgstr "" +#: ./doc/common/tables/neutron-sriov.xml7(caption) +msgid "Description of configuration options for sriov" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml18(th) +msgid "[SRIOV_NIC]" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml21(td) +msgid "exclude_devices =" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml22(td) +msgid "" +"(ListOpt) List of <network_device>:<excluded_devices> mapping " +"network_device to the agent's node-specific list of virtual functions that " +"should not be used for virtual networking. excluded_devices is a semicolon " +"separated list of virtual functions (BDF format).to exclude from " +"network_device. The network_device in the mapping should appear in the " +"physical_device_mappings list." +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml25(td) +msgid "physical_device_mappings =" +msgstr "" + +#: ./doc/common/tables/neutron-sriov.xml26(td) +msgid "" +"(ListOpt) List of <physical_network>:<network_device> mapping " +"physical network names to the agent's node-specific physical network device " +"of SR-IOV physical function to be used for VLAN networks. All physical " +"networks listed in network_vlan_ranges on the server should have mappings to" +" appropriate interfaces on each agent" +msgstr "" + #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. @@ -30028,17 +30913,35 @@ msgid "New, updated and deprecated options for heat" msgstr "" #: ./doc/common/tables/heat-conf-changes-icehouse.xml16(td) -#: ./doc/common/tables/heat-rpc.xml25(td) +#: ./doc/common/tables/heat-rpc.xml21(td) msgid "engine_life_check_timeout = 2" msgstr "" #: ./doc/common/tables/heat-conf-changes-icehouse.xml17(td) -#: ./doc/common/tables/heat-rpc.xml26(td) +#: ./doc/common/tables/heat-rpc.xml22(td) msgid "" "(IntOpt) RPC timeout for the engine liveness check that is used for stack " "locking." msgstr "" +#: ./doc/common/tables/heat-conf-changes-icehouse.xml29(td) +msgid "" +"(StrOpt) onready allows you to send a notification when the heat processes " +"are ready to serve. This is either a module with the notify() method or a " +"shell command. To enable notifications with systemd, one may use the " +"'systemd-notify --ready' shell command or the 'heat.common.systemd' " +"notification module." +msgstr "" + +#: ./doc/common/tables/heat-conf-changes-icehouse.xml52(td) +msgid "stack_user_domain = None" +msgstr "" + +#: ./doc/common/tables/heat-conf-changes-icehouse.xml53(td) +msgid "" +"(StrOpt) Keystone domain ID which contains heat template-defined users." +msgstr "" + #: ./doc/common/tables/heat-conf-changes-icehouse.xml56(td) msgid "clients/ca_file = None" msgstr "" @@ -30336,134 +31239,175 @@ msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml37(td) #: ./doc/common/tables/neutron-bigswitch.xml37(td) -msgid "node_override_vif_hostdev =" +msgid "node_override_vif_distributed =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml38(td) #: ./doc/common/tables/neutron-bigswitch.xml38(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml161(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to hostdev" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to distributed" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml41(td) #: ./doc/common/tables/neutron-bigswitch.xml41(td) -msgid "node_override_vif_hyperv =" +msgid "node_override_vif_dvs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml42(td) #: ./doc/common/tables/neutron-bigswitch.xml42(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to hyperv" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to dvs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml45(td) #: ./doc/common/tables/neutron-bigswitch.xml45(td) -msgid "node_override_vif_ivs =" +msgid "node_override_vif_hostdev =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml46(td) #: ./doc/common/tables/neutron-bigswitch.xml46(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to ivs" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml161(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hostdev" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml49(td) #: ./doc/common/tables/neutron-bigswitch.xml49(td) -msgid "node_override_vif_midonet =" +msgid "node_override_vif_hw_veb =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml50(td) #: ./doc/common/tables/neutron-bigswitch.xml50(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml165(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to midonet" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hw_veb" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml53(td) #: ./doc/common/tables/neutron-bigswitch.xml53(td) -msgid "node_override_vif_mlnx_direct =" +msgid "node_override_vif_hyperv =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml54(td) #: ./doc/common/tables/neutron-bigswitch.xml54(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml169(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to hyperv" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml57(td) #: ./doc/common/tables/neutron-bigswitch.xml57(td) -msgid "node_override_vif_other =" +msgid "node_override_vif_ivs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml58(td) #: ./doc/common/tables/neutron-bigswitch.xml58(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to other" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to ivs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml61(td) #: ./doc/common/tables/neutron-bigswitch.xml61(td) -msgid "node_override_vif_ovs =" +msgid "node_override_vif_midonet =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml62(td) #: ./doc/common/tables/neutron-bigswitch.xml62(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to ovs" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml165(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to midonet" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml65(td) #: ./doc/common/tables/neutron-bigswitch.xml65(td) -msgid "node_override_vif_unbound =" +msgid "node_override_vif_mlnx_direct =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml66(td) #: ./doc/common/tables/neutron-bigswitch.xml66(td) -msgid "(ListOpt) Nova compute nodes to manually set VIF type to unbound" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml169(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml69(td) #: ./doc/common/tables/neutron-bigswitch.xml69(td) -msgid "vif_type = ovs" +msgid "node_override_vif_other =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml70(td) #: ./doc/common/tables/neutron-bigswitch.xml70(td) -msgid "(StrOpt) Virtual interface type to configure on Nova compute nodes" +msgid "(ListOpt) Nova compute nodes to manually set VIF type to other" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml73(td) #: ./doc/common/tables/neutron-bigswitch.xml73(td) -msgid "" -"vif_types = unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, " -"hyperv, midonet, mlnx_direct, hostdev, other" +msgid "node_override_vif_ovs =" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml74(td) #: ./doc/common/tables/neutron-bigswitch.xml74(td) -msgid "(ListOpt) List of allowed vif_type values." +msgid "(ListOpt) Nova compute nodes to manually set VIF type to ovs" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml77(th) -#: ./doc/common/tables/neutron-nuage.xml18(th) -#: ./doc/common/tables/neutron-bigswitch.xml77(th) -msgid "[RESTPROXY]" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml77(td) +#: ./doc/common/tables/neutron-bigswitch.xml77(td) +msgid "node_override_vif_unbound =" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml80(td) -#: ./doc/common/tables/neutron-bigswitch.xml80(td) -msgid "add_meta_server_route = True" +#: ./doc/common/tables/neutron-ml2_bigswitch.xml78(td) +#: ./doc/common/tables/neutron-bigswitch.xml78(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to unbound" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml81(td) #: ./doc/common/tables/neutron-bigswitch.xml81(td) +msgid "node_override_vif_vrouter =" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml82(td) +#: ./doc/common/tables/neutron-bigswitch.xml82(td) +msgid "(ListOpt) Nova compute nodes to manually set VIF type to vrouter" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml85(td) +#: ./doc/common/tables/neutron-bigswitch.xml85(td) +msgid "vif_type = ovs" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml86(td) +#: ./doc/common/tables/neutron-bigswitch.xml86(td) +msgid "(StrOpt) Virtual interface type to configure on Nova compute nodes" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml89(td) +#: ./doc/common/tables/neutron-bigswitch.xml89(td) +msgid "" +"vif_types = unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, " +"hyperv, midonet, mlnx_direct, hostdev, hw_veb, dvs, other, distributed, " +"vrouter" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml90(td) +#: ./doc/common/tables/neutron-bigswitch.xml90(td) +msgid "(ListOpt) List of allowed vif_type values." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml93(th) +#: ./doc/common/tables/neutron-nuage.xml18(th) +#: ./doc/common/tables/neutron-bigswitch.xml93(th) +msgid "[RESTPROXY]" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml96(td) +#: ./doc/common/tables/neutron-bigswitch.xml96(td) +msgid "add_meta_server_route = True" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml97(td) +#: ./doc/common/tables/neutron-bigswitch.xml97(td) msgid "" "(BoolOpt) Flag to decide if a route to the metadata server should be " "injected into the VM" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml84(td) -#: ./doc/common/tables/neutron-bigswitch.xml84(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml100(td) +#: ./doc/common/tables/neutron-bigswitch.xml100(td) msgid "auto_sync_on_failure = True" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml85(td) -#: ./doc/common/tables/neutron-bigswitch.xml85(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml101(td) +#: ./doc/common/tables/neutron-bigswitch.xml101(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml285(td) msgid "" "(BoolOpt) If neutron fails to create a resource because the backend " @@ -30471,93 +31415,93 @@ msgid "" " full data synchronization to the controller." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml88(td) -#: ./doc/common/tables/neutron-bigswitch.xml88(td) -msgid "cache_connections = True" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml89(td) -#: ./doc/common/tables/neutron-bigswitch.xml89(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml293(td) -msgid "(BoolOpt) Re-use HTTP/HTTPS connections to the controller." -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml92(td) -#: ./doc/common/tables/neutron-bigswitch.xml92(td) -msgid "consistency_interval = 60" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml93(td) -#: ./doc/common/tables/neutron-bigswitch.xml93(td) -msgid "" -"(IntOpt) Time between verifications that the backend controller database is " -"consistent with Neutron. (0 to disable)" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml96(td) -#: ./doc/common/tables/neutron-bigswitch.xml96(td) -msgid "neutron_id = neutron-oslo" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml97(td) -#: ./doc/common/tables/neutron-bigswitch.xml97(td) -msgid "(StrOpt) User defined identifier for this Neutron deployment" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml100(td) -#: ./doc/common/tables/neutron-bigswitch.xml100(td) -msgid "no_ssl_validation = False" -msgstr "" - -#: ./doc/common/tables/neutron-ml2_bigswitch.xml101(td) -#: ./doc/common/tables/neutron-bigswitch.xml101(td) -#: ./doc/common/tables/neutron-conf-changes-icehouse.xml309(td) -msgid "(BoolOpt) Disables SSL certificate validation for controllers" -msgstr "" - #: ./doc/common/tables/neutron-ml2_bigswitch.xml104(td) #: ./doc/common/tables/neutron-bigswitch.xml104(td) -msgid "server_auth = None" +msgid "cache_connections = True" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml105(td) #: ./doc/common/tables/neutron-bigswitch.xml105(td) -msgid "" -"(StrOpt) The username and password for authenticating against the Big Switch" -" or Floodlight controller." +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml293(td) +msgid "(BoolOpt) Re-use HTTP/HTTPS connections to the controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml108(td) #: ./doc/common/tables/neutron-bigswitch.xml108(td) -msgid "server_ssl = True" +msgid "consistency_interval = 60" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml109(td) #: ./doc/common/tables/neutron-bigswitch.xml109(td) msgid "" -"(BoolOpt) If True, Use SSL when connecting to the Big Switch or Floodlight " -"controller." +"(IntOpt) Time between verifications that the backend controller database is " +"consistent with Neutron. (0 to disable)" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml112(td) #: ./doc/common/tables/neutron-bigswitch.xml112(td) -msgid "server_timeout = 10" +msgid "neutron_id = neutron-shock" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml113(td) #: ./doc/common/tables/neutron-bigswitch.xml113(td) +msgid "(StrOpt) User defined identifier for this Neutron deployment" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml116(td) +#: ./doc/common/tables/neutron-bigswitch.xml116(td) +msgid "no_ssl_validation = False" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml117(td) +#: ./doc/common/tables/neutron-bigswitch.xml117(td) +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml309(td) +msgid "(BoolOpt) Disables SSL certificate validation for controllers" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml120(td) +#: ./doc/common/tables/neutron-bigswitch.xml120(td) +msgid "server_auth = None" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml121(td) +#: ./doc/common/tables/neutron-bigswitch.xml121(td) +msgid "" +"(StrOpt) The username and password for authenticating against the Big Switch" +" or Floodlight controller." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml124(td) +#: ./doc/common/tables/neutron-bigswitch.xml124(td) +msgid "server_ssl = True" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml125(td) +#: ./doc/common/tables/neutron-bigswitch.xml125(td) +msgid "" +"(BoolOpt) If True, Use SSL when connecting to the Big Switch or Floodlight " +"controller." +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml128(td) +#: ./doc/common/tables/neutron-bigswitch.xml128(td) +msgid "server_timeout = 10" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_bigswitch.xml129(td) +#: ./doc/common/tables/neutron-bigswitch.xml129(td) msgid "" "(IntOpt) Maximum number of seconds to wait for proxy request to connect and " "complete." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml116(td) -#: ./doc/common/tables/neutron-bigswitch.xml116(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml132(td) +#: ./doc/common/tables/neutron-bigswitch.xml132(td) msgid "servers = localhost:8800" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml117(td) -#: ./doc/common/tables/neutron-bigswitch.xml117(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml133(td) +#: ./doc/common/tables/neutron-bigswitch.xml133(td) msgid "" "(ListOpt) A comma separated list of Big Switch or Floodlight servers and " "port numbers. The plugin proxies the requests to the Big Switch/Floodlight " @@ -30566,112 +31510,112 @@ msgid "" " failover." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml120(td) -#: ./doc/common/tables/neutron-bigswitch.xml120(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml136(td) +#: ./doc/common/tables/neutron-bigswitch.xml136(td) msgid "ssl_cert_directory = /etc/neutron/plugins/bigswitch/ssl" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml121(td) -#: ./doc/common/tables/neutron-bigswitch.xml121(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml137(td) +#: ./doc/common/tables/neutron-bigswitch.xml137(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml329(td) msgid "" "(StrOpt) Directory containing ca_certs and host_certs certificate " "directories." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml124(td) -#: ./doc/common/tables/neutron-bigswitch.xml124(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml140(td) +#: ./doc/common/tables/neutron-bigswitch.xml140(td) msgid "ssl_sticky = True" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml125(td) -#: ./doc/common/tables/neutron-bigswitch.xml125(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml141(td) +#: ./doc/common/tables/neutron-bigswitch.xml141(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml333(td) msgid "" "(BoolOpt) Trust and store the first certificate received for each controller" " address and use it to validate future connections to that address." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml128(td) -#: ./doc/common/tables/neutron-bigswitch.xml128(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml144(td) +#: ./doc/common/tables/neutron-bigswitch.xml144(td) msgid "sync_data = False" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml129(td) -#: ./doc/common/tables/neutron-bigswitch.xml129(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml145(td) +#: ./doc/common/tables/neutron-bigswitch.xml145(td) msgid "(BoolOpt) Sync data on connect" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml132(td) -#: ./doc/common/tables/neutron-bigswitch.xml132(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml148(td) +#: ./doc/common/tables/neutron-bigswitch.xml148(td) msgid "thread_pool_size = 4" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml133(td) -#: ./doc/common/tables/neutron-bigswitch.xml133(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml149(td) +#: ./doc/common/tables/neutron-bigswitch.xml149(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml337(td) msgid "" "(IntOpt) Maximum number of threads to spawn to handle large volumes of port " "creations." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml136(th) -#: ./doc/common/tables/neutron-bigswitch.xml136(th) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml152(th) +#: ./doc/common/tables/neutron-bigswitch.xml152(th) msgid "[RESTPROXYAGENT]" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml140(td) -#: ./doc/common/tables/neutron-bigswitch.xml140(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml156(td) +#: ./doc/common/tables/neutron-bigswitch.xml156(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml341(td) msgid "" "(StrOpt) Name of integration bridge on compute nodes used for security group" " insertion." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml143(td) -#: ./doc/common/tables/neutron-bigswitch.xml143(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml159(td) +#: ./doc/common/tables/neutron-bigswitch.xml159(td) msgid "polling_interval = 5" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml144(td) -#: ./doc/common/tables/neutron-bigswitch.xml144(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml160(td) +#: ./doc/common/tables/neutron-bigswitch.xml160(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml345(td) msgid "(IntOpt) Seconds between agent checks for port changes" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml147(td) -#: ./doc/common/tables/neutron-bigswitch.xml147(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml163(td) +#: ./doc/common/tables/neutron-bigswitch.xml163(td) msgid "virtual_switch_type = ovs" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml148(td) -#: ./doc/common/tables/neutron-bigswitch.xml148(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml164(td) +#: ./doc/common/tables/neutron-bigswitch.xml164(td) #: ./doc/common/tables/neutron-conf-changes-icehouse.xml349(td) msgid "(StrOpt) Virtual switch type." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml151(th) -#: ./doc/common/tables/neutron-bigswitch.xml151(th) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml167(th) +#: ./doc/common/tables/neutron-bigswitch.xml167(th) msgid "[ROUTER]" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml154(td) -#: ./doc/common/tables/neutron-bigswitch.xml154(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml170(td) +#: ./doc/common/tables/neutron-bigswitch.xml170(td) msgid "max_router_rules = 200" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml155(td) -#: ./doc/common/tables/neutron-bigswitch.xml155(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml171(td) +#: ./doc/common/tables/neutron-bigswitch.xml171(td) msgid "(IntOpt) Maximum number of router rules" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml158(td) -#: ./doc/common/tables/neutron-bigswitch.xml158(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml174(td) +#: ./doc/common/tables/neutron-bigswitch.xml174(td) msgid "tenant_default_router_rule = ['*:any:any:permit']" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml159(td) -#: ./doc/common/tables/neutron-bigswitch.xml159(td) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml175(td) +#: ./doc/common/tables/neutron-bigswitch.xml175(td) msgid "" "(MultiStrOpt) The default router rules installed in new tenant routers. " "Repeat the config option for each rule. Format is " @@ -30680,6 +31624,7 @@ msgid "" msgstr "" #: ./doc/common/tables/nova-glance.xml7(caption) +#: ./doc/common/tables/ceilometer-glance.xml7(caption) msgid "Description of configuration options for glance" msgstr "" @@ -30772,26 +31717,6 @@ msgid "" "image_file_url:<list entry name> sections" msgstr "" -#: ./doc/common/tables/neutron-database.xml25(td) -msgid "connection = sqlite://" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml57(td) -msgid "max_overflow = 20" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml61(td) -msgid "max_pool_size = 10" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml77(td) -msgid "pool_timeout = 10" -msgstr "" - -#: ./doc/common/tables/neutron-database.xml85(td) -msgid "sqlite_db =" -msgstr "" - #: ./doc/common/tables/nova-s3.xml21(td) msgid "buckets_path = $state_path/buckets" msgstr "" @@ -31201,15 +32126,27 @@ msgstr "" msgid "[couchbase]" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml25(td) -msgid "mount_point = /var/lib/couchbase" +#: ./doc/common/tables/trove-db_couchbase.xml21(td) +msgid "backup_namespace = trove.guestagent.strategies.backup.couchbase_impl" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml29(td) -msgid "root_on_create = True" +#: ./doc/common/tables/trove-db_couchbase.xml25(td) +msgid "backup_strategy = CbBackup" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml33(td) +msgid "mount_point = /var/lib/couchbase" +msgstr "" + +#: ./doc/common/tables/trove-db_couchbase.xml37(td) +msgid "restore_namespace = trove.guestagent.strategies.restore.couchbase_impl" +msgstr "" + +#: ./doc/common/tables/trove-db_couchbase.xml41(td) +msgid "root_on_create = True" +msgstr "" + +#: ./doc/common/tables/trove-db_couchbase.xml45(td) msgid "tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199" msgstr "" @@ -31230,11 +32167,6 @@ msgstr "" msgid "concurrency = 8" msgstr "" -#: ./doc/common/tables/swift-account-server-account-replicator.xml36(td) -#: ./doc/common/tables/swift-container-server-container-replicator.xml28(td) -msgid "interval = 30" -msgstr "" - #: ./doc/common/tables/swift-account-server-account-replicator.xml52(td) msgid "log_name = account-replicator" msgstr "" @@ -31762,7 +32694,7 @@ msgid "(StrOpt) PLUMgrid Driver" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml33(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml29(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml33(td) msgid "password = password" msgstr "" @@ -31835,6 +32767,54 @@ msgstr "" msgid "(IntOpt) Port of sheep daemon." msgstr "" +#: ./doc/common/tables/keystone-mapping.xml7(caption) +msgid "Description of configuration options for mapping" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml18(th) +msgid "[identity_mapping]" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml21(td) +msgid "backward_compatible_ids = True" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml22(td) +msgid "" +"(BoolOpt) The format of user and group IDs changed in Juno for backends that" +" do not generate UUIDs (e.g. LDAP), with keystone providing a hash mapping " +"to the underlying attribute in LDAP. By default this mapping is disabled, " +"which ensures that existing IDs will not change. Even when the mapping is " +"enabled by using domain specific drivers, any users and groups from the " +"default domain being handled by LDAP will still not be mapped to ensure " +"their IDs remain backward compatible. Setting this value to False will " +"enable the mapping for even the default LDAP driver. It is only safe to do " +"this if you do not already have assignments for users and groups from the " +"default LDAP domain, and it is acceptable for Keystone to provide the " +"different IDs to clients than it did previously. Typically this means that " +"the only time you can set this value to False is when configuring a fresh " +"installation." +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml25(td) +msgid "driver = keystone.identity.mapping_backends.sql.Mapping" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml26(td) +msgid "(StrOpt) Keystone Identity Mapping backend driver." +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml29(td) +msgid "generator = keystone.identity.id_generators.sha256.Generator" +msgstr "" + +#: ./doc/common/tables/keystone-mapping.xml30(td) +msgid "" +"(StrOpt) Public ID generator for user and group entities. The Keystone " +"identity mapper only supports generators that produce no more than 64 " +"characters." +msgstr "" + #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml8(literal) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml8(literal) @@ -32010,12 +32990,12 @@ msgid "" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml72(td) -#: ./doc/common/tables/nova-scheduling.xml85(td) +#: ./doc/common/tables/nova-scheduling.xml89(td) msgid "scheduler_driver_task_period = 60" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml73(td) -#: ./doc/common/tables/nova-scheduling.xml86(td) +#: ./doc/common/tables/nova-scheduling.xml90(td) msgid "" "(IntOpt) How often (in seconds) to run periodic tasks in the scheduler " "driver of your choice. Please note this is likely to interact with the value" @@ -32173,7 +33153,7 @@ msgid "" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml177(td) -#: ./doc/common/tables/nova-libvirt.xml57(td) +#: ./doc/common/tables/nova-libvirt.xml61(td) msgid "" "(StrOpt) Allows image information files to be stored in non-standard " "locations" @@ -32318,7 +33298,7 @@ msgid "libvirt/remove_unused_kernels = False" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml261(td) -#: ./doc/common/tables/nova-libvirt.xml61(td) +#: ./doc/common/tables/nova-libvirt.xml65(td) msgid "" "(BoolOpt) Should unused kernel images be removed? This is only safe to " "enable if all compute nodes have been updated to support this option. This " @@ -32330,7 +33310,7 @@ msgid "libvirt/remove_unused_resized_minimum_age_seconds = 3600" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml265(td) -#: ./doc/common/tables/nova-libvirt.xml65(td) +#: ./doc/common/tables/nova-libvirt.xml69(td) msgid "" "(IntOpt) Unused resized base images younger than this will not be removed" msgstr "" @@ -32366,7 +33346,7 @@ msgid "libvirt/rng_dev_path = None" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml281(td) -#: ./doc/common/tables/nova-libvirt.xml69(td) +#: ./doc/common/tables/nova-libvirt.xml73(td) msgid "" "(StrOpt) A path to a device that will be used as source of entropy on the " "host. Permitted options are: /dev/random or /dev/hwrng" @@ -32407,7 +33387,7 @@ msgid "libvirt/snapshots_directory = $instances_path/snapshots" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml301(td) -#: ./doc/common/tables/nova-libvirt.xml73(td) +#: ./doc/common/tables/nova-libvirt.xml77(td) msgid "" "(StrOpt) Location where libvirt driver will store snapshots before uploading" " them to image service" @@ -32447,7 +33427,6 @@ msgid "libvirt/vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml317(td) -#: ./doc/common/tables/nova-libvirt.xml77(td) msgid "" "(StrOpt) DEPRECATED. The libvirt VIF driver to configure the VIFs.This " "option is deprecated and will be removed in the Juno release." @@ -32513,7 +33492,7 @@ msgid "metrics/required = True" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml345(td) -#: ./doc/common/tables/nova-scheduling.xml144(td) +#: ./doc/common/tables/nova-scheduling.xml152(td) msgid "" "(BoolOpt) How to treat the unavailable metrics. When a metric is NOT " "available for a host, if it is set to be True, it would raise an exception, " @@ -32528,7 +33507,7 @@ msgid "metrics/weight_multiplier = 1.0" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml349(td) -#: ./doc/common/tables/nova-scheduling.xml148(td) +#: ./doc/common/tables/nova-scheduling.xml156(td) msgid "(FloatOpt) Multiplier used for weighing metrics." msgstr "" @@ -32537,7 +33516,7 @@ msgid "metrics/weight_of_unavailable = -10000.0" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml353(td) -#: ./doc/common/tables/nova-scheduling.xml152(td) +#: ./doc/common/tables/nova-scheduling.xml160(td) msgid "" "(FloatOpt) The final weight value to be returned if required is set to False" " and any one of the metrics set by weight_setting is unavailable." @@ -32548,7 +33527,7 @@ msgid "metrics/weight_setting = []" msgstr "" #: ./doc/common/tables/nova-conf-changes-icehouse.xml357(td) -#: ./doc/common/tables/nova-scheduling.xml156(td) +#: ./doc/common/tables/nova-scheduling.xml164(td) msgid "" "(ListOpt) How the metrics are going to be weighed. This should be in the " "form of \"<name1>=<ratio1>, <name2>=<ratio2>, ...\"," @@ -32750,11 +33729,6 @@ msgstr "" msgid "xenserver/vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" msgstr "" -#: ./doc/common/tables/nova-conf-changes-icehouse.xml549(td) -#: ./doc/common/tables/nova-baremetal.xml133(td) -msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs." -msgstr "" - #: ./doc/common/tables/nova-conf-changes-icehouse.xml567(td) msgid "" "oslo.messaging.exceptions, nova.exception, cinder.exception, exceptions" @@ -33406,62 +34380,93 @@ msgstr "" msgid "Description of configuration options for bigswitch" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml22(td) -#: ./doc/common/tables/cinder-rpc.xml22(td) -#: ./doc/common/tables/heat-rpc.xml22(td) -#: ./doc/common/tables/neutron-common.xml38(td) -msgid "" -"(ListOpt) Modules of exceptions that are permitted to be recreated upon " -"receiving exception data from an rpc call." +#: ./doc/common/tables/neutron-cfg_agent.xml7(caption) +msgid "Description of configuration options for cfg_agent" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml25(td) +#: ./doc/common/tables/neutron-cfg_agent.xml21(td) +msgid "device_connection_timeout = 30" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml22(td) +msgid "(IntOpt) Time in seconds for connecting to a hosting device" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml25(td) +msgid "hosting_device_dead_timeout = 300" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml26(td) +msgid "" +"(IntOpt) The time in seconds until a backlogged hosting device is presumed " +"dead. This value should be set up high enough to recover from a period of " +"connectivity loss or high load when the device may not be responding." +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml29(td) +msgid "" +"routing_svc_helper_class = " +"neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml30(td) +msgid "(StrOpt) Path of the routing service helper class." +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml33(td) +msgid "rpc_loop_interval = 10" +msgstr "" + +#: ./doc/common/tables/neutron-cfg_agent.xml34(td) +msgid "" +"(IntOpt) Interval when the process_services() loop executes in seconds. This" +" is when the config agent lets each service helper to process its neutron " +"resources." +msgstr "" + +#: ./doc/common/tables/ceilometer-rpc.xml21(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml20(td) msgid "dispatcher = ['database']" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml26(td) +#: ./doc/common/tables/ceilometer-rpc.xml22(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml21(td) msgid "(MultiStrOpt) Dispatcher to process data." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml37(td) -msgid "rpc_backend = ceilometer.openstack.common.rpc.impl_kombu" -msgstr "" - -#: ./doc/common/tables/ceilometer-rpc.xml92(td) +#: ./doc/common/tables/ceilometer-rpc.xml80(td) msgid "messaging_urls = []" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml93(td) +#: ./doc/common/tables/ceilometer-rpc.xml81(td) msgid "" "(MultiStrOpt) Messaging URLs to listen for notifications. Example: " "transport://user:pass@host1:port[,hostN:portN]/virtual_host " "(DEFAULT/transport_url is used if empty)" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml96(th) +#: ./doc/common/tables/ceilometer-rpc.xml84(th) msgid "[publisher]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml99(td) +#: ./doc/common/tables/ceilometer-rpc.xml87(td) msgid "metering_secret = change this or be hacked" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml100(td) +#: ./doc/common/tables/ceilometer-rpc.xml88(td) #: ./doc/common/tables/ceilometer-conf-changes-icehouse.xml65(td) msgid "(StrOpt) Secret value for signing metering messages." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml103(th) +#: ./doc/common/tables/ceilometer-rpc.xml91(th) msgid "[publisher_rpc]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml106(td) +#: ./doc/common/tables/ceilometer-rpc.xml94(td) msgid "metering_topic = metering" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml107(td) +#: ./doc/common/tables/ceilometer-rpc.xml95(td) msgid "(StrOpt) The topic that ceilometer uses for metering messages." msgstr "" @@ -33505,15 +34510,15 @@ msgstr "" msgid "[mongodb]" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml25(td) +#: ./doc/common/tables/trove-db_mongodb.xml29(td) msgid "mount_point = /var/lib/mongodb" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml29(td) +#: ./doc/common/tables/trove-db_mongodb.xml33(td) msgid "tcp_ports = 2500, 27017" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml34(td) +#: ./doc/common/tables/trove-db_mongodb.xml38(td) msgid "" "(ListOpt) List of UPD ports and/or port ranges to open in the security group" " (only applicable if trove_security_groups_support is True)." @@ -33651,6 +34656,11 @@ msgid "" "dict." msgstr "" +#: ./doc/common/tables/trove-rpc.xml21(td) +msgid "" +"allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" +msgstr "" + #: ./doc/common/tables/trove-rpc.xml30(td) msgid "(IntOpt) Heartbeat frequency" msgstr "" @@ -33667,6 +34677,22 @@ msgstr "" msgid "rpc_backend = trove.openstack.common.rpc.impl_kombu" msgstr "" +#: ./doc/common/tables/trove-rpc.xml50(td) +msgid "(StrOpt) The messaging module to use, defaults to kombu." +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml58(td) +msgid "(IntOpt) Size of RPC connection pool" +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml62(td) +msgid "(IntOpt) Seconds to wait for a response from call or multicall" +msgstr "" + +#: ./doc/common/tables/trove-rpc.xml66(td) +msgid "(IntOpt) Size of RPC thread pool" +msgstr "" + #: ./doc/common/tables/trove-rpc.xml69(th) msgid "[rpc_notifier2]" msgstr "" @@ -33685,6 +34711,7 @@ msgstr "" #: ./doc/common/tables/trove-rpc.xml79(td) #: ./doc/common/tables/keystone-trust.xml25(td) +#: ./doc/common/tables/glance-profiler.xml21(td) msgid "enabled = True" msgstr "" @@ -33787,10 +34814,6 @@ msgid "" "default full backup." msgstr "" -#: ./doc/common/tables/trove-backup.xml33(td) -msgid "backup_namespace = trove.guestagent.strategies.backup.mysql_impl" -msgstr "" - #: ./doc/common/tables/trove-backup.xml34(td) msgid "(StrOpt) Namespace to load backup strategies from." msgstr "" @@ -33847,10 +34870,6 @@ msgstr "" msgid "backups_page_size = 20" msgstr "" -#: ./doc/common/tables/nova-network.xml7(caption) -msgid "Description of configuration options for network" -msgstr "" - #: ./doc/common/tables/nova-network.xml21(td) msgid "allow_same_net_traffic = True" msgstr "" @@ -34159,7 +35178,9 @@ msgid "(IntOpt) Number of times to retry network allocation on failures" msgstr "" #: ./doc/common/tables/nova-network.xml170(td) -msgid "(IntOpt) MTU setting for network interface" +msgid "" +"(IntOpt) DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE NETWORK. MTU" +" setting for network interface." msgstr "" #: ./doc/common/tables/nova-network.xml173(td) @@ -34482,6 +35503,36 @@ msgid "" "certificate)." msgstr "" +#: ./doc/common/tables/cinder-prophetstor_dpl.xml7(caption) +msgid "Description of configuration options for prophetstor_dpl" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml21(td) +msgid "dpl_pool =" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml22(td) +msgid "(StrOpt) DPL pool uuid in which DPL volumes are stored." +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml25(td) +msgid "dpl_port = 8357" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml26(td) +msgid "(IntOpt) DPL port number." +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml41(td) +#: ./doc/common/tables/cinder-san.xml53(td) +msgid "san_thin_provision = True" +msgstr "" + +#: ./doc/common/tables/cinder-prophetstor_dpl.xml42(td) +#: ./doc/common/tables/cinder-san.xml54(td) +msgid "(BoolOpt) Use thin provisioning for SAN volumes?" +msgstr "" + #: ./doc/common/tables/nova-ca.xml7(caption) msgid "Description of configuration options for ca" msgstr "" @@ -34655,30 +35706,52 @@ msgid "" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml25(th) -msgid "[dispatcher_file]" +msgid "[collector]" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml28(td) -msgid "backup_count = 0" +msgid "udp_address = 0.0.0.0" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml29(td) -msgid "(IntOpt) The max number of the files to keep." +msgid "" +"(StrOpt) Address to which the UDP socket is bound. Set to an empty string to" +" disable." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml32(td) -msgid "file_path = None" +msgid "udp_port = 4952" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml33(td) +msgid "(IntOpt) Port to which the UDP socket is bound." +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml36(th) +msgid "[dispatcher_file]" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml39(td) +msgid "backup_count = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml40(td) +msgid "(IntOpt) The max number of the files to keep." +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml43(td) +msgid "file_path = None" +msgstr "" + +#: ./doc/common/tables/ceilometer-collector.xml44(td) msgid "(StrOpt) Name and the location of the file to record meters." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml36(td) +#: ./doc/common/tables/ceilometer-collector.xml47(td) msgid "max_bytes = 0" msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml37(td) +#: ./doc/common/tables/ceilometer-collector.xml48(td) msgid "(IntOpt) The max size of the file." msgstr "" @@ -34814,6 +35887,7 @@ msgid "(StrOpt) vArmour director username" msgstr "" #: ./doc/common/tables/heat-debug.xml7(caption) +#: ./doc/common/tables/ceilometer-debug.xml7(caption) #: ./doc/common/tables/trove-debug.xml7(caption) #: ./doc/common/tables/keystone-debug.xml7(caption) msgid "Description of configuration options for debug" @@ -34875,10 +35949,6 @@ msgstr "" msgid "mount_options = defaults,noatime" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml53(td) -msgid "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" -msgstr "" - #: ./doc/common/tables/trove-guestagent.xml54(td) msgid "(StrOpt) Namespace to load restore strategies from." msgstr "" @@ -35084,6 +36154,33 @@ msgstr "" msgid "(StrOpt) vDirect user name." msgstr "" +#: ./doc/common/tables/neutron-ml2_sriov.xml7(caption) +msgid "Description of configuration options for ml2_sriov" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml18(th) +msgid "[ml2_sriov]" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml21(td) +msgid "agent_required = False" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml22(td) +msgid "(BoolOpt) SRIOV neutron agent is required for port binding" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml25(td) +msgid "supported_pci_vendor_devs = 15b3:1004, 8086:10c9" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_sriov.xml26(td) +msgid "" +"(ListOpt) Supported PCI vendor devices, defined by vendor_id:product_id " +"according to the PCI ID Repository. Default enables support for Intel and " +"Mellanox SR-IOV capable NICs" +msgstr "" + #: ./doc/common/tables/neutron-ml2_l2pop.xml7(caption) msgid "Description of configuration options for ml2_l2pop" msgstr "" @@ -35102,33 +36199,6 @@ msgid "" " it restarts" msgstr "" -#: ./doc/common/tables/glance-amqp.xml37(td) -#: ./doc/common/tables/cinder-rpc.xml181(td) -msgid "rpc_backend = rabbit" -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml38(td) -#: ./doc/common/tables/cinder-rpc.xml182(td) -msgid "" -"(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers " -"include qpid and zmq." -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml42(td) -#: ./doc/common/tables/cinder-rpc.xml190(td) -msgid "(IntOpt) Size of RPC connection pool." -msgstr "(整数オプション) RPC 接続プールの容量。" - -#: ./doc/common/tables/glance-amqp.xml46(td) -#: ./doc/common/tables/cinder-rpc.xml194(td) -msgid "(IntOpt) Seconds to wait for a response from a call." -msgstr "" - -#: ./doc/common/tables/glance-amqp.xml50(td) -#: ./doc/common/tables/cinder-rpc.xml198(td) -msgid "(IntOpt) Size of RPC greenthread pool." -msgstr "" - #: ./doc/common/tables/glance-zmq.xml7(caption) msgid "Description of configuration options for zmq" msgstr "" @@ -35251,6 +36321,14 @@ msgstr "" msgid "memcache.conf" msgstr "" +#: ./doc/common/tables/ceilometer-debug.xml21(td) +msgid "nova_http_log_debug = False" +msgstr "" + +#: ./doc/common/tables/ceilometer-debug.xml22(td) +msgid "(BoolOpt) Allow novaclient's debug log output." +msgstr "" + #: ./doc/common/tables/swift-account-server-app-account-server.xml8(literal) msgid "[app-account-server]" msgstr "" @@ -35291,86 +36369,6 @@ msgstr "" msgid "root_grant_option = True" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml20(td) -msgid "access_log_address = /dev/log" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml24(td) -msgid "access_log_facility = LOG_LOCAL0" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml28(td) -msgid "access_log_headers = false" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml32(td) -msgid "access_log_headers_only =" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml33(td) -msgid "" -"If access_log_headers is True and access_log_headers_only is set only these " -"headers are logged. Multiple headers can be defined as comma separated list " -"like this: access_log_headers_only = Host, X-Object-Meta-Mtime" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml38(td) -msgid "access_log_level = INFO" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml42(td) -msgid "access_log_name = swift" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml46(td) -msgid "access_log_statsd_default_sample_rate = 1.0" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml50(td) -msgid "access_log_statsd_host = localhost" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml54(td) -msgid "access_log_statsd_metric_prefix =" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml58(td) -msgid "access_log_statsd_port = 8125" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml62(td) -msgid "access_log_statsd_sample_rate_factor = 1.0" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml66(td) -msgid "access_log_udp_host =" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml70(td) -msgid "access_log_udp_port = 514" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml74(td) -msgid "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml78(td) -msgid "logged with access_log_headers = True." -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml82(td) -msgid "reveal_sensitive_prefix = 16" -msgstr "" - -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml83(td) -msgid "" -"The X-Auth-Token is sensitive data. If revealed to an unauthorised person, " -"they can now make requests against an account until the token expires. Set " -"reveal_sensitive_prefix to the number of characters of the token that are " -"logged. For example reveal_sensitive_prefix = 12 so only first 12 characters" -" of the token are logged. Or, set to 0 to completely remove the token." -msgstr "" - #: ./doc/common/tables/trove-db_redis.xml7(caption) msgid "Description of configuration options for db_redis" msgstr "" @@ -35380,38 +36378,38 @@ msgid "[redis]" msgstr "" #: ./doc/common/tables/trove-db_redis.xml25(td) -msgid "mount_point = /var/lib/redis" +msgid "device_path = None" msgstr "" #: ./doc/common/tables/trove-db_redis.xml29(td) +msgid "mount_point = /var/lib/redis" +msgstr "" + +#: ./doc/common/tables/trove-db_redis.xml33(td) msgid "tcp_ports = 6379" msgstr "" -#: ./doc/common/tables/cinder-rpc.xml21(td) +#: ./doc/common/tables/trove-db_redis.xml45(td) +msgid "volume_support = False" +msgstr "" + +#: ./doc/common/tables/cinder-rpc.xml33(td) +msgid "default_timeout = 525600" +msgstr "" + +#: ./doc/common/tables/cinder-rpc.xml34(td) msgid "" -"allowed_rpc_exception_modules = oslo.messaging.exceptions, nova.exception, " -"cinder.exception, exceptions" +"(IntOpt) Default timeout for CLI operations in minutes. For example, LUN " +"migration is a typical long running operation, which depends on the LUN size" +" and the load of the array. An upper bound in the specific deployment can be" +" set to avoid unnecessary long wait. By default, it is 365 days long." msgstr "" -#: ./doc/common/tables/cinder-rpc.xml37(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml28(td) -msgid "default_timeout = 20" -msgstr "" - -#: ./doc/common/tables/cinder-rpc.xml38(td) -#: ./doc/common/tables/cinder-conf-changes-icehouse.xml29(td) -msgid "(IntOpt) Default Time Out For CLI operations in minutes" -msgstr "" - -#: ./doc/common/tables/cinder-rpc.xml209(td) -msgid "rpc_zmq_host = localhost" -msgstr "" - -#: ./doc/common/tables/cinder-rpc.xml233(td) +#: ./doc/common/tables/cinder-rpc.xml221(td) msgid "volume_topic = cinder-volume" msgstr "" -#: ./doc/common/tables/cinder-rpc.xml234(td) +#: ./doc/common/tables/cinder-rpc.xml222(td) msgid "(StrOpt) The topic that volume nodes listen on" msgstr "" @@ -35630,37 +36628,37 @@ msgid "" "`egg:swift#container`." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml24(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml32(td) msgid "files_per_second = 20" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml25(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml33(td) msgid "" "Maximum files audited per second. Should be tuned according to individual " "system specs. 0 is unlimited." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml40(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml48(td) msgid "log_name = object-auditor" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml44(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml52(td) msgid "log_time = 3600" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml45(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml53(td) msgid "Frequency of status logs in seconds." msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml48(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml56(td) msgid "object_size_stats =" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml56(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml64(td) msgid "zero_byte_files_per_second = 50" msgstr "" -#: ./doc/common/tables/swift-object-server-object-auditor.xml57(td) +#: ./doc/common/tables/swift-object-server-object-auditor.xml65(td) msgid "Maximum zero byte files audited per second." msgstr "" @@ -35907,52 +36905,52 @@ msgid "New, updated and deprecated options for neutron" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml16(td) -#: ./doc/common/tables/neutron-common.xml45(td) +#: ./doc/common/tables/neutron-common.xml41(td) msgid "auth_ca_cert = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml17(td) -#: ./doc/common/tables/neutron-common.xml46(td) +#: ./doc/common/tables/neutron-common.xml42(td) msgid "(StrOpt) Certificate Authority public key (CA cert) file for ssl" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml20(td) -#: ./doc/common/tables/neutron-common.xml49(td) +#: ./doc/common/tables/neutron-common.xml45(td) msgid "auth_insecure = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml21(td) -#: ./doc/common/tables/neutron-common.xml50(td) +#: ./doc/common/tables/neutron-common.xml46(td) msgid "(BoolOpt) Turn off verification of the certificate for ssl" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml24(td) -#: ./doc/common/tables/neutron-common.xml77(td) +#: ./doc/common/tables/neutron-common.xml73(td) msgid "ca_certs = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml25(td) -#: ./doc/common/tables/neutron-common.xml78(td) +#: ./doc/common/tables/neutron-common.xml74(td) msgid "(StrOpt) CA certificates" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml28(td) -#: ./doc/common/tables/neutron-common.xml85(td) +#: ./doc/common/tables/neutron-common.xml81(td) msgid "ctl_cert = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml29(td) -#: ./doc/common/tables/neutron-common.xml86(td) +#: ./doc/common/tables/neutron-common.xml82(td) msgid "(StrOpt) controller certificate" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml32(td) -#: ./doc/common/tables/neutron-common.xml89(td) +#: ./doc/common/tables/neutron-common.xml85(td) msgid "ctl_privkey = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml33(td) -#: ./doc/common/tables/neutron-common.xml90(td) +#: ./doc/common/tables/neutron-common.xml86(td) msgid "(StrOpt) controller private key" msgstr "" @@ -36175,6 +37173,13 @@ msgstr "" msgid "NSX/replication_mode = service" msgstr "" +#: ./doc/common/tables/neutron-conf-changes-icehouse.xml201(td) +msgid "" +"(StrOpt) The default option leverages service nodes to perform packet " +"replication though one could set to this to 'source' to perform replication " +"locally. This is useful if one does not want to deploy a service node(s)." +msgstr "" + #: ./doc/common/tables/neutron-conf-changes-icehouse.xml204(td) msgid "NSX_DHCP/default_lease_time = 43200" msgstr "" @@ -36519,7 +37524,6 @@ msgid "ml2_brocade/ostype = NOS" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml521(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml26(td) msgid "(StrOpt) Unused" msgstr "" @@ -36528,7 +37532,7 @@ msgid "ml2_brocade/password = password" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml525(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml30(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml34(td) #: ./doc/common/tables/neutron-brocade.xml37(td) msgid "(StrOpt) The SSH password to use" msgstr "" @@ -36538,7 +37542,7 @@ msgid "ml2_brocade/physical_networks =" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml529(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml34(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml38(td) msgid "(StrOpt) Allowed physical networks" msgstr "" @@ -36547,7 +37551,7 @@ msgid "ml2_brocade/username = admin" msgstr "" #: ./doc/common/tables/neutron-conf-changes-icehouse.xml533(td) -#: ./doc/common/tables/neutron-ml2_brocade.xml38(td) +#: ./doc/common/tables/neutron-ml2_brocade.xml42(td) #: ./doc/common/tables/neutron-brocade.xml41(td) msgid "(StrOpt) The SSH username to use" msgstr "" @@ -37026,11 +38030,6 @@ msgstr "" msgid "Description of configuration options for rpc_all" msgstr "" -#: ./doc/common/tables/nova-rpc_all.xml149(td) -#: ./doc/common/tables/nova-rpc.xml41(td) -msgid "rpc_backend = nova.openstack.common.rpc.impl_kombu" -msgstr "" - #: ./doc/common/tables/nova-rpc_all.xml200(td) #: ./doc/common/tables/nova-rpc.xml64(td) msgid "rpc_driver_queue_base = cells.intercell" @@ -37123,6 +38122,38 @@ msgstr "" msgid "(BoolOpt) Force V1 WMI utility classes" msgstr "" +#: ./doc/common/tables/ceilometer-tripleo.xml7(caption) +msgid "Description of configuration options for tripleo" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml18(th) +msgid "[hardware]" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml21(td) +msgid "readonly_user_name = ro_snmp_user" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml22(td) +msgid "(StrOpt) SNMPd user name of all nodes running in the cloud." +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml25(td) +msgid "readonly_user_password = password" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml26(td) +msgid "(StrOpt) SNMPd password of all the nodes running in the cloud" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml29(td) +msgid "url_scheme = snmp://" +msgstr "" + +#: ./doc/common/tables/ceilometer-tripleo.xml30(td) +msgid "(StrOpt) URL scheme to use for hardware nodes" +msgstr "" + #: ./doc/common/tables/keystone-federation.xml7(caption) msgid "Description of configuration options for federation" msgstr "" @@ -37148,65 +38179,78 @@ msgid "Description of configuration options for scheduling" msgstr "" #: ./doc/common/tables/nova-scheduling.xml29(td) -msgid "cpu_allocation_ratio = 16.0" +msgid "" +"baremetal_scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, " +"ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, " +"ExactRamFilter, ExactDiskFilter, ExactCoreFilter" msgstr "" #: ./doc/common/tables/nova-scheduling.xml30(td) msgid "" +"(ListOpt) Which filter class names to use for filtering baremetal hosts when" +" not specified in the request." +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml33(td) +msgid "cpu_allocation_ratio = 16.0" +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml34(td) +msgid "" "(FloatOpt) Virtual CPU to physical CPU allocation ratio which affects all " "CPU filters. This configuration specifies a global ratio for CoreFilter. For" " AggregateCoreFilter, it will fall back to this configuration value if no " "per-aggregate setting found." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml33(td) +#: ./doc/common/tables/nova-scheduling.xml37(td) msgid "disk_allocation_ratio = 1.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml34(td) +#: ./doc/common/tables/nova-scheduling.xml38(td) msgid "(FloatOpt) Virtual disk to physical disk allocation ratio" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml37(td) +#: ./doc/common/tables/nova-scheduling.xml41(td) msgid "isolated_hosts =" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml38(td) +#: ./doc/common/tables/nova-scheduling.xml42(td) msgid "(ListOpt) Host reserved for specific images" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml41(td) +#: ./doc/common/tables/nova-scheduling.xml45(td) msgid "isolated_images =" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml42(td) +#: ./doc/common/tables/nova-scheduling.xml46(td) msgid "(ListOpt) Images to run on isolated host" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml45(td) +#: ./doc/common/tables/nova-scheduling.xml49(td) msgid "max_instances_per_host = 50" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml46(td) +#: ./doc/common/tables/nova-scheduling.xml50(td) msgid "(IntOpt) Ignore hosts that have too many instances" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml49(td) +#: ./doc/common/tables/nova-scheduling.xml53(td) msgid "max_io_ops_per_host = 8" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml50(td) +#: ./doc/common/tables/nova-scheduling.xml54(td) msgid "" "(IntOpt) Tells filters to ignore hosts that have this many or more instances" " currently in build, resize, snapshot, migrate, rescue or unshelve task " "states" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml53(td) +#: ./doc/common/tables/nova-scheduling.xml57(td) msgid "ram_allocation_ratio = 1.5" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml54(td) +#: ./doc/common/tables/nova-scheduling.xml58(td) msgid "" "(FloatOpt) Virtual ram to physical ram allocation ratio which affects all " "ram filters. This configuration specifies a global ratio for RamFilter. For " @@ -37214,46 +38258,46 @@ msgid "" "aggregate setting found." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml57(td) +#: ./doc/common/tables/nova-scheduling.xml61(td) msgid "ram_weight_multiplier = 1.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml58(td) -#: ./doc/common/tables/nova-scheduling.xml121(td) +#: ./doc/common/tables/nova-scheduling.xml62(td) +#: ./doc/common/tables/nova-scheduling.xml129(td) msgid "" "(FloatOpt) Multiplier used for weighing ram. Negative numbers mean to stack " "vs spread." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml61(td) +#: ./doc/common/tables/nova-scheduling.xml65(td) msgid "reserved_host_disk_mb = 0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml62(td) +#: ./doc/common/tables/nova-scheduling.xml66(td) msgid "(IntOpt) Amount of disk in MB to reserve for the host" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml65(td) +#: ./doc/common/tables/nova-scheduling.xml69(td) msgid "reserved_host_memory_mb = 512" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml66(td) +#: ./doc/common/tables/nova-scheduling.xml70(td) msgid "(IntOpt) Amount of memory in MB to reserve for the host" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml69(td) +#: ./doc/common/tables/nova-scheduling.xml73(td) msgid "restrict_isolated_hosts_to_isolated_images = True" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml70(td) +#: ./doc/common/tables/nova-scheduling.xml74(td) msgid "(BoolOpt) Whether to force isolated hosts to run only isolated images" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml73(td) +#: ./doc/common/tables/nova-scheduling.xml77(td) msgid "scheduler_available_filters = ['nova.scheduler.filters.all_filters']" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml74(td) +#: ./doc/common/tables/nova-scheduling.xml78(td) msgid "" "(MultiStrOpt) Filter classes available to the scheduler which may be " "specified more than once. An entry of " @@ -37261,30 +38305,30 @@ msgid "" "with nova." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml77(td) +#: ./doc/common/tables/nova-scheduling.xml81(td) msgid "" "scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, RamFilter, " "ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, " "ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml81(td) +#: ./doc/common/tables/nova-scheduling.xml85(td) msgid "scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml82(td) +#: ./doc/common/tables/nova-scheduling.xml86(td) msgid "(StrOpt) Default driver to use for the scheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml89(td) +#: ./doc/common/tables/nova-scheduling.xml93(td) msgid "scheduler_host_manager = nova.scheduler.host_manager.HostManager" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml93(td) +#: ./doc/common/tables/nova-scheduling.xml97(td) msgid "scheduler_host_subset_size = 1" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml94(td) +#: ./doc/common/tables/nova-scheduling.xml98(td) msgid "" "(IntOpt) New instances will be scheduled on a host chosen randomly from a " "subset of the N best hosts. This property defines the subset size that a " @@ -37293,89 +38337,99 @@ msgid "" "will be ignored, and 1 will be used instead" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml101(td) +#: ./doc/common/tables/nova-scheduling.xml105(td) msgid "scheduler_manager = nova.scheduler.manager.SchedulerManager" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml106(td) +#: ./doc/common/tables/nova-scheduling.xml110(td) msgid "(IntOpt) Maximum number of attempts to schedule an instance" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml109(td) +#: ./doc/common/tables/nova-scheduling.xml113(td) msgid "scheduler_topic = scheduler" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml110(td) +#: ./doc/common/tables/nova-scheduling.xml114(td) msgid "(StrOpt) The topic scheduler nodes listen on" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml113(td) +#: ./doc/common/tables/nova-scheduling.xml117(td) +msgid "scheduler_use_baremetal_filters = False" +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml118(td) +msgid "" +"(BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters " +"or not." +msgstr "" + +#: ./doc/common/tables/nova-scheduling.xml121(td) msgid "scheduler_weight_classes = nova.scheduler.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml114(td) +#: ./doc/common/tables/nova-scheduling.xml122(td) msgid "(ListOpt) Which weight class names to use for weighing hosts" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml120(td) +#: ./doc/common/tables/nova-scheduling.xml128(td) msgid "ram_weight_multiplier = 10.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml124(td) +#: ./doc/common/tables/nova-scheduling.xml132(td) msgid "scheduler_filter_classes = nova.cells.filters.all_filters" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml125(td) +#: ./doc/common/tables/nova-scheduling.xml133(td) msgid "" "(ListOpt) Filter classes the cells scheduler should use. An entry of " "\"nova.cells.filters.all_filters\" maps to all cells filters included with " "nova." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml128(td) +#: ./doc/common/tables/nova-scheduling.xml136(td) msgid "scheduler_retries = 10" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml129(td) +#: ./doc/common/tables/nova-scheduling.xml137(td) msgid "(IntOpt) How many retries when no cells are available." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml132(td) +#: ./doc/common/tables/nova-scheduling.xml140(td) msgid "scheduler_retry_delay = 2" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml133(td) +#: ./doc/common/tables/nova-scheduling.xml141(td) msgid "(IntOpt) How often to retry in seconds when no cells are available." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml136(td) +#: ./doc/common/tables/nova-scheduling.xml144(td) msgid "scheduler_weight_classes = nova.cells.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml137(td) +#: ./doc/common/tables/nova-scheduling.xml145(td) msgid "" "(ListOpt) Weigher classes the cells scheduler should use. An entry of " "\"nova.cells.weights.all_weighers\" maps to all cell weighers included with " "nova." msgstr "" -#: ./doc/common/tables/nova-scheduling.xml140(th) +#: ./doc/common/tables/nova-scheduling.xml148(th) msgid "[metrics]" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml143(td) +#: ./doc/common/tables/nova-scheduling.xml151(td) msgid "required = True" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml147(td) +#: ./doc/common/tables/nova-scheduling.xml155(td) msgid "weight_multiplier = 1.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml151(td) +#: ./doc/common/tables/nova-scheduling.xml159(td) msgid "weight_of_unavailable = -10000.0" msgstr "" -#: ./doc/common/tables/nova-scheduling.xml155(td) +#: ./doc/common/tables/nova-scheduling.xml163(td) msgid "weight_setting =" msgstr "" @@ -37620,10 +38674,6 @@ msgstr "" msgid "(IntOpt) TCP Port used by Neutron metadata namespace proxy." msgstr "" -#: ./doc/common/tables/neutron-metadata.xml33(td) -msgid "metadata_proxy_shared_secret =" -msgstr "" - #: ./doc/common/tables/neutron-metadata.xml37(td) msgid "metadata_proxy_socket = $state_path/metadata_proxy" msgstr "" @@ -38030,11 +39080,23 @@ msgstr "" msgid "ostype = NOS" msgstr "" -#: ./doc/common/tables/neutron-ml2_brocade.xml33(td) -msgid "physical_networks =" +#: ./doc/common/tables/neutron-ml2_brocade.xml26(td) +msgid "(StrOpt) OS Type of the switch" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml29(td) +msgid "osversion = 4.0.0" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml30(td) +msgid "(StrOpt) OS Version number" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml37(td) +msgid "physical_networks =" +msgstr "" + +#: ./doc/common/tables/neutron-ml2_brocade.xml41(td) #: ./doc/common/tables/neutron-midonet.xml45(td) msgid "username = admin" msgstr "" @@ -38136,6 +39198,13 @@ msgstr "" msgid "[clients_swift]" msgstr "" +#: ./doc/common/tables/keystone-logging.xml21(td) +msgid "" +"default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, " +"sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, " +"requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN" +msgstr "" + #: ./doc/common/tables/neutron-brocade.xml7(caption) msgid "Description of configuration options for brocade" msgstr "" @@ -38191,6 +39260,26 @@ msgstr "" msgid "(StrOpt) use this file for cinder emc plugin config data" msgstr "" +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml28(td) +msgid "default_timeout = 20" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml29(td) +msgid "(IntOpt) Default Time Out For CLI operations in minutes" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml76(td) +msgid "max_luns_per_storage_group = 256" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml77(td) +msgid "(IntOpt) Default max number of LUNs in a storage group" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml105(td) +msgid "(StrOpt) Naviseccli Path" +msgstr "" + #: ./doc/common/tables/cinder-conf-changes-icehouse.xml128(td) #: ./doc/common/tables/cinder-nexenta_nfs.xml25(td) msgid "nexenta_nms_cache_volroot = True" @@ -38238,6 +39327,16 @@ msgstr "" msgid "(IntOpt) Number of workers for OpenStack Volume API service" msgstr "" +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml161(td) +msgid "(StrOpt) ISCSI pool name" +msgstr "" + +#: ./doc/common/tables/cinder-conf-changes-icehouse.xml201(td) +msgid "" +"(IntOpt) The interval (in seconds) for polling remote tasks invoked on " +"VMware ESX/VC server." +msgstr "" + #: ./doc/common/tables/cinder-conf-changes-icehouse.xml224(td) msgid "BRCD_FABRIC_EXAMPLE/fc_fabric_address =" msgstr "" @@ -38428,10 +39527,6 @@ msgstr "" msgid "publisher/metering_secret" msgstr "" -#: ./doc/common/tables/heat-rpc.xml45(td) -msgid "rpc_backend = heat.openstack.common.rpc.impl_kombu" -msgstr "" - #: ./doc/common/tables/trove-taskmanager.xml7(caption) msgid "Description of configuration options for taskmanager" msgstr "" @@ -38503,14 +39598,13 @@ msgid "state_change_wait_time = 180" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml61(td) -msgid "update_status_on_fail = False" +msgid "update_status_on_fail = True" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml62(td) msgid "" -"(BoolOpt) If instance fails to become active, taskmanager updates statuses, " -"service status = FAILED_TIMEOUT_GUESTAGENT, instance task status = " -"BUILDING_ERROR_TIMEOUT_GA." +"(BoolOpt) Set the service and instance task statuses to ERROR when an " +"instance fails to become active within the configured usage_timeout." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml69(td) @@ -38518,14 +39612,22 @@ msgid "use_heat = False" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml73(td) -msgid "use_nova_server_volume = False" +msgid "use_nova_server_config_drive = False" +msgstr "" + +#: ./doc/common/tables/trove-taskmanager.xml74(td) +msgid "(BoolOpt) Use config drive for file injection when booting instance." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml77(td) +msgid "use_nova_server_volume = False" +msgstr "" + +#: ./doc/common/tables/trove-taskmanager.xml81(td) msgid "verify_swift_checksum_on_restore = True" msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml78(td) +#: ./doc/common/tables/trove-taskmanager.xml82(td) msgid "" "(BoolOpt) Enable verification of swift checksum before starting restore; " "makes sure the checksum of original backup matches checksum of the swift " @@ -38690,7 +39792,7 @@ msgid "Description of configuration options for console" msgstr "" #: ./doc/common/tables/nova-console.xml21(td) -msgid "console_public_hostname = oslo" +msgid "console_public_hostname = localhost" msgstr "" #: ./doc/common/tables/nova-console.xml22(td) @@ -38758,11 +39860,6 @@ msgstr "" msgid "(StrOpt) The driver to use for database access" msgstr "" -#: ./doc/common/tables/nova-database.xml92(td) -#: ./doc/common/tables/keystone-database.xml85(td) -msgid "slave_connection = None" -msgstr "" - #: ./doc/common/tables/nova-database.xml93(td) msgid "" "(StrOpt) The SQLAlchemy connection string used to connect to the slave " @@ -38894,10 +39991,6 @@ msgstr "" msgid "(IntOpt) Number of security groups per project" msgstr "" -#: ./doc/common/tables/trove-redis.xml18(th) -msgid "[matchmaker_redis]" -msgstr "" - #: ./doc/common/tables/trove-redis.xml22(td) msgid "(StrOpt) Host to locate redis" msgstr "" @@ -39164,7 +40257,7 @@ msgid "Number of errors to find before a device is unmounted" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml36(td) -msgid "log_file_pattern = /var/log/kern*" +msgid "log_file_pattern = /var/log/kern.*[!.][!g][!z]" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml37(td) @@ -39402,10 +40495,6 @@ msgstr "" msgid "(StrOpt) Base command to use for virtual power(vbox, virsh)" msgstr "" -#: ./doc/common/tables/nova-baremetal.xml132(td) -msgid "vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver" -msgstr "" - #: ./doc/common/tables/cinder-backups_tsm.xml7(caption) msgid "Description of configuration options for backups_tsm" msgstr "" @@ -39438,23 +40527,6 @@ msgstr "" msgid "Description of configuration options for san" msgstr "" -#: ./doc/common/tables/cinder-san.xml21(td) -msgid "san_clustername =" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml22(td) -msgid "(StrOpt) Cluster name to use for creating volumes" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml25(td) -#: ./doc/common/tables/cinder-prophststor_dpl.xml22(td) -msgid "san_ip =" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml26(td) -msgid "(StrOpt) IP address of SAN controller" -msgstr "" - #: ./doc/common/tables/cinder-san.xml29(td) msgid "san_is_local = False" msgstr "" @@ -39465,23 +40537,6 @@ msgid "" "service is running on the SAN device" msgstr "" -#: ./doc/common/tables/cinder-san.xml33(td) -msgid "san_login = admin" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml34(td) -msgid "(StrOpt) Username for SAN controller" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml37(td) -#: ./doc/common/tables/cinder-prophststor_dpl.xml30(td) -msgid "san_password =" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml38(td) -msgid "(StrOpt) Password for SAN controller" -msgstr "" - #: ./doc/common/tables/cinder-san.xml41(td) msgid "san_private_key =" msgstr "" @@ -39491,46 +40546,49 @@ msgid "(StrOpt) Filename of private key to use for SSH authentication" msgstr "" #: ./doc/common/tables/cinder-san.xml45(td) -msgid "san_ssh_port = 22" +msgid "san_secondary_ip = None" msgstr "" #: ./doc/common/tables/cinder-san.xml46(td) -msgid "(IntOpt) SSH port to use with SAN" +msgid "(StrOpt) VNX secondary SP IP Address." msgstr "" #: ./doc/common/tables/cinder-san.xml49(td) -#: ./doc/common/tables/cinder-prophststor_dpl.xml34(td) -msgid "san_thin_provision = True" +msgid "san_ssh_port = 22" msgstr "" #: ./doc/common/tables/cinder-san.xml50(td) -msgid "(BoolOpt) Use thin provisioning for SAN volumes?" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml53(td) -msgid "ssh_conn_timeout = 30" -msgstr "" - -#: ./doc/common/tables/cinder-san.xml54(td) -msgid "(IntOpt) SSH connection timeout in seconds" +msgid "(IntOpt) SSH port to use with SAN" msgstr "" #: ./doc/common/tables/cinder-san.xml57(td) -msgid "ssh_max_pool_conn = 5" +msgid "ssh_conn_timeout = 30" msgstr "" #: ./doc/common/tables/cinder-san.xml58(td) -msgid "(IntOpt) Maximum ssh connections in the pool" +msgid "(IntOpt) SSH connection timeout in seconds" msgstr "" #: ./doc/common/tables/cinder-san.xml61(td) -msgid "ssh_min_pool_conn = 1" +msgid "ssh_max_pool_conn = 5" msgstr "" #: ./doc/common/tables/cinder-san.xml62(td) +msgid "(IntOpt) Maximum ssh connections in the pool" +msgstr "" + +#: ./doc/common/tables/cinder-san.xml65(td) +msgid "ssh_min_pool_conn = 1" +msgstr "" + +#: ./doc/common/tables/cinder-san.xml66(td) msgid "(IntOpt) Minimum ssh connections in the pool" msgstr "" +#: ./doc/common/tables/nova-logging.xml34(td) +msgid "(BoolOpt) Make exception message format errors fatal" +msgstr "" + #: ./doc/common/tables/neutron-nec.xml7(caption) msgid "Description of configuration options for nec" msgstr "" @@ -39775,6 +40833,30 @@ msgid "" "(StrOpt) The driver for servicegroup service (valid options are: db, zk, mc)" msgstr "" +#: ./doc/common/tables/neutron-opencontrail.xml7(caption) +msgid "Description of configuration options for opencontrail" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml18(th) +msgid "[CONTRAIL]" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml21(td) +msgid "api_server_ip = 127.0.0.1" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml22(td) +msgid "(StrOpt) IP address to connect to opencontrail controller" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml25(td) +msgid "api_server_port = 8082" +msgstr "" + +#: ./doc/common/tables/neutron-opencontrail.xml26(td) +msgid "(IntOpt) Port to connect to opencontrail controller" +msgstr "" + #: ./doc/common/tables/neutron-ml2_mlnx.xml7(caption) msgid "Description of configuration options for ml2_mlnx" msgstr "" @@ -39812,10 +40894,6 @@ msgid "" "(BoolOpt) Delegation and impersonation features can be optionally disabled." msgstr "" -#: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml20(td) -msgid "pipeline = catch_errors proxy-logging cache proxy-server" -msgstr "" - #: ./doc/common/tables/glance-cinder.xml7(caption) msgid "Description of configuration options for cinder" msgstr "" @@ -39912,46 +40990,34 @@ msgid "" "registry or database." msgstr "" -#: ./doc/common/tables/glance-common.xml77(td) -msgid "notifier_strategy = default" -msgstr "" - #: ./doc/common/tables/glance-common.xml78(td) -msgid "" -"(StrOpt) Notifications can be sent when images are create, updated or " -"deleted. There are three methods of sending notifications, logging (via the " -"log_file directive), rabbit (via a rabbitmq queue), qpid (via a Qpid message" -" queue), or noop (no notifications sent, the default)." -msgstr "" - -#: ./doc/common/tables/glance-common.xml82(td) msgid "(StrOpt) Region name of this node." msgstr "" -#: ./doc/common/tables/glance-common.xml85(td) +#: ./doc/common/tables/glance-common.xml81(td) msgid "property_protection_file = None" msgstr "" -#: ./doc/common/tables/glance-common.xml86(td) +#: ./doc/common/tables/glance-common.xml82(td) msgid "(StrOpt) The location of the property protection file." msgstr "" -#: ./doc/common/tables/glance-common.xml93(td) +#: ./doc/common/tables/glance-common.xml89(td) msgid "show_image_direct_url = False" msgstr "" -#: ./doc/common/tables/glance-common.xml94(td) +#: ./doc/common/tables/glance-common.xml90(td) msgid "" "(BoolOpt) Whether to include the backend image storage location in image " "properties. Revealing storage location can be a security risk, so use this " "setting with caution!" msgstr "" -#: ./doc/common/tables/glance-common.xml97(td) +#: ./doc/common/tables/glance-common.xml93(td) msgid "user_storage_quota = 0" msgstr "" -#: ./doc/common/tables/glance-common.xml98(td) +#: ./doc/common/tables/glance-common.xml94(td) msgid "" "(StrOpt) Set a system wide quota for every user. This value is the total " "capacity that a user can use across all storage systems. A value of 0 means " @@ -39962,33 +41028,33 @@ msgid "" " sensitive." msgstr "" -#: ./doc/common/tables/glance-common.xml101(td) -msgid "workers = 1" +#: ./doc/common/tables/glance-common.xml97(td) +msgid "workers = 4" msgstr "" -#: ./doc/common/tables/glance-common.xml102(td) +#: ./doc/common/tables/glance-common.xml98(td) msgid "" "(IntOpt) The number of child process workers that will be created to service" -" API requests." +" requests. The default will be equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/glance-common.xml105(th) +#: ./doc/common/tables/glance-common.xml101(th) msgid "[image_format]" msgstr "" -#: ./doc/common/tables/glance-common.xml108(td) +#: ./doc/common/tables/glance-common.xml104(td) msgid "container_formats = ami, ari, aki, bare, ovf, ova" msgstr "" -#: ./doc/common/tables/glance-common.xml112(td) +#: ./doc/common/tables/glance-common.xml108(td) msgid "disk_formats = ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" -#: ./doc/common/tables/glance-common.xml116(th) +#: ./doc/common/tables/glance-common.xml112(th) msgid "[task]" msgstr "" -#: ./doc/common/tables/glance-common.xml119(td) +#: ./doc/common/tables/glance-common.xml115(td) msgid "task_time_to_live = 48" msgstr "" @@ -40049,7 +41115,7 @@ msgid "Default user for dispersion in this context" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml32(td) -msgid "auth_version = 2.0" +msgid "auth_version = 1.0" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml33(td) @@ -40240,18 +41306,26 @@ msgstr "" msgid "(StrOpt) Comma separated list of supported extension aliases." msgstr "" -#: ./doc/common/tables/keystone-ec2.xml41(th) +#: ./doc/common/tables/keystone-ec2.xml18(th) msgid "[ec2]" msgstr "" -#: ./doc/common/tables/keystone-ec2.xml44(td) +#: ./doc/common/tables/keystone-ec2.xml21(td) msgid "driver = keystone.contrib.ec2.backends.kvs.Ec2" msgstr "" -#: ./doc/common/tables/keystone-ec2.xml45(td) +#: ./doc/common/tables/keystone-ec2.xml22(td) msgid "(StrOpt) EC2Credential backend driver." msgstr "" +#: ./doc/common/tables/keystone-ec2.xml25(th) +msgid "[keystone_ec2_token]" +msgstr "" + +#: ./doc/common/tables/keystone-ec2.xml44(td) +msgid "url = http://localhost:5000/v2.0/ec2tokens" +msgstr "" + #: ./doc/common/tables/heat-clients_keystone.xml7(caption) msgid "Description of configuration options for clients_keystone" msgstr "" @@ -40332,63 +41406,10 @@ msgstr "" msgid "format_options = -m 5" msgstr "" -#: ./doc/common/tables/trove-logging.xml26(td) -msgid "" -"(StrOpt) If an instance is passed with the log message, format it like this" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml30(td) -msgid "" -"(StrOpt) If an instance UUID is passed with the log message, format it like " -"this" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml38(td) -msgid "" -"(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml42(td) -msgid "" -"(StrOpt) (Optional) The base directory used for relative --log-file paths" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml54(td) -msgid "(StrOpt) format string to use for log messages with context" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml58(td) -msgid "(StrOpt) data to append to log format when level is DEBUG" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml62(td) -msgid "(StrOpt) format string to use for log messages without context" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml66(td) -msgid "(StrOpt) prefix each line of exception output with this format" -msgstr "" - #: ./doc/common/tables/trove-logging.xml69(td) msgid "network_label_regex = ^private$" msgstr "" -#: ./doc/common/tables/trove-logging.xml74(td) -msgid "(BoolOpt) publish error events" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml78(td) -msgid "(StrOpt) syslog facility to receive log lines" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml82(td) -msgid "(BoolOpt) Log output to standard error" -msgstr "" - -#: ./doc/common/tables/trove-logging.xml86(td) -msgid "(BoolOpt) Use syslog for logging." -msgstr "(論理値オプション) ロギングのために syslog の利用。" - #: ./doc/common/tables/keystone-kvs.xml7(caption) msgid "Description of configuration options for kvs" msgstr "" @@ -40671,152 +41692,163 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: ./doc/common/tables/neutron-common.xml41(td) +#: ./doc/common/tables/neutron-common.xml37(td) msgid "api_workers = 0" msgstr "" -#: ./doc/common/tables/neutron-common.xml42(td) +#: ./doc/common/tables/neutron-common.xml38(td) msgid "(IntOpt) Number of separate worker processes for service" msgstr "" -#: ./doc/common/tables/neutron-common.xml54(td) +#: ./doc/common/tables/neutron-common.xml50(td) #: ./doc/common/tables/neutron-common.xml204(td) msgid "(StrOpt) Authentication region" msgstr "" -#: ./doc/common/tables/neutron-common.xml58(td) +#: ./doc/common/tables/neutron-common.xml54(td) #: ./doc/common/tables/neutron-common.xml208(td) msgid "(StrOpt) The type of authentication to use" msgstr "" -#: ./doc/common/tables/neutron-common.xml62(td) +#: ./doc/common/tables/neutron-common.xml58(td) #: ./doc/common/tables/neutron-common.xml212(td) msgid "(StrOpt) Authentication URL" msgstr "" -#: ./doc/common/tables/neutron-common.xml65(td) +#: ./doc/common/tables/neutron-common.xml61(td) msgid "base_mac = fa:16:3e:00:00:00" msgstr "" -#: ./doc/common/tables/neutron-common.xml66(td) +#: ./doc/common/tables/neutron-common.xml62(td) msgid "(StrOpt) The base MAC address Neutron will use for VIFs" msgstr "" -#: ./doc/common/tables/neutron-common.xml70(td) +#: ./doc/common/tables/neutron-common.xml66(td) msgid "(StrOpt) The host IP to bind to" msgstr "" -#: ./doc/common/tables/neutron-common.xml73(td) +#: ./doc/common/tables/neutron-common.xml69(td) msgid "bind_port = 9696" msgstr "" -#: ./doc/common/tables/neutron-common.xml74(td) +#: ./doc/common/tables/neutron-common.xml70(td) msgid "(IntOpt) The port to bind to" msgstr "" -#: ./doc/common/tables/neutron-common.xml81(td) +#: ./doc/common/tables/neutron-common.xml77(td) msgid "core_plugin = None" msgstr "" -#: ./doc/common/tables/neutron-common.xml82(td) +#: ./doc/common/tables/neutron-common.xml78(td) msgid "(StrOpt) The core plugin Neutron will use" msgstr "" -#: ./doc/common/tables/neutron-common.xml93(td) +#: ./doc/common/tables/neutron-common.xml89(td) msgid "dhcp_agent_notification = True" msgstr "" -#: ./doc/common/tables/neutron-common.xml94(td) +#: ./doc/common/tables/neutron-common.xml90(td) msgid "(BoolOpt) Allow sending resource operation notification to DHCP agent" msgstr "" -#: ./doc/common/tables/neutron-common.xml97(td) +#: ./doc/common/tables/neutron-common.xml93(td) msgid "dhcp_agents_per_network = 1" msgstr "" -#: ./doc/common/tables/neutron-common.xml98(td) +#: ./doc/common/tables/neutron-common.xml94(td) msgid "(IntOpt) Number of DHCP agents scheduled to host a network." msgstr "" -#: ./doc/common/tables/neutron-common.xml101(td) +#: ./doc/common/tables/neutron-common.xml97(td) msgid "dhcp_confs = $state_path/dhcp" msgstr "" -#: ./doc/common/tables/neutron-common.xml102(td) +#: ./doc/common/tables/neutron-common.xml98(td) msgid "(StrOpt) Location to store DHCP server config files" msgstr "" -#: ./doc/common/tables/neutron-common.xml105(td) +#: ./doc/common/tables/neutron-common.xml101(td) msgid "dhcp_delete_namespaces = False" msgstr "" -#: ./doc/common/tables/neutron-common.xml106(td) +#: ./doc/common/tables/neutron-common.xml102(td) msgid "(BoolOpt) Delete namespace after removing a dhcp server." msgstr "" -#: ./doc/common/tables/neutron-common.xml109(td) +#: ./doc/common/tables/neutron-common.xml105(td) msgid "dhcp_domain = openstacklocal" msgstr "" -#: ./doc/common/tables/neutron-common.xml113(td) +#: ./doc/common/tables/neutron-common.xml109(td) msgid "dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq" msgstr "" -#: ./doc/common/tables/neutron-common.xml114(td) +#: ./doc/common/tables/neutron-common.xml110(td) msgid "(StrOpt) The driver used to manage the DHCP server." msgstr "" -#: ./doc/common/tables/neutron-common.xml117(td) +#: ./doc/common/tables/neutron-common.xml113(td) msgid "dhcp_lease_duration = 86400" msgstr "" -#: ./doc/common/tables/neutron-common.xml118(td) +#: ./doc/common/tables/neutron-common.xml114(td) msgid "" "(IntOpt) DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use " "infinite lease times." msgstr "" -#: ./doc/common/tables/neutron-common.xml125(td) +#: ./doc/common/tables/neutron-common.xml121(td) msgid "endpoint_type = adminURL" msgstr "" -#: ./doc/common/tables/neutron-common.xml126(td) +#: ./doc/common/tables/neutron-common.xml122(td) msgid "" "(StrOpt) Network service endpoint type to pull from the keystone catalog" msgstr "" +#: ./doc/common/tables/neutron-common.xml125(td) +msgid "force_gateway_on_subnet = True" +msgstr "" + +#: ./doc/common/tables/neutron-common.xml126(td) +msgid "" +"(BoolOpt) Ensure that configured gateway is on subnet. For IPv6, validate " +"only if gateway is not a link local address. Deprecated, to be removed " +"during the K release, at which point the check will be mandatory." +msgstr "" + #: ./doc/common/tables/neutron-common.xml129(td) -msgid "force_gateway_on_subnet = False" -msgstr "" - -#: ./doc/common/tables/neutron-common.xml130(td) -msgid "(BoolOpt) Ensure that configured gateway is on subnet" -msgstr "" - -#: ./doc/common/tables/neutron-common.xml133(td) msgid "interface_driver = None" msgstr "" -#: ./doc/common/tables/neutron-common.xml134(td) +#: ./doc/common/tables/neutron-common.xml130(td) msgid "(StrOpt) The driver used to manage the virtual interface." msgstr "(文字列オプション) 仮想インターフェースを管理するために使用するドライバー。" -#: ./doc/common/tables/neutron-common.xml137(td) +#: ./doc/common/tables/neutron-common.xml133(td) msgid "ip_lib_force_root = False" msgstr "" -#: ./doc/common/tables/neutron-common.xml138(td) +#: ./doc/common/tables/neutron-common.xml134(td) msgid "(BoolOpt) Force ip_lib calls to use the root helper" msgstr "" -#: ./doc/common/tables/neutron-common.xml145(td) +#: ./doc/common/tables/neutron-common.xml141(td) msgid "mac_generation_retries = 16" msgstr "" -#: ./doc/common/tables/neutron-common.xml146(td) +#: ./doc/common/tables/neutron-common.xml142(td) msgid "(IntOpt) How many times Neutron will retry MAC generation" msgstr "" +#: ./doc/common/tables/neutron-common.xml145(td) +msgid "max_allowed_address_pair = 10" +msgstr "" + +#: ./doc/common/tables/neutron-common.xml146(td) +msgid "(IntOpt) Maximum number of allowed address pairs" +msgstr "" + #: ./doc/common/tables/neutron-common.xml149(td) msgid "max_dns_nameservers = 5" msgstr "" @@ -41043,46 +42075,6 @@ msgstr "" msgid "use_virtio_for_bridges = True" msgstr "" -#: ./doc/common/tables/cinder-prophststor_dpl.xml8(caption) -msgid "Description of configuration options for ProphetStor storage" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml23(td) -msgid "(StrOpt) IP address of SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml26(td) -msgid "san_login =" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml27(td) -msgid "(StrOpt) Username for SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml31(td) -msgid "(StrOpt) Password for SAN controller." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml35(td) -msgid "(BoolOpt) Use thin provisioning for SAN volumes." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml38(td) -msgid "dpl_port = 8357" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml39(td) -msgid "(IntOpt) Port number of ProphetStor DPL storage server." -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml42(td) -msgid "dpl_pool =" -msgstr "" - -#: ./doc/common/tables/cinder-prophststor_dpl.xml43(td) -msgid "(StrOpt) Pool id of ProphetStor DPL storage server." -msgstr "" - #: ./doc/common/tables/swift-container-sync-realms-realm1.xml8(literal) msgid "[realm1]" msgstr "" @@ -41209,17 +42201,6 @@ msgid "" "behavior." msgstr "" -#: ./doc/common/tables/keystone-cache.xml49(td) -msgid "use_key_mangler = True" -msgstr "" - -#: ./doc/common/tables/keystone-cache.xml50(td) -msgid "" -"(BoolOpt) Use a key-mangling function (sha1) to ensure fixed length cache-" -"keys. This is toggle-able for debugging purposes, it is highly recommended " -"to always leave this set to true." -msgstr "" - #: ./doc/common/tables/nova-configdrive.xml7(caption) msgid "Description of configuration options for configdrive" msgstr "コンフィグドライブの設定オプションの説明" @@ -41249,8 +42230,9 @@ msgstr "config_drive_tempdir = None" #: ./doc/common/tables/nova-configdrive.xml30(td) msgid "" -"(StrOpt) Where to put temporary files associated with config drive creation" -msgstr "(文字列オプション) コンフィグドライブの作成に関連する一時ファイルを保存する場所" +"(StrOpt) DEPRECATED (not needed any more): Where to put temporary files " +"associated with config drive creation" +msgstr "" #: ./doc/common/tables/nova-configdrive.xml33(td) msgid "force_config_drive = None" @@ -41315,7 +42297,7 @@ msgid "" msgstr "" #: ./doc/common/tables/keystone-token.xml33(td) -msgid "driver = keystone.token.backends.sql.Token" +msgid "driver = keystone.token.persistence.backends.sql.Token" msgstr "" #: ./doc/common/tables/keystone-token.xml34(td) @@ -41386,10 +42368,6 @@ msgid "" "backend other than KVS, which stores events in memory." msgstr "" -#: ./doc/common/tables/heat-database.xml85(td) -msgid "sqlite_db = heat.sqlite" -msgstr "" - #: ./doc/common/tables/neutron-ml2.xml7(caption) msgid "Description of configuration options for ml2" msgstr "" @@ -41427,10 +42405,24 @@ msgid "" "neutron.ml2.type_drivers namespace." msgstr "" -#: ./doc/common/tables/keystone-database.xml86(td) -msgid "" -"(StrOpt) The SQLAlchemy connection string to use to connect to the slave " -"database." +#: ./doc/common/tables/glance-profiler.xml7(caption) +msgid "Description of configuration options for profiler" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml18(th) +msgid "[profiler]" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml22(td) +msgid "(BoolOpt) If False fully disable profiling feature." +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml25(td) +msgid "trace_sqlalchemy = True" +msgstr "" + +#: ./doc/common/tables/glance-profiler.xml26(td) +msgid "(BoolOpt) If False doesn't trace SQL requests." msgstr "" #: ./doc/common/tables/keystone-memcache.xml7(caption) @@ -41455,10 +42447,6 @@ msgstr "" msgid "(ListOpt) Memcache servers in the format of \"host:port\"." msgstr "" -#: ./doc/common/tables/trove-debug.xml38(td) -msgid "(BoolOpt) make deprecations fatal" -msgstr "" - #: ./doc/common/tables/trove-debug.xml41(td) msgid "pydev_debug = disabled" msgstr "" @@ -41471,7 +42459,7 @@ msgid "" msgstr "" #: ./doc/common/tables/trove-debug.xml45(td) -#: ./doc/common/tables/keystone-debug.xml41(td) +#: ./doc/common/tables/keystone-debug.xml37(td) msgid "pydev_debug_host = None" msgstr "" @@ -41480,7 +42468,7 @@ msgid "(StrOpt) Pydev debug server host (localhost by default)." msgstr "" #: ./doc/common/tables/trove-debug.xml49(td) -#: ./doc/common/tables/keystone-debug.xml45(td) +#: ./doc/common/tables/keystone-debug.xml41(td) msgid "pydev_debug_port = None" msgstr "" @@ -41488,30 +42476,6 @@ msgstr "" msgid "(IntOpt) Pydev debug server port (5678 by default)." msgstr "" -#: ./doc/common/tables/trove-debug.xml53(td) -msgid "remote_cinder_client = trove.common.remote.cinder_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml57(td) -msgid "remote_dns_client = trove.common.remote.dns_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml61(td) -msgid "remote_guest_client = trove.common.remote.guest_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml65(td) -msgid "remote_heat_client = trove.common.remote.heat_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml69(td) -msgid "remote_nova_client = trove.common.remote.nova_client" -msgstr "" - -#: ./doc/common/tables/trove-debug.xml73(td) -msgid "remote_swift_client = trove.common.remote.swift_client" -msgstr "" - #: ./doc/common/tables/trove-swift.xml21(td) msgid "swift_service_type = object-store" msgstr "" @@ -41624,29 +42588,38 @@ msgid "disk_prefix = None" msgstr "" #: ./doc/common/tables/nova-libvirt.xml56(td) +msgid "hw_machine_type = None" +msgstr "" + +#: ./doc/common/tables/nova-libvirt.xml57(td) +msgid "" +"(ListOpt) For qemu or KVM guests, set this option to specify a default " +"machine type per host architecture. You can find a list of supported machine" +" types in your environment by checking the output of the \"virsh " +"capabilities\"command. The format of the value for this config option is " +"host-arch=machine-type. For example: x86_64=machinetype1,armv7l=machinetype2" +msgstr "" + +#: ./doc/common/tables/nova-libvirt.xml60(td) msgid "" "image_info_filename_pattern = " "$instances_path/$image_cache_subdirectory_name/%(image)s.info" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml60(td) +#: ./doc/common/tables/nova-libvirt.xml64(td) msgid "remove_unused_kernels = False" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml64(td) +#: ./doc/common/tables/nova-libvirt.xml68(td) msgid "remove_unused_resized_minimum_age_seconds = 3600" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml68(td) +#: ./doc/common/tables/nova-libvirt.xml72(td) msgid "rng_dev_path = None" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml72(td) -msgid "snapshots_directory = $instances_path/snapshots" -msgstr "" - #: ./doc/common/tables/nova-libvirt.xml76(td) -msgid "vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver" +msgid "snapshots_directory = $instances_path/snapshots" msgstr "" #: ./doc/common/tables/nova-libvirt.xml80(td) @@ -41747,6 +42720,17 @@ msgid "" "cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver" msgstr "" +#: ./doc/common/tables/ceilometer-glance.xml21(td) +msgid "glance_page_size = 0" +msgstr "" + +#: ./doc/common/tables/ceilometer-glance.xml22(td) +msgid "" +"(IntOpt) Number of items to request in each paginated Glance API request " +"(parameter used by glancecelient). If this is less than or equal to 0, page " +"size is not specified (default value in glanceclient is used)." +msgstr "" + #: ./doc/common/tables/glance-ssl.xml26(td) msgid "(StrOpt) Certificate file to use when starting API server securely." msgstr "" @@ -41771,27 +42755,27 @@ msgstr "" msgid "(StrOpt) Driver for security groups firewall in the L2 agent" msgstr "" -#: ./doc/common/tables/keystone-debug.xml42(td) +#: ./doc/common/tables/keystone-debug.xml38(td) msgid "(StrOpt) Host to connect to for remote debugger." msgstr "" -#: ./doc/common/tables/keystone-debug.xml46(td) +#: ./doc/common/tables/keystone-debug.xml42(td) msgid "(IntOpt) Port to connect to for remote debugger." msgstr "" -#: ./doc/common/tables/keystone-debug.xml49(td) +#: ./doc/common/tables/keystone-debug.xml45(td) msgid "standard_threads = False" msgstr "" -#: ./doc/common/tables/keystone-debug.xml50(td) +#: ./doc/common/tables/keystone-debug.xml46(td) msgid "(BoolOpt) Do not monkey-patch threading system modules." msgstr "" -#: ./doc/common/tables/keystone-debug.xml53(th) +#: ./doc/common/tables/keystone-debug.xml49(th) msgid "[audit]" msgstr "" -#: ./doc/common/tables/keystone-debug.xml56(td) +#: ./doc/common/tables/keystone-debug.xml52(td) msgid "namespace = openstack" msgstr "" diff --git a/doc/config-reference/locale/config-reference.pot b/doc/config-reference/locale/config-reference.pot index 8df555e428..550cba8187 100644 --- a/doc/config-reference/locale/config-reference.pot +++ b/doc/config-reference/locale/config-reference.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-08-19 06:23+0000\n" +"POT-Creation-Date: 2014-08-20 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -397,7 +397,7 @@ msgstr "" msgid "Find an example object server configuration at etc/object-server.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:22(para) ./doc/config-reference/ch_objectstorageconfigure.xml:49(para) ./doc/config-reference/ch_objectstorageconfigure.xml:72(para) ./doc/config-reference/ch_objectstorageconfigure.xml:102(para) ./doc/config-reference/ch_objectstorageconfigure.xml:119(para) ./doc/config-reference/ch_objectstorageconfigure.xml:146(para) ./doc/config-reference/ch_objectstorageconfigure.xml:187(para) ./doc/config-reference/ch_objectstorageconfigure.xml:196(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:22(para) ./doc/config-reference/ch_objectstorageconfigure.xml:49(para) ./doc/config-reference/ch_objectstorageconfigure.xml:74(para) ./doc/config-reference/ch_objectstorageconfigure.xml:104(para) ./doc/config-reference/ch_objectstorageconfigure.xml:121(para) ./doc/config-reference/ch_objectstorageconfigure.xml:148(para) ./doc/config-reference/ch_objectstorageconfigure.xml:189(para) ./doc/config-reference/ch_objectstorageconfigure.xml:198(para) msgid "The available configuration options are:" msgstr "" @@ -413,71 +413,71 @@ msgstr "" msgid "Find an example object expirer configuration at etc/object-expirer.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:63(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:65(title) msgid "Sample object expirer configuration file" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:68(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:70(title) msgid "Container server configuration" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:69(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:71(para) msgid "Find an example container server configuration at etc/container-server.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:92(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:94(title) msgid "Sample container server configuration file" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:98(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:100(title) msgid "Container sync realms configuration" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:99(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:101(para) msgid "Find an example container sync realms configuration at etc/container-sync-realms.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:110(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:112(title) msgid "Sample container sync realms configuration file" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:115(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:117(title) msgid "Account server configuration" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:116(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:118(para) msgid "Find an example account server configuration at etc/account-server.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:137(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:139(title) msgid "Sample account server configuration file" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:142(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:144(title) msgid "Proxy server configuration" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:143(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:145(para) msgid "Find an example proxy server configuration at etc/proxy-server.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:178(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:180(title) msgid "Sample proxy server configuration file" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:183(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:185(title) msgid "Proxy server memcache configuration" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:184(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:186(para) msgid "Find an example memcache configuration for the proxy server at etc/memcache.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:192(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:194(title) msgid "Rsyncd configuration" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:193(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:195(para) msgid "Find an example rsyncd configuration at etc/rsyncd.conf-sample in the source code repository." msgstr "" @@ -878,138 +878,154 @@ msgid "DHCP agent" msgstr "" #: ./doc/config-reference/networking/section_networking-options-reference.xml:56(title) -msgid "Embrane LBaaS driver" +msgid "Distributed virtual router" msgstr "" #: ./doc/config-reference/networking/section_networking-options-reference.xml:57(para) +msgid "Use the following options to alter DVR-related settings." +msgstr "" + +#: ./doc/config-reference/networking/section_networking-options-reference.xml:62(title) +msgid "Embrane LBaaS driver" +msgstr "" + +#: ./doc/config-reference/networking/section_networking-options-reference.xml:63(para) msgid "Use the following options to alter Embrane Load-Balancer-as-a-Service related settings." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:63(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:69(title) msgid "Firewall-as-a-Service driver" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:64(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:70(para) msgid "Use the following options in the fwaas_driver.ini file for the FWaaS driver." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:70(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:76(title) +msgid "IPv6 router advertisement" +msgstr "" + +#: ./doc/config-reference/networking/section_networking-options-reference.xml:77(para) +msgid "Use the following options to alter IPv6 RA settings." +msgstr "" + +#: ./doc/config-reference/networking/section_networking-options-reference.xml:82(title) msgid "L3 agent" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:71(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:83(para) msgid "Use the following options in the l3_agent.ini file for the L3 agent." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:77(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:89(title) msgid "Load-Balancer-as-a-Service agent" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:78(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:90(para) msgid "Use the following options in the lbaas_agent.ini file for the LBaaS agent." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:87(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:99(title) msgid "Logging" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:88(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:100(para) msgid "Use the following options to alter logging settings." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:93(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:105(title) msgid "Metadata Agent" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:94(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:106(para) msgid "Use the following options in the metadata_agent.ini file for the Metadata agent." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:100(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:112(title) msgid "Metering Agent" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:101(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:113(para) msgid "Use the following options in the metering_agent.ini file for the Metering agent." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:107(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:119(title) msgid "Policy" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:108(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:120(para) msgid "Use the following options in the neutron.conf file to change policy settings." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:114(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:126(title) msgid "Quotas" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:115(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:127(para) msgid "Use the following options in the neutron.conf file for the quota system." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:121(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:133(title) msgid "Rootwrap" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:122(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:134(para) msgid "Use the following options in the neutron.conf file for the rootwrap settings" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:128(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:140(title) msgid "Scheduler" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:129(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:141(para) msgid "Use the following options in the neutron.conf file to change scheduler settings." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:135(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:147(title) msgid "Security Groups" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:136(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:148(para) msgid "Use the following options in the configuration file for your driver to change security group settings." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:142(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:154(title) msgid "SSL" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:143(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:155(para) msgid "Use the following options in the neutron.conf file to enable SSL." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:149(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:161(title) msgid "Testing" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:150(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:162(para) msgid "Use the following options to alter testing-related features." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:155(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:167(title) msgid "vArmour Firewall-as-a-Service driver" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:156(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:168(para) msgid "Use the following options in the l3_agent.ini file for the vArmour FWaaS driver." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:162(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:174(title) msgid "VPN" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:163(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:175(para) msgid "Use the following options in the vpn_agent.ini file for the VPN agent." msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:169(title) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:181(title) msgid "WSGI" msgstr "" -#: ./doc/config-reference/networking/section_networking-options-reference.xml:170(para) +#: ./doc/config-reference/networking/section_networking-options-reference.xml:182(para) msgid "Use the following options in the neutron.conf file to configure the WSGI layer." msgstr "" @@ -1097,66 +1113,74 @@ msgstr "" msgid "CISCO configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:37(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:40(title) msgid "CloudBase Hyper-V Agent configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:44(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:47(title) msgid "Embrane configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:51(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:54(title) msgid "IBM SDN-VE configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:57(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:60(title) msgid "Linux bridge Agent configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:64(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:67(title) msgid "Mellanox configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:70(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:73(title) msgid "Meta Plug-in configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:71(para) +#: ./doc/config-reference/networking/section_networking-plugins.xml:74(para) msgid "The Meta Plug-in allows you to use multiple plug-ins at the same time." msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:79(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:82(title) msgid "MidoNet configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:85(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:88(title) msgid "NEC configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:91(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:94(title) msgid "Nuage configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:97(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:100(title) msgid "One Convergence NVSD configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:103(title) -msgid "VMware NSX configuration options" +#: ./doc/config-reference/networking/section_networking-plugins.xml:106(title) +msgid "OpenContrail configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:109(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:112(title) msgid "Open vSwitch Agent configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:116(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:119(title) msgid "PLUMgrid configuration options" msgstr "" -#: ./doc/config-reference/networking/section_networking-plugins.xml:122(title) +#: ./doc/config-reference/networking/section_networking-plugins.xml:125(title) msgid "Ryu configuration options" msgstr "" +#: ./doc/config-reference/networking/section_networking-plugins.xml:131(title) +msgid "SR-IOV configuration options" +msgstr "" + +#: ./doc/config-reference/networking/section_networking-plugins.xml:137(title) +msgid "VMware NSX configuration options" +msgstr "" + #: ./doc/config-reference/networking/section_networking-plugins-ml2.xml:7(title) msgid "Modular Layer 2 (ml2) configuration options" msgstr "" @@ -1241,6 +1265,10 @@ msgstr "" msgid "Modular Layer 2 (ml2) Tail-f NCS Mechanism configuration options" msgstr "" +#: ./doc/config-reference/networking/section_networking-plugins-ml2.xml:121(title) +msgid "Modular Layer 2 (ml2) SR-IOV Mechanism configuration options" +msgstr "" + #: ./doc/config-reference/networking/section_networking-log-files.xml:7(title) msgid "Log files used by Networking" msgstr "" @@ -2290,6 +2318,138 @@ msgstr "" msgid "cinder-volume" msgstr "" +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:11(title) +msgid "Volume encryption with static key" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:12(para) +msgid "This is an implementation of a key manager that reads its key from the project's configuration options." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:14(para) +msgid "This key manager implementation provides limited security, assuming that the key remains secret. Volume encryption provides protection against a lost or stolen disk, assuming that the configuration file that contains the key is not stored on the disk. Encryption also protects the confidentiality of data as it is transmitted via iSCSI from the compute host to the storage host as long as an attacker who intercepts the data does not know the secret key." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:21(para) +msgid "Because this implementation uses a single, fixed key, it does not provide protection if that key is compromised. In particular, different volumes encrypted with a key provided by this key manager actually share the same encryption key so any volume can be decrypted once the fixed key is known." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:26(para) +msgid "Updates are in the pipeline which will provide true key manager support via the key management service. This will provide much better security once complete." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:29(title) +msgid "Initial configuration" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:31(para) +msgid "Configuration changes need to be made to any nodes running the cinder-volume or nova-compute services." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:33(para) +msgid "Update cinder-volume servers:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:35(para) +msgid "Edit the /etc/cinder/cinder.conf file and add or update the value of the option in the [keymgr] section:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:43(para) +msgid "Restart cinder-volume." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:47(para) +msgid "Update nova-compute servers:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:49(para) +msgid "Edit the /etc/nova/nova.conf file and add or update the value of the option in the [keymgr] section (add a keymgr section as shown if needed):" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:57(para) +msgid "Restart nova-compute." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:62(title) +msgid "Create encrypted volume type" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:63(para) +msgid "Block Storage volume type assignment provides a mechanism to provide scheduling to a specific back-end, and also can be used to specify specific information for a back-end storage device to act upon." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:65(para) +msgid "In this case we are creating a volume type called LUKS and providing configuration information that will tell the storage system to encrypt or decrypt the volume." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:69(para) ./doc/config-reference/block-storage/section_volume-encryption.xml:101(para) +msgid "Source your admin credentials:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:73(para) +msgid "Create the volume type:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:82(para) +msgid "Mark the volume type as encrypted and provide the necessary details:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:92(para) +msgid "Support for creating the volume type in the OpenStack dashboard (horizon) exists today, however support for tagging the type as encrypted and providing the additional information needed is still in review." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:96(title) +msgid "Create an encrypted volume" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:97(para) +msgid "Use the OpenStack dashboard (horizon), or the command to create volumes just as you normally would. For an encrypted volume use the LUKS tag, for unencrypted leave the LUKS tag off." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:105(para) +msgid "Create an unencrypted 1GB test volume:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:132(para) +msgid "Create an encrypted 1GB test volume:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:159(para) +msgid "Notice the encrypted parameter; it will show True/False. The option is also shown for easy review." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:163(title) +msgid "Testing volume encryption" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:164(para) +msgid "This is a simple test scenario to help validate your encryption. It assumes an LVM based Block Storage server." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:165(para) +msgid "Perform these steps after completing the volume encryption setup and creating the volume-type for LUKS as described in the preceding sections." +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:168(para) +msgid "Create a VM:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:172(para) +msgid "Create two volumes, one encrypted and one not encrypted then attach them to your VM:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:186(para) +msgid "On the VM, send some text to the newly attached volumes and synchronize them:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:193(para) +msgid "On the system hosting cinder volume services, synchronize to flush the I/O cache then test to see if your strings can be found:" +msgstr "" + +#: ./doc/config-reference/block-storage/section_volume-encryption.xml:200(para) +msgid "In the above example you see that the search returns the string written to the unencrypted volume, but not the encrypted one." +msgstr "" + #: ./doc/config-reference/block-storage/section_fc-zoning.xml:6(title) msgid "Fibre Channel Zone Manager" msgstr "" @@ -3501,11 +3661,23 @@ msgid "The following table contains the configuration options supported by the C msgstr "" #: ./doc/config-reference/block-storage/drivers/ibm-xiv-volume-driver.xml:5(title) -msgid "IBM XIV/DS8K volume driver" +msgid "IBM XIV and DS8000 volume driver" msgstr "" -#: ./doc/config-reference/block-storage/drivers/ibm-xiv-volume-driver.xml:6(para) -msgid "There is a unified volume back-end for IBM XIV and DS8K storage. Set the following in your cinder.conf, and use the following options to configure it." +#: ./doc/config-reference/block-storage/drivers/ibm-xiv-volume-driver.xml:7(para) +msgid "The IBM Storage Driver for OpenStack is a Block Storage driver that supports IBM XIV and IBM DS8000 storage systems over Fiber channel and iSCSI." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/ibm-xiv-volume-driver.xml:12(para) +msgid "Set the following in your cinder.conf, and use the following options to configure it." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/ibm-xiv-volume-driver.xml:20(para) +msgid "To use the IBM Storage Driver for OpenStack you must download and install the package available at: http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=Enterprise%2BStorage%2BServers&product=ibm/Storage_Disk/XIV+Storage+System+%282810,+2812%29&release=All&platform=All&function=all" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/ibm-xiv-volume-driver.xml:27(para) +msgid "For full documentation refer to IBM's online documentation available at http://pic.dhe.ibm.com/infocenter/strhosts/ic/topic/com.ibm.help.strghosts.doc/nova-homepage.html." msgstr "" #: ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:9(title) diff --git a/doc/glossary/locale/de.po b/doc/glossary/locale/de.po index 5299940468..7cd9b435cd 100644 --- a/doc/glossary/locale/de.po +++ b/doc/glossary/locale/de.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-08-19 03:34+0000\n" -"PO-Revision-Date: 2014-08-18 20:22+0000\n" +"POT-Creation-Date: 2014-08-19 21:02+0000\n" +"PO-Revision-Date: 2014-08-19 18:34+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: German (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/de/)\n" "MIME-Version: 1.0\n" @@ -268,7 +268,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml258(glossterm) #: ./doc/glossary/glossary-terms.xml260(primary) -#: ./doc/glossary/glossary-terms.xml4883(see) +#: ./doc/glossary/glossary-terms.xml4896(see) msgid "admin API" msgstr "" @@ -334,26 +334,26 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml1903(secondary) #: ./doc/glossary/glossary-terms.xml2132(secondary) #: ./doc/glossary/glossary-terms.xml2412(secondary) -#: ./doc/glossary/glossary-terms.xml3117(secondary) -#: ./doc/glossary/glossary-terms.xml3234(secondary) -#: ./doc/glossary/glossary-terms.xml3878(secondary) -#: ./doc/glossary/glossary-terms.xml3930(secondary) -#: ./doc/glossary/glossary-terms.xml4035(secondary) -#: ./doc/glossary/glossary-terms.xml4252(secondary) -#: ./doc/glossary/glossary-terms.xml4405(secondary) -#: ./doc/glossary/glossary-terms.xml4423(secondary) -#: ./doc/glossary/glossary-terms.xml4920(secondary) -#: ./doc/glossary/glossary-terms.xml5254(secondary) -#: ./doc/glossary/glossary-terms.xml5507(secondary) -#: ./doc/glossary/glossary-terms.xml5609(secondary) -#: ./doc/glossary/glossary-terms.xml5952(secondary) -#: ./doc/glossary/glossary-terms.xml6137(secondary) -#: ./doc/glossary/glossary-terms.xml6228(secondary) -#: ./doc/glossary/glossary-terms.xml6800(secondary) -#: ./doc/glossary/glossary-terms.xml6903(secondary) -#: ./doc/glossary/glossary-terms.xml6947(secondary) -#: ./doc/glossary/glossary-terms.xml7214(secondary) -#: ./doc/glossary/glossary-terms.xml7257(secondary) +#: ./doc/glossary/glossary-terms.xml3130(secondary) +#: ./doc/glossary/glossary-terms.xml3247(secondary) +#: ./doc/glossary/glossary-terms.xml3891(secondary) +#: ./doc/glossary/glossary-terms.xml3943(secondary) +#: ./doc/glossary/glossary-terms.xml4048(secondary) +#: ./doc/glossary/glossary-terms.xml4265(secondary) +#: ./doc/glossary/glossary-terms.xml4418(secondary) +#: ./doc/glossary/glossary-terms.xml4436(secondary) +#: ./doc/glossary/glossary-terms.xml4933(secondary) +#: ./doc/glossary/glossary-terms.xml5267(secondary) +#: ./doc/glossary/glossary-terms.xml5520(secondary) +#: ./doc/glossary/glossary-terms.xml5636(secondary) +#: ./doc/glossary/glossary-terms.xml5979(secondary) +#: ./doc/glossary/glossary-terms.xml6164(secondary) +#: ./doc/glossary/glossary-terms.xml6255(secondary) +#: ./doc/glossary/glossary-terms.xml6827(secondary) +#: ./doc/glossary/glossary-terms.xml6930(secondary) +#: ./doc/glossary/glossary-terms.xml6974(secondary) +#: ./doc/glossary/glossary-terms.xml7241(secondary) +#: ./doc/glossary/glossary-terms.xml7284(secondary) msgid "definition of" msgstr "" @@ -458,10 +458,10 @@ msgid "API endpoint" msgstr "API Endpunkt" #: ./doc/glossary/glossary-terms.xml434(primary) -#: ./doc/glossary/glossary-terms.xml2857(primary) -#: ./doc/glossary/glossary-terms.xml2885(primary) -#: ./doc/glossary/glossary-terms.xml3508(primary) -#: ./doc/glossary/glossary-terms.xml7974(primary) +#: ./doc/glossary/glossary-terms.xml2870(primary) +#: ./doc/glossary/glossary-terms.xml2898(primary) +#: ./doc/glossary/glossary-terms.xml3521(primary) +#: ./doc/glossary/glossary-terms.xml8001(primary) msgid "endpoints" msgstr "" @@ -472,7 +472,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml495(primary) #: ./doc/glossary/glossary-terms.xml509(primary) #: ./doc/glossary/glossary-terms.xml523(primary) -#: ./doc/glossary/glossary-terms.xml6341(primary) +#: ./doc/glossary/glossary-terms.xml6368(primary) msgid "API (application programming interface)" msgstr "" @@ -568,11 +568,11 @@ msgid "application server" msgstr "" #: ./doc/glossary/glossary-terms.xml558(primary) -#: ./doc/glossary/glossary-terms.xml6323(primary) -#: ./doc/glossary/glossary-terms.xml6755(primary) -#: ./doc/glossary/glossary-terms.xml7212(primary) -#: ./doc/glossary/glossary-terms.xml7241(primary) -#: ./doc/glossary/glossary-terms.xml8410(primary) +#: ./doc/glossary/glossary-terms.xml6350(primary) +#: ./doc/glossary/glossary-terms.xml6782(primary) +#: ./doc/glossary/glossary-terms.xml7239(primary) +#: ./doc/glossary/glossary-terms.xml7268(primary) +#: ./doc/glossary/glossary-terms.xml8451(primary) msgid "servers" msgstr "" @@ -1318,7 +1318,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml1372(primary) #: ./doc/glossary/glossary-terms.xml1387(primary) #: ./doc/glossary/glossary-terms.xml1499(primary) -#: ./doc/glossary/glossary-terms.xml5932(primary) +#: ./doc/glossary/glossary-terms.xml5959(primary) msgid "cells" msgstr "" @@ -1361,9 +1361,9 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml1406(para) #: ./doc/glossary/glossary-terms.xml2251(para) -#: ./doc/glossary/glossary-terms.xml5882(para) -#: ./doc/glossary/glossary-terms.xml6711(para) -#: ./doc/glossary/glossary-terms.xml7741(para) +#: ./doc/glossary/glossary-terms.xml5909(para) +#: ./doc/glossary/glossary-terms.xml6738(para) +#: ./doc/glossary/glossary-terms.xml7768(para) msgid "A Linux distribution that is compatible with OpenStack." msgstr "" @@ -1684,7 +1684,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml1758(glossterm) #: ./doc/glossary/glossary-terms.xml1762(secondary) -#: ./doc/glossary/glossary-terms.xml5575(secondary) +#: ./doc/glossary/glossary-terms.xml5602(secondary) msgid "Compute API" msgstr "Compute API" @@ -1758,16 +1758,16 @@ msgid "concatenated object" msgstr "" #: ./doc/glossary/glossary-terms.xml1847(primary) -#: ./doc/glossary/glossary-terms.xml4932(primary) -#: ./doc/glossary/glossary-terms.xml5607(primary) -#: ./doc/glossary/glossary-terms.xml5621(primary) -#: ./doc/glossary/glossary-terms.xml5635(primary) -#: ./doc/glossary/glossary-terms.xml5650(primary) -#: ./doc/glossary/glossary-terms.xml5663(primary) +#: ./doc/glossary/glossary-terms.xml4945(primary) +#: ./doc/glossary/glossary-terms.xml5634(primary) +#: ./doc/glossary/glossary-terms.xml5648(primary) +#: ./doc/glossary/glossary-terms.xml5662(primary) #: ./doc/glossary/glossary-terms.xml5677(primary) -#: ./doc/glossary/glossary-terms.xml5691(primary) -#: ./doc/glossary/glossary-terms.xml5746(primary) -#: ./doc/glossary/glossary-terms.xml7194(primary) +#: ./doc/glossary/glossary-terms.xml5690(primary) +#: ./doc/glossary/glossary-terms.xml5704(primary) +#: ./doc/glossary/glossary-terms.xml5718(primary) +#: ./doc/glossary/glossary-terms.xml5773(primary) +#: ./doc/glossary/glossary-terms.xml7221(primary) msgid "objects" msgstr "" @@ -2316,11 +2316,11 @@ msgid "DHCP (Dynamic Host Configuration Protocol)" msgstr "" #: ./doc/glossary/glossary-terms.xml2426(secondary) -#: ./doc/glossary/glossary-terms.xml3782(secondary) -#: ./doc/glossary/glossary-terms.xml3912(secondary) -#: ./doc/glossary/glossary-terms.xml3993(secondary) -#: ./doc/glossary/glossary-terms.xml5841(secondary) -#: ./doc/glossary/glossary-terms.xml6676(secondary) +#: ./doc/glossary/glossary-terms.xml3795(secondary) +#: ./doc/glossary/glossary-terms.xml3925(secondary) +#: ./doc/glossary/glossary-terms.xml4006(secondary) +#: ./doc/glossary/glossary-terms.xml5868(secondary) +#: ./doc/glossary/glossary-terms.xml6703(secondary) msgid "basics of" msgstr "" @@ -2641,194 +2641,205 @@ msgstr "E" #: ./doc/glossary/glossary-terms.xml2734(glossterm) #: ./doc/glossary/glossary-terms.xml2736(primary) -msgid "EBS boot volume" +msgid "east-west traffic" msgstr "" #: ./doc/glossary/glossary-terms.xml2740(para) msgid "" +"Network traffic between servers in the same cloud or data center. See also " +"north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2747(glossterm) +#: ./doc/glossary/glossary-terms.xml2749(primary) +msgid "EBS boot volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2753(para) +msgid "" "An Amazon EBS storage volume that contains a bootable VM image, currently " "unsupported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml2746(glossterm) -#: ./doc/glossary/glossary-terms.xml2748(primary) -#: ./doc/glossary/glossary-terms.xml2976(glossterm) -#: ./doc/glossary/glossary-terms.xml2978(primary) +#: ./doc/glossary/glossary-terms.xml2759(glossterm) +#: ./doc/glossary/glossary-terms.xml2761(primary) +#: ./doc/glossary/glossary-terms.xml2989(glossterm) +#: ./doc/glossary/glossary-terms.xml2991(primary) msgid "ebtables" msgstr "" -#: ./doc/glossary/glossary-terms.xml2752(para) +#: ./doc/glossary/glossary-terms.xml2765(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.xml2759(glossterm) -#: ./doc/glossary/glossary-terms.xml2770(primary) -#: ./doc/glossary/glossary-terms.xml2784(primary) -#: ./doc/glossary/glossary-terms.xml2798(primary) -#: ./doc/glossary/glossary-terms.xml2812(primary) +#: ./doc/glossary/glossary-terms.xml2772(glossterm) +#: ./doc/glossary/glossary-terms.xml2783(primary) +#: ./doc/glossary/glossary-terms.xml2797(primary) +#: ./doc/glossary/glossary-terms.xml2811(primary) +#: ./doc/glossary/glossary-terms.xml2825(primary) msgid "EC2" msgstr "EC2" -#: ./doc/glossary/glossary-terms.xml2762(para) +#: ./doc/glossary/glossary-terms.xml2775(para) msgid "The Amazon commercial compute product, similar to Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml2768(glossterm) -#: ./doc/glossary/glossary-terms.xml2772(secondary) +#: ./doc/glossary/glossary-terms.xml2781(glossterm) +#: ./doc/glossary/glossary-terms.xml2785(secondary) msgid "EC2 access key" msgstr "EC2 Zugriffsschlüssel" -#: ./doc/glossary/glossary-terms.xml2776(para) +#: ./doc/glossary/glossary-terms.xml2789(para) msgid "Used along with an EC2 secret key to access the Compute EC2 API." msgstr "" -#: ./doc/glossary/glossary-terms.xml2782(glossterm) -#: ./doc/glossary/glossary-terms.xml2786(secondary) +#: ./doc/glossary/glossary-terms.xml2795(glossterm) +#: ./doc/glossary/glossary-terms.xml2799(secondary) msgid "EC2 API" msgstr "EC2 API" -#: ./doc/glossary/glossary-terms.xml2790(para) +#: ./doc/glossary/glossary-terms.xml2803(para) msgid "OpenStack supports accessing the Amazon EC2 API through Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml2796(glossterm) +#: ./doc/glossary/glossary-terms.xml2809(glossterm) msgid "EC2 Compatibility API" msgstr "" -#: ./doc/glossary/glossary-terms.xml2800(secondary) +#: ./doc/glossary/glossary-terms.xml2813(secondary) msgid "EC2 compatibility API" msgstr "" -#: ./doc/glossary/glossary-terms.xml2804(para) +#: ./doc/glossary/glossary-terms.xml2817(para) msgid "" "A Compute component that enables OpenStack to communicate with Amazon EC2." msgstr "" -#: ./doc/glossary/glossary-terms.xml2810(glossterm) -#: ./doc/glossary/glossary-terms.xml2814(secondary) +#: ./doc/glossary/glossary-terms.xml2823(glossterm) +#: ./doc/glossary/glossary-terms.xml2827(secondary) msgid "EC2 secret key" msgstr "EC2 Geheimschlüssel" -#: ./doc/glossary/glossary-terms.xml2818(para) +#: ./doc/glossary/glossary-terms.xml2831(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.xml2824(glossterm) -#: ./doc/glossary/glossary-terms.xml2826(primary) +#: ./doc/glossary/glossary-terms.xml2837(glossterm) +#: ./doc/glossary/glossary-terms.xml2839(primary) msgid "Elastic Block Storage (EBS)" msgstr "Elastic Block Storage (EBS)" -#: ./doc/glossary/glossary-terms.xml2830(para) +#: ./doc/glossary/glossary-terms.xml2843(para) msgid "The Amazon commercial block storage product." msgstr "" -#: ./doc/glossary/glossary-terms.xml2835(glossterm) +#: ./doc/glossary/glossary-terms.xml2848(glossterm) msgid "encryption" msgstr "" -#: ./doc/glossary/glossary-terms.xml2837(primary) +#: ./doc/glossary/glossary-terms.xml2850(primary) msgid "encryption, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml2841(para) +#: ./doc/glossary/glossary-terms.xml2854(para) msgid "" "OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, " "digital certificates, and data encryption." msgstr "" -#: ./doc/glossary/glossary-terms.xml2847(glossterm) +#: ./doc/glossary/glossary-terms.xml2860(glossterm) msgid "endpoint" msgstr "Endpunkt" -#: ./doc/glossary/glossary-terms.xml2850(para) +#: ./doc/glossary/glossary-terms.xml2863(para) msgid "See API endpoint." msgstr "Siehe API Endpunkt." -#: ./doc/glossary/glossary-terms.xml2855(glossterm) -#: ./doc/glossary/glossary-terms.xml2859(secondary) +#: ./doc/glossary/glossary-terms.xml2868(glossterm) +#: ./doc/glossary/glossary-terms.xml2872(secondary) msgid "endpoint registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml2863(para) +#: ./doc/glossary/glossary-terms.xml2876(para) msgid "Alternative term for an Identity Service catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml2868(glossterm) -#: ./doc/glossary/glossary-terms.xml2870(primary) +#: ./doc/glossary/glossary-terms.xml2881(glossterm) +#: ./doc/glossary/glossary-terms.xml2883(primary) msgid "encapsulation" msgstr "" -#: ./doc/glossary/glossary-terms.xml2874(para) +#: ./doc/glossary/glossary-terms.xml2887(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.xml2883(glossterm) +#: ./doc/glossary/glossary-terms.xml2896(glossterm) msgid "endpoint template" msgstr "" -#: ./doc/glossary/glossary-terms.xml2887(secondary) +#: ./doc/glossary/glossary-terms.xml2900(secondary) msgid "endpoint templates" msgstr "" -#: ./doc/glossary/glossary-terms.xml2891(para) +#: ./doc/glossary/glossary-terms.xml2904(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.xml2898(glossterm) +#: ./doc/glossary/glossary-terms.xml2911(glossterm) msgid "entity" msgstr "" -#: ./doc/glossary/glossary-terms.xml2900(primary) +#: ./doc/glossary/glossary-terms.xml2913(primary) msgid "entity, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml2904(para) +#: ./doc/glossary/glossary-terms.xml2917(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.xml2912(glossterm) +#: ./doc/glossary/glossary-terms.xml2925(glossterm) msgid "ephemeral image" msgstr "" -#: ./doc/glossary/glossary-terms.xml2914(primary) +#: ./doc/glossary/glossary-terms.xml2927(primary) msgid "ephemeral images" msgstr "" -#: ./doc/glossary/glossary-terms.xml2918(para) +#: ./doc/glossary/glossary-terms.xml2931(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.xml2925(glossterm) -#: ./doc/glossary/glossary-terms.xml2927(primary) -#: ./doc/glossary/glossary-terms.xml5554(see) +#: ./doc/glossary/glossary-terms.xml2938(glossterm) +#: ./doc/glossary/glossary-terms.xml2940(primary) +#: ./doc/glossary/glossary-terms.xml5567(see) msgid "ephemeral volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml2931(para) +#: ./doc/glossary/glossary-terms.xml2944(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.xml2937(glossterm) -#: ./doc/glossary/glossary-terms.xml2939(primary) +#: ./doc/glossary/glossary-terms.xml2950(glossterm) +#: ./doc/glossary/glossary-terms.xml2952(primary) msgid "Essex" msgstr "" -#: ./doc/glossary/glossary-terms.xml2943(para) +#: ./doc/glossary/glossary-terms.xml2956(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), " @@ -2836,40 +2847,40 @@ msgid "" "Dashboard (horizon)." msgstr "" -#: ./doc/glossary/glossary-terms.xml2947(para) +#: ./doc/glossary/glossary-terms.xml2960(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.xml2954(glossterm) +#: ./doc/glossary/glossary-terms.xml2967(glossterm) msgid "ESX" msgstr "" -#: ./doc/glossary/glossary-terms.xml2956(primary) +#: ./doc/glossary/glossary-terms.xml2969(primary) msgid "ESX hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml2960(para) -#: ./doc/glossary/glossary-terms.xml2971(para) -#: ./doc/glossary/glossary-terms.xml4806(para) -#: ./doc/glossary/glossary-terms.xml8220(para) -#: ./doc/glossary/glossary-terms.xml8453(para) -#: ./doc/glossary/glossary-terms.xml8683(para) -#: ./doc/glossary/glossary-terms.xml8784(para) -#: ./doc/glossary/glossary-terms.xml8811(para) +#: ./doc/glossary/glossary-terms.xml2973(para) +#: ./doc/glossary/glossary-terms.xml2984(para) +#: ./doc/glossary/glossary-terms.xml4819(para) +#: ./doc/glossary/glossary-terms.xml8261(para) +#: ./doc/glossary/glossary-terms.xml8494(para) +#: ./doc/glossary/glossary-terms.xml8724(para) +#: ./doc/glossary/glossary-terms.xml8825(para) +#: ./doc/glossary/glossary-terms.xml8852(para) msgid "An OpenStack-supported hypervisor." msgstr "" -#: ./doc/glossary/glossary-terms.xml2965(glossterm) +#: ./doc/glossary/glossary-terms.xml2978(glossterm) msgid "ESXi" msgstr "" -#: ./doc/glossary/glossary-terms.xml2967(primary) +#: ./doc/glossary/glossary-terms.xml2980(primary) msgid "ESXi hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml2982(para) +#: ./doc/glossary/glossary-terms.xml2995(para) msgid "" "Filtering tool for a Linux bridging firewall, enabling filtering of network " "traffic passing through a Linux bridge. Used to restrict communications " @@ -2877,327 +2888,327 @@ msgid "" "arptables, and ip6tables." msgstr "" -#: ./doc/glossary/glossary-terms.xml2990(glossterm) -#: ./doc/glossary/glossary-terms.xml2992(primary) +#: ./doc/glossary/glossary-terms.xml3003(glossterm) +#: ./doc/glossary/glossary-terms.xml3005(primary) msgid "ETag" msgstr "" -#: ./doc/glossary/glossary-terms.xml2996(para) +#: ./doc/glossary/glossary-terms.xml3009(para) msgid "" "MD5 hash of an object within Object Storage, used to ensure data integrity." msgstr "" -#: ./doc/glossary/glossary-terms.xml3002(glossterm) -#: ./doc/glossary/glossary-terms.xml3004(primary) +#: ./doc/glossary/glossary-terms.xml3015(glossterm) +#: ./doc/glossary/glossary-terms.xml3017(primary) msgid "euca2ools" msgstr "" -#: ./doc/glossary/glossary-terms.xml3008(para) +#: ./doc/glossary/glossary-terms.xml3021(para) msgid "" "A collection of command-line tools for administering VMs; most are " "compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3014(glossterm) -#: ./doc/glossary/glossary-terms.xml3016(primary) +#: ./doc/glossary/glossary-terms.xml3027(glossterm) +#: ./doc/glossary/glossary-terms.xml3029(primary) msgid "Eucalyptus Kernel Image (EKI)" msgstr "Eucalyptus Kernel Image (EKI)" -#: ./doc/glossary/glossary-terms.xml3020(para) +#: ./doc/glossary/glossary-terms.xml3033(para) msgid "Used along with an ERI to create an EMI." msgstr "" -#: ./doc/glossary/glossary-terms.xml3025(glossterm) -#: ./doc/glossary/glossary-terms.xml3027(primary) +#: ./doc/glossary/glossary-terms.xml3038(glossterm) +#: ./doc/glossary/glossary-terms.xml3040(primary) msgid "Eucalyptus Machine Image (EMI)" msgstr "Eucalyptus Machine Image (EMI)" -#: ./doc/glossary/glossary-terms.xml3031(para) +#: ./doc/glossary/glossary-terms.xml3044(para) msgid "VM image container format supported by Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml3036(glossterm) -#: ./doc/glossary/glossary-terms.xml3038(primary) +#: ./doc/glossary/glossary-terms.xml3049(glossterm) +#: ./doc/glossary/glossary-terms.xml3051(primary) msgid "Eucalyptus Ramdisk Image (ERI)" msgstr "Eucalyptus Ramdisk Image (ERI)" -#: ./doc/glossary/glossary-terms.xml3042(para) +#: ./doc/glossary/glossary-terms.xml3055(para) msgid "Used along with an EKI to create an EMI." msgstr "" -#: ./doc/glossary/glossary-terms.xml3047(glossterm) +#: ./doc/glossary/glossary-terms.xml3060(glossterm) msgid "evacuate" msgstr "" -#: ./doc/glossary/glossary-terms.xml3049(primary) +#: ./doc/glossary/glossary-terms.xml3062(primary) msgid "evacuation, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3053(para) +#: ./doc/glossary/glossary-terms.xml3066(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.xml3060(glossterm) -#: ./doc/glossary/glossary-terms.xml3062(primary) +#: ./doc/glossary/glossary-terms.xml3073(glossterm) +#: ./doc/glossary/glossary-terms.xml3075(primary) msgid "exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml3066(para) +#: ./doc/glossary/glossary-terms.xml3079(para) msgid "Alternative term for a RabbitMQ message exchange." msgstr "" -#: ./doc/glossary/glossary-terms.xml3071(glossterm) +#: ./doc/glossary/glossary-terms.xml3084(glossterm) msgid "exchange type" msgstr "" -#: ./doc/glossary/glossary-terms.xml3073(primary) +#: ./doc/glossary/glossary-terms.xml3086(primary) msgid "exchange types" msgstr "" -#: ./doc/glossary/glossary-terms.xml3077(para) +#: ./doc/glossary/glossary-terms.xml3090(para) msgid "A routing algorithm in the Compute RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml3082(glossterm) +#: ./doc/glossary/glossary-terms.xml3095(glossterm) msgid "exclusive queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml3084(primary) -#: ./doc/glossary/glossary-terms.xml8119(primary) +#: ./doc/glossary/glossary-terms.xml3097(primary) +#: ./doc/glossary/glossary-terms.xml8146(primary) msgid "queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml3086(secondary) -#: ./doc/glossary/glossary-terms.xml3089(primary) +#: ./doc/glossary/glossary-terms.xml3099(secondary) +#: ./doc/glossary/glossary-terms.xml3102(primary) msgid "exclusive queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml3093(para) +#: ./doc/glossary/glossary-terms.xml3106(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.xml3099(glossterm) -#: ./doc/glossary/glossary-terms.xml3101(primary) +#: ./doc/glossary/glossary-terms.xml3112(glossterm) +#: ./doc/glossary/glossary-terms.xml3114(primary) msgid "extended attributes (xattrs)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3105(para) +#: ./doc/glossary/glossary-terms.xml3118(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.xml3113(glossterm) +#: ./doc/glossary/glossary-terms.xml3126(glossterm) msgid "extension" msgstr "" -#: ./doc/glossary/glossary-terms.xml3115(primary) +#: ./doc/glossary/glossary-terms.xml3128(primary) msgid "extensions" msgstr "" -#: ./doc/glossary/glossary-terms.xml3121(para) +#: ./doc/glossary/glossary-terms.xml3134(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.xml3128(glossterm) +#: ./doc/glossary/glossary-terms.xml3141(glossterm) msgid "external network" msgstr "" -#: ./doc/glossary/glossary-terms.xml3130(primary) +#: ./doc/glossary/glossary-terms.xml3143(primary) msgid "external network, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3134(para) +#: ./doc/glossary/glossary-terms.xml3147(para) msgid "A network segment typically used for instance Internet access." msgstr "" -#: ./doc/glossary/glossary-terms.xml3140(glossterm) +#: ./doc/glossary/glossary-terms.xml3153(glossterm) msgid "extra specs" msgstr "" -#: ./doc/glossary/glossary-terms.xml3142(primary) +#: ./doc/glossary/glossary-terms.xml3155(primary) msgid "extra specs, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3146(para) +#: ./doc/glossary/glossary-terms.xml3159(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.xml3156(title) +#: ./doc/glossary/glossary-terms.xml3169(title) msgid "F" msgstr "F" -#: ./doc/glossary/glossary-terms.xml3159(glossterm) -#: ./doc/glossary/glossary-terms.xml3161(primary) +#: ./doc/glossary/glossary-terms.xml3172(glossterm) +#: ./doc/glossary/glossary-terms.xml3174(primary) msgid "FakeLDAP" msgstr "" -#: ./doc/glossary/glossary-terms.xml3165(para) +#: ./doc/glossary/glossary-terms.xml3178(para) msgid "" "An easy method to create a local LDAP directory for testing Identity Service" " and Compute. Requires Redis." msgstr "" -#: ./doc/glossary/glossary-terms.xml3171(glossterm) -#: ./doc/glossary/glossary-terms.xml3173(primary) +#: ./doc/glossary/glossary-terms.xml3184(glossterm) +#: ./doc/glossary/glossary-terms.xml3186(primary) msgid "fan-out exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml3177(para) +#: ./doc/glossary/glossary-terms.xml3190(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.xml3184(glossterm) -#: ./doc/glossary/glossary-terms.xml3186(primary) +#: ./doc/glossary/glossary-terms.xml3197(glossterm) +#: ./doc/glossary/glossary-terms.xml3199(primary) msgid "Fedora" msgstr "Fedora" -#: ./doc/glossary/glossary-terms.xml3190(para) +#: ./doc/glossary/glossary-terms.xml3203(para) msgid "A Linux distribution compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3195(glossterm) -#: ./doc/glossary/glossary-terms.xml3197(primary) +#: ./doc/glossary/glossary-terms.xml3208(glossterm) +#: ./doc/glossary/glossary-terms.xml3210(primary) msgid "Fibre Channel" msgstr "" -#: ./doc/glossary/glossary-terms.xml3201(para) +#: ./doc/glossary/glossary-terms.xml3214(para) msgid "" "Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands " "and data." msgstr "" -#: ./doc/glossary/glossary-terms.xml3207(glossterm) -#: ./doc/glossary/glossary-terms.xml3209(primary) +#: ./doc/glossary/glossary-terms.xml3220(glossterm) +#: ./doc/glossary/glossary-terms.xml3222(primary) msgid "Fibre Channel over Ethernet (FCoE)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3213(para) +#: ./doc/glossary/glossary-terms.xml3226(para) msgid "The fibre channel protocol tunneled within Ethernet." msgstr "" -#: ./doc/glossary/glossary-terms.xml3218(glossterm) -#: ./doc/glossary/glossary-terms.xml3220(primary) +#: ./doc/glossary/glossary-terms.xml3231(glossterm) +#: ./doc/glossary/glossary-terms.xml3233(primary) msgid "fill-first scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml3224(para) +#: ./doc/glossary/glossary-terms.xml3237(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.xml3230(glossterm) +#: ./doc/glossary/glossary-terms.xml3243(glossterm) msgid "filter" msgstr "" -#: ./doc/glossary/glossary-terms.xml3232(primary) -#: ./doc/glossary/glossary-terms.xml4207(primary) +#: ./doc/glossary/glossary-terms.xml3245(primary) +#: ./doc/glossary/glossary-terms.xml4220(primary) msgid "filtering" msgstr "" -#: ./doc/glossary/glossary-terms.xml3238(para) +#: ./doc/glossary/glossary-terms.xml3251(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.xml3244(glossterm) +#: ./doc/glossary/glossary-terms.xml3257(glossterm) msgid "firewall" msgstr "" -#: ./doc/glossary/glossary-terms.xml3246(primary) +#: ./doc/glossary/glossary-terms.xml3259(primary) msgid "firewalls" msgstr "" -#: ./doc/glossary/glossary-terms.xml3250(para) +#: ./doc/glossary/glossary-terms.xml3263(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.xml3257(glossterm) -#: ./doc/glossary/glossary-terms.xml3259(primary) +#: ./doc/glossary/glossary-terms.xml3270(glossterm) +#: ./doc/glossary/glossary-terms.xml3272(primary) msgid "Firewall-as-a-Service (FWaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3263(para) +#: ./doc/glossary/glossary-terms.xml3276(para) msgid "A Networking extension that provides perimeter firewall functionality." msgstr "" -#: ./doc/glossary/glossary-terms.xml3269(glossterm) +#: ./doc/glossary/glossary-terms.xml3282(glossterm) msgid "fixed IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml3271(primary) -#: ./doc/glossary/glossary-terms.xml3367(primary) -#: ./doc/glossary/glossary-terms.xml4421(primary) -#: ./doc/glossary/glossary-terms.xml6186(primary) -#: ./doc/glossary/glossary-terms.xml6375(primary) -#: ./doc/glossary/glossary-terms.xml7372(primary) -#: ./doc/glossary/glossary-terms.xml7599(primary) +#: ./doc/glossary/glossary-terms.xml3284(primary) +#: ./doc/glossary/glossary-terms.xml3380(primary) +#: ./doc/glossary/glossary-terms.xml4434(primary) +#: ./doc/glossary/glossary-terms.xml6213(primary) +#: ./doc/glossary/glossary-terms.xml6402(primary) +#: ./doc/glossary/glossary-terms.xml7399(primary) +#: ./doc/glossary/glossary-terms.xml7626(primary) msgid "IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml3273(secondary) +#: ./doc/glossary/glossary-terms.xml3286(secondary) msgid "fixed" msgstr "" -#: ./doc/glossary/glossary-terms.xml3276(primary) +#: ./doc/glossary/glossary-terms.xml3289(primary) msgid "fixed IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml3280(para) +#: ./doc/glossary/glossary-terms.xml3293(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.xml3288(glossterm) -#: ./doc/glossary/glossary-terms.xml3290(primary) +#: ./doc/glossary/glossary-terms.xml3301(glossterm) +#: ./doc/glossary/glossary-terms.xml3303(primary) msgid "Flat Manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml3294(para) +#: ./doc/glossary/glossary-terms.xml3307(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.xml3301(glossterm) -#: ./doc/glossary/glossary-terms.xml3303(primary) +#: ./doc/glossary/glossary-terms.xml3314(glossterm) +#: ./doc/glossary/glossary-terms.xml3316(primary) msgid "flat mode injection" msgstr "" -#: ./doc/glossary/glossary-terms.xml3307(para) +#: ./doc/glossary/glossary-terms.xml3320(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.xml3314(glossterm) -#: ./doc/glossary/glossary-terms.xml3316(primary) +#: ./doc/glossary/glossary-terms.xml3327(glossterm) +#: ./doc/glossary/glossary-terms.xml3329(primary) msgid "flat network" msgstr "" -#: ./doc/glossary/glossary-terms.xml3320(para) +#: ./doc/glossary/glossary-terms.xml3333(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 " @@ -3206,45 +3217,45 @@ msgid "" "flat_interface option with flat managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml3330(glossterm) -#: ./doc/glossary/glossary-terms.xml3332(primary) +#: ./doc/glossary/glossary-terms.xml3343(glossterm) +#: ./doc/glossary/glossary-terms.xml3345(primary) msgid "FlatDHCP Manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml3336(para) +#: ./doc/glossary/glossary-terms.xml3349(para) msgid "" "The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and " "radvd (routing) services." msgstr "" -#: ./doc/glossary/glossary-terms.xml3342(glossterm) -#: ./doc/glossary/glossary-terms.xml3344(primary) +#: ./doc/glossary/glossary-terms.xml3355(glossterm) +#: ./doc/glossary/glossary-terms.xml3357(primary) msgid "flavor" msgstr "" -#: ./doc/glossary/glossary-terms.xml3348(para) +#: ./doc/glossary/glossary-terms.xml3361(para) msgid "Alternative term for a VM instance type." msgstr "" -#: ./doc/glossary/glossary-terms.xml3353(glossterm) -#: ./doc/glossary/glossary-terms.xml3355(primary) +#: ./doc/glossary/glossary-terms.xml3366(glossterm) +#: ./doc/glossary/glossary-terms.xml3368(primary) msgid "flavor ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml3359(para) +#: ./doc/glossary/glossary-terms.xml3372(para) msgid "UUID for each Compute or Image Service VM flavor or instance type." msgstr "" -#: ./doc/glossary/glossary-terms.xml3365(glossterm) -#: ./doc/glossary/glossary-terms.xml3372(primary) +#: ./doc/glossary/glossary-terms.xml3378(glossterm) +#: ./doc/glossary/glossary-terms.xml3385(primary) msgid "floating IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml3369(secondary) +#: ./doc/glossary/glossary-terms.xml3382(secondary) msgid "floating" msgstr "" -#: ./doc/glossary/glossary-terms.xml3376(para) +#: ./doc/glossary/glossary-terms.xml3389(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" @@ -3252,12 +3263,12 @@ msgid "" "maintain a consistent IP address for maintaining DNS assignment." msgstr "" -#: ./doc/glossary/glossary-terms.xml3385(glossterm) -#: ./doc/glossary/glossary-terms.xml3387(primary) +#: ./doc/glossary/glossary-terms.xml3398(glossterm) +#: ./doc/glossary/glossary-terms.xml3400(primary) msgid "Folsom" msgstr "Folsom" -#: ./doc/glossary/glossary-terms.xml3391(para) +#: ./doc/glossary/glossary-terms.xml3404(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" @@ -3265,291 +3276,291 @@ msgid "" "(glance), and Volumes or Block Storage (cinder)." msgstr "" -#: ./doc/glossary/glossary-terms.xml3396(para) +#: ./doc/glossary/glossary-terms.xml3409(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.xml3404(glossterm) -#: ./doc/glossary/glossary-terms.xml3406(primary) +#: ./doc/glossary/glossary-terms.xml3417(glossterm) +#: ./doc/glossary/glossary-terms.xml3419(primary) msgid "FormPost" msgstr "" -#: ./doc/glossary/glossary-terms.xml3410(para) +#: ./doc/glossary/glossary-terms.xml3423(para) msgid "" "Object Storage middleware that uploads (posts) an image through a form on a " "web page." msgstr "" -#: ./doc/glossary/glossary-terms.xml3416(glossterm) +#: ./doc/glossary/glossary-terms.xml3429(glossterm) msgid "front end" msgstr "" -#: ./doc/glossary/glossary-terms.xml3418(primary) +#: ./doc/glossary/glossary-terms.xml3431(primary) msgid "front end, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3422(para) +#: ./doc/glossary/glossary-terms.xml3435(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.xml3431(title) +#: ./doc/glossary/glossary-terms.xml3444(title) msgid "G" msgstr "G" -#: ./doc/glossary/glossary-terms.xml3434(glossterm) -#: ./doc/glossary/glossary-terms.xml3436(primary) +#: ./doc/glossary/glossary-terms.xml3447(glossterm) +#: ./doc/glossary/glossary-terms.xml3449(primary) msgid "gateway" msgstr "" -#: ./doc/glossary/glossary-terms.xml3440(para) +#: ./doc/glossary/glossary-terms.xml3453(para) msgid "" "An IP address, typically assigned to a router, that passes network traffic " "between different networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml3446(glossterm) -#: ./doc/glossary/glossary-terms.xml3448(primary) +#: ./doc/glossary/glossary-terms.xml3459(glossterm) +#: ./doc/glossary/glossary-terms.xml3461(primary) msgid "Generic Receive Offload (GRO)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3451(para) +#: ./doc/glossary/glossary-terms.xml3464(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.xml3458(glossterm) +#: ./doc/glossary/glossary-terms.xml3471(glossterm) msgid "generic routing encapsulation (GRE)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3460(primary) -#: ./doc/glossary/glossary-terms.xml4367(primary) -#: ./doc/glossary/glossary-terms.xml4596(primary) -#: ./doc/glossary/glossary-terms.xml4963(primary) -#: ./doc/glossary/glossary-terms.xml5252(primary) -#: ./doc/glossary/glossary-terms.xml5268(primary) -#: ./doc/glossary/glossary-terms.xml5282(primary) -#: ./doc/glossary/glossary-terms.xml5297(primary) -#: ./doc/glossary/glossary-terms.xml5311(primary) -#: ./doc/glossary/glossary-terms.xml5325(primary) -#: ./doc/glossary/glossary-terms.xml5339(primary) +#: ./doc/glossary/glossary-terms.xml3473(primary) +#: ./doc/glossary/glossary-terms.xml4380(primary) +#: ./doc/glossary/glossary-terms.xml4609(primary) +#: ./doc/glossary/glossary-terms.xml4976(primary) +#: ./doc/glossary/glossary-terms.xml5265(primary) +#: ./doc/glossary/glossary-terms.xml5281(primary) +#: ./doc/glossary/glossary-terms.xml5295(primary) +#: ./doc/glossary/glossary-terms.xml5310(primary) +#: ./doc/glossary/glossary-terms.xml5324(primary) +#: ./doc/glossary/glossary-terms.xml5338(primary) #: ./doc/glossary/glossary-terms.xml5352(primary) -#: ./doc/glossary/glossary-terms.xml5366(primary) -#: ./doc/glossary/glossary-terms.xml5380(primary) -#: ./doc/glossary/glossary-terms.xml5394(primary) -#: ./doc/glossary/glossary-terms.xml5993(primary) -#: ./doc/glossary/glossary-terms.xml6203(primary) -#: ./doc/glossary/glossary-terms.xml6403(primary) -#: ./doc/glossary/glossary-terms.xml8324(primary) -#: ./doc/glossary/glossary-terms.xml8472(primary) +#: ./doc/glossary/glossary-terms.xml5365(primary) +#: ./doc/glossary/glossary-terms.xml5379(primary) +#: ./doc/glossary/glossary-terms.xml5393(primary) +#: ./doc/glossary/glossary-terms.xml5407(primary) +#: ./doc/glossary/glossary-terms.xml6020(primary) +#: ./doc/glossary/glossary-terms.xml6230(primary) +#: ./doc/glossary/glossary-terms.xml6430(primary) +#: ./doc/glossary/glossary-terms.xml8365(primary) +#: ./doc/glossary/glossary-terms.xml8513(primary) msgid "networks" msgstr "" -#: ./doc/glossary/glossary-terms.xml3463(para) +#: ./doc/glossary/glossary-terms.xml3476(para) msgid "" "Protocol that encapsulates a wide variety of network layer protocols inside " "virtual point-to-point links." msgstr "" -#: ./doc/glossary/glossary-terms.xml3470(glossterm) -#: ./doc/glossary/glossary-terms.xml3480(primary) -#: ./doc/glossary/glossary-terms.xml3495(primary) +#: ./doc/glossary/glossary-terms.xml3483(glossterm) +#: ./doc/glossary/glossary-terms.xml3493(primary) +#: ./doc/glossary/glossary-terms.xml3508(primary) msgid "glance" msgstr "glance" -#: ./doc/glossary/glossary-terms.xml3473(para) +#: ./doc/glossary/glossary-terms.xml3486(para) msgid "A core project that provides the OpenStack Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml3478(glossterm) -#: ./doc/glossary/glossary-terms.xml3482(secondary) +#: ./doc/glossary/glossary-terms.xml3491(glossterm) +#: ./doc/glossary/glossary-terms.xml3495(secondary) msgid "glance API server" msgstr "" -#: ./doc/glossary/glossary-terms.xml3486(para) +#: ./doc/glossary/glossary-terms.xml3499(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.xml3493(glossterm) -#: ./doc/glossary/glossary-terms.xml3497(secondary) +#: ./doc/glossary/glossary-terms.xml3506(glossterm) +#: ./doc/glossary/glossary-terms.xml3510(secondary) msgid "glance registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml3501(para) +#: ./doc/glossary/glossary-terms.xml3514(para) msgid "Alternative term for the Image Service image registry." msgstr "" -#: ./doc/glossary/glossary-terms.xml3506(glossterm) -#: ./doc/glossary/glossary-terms.xml3510(secondary) -#: ./doc/glossary/glossary-terms.xml3513(primary) +#: ./doc/glossary/glossary-terms.xml3519(glossterm) +#: ./doc/glossary/glossary-terms.xml3523(secondary) +#: ./doc/glossary/glossary-terms.xml3526(primary) msgid "global endpoint template" msgstr "" -#: ./doc/glossary/glossary-terms.xml3517(para) +#: ./doc/glossary/glossary-terms.xml3530(para) msgid "" "The Identity Service endpoint template that contains services available to " "all tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml3523(glossterm) -#: ./doc/glossary/glossary-terms.xml3525(primary) +#: ./doc/glossary/glossary-terms.xml3536(glossterm) +#: ./doc/glossary/glossary-terms.xml3538(primary) msgid "GlusterFS" msgstr "GlusterFS" -#: ./doc/glossary/glossary-terms.xml3529(para) +#: ./doc/glossary/glossary-terms.xml3542(para) msgid "" "A file system designed to aggregate NAS hosts, compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3535(glossterm) -#: ./doc/glossary/glossary-terms.xml3537(primary) +#: ./doc/glossary/glossary-terms.xml3548(glossterm) +#: ./doc/glossary/glossary-terms.xml3550(primary) msgid "golden image" msgstr "" -#: ./doc/glossary/glossary-terms.xml3541(para) +#: ./doc/glossary/glossary-terms.xml3554(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.xml3548(glossterm) -#: ./doc/glossary/glossary-terms.xml3550(primary) +#: ./doc/glossary/glossary-terms.xml3561(glossterm) +#: ./doc/glossary/glossary-terms.xml3563(primary) msgid "Graphic Interchange Format (GIF)" msgstr "Graphic Interchange Format (GIF)" -#: ./doc/glossary/glossary-terms.xml3554(para) +#: ./doc/glossary/glossary-terms.xml3567(para) msgid "" "A type of image file that is commonly used for animated images on web pages." msgstr "" -#: ./doc/glossary/glossary-terms.xml3560(glossterm) -#: ./doc/glossary/glossary-terms.xml3562(primary) +#: ./doc/glossary/glossary-terms.xml3573(glossterm) +#: ./doc/glossary/glossary-terms.xml3575(primary) msgid "Graphics Processing Unit (GPU)" msgstr "Graphics Processing Unit (GPU)" -#: ./doc/glossary/glossary-terms.xml3566(para) +#: ./doc/glossary/glossary-terms.xml3579(para) msgid "" "Choosing a host based on the existence of a GPU is currently unsupported in " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3572(glossterm) -#: ./doc/glossary/glossary-terms.xml3574(primary) +#: ./doc/glossary/glossary-terms.xml3585(glossterm) +#: ./doc/glossary/glossary-terms.xml3587(primary) msgid "Green Threads" msgstr "" -#: ./doc/glossary/glossary-terms.xml3578(para) +#: ./doc/glossary/glossary-terms.xml3591(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.xml3585(glossterm) -#: ./doc/glossary/glossary-terms.xml3587(primary) +#: ./doc/glossary/glossary-terms.xml3598(glossterm) +#: ./doc/glossary/glossary-terms.xml3600(primary) msgid "Grizzly" msgstr "Grizzly" -#: ./doc/glossary/glossary-terms.xml3591(para) +#: ./doc/glossary/glossary-terms.xml3604(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.xml3599(glossterm) -#: ./doc/glossary/glossary-terms.xml3601(primary) +#: ./doc/glossary/glossary-terms.xml3612(glossterm) +#: ./doc/glossary/glossary-terms.xml3614(primary) msgid "guest OS" msgstr "" -#: ./doc/glossary/glossary-terms.xml3605(para) +#: ./doc/glossary/glossary-terms.xml3618(para) msgid "" "An operating system instance running under the control of a hypervisor." msgstr "" -#: ./doc/glossary/glossary-terms.xml3614(title) +#: ./doc/glossary/glossary-terms.xml3627(title) msgid "H" msgstr "" -#: ./doc/glossary/glossary-terms.xml3617(glossterm) -#: ./doc/glossary/glossary-terms.xml3619(primary) +#: ./doc/glossary/glossary-terms.xml3630(glossterm) +#: ./doc/glossary/glossary-terms.xml3632(primary) msgid "Hadoop" msgstr "Hadoop" -#: ./doc/glossary/glossary-terms.xml3623(para) +#: ./doc/glossary/glossary-terms.xml3636(para) msgid "" "Apache Hadoop is an open source software framework that supports data-" "intensive distributed applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml3629(glossterm) -#: ./doc/glossary/glossary-terms.xml3631(primary) +#: ./doc/glossary/glossary-terms.xml3642(glossterm) +#: ./doc/glossary/glossary-terms.xml3644(primary) msgid "handover" msgstr "" -#: ./doc/glossary/glossary-terms.xml3635(para) +#: ./doc/glossary/glossary-terms.xml3648(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.xml3641(glossterm) -#: ./doc/glossary/glossary-terms.xml3643(primary) +#: ./doc/glossary/glossary-terms.xml3654(glossterm) +#: ./doc/glossary/glossary-terms.xml3656(primary) msgid "hard reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml3647(para) +#: ./doc/glossary/glossary-terms.xml3660(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.xml3654(glossterm) -#: ./doc/glossary/glossary-terms.xml3656(primary) +#: ./doc/glossary/glossary-terms.xml3667(glossterm) +#: ./doc/glossary/glossary-terms.xml3669(primary) msgid "Havana" msgstr "Havana" -#: ./doc/glossary/glossary-terms.xml3660(para) +#: ./doc/glossary/glossary-terms.xml3673(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.xml3667(glossterm) -#: ./doc/glossary/glossary-terms.xml3669(primary) +#: ./doc/glossary/glossary-terms.xml3680(glossterm) +#: ./doc/glossary/glossary-terms.xml3682(primary) msgid "heat" msgstr "Heat" -#: ./doc/glossary/glossary-terms.xml3673(para) +#: ./doc/glossary/glossary-terms.xml3686(para) msgid "" "An integrated project that aims to orchestrate multiple cloud applications " "for OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3679(glossterm) -#: ./doc/glossary/glossary-terms.xml3681(primary) +#: ./doc/glossary/glossary-terms.xml3692(glossterm) +#: ./doc/glossary/glossary-terms.xml3694(primary) msgid "Heat Orchestration Template (HOT)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3685(para) +#: ./doc/glossary/glossary-terms.xml3698(para) msgid "Heat input in the format native to OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3690(glossterm) -#: ./doc/glossary/glossary-terms.xml3692(primary) +#: ./doc/glossary/glossary-terms.xml3703(glossterm) +#: ./doc/glossary/glossary-terms.xml3705(primary) msgid "health monitor" msgstr "" -#: ./doc/glossary/glossary-terms.xml3696(para) +#: ./doc/glossary/glossary-terms.xml3709(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 " @@ -3558,12 +3569,12 @@ msgid "" "active." msgstr "" -#: ./doc/glossary/glossary-terms.xml3706(glossterm) -#: ./doc/glossary/glossary-terms.xml3708(primary) +#: ./doc/glossary/glossary-terms.xml3719(glossterm) +#: ./doc/glossary/glossary-terms.xml3721(primary) msgid "high availability (HA)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3712(para) +#: ./doc/glossary/glossary-terms.xml3725(para) msgid "" "A high availability system design approach and associated service " "implementation ensures that a prearranged level of operational performance " @@ -3571,68 +3582,68 @@ msgid "" "systems seeks to minimize system downtime and data loss." msgstr "" -#: ./doc/glossary/glossary-terms.xml3723(glossterm) +#: ./doc/glossary/glossary-terms.xml3736(glossterm) msgid "horizon" msgstr "" -#: ./doc/glossary/glossary-terms.xml3726(para) +#: ./doc/glossary/glossary-terms.xml3739(para) msgid "OpenStack project that provides a dashboard, which is a web interface." msgstr "" -#: ./doc/glossary/glossary-terms.xml3732(glossterm) +#: ./doc/glossary/glossary-terms.xml3745(glossterm) msgid "horizon plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml3734(primary) +#: ./doc/glossary/glossary-terms.xml3747(primary) msgid "horizon plug-ins" msgstr "" -#: ./doc/glossary/glossary-terms.xml3738(para) +#: ./doc/glossary/glossary-terms.xml3751(para) msgid "A plug-in for the OpenStack dashboard (horizon)." msgstr "" -#: ./doc/glossary/glossary-terms.xml3743(glossterm) +#: ./doc/glossary/glossary-terms.xml3756(glossterm) msgid "host" msgstr "" -#: ./doc/glossary/glossary-terms.xml3745(primary) +#: ./doc/glossary/glossary-terms.xml3758(primary) msgid "hosts, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3749(para) +#: ./doc/glossary/glossary-terms.xml3762(para) msgid "A physical computer, not a VM instance (node)." msgstr "" -#: ./doc/glossary/glossary-terms.xml3754(glossterm) -#: ./doc/glossary/glossary-terms.xml3756(primary) +#: ./doc/glossary/glossary-terms.xml3767(glossterm) +#: ./doc/glossary/glossary-terms.xml3769(primary) msgid "host aggregate" msgstr "" -#: ./doc/glossary/glossary-terms.xml3760(para) +#: ./doc/glossary/glossary-terms.xml3773(para) msgid "" "A method to further subdivide availability zones into hypervisor pools, a " "collection of common hosts." msgstr "" -#: ./doc/glossary/glossary-terms.xml3766(glossterm) -#: ./doc/glossary/glossary-terms.xml3768(primary) +#: ./doc/glossary/glossary-terms.xml3779(glossterm) +#: ./doc/glossary/glossary-terms.xml3781(primary) msgid "Host Bus Adapter (HBA)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3772(para) +#: ./doc/glossary/glossary-terms.xml3785(para) msgid "" "Device plugged into a PCI slot, such as a fibre channel or network card." msgstr "" -#: ./doc/glossary/glossary-terms.xml3778(glossterm) +#: ./doc/glossary/glossary-terms.xml3791(glossterm) msgid "HTTP" msgstr "HTTP" -#: ./doc/glossary/glossary-terms.xml3780(primary) +#: ./doc/glossary/glossary-terms.xml3793(primary) msgid "HTTP (Hypertext Transfer Protocol)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3786(para) +#: ./doc/glossary/glossary-terms.xml3799(para) msgid "" "Hypertext Transfer Protocol. HTTP is an application protocol for " "distributed, collaborative, hypermedia information systems. It is the " @@ -3641,15 +3652,15 @@ msgid "" "containing text. HTTP is the protocol to exchange or transfer hypertext." msgstr "" -#: ./doc/glossary/glossary-terms.xml3796(glossterm) +#: ./doc/glossary/glossary-terms.xml3809(glossterm) msgid "HTTPS" msgstr "HTTPS" -#: ./doc/glossary/glossary-terms.xml3798(primary) +#: ./doc/glossary/glossary-terms.xml3811(primary) msgid "HTTPS (Hypertext Transfer Protocol Secure)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3802(para) +#: ./doc/glossary/glossary-terms.xml3815(para) msgid "" "Hypertext Transfer Protocol Secure (HTTPS) is a communications protocol for " "secure communication over a computer network, with especially wide " @@ -3659,12 +3670,12 @@ msgid "" "capabilities of SSL/TLS to standard HTTP communications." msgstr "" -#: ./doc/glossary/glossary-terms.xml3813(glossterm) -#: ./doc/glossary/glossary-terms.xml3815(primary) +#: ./doc/glossary/glossary-terms.xml3826(glossterm) +#: ./doc/glossary/glossary-terms.xml3828(primary) msgid "hybrid cloud" msgstr "" -#: ./doc/glossary/glossary-terms.xml3819(para) +#: ./doc/glossary/glossary-terms.xml3832(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 " @@ -3673,84 +3684,84 @@ msgid "" "resources." msgstr "" -#: ./doc/glossary/glossary-terms.xml3831(glossterm) -#: ./doc/glossary/glossary-terms.xml3833(primary) +#: ./doc/glossary/glossary-terms.xml3844(glossterm) +#: ./doc/glossary/glossary-terms.xml3846(primary) msgid "Hyper-V" msgstr "Hyper-V" -#: ./doc/glossary/glossary-terms.xml3837(para) +#: ./doc/glossary/glossary-terms.xml3850(para) msgid "One of the hypervisors supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3842(glossterm) -#: ./doc/glossary/glossary-terms.xml3844(primary) +#: ./doc/glossary/glossary-terms.xml3855(glossterm) +#: ./doc/glossary/glossary-terms.xml3857(primary) msgid "hyperlink" msgstr "" -#: ./doc/glossary/glossary-terms.xml3848(para) +#: ./doc/glossary/glossary-terms.xml3861(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.xml3855(glossterm) +#: ./doc/glossary/glossary-terms.xml3868(glossterm) msgid "Hypertext Transfer Protocol (HTTP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3858(para) +#: ./doc/glossary/glossary-terms.xml3871(para) msgid "The protocol that tells browsers where to go to find information." msgstr "" -#: ./doc/glossary/glossary-terms.xml3864(glossterm) +#: ./doc/glossary/glossary-terms.xml3877(glossterm) msgid "Hypertext Transfer Protocol Secure (HTTPS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3867(para) +#: ./doc/glossary/glossary-terms.xml3880(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.xml3874(glossterm) +#: ./doc/glossary/glossary-terms.xml3887(glossterm) msgid "hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml3876(primary) -#: ./doc/glossary/glossary-terms.xml3890(primary) +#: ./doc/glossary/glossary-terms.xml3889(primary) +#: ./doc/glossary/glossary-terms.xml3903(primary) msgid "hypervisors" msgstr "" -#: ./doc/glossary/glossary-terms.xml3882(para) +#: ./doc/glossary/glossary-terms.xml3895(para) msgid "" "Software that arbitrates and controls VM access to the actual underlying " "hardware." msgstr "" -#: ./doc/glossary/glossary-terms.xml3888(glossterm) +#: ./doc/glossary/glossary-terms.xml3901(glossterm) msgid "hypervisor pool" msgstr "" -#: ./doc/glossary/glossary-terms.xml3892(secondary) +#: ./doc/glossary/glossary-terms.xml3905(secondary) msgid "hypervisor pools" msgstr "" -#: ./doc/glossary/glossary-terms.xml3896(para) +#: ./doc/glossary/glossary-terms.xml3909(para) msgid "A collection of hypervisors grouped together through host aggregates." msgstr "" -#: ./doc/glossary/glossary-terms.xml3905(title) +#: ./doc/glossary/glossary-terms.xml3918(title) msgid "I" msgstr "I" -#: ./doc/glossary/glossary-terms.xml3908(glossterm) +#: ./doc/glossary/glossary-terms.xml3921(glossterm) msgid "IaaS" msgstr "" -#: ./doc/glossary/glossary-terms.xml3910(primary) +#: ./doc/glossary/glossary-terms.xml3923(primary) msgid "IaaS (Infrastructure-as-a-Service)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3916(para) +#: ./doc/glossary/glossary-terms.xml3929(para) msgid "" "Infrastructure-as-a-Service. IaaS is a provisioning model in which an " "organization outsources physical components of a data center, such as " @@ -3760,70 +3771,70 @@ msgid "" "providing cloud services." msgstr "" -#: ./doc/glossary/glossary-terms.xml3926(glossterm) -#: ./doc/glossary/glossary-terms.xml3928(primary) +#: ./doc/glossary/glossary-terms.xml3939(glossterm) +#: ./doc/glossary/glossary-terms.xml3941(primary) msgid "Icehouse" msgstr "Icehouse" -#: ./doc/glossary/glossary-terms.xml3934(para) +#: ./doc/glossary/glossary-terms.xml3947(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.xml3941(glossterm) +#: ./doc/glossary/glossary-terms.xml3954(glossterm) msgid "ICMP" msgstr "ICMP" -#: ./doc/glossary/glossary-terms.xml3943(primary) +#: ./doc/glossary/glossary-terms.xml3956(primary) msgid "Internet Control Message Protocol (ICMP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3947(para) +#: ./doc/glossary/glossary-terms.xml3960(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.xml3955(glossterm) -#: ./doc/glossary/glossary-terms.xml3957(primary) +#: ./doc/glossary/glossary-terms.xml3968(glossterm) +#: ./doc/glossary/glossary-terms.xml3970(primary) msgid "ID number" msgstr "ID Nummer" -#: ./doc/glossary/glossary-terms.xml3961(para) +#: ./doc/glossary/glossary-terms.xml3974(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.xml3967(glossterm) +#: ./doc/glossary/glossary-terms.xml3980(glossterm) msgid "Identity API" msgstr "Identität API" -#: ./doc/glossary/glossary-terms.xml3970(para) +#: ./doc/glossary/glossary-terms.xml3983(para) msgid "Alternative term for the Identity Service API." msgstr "Alternativer Ausdruck für die Identität Dienst API." -#: ./doc/glossary/glossary-terms.xml3975(glossterm) -#: ./doc/glossary/glossary-terms.xml3979(secondary) +#: ./doc/glossary/glossary-terms.xml3988(glossterm) +#: ./doc/glossary/glossary-terms.xml3992(secondary) msgid "Identity back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml3977(primary) -#: ./doc/glossary/glossary-terms.xml3989(glossterm) -#: ./doc/glossary/glossary-terms.xml3991(primary) -#: ./doc/glossary/glossary-terms.xml4008(primary) -#: ./doc/glossary/glossary-terms.xml4079(primary) +#: ./doc/glossary/glossary-terms.xml3990(primary) +#: ./doc/glossary/glossary-terms.xml4002(glossterm) +#: ./doc/glossary/glossary-terms.xml4004(primary) +#: ./doc/glossary/glossary-terms.xml4021(primary) +#: ./doc/glossary/glossary-terms.xml4092(primary) msgid "Identity Service" msgstr "Identität Dienst" -#: ./doc/glossary/glossary-terms.xml3983(para) +#: ./doc/glossary/glossary-terms.xml3996(para) msgid "" "The source used by Identity Service to retrieve user information; an " "OpenLDAP server, for example." msgstr "" -#: ./doc/glossary/glossary-terms.xml3997(para) +#: ./doc/glossary/glossary-terms.xml4010(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 " @@ -3831,38 +3842,38 @@ msgid "" "name of the Identity Service is keystone." msgstr "" -#: ./doc/glossary/glossary-terms.xml4006(glossterm) -#: ./doc/glossary/glossary-terms.xml4010(secondary) +#: ./doc/glossary/glossary-terms.xml4019(glossterm) +#: ./doc/glossary/glossary-terms.xml4023(secondary) msgid "Identity Service API" msgstr "Identität Dienst API" -#: ./doc/glossary/glossary-terms.xml4014(para) +#: ./doc/glossary/glossary-terms.xml4027(para) msgid "" "The API used to access the OpenStack Identity Service provided through " "keystone." msgstr "" -#: ./doc/glossary/glossary-terms.xml4020(glossterm) +#: ./doc/glossary/glossary-terms.xml4033(glossterm) msgid "IDS" msgstr "" -#: ./doc/glossary/glossary-terms.xml4022(primary) +#: ./doc/glossary/glossary-terms.xml4035(primary) msgid "IDS (Intrusion Detection System)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4026(para) +#: ./doc/glossary/glossary-terms.xml4039(para) msgid "Intrusion Detection System." msgstr "" -#: ./doc/glossary/glossary-terms.xml4031(glossterm) +#: ./doc/glossary/glossary-terms.xml4044(glossterm) msgid "image" msgstr "" -#: ./doc/glossary/glossary-terms.xml4033(primary) +#: ./doc/glossary/glossary-terms.xml4046(primary) msgid "images" msgstr "" -#: ./doc/glossary/glossary-terms.xml4039(para) +#: ./doc/glossary/glossary-terms.xml4052(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 " @@ -3871,358 +3882,358 @@ msgid "" "for additional servers." msgstr "" -#: ./doc/glossary/glossary-terms.xml4048(glossterm) +#: ./doc/glossary/glossary-terms.xml4061(glossterm) msgid "Image API" msgstr "" -#: ./doc/glossary/glossary-terms.xml4050(primary) -#: ./doc/glossary/glossary-terms.xml4064(primary) -#: ./doc/glossary/glossary-terms.xml4093(primary) -#: ./doc/glossary/glossary-terms.xml4107(primary) -#: ./doc/glossary/glossary-terms.xml4121(primary) -#: ./doc/glossary/glossary-terms.xml4133(glossterm) -#: ./doc/glossary/glossary-terms.xml4153(primary) -#: ./doc/glossary/glossary-terms.xml4167(primary) -#: ./doc/glossary/glossary-terms.xml4181(primary) -#: ./doc/glossary/glossary-terms.xml6358(primary) +#: ./doc/glossary/glossary-terms.xml4063(primary) +#: ./doc/glossary/glossary-terms.xml4077(primary) +#: ./doc/glossary/glossary-terms.xml4106(primary) +#: ./doc/glossary/glossary-terms.xml4120(primary) +#: ./doc/glossary/glossary-terms.xml4134(primary) +#: ./doc/glossary/glossary-terms.xml4146(glossterm) +#: ./doc/glossary/glossary-terms.xml4166(primary) +#: ./doc/glossary/glossary-terms.xml4180(primary) +#: ./doc/glossary/glossary-terms.xml4194(primary) +#: ./doc/glossary/glossary-terms.xml6385(primary) msgid "Image Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml4052(secondary) -#: ./doc/glossary/glossary-terms.xml4143(glossterm) +#: ./doc/glossary/glossary-terms.xml4065(secondary) +#: ./doc/glossary/glossary-terms.xml4156(glossterm) msgid "Image Service API" msgstr "" -#: ./doc/glossary/glossary-terms.xml4056(para) +#: ./doc/glossary/glossary-terms.xml4069(para) msgid "The Image Service API endpoint for management of VM images." msgstr "" -#: ./doc/glossary/glossary-terms.xml4062(glossterm) -#: ./doc/glossary/glossary-terms.xml4066(secondary) +#: ./doc/glossary/glossary-terms.xml4075(glossterm) +#: ./doc/glossary/glossary-terms.xml4079(secondary) msgid "image cache" msgstr "" -#: ./doc/glossary/glossary-terms.xml4070(para) +#: ./doc/glossary/glossary-terms.xml4083(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.xml4077(glossterm) -#: ./doc/glossary/glossary-terms.xml4081(secondary) +#: ./doc/glossary/glossary-terms.xml4090(glossterm) +#: ./doc/glossary/glossary-terms.xml4094(secondary) msgid "image ID" msgstr "Image ID" -#: ./doc/glossary/glossary-terms.xml4085(para) +#: ./doc/glossary/glossary-terms.xml4098(para) msgid "" "Combination of a URI and UUID used to access Image Service VM images through" " the image API." msgstr "" -#: ./doc/glossary/glossary-terms.xml4091(glossterm) -#: ./doc/glossary/glossary-terms.xml4095(secondary) +#: ./doc/glossary/glossary-terms.xml4104(glossterm) +#: ./doc/glossary/glossary-terms.xml4108(secondary) msgid "image membership" msgstr "" -#: ./doc/glossary/glossary-terms.xml4099(para) -#: ./doc/glossary/glossary-terms.xml5018(para) +#: ./doc/glossary/glossary-terms.xml4112(para) +#: ./doc/glossary/glossary-terms.xml5031(para) msgid "" "A list of tenants that can access a given VM image within Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4105(glossterm) -#: ./doc/glossary/glossary-terms.xml4109(secondary) +#: ./doc/glossary/glossary-terms.xml4118(glossterm) +#: ./doc/glossary/glossary-terms.xml4122(secondary) msgid "image owner" msgstr "" -#: ./doc/glossary/glossary-terms.xml4113(para) +#: ./doc/glossary/glossary-terms.xml4126(para) msgid "The tenant who owns an Image Service virtual machine image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4119(glossterm) -#: ./doc/glossary/glossary-terms.xml4123(secondary) +#: ./doc/glossary/glossary-terms.xml4132(glossterm) +#: ./doc/glossary/glossary-terms.xml4136(secondary) msgid "image registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml4127(para) +#: ./doc/glossary/glossary-terms.xml4140(para) msgid "A list of VM images that are available through Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4136(para) +#: ./doc/glossary/glossary-terms.xml4149(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.xml4146(para) +#: ./doc/glossary/glossary-terms.xml4159(para) msgid "Alternative name for the glance image API." msgstr "" -#: ./doc/glossary/glossary-terms.xml4151(glossterm) -#: ./doc/glossary/glossary-terms.xml4155(secondary) +#: ./doc/glossary/glossary-terms.xml4164(glossterm) +#: ./doc/glossary/glossary-terms.xml4168(secondary) msgid "image status" msgstr "" -#: ./doc/glossary/glossary-terms.xml4159(para) +#: ./doc/glossary/glossary-terms.xml4172(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.xml4165(glossterm) -#: ./doc/glossary/glossary-terms.xml4169(secondary) +#: ./doc/glossary/glossary-terms.xml4178(glossterm) +#: ./doc/glossary/glossary-terms.xml4182(secondary) msgid "image store" msgstr "" -#: ./doc/glossary/glossary-terms.xml4173(para) +#: ./doc/glossary/glossary-terms.xml4186(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.xml4179(glossterm) -#: ./doc/glossary/glossary-terms.xml4183(secondary) +#: ./doc/glossary/glossary-terms.xml4192(glossterm) +#: ./doc/glossary/glossary-terms.xml4196(secondary) msgid "image UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4187(para) +#: ./doc/glossary/glossary-terms.xml4200(para) msgid "UUID used by Image Service to uniquely identify each VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4193(glossterm) +#: ./doc/glossary/glossary-terms.xml4206(glossterm) msgid "incubated project" msgstr "" -#: ./doc/glossary/glossary-terms.xml4195(primary) +#: ./doc/glossary/glossary-terms.xml4208(primary) msgid "incubated projects" msgstr "" -#: ./doc/glossary/glossary-terms.xml4199(para) +#: ./doc/glossary/glossary-terms.xml4212(para) msgid "" "A community project may be elevated to this status and is then promoted to a" " core project." msgstr "" -#: ./doc/glossary/glossary-terms.xml4205(glossterm) -#: ./doc/glossary/glossary-terms.xml4209(secondary) -#: ./doc/glossary/glossary-terms.xml4212(primary) +#: ./doc/glossary/glossary-terms.xml4218(glossterm) +#: ./doc/glossary/glossary-terms.xml4222(secondary) +#: ./doc/glossary/glossary-terms.xml4225(primary) msgid "ingress filtering" msgstr "" -#: ./doc/glossary/glossary-terms.xml4216(para) +#: ./doc/glossary/glossary-terms.xml4229(para) msgid "" "The process of filtering incoming network traffic. Supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml4222(glossterm) -#: ./doc/glossary/glossary-terms.xml4224(primary) +#: ./doc/glossary/glossary-terms.xml4235(glossterm) +#: ./doc/glossary/glossary-terms.xml4237(primary) msgid "INI" msgstr "" -#: ./doc/glossary/glossary-terms.xml4227(para) +#: ./doc/glossary/glossary-terms.xml4240(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.xml4236(glossterm) -#: ./doc/glossary/glossary-terms.xml4238(primary) +#: ./doc/glossary/glossary-terms.xml4249(glossterm) +#: ./doc/glossary/glossary-terms.xml4251(primary) msgid "injection" msgstr "" -#: ./doc/glossary/glossary-terms.xml4242(para) +#: ./doc/glossary/glossary-terms.xml4255(para) msgid "" "The process of putting a file into a virtual machine image before the " "instance is started." msgstr "" -#: ./doc/glossary/glossary-terms.xml4248(glossterm) +#: ./doc/glossary/glossary-terms.xml4261(glossterm) msgid "instance" msgstr "Instanz" -#: ./doc/glossary/glossary-terms.xml4250(primary) -#: ./doc/glossary/glossary-terms.xml4264(primary) +#: ./doc/glossary/glossary-terms.xml4263(primary) #: ./doc/glossary/glossary-terms.xml4277(primary) -#: ./doc/glossary/glossary-terms.xml4301(primary) -#: ./doc/glossary/glossary-terms.xml4316(primary) +#: ./doc/glossary/glossary-terms.xml4290(primary) +#: ./doc/glossary/glossary-terms.xml4314(primary) #: ./doc/glossary/glossary-terms.xml4329(primary) +#: ./doc/glossary/glossary-terms.xml4342(primary) msgid "instances" msgstr "" -#: ./doc/glossary/glossary-terms.xml4256(para) +#: ./doc/glossary/glossary-terms.xml4269(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.xml4262(glossterm) -#: ./doc/glossary/glossary-terms.xml4266(secondary) +#: ./doc/glossary/glossary-terms.xml4275(glossterm) +#: ./doc/glossary/glossary-terms.xml4279(secondary) msgid "instance ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4270(para) +#: ./doc/glossary/glossary-terms.xml4283(para) msgid "Alternative term for instance UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml4275(glossterm) -#: ./doc/glossary/glossary-terms.xml4279(secondary) +#: ./doc/glossary/glossary-terms.xml4288(glossterm) +#: ./doc/glossary/glossary-terms.xml4292(secondary) msgid "instance state" msgstr "" -#: ./doc/glossary/glossary-terms.xml4283(para) +#: ./doc/glossary/glossary-terms.xml4296(para) msgid "The current state of a guest VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4288(glossterm) -#: ./doc/glossary/glossary-terms.xml4290(primary) +#: ./doc/glossary/glossary-terms.xml4301(glossterm) +#: ./doc/glossary/glossary-terms.xml4303(primary) msgid "instance tunnels network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4293(para) +#: ./doc/glossary/glossary-terms.xml4306(para) msgid "" "A network segment used for instance traffic tunnels between compute nodes " "and the network node." msgstr "" -#: ./doc/glossary/glossary-terms.xml4299(glossterm) -#: ./doc/glossary/glossary-terms.xml4303(secondary) +#: ./doc/glossary/glossary-terms.xml4312(glossterm) +#: ./doc/glossary/glossary-terms.xml4316(secondary) msgid "instance type" msgstr "" -#: ./doc/glossary/glossary-terms.xml4307(para) +#: ./doc/glossary/glossary-terms.xml4320(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.xml4314(glossterm) -#: ./doc/glossary/glossary-terms.xml4318(secondary) +#: ./doc/glossary/glossary-terms.xml4327(glossterm) +#: ./doc/glossary/glossary-terms.xml4331(secondary) msgid "instance type ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4322(para) +#: ./doc/glossary/glossary-terms.xml4335(para) msgid "Alternative term for a flavor ID." msgstr "" -#: ./doc/glossary/glossary-terms.xml4327(glossterm) -#: ./doc/glossary/glossary-terms.xml4331(secondary) +#: ./doc/glossary/glossary-terms.xml4340(glossterm) +#: ./doc/glossary/glossary-terms.xml4344(secondary) msgid "instance UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4335(para) -#: ./doc/glossary/glossary-terms.xml7247(para) +#: ./doc/glossary/glossary-terms.xml4348(para) +#: ./doc/glossary/glossary-terms.xml7274(para) msgid "" "Unique ID assigned to each guest VM instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml4341(glossterm) -#: ./doc/glossary/glossary-terms.xml4343(primary) +#: ./doc/glossary/glossary-terms.xml4354(glossterm) +#: ./doc/glossary/glossary-terms.xml4356(primary) msgid "interface" msgstr "" -#: ./doc/glossary/glossary-terms.xml4347(para) +#: ./doc/glossary/glossary-terms.xml4360(para) msgid "" "A physical or virtual device that provides connectivity to another device or" " medium." msgstr "" -#: ./doc/glossary/glossary-terms.xml4353(glossterm) -#: ./doc/glossary/glossary-terms.xml4355(primary) +#: ./doc/glossary/glossary-terms.xml4366(glossterm) +#: ./doc/glossary/glossary-terms.xml4368(primary) msgid "interface ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4359(para) +#: ./doc/glossary/glossary-terms.xml4372(para) msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml4365(glossterm) +#: ./doc/glossary/glossary-terms.xml4378(glossterm) msgid "internet protocol (IP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4371(para) +#: ./doc/glossary/glossary-terms.xml4384(para) msgid "" "Principal communications protocol in the internet protocol suite for " "relaying datagrams across network boundaries." msgstr "" -#: ./doc/glossary/glossary-terms.xml4377(glossterm) -#: ./doc/glossary/glossary-terms.xml4379(primary) +#: ./doc/glossary/glossary-terms.xml4390(glossterm) +#: ./doc/glossary/glossary-terms.xml4392(primary) msgid "Internet Service Provider (ISP)" msgstr "Internet Service Provider (ISP)" -#: ./doc/glossary/glossary-terms.xml4383(para) +#: ./doc/glossary/glossary-terms.xml4396(para) msgid "" "Any business that provides Internet access to individuals or businesses." msgstr "" -#: ./doc/glossary/glossary-terms.xml4389(glossterm) -#: ./doc/glossary/glossary-terms.xml4391(primary) +#: ./doc/glossary/glossary-terms.xml4402(glossterm) +#: ./doc/glossary/glossary-terms.xml4404(primary) msgid "ironic" msgstr "" -#: ./doc/glossary/glossary-terms.xml4395(para) +#: ./doc/glossary/glossary-terms.xml4408(para) msgid "" "OpenStack project that provisions bare metal, as opposed to virtual, " "machines." msgstr "" -#: ./doc/glossary/glossary-terms.xml4401(glossterm) -#: ./doc/glossary/glossary-terms.xml4403(primary) +#: ./doc/glossary/glossary-terms.xml4414(glossterm) +#: ./doc/glossary/glossary-terms.xml4416(primary) msgid "IOPS" msgstr "" -#: ./doc/glossary/glossary-terms.xml4409(para) +#: ./doc/glossary/glossary-terms.xml4422(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.xml4419(glossterm) +#: ./doc/glossary/glossary-terms.xml4432(glossterm) msgid "IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml4427(para) +#: ./doc/glossary/glossary-terms.xml4440(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.xml4434(glossterm) -#: ./doc/glossary/glossary-terms.xml4436(primary) +#: ./doc/glossary/glossary-terms.xml4447(glossterm) +#: ./doc/glossary/glossary-terms.xml4449(primary) msgid "IP Address Management (IPAM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4440(para) +#: ./doc/glossary/glossary-terms.xml4453(para) msgid "" "The process of automating IP address allocation, deallocation, and " "management. Currently provided by Compute, melange, and Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml4447(glossterm) +#: ./doc/glossary/glossary-terms.xml4460(glossterm) msgid "IPL" msgstr "" -#: ./doc/glossary/glossary-terms.xml4449(primary) +#: ./doc/glossary/glossary-terms.xml4462(primary) msgid "IPL (Initial Program Loader)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4453(para) +#: ./doc/glossary/glossary-terms.xml4466(para) msgid "Initial Program Loader." msgstr "" -#: ./doc/glossary/glossary-terms.xml4458(glossterm) +#: ./doc/glossary/glossary-terms.xml4471(glossterm) msgid "IPMI" msgstr "" -#: ./doc/glossary/glossary-terms.xml4460(primary) +#: ./doc/glossary/glossary-terms.xml4473(primary) msgid "IPMI (Intelligent Platform Management Interface)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4464(para) +#: ./doc/glossary/glossary-terms.xml4477(para) msgid "" "Intelligent Platform Management Interface. IPMI is a standardized computer " "system interface used by system administrators for out-of-band management of" @@ -4232,12 +4243,12 @@ msgid "" "connecting to the hardware rather than an operating system or login shell." msgstr "" -#: ./doc/glossary/glossary-terms.xml4475(glossterm) -#: ./doc/glossary/glossary-terms.xml4477(primary) +#: ./doc/glossary/glossary-terms.xml4488(glossterm) +#: ./doc/glossary/glossary-terms.xml4490(primary) msgid "ip6tables" msgstr "" -#: ./doc/glossary/glossary-terms.xml4481(para) +#: ./doc/glossary/glossary-terms.xml4494(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 " @@ -4245,12 +4256,12 @@ msgid "" "and VMs." msgstr "" -#: ./doc/glossary/glossary-terms.xml4489(glossterm) -#: ./doc/glossary/glossary-terms.xml4491(primary) +#: ./doc/glossary/glossary-terms.xml4502(glossterm) +#: ./doc/glossary/glossary-terms.xml4504(primary) msgid "iptables" msgstr "iptables" -#: ./doc/glossary/glossary-terms.xml4495(para) +#: ./doc/glossary/glossary-terms.xml4508(para) msgid "" "Used along with arptables and ebtables, iptables create firewalls in " "Compute. iptables are the tables provided by the Linux kernel firewall " @@ -4261,124 +4272,124 @@ msgid "" "manipulate." msgstr "" -#: ./doc/glossary/glossary-terms.xml4506(glossterm) +#: ./doc/glossary/glossary-terms.xml4519(glossterm) msgid "iSCSI" msgstr "" -#: ./doc/glossary/glossary-terms.xml4508(primary) +#: ./doc/glossary/glossary-terms.xml4521(primary) msgid "iSCSI protocol" msgstr "" -#: ./doc/glossary/glossary-terms.xml4512(para) +#: ./doc/glossary/glossary-terms.xml4525(para) msgid "" "The SCSI disk protocol tunneled within Ethernet, supported by Compute, " "Object Storage, and Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4518(glossterm) +#: ./doc/glossary/glossary-terms.xml4531(glossterm) msgid "ISO9960" msgstr "" -#: ./doc/glossary/glossary-terms.xml4520(primary) +#: ./doc/glossary/glossary-terms.xml4533(primary) msgid "ISO9960 format" msgstr "" -#: ./doc/glossary/glossary-terms.xml4524(para) -#: ./doc/glossary/glossary-terms.xml6456(para) -#: ./doc/glossary/glossary-terms.xml8277(para) -#: ./doc/glossary/glossary-terms.xml8289(para) -#: ./doc/glossary/glossary-terms.xml8497(para) +#: ./doc/glossary/glossary-terms.xml4537(para) +#: ./doc/glossary/glossary-terms.xml6483(para) +#: ./doc/glossary/glossary-terms.xml8318(para) +#: ./doc/glossary/glossary-terms.xml8330(para) +#: ./doc/glossary/glossary-terms.xml8538(para) msgid "One of the VM image disk formats supported by Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4530(glossterm) -#: ./doc/glossary/glossary-terms.xml4532(primary) +#: ./doc/glossary/glossary-terms.xml4543(glossterm) +#: ./doc/glossary/glossary-terms.xml4545(primary) msgid "itsec" msgstr "" -#: ./doc/glossary/glossary-terms.xml4536(para) +#: ./doc/glossary/glossary-terms.xml4549(para) msgid "" "A default role in the Compute RBAC system that can quarantine an instance in" " any project." msgstr "" -#: ./doc/glossary/glossary-terms.xml4545(title) +#: ./doc/glossary/glossary-terms.xml4558(title) msgid "J" msgstr "J" -#: ./doc/glossary/glossary-terms.xml4548(glossterm) -#: ./doc/glossary/glossary-terms.xml4550(primary) +#: ./doc/glossary/glossary-terms.xml4561(glossterm) +#: ./doc/glossary/glossary-terms.xml4563(primary) msgid "Java" msgstr "Java" -#: ./doc/glossary/glossary-terms.xml4554(para) +#: ./doc/glossary/glossary-terms.xml4567(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.xml4560(glossterm) -#: ./doc/glossary/glossary-terms.xml4562(primary) +#: ./doc/glossary/glossary-terms.xml4573(glossterm) +#: ./doc/glossary/glossary-terms.xml4575(primary) msgid "JavaScript" msgstr "JavaScript" -#: ./doc/glossary/glossary-terms.xml4566(para) +#: ./doc/glossary/glossary-terms.xml4579(para) msgid "A scripting language that is used to build web pages." msgstr "" -#: ./doc/glossary/glossary-terms.xml4571(glossterm) -#: ./doc/glossary/glossary-terms.xml4573(primary) +#: ./doc/glossary/glossary-terms.xml4584(glossterm) +#: ./doc/glossary/glossary-terms.xml4586(primary) msgid "JavaScript Object Notation (JSON)" msgstr "JavaScript Object Notation (JSON)" -#: ./doc/glossary/glossary-terms.xml4577(para) +#: ./doc/glossary/glossary-terms.xml4590(para) msgid "One of the supported response formats in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml4582(glossterm) -#: ./doc/glossary/glossary-terms.xml4584(primary) +#: ./doc/glossary/glossary-terms.xml4595(glossterm) +#: ./doc/glossary/glossary-terms.xml4597(primary) msgid "Jenkins" msgstr "Jenkins" -#: ./doc/glossary/glossary-terms.xml4588(para) +#: ./doc/glossary/glossary-terms.xml4601(para) msgid "Tool used to run jobs automatically for OpenStack development." msgstr "" -#: ./doc/glossary/glossary-terms.xml4594(glossterm) +#: ./doc/glossary/glossary-terms.xml4607(glossterm) msgid "jumbo frames" msgstr "" -#: ./doc/glossary/glossary-terms.xml4600(para) +#: ./doc/glossary/glossary-terms.xml4613(para) msgid "" "Feature in modern Ethernet networks that supports frames up to approximately" " 9000 bytes." msgstr "" -#: ./doc/glossary/glossary-terms.xml4606(glossterm) -#: ./doc/glossary/glossary-terms.xml4608(primary) +#: ./doc/glossary/glossary-terms.xml4619(glossterm) +#: ./doc/glossary/glossary-terms.xml4621(primary) msgid "Juno" msgstr "Juno" -#: ./doc/glossary/glossary-terms.xml4612(para) +#: ./doc/glossary/glossary-terms.xml4625(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.xml4622(title) +#: ./doc/glossary/glossary-terms.xml4635(title) msgid "K" msgstr "K" -#: ./doc/glossary/glossary-terms.xml4625(glossterm) +#: ./doc/glossary/glossary-terms.xml4638(glossterm) msgid "kernel-based VM (KVM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4627(primary) +#: ./doc/glossary/glossary-terms.xml4640(primary) msgid "kernel-based VM (KVM) hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml4631(para) +#: ./doc/glossary/glossary-terms.xml4644(para) msgid "" "An OpenStack-supported hypervisor. KVM is a full virtualization solution for" " Linux on x86 hardware containing virtualization extensions (Intel VT or " @@ -4387,32 +4398,32 @@ msgid "" " specific module." msgstr "" -#: ./doc/glossary/glossary-terms.xml4643(glossterm) -#: ./doc/glossary/glossary-terms.xml4645(primary) +#: ./doc/glossary/glossary-terms.xml4656(glossterm) +#: ./doc/glossary/glossary-terms.xml4658(primary) msgid "keystone" msgstr "Keystone" -#: ./doc/glossary/glossary-terms.xml4649(para) +#: ./doc/glossary/glossary-terms.xml4662(para) msgid "The project that provides OpenStack Identity services." msgstr "" -#: ./doc/glossary/glossary-terms.xml4654(glossterm) -#: ./doc/glossary/glossary-terms.xml4656(primary) +#: ./doc/glossary/glossary-terms.xml4667(glossterm) +#: ./doc/glossary/glossary-terms.xml4669(primary) msgid "Kickstart" msgstr "" -#: ./doc/glossary/glossary-terms.xml4660(para) +#: ./doc/glossary/glossary-terms.xml4673(para) msgid "" "A tool to automate system configuration and installation on Red Hat, Fedora," " and CentOS-based Linux distributions." msgstr "" -#: ./doc/glossary/glossary-terms.xml4666(glossterm) -#: ./doc/glossary/glossary-terms.xml4668(primary) +#: ./doc/glossary/glossary-terms.xml4679(glossterm) +#: ./doc/glossary/glossary-terms.xml4681(primary) msgid "Kilo" msgstr "" -#: ./doc/glossary/glossary-terms.xml4672(para) +#: ./doc/glossary/glossary-terms.xml4685(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" @@ -4421,34 +4432,34 @@ msgid "" "in Sèvres, the community chose Kilo as the release name." msgstr "" -#: ./doc/glossary/glossary-terms.xml4685(title) +#: ./doc/glossary/glossary-terms.xml4698(title) msgid "L" msgstr "L" -#: ./doc/glossary/glossary-terms.xml4688(glossterm) -#: ./doc/glossary/glossary-terms.xml4690(primary) +#: ./doc/glossary/glossary-terms.xml4701(glossterm) +#: ./doc/glossary/glossary-terms.xml4703(primary) msgid "large object" msgstr "" -#: ./doc/glossary/glossary-terms.xml4694(para) +#: ./doc/glossary/glossary-terms.xml4707(para) msgid "An object within Object Storage that is larger than 5GB." msgstr "" -#: ./doc/glossary/glossary-terms.xml4699(glossterm) -#: ./doc/glossary/glossary-terms.xml4701(primary) +#: ./doc/glossary/glossary-terms.xml4712(glossterm) +#: ./doc/glossary/glossary-terms.xml4714(primary) msgid "Launchpad" msgstr "Launchpad" -#: ./doc/glossary/glossary-terms.xml4705(para) +#: ./doc/glossary/glossary-terms.xml4718(para) msgid "The collaboration site for OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml4710(glossterm) -#: ./doc/glossary/glossary-terms.xml4712(primary) +#: ./doc/glossary/glossary-terms.xml4723(glossterm) +#: ./doc/glossary/glossary-terms.xml4725(primary) msgid "Layer-2 network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4716(para) +#: ./doc/glossary/glossary-terms.xml4729(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 " @@ -4456,358 +4467,358 @@ msgid "" "layer." msgstr "" -#: ./doc/glossary/glossary-terms.xml4726(glossterm) -#: ./doc/glossary/glossary-terms.xml4728(primary) +#: ./doc/glossary/glossary-terms.xml4739(glossterm) +#: ./doc/glossary/glossary-terms.xml4741(primary) msgid "Layer-3 network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4732(para) +#: ./doc/glossary/glossary-terms.xml4745(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.xml4741(glossterm) -#: ./doc/glossary/glossary-terms.xml4743(primary) +#: ./doc/glossary/glossary-terms.xml4754(glossterm) +#: ./doc/glossary/glossary-terms.xml4756(primary) msgid "Layer-2 (L2) agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml4747(para) +#: ./doc/glossary/glossary-terms.xml4760(para) msgid "" "OpenStack Networking agent that provides layer-2 connectivity for virtual " "networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4753(glossterm) -#: ./doc/glossary/glossary-terms.xml4755(primary) +#: ./doc/glossary/glossary-terms.xml4766(glossterm) +#: ./doc/glossary/glossary-terms.xml4768(primary) msgid "Layer-3 (L3) agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml4759(para) +#: ./doc/glossary/glossary-terms.xml4772(para) msgid "" "OpenStack Networking agent that provides layer-3 (routing) services for " "virtual networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4765(glossterm) -#: ./doc/glossary/glossary-terms.xml4767(primary) +#: ./doc/glossary/glossary-terms.xml4778(glossterm) +#: ./doc/glossary/glossary-terms.xml4780(primary) msgid "libvirt" msgstr "libvirt" -#: ./doc/glossary/glossary-terms.xml4771(para) +#: ./doc/glossary/glossary-terms.xml4784(para) msgid "" "Virtualization API library used by OpenStack to interact with many of its " "supported hypervisors." msgstr "" -#: ./doc/glossary/glossary-terms.xml4777(glossterm) +#: ./doc/glossary/glossary-terms.xml4790(glossterm) msgid "Linux bridge" msgstr "" -#: ./doc/glossary/glossary-terms.xml4780(para) +#: ./doc/glossary/glossary-terms.xml4793(para) msgid "" "Software that enables multiple VMs to share a single physical NIC within " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml4786(glossterm) +#: ./doc/glossary/glossary-terms.xml4799(glossterm) msgid "Linux Bridge neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml4788(primary) +#: ./doc/glossary/glossary-terms.xml4801(primary) msgid "Linux Bridge" msgstr "" -#: ./doc/glossary/glossary-terms.xml4790(secondary) -#: ./doc/glossary/glossary-terms.xml5816(secondary) +#: ./doc/glossary/glossary-terms.xml4803(secondary) +#: ./doc/glossary/glossary-terms.xml5843(secondary) msgid "neutron plug-in for" msgstr "" -#: ./doc/glossary/glossary-terms.xml4794(para) +#: ./doc/glossary/glossary-terms.xml4807(para) msgid "" "Enables a Linux bridge to understand a Networking port, interface " "attachment, and other abstractions." msgstr "" -#: ./doc/glossary/glossary-terms.xml4800(glossterm) -#: ./doc/glossary/glossary-terms.xml4802(primary) +#: ./doc/glossary/glossary-terms.xml4813(glossterm) +#: ./doc/glossary/glossary-terms.xml4815(primary) msgid "Linux containers (LXC)" msgstr "Linux containers (LXC)" -#: ./doc/glossary/glossary-terms.xml4811(glossterm) -#: ./doc/glossary/glossary-terms.xml4813(primary) +#: ./doc/glossary/glossary-terms.xml4824(glossterm) +#: ./doc/glossary/glossary-terms.xml4826(primary) msgid "live migration" msgstr "" -#: ./doc/glossary/glossary-terms.xml4817(para) +#: ./doc/glossary/glossary-terms.xml4830(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.xml4824(glossterm) +#: ./doc/glossary/glossary-terms.xml4837(glossterm) msgid "load balancer" msgstr "Load Balancer" -#: ./doc/glossary/glossary-terms.xml4827(para) +#: ./doc/glossary/glossary-terms.xml4840(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.xml4835(glossterm) -#: ./doc/glossary/glossary-terms.xml4837(primary) +#: ./doc/glossary/glossary-terms.xml4848(glossterm) +#: ./doc/glossary/glossary-terms.xml4850(primary) msgid "load balancing" msgstr "" -#: ./doc/glossary/glossary-terms.xml4841(para) +#: ./doc/glossary/glossary-terms.xml4854(para) msgid "" "The process of spreading client requests between two or more nodes to " "improve performance and availability." msgstr "" -#: ./doc/glossary/glossary-terms.xml4847(glossterm) -#: ./doc/glossary/glossary-terms.xml4850(primary) +#: ./doc/glossary/glossary-terms.xml4860(glossterm) +#: ./doc/glossary/glossary-terms.xml4863(primary) msgid "Load-Balancer-as-a-Service (LBaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4854(para) +#: ./doc/glossary/glossary-terms.xml4867(para) msgid "" "Enables Networking to distribute incoming requests evenly between designated" " instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml4860(glossterm) -#: ./doc/glossary/glossary-terms.xml4862(primary) +#: ./doc/glossary/glossary-terms.xml4873(glossterm) +#: ./doc/glossary/glossary-terms.xml4875(primary) msgid "Logical Volume Manager (LVM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4866(para) +#: ./doc/glossary/glossary-terms.xml4879(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.xml4876(title) +#: ./doc/glossary/glossary-terms.xml4889(title) msgid "M" msgstr "M" -#: ./doc/glossary/glossary-terms.xml4879(glossterm) -#: ./doc/glossary/glossary-terms.xml4881(primary) +#: ./doc/glossary/glossary-terms.xml4892(glossterm) +#: ./doc/glossary/glossary-terms.xml4894(primary) msgid "management API" msgstr "" -#: ./doc/glossary/glossary-terms.xml4887(para) +#: ./doc/glossary/glossary-terms.xml4900(para) msgid "Alternative term for an admin API." msgstr "" -#: ./doc/glossary/glossary-terms.xml4892(glossterm) -#: ./doc/glossary/glossary-terms.xml4894(primary) +#: ./doc/glossary/glossary-terms.xml4905(glossterm) +#: ./doc/glossary/glossary-terms.xml4907(primary) msgid "management network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4898(para) +#: ./doc/glossary/glossary-terms.xml4911(para) msgid "" "A network segment used for administration, not accessible to the public " "Internet." msgstr "" -#: ./doc/glossary/glossary-terms.xml4904(glossterm) -#: ./doc/glossary/glossary-terms.xml4906(primary) +#: ./doc/glossary/glossary-terms.xml4917(glossterm) +#: ./doc/glossary/glossary-terms.xml4919(primary) msgid "manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml4910(para) +#: ./doc/glossary/glossary-terms.xml4923(para) msgid "" "Logical groupings of related code, such as the Block Storage volume manager " "or network manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml4916(glossterm) +#: ./doc/glossary/glossary-terms.xml4929(glossterm) msgid "manifest" msgstr "" -#: ./doc/glossary/glossary-terms.xml4918(primary) -#: ./doc/glossary/glossary-terms.xml4937(primary) +#: ./doc/glossary/glossary-terms.xml4931(primary) +#: ./doc/glossary/glossary-terms.xml4950(primary) msgid "manifests" msgstr "" -#: ./doc/glossary/glossary-terms.xml4924(para) +#: ./doc/glossary/glossary-terms.xml4937(para) msgid "Used to track segments of a large object within Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml4930(glossterm) +#: ./doc/glossary/glossary-terms.xml4943(glossterm) msgid "manifest object" msgstr "" -#: ./doc/glossary/glossary-terms.xml4934(secondary) -#: ./doc/glossary/glossary-terms.xml4939(secondary) +#: ./doc/glossary/glossary-terms.xml4947(secondary) +#: ./doc/glossary/glossary-terms.xml4952(secondary) msgid "manifest objects" msgstr "" -#: ./doc/glossary/glossary-terms.xml4943(para) +#: ./doc/glossary/glossary-terms.xml4956(para) msgid "" "A special Object Storage object that contains the manifest for a large " "object." msgstr "" -#: ./doc/glossary/glossary-terms.xml4949(glossterm) -#: ./doc/glossary/glossary-terms.xml4951(primary) +#: ./doc/glossary/glossary-terms.xml4962(glossterm) +#: ./doc/glossary/glossary-terms.xml4964(primary) msgid "marconi" msgstr "" -#: ./doc/glossary/glossary-terms.xml4955(para) +#: ./doc/glossary/glossary-terms.xml4968(para) msgid "OpenStack project that provides a queue service to applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml4961(glossterm) +#: ./doc/glossary/glossary-terms.xml4974(glossterm) msgid "maximum transmission unit (MTU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4967(para) +#: ./doc/glossary/glossary-terms.xml4980(para) msgid "" "Maximum frame or packet size for a particular network medium. Typically 1500" " bytes for Ethernet networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4973(glossterm) -#: ./doc/glossary/glossary-terms.xml4975(primary) +#: ./doc/glossary/glossary-terms.xml4986(glossterm) +#: ./doc/glossary/glossary-terms.xml4988(primary) msgid "mechanism driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml4979(para) +#: ./doc/glossary/glossary-terms.xml4992(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.xml4988(glossterm) -#: ./doc/glossary/glossary-terms.xml4990(primary) +#: ./doc/glossary/glossary-terms.xml5001(glossterm) +#: ./doc/glossary/glossary-terms.xml5003(primary) msgid "melange" msgstr "" -#: ./doc/glossary/glossary-terms.xml4994(para) +#: ./doc/glossary/glossary-terms.xml5007(para) msgid "" "Project name for OpenStack Network Information Service. To be merged with " "Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5000(glossterm) -#: ./doc/glossary/glossary-terms.xml5002(primary) +#: ./doc/glossary/glossary-terms.xml5013(glossterm) +#: ./doc/glossary/glossary-terms.xml5015(primary) msgid "membership" msgstr "" -#: ./doc/glossary/glossary-terms.xml5006(para) +#: ./doc/glossary/glossary-terms.xml5019(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.xml5012(glossterm) +#: ./doc/glossary/glossary-terms.xml5025(glossterm) msgid "membership list" msgstr "" -#: ./doc/glossary/glossary-terms.xml5014(primary) +#: ./doc/glossary/glossary-terms.xml5027(primary) msgid "membership lists" msgstr "" -#: ./doc/glossary/glossary-terms.xml5024(glossterm) -#: ./doc/glossary/glossary-terms.xml5026(primary) +#: ./doc/glossary/glossary-terms.xml5037(glossterm) +#: ./doc/glossary/glossary-terms.xml5039(primary) msgid "memcached" msgstr "memcached" -#: ./doc/glossary/glossary-terms.xml5030(para) +#: ./doc/glossary/glossary-terms.xml5043(para) msgid "" "A distributed memory object caching system that is used by Object Storage " "for caching." msgstr "" -#: ./doc/glossary/glossary-terms.xml5036(glossterm) -#: ./doc/glossary/glossary-terms.xml5038(primary) +#: ./doc/glossary/glossary-terms.xml5049(glossterm) +#: ./doc/glossary/glossary-terms.xml5051(primary) msgid "memory overcommit" msgstr "" -#: ./doc/glossary/glossary-terms.xml5042(para) +#: ./doc/glossary/glossary-terms.xml5055(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.xml5050(glossterm) +#: ./doc/glossary/glossary-terms.xml5063(glossterm) msgid "message broker" msgstr "" -#: ./doc/glossary/glossary-terms.xml5052(primary) +#: ./doc/glossary/glossary-terms.xml5065(primary) msgid "message brokers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5056(para) +#: ./doc/glossary/glossary-terms.xml5069(para) msgid "" "The software package used to provide AMQP messaging capabilities within " "Compute. Default package is RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml5062(glossterm) -#: ./doc/glossary/glossary-terms.xml5064(primary) +#: ./doc/glossary/glossary-terms.xml5075(glossterm) +#: ./doc/glossary/glossary-terms.xml5077(primary) msgid "message bus" msgstr "" -#: ./doc/glossary/glossary-terms.xml5068(para) +#: ./doc/glossary/glossary-terms.xml5081(para) msgid "" "The main virtual communication line used by all AMQP messages for inter-" "cloud communications within Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5074(glossterm) -#: ./doc/glossary/glossary-terms.xml5076(primary) +#: ./doc/glossary/glossary-terms.xml5087(glossterm) +#: ./doc/glossary/glossary-terms.xml5089(primary) msgid "message queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml5080(para) +#: ./doc/glossary/glossary-terms.xml5093(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.xml5086(glossterm) -#: ./doc/glossary/glossary-terms.xml5088(primary) +#: ./doc/glossary/glossary-terms.xml5099(glossterm) +#: ./doc/glossary/glossary-terms.xml5101(primary) msgid "Metadata agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml5092(para) +#: ./doc/glossary/glossary-terms.xml5105(para) msgid "" "OpenStack Networking agent that provides metadata services for instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml5098(glossterm) -#: ./doc/glossary/glossary-terms.xml5100(primary) +#: ./doc/glossary/glossary-terms.xml5111(glossterm) +#: ./doc/glossary/glossary-terms.xml5113(primary) msgid "Meta-Data Server (MDS)" msgstr "Meta-Data Server (MDS)" -#: ./doc/glossary/glossary-terms.xml5104(para) +#: ./doc/glossary/glossary-terms.xml5117(para) msgid "Stores CephFS metadata." msgstr "Speichert CephFS Metadaten." -#: ./doc/glossary/glossary-terms.xml5109(glossterm) -#: ./doc/glossary/glossary-terms.xml5111(primary) +#: ./doc/glossary/glossary-terms.xml5122(glossterm) +#: ./doc/glossary/glossary-terms.xml5124(primary) msgid "migration" msgstr "Migration" -#: ./doc/glossary/glossary-terms.xml5115(para) +#: ./doc/glossary/glossary-terms.xml5128(para) msgid "The process of moving a VM instance from one host to another." msgstr "" -#: ./doc/glossary/glossary-terms.xml5121(glossterm) -#: ./doc/glossary/glossary-terms.xml5123(primary) +#: ./doc/glossary/glossary-terms.xml5134(glossterm) +#: ./doc/glossary/glossary-terms.xml5136(primary) msgid "multi-host" msgstr "" -#: ./doc/glossary/glossary-terms.xml5127(para) +#: ./doc/glossary/glossary-terms.xml5140(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 " @@ -4815,593 +4826,605 @@ msgid "" "nodes." msgstr "" -#: ./doc/glossary/glossary-terms.xml5135(glossterm) +#: ./doc/glossary/glossary-terms.xml5148(glossterm) msgid "multinic" msgstr "" -#: ./doc/glossary/glossary-terms.xml5138(para) +#: ./doc/glossary/glossary-terms.xml5151(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.xml5144(glossterm) -#: ./doc/glossary/glossary-terms.xml5147(primary) +#: ./doc/glossary/glossary-terms.xml5157(glossterm) +#: ./doc/glossary/glossary-terms.xml5160(primary) msgid "Modular Layer 2 (ML2) neutron plug-in" msgstr "Modular Layer 2 (ML2) neutron Plug-In" -#: ./doc/glossary/glossary-terms.xml5151(para) +#: ./doc/glossary/glossary-terms.xml5164(para) msgid "" "Can concurrently use multiple layer-2 networking technologies, such as " "802.1Q and VXLAN, in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5157(glossterm) -#: ./doc/glossary/glossary-terms.xml5159(primary) +#: ./doc/glossary/glossary-terms.xml5170(glossterm) +#: ./doc/glossary/glossary-terms.xml5172(primary) msgid "Monitor (LBaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5163(para) +#: ./doc/glossary/glossary-terms.xml5176(para) msgid "" "LBaaS feature that provides availability monitoring using the " "ping command, TCP, and HTTP/HTTPS GET." msgstr "" -#: ./doc/glossary/glossary-terms.xml5169(glossterm) -#: ./doc/glossary/glossary-terms.xml5171(primary) +#: ./doc/glossary/glossary-terms.xml5182(glossterm) +#: ./doc/glossary/glossary-terms.xml5184(primary) msgid "Monitor (Mon)" msgstr "Monitor (Mon)" -#: ./doc/glossary/glossary-terms.xml5175(para) +#: ./doc/glossary/glossary-terms.xml5188(para) msgid "" "A Ceph component that communicates with external clients, checks data state " "and consistency, and performs quorum functions." msgstr "" -#: ./doc/glossary/glossary-terms.xml5181(glossterm) -#: ./doc/glossary/glossary-terms.xml5183(primary) +#: ./doc/glossary/glossary-terms.xml5194(glossterm) +#: ./doc/glossary/glossary-terms.xml5196(primary) msgid "multi-factor authentication" msgstr "Multi-Faktoren Authentifizierung" -#: ./doc/glossary/glossary-terms.xml5187(para) +#: ./doc/glossary/glossary-terms.xml5200(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.xml5194(glossterm) -#: ./doc/glossary/glossary-terms.xml5196(primary) +#: ./doc/glossary/glossary-terms.xml5207(glossterm) +#: ./doc/glossary/glossary-terms.xml5209(primary) msgid "MultiNic" msgstr "" -#: ./doc/glossary/glossary-terms.xml5200(para) +#: ./doc/glossary/glossary-terms.xml5213(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.xml5209(title) +#: ./doc/glossary/glossary-terms.xml5222(title) msgid "N" msgstr "N" -#: ./doc/glossary/glossary-terms.xml5212(glossterm) -#: ./doc/glossary/glossary-terms.xml5214(primary) +#: ./doc/glossary/glossary-terms.xml5225(glossterm) +#: ./doc/glossary/glossary-terms.xml5227(primary) msgid "Nebula" msgstr "Nebula" -#: ./doc/glossary/glossary-terms.xml5218(para) +#: ./doc/glossary/glossary-terms.xml5231(para) msgid "Released as open source by NASA in 2010 and is the basis for Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5224(glossterm) -#: ./doc/glossary/glossary-terms.xml5226(primary) +#: ./doc/glossary/glossary-terms.xml5237(glossterm) +#: ./doc/glossary/glossary-terms.xml5239(primary) msgid "netadmin" msgstr "" -#: ./doc/glossary/glossary-terms.xml5230(para) +#: ./doc/glossary/glossary-terms.xml5243(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.xml5237(glossterm) -#: ./doc/glossary/glossary-terms.xml5239(primary) +#: ./doc/glossary/glossary-terms.xml5250(glossterm) +#: ./doc/glossary/glossary-terms.xml5252(primary) msgid "NetApp volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml5243(para) +#: ./doc/glossary/glossary-terms.xml5256(para) msgid "" "Enables Compute to communicate with NetApp storage devices through the " "NetApp OnCommand Provisioning " "Manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml5250(glossterm) +#: ./doc/glossary/glossary-terms.xml5263(glossterm) msgid "network" msgstr "Netzwerk" -#: ./doc/glossary/glossary-terms.xml5258(para) +#: ./doc/glossary/glossary-terms.xml5271(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.xml5266(glossterm) -#: ./doc/glossary/glossary-terms.xml5270(secondary) +#: ./doc/glossary/glossary-terms.xml5279(glossterm) +#: ./doc/glossary/glossary-terms.xml5283(secondary) msgid "Network Address Translation (NAT)" msgstr "Network Address Translation (NAT)" -#: ./doc/glossary/glossary-terms.xml5274(para) +#: ./doc/glossary/glossary-terms.xml5287(para) msgid "" "The process of modifying IP address information while in transit. Supported " "by Compute and Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5280(glossterm) +#: ./doc/glossary/glossary-terms.xml5293(glossterm) msgid "network controller" msgstr "" -#: ./doc/glossary/glossary-terms.xml5284(secondary) +#: ./doc/glossary/glossary-terms.xml5297(secondary) msgid "network controllers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5288(para) +#: ./doc/glossary/glossary-terms.xml5301(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.xml5295(glossterm) -#: ./doc/glossary/glossary-terms.xml5299(secondary) +#: ./doc/glossary/glossary-terms.xml5308(glossterm) +#: ./doc/glossary/glossary-terms.xml5312(secondary) msgid "Network File System (NFS)" msgstr "Network File System (NFS)" -#: ./doc/glossary/glossary-terms.xml5303(para) +#: ./doc/glossary/glossary-terms.xml5316(para) msgid "" "A method for making file systems available over the network. Supported by " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml5309(glossterm) +#: ./doc/glossary/glossary-terms.xml5322(glossterm) msgid "network ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml5313(secondary) +#: ./doc/glossary/glossary-terms.xml5326(secondary) msgid "network IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml5317(para) +#: ./doc/glossary/glossary-terms.xml5330(para) msgid "" "Unique ID assigned to each network segment within Networking. Same as " "network UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml5323(glossterm) +#: ./doc/glossary/glossary-terms.xml5336(glossterm) msgid "network manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml5327(secondary) +#: ./doc/glossary/glossary-terms.xml5340(secondary) msgid "network managers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5331(para) +#: ./doc/glossary/glossary-terms.xml5344(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.xml5337(glossterm) +#: ./doc/glossary/glossary-terms.xml5350(glossterm) msgid "network node" msgstr "" -#: ./doc/glossary/glossary-terms.xml5341(secondary) +#: ./doc/glossary/glossary-terms.xml5354(secondary) msgid "network nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml5345(para) +#: ./doc/glossary/glossary-terms.xml5358(para) msgid "Any compute node that runs the network worker daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml5350(glossterm) +#: ./doc/glossary/glossary-terms.xml5363(glossterm) msgid "network segment" msgstr "" -#: ./doc/glossary/glossary-terms.xml5354(secondary) +#: ./doc/glossary/glossary-terms.xml5367(secondary) msgid "network segments" msgstr "" -#: ./doc/glossary/glossary-terms.xml5358(para) +#: ./doc/glossary/glossary-terms.xml5371(para) msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5364(glossterm) -#: ./doc/glossary/glossary-terms.xml5368(secondary) +#: ./doc/glossary/glossary-terms.xml5377(glossterm) +#: ./doc/glossary/glossary-terms.xml5381(secondary) msgid "Network Time Protocol (NTP)" msgstr "Network Time Protokoll (NTP)" -#: ./doc/glossary/glossary-terms.xml5372(para) +#: ./doc/glossary/glossary-terms.xml5385(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.xml5378(glossterm) -#: ./doc/glossary/glossary-terms.xml5382(secondary) +#: ./doc/glossary/glossary-terms.xml5391(glossterm) +#: ./doc/glossary/glossary-terms.xml5395(secondary) msgid "network UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml5386(para) +#: ./doc/glossary/glossary-terms.xml5399(para) msgid "" "Unique ID for a Networking network segment." msgstr "" -#: ./doc/glossary/glossary-terms.xml5392(glossterm) +#: ./doc/glossary/glossary-terms.xml5405(glossterm) msgid "network worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml5396(secondary) +#: ./doc/glossary/glossary-terms.xml5409(secondary) msgid "network workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5400(para) +#: ./doc/glossary/glossary-terms.xml5413(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.xml5407(glossterm) +#: ./doc/glossary/glossary-terms.xml5420(glossterm) msgid "Networking" msgstr "Netzwerk" -#: ./doc/glossary/glossary-terms.xml5410(para) +#: ./doc/glossary/glossary-terms.xml5423(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.xml5417(glossterm) -#: ./doc/glossary/glossary-terms.xml5419(primary) -#: ./doc/glossary/glossary-terms.xml5442(secondary) +#: ./doc/glossary/glossary-terms.xml5430(glossterm) +#: ./doc/glossary/glossary-terms.xml5432(primary) +#: ./doc/glossary/glossary-terms.xml5455(secondary) msgid "Networking API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5423(para) +#: ./doc/glossary/glossary-terms.xml5436(para) msgid "" "API used to access OpenStack Networking. Provides an extensible architecture" " to enable custom plug-in creation." msgstr "" -#: ./doc/glossary/glossary-terms.xml5429(glossterm) -#: ./doc/glossary/glossary-terms.xml5440(primary) +#: ./doc/glossary/glossary-terms.xml5442(glossterm) #: ./doc/glossary/glossary-terms.xml5453(primary) -#: ./doc/glossary/glossary-terms.xml5467(primary) +#: ./doc/glossary/glossary-terms.xml5466(primary) +#: ./doc/glossary/glossary-terms.xml5480(primary) msgid "neutron" msgstr "Neutron" -#: ./doc/glossary/glossary-terms.xml5432(para) +#: ./doc/glossary/glossary-terms.xml5445(para) msgid "" "A core OpenStack project that provides a network connectivity abstraction " "layer to OpenStack Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5438(glossterm) +#: ./doc/glossary/glossary-terms.xml5451(glossterm) msgid "neutron API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5446(para) +#: ./doc/glossary/glossary-terms.xml5459(para) msgid "An alternative name for Networking API." msgstr "" -#: ./doc/glossary/glossary-terms.xml5451(glossterm) -#: ./doc/glossary/glossary-terms.xml5455(secondary) +#: ./doc/glossary/glossary-terms.xml5464(glossterm) +#: ./doc/glossary/glossary-terms.xml5468(secondary) msgid "neutron manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml5459(para) +#: ./doc/glossary/glossary-terms.xml5472(para) msgid "" "Enables Compute and Networking integration, which enables Networking to " "perform network management for guest VMs." msgstr "" -#: ./doc/glossary/glossary-terms.xml5465(glossterm) -#: ./doc/glossary/glossary-terms.xml5469(secondary) +#: ./doc/glossary/glossary-terms.xml5478(glossterm) +#: ./doc/glossary/glossary-terms.xml5482(secondary) msgid "neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml5473(para) +#: ./doc/glossary/glossary-terms.xml5486(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.xml5480(glossterm) -#: ./doc/glossary/glossary-terms.xml5482(primary) +#: ./doc/glossary/glossary-terms.xml5493(glossterm) +#: ./doc/glossary/glossary-terms.xml5495(primary) msgid "Nexenta volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml5486(para) +#: ./doc/glossary/glossary-terms.xml5499(para) msgid "Provides support for NexentaStor devices in Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5491(glossterm) -#: ./doc/glossary/glossary-terms.xml5493(primary) +#: ./doc/glossary/glossary-terms.xml5504(glossterm) +#: ./doc/glossary/glossary-terms.xml5506(primary) msgid "No ACK" msgstr "" -#: ./doc/glossary/glossary-terms.xml5497(para) +#: ./doc/glossary/glossary-terms.xml5510(para) msgid "" "Disables server-side message acknowledgment in the Compute RabbitMQ. " "Increases performance but decreases reliability." msgstr "" -#: ./doc/glossary/glossary-terms.xml5503(glossterm) +#: ./doc/glossary/glossary-terms.xml5516(glossterm) msgid "node" msgstr "" -#: ./doc/glossary/glossary-terms.xml5505(primary) -#: ./doc/glossary/glossary-terms.xml6307(primary) -#: ./doc/glossary/glossary-terms.xml7639(primary) -#: ./doc/glossary/glossary-terms.xml7839(primary) +#: ./doc/glossary/glossary-terms.xml5518(primary) +#: ./doc/glossary/glossary-terms.xml6334(primary) +#: ./doc/glossary/glossary-terms.xml7666(primary) +#: ./doc/glossary/glossary-terms.xml7866(primary) msgid "nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml5511(para) +#: ./doc/glossary/glossary-terms.xml5524(para) msgid "A VM instance that runs on a host." msgstr "" -#: ./doc/glossary/glossary-terms.xml5516(glossterm) +#: ./doc/glossary/glossary-terms.xml5529(glossterm) msgid "non-durable exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml5518(primary) -#: ./doc/glossary/glossary-terms.xml5535(primary) -#: ./doc/glossary/glossary-terms.xml6029(primary) -#: ./doc/glossary/glossary-terms.xml8102(primary) +#: ./doc/glossary/glossary-terms.xml5531(primary) +#: ./doc/glossary/glossary-terms.xml5548(primary) +#: ./doc/glossary/glossary-terms.xml6056(primary) +#: ./doc/glossary/glossary-terms.xml8129(primary) msgid "messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml5520(secondary) -#: ./doc/glossary/glossary-terms.xml5523(primary) -#: ./doc/glossary/glossary-terms.xml8082(see) +#: ./doc/glossary/glossary-terms.xml5533(secondary) +#: ./doc/glossary/glossary-terms.xml5536(primary) +#: ./doc/glossary/glossary-terms.xml8109(see) msgid "non-durable exchanges" msgstr "" -#: ./doc/glossary/glossary-terms.xml5527(para) +#: ./doc/glossary/glossary-terms.xml5540(para) msgid "" "Message exchange that is cleared when the service restarts. Its data is not " "written to persistent storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml5533(glossterm) -#: ./doc/glossary/glossary-terms.xml5540(primary) +#: ./doc/glossary/glossary-terms.xml5546(glossterm) +#: ./doc/glossary/glossary-terms.xml5553(primary) msgid "non-durable queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml5537(secondary) +#: ./doc/glossary/glossary-terms.xml5550(secondary) msgid "non-durable queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml5544(para) +#: ./doc/glossary/glossary-terms.xml5557(para) msgid "" "Message queue that is cleared when the service restarts. Its data is not " "written to persistent storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml5550(glossterm) -#: ./doc/glossary/glossary-terms.xml5552(primary) +#: ./doc/glossary/glossary-terms.xml5563(glossterm) +#: ./doc/glossary/glossary-terms.xml5565(primary) msgid "non-persistent volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml5558(para) +#: ./doc/glossary/glossary-terms.xml5571(para) msgid "Alternative term for an ephemeral volume." msgstr "" -#: ./doc/glossary/glossary-terms.xml5563(glossterm) -#: ./doc/glossary/glossary-terms.xml5573(primary) -#: ./doc/glossary/glossary-terms.xml5586(primary) +#: ./doc/glossary/glossary-terms.xml5576(glossterm) +#: ./doc/glossary/glossary-terms.xml5578(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5582(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.xml5590(glossterm) +#: ./doc/glossary/glossary-terms.xml5600(primary) +#: ./doc/glossary/glossary-terms.xml5613(primary) msgid "nova" msgstr "Nova" -#: ./doc/glossary/glossary-terms.xml5566(para) +#: ./doc/glossary/glossary-terms.xml5593(para) msgid "OpenStack project that provides compute services." msgstr "" -#: ./doc/glossary/glossary-terms.xml5571(glossterm) +#: ./doc/glossary/glossary-terms.xml5598(glossterm) msgid "Nova API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5579(para) +#: ./doc/glossary/glossary-terms.xml5606(para) msgid "Alternative term for the Compute API." msgstr "" -#: ./doc/glossary/glossary-terms.xml5584(glossterm) -#: ./doc/glossary/glossary-terms.xml5588(secondary) +#: ./doc/glossary/glossary-terms.xml5611(glossterm) +#: ./doc/glossary/glossary-terms.xml5615(secondary) msgid "nova-network" msgstr "" -#: ./doc/glossary/glossary-terms.xml5592(para) +#: ./doc/glossary/glossary-terms.xml5619(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.xml5602(title) +#: ./doc/glossary/glossary-terms.xml5629(title) msgid "O" msgstr "O" -#: ./doc/glossary/glossary-terms.xml5605(glossterm) +#: ./doc/glossary/glossary-terms.xml5632(glossterm) msgid "object" msgstr "" -#: ./doc/glossary/glossary-terms.xml5613(para) +#: ./doc/glossary/glossary-terms.xml5640(para) msgid "A BLOB of data held by Object Storage; can be in any format." msgstr "" -#: ./doc/glossary/glossary-terms.xml5619(glossterm) +#: ./doc/glossary/glossary-terms.xml5646(glossterm) msgid "object auditor" msgstr "" -#: ./doc/glossary/glossary-terms.xml5623(secondary) +#: ./doc/glossary/glossary-terms.xml5650(secondary) msgid "object auditors" msgstr "" -#: ./doc/glossary/glossary-terms.xml5627(para) +#: ./doc/glossary/glossary-terms.xml5654(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.xml5633(glossterm) -#: ./doc/glossary/glossary-terms.xml5637(secondary) +#: ./doc/glossary/glossary-terms.xml5660(glossterm) +#: ./doc/glossary/glossary-terms.xml5664(secondary) msgid "object expiration" msgstr "" -#: ./doc/glossary/glossary-terms.xml5641(para) +#: ./doc/glossary/glossary-terms.xml5668(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.xml5648(glossterm) -#: ./doc/glossary/glossary-terms.xml5652(secondary) +#: ./doc/glossary/glossary-terms.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5679(secondary) msgid "object hash" msgstr "" -#: ./doc/glossary/glossary-terms.xml5656(para) +#: ./doc/glossary/glossary-terms.xml5683(para) msgid "Uniquely ID for an Object Storage object." msgstr "" -#: ./doc/glossary/glossary-terms.xml5661(glossterm) -#: ./doc/glossary/glossary-terms.xml5665(secondary) +#: ./doc/glossary/glossary-terms.xml5688(glossterm) +#: ./doc/glossary/glossary-terms.xml5692(secondary) msgid "object path hash" msgstr "" -#: ./doc/glossary/glossary-terms.xml5669(para) +#: ./doc/glossary/glossary-terms.xml5696(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.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5702(glossterm) msgid "object replicator" msgstr "" -#: ./doc/glossary/glossary-terms.xml5679(secondary) +#: ./doc/glossary/glossary-terms.xml5706(secondary) msgid "object replicators" msgstr "" -#: ./doc/glossary/glossary-terms.xml5683(para) +#: ./doc/glossary/glossary-terms.xml5710(para) msgid "" "An Object Storage component that copies an object to remote partitions for " "fault tolerance." msgstr "" -#: ./doc/glossary/glossary-terms.xml5689(glossterm) +#: ./doc/glossary/glossary-terms.xml5716(glossterm) msgid "object server" msgstr "" -#: ./doc/glossary/glossary-terms.xml5693(secondary) +#: ./doc/glossary/glossary-terms.xml5720(secondary) msgid "object servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5697(para) +#: ./doc/glossary/glossary-terms.xml5724(para) msgid "An Object Storage component that is responsible for managing objects." msgstr "" -#: ./doc/glossary/glossary-terms.xml5703(glossterm) -#: ./doc/glossary/glossary-terms.xml5720(primary) -#: ./doc/glossary/glossary-terms.xml5733(primary) +#: ./doc/glossary/glossary-terms.xml5730(glossterm) +#: ./doc/glossary/glossary-terms.xml5747(primary) +#: ./doc/glossary/glossary-terms.xml5760(primary) msgid "Object Storage" msgstr "Objekt Speicher" -#: ./doc/glossary/glossary-terms.xml5706(para) +#: ./doc/glossary/glossary-terms.xml5733(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.xml5713(glossterm) -#: ./doc/glossary/glossary-terms.xml5717(secondary) -#: ./doc/glossary/glossary-terms.xml5722(secondary) +#: ./doc/glossary/glossary-terms.xml5740(glossterm) +#: ./doc/glossary/glossary-terms.xml5744(secondary) +#: ./doc/glossary/glossary-terms.xml5749(secondary) msgid "Object Storage API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5715(primary) -#: ./doc/glossary/glossary-terms.xml7783(glossterm) -#: ./doc/glossary/glossary-terms.xml7806(primary) -#: ./doc/glossary/glossary-terms.xml7820(primary) -#: ./doc/glossary/glossary-terms.xml7844(primary) +#: ./doc/glossary/glossary-terms.xml5742(primary) +#: ./doc/glossary/glossary-terms.xml7810(glossterm) +#: ./doc/glossary/glossary-terms.xml7833(primary) +#: ./doc/glossary/glossary-terms.xml7847(primary) +#: ./doc/glossary/glossary-terms.xml7871(primary) msgid "swift" msgstr "Swift" -#: ./doc/glossary/glossary-terms.xml5726(para) +#: ./doc/glossary/glossary-terms.xml5753(para) msgid "API used to access OpenStack Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml5731(glossterm) -#: ./doc/glossary/glossary-terms.xml5735(secondary) +#: ./doc/glossary/glossary-terms.xml5758(glossterm) +#: ./doc/glossary/glossary-terms.xml5762(secondary) msgid "Object Storage Device (OSD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5739(para) +#: ./doc/glossary/glossary-terms.xml5766(para) msgid "The Ceph storage daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml5744(glossterm) -#: ./doc/glossary/glossary-terms.xml5748(secondary) +#: ./doc/glossary/glossary-terms.xml5771(glossterm) +#: ./doc/glossary/glossary-terms.xml5775(secondary) msgid "object versioning" msgstr "" -#: ./doc/glossary/glossary-terms.xml5752(para) +#: ./doc/glossary/glossary-terms.xml5779(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.xml5758(glossterm) -#: ./doc/glossary/glossary-terms.xml5760(primary) +#: ./doc/glossary/glossary-terms.xml5785(glossterm) +#: ./doc/glossary/glossary-terms.xml5787(primary) msgid "Oldie" msgstr "" -#: ./doc/glossary/glossary-terms.xml5764(para) +#: ./doc/glossary/glossary-terms.xml5791(para) msgid "" "Term for an Object Storage process that runs for a long time. Can indicate a" " hung process." msgstr "" -#: ./doc/glossary/glossary-terms.xml5770(glossterm) -#: ./doc/glossary/glossary-terms.xml5773(primary) +#: ./doc/glossary/glossary-terms.xml5797(glossterm) +#: ./doc/glossary/glossary-terms.xml5800(primary) msgid "Open Cloud Computing Interface (OCCI)" msgstr "Open Cloud Computing Interface (OCCI)" -#: ./doc/glossary/glossary-terms.xml5777(para) +#: ./doc/glossary/glossary-terms.xml5804(para) msgid "" "A standardized interface for managing compute, data, and network resources, " "currently unsupported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml5783(glossterm) -#: ./doc/glossary/glossary-terms.xml5785(primary) +#: ./doc/glossary/glossary-terms.xml5810(glossterm) +#: ./doc/glossary/glossary-terms.xml5812(primary) msgid "Open Virtualization Format (OVF)" msgstr "Open Virtualization Format (OVF)" -#: ./doc/glossary/glossary-terms.xml5789(para) +#: ./doc/glossary/glossary-terms.xml5816(para) msgid "Standard for packaging VM images. Supported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml5794(glossterm) -#: ./doc/glossary/glossary-terms.xml5796(primary) -#: ./doc/glossary/glossary-terms.xml5814(primary) +#: ./doc/glossary/glossary-terms.xml5821(glossterm) +#: ./doc/glossary/glossary-terms.xml5823(primary) +#: ./doc/glossary/glossary-terms.xml5841(primary) msgid "Open vSwitch" msgstr "" -#: ./doc/glossary/glossary-terms.xml5800(para) +#: ./doc/glossary/glossary-terms.xml5827(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 " @@ -5410,31 +5433,31 @@ msgid "" "SPAN, RSPAN, CLI, LACP, 802.1ag)." msgstr "" -#: ./doc/glossary/glossary-terms.xml5812(glossterm) +#: ./doc/glossary/glossary-terms.xml5839(glossterm) msgid "Open vSwitch neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml5820(para) +#: ./doc/glossary/glossary-terms.xml5847(para) msgid "Provides support for Open vSwitch in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5825(glossterm) -#: ./doc/glossary/glossary-terms.xml5827(primary) +#: ./doc/glossary/glossary-terms.xml5852(glossterm) +#: ./doc/glossary/glossary-terms.xml5854(primary) msgid "OpenLDAP" msgstr "OpenLDAP" -#: ./doc/glossary/glossary-terms.xml5831(para) +#: ./doc/glossary/glossary-terms.xml5858(para) msgid "" "An open source LDAP server. Supported by both Compute and Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml5837(glossterm) -#: ./doc/glossary/glossary-terms.xml5839(primary) -#: ./doc/glossary/glossary-terms.xml5857(primary) +#: ./doc/glossary/glossary-terms.xml5864(glossterm) +#: ./doc/glossary/glossary-terms.xml5866(primary) +#: ./doc/glossary/glossary-terms.xml5884(primary) msgid "OpenStack" msgstr "OpenStack" -#: ./doc/glossary/glossary-terms.xml5845(para) +#: ./doc/glossary/glossary-terms.xml5872(para) msgid "" "OpenStack is a cloud operating system that controls large pools of compute, " "storage, and networking resources throughout a data center, all managed " @@ -5443,15 +5466,15 @@ msgid "" "source project licensed under the Apache License 2.0." msgstr "" -#: ./doc/glossary/glossary-terms.xml5855(glossterm) +#: ./doc/glossary/glossary-terms.xml5882(glossterm) msgid "OpenStack code name" msgstr "" -#: ./doc/glossary/glossary-terms.xml5858(secondary) +#: ./doc/glossary/glossary-terms.xml5885(secondary) msgid "code name" msgstr "" -#: ./doc/glossary/glossary-terms.xml5862(para) +#: ./doc/glossary/glossary-terms.xml5889(para) msgid "" "Each OpenStack release has a code name. Code names ascend in alphabetical " "order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, " @@ -5461,179 +5484,179 @@ msgid "" "especially cool. Code names are chosen by popular vote." msgstr "" -#: ./doc/glossary/glossary-terms.xml5876(glossterm) -#: ./doc/glossary/glossary-terms.xml5878(primary) +#: ./doc/glossary/glossary-terms.xml5903(glossterm) +#: ./doc/glossary/glossary-terms.xml5905(primary) msgid "openSUSE" msgstr "openSUSE" -#: ./doc/glossary/glossary-terms.xml5887(glossterm) -#: ./doc/glossary/glossary-terms.xml5889(primary) +#: ./doc/glossary/glossary-terms.xml5914(glossterm) +#: ./doc/glossary/glossary-terms.xml5916(primary) msgid "operator" msgstr "" -#: ./doc/glossary/glossary-terms.xml5893(para) +#: ./doc/glossary/glossary-terms.xml5920(para) msgid "" "The person responsible for planning and maintaining an OpenStack " "installation." msgstr "" -#: ./doc/glossary/glossary-terms.xml5899(glossterm) -#: ./doc/glossary/glossary-terms.xml5901(primary) +#: ./doc/glossary/glossary-terms.xml5926(glossterm) +#: ./doc/glossary/glossary-terms.xml5928(primary) msgid "Orchestration" msgstr "Orchestrierung" -#: ./doc/glossary/glossary-terms.xml5905(para) +#: ./doc/glossary/glossary-terms.xml5932(para) msgid "" "An integrated project that orchestrates multiple cloud applications for " "OpenStack. The project name of Orchestration is heat." msgstr "" -#: ./doc/glossary/glossary-terms.xml5912(glossterm) +#: ./doc/glossary/glossary-terms.xml5939(glossterm) msgid "orphan" msgstr "" -#: ./doc/glossary/glossary-terms.xml5914(primary) +#: ./doc/glossary/glossary-terms.xml5941(primary) msgid "orphans" msgstr "" -#: ./doc/glossary/glossary-terms.xml5918(para) +#: ./doc/glossary/glossary-terms.xml5945(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.xml5927(title) +#: ./doc/glossary/glossary-terms.xml5954(title) msgid "P" msgstr "P" -#: ./doc/glossary/glossary-terms.xml5930(glossterm) +#: ./doc/glossary/glossary-terms.xml5957(glossterm) msgid "parent cell" msgstr "" -#: ./doc/glossary/glossary-terms.xml5934(secondary) -#: ./doc/glossary/glossary-terms.xml5937(primary) +#: ./doc/glossary/glossary-terms.xml5961(secondary) +#: ./doc/glossary/glossary-terms.xml5964(primary) msgid "parent cells" msgstr "" -#: ./doc/glossary/glossary-terms.xml5941(para) +#: ./doc/glossary/glossary-terms.xml5968(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.xml5948(glossterm) +#: ./doc/glossary/glossary-terms.xml5975(glossterm) msgid "partition" msgstr "" -#: ./doc/glossary/glossary-terms.xml5950(primary) -#: ./doc/glossary/glossary-terms.xml5965(primary) -#: ./doc/glossary/glossary-terms.xml5979(primary) +#: ./doc/glossary/glossary-terms.xml5977(primary) +#: ./doc/glossary/glossary-terms.xml5992(primary) +#: ./doc/glossary/glossary-terms.xml6006(primary) msgid "partitions" msgstr "" -#: ./doc/glossary/glossary-terms.xml5956(para) +#: ./doc/glossary/glossary-terms.xml5983(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.xml5963(glossterm) -#: ./doc/glossary/glossary-terms.xml5967(secondary) +#: ./doc/glossary/glossary-terms.xml5990(glossterm) +#: ./doc/glossary/glossary-terms.xml5994(secondary) msgid "partition index" msgstr "" -#: ./doc/glossary/glossary-terms.xml5971(para) +#: ./doc/glossary/glossary-terms.xml5998(para) msgid "" "Contains the locations of all Object Storage partitions within the ring." msgstr "" -#: ./doc/glossary/glossary-terms.xml5977(glossterm) +#: ./doc/glossary/glossary-terms.xml6004(glossterm) msgid "partition shift value" msgstr "" -#: ./doc/glossary/glossary-terms.xml5981(secondary) +#: ./doc/glossary/glossary-terms.xml6008(secondary) msgid "partition index value" msgstr "" -#: ./doc/glossary/glossary-terms.xml5985(para) +#: ./doc/glossary/glossary-terms.xml6012(para) msgid "" "Used by Object Storage to determine which partition data should reside on." msgstr "" -#: ./doc/glossary/glossary-terms.xml5991(glossterm) +#: ./doc/glossary/glossary-terms.xml6018(glossterm) msgid "path MTU discovery (PMTUD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5997(para) +#: ./doc/glossary/glossary-terms.xml6024(para) msgid "" "Mechanism in IP networks to detect end-to-end MTU and adjust packet size " "accordingly." msgstr "" -#: ./doc/glossary/glossary-terms.xml6003(glossterm) -#: ./doc/glossary/glossary-terms.xml6005(primary) +#: ./doc/glossary/glossary-terms.xml6030(glossterm) +#: ./doc/glossary/glossary-terms.xml6032(primary) msgid "pause" msgstr "" -#: ./doc/glossary/glossary-terms.xml6009(para) +#: ./doc/glossary/glossary-terms.xml6036(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.xml6015(glossterm) -#: ./doc/glossary/glossary-terms.xml6017(primary) +#: ./doc/glossary/glossary-terms.xml6042(glossterm) +#: ./doc/glossary/glossary-terms.xml6044(primary) msgid "PCI passthrough" msgstr "" -#: ./doc/glossary/glossary-terms.xml6021(para) +#: ./doc/glossary/glossary-terms.xml6048(para) msgid "" "Gives guest VMs exclusive access to a PCI device. Currently supported in " "OpenStack Havana and later releases." msgstr "" -#: ./doc/glossary/glossary-terms.xml6027(glossterm) +#: ./doc/glossary/glossary-terms.xml6054(glossterm) msgid "persistent message" msgstr "" -#: ./doc/glossary/glossary-terms.xml6031(secondary) -#: ./doc/glossary/glossary-terms.xml6034(primary) +#: ./doc/glossary/glossary-terms.xml6058(secondary) +#: ./doc/glossary/glossary-terms.xml6061(primary) msgid "persistent messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml6038(para) +#: ./doc/glossary/glossary-terms.xml6065(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.xml6044(glossterm) -#: ./doc/glossary/glossary-terms.xml6046(primary) +#: ./doc/glossary/glossary-terms.xml6071(glossterm) +#: ./doc/glossary/glossary-terms.xml6073(primary) msgid "persistent volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml6050(para) +#: ./doc/glossary/glossary-terms.xml6077(para) msgid "Changes to these types of disk volumes are saved." msgstr "" -#: ./doc/glossary/glossary-terms.xml6055(glossterm) -#: ./doc/glossary/glossary-terms.xml6057(primary) +#: ./doc/glossary/glossary-terms.xml6082(glossterm) +#: ./doc/glossary/glossary-terms.xml6084(primary) msgid "personality file" msgstr "" -#: ./doc/glossary/glossary-terms.xml6061(para) +#: ./doc/glossary/glossary-terms.xml6088(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.xml6067(glossterm) -#: ./doc/glossary/glossary-terms.xml6069(primary) +#: ./doc/glossary/glossary-terms.xml6094(glossterm) +#: ./doc/glossary/glossary-terms.xml6096(primary) msgid "Platform-as-a-Service (PaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6073(para) +#: ./doc/glossary/glossary-terms.xml6100(para) msgid "" "Provides to the consumer the ability to deploy applications through a " "programming language or tools supported by the cloud platform provider. An " @@ -5641,37 +5664,37 @@ msgid "" "provided with no downloads required." msgstr "" -#: ./doc/glossary/glossary-terms.xml6082(glossterm) +#: ./doc/glossary/glossary-terms.xml6109(glossterm) msgid "plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml6084(primary) +#: ./doc/glossary/glossary-terms.xml6111(primary) msgid "plug-ins, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml6088(para) +#: ./doc/glossary/glossary-terms.xml6115(para) msgid "" "Software component providing the actual implementation for Networking APIs, " "or for Compute APIs, depending on the context." msgstr "" -#: ./doc/glossary/glossary-terms.xml6094(glossterm) -#: ./doc/glossary/glossary-terms.xml6096(primary) +#: ./doc/glossary/glossary-terms.xml6121(glossterm) +#: ./doc/glossary/glossary-terms.xml6123(primary) msgid "policy service" msgstr "" -#: ./doc/glossary/glossary-terms.xml6100(para) +#: ./doc/glossary/glossary-terms.xml6127(para) msgid "" "Component of Identity Service that provides a rule-management interface and " "a rule-based authorization engine." msgstr "" -#: ./doc/glossary/glossary-terms.xml6106(glossterm) -#: ./doc/glossary/glossary-terms.xml6108(primary) +#: ./doc/glossary/glossary-terms.xml6133(glossterm) +#: ./doc/glossary/glossary-terms.xml6135(primary) msgid "pool" msgstr "" -#: ./doc/glossary/glossary-terms.xml6112(para) +#: ./doc/glossary/glossary-terms.xml6139(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 " @@ -5679,89 +5702,89 @@ msgid "" "VIP address. Each VIP has one pool." msgstr "" -#: ./doc/glossary/glossary-terms.xml6121(glossterm) -#: ./doc/glossary/glossary-terms.xml6123(primary) +#: ./doc/glossary/glossary-terms.xml6148(glossterm) +#: ./doc/glossary/glossary-terms.xml6150(primary) msgid "pool member" msgstr "" -#: ./doc/glossary/glossary-terms.xml6127(para) +#: ./doc/glossary/glossary-terms.xml6154(para) msgid "" "An application that runs on the back-end server in a load-balancing system." msgstr "" -#: ./doc/glossary/glossary-terms.xml6133(glossterm) +#: ./doc/glossary/glossary-terms.xml6160(glossterm) msgid "port" msgstr "" -#: ./doc/glossary/glossary-terms.xml6135(primary) -#: ./doc/glossary/glossary-terms.xml6149(primary) -#: ./doc/glossary/glossary-terms.xml8380(primary) +#: ./doc/glossary/glossary-terms.xml6162(primary) +#: ./doc/glossary/glossary-terms.xml6176(primary) +#: ./doc/glossary/glossary-terms.xml8421(primary) msgid "ports" msgstr "" -#: ./doc/glossary/glossary-terms.xml6141(para) +#: ./doc/glossary/glossary-terms.xml6168(para) msgid "" "A virtual network port within Networking; VIFs / vNICs are connected to a " "port." msgstr "" -#: ./doc/glossary/glossary-terms.xml6147(glossterm) -#: ./doc/glossary/glossary-terms.xml6151(secondary) +#: ./doc/glossary/glossary-terms.xml6174(glossterm) +#: ./doc/glossary/glossary-terms.xml6178(secondary) msgid "port UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6155(para) +#: ./doc/glossary/glossary-terms.xml6182(para) msgid "Unique ID for a Networking port." msgstr "" -#: ./doc/glossary/glossary-terms.xml6160(glossterm) +#: ./doc/glossary/glossary-terms.xml6187(glossterm) msgid "preseed" msgstr "" -#: ./doc/glossary/glossary-terms.xml6162(primary) +#: ./doc/glossary/glossary-terms.xml6189(primary) msgid "preseed, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml6166(para) +#: ./doc/glossary/glossary-terms.xml6193(para) msgid "" "A tool to automate system configuration and installation on Debian-based " "Linux distributions." msgstr "" -#: ./doc/glossary/glossary-terms.xml6172(glossterm) -#: ./doc/glossary/glossary-terms.xml6174(primary) +#: ./doc/glossary/glossary-terms.xml6199(glossterm) +#: ./doc/glossary/glossary-terms.xml6201(primary) msgid "private image" msgstr "" -#: ./doc/glossary/glossary-terms.xml6178(para) +#: ./doc/glossary/glossary-terms.xml6205(para) msgid "An Image Service VM image that is only available to specified tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml6184(glossterm) -#: ./doc/glossary/glossary-terms.xml6191(primary) +#: ./doc/glossary/glossary-terms.xml6211(glossterm) +#: ./doc/glossary/glossary-terms.xml6218(primary) msgid "private IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml6188(secondary) +#: ./doc/glossary/glossary-terms.xml6215(secondary) msgid "private" msgstr "" -#: ./doc/glossary/glossary-terms.xml6195(para) +#: ./doc/glossary/glossary-terms.xml6222(para) msgid "" "An IP address used for management and administration, not available to the " "public Internet." msgstr "" -#: ./doc/glossary/glossary-terms.xml6201(glossterm) +#: ./doc/glossary/glossary-terms.xml6228(glossterm) msgid "private network" msgstr "" -#: ./doc/glossary/glossary-terms.xml6205(secondary) -#: ./doc/glossary/glossary-terms.xml6208(primary) +#: ./doc/glossary/glossary-terms.xml6232(secondary) +#: ./doc/glossary/glossary-terms.xml6235(primary) msgid "private networks" msgstr "" -#: ./doc/glossary/glossary-terms.xml6212(para) +#: ./doc/glossary/glossary-terms.xml6239(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 " @@ -5772,57 +5795,57 @@ msgid "" "managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml6224(glossterm) +#: ./doc/glossary/glossary-terms.xml6251(glossterm) msgid "project" msgstr "" -#: ./doc/glossary/glossary-terms.xml6226(primary) -#: ./doc/glossary/glossary-terms.xml6240(primary) -#: ./doc/glossary/glossary-terms.xml6254(primary) +#: ./doc/glossary/glossary-terms.xml6253(primary) +#: ./doc/glossary/glossary-terms.xml6267(primary) +#: ./doc/glossary/glossary-terms.xml6281(primary) msgid "projects" msgstr "" -#: ./doc/glossary/glossary-terms.xml6232(para) +#: ./doc/glossary/glossary-terms.xml6259(para) msgid "" "A logical grouping of users within Compute; defines quotas and access to VM " "images." msgstr "" -#: ./doc/glossary/glossary-terms.xml6238(glossterm) -#: ./doc/glossary/glossary-terms.xml6242(secondary) +#: ./doc/glossary/glossary-terms.xml6265(glossterm) +#: ./doc/glossary/glossary-terms.xml6269(secondary) msgid "project ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6246(para) +#: ./doc/glossary/glossary-terms.xml6273(para) msgid "User-defined alphanumeric string in Compute; the name of a project." msgstr "" -#: ./doc/glossary/glossary-terms.xml6252(glossterm) -#: ./doc/glossary/glossary-terms.xml6256(secondary) +#: ./doc/glossary/glossary-terms.xml6279(glossterm) +#: ./doc/glossary/glossary-terms.xml6283(secondary) msgid "project VPN" msgstr "" -#: ./doc/glossary/glossary-terms.xml6260(para) +#: ./doc/glossary/glossary-terms.xml6287(para) msgid "Alternative term for a cloudpipe." msgstr "" -#: ./doc/glossary/glossary-terms.xml6265(glossterm) -#: ./doc/glossary/glossary-terms.xml6267(primary) +#: ./doc/glossary/glossary-terms.xml6292(glossterm) +#: ./doc/glossary/glossary-terms.xml6294(primary) msgid "promiscuous mode" msgstr "" -#: ./doc/glossary/glossary-terms.xml6271(para) +#: ./doc/glossary/glossary-terms.xml6298(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.xml6278(glossterm) -#: ./doc/glossary/glossary-terms.xml6280(primary) +#: ./doc/glossary/glossary-terms.xml6305(glossterm) +#: ./doc/glossary/glossary-terms.xml6307(primary) msgid "protected property" msgstr "" -#: ./doc/glossary/glossary-terms.xml6284(para) +#: ./doc/glossary/glossary-terms.xml6311(para) msgid "" "Generally, extra properties on an Image Service image to which only cloud " "administrators have access. Limits which user roles can perform CRUD " @@ -5830,101 +5853,101 @@ msgid "" " property as protected." msgstr "" -#: ./doc/glossary/glossary-terms.xml6293(glossterm) -#: ./doc/glossary/glossary-terms.xml6295(primary) +#: ./doc/glossary/glossary-terms.xml6320(glossterm) +#: ./doc/glossary/glossary-terms.xml6322(primary) msgid "provider" msgstr "" -#: ./doc/glossary/glossary-terms.xml6299(para) +#: ./doc/glossary/glossary-terms.xml6326(para) msgid "An administrator who has access to all hosts and instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml6305(glossterm) +#: ./doc/glossary/glossary-terms.xml6332(glossterm) msgid "proxy node" msgstr "" -#: ./doc/glossary/glossary-terms.xml6309(secondary) -#: ./doc/glossary/glossary-terms.xml6312(primary) +#: ./doc/glossary/glossary-terms.xml6336(secondary) +#: ./doc/glossary/glossary-terms.xml6339(primary) msgid "proxy nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml6316(para) +#: ./doc/glossary/glossary-terms.xml6343(para) msgid "A node that provides the Object Storage proxy service." msgstr "" -#: ./doc/glossary/glossary-terms.xml6321(glossterm) +#: ./doc/glossary/glossary-terms.xml6348(glossterm) msgid "proxy server" msgstr "" -#: ./doc/glossary/glossary-terms.xml6325(secondary) -#: ./doc/glossary/glossary-terms.xml6328(primary) +#: ./doc/glossary/glossary-terms.xml6352(secondary) +#: ./doc/glossary/glossary-terms.xml6355(primary) msgid "proxy servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6332(para) +#: ./doc/glossary/glossary-terms.xml6359(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.xml6339(glossterm) -#: ./doc/glossary/glossary-terms.xml6346(primary) +#: ./doc/glossary/glossary-terms.xml6366(glossterm) +#: ./doc/glossary/glossary-terms.xml6373(primary) msgid "public API" msgstr "" -#: ./doc/glossary/glossary-terms.xml6343(secondary) +#: ./doc/glossary/glossary-terms.xml6370(secondary) msgid "public APIs" msgstr "" -#: ./doc/glossary/glossary-terms.xml6350(para) +#: ./doc/glossary/glossary-terms.xml6377(para) msgid "" "An API endpoint used for both service-to-service communication and end-user " "interactions." msgstr "" -#: ./doc/glossary/glossary-terms.xml6356(glossterm) -#: ./doc/glossary/glossary-terms.xml6363(primary) +#: ./doc/glossary/glossary-terms.xml6383(glossterm) +#: ./doc/glossary/glossary-terms.xml6390(primary) msgid "public image" msgstr "" -#: ./doc/glossary/glossary-terms.xml6360(secondary) +#: ./doc/glossary/glossary-terms.xml6387(secondary) msgid "public images" msgstr "" -#: ./doc/glossary/glossary-terms.xml6367(para) +#: ./doc/glossary/glossary-terms.xml6394(para) msgid "An Image Service VM image that is available to all tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml6373(glossterm) -#: ./doc/glossary/glossary-terms.xml6380(primary) +#: ./doc/glossary/glossary-terms.xml6400(glossterm) +#: ./doc/glossary/glossary-terms.xml6407(primary) msgid "public IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml6377(secondary) -#: ./doc/glossary/glossary-terms.xml6405(secondary) +#: ./doc/glossary/glossary-terms.xml6404(secondary) +#: ./doc/glossary/glossary-terms.xml6432(secondary) msgid "public" msgstr "" -#: ./doc/glossary/glossary-terms.xml6384(para) +#: ./doc/glossary/glossary-terms.xml6411(para) msgid "An IP address that is accessible to end-users." msgstr "" -#: ./doc/glossary/glossary-terms.xml6389(glossterm) -#: ./doc/glossary/glossary-terms.xml6391(primary) +#: ./doc/glossary/glossary-terms.xml6416(glossterm) +#: ./doc/glossary/glossary-terms.xml6418(primary) msgid "public key authentication" msgstr "" -#: ./doc/glossary/glossary-terms.xml6395(para) +#: ./doc/glossary/glossary-terms.xml6422(para) msgid "Authentication method that uses keys rather than passwords." msgstr "" -#: ./doc/glossary/glossary-terms.xml6401(glossterm) -#: ./doc/glossary/glossary-terms.xml6408(primary) +#: ./doc/glossary/glossary-terms.xml6428(glossterm) +#: ./doc/glossary/glossary-terms.xml6435(primary) msgid "public network" msgstr "" -#: ./doc/glossary/glossary-terms.xml6412(para) +#: ./doc/glossary/glossary-terms.xml6439(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 " @@ -5932,205 +5955,205 @@ msgid "" " controlled by the public_interface option." msgstr "" -#: ./doc/glossary/glossary-terms.xml6421(glossterm) -#: ./doc/glossary/glossary-terms.xml6423(primary) +#: ./doc/glossary/glossary-terms.xml6448(glossterm) +#: ./doc/glossary/glossary-terms.xml6450(primary) msgid "Puppet" msgstr "Puppet" -#: ./doc/glossary/glossary-terms.xml6427(para) +#: ./doc/glossary/glossary-terms.xml6454(para) msgid "" "An operating system configuration-management tool supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml6433(glossterm) -#: ./doc/glossary/glossary-terms.xml6435(primary) +#: ./doc/glossary/glossary-terms.xml6460(glossterm) +#: ./doc/glossary/glossary-terms.xml6462(primary) msgid "Python" msgstr "Python" -#: ./doc/glossary/glossary-terms.xml6439(para) +#: ./doc/glossary/glossary-terms.xml6466(para) msgid "Programming language used extensively in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml6447(title) +#: ./doc/glossary/glossary-terms.xml6474(title) msgid "Q" msgstr "Q" -#: ./doc/glossary/glossary-terms.xml6450(glossterm) -#: ./doc/glossary/glossary-terms.xml6452(primary) +#: ./doc/glossary/glossary-terms.xml6477(glossterm) +#: ./doc/glossary/glossary-terms.xml6479(primary) msgid "QEMU Copy On Write 2 (QCOW2)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6462(glossterm) -#: ./doc/glossary/glossary-terms.xml6464(primary) +#: ./doc/glossary/glossary-terms.xml6489(glossterm) +#: ./doc/glossary/glossary-terms.xml6491(primary) msgid "Qpid" msgstr "Qpid" -#: ./doc/glossary/glossary-terms.xml6468(para) +#: ./doc/glossary/glossary-terms.xml6495(para) msgid "" "Message queue software supported by OpenStack; an alternative to RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml6474(glossterm) -#: ./doc/glossary/glossary-terms.xml6476(primary) +#: ./doc/glossary/glossary-terms.xml6501(glossterm) +#: ./doc/glossary/glossary-terms.xml6503(primary) msgid "quarantine" msgstr "" -#: ./doc/glossary/glossary-terms.xml6480(para) +#: ./doc/glossary/glossary-terms.xml6507(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.xml6487(glossterm) -#: ./doc/glossary/glossary-terms.xml6489(primary) +#: ./doc/glossary/glossary-terms.xml6514(glossterm) +#: ./doc/glossary/glossary-terms.xml6516(primary) msgid "Quick EMUlator (QEMU)" msgstr "Quick EMUlator (QEMU)" -#: ./doc/glossary/glossary-terms.xml6493(para) +#: ./doc/glossary/glossary-terms.xml6520(para) msgid "QEMU is a generic and open source machine emulator and virtualizer." msgstr "" -#: ./doc/glossary/glossary-terms.xml6496(para) +#: ./doc/glossary/glossary-terms.xml6523(para) msgid "" "One of the hypervisors supported by OpenStack, generally used for " "development purposes." msgstr "" -#: ./doc/glossary/glossary-terms.xml6502(glossterm) +#: ./doc/glossary/glossary-terms.xml6529(glossterm) msgid "quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml6504(primary) +#: ./doc/glossary/glossary-terms.xml6531(primary) msgid "quotas" msgstr "" -#: ./doc/glossary/glossary-terms.xml6508(para) +#: ./doc/glossary/glossary-terms.xml6535(para) msgid "" "In Compute and Block Storage, the ability to set resource limits on a per-" "project basis." msgstr "" -#: ./doc/glossary/glossary-terms.xml6517(title) +#: ./doc/glossary/glossary-terms.xml6544(title) msgid "R" msgstr "R" -#: ./doc/glossary/glossary-terms.xml6520(glossterm) -#: ./doc/glossary/glossary-terms.xml6522(primary) +#: ./doc/glossary/glossary-terms.xml6547(glossterm) +#: ./doc/glossary/glossary-terms.xml6549(primary) msgid "RabbitMQ" msgstr "RabbitMQ" -#: ./doc/glossary/glossary-terms.xml6526(para) +#: ./doc/glossary/glossary-terms.xml6553(para) msgid "The default message queue software used by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml6531(glossterm) -#: ./doc/glossary/glossary-terms.xml6533(primary) +#: ./doc/glossary/glossary-terms.xml6558(glossterm) +#: ./doc/glossary/glossary-terms.xml6560(primary) msgid "Rackspace Cloud Files" msgstr "" -#: ./doc/glossary/glossary-terms.xml6537(para) +#: ./doc/glossary/glossary-terms.xml6564(para) msgid "" "Released as open source by Rackspace in 2010; the basis for Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml6543(glossterm) -#: ./doc/glossary/glossary-terms.xml6545(primary) +#: ./doc/glossary/glossary-terms.xml6570(glossterm) +#: ./doc/glossary/glossary-terms.xml6572(primary) msgid "RADOS Block Device (RBD)" msgstr "RADOS Block Device (RBD)" -#: ./doc/glossary/glossary-terms.xml6549(para) +#: ./doc/glossary/glossary-terms.xml6576(para) msgid "" "Ceph component that enables a Linux block device to be striped over multiple" " distributed data stores." msgstr "" -#: ./doc/glossary/glossary-terms.xml6555(glossterm) -#: ./doc/glossary/glossary-terms.xml6557(primary) +#: ./doc/glossary/glossary-terms.xml6582(glossterm) +#: ./doc/glossary/glossary-terms.xml6584(primary) msgid "radvd" msgstr "" -#: ./doc/glossary/glossary-terms.xml6561(para) +#: ./doc/glossary/glossary-terms.xml6588(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.xml6568(glossterm) -#: ./doc/glossary/glossary-terms.xml6570(primary) +#: ./doc/glossary/glossary-terms.xml6595(glossterm) +#: ./doc/glossary/glossary-terms.xml6597(primary) msgid "RAM filter" msgstr "" -#: ./doc/glossary/glossary-terms.xml6574(para) +#: ./doc/glossary/glossary-terms.xml6601(para) msgid "The Compute setting that enables or disables RAM overcommitment." msgstr "" -#: ./doc/glossary/glossary-terms.xml6580(glossterm) -#: ./doc/glossary/glossary-terms.xml6582(primary) +#: ./doc/glossary/glossary-terms.xml6607(glossterm) +#: ./doc/glossary/glossary-terms.xml6609(primary) msgid "RAM overcommit" msgstr "" -#: ./doc/glossary/glossary-terms.xml6586(para) +#: ./doc/glossary/glossary-terms.xml6613(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.xml6594(glossterm) +#: ./doc/glossary/glossary-terms.xml6621(glossterm) msgid "rate limit" msgstr "" -#: ./doc/glossary/glossary-terms.xml6596(primary) +#: ./doc/glossary/glossary-terms.xml6623(primary) msgid "rate limits" msgstr "" -#: ./doc/glossary/glossary-terms.xml6600(para) +#: ./doc/glossary/glossary-terms.xml6627(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.xml6606(glossterm) +#: ./doc/glossary/glossary-terms.xml6633(glossterm) msgid "raw" msgstr "" -#: ./doc/glossary/glossary-terms.xml6608(primary) +#: ./doc/glossary/glossary-terms.xml6635(primary) msgid "raw format" msgstr "" -#: ./doc/glossary/glossary-terms.xml6612(para) +#: ./doc/glossary/glossary-terms.xml6639(para) msgid "" "One of the VM image disk formats supported by Image Service; an unstructured" " disk image." msgstr "" -#: ./doc/glossary/glossary-terms.xml6618(glossterm) +#: ./doc/glossary/glossary-terms.xml6645(glossterm) msgid "rebalance" msgstr "" -#: ./doc/glossary/glossary-terms.xml6620(primary) +#: ./doc/glossary/glossary-terms.xml6647(primary) msgid "rebalancing" msgstr "" -#: ./doc/glossary/glossary-terms.xml6624(para) +#: ./doc/glossary/glossary-terms.xml6651(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.xml6631(glossterm) -#: ./doc/glossary/glossary-terms.xml6633(primary) -#: ./doc/glossary/glossary-terms.xml7490(primary) +#: ./doc/glossary/glossary-terms.xml6658(glossterm) +#: ./doc/glossary/glossary-terms.xml6660(primary) +#: ./doc/glossary/glossary-terms.xml7517(primary) msgid "reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml6635(secondary) -#: ./doc/glossary/glossary-terms.xml7492(secondary) +#: ./doc/glossary/glossary-terms.xml6662(secondary) +#: ./doc/glossary/glossary-terms.xml7519(secondary) msgid "hard vs. soft" msgstr "" -#: ./doc/glossary/glossary-terms.xml6639(para) +#: ./doc/glossary/glossary-terms.xml6666(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 " @@ -6140,39 +6163,39 @@ msgid "" "halted/stopped." msgstr "" -#: ./doc/glossary/glossary-terms.xml6649(glossterm) +#: ./doc/glossary/glossary-terms.xml6676(glossterm) msgid "rebuild" msgstr "" -#: ./doc/glossary/glossary-terms.xml6651(primary) +#: ./doc/glossary/glossary-terms.xml6678(primary) msgid "rebuilding" msgstr "" -#: ./doc/glossary/glossary-terms.xml6655(para) +#: ./doc/glossary/glossary-terms.xml6682(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.xml6661(glossterm) -#: ./doc/glossary/glossary-terms.xml6663(primary) +#: ./doc/glossary/glossary-terms.xml6688(glossterm) +#: ./doc/glossary/glossary-terms.xml6690(primary) msgid "Recon" msgstr "" -#: ./doc/glossary/glossary-terms.xml6667(para) +#: ./doc/glossary/glossary-terms.xml6694(para) msgid "An Object Storage component that collects metrics." msgstr "" -#: ./doc/glossary/glossary-terms.xml6672(glossterm) +#: ./doc/glossary/glossary-terms.xml6699(glossterm) msgid "record" msgstr "" -#: ./doc/glossary/glossary-terms.xml6674(primary) -#: ./doc/glossary/glossary-terms.xml6693(primary) +#: ./doc/glossary/glossary-terms.xml6701(primary) +#: ./doc/glossary/glossary-terms.xml6720(primary) msgid "records" msgstr "" -#: ./doc/glossary/glossary-terms.xml6680(para) +#: ./doc/glossary/glossary-terms.xml6707(para) msgid "" "Belongs to a particular domain and is used to specify information about the " "domain. There are several types of " @@ -6183,176 +6206,176 @@ msgid "" "domain." msgstr "" -#: ./doc/glossary/glossary-terms.xml6691(glossterm) +#: ./doc/glossary/glossary-terms.xml6718(glossterm) msgid "record ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6695(secondary) +#: ./doc/glossary/glossary-terms.xml6722(secondary) msgid "record IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml6699(para) +#: ./doc/glossary/glossary-terms.xml6726(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.xml6705(glossterm) -#: ./doc/glossary/glossary-terms.xml6707(primary) +#: ./doc/glossary/glossary-terms.xml6732(glossterm) +#: ./doc/glossary/glossary-terms.xml6734(primary) msgid "Red Hat Enterprise Linux (RHEL)" msgstr "Red Hat Enterprise Linux (RHEL)" -#: ./doc/glossary/glossary-terms.xml6716(glossterm) -#: ./doc/glossary/glossary-terms.xml6718(primary) +#: ./doc/glossary/glossary-terms.xml6743(glossterm) +#: ./doc/glossary/glossary-terms.xml6745(primary) msgid "reference architecture" msgstr "" -#: ./doc/glossary/glossary-terms.xml6722(para) +#: ./doc/glossary/glossary-terms.xml6749(para) msgid "A recommended architecture for an OpenStack cloud." msgstr "" -#: ./doc/glossary/glossary-terms.xml6727(glossterm) -#: ./doc/glossary/glossary-terms.xml6729(primary) +#: ./doc/glossary/glossary-terms.xml6754(glossterm) +#: ./doc/glossary/glossary-terms.xml6756(primary) msgid "region" msgstr "" -#: ./doc/glossary/glossary-terms.xml6733(para) +#: ./doc/glossary/glossary-terms.xml6760(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.xml6740(glossterm) -#: ./doc/glossary/glossary-terms.xml6742(primary) +#: ./doc/glossary/glossary-terms.xml6767(glossterm) +#: ./doc/glossary/glossary-terms.xml6769(primary) msgid "registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml6744(see) +#: ./doc/glossary/glossary-terms.xml6771(see) msgid "under Image Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml6748(para) +#: ./doc/glossary/glossary-terms.xml6775(para) msgid "Alternative term for the Image Service registry." msgstr "" -#: ./doc/glossary/glossary-terms.xml6753(glossterm) +#: ./doc/glossary/glossary-terms.xml6780(glossterm) msgid "registry server" msgstr "" -#: ./doc/glossary/glossary-terms.xml6757(secondary) -#: ./doc/glossary/glossary-terms.xml6760(primary) +#: ./doc/glossary/glossary-terms.xml6784(secondary) +#: ./doc/glossary/glossary-terms.xml6787(primary) msgid "registry servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6764(para) +#: ./doc/glossary/glossary-terms.xml6791(para) msgid "" "An Image Service that provides VM image metadata information to clients." msgstr "" -#: ./doc/glossary/glossary-terms.xml6770(glossterm) -#: ./doc/glossary/glossary-terms.xml6773(primary) +#: ./doc/glossary/glossary-terms.xml6797(glossterm) +#: ./doc/glossary/glossary-terms.xml6800(primary) msgid "Reliable, Autonomic Distributed Object Store (RADOS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6778(para) +#: ./doc/glossary/glossary-terms.xml6805(para) msgid "" "A collection of components that provides object storage within Ceph. Similar" " to OpenStack Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml6784(glossterm) -#: ./doc/glossary/glossary-terms.xml6786(primary) +#: ./doc/glossary/glossary-terms.xml6811(glossterm) +#: ./doc/glossary/glossary-terms.xml6813(primary) msgid "Remote Procedure Call (RPC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6790(para) +#: ./doc/glossary/glossary-terms.xml6817(para) msgid "" "The method used by the Compute RabbitMQ for intra-service communications." msgstr "" -#: ./doc/glossary/glossary-terms.xml6796(glossterm) +#: ./doc/glossary/glossary-terms.xml6823(glossterm) msgid "replica" msgstr "" -#: ./doc/glossary/glossary-terms.xml6798(primary) -#: ./doc/glossary/glossary-terms.xml6813(primary) -#: ./doc/glossary/glossary-terms.xml6825(glossterm) -#: ./doc/glossary/glossary-terms.xml6836(primary) +#: ./doc/glossary/glossary-terms.xml6825(primary) +#: ./doc/glossary/glossary-terms.xml6840(primary) +#: ./doc/glossary/glossary-terms.xml6852(glossterm) +#: ./doc/glossary/glossary-terms.xml6863(primary) msgid "replication" msgstr "" -#: ./doc/glossary/glossary-terms.xml6804(para) +#: ./doc/glossary/glossary-terms.xml6831(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.xml6811(glossterm) -#: ./doc/glossary/glossary-terms.xml6815(secondary) +#: ./doc/glossary/glossary-terms.xml6838(glossterm) +#: ./doc/glossary/glossary-terms.xml6842(secondary) msgid "replica count" msgstr "" -#: ./doc/glossary/glossary-terms.xml6819(para) +#: ./doc/glossary/glossary-terms.xml6846(para) msgid "The number of replicas of the data in an Object Storage ring." msgstr "" -#: ./doc/glossary/glossary-terms.xml6828(para) +#: ./doc/glossary/glossary-terms.xml6855(para) msgid "" "The process of copying data to a separate physical device for fault " "tolerance and performance." msgstr "" -#: ./doc/glossary/glossary-terms.xml6834(glossterm) +#: ./doc/glossary/glossary-terms.xml6861(glossterm) msgid "replicator" msgstr "" -#: ./doc/glossary/glossary-terms.xml6838(secondary) +#: ./doc/glossary/glossary-terms.xml6865(secondary) msgid "replicators" msgstr "" -#: ./doc/glossary/glossary-terms.xml6842(para) +#: ./doc/glossary/glossary-terms.xml6869(para) msgid "" "The Object Storage back-end process that creates and manages object " "replicas." msgstr "" -#: ./doc/glossary/glossary-terms.xml6848(glossterm) +#: ./doc/glossary/glossary-terms.xml6875(glossterm) msgid "request ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6850(primary) +#: ./doc/glossary/glossary-terms.xml6877(primary) msgid "request IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml6854(para) +#: ./doc/glossary/glossary-terms.xml6881(para) msgid "Unique ID assigned to each request sent to Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml6859(glossterm) +#: ./doc/glossary/glossary-terms.xml6886(glossterm) msgid "rescue image" msgstr "" -#: ./doc/glossary/glossary-terms.xml6861(primary) +#: ./doc/glossary/glossary-terms.xml6888(primary) msgid "rescue images" msgstr "" -#: ./doc/glossary/glossary-terms.xml6865(para) +#: ./doc/glossary/glossary-terms.xml6892(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.xml6872(glossterm) +#: ./doc/glossary/glossary-terms.xml6899(glossterm) msgid "resize" msgstr "" -#: ./doc/glossary/glossary-terms.xml6874(primary) +#: ./doc/glossary/glossary-terms.xml6901(primary) msgid "resizing" msgstr "" -#: ./doc/glossary/glossary-terms.xml6878(para) +#: ./doc/glossary/glossary-terms.xml6905(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 " @@ -6360,477 +6383,477 @@ msgid "" "the original server is removed." msgstr "" -#: ./doc/glossary/glossary-terms.xml6886(glossterm) +#: ./doc/glossary/glossary-terms.xml6913(glossterm) msgid "RESTful" msgstr "" -#: ./doc/glossary/glossary-terms.xml6888(primary) +#: ./doc/glossary/glossary-terms.xml6915(primary) msgid "RESTful web services" msgstr "" -#: ./doc/glossary/glossary-terms.xml6892(para) +#: ./doc/glossary/glossary-terms.xml6919(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.xml6899(glossterm) +#: ./doc/glossary/glossary-terms.xml6926(glossterm) msgid "ring" msgstr "" -#: ./doc/glossary/glossary-terms.xml6901(primary) -#: ./doc/glossary/glossary-terms.xml6916(primary) +#: ./doc/glossary/glossary-terms.xml6928(primary) +#: ./doc/glossary/glossary-terms.xml6943(primary) msgid "rings" msgstr "" -#: ./doc/glossary/glossary-terms.xml6907(para) +#: ./doc/glossary/glossary-terms.xml6934(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.xml6914(glossterm) +#: ./doc/glossary/glossary-terms.xml6941(glossterm) msgid "ring builder" msgstr "" -#: ./doc/glossary/glossary-terms.xml6918(secondary) +#: ./doc/glossary/glossary-terms.xml6945(secondary) msgid "ring builders" msgstr "" -#: ./doc/glossary/glossary-terms.xml6922(para) +#: ./doc/glossary/glossary-terms.xml6949(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.xml6929(glossterm) -#: ./doc/glossary/glossary-terms.xml6931(primary) +#: ./doc/glossary/glossary-terms.xml6956(glossterm) +#: ./doc/glossary/glossary-terms.xml6958(primary) msgid "Role Based Access Control (RBAC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6935(para) +#: ./doc/glossary/glossary-terms.xml6962(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.xml6943(glossterm) +#: ./doc/glossary/glossary-terms.xml6970(glossterm) msgid "role" msgstr "" -#: ./doc/glossary/glossary-terms.xml6945(primary) -#: ./doc/glossary/glossary-terms.xml6960(primary) +#: ./doc/glossary/glossary-terms.xml6972(primary) +#: ./doc/glossary/glossary-terms.xml6987(primary) msgid "roles" msgstr "" -#: ./doc/glossary/glossary-terms.xml6951(para) +#: ./doc/glossary/glossary-terms.xml6978(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.xml6958(glossterm) -#: ./doc/glossary/glossary-terms.xml6962(secondary) +#: ./doc/glossary/glossary-terms.xml6985(glossterm) +#: ./doc/glossary/glossary-terms.xml6989(secondary) msgid "role ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6966(para) +#: ./doc/glossary/glossary-terms.xml6993(para) msgid "Alphanumeric ID assigned to each Identity Service role." msgstr "" -#: ./doc/glossary/glossary-terms.xml6971(glossterm) -#: ./doc/glossary/glossary-terms.xml6973(primary) +#: ./doc/glossary/glossary-terms.xml6998(glossterm) +#: ./doc/glossary/glossary-terms.xml7000(primary) msgid "rootwrap" msgstr "" -#: ./doc/glossary/glossary-terms.xml6977(para) +#: ./doc/glossary/glossary-terms.xml7004(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.xml6983(glossterm) -#: ./doc/glossary/glossary-terms.xml6990(primary) +#: ./doc/glossary/glossary-terms.xml7010(glossterm) +#: ./doc/glossary/glossary-terms.xml7017(primary) msgid "round-robin scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml6985(primary) -#: ./doc/glossary/glossary-terms.xml7533(primary) +#: ./doc/glossary/glossary-terms.xml7012(primary) +#: ./doc/glossary/glossary-terms.xml7560(primary) msgid "schedulers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6987(secondary) +#: ./doc/glossary/glossary-terms.xml7014(secondary) msgid "round-robin" msgstr "" -#: ./doc/glossary/glossary-terms.xml6994(para) +#: ./doc/glossary/glossary-terms.xml7021(para) msgid "" "Type of Compute scheduler that evenly distributes instances among available " "hosts." msgstr "" -#: ./doc/glossary/glossary-terms.xml7000(glossterm) -#: ./doc/glossary/glossary-terms.xml7002(primary) +#: ./doc/glossary/glossary-terms.xml7027(glossterm) +#: ./doc/glossary/glossary-terms.xml7029(primary) msgid "router" msgstr "" -#: ./doc/glossary/glossary-terms.xml7006(para) +#: ./doc/glossary/glossary-terms.xml7033(para) msgid "" "A physical or virtual network device that passes network traffic between " "different networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml7012(glossterm) +#: ./doc/glossary/glossary-terms.xml7039(glossterm) msgid "routing key" msgstr "" -#: ./doc/glossary/glossary-terms.xml7014(primary) +#: ./doc/glossary/glossary-terms.xml7041(primary) msgid "routing keys" msgstr "" -#: ./doc/glossary/glossary-terms.xml7018(para) +#: ./doc/glossary/glossary-terms.xml7045(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.xml7025(glossterm) +#: ./doc/glossary/glossary-terms.xml7052(glossterm) msgid "RPC driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml7027(primary) +#: ./doc/glossary/glossary-terms.xml7054(primary) msgid "drivers" msgstr "" -#: ./doc/glossary/glossary-terms.xml7029(secondary) -#: ./doc/glossary/glossary-terms.xml7032(primary) +#: ./doc/glossary/glossary-terms.xml7056(secondary) +#: ./doc/glossary/glossary-terms.xml7059(primary) msgid "RPC drivers" msgstr "" -#: ./doc/glossary/glossary-terms.xml7036(para) +#: ./doc/glossary/glossary-terms.xml7063(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.xml7043(glossterm) -#: ./doc/glossary/glossary-terms.xml7045(primary) +#: ./doc/glossary/glossary-terms.xml7070(glossterm) +#: ./doc/glossary/glossary-terms.xml7072(primary) msgid "rsync" msgstr "" -#: ./doc/glossary/glossary-terms.xml7049(para) +#: ./doc/glossary/glossary-terms.xml7076(para) msgid "Used by Object Storage to push object replicas." msgstr "" -#: ./doc/glossary/glossary-terms.xml7054(glossterm) +#: ./doc/glossary/glossary-terms.xml7081(glossterm) msgid "RXTX cap" msgstr "" -#: ./doc/glossary/glossary-terms.xml7056(primary) +#: ./doc/glossary/glossary-terms.xml7083(primary) msgid "RXTX cap/quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml7060(para) +#: ./doc/glossary/glossary-terms.xml7087(para) msgid "" "Absolute limit on the amount of network traffic a Compute VM instance can " "send and receive." msgstr "" -#: ./doc/glossary/glossary-terms.xml7066(glossterm) +#: ./doc/glossary/glossary-terms.xml7093(glossterm) msgid "RXTX quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml7069(para) +#: ./doc/glossary/glossary-terms.xml7096(para) msgid "" "Soft limit on the amount of network traffic a Compute VM instance can send " "and receive." msgstr "" -#: ./doc/glossary/glossary-terms.xml7075(glossterm) -#: ./doc/glossary/glossary-terms.xml7077(primary) +#: ./doc/glossary/glossary-terms.xml7102(glossterm) +#: ./doc/glossary/glossary-terms.xml7104(primary) msgid "Ryu neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml7081(para) +#: ./doc/glossary/glossary-terms.xml7108(para) msgid "" "Enables the Ryu network operating system to function as a Networking " "OpenFlow controller." msgstr "" -#: ./doc/glossary/glossary-terms.xml7090(title) +#: ./doc/glossary/glossary-terms.xml7117(title) msgid "S" msgstr "S" -#: ./doc/glossary/glossary-terms.xml7093(glossterm) +#: ./doc/glossary/glossary-terms.xml7120(glossterm) msgid "S3" msgstr "" -#: ./doc/glossary/glossary-terms.xml7095(primary) +#: ./doc/glossary/glossary-terms.xml7122(primary) msgid "S3 storage service" msgstr "" -#: ./doc/glossary/glossary-terms.xml7099(para) +#: ./doc/glossary/glossary-terms.xml7126(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.xml7106(glossterm) -#: ./doc/glossary/glossary-terms.xml7108(primary) +#: ./doc/glossary/glossary-terms.xml7133(glossterm) +#: ./doc/glossary/glossary-terms.xml7135(primary) msgid "sahara" msgstr "" -#: ./doc/glossary/glossary-terms.xml7112(para) +#: ./doc/glossary/glossary-terms.xml7139(para) msgid "" "OpenStack project that provides a scalable data-processing stack and " "associated management interfaces." msgstr "" -#: ./doc/glossary/glossary-terms.xml7118(glossterm) -#: ./doc/glossary/glossary-terms.xml7120(primary) +#: ./doc/glossary/glossary-terms.xml7145(glossterm) +#: ./doc/glossary/glossary-terms.xml7147(primary) msgid "scheduler manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml7124(para) +#: ./doc/glossary/glossary-terms.xml7151(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.xml7131(glossterm) +#: ./doc/glossary/glossary-terms.xml7158(glossterm) msgid "scoped token" msgstr "" -#: ./doc/glossary/glossary-terms.xml7133(primary) +#: ./doc/glossary/glossary-terms.xml7160(primary) msgid "scoped tokens" msgstr "" -#: ./doc/glossary/glossary-terms.xml7137(para) +#: ./doc/glossary/glossary-terms.xml7164(para) msgid "" "An Identity Service API access token that is associated with a specific " "tenant." msgstr "" -#: ./doc/glossary/glossary-terms.xml7143(glossterm) +#: ./doc/glossary/glossary-terms.xml7170(glossterm) msgid "scrubber" msgstr "" -#: ./doc/glossary/glossary-terms.xml7145(primary) +#: ./doc/glossary/glossary-terms.xml7172(primary) msgid "scrubbers" msgstr "" -#: ./doc/glossary/glossary-terms.xml7149(para) +#: ./doc/glossary/glossary-terms.xml7176(para) msgid "" "Checks for and deletes unused VMs; the component of Image Service that " "implements delayed delete." msgstr "" -#: ./doc/glossary/glossary-terms.xml7155(glossterm) +#: ./doc/glossary/glossary-terms.xml7182(glossterm) msgid "secret key" msgstr "" -#: ./doc/glossary/glossary-terms.xml7157(primary) +#: ./doc/glossary/glossary-terms.xml7184(primary) msgid "secret keys" msgstr "" -#: ./doc/glossary/glossary-terms.xml7161(para) +#: ./doc/glossary/glossary-terms.xml7188(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.xml7167(glossterm) -#: ./doc/glossary/glossary-terms.xml7169(primary) +#: ./doc/glossary/glossary-terms.xml7194(glossterm) +#: ./doc/glossary/glossary-terms.xml7196(primary) msgid "secure shell (SSH)" msgstr "Secure Shell (SSH)" -#: ./doc/glossary/glossary-terms.xml7173(para) +#: ./doc/glossary/glossary-terms.xml7200(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.xml7180(glossterm) +#: ./doc/glossary/glossary-terms.xml7207(glossterm) msgid "security group" msgstr "" -#: ./doc/glossary/glossary-terms.xml7182(primary) +#: ./doc/glossary/glossary-terms.xml7209(primary) msgid "security groups" msgstr "" -#: ./doc/glossary/glossary-terms.xml7186(para) +#: ./doc/glossary/glossary-terms.xml7213(para) msgid "" "A set of network traffic filtering rules that are applied to a Compute " "instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml7192(glossterm) +#: ./doc/glossary/glossary-terms.xml7219(glossterm) msgid "segmented object" msgstr "" -#: ./doc/glossary/glossary-terms.xml7196(secondary) -#: ./doc/glossary/glossary-terms.xml7199(primary) +#: ./doc/glossary/glossary-terms.xml7223(secondary) +#: ./doc/glossary/glossary-terms.xml7226(primary) msgid "segmented objects" msgstr "" -#: ./doc/glossary/glossary-terms.xml7203(para) +#: ./doc/glossary/glossary-terms.xml7230(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.xml7210(glossterm) +#: ./doc/glossary/glossary-terms.xml7237(glossterm) msgid "server" msgstr "" -#: ./doc/glossary/glossary-terms.xml7218(para) +#: ./doc/glossary/glossary-terms.xml7245(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.xml7222(para) +#: ./doc/glossary/glossary-terms.xml7249(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.xml7228(glossterm) -#: ./doc/glossary/glossary-terms.xml7230(primary) +#: ./doc/glossary/glossary-terms.xml7255(glossterm) +#: ./doc/glossary/glossary-terms.xml7257(primary) msgid "server image" msgstr "" -#: ./doc/glossary/glossary-terms.xml7234(para) +#: ./doc/glossary/glossary-terms.xml7261(para) msgid "Alternative term for a VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml7239(glossterm) -#: ./doc/glossary/glossary-terms.xml7243(secondary) +#: ./doc/glossary/glossary-terms.xml7266(glossterm) +#: ./doc/glossary/glossary-terms.xml7270(secondary) msgid "server UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml7253(glossterm) +#: ./doc/glossary/glossary-terms.xml7280(glossterm) msgid "service" msgstr "Dienst" -#: ./doc/glossary/glossary-terms.xml7255(primary) +#: ./doc/glossary/glossary-terms.xml7282(primary) msgid "services" msgstr "" -#: ./doc/glossary/glossary-terms.xml7261(para) +#: ./doc/glossary/glossary-terms.xml7288(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.xml7268(glossterm) -#: ./doc/glossary/glossary-terms.xml7270(primary) +#: ./doc/glossary/glossary-terms.xml7295(glossterm) +#: ./doc/glossary/glossary-terms.xml7297(primary) msgid "service catalog" msgstr "" -#: ./doc/glossary/glossary-terms.xml7274(para) +#: ./doc/glossary/glossary-terms.xml7301(para) msgid "Alternative term for the Identity Service catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7279(glossterm) -#: ./doc/glossary/glossary-terms.xml7281(primary) +#: ./doc/glossary/glossary-terms.xml7306(glossterm) +#: ./doc/glossary/glossary-terms.xml7308(primary) msgid "service ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml7285(para) +#: ./doc/glossary/glossary-terms.xml7312(para) msgid "" "Unique ID assigned to each service that is available in the Identity Service" " catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7291(glossterm) -#: ./doc/glossary/glossary-terms.xml7293(primary) +#: ./doc/glossary/glossary-terms.xml7318(glossterm) +#: ./doc/glossary/glossary-terms.xml7320(primary) msgid "service registration" msgstr "" -#: ./doc/glossary/glossary-terms.xml7297(para) +#: ./doc/glossary/glossary-terms.xml7324(para) msgid "" "An Identity Service feature that enables services, such as Compute, to " "automatically register with the catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7303(glossterm) -#: ./doc/glossary/glossary-terms.xml7305(primary) +#: ./doc/glossary/glossary-terms.xml7330(glossterm) +#: ./doc/glossary/glossary-terms.xml7332(primary) msgid "service tenant" msgstr "" -#: ./doc/glossary/glossary-terms.xml7309(para) +#: ./doc/glossary/glossary-terms.xml7336(para) msgid "" "Special tenant that contains all services that are listed in the catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7315(glossterm) -#: ./doc/glossary/glossary-terms.xml7317(primary) +#: ./doc/glossary/glossary-terms.xml7342(glossterm) +#: ./doc/glossary/glossary-terms.xml7344(primary) msgid "service token" msgstr "" -#: ./doc/glossary/glossary-terms.xml7321(para) +#: ./doc/glossary/glossary-terms.xml7348(para) msgid "" "An administrator-defined token used by Compute to communicate securely with " "the Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml7327(glossterm) -#: ./doc/glossary/glossary-terms.xml7331(secondary) +#: ./doc/glossary/glossary-terms.xml7354(glossterm) +#: ./doc/glossary/glossary-terms.xml7358(secondary) msgid "session back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml7329(primary) -#: ./doc/glossary/glossary-terms.xml7343(primary) -#: ./doc/glossary/glossary-terms.xml7358(primary) +#: ./doc/glossary/glossary-terms.xml7356(primary) +#: ./doc/glossary/glossary-terms.xml7370(primary) +#: ./doc/glossary/glossary-terms.xml7385(primary) msgid "sessions" msgstr "" -#: ./doc/glossary/glossary-terms.xml7335(para) +#: ./doc/glossary/glossary-terms.xml7362(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.xml7341(glossterm) -#: ./doc/glossary/glossary-terms.xml7345(secondary) +#: ./doc/glossary/glossary-terms.xml7368(glossterm) +#: ./doc/glossary/glossary-terms.xml7372(secondary) msgid "session persistence" msgstr "" -#: ./doc/glossary/glossary-terms.xml7349(para) +#: ./doc/glossary/glossary-terms.xml7376(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.xml7356(glossterm) -#: ./doc/glossary/glossary-terms.xml7360(secondary) +#: ./doc/glossary/glossary-terms.xml7383(glossterm) +#: ./doc/glossary/glossary-terms.xml7387(secondary) msgid "session storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7364(para) +#: ./doc/glossary/glossary-terms.xml7391(para) msgid "" "A horizon component that stores and tracks client session information. " "Implemented through the Django sessions framework." msgstr "" -#: ./doc/glossary/glossary-terms.xml7370(glossterm) -#: ./doc/glossary/glossary-terms.xml7377(primary) +#: ./doc/glossary/glossary-terms.xml7397(glossterm) +#: ./doc/glossary/glossary-terms.xml7404(primary) msgid "shared IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml7374(secondary) +#: ./doc/glossary/glossary-terms.xml7401(secondary) msgid "shared" msgstr "" -#: ./doc/glossary/glossary-terms.xml7381(para) +#: ./doc/glossary/glossary-terms.xml7408(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 " @@ -6842,15 +6865,15 @@ msgid "" " monitor for failure and manage IP failover." msgstr "" -#: ./doc/glossary/glossary-terms.xml7394(glossterm) +#: ./doc/glossary/glossary-terms.xml7421(glossterm) msgid "shared IP group" msgstr "" -#: ./doc/glossary/glossary-terms.xml7396(primary) +#: ./doc/glossary/glossary-terms.xml7423(primary) msgid "shared IP groups" msgstr "" -#: ./doc/glossary/glossary-terms.xml7400(para) +#: ./doc/glossary/glossary-terms.xml7427(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" @@ -6859,43 +6882,43 @@ msgid "" "only one shared IP group." msgstr "" -#: ./doc/glossary/glossary-terms.xml7409(glossterm) -#: ./doc/glossary/glossary-terms.xml7411(primary) +#: ./doc/glossary/glossary-terms.xml7436(glossterm) +#: ./doc/glossary/glossary-terms.xml7438(primary) msgid "shared storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7415(para) +#: ./doc/glossary/glossary-terms.xml7442(para) msgid "" "Block storage that is simultaneously accessible by multiple clients, for " "example, NFS." msgstr "" -#: ./doc/glossary/glossary-terms.xml7421(glossterm) -#: ./doc/glossary/glossary-terms.xml7423(primary) +#: ./doc/glossary/glossary-terms.xml7448(glossterm) +#: ./doc/glossary/glossary-terms.xml7450(primary) msgid "Sheepdog" msgstr "" -#: ./doc/glossary/glossary-terms.xml7427(para) +#: ./doc/glossary/glossary-terms.xml7454(para) msgid "Distributed block storage system for QEMU, supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml7433(glossterm) -#: ./doc/glossary/glossary-terms.xml7436(primary) +#: ./doc/glossary/glossary-terms.xml7460(glossterm) +#: ./doc/glossary/glossary-terms.xml7463(primary) msgid "Simple Cloud Identity Management (SCIM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7440(para) +#: ./doc/glossary/glossary-terms.xml7467(para) msgid "" "Specification for managing identity in the cloud, currently unsupported by " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml7446(glossterm) -#: ./doc/glossary/glossary-terms.xml7449(primary) +#: ./doc/glossary/glossary-terms.xml7473(glossterm) +#: ./doc/glossary/glossary-terms.xml7476(primary) msgid "Single-root I/O Virtualization (SR-IOV)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7453(para) +#: ./doc/glossary/glossary-terms.xml7480(para) msgid "" "A specification that, when implemented by a physical PCIe device, enables it" " to appear as multiple separate PCIe devices. This enables multiple " @@ -6905,232 +6928,232 @@ msgid "" "together\">releases." msgstr "" -#: ./doc/glossary/glossary-terms.xml7463(glossterm) -#: ./doc/glossary/glossary-terms.xml7465(primary) +#: ./doc/glossary/glossary-terms.xml7490(glossterm) +#: ./doc/glossary/glossary-terms.xml7492(primary) msgid "SmokeStack" msgstr "" -#: ./doc/glossary/glossary-terms.xml7469(para) +#: ./doc/glossary/glossary-terms.xml7496(para) msgid "Runs automated tests against the core OpenStack API; written in Rails." msgstr "" -#: ./doc/glossary/glossary-terms.xml7475(glossterm) -#: ./doc/glossary/glossary-terms.xml7477(primary) +#: ./doc/glossary/glossary-terms.xml7502(glossterm) +#: ./doc/glossary/glossary-terms.xml7504(primary) msgid "snapshot" msgstr "" -#: ./doc/glossary/glossary-terms.xml7481(para) +#: ./doc/glossary/glossary-terms.xml7508(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.xml7488(glossterm) -#: ./doc/glossary/glossary-terms.xml7495(primary) +#: ./doc/glossary/glossary-terms.xml7515(glossterm) +#: ./doc/glossary/glossary-terms.xml7522(primary) msgid "soft reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml7499(para) +#: ./doc/glossary/glossary-terms.xml7526(para) msgid "" "A controlled reboot where a VM instance is properly restarted through " "operating system commands." msgstr "" -#: ./doc/glossary/glossary-terms.xml7505(glossterm) -#: ./doc/glossary/glossary-terms.xml7507(primary) +#: ./doc/glossary/glossary-terms.xml7532(glossterm) +#: ./doc/glossary/glossary-terms.xml7534(primary) msgid "SolidFire Volume Driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml7511(para) +#: ./doc/glossary/glossary-terms.xml7538(para) msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." msgstr "" -#: ./doc/glossary/glossary-terms.xml7517(glossterm) +#: ./doc/glossary/glossary-terms.xml7544(glossterm) msgid "SPICE" msgstr "" -#: ./doc/glossary/glossary-terms.xml7519(primary) +#: ./doc/glossary/glossary-terms.xml7546(primary) msgid "SPICE (Simple Protocol for Independent Computing Environments)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7524(para) +#: ./doc/glossary/glossary-terms.xml7551(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.xml7531(glossterm) -#: ./doc/glossary/glossary-terms.xml7538(primary) +#: ./doc/glossary/glossary-terms.xml7558(glossterm) +#: ./doc/glossary/glossary-terms.xml7565(primary) msgid "spread-first scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml7535(secondary) +#: ./doc/glossary/glossary-terms.xml7562(secondary) msgid "spread-first" msgstr "" -#: ./doc/glossary/glossary-terms.xml7542(para) +#: ./doc/glossary/glossary-terms.xml7569(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.xml7548(glossterm) -#: ./doc/glossary/glossary-terms.xml7550(primary) +#: ./doc/glossary/glossary-terms.xml7575(glossterm) +#: ./doc/glossary/glossary-terms.xml7577(primary) msgid "SQL-Alchemy" msgstr "" -#: ./doc/glossary/glossary-terms.xml7554(para) +#: ./doc/glossary/glossary-terms.xml7581(para) msgid "An open source SQL toolkit for Python, used in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml7559(glossterm) -#: ./doc/glossary/glossary-terms.xml7561(primary) +#: ./doc/glossary/glossary-terms.xml7586(glossterm) +#: ./doc/glossary/glossary-terms.xml7588(primary) msgid "SQLite" msgstr "" -#: ./doc/glossary/glossary-terms.xml7565(para) +#: ./doc/glossary/glossary-terms.xml7592(para) msgid "" "A lightweight SQL database, used as the default persistent storage method in" " many OpenStack services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7571(glossterm) -#: ./doc/glossary/glossary-terms.xml7573(primary) +#: ./doc/glossary/glossary-terms.xml7598(glossterm) +#: ./doc/glossary/glossary-terms.xml7600(primary) msgid "stack" msgstr "" -#: ./doc/glossary/glossary-terms.xml7577(para) +#: ./doc/glossary/glossary-terms.xml7604(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.xml7585(glossterm) -#: ./doc/glossary/glossary-terms.xml7587(primary) +#: ./doc/glossary/glossary-terms.xml7612(glossterm) +#: ./doc/glossary/glossary-terms.xml7614(primary) msgid "StackTach" msgstr "" -#: ./doc/glossary/glossary-terms.xml7591(para) +#: ./doc/glossary/glossary-terms.xml7618(para) msgid "" "Community project that captures Compute AMQP communications; useful for " "debugging." msgstr "" -#: ./doc/glossary/glossary-terms.xml7597(glossterm) +#: ./doc/glossary/glossary-terms.xml7624(glossterm) msgid "static IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml7601(secondary) +#: ./doc/glossary/glossary-terms.xml7628(secondary) msgid "static" msgstr "" -#: ./doc/glossary/glossary-terms.xml7604(primary) +#: ./doc/glossary/glossary-terms.xml7631(primary) msgid "static IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml7608(para) +#: ./doc/glossary/glossary-terms.xml7635(para) msgid "Alternative term for a fixed IP address." msgstr "" -#: ./doc/glossary/glossary-terms.xml7613(glossterm) -#: ./doc/glossary/glossary-terms.xml7615(primary) +#: ./doc/glossary/glossary-terms.xml7640(glossterm) +#: ./doc/glossary/glossary-terms.xml7642(primary) msgid "StaticWeb" msgstr "" -#: ./doc/glossary/glossary-terms.xml7619(para) +#: ./doc/glossary/glossary-terms.xml7646(para) msgid "" "WSGI middleware component of Object Storage that serves container data as a " "static web page." msgstr "" -#: ./doc/glossary/glossary-terms.xml7625(glossterm) -#: ./doc/glossary/glossary-terms.xml7627(primary) +#: ./doc/glossary/glossary-terms.xml7652(glossterm) +#: ./doc/glossary/glossary-terms.xml7654(primary) msgid "storage back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml7631(para) +#: ./doc/glossary/glossary-terms.xml7658(para) msgid "" "The method that a service uses for persistent storage, such as iSCSI, NFS, " "or local disk." msgstr "" -#: ./doc/glossary/glossary-terms.xml7637(glossterm) -#: ./doc/glossary/glossary-terms.xml7644(primary) +#: ./doc/glossary/glossary-terms.xml7664(glossterm) +#: ./doc/glossary/glossary-terms.xml7671(primary) msgid "storage node" msgstr "" -#: ./doc/glossary/glossary-terms.xml7641(secondary) +#: ./doc/glossary/glossary-terms.xml7668(secondary) msgid "storage nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml7648(para) +#: ./doc/glossary/glossary-terms.xml7675(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.xml7655(glossterm) -#: ./doc/glossary/glossary-terms.xml7659(secondary) +#: ./doc/glossary/glossary-terms.xml7682(glossterm) +#: ./doc/glossary/glossary-terms.xml7686(secondary) msgid "storage manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml7657(primary) -#: ./doc/glossary/glossary-terms.xml7671(primary) -#: ./doc/glossary/glossary-terms.xml7685(primary) -#: ./doc/glossary/glossary-terms.xml7834(primary) +#: ./doc/glossary/glossary-terms.xml7684(primary) +#: ./doc/glossary/glossary-terms.xml7698(primary) +#: ./doc/glossary/glossary-terms.xml7712(primary) +#: ./doc/glossary/glossary-terms.xml7861(primary) msgid "storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7663(para) +#: ./doc/glossary/glossary-terms.xml7690(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.xml7669(glossterm) -#: ./doc/glossary/glossary-terms.xml7673(secondary) +#: ./doc/glossary/glossary-terms.xml7696(glossterm) +#: ./doc/glossary/glossary-terms.xml7700(secondary) msgid "storage manager back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml7677(para) +#: ./doc/glossary/glossary-terms.xml7704(para) msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." msgstr "" -#: ./doc/glossary/glossary-terms.xml7683(glossterm) -#: ./doc/glossary/glossary-terms.xml7687(secondary) +#: ./doc/glossary/glossary-terms.xml7710(glossterm) +#: ./doc/glossary/glossary-terms.xml7714(secondary) msgid "storage services" msgstr "" -#: ./doc/glossary/glossary-terms.xml7691(para) +#: ./doc/glossary/glossary-terms.xml7718(para) msgid "" "Collective name for the Object Storage object services, container services, " "and account services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7697(glossterm) -#: ./doc/glossary/glossary-terms.xml7699(primary) +#: ./doc/glossary/glossary-terms.xml7724(glossterm) +#: ./doc/glossary/glossary-terms.xml7726(primary) msgid "strategy" msgstr "" -#: ./doc/glossary/glossary-terms.xml7703(para) +#: ./doc/glossary/glossary-terms.xml7730(para) msgid "" "Specifies the authentication source used by Image Service or Identity " "Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml7709(glossterm) +#: ./doc/glossary/glossary-terms.xml7736(glossterm) msgid "subdomain" msgstr "" -#: ./doc/glossary/glossary-terms.xml7711(primary) +#: ./doc/glossary/glossary-terms.xml7738(primary) msgid "subdomains" msgstr "" -#: ./doc/glossary/glossary-terms.xml7715(para) +#: ./doc/glossary/glossary-terms.xml7742(para) msgid "" "A domain within a parent domain. Subdomains cannot be registered. Subdomains" " enable you to delegate domains. Subdomains can themselves have subdomains, " @@ -7138,424 +7161,435 @@ msgid "" "possible." msgstr "" -#: ./doc/glossary/glossary-terms.xml7723(glossterm) -#: ./doc/glossary/glossary-terms.xml7725(primary) +#: ./doc/glossary/glossary-terms.xml7750(glossterm) +#: ./doc/glossary/glossary-terms.xml7752(primary) msgid "subnet" msgstr "" -#: ./doc/glossary/glossary-terms.xml7729(para) +#: ./doc/glossary/glossary-terms.xml7756(para) msgid "Logical subdivision of an IP network." msgstr "" -#: ./doc/glossary/glossary-terms.xml7734(glossterm) -#: ./doc/glossary/glossary-terms.xml7737(primary) +#: ./doc/glossary/glossary-terms.xml7761(glossterm) +#: ./doc/glossary/glossary-terms.xml7764(primary) msgid "SUSE Linux Enterprise Server (SLES)" msgstr "SUSE Linux Enterprise Server (SLES)" -#: ./doc/glossary/glossary-terms.xml7746(glossterm) +#: ./doc/glossary/glossary-terms.xml7773(glossterm) msgid "suspend" msgstr "" -#: ./doc/glossary/glossary-terms.xml7748(primary) +#: ./doc/glossary/glossary-terms.xml7775(primary) msgid "suspend, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml7752(para) +#: ./doc/glossary/glossary-terms.xml7779(para) msgid "" "Alternative term for a paused VM instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml7758(glossterm) +#: ./doc/glossary/glossary-terms.xml7785(glossterm) msgid "swap" msgstr "" -#: ./doc/glossary/glossary-terms.xml7760(primary) +#: ./doc/glossary/glossary-terms.xml7787(primary) msgid "swap, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml7764(para) +#: ./doc/glossary/glossary-terms.xml7791(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.xml7770(glossterm) -#: ./doc/glossary/glossary-terms.xml7772(primary) +#: ./doc/glossary/glossary-terms.xml7797(glossterm) +#: ./doc/glossary/glossary-terms.xml7799(primary) msgid "swawth" msgstr "" -#: ./doc/glossary/glossary-terms.xml7776(para) +#: ./doc/glossary/glossary-terms.xml7803(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.xml7786(para) +#: ./doc/glossary/glossary-terms.xml7813(para) msgid "An OpenStack core project that provides object storage services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7792(glossterm) -#: ./doc/glossary/glossary-terms.xml7794(primary) +#: ./doc/glossary/glossary-terms.xml7819(glossterm) +#: ./doc/glossary/glossary-terms.xml7821(primary) msgid "swift All in One (SAIO)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7798(para) +#: ./doc/glossary/glossary-terms.xml7825(para) msgid "" "Creates a full Object Storage development environment within a single VM." msgstr "" -#: ./doc/glossary/glossary-terms.xml7804(glossterm) -#: ./doc/glossary/glossary-terms.xml7808(secondary) +#: ./doc/glossary/glossary-terms.xml7831(glossterm) +#: ./doc/glossary/glossary-terms.xml7835(secondary) msgid "swift middleware" msgstr "" -#: ./doc/glossary/glossary-terms.xml7812(para) +#: ./doc/glossary/glossary-terms.xml7839(para) msgid "" "Collective term for Object Storage components that provide additional " "functionality." msgstr "" -#: ./doc/glossary/glossary-terms.xml7818(glossterm) -#: ./doc/glossary/glossary-terms.xml7822(secondary) +#: ./doc/glossary/glossary-terms.xml7845(glossterm) +#: ./doc/glossary/glossary-terms.xml7849(secondary) msgid "swift proxy server" msgstr "" -#: ./doc/glossary/glossary-terms.xml7826(para) +#: ./doc/glossary/glossary-terms.xml7853(para) msgid "" "Acts as the gatekeeper to Object Storage and is responsible for " "authenticating the user." msgstr "" -#: ./doc/glossary/glossary-terms.xml7832(glossterm) +#: ./doc/glossary/glossary-terms.xml7859(glossterm) msgid "swift storage node" msgstr "" -#: ./doc/glossary/glossary-terms.xml7836(secondary) -#: ./doc/glossary/glossary-terms.xml7841(secondary) -#: ./doc/glossary/glossary-terms.xml7846(secondary) +#: ./doc/glossary/glossary-terms.xml7863(secondary) +#: ./doc/glossary/glossary-terms.xml7868(secondary) +#: ./doc/glossary/glossary-terms.xml7873(secondary) msgid "swift storage nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml7850(para) +#: ./doc/glossary/glossary-terms.xml7877(para) msgid "" "A node that runs Object Storage account, container, and object services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7856(glossterm) -#: ./doc/glossary/glossary-terms.xml7858(primary) +#: ./doc/glossary/glossary-terms.xml7883(glossterm) +#: ./doc/glossary/glossary-terms.xml7885(primary) msgid "sync point" msgstr "" -#: ./doc/glossary/glossary-terms.xml7862(para) +#: ./doc/glossary/glossary-terms.xml7889(para) msgid "" "Point in time since the last container and accounts database sync among " "nodes within Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml7868(glossterm) -#: ./doc/glossary/glossary-terms.xml7870(primary) +#: ./doc/glossary/glossary-terms.xml7895(glossterm) +#: ./doc/glossary/glossary-terms.xml7897(primary) msgid "sysadmin" msgstr "" -#: ./doc/glossary/glossary-terms.xml7874(para) +#: ./doc/glossary/glossary-terms.xml7901(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.xml7881(glossterm) -#: ./doc/glossary/glossary-terms.xml7883(primary) +#: ./doc/glossary/glossary-terms.xml7908(glossterm) +#: ./doc/glossary/glossary-terms.xml7910(primary) msgid "system usage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7887(para) +#: ./doc/glossary/glossary-terms.xml7914(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.xml7897(title) +#: ./doc/glossary/glossary-terms.xml7924(title) msgid "T" msgstr "T" -#: ./doc/glossary/glossary-terms.xml7900(glossterm) -#: ./doc/glossary/glossary-terms.xml7902(primary) +#: ./doc/glossary/glossary-terms.xml7927(glossterm) +#: ./doc/glossary/glossary-terms.xml7929(primary) msgid "Telemetry" msgstr "" -#: ./doc/glossary/glossary-terms.xml7906(para) +#: ./doc/glossary/glossary-terms.xml7933(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.xml7913(glossterm) -#: ./doc/glossary/glossary-terms.xml7915(primary) +#: ./doc/glossary/glossary-terms.xml7940(glossterm) +#: ./doc/glossary/glossary-terms.xml7942(primary) msgid "TempAuth" msgstr "" -#: ./doc/glossary/glossary-terms.xml7919(para) +#: ./doc/glossary/glossary-terms.xml7946(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.xml7926(glossterm) -#: ./doc/glossary/glossary-terms.xml7928(primary) +#: ./doc/glossary/glossary-terms.xml7953(glossterm) +#: ./doc/glossary/glossary-terms.xml7955(primary) msgid "Tempest" msgstr "" -#: ./doc/glossary/glossary-terms.xml7932(para) +#: ./doc/glossary/glossary-terms.xml7959(para) msgid "" "Automated software test suite designed to run against the trunk of the " "OpenStack core project." msgstr "" -#: ./doc/glossary/glossary-terms.xml7938(glossterm) -#: ./doc/glossary/glossary-terms.xml7940(primary) +#: ./doc/glossary/glossary-terms.xml7965(glossterm) +#: ./doc/glossary/glossary-terms.xml7967(primary) msgid "TempURL" msgstr "" -#: ./doc/glossary/glossary-terms.xml7944(para) +#: ./doc/glossary/glossary-terms.xml7971(para) msgid "" "An Object Storage middleware component that enables creation of URLs for " "temporary object access." msgstr "" -#: ./doc/glossary/glossary-terms.xml7950(glossterm) -#: ./doc/glossary/glossary-terms.xml7961(primary) -#: ./doc/glossary/glossary-terms.xml7979(primary) -#: ./doc/glossary/glossary-terms.xml7993(primary) +#: ./doc/glossary/glossary-terms.xml7977(glossterm) +#: ./doc/glossary/glossary-terms.xml7988(primary) +#: ./doc/glossary/glossary-terms.xml8006(primary) +#: ./doc/glossary/glossary-terms.xml8020(primary) msgid "tenant" msgstr "" -#: ./doc/glossary/glossary-terms.xml7953(para) +#: ./doc/glossary/glossary-terms.xml7980(para) msgid "" "A group of users; used to isolate access to Compute resources. An " "alternative term for a project." msgstr "" -#: ./doc/glossary/glossary-terms.xml7959(glossterm) -#: ./doc/glossary/glossary-terms.xml7963(secondary) +#: ./doc/glossary/glossary-terms.xml7986(glossterm) +#: ./doc/glossary/glossary-terms.xml7990(secondary) msgid "Tenant API" msgstr "" -#: ./doc/glossary/glossary-terms.xml7967(para) +#: ./doc/glossary/glossary-terms.xml7994(para) msgid "An API that is accessible to tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml7972(glossterm) -#: ./doc/glossary/glossary-terms.xml7976(secondary) -#: ./doc/glossary/glossary-terms.xml7981(secondary) +#: ./doc/glossary/glossary-terms.xml7999(glossterm) +#: ./doc/glossary/glossary-terms.xml8003(secondary) +#: ./doc/glossary/glossary-terms.xml8008(secondary) msgid "tenant endpoint" msgstr "" -#: ./doc/glossary/glossary-terms.xml7985(para) +#: ./doc/glossary/glossary-terms.xml8012(para) msgid "" "An Identity Service API endpoint that is associated with one or more " "tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml7991(glossterm) -#: ./doc/glossary/glossary-terms.xml7995(secondary) +#: ./doc/glossary/glossary-terms.xml8018(glossterm) +#: ./doc/glossary/glossary-terms.xml8022(secondary) msgid "tenant ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml7999(para) +#: ./doc/glossary/glossary-terms.xml8026(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.xml8005(glossterm) +#: ./doc/glossary/glossary-terms.xml8032(glossterm) msgid "token" msgstr "Token" -#: ./doc/glossary/glossary-terms.xml8007(primary) +#: ./doc/glossary/glossary-terms.xml8034(primary) msgid "tokens" msgstr "" -#: ./doc/glossary/glossary-terms.xml8011(para) +#: ./doc/glossary/glossary-terms.xml8038(para) msgid "" "An alpha-numeric string of text used to access OpenStack APIs and resources." msgstr "" -#: ./doc/glossary/glossary-terms.xml8017(glossterm) -#: ./doc/glossary/glossary-terms.xml8019(primary) +#: ./doc/glossary/glossary-terms.xml8044(glossterm) +#: ./doc/glossary/glossary-terms.xml8046(primary) msgid "token services" msgstr "" -#: ./doc/glossary/glossary-terms.xml8023(para) +#: ./doc/glossary/glossary-terms.xml8050(para) msgid "" "An Identity Service component that manages and validates tokens after a user" " or tenant has been authenticated." msgstr "" -#: ./doc/glossary/glossary-terms.xml8029(glossterm) -#: ./doc/glossary/glossary-terms.xml8031(primary) +#: ./doc/glossary/glossary-terms.xml8056(glossterm) +#: ./doc/glossary/glossary-terms.xml8058(primary) msgid "tombstone" msgstr "" -#: ./doc/glossary/glossary-terms.xml8034(para) +#: ./doc/glossary/glossary-terms.xml8061(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.xml8042(glossterm) -#: ./doc/glossary/glossary-terms.xml8044(primary) +#: ./doc/glossary/glossary-terms.xml8069(glossterm) +#: ./doc/glossary/glossary-terms.xml8071(primary) msgid "topic publisher" msgstr "" -#: ./doc/glossary/glossary-terms.xml8048(para) +#: ./doc/glossary/glossary-terms.xml8075(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.xml8054(glossterm) -#: ./doc/glossary/glossary-terms.xml8056(primary) +#: ./doc/glossary/glossary-terms.xml8081(glossterm) +#: ./doc/glossary/glossary-terms.xml8083(primary) msgid "Torpedo" msgstr "" -#: ./doc/glossary/glossary-terms.xml8060(para) +#: ./doc/glossary/glossary-terms.xml8087(para) msgid "" "Community project used to run automated tests against the OpenStack API." msgstr "" -#: ./doc/glossary/glossary-terms.xml8066(glossterm) +#: ./doc/glossary/glossary-terms.xml8093(glossterm) msgid "transaction ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml8068(primary) +#: ./doc/glossary/glossary-terms.xml8095(primary) msgid "transaction IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml8072(para) +#: ./doc/glossary/glossary-terms.xml8099(para) msgid "" "Unique ID assigned to each Object Storage request; used for debugging and " "tracing." msgstr "" -#: ./doc/glossary/glossary-terms.xml8078(glossterm) +#: ./doc/glossary/glossary-terms.xml8105(glossterm) msgid "transient" msgstr "" -#: ./doc/glossary/glossary-terms.xml8080(primary) +#: ./doc/glossary/glossary-terms.xml8107(primary) msgid "transient exchanges" msgstr "" -#: ./doc/glossary/glossary-terms.xml8086(para) +#: ./doc/glossary/glossary-terms.xml8113(para) msgid "Alternative term for non-durable." msgstr "" -#: ./doc/glossary/glossary-terms.xml8091(glossterm) +#: ./doc/glossary/glossary-terms.xml8118(glossterm) msgid "transient exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml8094(para) +#: ./doc/glossary/glossary-terms.xml8121(para) msgid "" "Alternative term for a non-durable exchange." msgstr "" -#: ./doc/glossary/glossary-terms.xml8100(glossterm) +#: ./doc/glossary/glossary-terms.xml8127(glossterm) msgid "transient message" msgstr "" -#: ./doc/glossary/glossary-terms.xml8104(secondary) -#: ./doc/glossary/glossary-terms.xml8107(primary) +#: ./doc/glossary/glossary-terms.xml8131(secondary) +#: ./doc/glossary/glossary-terms.xml8134(primary) msgid "transient messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml8111(para) +#: ./doc/glossary/glossary-terms.xml8138(para) msgid "" "A message that is stored in memory and is lost after the server is " "restarted." msgstr "" -#: ./doc/glossary/glossary-terms.xml8117(glossterm) +#: ./doc/glossary/glossary-terms.xml8144(glossterm) msgid "transient queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml8121(secondary) -#: ./doc/glossary/glossary-terms.xml8124(primary) +#: ./doc/glossary/glossary-terms.xml8148(secondary) +#: ./doc/glossary/glossary-terms.xml8151(primary) msgid "transient queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml8128(para) +#: ./doc/glossary/glossary-terms.xml8155(para) msgid "Alternative term for a non-durable queue." msgstr "" -#: ./doc/glossary/glossary-terms.xml8133(glossterm) -#: ./doc/glossary/glossary-terms.xml8135(primary) +#: ./doc/glossary/glossary-terms.xml8160(glossterm) +#: ./doc/glossary/glossary-terms.xml8162(primary) +msgid "TripleO" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8166(para) +msgid "" +"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " +"program." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8174(glossterm) +#: ./doc/glossary/glossary-terms.xml8176(primary) msgid "trove" msgstr "Trove" -#: ./doc/glossary/glossary-terms.xml8139(para) +#: ./doc/glossary/glossary-terms.xml8180(para) msgid "OpenStack project that provides database services to applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml8148(title) +#: ./doc/glossary/glossary-terms.xml8189(title) msgid "U" msgstr "U" -#: ./doc/glossary/glossary-terms.xml8151(glossterm) -#: ./doc/glossary/glossary-terms.xml8153(primary) +#: ./doc/glossary/glossary-terms.xml8192(glossterm) +#: ./doc/glossary/glossary-terms.xml8194(primary) msgid "Ubuntu" msgstr "Ubuntu" -#: ./doc/glossary/glossary-terms.xml8157(para) +#: ./doc/glossary/glossary-terms.xml8198(para) msgid "A Debian-based Linux distribution." msgstr "Eine Debian-basierte Linux Distribution." -#: ./doc/glossary/glossary-terms.xml8162(glossterm) -#: ./doc/glossary/glossary-terms.xml8164(primary) +#: ./doc/glossary/glossary-terms.xml8203(glossterm) +#: ./doc/glossary/glossary-terms.xml8205(primary) msgid "unscoped token" msgstr "" -#: ./doc/glossary/glossary-terms.xml8168(para) +#: ./doc/glossary/glossary-terms.xml8209(para) msgid "Alternative term for an Identity Service default token." msgstr "" -#: ./doc/glossary/glossary-terms.xml8173(glossterm) +#: ./doc/glossary/glossary-terms.xml8214(glossterm) msgid "updater" msgstr "" -#: ./doc/glossary/glossary-terms.xml8175(primary) +#: ./doc/glossary/glossary-terms.xml8216(primary) msgid "updaters" msgstr "" -#: ./doc/glossary/glossary-terms.xml8179(para) +#: ./doc/glossary/glossary-terms.xml8220(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.xml8185(glossterm) +#: ./doc/glossary/glossary-terms.xml8226(glossterm) msgid "user" msgstr "" -#: ./doc/glossary/glossary-terms.xml8187(primary) +#: ./doc/glossary/glossary-terms.xml8228(primary) msgid "users, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml8191(para) +#: ./doc/glossary/glossary-terms.xml8232(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.xml8198(glossterm) -#: ./doc/glossary/glossary-terms.xml8200(primary) +#: ./doc/glossary/glossary-terms.xml8239(glossterm) +#: ./doc/glossary/glossary-terms.xml8241(primary) msgid "user data" msgstr "" -#: ./doc/glossary/glossary-terms.xml8204(para) +#: ./doc/glossary/glossary-terms.xml8245(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. " @@ -7563,30 +7597,30 @@ msgid "" "Commonly used to pass a shell script that the instance runs on boot." msgstr "" -#: ./doc/glossary/glossary-terms.xml8214(glossterm) -#: ./doc/glossary/glossary-terms.xml8216(primary) +#: ./doc/glossary/glossary-terms.xml8255(glossterm) +#: ./doc/glossary/glossary-terms.xml8257(primary) msgid "User Mode Linux (UML)" msgstr "User Mode Linux (UML)" -#: ./doc/glossary/glossary-terms.xml8228(title) +#: ./doc/glossary/glossary-terms.xml8269(title) msgid "V" msgstr "" -#: ./doc/glossary/glossary-terms.xml8231(glossterm) -#: ./doc/glossary/glossary-terms.xml8233(primary) +#: ./doc/glossary/glossary-terms.xml8272(glossterm) +#: ./doc/glossary/glossary-terms.xml8274(primary) msgid "VIF UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml8237(para) +#: ./doc/glossary/glossary-terms.xml8278(para) msgid "Unique ID assigned to each Networking VIF." msgstr "" -#: ./doc/glossary/glossary-terms.xml8242(glossterm) -#: ./doc/glossary/glossary-terms.xml8244(primary) +#: ./doc/glossary/glossary-terms.xml8283(glossterm) +#: ./doc/glossary/glossary-terms.xml8285(primary) msgid "VIP" msgstr "VIP" -#: ./doc/glossary/glossary-terms.xml8248(para) +#: ./doc/glossary/glossary-terms.xml8289(para) msgid "" "The primary load balancing configuration object. Specifies the virtual IP " "address and port where client traffic is received. Also defines other " @@ -7595,31 +7629,31 @@ msgid "" "server, vserver, or listener." msgstr "" -#: ./doc/glossary/glossary-terms.xml8258(glossterm) -#: ./doc/glossary/glossary-terms.xml8261(primary) +#: ./doc/glossary/glossary-terms.xml8299(glossterm) +#: ./doc/glossary/glossary-terms.xml8302(primary) msgid "Virtual Central Processing Unit (vCPU)" msgstr "Virtual Central Processing Unit (vCPU)" -#: ./doc/glossary/glossary-terms.xml8265(para) +#: ./doc/glossary/glossary-terms.xml8306(para) msgid "Subdivides physical CPUs. Instances can then use those divisions." msgstr "" -#: ./doc/glossary/glossary-terms.xml8271(glossterm) -#: ./doc/glossary/glossary-terms.xml8273(primary) +#: ./doc/glossary/glossary-terms.xml8312(glossterm) +#: ./doc/glossary/glossary-terms.xml8314(primary) msgid "Virtual Disk Image (VDI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8283(glossterm) -#: ./doc/glossary/glossary-terms.xml8285(primary) +#: ./doc/glossary/glossary-terms.xml8324(glossterm) +#: ./doc/glossary/glossary-terms.xml8326(primary) msgid "Virtual Hard Disk (VHD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8295(glossterm) -#: ./doc/glossary/glossary-terms.xml8297(primary) +#: ./doc/glossary/glossary-terms.xml8336(glossterm) +#: ./doc/glossary/glossary-terms.xml8338(primary) msgid "virtual IP" msgstr "" -#: ./doc/glossary/glossary-terms.xml8301(para) +#: ./doc/glossary/glossary-terms.xml8342(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" @@ -7627,146 +7661,146 @@ msgid "" "balancer." msgstr "" -#: ./doc/glossary/glossary-terms.xml8309(glossterm) -#: ./doc/glossary/glossary-terms.xml8311(primary) +#: ./doc/glossary/glossary-terms.xml8350(glossterm) +#: ./doc/glossary/glossary-terms.xml8352(primary) msgid "virtual machine (VM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8315(para) +#: ./doc/glossary/glossary-terms.xml8356(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.xml8322(glossterm) -#: ./doc/glossary/glossary-terms.xml8329(primary) +#: ./doc/glossary/glossary-terms.xml8363(glossterm) +#: ./doc/glossary/glossary-terms.xml8370(primary) msgid "virtual network" msgstr "" -#: ./doc/glossary/glossary-terms.xml8326(secondary) -#: ./doc/glossary/glossary-terms.xml8382(secondary) -#: ./doc/glossary/glossary-terms.xml8412(secondary) +#: ./doc/glossary/glossary-terms.xml8367(secondary) +#: ./doc/glossary/glossary-terms.xml8423(secondary) +#: ./doc/glossary/glossary-terms.xml8453(secondary) msgid "virtual" msgstr "" -#: ./doc/glossary/glossary-terms.xml8333(para) +#: ./doc/glossary/glossary-terms.xml8374(para) msgid "An L2 network segment within Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml8338(glossterm) -#: ./doc/glossary/glossary-terms.xml8340(primary) +#: ./doc/glossary/glossary-terms.xml8379(glossterm) +#: ./doc/glossary/glossary-terms.xml8381(primary) msgid "virtual networking" msgstr "" -#: ./doc/glossary/glossary-terms.xml8344(para) +#: ./doc/glossary/glossary-terms.xml8385(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.xml8353(glossterm) -#: ./doc/glossary/glossary-terms.xml8355(primary) +#: ./doc/glossary/glossary-terms.xml8394(glossterm) +#: ./doc/glossary/glossary-terms.xml8396(primary) msgid "Virtual Network Computing (VNC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8359(para) +#: ./doc/glossary/glossary-terms.xml8400(para) msgid "" "Open source GUI and CLI tools used for remote console access to VMs. " "Supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8365(glossterm) -#: ./doc/glossary/glossary-terms.xml8367(primary) +#: ./doc/glossary/glossary-terms.xml8406(glossterm) +#: ./doc/glossary/glossary-terms.xml8408(primary) msgid "Virtual Network InterFace (VIF)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8371(para) +#: ./doc/glossary/glossary-terms.xml8412(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.xml8378(glossterm) -#: ./doc/glossary/glossary-terms.xml8385(primary) +#: ./doc/glossary/glossary-terms.xml8419(glossterm) +#: ./doc/glossary/glossary-terms.xml8426(primary) msgid "virtual port" msgstr "" -#: ./doc/glossary/glossary-terms.xml8389(para) +#: ./doc/glossary/glossary-terms.xml8430(para) msgid "" "Attachment point where a virtual interface connects to a virtual network." msgstr "" -#: ./doc/glossary/glossary-terms.xml8395(glossterm) -#: ./doc/glossary/glossary-terms.xml8397(primary) +#: ./doc/glossary/glossary-terms.xml8436(glossterm) +#: ./doc/glossary/glossary-terms.xml8438(primary) msgid "virtual private network (VPN)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8401(para) +#: ./doc/glossary/glossary-terms.xml8442(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.xml8408(glossterm) +#: ./doc/glossary/glossary-terms.xml8449(glossterm) msgid "virtual server" msgstr "" -#: ./doc/glossary/glossary-terms.xml8415(primary) +#: ./doc/glossary/glossary-terms.xml8456(primary) msgid "virtual servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml8419(para) +#: ./doc/glossary/glossary-terms.xml8460(para) msgid "Alternative term for a VM or guest." msgstr "" -#: ./doc/glossary/glossary-terms.xml8424(glossterm) -#: ./doc/glossary/glossary-terms.xml8426(primary) +#: ./doc/glossary/glossary-terms.xml8465(glossterm) +#: ./doc/glossary/glossary-terms.xml8467(primary) msgid "virtual switch (vSwitch)" msgstr "virtual switch (vSwitch)" -#: ./doc/glossary/glossary-terms.xml8430(para) +#: ./doc/glossary/glossary-terms.xml8471(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.xml8436(glossterm) -#: ./doc/glossary/glossary-terms.xml8438(primary) +#: ./doc/glossary/glossary-terms.xml8477(glossterm) +#: ./doc/glossary/glossary-terms.xml8479(primary) msgid "virtual VLAN" msgstr "" -#: ./doc/glossary/glossary-terms.xml8442(para) +#: ./doc/glossary/glossary-terms.xml8483(para) msgid "Alternative term for a virtual network." msgstr "" -#: ./doc/glossary/glossary-terms.xml8447(glossterm) -#: ./doc/glossary/glossary-terms.xml8449(primary) +#: ./doc/glossary/glossary-terms.xml8488(glossterm) +#: ./doc/glossary/glossary-terms.xml8490(primary) msgid "VirtualBox" msgstr "" -#: ./doc/glossary/glossary-terms.xml8458(glossterm) -#: ./doc/glossary/glossary-terms.xml8460(primary) +#: ./doc/glossary/glossary-terms.xml8499(glossterm) +#: ./doc/glossary/glossary-terms.xml8501(primary) msgid "VLAN manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml8464(para) +#: ./doc/glossary/glossary-terms.xml8505(para) msgid "" "A Compute component that provides dnsmasq and radvd and sets up forwarding " "to and from cloudpipe instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml8470(glossterm) -#: ./doc/glossary/glossary-terms.xml8477(primary) +#: ./doc/glossary/glossary-terms.xml8511(glossterm) +#: ./doc/glossary/glossary-terms.xml8518(primary) msgid "VLAN network" msgstr "" -#: ./doc/glossary/glossary-terms.xml8474(secondary) +#: ./doc/glossary/glossary-terms.xml8515(secondary) msgid "VLAN" msgstr "VLAN" -#: ./doc/glossary/glossary-terms.xml8481(para) +#: ./doc/glossary/glossary-terms.xml8522(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 " @@ -7775,157 +7809,157 @@ msgid "" "vlan_interface option with VLAN managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml8491(glossterm) -#: ./doc/glossary/glossary-terms.xml8493(primary) +#: ./doc/glossary/glossary-terms.xml8532(glossterm) +#: ./doc/glossary/glossary-terms.xml8534(primary) msgid "VM disk (VMDK)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8503(glossterm) -#: ./doc/glossary/glossary-terms.xml8505(primary) +#: ./doc/glossary/glossary-terms.xml8544(glossterm) +#: ./doc/glossary/glossary-terms.xml8546(primary) msgid "VM image" msgstr "" -#: ./doc/glossary/glossary-terms.xml8509(para) +#: ./doc/glossary/glossary-terms.xml8550(para) msgid "Alternative term for an image." msgstr "" -#: ./doc/glossary/glossary-terms.xml8514(glossterm) -#: ./doc/glossary/glossary-terms.xml8516(primary) +#: ./doc/glossary/glossary-terms.xml8555(glossterm) +#: ./doc/glossary/glossary-terms.xml8557(primary) msgid "VM Remote Control (VMRC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8520(para) +#: ./doc/glossary/glossary-terms.xml8561(para) msgid "" "Method to access VM instance consoles using a web browser. Supported by " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8526(glossterm) -#: ./doc/glossary/glossary-terms.xml8528(primary) +#: ./doc/glossary/glossary-terms.xml8567(glossterm) +#: ./doc/glossary/glossary-terms.xml8569(primary) msgid "VMware API" msgstr "" -#: ./doc/glossary/glossary-terms.xml8532(para) +#: ./doc/glossary/glossary-terms.xml8573(para) msgid "Supports interaction with VMware products in Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8537(glossterm) +#: ./doc/glossary/glossary-terms.xml8578(glossterm) msgid "VMware NSX Neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml8540(para) +#: ./doc/glossary/glossary-terms.xml8581(para) msgid "Provides support for VMware NSX in Neutron." msgstr "" -#: ./doc/glossary/glossary-terms.xml8545(glossterm) -#: ./doc/glossary/glossary-terms.xml8547(primary) +#: ./doc/glossary/glossary-terms.xml8586(glossterm) +#: ./doc/glossary/glossary-terms.xml8588(primary) msgid "VNC proxy" msgstr "" -#: ./doc/glossary/glossary-terms.xml8551(para) +#: ./doc/glossary/glossary-terms.xml8592(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.xml8557(glossterm) -#: ./doc/glossary/glossary-terms.xml8569(primary) -#: ./doc/glossary/glossary-terms.xml8582(primary) -#: ./doc/glossary/glossary-terms.xml8596(primary) -#: ./doc/glossary/glossary-terms.xml8609(primary) +#: ./doc/glossary/glossary-terms.xml8598(glossterm) +#: ./doc/glossary/glossary-terms.xml8610(primary) #: ./doc/glossary/glossary-terms.xml8623(primary) #: ./doc/glossary/glossary-terms.xml8637(primary) -#: ./doc/glossary/glossary-terms.xml8651(primary) +#: ./doc/glossary/glossary-terms.xml8650(primary) +#: ./doc/glossary/glossary-terms.xml8664(primary) +#: ./doc/glossary/glossary-terms.xml8678(primary) +#: ./doc/glossary/glossary-terms.xml8692(primary) msgid "volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml8560(para) +#: ./doc/glossary/glossary-terms.xml8601(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.xml8567(glossterm) -#: ./doc/glossary/glossary-terms.xml8571(secondary) +#: ./doc/glossary/glossary-terms.xml8608(glossterm) +#: ./doc/glossary/glossary-terms.xml8612(secondary) msgid "Volume API" msgstr "" -#: ./doc/glossary/glossary-terms.xml8575(para) +#: ./doc/glossary/glossary-terms.xml8616(para) msgid "Alternative name for the Block Storage API." msgstr "" -#: ./doc/glossary/glossary-terms.xml8580(glossterm) -#: ./doc/glossary/glossary-terms.xml8584(secondary) +#: ./doc/glossary/glossary-terms.xml8621(glossterm) +#: ./doc/glossary/glossary-terms.xml8625(secondary) msgid "volume controller" msgstr "" -#: ./doc/glossary/glossary-terms.xml8588(para) +#: ./doc/glossary/glossary-terms.xml8629(para) msgid "" "A Block Storage component that oversees and coordinates storage volume " "actions." msgstr "" -#: ./doc/glossary/glossary-terms.xml8594(glossterm) -#: ./doc/glossary/glossary-terms.xml8598(secondary) +#: ./doc/glossary/glossary-terms.xml8635(glossterm) +#: ./doc/glossary/glossary-terms.xml8639(secondary) msgid "volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml8602(para) +#: ./doc/glossary/glossary-terms.xml8643(para) msgid "Alternative term for a volume plug-in." msgstr "" -#: ./doc/glossary/glossary-terms.xml8607(glossterm) -#: ./doc/glossary/glossary-terms.xml8611(secondary) +#: ./doc/glossary/glossary-terms.xml8648(glossterm) +#: ./doc/glossary/glossary-terms.xml8652(secondary) msgid "volume ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml8615(para) +#: ./doc/glossary/glossary-terms.xml8656(para) msgid "" "Unique ID applied to each storage volume under the Block Storage control." msgstr "" -#: ./doc/glossary/glossary-terms.xml8621(glossterm) -#: ./doc/glossary/glossary-terms.xml8625(secondary) +#: ./doc/glossary/glossary-terms.xml8662(glossterm) +#: ./doc/glossary/glossary-terms.xml8666(secondary) msgid "volume manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml8629(para) +#: ./doc/glossary/glossary-terms.xml8670(para) msgid "" "A Block Storage component that creates, attaches, and detaches persistent " "storage volumes." msgstr "" -#: ./doc/glossary/glossary-terms.xml8635(glossterm) -#: ./doc/glossary/glossary-terms.xml8639(secondary) +#: ./doc/glossary/glossary-terms.xml8676(glossterm) +#: ./doc/glossary/glossary-terms.xml8680(secondary) msgid "volume node" msgstr "" -#: ./doc/glossary/glossary-terms.xml8643(para) +#: ./doc/glossary/glossary-terms.xml8684(para) msgid "" "A Block Storage node that runs the cinder-" "volume daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml8649(glossterm) -#: ./doc/glossary/glossary-terms.xml8653(secondary) +#: ./doc/glossary/glossary-terms.xml8690(glossterm) +#: ./doc/glossary/glossary-terms.xml8694(secondary) msgid "volume plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml8657(para) +#: ./doc/glossary/glossary-terms.xml8698(para) msgid "" "Provides support for new and specialized types of back-end storage for the " "Block Storage volume manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml8663(glossterm) +#: ./doc/glossary/glossary-terms.xml8704(glossterm) msgid "volume worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml8665(primary) +#: ./doc/glossary/glossary-terms.xml8706(primary) msgid "volume workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml8669(para) +#: ./doc/glossary/glossary-terms.xml8710(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, " @@ -7933,58 +7967,58 @@ msgid "" "daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml8677(glossterm) -#: ./doc/glossary/glossary-terms.xml8679(primary) +#: ./doc/glossary/glossary-terms.xml8718(glossterm) +#: ./doc/glossary/glossary-terms.xml8720(primary) msgid "vSphere" msgstr "vSphere" -#: ./doc/glossary/glossary-terms.xml8691(title) +#: ./doc/glossary/glossary-terms.xml8732(title) msgid "W" msgstr "W" -#: ./doc/glossary/glossary-terms.xml8694(glossterm) -#: ./doc/glossary/glossary-terms.xml8696(primary) +#: ./doc/glossary/glossary-terms.xml8735(glossterm) +#: ./doc/glossary/glossary-terms.xml8737(primary) msgid "weighting" msgstr "" -#: ./doc/glossary/glossary-terms.xml8700(para) +#: ./doc/glossary/glossary-terms.xml8741(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.xml8707(glossterm) -#: ./doc/glossary/glossary-terms.xml8709(primary) +#: ./doc/glossary/glossary-terms.xml8748(glossterm) +#: ./doc/glossary/glossary-terms.xml8750(primary) msgid "weight" msgstr "" -#: ./doc/glossary/glossary-terms.xml8713(para) +#: ./doc/glossary/glossary-terms.xml8754(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.xml8719(glossterm) -#: ./doc/glossary/glossary-terms.xml8721(primary) +#: ./doc/glossary/glossary-terms.xml8760(glossterm) +#: ./doc/glossary/glossary-terms.xml8762(primary) msgid "weighted cost" msgstr "" -#: ./doc/glossary/glossary-terms.xml8725(para) +#: ./doc/glossary/glossary-terms.xml8766(para) msgid "" "The sum of each cost used when deciding where to start a new VM instance in " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8731(glossterm) +#: ./doc/glossary/glossary-terms.xml8772(glossterm) msgid "worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml8733(primary) +#: ./doc/glossary/glossary-terms.xml8774(primary) msgid "workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml8737(para) +#: ./doc/glossary/glossary-terms.xml8778(para) msgid "" "A daemon that listens to a queue and carries out tasks in response to " "messages. For example, the cinder-" @@ -7992,82 +8026,82 @@ msgid "" "arrays." msgstr "" -#: ./doc/glossary/glossary-terms.xml8748(title) +#: ./doc/glossary/glossary-terms.xml8789(title) msgid "X" msgstr "X" -#: ./doc/glossary/glossary-terms.xml8751(glossterm) -#: ./doc/glossary/glossary-terms.xml8753(primary) +#: ./doc/glossary/glossary-terms.xml8792(glossterm) +#: ./doc/glossary/glossary-terms.xml8794(primary) msgid "Xen" msgstr "" -#: ./doc/glossary/glossary-terms.xml8757(para) +#: ./doc/glossary/glossary-terms.xml8798(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.xml8767(glossterm) -#: ./doc/glossary/glossary-terms.xml8778(primary) -#: ./doc/glossary/glossary-terms.xml8791(primary) -#: ./doc/glossary/glossary-terms.xml8805(primary) +#: ./doc/glossary/glossary-terms.xml8808(glossterm) +#: ./doc/glossary/glossary-terms.xml8819(primary) +#: ./doc/glossary/glossary-terms.xml8832(primary) +#: ./doc/glossary/glossary-terms.xml8846(primary) msgid "Xen API" msgstr "Xen API" -#: ./doc/glossary/glossary-terms.xml8770(para) +#: ./doc/glossary/glossary-terms.xml8811(para) msgid "The Xen administrative API, which is supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8776(glossterm) -#: ./doc/glossary/glossary-terms.xml8780(secondary) +#: ./doc/glossary/glossary-terms.xml8817(glossterm) +#: ./doc/glossary/glossary-terms.xml8821(secondary) msgid "Xen Cloud Platform (XCP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8789(glossterm) -#: ./doc/glossary/glossary-terms.xml8793(secondary) +#: ./doc/glossary/glossary-terms.xml8830(glossterm) +#: ./doc/glossary/glossary-terms.xml8834(secondary) msgid "Xen Storage Manager Volume Driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml8797(para) +#: ./doc/glossary/glossary-terms.xml8838(para) msgid "" "A Block Storage volume plug-in that enables communication with the Xen " "Storage Manager API." msgstr "" -#: ./doc/glossary/glossary-terms.xml8803(glossterm) +#: ./doc/glossary/glossary-terms.xml8844(glossterm) msgid "XenServer" msgstr "XenServer" -#: ./doc/glossary/glossary-terms.xml8807(secondary) +#: ./doc/glossary/glossary-terms.xml8848(secondary) msgid "XenServer hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml8819(title) +#: ./doc/glossary/glossary-terms.xml8860(title) msgid "Y" msgstr "" -#: ./doc/glossary/glossary-terms.xml8833(title) +#: ./doc/glossary/glossary-terms.xml8874(title) msgid "Z" msgstr "" -#: ./doc/glossary/glossary-terms.xml8836(glossterm) -#: ./doc/glossary/glossary-terms.xml8838(primary) +#: ./doc/glossary/glossary-terms.xml8877(glossterm) +#: ./doc/glossary/glossary-terms.xml8879(primary) msgid "ZeroMQ" msgstr "ZeroMQ" -#: ./doc/glossary/glossary-terms.xml8842(para) +#: ./doc/glossary/glossary-terms.xml8883(para) msgid "" "Message queue software supported by OpenStack. An alternative to RabbitMQ. " "Also spelled 0MQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml8848(glossterm) -#: ./doc/glossary/glossary-terms.xml8850(primary) +#: ./doc/glossary/glossary-terms.xml8889(glossterm) +#: ./doc/glossary/glossary-terms.xml8891(primary) msgid "Zuul" msgstr "Zuul" -#: ./doc/glossary/glossary-terms.xml8854(para) +#: ./doc/glossary/glossary-terms.xml8895(para) msgid "" "Tool used in OpenStack development to ensure correctly ordered testing of " "changes in parallel." diff --git a/doc/glossary/locale/glossary.pot b/doc/glossary/locale/glossary.pot index 22db41ee8a..b7a59c2688 100644 --- a/doc/glossary/locale/glossary.pot +++ b/doc/glossary/locale/glossary.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-08-19 06:23+0000\n" +"POT-Creation-Date: 2014-08-20 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -189,7 +189,7 @@ 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 "" -#: ./doc/glossary/glossary-terms.xml:258(glossterm) ./doc/glossary/glossary-terms.xml:260(primary) ./doc/glossary/glossary-terms.xml:4883(see) +#: ./doc/glossary/glossary-terms.xml:258(glossterm) ./doc/glossary/glossary-terms.xml:260(primary) ./doc/glossary/glossary-terms.xml:4896(see) msgid "admin API" msgstr "" @@ -229,7 +229,7 @@ msgstr "" msgid "alerts" msgstr "" -#: ./doc/glossary/glossary-terms.xml:314(secondary) ./doc/glossary/glossary-terms.xml:861(secondary) ./doc/glossary/glossary-terms.xml:909(secondary) ./doc/glossary/glossary-terms.xml:979(secondary) ./doc/glossary/glossary-terms.xml:1269(secondary) ./doc/glossary/glossary-terms.xml:1358(secondary) ./doc/glossary/glossary-terms.xml:1569(secondary) ./doc/glossary/glossary-terms.xml:1668(secondary) ./doc/glossary/glossary-terms.xml:1748(secondary) ./doc/glossary/glossary-terms.xml:1804(secondary) ./doc/glossary/glossary-terms.xml:1903(secondary) ./doc/glossary/glossary-terms.xml:2132(secondary) ./doc/glossary/glossary-terms.xml:2412(secondary) ./doc/glossary/glossary-terms.xml:3117(secondary) ./doc/glossary/glossary-terms.xml:3234(secondary) ./doc/glossary/glossary-terms.xml:3878(secondary) ./doc/glossary/glossary-terms.xml:3930(secondary) ./doc/glossary/glossary-terms.xml:4035(secondary) ./doc/glossary/glossary-terms.xml:4252(secondary) ./doc/glossary/glossary-terms.xml:4405(secondary) ./doc/glossary/glossary-terms.xml:4423(secondary) ./doc/glossary/glossary-terms.xml:4920(secondary) ./doc/glossary/glossary-terms.xml:5254(secondary) ./doc/glossary/glossary-terms.xml:5507(secondary) ./doc/glossary/glossary-terms.xml:5609(secondary) ./doc/glossary/glossary-terms.xml:5952(secondary) ./doc/glossary/glossary-terms.xml:6137(secondary) ./doc/glossary/glossary-terms.xml:6228(secondary) ./doc/glossary/glossary-terms.xml:6800(secondary) ./doc/glossary/glossary-terms.xml:6903(secondary) ./doc/glossary/glossary-terms.xml:6947(secondary) ./doc/glossary/glossary-terms.xml:7214(secondary) ./doc/glossary/glossary-terms.xml:7257(secondary) +#: ./doc/glossary/glossary-terms.xml:314(secondary) ./doc/glossary/glossary-terms.xml:861(secondary) ./doc/glossary/glossary-terms.xml:909(secondary) ./doc/glossary/glossary-terms.xml:979(secondary) ./doc/glossary/glossary-terms.xml:1269(secondary) ./doc/glossary/glossary-terms.xml:1358(secondary) ./doc/glossary/glossary-terms.xml:1569(secondary) ./doc/glossary/glossary-terms.xml:1668(secondary) ./doc/glossary/glossary-terms.xml:1748(secondary) ./doc/glossary/glossary-terms.xml:1804(secondary) ./doc/glossary/glossary-terms.xml:1903(secondary) ./doc/glossary/glossary-terms.xml:2132(secondary) ./doc/glossary/glossary-terms.xml:2412(secondary) ./doc/glossary/glossary-terms.xml:3130(secondary) ./doc/glossary/glossary-terms.xml:3247(secondary) ./doc/glossary/glossary-terms.xml:3891(secondary) ./doc/glossary/glossary-terms.xml:3943(secondary) ./doc/glossary/glossary-terms.xml:4048(secondary) ./doc/glossary/glossary-terms.xml:4265(secondary) ./doc/glossary/glossary-terms.xml:4418(secondary) ./doc/glossary/glossary-terms.xml:4436(secondary) ./doc/glossary/glossary-terms.xml:4933(secondary) ./doc/glossary/glossary-terms.xml:5267(secondary) ./doc/glossary/glossary-terms.xml:5520(secondary) ./doc/glossary/glossary-terms.xml:5636(secondary) ./doc/glossary/glossary-terms.xml:5979(secondary) ./doc/glossary/glossary-terms.xml:6164(secondary) ./doc/glossary/glossary-terms.xml:6255(secondary) ./doc/glossary/glossary-terms.xml:6827(secondary) ./doc/glossary/glossary-terms.xml:6930(secondary) ./doc/glossary/glossary-terms.xml:6974(secondary) ./doc/glossary/glossary-terms.xml:7241(secondary) ./doc/glossary/glossary-terms.xml:7284(secondary) msgid "definition of" msgstr "" @@ -309,11 +309,11 @@ msgstr "" msgid "API endpoint" msgstr "" -#: ./doc/glossary/glossary-terms.xml:434(primary) ./doc/glossary/glossary-terms.xml:2857(primary) ./doc/glossary/glossary-terms.xml:2885(primary) ./doc/glossary/glossary-terms.xml:3508(primary) ./doc/glossary/glossary-terms.xml:7974(primary) +#: ./doc/glossary/glossary-terms.xml:434(primary) ./doc/glossary/glossary-terms.xml:2870(primary) ./doc/glossary/glossary-terms.xml:2898(primary) ./doc/glossary/glossary-terms.xml:3521(primary) ./doc/glossary/glossary-terms.xml:8001(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:6341(primary) +#: ./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:6368(primary) msgid "API (application programming interface)" msgstr "" @@ -389,7 +389,7 @@ msgstr "" msgid "application server" msgstr "" -#: ./doc/glossary/glossary-terms.xml:558(primary) ./doc/glossary/glossary-terms.xml:6323(primary) ./doc/glossary/glossary-terms.xml:6755(primary) ./doc/glossary/glossary-terms.xml:7212(primary) ./doc/glossary/glossary-terms.xml:7241(primary) ./doc/glossary/glossary-terms.xml:8410(primary) +#: ./doc/glossary/glossary-terms.xml:558(primary) ./doc/glossary/glossary-terms.xml:6350(primary) ./doc/glossary/glossary-terms.xml:6782(primary) ./doc/glossary/glossary-terms.xml:7239(primary) ./doc/glossary/glossary-terms.xml:7268(primary) ./doc/glossary/glossary-terms.xml:8451(primary) msgid "servers" msgstr "" @@ -949,7 +949,7 @@ msgstr "" msgid "cell" msgstr "" -#: ./doc/glossary/glossary-terms.xml:1356(primary) ./doc/glossary/glossary-terms.xml:1372(primary) ./doc/glossary/glossary-terms.xml:1387(primary) ./doc/glossary/glossary-terms.xml:1499(primary) ./doc/glossary/glossary-terms.xml:5932(primary) +#: ./doc/glossary/glossary-terms.xml:1356(primary) ./doc/glossary/glossary-terms.xml:1372(primary) ./doc/glossary/glossary-terms.xml:1387(primary) ./doc/glossary/glossary-terms.xml:1499(primary) ./doc/glossary/glossary-terms.xml:5959(primary) msgid "cells" msgstr "" @@ -981,7 +981,7 @@ msgstr "" msgid "CentOS" msgstr "" -#: ./doc/glossary/glossary-terms.xml:1406(para) ./doc/glossary/glossary-terms.xml:2251(para) ./doc/glossary/glossary-terms.xml:5882(para) ./doc/glossary/glossary-terms.xml:6711(para) ./doc/glossary/glossary-terms.xml:7741(para) +#: ./doc/glossary/glossary-terms.xml:1406(para) ./doc/glossary/glossary-terms.xml:2251(para) ./doc/glossary/glossary-terms.xml:5909(para) ./doc/glossary/glossary-terms.xml:6738(para) ./doc/glossary/glossary-terms.xml:7768(para) msgid "A Linux distribution that is compatible with OpenStack." msgstr "" @@ -1221,7 +1221,7 @@ msgstr "" msgid "The OpenStack core project that provides compute services. The project name of Compute service is nova." msgstr "" -#: ./doc/glossary/glossary-terms.xml:1758(glossterm) ./doc/glossary/glossary-terms.xml:1762(secondary) ./doc/glossary/glossary-terms.xml:5575(secondary) +#: ./doc/glossary/glossary-terms.xml:1758(glossterm) ./doc/glossary/glossary-terms.xml:1762(secondary) ./doc/glossary/glossary-terms.xml:5602(secondary) msgid "Compute API" msgstr "" @@ -1277,7 +1277,7 @@ msgstr "" msgid "concatenated object" msgstr "" -#: ./doc/glossary/glossary-terms.xml:1847(primary) ./doc/glossary/glossary-terms.xml:4932(primary) ./doc/glossary/glossary-terms.xml:5607(primary) ./doc/glossary/glossary-terms.xml:5621(primary) ./doc/glossary/glossary-terms.xml:5635(primary) ./doc/glossary/glossary-terms.xml:5650(primary) ./doc/glossary/glossary-terms.xml:5663(primary) ./doc/glossary/glossary-terms.xml:5677(primary) ./doc/glossary/glossary-terms.xml:5691(primary) ./doc/glossary/glossary-terms.xml:5746(primary) ./doc/glossary/glossary-terms.xml:7194(primary) +#: ./doc/glossary/glossary-terms.xml:1847(primary) ./doc/glossary/glossary-terms.xml:4945(primary) ./doc/glossary/glossary-terms.xml:5634(primary) ./doc/glossary/glossary-terms.xml:5648(primary) ./doc/glossary/glossary-terms.xml:5662(primary) ./doc/glossary/glossary-terms.xml:5677(primary) ./doc/glossary/glossary-terms.xml:5690(primary) ./doc/glossary/glossary-terms.xml:5704(primary) ./doc/glossary/glossary-terms.xml:5718(primary) ./doc/glossary/glossary-terms.xml:5773(primary) ./doc/glossary/glossary-terms.xml:7221(primary) msgid "objects" msgstr "" @@ -1701,7 +1701,7 @@ msgstr "" msgid "DHCP (Dynamic Host Configuration Protocol)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2426(secondary) ./doc/glossary/glossary-terms.xml:3782(secondary) ./doc/glossary/glossary-terms.xml:3912(secondary) ./doc/glossary/glossary-terms.xml:3993(secondary) ./doc/glossary/glossary-terms.xml:5841(secondary) ./doc/glossary/glossary-terms.xml:6676(secondary) +#: ./doc/glossary/glossary-terms.xml:2426(secondary) ./doc/glossary/glossary-terms.xml:3795(secondary) ./doc/glossary/glossary-terms.xml:3925(secondary) ./doc/glossary/glossary-terms.xml:4006(secondary) ./doc/glossary/glossary-terms.xml:5868(secondary) ./doc/glossary/glossary-terms.xml:6703(secondary) msgid "basics of" msgstr "" @@ -1946,4186 +1946,4210 @@ msgid "E" msgstr "" #: ./doc/glossary/glossary-terms.xml:2734(glossterm) ./doc/glossary/glossary-terms.xml:2736(primary) -msgid "EBS boot volume" +msgid "east-west traffic" msgstr "" #: ./doc/glossary/glossary-terms.xml:2740(para) +msgid "Network traffic between servers in the same cloud or data center. See also north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2747(glossterm) ./doc/glossary/glossary-terms.xml:2749(primary) +msgid "EBS boot volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:2753(para) msgid "An Amazon EBS storage volume that contains a bootable VM image, currently unsupported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2746(glossterm) ./doc/glossary/glossary-terms.xml:2748(primary) ./doc/glossary/glossary-terms.xml:2976(glossterm) ./doc/glossary/glossary-terms.xml:2978(primary) +#: ./doc/glossary/glossary-terms.xml:2759(glossterm) ./doc/glossary/glossary-terms.xml:2761(primary) ./doc/glossary/glossary-terms.xml:2989(glossterm) ./doc/glossary/glossary-terms.xml:2991(primary) msgid "ebtables" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2752(para) +#: ./doc/glossary/glossary-terms.xml:2765(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:2759(glossterm) ./doc/glossary/glossary-terms.xml:2770(primary) ./doc/glossary/glossary-terms.xml:2784(primary) ./doc/glossary/glossary-terms.xml:2798(primary) ./doc/glossary/glossary-terms.xml:2812(primary) +#: ./doc/glossary/glossary-terms.xml:2772(glossterm) ./doc/glossary/glossary-terms.xml:2783(primary) ./doc/glossary/glossary-terms.xml:2797(primary) ./doc/glossary/glossary-terms.xml:2811(primary) ./doc/glossary/glossary-terms.xml:2825(primary) msgid "EC2" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2762(para) +#: ./doc/glossary/glossary-terms.xml:2775(para) msgid "The Amazon commercial compute product, similar to Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2768(glossterm) ./doc/glossary/glossary-terms.xml:2772(secondary) +#: ./doc/glossary/glossary-terms.xml:2781(glossterm) ./doc/glossary/glossary-terms.xml:2785(secondary) msgid "EC2 access key" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2776(para) +#: ./doc/glossary/glossary-terms.xml:2789(para) msgid "Used along with an EC2 secret key to access the Compute EC2 API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2782(glossterm) ./doc/glossary/glossary-terms.xml:2786(secondary) +#: ./doc/glossary/glossary-terms.xml:2795(glossterm) ./doc/glossary/glossary-terms.xml:2799(secondary) msgid "EC2 API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2790(para) +#: ./doc/glossary/glossary-terms.xml:2803(para) msgid "OpenStack supports accessing the Amazon EC2 API through Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2796(glossterm) +#: ./doc/glossary/glossary-terms.xml:2809(glossterm) msgid "EC2 Compatibility API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2800(secondary) +#: ./doc/glossary/glossary-terms.xml:2813(secondary) msgid "EC2 compatibility API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2804(para) +#: ./doc/glossary/glossary-terms.xml:2817(para) msgid "A Compute component that enables OpenStack to communicate with Amazon EC2." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2810(glossterm) ./doc/glossary/glossary-terms.xml:2814(secondary) +#: ./doc/glossary/glossary-terms.xml:2823(glossterm) ./doc/glossary/glossary-terms.xml:2827(secondary) msgid "EC2 secret key" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2818(para) +#: ./doc/glossary/glossary-terms.xml:2831(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:2824(glossterm) ./doc/glossary/glossary-terms.xml:2826(primary) +#: ./doc/glossary/glossary-terms.xml:2837(glossterm) ./doc/glossary/glossary-terms.xml:2839(primary) msgid "Elastic Block Storage (EBS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2830(para) +#: ./doc/glossary/glossary-terms.xml:2843(para) msgid "The Amazon commercial block storage product." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2835(glossterm) +#: ./doc/glossary/glossary-terms.xml:2848(glossterm) msgid "encryption" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2837(primary) +#: ./doc/glossary/glossary-terms.xml:2850(primary) msgid "encryption, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2841(para) +#: ./doc/glossary/glossary-terms.xml:2854(para) msgid "OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, digital certificates, and data encryption." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2847(glossterm) +#: ./doc/glossary/glossary-terms.xml:2860(glossterm) msgid "endpoint" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2850(para) +#: ./doc/glossary/glossary-terms.xml:2863(para) msgid "See API endpoint." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2855(glossterm) ./doc/glossary/glossary-terms.xml:2859(secondary) +#: ./doc/glossary/glossary-terms.xml:2868(glossterm) ./doc/glossary/glossary-terms.xml:2872(secondary) msgid "endpoint registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2863(para) +#: ./doc/glossary/glossary-terms.xml:2876(para) msgid "Alternative term for an Identity Service catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2868(glossterm) ./doc/glossary/glossary-terms.xml:2870(primary) +#: ./doc/glossary/glossary-terms.xml:2881(glossterm) ./doc/glossary/glossary-terms.xml:2883(primary) msgid "encapsulation" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2874(para) +#: ./doc/glossary/glossary-terms.xml:2887(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:2883(glossterm) +#: ./doc/glossary/glossary-terms.xml:2896(glossterm) msgid "endpoint template" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2887(secondary) +#: ./doc/glossary/glossary-terms.xml:2900(secondary) msgid "endpoint templates" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2891(para) +#: ./doc/glossary/glossary-terms.xml:2904(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:2898(glossterm) +#: ./doc/glossary/glossary-terms.xml:2911(glossterm) msgid "entity" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2900(primary) +#: ./doc/glossary/glossary-terms.xml:2913(primary) msgid "entity, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2904(para) +#: ./doc/glossary/glossary-terms.xml:2917(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:2912(glossterm) +#: ./doc/glossary/glossary-terms.xml:2925(glossterm) msgid "ephemeral image" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2914(primary) +#: ./doc/glossary/glossary-terms.xml:2927(primary) msgid "ephemeral images" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2918(para) +#: ./doc/glossary/glossary-terms.xml:2931(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:2925(glossterm) ./doc/glossary/glossary-terms.xml:2927(primary) ./doc/glossary/glossary-terms.xml:5554(see) +#: ./doc/glossary/glossary-terms.xml:2938(glossterm) ./doc/glossary/glossary-terms.xml:2940(primary) ./doc/glossary/glossary-terms.xml:5567(see) msgid "ephemeral volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2931(para) +#: ./doc/glossary/glossary-terms.xml:2944(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:2937(glossterm) ./doc/glossary/glossary-terms.xml:2939(primary) +#: ./doc/glossary/glossary-terms.xml:2950(glossterm) ./doc/glossary/glossary-terms.xml:2952(primary) msgid "Essex" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2943(para) +#: ./doc/glossary/glossary-terms.xml:2956(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:2947(para) +#: ./doc/glossary/glossary-terms.xml:2960(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:2954(glossterm) +#: ./doc/glossary/glossary-terms.xml:2967(glossterm) msgid "ESX" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2956(primary) +#: ./doc/glossary/glossary-terms.xml:2969(primary) msgid "ESX hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2960(para) ./doc/glossary/glossary-terms.xml:2971(para) ./doc/glossary/glossary-terms.xml:4806(para) ./doc/glossary/glossary-terms.xml:8220(para) ./doc/glossary/glossary-terms.xml:8453(para) ./doc/glossary/glossary-terms.xml:8683(para) ./doc/glossary/glossary-terms.xml:8784(para) ./doc/glossary/glossary-terms.xml:8811(para) +#: ./doc/glossary/glossary-terms.xml:2973(para) ./doc/glossary/glossary-terms.xml:2984(para) ./doc/glossary/glossary-terms.xml:4819(para) ./doc/glossary/glossary-terms.xml:8261(para) ./doc/glossary/glossary-terms.xml:8494(para) ./doc/glossary/glossary-terms.xml:8724(para) ./doc/glossary/glossary-terms.xml:8825(para) ./doc/glossary/glossary-terms.xml:8852(para) msgid "An OpenStack-supported hypervisor." msgstr "" -#: ./doc/glossary/glossary-terms.xml:2965(glossterm) +#: ./doc/glossary/glossary-terms.xml:2978(glossterm) msgid "ESXi" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2967(primary) +#: ./doc/glossary/glossary-terms.xml:2980(primary) msgid "ESXi hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2982(para) +#: ./doc/glossary/glossary-terms.xml:2995(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:2990(glossterm) ./doc/glossary/glossary-terms.xml:2992(primary) +#: ./doc/glossary/glossary-terms.xml:3003(glossterm) ./doc/glossary/glossary-terms.xml:3005(primary) msgid "ETag" msgstr "" -#: ./doc/glossary/glossary-terms.xml:2996(para) +#: ./doc/glossary/glossary-terms.xml:3009(para) msgid "MD5 hash of an object within Object Storage, used to ensure data integrity." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3002(glossterm) ./doc/glossary/glossary-terms.xml:3004(primary) +#: ./doc/glossary/glossary-terms.xml:3015(glossterm) ./doc/glossary/glossary-terms.xml:3017(primary) msgid "euca2ools" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3008(para) +#: ./doc/glossary/glossary-terms.xml:3021(para) msgid "A collection of command-line tools for administering VMs; most are compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3014(glossterm) ./doc/glossary/glossary-terms.xml:3016(primary) +#: ./doc/glossary/glossary-terms.xml:3027(glossterm) ./doc/glossary/glossary-terms.xml:3029(primary) msgid "Eucalyptus Kernel Image (EKI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3020(para) +#: ./doc/glossary/glossary-terms.xml:3033(para) msgid "Used along with an ERI to create an EMI." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3025(glossterm) ./doc/glossary/glossary-terms.xml:3027(primary) +#: ./doc/glossary/glossary-terms.xml:3038(glossterm) ./doc/glossary/glossary-terms.xml:3040(primary) msgid "Eucalyptus Machine Image (EMI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3031(para) +#: ./doc/glossary/glossary-terms.xml:3044(para) msgid "VM image container format supported by Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3036(glossterm) ./doc/glossary/glossary-terms.xml:3038(primary) +#: ./doc/glossary/glossary-terms.xml:3049(glossterm) ./doc/glossary/glossary-terms.xml:3051(primary) msgid "Eucalyptus Ramdisk Image (ERI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3042(para) +#: ./doc/glossary/glossary-terms.xml:3055(para) msgid "Used along with an EKI to create an EMI." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3047(glossterm) +#: ./doc/glossary/glossary-terms.xml:3060(glossterm) msgid "evacuate" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3049(primary) +#: ./doc/glossary/glossary-terms.xml:3062(primary) msgid "evacuation, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3053(para) +#: ./doc/glossary/glossary-terms.xml:3066(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:3060(glossterm) ./doc/glossary/glossary-terms.xml:3062(primary) +#: ./doc/glossary/glossary-terms.xml:3073(glossterm) ./doc/glossary/glossary-terms.xml:3075(primary) msgid "exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3066(para) +#: ./doc/glossary/glossary-terms.xml:3079(para) msgid "Alternative term for a RabbitMQ message exchange." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3071(glossterm) +#: ./doc/glossary/glossary-terms.xml:3084(glossterm) msgid "exchange type" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3073(primary) +#: ./doc/glossary/glossary-terms.xml:3086(primary) msgid "exchange types" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3077(para) +#: ./doc/glossary/glossary-terms.xml:3090(para) msgid "A routing algorithm in the Compute RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3082(glossterm) +#: ./doc/glossary/glossary-terms.xml:3095(glossterm) msgid "exclusive queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3084(primary) ./doc/glossary/glossary-terms.xml:8119(primary) +#: ./doc/glossary/glossary-terms.xml:3097(primary) ./doc/glossary/glossary-terms.xml:8146(primary) msgid "queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3086(secondary) ./doc/glossary/glossary-terms.xml:3089(primary) +#: ./doc/glossary/glossary-terms.xml:3099(secondary) ./doc/glossary/glossary-terms.xml:3102(primary) msgid "exclusive queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3093(para) +#: ./doc/glossary/glossary-terms.xml:3106(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:3099(glossterm) ./doc/glossary/glossary-terms.xml:3101(primary) +#: ./doc/glossary/glossary-terms.xml:3112(glossterm) ./doc/glossary/glossary-terms.xml:3114(primary) msgid "extended attributes (xattrs)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3105(para) +#: ./doc/glossary/glossary-terms.xml:3118(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:3113(glossterm) +#: ./doc/glossary/glossary-terms.xml:3126(glossterm) msgid "extension" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3115(primary) +#: ./doc/glossary/glossary-terms.xml:3128(primary) msgid "extensions" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3121(para) +#: ./doc/glossary/glossary-terms.xml:3134(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:3128(glossterm) +#: ./doc/glossary/glossary-terms.xml:3141(glossterm) msgid "external network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3130(primary) +#: ./doc/glossary/glossary-terms.xml:3143(primary) msgid "external network, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3134(para) +#: ./doc/glossary/glossary-terms.xml:3147(para) msgid "A network segment typically used for instance Internet access." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3140(glossterm) +#: ./doc/glossary/glossary-terms.xml:3153(glossterm) msgid "extra specs" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3142(primary) +#: ./doc/glossary/glossary-terms.xml:3155(primary) msgid "extra specs, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3146(para) +#: ./doc/glossary/glossary-terms.xml:3159(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:3156(title) +#: ./doc/glossary/glossary-terms.xml:3169(title) msgid "F" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3159(glossterm) ./doc/glossary/glossary-terms.xml:3161(primary) +#: ./doc/glossary/glossary-terms.xml:3172(glossterm) ./doc/glossary/glossary-terms.xml:3174(primary) msgid "FakeLDAP" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3165(para) +#: ./doc/glossary/glossary-terms.xml:3178(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:3171(glossterm) ./doc/glossary/glossary-terms.xml:3173(primary) +#: ./doc/glossary/glossary-terms.xml:3184(glossterm) ./doc/glossary/glossary-terms.xml:3186(primary) msgid "fan-out exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3177(para) +#: ./doc/glossary/glossary-terms.xml:3190(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:3184(glossterm) ./doc/glossary/glossary-terms.xml:3186(primary) +#: ./doc/glossary/glossary-terms.xml:3197(glossterm) ./doc/glossary/glossary-terms.xml:3199(primary) msgid "Fedora" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3190(para) +#: ./doc/glossary/glossary-terms.xml:3203(para) msgid "A Linux distribution compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3195(glossterm) ./doc/glossary/glossary-terms.xml:3197(primary) +#: ./doc/glossary/glossary-terms.xml:3208(glossterm) ./doc/glossary/glossary-terms.xml:3210(primary) msgid "Fibre Channel" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3201(para) +#: ./doc/glossary/glossary-terms.xml:3214(para) msgid "Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands and data." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3207(glossterm) ./doc/glossary/glossary-terms.xml:3209(primary) +#: ./doc/glossary/glossary-terms.xml:3220(glossterm) ./doc/glossary/glossary-terms.xml:3222(primary) msgid "Fibre Channel over Ethernet (FCoE)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3213(para) +#: ./doc/glossary/glossary-terms.xml:3226(para) msgid "The fibre channel protocol tunneled within Ethernet." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3218(glossterm) ./doc/glossary/glossary-terms.xml:3220(primary) +#: ./doc/glossary/glossary-terms.xml:3231(glossterm) ./doc/glossary/glossary-terms.xml:3233(primary) msgid "fill-first scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3224(para) +#: ./doc/glossary/glossary-terms.xml:3237(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:3230(glossterm) +#: ./doc/glossary/glossary-terms.xml:3243(glossterm) msgid "filter" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3232(primary) ./doc/glossary/glossary-terms.xml:4207(primary) +#: ./doc/glossary/glossary-terms.xml:3245(primary) ./doc/glossary/glossary-terms.xml:4220(primary) msgid "filtering" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3238(para) +#: ./doc/glossary/glossary-terms.xml:3251(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:3244(glossterm) +#: ./doc/glossary/glossary-terms.xml:3257(glossterm) msgid "firewall" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3246(primary) +#: ./doc/glossary/glossary-terms.xml:3259(primary) msgid "firewalls" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3250(para) +#: ./doc/glossary/glossary-terms.xml:3263(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:3257(glossterm) ./doc/glossary/glossary-terms.xml:3259(primary) +#: ./doc/glossary/glossary-terms.xml:3270(glossterm) ./doc/glossary/glossary-terms.xml:3272(primary) msgid "Firewall-as-a-Service (FWaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3263(para) +#: ./doc/glossary/glossary-terms.xml:3276(para) msgid "A Networking extension that provides perimeter firewall functionality." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3269(glossterm) +#: ./doc/glossary/glossary-terms.xml:3282(glossterm) msgid "fixed IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3271(primary) ./doc/glossary/glossary-terms.xml:3367(primary) ./doc/glossary/glossary-terms.xml:4421(primary) ./doc/glossary/glossary-terms.xml:6186(primary) ./doc/glossary/glossary-terms.xml:6375(primary) ./doc/glossary/glossary-terms.xml:7372(primary) ./doc/glossary/glossary-terms.xml:7599(primary) +#: ./doc/glossary/glossary-terms.xml:3284(primary) ./doc/glossary/glossary-terms.xml:3380(primary) ./doc/glossary/glossary-terms.xml:4434(primary) ./doc/glossary/glossary-terms.xml:6213(primary) ./doc/glossary/glossary-terms.xml:6402(primary) ./doc/glossary/glossary-terms.xml:7399(primary) ./doc/glossary/glossary-terms.xml:7626(primary) msgid "IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3273(secondary) +#: ./doc/glossary/glossary-terms.xml:3286(secondary) msgid "fixed" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3276(primary) +#: ./doc/glossary/glossary-terms.xml:3289(primary) msgid "fixed IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3280(para) +#: ./doc/glossary/glossary-terms.xml:3293(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:3288(glossterm) ./doc/glossary/glossary-terms.xml:3290(primary) +#: ./doc/glossary/glossary-terms.xml:3301(glossterm) ./doc/glossary/glossary-terms.xml:3303(primary) msgid "Flat Manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3294(para) +#: ./doc/glossary/glossary-terms.xml:3307(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:3301(glossterm) ./doc/glossary/glossary-terms.xml:3303(primary) +#: ./doc/glossary/glossary-terms.xml:3314(glossterm) ./doc/glossary/glossary-terms.xml:3316(primary) msgid "flat mode injection" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3307(para) +#: ./doc/glossary/glossary-terms.xml:3320(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:3314(glossterm) ./doc/glossary/glossary-terms.xml:3316(primary) +#: ./doc/glossary/glossary-terms.xml:3327(glossterm) ./doc/glossary/glossary-terms.xml:3329(primary) msgid "flat network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3320(para) +#: ./doc/glossary/glossary-terms.xml:3333(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:3330(glossterm) ./doc/glossary/glossary-terms.xml:3332(primary) +#: ./doc/glossary/glossary-terms.xml:3343(glossterm) ./doc/glossary/glossary-terms.xml:3345(primary) msgid "FlatDHCP Manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3336(para) +#: ./doc/glossary/glossary-terms.xml:3349(para) msgid "The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and radvd (routing) services." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3342(glossterm) ./doc/glossary/glossary-terms.xml:3344(primary) +#: ./doc/glossary/glossary-terms.xml:3355(glossterm) ./doc/glossary/glossary-terms.xml:3357(primary) msgid "flavor" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3348(para) +#: ./doc/glossary/glossary-terms.xml:3361(para) msgid "Alternative term for a VM instance type." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3353(glossterm) ./doc/glossary/glossary-terms.xml:3355(primary) +#: ./doc/glossary/glossary-terms.xml:3366(glossterm) ./doc/glossary/glossary-terms.xml:3368(primary) msgid "flavor ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3359(para) +#: ./doc/glossary/glossary-terms.xml:3372(para) msgid "UUID for each Compute or Image Service VM flavor or instance type." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3365(glossterm) ./doc/glossary/glossary-terms.xml:3372(primary) +#: ./doc/glossary/glossary-terms.xml:3378(glossterm) ./doc/glossary/glossary-terms.xml:3385(primary) msgid "floating IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3369(secondary) +#: ./doc/glossary/glossary-terms.xml:3382(secondary) msgid "floating" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3376(para) +#: ./doc/glossary/glossary-terms.xml:3389(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:3385(glossterm) ./doc/glossary/glossary-terms.xml:3387(primary) +#: ./doc/glossary/glossary-terms.xml:3398(glossterm) ./doc/glossary/glossary-terms.xml:3400(primary) msgid "Folsom" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3391(para) +#: ./doc/glossary/glossary-terms.xml:3404(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:3396(para) +#: ./doc/glossary/glossary-terms.xml:3409(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:3404(glossterm) ./doc/glossary/glossary-terms.xml:3406(primary) +#: ./doc/glossary/glossary-terms.xml:3417(glossterm) ./doc/glossary/glossary-terms.xml:3419(primary) msgid "FormPost" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3410(para) +#: ./doc/glossary/glossary-terms.xml:3423(para) msgid "Object Storage middleware that uploads (posts) an image through a form on a web page." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3416(glossterm) +#: ./doc/glossary/glossary-terms.xml:3429(glossterm) msgid "front end" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3418(primary) +#: ./doc/glossary/glossary-terms.xml:3431(primary) msgid "front end, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3422(para) +#: ./doc/glossary/glossary-terms.xml:3435(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:3431(title) +#: ./doc/glossary/glossary-terms.xml:3444(title) msgid "G" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3434(glossterm) ./doc/glossary/glossary-terms.xml:3436(primary) +#: ./doc/glossary/glossary-terms.xml:3447(glossterm) ./doc/glossary/glossary-terms.xml:3449(primary) msgid "gateway" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3440(para) +#: ./doc/glossary/glossary-terms.xml:3453(para) msgid "An IP address, typically assigned to a router, that passes network traffic between different networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3446(glossterm) ./doc/glossary/glossary-terms.xml:3448(primary) +#: ./doc/glossary/glossary-terms.xml:3459(glossterm) ./doc/glossary/glossary-terms.xml:3461(primary) msgid "Generic Receive Offload (GRO)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3451(para) +#: ./doc/glossary/glossary-terms.xml:3464(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:3458(glossterm) +#: ./doc/glossary/glossary-terms.xml:3471(glossterm) msgid "generic routing encapsulation (GRE)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3460(primary) ./doc/glossary/glossary-terms.xml:4367(primary) ./doc/glossary/glossary-terms.xml:4596(primary) ./doc/glossary/glossary-terms.xml:4963(primary) ./doc/glossary/glossary-terms.xml:5252(primary) ./doc/glossary/glossary-terms.xml:5268(primary) ./doc/glossary/glossary-terms.xml:5282(primary) ./doc/glossary/glossary-terms.xml:5297(primary) ./doc/glossary/glossary-terms.xml:5311(primary) ./doc/glossary/glossary-terms.xml:5325(primary) ./doc/glossary/glossary-terms.xml:5339(primary) ./doc/glossary/glossary-terms.xml:5352(primary) ./doc/glossary/glossary-terms.xml:5366(primary) ./doc/glossary/glossary-terms.xml:5380(primary) ./doc/glossary/glossary-terms.xml:5394(primary) ./doc/glossary/glossary-terms.xml:5993(primary) ./doc/glossary/glossary-terms.xml:6203(primary) ./doc/glossary/glossary-terms.xml:6403(primary) ./doc/glossary/glossary-terms.xml:8324(primary) ./doc/glossary/glossary-terms.xml:8472(primary) +#: ./doc/glossary/glossary-terms.xml:3473(primary) ./doc/glossary/glossary-terms.xml:4380(primary) ./doc/glossary/glossary-terms.xml:4609(primary) ./doc/glossary/glossary-terms.xml:4976(primary) ./doc/glossary/glossary-terms.xml:5265(primary) ./doc/glossary/glossary-terms.xml:5281(primary) ./doc/glossary/glossary-terms.xml:5295(primary) ./doc/glossary/glossary-terms.xml:5310(primary) ./doc/glossary/glossary-terms.xml:5324(primary) ./doc/glossary/glossary-terms.xml:5338(primary) ./doc/glossary/glossary-terms.xml:5352(primary) ./doc/glossary/glossary-terms.xml:5365(primary) ./doc/glossary/glossary-terms.xml:5379(primary) ./doc/glossary/glossary-terms.xml:5393(primary) ./doc/glossary/glossary-terms.xml:5407(primary) ./doc/glossary/glossary-terms.xml:6020(primary) ./doc/glossary/glossary-terms.xml:6230(primary) ./doc/glossary/glossary-terms.xml:6430(primary) ./doc/glossary/glossary-terms.xml:8365(primary) ./doc/glossary/glossary-terms.xml:8513(primary) msgid "networks" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3463(para) +#: ./doc/glossary/glossary-terms.xml:3476(para) msgid "Protocol that encapsulates a wide variety of network layer protocols inside virtual point-to-point links." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3470(glossterm) ./doc/glossary/glossary-terms.xml:3480(primary) ./doc/glossary/glossary-terms.xml:3495(primary) +#: ./doc/glossary/glossary-terms.xml:3483(glossterm) ./doc/glossary/glossary-terms.xml:3493(primary) ./doc/glossary/glossary-terms.xml:3508(primary) msgid "glance" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3473(para) +#: ./doc/glossary/glossary-terms.xml:3486(para) msgid "A core project that provides the OpenStack Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3478(glossterm) ./doc/glossary/glossary-terms.xml:3482(secondary) +#: ./doc/glossary/glossary-terms.xml:3491(glossterm) ./doc/glossary/glossary-terms.xml:3495(secondary) msgid "glance API server" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3486(para) +#: ./doc/glossary/glossary-terms.xml:3499(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:3493(glossterm) ./doc/glossary/glossary-terms.xml:3497(secondary) +#: ./doc/glossary/glossary-terms.xml:3506(glossterm) ./doc/glossary/glossary-terms.xml:3510(secondary) msgid "glance registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3501(para) +#: ./doc/glossary/glossary-terms.xml:3514(para) msgid "Alternative term for the Image Service image registry." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3506(glossterm) ./doc/glossary/glossary-terms.xml:3510(secondary) ./doc/glossary/glossary-terms.xml:3513(primary) +#: ./doc/glossary/glossary-terms.xml:3519(glossterm) ./doc/glossary/glossary-terms.xml:3523(secondary) ./doc/glossary/glossary-terms.xml:3526(primary) msgid "global endpoint template" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3517(para) +#: ./doc/glossary/glossary-terms.xml:3530(para) msgid "The Identity Service endpoint template that contains services available to all tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3523(glossterm) ./doc/glossary/glossary-terms.xml:3525(primary) +#: ./doc/glossary/glossary-terms.xml:3536(glossterm) ./doc/glossary/glossary-terms.xml:3538(primary) msgid "GlusterFS" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3529(para) +#: ./doc/glossary/glossary-terms.xml:3542(para) msgid "A file system designed to aggregate NAS hosts, compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3535(glossterm) ./doc/glossary/glossary-terms.xml:3537(primary) +#: ./doc/glossary/glossary-terms.xml:3548(glossterm) ./doc/glossary/glossary-terms.xml:3550(primary) msgid "golden image" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3541(para) +#: ./doc/glossary/glossary-terms.xml:3554(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:3548(glossterm) ./doc/glossary/glossary-terms.xml:3550(primary) +#: ./doc/glossary/glossary-terms.xml:3561(glossterm) ./doc/glossary/glossary-terms.xml:3563(primary) msgid "Graphic Interchange Format (GIF)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3554(para) +#: ./doc/glossary/glossary-terms.xml:3567(para) msgid "A type of image file that is commonly used for animated images on web pages." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3560(glossterm) ./doc/glossary/glossary-terms.xml:3562(primary) +#: ./doc/glossary/glossary-terms.xml:3573(glossterm) ./doc/glossary/glossary-terms.xml:3575(primary) msgid "Graphics Processing Unit (GPU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3566(para) +#: ./doc/glossary/glossary-terms.xml:3579(para) msgid "Choosing a host based on the existence of a GPU is currently unsupported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3572(glossterm) ./doc/glossary/glossary-terms.xml:3574(primary) +#: ./doc/glossary/glossary-terms.xml:3585(glossterm) ./doc/glossary/glossary-terms.xml:3587(primary) msgid "Green Threads" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3578(para) +#: ./doc/glossary/glossary-terms.xml:3591(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:3585(glossterm) ./doc/glossary/glossary-terms.xml:3587(primary) +#: ./doc/glossary/glossary-terms.xml:3598(glossterm) ./doc/glossary/glossary-terms.xml:3600(primary) msgid "Grizzly" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3591(para) +#: ./doc/glossary/glossary-terms.xml:3604(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:3599(glossterm) ./doc/glossary/glossary-terms.xml:3601(primary) +#: ./doc/glossary/glossary-terms.xml:3612(glossterm) ./doc/glossary/glossary-terms.xml:3614(primary) msgid "guest OS" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3605(para) +#: ./doc/glossary/glossary-terms.xml:3618(para) msgid "An operating system instance running under the control of a hypervisor." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3614(title) +#: ./doc/glossary/glossary-terms.xml:3627(title) msgid "H" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3617(glossterm) ./doc/glossary/glossary-terms.xml:3619(primary) +#: ./doc/glossary/glossary-terms.xml:3630(glossterm) ./doc/glossary/glossary-terms.xml:3632(primary) msgid "Hadoop" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3623(para) +#: ./doc/glossary/glossary-terms.xml:3636(para) msgid "Apache Hadoop is an open source software framework that supports data-intensive distributed applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3629(glossterm) ./doc/glossary/glossary-terms.xml:3631(primary) +#: ./doc/glossary/glossary-terms.xml:3642(glossterm) ./doc/glossary/glossary-terms.xml:3644(primary) msgid "handover" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3635(para) +#: ./doc/glossary/glossary-terms.xml:3648(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:3641(glossterm) ./doc/glossary/glossary-terms.xml:3643(primary) +#: ./doc/glossary/glossary-terms.xml:3654(glossterm) ./doc/glossary/glossary-terms.xml:3656(primary) msgid "hard reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3647(para) +#: ./doc/glossary/glossary-terms.xml:3660(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:3654(glossterm) ./doc/glossary/glossary-terms.xml:3656(primary) +#: ./doc/glossary/glossary-terms.xml:3667(glossterm) ./doc/glossary/glossary-terms.xml:3669(primary) msgid "Havana" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3660(para) +#: ./doc/glossary/glossary-terms.xml:3673(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:3667(glossterm) ./doc/glossary/glossary-terms.xml:3669(primary) +#: ./doc/glossary/glossary-terms.xml:3680(glossterm) ./doc/glossary/glossary-terms.xml:3682(primary) msgid "heat" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3673(para) +#: ./doc/glossary/glossary-terms.xml:3686(para) msgid "An integrated project that aims to orchestrate multiple cloud applications for OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3679(glossterm) ./doc/glossary/glossary-terms.xml:3681(primary) +#: ./doc/glossary/glossary-terms.xml:3692(glossterm) ./doc/glossary/glossary-terms.xml:3694(primary) msgid "Heat Orchestration Template (HOT)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3685(para) +#: ./doc/glossary/glossary-terms.xml:3698(para) msgid "Heat input in the format native to OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3690(glossterm) ./doc/glossary/glossary-terms.xml:3692(primary) +#: ./doc/glossary/glossary-terms.xml:3703(glossterm) ./doc/glossary/glossary-terms.xml:3705(primary) msgid "health monitor" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3696(para) +#: ./doc/glossary/glossary-terms.xml:3709(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:3706(glossterm) ./doc/glossary/glossary-terms.xml:3708(primary) +#: ./doc/glossary/glossary-terms.xml:3719(glossterm) ./doc/glossary/glossary-terms.xml:3721(primary) msgid "high availability (HA)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3712(para) +#: ./doc/glossary/glossary-terms.xml:3725(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:3723(glossterm) +#: ./doc/glossary/glossary-terms.xml:3736(glossterm) msgid "horizon" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3726(para) +#: ./doc/glossary/glossary-terms.xml:3739(para) msgid "OpenStack project that provides a dashboard, which is a web interface." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3732(glossterm) +#: ./doc/glossary/glossary-terms.xml:3745(glossterm) msgid "horizon plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3734(primary) +#: ./doc/glossary/glossary-terms.xml:3747(primary) msgid "horizon plug-ins" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3738(para) +#: ./doc/glossary/glossary-terms.xml:3751(para) msgid "A plug-in for the OpenStack dashboard (horizon)." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3743(glossterm) +#: ./doc/glossary/glossary-terms.xml:3756(glossterm) msgid "host" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3745(primary) +#: ./doc/glossary/glossary-terms.xml:3758(primary) msgid "hosts, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3749(para) +#: ./doc/glossary/glossary-terms.xml:3762(para) msgid "A physical computer, not a VM instance (node)." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3754(glossterm) ./doc/glossary/glossary-terms.xml:3756(primary) +#: ./doc/glossary/glossary-terms.xml:3767(glossterm) ./doc/glossary/glossary-terms.xml:3769(primary) msgid "host aggregate" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3760(para) +#: ./doc/glossary/glossary-terms.xml:3773(para) msgid "A method to further subdivide availability zones into hypervisor pools, a collection of common hosts." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3766(glossterm) ./doc/glossary/glossary-terms.xml:3768(primary) +#: ./doc/glossary/glossary-terms.xml:3779(glossterm) ./doc/glossary/glossary-terms.xml:3781(primary) msgid "Host Bus Adapter (HBA)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3772(para) +#: ./doc/glossary/glossary-terms.xml:3785(para) msgid "Device plugged into a PCI slot, such as a fibre channel or network card." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3778(glossterm) +#: ./doc/glossary/glossary-terms.xml:3791(glossterm) msgid "HTTP" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3780(primary) +#: ./doc/glossary/glossary-terms.xml:3793(primary) msgid "HTTP (Hypertext Transfer Protocol)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3786(para) +#: ./doc/glossary/glossary-terms.xml:3799(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:3796(glossterm) +#: ./doc/glossary/glossary-terms.xml:3809(glossterm) msgid "HTTPS" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3798(primary) +#: ./doc/glossary/glossary-terms.xml:3811(primary) msgid "HTTPS (Hypertext Transfer Protocol Secure)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3802(para) +#: ./doc/glossary/glossary-terms.xml:3815(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:3813(glossterm) ./doc/glossary/glossary-terms.xml:3815(primary) +#: ./doc/glossary/glossary-terms.xml:3826(glossterm) ./doc/glossary/glossary-terms.xml:3828(primary) msgid "hybrid cloud" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3819(para) +#: ./doc/glossary/glossary-terms.xml:3832(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:3831(glossterm) ./doc/glossary/glossary-terms.xml:3833(primary) +#: ./doc/glossary/glossary-terms.xml:3844(glossterm) ./doc/glossary/glossary-terms.xml:3846(primary) msgid "Hyper-V" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3837(para) +#: ./doc/glossary/glossary-terms.xml:3850(para) msgid "One of the hypervisors supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3842(glossterm) ./doc/glossary/glossary-terms.xml:3844(primary) +#: ./doc/glossary/glossary-terms.xml:3855(glossterm) ./doc/glossary/glossary-terms.xml:3857(primary) msgid "hyperlink" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3848(para) +#: ./doc/glossary/glossary-terms.xml:3861(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:3855(glossterm) +#: ./doc/glossary/glossary-terms.xml:3868(glossterm) msgid "Hypertext Transfer Protocol (HTTP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3858(para) +#: ./doc/glossary/glossary-terms.xml:3871(para) msgid "The protocol that tells browsers where to go to find information." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3864(glossterm) +#: ./doc/glossary/glossary-terms.xml:3877(glossterm) msgid "Hypertext Transfer Protocol Secure (HTTPS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3867(para) +#: ./doc/glossary/glossary-terms.xml:3880(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:3874(glossterm) +#: ./doc/glossary/glossary-terms.xml:3887(glossterm) msgid "hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3876(primary) ./doc/glossary/glossary-terms.xml:3890(primary) +#: ./doc/glossary/glossary-terms.xml:3889(primary) ./doc/glossary/glossary-terms.xml:3903(primary) msgid "hypervisors" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3882(para) +#: ./doc/glossary/glossary-terms.xml:3895(para) msgid "Software that arbitrates and controls VM access to the actual underlying hardware." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3888(glossterm) +#: ./doc/glossary/glossary-terms.xml:3901(glossterm) msgid "hypervisor pool" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3892(secondary) +#: ./doc/glossary/glossary-terms.xml:3905(secondary) msgid "hypervisor pools" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3896(para) +#: ./doc/glossary/glossary-terms.xml:3909(para) msgid "A collection of hypervisors grouped together through host aggregates." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3905(title) +#: ./doc/glossary/glossary-terms.xml:3918(title) msgid "I" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3908(glossterm) +#: ./doc/glossary/glossary-terms.xml:3921(glossterm) msgid "IaaS" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3910(primary) +#: ./doc/glossary/glossary-terms.xml:3923(primary) msgid "IaaS (Infrastructure-as-a-Service)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3916(para) +#: ./doc/glossary/glossary-terms.xml:3929(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:3926(glossterm) ./doc/glossary/glossary-terms.xml:3928(primary) +#: ./doc/glossary/glossary-terms.xml:3939(glossterm) ./doc/glossary/glossary-terms.xml:3941(primary) msgid "Icehouse" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3934(para) +#: ./doc/glossary/glossary-terms.xml:3947(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:3941(glossterm) +#: ./doc/glossary/glossary-terms.xml:3954(glossterm) msgid "ICMP" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3943(primary) +#: ./doc/glossary/glossary-terms.xml:3956(primary) msgid "Internet Control Message Protocol (ICMP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3947(para) +#: ./doc/glossary/glossary-terms.xml:3960(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:3955(glossterm) ./doc/glossary/glossary-terms.xml:3957(primary) +#: ./doc/glossary/glossary-terms.xml:3968(glossterm) ./doc/glossary/glossary-terms.xml:3970(primary) msgid "ID number" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3961(para) +#: ./doc/glossary/glossary-terms.xml:3974(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:3967(glossterm) +#: ./doc/glossary/glossary-terms.xml:3980(glossterm) msgid "Identity API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3970(para) +#: ./doc/glossary/glossary-terms.xml:3983(para) msgid "Alternative term for the Identity Service API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3975(glossterm) ./doc/glossary/glossary-terms.xml:3979(secondary) +#: ./doc/glossary/glossary-terms.xml:3988(glossterm) ./doc/glossary/glossary-terms.xml:3992(secondary) msgid "Identity back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3977(primary) ./doc/glossary/glossary-terms.xml:3989(glossterm) ./doc/glossary/glossary-terms.xml:3991(primary) ./doc/glossary/glossary-terms.xml:4008(primary) ./doc/glossary/glossary-terms.xml:4079(primary) +#: ./doc/glossary/glossary-terms.xml:3990(primary) ./doc/glossary/glossary-terms.xml:4002(glossterm) ./doc/glossary/glossary-terms.xml:4004(primary) ./doc/glossary/glossary-terms.xml:4021(primary) ./doc/glossary/glossary-terms.xml:4092(primary) msgid "Identity Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml:3983(para) +#: ./doc/glossary/glossary-terms.xml:3996(para) msgid "The source used by Identity Service to retrieve user information; an OpenLDAP server, for example." msgstr "" -#: ./doc/glossary/glossary-terms.xml:3997(para) +#: ./doc/glossary/glossary-terms.xml:4010(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:4006(glossterm) ./doc/glossary/glossary-terms.xml:4010(secondary) +#: ./doc/glossary/glossary-terms.xml:4019(glossterm) ./doc/glossary/glossary-terms.xml:4023(secondary) msgid "Identity Service API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4014(para) +#: ./doc/glossary/glossary-terms.xml:4027(para) msgid "The API used to access the OpenStack Identity Service provided through keystone." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4020(glossterm) +#: ./doc/glossary/glossary-terms.xml:4033(glossterm) msgid "IDS" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4022(primary) +#: ./doc/glossary/glossary-terms.xml:4035(primary) msgid "IDS (Intrusion Detection System)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4026(para) +#: ./doc/glossary/glossary-terms.xml:4039(para) msgid "Intrusion Detection System." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4031(glossterm) +#: ./doc/glossary/glossary-terms.xml:4044(glossterm) msgid "image" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4033(primary) +#: ./doc/glossary/glossary-terms.xml:4046(primary) msgid "images" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4039(para) +#: ./doc/glossary/glossary-terms.xml:4052(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:4048(glossterm) +#: ./doc/glossary/glossary-terms.xml:4061(glossterm) msgid "Image API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4050(primary) ./doc/glossary/glossary-terms.xml:4064(primary) ./doc/glossary/glossary-terms.xml:4093(primary) ./doc/glossary/glossary-terms.xml:4107(primary) ./doc/glossary/glossary-terms.xml:4121(primary) ./doc/glossary/glossary-terms.xml:4133(glossterm) ./doc/glossary/glossary-terms.xml:4153(primary) ./doc/glossary/glossary-terms.xml:4167(primary) ./doc/glossary/glossary-terms.xml:4181(primary) ./doc/glossary/glossary-terms.xml:6358(primary) +#: ./doc/glossary/glossary-terms.xml:4063(primary) ./doc/glossary/glossary-terms.xml:4077(primary) ./doc/glossary/glossary-terms.xml:4106(primary) ./doc/glossary/glossary-terms.xml:4120(primary) ./doc/glossary/glossary-terms.xml:4134(primary) ./doc/glossary/glossary-terms.xml:4146(glossterm) ./doc/glossary/glossary-terms.xml:4166(primary) ./doc/glossary/glossary-terms.xml:4180(primary) ./doc/glossary/glossary-terms.xml:4194(primary) ./doc/glossary/glossary-terms.xml:6385(primary) msgid "Image Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4052(secondary) ./doc/glossary/glossary-terms.xml:4143(glossterm) +#: ./doc/glossary/glossary-terms.xml:4065(secondary) ./doc/glossary/glossary-terms.xml:4156(glossterm) msgid "Image Service API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4056(para) +#: ./doc/glossary/glossary-terms.xml:4069(para) msgid "The Image Service API endpoint for management of VM images." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4062(glossterm) ./doc/glossary/glossary-terms.xml:4066(secondary) +#: ./doc/glossary/glossary-terms.xml:4075(glossterm) ./doc/glossary/glossary-terms.xml:4079(secondary) msgid "image cache" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4070(para) +#: ./doc/glossary/glossary-terms.xml:4083(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:4077(glossterm) ./doc/glossary/glossary-terms.xml:4081(secondary) +#: ./doc/glossary/glossary-terms.xml:4090(glossterm) ./doc/glossary/glossary-terms.xml:4094(secondary) msgid "image ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4085(para) +#: ./doc/glossary/glossary-terms.xml:4098(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:4091(glossterm) ./doc/glossary/glossary-terms.xml:4095(secondary) +#: ./doc/glossary/glossary-terms.xml:4104(glossterm) ./doc/glossary/glossary-terms.xml:4108(secondary) msgid "image membership" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4099(para) ./doc/glossary/glossary-terms.xml:5018(para) +#: ./doc/glossary/glossary-terms.xml:4112(para) ./doc/glossary/glossary-terms.xml:5031(para) msgid "A list of tenants that can access a given VM image within Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4105(glossterm) ./doc/glossary/glossary-terms.xml:4109(secondary) +#: ./doc/glossary/glossary-terms.xml:4118(glossterm) ./doc/glossary/glossary-terms.xml:4122(secondary) msgid "image owner" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4113(para) +#: ./doc/glossary/glossary-terms.xml:4126(para) msgid "The tenant who owns an Image Service virtual machine image." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4119(glossterm) ./doc/glossary/glossary-terms.xml:4123(secondary) +#: ./doc/glossary/glossary-terms.xml:4132(glossterm) ./doc/glossary/glossary-terms.xml:4136(secondary) msgid "image registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4127(para) +#: ./doc/glossary/glossary-terms.xml:4140(para) msgid "A list of VM images that are available through Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4136(para) +#: ./doc/glossary/glossary-terms.xml:4149(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:4146(para) +#: ./doc/glossary/glossary-terms.xml:4159(para) msgid "Alternative name for the glance image API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4151(glossterm) ./doc/glossary/glossary-terms.xml:4155(secondary) +#: ./doc/glossary/glossary-terms.xml:4164(glossterm) ./doc/glossary/glossary-terms.xml:4168(secondary) msgid "image status" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4159(para) +#: ./doc/glossary/glossary-terms.xml:4172(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:4165(glossterm) ./doc/glossary/glossary-terms.xml:4169(secondary) +#: ./doc/glossary/glossary-terms.xml:4178(glossterm) ./doc/glossary/glossary-terms.xml:4182(secondary) msgid "image store" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4173(para) +#: ./doc/glossary/glossary-terms.xml:4186(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:4179(glossterm) ./doc/glossary/glossary-terms.xml:4183(secondary) +#: ./doc/glossary/glossary-terms.xml:4192(glossterm) ./doc/glossary/glossary-terms.xml:4196(secondary) msgid "image UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4187(para) +#: ./doc/glossary/glossary-terms.xml:4200(para) msgid "UUID used by Image Service to uniquely identify each VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4193(glossterm) +#: ./doc/glossary/glossary-terms.xml:4206(glossterm) msgid "incubated project" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4195(primary) +#: ./doc/glossary/glossary-terms.xml:4208(primary) msgid "incubated projects" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4199(para) +#: ./doc/glossary/glossary-terms.xml:4212(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:4205(glossterm) ./doc/glossary/glossary-terms.xml:4209(secondary) ./doc/glossary/glossary-terms.xml:4212(primary) +#: ./doc/glossary/glossary-terms.xml:4218(glossterm) ./doc/glossary/glossary-terms.xml:4222(secondary) ./doc/glossary/glossary-terms.xml:4225(primary) msgid "ingress filtering" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4216(para) +#: ./doc/glossary/glossary-terms.xml:4229(para) msgid "The process of filtering incoming network traffic. Supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4222(glossterm) ./doc/glossary/glossary-terms.xml:4224(primary) +#: ./doc/glossary/glossary-terms.xml:4235(glossterm) ./doc/glossary/glossary-terms.xml:4237(primary) msgid "INI" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4227(para) +#: ./doc/glossary/glossary-terms.xml:4240(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:4236(glossterm) ./doc/glossary/glossary-terms.xml:4238(primary) +#: ./doc/glossary/glossary-terms.xml:4249(glossterm) ./doc/glossary/glossary-terms.xml:4251(primary) msgid "injection" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4242(para) +#: ./doc/glossary/glossary-terms.xml:4255(para) msgid "The process of putting a file into a virtual machine image before the instance is started." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4248(glossterm) +#: ./doc/glossary/glossary-terms.xml:4261(glossterm) msgid "instance" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4250(primary) ./doc/glossary/glossary-terms.xml:4264(primary) ./doc/glossary/glossary-terms.xml:4277(primary) ./doc/glossary/glossary-terms.xml:4301(primary) ./doc/glossary/glossary-terms.xml:4316(primary) ./doc/glossary/glossary-terms.xml:4329(primary) +#: ./doc/glossary/glossary-terms.xml:4263(primary) ./doc/glossary/glossary-terms.xml:4277(primary) ./doc/glossary/glossary-terms.xml:4290(primary) ./doc/glossary/glossary-terms.xml:4314(primary) ./doc/glossary/glossary-terms.xml:4329(primary) ./doc/glossary/glossary-terms.xml:4342(primary) msgid "instances" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4256(para) +#: ./doc/glossary/glossary-terms.xml:4269(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:4262(glossterm) ./doc/glossary/glossary-terms.xml:4266(secondary) +#: ./doc/glossary/glossary-terms.xml:4275(glossterm) ./doc/glossary/glossary-terms.xml:4279(secondary) msgid "instance ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4270(para) +#: ./doc/glossary/glossary-terms.xml:4283(para) msgid "Alternative term for instance UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4275(glossterm) ./doc/glossary/glossary-terms.xml:4279(secondary) +#: ./doc/glossary/glossary-terms.xml:4288(glossterm) ./doc/glossary/glossary-terms.xml:4292(secondary) msgid "instance state" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4283(para) +#: ./doc/glossary/glossary-terms.xml:4296(para) msgid "The current state of a guest VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4288(glossterm) ./doc/glossary/glossary-terms.xml:4290(primary) +#: ./doc/glossary/glossary-terms.xml:4301(glossterm) ./doc/glossary/glossary-terms.xml:4303(primary) msgid "instance tunnels network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4293(para) +#: ./doc/glossary/glossary-terms.xml:4306(para) msgid "A network segment used for instance traffic tunnels between compute nodes and the network node." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4299(glossterm) ./doc/glossary/glossary-terms.xml:4303(secondary) +#: ./doc/glossary/glossary-terms.xml:4312(glossterm) ./doc/glossary/glossary-terms.xml:4316(secondary) msgid "instance type" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4307(para) +#: ./doc/glossary/glossary-terms.xml:4320(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:4314(glossterm) ./doc/glossary/glossary-terms.xml:4318(secondary) +#: ./doc/glossary/glossary-terms.xml:4327(glossterm) ./doc/glossary/glossary-terms.xml:4331(secondary) msgid "instance type ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4322(para) +#: ./doc/glossary/glossary-terms.xml:4335(para) msgid "Alternative term for a flavor ID." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4327(glossterm) ./doc/glossary/glossary-terms.xml:4331(secondary) +#: ./doc/glossary/glossary-terms.xml:4340(glossterm) ./doc/glossary/glossary-terms.xml:4344(secondary) msgid "instance UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4335(para) ./doc/glossary/glossary-terms.xml:7247(para) +#: ./doc/glossary/glossary-terms.xml:4348(para) ./doc/glossary/glossary-terms.xml:7274(para) msgid "Unique ID assigned to each guest VM instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4341(glossterm) ./doc/glossary/glossary-terms.xml:4343(primary) +#: ./doc/glossary/glossary-terms.xml:4354(glossterm) ./doc/glossary/glossary-terms.xml:4356(primary) msgid "interface" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4347(para) +#: ./doc/glossary/glossary-terms.xml:4360(para) msgid "A physical or virtual device that provides connectivity to another device or medium." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4353(glossterm) ./doc/glossary/glossary-terms.xml:4355(primary) +#: ./doc/glossary/glossary-terms.xml:4366(glossterm) ./doc/glossary/glossary-terms.xml:4368(primary) msgid "interface ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4359(para) +#: ./doc/glossary/glossary-terms.xml:4372(para) msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4365(glossterm) +#: ./doc/glossary/glossary-terms.xml:4378(glossterm) msgid "internet protocol (IP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4371(para) +#: ./doc/glossary/glossary-terms.xml:4384(para) msgid "Principal communications protocol in the internet protocol suite for relaying datagrams across network boundaries." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4377(glossterm) ./doc/glossary/glossary-terms.xml:4379(primary) +#: ./doc/glossary/glossary-terms.xml:4390(glossterm) ./doc/glossary/glossary-terms.xml:4392(primary) msgid "Internet Service Provider (ISP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4383(para) +#: ./doc/glossary/glossary-terms.xml:4396(para) msgid "Any business that provides Internet access to individuals or businesses." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4389(glossterm) ./doc/glossary/glossary-terms.xml:4391(primary) +#: ./doc/glossary/glossary-terms.xml:4402(glossterm) ./doc/glossary/glossary-terms.xml:4404(primary) msgid "ironic" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4395(para) +#: ./doc/glossary/glossary-terms.xml:4408(para) msgid "OpenStack project that provisions bare metal, as opposed to virtual, machines." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4401(glossterm) ./doc/glossary/glossary-terms.xml:4403(primary) +#: ./doc/glossary/glossary-terms.xml:4414(glossterm) ./doc/glossary/glossary-terms.xml:4416(primary) msgid "IOPS" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4409(para) +#: ./doc/glossary/glossary-terms.xml:4422(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:4419(glossterm) +#: ./doc/glossary/glossary-terms.xml:4432(glossterm) msgid "IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4427(para) +#: ./doc/glossary/glossary-terms.xml:4440(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:4434(glossterm) ./doc/glossary/glossary-terms.xml:4436(primary) +#: ./doc/glossary/glossary-terms.xml:4447(glossterm) ./doc/glossary/glossary-terms.xml:4449(primary) msgid "IP Address Management (IPAM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4440(para) +#: ./doc/glossary/glossary-terms.xml:4453(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:4447(glossterm) +#: ./doc/glossary/glossary-terms.xml:4460(glossterm) msgid "IPL" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4449(primary) +#: ./doc/glossary/glossary-terms.xml:4462(primary) msgid "IPL (Initial Program Loader)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4453(para) +#: ./doc/glossary/glossary-terms.xml:4466(para) msgid "Initial Program Loader." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4458(glossterm) +#: ./doc/glossary/glossary-terms.xml:4471(glossterm) msgid "IPMI" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4460(primary) +#: ./doc/glossary/glossary-terms.xml:4473(primary) msgid "IPMI (Intelligent Platform Management Interface)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4464(para) +#: ./doc/glossary/glossary-terms.xml:4477(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:4475(glossterm) ./doc/glossary/glossary-terms.xml:4477(primary) +#: ./doc/glossary/glossary-terms.xml:4488(glossterm) ./doc/glossary/glossary-terms.xml:4490(primary) msgid "ip6tables" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4481(para) +#: ./doc/glossary/glossary-terms.xml:4494(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:4489(glossterm) ./doc/glossary/glossary-terms.xml:4491(primary) +#: ./doc/glossary/glossary-terms.xml:4502(glossterm) ./doc/glossary/glossary-terms.xml:4504(primary) msgid "iptables" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4495(para) +#: ./doc/glossary/glossary-terms.xml:4508(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:4506(glossterm) +#: ./doc/glossary/glossary-terms.xml:4519(glossterm) msgid "iSCSI" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4508(primary) +#: ./doc/glossary/glossary-terms.xml:4521(primary) msgid "iSCSI protocol" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4512(para) +#: ./doc/glossary/glossary-terms.xml:4525(para) msgid "The SCSI disk protocol tunneled within Ethernet, supported by Compute, Object Storage, and Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4518(glossterm) +#: ./doc/glossary/glossary-terms.xml:4531(glossterm) msgid "ISO9960" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4520(primary) +#: ./doc/glossary/glossary-terms.xml:4533(primary) msgid "ISO9960 format" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4524(para) ./doc/glossary/glossary-terms.xml:6456(para) ./doc/glossary/glossary-terms.xml:8277(para) ./doc/glossary/glossary-terms.xml:8289(para) ./doc/glossary/glossary-terms.xml:8497(para) +#: ./doc/glossary/glossary-terms.xml:4537(para) ./doc/glossary/glossary-terms.xml:6483(para) ./doc/glossary/glossary-terms.xml:8318(para) ./doc/glossary/glossary-terms.xml:8330(para) ./doc/glossary/glossary-terms.xml:8538(para) msgid "One of the VM image disk formats supported by Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4530(glossterm) ./doc/glossary/glossary-terms.xml:4532(primary) +#: ./doc/glossary/glossary-terms.xml:4543(glossterm) ./doc/glossary/glossary-terms.xml:4545(primary) msgid "itsec" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4536(para) +#: ./doc/glossary/glossary-terms.xml:4549(para) msgid "A default role in the Compute RBAC system that can quarantine an instance in any project." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4545(title) +#: ./doc/glossary/glossary-terms.xml:4558(title) msgid "J" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4548(glossterm) ./doc/glossary/glossary-terms.xml:4550(primary) +#: ./doc/glossary/glossary-terms.xml:4561(glossterm) ./doc/glossary/glossary-terms.xml:4563(primary) msgid "Java" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4554(para) +#: ./doc/glossary/glossary-terms.xml:4567(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:4560(glossterm) ./doc/glossary/glossary-terms.xml:4562(primary) +#: ./doc/glossary/glossary-terms.xml:4573(glossterm) ./doc/glossary/glossary-terms.xml:4575(primary) msgid "JavaScript" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4566(para) +#: ./doc/glossary/glossary-terms.xml:4579(para) msgid "A scripting language that is used to build web pages." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4571(glossterm) ./doc/glossary/glossary-terms.xml:4573(primary) +#: ./doc/glossary/glossary-terms.xml:4584(glossterm) ./doc/glossary/glossary-terms.xml:4586(primary) msgid "JavaScript Object Notation (JSON)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4577(para) +#: ./doc/glossary/glossary-terms.xml:4590(para) msgid "One of the supported response formats in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4582(glossterm) ./doc/glossary/glossary-terms.xml:4584(primary) +#: ./doc/glossary/glossary-terms.xml:4595(glossterm) ./doc/glossary/glossary-terms.xml:4597(primary) msgid "Jenkins" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4588(para) +#: ./doc/glossary/glossary-terms.xml:4601(para) msgid "Tool used to run jobs automatically for OpenStack development." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4594(glossterm) +#: ./doc/glossary/glossary-terms.xml:4607(glossterm) msgid "jumbo frames" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4600(para) +#: ./doc/glossary/glossary-terms.xml:4613(para) msgid "Feature in modern Ethernet networks that supports frames up to approximately 9000 bytes." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4606(glossterm) ./doc/glossary/glossary-terms.xml:4608(primary) +#: ./doc/glossary/glossary-terms.xml:4619(glossterm) ./doc/glossary/glossary-terms.xml:4621(primary) msgid "Juno" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4612(para) +#: ./doc/glossary/glossary-terms.xml:4625(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:4622(title) +#: ./doc/glossary/glossary-terms.xml:4635(title) msgid "K" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4625(glossterm) +#: ./doc/glossary/glossary-terms.xml:4638(glossterm) msgid "kernel-based VM (KVM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4627(primary) +#: ./doc/glossary/glossary-terms.xml:4640(primary) msgid "kernel-based VM (KVM) hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4631(para) +#: ./doc/glossary/glossary-terms.xml:4644(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:4643(glossterm) ./doc/glossary/glossary-terms.xml:4645(primary) +#: ./doc/glossary/glossary-terms.xml:4656(glossterm) ./doc/glossary/glossary-terms.xml:4658(primary) msgid "keystone" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4649(para) +#: ./doc/glossary/glossary-terms.xml:4662(para) msgid "The project that provides OpenStack Identity services." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4654(glossterm) ./doc/glossary/glossary-terms.xml:4656(primary) +#: ./doc/glossary/glossary-terms.xml:4667(glossterm) ./doc/glossary/glossary-terms.xml:4669(primary) msgid "Kickstart" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4660(para) +#: ./doc/glossary/glossary-terms.xml:4673(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:4666(glossterm) ./doc/glossary/glossary-terms.xml:4668(primary) +#: ./doc/glossary/glossary-terms.xml:4679(glossterm) ./doc/glossary/glossary-terms.xml:4681(primary) msgid "Kilo" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4672(para) +#: ./doc/glossary/glossary-terms.xml:4685(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:4685(title) +#: ./doc/glossary/glossary-terms.xml:4698(title) msgid "L" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4688(glossterm) ./doc/glossary/glossary-terms.xml:4690(primary) +#: ./doc/glossary/glossary-terms.xml:4701(glossterm) ./doc/glossary/glossary-terms.xml:4703(primary) msgid "large object" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4694(para) +#: ./doc/glossary/glossary-terms.xml:4707(para) msgid "An object within Object Storage that is larger than 5GB." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4699(glossterm) ./doc/glossary/glossary-terms.xml:4701(primary) +#: ./doc/glossary/glossary-terms.xml:4712(glossterm) ./doc/glossary/glossary-terms.xml:4714(primary) msgid "Launchpad" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4705(para) +#: ./doc/glossary/glossary-terms.xml:4718(para) msgid "The collaboration site for OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4710(glossterm) ./doc/glossary/glossary-terms.xml:4712(primary) +#: ./doc/glossary/glossary-terms.xml:4723(glossterm) ./doc/glossary/glossary-terms.xml:4725(primary) msgid "Layer-2 network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4716(para) +#: ./doc/glossary/glossary-terms.xml:4729(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:4726(glossterm) ./doc/glossary/glossary-terms.xml:4728(primary) +#: ./doc/glossary/glossary-terms.xml:4739(glossterm) ./doc/glossary/glossary-terms.xml:4741(primary) msgid "Layer-3 network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4732(para) +#: ./doc/glossary/glossary-terms.xml:4745(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:4741(glossterm) ./doc/glossary/glossary-terms.xml:4743(primary) +#: ./doc/glossary/glossary-terms.xml:4754(glossterm) ./doc/glossary/glossary-terms.xml:4756(primary) msgid "Layer-2 (L2) agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4747(para) +#: ./doc/glossary/glossary-terms.xml:4760(para) msgid "OpenStack Networking agent that provides layer-2 connectivity for virtual networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4753(glossterm) ./doc/glossary/glossary-terms.xml:4755(primary) +#: ./doc/glossary/glossary-terms.xml:4766(glossterm) ./doc/glossary/glossary-terms.xml:4768(primary) msgid "Layer-3 (L3) agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4759(para) +#: ./doc/glossary/glossary-terms.xml:4772(para) msgid "OpenStack Networking agent that provides layer-3 (routing) services for virtual networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4765(glossterm) ./doc/glossary/glossary-terms.xml:4767(primary) +#: ./doc/glossary/glossary-terms.xml:4778(glossterm) ./doc/glossary/glossary-terms.xml:4780(primary) msgid "libvirt" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4771(para) +#: ./doc/glossary/glossary-terms.xml:4784(para) msgid "Virtualization API library used by OpenStack to interact with many of its supported hypervisors." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4777(glossterm) +#: ./doc/glossary/glossary-terms.xml:4790(glossterm) msgid "Linux bridge" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4780(para) +#: ./doc/glossary/glossary-terms.xml:4793(para) msgid "Software that enables multiple VMs to share a single physical NIC within Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4786(glossterm) +#: ./doc/glossary/glossary-terms.xml:4799(glossterm) msgid "Linux Bridge neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4788(primary) +#: ./doc/glossary/glossary-terms.xml:4801(primary) msgid "Linux Bridge" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4790(secondary) ./doc/glossary/glossary-terms.xml:5816(secondary) +#: ./doc/glossary/glossary-terms.xml:4803(secondary) ./doc/glossary/glossary-terms.xml:5843(secondary) msgid "neutron plug-in for" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4794(para) +#: ./doc/glossary/glossary-terms.xml:4807(para) msgid "Enables a Linux bridge to understand a Networking port, interface attachment, and other abstractions." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4800(glossterm) ./doc/glossary/glossary-terms.xml:4802(primary) +#: ./doc/glossary/glossary-terms.xml:4813(glossterm) ./doc/glossary/glossary-terms.xml:4815(primary) msgid "Linux containers (LXC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4811(glossterm) ./doc/glossary/glossary-terms.xml:4813(primary) +#: ./doc/glossary/glossary-terms.xml:4824(glossterm) ./doc/glossary/glossary-terms.xml:4826(primary) msgid "live migration" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4817(para) +#: ./doc/glossary/glossary-terms.xml:4830(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:4824(glossterm) +#: ./doc/glossary/glossary-terms.xml:4837(glossterm) msgid "load balancer" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4827(para) +#: ./doc/glossary/glossary-terms.xml:4840(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:4835(glossterm) ./doc/glossary/glossary-terms.xml:4837(primary) +#: ./doc/glossary/glossary-terms.xml:4848(glossterm) ./doc/glossary/glossary-terms.xml:4850(primary) msgid "load balancing" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4841(para) +#: ./doc/glossary/glossary-terms.xml:4854(para) msgid "The process of spreading client requests between two or more nodes to improve performance and availability." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4847(glossterm) ./doc/glossary/glossary-terms.xml:4850(primary) +#: ./doc/glossary/glossary-terms.xml:4860(glossterm) ./doc/glossary/glossary-terms.xml:4863(primary) msgid "Load-Balancer-as-a-Service (LBaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4854(para) +#: ./doc/glossary/glossary-terms.xml:4867(para) msgid "Enables Networking to distribute incoming requests evenly between designated instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4860(glossterm) ./doc/glossary/glossary-terms.xml:4862(primary) +#: ./doc/glossary/glossary-terms.xml:4873(glossterm) ./doc/glossary/glossary-terms.xml:4875(primary) msgid "Logical Volume Manager (LVM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4866(para) +#: ./doc/glossary/glossary-terms.xml:4879(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:4876(title) +#: ./doc/glossary/glossary-terms.xml:4889(title) msgid "M" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4879(glossterm) ./doc/glossary/glossary-terms.xml:4881(primary) +#: ./doc/glossary/glossary-terms.xml:4892(glossterm) ./doc/glossary/glossary-terms.xml:4894(primary) msgid "management API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4887(para) +#: ./doc/glossary/glossary-terms.xml:4900(para) msgid "Alternative term for an admin API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4892(glossterm) ./doc/glossary/glossary-terms.xml:4894(primary) +#: ./doc/glossary/glossary-terms.xml:4905(glossterm) ./doc/glossary/glossary-terms.xml:4907(primary) msgid "management network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4898(para) +#: ./doc/glossary/glossary-terms.xml:4911(para) msgid "A network segment used for administration, not accessible to the public Internet." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4904(glossterm) ./doc/glossary/glossary-terms.xml:4906(primary) +#: ./doc/glossary/glossary-terms.xml:4917(glossterm) ./doc/glossary/glossary-terms.xml:4919(primary) msgid "manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4910(para) +#: ./doc/glossary/glossary-terms.xml:4923(para) msgid "Logical groupings of related code, such as the Block Storage volume manager or network manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4916(glossterm) +#: ./doc/glossary/glossary-terms.xml:4929(glossterm) msgid "manifest" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4918(primary) ./doc/glossary/glossary-terms.xml:4937(primary) +#: ./doc/glossary/glossary-terms.xml:4931(primary) ./doc/glossary/glossary-terms.xml:4950(primary) msgid "manifests" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4924(para) +#: ./doc/glossary/glossary-terms.xml:4937(para) msgid "Used to track segments of a large object within Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4930(glossterm) +#: ./doc/glossary/glossary-terms.xml:4943(glossterm) msgid "manifest object" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4934(secondary) ./doc/glossary/glossary-terms.xml:4939(secondary) +#: ./doc/glossary/glossary-terms.xml:4947(secondary) ./doc/glossary/glossary-terms.xml:4952(secondary) msgid "manifest objects" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4943(para) +#: ./doc/glossary/glossary-terms.xml:4956(para) msgid "A special Object Storage object that contains the manifest for a large object." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4949(glossterm) ./doc/glossary/glossary-terms.xml:4951(primary) +#: ./doc/glossary/glossary-terms.xml:4962(glossterm) ./doc/glossary/glossary-terms.xml:4964(primary) msgid "marconi" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4955(para) +#: ./doc/glossary/glossary-terms.xml:4968(para) msgid "OpenStack project that provides a queue service to applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4961(glossterm) +#: ./doc/glossary/glossary-terms.xml:4974(glossterm) msgid "maximum transmission unit (MTU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4967(para) +#: ./doc/glossary/glossary-terms.xml:4980(para) msgid "Maximum frame or packet size for a particular network medium. Typically 1500 bytes for Ethernet networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml:4973(glossterm) ./doc/glossary/glossary-terms.xml:4975(primary) +#: ./doc/glossary/glossary-terms.xml:4986(glossterm) ./doc/glossary/glossary-terms.xml:4988(primary) msgid "mechanism driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4979(para) +#: ./doc/glossary/glossary-terms.xml:4992(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:4988(glossterm) ./doc/glossary/glossary-terms.xml:4990(primary) +#: ./doc/glossary/glossary-terms.xml:5001(glossterm) ./doc/glossary/glossary-terms.xml:5003(primary) msgid "melange" msgstr "" -#: ./doc/glossary/glossary-terms.xml:4994(para) +#: ./doc/glossary/glossary-terms.xml:5007(para) msgid "Project name for OpenStack Network Information Service. To be merged with Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5000(glossterm) ./doc/glossary/glossary-terms.xml:5002(primary) +#: ./doc/glossary/glossary-terms.xml:5013(glossterm) ./doc/glossary/glossary-terms.xml:5015(primary) msgid "membership" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5006(para) +#: ./doc/glossary/glossary-terms.xml:5019(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:5012(glossterm) +#: ./doc/glossary/glossary-terms.xml:5025(glossterm) msgid "membership list" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5014(primary) +#: ./doc/glossary/glossary-terms.xml:5027(primary) msgid "membership lists" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5024(glossterm) ./doc/glossary/glossary-terms.xml:5026(primary) +#: ./doc/glossary/glossary-terms.xml:5037(glossterm) ./doc/glossary/glossary-terms.xml:5039(primary) msgid "memcached" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5030(para) +#: ./doc/glossary/glossary-terms.xml:5043(para) msgid "A distributed memory object caching system that is used by Object Storage for caching." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5036(glossterm) ./doc/glossary/glossary-terms.xml:5038(primary) +#: ./doc/glossary/glossary-terms.xml:5049(glossterm) ./doc/glossary/glossary-terms.xml:5051(primary) msgid "memory overcommit" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5042(para) +#: ./doc/glossary/glossary-terms.xml:5055(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:5050(glossterm) +#: ./doc/glossary/glossary-terms.xml:5063(glossterm) msgid "message broker" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5052(primary) +#: ./doc/glossary/glossary-terms.xml:5065(primary) msgid "message brokers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5056(para) +#: ./doc/glossary/glossary-terms.xml:5069(para) msgid "The software package used to provide AMQP messaging capabilities within Compute. Default package is RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5062(glossterm) ./doc/glossary/glossary-terms.xml:5064(primary) +#: ./doc/glossary/glossary-terms.xml:5075(glossterm) ./doc/glossary/glossary-terms.xml:5077(primary) msgid "message bus" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5068(para) +#: ./doc/glossary/glossary-terms.xml:5081(para) msgid "The main virtual communication line used by all AMQP messages for inter-cloud communications within Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5074(glossterm) ./doc/glossary/glossary-terms.xml:5076(primary) +#: ./doc/glossary/glossary-terms.xml:5087(glossterm) ./doc/glossary/glossary-terms.xml:5089(primary) msgid "message queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5080(para) +#: ./doc/glossary/glossary-terms.xml:5093(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:5086(glossterm) ./doc/glossary/glossary-terms.xml:5088(primary) +#: ./doc/glossary/glossary-terms.xml:5099(glossterm) ./doc/glossary/glossary-terms.xml:5101(primary) msgid "Metadata agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5092(para) +#: ./doc/glossary/glossary-terms.xml:5105(para) msgid "OpenStack Networking agent that provides metadata services for instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5098(glossterm) ./doc/glossary/glossary-terms.xml:5100(primary) +#: ./doc/glossary/glossary-terms.xml:5111(glossterm) ./doc/glossary/glossary-terms.xml:5113(primary) msgid "Meta-Data Server (MDS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5104(para) +#: ./doc/glossary/glossary-terms.xml:5117(para) msgid "Stores CephFS metadata." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5109(glossterm) ./doc/glossary/glossary-terms.xml:5111(primary) +#: ./doc/glossary/glossary-terms.xml:5122(glossterm) ./doc/glossary/glossary-terms.xml:5124(primary) msgid "migration" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5115(para) +#: ./doc/glossary/glossary-terms.xml:5128(para) msgid "The process of moving a VM instance from one host to another." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5121(glossterm) ./doc/glossary/glossary-terms.xml:5123(primary) +#: ./doc/glossary/glossary-terms.xml:5134(glossterm) ./doc/glossary/glossary-terms.xml:5136(primary) msgid "multi-host" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5127(para) +#: ./doc/glossary/glossary-terms.xml:5140(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:5135(glossterm) +#: ./doc/glossary/glossary-terms.xml:5148(glossterm) msgid "multinic" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5138(para) +#: ./doc/glossary/glossary-terms.xml:5151(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:5144(glossterm) ./doc/glossary/glossary-terms.xml:5147(primary) +#: ./doc/glossary/glossary-terms.xml:5157(glossterm) ./doc/glossary/glossary-terms.xml:5160(primary) msgid "Modular Layer 2 (ML2) neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5151(para) +#: ./doc/glossary/glossary-terms.xml:5164(para) msgid "Can concurrently use multiple layer-2 networking technologies, such as 802.1Q and VXLAN, in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5157(glossterm) ./doc/glossary/glossary-terms.xml:5159(primary) +#: ./doc/glossary/glossary-terms.xml:5170(glossterm) ./doc/glossary/glossary-terms.xml:5172(primary) msgid "Monitor (LBaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5163(para) +#: ./doc/glossary/glossary-terms.xml:5176(para) msgid "LBaaS feature that provides availability monitoring using the ping command, TCP, and HTTP/HTTPS GET." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5169(glossterm) ./doc/glossary/glossary-terms.xml:5171(primary) +#: ./doc/glossary/glossary-terms.xml:5182(glossterm) ./doc/glossary/glossary-terms.xml:5184(primary) msgid "Monitor (Mon)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5175(para) +#: ./doc/glossary/glossary-terms.xml:5188(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:5181(glossterm) ./doc/glossary/glossary-terms.xml:5183(primary) +#: ./doc/glossary/glossary-terms.xml:5194(glossterm) ./doc/glossary/glossary-terms.xml:5196(primary) msgid "multi-factor authentication" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5187(para) +#: ./doc/glossary/glossary-terms.xml:5200(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:5194(glossterm) ./doc/glossary/glossary-terms.xml:5196(primary) +#: ./doc/glossary/glossary-terms.xml:5207(glossterm) ./doc/glossary/glossary-terms.xml:5209(primary) msgid "MultiNic" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5200(para) +#: ./doc/glossary/glossary-terms.xml:5213(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:5209(title) +#: ./doc/glossary/glossary-terms.xml:5222(title) msgid "N" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5212(glossterm) ./doc/glossary/glossary-terms.xml:5214(primary) +#: ./doc/glossary/glossary-terms.xml:5225(glossterm) ./doc/glossary/glossary-terms.xml:5227(primary) msgid "Nebula" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5218(para) +#: ./doc/glossary/glossary-terms.xml:5231(para) msgid "Released as open source by NASA in 2010 and is the basis for Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5224(glossterm) ./doc/glossary/glossary-terms.xml:5226(primary) +#: ./doc/glossary/glossary-terms.xml:5237(glossterm) ./doc/glossary/glossary-terms.xml:5239(primary) msgid "netadmin" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5230(para) +#: ./doc/glossary/glossary-terms.xml:5243(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:5237(glossterm) ./doc/glossary/glossary-terms.xml:5239(primary) +#: ./doc/glossary/glossary-terms.xml:5250(glossterm) ./doc/glossary/glossary-terms.xml:5252(primary) msgid "NetApp volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5243(para) +#: ./doc/glossary/glossary-terms.xml:5256(para) msgid "Enables Compute to communicate with NetApp storage devices through the NetApp OnCommand Provisioning Manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5250(glossterm) +#: ./doc/glossary/glossary-terms.xml:5263(glossterm) msgid "network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5258(para) +#: ./doc/glossary/glossary-terms.xml:5271(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:5266(glossterm) ./doc/glossary/glossary-terms.xml:5270(secondary) +#: ./doc/glossary/glossary-terms.xml:5279(glossterm) ./doc/glossary/glossary-terms.xml:5283(secondary) msgid "Network Address Translation (NAT)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5274(para) +#: ./doc/glossary/glossary-terms.xml:5287(para) msgid "The process of modifying IP address information while in transit. Supported by Compute and Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5280(glossterm) +#: ./doc/glossary/glossary-terms.xml:5293(glossterm) msgid "network controller" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5284(secondary) +#: ./doc/glossary/glossary-terms.xml:5297(secondary) msgid "network controllers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5288(para) +#: ./doc/glossary/glossary-terms.xml:5301(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:5295(glossterm) ./doc/glossary/glossary-terms.xml:5299(secondary) +#: ./doc/glossary/glossary-terms.xml:5308(glossterm) ./doc/glossary/glossary-terms.xml:5312(secondary) msgid "Network File System (NFS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5303(para) +#: ./doc/glossary/glossary-terms.xml:5316(para) msgid "A method for making file systems available over the network. Supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5309(glossterm) +#: ./doc/glossary/glossary-terms.xml:5322(glossterm) msgid "network ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5313(secondary) +#: ./doc/glossary/glossary-terms.xml:5326(secondary) msgid "network IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5317(para) +#: ./doc/glossary/glossary-terms.xml:5330(para) msgid "Unique ID assigned to each network segment within Networking. Same as network UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5323(glossterm) +#: ./doc/glossary/glossary-terms.xml:5336(glossterm) msgid "network manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5327(secondary) +#: ./doc/glossary/glossary-terms.xml:5340(secondary) msgid "network managers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5331(para) +#: ./doc/glossary/glossary-terms.xml:5344(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:5337(glossterm) +#: ./doc/glossary/glossary-terms.xml:5350(glossterm) msgid "network node" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5341(secondary) +#: ./doc/glossary/glossary-terms.xml:5354(secondary) msgid "network nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5345(para) +#: ./doc/glossary/glossary-terms.xml:5358(para) msgid "Any compute node that runs the network worker daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5350(glossterm) +#: ./doc/glossary/glossary-terms.xml:5363(glossterm) msgid "network segment" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5354(secondary) +#: ./doc/glossary/glossary-terms.xml:5367(secondary) msgid "network segments" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5358(para) +#: ./doc/glossary/glossary-terms.xml:5371(para) msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5364(glossterm) ./doc/glossary/glossary-terms.xml:5368(secondary) +#: ./doc/glossary/glossary-terms.xml:5377(glossterm) ./doc/glossary/glossary-terms.xml:5381(secondary) msgid "Network Time Protocol (NTP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5372(para) +#: ./doc/glossary/glossary-terms.xml:5385(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:5378(glossterm) ./doc/glossary/glossary-terms.xml:5382(secondary) +#: ./doc/glossary/glossary-terms.xml:5391(glossterm) ./doc/glossary/glossary-terms.xml:5395(secondary) msgid "network UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5386(para) +#: ./doc/glossary/glossary-terms.xml:5399(para) msgid "Unique ID for a Networking network segment." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5392(glossterm) +#: ./doc/glossary/glossary-terms.xml:5405(glossterm) msgid "network worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5396(secondary) +#: ./doc/glossary/glossary-terms.xml:5409(secondary) msgid "network workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5400(para) +#: ./doc/glossary/glossary-terms.xml:5413(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:5407(glossterm) +#: ./doc/glossary/glossary-terms.xml:5420(glossterm) msgid "Networking" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5410(para) +#: ./doc/glossary/glossary-terms.xml:5423(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:5417(glossterm) ./doc/glossary/glossary-terms.xml:5419(primary) ./doc/glossary/glossary-terms.xml:5442(secondary) +#: ./doc/glossary/glossary-terms.xml:5430(glossterm) ./doc/glossary/glossary-terms.xml:5432(primary) ./doc/glossary/glossary-terms.xml:5455(secondary) msgid "Networking API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5423(para) +#: ./doc/glossary/glossary-terms.xml:5436(para) msgid "API used to access OpenStack Networking. Provides an extensible architecture to enable custom plug-in creation." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5429(glossterm) ./doc/glossary/glossary-terms.xml:5440(primary) ./doc/glossary/glossary-terms.xml:5453(primary) ./doc/glossary/glossary-terms.xml:5467(primary) +#: ./doc/glossary/glossary-terms.xml:5442(glossterm) ./doc/glossary/glossary-terms.xml:5453(primary) ./doc/glossary/glossary-terms.xml:5466(primary) ./doc/glossary/glossary-terms.xml:5480(primary) msgid "neutron" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5432(para) +#: ./doc/glossary/glossary-terms.xml:5445(para) msgid "A core OpenStack project that provides a network connectivity abstraction layer to OpenStack Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5438(glossterm) +#: ./doc/glossary/glossary-terms.xml:5451(glossterm) msgid "neutron API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5446(para) +#: ./doc/glossary/glossary-terms.xml:5459(para) msgid "An alternative name for Networking API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5451(glossterm) ./doc/glossary/glossary-terms.xml:5455(secondary) +#: ./doc/glossary/glossary-terms.xml:5464(glossterm) ./doc/glossary/glossary-terms.xml:5468(secondary) msgid "neutron manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5459(para) +#: ./doc/glossary/glossary-terms.xml:5472(para) msgid "Enables Compute and Networking integration, which enables Networking to perform network management for guest VMs." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5465(glossterm) ./doc/glossary/glossary-terms.xml:5469(secondary) +#: ./doc/glossary/glossary-terms.xml:5478(glossterm) ./doc/glossary/glossary-terms.xml:5482(secondary) msgid "neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5473(para) +#: ./doc/glossary/glossary-terms.xml:5486(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:5480(glossterm) ./doc/glossary/glossary-terms.xml:5482(primary) +#: ./doc/glossary/glossary-terms.xml:5493(glossterm) ./doc/glossary/glossary-terms.xml:5495(primary) msgid "Nexenta volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5486(para) +#: ./doc/glossary/glossary-terms.xml:5499(para) msgid "Provides support for NexentaStor devices in Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5491(glossterm) ./doc/glossary/glossary-terms.xml:5493(primary) +#: ./doc/glossary/glossary-terms.xml:5504(glossterm) ./doc/glossary/glossary-terms.xml:5506(primary) msgid "No ACK" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5497(para) +#: ./doc/glossary/glossary-terms.xml:5510(para) msgid "Disables server-side message acknowledgment in the Compute RabbitMQ. Increases performance but decreases reliability." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5503(glossterm) +#: ./doc/glossary/glossary-terms.xml:5516(glossterm) msgid "node" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5505(primary) ./doc/glossary/glossary-terms.xml:6307(primary) ./doc/glossary/glossary-terms.xml:7639(primary) ./doc/glossary/glossary-terms.xml:7839(primary) +#: ./doc/glossary/glossary-terms.xml:5518(primary) ./doc/glossary/glossary-terms.xml:6334(primary) ./doc/glossary/glossary-terms.xml:7666(primary) ./doc/glossary/glossary-terms.xml:7866(primary) msgid "nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5511(para) +#: ./doc/glossary/glossary-terms.xml:5524(para) msgid "A VM instance that runs on a host." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5516(glossterm) +#: ./doc/glossary/glossary-terms.xml:5529(glossterm) msgid "non-durable exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5518(primary) ./doc/glossary/glossary-terms.xml:5535(primary) ./doc/glossary/glossary-terms.xml:6029(primary) ./doc/glossary/glossary-terms.xml:8102(primary) +#: ./doc/glossary/glossary-terms.xml:5531(primary) ./doc/glossary/glossary-terms.xml:5548(primary) ./doc/glossary/glossary-terms.xml:6056(primary) ./doc/glossary/glossary-terms.xml:8129(primary) msgid "messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5520(secondary) ./doc/glossary/glossary-terms.xml:5523(primary) ./doc/glossary/glossary-terms.xml:8082(see) +#: ./doc/glossary/glossary-terms.xml:5533(secondary) ./doc/glossary/glossary-terms.xml:5536(primary) ./doc/glossary/glossary-terms.xml:8109(see) msgid "non-durable exchanges" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5527(para) +#: ./doc/glossary/glossary-terms.xml:5540(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:5533(glossterm) ./doc/glossary/glossary-terms.xml:5540(primary) +#: ./doc/glossary/glossary-terms.xml:5546(glossterm) ./doc/glossary/glossary-terms.xml:5553(primary) msgid "non-durable queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5537(secondary) +#: ./doc/glossary/glossary-terms.xml:5550(secondary) msgid "non-durable queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5544(para) +#: ./doc/glossary/glossary-terms.xml:5557(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:5550(glossterm) ./doc/glossary/glossary-terms.xml:5552(primary) +#: ./doc/glossary/glossary-terms.xml:5563(glossterm) ./doc/glossary/glossary-terms.xml:5565(primary) msgid "non-persistent volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5558(para) +#: ./doc/glossary/glossary-terms.xml:5571(para) msgid "Alternative term for an ephemeral volume." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5563(glossterm) ./doc/glossary/glossary-terms.xml:5573(primary) ./doc/glossary/glossary-terms.xml:5586(primary) +#: ./doc/glossary/glossary-terms.xml:5576(glossterm) ./doc/glossary/glossary-terms.xml:5578(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:5582(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:5590(glossterm) ./doc/glossary/glossary-terms.xml:5600(primary) ./doc/glossary/glossary-terms.xml:5613(primary) msgid "nova" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5566(para) +#: ./doc/glossary/glossary-terms.xml:5593(para) msgid "OpenStack project that provides compute services." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5571(glossterm) +#: ./doc/glossary/glossary-terms.xml:5598(glossterm) msgid "Nova API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5579(para) +#: ./doc/glossary/glossary-terms.xml:5606(para) msgid "Alternative term for the Compute API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5584(glossterm) ./doc/glossary/glossary-terms.xml:5588(secondary) +#: ./doc/glossary/glossary-terms.xml:5611(glossterm) ./doc/glossary/glossary-terms.xml:5615(secondary) msgid "nova-network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5592(para) +#: ./doc/glossary/glossary-terms.xml:5619(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:5602(title) +#: ./doc/glossary/glossary-terms.xml:5629(title) msgid "O" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5605(glossterm) +#: ./doc/glossary/glossary-terms.xml:5632(glossterm) msgid "object" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5613(para) +#: ./doc/glossary/glossary-terms.xml:5640(para) msgid "A BLOB of data held by Object Storage; can be in any format." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5619(glossterm) +#: ./doc/glossary/glossary-terms.xml:5646(glossterm) msgid "object auditor" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5623(secondary) +#: ./doc/glossary/glossary-terms.xml:5650(secondary) msgid "object auditors" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5627(para) +#: ./doc/glossary/glossary-terms.xml:5654(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:5633(glossterm) ./doc/glossary/glossary-terms.xml:5637(secondary) +#: ./doc/glossary/glossary-terms.xml:5660(glossterm) ./doc/glossary/glossary-terms.xml:5664(secondary) msgid "object expiration" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5641(para) +#: ./doc/glossary/glossary-terms.xml:5668(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:5648(glossterm) ./doc/glossary/glossary-terms.xml:5652(secondary) +#: ./doc/glossary/glossary-terms.xml:5675(glossterm) ./doc/glossary/glossary-terms.xml:5679(secondary) msgid "object hash" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5656(para) +#: ./doc/glossary/glossary-terms.xml:5683(para) msgid "Uniquely ID for an Object Storage object." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5661(glossterm) ./doc/glossary/glossary-terms.xml:5665(secondary) +#: ./doc/glossary/glossary-terms.xml:5688(glossterm) ./doc/glossary/glossary-terms.xml:5692(secondary) msgid "object path hash" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5669(para) +#: ./doc/glossary/glossary-terms.xml:5696(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:5675(glossterm) +#: ./doc/glossary/glossary-terms.xml:5702(glossterm) msgid "object replicator" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5679(secondary) +#: ./doc/glossary/glossary-terms.xml:5706(secondary) msgid "object replicators" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5683(para) +#: ./doc/glossary/glossary-terms.xml:5710(para) msgid "An Object Storage component that copies an object to remote partitions for fault tolerance." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5689(glossterm) +#: ./doc/glossary/glossary-terms.xml:5716(glossterm) msgid "object server" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5693(secondary) +#: ./doc/glossary/glossary-terms.xml:5720(secondary) msgid "object servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5697(para) +#: ./doc/glossary/glossary-terms.xml:5724(para) msgid "An Object Storage component that is responsible for managing objects." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5703(glossterm) ./doc/glossary/glossary-terms.xml:5720(primary) ./doc/glossary/glossary-terms.xml:5733(primary) +#: ./doc/glossary/glossary-terms.xml:5730(glossterm) ./doc/glossary/glossary-terms.xml:5747(primary) ./doc/glossary/glossary-terms.xml:5760(primary) msgid "Object Storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5706(para) +#: ./doc/glossary/glossary-terms.xml:5733(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:5713(glossterm) ./doc/glossary/glossary-terms.xml:5717(secondary) ./doc/glossary/glossary-terms.xml:5722(secondary) +#: ./doc/glossary/glossary-terms.xml:5740(glossterm) ./doc/glossary/glossary-terms.xml:5744(secondary) ./doc/glossary/glossary-terms.xml:5749(secondary) msgid "Object Storage API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5715(primary) ./doc/glossary/glossary-terms.xml:7783(glossterm) ./doc/glossary/glossary-terms.xml:7806(primary) ./doc/glossary/glossary-terms.xml:7820(primary) ./doc/glossary/glossary-terms.xml:7844(primary) +#: ./doc/glossary/glossary-terms.xml:5742(primary) ./doc/glossary/glossary-terms.xml:7810(glossterm) ./doc/glossary/glossary-terms.xml:7833(primary) ./doc/glossary/glossary-terms.xml:7847(primary) ./doc/glossary/glossary-terms.xml:7871(primary) msgid "swift" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5726(para) +#: ./doc/glossary/glossary-terms.xml:5753(para) msgid "API used to access OpenStack Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5731(glossterm) ./doc/glossary/glossary-terms.xml:5735(secondary) +#: ./doc/glossary/glossary-terms.xml:5758(glossterm) ./doc/glossary/glossary-terms.xml:5762(secondary) msgid "Object Storage Device (OSD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5739(para) +#: ./doc/glossary/glossary-terms.xml:5766(para) msgid "The Ceph storage daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5744(glossterm) ./doc/glossary/glossary-terms.xml:5748(secondary) +#: ./doc/glossary/glossary-terms.xml:5771(glossterm) ./doc/glossary/glossary-terms.xml:5775(secondary) msgid "object versioning" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5752(para) +#: ./doc/glossary/glossary-terms.xml:5779(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:5758(glossterm) ./doc/glossary/glossary-terms.xml:5760(primary) +#: ./doc/glossary/glossary-terms.xml:5785(glossterm) ./doc/glossary/glossary-terms.xml:5787(primary) msgid "Oldie" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5764(para) +#: ./doc/glossary/glossary-terms.xml:5791(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:5770(glossterm) ./doc/glossary/glossary-terms.xml:5773(primary) +#: ./doc/glossary/glossary-terms.xml:5797(glossterm) ./doc/glossary/glossary-terms.xml:5800(primary) msgid "Open Cloud Computing Interface (OCCI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5777(para) +#: ./doc/glossary/glossary-terms.xml:5804(para) msgid "A standardized interface for managing compute, data, and network resources, currently unsupported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5783(glossterm) ./doc/glossary/glossary-terms.xml:5785(primary) +#: ./doc/glossary/glossary-terms.xml:5810(glossterm) ./doc/glossary/glossary-terms.xml:5812(primary) msgid "Open Virtualization Format (OVF)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5789(para) +#: ./doc/glossary/glossary-terms.xml:5816(para) msgid "Standard for packaging VM images. Supported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5794(glossterm) ./doc/glossary/glossary-terms.xml:5796(primary) ./doc/glossary/glossary-terms.xml:5814(primary) +#: ./doc/glossary/glossary-terms.xml:5821(glossterm) ./doc/glossary/glossary-terms.xml:5823(primary) ./doc/glossary/glossary-terms.xml:5841(primary) msgid "Open vSwitch" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5800(para) +#: ./doc/glossary/glossary-terms.xml:5827(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:5812(glossterm) +#: ./doc/glossary/glossary-terms.xml:5839(glossterm) msgid "Open vSwitch neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5820(para) +#: ./doc/glossary/glossary-terms.xml:5847(para) msgid "Provides support for Open vSwitch in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5825(glossterm) ./doc/glossary/glossary-terms.xml:5827(primary) +#: ./doc/glossary/glossary-terms.xml:5852(glossterm) ./doc/glossary/glossary-terms.xml:5854(primary) msgid "OpenLDAP" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5831(para) +#: ./doc/glossary/glossary-terms.xml:5858(para) msgid "An open source LDAP server. Supported by both Compute and Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5837(glossterm) ./doc/glossary/glossary-terms.xml:5839(primary) ./doc/glossary/glossary-terms.xml:5857(primary) +#: ./doc/glossary/glossary-terms.xml:5864(glossterm) ./doc/glossary/glossary-terms.xml:5866(primary) ./doc/glossary/glossary-terms.xml:5884(primary) msgid "OpenStack" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5845(para) +#: ./doc/glossary/glossary-terms.xml:5872(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:5855(glossterm) +#: ./doc/glossary/glossary-terms.xml:5882(glossterm) msgid "OpenStack code name" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5858(secondary) +#: ./doc/glossary/glossary-terms.xml:5885(secondary) msgid "code name" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5862(para) +#: ./doc/glossary/glossary-terms.xml:5889(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:5876(glossterm) ./doc/glossary/glossary-terms.xml:5878(primary) +#: ./doc/glossary/glossary-terms.xml:5903(glossterm) ./doc/glossary/glossary-terms.xml:5905(primary) msgid "openSUSE" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5887(glossterm) ./doc/glossary/glossary-terms.xml:5889(primary) +#: ./doc/glossary/glossary-terms.xml:5914(glossterm) ./doc/glossary/glossary-terms.xml:5916(primary) msgid "operator" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5893(para) +#: ./doc/glossary/glossary-terms.xml:5920(para) msgid "The person responsible for planning and maintaining an OpenStack installation." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5899(glossterm) ./doc/glossary/glossary-terms.xml:5901(primary) +#: ./doc/glossary/glossary-terms.xml:5926(glossterm) ./doc/glossary/glossary-terms.xml:5928(primary) msgid "Orchestration" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5905(para) +#: ./doc/glossary/glossary-terms.xml:5932(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:5912(glossterm) +#: ./doc/glossary/glossary-terms.xml:5939(glossterm) msgid "orphan" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5914(primary) +#: ./doc/glossary/glossary-terms.xml:5941(primary) msgid "orphans" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5918(para) +#: ./doc/glossary/glossary-terms.xml:5945(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:5927(title) +#: ./doc/glossary/glossary-terms.xml:5954(title) msgid "P" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5930(glossterm) +#: ./doc/glossary/glossary-terms.xml:5957(glossterm) msgid "parent cell" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5934(secondary) ./doc/glossary/glossary-terms.xml:5937(primary) +#: ./doc/glossary/glossary-terms.xml:5961(secondary) ./doc/glossary/glossary-terms.xml:5964(primary) msgid "parent cells" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5941(para) +#: ./doc/glossary/glossary-terms.xml:5968(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:5948(glossterm) +#: ./doc/glossary/glossary-terms.xml:5975(glossterm) msgid "partition" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5950(primary) ./doc/glossary/glossary-terms.xml:5965(primary) ./doc/glossary/glossary-terms.xml:5979(primary) +#: ./doc/glossary/glossary-terms.xml:5977(primary) ./doc/glossary/glossary-terms.xml:5992(primary) ./doc/glossary/glossary-terms.xml:6006(primary) msgid "partitions" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5956(para) +#: ./doc/glossary/glossary-terms.xml:5983(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:5963(glossterm) ./doc/glossary/glossary-terms.xml:5967(secondary) +#: ./doc/glossary/glossary-terms.xml:5990(glossterm) ./doc/glossary/glossary-terms.xml:5994(secondary) msgid "partition index" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5971(para) +#: ./doc/glossary/glossary-terms.xml:5998(para) msgid "Contains the locations of all Object Storage partitions within the ring." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5977(glossterm) +#: ./doc/glossary/glossary-terms.xml:6004(glossterm) msgid "partition shift value" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5981(secondary) +#: ./doc/glossary/glossary-terms.xml:6008(secondary) msgid "partition index value" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5985(para) +#: ./doc/glossary/glossary-terms.xml:6012(para) msgid "Used by Object Storage to determine which partition data should reside on." msgstr "" -#: ./doc/glossary/glossary-terms.xml:5991(glossterm) +#: ./doc/glossary/glossary-terms.xml:6018(glossterm) msgid "path MTU discovery (PMTUD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:5997(para) +#: ./doc/glossary/glossary-terms.xml:6024(para) msgid "Mechanism in IP networks to detect end-to-end MTU and adjust packet size accordingly." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6003(glossterm) ./doc/glossary/glossary-terms.xml:6005(primary) +#: ./doc/glossary/glossary-terms.xml:6030(glossterm) ./doc/glossary/glossary-terms.xml:6032(primary) msgid "pause" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6009(para) +#: ./doc/glossary/glossary-terms.xml:6036(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:6015(glossterm) ./doc/glossary/glossary-terms.xml:6017(primary) +#: ./doc/glossary/glossary-terms.xml:6042(glossterm) ./doc/glossary/glossary-terms.xml:6044(primary) msgid "PCI passthrough" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6021(para) +#: ./doc/glossary/glossary-terms.xml:6048(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:6027(glossterm) +#: ./doc/glossary/glossary-terms.xml:6054(glossterm) msgid "persistent message" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6031(secondary) ./doc/glossary/glossary-terms.xml:6034(primary) +#: ./doc/glossary/glossary-terms.xml:6058(secondary) ./doc/glossary/glossary-terms.xml:6061(primary) msgid "persistent messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6038(para) +#: ./doc/glossary/glossary-terms.xml:6065(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:6044(glossterm) ./doc/glossary/glossary-terms.xml:6046(primary) +#: ./doc/glossary/glossary-terms.xml:6071(glossterm) ./doc/glossary/glossary-terms.xml:6073(primary) msgid "persistent volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6050(para) +#: ./doc/glossary/glossary-terms.xml:6077(para) msgid "Changes to these types of disk volumes are saved." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6055(glossterm) ./doc/glossary/glossary-terms.xml:6057(primary) +#: ./doc/glossary/glossary-terms.xml:6082(glossterm) ./doc/glossary/glossary-terms.xml:6084(primary) msgid "personality file" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6061(para) +#: ./doc/glossary/glossary-terms.xml:6088(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:6067(glossterm) ./doc/glossary/glossary-terms.xml:6069(primary) +#: ./doc/glossary/glossary-terms.xml:6094(glossterm) ./doc/glossary/glossary-terms.xml:6096(primary) msgid "Platform-as-a-Service (PaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6073(para) +#: ./doc/glossary/glossary-terms.xml:6100(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:6082(glossterm) +#: ./doc/glossary/glossary-terms.xml:6109(glossterm) msgid "plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6084(primary) +#: ./doc/glossary/glossary-terms.xml:6111(primary) msgid "plug-ins, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6088(para) +#: ./doc/glossary/glossary-terms.xml:6115(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:6094(glossterm) ./doc/glossary/glossary-terms.xml:6096(primary) +#: ./doc/glossary/glossary-terms.xml:6121(glossterm) ./doc/glossary/glossary-terms.xml:6123(primary) msgid "policy service" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6100(para) +#: ./doc/glossary/glossary-terms.xml:6127(para) msgid "Component of Identity Service that provides a rule-management interface and a rule-based authorization engine." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6106(glossterm) ./doc/glossary/glossary-terms.xml:6108(primary) +#: ./doc/glossary/glossary-terms.xml:6133(glossterm) ./doc/glossary/glossary-terms.xml:6135(primary) msgid "pool" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6112(para) +#: ./doc/glossary/glossary-terms.xml:6139(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:6121(glossterm) ./doc/glossary/glossary-terms.xml:6123(primary) +#: ./doc/glossary/glossary-terms.xml:6148(glossterm) ./doc/glossary/glossary-terms.xml:6150(primary) msgid "pool member" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6127(para) +#: ./doc/glossary/glossary-terms.xml:6154(para) msgid "An application that runs on the back-end server in a load-balancing system." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6133(glossterm) +#: ./doc/glossary/glossary-terms.xml:6160(glossterm) msgid "port" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6135(primary) ./doc/glossary/glossary-terms.xml:6149(primary) ./doc/glossary/glossary-terms.xml:8380(primary) +#: ./doc/glossary/glossary-terms.xml:6162(primary) ./doc/glossary/glossary-terms.xml:6176(primary) ./doc/glossary/glossary-terms.xml:8421(primary) msgid "ports" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6141(para) +#: ./doc/glossary/glossary-terms.xml:6168(para) msgid "A virtual network port within Networking; VIFs / vNICs are connected to a port." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6147(glossterm) ./doc/glossary/glossary-terms.xml:6151(secondary) +#: ./doc/glossary/glossary-terms.xml:6174(glossterm) ./doc/glossary/glossary-terms.xml:6178(secondary) msgid "port UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6155(para) +#: ./doc/glossary/glossary-terms.xml:6182(para) msgid "Unique ID for a Networking port." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6160(glossterm) +#: ./doc/glossary/glossary-terms.xml:6187(glossterm) msgid "preseed" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6162(primary) +#: ./doc/glossary/glossary-terms.xml:6189(primary) msgid "preseed, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6166(para) +#: ./doc/glossary/glossary-terms.xml:6193(para) msgid "A tool to automate system configuration and installation on Debian-based Linux distributions." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6172(glossterm) ./doc/glossary/glossary-terms.xml:6174(primary) +#: ./doc/glossary/glossary-terms.xml:6199(glossterm) ./doc/glossary/glossary-terms.xml:6201(primary) msgid "private image" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6178(para) +#: ./doc/glossary/glossary-terms.xml:6205(para) msgid "An Image Service VM image that is only available to specified tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6184(glossterm) ./doc/glossary/glossary-terms.xml:6191(primary) +#: ./doc/glossary/glossary-terms.xml:6211(glossterm) ./doc/glossary/glossary-terms.xml:6218(primary) msgid "private IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6188(secondary) +#: ./doc/glossary/glossary-terms.xml:6215(secondary) msgid "private" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6195(para) +#: ./doc/glossary/glossary-terms.xml:6222(para) msgid "An IP address used for management and administration, not available to the public Internet." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6201(glossterm) +#: ./doc/glossary/glossary-terms.xml:6228(glossterm) msgid "private network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6205(secondary) ./doc/glossary/glossary-terms.xml:6208(primary) +#: ./doc/glossary/glossary-terms.xml:6232(secondary) ./doc/glossary/glossary-terms.xml:6235(primary) msgid "private networks" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6212(para) +#: ./doc/glossary/glossary-terms.xml:6239(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:6224(glossterm) +#: ./doc/glossary/glossary-terms.xml:6251(glossterm) msgid "project" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6226(primary) ./doc/glossary/glossary-terms.xml:6240(primary) ./doc/glossary/glossary-terms.xml:6254(primary) +#: ./doc/glossary/glossary-terms.xml:6253(primary) ./doc/glossary/glossary-terms.xml:6267(primary) ./doc/glossary/glossary-terms.xml:6281(primary) msgid "projects" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6232(para) +#: ./doc/glossary/glossary-terms.xml:6259(para) msgid "A logical grouping of users within Compute; defines quotas and access to VM images." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6238(glossterm) ./doc/glossary/glossary-terms.xml:6242(secondary) +#: ./doc/glossary/glossary-terms.xml:6265(glossterm) ./doc/glossary/glossary-terms.xml:6269(secondary) msgid "project ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6246(para) +#: ./doc/glossary/glossary-terms.xml:6273(para) msgid "User-defined alphanumeric string in Compute; the name of a project." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6252(glossterm) ./doc/glossary/glossary-terms.xml:6256(secondary) +#: ./doc/glossary/glossary-terms.xml:6279(glossterm) ./doc/glossary/glossary-terms.xml:6283(secondary) msgid "project VPN" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6260(para) +#: ./doc/glossary/glossary-terms.xml:6287(para) msgid "Alternative term for a cloudpipe." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6265(glossterm) ./doc/glossary/glossary-terms.xml:6267(primary) +#: ./doc/glossary/glossary-terms.xml:6292(glossterm) ./doc/glossary/glossary-terms.xml:6294(primary) msgid "promiscuous mode" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6271(para) +#: ./doc/glossary/glossary-terms.xml:6298(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:6278(glossterm) ./doc/glossary/glossary-terms.xml:6280(primary) +#: ./doc/glossary/glossary-terms.xml:6305(glossterm) ./doc/glossary/glossary-terms.xml:6307(primary) msgid "protected property" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6284(para) +#: ./doc/glossary/glossary-terms.xml:6311(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:6293(glossterm) ./doc/glossary/glossary-terms.xml:6295(primary) +#: ./doc/glossary/glossary-terms.xml:6320(glossterm) ./doc/glossary/glossary-terms.xml:6322(primary) msgid "provider" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6299(para) +#: ./doc/glossary/glossary-terms.xml:6326(para) msgid "An administrator who has access to all hosts and instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6305(glossterm) +#: ./doc/glossary/glossary-terms.xml:6332(glossterm) msgid "proxy node" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6309(secondary) ./doc/glossary/glossary-terms.xml:6312(primary) +#: ./doc/glossary/glossary-terms.xml:6336(secondary) ./doc/glossary/glossary-terms.xml:6339(primary) msgid "proxy nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6316(para) +#: ./doc/glossary/glossary-terms.xml:6343(para) msgid "A node that provides the Object Storage proxy service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6321(glossterm) +#: ./doc/glossary/glossary-terms.xml:6348(glossterm) msgid "proxy server" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6325(secondary) ./doc/glossary/glossary-terms.xml:6328(primary) +#: ./doc/glossary/glossary-terms.xml:6352(secondary) ./doc/glossary/glossary-terms.xml:6355(primary) msgid "proxy servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6332(para) +#: ./doc/glossary/glossary-terms.xml:6359(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:6339(glossterm) ./doc/glossary/glossary-terms.xml:6346(primary) +#: ./doc/glossary/glossary-terms.xml:6366(glossterm) ./doc/glossary/glossary-terms.xml:6373(primary) msgid "public API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6343(secondary) +#: ./doc/glossary/glossary-terms.xml:6370(secondary) msgid "public APIs" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6350(para) +#: ./doc/glossary/glossary-terms.xml:6377(para) msgid "An API endpoint used for both service-to-service communication and end-user interactions." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6356(glossterm) ./doc/glossary/glossary-terms.xml:6363(primary) +#: ./doc/glossary/glossary-terms.xml:6383(glossterm) ./doc/glossary/glossary-terms.xml:6390(primary) msgid "public image" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6360(secondary) +#: ./doc/glossary/glossary-terms.xml:6387(secondary) msgid "public images" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6367(para) +#: ./doc/glossary/glossary-terms.xml:6394(para) msgid "An Image Service VM image that is available to all tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6373(glossterm) ./doc/glossary/glossary-terms.xml:6380(primary) +#: ./doc/glossary/glossary-terms.xml:6400(glossterm) ./doc/glossary/glossary-terms.xml:6407(primary) msgid "public IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6377(secondary) ./doc/glossary/glossary-terms.xml:6405(secondary) +#: ./doc/glossary/glossary-terms.xml:6404(secondary) ./doc/glossary/glossary-terms.xml:6432(secondary) msgid "public" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6384(para) +#: ./doc/glossary/glossary-terms.xml:6411(para) msgid "An IP address that is accessible to end-users." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6389(glossterm) ./doc/glossary/glossary-terms.xml:6391(primary) +#: ./doc/glossary/glossary-terms.xml:6416(glossterm) ./doc/glossary/glossary-terms.xml:6418(primary) msgid "public key authentication" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6395(para) +#: ./doc/glossary/glossary-terms.xml:6422(para) msgid "Authentication method that uses keys rather than passwords." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6401(glossterm) ./doc/glossary/glossary-terms.xml:6408(primary) +#: ./doc/glossary/glossary-terms.xml:6428(glossterm) ./doc/glossary/glossary-terms.xml:6435(primary) msgid "public network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6412(para) +#: ./doc/glossary/glossary-terms.xml:6439(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:6421(glossterm) ./doc/glossary/glossary-terms.xml:6423(primary) +#: ./doc/glossary/glossary-terms.xml:6448(glossterm) ./doc/glossary/glossary-terms.xml:6450(primary) msgid "Puppet" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6427(para) +#: ./doc/glossary/glossary-terms.xml:6454(para) msgid "An operating system configuration-management tool supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6433(glossterm) ./doc/glossary/glossary-terms.xml:6435(primary) +#: ./doc/glossary/glossary-terms.xml:6460(glossterm) ./doc/glossary/glossary-terms.xml:6462(primary) msgid "Python" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6439(para) +#: ./doc/glossary/glossary-terms.xml:6466(para) msgid "Programming language used extensively in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6447(title) +#: ./doc/glossary/glossary-terms.xml:6474(title) msgid "Q" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6450(glossterm) ./doc/glossary/glossary-terms.xml:6452(primary) +#: ./doc/glossary/glossary-terms.xml:6477(glossterm) ./doc/glossary/glossary-terms.xml:6479(primary) msgid "QEMU Copy On Write 2 (QCOW2)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6462(glossterm) ./doc/glossary/glossary-terms.xml:6464(primary) +#: ./doc/glossary/glossary-terms.xml:6489(glossterm) ./doc/glossary/glossary-terms.xml:6491(primary) msgid "Qpid" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6468(para) +#: ./doc/glossary/glossary-terms.xml:6495(para) msgid "Message queue software supported by OpenStack; an alternative to RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6474(glossterm) ./doc/glossary/glossary-terms.xml:6476(primary) +#: ./doc/glossary/glossary-terms.xml:6501(glossterm) ./doc/glossary/glossary-terms.xml:6503(primary) msgid "quarantine" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6480(para) +#: ./doc/glossary/glossary-terms.xml:6507(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:6487(glossterm) ./doc/glossary/glossary-terms.xml:6489(primary) +#: ./doc/glossary/glossary-terms.xml:6514(glossterm) ./doc/glossary/glossary-terms.xml:6516(primary) msgid "Quick EMUlator (QEMU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6493(para) +#: ./doc/glossary/glossary-terms.xml:6520(para) msgid "QEMU is a generic and open source machine emulator and virtualizer." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6496(para) +#: ./doc/glossary/glossary-terms.xml:6523(para) msgid "One of the hypervisors supported by OpenStack, generally used for development purposes." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6502(glossterm) +#: ./doc/glossary/glossary-terms.xml:6529(glossterm) msgid "quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6504(primary) +#: ./doc/glossary/glossary-terms.xml:6531(primary) msgid "quotas" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6508(para) +#: ./doc/glossary/glossary-terms.xml:6535(para) msgid "In Compute and Block Storage, the ability to set resource limits on a per-project basis." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6517(title) +#: ./doc/glossary/glossary-terms.xml:6544(title) msgid "R" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6520(glossterm) ./doc/glossary/glossary-terms.xml:6522(primary) +#: ./doc/glossary/glossary-terms.xml:6547(glossterm) ./doc/glossary/glossary-terms.xml:6549(primary) msgid "RabbitMQ" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6526(para) +#: ./doc/glossary/glossary-terms.xml:6553(para) msgid "The default message queue software used by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6531(glossterm) ./doc/glossary/glossary-terms.xml:6533(primary) +#: ./doc/glossary/glossary-terms.xml:6558(glossterm) ./doc/glossary/glossary-terms.xml:6560(primary) msgid "Rackspace Cloud Files" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6537(para) +#: ./doc/glossary/glossary-terms.xml:6564(para) msgid "Released as open source by Rackspace in 2010; the basis for Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6543(glossterm) ./doc/glossary/glossary-terms.xml:6545(primary) +#: ./doc/glossary/glossary-terms.xml:6570(glossterm) ./doc/glossary/glossary-terms.xml:6572(primary) msgid "RADOS Block Device (RBD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6549(para) +#: ./doc/glossary/glossary-terms.xml:6576(para) msgid "Ceph component that enables a Linux block device to be striped over multiple distributed data stores." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6555(glossterm) ./doc/glossary/glossary-terms.xml:6557(primary) +#: ./doc/glossary/glossary-terms.xml:6582(glossterm) ./doc/glossary/glossary-terms.xml:6584(primary) msgid "radvd" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6561(para) +#: ./doc/glossary/glossary-terms.xml:6588(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:6568(glossterm) ./doc/glossary/glossary-terms.xml:6570(primary) +#: ./doc/glossary/glossary-terms.xml:6595(glossterm) ./doc/glossary/glossary-terms.xml:6597(primary) msgid "RAM filter" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6574(para) +#: ./doc/glossary/glossary-terms.xml:6601(para) msgid "The Compute setting that enables or disables RAM overcommitment." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6580(glossterm) ./doc/glossary/glossary-terms.xml:6582(primary) +#: ./doc/glossary/glossary-terms.xml:6607(glossterm) ./doc/glossary/glossary-terms.xml:6609(primary) msgid "RAM overcommit" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6586(para) +#: ./doc/glossary/glossary-terms.xml:6613(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:6594(glossterm) +#: ./doc/glossary/glossary-terms.xml:6621(glossterm) msgid "rate limit" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6596(primary) +#: ./doc/glossary/glossary-terms.xml:6623(primary) msgid "rate limits" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6600(para) +#: ./doc/glossary/glossary-terms.xml:6627(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:6606(glossterm) +#: ./doc/glossary/glossary-terms.xml:6633(glossterm) msgid "raw" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6608(primary) +#: ./doc/glossary/glossary-terms.xml:6635(primary) msgid "raw format" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6612(para) +#: ./doc/glossary/glossary-terms.xml:6639(para) msgid "One of the VM image disk formats supported by Image Service; an unstructured disk image." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6618(glossterm) +#: ./doc/glossary/glossary-terms.xml:6645(glossterm) msgid "rebalance" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6620(primary) +#: ./doc/glossary/glossary-terms.xml:6647(primary) msgid "rebalancing" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6624(para) +#: ./doc/glossary/glossary-terms.xml:6651(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:6631(glossterm) ./doc/glossary/glossary-terms.xml:6633(primary) ./doc/glossary/glossary-terms.xml:7490(primary) +#: ./doc/glossary/glossary-terms.xml:6658(glossterm) ./doc/glossary/glossary-terms.xml:6660(primary) ./doc/glossary/glossary-terms.xml:7517(primary) msgid "reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6635(secondary) ./doc/glossary/glossary-terms.xml:7492(secondary) +#: ./doc/glossary/glossary-terms.xml:6662(secondary) ./doc/glossary/glossary-terms.xml:7519(secondary) msgid "hard vs. soft" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6639(para) +#: ./doc/glossary/glossary-terms.xml:6666(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:6649(glossterm) +#: ./doc/glossary/glossary-terms.xml:6676(glossterm) msgid "rebuild" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6651(primary) +#: ./doc/glossary/glossary-terms.xml:6678(primary) msgid "rebuilding" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6655(para) +#: ./doc/glossary/glossary-terms.xml:6682(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:6661(glossterm) ./doc/glossary/glossary-terms.xml:6663(primary) +#: ./doc/glossary/glossary-terms.xml:6688(glossterm) ./doc/glossary/glossary-terms.xml:6690(primary) msgid "Recon" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6667(para) +#: ./doc/glossary/glossary-terms.xml:6694(para) msgid "An Object Storage component that collects metrics." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6672(glossterm) +#: ./doc/glossary/glossary-terms.xml:6699(glossterm) msgid "record" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6674(primary) ./doc/glossary/glossary-terms.xml:6693(primary) +#: ./doc/glossary/glossary-terms.xml:6701(primary) ./doc/glossary/glossary-terms.xml:6720(primary) msgid "records" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6680(para) +#: ./doc/glossary/glossary-terms.xml:6707(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:6691(glossterm) +#: ./doc/glossary/glossary-terms.xml:6718(glossterm) msgid "record ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6695(secondary) +#: ./doc/glossary/glossary-terms.xml:6722(secondary) msgid "record IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6699(para) +#: ./doc/glossary/glossary-terms.xml:6726(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:6705(glossterm) ./doc/glossary/glossary-terms.xml:6707(primary) +#: ./doc/glossary/glossary-terms.xml:6732(glossterm) ./doc/glossary/glossary-terms.xml:6734(primary) msgid "Red Hat Enterprise Linux (RHEL)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6716(glossterm) ./doc/glossary/glossary-terms.xml:6718(primary) +#: ./doc/glossary/glossary-terms.xml:6743(glossterm) ./doc/glossary/glossary-terms.xml:6745(primary) msgid "reference architecture" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6722(para) +#: ./doc/glossary/glossary-terms.xml:6749(para) msgid "A recommended architecture for an OpenStack cloud." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6727(glossterm) ./doc/glossary/glossary-terms.xml:6729(primary) +#: ./doc/glossary/glossary-terms.xml:6754(glossterm) ./doc/glossary/glossary-terms.xml:6756(primary) msgid "region" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6733(para) +#: ./doc/glossary/glossary-terms.xml:6760(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:6740(glossterm) ./doc/glossary/glossary-terms.xml:6742(primary) +#: ./doc/glossary/glossary-terms.xml:6767(glossterm) ./doc/glossary/glossary-terms.xml:6769(primary) msgid "registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6744(see) +#: ./doc/glossary/glossary-terms.xml:6771(see) msgid "under Image Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6748(para) +#: ./doc/glossary/glossary-terms.xml:6775(para) msgid "Alternative term for the Image Service registry." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6753(glossterm) +#: ./doc/glossary/glossary-terms.xml:6780(glossterm) msgid "registry server" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6757(secondary) ./doc/glossary/glossary-terms.xml:6760(primary) +#: ./doc/glossary/glossary-terms.xml:6784(secondary) ./doc/glossary/glossary-terms.xml:6787(primary) msgid "registry servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6764(para) +#: ./doc/glossary/glossary-terms.xml:6791(para) msgid "An Image Service that provides VM image metadata information to clients." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6770(glossterm) ./doc/glossary/glossary-terms.xml:6773(primary) +#: ./doc/glossary/glossary-terms.xml:6797(glossterm) ./doc/glossary/glossary-terms.xml:6800(primary) msgid "Reliable, Autonomic Distributed Object Store (RADOS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6778(para) +#: ./doc/glossary/glossary-terms.xml:6805(para) msgid "A collection of components that provides object storage within Ceph. Similar to OpenStack Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6784(glossterm) ./doc/glossary/glossary-terms.xml:6786(primary) +#: ./doc/glossary/glossary-terms.xml:6811(glossterm) ./doc/glossary/glossary-terms.xml:6813(primary) msgid "Remote Procedure Call (RPC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6790(para) +#: ./doc/glossary/glossary-terms.xml:6817(para) msgid "The method used by the Compute RabbitMQ for intra-service communications." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6796(glossterm) +#: ./doc/glossary/glossary-terms.xml:6823(glossterm) msgid "replica" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6798(primary) ./doc/glossary/glossary-terms.xml:6813(primary) ./doc/glossary/glossary-terms.xml:6825(glossterm) ./doc/glossary/glossary-terms.xml:6836(primary) +#: ./doc/glossary/glossary-terms.xml:6825(primary) ./doc/glossary/glossary-terms.xml:6840(primary) ./doc/glossary/glossary-terms.xml:6852(glossterm) ./doc/glossary/glossary-terms.xml:6863(primary) msgid "replication" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6804(para) +#: ./doc/glossary/glossary-terms.xml:6831(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:6811(glossterm) ./doc/glossary/glossary-terms.xml:6815(secondary) +#: ./doc/glossary/glossary-terms.xml:6838(glossterm) ./doc/glossary/glossary-terms.xml:6842(secondary) msgid "replica count" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6819(para) +#: ./doc/glossary/glossary-terms.xml:6846(para) msgid "The number of replicas of the data in an Object Storage ring." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6828(para) +#: ./doc/glossary/glossary-terms.xml:6855(para) msgid "The process of copying data to a separate physical device for fault tolerance and performance." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6834(glossterm) +#: ./doc/glossary/glossary-terms.xml:6861(glossterm) msgid "replicator" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6838(secondary) +#: ./doc/glossary/glossary-terms.xml:6865(secondary) msgid "replicators" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6842(para) +#: ./doc/glossary/glossary-terms.xml:6869(para) msgid "The Object Storage back-end process that creates and manages object replicas." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6848(glossterm) +#: ./doc/glossary/glossary-terms.xml:6875(glossterm) msgid "request ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6850(primary) +#: ./doc/glossary/glossary-terms.xml:6877(primary) msgid "request IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6854(para) +#: ./doc/glossary/glossary-terms.xml:6881(para) msgid "Unique ID assigned to each request sent to Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6859(glossterm) +#: ./doc/glossary/glossary-terms.xml:6886(glossterm) msgid "rescue image" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6861(primary) +#: ./doc/glossary/glossary-terms.xml:6888(primary) msgid "rescue images" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6865(para) +#: ./doc/glossary/glossary-terms.xml:6892(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:6872(glossterm) +#: ./doc/glossary/glossary-terms.xml:6899(glossterm) msgid "resize" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6874(primary) +#: ./doc/glossary/glossary-terms.xml:6901(primary) msgid "resizing" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6878(para) +#: ./doc/glossary/glossary-terms.xml:6905(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:6886(glossterm) +#: ./doc/glossary/glossary-terms.xml:6913(glossterm) msgid "RESTful" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6888(primary) +#: ./doc/glossary/glossary-terms.xml:6915(primary) msgid "RESTful web services" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6892(para) +#: ./doc/glossary/glossary-terms.xml:6919(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:6899(glossterm) +#: ./doc/glossary/glossary-terms.xml:6926(glossterm) msgid "ring" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6901(primary) ./doc/glossary/glossary-terms.xml:6916(primary) +#: ./doc/glossary/glossary-terms.xml:6928(primary) ./doc/glossary/glossary-terms.xml:6943(primary) msgid "rings" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6907(para) +#: ./doc/glossary/glossary-terms.xml:6934(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:6914(glossterm) +#: ./doc/glossary/glossary-terms.xml:6941(glossterm) msgid "ring builder" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6918(secondary) +#: ./doc/glossary/glossary-terms.xml:6945(secondary) msgid "ring builders" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6922(para) +#: ./doc/glossary/glossary-terms.xml:6949(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:6929(glossterm) ./doc/glossary/glossary-terms.xml:6931(primary) +#: ./doc/glossary/glossary-terms.xml:6956(glossterm) ./doc/glossary/glossary-terms.xml:6958(primary) msgid "Role Based Access Control (RBAC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6935(para) +#: ./doc/glossary/glossary-terms.xml:6962(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:6943(glossterm) +#: ./doc/glossary/glossary-terms.xml:6970(glossterm) msgid "role" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6945(primary) ./doc/glossary/glossary-terms.xml:6960(primary) +#: ./doc/glossary/glossary-terms.xml:6972(primary) ./doc/glossary/glossary-terms.xml:6987(primary) msgid "roles" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6951(para) +#: ./doc/glossary/glossary-terms.xml:6978(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:6958(glossterm) ./doc/glossary/glossary-terms.xml:6962(secondary) +#: ./doc/glossary/glossary-terms.xml:6985(glossterm) ./doc/glossary/glossary-terms.xml:6989(secondary) msgid "role ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6966(para) +#: ./doc/glossary/glossary-terms.xml:6993(para) msgid "Alphanumeric ID assigned to each Identity Service role." msgstr "" -#: ./doc/glossary/glossary-terms.xml:6971(glossterm) ./doc/glossary/glossary-terms.xml:6973(primary) +#: ./doc/glossary/glossary-terms.xml:6998(glossterm) ./doc/glossary/glossary-terms.xml:7000(primary) msgid "rootwrap" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6977(para) +#: ./doc/glossary/glossary-terms.xml:7004(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:6983(glossterm) ./doc/glossary/glossary-terms.xml:6990(primary) +#: ./doc/glossary/glossary-terms.xml:7010(glossterm) ./doc/glossary/glossary-terms.xml:7017(primary) msgid "round-robin scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6985(primary) ./doc/glossary/glossary-terms.xml:7533(primary) +#: ./doc/glossary/glossary-terms.xml:7012(primary) ./doc/glossary/glossary-terms.xml:7560(primary) msgid "schedulers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6987(secondary) +#: ./doc/glossary/glossary-terms.xml:7014(secondary) msgid "round-robin" msgstr "" -#: ./doc/glossary/glossary-terms.xml:6994(para) +#: ./doc/glossary/glossary-terms.xml:7021(para) msgid "Type of Compute scheduler that evenly distributes instances among available hosts." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7000(glossterm) ./doc/glossary/glossary-terms.xml:7002(primary) +#: ./doc/glossary/glossary-terms.xml:7027(glossterm) ./doc/glossary/glossary-terms.xml:7029(primary) msgid "router" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7006(para) +#: ./doc/glossary/glossary-terms.xml:7033(para) msgid "A physical or virtual network device that passes network traffic between different networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7012(glossterm) +#: ./doc/glossary/glossary-terms.xml:7039(glossterm) msgid "routing key" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7014(primary) +#: ./doc/glossary/glossary-terms.xml:7041(primary) msgid "routing keys" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7018(para) +#: ./doc/glossary/glossary-terms.xml:7045(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:7025(glossterm) +#: ./doc/glossary/glossary-terms.xml:7052(glossterm) msgid "RPC driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7027(primary) +#: ./doc/glossary/glossary-terms.xml:7054(primary) msgid "drivers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7029(secondary) ./doc/glossary/glossary-terms.xml:7032(primary) +#: ./doc/glossary/glossary-terms.xml:7056(secondary) ./doc/glossary/glossary-terms.xml:7059(primary) msgid "RPC drivers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7036(para) +#: ./doc/glossary/glossary-terms.xml:7063(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:7043(glossterm) ./doc/glossary/glossary-terms.xml:7045(primary) +#: ./doc/glossary/glossary-terms.xml:7070(glossterm) ./doc/glossary/glossary-terms.xml:7072(primary) msgid "rsync" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7049(para) +#: ./doc/glossary/glossary-terms.xml:7076(para) msgid "Used by Object Storage to push object replicas." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7054(glossterm) +#: ./doc/glossary/glossary-terms.xml:7081(glossterm) msgid "RXTX cap" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7056(primary) +#: ./doc/glossary/glossary-terms.xml:7083(primary) msgid "RXTX cap/quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7060(para) +#: ./doc/glossary/glossary-terms.xml:7087(para) msgid "Absolute limit on the amount of network traffic a Compute VM instance can send and receive." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7066(glossterm) +#: ./doc/glossary/glossary-terms.xml:7093(glossterm) msgid "RXTX quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7069(para) +#: ./doc/glossary/glossary-terms.xml:7096(para) msgid "Soft limit on the amount of network traffic a Compute VM instance can send and receive." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7075(glossterm) ./doc/glossary/glossary-terms.xml:7077(primary) +#: ./doc/glossary/glossary-terms.xml:7102(glossterm) ./doc/glossary/glossary-terms.xml:7104(primary) msgid "Ryu neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7081(para) +#: ./doc/glossary/glossary-terms.xml:7108(para) msgid "Enables the Ryu network operating system to function as a Networking OpenFlow controller." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7090(title) +#: ./doc/glossary/glossary-terms.xml:7117(title) msgid "S" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7093(glossterm) +#: ./doc/glossary/glossary-terms.xml:7120(glossterm) msgid "S3" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7095(primary) +#: ./doc/glossary/glossary-terms.xml:7122(primary) msgid "S3 storage service" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7099(para) +#: ./doc/glossary/glossary-terms.xml:7126(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:7106(glossterm) ./doc/glossary/glossary-terms.xml:7108(primary) +#: ./doc/glossary/glossary-terms.xml:7133(glossterm) ./doc/glossary/glossary-terms.xml:7135(primary) msgid "sahara" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7112(para) +#: ./doc/glossary/glossary-terms.xml:7139(para) msgid "OpenStack project that provides a scalable data-processing stack and associated management interfaces." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7118(glossterm) ./doc/glossary/glossary-terms.xml:7120(primary) +#: ./doc/glossary/glossary-terms.xml:7145(glossterm) ./doc/glossary/glossary-terms.xml:7147(primary) msgid "scheduler manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7124(para) +#: ./doc/glossary/glossary-terms.xml:7151(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:7131(glossterm) +#: ./doc/glossary/glossary-terms.xml:7158(glossterm) msgid "scoped token" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7133(primary) +#: ./doc/glossary/glossary-terms.xml:7160(primary) msgid "scoped tokens" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7137(para) +#: ./doc/glossary/glossary-terms.xml:7164(para) msgid "An Identity Service API access token that is associated with a specific tenant." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7143(glossterm) +#: ./doc/glossary/glossary-terms.xml:7170(glossterm) msgid "scrubber" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7145(primary) +#: ./doc/glossary/glossary-terms.xml:7172(primary) msgid "scrubbers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7149(para) +#: ./doc/glossary/glossary-terms.xml:7176(para) msgid "Checks for and deletes unused VMs; the component of Image Service that implements delayed delete." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7155(glossterm) +#: ./doc/glossary/glossary-terms.xml:7182(glossterm) msgid "secret key" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7157(primary) +#: ./doc/glossary/glossary-terms.xml:7184(primary) msgid "secret keys" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7161(para) +#: ./doc/glossary/glossary-terms.xml:7188(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:7167(glossterm) ./doc/glossary/glossary-terms.xml:7169(primary) +#: ./doc/glossary/glossary-terms.xml:7194(glossterm) ./doc/glossary/glossary-terms.xml:7196(primary) msgid "secure shell (SSH)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7173(para) +#: ./doc/glossary/glossary-terms.xml:7200(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:7180(glossterm) +#: ./doc/glossary/glossary-terms.xml:7207(glossterm) msgid "security group" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7182(primary) +#: ./doc/glossary/glossary-terms.xml:7209(primary) msgid "security groups" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7186(para) +#: ./doc/glossary/glossary-terms.xml:7213(para) msgid "A set of network traffic filtering rules that are applied to a Compute instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7192(glossterm) +#: ./doc/glossary/glossary-terms.xml:7219(glossterm) msgid "segmented object" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7196(secondary) ./doc/glossary/glossary-terms.xml:7199(primary) +#: ./doc/glossary/glossary-terms.xml:7223(secondary) ./doc/glossary/glossary-terms.xml:7226(primary) msgid "segmented objects" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7203(para) +#: ./doc/glossary/glossary-terms.xml:7230(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:7210(glossterm) +#: ./doc/glossary/glossary-terms.xml:7237(glossterm) msgid "server" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7218(para) +#: ./doc/glossary/glossary-terms.xml:7245(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:7222(para) +#: ./doc/glossary/glossary-terms.xml:7249(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:7228(glossterm) ./doc/glossary/glossary-terms.xml:7230(primary) +#: ./doc/glossary/glossary-terms.xml:7255(glossterm) ./doc/glossary/glossary-terms.xml:7257(primary) msgid "server image" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7234(para) +#: ./doc/glossary/glossary-terms.xml:7261(para) msgid "Alternative term for a VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7239(glossterm) ./doc/glossary/glossary-terms.xml:7243(secondary) +#: ./doc/glossary/glossary-terms.xml:7266(glossterm) ./doc/glossary/glossary-terms.xml:7270(secondary) msgid "server UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7253(glossterm) +#: ./doc/glossary/glossary-terms.xml:7280(glossterm) msgid "service" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7255(primary) +#: ./doc/glossary/glossary-terms.xml:7282(primary) msgid "services" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7261(para) +#: ./doc/glossary/glossary-terms.xml:7288(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:7268(glossterm) ./doc/glossary/glossary-terms.xml:7270(primary) +#: ./doc/glossary/glossary-terms.xml:7295(glossterm) ./doc/glossary/glossary-terms.xml:7297(primary) msgid "service catalog" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7274(para) +#: ./doc/glossary/glossary-terms.xml:7301(para) msgid "Alternative term for the Identity Service catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7279(glossterm) ./doc/glossary/glossary-terms.xml:7281(primary) +#: ./doc/glossary/glossary-terms.xml:7306(glossterm) ./doc/glossary/glossary-terms.xml:7308(primary) msgid "service ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7285(para) +#: ./doc/glossary/glossary-terms.xml:7312(para) msgid "Unique ID assigned to each service that is available in the Identity Service catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7291(glossterm) ./doc/glossary/glossary-terms.xml:7293(primary) +#: ./doc/glossary/glossary-terms.xml:7318(glossterm) ./doc/glossary/glossary-terms.xml:7320(primary) msgid "service registration" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7297(para) +#: ./doc/glossary/glossary-terms.xml:7324(para) msgid "An Identity Service feature that enables services, such as Compute, to automatically register with the catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7303(glossterm) ./doc/glossary/glossary-terms.xml:7305(primary) +#: ./doc/glossary/glossary-terms.xml:7330(glossterm) ./doc/glossary/glossary-terms.xml:7332(primary) msgid "service tenant" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7309(para) +#: ./doc/glossary/glossary-terms.xml:7336(para) msgid "Special tenant that contains all services that are listed in the catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7315(glossterm) ./doc/glossary/glossary-terms.xml:7317(primary) +#: ./doc/glossary/glossary-terms.xml:7342(glossterm) ./doc/glossary/glossary-terms.xml:7344(primary) msgid "service token" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7321(para) +#: ./doc/glossary/glossary-terms.xml:7348(para) msgid "An administrator-defined token used by Compute to communicate securely with the Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7327(glossterm) ./doc/glossary/glossary-terms.xml:7331(secondary) +#: ./doc/glossary/glossary-terms.xml:7354(glossterm) ./doc/glossary/glossary-terms.xml:7358(secondary) msgid "session back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7329(primary) ./doc/glossary/glossary-terms.xml:7343(primary) ./doc/glossary/glossary-terms.xml:7358(primary) +#: ./doc/glossary/glossary-terms.xml:7356(primary) ./doc/glossary/glossary-terms.xml:7370(primary) ./doc/glossary/glossary-terms.xml:7385(primary) msgid "sessions" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7335(para) +#: ./doc/glossary/glossary-terms.xml:7362(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:7341(glossterm) ./doc/glossary/glossary-terms.xml:7345(secondary) +#: ./doc/glossary/glossary-terms.xml:7368(glossterm) ./doc/glossary/glossary-terms.xml:7372(secondary) msgid "session persistence" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7349(para) +#: ./doc/glossary/glossary-terms.xml:7376(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:7356(glossterm) ./doc/glossary/glossary-terms.xml:7360(secondary) +#: ./doc/glossary/glossary-terms.xml:7383(glossterm) ./doc/glossary/glossary-terms.xml:7387(secondary) msgid "session storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7364(para) +#: ./doc/glossary/glossary-terms.xml:7391(para) msgid "A horizon component that stores and tracks client session information. Implemented through the Django sessions framework." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7370(glossterm) ./doc/glossary/glossary-terms.xml:7377(primary) +#: ./doc/glossary/glossary-terms.xml:7397(glossterm) ./doc/glossary/glossary-terms.xml:7404(primary) msgid "shared IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7374(secondary) +#: ./doc/glossary/glossary-terms.xml:7401(secondary) msgid "shared" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7381(para) +#: ./doc/glossary/glossary-terms.xml:7408(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:7394(glossterm) +#: ./doc/glossary/glossary-terms.xml:7421(glossterm) msgid "shared IP group" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7396(primary) +#: ./doc/glossary/glossary-terms.xml:7423(primary) msgid "shared IP groups" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7400(para) +#: ./doc/glossary/glossary-terms.xml:7427(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:7409(glossterm) ./doc/glossary/glossary-terms.xml:7411(primary) +#: ./doc/glossary/glossary-terms.xml:7436(glossterm) ./doc/glossary/glossary-terms.xml:7438(primary) msgid "shared storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7415(para) +#: ./doc/glossary/glossary-terms.xml:7442(para) msgid "Block storage that is simultaneously accessible by multiple clients, for example, NFS." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7421(glossterm) ./doc/glossary/glossary-terms.xml:7423(primary) +#: ./doc/glossary/glossary-terms.xml:7448(glossterm) ./doc/glossary/glossary-terms.xml:7450(primary) msgid "Sheepdog" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7427(para) +#: ./doc/glossary/glossary-terms.xml:7454(para) msgid "Distributed block storage system for QEMU, supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7433(glossterm) ./doc/glossary/glossary-terms.xml:7436(primary) +#: ./doc/glossary/glossary-terms.xml:7460(glossterm) ./doc/glossary/glossary-terms.xml:7463(primary) msgid "Simple Cloud Identity Management (SCIM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7440(para) +#: ./doc/glossary/glossary-terms.xml:7467(para) msgid "Specification for managing identity in the cloud, currently unsupported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7446(glossterm) ./doc/glossary/glossary-terms.xml:7449(primary) +#: ./doc/glossary/glossary-terms.xml:7473(glossterm) ./doc/glossary/glossary-terms.xml:7476(primary) msgid "Single-root I/O Virtualization (SR-IOV)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7453(para) +#: ./doc/glossary/glossary-terms.xml:7480(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:7463(glossterm) ./doc/glossary/glossary-terms.xml:7465(primary) +#: ./doc/glossary/glossary-terms.xml:7490(glossterm) ./doc/glossary/glossary-terms.xml:7492(primary) msgid "SmokeStack" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7469(para) +#: ./doc/glossary/glossary-terms.xml:7496(para) msgid "Runs automated tests against the core OpenStack API; written in Rails." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7475(glossterm) ./doc/glossary/glossary-terms.xml:7477(primary) +#: ./doc/glossary/glossary-terms.xml:7502(glossterm) ./doc/glossary/glossary-terms.xml:7504(primary) msgid "snapshot" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7481(para) +#: ./doc/glossary/glossary-terms.xml:7508(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:7488(glossterm) ./doc/glossary/glossary-terms.xml:7495(primary) +#: ./doc/glossary/glossary-terms.xml:7515(glossterm) ./doc/glossary/glossary-terms.xml:7522(primary) msgid "soft reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7499(para) +#: ./doc/glossary/glossary-terms.xml:7526(para) msgid "A controlled reboot where a VM instance is properly restarted through operating system commands." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7505(glossterm) ./doc/glossary/glossary-terms.xml:7507(primary) +#: ./doc/glossary/glossary-terms.xml:7532(glossterm) ./doc/glossary/glossary-terms.xml:7534(primary) msgid "SolidFire Volume Driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7511(para) +#: ./doc/glossary/glossary-terms.xml:7538(para) msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7517(glossterm) +#: ./doc/glossary/glossary-terms.xml:7544(glossterm) msgid "SPICE" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7519(primary) +#: ./doc/glossary/glossary-terms.xml:7546(primary) msgid "SPICE (Simple Protocol for Independent Computing Environments)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7524(para) +#: ./doc/glossary/glossary-terms.xml:7551(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:7531(glossterm) ./doc/glossary/glossary-terms.xml:7538(primary) +#: ./doc/glossary/glossary-terms.xml:7558(glossterm) ./doc/glossary/glossary-terms.xml:7565(primary) msgid "spread-first scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7535(secondary) +#: ./doc/glossary/glossary-terms.xml:7562(secondary) msgid "spread-first" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7542(para) +#: ./doc/glossary/glossary-terms.xml:7569(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:7548(glossterm) ./doc/glossary/glossary-terms.xml:7550(primary) +#: ./doc/glossary/glossary-terms.xml:7575(glossterm) ./doc/glossary/glossary-terms.xml:7577(primary) msgid "SQL-Alchemy" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7554(para) +#: ./doc/glossary/glossary-terms.xml:7581(para) msgid "An open source SQL toolkit for Python, used in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7559(glossterm) ./doc/glossary/glossary-terms.xml:7561(primary) +#: ./doc/glossary/glossary-terms.xml:7586(glossterm) ./doc/glossary/glossary-terms.xml:7588(primary) msgid "SQLite" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7565(para) +#: ./doc/glossary/glossary-terms.xml:7592(para) msgid "A lightweight SQL database, used as the default persistent storage method in many OpenStack services." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7571(glossterm) ./doc/glossary/glossary-terms.xml:7573(primary) +#: ./doc/glossary/glossary-terms.xml:7598(glossterm) ./doc/glossary/glossary-terms.xml:7600(primary) msgid "stack" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7577(para) +#: ./doc/glossary/glossary-terms.xml:7604(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:7585(glossterm) ./doc/glossary/glossary-terms.xml:7587(primary) +#: ./doc/glossary/glossary-terms.xml:7612(glossterm) ./doc/glossary/glossary-terms.xml:7614(primary) msgid "StackTach" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7591(para) +#: ./doc/glossary/glossary-terms.xml:7618(para) msgid "Community project that captures Compute AMQP communications; useful for debugging." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7597(glossterm) +#: ./doc/glossary/glossary-terms.xml:7624(glossterm) msgid "static IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7601(secondary) +#: ./doc/glossary/glossary-terms.xml:7628(secondary) msgid "static" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7604(primary) +#: ./doc/glossary/glossary-terms.xml:7631(primary) msgid "static IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7608(para) +#: ./doc/glossary/glossary-terms.xml:7635(para) msgid "Alternative term for a fixed IP address." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7613(glossterm) ./doc/glossary/glossary-terms.xml:7615(primary) +#: ./doc/glossary/glossary-terms.xml:7640(glossterm) ./doc/glossary/glossary-terms.xml:7642(primary) msgid "StaticWeb" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7619(para) +#: ./doc/glossary/glossary-terms.xml:7646(para) msgid "WSGI middleware component of Object Storage that serves container data as a static web page." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7625(glossterm) ./doc/glossary/glossary-terms.xml:7627(primary) +#: ./doc/glossary/glossary-terms.xml:7652(glossterm) ./doc/glossary/glossary-terms.xml:7654(primary) msgid "storage back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7631(para) +#: ./doc/glossary/glossary-terms.xml:7658(para) msgid "The method that a service uses for persistent storage, such as iSCSI, NFS, or local disk." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7637(glossterm) ./doc/glossary/glossary-terms.xml:7644(primary) +#: ./doc/glossary/glossary-terms.xml:7664(glossterm) ./doc/glossary/glossary-terms.xml:7671(primary) msgid "storage node" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7641(secondary) +#: ./doc/glossary/glossary-terms.xml:7668(secondary) msgid "storage nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7648(para) +#: ./doc/glossary/glossary-terms.xml:7675(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:7655(glossterm) ./doc/glossary/glossary-terms.xml:7659(secondary) +#: ./doc/glossary/glossary-terms.xml:7682(glossterm) ./doc/glossary/glossary-terms.xml:7686(secondary) msgid "storage manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7657(primary) ./doc/glossary/glossary-terms.xml:7671(primary) ./doc/glossary/glossary-terms.xml:7685(primary) ./doc/glossary/glossary-terms.xml:7834(primary) +#: ./doc/glossary/glossary-terms.xml:7684(primary) ./doc/glossary/glossary-terms.xml:7698(primary) ./doc/glossary/glossary-terms.xml:7712(primary) ./doc/glossary/glossary-terms.xml:7861(primary) msgid "storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7663(para) +#: ./doc/glossary/glossary-terms.xml:7690(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:7669(glossterm) ./doc/glossary/glossary-terms.xml:7673(secondary) +#: ./doc/glossary/glossary-terms.xml:7696(glossterm) ./doc/glossary/glossary-terms.xml:7700(secondary) msgid "storage manager back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7677(para) +#: ./doc/glossary/glossary-terms.xml:7704(para) msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7683(glossterm) ./doc/glossary/glossary-terms.xml:7687(secondary) +#: ./doc/glossary/glossary-terms.xml:7710(glossterm) ./doc/glossary/glossary-terms.xml:7714(secondary) msgid "storage services" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7691(para) +#: ./doc/glossary/glossary-terms.xml:7718(para) msgid "Collective name for the Object Storage object services, container services, and account services." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7697(glossterm) ./doc/glossary/glossary-terms.xml:7699(primary) +#: ./doc/glossary/glossary-terms.xml:7724(glossterm) ./doc/glossary/glossary-terms.xml:7726(primary) msgid "strategy" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7703(para) +#: ./doc/glossary/glossary-terms.xml:7730(para) msgid "Specifies the authentication source used by Image Service or Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7709(glossterm) +#: ./doc/glossary/glossary-terms.xml:7736(glossterm) msgid "subdomain" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7711(primary) +#: ./doc/glossary/glossary-terms.xml:7738(primary) msgid "subdomains" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7715(para) +#: ./doc/glossary/glossary-terms.xml:7742(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:7723(glossterm) ./doc/glossary/glossary-terms.xml:7725(primary) +#: ./doc/glossary/glossary-terms.xml:7750(glossterm) ./doc/glossary/glossary-terms.xml:7752(primary) msgid "subnet" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7729(para) +#: ./doc/glossary/glossary-terms.xml:7756(para) msgid "Logical subdivision of an IP network." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7734(glossterm) ./doc/glossary/glossary-terms.xml:7737(primary) +#: ./doc/glossary/glossary-terms.xml:7761(glossterm) ./doc/glossary/glossary-terms.xml:7764(primary) msgid "SUSE Linux Enterprise Server (SLES)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7746(glossterm) +#: ./doc/glossary/glossary-terms.xml:7773(glossterm) msgid "suspend" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7748(primary) +#: ./doc/glossary/glossary-terms.xml:7775(primary) msgid "suspend, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7752(para) +#: ./doc/glossary/glossary-terms.xml:7779(para) msgid "Alternative term for a paused VM instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7758(glossterm) +#: ./doc/glossary/glossary-terms.xml:7785(glossterm) msgid "swap" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7760(primary) +#: ./doc/glossary/glossary-terms.xml:7787(primary) msgid "swap, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7764(para) +#: ./doc/glossary/glossary-terms.xml:7791(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:7770(glossterm) ./doc/glossary/glossary-terms.xml:7772(primary) +#: ./doc/glossary/glossary-terms.xml:7797(glossterm) ./doc/glossary/glossary-terms.xml:7799(primary) msgid "swawth" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7776(para) +#: ./doc/glossary/glossary-terms.xml:7803(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:7786(para) +#: ./doc/glossary/glossary-terms.xml:7813(para) msgid "An OpenStack core project that provides object storage services." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7792(glossterm) ./doc/glossary/glossary-terms.xml:7794(primary) +#: ./doc/glossary/glossary-terms.xml:7819(glossterm) ./doc/glossary/glossary-terms.xml:7821(primary) msgid "swift All in One (SAIO)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7798(para) +#: ./doc/glossary/glossary-terms.xml:7825(para) msgid "Creates a full Object Storage development environment within a single VM." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7804(glossterm) ./doc/glossary/glossary-terms.xml:7808(secondary) +#: ./doc/glossary/glossary-terms.xml:7831(glossterm) ./doc/glossary/glossary-terms.xml:7835(secondary) msgid "swift middleware" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7812(para) +#: ./doc/glossary/glossary-terms.xml:7839(para) msgid "Collective term for Object Storage components that provide additional functionality." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7818(glossterm) ./doc/glossary/glossary-terms.xml:7822(secondary) +#: ./doc/glossary/glossary-terms.xml:7845(glossterm) ./doc/glossary/glossary-terms.xml:7849(secondary) msgid "swift proxy server" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7826(para) +#: ./doc/glossary/glossary-terms.xml:7853(para) msgid "Acts as the gatekeeper to Object Storage and is responsible for authenticating the user." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7832(glossterm) +#: ./doc/glossary/glossary-terms.xml:7859(glossterm) msgid "swift storage node" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7836(secondary) ./doc/glossary/glossary-terms.xml:7841(secondary) ./doc/glossary/glossary-terms.xml:7846(secondary) +#: ./doc/glossary/glossary-terms.xml:7863(secondary) ./doc/glossary/glossary-terms.xml:7868(secondary) ./doc/glossary/glossary-terms.xml:7873(secondary) msgid "swift storage nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7850(para) +#: ./doc/glossary/glossary-terms.xml:7877(para) msgid "A node that runs Object Storage account, container, and object services." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7856(glossterm) ./doc/glossary/glossary-terms.xml:7858(primary) +#: ./doc/glossary/glossary-terms.xml:7883(glossterm) ./doc/glossary/glossary-terms.xml:7885(primary) msgid "sync point" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7862(para) +#: ./doc/glossary/glossary-terms.xml:7889(para) msgid "Point in time since the last container and accounts database sync among nodes within Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7868(glossterm) ./doc/glossary/glossary-terms.xml:7870(primary) +#: ./doc/glossary/glossary-terms.xml:7895(glossterm) ./doc/glossary/glossary-terms.xml:7897(primary) msgid "sysadmin" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7874(para) +#: ./doc/glossary/glossary-terms.xml:7901(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:7881(glossterm) ./doc/glossary/glossary-terms.xml:7883(primary) +#: ./doc/glossary/glossary-terms.xml:7908(glossterm) ./doc/glossary/glossary-terms.xml:7910(primary) msgid "system usage" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7887(para) +#: ./doc/glossary/glossary-terms.xml:7914(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:7897(title) +#: ./doc/glossary/glossary-terms.xml:7924(title) msgid "T" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7900(glossterm) ./doc/glossary/glossary-terms.xml:7902(primary) +#: ./doc/glossary/glossary-terms.xml:7927(glossterm) ./doc/glossary/glossary-terms.xml:7929(primary) msgid "Telemetry" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7906(para) +#: ./doc/glossary/glossary-terms.xml:7933(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:7913(glossterm) ./doc/glossary/glossary-terms.xml:7915(primary) +#: ./doc/glossary/glossary-terms.xml:7940(glossterm) ./doc/glossary/glossary-terms.xml:7942(primary) msgid "TempAuth" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7919(para) +#: ./doc/glossary/glossary-terms.xml:7946(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:7926(glossterm) ./doc/glossary/glossary-terms.xml:7928(primary) +#: ./doc/glossary/glossary-terms.xml:7953(glossterm) ./doc/glossary/glossary-terms.xml:7955(primary) msgid "Tempest" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7932(para) +#: ./doc/glossary/glossary-terms.xml:7959(para) msgid "Automated software test suite designed to run against the trunk of the OpenStack core project." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7938(glossterm) ./doc/glossary/glossary-terms.xml:7940(primary) +#: ./doc/glossary/glossary-terms.xml:7965(glossterm) ./doc/glossary/glossary-terms.xml:7967(primary) msgid "TempURL" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7944(para) +#: ./doc/glossary/glossary-terms.xml:7971(para) msgid "An Object Storage middleware component that enables creation of URLs for temporary object access." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7950(glossterm) ./doc/glossary/glossary-terms.xml:7961(primary) ./doc/glossary/glossary-terms.xml:7979(primary) ./doc/glossary/glossary-terms.xml:7993(primary) +#: ./doc/glossary/glossary-terms.xml:7977(glossterm) ./doc/glossary/glossary-terms.xml:7988(primary) ./doc/glossary/glossary-terms.xml:8006(primary) ./doc/glossary/glossary-terms.xml:8020(primary) msgid "tenant" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7953(para) +#: ./doc/glossary/glossary-terms.xml:7980(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:7959(glossterm) ./doc/glossary/glossary-terms.xml:7963(secondary) +#: ./doc/glossary/glossary-terms.xml:7986(glossterm) ./doc/glossary/glossary-terms.xml:7990(secondary) msgid "Tenant API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7967(para) +#: ./doc/glossary/glossary-terms.xml:7994(para) msgid "An API that is accessible to tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7972(glossterm) ./doc/glossary/glossary-terms.xml:7976(secondary) ./doc/glossary/glossary-terms.xml:7981(secondary) +#: ./doc/glossary/glossary-terms.xml:7999(glossterm) ./doc/glossary/glossary-terms.xml:8003(secondary) ./doc/glossary/glossary-terms.xml:8008(secondary) msgid "tenant endpoint" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7985(para) +#: ./doc/glossary/glossary-terms.xml:8012(para) msgid "An Identity Service API endpoint that is associated with one or more tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml:7991(glossterm) ./doc/glossary/glossary-terms.xml:7995(secondary) +#: ./doc/glossary/glossary-terms.xml:8018(glossterm) ./doc/glossary/glossary-terms.xml:8022(secondary) msgid "tenant ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:7999(para) +#: ./doc/glossary/glossary-terms.xml:8026(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:8005(glossterm) +#: ./doc/glossary/glossary-terms.xml:8032(glossterm) msgid "token" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8007(primary) +#: ./doc/glossary/glossary-terms.xml:8034(primary) msgid "tokens" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8011(para) +#: ./doc/glossary/glossary-terms.xml:8038(para) msgid "An alpha-numeric string of text used to access OpenStack APIs and resources." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8017(glossterm) ./doc/glossary/glossary-terms.xml:8019(primary) +#: ./doc/glossary/glossary-terms.xml:8044(glossterm) ./doc/glossary/glossary-terms.xml:8046(primary) msgid "token services" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8023(para) +#: ./doc/glossary/glossary-terms.xml:8050(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:8029(glossterm) ./doc/glossary/glossary-terms.xml:8031(primary) +#: ./doc/glossary/glossary-terms.xml:8056(glossterm) ./doc/glossary/glossary-terms.xml:8058(primary) msgid "tombstone" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8034(para) +#: ./doc/glossary/glossary-terms.xml:8061(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:8042(glossterm) ./doc/glossary/glossary-terms.xml:8044(primary) +#: ./doc/glossary/glossary-terms.xml:8069(glossterm) ./doc/glossary/glossary-terms.xml:8071(primary) msgid "topic publisher" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8048(para) +#: ./doc/glossary/glossary-terms.xml:8075(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:8054(glossterm) ./doc/glossary/glossary-terms.xml:8056(primary) +#: ./doc/glossary/glossary-terms.xml:8081(glossterm) ./doc/glossary/glossary-terms.xml:8083(primary) msgid "Torpedo" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8060(para) +#: ./doc/glossary/glossary-terms.xml:8087(para) msgid "Community project used to run automated tests against the OpenStack API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8066(glossterm) +#: ./doc/glossary/glossary-terms.xml:8093(glossterm) msgid "transaction ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8068(primary) +#: ./doc/glossary/glossary-terms.xml:8095(primary) msgid "transaction IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8072(para) +#: ./doc/glossary/glossary-terms.xml:8099(para) msgid "Unique ID assigned to each Object Storage request; used for debugging and tracing." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8078(glossterm) +#: ./doc/glossary/glossary-terms.xml:8105(glossterm) msgid "transient" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8080(primary) +#: ./doc/glossary/glossary-terms.xml:8107(primary) msgid "transient exchanges" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8086(para) +#: ./doc/glossary/glossary-terms.xml:8113(para) msgid "Alternative term for non-durable." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8091(glossterm) +#: ./doc/glossary/glossary-terms.xml:8118(glossterm) msgid "transient exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8094(para) +#: ./doc/glossary/glossary-terms.xml:8121(para) msgid "Alternative term for a non-durable exchange." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8100(glossterm) +#: ./doc/glossary/glossary-terms.xml:8127(glossterm) msgid "transient message" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8104(secondary) ./doc/glossary/glossary-terms.xml:8107(primary) +#: ./doc/glossary/glossary-terms.xml:8131(secondary) ./doc/glossary/glossary-terms.xml:8134(primary) msgid "transient messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8111(para) +#: ./doc/glossary/glossary-terms.xml:8138(para) msgid "A message that is stored in memory and is lost after the server is restarted." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8117(glossterm) +#: ./doc/glossary/glossary-terms.xml:8144(glossterm) msgid "transient queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8121(secondary) ./doc/glossary/glossary-terms.xml:8124(primary) +#: ./doc/glossary/glossary-terms.xml:8148(secondary) ./doc/glossary/glossary-terms.xml:8151(primary) msgid "transient queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8128(para) +#: ./doc/glossary/glossary-terms.xml:8155(para) msgid "Alternative term for a non-durable queue." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8133(glossterm) ./doc/glossary/glossary-terms.xml:8135(primary) +#: ./doc/glossary/glossary-terms.xml:8160(glossterm) ./doc/glossary/glossary-terms.xml:8162(primary) +msgid "TripleO" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8166(para) +msgid "OpenStack-on-OpenStack program. The code name for the OpenStack Deployment program." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml:8174(glossterm) ./doc/glossary/glossary-terms.xml:8176(primary) msgid "trove" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8139(para) +#: ./doc/glossary/glossary-terms.xml:8180(para) msgid "OpenStack project that provides database services to applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8148(title) +#: ./doc/glossary/glossary-terms.xml:8189(title) msgid "U" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8151(glossterm) ./doc/glossary/glossary-terms.xml:8153(primary) +#: ./doc/glossary/glossary-terms.xml:8192(glossterm) ./doc/glossary/glossary-terms.xml:8194(primary) msgid "Ubuntu" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8157(para) +#: ./doc/glossary/glossary-terms.xml:8198(para) msgid "A Debian-based Linux distribution." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8162(glossterm) ./doc/glossary/glossary-terms.xml:8164(primary) +#: ./doc/glossary/glossary-terms.xml:8203(glossterm) ./doc/glossary/glossary-terms.xml:8205(primary) msgid "unscoped token" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8168(para) +#: ./doc/glossary/glossary-terms.xml:8209(para) msgid "Alternative term for an Identity Service default token." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8173(glossterm) +#: ./doc/glossary/glossary-terms.xml:8214(glossterm) msgid "updater" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8175(primary) +#: ./doc/glossary/glossary-terms.xml:8216(primary) msgid "updaters" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8179(para) +#: ./doc/glossary/glossary-terms.xml:8220(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:8185(glossterm) +#: ./doc/glossary/glossary-terms.xml:8226(glossterm) msgid "user" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8187(primary) +#: ./doc/glossary/glossary-terms.xml:8228(primary) msgid "users, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8191(para) +#: ./doc/glossary/glossary-terms.xml:8232(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:8198(glossterm) ./doc/glossary/glossary-terms.xml:8200(primary) +#: ./doc/glossary/glossary-terms.xml:8239(glossterm) ./doc/glossary/glossary-terms.xml:8241(primary) msgid "user data" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8204(para) +#: ./doc/glossary/glossary-terms.xml:8245(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:8214(glossterm) ./doc/glossary/glossary-terms.xml:8216(primary) +#: ./doc/glossary/glossary-terms.xml:8255(glossterm) ./doc/glossary/glossary-terms.xml:8257(primary) msgid "User Mode Linux (UML)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8228(title) +#: ./doc/glossary/glossary-terms.xml:8269(title) msgid "V" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8231(glossterm) ./doc/glossary/glossary-terms.xml:8233(primary) +#: ./doc/glossary/glossary-terms.xml:8272(glossterm) ./doc/glossary/glossary-terms.xml:8274(primary) msgid "VIF UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8237(para) +#: ./doc/glossary/glossary-terms.xml:8278(para) msgid "Unique ID assigned to each Networking VIF." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8242(glossterm) ./doc/glossary/glossary-terms.xml:8244(primary) +#: ./doc/glossary/glossary-terms.xml:8283(glossterm) ./doc/glossary/glossary-terms.xml:8285(primary) msgid "VIP" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8248(para) +#: ./doc/glossary/glossary-terms.xml:8289(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:8258(glossterm) ./doc/glossary/glossary-terms.xml:8261(primary) +#: ./doc/glossary/glossary-terms.xml:8299(glossterm) ./doc/glossary/glossary-terms.xml:8302(primary) msgid "Virtual Central Processing Unit (vCPU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8265(para) +#: ./doc/glossary/glossary-terms.xml:8306(para) msgid "Subdivides physical CPUs. Instances can then use those divisions." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8271(glossterm) ./doc/glossary/glossary-terms.xml:8273(primary) +#: ./doc/glossary/glossary-terms.xml:8312(glossterm) ./doc/glossary/glossary-terms.xml:8314(primary) msgid "Virtual Disk Image (VDI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8283(glossterm) ./doc/glossary/glossary-terms.xml:8285(primary) +#: ./doc/glossary/glossary-terms.xml:8324(glossterm) ./doc/glossary/glossary-terms.xml:8326(primary) msgid "Virtual Hard Disk (VHD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8295(glossterm) ./doc/glossary/glossary-terms.xml:8297(primary) +#: ./doc/glossary/glossary-terms.xml:8336(glossterm) ./doc/glossary/glossary-terms.xml:8338(primary) msgid "virtual IP" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8301(para) +#: ./doc/glossary/glossary-terms.xml:8342(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:8309(glossterm) ./doc/glossary/glossary-terms.xml:8311(primary) +#: ./doc/glossary/glossary-terms.xml:8350(glossterm) ./doc/glossary/glossary-terms.xml:8352(primary) msgid "virtual machine (VM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8315(para) +#: ./doc/glossary/glossary-terms.xml:8356(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:8322(glossterm) ./doc/glossary/glossary-terms.xml:8329(primary) +#: ./doc/glossary/glossary-terms.xml:8363(glossterm) ./doc/glossary/glossary-terms.xml:8370(primary) msgid "virtual network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8326(secondary) ./doc/glossary/glossary-terms.xml:8382(secondary) ./doc/glossary/glossary-terms.xml:8412(secondary) +#: ./doc/glossary/glossary-terms.xml:8367(secondary) ./doc/glossary/glossary-terms.xml:8423(secondary) ./doc/glossary/glossary-terms.xml:8453(secondary) msgid "virtual" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8333(para) +#: ./doc/glossary/glossary-terms.xml:8374(para) msgid "An L2 network segment within Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8338(glossterm) ./doc/glossary/glossary-terms.xml:8340(primary) +#: ./doc/glossary/glossary-terms.xml:8379(glossterm) ./doc/glossary/glossary-terms.xml:8381(primary) msgid "virtual networking" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8344(para) +#: ./doc/glossary/glossary-terms.xml:8385(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:8353(glossterm) ./doc/glossary/glossary-terms.xml:8355(primary) +#: ./doc/glossary/glossary-terms.xml:8394(glossterm) ./doc/glossary/glossary-terms.xml:8396(primary) msgid "Virtual Network Computing (VNC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8359(para) +#: ./doc/glossary/glossary-terms.xml:8400(para) msgid "Open source GUI and CLI tools used for remote console access to VMs. Supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8365(glossterm) ./doc/glossary/glossary-terms.xml:8367(primary) +#: ./doc/glossary/glossary-terms.xml:8406(glossterm) ./doc/glossary/glossary-terms.xml:8408(primary) msgid "Virtual Network InterFace (VIF)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8371(para) +#: ./doc/glossary/glossary-terms.xml:8412(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:8378(glossterm) ./doc/glossary/glossary-terms.xml:8385(primary) +#: ./doc/glossary/glossary-terms.xml:8419(glossterm) ./doc/glossary/glossary-terms.xml:8426(primary) msgid "virtual port" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8389(para) +#: ./doc/glossary/glossary-terms.xml:8430(para) msgid "Attachment point where a virtual interface connects to a virtual network." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8395(glossterm) ./doc/glossary/glossary-terms.xml:8397(primary) +#: ./doc/glossary/glossary-terms.xml:8436(glossterm) ./doc/glossary/glossary-terms.xml:8438(primary) msgid "virtual private network (VPN)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8401(para) +#: ./doc/glossary/glossary-terms.xml:8442(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:8408(glossterm) +#: ./doc/glossary/glossary-terms.xml:8449(glossterm) msgid "virtual server" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8415(primary) +#: ./doc/glossary/glossary-terms.xml:8456(primary) msgid "virtual servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8419(para) +#: ./doc/glossary/glossary-terms.xml:8460(para) msgid "Alternative term for a VM or guest." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8424(glossterm) ./doc/glossary/glossary-terms.xml:8426(primary) +#: ./doc/glossary/glossary-terms.xml:8465(glossterm) ./doc/glossary/glossary-terms.xml:8467(primary) msgid "virtual switch (vSwitch)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8430(para) +#: ./doc/glossary/glossary-terms.xml:8471(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:8436(glossterm) ./doc/glossary/glossary-terms.xml:8438(primary) +#: ./doc/glossary/glossary-terms.xml:8477(glossterm) ./doc/glossary/glossary-terms.xml:8479(primary) msgid "virtual VLAN" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8442(para) +#: ./doc/glossary/glossary-terms.xml:8483(para) msgid "Alternative term for a virtual network." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8447(glossterm) ./doc/glossary/glossary-terms.xml:8449(primary) +#: ./doc/glossary/glossary-terms.xml:8488(glossterm) ./doc/glossary/glossary-terms.xml:8490(primary) msgid "VirtualBox" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8458(glossterm) ./doc/glossary/glossary-terms.xml:8460(primary) +#: ./doc/glossary/glossary-terms.xml:8499(glossterm) ./doc/glossary/glossary-terms.xml:8501(primary) msgid "VLAN manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8464(para) +#: ./doc/glossary/glossary-terms.xml:8505(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:8470(glossterm) ./doc/glossary/glossary-terms.xml:8477(primary) +#: ./doc/glossary/glossary-terms.xml:8511(glossterm) ./doc/glossary/glossary-terms.xml:8518(primary) msgid "VLAN network" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8474(secondary) +#: ./doc/glossary/glossary-terms.xml:8515(secondary) msgid "VLAN" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8481(para) +#: ./doc/glossary/glossary-terms.xml:8522(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:8491(glossterm) ./doc/glossary/glossary-terms.xml:8493(primary) +#: ./doc/glossary/glossary-terms.xml:8532(glossterm) ./doc/glossary/glossary-terms.xml:8534(primary) msgid "VM disk (VMDK)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8503(glossterm) ./doc/glossary/glossary-terms.xml:8505(primary) +#: ./doc/glossary/glossary-terms.xml:8544(glossterm) ./doc/glossary/glossary-terms.xml:8546(primary) msgid "VM image" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8509(para) +#: ./doc/glossary/glossary-terms.xml:8550(para) msgid "Alternative term for an image." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8514(glossterm) ./doc/glossary/glossary-terms.xml:8516(primary) +#: ./doc/glossary/glossary-terms.xml:8555(glossterm) ./doc/glossary/glossary-terms.xml:8557(primary) msgid "VM Remote Control (VMRC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8520(para) +#: ./doc/glossary/glossary-terms.xml:8561(para) msgid "Method to access VM instance consoles using a web browser. Supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8526(glossterm) ./doc/glossary/glossary-terms.xml:8528(primary) +#: ./doc/glossary/glossary-terms.xml:8567(glossterm) ./doc/glossary/glossary-terms.xml:8569(primary) msgid "VMware API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8532(para) +#: ./doc/glossary/glossary-terms.xml:8573(para) msgid "Supports interaction with VMware products in Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8537(glossterm) +#: ./doc/glossary/glossary-terms.xml:8578(glossterm) msgid "VMware NSX Neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8540(para) +#: ./doc/glossary/glossary-terms.xml:8581(para) msgid "Provides support for VMware NSX in Neutron." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8545(glossterm) ./doc/glossary/glossary-terms.xml:8547(primary) +#: ./doc/glossary/glossary-terms.xml:8586(glossterm) ./doc/glossary/glossary-terms.xml:8588(primary) msgid "VNC proxy" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8551(para) +#: ./doc/glossary/glossary-terms.xml:8592(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:8557(glossterm) ./doc/glossary/glossary-terms.xml:8569(primary) ./doc/glossary/glossary-terms.xml:8582(primary) ./doc/glossary/glossary-terms.xml:8596(primary) ./doc/glossary/glossary-terms.xml:8609(primary) ./doc/glossary/glossary-terms.xml:8623(primary) ./doc/glossary/glossary-terms.xml:8637(primary) ./doc/glossary/glossary-terms.xml:8651(primary) +#: ./doc/glossary/glossary-terms.xml:8598(glossterm) ./doc/glossary/glossary-terms.xml:8610(primary) ./doc/glossary/glossary-terms.xml:8623(primary) ./doc/glossary/glossary-terms.xml:8637(primary) ./doc/glossary/glossary-terms.xml:8650(primary) ./doc/glossary/glossary-terms.xml:8664(primary) ./doc/glossary/glossary-terms.xml:8678(primary) ./doc/glossary/glossary-terms.xml:8692(primary) msgid "volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8560(para) +#: ./doc/glossary/glossary-terms.xml:8601(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:8567(glossterm) ./doc/glossary/glossary-terms.xml:8571(secondary) +#: ./doc/glossary/glossary-terms.xml:8608(glossterm) ./doc/glossary/glossary-terms.xml:8612(secondary) msgid "Volume API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8575(para) +#: ./doc/glossary/glossary-terms.xml:8616(para) msgid "Alternative name for the Block Storage API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8580(glossterm) ./doc/glossary/glossary-terms.xml:8584(secondary) +#: ./doc/glossary/glossary-terms.xml:8621(glossterm) ./doc/glossary/glossary-terms.xml:8625(secondary) msgid "volume controller" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8588(para) +#: ./doc/glossary/glossary-terms.xml:8629(para) msgid "A Block Storage component that oversees and coordinates storage volume actions." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8594(glossterm) ./doc/glossary/glossary-terms.xml:8598(secondary) +#: ./doc/glossary/glossary-terms.xml:8635(glossterm) ./doc/glossary/glossary-terms.xml:8639(secondary) msgid "volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8602(para) +#: ./doc/glossary/glossary-terms.xml:8643(para) msgid "Alternative term for a volume plug-in." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8607(glossterm) ./doc/glossary/glossary-terms.xml:8611(secondary) +#: ./doc/glossary/glossary-terms.xml:8648(glossterm) ./doc/glossary/glossary-terms.xml:8652(secondary) msgid "volume ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8615(para) +#: ./doc/glossary/glossary-terms.xml:8656(para) msgid "Unique ID applied to each storage volume under the Block Storage control." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8621(glossterm) ./doc/glossary/glossary-terms.xml:8625(secondary) +#: ./doc/glossary/glossary-terms.xml:8662(glossterm) ./doc/glossary/glossary-terms.xml:8666(secondary) msgid "volume manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8629(para) +#: ./doc/glossary/glossary-terms.xml:8670(para) msgid "A Block Storage component that creates, attaches, and detaches persistent storage volumes." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8635(glossterm) ./doc/glossary/glossary-terms.xml:8639(secondary) +#: ./doc/glossary/glossary-terms.xml:8676(glossterm) ./doc/glossary/glossary-terms.xml:8680(secondary) msgid "volume node" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8643(para) +#: ./doc/glossary/glossary-terms.xml:8684(para) msgid "A Block Storage node that runs the cinder-volume daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8649(glossterm) ./doc/glossary/glossary-terms.xml:8653(secondary) +#: ./doc/glossary/glossary-terms.xml:8690(glossterm) ./doc/glossary/glossary-terms.xml:8694(secondary) msgid "volume plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8657(para) +#: ./doc/glossary/glossary-terms.xml:8698(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:8663(glossterm) +#: ./doc/glossary/glossary-terms.xml:8704(glossterm) msgid "volume worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8665(primary) +#: ./doc/glossary/glossary-terms.xml:8706(primary) msgid "volume workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8669(para) +#: ./doc/glossary/glossary-terms.xml:8710(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:8677(glossterm) ./doc/glossary/glossary-terms.xml:8679(primary) +#: ./doc/glossary/glossary-terms.xml:8718(glossterm) ./doc/glossary/glossary-terms.xml:8720(primary) msgid "vSphere" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8691(title) +#: ./doc/glossary/glossary-terms.xml:8732(title) msgid "W" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8694(glossterm) ./doc/glossary/glossary-terms.xml:8696(primary) +#: ./doc/glossary/glossary-terms.xml:8735(glossterm) ./doc/glossary/glossary-terms.xml:8737(primary) msgid "weighting" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8700(para) +#: ./doc/glossary/glossary-terms.xml:8741(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:8707(glossterm) ./doc/glossary/glossary-terms.xml:8709(primary) +#: ./doc/glossary/glossary-terms.xml:8748(glossterm) ./doc/glossary/glossary-terms.xml:8750(primary) msgid "weight" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8713(para) +#: ./doc/glossary/glossary-terms.xml:8754(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:8719(glossterm) ./doc/glossary/glossary-terms.xml:8721(primary) +#: ./doc/glossary/glossary-terms.xml:8760(glossterm) ./doc/glossary/glossary-terms.xml:8762(primary) msgid "weighted cost" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8725(para) +#: ./doc/glossary/glossary-terms.xml:8766(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:8731(glossterm) +#: ./doc/glossary/glossary-terms.xml:8772(glossterm) msgid "worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8733(primary) +#: ./doc/glossary/glossary-terms.xml:8774(primary) msgid "workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8737(para) +#: ./doc/glossary/glossary-terms.xml:8778(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:8748(title) +#: ./doc/glossary/glossary-terms.xml:8789(title) msgid "X" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8751(glossterm) ./doc/glossary/glossary-terms.xml:8753(primary) +#: ./doc/glossary/glossary-terms.xml:8792(glossterm) ./doc/glossary/glossary-terms.xml:8794(primary) msgid "Xen" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8757(para) +#: ./doc/glossary/glossary-terms.xml:8798(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:8767(glossterm) ./doc/glossary/glossary-terms.xml:8778(primary) ./doc/glossary/glossary-terms.xml:8791(primary) ./doc/glossary/glossary-terms.xml:8805(primary) +#: ./doc/glossary/glossary-terms.xml:8808(glossterm) ./doc/glossary/glossary-terms.xml:8819(primary) ./doc/glossary/glossary-terms.xml:8832(primary) ./doc/glossary/glossary-terms.xml:8846(primary) msgid "Xen API" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8770(para) +#: ./doc/glossary/glossary-terms.xml:8811(para) msgid "The Xen administrative API, which is supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8776(glossterm) ./doc/glossary/glossary-terms.xml:8780(secondary) +#: ./doc/glossary/glossary-terms.xml:8817(glossterm) ./doc/glossary/glossary-terms.xml:8821(secondary) msgid "Xen Cloud Platform (XCP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8789(glossterm) ./doc/glossary/glossary-terms.xml:8793(secondary) +#: ./doc/glossary/glossary-terms.xml:8830(glossterm) ./doc/glossary/glossary-terms.xml:8834(secondary) msgid "Xen Storage Manager Volume Driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8797(para) +#: ./doc/glossary/glossary-terms.xml:8838(para) msgid "A Block Storage volume plug-in that enables communication with the Xen Storage Manager API." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8803(glossterm) +#: ./doc/glossary/glossary-terms.xml:8844(glossterm) msgid "XenServer" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8807(secondary) +#: ./doc/glossary/glossary-terms.xml:8848(secondary) msgid "XenServer hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8819(title) +#: ./doc/glossary/glossary-terms.xml:8860(title) msgid "Y" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8833(title) +#: ./doc/glossary/glossary-terms.xml:8874(title) msgid "Z" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8836(glossterm) ./doc/glossary/glossary-terms.xml:8838(primary) +#: ./doc/glossary/glossary-terms.xml:8877(glossterm) ./doc/glossary/glossary-terms.xml:8879(primary) msgid "ZeroMQ" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8842(para) +#: ./doc/glossary/glossary-terms.xml:8883(para) msgid "Message queue software supported by OpenStack. An alternative to RabbitMQ. Also spelled 0MQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml:8848(glossterm) ./doc/glossary/glossary-terms.xml:8850(primary) +#: ./doc/glossary/glossary-terms.xml:8889(glossterm) ./doc/glossary/glossary-terms.xml:8891(primary) msgid "Zuul" msgstr "" -#: ./doc/glossary/glossary-terms.xml:8854(para) +#: ./doc/glossary/glossary-terms.xml:8895(para) msgid "Tool used in OpenStack development to ensure correctly ordered testing of changes in parallel." msgstr "" diff --git a/doc/glossary/locale/ja.po b/doc/glossary/locale/ja.po index 4e811cd10c..ed6984f05f 100644 --- a/doc/glossary/locale/ja.po +++ b/doc/glossary/locale/ja.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-08-19 03:34+0000\n" -"PO-Revision-Date: 2014-08-18 20:30+0000\n" +"POT-Creation-Date: 2014-08-19 21:02+0000\n" +"PO-Revision-Date: 2014-08-19 18:34+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -269,7 +269,7 @@ msgstr "プロジェクトに割り当てられ、プロジェクトの仮想マ #: ./doc/glossary/glossary-terms.xml258(glossterm) #: ./doc/glossary/glossary-terms.xml260(primary) -#: ./doc/glossary/glossary-terms.xml4883(see) +#: ./doc/glossary/glossary-terms.xml4896(see) msgid "admin API" msgstr "管理 API" @@ -335,26 +335,26 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml1903(secondary) #: ./doc/glossary/glossary-terms.xml2132(secondary) #: ./doc/glossary/glossary-terms.xml2412(secondary) -#: ./doc/glossary/glossary-terms.xml3117(secondary) -#: ./doc/glossary/glossary-terms.xml3234(secondary) -#: ./doc/glossary/glossary-terms.xml3878(secondary) -#: ./doc/glossary/glossary-terms.xml3930(secondary) -#: ./doc/glossary/glossary-terms.xml4035(secondary) -#: ./doc/glossary/glossary-terms.xml4252(secondary) -#: ./doc/glossary/glossary-terms.xml4405(secondary) -#: ./doc/glossary/glossary-terms.xml4423(secondary) -#: ./doc/glossary/glossary-terms.xml4920(secondary) -#: ./doc/glossary/glossary-terms.xml5254(secondary) -#: ./doc/glossary/glossary-terms.xml5507(secondary) -#: ./doc/glossary/glossary-terms.xml5609(secondary) -#: ./doc/glossary/glossary-terms.xml5952(secondary) -#: ./doc/glossary/glossary-terms.xml6137(secondary) -#: ./doc/glossary/glossary-terms.xml6228(secondary) -#: ./doc/glossary/glossary-terms.xml6800(secondary) -#: ./doc/glossary/glossary-terms.xml6903(secondary) -#: ./doc/glossary/glossary-terms.xml6947(secondary) -#: ./doc/glossary/glossary-terms.xml7214(secondary) -#: ./doc/glossary/glossary-terms.xml7257(secondary) +#: ./doc/glossary/glossary-terms.xml3130(secondary) +#: ./doc/glossary/glossary-terms.xml3247(secondary) +#: ./doc/glossary/glossary-terms.xml3891(secondary) +#: ./doc/glossary/glossary-terms.xml3943(secondary) +#: ./doc/glossary/glossary-terms.xml4048(secondary) +#: ./doc/glossary/glossary-terms.xml4265(secondary) +#: ./doc/glossary/glossary-terms.xml4418(secondary) +#: ./doc/glossary/glossary-terms.xml4436(secondary) +#: ./doc/glossary/glossary-terms.xml4933(secondary) +#: ./doc/glossary/glossary-terms.xml5267(secondary) +#: ./doc/glossary/glossary-terms.xml5520(secondary) +#: ./doc/glossary/glossary-terms.xml5636(secondary) +#: ./doc/glossary/glossary-terms.xml5979(secondary) +#: ./doc/glossary/glossary-terms.xml6164(secondary) +#: ./doc/glossary/glossary-terms.xml6255(secondary) +#: ./doc/glossary/glossary-terms.xml6827(secondary) +#: ./doc/glossary/glossary-terms.xml6930(secondary) +#: ./doc/glossary/glossary-terms.xml6974(secondary) +#: ./doc/glossary/glossary-terms.xml7241(secondary) +#: ./doc/glossary/glossary-terms.xml7284(secondary) msgid "definition of" msgstr "" @@ -459,10 +459,10 @@ msgid "API endpoint" msgstr "API エンドポイント" #: ./doc/glossary/glossary-terms.xml434(primary) -#: ./doc/glossary/glossary-terms.xml2857(primary) -#: ./doc/glossary/glossary-terms.xml2885(primary) -#: ./doc/glossary/glossary-terms.xml3508(primary) -#: ./doc/glossary/glossary-terms.xml7974(primary) +#: ./doc/glossary/glossary-terms.xml2870(primary) +#: ./doc/glossary/glossary-terms.xml2898(primary) +#: ./doc/glossary/glossary-terms.xml3521(primary) +#: ./doc/glossary/glossary-terms.xml8001(primary) msgid "endpoints" msgstr "" @@ -473,7 +473,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml495(primary) #: ./doc/glossary/glossary-terms.xml509(primary) #: ./doc/glossary/glossary-terms.xml523(primary) -#: ./doc/glossary/glossary-terms.xml6341(primary) +#: ./doc/glossary/glossary-terms.xml6368(primary) msgid "API (application programming interface)" msgstr "" @@ -569,11 +569,11 @@ msgid "application server" msgstr "アプリケーションサーバー" #: ./doc/glossary/glossary-terms.xml558(primary) -#: ./doc/glossary/glossary-terms.xml6323(primary) -#: ./doc/glossary/glossary-terms.xml6755(primary) -#: ./doc/glossary/glossary-terms.xml7212(primary) -#: ./doc/glossary/glossary-terms.xml7241(primary) -#: ./doc/glossary/glossary-terms.xml8410(primary) +#: ./doc/glossary/glossary-terms.xml6350(primary) +#: ./doc/glossary/glossary-terms.xml6782(primary) +#: ./doc/glossary/glossary-terms.xml7239(primary) +#: ./doc/glossary/glossary-terms.xml7268(primary) +#: ./doc/glossary/glossary-terms.xml8451(primary) msgid "servers" msgstr "" @@ -1319,7 +1319,7 @@ msgstr "セル" #: ./doc/glossary/glossary-terms.xml1372(primary) #: ./doc/glossary/glossary-terms.xml1387(primary) #: ./doc/glossary/glossary-terms.xml1499(primary) -#: ./doc/glossary/glossary-terms.xml5932(primary) +#: ./doc/glossary/glossary-terms.xml5959(primary) msgid "cells" msgstr "" @@ -1362,9 +1362,9 @@ msgstr "CentOS" #: ./doc/glossary/glossary-terms.xml1406(para) #: ./doc/glossary/glossary-terms.xml2251(para) -#: ./doc/glossary/glossary-terms.xml5882(para) -#: ./doc/glossary/glossary-terms.xml6711(para) -#: ./doc/glossary/glossary-terms.xml7741(para) +#: ./doc/glossary/glossary-terms.xml5909(para) +#: ./doc/glossary/glossary-terms.xml6738(para) +#: ./doc/glossary/glossary-terms.xml7768(para) msgid "A Linux distribution that is compatible with OpenStack." msgstr "OpenStack と互換性のある Linux ディストリビューション。" @@ -1685,7 +1685,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml1758(glossterm) #: ./doc/glossary/glossary-terms.xml1762(secondary) -#: ./doc/glossary/glossary-terms.xml5575(secondary) +#: ./doc/glossary/glossary-terms.xml5602(secondary) msgid "Compute API" msgstr "Compute API" @@ -1759,16 +1759,16 @@ msgid "concatenated object" msgstr "連結オブジェクト" #: ./doc/glossary/glossary-terms.xml1847(primary) -#: ./doc/glossary/glossary-terms.xml4932(primary) -#: ./doc/glossary/glossary-terms.xml5607(primary) -#: ./doc/glossary/glossary-terms.xml5621(primary) -#: ./doc/glossary/glossary-terms.xml5635(primary) -#: ./doc/glossary/glossary-terms.xml5650(primary) -#: ./doc/glossary/glossary-terms.xml5663(primary) +#: ./doc/glossary/glossary-terms.xml4945(primary) +#: ./doc/glossary/glossary-terms.xml5634(primary) +#: ./doc/glossary/glossary-terms.xml5648(primary) +#: ./doc/glossary/glossary-terms.xml5662(primary) #: ./doc/glossary/glossary-terms.xml5677(primary) -#: ./doc/glossary/glossary-terms.xml5691(primary) -#: ./doc/glossary/glossary-terms.xml5746(primary) -#: ./doc/glossary/glossary-terms.xml7194(primary) +#: ./doc/glossary/glossary-terms.xml5690(primary) +#: ./doc/glossary/glossary-terms.xml5704(primary) +#: ./doc/glossary/glossary-terms.xml5718(primary) +#: ./doc/glossary/glossary-terms.xml5773(primary) +#: ./doc/glossary/glossary-terms.xml7221(primary) msgid "objects" msgstr "" @@ -2317,11 +2317,11 @@ msgid "DHCP (Dynamic Host Configuration Protocol)" msgstr "" #: ./doc/glossary/glossary-terms.xml2426(secondary) -#: ./doc/glossary/glossary-terms.xml3782(secondary) -#: ./doc/glossary/glossary-terms.xml3912(secondary) -#: ./doc/glossary/glossary-terms.xml3993(secondary) -#: ./doc/glossary/glossary-terms.xml5841(secondary) -#: ./doc/glossary/glossary-terms.xml6676(secondary) +#: ./doc/glossary/glossary-terms.xml3795(secondary) +#: ./doc/glossary/glossary-terms.xml3925(secondary) +#: ./doc/glossary/glossary-terms.xml4006(secondary) +#: ./doc/glossary/glossary-terms.xml5868(secondary) +#: ./doc/glossary/glossary-terms.xml6703(secondary) msgid "basics of" msgstr "basics of" @@ -2642,194 +2642,205 @@ msgstr "E" #: ./doc/glossary/glossary-terms.xml2734(glossterm) #: ./doc/glossary/glossary-terms.xml2736(primary) +msgid "east-west traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2740(para) +msgid "" +"Network traffic between servers in the same cloud or data center. See also " +"north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2747(glossterm) +#: ./doc/glossary/glossary-terms.xml2749(primary) msgid "EBS boot volume" msgstr "EBS ブートボリューム" -#: ./doc/glossary/glossary-terms.xml2740(para) +#: ./doc/glossary/glossary-terms.xml2753(para) msgid "" "An Amazon EBS storage volume that contains a bootable VM image, currently " "unsupported in OpenStack." msgstr "ブート可能な仮想マシンイメージを含む Amazon EBS ストレージボリューム。現在 OpenStack では未サポート。" -#: ./doc/glossary/glossary-terms.xml2746(glossterm) -#: ./doc/glossary/glossary-terms.xml2748(primary) -#: ./doc/glossary/glossary-terms.xml2976(glossterm) -#: ./doc/glossary/glossary-terms.xml2978(primary) +#: ./doc/glossary/glossary-terms.xml2759(glossterm) +#: ./doc/glossary/glossary-terms.xml2761(primary) +#: ./doc/glossary/glossary-terms.xml2989(glossterm) +#: ./doc/glossary/glossary-terms.xml2991(primary) msgid "ebtables" msgstr "ebtables" -#: ./doc/glossary/glossary-terms.xml2752(para) +#: ./doc/glossary/glossary-terms.xml2765(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.xml2759(glossterm) -#: ./doc/glossary/glossary-terms.xml2770(primary) -#: ./doc/glossary/glossary-terms.xml2784(primary) -#: ./doc/glossary/glossary-terms.xml2798(primary) -#: ./doc/glossary/glossary-terms.xml2812(primary) +#: ./doc/glossary/glossary-terms.xml2772(glossterm) +#: ./doc/glossary/glossary-terms.xml2783(primary) +#: ./doc/glossary/glossary-terms.xml2797(primary) +#: ./doc/glossary/glossary-terms.xml2811(primary) +#: ./doc/glossary/glossary-terms.xml2825(primary) msgid "EC2" msgstr "EC2" -#: ./doc/glossary/glossary-terms.xml2762(para) +#: ./doc/glossary/glossary-terms.xml2775(para) msgid "The Amazon commercial compute product, similar to Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml2768(glossterm) -#: ./doc/glossary/glossary-terms.xml2772(secondary) +#: ./doc/glossary/glossary-terms.xml2781(glossterm) +#: ./doc/glossary/glossary-terms.xml2785(secondary) msgid "EC2 access key" msgstr "EC2 アクセスキー" -#: ./doc/glossary/glossary-terms.xml2776(para) +#: ./doc/glossary/glossary-terms.xml2789(para) msgid "Used along with an EC2 secret key to access the Compute EC2 API." msgstr "" -#: ./doc/glossary/glossary-terms.xml2782(glossterm) -#: ./doc/glossary/glossary-terms.xml2786(secondary) +#: ./doc/glossary/glossary-terms.xml2795(glossterm) +#: ./doc/glossary/glossary-terms.xml2799(secondary) msgid "EC2 API" msgstr "EC2 API" -#: ./doc/glossary/glossary-terms.xml2790(para) +#: ./doc/glossary/glossary-terms.xml2803(para) msgid "OpenStack supports accessing the Amazon EC2 API through Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml2796(glossterm) +#: ./doc/glossary/glossary-terms.xml2809(glossterm) msgid "EC2 Compatibility API" msgstr "EC2 互換API" -#: ./doc/glossary/glossary-terms.xml2800(secondary) +#: ./doc/glossary/glossary-terms.xml2813(secondary) msgid "EC2 compatibility API" msgstr "EC2 互換 API" -#: ./doc/glossary/glossary-terms.xml2804(para) +#: ./doc/glossary/glossary-terms.xml2817(para) msgid "" "A Compute component that enables OpenStack to communicate with Amazon EC2." msgstr "" -#: ./doc/glossary/glossary-terms.xml2810(glossterm) -#: ./doc/glossary/glossary-terms.xml2814(secondary) +#: ./doc/glossary/glossary-terms.xml2823(glossterm) +#: ./doc/glossary/glossary-terms.xml2827(secondary) msgid "EC2 secret key" msgstr "EC2 シークレットキー" -#: ./doc/glossary/glossary-terms.xml2818(para) +#: ./doc/glossary/glossary-terms.xml2831(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.xml2824(glossterm) -#: ./doc/glossary/glossary-terms.xml2826(primary) +#: ./doc/glossary/glossary-terms.xml2837(glossterm) +#: ./doc/glossary/glossary-terms.xml2839(primary) msgid "Elastic Block Storage (EBS)" msgstr "Elastic Block Storage (EBS)" -#: ./doc/glossary/glossary-terms.xml2830(para) +#: ./doc/glossary/glossary-terms.xml2843(para) msgid "The Amazon commercial block storage product." msgstr "Amazon のブロックストレージの商用製品。" -#: ./doc/glossary/glossary-terms.xml2835(glossterm) +#: ./doc/glossary/glossary-terms.xml2848(glossterm) msgid "encryption" msgstr "暗号化" -#: ./doc/glossary/glossary-terms.xml2837(primary) +#: ./doc/glossary/glossary-terms.xml2850(primary) msgid "encryption, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml2841(para) +#: ./doc/glossary/glossary-terms.xml2854(para) msgid "" "OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, " "digital certificates, and data encryption." msgstr "OpenStack は、HTTPS、SSH、SSL、TLS、電子証明書、データ暗号化などの暗号化技術をサポートします。" -#: ./doc/glossary/glossary-terms.xml2847(glossterm) +#: ./doc/glossary/glossary-terms.xml2860(glossterm) msgid "endpoint" msgstr "エンドポイント" -#: ./doc/glossary/glossary-terms.xml2850(para) +#: ./doc/glossary/glossary-terms.xml2863(para) msgid "See API endpoint." msgstr "API エンドポイントを参照。" -#: ./doc/glossary/glossary-terms.xml2855(glossterm) -#: ./doc/glossary/glossary-terms.xml2859(secondary) +#: ./doc/glossary/glossary-terms.xml2868(glossterm) +#: ./doc/glossary/glossary-terms.xml2872(secondary) msgid "endpoint registry" msgstr "エンドポイントレジストリ" -#: ./doc/glossary/glossary-terms.xml2863(para) +#: ./doc/glossary/glossary-terms.xml2876(para) msgid "Alternative term for an Identity Service catalog." msgstr "Identity サービスカタログの別名。" -#: ./doc/glossary/glossary-terms.xml2868(glossterm) -#: ./doc/glossary/glossary-terms.xml2870(primary) +#: ./doc/glossary/glossary-terms.xml2881(glossterm) +#: ./doc/glossary/glossary-terms.xml2883(primary) msgid "encapsulation" msgstr "" -#: ./doc/glossary/glossary-terms.xml2874(para) +#: ./doc/glossary/glossary-terms.xml2887(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.xml2883(glossterm) +#: ./doc/glossary/glossary-terms.xml2896(glossterm) msgid "endpoint template" msgstr "エンドポイントテンプレート" -#: ./doc/glossary/glossary-terms.xml2887(secondary) +#: ./doc/glossary/glossary-terms.xml2900(secondary) msgid "endpoint templates" msgstr "" -#: ./doc/glossary/glossary-terms.xml2891(para) +#: ./doc/glossary/glossary-terms.xml2904(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.xml2898(glossterm) +#: ./doc/glossary/glossary-terms.xml2911(glossterm) msgid "entity" msgstr "エンティティ" -#: ./doc/glossary/glossary-terms.xml2900(primary) +#: ./doc/glossary/glossary-terms.xml2913(primary) msgid "entity, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml2904(para) +#: ./doc/glossary/glossary-terms.xml2917(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.xml2912(glossterm) +#: ./doc/glossary/glossary-terms.xml2925(glossterm) msgid "ephemeral image" msgstr "一時イメージ" -#: ./doc/glossary/glossary-terms.xml2914(primary) +#: ./doc/glossary/glossary-terms.xml2927(primary) msgid "ephemeral images" msgstr "一時イメージ" -#: ./doc/glossary/glossary-terms.xml2918(para) +#: ./doc/glossary/glossary-terms.xml2931(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.xml2925(glossterm) -#: ./doc/glossary/glossary-terms.xml2927(primary) -#: ./doc/glossary/glossary-terms.xml5554(see) +#: ./doc/glossary/glossary-terms.xml2938(glossterm) +#: ./doc/glossary/glossary-terms.xml2940(primary) +#: ./doc/glossary/glossary-terms.xml5567(see) msgid "ephemeral volume" msgstr "一時ボリューム" -#: ./doc/glossary/glossary-terms.xml2931(para) +#: ./doc/glossary/glossary-terms.xml2944(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.xml2937(glossterm) -#: ./doc/glossary/glossary-terms.xml2939(primary) +#: ./doc/glossary/glossary-terms.xml2950(glossterm) +#: ./doc/glossary/glossary-terms.xml2952(primary) msgid "Essex" msgstr "Essex" -#: ./doc/glossary/glossary-terms.xml2943(para) +#: ./doc/glossary/glossary-terms.xml2956(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), " @@ -2837,40 +2848,40 @@ msgid "" "Dashboard (horizon)." msgstr "2012年4月に登場した OpenStack 関連プロジェクトのリリース。Compute (nova 2012.1), Object Storage (swift 1.4.8), Image (glance), Identity (keystone), Dashboard (horizon) が含まれる。" -#: ./doc/glossary/glossary-terms.xml2947(para) +#: ./doc/glossary/glossary-terms.xml2960(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.xml2954(glossterm) +#: ./doc/glossary/glossary-terms.xml2967(glossterm) msgid "ESX" msgstr "ESX" -#: ./doc/glossary/glossary-terms.xml2956(primary) +#: ./doc/glossary/glossary-terms.xml2969(primary) msgid "ESX hypervisor" msgstr "ESX ハイパーバイザー" -#: ./doc/glossary/glossary-terms.xml2960(para) -#: ./doc/glossary/glossary-terms.xml2971(para) -#: ./doc/glossary/glossary-terms.xml4806(para) -#: ./doc/glossary/glossary-terms.xml8220(para) -#: ./doc/glossary/glossary-terms.xml8453(para) -#: ./doc/glossary/glossary-terms.xml8683(para) -#: ./doc/glossary/glossary-terms.xml8784(para) -#: ./doc/glossary/glossary-terms.xml8811(para) +#: ./doc/glossary/glossary-terms.xml2973(para) +#: ./doc/glossary/glossary-terms.xml2984(para) +#: ./doc/glossary/glossary-terms.xml4819(para) +#: ./doc/glossary/glossary-terms.xml8261(para) +#: ./doc/glossary/glossary-terms.xml8494(para) +#: ./doc/glossary/glossary-terms.xml8724(para) +#: ./doc/glossary/glossary-terms.xml8825(para) +#: ./doc/glossary/glossary-terms.xml8852(para) msgid "An OpenStack-supported hypervisor." msgstr "OpenStack がサポートするハイパーバイザーの1つ。" -#: ./doc/glossary/glossary-terms.xml2965(glossterm) +#: ./doc/glossary/glossary-terms.xml2978(glossterm) msgid "ESXi" msgstr "ESXi" -#: ./doc/glossary/glossary-terms.xml2967(primary) +#: ./doc/glossary/glossary-terms.xml2980(primary) msgid "ESXi hypervisor" msgstr "ESXi ハイパーバイザー" -#: ./doc/glossary/glossary-terms.xml2982(para) +#: ./doc/glossary/glossary-terms.xml2995(para) msgid "" "Filtering tool for a Linux bridging firewall, enabling filtering of network " "traffic passing through a Linux bridge. Used to restrict communications " @@ -2878,327 +2889,327 @@ msgid "" "arptables, and ip6tables." msgstr "" -#: ./doc/glossary/glossary-terms.xml2990(glossterm) -#: ./doc/glossary/glossary-terms.xml2992(primary) +#: ./doc/glossary/glossary-terms.xml3003(glossterm) +#: ./doc/glossary/glossary-terms.xml3005(primary) msgid "ETag" msgstr "ETag" -#: ./doc/glossary/glossary-terms.xml2996(para) +#: ./doc/glossary/glossary-terms.xml3009(para) msgid "" "MD5 hash of an object within Object Storage, used to ensure data integrity." msgstr "" -#: ./doc/glossary/glossary-terms.xml3002(glossterm) -#: ./doc/glossary/glossary-terms.xml3004(primary) +#: ./doc/glossary/glossary-terms.xml3015(glossterm) +#: ./doc/glossary/glossary-terms.xml3017(primary) msgid "euca2ools" msgstr "euca2ools" -#: ./doc/glossary/glossary-terms.xml3008(para) +#: ./doc/glossary/glossary-terms.xml3021(para) msgid "" "A collection of command-line tools for administering VMs; most are " "compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3014(glossterm) -#: ./doc/glossary/glossary-terms.xml3016(primary) +#: ./doc/glossary/glossary-terms.xml3027(glossterm) +#: ./doc/glossary/glossary-terms.xml3029(primary) msgid "Eucalyptus Kernel Image (EKI)" msgstr "Eucalyptus Kernel Image (EKI)" -#: ./doc/glossary/glossary-terms.xml3020(para) +#: ./doc/glossary/glossary-terms.xml3033(para) msgid "Used along with an ERI to create an EMI." msgstr "EMI を作成するために、ERI と一緒に使用する。" -#: ./doc/glossary/glossary-terms.xml3025(glossterm) -#: ./doc/glossary/glossary-terms.xml3027(primary) +#: ./doc/glossary/glossary-terms.xml3038(glossterm) +#: ./doc/glossary/glossary-terms.xml3040(primary) msgid "Eucalyptus Machine Image (EMI)" msgstr "Eucalyptus Machine Image (EMI)" -#: ./doc/glossary/glossary-terms.xml3031(para) +#: ./doc/glossary/glossary-terms.xml3044(para) msgid "VM image container format supported by Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml3036(glossterm) -#: ./doc/glossary/glossary-terms.xml3038(primary) +#: ./doc/glossary/glossary-terms.xml3049(glossterm) +#: ./doc/glossary/glossary-terms.xml3051(primary) msgid "Eucalyptus Ramdisk Image (ERI)" msgstr "Eucalyptus Ramdisk Image (ERI)" -#: ./doc/glossary/glossary-terms.xml3042(para) +#: ./doc/glossary/glossary-terms.xml3055(para) msgid "Used along with an EKI to create an EMI." msgstr "EMI を作成するために、EKI と一緒に使用する。" -#: ./doc/glossary/glossary-terms.xml3047(glossterm) +#: ./doc/glossary/glossary-terms.xml3060(glossterm) msgid "evacuate" msgstr "evacuate" -#: ./doc/glossary/glossary-terms.xml3049(primary) +#: ./doc/glossary/glossary-terms.xml3062(primary) msgid "evacuation, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3053(para) +#: ./doc/glossary/glossary-terms.xml3066(para) msgid "" "The process of migrating one or all virtual machine (VM) instances from one " "host to another, compatible with both shared storage live migration and " "block migration." msgstr "1つまたは全ての仮想マシン(VM)インスタンスをあるホストから別のホストにマイグレーションする処理。共有ストレージのライブマイグレーションとブロックマイグレーション両方と互換がある。" -#: ./doc/glossary/glossary-terms.xml3060(glossterm) -#: ./doc/glossary/glossary-terms.xml3062(primary) +#: ./doc/glossary/glossary-terms.xml3073(glossterm) +#: ./doc/glossary/glossary-terms.xml3075(primary) msgid "exchange" msgstr "交換" -#: ./doc/glossary/glossary-terms.xml3066(para) +#: ./doc/glossary/glossary-terms.xml3079(para) msgid "Alternative term for a RabbitMQ message exchange." msgstr "RabbitMQ メッセージ交換の別名。" -#: ./doc/glossary/glossary-terms.xml3071(glossterm) +#: ./doc/glossary/glossary-terms.xml3084(glossterm) msgid "exchange type" msgstr "" -#: ./doc/glossary/glossary-terms.xml3073(primary) +#: ./doc/glossary/glossary-terms.xml3086(primary) msgid "exchange types" msgstr "" -#: ./doc/glossary/glossary-terms.xml3077(para) +#: ./doc/glossary/glossary-terms.xml3090(para) msgid "A routing algorithm in the Compute RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml3082(glossterm) +#: ./doc/glossary/glossary-terms.xml3095(glossterm) msgid "exclusive queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml3084(primary) -#: ./doc/glossary/glossary-terms.xml8119(primary) +#: ./doc/glossary/glossary-terms.xml3097(primary) +#: ./doc/glossary/glossary-terms.xml8146(primary) msgid "queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml3086(secondary) -#: ./doc/glossary/glossary-terms.xml3089(primary) +#: ./doc/glossary/glossary-terms.xml3099(secondary) +#: ./doc/glossary/glossary-terms.xml3102(primary) msgid "exclusive queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml3093(para) +#: ./doc/glossary/glossary-terms.xml3106(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.xml3099(glossterm) -#: ./doc/glossary/glossary-terms.xml3101(primary) +#: ./doc/glossary/glossary-terms.xml3112(glossterm) +#: ./doc/glossary/glossary-terms.xml3114(primary) msgid "extended attributes (xattrs)" msgstr "拡張属性 (xattrs)" -#: ./doc/glossary/glossary-terms.xml3105(para) +#: ./doc/glossary/glossary-terms.xml3118(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.xml3113(glossterm) +#: ./doc/glossary/glossary-terms.xml3126(glossterm) msgid "extension" msgstr "エクステンション" -#: ./doc/glossary/glossary-terms.xml3115(primary) +#: ./doc/glossary/glossary-terms.xml3128(primary) msgid "extensions" msgstr "" -#: ./doc/glossary/glossary-terms.xml3121(para) +#: ./doc/glossary/glossary-terms.xml3134(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.xml3128(glossterm) +#: ./doc/glossary/glossary-terms.xml3141(glossterm) msgid "external network" msgstr "" -#: ./doc/glossary/glossary-terms.xml3130(primary) +#: ./doc/glossary/glossary-terms.xml3143(primary) msgid "external network, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3134(para) +#: ./doc/glossary/glossary-terms.xml3147(para) msgid "A network segment typically used for instance Internet access." msgstr "" -#: ./doc/glossary/glossary-terms.xml3140(glossterm) +#: ./doc/glossary/glossary-terms.xml3153(glossterm) msgid "extra specs" msgstr "拡張仕様" -#: ./doc/glossary/glossary-terms.xml3142(primary) +#: ./doc/glossary/glossary-terms.xml3155(primary) msgid "extra specs, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3146(para) +#: ./doc/glossary/glossary-terms.xml3159(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.xml3156(title) +#: ./doc/glossary/glossary-terms.xml3169(title) msgid "F" msgstr "F" -#: ./doc/glossary/glossary-terms.xml3159(glossterm) -#: ./doc/glossary/glossary-terms.xml3161(primary) +#: ./doc/glossary/glossary-terms.xml3172(glossterm) +#: ./doc/glossary/glossary-terms.xml3174(primary) msgid "FakeLDAP" msgstr "FakeLDAP" -#: ./doc/glossary/glossary-terms.xml3165(para) +#: ./doc/glossary/glossary-terms.xml3178(para) msgid "" "An easy method to create a local LDAP directory for testing Identity Service" " and Compute. Requires Redis." msgstr "" -#: ./doc/glossary/glossary-terms.xml3171(glossterm) -#: ./doc/glossary/glossary-terms.xml3173(primary) +#: ./doc/glossary/glossary-terms.xml3184(glossterm) +#: ./doc/glossary/glossary-terms.xml3186(primary) msgid "fan-out exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml3177(para) +#: ./doc/glossary/glossary-terms.xml3190(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.xml3184(glossterm) -#: ./doc/glossary/glossary-terms.xml3186(primary) +#: ./doc/glossary/glossary-terms.xml3197(glossterm) +#: ./doc/glossary/glossary-terms.xml3199(primary) msgid "Fedora" msgstr "Fedora" -#: ./doc/glossary/glossary-terms.xml3190(para) +#: ./doc/glossary/glossary-terms.xml3203(para) msgid "A Linux distribution compatible with OpenStack." msgstr "OpenStack と互換性のある Linux ディストリビューション。" -#: ./doc/glossary/glossary-terms.xml3195(glossterm) -#: ./doc/glossary/glossary-terms.xml3197(primary) +#: ./doc/glossary/glossary-terms.xml3208(glossterm) +#: ./doc/glossary/glossary-terms.xml3210(primary) msgid "Fibre Channel" msgstr "ファイバーチャネル" -#: ./doc/glossary/glossary-terms.xml3201(para) +#: ./doc/glossary/glossary-terms.xml3214(para) msgid "" "Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands " "and data." msgstr "" -#: ./doc/glossary/glossary-terms.xml3207(glossterm) -#: ./doc/glossary/glossary-terms.xml3209(primary) +#: ./doc/glossary/glossary-terms.xml3220(glossterm) +#: ./doc/glossary/glossary-terms.xml3222(primary) msgid "Fibre Channel over Ethernet (FCoE)" msgstr "Fibre Channel over Ethernet (FCoE)" -#: ./doc/glossary/glossary-terms.xml3213(para) +#: ./doc/glossary/glossary-terms.xml3226(para) msgid "The fibre channel protocol tunneled within Ethernet." msgstr "イーサネットでトンネルされるファイバーチャネルプロトコル。" -#: ./doc/glossary/glossary-terms.xml3218(glossterm) -#: ./doc/glossary/glossary-terms.xml3220(primary) +#: ./doc/glossary/glossary-terms.xml3231(glossterm) +#: ./doc/glossary/glossary-terms.xml3233(primary) msgid "fill-first scheduler" msgstr "充填優先スケジューラー" -#: ./doc/glossary/glossary-terms.xml3224(para) +#: ./doc/glossary/glossary-terms.xml3237(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.xml3230(glossterm) +#: ./doc/glossary/glossary-terms.xml3243(glossterm) msgid "filter" msgstr "フィルター" -#: ./doc/glossary/glossary-terms.xml3232(primary) -#: ./doc/glossary/glossary-terms.xml4207(primary) +#: ./doc/glossary/glossary-terms.xml3245(primary) +#: ./doc/glossary/glossary-terms.xml4220(primary) msgid "filtering" msgstr "" -#: ./doc/glossary/glossary-terms.xml3238(para) +#: ./doc/glossary/glossary-terms.xml3251(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.xml3244(glossterm) +#: ./doc/glossary/glossary-terms.xml3257(glossterm) msgid "firewall" msgstr "ファイアウォール" -#: ./doc/glossary/glossary-terms.xml3246(primary) +#: ./doc/glossary/glossary-terms.xml3259(primary) msgid "firewalls" msgstr "ファイアウォール" -#: ./doc/glossary/glossary-terms.xml3250(para) +#: ./doc/glossary/glossary-terms.xml3263(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.xml3257(glossterm) -#: ./doc/glossary/glossary-terms.xml3259(primary) +#: ./doc/glossary/glossary-terms.xml3270(glossterm) +#: ./doc/glossary/glossary-terms.xml3272(primary) msgid "Firewall-as-a-Service (FWaaS)" msgstr "Firewall-as-a-Service (FWaaS)" -#: ./doc/glossary/glossary-terms.xml3263(para) +#: ./doc/glossary/glossary-terms.xml3276(para) msgid "A Networking extension that provides perimeter firewall functionality." msgstr "" -#: ./doc/glossary/glossary-terms.xml3269(glossterm) +#: ./doc/glossary/glossary-terms.xml3282(glossterm) msgid "fixed IP address" msgstr "fixed IP アドレス" -#: ./doc/glossary/glossary-terms.xml3271(primary) -#: ./doc/glossary/glossary-terms.xml3367(primary) -#: ./doc/glossary/glossary-terms.xml4421(primary) -#: ./doc/glossary/glossary-terms.xml6186(primary) -#: ./doc/glossary/glossary-terms.xml6375(primary) -#: ./doc/glossary/glossary-terms.xml7372(primary) -#: ./doc/glossary/glossary-terms.xml7599(primary) +#: ./doc/glossary/glossary-terms.xml3284(primary) +#: ./doc/glossary/glossary-terms.xml3380(primary) +#: ./doc/glossary/glossary-terms.xml4434(primary) +#: ./doc/glossary/glossary-terms.xml6213(primary) +#: ./doc/glossary/glossary-terms.xml6402(primary) +#: ./doc/glossary/glossary-terms.xml7399(primary) +#: ./doc/glossary/glossary-terms.xml7626(primary) msgid "IP addresses" msgstr "IP アドレス" -#: ./doc/glossary/glossary-terms.xml3273(secondary) +#: ./doc/glossary/glossary-terms.xml3286(secondary) msgid "fixed" msgstr "固定" -#: ./doc/glossary/glossary-terms.xml3276(primary) +#: ./doc/glossary/glossary-terms.xml3289(primary) msgid "fixed IP addresses" msgstr "固定 IP アドレス" -#: ./doc/glossary/glossary-terms.xml3280(para) +#: ./doc/glossary/glossary-terms.xml3293(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.xml3288(glossterm) -#: ./doc/glossary/glossary-terms.xml3290(primary) +#: ./doc/glossary/glossary-terms.xml3301(glossterm) +#: ./doc/glossary/glossary-terms.xml3303(primary) msgid "Flat Manager" msgstr "Flat マネージャー" -#: ./doc/glossary/glossary-terms.xml3294(para) +#: ./doc/glossary/glossary-terms.xml3307(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.xml3301(glossterm) -#: ./doc/glossary/glossary-terms.xml3303(primary) +#: ./doc/glossary/glossary-terms.xml3314(glossterm) +#: ./doc/glossary/glossary-terms.xml3316(primary) msgid "flat mode injection" msgstr "フラットモードインジェクション" -#: ./doc/glossary/glossary-terms.xml3307(para) +#: ./doc/glossary/glossary-terms.xml3320(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.xml3314(glossterm) -#: ./doc/glossary/glossary-terms.xml3316(primary) +#: ./doc/glossary/glossary-terms.xml3327(glossterm) +#: ./doc/glossary/glossary-terms.xml3329(primary) msgid "flat network" msgstr "フラットネットワーク" -#: ./doc/glossary/glossary-terms.xml3320(para) +#: ./doc/glossary/glossary-terms.xml3333(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 " @@ -3207,45 +3218,45 @@ msgid "" "flat_interface option with flat managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml3330(glossterm) -#: ./doc/glossary/glossary-terms.xml3332(primary) +#: ./doc/glossary/glossary-terms.xml3343(glossterm) +#: ./doc/glossary/glossary-terms.xml3345(primary) msgid "FlatDHCP Manager" msgstr "FlatDHCP マネージャー" -#: ./doc/glossary/glossary-terms.xml3336(para) +#: ./doc/glossary/glossary-terms.xml3349(para) msgid "" "The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and " "radvd (routing) services." msgstr "" -#: ./doc/glossary/glossary-terms.xml3342(glossterm) -#: ./doc/glossary/glossary-terms.xml3344(primary) +#: ./doc/glossary/glossary-terms.xml3355(glossterm) +#: ./doc/glossary/glossary-terms.xml3357(primary) msgid "flavor" msgstr "フレーバー" -#: ./doc/glossary/glossary-terms.xml3348(para) +#: ./doc/glossary/glossary-terms.xml3361(para) msgid "Alternative term for a VM instance type." msgstr "VM インスタンスタイプの別名。" -#: ./doc/glossary/glossary-terms.xml3353(glossterm) -#: ./doc/glossary/glossary-terms.xml3355(primary) +#: ./doc/glossary/glossary-terms.xml3366(glossterm) +#: ./doc/glossary/glossary-terms.xml3368(primary) msgid "flavor ID" msgstr "フレーバー ID" -#: ./doc/glossary/glossary-terms.xml3359(para) +#: ./doc/glossary/glossary-terms.xml3372(para) msgid "UUID for each Compute or Image Service VM flavor or instance type." msgstr "" -#: ./doc/glossary/glossary-terms.xml3365(glossterm) -#: ./doc/glossary/glossary-terms.xml3372(primary) +#: ./doc/glossary/glossary-terms.xml3378(glossterm) +#: ./doc/glossary/glossary-terms.xml3385(primary) msgid "floating IP address" msgstr "Floating IP アドレス" -#: ./doc/glossary/glossary-terms.xml3369(secondary) +#: ./doc/glossary/glossary-terms.xml3382(secondary) msgid "floating" msgstr "" -#: ./doc/glossary/glossary-terms.xml3376(para) +#: ./doc/glossary/glossary-terms.xml3389(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" @@ -3253,12 +3264,12 @@ msgid "" "maintain a consistent IP address for maintaining DNS assignment." msgstr "" -#: ./doc/glossary/glossary-terms.xml3385(glossterm) -#: ./doc/glossary/glossary-terms.xml3387(primary) +#: ./doc/glossary/glossary-terms.xml3398(glossterm) +#: ./doc/glossary/glossary-terms.xml3400(primary) msgid "Folsom" msgstr "Folsom" -#: ./doc/glossary/glossary-terms.xml3391(para) +#: ./doc/glossary/glossary-terms.xml3404(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" @@ -3266,291 +3277,291 @@ msgid "" "(glance), and Volumes or Block Storage (cinder)." msgstr "" -#: ./doc/glossary/glossary-terms.xml3396(para) +#: ./doc/glossary/glossary-terms.xml3409(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.xml3404(glossterm) -#: ./doc/glossary/glossary-terms.xml3406(primary) +#: ./doc/glossary/glossary-terms.xml3417(glossterm) +#: ./doc/glossary/glossary-terms.xml3419(primary) msgid "FormPost" msgstr "FormPost" -#: ./doc/glossary/glossary-terms.xml3410(para) +#: ./doc/glossary/glossary-terms.xml3423(para) msgid "" "Object Storage middleware that uploads (posts) an image through a form on a " "web page." msgstr "" -#: ./doc/glossary/glossary-terms.xml3416(glossterm) +#: ./doc/glossary/glossary-terms.xml3429(glossterm) msgid "front end" msgstr "" -#: ./doc/glossary/glossary-terms.xml3418(primary) +#: ./doc/glossary/glossary-terms.xml3431(primary) msgid "front end, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3422(para) +#: ./doc/glossary/glossary-terms.xml3435(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.xml3431(title) +#: ./doc/glossary/glossary-terms.xml3444(title) msgid "G" msgstr "G" -#: ./doc/glossary/glossary-terms.xml3434(glossterm) -#: ./doc/glossary/glossary-terms.xml3436(primary) +#: ./doc/glossary/glossary-terms.xml3447(glossterm) +#: ./doc/glossary/glossary-terms.xml3449(primary) msgid "gateway" msgstr "ゲートウェイ" -#: ./doc/glossary/glossary-terms.xml3440(para) +#: ./doc/glossary/glossary-terms.xml3453(para) msgid "" "An IP address, typically assigned to a router, that passes network traffic " "between different networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml3446(glossterm) -#: ./doc/glossary/glossary-terms.xml3448(primary) +#: ./doc/glossary/glossary-terms.xml3459(glossterm) +#: ./doc/glossary/glossary-terms.xml3461(primary) msgid "Generic Receive Offload (GRO)" msgstr "Generic Receive Offload (GRO)" -#: ./doc/glossary/glossary-terms.xml3451(para) +#: ./doc/glossary/glossary-terms.xml3464(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.xml3458(glossterm) +#: ./doc/glossary/glossary-terms.xml3471(glossterm) msgid "generic routing encapsulation (GRE)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3460(primary) -#: ./doc/glossary/glossary-terms.xml4367(primary) -#: ./doc/glossary/glossary-terms.xml4596(primary) -#: ./doc/glossary/glossary-terms.xml4963(primary) -#: ./doc/glossary/glossary-terms.xml5252(primary) -#: ./doc/glossary/glossary-terms.xml5268(primary) -#: ./doc/glossary/glossary-terms.xml5282(primary) -#: ./doc/glossary/glossary-terms.xml5297(primary) -#: ./doc/glossary/glossary-terms.xml5311(primary) -#: ./doc/glossary/glossary-terms.xml5325(primary) -#: ./doc/glossary/glossary-terms.xml5339(primary) +#: ./doc/glossary/glossary-terms.xml3473(primary) +#: ./doc/glossary/glossary-terms.xml4380(primary) +#: ./doc/glossary/glossary-terms.xml4609(primary) +#: ./doc/glossary/glossary-terms.xml4976(primary) +#: ./doc/glossary/glossary-terms.xml5265(primary) +#: ./doc/glossary/glossary-terms.xml5281(primary) +#: ./doc/glossary/glossary-terms.xml5295(primary) +#: ./doc/glossary/glossary-terms.xml5310(primary) +#: ./doc/glossary/glossary-terms.xml5324(primary) +#: ./doc/glossary/glossary-terms.xml5338(primary) #: ./doc/glossary/glossary-terms.xml5352(primary) -#: ./doc/glossary/glossary-terms.xml5366(primary) -#: ./doc/glossary/glossary-terms.xml5380(primary) -#: ./doc/glossary/glossary-terms.xml5394(primary) -#: ./doc/glossary/glossary-terms.xml5993(primary) -#: ./doc/glossary/glossary-terms.xml6203(primary) -#: ./doc/glossary/glossary-terms.xml6403(primary) -#: ./doc/glossary/glossary-terms.xml8324(primary) -#: ./doc/glossary/glossary-terms.xml8472(primary) +#: ./doc/glossary/glossary-terms.xml5365(primary) +#: ./doc/glossary/glossary-terms.xml5379(primary) +#: ./doc/glossary/glossary-terms.xml5393(primary) +#: ./doc/glossary/glossary-terms.xml5407(primary) +#: ./doc/glossary/glossary-terms.xml6020(primary) +#: ./doc/glossary/glossary-terms.xml6230(primary) +#: ./doc/glossary/glossary-terms.xml6430(primary) +#: ./doc/glossary/glossary-terms.xml8365(primary) +#: ./doc/glossary/glossary-terms.xml8513(primary) msgid "networks" msgstr "" -#: ./doc/glossary/glossary-terms.xml3463(para) +#: ./doc/glossary/glossary-terms.xml3476(para) msgid "" "Protocol that encapsulates a wide variety of network layer protocols inside " "virtual point-to-point links." msgstr "" -#: ./doc/glossary/glossary-terms.xml3470(glossterm) -#: ./doc/glossary/glossary-terms.xml3480(primary) -#: ./doc/glossary/glossary-terms.xml3495(primary) +#: ./doc/glossary/glossary-terms.xml3483(glossterm) +#: ./doc/glossary/glossary-terms.xml3493(primary) +#: ./doc/glossary/glossary-terms.xml3508(primary) msgid "glance" msgstr "glance" -#: ./doc/glossary/glossary-terms.xml3473(para) +#: ./doc/glossary/glossary-terms.xml3486(para) msgid "A core project that provides the OpenStack Image Service." msgstr "OpenStack イメージサービスを提供するコアプロジェクト。" -#: ./doc/glossary/glossary-terms.xml3478(glossterm) -#: ./doc/glossary/glossary-terms.xml3482(secondary) +#: ./doc/glossary/glossary-terms.xml3491(glossterm) +#: ./doc/glossary/glossary-terms.xml3495(secondary) msgid "glance API server" msgstr "glance API サーバー" -#: ./doc/glossary/glossary-terms.xml3486(para) +#: ./doc/glossary/glossary-terms.xml3499(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.xml3493(glossterm) -#: ./doc/glossary/glossary-terms.xml3497(secondary) +#: ./doc/glossary/glossary-terms.xml3506(glossterm) +#: ./doc/glossary/glossary-terms.xml3510(secondary) msgid "glance registry" msgstr "Glance レジストリ" -#: ./doc/glossary/glossary-terms.xml3501(para) +#: ./doc/glossary/glossary-terms.xml3514(para) msgid "Alternative term for the Image Service image registry." msgstr "Image Service イメージレジストリの別名。" -#: ./doc/glossary/glossary-terms.xml3506(glossterm) -#: ./doc/glossary/glossary-terms.xml3510(secondary) -#: ./doc/glossary/glossary-terms.xml3513(primary) +#: ./doc/glossary/glossary-terms.xml3519(glossterm) +#: ./doc/glossary/glossary-terms.xml3523(secondary) +#: ./doc/glossary/glossary-terms.xml3526(primary) msgid "global endpoint template" msgstr "グローバルエンドポイントテンプレート" -#: ./doc/glossary/glossary-terms.xml3517(para) +#: ./doc/glossary/glossary-terms.xml3530(para) msgid "" "The Identity Service endpoint template that contains services available to " "all tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml3523(glossterm) -#: ./doc/glossary/glossary-terms.xml3525(primary) +#: ./doc/glossary/glossary-terms.xml3536(glossterm) +#: ./doc/glossary/glossary-terms.xml3538(primary) msgid "GlusterFS" msgstr "GlusterFS" -#: ./doc/glossary/glossary-terms.xml3529(para) +#: ./doc/glossary/glossary-terms.xml3542(para) msgid "" "A file system designed to aggregate NAS hosts, compatible with OpenStack." msgstr "NAS ホストを集約するために設計されたファイルシステム。OpenStack と互換性がある。" -#: ./doc/glossary/glossary-terms.xml3535(glossterm) -#: ./doc/glossary/glossary-terms.xml3537(primary) +#: ./doc/glossary/glossary-terms.xml3548(glossterm) +#: ./doc/glossary/glossary-terms.xml3550(primary) msgid "golden image" msgstr "ゴールデンイメージ" -#: ./doc/glossary/glossary-terms.xml3541(para) +#: ./doc/glossary/glossary-terms.xml3554(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.xml3548(glossterm) -#: ./doc/glossary/glossary-terms.xml3550(primary) +#: ./doc/glossary/glossary-terms.xml3561(glossterm) +#: ./doc/glossary/glossary-terms.xml3563(primary) msgid "Graphic Interchange Format (GIF)" msgstr "Graphic Interchange Format (GIF)" -#: ./doc/glossary/glossary-terms.xml3554(para) +#: ./doc/glossary/glossary-terms.xml3567(para) msgid "" "A type of image file that is commonly used for animated images on web pages." msgstr "" -#: ./doc/glossary/glossary-terms.xml3560(glossterm) -#: ./doc/glossary/glossary-terms.xml3562(primary) +#: ./doc/glossary/glossary-terms.xml3573(glossterm) +#: ./doc/glossary/glossary-terms.xml3575(primary) msgid "Graphics Processing Unit (GPU)" msgstr "Graphics Processing Unit (GPU)" -#: ./doc/glossary/glossary-terms.xml3566(para) +#: ./doc/glossary/glossary-terms.xml3579(para) msgid "" "Choosing a host based on the existence of a GPU is currently unsupported in " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3572(glossterm) -#: ./doc/glossary/glossary-terms.xml3574(primary) +#: ./doc/glossary/glossary-terms.xml3585(glossterm) +#: ./doc/glossary/glossary-terms.xml3587(primary) msgid "Green Threads" msgstr "Green Threads" -#: ./doc/glossary/glossary-terms.xml3578(para) +#: ./doc/glossary/glossary-terms.xml3591(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.xml3585(glossterm) -#: ./doc/glossary/glossary-terms.xml3587(primary) +#: ./doc/glossary/glossary-terms.xml3598(glossterm) +#: ./doc/glossary/glossary-terms.xml3600(primary) msgid "Grizzly" msgstr "Grizzly" -#: ./doc/glossary/glossary-terms.xml3591(para) +#: ./doc/glossary/glossary-terms.xml3604(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.xml3599(glossterm) -#: ./doc/glossary/glossary-terms.xml3601(primary) +#: ./doc/glossary/glossary-terms.xml3612(glossterm) +#: ./doc/glossary/glossary-terms.xml3614(primary) msgid "guest OS" msgstr "ゲスト OS" -#: ./doc/glossary/glossary-terms.xml3605(para) +#: ./doc/glossary/glossary-terms.xml3618(para) msgid "" "An operating system instance running under the control of a hypervisor." msgstr "ハイパーバイザーの管理下で実行しているオペレーティングシステムのインスタンス。" -#: ./doc/glossary/glossary-terms.xml3614(title) +#: ./doc/glossary/glossary-terms.xml3627(title) msgid "H" msgstr "H" -#: ./doc/glossary/glossary-terms.xml3617(glossterm) -#: ./doc/glossary/glossary-terms.xml3619(primary) +#: ./doc/glossary/glossary-terms.xml3630(glossterm) +#: ./doc/glossary/glossary-terms.xml3632(primary) msgid "Hadoop" msgstr "Hadoop" -#: ./doc/glossary/glossary-terms.xml3623(para) +#: ./doc/glossary/glossary-terms.xml3636(para) msgid "" "Apache Hadoop is an open source software framework that supports data-" "intensive distributed applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml3629(glossterm) -#: ./doc/glossary/glossary-terms.xml3631(primary) +#: ./doc/glossary/glossary-terms.xml3642(glossterm) +#: ./doc/glossary/glossary-terms.xml3644(primary) msgid "handover" msgstr "handover" -#: ./doc/glossary/glossary-terms.xml3635(para) +#: ./doc/glossary/glossary-terms.xml3648(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.xml3641(glossterm) -#: ./doc/glossary/glossary-terms.xml3643(primary) +#: ./doc/glossary/glossary-terms.xml3654(glossterm) +#: ./doc/glossary/glossary-terms.xml3656(primary) msgid "hard reboot" msgstr "ハードリブート" -#: ./doc/glossary/glossary-terms.xml3647(para) +#: ./doc/glossary/glossary-terms.xml3660(para) msgid "" "A type of reboot where a physical or virtual power button is pressed as " "opposed to a graceful, proper shutdown of the operating system." msgstr "きちんとした正常なOSのシャットダウンを行わず、物理又は仮想電源ボタンを押すタイプの再起動。" -#: ./doc/glossary/glossary-terms.xml3654(glossterm) -#: ./doc/glossary/glossary-terms.xml3656(primary) +#: ./doc/glossary/glossary-terms.xml3667(glossterm) +#: ./doc/glossary/glossary-terms.xml3669(primary) msgid "Havana" msgstr "Havana" -#: ./doc/glossary/glossary-terms.xml3660(para) +#: ./doc/glossary/glossary-terms.xml3673(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.xml3667(glossterm) -#: ./doc/glossary/glossary-terms.xml3669(primary) +#: ./doc/glossary/glossary-terms.xml3680(glossterm) +#: ./doc/glossary/glossary-terms.xml3682(primary) msgid "heat" msgstr "heat" -#: ./doc/glossary/glossary-terms.xml3673(para) +#: ./doc/glossary/glossary-terms.xml3686(para) msgid "" "An integrated project that aims to orchestrate multiple cloud applications " "for OpenStack." msgstr "OpenStack に複数のクラウドアプリケーションをオーケストレーションする為に開発されたプロジェクト。" -#: ./doc/glossary/glossary-terms.xml3679(glossterm) -#: ./doc/glossary/glossary-terms.xml3681(primary) +#: ./doc/glossary/glossary-terms.xml3692(glossterm) +#: ./doc/glossary/glossary-terms.xml3694(primary) msgid "Heat Orchestration Template (HOT)" msgstr "Heat Orchestration Template (HOT)" -#: ./doc/glossary/glossary-terms.xml3685(para) +#: ./doc/glossary/glossary-terms.xml3698(para) msgid "Heat input in the format native to OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3690(glossterm) -#: ./doc/glossary/glossary-terms.xml3692(primary) +#: ./doc/glossary/glossary-terms.xml3703(glossterm) +#: ./doc/glossary/glossary-terms.xml3705(primary) msgid "health monitor" msgstr "" -#: ./doc/glossary/glossary-terms.xml3696(para) +#: ./doc/glossary/glossary-terms.xml3709(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 " @@ -3559,12 +3570,12 @@ msgid "" "active." msgstr "" -#: ./doc/glossary/glossary-terms.xml3706(glossterm) -#: ./doc/glossary/glossary-terms.xml3708(primary) +#: ./doc/glossary/glossary-terms.xml3719(glossterm) +#: ./doc/glossary/glossary-terms.xml3721(primary) msgid "high availability (HA)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3712(para) +#: ./doc/glossary/glossary-terms.xml3725(para) msgid "" "A high availability system design approach and associated service " "implementation ensures that a prearranged level of operational performance " @@ -3572,68 +3583,68 @@ msgid "" "systems seeks to minimize system downtime and data loss." msgstr "" -#: ./doc/glossary/glossary-terms.xml3723(glossterm) +#: ./doc/glossary/glossary-terms.xml3736(glossterm) msgid "horizon" msgstr "Horizon" -#: ./doc/glossary/glossary-terms.xml3726(para) +#: ./doc/glossary/glossary-terms.xml3739(para) msgid "OpenStack project that provides a dashboard, which is a web interface." msgstr "" -#: ./doc/glossary/glossary-terms.xml3732(glossterm) +#: ./doc/glossary/glossary-terms.xml3745(glossterm) msgid "horizon plug-in" msgstr "horizon プラグイン" -#: ./doc/glossary/glossary-terms.xml3734(primary) +#: ./doc/glossary/glossary-terms.xml3747(primary) msgid "horizon plug-ins" msgstr "" -#: ./doc/glossary/glossary-terms.xml3738(para) +#: ./doc/glossary/glossary-terms.xml3751(para) msgid "A plug-in for the OpenStack dashboard (horizon)." msgstr "OpenStack dashboard (horizon) のプラグイン。" -#: ./doc/glossary/glossary-terms.xml3743(glossterm) +#: ./doc/glossary/glossary-terms.xml3756(glossterm) msgid "host" msgstr "ホスト" -#: ./doc/glossary/glossary-terms.xml3745(primary) +#: ./doc/glossary/glossary-terms.xml3758(primary) msgid "hosts, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3749(para) +#: ./doc/glossary/glossary-terms.xml3762(para) msgid "A physical computer, not a VM instance (node)." msgstr "" -#: ./doc/glossary/glossary-terms.xml3754(glossterm) -#: ./doc/glossary/glossary-terms.xml3756(primary) +#: ./doc/glossary/glossary-terms.xml3767(glossterm) +#: ./doc/glossary/glossary-terms.xml3769(primary) msgid "host aggregate" msgstr "ホストアグリゲート" -#: ./doc/glossary/glossary-terms.xml3760(para) +#: ./doc/glossary/glossary-terms.xml3773(para) msgid "" "A method to further subdivide availability zones into hypervisor pools, a " "collection of common hosts." msgstr "" -#: ./doc/glossary/glossary-terms.xml3766(glossterm) -#: ./doc/glossary/glossary-terms.xml3768(primary) +#: ./doc/glossary/glossary-terms.xml3779(glossterm) +#: ./doc/glossary/glossary-terms.xml3781(primary) msgid "Host Bus Adapter (HBA)" msgstr "Host Bus Adapter (HBA)" -#: ./doc/glossary/glossary-terms.xml3772(para) +#: ./doc/glossary/glossary-terms.xml3785(para) msgid "" "Device plugged into a PCI slot, such as a fibre channel or network card." msgstr "" -#: ./doc/glossary/glossary-terms.xml3778(glossterm) +#: ./doc/glossary/glossary-terms.xml3791(glossterm) msgid "HTTP" msgstr "HTTP" -#: ./doc/glossary/glossary-terms.xml3780(primary) +#: ./doc/glossary/glossary-terms.xml3793(primary) msgid "HTTP (Hypertext Transfer Protocol)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3786(para) +#: ./doc/glossary/glossary-terms.xml3799(para) msgid "" "Hypertext Transfer Protocol. HTTP is an application protocol for " "distributed, collaborative, hypermedia information systems. It is the " @@ -3642,15 +3653,15 @@ msgid "" "containing text. HTTP is the protocol to exchange or transfer hypertext." msgstr "" -#: ./doc/glossary/glossary-terms.xml3796(glossterm) +#: ./doc/glossary/glossary-terms.xml3809(glossterm) msgid "HTTPS" msgstr "HTTPS" -#: ./doc/glossary/glossary-terms.xml3798(primary) +#: ./doc/glossary/glossary-terms.xml3811(primary) msgid "HTTPS (Hypertext Transfer Protocol Secure)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3802(para) +#: ./doc/glossary/glossary-terms.xml3815(para) msgid "" "Hypertext Transfer Protocol Secure (HTTPS) is a communications protocol for " "secure communication over a computer network, with especially wide " @@ -3660,12 +3671,12 @@ msgid "" "capabilities of SSL/TLS to standard HTTP communications." msgstr "" -#: ./doc/glossary/glossary-terms.xml3813(glossterm) -#: ./doc/glossary/glossary-terms.xml3815(primary) +#: ./doc/glossary/glossary-terms.xml3826(glossterm) +#: ./doc/glossary/glossary-terms.xml3828(primary) msgid "hybrid cloud" msgstr "" -#: ./doc/glossary/glossary-terms.xml3819(para) +#: ./doc/glossary/glossary-terms.xml3832(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 " @@ -3674,84 +3685,84 @@ msgid "" "resources." msgstr "" -#: ./doc/glossary/glossary-terms.xml3831(glossterm) -#: ./doc/glossary/glossary-terms.xml3833(primary) +#: ./doc/glossary/glossary-terms.xml3844(glossterm) +#: ./doc/glossary/glossary-terms.xml3846(primary) msgid "Hyper-V" msgstr "Hyper-V" -#: ./doc/glossary/glossary-terms.xml3837(para) +#: ./doc/glossary/glossary-terms.xml3850(para) msgid "One of the hypervisors supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3842(glossterm) -#: ./doc/glossary/glossary-terms.xml3844(primary) +#: ./doc/glossary/glossary-terms.xml3855(glossterm) +#: ./doc/glossary/glossary-terms.xml3857(primary) msgid "hyperlink" msgstr "ハイパーリンク" -#: ./doc/glossary/glossary-terms.xml3848(para) +#: ./doc/glossary/glossary-terms.xml3861(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.xml3855(glossterm) +#: ./doc/glossary/glossary-terms.xml3868(glossterm) msgid "Hypertext Transfer Protocol (HTTP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3858(para) +#: ./doc/glossary/glossary-terms.xml3871(para) msgid "The protocol that tells browsers where to go to find information." msgstr "" -#: ./doc/glossary/glossary-terms.xml3864(glossterm) +#: ./doc/glossary/glossary-terms.xml3877(glossterm) msgid "Hypertext Transfer Protocol Secure (HTTPS)" msgstr "Hypertext Transfer Protocol Secure (HTTPS)" -#: ./doc/glossary/glossary-terms.xml3867(para) +#: ./doc/glossary/glossary-terms.xml3880(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.xml3874(glossterm) +#: ./doc/glossary/glossary-terms.xml3887(glossterm) msgid "hypervisor" msgstr "ハイパーバイザー" -#: ./doc/glossary/glossary-terms.xml3876(primary) -#: ./doc/glossary/glossary-terms.xml3890(primary) +#: ./doc/glossary/glossary-terms.xml3889(primary) +#: ./doc/glossary/glossary-terms.xml3903(primary) msgid "hypervisors" msgstr "" -#: ./doc/glossary/glossary-terms.xml3882(para) +#: ./doc/glossary/glossary-terms.xml3895(para) msgid "" "Software that arbitrates and controls VM access to the actual underlying " "hardware." msgstr "VM のアクセスを実際の下位ハードウェアに仲介して制御するソフトウェア。" -#: ./doc/glossary/glossary-terms.xml3888(glossterm) +#: ./doc/glossary/glossary-terms.xml3901(glossterm) msgid "hypervisor pool" msgstr "ハイパーバイザープール" -#: ./doc/glossary/glossary-terms.xml3892(secondary) +#: ./doc/glossary/glossary-terms.xml3905(secondary) msgid "hypervisor pools" msgstr "" -#: ./doc/glossary/glossary-terms.xml3896(para) +#: ./doc/glossary/glossary-terms.xml3909(para) msgid "A collection of hypervisors grouped together through host aggregates." msgstr "ホストアグリゲートにより一緒にグループ化されたハイパーバイザーの集合。" -#: ./doc/glossary/glossary-terms.xml3905(title) +#: ./doc/glossary/glossary-terms.xml3918(title) msgid "I" msgstr "I" -#: ./doc/glossary/glossary-terms.xml3908(glossterm) +#: ./doc/glossary/glossary-terms.xml3921(glossterm) msgid "IaaS" msgstr "IaaS" -#: ./doc/glossary/glossary-terms.xml3910(primary) +#: ./doc/glossary/glossary-terms.xml3923(primary) msgid "IaaS (Infrastructure-as-a-Service)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3916(para) +#: ./doc/glossary/glossary-terms.xml3929(para) msgid "" "Infrastructure-as-a-Service. IaaS is a provisioning model in which an " "organization outsources physical components of a data center, such as " @@ -3761,70 +3772,70 @@ msgid "" "providing cloud services." msgstr "" -#: ./doc/glossary/glossary-terms.xml3926(glossterm) -#: ./doc/glossary/glossary-terms.xml3928(primary) +#: ./doc/glossary/glossary-terms.xml3939(glossterm) +#: ./doc/glossary/glossary-terms.xml3941(primary) msgid "Icehouse" msgstr "Icehouse" -#: ./doc/glossary/glossary-terms.xml3934(para) +#: ./doc/glossary/glossary-terms.xml3947(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.xml3941(glossterm) +#: ./doc/glossary/glossary-terms.xml3954(glossterm) msgid "ICMP" msgstr "ICMP" -#: ./doc/glossary/glossary-terms.xml3943(primary) +#: ./doc/glossary/glossary-terms.xml3956(primary) msgid "Internet Control Message Protocol (ICMP)" msgstr "Internet Control Message Protocol (ICMP)" -#: ./doc/glossary/glossary-terms.xml3947(para) +#: ./doc/glossary/glossary-terms.xml3960(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.xml3955(glossterm) -#: ./doc/glossary/glossary-terms.xml3957(primary) +#: ./doc/glossary/glossary-terms.xml3968(glossterm) +#: ./doc/glossary/glossary-terms.xml3970(primary) msgid "ID number" msgstr "ID 番号" -#: ./doc/glossary/glossary-terms.xml3961(para) +#: ./doc/glossary/glossary-terms.xml3974(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.xml3967(glossterm) +#: ./doc/glossary/glossary-terms.xml3980(glossterm) msgid "Identity API" msgstr "Identity API" -#: ./doc/glossary/glossary-terms.xml3970(para) +#: ./doc/glossary/glossary-terms.xml3983(para) msgid "Alternative term for the Identity Service API." msgstr "Identity サービス API の別名。" -#: ./doc/glossary/glossary-terms.xml3975(glossterm) -#: ./doc/glossary/glossary-terms.xml3979(secondary) +#: ./doc/glossary/glossary-terms.xml3988(glossterm) +#: ./doc/glossary/glossary-terms.xml3992(secondary) msgid "Identity back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml3977(primary) -#: ./doc/glossary/glossary-terms.xml3989(glossterm) -#: ./doc/glossary/glossary-terms.xml3991(primary) -#: ./doc/glossary/glossary-terms.xml4008(primary) -#: ./doc/glossary/glossary-terms.xml4079(primary) +#: ./doc/glossary/glossary-terms.xml3990(primary) +#: ./doc/glossary/glossary-terms.xml4002(glossterm) +#: ./doc/glossary/glossary-terms.xml4004(primary) +#: ./doc/glossary/glossary-terms.xml4021(primary) +#: ./doc/glossary/glossary-terms.xml4092(primary) msgid "Identity Service" msgstr "Identity サービス" -#: ./doc/glossary/glossary-terms.xml3983(para) +#: ./doc/glossary/glossary-terms.xml3996(para) msgid "" "The source used by Identity Service to retrieve user information; an " "OpenLDAP server, for example." msgstr "" -#: ./doc/glossary/glossary-terms.xml3997(para) +#: ./doc/glossary/glossary-terms.xml4010(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 " @@ -3832,38 +3843,38 @@ msgid "" "name of the Identity Service is keystone." msgstr "" -#: ./doc/glossary/glossary-terms.xml4006(glossterm) -#: ./doc/glossary/glossary-terms.xml4010(secondary) +#: ./doc/glossary/glossary-terms.xml4019(glossterm) +#: ./doc/glossary/glossary-terms.xml4023(secondary) msgid "Identity Service API" msgstr "Identity サービス API" -#: ./doc/glossary/glossary-terms.xml4014(para) +#: ./doc/glossary/glossary-terms.xml4027(para) msgid "" "The API used to access the OpenStack Identity Service provided through " "keystone." msgstr "Keystone が提供する OpenStack Identity サービスアクセスに使用される API。" -#: ./doc/glossary/glossary-terms.xml4020(glossterm) +#: ./doc/glossary/glossary-terms.xml4033(glossterm) msgid "IDS" msgstr "IDS" -#: ./doc/glossary/glossary-terms.xml4022(primary) +#: ./doc/glossary/glossary-terms.xml4035(primary) msgid "IDS (Intrusion Detection System)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4026(para) +#: ./doc/glossary/glossary-terms.xml4039(para) msgid "Intrusion Detection System." msgstr "" -#: ./doc/glossary/glossary-terms.xml4031(glossterm) +#: ./doc/glossary/glossary-terms.xml4044(glossterm) msgid "image" msgstr "イメージ" -#: ./doc/glossary/glossary-terms.xml4033(primary) +#: ./doc/glossary/glossary-terms.xml4046(primary) msgid "images" msgstr "イメージ" -#: ./doc/glossary/glossary-terms.xml4039(para) +#: ./doc/glossary/glossary-terms.xml4052(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 " @@ -3872,358 +3883,358 @@ msgid "" "for additional servers." msgstr "" -#: ./doc/glossary/glossary-terms.xml4048(glossterm) +#: ./doc/glossary/glossary-terms.xml4061(glossterm) msgid "Image API" msgstr "Image API" -#: ./doc/glossary/glossary-terms.xml4050(primary) -#: ./doc/glossary/glossary-terms.xml4064(primary) -#: ./doc/glossary/glossary-terms.xml4093(primary) -#: ./doc/glossary/glossary-terms.xml4107(primary) -#: ./doc/glossary/glossary-terms.xml4121(primary) -#: ./doc/glossary/glossary-terms.xml4133(glossterm) -#: ./doc/glossary/glossary-terms.xml4153(primary) -#: ./doc/glossary/glossary-terms.xml4167(primary) -#: ./doc/glossary/glossary-terms.xml4181(primary) -#: ./doc/glossary/glossary-terms.xml6358(primary) +#: ./doc/glossary/glossary-terms.xml4063(primary) +#: ./doc/glossary/glossary-terms.xml4077(primary) +#: ./doc/glossary/glossary-terms.xml4106(primary) +#: ./doc/glossary/glossary-terms.xml4120(primary) +#: ./doc/glossary/glossary-terms.xml4134(primary) +#: ./doc/glossary/glossary-terms.xml4146(glossterm) +#: ./doc/glossary/glossary-terms.xml4166(primary) +#: ./doc/glossary/glossary-terms.xml4180(primary) +#: ./doc/glossary/glossary-terms.xml4194(primary) +#: ./doc/glossary/glossary-terms.xml6385(primary) msgid "Image Service" msgstr "Image Service" -#: ./doc/glossary/glossary-terms.xml4052(secondary) -#: ./doc/glossary/glossary-terms.xml4143(glossterm) +#: ./doc/glossary/glossary-terms.xml4065(secondary) +#: ./doc/glossary/glossary-terms.xml4156(glossterm) msgid "Image Service API" msgstr "Image Service API" -#: ./doc/glossary/glossary-terms.xml4056(para) +#: ./doc/glossary/glossary-terms.xml4069(para) msgid "The Image Service API endpoint for management of VM images." msgstr "仮想マシンイメージの管理用の Image Service API エンドポイント。" -#: ./doc/glossary/glossary-terms.xml4062(glossterm) -#: ./doc/glossary/glossary-terms.xml4066(secondary) +#: ./doc/glossary/glossary-terms.xml4075(glossterm) +#: ./doc/glossary/glossary-terms.xml4079(secondary) msgid "image cache" msgstr "イメージキャッシュ" -#: ./doc/glossary/glossary-terms.xml4070(para) +#: ./doc/glossary/glossary-terms.xml4083(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.xml4077(glossterm) -#: ./doc/glossary/glossary-terms.xml4081(secondary) +#: ./doc/glossary/glossary-terms.xml4090(glossterm) +#: ./doc/glossary/glossary-terms.xml4094(secondary) msgid "image ID" msgstr "イメージ ID" -#: ./doc/glossary/glossary-terms.xml4085(para) +#: ./doc/glossary/glossary-terms.xml4098(para) msgid "" "Combination of a URI and UUID used to access Image Service VM images through" " the image API." msgstr "" -#: ./doc/glossary/glossary-terms.xml4091(glossterm) -#: ./doc/glossary/glossary-terms.xml4095(secondary) +#: ./doc/glossary/glossary-terms.xml4104(glossterm) +#: ./doc/glossary/glossary-terms.xml4108(secondary) msgid "image membership" msgstr "イメージメンバーシップ" -#: ./doc/glossary/glossary-terms.xml4099(para) -#: ./doc/glossary/glossary-terms.xml5018(para) +#: ./doc/glossary/glossary-terms.xml4112(para) +#: ./doc/glossary/glossary-terms.xml5031(para) msgid "" "A list of tenants that can access a given VM image within Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4105(glossterm) -#: ./doc/glossary/glossary-terms.xml4109(secondary) +#: ./doc/glossary/glossary-terms.xml4118(glossterm) +#: ./doc/glossary/glossary-terms.xml4122(secondary) msgid "image owner" msgstr "イメージ所有者" -#: ./doc/glossary/glossary-terms.xml4113(para) +#: ./doc/glossary/glossary-terms.xml4126(para) msgid "The tenant who owns an Image Service virtual machine image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4119(glossterm) -#: ./doc/glossary/glossary-terms.xml4123(secondary) +#: ./doc/glossary/glossary-terms.xml4132(glossterm) +#: ./doc/glossary/glossary-terms.xml4136(secondary) msgid "image registry" msgstr "イメージレジストリ" -#: ./doc/glossary/glossary-terms.xml4127(para) +#: ./doc/glossary/glossary-terms.xml4140(para) msgid "A list of VM images that are available through Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4136(para) +#: ./doc/glossary/glossary-terms.xml4149(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.xml4146(para) +#: ./doc/glossary/glossary-terms.xml4159(para) msgid "Alternative name for the glance image API." msgstr "Glance イメージ API の別名。" -#: ./doc/glossary/glossary-terms.xml4151(glossterm) -#: ./doc/glossary/glossary-terms.xml4155(secondary) +#: ./doc/glossary/glossary-terms.xml4164(glossterm) +#: ./doc/glossary/glossary-terms.xml4168(secondary) msgid "image status" msgstr "イメージ状態" -#: ./doc/glossary/glossary-terms.xml4159(para) +#: ./doc/glossary/glossary-terms.xml4172(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.xml4165(glossterm) -#: ./doc/glossary/glossary-terms.xml4169(secondary) +#: ./doc/glossary/glossary-terms.xml4178(glossterm) +#: ./doc/glossary/glossary-terms.xml4182(secondary) msgid "image store" msgstr "イメージストア" -#: ./doc/glossary/glossary-terms.xml4173(para) +#: ./doc/glossary/glossary-terms.xml4186(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.xml4179(glossterm) -#: ./doc/glossary/glossary-terms.xml4183(secondary) +#: ./doc/glossary/glossary-terms.xml4192(glossterm) +#: ./doc/glossary/glossary-terms.xml4196(secondary) msgid "image UUID" msgstr "イメージ UUID" -#: ./doc/glossary/glossary-terms.xml4187(para) +#: ./doc/glossary/glossary-terms.xml4200(para) msgid "UUID used by Image Service to uniquely identify each VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4193(glossterm) +#: ./doc/glossary/glossary-terms.xml4206(glossterm) msgid "incubated project" msgstr "インキュベートプロジェクト" -#: ./doc/glossary/glossary-terms.xml4195(primary) +#: ./doc/glossary/glossary-terms.xml4208(primary) msgid "incubated projects" msgstr "育成プロジェクト" -#: ./doc/glossary/glossary-terms.xml4199(para) +#: ./doc/glossary/glossary-terms.xml4212(para) msgid "" "A community project may be elevated to this status and is then promoted to a" " core project." msgstr "コミュニティプロジェクトがこの状態に昇格する事があり、その後コアプロジェクトに昇格する。" -#: ./doc/glossary/glossary-terms.xml4205(glossterm) -#: ./doc/glossary/glossary-terms.xml4209(secondary) -#: ./doc/glossary/glossary-terms.xml4212(primary) +#: ./doc/glossary/glossary-terms.xml4218(glossterm) +#: ./doc/glossary/glossary-terms.xml4222(secondary) +#: ./doc/glossary/glossary-terms.xml4225(primary) msgid "ingress filtering" msgstr "イングレスフィルタリング" -#: ./doc/glossary/glossary-terms.xml4216(para) +#: ./doc/glossary/glossary-terms.xml4229(para) msgid "" "The process of filtering incoming network traffic. Supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml4222(glossterm) -#: ./doc/glossary/glossary-terms.xml4224(primary) +#: ./doc/glossary/glossary-terms.xml4235(glossterm) +#: ./doc/glossary/glossary-terms.xml4237(primary) msgid "INI" msgstr "INI" -#: ./doc/glossary/glossary-terms.xml4227(para) +#: ./doc/glossary/glossary-terms.xml4240(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.xml4236(glossterm) -#: ./doc/glossary/glossary-terms.xml4238(primary) +#: ./doc/glossary/glossary-terms.xml4249(glossterm) +#: ./doc/glossary/glossary-terms.xml4251(primary) msgid "injection" msgstr "インジェクション" -#: ./doc/glossary/glossary-terms.xml4242(para) +#: ./doc/glossary/glossary-terms.xml4255(para) msgid "" "The process of putting a file into a virtual machine image before the " "instance is started." msgstr "インスタンスが起動する前に、仮想マシンイメージ中にファイルを配置する処理。" -#: ./doc/glossary/glossary-terms.xml4248(glossterm) +#: ./doc/glossary/glossary-terms.xml4261(glossterm) msgid "instance" msgstr "インスタンス" -#: ./doc/glossary/glossary-terms.xml4250(primary) -#: ./doc/glossary/glossary-terms.xml4264(primary) +#: ./doc/glossary/glossary-terms.xml4263(primary) #: ./doc/glossary/glossary-terms.xml4277(primary) -#: ./doc/glossary/glossary-terms.xml4301(primary) -#: ./doc/glossary/glossary-terms.xml4316(primary) +#: ./doc/glossary/glossary-terms.xml4290(primary) +#: ./doc/glossary/glossary-terms.xml4314(primary) #: ./doc/glossary/glossary-terms.xml4329(primary) +#: ./doc/glossary/glossary-terms.xml4342(primary) msgid "instances" msgstr "インスタンス" -#: ./doc/glossary/glossary-terms.xml4256(para) +#: ./doc/glossary/glossary-terms.xml4269(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.xml4262(glossterm) -#: ./doc/glossary/glossary-terms.xml4266(secondary) +#: ./doc/glossary/glossary-terms.xml4275(glossterm) +#: ./doc/glossary/glossary-terms.xml4279(secondary) msgid "instance ID" msgstr "インスタンス ID" -#: ./doc/glossary/glossary-terms.xml4270(para) +#: ./doc/glossary/glossary-terms.xml4283(para) msgid "Alternative term for instance UUID." msgstr "インスタンス UUID の別名。" -#: ./doc/glossary/glossary-terms.xml4275(glossterm) -#: ./doc/glossary/glossary-terms.xml4279(secondary) +#: ./doc/glossary/glossary-terms.xml4288(glossterm) +#: ./doc/glossary/glossary-terms.xml4292(secondary) msgid "instance state" msgstr "インスタンス状態" -#: ./doc/glossary/glossary-terms.xml4283(para) +#: ./doc/glossary/glossary-terms.xml4296(para) msgid "The current state of a guest VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4288(glossterm) -#: ./doc/glossary/glossary-terms.xml4290(primary) +#: ./doc/glossary/glossary-terms.xml4301(glossterm) +#: ./doc/glossary/glossary-terms.xml4303(primary) msgid "instance tunnels network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4293(para) +#: ./doc/glossary/glossary-terms.xml4306(para) msgid "" "A network segment used for instance traffic tunnels between compute nodes " "and the network node." msgstr "" -#: ./doc/glossary/glossary-terms.xml4299(glossterm) -#: ./doc/glossary/glossary-terms.xml4303(secondary) +#: ./doc/glossary/glossary-terms.xml4312(glossterm) +#: ./doc/glossary/glossary-terms.xml4316(secondary) msgid "instance type" msgstr "インスタンスタイプ" -#: ./doc/glossary/glossary-terms.xml4307(para) +#: ./doc/glossary/glossary-terms.xml4320(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.xml4314(glossterm) -#: ./doc/glossary/glossary-terms.xml4318(secondary) +#: ./doc/glossary/glossary-terms.xml4327(glossterm) +#: ./doc/glossary/glossary-terms.xml4331(secondary) msgid "instance type ID" msgstr "インスタンスタイプ ID" -#: ./doc/glossary/glossary-terms.xml4322(para) +#: ./doc/glossary/glossary-terms.xml4335(para) msgid "Alternative term for a flavor ID." msgstr "フレーバー ID の別名。" -#: ./doc/glossary/glossary-terms.xml4327(glossterm) -#: ./doc/glossary/glossary-terms.xml4331(secondary) +#: ./doc/glossary/glossary-terms.xml4340(glossterm) +#: ./doc/glossary/glossary-terms.xml4344(secondary) msgid "instance UUID" msgstr "インスタンス UUID" -#: ./doc/glossary/glossary-terms.xml4335(para) -#: ./doc/glossary/glossary-terms.xml7247(para) +#: ./doc/glossary/glossary-terms.xml4348(para) +#: ./doc/glossary/glossary-terms.xml7274(para) msgid "" "Unique ID assigned to each guest VM instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml4341(glossterm) -#: ./doc/glossary/glossary-terms.xml4343(primary) +#: ./doc/glossary/glossary-terms.xml4354(glossterm) +#: ./doc/glossary/glossary-terms.xml4356(primary) msgid "interface" msgstr "インターフェース" -#: ./doc/glossary/glossary-terms.xml4347(para) +#: ./doc/glossary/glossary-terms.xml4360(para) msgid "" "A physical or virtual device that provides connectivity to another device or" " medium." msgstr "他のデバイスやメディアに接続する物理デバイスまたは仮想デバイス。" -#: ./doc/glossary/glossary-terms.xml4353(glossterm) -#: ./doc/glossary/glossary-terms.xml4355(primary) +#: ./doc/glossary/glossary-terms.xml4366(glossterm) +#: ./doc/glossary/glossary-terms.xml4368(primary) msgid "interface ID" msgstr "インターフェース ID" -#: ./doc/glossary/glossary-terms.xml4359(para) +#: ./doc/glossary/glossary-terms.xml4372(para) msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." msgstr "Networking 仮想インターフェースや vNIC 用の一意な UUID 形式の ID。" -#: ./doc/glossary/glossary-terms.xml4365(glossterm) +#: ./doc/glossary/glossary-terms.xml4378(glossterm) msgid "internet protocol (IP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4371(para) +#: ./doc/glossary/glossary-terms.xml4384(para) msgid "" "Principal communications protocol in the internet protocol suite for " "relaying datagrams across network boundaries." msgstr "" -#: ./doc/glossary/glossary-terms.xml4377(glossterm) -#: ./doc/glossary/glossary-terms.xml4379(primary) +#: ./doc/glossary/glossary-terms.xml4390(glossterm) +#: ./doc/glossary/glossary-terms.xml4392(primary) msgid "Internet Service Provider (ISP)" msgstr "Internet Service Provider (ISP)" -#: ./doc/glossary/glossary-terms.xml4383(para) +#: ./doc/glossary/glossary-terms.xml4396(para) msgid "" "Any business that provides Internet access to individuals or businesses." msgstr "個人や組織にインターネットアクセスを提供する何らかのビジネス。" -#: ./doc/glossary/glossary-terms.xml4389(glossterm) -#: ./doc/glossary/glossary-terms.xml4391(primary) +#: ./doc/glossary/glossary-terms.xml4402(glossterm) +#: ./doc/glossary/glossary-terms.xml4404(primary) msgid "ironic" msgstr "ironic" -#: ./doc/glossary/glossary-terms.xml4395(para) +#: ./doc/glossary/glossary-terms.xml4408(para) msgid "" "OpenStack project that provisions bare metal, as opposed to virtual, " "machines." msgstr "マシンを仮想とみなして、ベアメタルに展開する OpenStack のプロジェクト。" -#: ./doc/glossary/glossary-terms.xml4401(glossterm) -#: ./doc/glossary/glossary-terms.xml4403(primary) +#: ./doc/glossary/glossary-terms.xml4414(glossterm) +#: ./doc/glossary/glossary-terms.xml4416(primary) msgid "IOPS" msgstr "" -#: ./doc/glossary/glossary-terms.xml4409(para) +#: ./doc/glossary/glossary-terms.xml4422(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.xml4419(glossterm) +#: ./doc/glossary/glossary-terms.xml4432(glossterm) msgid "IP address" msgstr "IP アドレス" -#: ./doc/glossary/glossary-terms.xml4427(para) +#: ./doc/glossary/glossary-terms.xml4440(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.xml4434(glossterm) -#: ./doc/glossary/glossary-terms.xml4436(primary) +#: ./doc/glossary/glossary-terms.xml4447(glossterm) +#: ./doc/glossary/glossary-terms.xml4449(primary) msgid "IP Address Management (IPAM)" msgstr "IP Address Management (IPAM)" -#: ./doc/glossary/glossary-terms.xml4440(para) +#: ./doc/glossary/glossary-terms.xml4453(para) msgid "" "The process of automating IP address allocation, deallocation, and " "management. Currently provided by Compute, melange, and Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml4447(glossterm) +#: ./doc/glossary/glossary-terms.xml4460(glossterm) msgid "IPL" msgstr "IPL" -#: ./doc/glossary/glossary-terms.xml4449(primary) +#: ./doc/glossary/glossary-terms.xml4462(primary) msgid "IPL (Initial Program Loader)" msgstr "IPL (Initial Program Loader)" -#: ./doc/glossary/glossary-terms.xml4453(para) +#: ./doc/glossary/glossary-terms.xml4466(para) msgid "Initial Program Loader." msgstr "Initial Program Loader。初期プログラムローダー。" -#: ./doc/glossary/glossary-terms.xml4458(glossterm) +#: ./doc/glossary/glossary-terms.xml4471(glossterm) msgid "IPMI" msgstr "IPMI" -#: ./doc/glossary/glossary-terms.xml4460(primary) +#: ./doc/glossary/glossary-terms.xml4473(primary) msgid "IPMI (Intelligent Platform Management Interface)" msgstr "IPMI (Intelligent Platform Management Interface)" -#: ./doc/glossary/glossary-terms.xml4464(para) +#: ./doc/glossary/glossary-terms.xml4477(para) msgid "" "Intelligent Platform Management Interface. IPMI is a standardized computer " "system interface used by system administrators for out-of-band management of" @@ -4233,12 +4244,12 @@ msgid "" "connecting to the hardware rather than an operating system or login shell." msgstr "" -#: ./doc/glossary/glossary-terms.xml4475(glossterm) -#: ./doc/glossary/glossary-terms.xml4477(primary) +#: ./doc/glossary/glossary-terms.xml4488(glossterm) +#: ./doc/glossary/glossary-terms.xml4490(primary) msgid "ip6tables" msgstr "ip6tables" -#: ./doc/glossary/glossary-terms.xml4481(para) +#: ./doc/glossary/glossary-terms.xml4494(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 " @@ -4246,12 +4257,12 @@ msgid "" "and VMs." msgstr "" -#: ./doc/glossary/glossary-terms.xml4489(glossterm) -#: ./doc/glossary/glossary-terms.xml4491(primary) +#: ./doc/glossary/glossary-terms.xml4502(glossterm) +#: ./doc/glossary/glossary-terms.xml4504(primary) msgid "iptables" msgstr "iptables" -#: ./doc/glossary/glossary-terms.xml4495(para) +#: ./doc/glossary/glossary-terms.xml4508(para) msgid "" "Used along with arptables and ebtables, iptables create firewalls in " "Compute. iptables are the tables provided by the Linux kernel firewall " @@ -4262,124 +4273,124 @@ msgid "" "manipulate." msgstr "" -#: ./doc/glossary/glossary-terms.xml4506(glossterm) +#: ./doc/glossary/glossary-terms.xml4519(glossterm) msgid "iSCSI" msgstr "iSCSI" -#: ./doc/glossary/glossary-terms.xml4508(primary) +#: ./doc/glossary/glossary-terms.xml4521(primary) msgid "iSCSI protocol" msgstr "iSCSI プロトコル" -#: ./doc/glossary/glossary-terms.xml4512(para) +#: ./doc/glossary/glossary-terms.xml4525(para) msgid "" "The SCSI disk protocol tunneled within Ethernet, supported by Compute, " "Object Storage, and Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4518(glossterm) +#: ./doc/glossary/glossary-terms.xml4531(glossterm) msgid "ISO9960" msgstr "ISO9960" -#: ./doc/glossary/glossary-terms.xml4520(primary) +#: ./doc/glossary/glossary-terms.xml4533(primary) msgid "ISO9960 format" msgstr "ISO9960 形式" -#: ./doc/glossary/glossary-terms.xml4524(para) -#: ./doc/glossary/glossary-terms.xml6456(para) -#: ./doc/glossary/glossary-terms.xml8277(para) -#: ./doc/glossary/glossary-terms.xml8289(para) -#: ./doc/glossary/glossary-terms.xml8497(para) +#: ./doc/glossary/glossary-terms.xml4537(para) +#: ./doc/glossary/glossary-terms.xml6483(para) +#: ./doc/glossary/glossary-terms.xml8318(para) +#: ./doc/glossary/glossary-terms.xml8330(para) +#: ./doc/glossary/glossary-terms.xml8538(para) msgid "One of the VM image disk formats supported by Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4530(glossterm) -#: ./doc/glossary/glossary-terms.xml4532(primary) +#: ./doc/glossary/glossary-terms.xml4543(glossterm) +#: ./doc/glossary/glossary-terms.xml4545(primary) msgid "itsec" msgstr "itsec" -#: ./doc/glossary/glossary-terms.xml4536(para) +#: ./doc/glossary/glossary-terms.xml4549(para) msgid "" "A default role in the Compute RBAC system that can quarantine an instance in" " any project." msgstr "" -#: ./doc/glossary/glossary-terms.xml4545(title) +#: ./doc/glossary/glossary-terms.xml4558(title) msgid "J" msgstr "J" -#: ./doc/glossary/glossary-terms.xml4548(glossterm) -#: ./doc/glossary/glossary-terms.xml4550(primary) +#: ./doc/glossary/glossary-terms.xml4561(glossterm) +#: ./doc/glossary/glossary-terms.xml4563(primary) msgid "Java" msgstr "Java" -#: ./doc/glossary/glossary-terms.xml4554(para) +#: ./doc/glossary/glossary-terms.xml4567(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.xml4560(glossterm) -#: ./doc/glossary/glossary-terms.xml4562(primary) +#: ./doc/glossary/glossary-terms.xml4573(glossterm) +#: ./doc/glossary/glossary-terms.xml4575(primary) msgid "JavaScript" msgstr "JavaScript" -#: ./doc/glossary/glossary-terms.xml4566(para) +#: ./doc/glossary/glossary-terms.xml4579(para) msgid "A scripting language that is used to build web pages." msgstr "" -#: ./doc/glossary/glossary-terms.xml4571(glossterm) -#: ./doc/glossary/glossary-terms.xml4573(primary) +#: ./doc/glossary/glossary-terms.xml4584(glossterm) +#: ./doc/glossary/glossary-terms.xml4586(primary) msgid "JavaScript Object Notation (JSON)" msgstr "JavaScript Object Notation (JSON)" -#: ./doc/glossary/glossary-terms.xml4577(para) +#: ./doc/glossary/glossary-terms.xml4590(para) msgid "One of the supported response formats in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml4582(glossterm) -#: ./doc/glossary/glossary-terms.xml4584(primary) +#: ./doc/glossary/glossary-terms.xml4595(glossterm) +#: ./doc/glossary/glossary-terms.xml4597(primary) msgid "Jenkins" msgstr "Jenkins" -#: ./doc/glossary/glossary-terms.xml4588(para) +#: ./doc/glossary/glossary-terms.xml4601(para) msgid "Tool used to run jobs automatically for OpenStack development." msgstr "" -#: ./doc/glossary/glossary-terms.xml4594(glossterm) +#: ./doc/glossary/glossary-terms.xml4607(glossterm) msgid "jumbo frames" msgstr "" -#: ./doc/glossary/glossary-terms.xml4600(para) +#: ./doc/glossary/glossary-terms.xml4613(para) msgid "" "Feature in modern Ethernet networks that supports frames up to approximately" " 9000 bytes." msgstr "" -#: ./doc/glossary/glossary-terms.xml4606(glossterm) -#: ./doc/glossary/glossary-terms.xml4608(primary) +#: ./doc/glossary/glossary-terms.xml4619(glossterm) +#: ./doc/glossary/glossary-terms.xml4621(primary) msgid "Juno" msgstr "Juno" -#: ./doc/glossary/glossary-terms.xml4612(para) +#: ./doc/glossary/glossary-terms.xml4625(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.xml4622(title) +#: ./doc/glossary/glossary-terms.xml4635(title) msgid "K" msgstr "K" -#: ./doc/glossary/glossary-terms.xml4625(glossterm) +#: ./doc/glossary/glossary-terms.xml4638(glossterm) msgid "kernel-based VM (KVM)" msgstr "kernel-based VM (KVM)" -#: ./doc/glossary/glossary-terms.xml4627(primary) +#: ./doc/glossary/glossary-terms.xml4640(primary) msgid "kernel-based VM (KVM) hypervisor" msgstr "kernel-based VM (KVM) ハイパーバイザー" -#: ./doc/glossary/glossary-terms.xml4631(para) +#: ./doc/glossary/glossary-terms.xml4644(para) msgid "" "An OpenStack-supported hypervisor. KVM is a full virtualization solution for" " Linux on x86 hardware containing virtualization extensions (Intel VT or " @@ -4388,32 +4399,32 @@ msgid "" " specific module." msgstr "" -#: ./doc/glossary/glossary-terms.xml4643(glossterm) -#: ./doc/glossary/glossary-terms.xml4645(primary) +#: ./doc/glossary/glossary-terms.xml4656(glossterm) +#: ./doc/glossary/glossary-terms.xml4658(primary) msgid "keystone" msgstr "keystone" -#: ./doc/glossary/glossary-terms.xml4649(para) +#: ./doc/glossary/glossary-terms.xml4662(para) msgid "The project that provides OpenStack Identity services." msgstr "OpenStack Identity サービスを提供するプロジェクト。" -#: ./doc/glossary/glossary-terms.xml4654(glossterm) -#: ./doc/glossary/glossary-terms.xml4656(primary) +#: ./doc/glossary/glossary-terms.xml4667(glossterm) +#: ./doc/glossary/glossary-terms.xml4669(primary) msgid "Kickstart" msgstr "Kickstart" -#: ./doc/glossary/glossary-terms.xml4660(para) +#: ./doc/glossary/glossary-terms.xml4673(para) msgid "" "A tool to automate system configuration and installation on Red Hat, Fedora," " and CentOS-based Linux distributions." msgstr "" -#: ./doc/glossary/glossary-terms.xml4666(glossterm) -#: ./doc/glossary/glossary-terms.xml4668(primary) +#: ./doc/glossary/glossary-terms.xml4679(glossterm) +#: ./doc/glossary/glossary-terms.xml4681(primary) msgid "Kilo" msgstr "" -#: ./doc/glossary/glossary-terms.xml4672(para) +#: ./doc/glossary/glossary-terms.xml4685(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" @@ -4422,34 +4433,34 @@ msgid "" "in Sèvres, the community chose Kilo as the release name." msgstr "" -#: ./doc/glossary/glossary-terms.xml4685(title) +#: ./doc/glossary/glossary-terms.xml4698(title) msgid "L" msgstr "L" -#: ./doc/glossary/glossary-terms.xml4688(glossterm) -#: ./doc/glossary/glossary-terms.xml4690(primary) +#: ./doc/glossary/glossary-terms.xml4701(glossterm) +#: ./doc/glossary/glossary-terms.xml4703(primary) msgid "large object" msgstr "ラージオブジェクト" -#: ./doc/glossary/glossary-terms.xml4694(para) +#: ./doc/glossary/glossary-terms.xml4707(para) msgid "An object within Object Storage that is larger than 5GB." msgstr "" -#: ./doc/glossary/glossary-terms.xml4699(glossterm) -#: ./doc/glossary/glossary-terms.xml4701(primary) +#: ./doc/glossary/glossary-terms.xml4712(glossterm) +#: ./doc/glossary/glossary-terms.xml4714(primary) msgid "Launchpad" msgstr "Launchpad" -#: ./doc/glossary/glossary-terms.xml4705(para) +#: ./doc/glossary/glossary-terms.xml4718(para) msgid "The collaboration site for OpenStack." msgstr "OpenStack 用コラボレーションサイト。" -#: ./doc/glossary/glossary-terms.xml4710(glossterm) -#: ./doc/glossary/glossary-terms.xml4712(primary) +#: ./doc/glossary/glossary-terms.xml4723(glossterm) +#: ./doc/glossary/glossary-terms.xml4725(primary) msgid "Layer-2 network" msgstr "Layer-2 ネットワーク" -#: ./doc/glossary/glossary-terms.xml4716(para) +#: ./doc/glossary/glossary-terms.xml4729(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 " @@ -4457,358 +4468,358 @@ msgid "" "layer." msgstr "" -#: ./doc/glossary/glossary-terms.xml4726(glossterm) -#: ./doc/glossary/glossary-terms.xml4728(primary) +#: ./doc/glossary/glossary-terms.xml4739(glossterm) +#: ./doc/glossary/glossary-terms.xml4741(primary) msgid "Layer-3 network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4732(para) +#: ./doc/glossary/glossary-terms.xml4745(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.xml4741(glossterm) -#: ./doc/glossary/glossary-terms.xml4743(primary) +#: ./doc/glossary/glossary-terms.xml4754(glossterm) +#: ./doc/glossary/glossary-terms.xml4756(primary) msgid "Layer-2 (L2) agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml4747(para) +#: ./doc/glossary/glossary-terms.xml4760(para) msgid "" "OpenStack Networking agent that provides layer-2 connectivity for virtual " "networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4753(glossterm) -#: ./doc/glossary/glossary-terms.xml4755(primary) +#: ./doc/glossary/glossary-terms.xml4766(glossterm) +#: ./doc/glossary/glossary-terms.xml4768(primary) msgid "Layer-3 (L3) agent" msgstr "Layer-3 (L3) エージェント" -#: ./doc/glossary/glossary-terms.xml4759(para) +#: ./doc/glossary/glossary-terms.xml4772(para) msgid "" "OpenStack Networking agent that provides layer-3 (routing) services for " "virtual networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4765(glossterm) -#: ./doc/glossary/glossary-terms.xml4767(primary) +#: ./doc/glossary/glossary-terms.xml4778(glossterm) +#: ./doc/glossary/glossary-terms.xml4780(primary) msgid "libvirt" msgstr "libvirt" -#: ./doc/glossary/glossary-terms.xml4771(para) +#: ./doc/glossary/glossary-terms.xml4784(para) msgid "" "Virtualization API library used by OpenStack to interact with many of its " "supported hypervisors." msgstr "" -#: ./doc/glossary/glossary-terms.xml4777(glossterm) +#: ./doc/glossary/glossary-terms.xml4790(glossterm) msgid "Linux bridge" msgstr "Linux ブリッジ" -#: ./doc/glossary/glossary-terms.xml4780(para) +#: ./doc/glossary/glossary-terms.xml4793(para) msgid "" "Software that enables multiple VMs to share a single physical NIC within " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml4786(glossterm) +#: ./doc/glossary/glossary-terms.xml4799(glossterm) msgid "Linux Bridge neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml4788(primary) +#: ./doc/glossary/glossary-terms.xml4801(primary) msgid "Linux Bridge" msgstr "Linux ブリッジ" -#: ./doc/glossary/glossary-terms.xml4790(secondary) -#: ./doc/glossary/glossary-terms.xml5816(secondary) +#: ./doc/glossary/glossary-terms.xml4803(secondary) +#: ./doc/glossary/glossary-terms.xml5843(secondary) msgid "neutron plug-in for" msgstr "" -#: ./doc/glossary/glossary-terms.xml4794(para) +#: ./doc/glossary/glossary-terms.xml4807(para) msgid "" "Enables a Linux bridge to understand a Networking port, interface " "attachment, and other abstractions." msgstr "" -#: ./doc/glossary/glossary-terms.xml4800(glossterm) -#: ./doc/glossary/glossary-terms.xml4802(primary) +#: ./doc/glossary/glossary-terms.xml4813(glossterm) +#: ./doc/glossary/glossary-terms.xml4815(primary) msgid "Linux containers (LXC)" msgstr "Linux コンテナー (LXC)" -#: ./doc/glossary/glossary-terms.xml4811(glossterm) -#: ./doc/glossary/glossary-terms.xml4813(primary) +#: ./doc/glossary/glossary-terms.xml4824(glossterm) +#: ./doc/glossary/glossary-terms.xml4826(primary) msgid "live migration" msgstr "ライブマイグレーション" -#: ./doc/glossary/glossary-terms.xml4817(para) +#: ./doc/glossary/glossary-terms.xml4830(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.xml4824(glossterm) +#: ./doc/glossary/glossary-terms.xml4837(glossterm) msgid "load balancer" msgstr "負荷分散装置" -#: ./doc/glossary/glossary-terms.xml4827(para) +#: ./doc/glossary/glossary-terms.xml4840(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.xml4835(glossterm) -#: ./doc/glossary/glossary-terms.xml4837(primary) +#: ./doc/glossary/glossary-terms.xml4848(glossterm) +#: ./doc/glossary/glossary-terms.xml4850(primary) msgid "load balancing" msgstr "負荷分散" -#: ./doc/glossary/glossary-terms.xml4841(para) +#: ./doc/glossary/glossary-terms.xml4854(para) msgid "" "The process of spreading client requests between two or more nodes to " "improve performance and availability." msgstr "" -#: ./doc/glossary/glossary-terms.xml4847(glossterm) -#: ./doc/glossary/glossary-terms.xml4850(primary) +#: ./doc/glossary/glossary-terms.xml4860(glossterm) +#: ./doc/glossary/glossary-terms.xml4863(primary) msgid "Load-Balancer-as-a-Service (LBaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4854(para) +#: ./doc/glossary/glossary-terms.xml4867(para) msgid "" "Enables Networking to distribute incoming requests evenly between designated" " instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml4860(glossterm) -#: ./doc/glossary/glossary-terms.xml4862(primary) +#: ./doc/glossary/glossary-terms.xml4873(glossterm) +#: ./doc/glossary/glossary-terms.xml4875(primary) msgid "Logical Volume Manager (LVM)" msgstr "論理ボリュームマネージャー (LVM)" -#: ./doc/glossary/glossary-terms.xml4866(para) +#: ./doc/glossary/glossary-terms.xml4879(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.xml4876(title) +#: ./doc/glossary/glossary-terms.xml4889(title) msgid "M" msgstr "M" -#: ./doc/glossary/glossary-terms.xml4879(glossterm) -#: ./doc/glossary/glossary-terms.xml4881(primary) +#: ./doc/glossary/glossary-terms.xml4892(glossterm) +#: ./doc/glossary/glossary-terms.xml4894(primary) msgid "management API" msgstr "マネジメント API" -#: ./doc/glossary/glossary-terms.xml4887(para) +#: ./doc/glossary/glossary-terms.xml4900(para) msgid "Alternative term for an admin API." msgstr "管理 API(admin API)の別名。" -#: ./doc/glossary/glossary-terms.xml4892(glossterm) -#: ./doc/glossary/glossary-terms.xml4894(primary) +#: ./doc/glossary/glossary-terms.xml4905(glossterm) +#: ./doc/glossary/glossary-terms.xml4907(primary) msgid "management network" msgstr "管理ネットワーク" -#: ./doc/glossary/glossary-terms.xml4898(para) +#: ./doc/glossary/glossary-terms.xml4911(para) msgid "" "A network segment used for administration, not accessible to the public " "Internet." msgstr "" -#: ./doc/glossary/glossary-terms.xml4904(glossterm) -#: ./doc/glossary/glossary-terms.xml4906(primary) +#: ./doc/glossary/glossary-terms.xml4917(glossterm) +#: ./doc/glossary/glossary-terms.xml4919(primary) msgid "manager" msgstr "マネージャー" -#: ./doc/glossary/glossary-terms.xml4910(para) +#: ./doc/glossary/glossary-terms.xml4923(para) msgid "" "Logical groupings of related code, such as the Block Storage volume manager " "or network manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml4916(glossterm) +#: ./doc/glossary/glossary-terms.xml4929(glossterm) msgid "manifest" msgstr "マニフェスト" -#: ./doc/glossary/glossary-terms.xml4918(primary) -#: ./doc/glossary/glossary-terms.xml4937(primary) +#: ./doc/glossary/glossary-terms.xml4931(primary) +#: ./doc/glossary/glossary-terms.xml4950(primary) msgid "manifests" msgstr "マニフェスト" -#: ./doc/glossary/glossary-terms.xml4924(para) +#: ./doc/glossary/glossary-terms.xml4937(para) msgid "Used to track segments of a large object within Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml4930(glossterm) +#: ./doc/glossary/glossary-terms.xml4943(glossterm) msgid "manifest object" msgstr "マニフェストオブジェクト" -#: ./doc/glossary/glossary-terms.xml4934(secondary) -#: ./doc/glossary/glossary-terms.xml4939(secondary) +#: ./doc/glossary/glossary-terms.xml4947(secondary) +#: ./doc/glossary/glossary-terms.xml4952(secondary) msgid "manifest objects" msgstr "" -#: ./doc/glossary/glossary-terms.xml4943(para) +#: ./doc/glossary/glossary-terms.xml4956(para) msgid "" "A special Object Storage object that contains the manifest for a large " "object." msgstr "" -#: ./doc/glossary/glossary-terms.xml4949(glossterm) -#: ./doc/glossary/glossary-terms.xml4951(primary) +#: ./doc/glossary/glossary-terms.xml4962(glossterm) +#: ./doc/glossary/glossary-terms.xml4964(primary) msgid "marconi" msgstr "marconi" -#: ./doc/glossary/glossary-terms.xml4955(para) +#: ./doc/glossary/glossary-terms.xml4968(para) msgid "OpenStack project that provides a queue service to applications." msgstr "キューサービスをアプリケーションに提供する OpenStack のプロジェクト。" -#: ./doc/glossary/glossary-terms.xml4961(glossterm) +#: ./doc/glossary/glossary-terms.xml4974(glossterm) msgid "maximum transmission unit (MTU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4967(para) +#: ./doc/glossary/glossary-terms.xml4980(para) msgid "" "Maximum frame or packet size for a particular network medium. Typically 1500" " bytes for Ethernet networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4973(glossterm) -#: ./doc/glossary/glossary-terms.xml4975(primary) +#: ./doc/glossary/glossary-terms.xml4986(glossterm) +#: ./doc/glossary/glossary-terms.xml4988(primary) msgid "mechanism driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml4979(para) +#: ./doc/glossary/glossary-terms.xml4992(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.xml4988(glossterm) -#: ./doc/glossary/glossary-terms.xml4990(primary) +#: ./doc/glossary/glossary-terms.xml5001(glossterm) +#: ./doc/glossary/glossary-terms.xml5003(primary) msgid "melange" msgstr "melange" -#: ./doc/glossary/glossary-terms.xml4994(para) +#: ./doc/glossary/glossary-terms.xml5007(para) msgid "" "Project name for OpenStack Network Information Service. To be merged with " "Networking." msgstr "OpenStack Network Information Service のプロジェクト名。Networking と統合予定。" -#: ./doc/glossary/glossary-terms.xml5000(glossterm) -#: ./doc/glossary/glossary-terms.xml5002(primary) +#: ./doc/glossary/glossary-terms.xml5013(glossterm) +#: ./doc/glossary/glossary-terms.xml5015(primary) msgid "membership" msgstr "メンバーシップ" -#: ./doc/glossary/glossary-terms.xml5006(para) +#: ./doc/glossary/glossary-terms.xml5019(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.xml5012(glossterm) +#: ./doc/glossary/glossary-terms.xml5025(glossterm) msgid "membership list" msgstr "メンバーシップリスト" -#: ./doc/glossary/glossary-terms.xml5014(primary) +#: ./doc/glossary/glossary-terms.xml5027(primary) msgid "membership lists" msgstr "" -#: ./doc/glossary/glossary-terms.xml5024(glossterm) -#: ./doc/glossary/glossary-terms.xml5026(primary) +#: ./doc/glossary/glossary-terms.xml5037(glossterm) +#: ./doc/glossary/glossary-terms.xml5039(primary) msgid "memcached" msgstr "memcached" -#: ./doc/glossary/glossary-terms.xml5030(para) +#: ./doc/glossary/glossary-terms.xml5043(para) msgid "" "A distributed memory object caching system that is used by Object Storage " "for caching." msgstr "" -#: ./doc/glossary/glossary-terms.xml5036(glossterm) -#: ./doc/glossary/glossary-terms.xml5038(primary) +#: ./doc/glossary/glossary-terms.xml5049(glossterm) +#: ./doc/glossary/glossary-terms.xml5051(primary) msgid "memory overcommit" msgstr "メモリーオーバーコミット" -#: ./doc/glossary/glossary-terms.xml5042(para) +#: ./doc/glossary/glossary-terms.xml5055(para) msgid "" "The ability to start new VM instances based on the actual memory usage of a " "host, as opposed to basing the decision on the amount of RAM each running " "instance thinks it has available. Also known as RAM overcommit." msgstr "実行中の各インスタンスが利用可能と考えている RAM 量に基づく判断をベースにする代わりに、ホスト上の実際のメモリ使用量をベースにした、新しい VM インスタンスを起動する機能。" -#: ./doc/glossary/glossary-terms.xml5050(glossterm) +#: ./doc/glossary/glossary-terms.xml5063(glossterm) msgid "message broker" msgstr "メッセージブローカー" -#: ./doc/glossary/glossary-terms.xml5052(primary) +#: ./doc/glossary/glossary-terms.xml5065(primary) msgid "message brokers" msgstr "メッセージブローカー" -#: ./doc/glossary/glossary-terms.xml5056(para) +#: ./doc/glossary/glossary-terms.xml5069(para) msgid "" "The software package used to provide AMQP messaging capabilities within " "Compute. Default package is RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml5062(glossterm) -#: ./doc/glossary/glossary-terms.xml5064(primary) +#: ./doc/glossary/glossary-terms.xml5075(glossterm) +#: ./doc/glossary/glossary-terms.xml5077(primary) msgid "message bus" msgstr "メッセージバス" -#: ./doc/glossary/glossary-terms.xml5068(para) +#: ./doc/glossary/glossary-terms.xml5081(para) msgid "" "The main virtual communication line used by all AMQP messages for inter-" "cloud communications within Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5074(glossterm) -#: ./doc/glossary/glossary-terms.xml5076(primary) +#: ./doc/glossary/glossary-terms.xml5087(glossterm) +#: ./doc/glossary/glossary-terms.xml5089(primary) msgid "message queue" msgstr "メッセージキュー" -#: ./doc/glossary/glossary-terms.xml5080(para) +#: ./doc/glossary/glossary-terms.xml5093(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.xml5086(glossterm) -#: ./doc/glossary/glossary-terms.xml5088(primary) +#: ./doc/glossary/glossary-terms.xml5099(glossterm) +#: ./doc/glossary/glossary-terms.xml5101(primary) msgid "Metadata agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml5092(para) +#: ./doc/glossary/glossary-terms.xml5105(para) msgid "" "OpenStack Networking agent that provides metadata services for instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml5098(glossterm) -#: ./doc/glossary/glossary-terms.xml5100(primary) +#: ./doc/glossary/glossary-terms.xml5111(glossterm) +#: ./doc/glossary/glossary-terms.xml5113(primary) msgid "Meta-Data Server (MDS)" msgstr "Meta-Data Server (MDS)" -#: ./doc/glossary/glossary-terms.xml5104(para) +#: ./doc/glossary/glossary-terms.xml5117(para) msgid "Stores CephFS metadata." msgstr "CephFS メタデータを格納する。" -#: ./doc/glossary/glossary-terms.xml5109(glossterm) -#: ./doc/glossary/glossary-terms.xml5111(primary) +#: ./doc/glossary/glossary-terms.xml5122(glossterm) +#: ./doc/glossary/glossary-terms.xml5124(primary) msgid "migration" msgstr "マイグレーション" -#: ./doc/glossary/glossary-terms.xml5115(para) +#: ./doc/glossary/glossary-terms.xml5128(para) msgid "The process of moving a VM instance from one host to another." msgstr "VM インスタンスをあるホストから別のホストに移動させる処理。" -#: ./doc/glossary/glossary-terms.xml5121(glossterm) -#: ./doc/glossary/glossary-terms.xml5123(primary) +#: ./doc/glossary/glossary-terms.xml5134(glossterm) +#: ./doc/glossary/glossary-terms.xml5136(primary) msgid "multi-host" msgstr "" -#: ./doc/glossary/glossary-terms.xml5127(para) +#: ./doc/glossary/glossary-terms.xml5140(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 " @@ -4816,593 +4827,605 @@ msgid "" "nodes." msgstr "" -#: ./doc/glossary/glossary-terms.xml5135(glossterm) +#: ./doc/glossary/glossary-terms.xml5148(glossterm) msgid "multinic" msgstr "マルチ NIC" -#: ./doc/glossary/glossary-terms.xml5138(para) +#: ./doc/glossary/glossary-terms.xml5151(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.xml5144(glossterm) -#: ./doc/glossary/glossary-terms.xml5147(primary) +#: ./doc/glossary/glossary-terms.xml5157(glossterm) +#: ./doc/glossary/glossary-terms.xml5160(primary) msgid "Modular Layer 2 (ML2) neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml5151(para) +#: ./doc/glossary/glossary-terms.xml5164(para) msgid "" "Can concurrently use multiple layer-2 networking technologies, such as " "802.1Q and VXLAN, in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5157(glossterm) -#: ./doc/glossary/glossary-terms.xml5159(primary) +#: ./doc/glossary/glossary-terms.xml5170(glossterm) +#: ./doc/glossary/glossary-terms.xml5172(primary) msgid "Monitor (LBaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5163(para) +#: ./doc/glossary/glossary-terms.xml5176(para) msgid "" "LBaaS feature that provides availability monitoring using the " "ping command, TCP, and HTTP/HTTPS GET." msgstr "" -#: ./doc/glossary/glossary-terms.xml5169(glossterm) -#: ./doc/glossary/glossary-terms.xml5171(primary) +#: ./doc/glossary/glossary-terms.xml5182(glossterm) +#: ./doc/glossary/glossary-terms.xml5184(primary) msgid "Monitor (Mon)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5175(para) +#: ./doc/glossary/glossary-terms.xml5188(para) msgid "" "A Ceph component that communicates with external clients, checks data state " "and consistency, and performs quorum functions." msgstr "" -#: ./doc/glossary/glossary-terms.xml5181(glossterm) -#: ./doc/glossary/glossary-terms.xml5183(primary) +#: ./doc/glossary/glossary-terms.xml5194(glossterm) +#: ./doc/glossary/glossary-terms.xml5196(primary) msgid "multi-factor authentication" msgstr "" -#: ./doc/glossary/glossary-terms.xml5187(para) +#: ./doc/glossary/glossary-terms.xml5200(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.xml5194(glossterm) -#: ./doc/glossary/glossary-terms.xml5196(primary) +#: ./doc/glossary/glossary-terms.xml5207(glossterm) +#: ./doc/glossary/glossary-terms.xml5209(primary) msgid "MultiNic" msgstr "MultiNic" -#: ./doc/glossary/glossary-terms.xml5200(para) +#: ./doc/glossary/glossary-terms.xml5213(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.xml5209(title) +#: ./doc/glossary/glossary-terms.xml5222(title) msgid "N" msgstr "N" -#: ./doc/glossary/glossary-terms.xml5212(glossterm) -#: ./doc/glossary/glossary-terms.xml5214(primary) +#: ./doc/glossary/glossary-terms.xml5225(glossterm) +#: ./doc/glossary/glossary-terms.xml5227(primary) msgid "Nebula" msgstr "Nebula" -#: ./doc/glossary/glossary-terms.xml5218(para) +#: ./doc/glossary/glossary-terms.xml5231(para) msgid "Released as open source by NASA in 2010 and is the basis for Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5224(glossterm) -#: ./doc/glossary/glossary-terms.xml5226(primary) +#: ./doc/glossary/glossary-terms.xml5237(glossterm) +#: ./doc/glossary/glossary-terms.xml5239(primary) msgid "netadmin" msgstr "netadmin" -#: ./doc/glossary/glossary-terms.xml5230(para) +#: ./doc/glossary/glossary-terms.xml5243(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.xml5237(glossterm) -#: ./doc/glossary/glossary-terms.xml5239(primary) +#: ./doc/glossary/glossary-terms.xml5250(glossterm) +#: ./doc/glossary/glossary-terms.xml5252(primary) msgid "NetApp volume driver" msgstr "NetApp ボリュームドライバー" -#: ./doc/glossary/glossary-terms.xml5243(para) +#: ./doc/glossary/glossary-terms.xml5256(para) msgid "" "Enables Compute to communicate with NetApp storage devices through the " "NetApp OnCommand Provisioning " "Manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml5250(glossterm) +#: ./doc/glossary/glossary-terms.xml5263(glossterm) msgid "network" msgstr "Network" -#: ./doc/glossary/glossary-terms.xml5258(para) +#: ./doc/glossary/glossary-terms.xml5271(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.xml5266(glossterm) -#: ./doc/glossary/glossary-terms.xml5270(secondary) +#: ./doc/glossary/glossary-terms.xml5279(glossterm) +#: ./doc/glossary/glossary-terms.xml5283(secondary) msgid "Network Address Translation (NAT)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5274(para) +#: ./doc/glossary/glossary-terms.xml5287(para) msgid "" "The process of modifying IP address information while in transit. Supported " "by Compute and Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5280(glossterm) +#: ./doc/glossary/glossary-terms.xml5293(glossterm) msgid "network controller" msgstr "" -#: ./doc/glossary/glossary-terms.xml5284(secondary) +#: ./doc/glossary/glossary-terms.xml5297(secondary) msgid "network controllers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5288(para) +#: ./doc/glossary/glossary-terms.xml5301(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.xml5295(glossterm) -#: ./doc/glossary/glossary-terms.xml5299(secondary) +#: ./doc/glossary/glossary-terms.xml5308(glossterm) +#: ./doc/glossary/glossary-terms.xml5312(secondary) msgid "Network File System (NFS)" msgstr "Network File System (NFS)" -#: ./doc/glossary/glossary-terms.xml5303(para) +#: ./doc/glossary/glossary-terms.xml5316(para) msgid "" "A method for making file systems available over the network. Supported by " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml5309(glossterm) +#: ./doc/glossary/glossary-terms.xml5322(glossterm) msgid "network ID" msgstr "ネットワーク ID" -#: ./doc/glossary/glossary-terms.xml5313(secondary) +#: ./doc/glossary/glossary-terms.xml5326(secondary) msgid "network IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml5317(para) +#: ./doc/glossary/glossary-terms.xml5330(para) msgid "" "Unique ID assigned to each network segment within Networking. Same as " "network UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml5323(glossterm) +#: ./doc/glossary/glossary-terms.xml5336(glossterm) msgid "network manager" msgstr "ネットワークマネージャー" -#: ./doc/glossary/glossary-terms.xml5327(secondary) +#: ./doc/glossary/glossary-terms.xml5340(secondary) msgid "network managers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5331(para) +#: ./doc/glossary/glossary-terms.xml5344(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.xml5337(glossterm) +#: ./doc/glossary/glossary-terms.xml5350(glossterm) msgid "network node" msgstr "ネットワークノード" -#: ./doc/glossary/glossary-terms.xml5341(secondary) +#: ./doc/glossary/glossary-terms.xml5354(secondary) msgid "network nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml5345(para) +#: ./doc/glossary/glossary-terms.xml5358(para) msgid "Any compute node that runs the network worker daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml5350(glossterm) +#: ./doc/glossary/glossary-terms.xml5363(glossterm) msgid "network segment" msgstr "ネットワークセグメント" -#: ./doc/glossary/glossary-terms.xml5354(secondary) +#: ./doc/glossary/glossary-terms.xml5367(secondary) msgid "network segments" msgstr "" -#: ./doc/glossary/glossary-terms.xml5358(para) +#: ./doc/glossary/glossary-terms.xml5371(para) msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5364(glossterm) -#: ./doc/glossary/glossary-terms.xml5368(secondary) +#: ./doc/glossary/glossary-terms.xml5377(glossterm) +#: ./doc/glossary/glossary-terms.xml5381(secondary) msgid "Network Time Protocol (NTP)" msgstr "Network Time Protocol (NTP)" -#: ./doc/glossary/glossary-terms.xml5372(para) +#: ./doc/glossary/glossary-terms.xml5385(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.xml5378(glossterm) -#: ./doc/glossary/glossary-terms.xml5382(secondary) +#: ./doc/glossary/glossary-terms.xml5391(glossterm) +#: ./doc/glossary/glossary-terms.xml5395(secondary) msgid "network UUID" msgstr "ネットワーク UUID" -#: ./doc/glossary/glossary-terms.xml5386(para) +#: ./doc/glossary/glossary-terms.xml5399(para) msgid "" "Unique ID for a Networking network segment." msgstr "" -#: ./doc/glossary/glossary-terms.xml5392(glossterm) +#: ./doc/glossary/glossary-terms.xml5405(glossterm) msgid "network worker" msgstr "ネットワークワーカー" -#: ./doc/glossary/glossary-terms.xml5396(secondary) +#: ./doc/glossary/glossary-terms.xml5409(secondary) msgid "network workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5400(para) +#: ./doc/glossary/glossary-terms.xml5413(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.xml5407(glossterm) +#: ./doc/glossary/glossary-terms.xml5420(glossterm) msgid "Networking" msgstr "ネットワーク" -#: ./doc/glossary/glossary-terms.xml5410(para) +#: ./doc/glossary/glossary-terms.xml5423(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.xml5417(glossterm) -#: ./doc/glossary/glossary-terms.xml5419(primary) -#: ./doc/glossary/glossary-terms.xml5442(secondary) +#: ./doc/glossary/glossary-terms.xml5430(glossterm) +#: ./doc/glossary/glossary-terms.xml5432(primary) +#: ./doc/glossary/glossary-terms.xml5455(secondary) msgid "Networking API" msgstr "Networking API" -#: ./doc/glossary/glossary-terms.xml5423(para) +#: ./doc/glossary/glossary-terms.xml5436(para) msgid "" "API used to access OpenStack Networking. Provides an extensible architecture" " to enable custom plug-in creation." msgstr "OpenStack Networking にアクセスするために利用する API。独自プラグインを作成できる拡張性を持ったアーキテクチャーになっている。" -#: ./doc/glossary/glossary-terms.xml5429(glossterm) -#: ./doc/glossary/glossary-terms.xml5440(primary) +#: ./doc/glossary/glossary-terms.xml5442(glossterm) #: ./doc/glossary/glossary-terms.xml5453(primary) -#: ./doc/glossary/glossary-terms.xml5467(primary) +#: ./doc/glossary/glossary-terms.xml5466(primary) +#: ./doc/glossary/glossary-terms.xml5480(primary) msgid "neutron" msgstr "neutron" -#: ./doc/glossary/glossary-terms.xml5432(para) +#: ./doc/glossary/glossary-terms.xml5445(para) msgid "" "A core OpenStack project that provides a network connectivity abstraction " "layer to OpenStack Compute." msgstr "OpenStack のコアプロジェクトで、OpenStack Compute に対してネットワーク接続の抽象化レイヤーを提供する。" -#: ./doc/glossary/glossary-terms.xml5438(glossterm) +#: ./doc/glossary/glossary-terms.xml5451(glossterm) msgid "neutron API" msgstr "neutron API" -#: ./doc/glossary/glossary-terms.xml5446(para) +#: ./doc/glossary/glossary-terms.xml5459(para) msgid "An alternative name for Networking API." msgstr "Networking API の別名。" -#: ./doc/glossary/glossary-terms.xml5451(glossterm) -#: ./doc/glossary/glossary-terms.xml5455(secondary) +#: ./doc/glossary/glossary-terms.xml5464(glossterm) +#: ./doc/glossary/glossary-terms.xml5468(secondary) msgid "neutron manager" msgstr "neutron マネージャー" -#: ./doc/glossary/glossary-terms.xml5459(para) +#: ./doc/glossary/glossary-terms.xml5472(para) msgid "" "Enables Compute and Networking integration, which enables Networking to " "perform network management for guest VMs." msgstr "" -#: ./doc/glossary/glossary-terms.xml5465(glossterm) -#: ./doc/glossary/glossary-terms.xml5469(secondary) +#: ./doc/glossary/glossary-terms.xml5478(glossterm) +#: ./doc/glossary/glossary-terms.xml5482(secondary) msgid "neutron plug-in" msgstr "neutron プラグイン" -#: ./doc/glossary/glossary-terms.xml5473(para) +#: ./doc/glossary/glossary-terms.xml5486(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.xml5480(glossterm) -#: ./doc/glossary/glossary-terms.xml5482(primary) +#: ./doc/glossary/glossary-terms.xml5493(glossterm) +#: ./doc/glossary/glossary-terms.xml5495(primary) msgid "Nexenta volume driver" msgstr "Nexenta ボリュームドライバー" -#: ./doc/glossary/glossary-terms.xml5486(para) +#: ./doc/glossary/glossary-terms.xml5499(para) msgid "Provides support for NexentaStor devices in Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5491(glossterm) -#: ./doc/glossary/glossary-terms.xml5493(primary) +#: ./doc/glossary/glossary-terms.xml5504(glossterm) +#: ./doc/glossary/glossary-terms.xml5506(primary) msgid "No ACK" msgstr "" -#: ./doc/glossary/glossary-terms.xml5497(para) +#: ./doc/glossary/glossary-terms.xml5510(para) msgid "" "Disables server-side message acknowledgment in the Compute RabbitMQ. " "Increases performance but decreases reliability." msgstr "" -#: ./doc/glossary/glossary-terms.xml5503(glossterm) +#: ./doc/glossary/glossary-terms.xml5516(glossterm) msgid "node" msgstr "node" -#: ./doc/glossary/glossary-terms.xml5505(primary) -#: ./doc/glossary/glossary-terms.xml6307(primary) -#: ./doc/glossary/glossary-terms.xml7639(primary) -#: ./doc/glossary/glossary-terms.xml7839(primary) +#: ./doc/glossary/glossary-terms.xml5518(primary) +#: ./doc/glossary/glossary-terms.xml6334(primary) +#: ./doc/glossary/glossary-terms.xml7666(primary) +#: ./doc/glossary/glossary-terms.xml7866(primary) msgid "nodes" msgstr "ノード" -#: ./doc/glossary/glossary-terms.xml5511(para) +#: ./doc/glossary/glossary-terms.xml5524(para) msgid "A VM instance that runs on a host." msgstr "ホストで動作する仮想マシンインスタンス。" -#: ./doc/glossary/glossary-terms.xml5516(glossterm) +#: ./doc/glossary/glossary-terms.xml5529(glossterm) msgid "non-durable exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml5518(primary) -#: ./doc/glossary/glossary-terms.xml5535(primary) -#: ./doc/glossary/glossary-terms.xml6029(primary) -#: ./doc/glossary/glossary-terms.xml8102(primary) +#: ./doc/glossary/glossary-terms.xml5531(primary) +#: ./doc/glossary/glossary-terms.xml5548(primary) +#: ./doc/glossary/glossary-terms.xml6056(primary) +#: ./doc/glossary/glossary-terms.xml8129(primary) msgid "messages" msgstr "メッセージ" -#: ./doc/glossary/glossary-terms.xml5520(secondary) -#: ./doc/glossary/glossary-terms.xml5523(primary) -#: ./doc/glossary/glossary-terms.xml8082(see) +#: ./doc/glossary/glossary-terms.xml5533(secondary) +#: ./doc/glossary/glossary-terms.xml5536(primary) +#: ./doc/glossary/glossary-terms.xml8109(see) msgid "non-durable exchanges" msgstr "" -#: ./doc/glossary/glossary-terms.xml5527(para) +#: ./doc/glossary/glossary-terms.xml5540(para) msgid "" "Message exchange that is cleared when the service restarts. Its data is not " "written to persistent storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml5533(glossterm) -#: ./doc/glossary/glossary-terms.xml5540(primary) +#: ./doc/glossary/glossary-terms.xml5546(glossterm) +#: ./doc/glossary/glossary-terms.xml5553(primary) msgid "non-durable queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml5537(secondary) +#: ./doc/glossary/glossary-terms.xml5550(secondary) msgid "non-durable queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml5544(para) +#: ./doc/glossary/glossary-terms.xml5557(para) msgid "" "Message queue that is cleared when the service restarts. Its data is not " "written to persistent storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml5550(glossterm) -#: ./doc/glossary/glossary-terms.xml5552(primary) +#: ./doc/glossary/glossary-terms.xml5563(glossterm) +#: ./doc/glossary/glossary-terms.xml5565(primary) msgid "non-persistent volume" msgstr "非永続ボリューム" -#: ./doc/glossary/glossary-terms.xml5558(para) +#: ./doc/glossary/glossary-terms.xml5571(para) msgid "Alternative term for an ephemeral volume." msgstr "エフェメラルボリュームの別名。" -#: ./doc/glossary/glossary-terms.xml5563(glossterm) -#: ./doc/glossary/glossary-terms.xml5573(primary) -#: ./doc/glossary/glossary-terms.xml5586(primary) +#: ./doc/glossary/glossary-terms.xml5576(glossterm) +#: ./doc/glossary/glossary-terms.xml5578(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5582(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.xml5590(glossterm) +#: ./doc/glossary/glossary-terms.xml5600(primary) +#: ./doc/glossary/glossary-terms.xml5613(primary) msgid "nova" msgstr "nova" -#: ./doc/glossary/glossary-terms.xml5566(para) +#: ./doc/glossary/glossary-terms.xml5593(para) msgid "OpenStack project that provides compute services." msgstr "" -#: ./doc/glossary/glossary-terms.xml5571(glossterm) +#: ./doc/glossary/glossary-terms.xml5598(glossterm) msgid "Nova API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5579(para) +#: ./doc/glossary/glossary-terms.xml5606(para) msgid "Alternative term for the Compute API." msgstr "Compute API の別名。" -#: ./doc/glossary/glossary-terms.xml5584(glossterm) -#: ./doc/glossary/glossary-terms.xml5588(secondary) +#: ./doc/glossary/glossary-terms.xml5611(glossterm) +#: ./doc/glossary/glossary-terms.xml5615(secondary) msgid "nova-network" msgstr "nova-network" -#: ./doc/glossary/glossary-terms.xml5592(para) +#: ./doc/glossary/glossary-terms.xml5619(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.xml5602(title) +#: ./doc/glossary/glossary-terms.xml5629(title) msgid "O" msgstr "O" -#: ./doc/glossary/glossary-terms.xml5605(glossterm) +#: ./doc/glossary/glossary-terms.xml5632(glossterm) msgid "object" msgstr "オブジェクト" -#: ./doc/glossary/glossary-terms.xml5613(para) +#: ./doc/glossary/glossary-terms.xml5640(para) msgid "A BLOB of data held by Object Storage; can be in any format." msgstr "" -#: ./doc/glossary/glossary-terms.xml5619(glossterm) +#: ./doc/glossary/glossary-terms.xml5646(glossterm) msgid "object auditor" msgstr "オブジェクトオーディター" -#: ./doc/glossary/glossary-terms.xml5623(secondary) +#: ./doc/glossary/glossary-terms.xml5650(secondary) msgid "object auditors" msgstr "" -#: ./doc/glossary/glossary-terms.xml5627(para) +#: ./doc/glossary/glossary-terms.xml5654(para) msgid "" "Opens all objects for an object server and verifies the MD5 hash, size, and " "metadata for each object." msgstr "あるオブジェクトサーバー用の全オブジェクトを開き、各オブジェクトの MD5 ハッシュ、サイズ、メタデータを検証する。" -#: ./doc/glossary/glossary-terms.xml5633(glossterm) -#: ./doc/glossary/glossary-terms.xml5637(secondary) +#: ./doc/glossary/glossary-terms.xml5660(glossterm) +#: ./doc/glossary/glossary-terms.xml5664(secondary) msgid "object expiration" msgstr "オブジェクト有効期限" -#: ./doc/glossary/glossary-terms.xml5641(para) +#: ./doc/glossary/glossary-terms.xml5668(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.xml5648(glossterm) -#: ./doc/glossary/glossary-terms.xml5652(secondary) +#: ./doc/glossary/glossary-terms.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5679(secondary) msgid "object hash" msgstr "オブジェクトハッシュ" -#: ./doc/glossary/glossary-terms.xml5656(para) +#: ./doc/glossary/glossary-terms.xml5683(para) msgid "Uniquely ID for an Object Storage object." msgstr "" -#: ./doc/glossary/glossary-terms.xml5661(glossterm) -#: ./doc/glossary/glossary-terms.xml5665(secondary) +#: ./doc/glossary/glossary-terms.xml5688(glossterm) +#: ./doc/glossary/glossary-terms.xml5692(secondary) msgid "object path hash" msgstr "オブジェクトパスハッシュ" -#: ./doc/glossary/glossary-terms.xml5669(para) +#: ./doc/glossary/glossary-terms.xml5696(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.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5702(glossterm) msgid "object replicator" msgstr "オブジェクトレプリケーター" -#: ./doc/glossary/glossary-terms.xml5679(secondary) +#: ./doc/glossary/glossary-terms.xml5706(secondary) msgid "object replicators" msgstr "" -#: ./doc/glossary/glossary-terms.xml5683(para) +#: ./doc/glossary/glossary-terms.xml5710(para) msgid "" "An Object Storage component that copies an object to remote partitions for " "fault tolerance." msgstr "" -#: ./doc/glossary/glossary-terms.xml5689(glossterm) +#: ./doc/glossary/glossary-terms.xml5716(glossterm) msgid "object server" msgstr "オブジェクトサーバー" -#: ./doc/glossary/glossary-terms.xml5693(secondary) +#: ./doc/glossary/glossary-terms.xml5720(secondary) msgid "object servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5697(para) +#: ./doc/glossary/glossary-terms.xml5724(para) msgid "An Object Storage component that is responsible for managing objects." msgstr "" -#: ./doc/glossary/glossary-terms.xml5703(glossterm) -#: ./doc/glossary/glossary-terms.xml5720(primary) -#: ./doc/glossary/glossary-terms.xml5733(primary) +#: ./doc/glossary/glossary-terms.xml5730(glossterm) +#: ./doc/glossary/glossary-terms.xml5747(primary) +#: ./doc/glossary/glossary-terms.xml5760(primary) msgid "Object Storage" msgstr "オブジェクトストレージ" -#: ./doc/glossary/glossary-terms.xml5706(para) +#: ./doc/glossary/glossary-terms.xml5733(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.xml5713(glossterm) -#: ./doc/glossary/glossary-terms.xml5717(secondary) -#: ./doc/glossary/glossary-terms.xml5722(secondary) +#: ./doc/glossary/glossary-terms.xml5740(glossterm) +#: ./doc/glossary/glossary-terms.xml5744(secondary) +#: ./doc/glossary/glossary-terms.xml5749(secondary) msgid "Object Storage API" msgstr "Object Storage API" -#: ./doc/glossary/glossary-terms.xml5715(primary) -#: ./doc/glossary/glossary-terms.xml7783(glossterm) -#: ./doc/glossary/glossary-terms.xml7806(primary) -#: ./doc/glossary/glossary-terms.xml7820(primary) -#: ./doc/glossary/glossary-terms.xml7844(primary) +#: ./doc/glossary/glossary-terms.xml5742(primary) +#: ./doc/glossary/glossary-terms.xml7810(glossterm) +#: ./doc/glossary/glossary-terms.xml7833(primary) +#: ./doc/glossary/glossary-terms.xml7847(primary) +#: ./doc/glossary/glossary-terms.xml7871(primary) msgid "swift" msgstr "swift" -#: ./doc/glossary/glossary-terms.xml5726(para) +#: ./doc/glossary/glossary-terms.xml5753(para) msgid "API used to access OpenStack Object Storage." msgstr "OpenStack Object Storage にアクセスするために使用する API。" -#: ./doc/glossary/glossary-terms.xml5731(glossterm) -#: ./doc/glossary/glossary-terms.xml5735(secondary) +#: ./doc/glossary/glossary-terms.xml5758(glossterm) +#: ./doc/glossary/glossary-terms.xml5762(secondary) msgid "Object Storage Device (OSD)" msgstr "Object Storage Device (OSD)" -#: ./doc/glossary/glossary-terms.xml5739(para) +#: ./doc/glossary/glossary-terms.xml5766(para) msgid "The Ceph storage daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml5744(glossterm) -#: ./doc/glossary/glossary-terms.xml5748(secondary) +#: ./doc/glossary/glossary-terms.xml5771(glossterm) +#: ./doc/glossary/glossary-terms.xml5775(secondary) msgid "object versioning" msgstr "オブジェクトバージョニング" -#: ./doc/glossary/glossary-terms.xml5752(para) +#: ./doc/glossary/glossary-terms.xml5779(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.xml5758(glossterm) -#: ./doc/glossary/glossary-terms.xml5760(primary) +#: ./doc/glossary/glossary-terms.xml5785(glossterm) +#: ./doc/glossary/glossary-terms.xml5787(primary) msgid "Oldie" msgstr "Oldie" -#: ./doc/glossary/glossary-terms.xml5764(para) +#: ./doc/glossary/glossary-terms.xml5791(para) msgid "" "Term for an Object Storage process that runs for a long time. Can indicate a" " hung process." msgstr "" -#: ./doc/glossary/glossary-terms.xml5770(glossterm) -#: ./doc/glossary/glossary-terms.xml5773(primary) +#: ./doc/glossary/glossary-terms.xml5797(glossterm) +#: ./doc/glossary/glossary-terms.xml5800(primary) msgid "Open Cloud Computing Interface (OCCI)" msgstr "Open Cloud Computing Interface (OCCI)" -#: ./doc/glossary/glossary-terms.xml5777(para) +#: ./doc/glossary/glossary-terms.xml5804(para) msgid "" "A standardized interface for managing compute, data, and network resources, " "currently unsupported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml5783(glossterm) -#: ./doc/glossary/glossary-terms.xml5785(primary) +#: ./doc/glossary/glossary-terms.xml5810(glossterm) +#: ./doc/glossary/glossary-terms.xml5812(primary) msgid "Open Virtualization Format (OVF)" msgstr "Open Virtualization Format (OVF)" -#: ./doc/glossary/glossary-terms.xml5789(para) +#: ./doc/glossary/glossary-terms.xml5816(para) msgid "Standard for packaging VM images. Supported in OpenStack." msgstr "仮想マシンイメージのパッケージ化の標準。OpenStack でサポートされる。" -#: ./doc/glossary/glossary-terms.xml5794(glossterm) -#: ./doc/glossary/glossary-terms.xml5796(primary) -#: ./doc/glossary/glossary-terms.xml5814(primary) +#: ./doc/glossary/glossary-terms.xml5821(glossterm) +#: ./doc/glossary/glossary-terms.xml5823(primary) +#: ./doc/glossary/glossary-terms.xml5841(primary) msgid "Open vSwitch" msgstr "Open vSwitch" -#: ./doc/glossary/glossary-terms.xml5800(para) +#: ./doc/glossary/glossary-terms.xml5827(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 " @@ -5411,31 +5434,31 @@ msgid "" "SPAN, RSPAN, CLI, LACP, 802.1ag)." msgstr "" -#: ./doc/glossary/glossary-terms.xml5812(glossterm) +#: ./doc/glossary/glossary-terms.xml5839(glossterm) msgid "Open vSwitch neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml5820(para) +#: ./doc/glossary/glossary-terms.xml5847(para) msgid "Provides support for Open vSwitch in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5825(glossterm) -#: ./doc/glossary/glossary-terms.xml5827(primary) +#: ./doc/glossary/glossary-terms.xml5852(glossterm) +#: ./doc/glossary/glossary-terms.xml5854(primary) msgid "OpenLDAP" msgstr "OpenLDAP" -#: ./doc/glossary/glossary-terms.xml5831(para) +#: ./doc/glossary/glossary-terms.xml5858(para) msgid "" "An open source LDAP server. Supported by both Compute and Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml5837(glossterm) -#: ./doc/glossary/glossary-terms.xml5839(primary) -#: ./doc/glossary/glossary-terms.xml5857(primary) +#: ./doc/glossary/glossary-terms.xml5864(glossterm) +#: ./doc/glossary/glossary-terms.xml5866(primary) +#: ./doc/glossary/glossary-terms.xml5884(primary) msgid "OpenStack" msgstr "OpenStack" -#: ./doc/glossary/glossary-terms.xml5845(para) +#: ./doc/glossary/glossary-terms.xml5872(para) msgid "" "OpenStack is a cloud operating system that controls large pools of compute, " "storage, and networking resources throughout a data center, all managed " @@ -5444,15 +5467,15 @@ msgid "" "source project licensed under the Apache License 2.0." msgstr "" -#: ./doc/glossary/glossary-terms.xml5855(glossterm) +#: ./doc/glossary/glossary-terms.xml5882(glossterm) msgid "OpenStack code name" msgstr "" -#: ./doc/glossary/glossary-terms.xml5858(secondary) +#: ./doc/glossary/glossary-terms.xml5885(secondary) msgid "code name" msgstr "コード名" -#: ./doc/glossary/glossary-terms.xml5862(para) +#: ./doc/glossary/glossary-terms.xml5889(para) msgid "" "Each OpenStack release has a code name. Code names ascend in alphabetical " "order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, " @@ -5462,179 +5485,179 @@ msgid "" "especially cool. Code names are chosen by popular vote." msgstr "" -#: ./doc/glossary/glossary-terms.xml5876(glossterm) -#: ./doc/glossary/glossary-terms.xml5878(primary) +#: ./doc/glossary/glossary-terms.xml5903(glossterm) +#: ./doc/glossary/glossary-terms.xml5905(primary) msgid "openSUSE" msgstr "openSUSE" -#: ./doc/glossary/glossary-terms.xml5887(glossterm) -#: ./doc/glossary/glossary-terms.xml5889(primary) +#: ./doc/glossary/glossary-terms.xml5914(glossterm) +#: ./doc/glossary/glossary-terms.xml5916(primary) msgid "operator" msgstr "運用者" -#: ./doc/glossary/glossary-terms.xml5893(para) +#: ./doc/glossary/glossary-terms.xml5920(para) msgid "" "The person responsible for planning and maintaining an OpenStack " "installation." msgstr "OpenStack インストールを計画し、管理する責任者。" -#: ./doc/glossary/glossary-terms.xml5899(glossterm) -#: ./doc/glossary/glossary-terms.xml5901(primary) +#: ./doc/glossary/glossary-terms.xml5926(glossterm) +#: ./doc/glossary/glossary-terms.xml5928(primary) msgid "Orchestration" msgstr "Orchestration" -#: ./doc/glossary/glossary-terms.xml5905(para) +#: ./doc/glossary/glossary-terms.xml5932(para) msgid "" "An integrated project that orchestrates multiple cloud applications for " "OpenStack. The project name of Orchestration is heat." msgstr "" -#: ./doc/glossary/glossary-terms.xml5912(glossterm) +#: ./doc/glossary/glossary-terms.xml5939(glossterm) msgid "orphan" msgstr "orphan" -#: ./doc/glossary/glossary-terms.xml5914(primary) +#: ./doc/glossary/glossary-terms.xml5941(primary) msgid "orphans" msgstr "" -#: ./doc/glossary/glossary-terms.xml5918(para) +#: ./doc/glossary/glossary-terms.xml5945(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.xml5927(title) +#: ./doc/glossary/glossary-terms.xml5954(title) msgid "P" msgstr "P" -#: ./doc/glossary/glossary-terms.xml5930(glossterm) +#: ./doc/glossary/glossary-terms.xml5957(glossterm) msgid "parent cell" msgstr "親セル" -#: ./doc/glossary/glossary-terms.xml5934(secondary) -#: ./doc/glossary/glossary-terms.xml5937(primary) +#: ./doc/glossary/glossary-terms.xml5961(secondary) +#: ./doc/glossary/glossary-terms.xml5964(primary) msgid "parent cells" msgstr "親セル" -#: ./doc/glossary/glossary-terms.xml5941(para) +#: ./doc/glossary/glossary-terms.xml5968(para) msgid "" "If a requested resource, such as CPU time, disk storage, or memory, is not " "available in the parent cell, the request is forwarded to associated child " "cells." msgstr "要求されたリソース(CPU時間、ディスクストレージ、メモリ)が親セルで利用不可の場合、そのリクエストは紐付けられた子セルに転送される。" -#: ./doc/glossary/glossary-terms.xml5948(glossterm) +#: ./doc/glossary/glossary-terms.xml5975(glossterm) msgid "partition" msgstr "パーティション" -#: ./doc/glossary/glossary-terms.xml5950(primary) -#: ./doc/glossary/glossary-terms.xml5965(primary) -#: ./doc/glossary/glossary-terms.xml5979(primary) +#: ./doc/glossary/glossary-terms.xml5977(primary) +#: ./doc/glossary/glossary-terms.xml5992(primary) +#: ./doc/glossary/glossary-terms.xml6006(primary) msgid "partitions" msgstr "パーティション" -#: ./doc/glossary/glossary-terms.xml5956(para) +#: ./doc/glossary/glossary-terms.xml5983(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.xml5963(glossterm) -#: ./doc/glossary/glossary-terms.xml5967(secondary) +#: ./doc/glossary/glossary-terms.xml5990(glossterm) +#: ./doc/glossary/glossary-terms.xml5994(secondary) msgid "partition index" msgstr "パーティションインデックス" -#: ./doc/glossary/glossary-terms.xml5971(para) +#: ./doc/glossary/glossary-terms.xml5998(para) msgid "" "Contains the locations of all Object Storage partitions within the ring." msgstr "" -#: ./doc/glossary/glossary-terms.xml5977(glossterm) +#: ./doc/glossary/glossary-terms.xml6004(glossterm) msgid "partition shift value" msgstr "パーティションシフト値" -#: ./doc/glossary/glossary-terms.xml5981(secondary) +#: ./doc/glossary/glossary-terms.xml6008(secondary) msgid "partition index value" msgstr "" -#: ./doc/glossary/glossary-terms.xml5985(para) +#: ./doc/glossary/glossary-terms.xml6012(para) msgid "" "Used by Object Storage to determine which partition data should reside on." msgstr "" -#: ./doc/glossary/glossary-terms.xml5991(glossterm) +#: ./doc/glossary/glossary-terms.xml6018(glossterm) msgid "path MTU discovery (PMTUD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5997(para) +#: ./doc/glossary/glossary-terms.xml6024(para) msgid "" "Mechanism in IP networks to detect end-to-end MTU and adjust packet size " "accordingly." msgstr "" -#: ./doc/glossary/glossary-terms.xml6003(glossterm) -#: ./doc/glossary/glossary-terms.xml6005(primary) +#: ./doc/glossary/glossary-terms.xml6030(glossterm) +#: ./doc/glossary/glossary-terms.xml6032(primary) msgid "pause" msgstr "ポーズ" -#: ./doc/glossary/glossary-terms.xml6009(para) +#: ./doc/glossary/glossary-terms.xml6036(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.xml6015(glossterm) -#: ./doc/glossary/glossary-terms.xml6017(primary) +#: ./doc/glossary/glossary-terms.xml6042(glossterm) +#: ./doc/glossary/glossary-terms.xml6044(primary) msgid "PCI passthrough" msgstr "PCI パススルー" -#: ./doc/glossary/glossary-terms.xml6021(para) +#: ./doc/glossary/glossary-terms.xml6048(para) msgid "" "Gives guest VMs exclusive access to a PCI device. Currently supported in " "OpenStack Havana and later releases." msgstr "" -#: ./doc/glossary/glossary-terms.xml6027(glossterm) +#: ./doc/glossary/glossary-terms.xml6054(glossterm) msgid "persistent message" msgstr "" -#: ./doc/glossary/glossary-terms.xml6031(secondary) -#: ./doc/glossary/glossary-terms.xml6034(primary) +#: ./doc/glossary/glossary-terms.xml6058(secondary) +#: ./doc/glossary/glossary-terms.xml6061(primary) msgid "persistent messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml6038(para) +#: ./doc/glossary/glossary-terms.xml6065(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.xml6044(glossterm) -#: ./doc/glossary/glossary-terms.xml6046(primary) +#: ./doc/glossary/glossary-terms.xml6071(glossterm) +#: ./doc/glossary/glossary-terms.xml6073(primary) msgid "persistent volume" msgstr "永続ボリューム" -#: ./doc/glossary/glossary-terms.xml6050(para) +#: ./doc/glossary/glossary-terms.xml6077(para) msgid "Changes to these types of disk volumes are saved." msgstr "" -#: ./doc/glossary/glossary-terms.xml6055(glossterm) -#: ./doc/glossary/glossary-terms.xml6057(primary) +#: ./doc/glossary/glossary-terms.xml6082(glossterm) +#: ./doc/glossary/glossary-terms.xml6084(primary) msgid "personality file" msgstr "" -#: ./doc/glossary/glossary-terms.xml6061(para) +#: ./doc/glossary/glossary-terms.xml6088(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.xml6067(glossterm) -#: ./doc/glossary/glossary-terms.xml6069(primary) +#: ./doc/glossary/glossary-terms.xml6094(glossterm) +#: ./doc/glossary/glossary-terms.xml6096(primary) msgid "Platform-as-a-Service (PaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6073(para) +#: ./doc/glossary/glossary-terms.xml6100(para) msgid "" "Provides to the consumer the ability to deploy applications through a " "programming language or tools supported by the cloud platform provider. An " @@ -5642,37 +5665,37 @@ msgid "" "provided with no downloads required." msgstr "" -#: ./doc/glossary/glossary-terms.xml6082(glossterm) +#: ./doc/glossary/glossary-terms.xml6109(glossterm) msgid "plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml6084(primary) +#: ./doc/glossary/glossary-terms.xml6111(primary) msgid "plug-ins, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml6088(para) +#: ./doc/glossary/glossary-terms.xml6115(para) msgid "" "Software component providing the actual implementation for Networking APIs, " "or for Compute APIs, depending on the context." msgstr "" -#: ./doc/glossary/glossary-terms.xml6094(glossterm) -#: ./doc/glossary/glossary-terms.xml6096(primary) +#: ./doc/glossary/glossary-terms.xml6121(glossterm) +#: ./doc/glossary/glossary-terms.xml6123(primary) msgid "policy service" msgstr "ポリシーサービス" -#: ./doc/glossary/glossary-terms.xml6100(para) +#: ./doc/glossary/glossary-terms.xml6127(para) msgid "" "Component of Identity Service that provides a rule-management interface and " "a rule-based authorization engine." msgstr "" -#: ./doc/glossary/glossary-terms.xml6106(glossterm) -#: ./doc/glossary/glossary-terms.xml6108(primary) +#: ./doc/glossary/glossary-terms.xml6133(glossterm) +#: ./doc/glossary/glossary-terms.xml6135(primary) msgid "pool" msgstr "プール" -#: ./doc/glossary/glossary-terms.xml6112(para) +#: ./doc/glossary/glossary-terms.xml6139(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 " @@ -5680,89 +5703,89 @@ msgid "" "VIP address. Each VIP has one pool." msgstr "" -#: ./doc/glossary/glossary-terms.xml6121(glossterm) -#: ./doc/glossary/glossary-terms.xml6123(primary) +#: ./doc/glossary/glossary-terms.xml6148(glossterm) +#: ./doc/glossary/glossary-terms.xml6150(primary) msgid "pool member" msgstr "" -#: ./doc/glossary/glossary-terms.xml6127(para) +#: ./doc/glossary/glossary-terms.xml6154(para) msgid "" "An application that runs on the back-end server in a load-balancing system." msgstr "" -#: ./doc/glossary/glossary-terms.xml6133(glossterm) +#: ./doc/glossary/glossary-terms.xml6160(glossterm) msgid "port" msgstr "ポート" -#: ./doc/glossary/glossary-terms.xml6135(primary) -#: ./doc/glossary/glossary-terms.xml6149(primary) -#: ./doc/glossary/glossary-terms.xml8380(primary) +#: ./doc/glossary/glossary-terms.xml6162(primary) +#: ./doc/glossary/glossary-terms.xml6176(primary) +#: ./doc/glossary/glossary-terms.xml8421(primary) msgid "ports" msgstr "ポート" -#: ./doc/glossary/glossary-terms.xml6141(para) +#: ./doc/glossary/glossary-terms.xml6168(para) msgid "" "A virtual network port within Networking; VIFs / vNICs are connected to a " "port." msgstr "" -#: ./doc/glossary/glossary-terms.xml6147(glossterm) -#: ./doc/glossary/glossary-terms.xml6151(secondary) +#: ./doc/glossary/glossary-terms.xml6174(glossterm) +#: ./doc/glossary/glossary-terms.xml6178(secondary) msgid "port UUID" msgstr "ポート UUID" -#: ./doc/glossary/glossary-terms.xml6155(para) +#: ./doc/glossary/glossary-terms.xml6182(para) msgid "Unique ID for a Networking port." msgstr "Networking ポートのユニーク ID。" -#: ./doc/glossary/glossary-terms.xml6160(glossterm) +#: ./doc/glossary/glossary-terms.xml6187(glossterm) msgid "preseed" msgstr "preseed" -#: ./doc/glossary/glossary-terms.xml6162(primary) +#: ./doc/glossary/glossary-terms.xml6189(primary) msgid "preseed, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml6166(para) +#: ./doc/glossary/glossary-terms.xml6193(para) msgid "" "A tool to automate system configuration and installation on Debian-based " "Linux distributions." msgstr "" -#: ./doc/glossary/glossary-terms.xml6172(glossterm) -#: ./doc/glossary/glossary-terms.xml6174(primary) +#: ./doc/glossary/glossary-terms.xml6199(glossterm) +#: ./doc/glossary/glossary-terms.xml6201(primary) msgid "private image" msgstr "プライベートイメージ" -#: ./doc/glossary/glossary-terms.xml6178(para) +#: ./doc/glossary/glossary-terms.xml6205(para) msgid "An Image Service VM image that is only available to specified tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml6184(glossterm) -#: ./doc/glossary/glossary-terms.xml6191(primary) +#: ./doc/glossary/glossary-terms.xml6211(glossterm) +#: ./doc/glossary/glossary-terms.xml6218(primary) msgid "private IP address" msgstr "プライベート IP アドレス" -#: ./doc/glossary/glossary-terms.xml6188(secondary) +#: ./doc/glossary/glossary-terms.xml6215(secondary) msgid "private" msgstr "プライベート" -#: ./doc/glossary/glossary-terms.xml6195(para) +#: ./doc/glossary/glossary-terms.xml6222(para) msgid "" "An IP address used for management and administration, not available to the " "public Internet." msgstr "" -#: ./doc/glossary/glossary-terms.xml6201(glossterm) +#: ./doc/glossary/glossary-terms.xml6228(glossterm) msgid "private network" msgstr "プライベートネットワーク" -#: ./doc/glossary/glossary-terms.xml6205(secondary) -#: ./doc/glossary/glossary-terms.xml6208(primary) +#: ./doc/glossary/glossary-terms.xml6232(secondary) +#: ./doc/glossary/glossary-terms.xml6235(primary) msgid "private networks" msgstr "プライベートネットワーク" -#: ./doc/glossary/glossary-terms.xml6212(para) +#: ./doc/glossary/glossary-terms.xml6239(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 " @@ -5773,57 +5796,57 @@ msgid "" "managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml6224(glossterm) +#: ./doc/glossary/glossary-terms.xml6251(glossterm) msgid "project" msgstr "プロジェクト" -#: ./doc/glossary/glossary-terms.xml6226(primary) -#: ./doc/glossary/glossary-terms.xml6240(primary) -#: ./doc/glossary/glossary-terms.xml6254(primary) +#: ./doc/glossary/glossary-terms.xml6253(primary) +#: ./doc/glossary/glossary-terms.xml6267(primary) +#: ./doc/glossary/glossary-terms.xml6281(primary) msgid "projects" msgstr "プロジェクト" -#: ./doc/glossary/glossary-terms.xml6232(para) +#: ./doc/glossary/glossary-terms.xml6259(para) msgid "" "A logical grouping of users within Compute; defines quotas and access to VM " "images." msgstr "" -#: ./doc/glossary/glossary-terms.xml6238(glossterm) -#: ./doc/glossary/glossary-terms.xml6242(secondary) +#: ./doc/glossary/glossary-terms.xml6265(glossterm) +#: ./doc/glossary/glossary-terms.xml6269(secondary) msgid "project ID" msgstr "プロジェクト ID" -#: ./doc/glossary/glossary-terms.xml6246(para) +#: ./doc/glossary/glossary-terms.xml6273(para) msgid "User-defined alphanumeric string in Compute; the name of a project." msgstr "" -#: ./doc/glossary/glossary-terms.xml6252(glossterm) -#: ./doc/glossary/glossary-terms.xml6256(secondary) +#: ./doc/glossary/glossary-terms.xml6279(glossterm) +#: ./doc/glossary/glossary-terms.xml6283(secondary) msgid "project VPN" msgstr "プロジェクト VPN" -#: ./doc/glossary/glossary-terms.xml6260(para) +#: ./doc/glossary/glossary-terms.xml6287(para) msgid "Alternative term for a cloudpipe." msgstr "cloudpipe の別名。" -#: ./doc/glossary/glossary-terms.xml6265(glossterm) -#: ./doc/glossary/glossary-terms.xml6267(primary) +#: ./doc/glossary/glossary-terms.xml6292(glossterm) +#: ./doc/glossary/glossary-terms.xml6294(primary) msgid "promiscuous mode" msgstr "プロミスキャスモード" -#: ./doc/glossary/glossary-terms.xml6271(para) +#: ./doc/glossary/glossary-terms.xml6298(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.xml6278(glossterm) -#: ./doc/glossary/glossary-terms.xml6280(primary) +#: ./doc/glossary/glossary-terms.xml6305(glossterm) +#: ./doc/glossary/glossary-terms.xml6307(primary) msgid "protected property" msgstr "" -#: ./doc/glossary/glossary-terms.xml6284(para) +#: ./doc/glossary/glossary-terms.xml6311(para) msgid "" "Generally, extra properties on an Image Service image to which only cloud " "administrators have access. Limits which user roles can perform CRUD " @@ -5831,101 +5854,101 @@ msgid "" " property as protected." msgstr "" -#: ./doc/glossary/glossary-terms.xml6293(glossterm) -#: ./doc/glossary/glossary-terms.xml6295(primary) +#: ./doc/glossary/glossary-terms.xml6320(glossterm) +#: ./doc/glossary/glossary-terms.xml6322(primary) msgid "provider" msgstr "プロバイダー" -#: ./doc/glossary/glossary-terms.xml6299(para) +#: ./doc/glossary/glossary-terms.xml6326(para) msgid "An administrator who has access to all hosts and instances." msgstr "すべてのホストやインスタンスへアクセス権を持つ管理者。" -#: ./doc/glossary/glossary-terms.xml6305(glossterm) +#: ./doc/glossary/glossary-terms.xml6332(glossterm) msgid "proxy node" msgstr "プロキシノード" -#: ./doc/glossary/glossary-terms.xml6309(secondary) -#: ./doc/glossary/glossary-terms.xml6312(primary) +#: ./doc/glossary/glossary-terms.xml6336(secondary) +#: ./doc/glossary/glossary-terms.xml6339(primary) msgid "proxy nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml6316(para) +#: ./doc/glossary/glossary-terms.xml6343(para) msgid "A node that provides the Object Storage proxy service." msgstr "" -#: ./doc/glossary/glossary-terms.xml6321(glossterm) +#: ./doc/glossary/glossary-terms.xml6348(glossterm) msgid "proxy server" msgstr "プロキシサーバー" -#: ./doc/glossary/glossary-terms.xml6325(secondary) -#: ./doc/glossary/glossary-terms.xml6328(primary) +#: ./doc/glossary/glossary-terms.xml6352(secondary) +#: ./doc/glossary/glossary-terms.xml6355(primary) msgid "proxy servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6332(para) +#: ./doc/glossary/glossary-terms.xml6359(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.xml6339(glossterm) -#: ./doc/glossary/glossary-terms.xml6346(primary) +#: ./doc/glossary/glossary-terms.xml6366(glossterm) +#: ./doc/glossary/glossary-terms.xml6373(primary) msgid "public API" msgstr "パブリック API" -#: ./doc/glossary/glossary-terms.xml6343(secondary) +#: ./doc/glossary/glossary-terms.xml6370(secondary) msgid "public APIs" msgstr "パブリック API" -#: ./doc/glossary/glossary-terms.xml6350(para) +#: ./doc/glossary/glossary-terms.xml6377(para) msgid "" "An API endpoint used for both service-to-service communication and end-user " "interactions." msgstr "" -#: ./doc/glossary/glossary-terms.xml6356(glossterm) -#: ./doc/glossary/glossary-terms.xml6363(primary) +#: ./doc/glossary/glossary-terms.xml6383(glossterm) +#: ./doc/glossary/glossary-terms.xml6390(primary) msgid "public image" msgstr "パブリックイメージ" -#: ./doc/glossary/glossary-terms.xml6360(secondary) +#: ./doc/glossary/glossary-terms.xml6387(secondary) msgid "public images" msgstr "" -#: ./doc/glossary/glossary-terms.xml6367(para) +#: ./doc/glossary/glossary-terms.xml6394(para) msgid "An Image Service VM image that is available to all tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml6373(glossterm) -#: ./doc/glossary/glossary-terms.xml6380(primary) +#: ./doc/glossary/glossary-terms.xml6400(glossterm) +#: ./doc/glossary/glossary-terms.xml6407(primary) msgid "public IP address" msgstr "パブリック IP アドレス" -#: ./doc/glossary/glossary-terms.xml6377(secondary) -#: ./doc/glossary/glossary-terms.xml6405(secondary) +#: ./doc/glossary/glossary-terms.xml6404(secondary) +#: ./doc/glossary/glossary-terms.xml6432(secondary) msgid "public" msgstr "" -#: ./doc/glossary/glossary-terms.xml6384(para) +#: ./doc/glossary/glossary-terms.xml6411(para) msgid "An IP address that is accessible to end-users." msgstr "エンドユーザがアクセス可能な IP アドレス。" -#: ./doc/glossary/glossary-terms.xml6389(glossterm) -#: ./doc/glossary/glossary-terms.xml6391(primary) +#: ./doc/glossary/glossary-terms.xml6416(glossterm) +#: ./doc/glossary/glossary-terms.xml6418(primary) msgid "public key authentication" msgstr "公開鍵認証" -#: ./doc/glossary/glossary-terms.xml6395(para) +#: ./doc/glossary/glossary-terms.xml6422(para) msgid "Authentication method that uses keys rather than passwords." msgstr "パスワードの代わりに鍵を使用する認証方式。" -#: ./doc/glossary/glossary-terms.xml6401(glossterm) -#: ./doc/glossary/glossary-terms.xml6408(primary) +#: ./doc/glossary/glossary-terms.xml6428(glossterm) +#: ./doc/glossary/glossary-terms.xml6435(primary) msgid "public network" msgstr "パブリックネットワーク" -#: ./doc/glossary/glossary-terms.xml6412(para) +#: ./doc/glossary/glossary-terms.xml6439(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 " @@ -5933,205 +5956,205 @@ msgid "" " controlled by the public_interface option." msgstr "" -#: ./doc/glossary/glossary-terms.xml6421(glossterm) -#: ./doc/glossary/glossary-terms.xml6423(primary) +#: ./doc/glossary/glossary-terms.xml6448(glossterm) +#: ./doc/glossary/glossary-terms.xml6450(primary) msgid "Puppet" msgstr "Puppet" -#: ./doc/glossary/glossary-terms.xml6427(para) +#: ./doc/glossary/glossary-terms.xml6454(para) msgid "" "An operating system configuration-management tool supported by OpenStack." msgstr "OpenStackがサポートするオペレーティングシステム構成管理ツール。" -#: ./doc/glossary/glossary-terms.xml6433(glossterm) -#: ./doc/glossary/glossary-terms.xml6435(primary) +#: ./doc/glossary/glossary-terms.xml6460(glossterm) +#: ./doc/glossary/glossary-terms.xml6462(primary) msgid "Python" msgstr "Python" -#: ./doc/glossary/glossary-terms.xml6439(para) +#: ./doc/glossary/glossary-terms.xml6466(para) msgid "Programming language used extensively in OpenStack." msgstr "OpenStack において幅広く使用されるプログラミング言語。" -#: ./doc/glossary/glossary-terms.xml6447(title) +#: ./doc/glossary/glossary-terms.xml6474(title) msgid "Q" msgstr "Q" -#: ./doc/glossary/glossary-terms.xml6450(glossterm) -#: ./doc/glossary/glossary-terms.xml6452(primary) +#: ./doc/glossary/glossary-terms.xml6477(glossterm) +#: ./doc/glossary/glossary-terms.xml6479(primary) msgid "QEMU Copy On Write 2 (QCOW2)" msgstr "QEMU Copy On Write 2 (QCOW2)" -#: ./doc/glossary/glossary-terms.xml6462(glossterm) -#: ./doc/glossary/glossary-terms.xml6464(primary) +#: ./doc/glossary/glossary-terms.xml6489(glossterm) +#: ./doc/glossary/glossary-terms.xml6491(primary) msgid "Qpid" msgstr "Qpid" -#: ./doc/glossary/glossary-terms.xml6468(para) +#: ./doc/glossary/glossary-terms.xml6495(para) msgid "" "Message queue software supported by OpenStack; an alternative to RabbitMQ." msgstr "OpenStack によりサポートされるメッセージキューソフトウェア。RabbitMQ の代替。" -#: ./doc/glossary/glossary-terms.xml6474(glossterm) -#: ./doc/glossary/glossary-terms.xml6476(primary) +#: ./doc/glossary/glossary-terms.xml6501(glossterm) +#: ./doc/glossary/glossary-terms.xml6503(primary) msgid "quarantine" msgstr "隔離" -#: ./doc/glossary/glossary-terms.xml6480(para) +#: ./doc/glossary/glossary-terms.xml6507(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.xml6487(glossterm) -#: ./doc/glossary/glossary-terms.xml6489(primary) +#: ./doc/glossary/glossary-terms.xml6514(glossterm) +#: ./doc/glossary/glossary-terms.xml6516(primary) msgid "Quick EMUlator (QEMU)" msgstr "Quick EMUlator (QEMU)" -#: ./doc/glossary/glossary-terms.xml6493(para) +#: ./doc/glossary/glossary-terms.xml6520(para) msgid "QEMU is a generic and open source machine emulator and virtualizer." msgstr "QEMUはオープンソースのマシンエミュレーターと仮想化ツールである。" -#: ./doc/glossary/glossary-terms.xml6496(para) +#: ./doc/glossary/glossary-terms.xml6523(para) msgid "" "One of the hypervisors supported by OpenStack, generally used for " "development purposes." msgstr "OpenStack がサポートするハイパーバイザーの一つ。一般に、開発目的で使用される。" -#: ./doc/glossary/glossary-terms.xml6502(glossterm) +#: ./doc/glossary/glossary-terms.xml6529(glossterm) msgid "quota" msgstr "クォータ" -#: ./doc/glossary/glossary-terms.xml6504(primary) +#: ./doc/glossary/glossary-terms.xml6531(primary) msgid "quotas" msgstr "クォータ" -#: ./doc/glossary/glossary-terms.xml6508(para) +#: ./doc/glossary/glossary-terms.xml6535(para) msgid "" "In Compute and Block Storage, the ability to set resource limits on a per-" "project basis." msgstr "" -#: ./doc/glossary/glossary-terms.xml6517(title) +#: ./doc/glossary/glossary-terms.xml6544(title) msgid "R" msgstr "R" -#: ./doc/glossary/glossary-terms.xml6520(glossterm) -#: ./doc/glossary/glossary-terms.xml6522(primary) +#: ./doc/glossary/glossary-terms.xml6547(glossterm) +#: ./doc/glossary/glossary-terms.xml6549(primary) msgid "RabbitMQ" msgstr "RabbitMQ" -#: ./doc/glossary/glossary-terms.xml6526(para) +#: ./doc/glossary/glossary-terms.xml6553(para) msgid "The default message queue software used by OpenStack." msgstr "OpenStackでデフォルトで採用されているメッセージキューのソフトウェア。" -#: ./doc/glossary/glossary-terms.xml6531(glossterm) -#: ./doc/glossary/glossary-terms.xml6533(primary) +#: ./doc/glossary/glossary-terms.xml6558(glossterm) +#: ./doc/glossary/glossary-terms.xml6560(primary) msgid "Rackspace Cloud Files" msgstr "Rackspace Cloud Files" -#: ./doc/glossary/glossary-terms.xml6537(para) +#: ./doc/glossary/glossary-terms.xml6564(para) msgid "" "Released as open source by Rackspace in 2010; the basis for Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml6543(glossterm) -#: ./doc/glossary/glossary-terms.xml6545(primary) +#: ./doc/glossary/glossary-terms.xml6570(glossterm) +#: ./doc/glossary/glossary-terms.xml6572(primary) msgid "RADOS Block Device (RBD)" msgstr "RADOS Block Device (RBD)" -#: ./doc/glossary/glossary-terms.xml6549(para) +#: ./doc/glossary/glossary-terms.xml6576(para) msgid "" "Ceph component that enables a Linux block device to be striped over multiple" " distributed data stores." msgstr "" -#: ./doc/glossary/glossary-terms.xml6555(glossterm) -#: ./doc/glossary/glossary-terms.xml6557(primary) +#: ./doc/glossary/glossary-terms.xml6582(glossterm) +#: ./doc/glossary/glossary-terms.xml6584(primary) msgid "radvd" msgstr "radvd" -#: ./doc/glossary/glossary-terms.xml6561(para) +#: ./doc/glossary/glossary-terms.xml6588(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.xml6568(glossterm) -#: ./doc/glossary/glossary-terms.xml6570(primary) +#: ./doc/glossary/glossary-terms.xml6595(glossterm) +#: ./doc/glossary/glossary-terms.xml6597(primary) msgid "RAM filter" msgstr "RAM フィルター" -#: ./doc/glossary/glossary-terms.xml6574(para) +#: ./doc/glossary/glossary-terms.xml6601(para) msgid "The Compute setting that enables or disables RAM overcommitment." msgstr "" -#: ./doc/glossary/glossary-terms.xml6580(glossterm) -#: ./doc/glossary/glossary-terms.xml6582(primary) +#: ./doc/glossary/glossary-terms.xml6607(glossterm) +#: ./doc/glossary/glossary-terms.xml6609(primary) msgid "RAM overcommit" msgstr "RAM オーバーコミット" -#: ./doc/glossary/glossary-terms.xml6586(para) +#: ./doc/glossary/glossary-terms.xml6613(para) msgid "" "The ability to start new VM instances based on the actual memory usage of a " "host, as opposed to basing the decision on the amount of RAM each running " "instance thinks it has available. Also known as memory overcommit." msgstr "実行中の各インスタンスが利用可能と考えている RAM 量に基づく判断をベースにする代わりに、ホスト上の実際のメモリ使用量をベースにした、新しい VM インスタンスを起動する機能。" -#: ./doc/glossary/glossary-terms.xml6594(glossterm) +#: ./doc/glossary/glossary-terms.xml6621(glossterm) msgid "rate limit" msgstr "レートリミット" -#: ./doc/glossary/glossary-terms.xml6596(primary) +#: ./doc/glossary/glossary-terms.xml6623(primary) msgid "rate limits" msgstr "" -#: ./doc/glossary/glossary-terms.xml6600(para) +#: ./doc/glossary/glossary-terms.xml6627(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.xml6606(glossterm) +#: ./doc/glossary/glossary-terms.xml6633(glossterm) msgid "raw" msgstr "raw" -#: ./doc/glossary/glossary-terms.xml6608(primary) +#: ./doc/glossary/glossary-terms.xml6635(primary) msgid "raw format" msgstr "" -#: ./doc/glossary/glossary-terms.xml6612(para) +#: ./doc/glossary/glossary-terms.xml6639(para) msgid "" "One of the VM image disk formats supported by Image Service; an unstructured" " disk image." msgstr "" -#: ./doc/glossary/glossary-terms.xml6618(glossterm) +#: ./doc/glossary/glossary-terms.xml6645(glossterm) msgid "rebalance" msgstr "リバランス" -#: ./doc/glossary/glossary-terms.xml6620(primary) +#: ./doc/glossary/glossary-terms.xml6647(primary) msgid "rebalancing" msgstr "" -#: ./doc/glossary/glossary-terms.xml6624(para) +#: ./doc/glossary/glossary-terms.xml6651(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.xml6631(glossterm) -#: ./doc/glossary/glossary-terms.xml6633(primary) -#: ./doc/glossary/glossary-terms.xml7490(primary) +#: ./doc/glossary/glossary-terms.xml6658(glossterm) +#: ./doc/glossary/glossary-terms.xml6660(primary) +#: ./doc/glossary/glossary-terms.xml7517(primary) msgid "reboot" msgstr "リブート" -#: ./doc/glossary/glossary-terms.xml6635(secondary) -#: ./doc/glossary/glossary-terms.xml7492(secondary) +#: ./doc/glossary/glossary-terms.xml6662(secondary) +#: ./doc/glossary/glossary-terms.xml7519(secondary) msgid "hard vs. soft" msgstr "" -#: ./doc/glossary/glossary-terms.xml6639(para) +#: ./doc/glossary/glossary-terms.xml6666(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 " @@ -6141,39 +6164,39 @@ msgid "" "halted/stopped." msgstr "" -#: ./doc/glossary/glossary-terms.xml6649(glossterm) +#: ./doc/glossary/glossary-terms.xml6676(glossterm) msgid "rebuild" msgstr "リビルド" -#: ./doc/glossary/glossary-terms.xml6651(primary) +#: ./doc/glossary/glossary-terms.xml6678(primary) msgid "rebuilding" msgstr "" -#: ./doc/glossary/glossary-terms.xml6655(para) +#: ./doc/glossary/glossary-terms.xml6682(para) msgid "" "Removes all data on the server and replaces it with the specified image. " "Server ID and IP addresses remain the same." msgstr "サーバからすべてのデータを消去し、特定のイメージで置き換える。サーバのIDとIPアドレスは変更されない。" -#: ./doc/glossary/glossary-terms.xml6661(glossterm) -#: ./doc/glossary/glossary-terms.xml6663(primary) +#: ./doc/glossary/glossary-terms.xml6688(glossterm) +#: ./doc/glossary/glossary-terms.xml6690(primary) msgid "Recon" msgstr "recon" -#: ./doc/glossary/glossary-terms.xml6667(para) +#: ./doc/glossary/glossary-terms.xml6694(para) msgid "An Object Storage component that collects metrics." msgstr "" -#: ./doc/glossary/glossary-terms.xml6672(glossterm) +#: ./doc/glossary/glossary-terms.xml6699(glossterm) msgid "record" msgstr "" -#: ./doc/glossary/glossary-terms.xml6674(primary) -#: ./doc/glossary/glossary-terms.xml6693(primary) +#: ./doc/glossary/glossary-terms.xml6701(primary) +#: ./doc/glossary/glossary-terms.xml6720(primary) msgid "records" msgstr "" -#: ./doc/glossary/glossary-terms.xml6680(para) +#: ./doc/glossary/glossary-terms.xml6707(para) msgid "" "Belongs to a particular domain and is used to specify information about the " "domain. There are several types of " @@ -6184,176 +6207,176 @@ msgid "" "domain." msgstr "" -#: ./doc/glossary/glossary-terms.xml6691(glossterm) +#: ./doc/glossary/glossary-terms.xml6718(glossterm) msgid "record ID" msgstr "レコード ID" -#: ./doc/glossary/glossary-terms.xml6695(secondary) +#: ./doc/glossary/glossary-terms.xml6722(secondary) msgid "record IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml6699(para) +#: ./doc/glossary/glossary-terms.xml6726(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.xml6705(glossterm) -#: ./doc/glossary/glossary-terms.xml6707(primary) +#: ./doc/glossary/glossary-terms.xml6732(glossterm) +#: ./doc/glossary/glossary-terms.xml6734(primary) msgid "Red Hat Enterprise Linux (RHEL)" msgstr "Red Hat Enterprise Linux (RHEL)" -#: ./doc/glossary/glossary-terms.xml6716(glossterm) -#: ./doc/glossary/glossary-terms.xml6718(primary) +#: ./doc/glossary/glossary-terms.xml6743(glossterm) +#: ./doc/glossary/glossary-terms.xml6745(primary) msgid "reference architecture" msgstr "リファレンスアーキテクチャー" -#: ./doc/glossary/glossary-terms.xml6722(para) +#: ./doc/glossary/glossary-terms.xml6749(para) msgid "A recommended architecture for an OpenStack cloud." msgstr "OpenStack クラウドの推奨アーキテクチャー。" -#: ./doc/glossary/glossary-terms.xml6727(glossterm) -#: ./doc/glossary/glossary-terms.xml6729(primary) +#: ./doc/glossary/glossary-terms.xml6754(glossterm) +#: ./doc/glossary/glossary-terms.xml6756(primary) msgid "region" msgstr "リージョン" -#: ./doc/glossary/glossary-terms.xml6733(para) +#: ./doc/glossary/glossary-terms.xml6760(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.xml6740(glossterm) -#: ./doc/glossary/glossary-terms.xml6742(primary) +#: ./doc/glossary/glossary-terms.xml6767(glossterm) +#: ./doc/glossary/glossary-terms.xml6769(primary) msgid "registry" msgstr "レジストリ" -#: ./doc/glossary/glossary-terms.xml6744(see) +#: ./doc/glossary/glossary-terms.xml6771(see) msgid "under Image Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml6748(para) +#: ./doc/glossary/glossary-terms.xml6775(para) msgid "Alternative term for the Image Service registry." msgstr "Image Service レジストリの別名。" -#: ./doc/glossary/glossary-terms.xml6753(glossterm) +#: ./doc/glossary/glossary-terms.xml6780(glossterm) msgid "registry server" msgstr "レジストリサーバー" -#: ./doc/glossary/glossary-terms.xml6757(secondary) -#: ./doc/glossary/glossary-terms.xml6760(primary) +#: ./doc/glossary/glossary-terms.xml6784(secondary) +#: ./doc/glossary/glossary-terms.xml6787(primary) msgid "registry servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6764(para) +#: ./doc/glossary/glossary-terms.xml6791(para) msgid "" "An Image Service that provides VM image metadata information to clients." msgstr "" -#: ./doc/glossary/glossary-terms.xml6770(glossterm) -#: ./doc/glossary/glossary-terms.xml6773(primary) +#: ./doc/glossary/glossary-terms.xml6797(glossterm) +#: ./doc/glossary/glossary-terms.xml6800(primary) msgid "Reliable, Autonomic Distributed Object Store (RADOS)" msgstr "Reliable, Autonomic Distributed Object Store (RADOS)" -#: ./doc/glossary/glossary-terms.xml6778(para) +#: ./doc/glossary/glossary-terms.xml6805(para) msgid "" "A collection of components that provides object storage within Ceph. Similar" " to OpenStack Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml6784(glossterm) -#: ./doc/glossary/glossary-terms.xml6786(primary) +#: ./doc/glossary/glossary-terms.xml6811(glossterm) +#: ./doc/glossary/glossary-terms.xml6813(primary) msgid "Remote Procedure Call (RPC)" msgstr "Remote Procedure Call (RPC)" -#: ./doc/glossary/glossary-terms.xml6790(para) +#: ./doc/glossary/glossary-terms.xml6817(para) msgid "" "The method used by the Compute RabbitMQ for intra-service communications." msgstr "" -#: ./doc/glossary/glossary-terms.xml6796(glossterm) +#: ./doc/glossary/glossary-terms.xml6823(glossterm) msgid "replica" msgstr "レプリカ" -#: ./doc/glossary/glossary-terms.xml6798(primary) -#: ./doc/glossary/glossary-terms.xml6813(primary) -#: ./doc/glossary/glossary-terms.xml6825(glossterm) -#: ./doc/glossary/glossary-terms.xml6836(primary) +#: ./doc/glossary/glossary-terms.xml6825(primary) +#: ./doc/glossary/glossary-terms.xml6840(primary) +#: ./doc/glossary/glossary-terms.xml6852(glossterm) +#: ./doc/glossary/glossary-terms.xml6863(primary) msgid "replication" msgstr "レプリケーション" -#: ./doc/glossary/glossary-terms.xml6804(para) +#: ./doc/glossary/glossary-terms.xml6831(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.xml6811(glossterm) -#: ./doc/glossary/glossary-terms.xml6815(secondary) +#: ./doc/glossary/glossary-terms.xml6838(glossterm) +#: ./doc/glossary/glossary-terms.xml6842(secondary) msgid "replica count" msgstr "レプリカ数" -#: ./doc/glossary/glossary-terms.xml6819(para) +#: ./doc/glossary/glossary-terms.xml6846(para) msgid "The number of replicas of the data in an Object Storage ring." msgstr "" -#: ./doc/glossary/glossary-terms.xml6828(para) +#: ./doc/glossary/glossary-terms.xml6855(para) msgid "" "The process of copying data to a separate physical device for fault " "tolerance and performance." msgstr "別の物理デバイスにデータをコピーする処理。耐障害性や性能のために行われる。" -#: ./doc/glossary/glossary-terms.xml6834(glossterm) +#: ./doc/glossary/glossary-terms.xml6861(glossterm) msgid "replicator" msgstr "レプリケーター" -#: ./doc/glossary/glossary-terms.xml6838(secondary) +#: ./doc/glossary/glossary-terms.xml6865(secondary) msgid "replicators" msgstr "" -#: ./doc/glossary/glossary-terms.xml6842(para) +#: ./doc/glossary/glossary-terms.xml6869(para) msgid "" "The Object Storage back-end process that creates and manages object " "replicas." msgstr "" -#: ./doc/glossary/glossary-terms.xml6848(glossterm) +#: ./doc/glossary/glossary-terms.xml6875(glossterm) msgid "request ID" msgstr "リクエスト ID" -#: ./doc/glossary/glossary-terms.xml6850(primary) +#: ./doc/glossary/glossary-terms.xml6877(primary) msgid "request IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml6854(para) +#: ./doc/glossary/glossary-terms.xml6881(para) msgid "Unique ID assigned to each request sent to Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml6859(glossterm) +#: ./doc/glossary/glossary-terms.xml6886(glossterm) msgid "rescue image" msgstr "" -#: ./doc/glossary/glossary-terms.xml6861(primary) +#: ./doc/glossary/glossary-terms.xml6888(primary) msgid "rescue images" msgstr "" -#: ./doc/glossary/glossary-terms.xml6865(para) +#: ./doc/glossary/glossary-terms.xml6892(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.xml6872(glossterm) +#: ./doc/glossary/glossary-terms.xml6899(glossterm) msgid "resize" msgstr "" -#: ./doc/glossary/glossary-terms.xml6874(primary) +#: ./doc/glossary/glossary-terms.xml6901(primary) msgid "resizing" msgstr "" -#: ./doc/glossary/glossary-terms.xml6878(para) +#: ./doc/glossary/glossary-terms.xml6905(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 " @@ -6361,477 +6384,477 @@ msgid "" "the original server is removed." msgstr "" -#: ./doc/glossary/glossary-terms.xml6886(glossterm) +#: ./doc/glossary/glossary-terms.xml6913(glossterm) msgid "RESTful" msgstr "RESTful" -#: ./doc/glossary/glossary-terms.xml6888(primary) +#: ./doc/glossary/glossary-terms.xml6915(primary) msgid "RESTful web services" msgstr "RESTful Web サービス" -#: ./doc/glossary/glossary-terms.xml6892(para) +#: ./doc/glossary/glossary-terms.xml6919(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.xml6899(glossterm) +#: ./doc/glossary/glossary-terms.xml6926(glossterm) msgid "ring" msgstr "リング" -#: ./doc/glossary/glossary-terms.xml6901(primary) -#: ./doc/glossary/glossary-terms.xml6916(primary) +#: ./doc/glossary/glossary-terms.xml6928(primary) +#: ./doc/glossary/glossary-terms.xml6943(primary) msgid "rings" msgstr "" -#: ./doc/glossary/glossary-terms.xml6907(para) +#: ./doc/glossary/glossary-terms.xml6934(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.xml6914(glossterm) +#: ./doc/glossary/glossary-terms.xml6941(glossterm) msgid "ring builder" msgstr "リングビルダー" -#: ./doc/glossary/glossary-terms.xml6918(secondary) +#: ./doc/glossary/glossary-terms.xml6945(secondary) msgid "ring builders" msgstr "" -#: ./doc/glossary/glossary-terms.xml6922(para) +#: ./doc/glossary/glossary-terms.xml6949(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.xml6929(glossterm) -#: ./doc/glossary/glossary-terms.xml6931(primary) +#: ./doc/glossary/glossary-terms.xml6956(glossterm) +#: ./doc/glossary/glossary-terms.xml6958(primary) msgid "Role Based Access Control (RBAC)" msgstr "Role Based Access Control (RBAC)" -#: ./doc/glossary/glossary-terms.xml6935(para) +#: ./doc/glossary/glossary-terms.xml6962(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.xml6943(glossterm) +#: ./doc/glossary/glossary-terms.xml6970(glossterm) msgid "role" msgstr "ロール" -#: ./doc/glossary/glossary-terms.xml6945(primary) -#: ./doc/glossary/glossary-terms.xml6960(primary) +#: ./doc/glossary/glossary-terms.xml6972(primary) +#: ./doc/glossary/glossary-terms.xml6987(primary) msgid "roles" msgstr "ロール" -#: ./doc/glossary/glossary-terms.xml6951(para) +#: ./doc/glossary/glossary-terms.xml6978(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.xml6958(glossterm) -#: ./doc/glossary/glossary-terms.xml6962(secondary) +#: ./doc/glossary/glossary-terms.xml6985(glossterm) +#: ./doc/glossary/glossary-terms.xml6989(secondary) msgid "role ID" msgstr "ロール ID" -#: ./doc/glossary/glossary-terms.xml6966(para) +#: ./doc/glossary/glossary-terms.xml6993(para) msgid "Alphanumeric ID assigned to each Identity Service role." msgstr "" -#: ./doc/glossary/glossary-terms.xml6971(glossterm) -#: ./doc/glossary/glossary-terms.xml6973(primary) +#: ./doc/glossary/glossary-terms.xml6998(glossterm) +#: ./doc/glossary/glossary-terms.xml7000(primary) msgid "rootwrap" msgstr "rootwrap" -#: ./doc/glossary/glossary-terms.xml6977(para) +#: ./doc/glossary/glossary-terms.xml7004(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.xml6983(glossterm) -#: ./doc/glossary/glossary-terms.xml6990(primary) +#: ./doc/glossary/glossary-terms.xml7010(glossterm) +#: ./doc/glossary/glossary-terms.xml7017(primary) msgid "round-robin scheduler" msgstr "ラウンドロビンスケジューラー" -#: ./doc/glossary/glossary-terms.xml6985(primary) -#: ./doc/glossary/glossary-terms.xml7533(primary) +#: ./doc/glossary/glossary-terms.xml7012(primary) +#: ./doc/glossary/glossary-terms.xml7560(primary) msgid "schedulers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6987(secondary) +#: ./doc/glossary/glossary-terms.xml7014(secondary) msgid "round-robin" msgstr "ラウンドロビン" -#: ./doc/glossary/glossary-terms.xml6994(para) +#: ./doc/glossary/glossary-terms.xml7021(para) msgid "" "Type of Compute scheduler that evenly distributes instances among available " "hosts." msgstr "" -#: ./doc/glossary/glossary-terms.xml7000(glossterm) -#: ./doc/glossary/glossary-terms.xml7002(primary) +#: ./doc/glossary/glossary-terms.xml7027(glossterm) +#: ./doc/glossary/glossary-terms.xml7029(primary) msgid "router" msgstr "ルーター" -#: ./doc/glossary/glossary-terms.xml7006(para) +#: ./doc/glossary/glossary-terms.xml7033(para) msgid "" "A physical or virtual network device that passes network traffic between " "different networks." msgstr "異なるネットワーク間でネットワーク通信を転送する、物理または仮想のネットワークデバイス。" -#: ./doc/glossary/glossary-terms.xml7012(glossterm) +#: ./doc/glossary/glossary-terms.xml7039(glossterm) msgid "routing key" msgstr "" -#: ./doc/glossary/glossary-terms.xml7014(primary) +#: ./doc/glossary/glossary-terms.xml7041(primary) msgid "routing keys" msgstr "" -#: ./doc/glossary/glossary-terms.xml7018(para) +#: ./doc/glossary/glossary-terms.xml7045(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.xml7025(glossterm) +#: ./doc/glossary/glossary-terms.xml7052(glossterm) msgid "RPC driver" msgstr "RPC ドライバー" -#: ./doc/glossary/glossary-terms.xml7027(primary) +#: ./doc/glossary/glossary-terms.xml7054(primary) msgid "drivers" msgstr "ドライバー" -#: ./doc/glossary/glossary-terms.xml7029(secondary) -#: ./doc/glossary/glossary-terms.xml7032(primary) +#: ./doc/glossary/glossary-terms.xml7056(secondary) +#: ./doc/glossary/glossary-terms.xml7059(primary) msgid "RPC drivers" msgstr "RPC ドライバー" -#: ./doc/glossary/glossary-terms.xml7036(para) +#: ./doc/glossary/glossary-terms.xml7063(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.xml7043(glossterm) -#: ./doc/glossary/glossary-terms.xml7045(primary) +#: ./doc/glossary/glossary-terms.xml7070(glossterm) +#: ./doc/glossary/glossary-terms.xml7072(primary) msgid "rsync" msgstr "rsync" -#: ./doc/glossary/glossary-terms.xml7049(para) +#: ./doc/glossary/glossary-terms.xml7076(para) msgid "Used by Object Storage to push object replicas." msgstr "" -#: ./doc/glossary/glossary-terms.xml7054(glossterm) +#: ./doc/glossary/glossary-terms.xml7081(glossterm) msgid "RXTX cap" msgstr "" -#: ./doc/glossary/glossary-terms.xml7056(primary) +#: ./doc/glossary/glossary-terms.xml7083(primary) msgid "RXTX cap/quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml7060(para) +#: ./doc/glossary/glossary-terms.xml7087(para) msgid "" "Absolute limit on the amount of network traffic a Compute VM instance can " "send and receive." msgstr "" -#: ./doc/glossary/glossary-terms.xml7066(glossterm) +#: ./doc/glossary/glossary-terms.xml7093(glossterm) msgid "RXTX quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml7069(para) +#: ./doc/glossary/glossary-terms.xml7096(para) msgid "" "Soft limit on the amount of network traffic a Compute VM instance can send " "and receive." msgstr "" -#: ./doc/glossary/glossary-terms.xml7075(glossterm) -#: ./doc/glossary/glossary-terms.xml7077(primary) +#: ./doc/glossary/glossary-terms.xml7102(glossterm) +#: ./doc/glossary/glossary-terms.xml7104(primary) msgid "Ryu neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml7081(para) +#: ./doc/glossary/glossary-terms.xml7108(para) msgid "" "Enables the Ryu network operating system to function as a Networking " "OpenFlow controller." msgstr "" -#: ./doc/glossary/glossary-terms.xml7090(title) +#: ./doc/glossary/glossary-terms.xml7117(title) msgid "S" msgstr "S" -#: ./doc/glossary/glossary-terms.xml7093(glossterm) +#: ./doc/glossary/glossary-terms.xml7120(glossterm) msgid "S3" msgstr "S3" -#: ./doc/glossary/glossary-terms.xml7095(primary) +#: ./doc/glossary/glossary-terms.xml7122(primary) msgid "S3 storage service" msgstr "" -#: ./doc/glossary/glossary-terms.xml7099(para) +#: ./doc/glossary/glossary-terms.xml7126(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.xml7106(glossterm) -#: ./doc/glossary/glossary-terms.xml7108(primary) +#: ./doc/glossary/glossary-terms.xml7133(glossterm) +#: ./doc/glossary/glossary-terms.xml7135(primary) msgid "sahara" msgstr "" -#: ./doc/glossary/glossary-terms.xml7112(para) +#: ./doc/glossary/glossary-terms.xml7139(para) msgid "" "OpenStack project that provides a scalable data-processing stack and " "associated management interfaces." msgstr "" -#: ./doc/glossary/glossary-terms.xml7118(glossterm) -#: ./doc/glossary/glossary-terms.xml7120(primary) +#: ./doc/glossary/glossary-terms.xml7145(glossterm) +#: ./doc/glossary/glossary-terms.xml7147(primary) msgid "scheduler manager" msgstr "スケジューラーマネージャー" -#: ./doc/glossary/glossary-terms.xml7124(para) +#: ./doc/glossary/glossary-terms.xml7151(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.xml7131(glossterm) +#: ./doc/glossary/glossary-terms.xml7158(glossterm) msgid "scoped token" msgstr "スコープ付きトークン" -#: ./doc/glossary/glossary-terms.xml7133(primary) +#: ./doc/glossary/glossary-terms.xml7160(primary) msgid "scoped tokens" msgstr "" -#: ./doc/glossary/glossary-terms.xml7137(para) +#: ./doc/glossary/glossary-terms.xml7164(para) msgid "" "An Identity Service API access token that is associated with a specific " "tenant." msgstr "" -#: ./doc/glossary/glossary-terms.xml7143(glossterm) +#: ./doc/glossary/glossary-terms.xml7170(glossterm) msgid "scrubber" msgstr "" -#: ./doc/glossary/glossary-terms.xml7145(primary) +#: ./doc/glossary/glossary-terms.xml7172(primary) msgid "scrubbers" msgstr "" -#: ./doc/glossary/glossary-terms.xml7149(para) +#: ./doc/glossary/glossary-terms.xml7176(para) msgid "" "Checks for and deletes unused VMs; the component of Image Service that " "implements delayed delete." msgstr "" -#: ./doc/glossary/glossary-terms.xml7155(glossterm) +#: ./doc/glossary/glossary-terms.xml7182(glossterm) msgid "secret key" msgstr "シークレットキー" -#: ./doc/glossary/glossary-terms.xml7157(primary) +#: ./doc/glossary/glossary-terms.xml7184(primary) msgid "secret keys" msgstr "" -#: ./doc/glossary/glossary-terms.xml7161(para) +#: ./doc/glossary/glossary-terms.xml7188(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.xml7167(glossterm) -#: ./doc/glossary/glossary-terms.xml7169(primary) +#: ./doc/glossary/glossary-terms.xml7194(glossterm) +#: ./doc/glossary/glossary-terms.xml7196(primary) msgid "secure shell (SSH)" msgstr "secure shell (SSH)" -#: ./doc/glossary/glossary-terms.xml7173(para) +#: ./doc/glossary/glossary-terms.xml7200(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.xml7180(glossterm) +#: ./doc/glossary/glossary-terms.xml7207(glossterm) msgid "security group" msgstr "セキュリティグループ" -#: ./doc/glossary/glossary-terms.xml7182(primary) +#: ./doc/glossary/glossary-terms.xml7209(primary) msgid "security groups" msgstr "" -#: ./doc/glossary/glossary-terms.xml7186(para) +#: ./doc/glossary/glossary-terms.xml7213(para) msgid "" "A set of network traffic filtering rules that are applied to a Compute " "instance." msgstr "Compute のインスタンスに適用される、ネットワーク通信のフィルタリングルールの集合。" -#: ./doc/glossary/glossary-terms.xml7192(glossterm) +#: ./doc/glossary/glossary-terms.xml7219(glossterm) msgid "segmented object" msgstr "分割オブジェクト" -#: ./doc/glossary/glossary-terms.xml7196(secondary) -#: ./doc/glossary/glossary-terms.xml7199(primary) +#: ./doc/glossary/glossary-terms.xml7223(secondary) +#: ./doc/glossary/glossary-terms.xml7226(primary) msgid "segmented objects" msgstr "" -#: ./doc/glossary/glossary-terms.xml7203(para) +#: ./doc/glossary/glossary-terms.xml7230(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.xml7210(glossterm) +#: ./doc/glossary/glossary-terms.xml7237(glossterm) msgid "server" msgstr "サーバー" -#: ./doc/glossary/glossary-terms.xml7218(para) +#: ./doc/glossary/glossary-terms.xml7245(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.xml7222(para) +#: ./doc/glossary/glossary-terms.xml7249(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.xml7228(glossterm) -#: ./doc/glossary/glossary-terms.xml7230(primary) +#: ./doc/glossary/glossary-terms.xml7255(glossterm) +#: ./doc/glossary/glossary-terms.xml7257(primary) msgid "server image" msgstr "サーバーイメージ" -#: ./doc/glossary/glossary-terms.xml7234(para) +#: ./doc/glossary/glossary-terms.xml7261(para) msgid "Alternative term for a VM image." msgstr "VM イメージの別名。" -#: ./doc/glossary/glossary-terms.xml7239(glossterm) -#: ./doc/glossary/glossary-terms.xml7243(secondary) +#: ./doc/glossary/glossary-terms.xml7266(glossterm) +#: ./doc/glossary/glossary-terms.xml7270(secondary) msgid "server UUID" msgstr "サーバー UUID" -#: ./doc/glossary/glossary-terms.xml7253(glossterm) +#: ./doc/glossary/glossary-terms.xml7280(glossterm) msgid "service" msgstr "service" -#: ./doc/glossary/glossary-terms.xml7255(primary) +#: ./doc/glossary/glossary-terms.xml7282(primary) msgid "services" msgstr "" -#: ./doc/glossary/glossary-terms.xml7261(para) +#: ./doc/glossary/glossary-terms.xml7288(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.xml7268(glossterm) -#: ./doc/glossary/glossary-terms.xml7270(primary) +#: ./doc/glossary/glossary-terms.xml7295(glossterm) +#: ./doc/glossary/glossary-terms.xml7297(primary) msgid "service catalog" msgstr "サービスカタログ" -#: ./doc/glossary/glossary-terms.xml7274(para) +#: ./doc/glossary/glossary-terms.xml7301(para) msgid "Alternative term for the Identity Service catalog." msgstr "Identity サービスカタログの別名。" -#: ./doc/glossary/glossary-terms.xml7279(glossterm) -#: ./doc/glossary/glossary-terms.xml7281(primary) +#: ./doc/glossary/glossary-terms.xml7306(glossterm) +#: ./doc/glossary/glossary-terms.xml7308(primary) msgid "service ID" msgstr "サービス ID" -#: ./doc/glossary/glossary-terms.xml7285(para) +#: ./doc/glossary/glossary-terms.xml7312(para) msgid "" "Unique ID assigned to each service that is available in the Identity Service" " catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7291(glossterm) -#: ./doc/glossary/glossary-terms.xml7293(primary) +#: ./doc/glossary/glossary-terms.xml7318(glossterm) +#: ./doc/glossary/glossary-terms.xml7320(primary) msgid "service registration" msgstr "サービス登録" -#: ./doc/glossary/glossary-terms.xml7297(para) +#: ./doc/glossary/glossary-terms.xml7324(para) msgid "" "An Identity Service feature that enables services, such as Compute, to " "automatically register with the catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7303(glossterm) -#: ./doc/glossary/glossary-terms.xml7305(primary) +#: ./doc/glossary/glossary-terms.xml7330(glossterm) +#: ./doc/glossary/glossary-terms.xml7332(primary) msgid "service tenant" msgstr "サービステナント" -#: ./doc/glossary/glossary-terms.xml7309(para) +#: ./doc/glossary/glossary-terms.xml7336(para) msgid "" "Special tenant that contains all services that are listed in the catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7315(glossterm) -#: ./doc/glossary/glossary-terms.xml7317(primary) +#: ./doc/glossary/glossary-terms.xml7342(glossterm) +#: ./doc/glossary/glossary-terms.xml7344(primary) msgid "service token" msgstr "サービストークン" -#: ./doc/glossary/glossary-terms.xml7321(para) +#: ./doc/glossary/glossary-terms.xml7348(para) msgid "" "An administrator-defined token used by Compute to communicate securely with " "the Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml7327(glossterm) -#: ./doc/glossary/glossary-terms.xml7331(secondary) +#: ./doc/glossary/glossary-terms.xml7354(glossterm) +#: ./doc/glossary/glossary-terms.xml7358(secondary) msgid "session back end" msgstr "セッションバックエンド" -#: ./doc/glossary/glossary-terms.xml7329(primary) -#: ./doc/glossary/glossary-terms.xml7343(primary) -#: ./doc/glossary/glossary-terms.xml7358(primary) +#: ./doc/glossary/glossary-terms.xml7356(primary) +#: ./doc/glossary/glossary-terms.xml7370(primary) +#: ./doc/glossary/glossary-terms.xml7385(primary) msgid "sessions" msgstr "セッション" -#: ./doc/glossary/glossary-terms.xml7335(para) +#: ./doc/glossary/glossary-terms.xml7362(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.xml7341(glossterm) -#: ./doc/glossary/glossary-terms.xml7345(secondary) +#: ./doc/glossary/glossary-terms.xml7368(glossterm) +#: ./doc/glossary/glossary-terms.xml7372(secondary) msgid "session persistence" msgstr "セッション持続性" -#: ./doc/glossary/glossary-terms.xml7349(para) +#: ./doc/glossary/glossary-terms.xml7376(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.xml7356(glossterm) -#: ./doc/glossary/glossary-terms.xml7360(secondary) +#: ./doc/glossary/glossary-terms.xml7383(glossterm) +#: ./doc/glossary/glossary-terms.xml7387(secondary) msgid "session storage" msgstr "セッションストレージ" -#: ./doc/glossary/glossary-terms.xml7364(para) +#: ./doc/glossary/glossary-terms.xml7391(para) msgid "" "A horizon component that stores and tracks client session information. " "Implemented through the Django sessions framework." msgstr "クライアントセッションの保持と追跡を行う Horizon のコンポーネント。 Django のセッションフレームワークを用いて実装されている。" -#: ./doc/glossary/glossary-terms.xml7370(glossterm) -#: ./doc/glossary/glossary-terms.xml7377(primary) +#: ./doc/glossary/glossary-terms.xml7397(glossterm) +#: ./doc/glossary/glossary-terms.xml7404(primary) msgid "shared IP address" msgstr "共有 IP アドレス" -#: ./doc/glossary/glossary-terms.xml7374(secondary) +#: ./doc/glossary/glossary-terms.xml7401(secondary) msgid "shared" msgstr "shared" -#: ./doc/glossary/glossary-terms.xml7381(para) +#: ./doc/glossary/glossary-terms.xml7408(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 " @@ -6843,15 +6866,15 @@ msgid "" " monitor for failure and manage IP failover." msgstr "" -#: ./doc/glossary/glossary-terms.xml7394(glossterm) +#: ./doc/glossary/glossary-terms.xml7421(glossterm) msgid "shared IP group" msgstr "共有 IP グループ" -#: ./doc/glossary/glossary-terms.xml7396(primary) +#: ./doc/glossary/glossary-terms.xml7423(primary) msgid "shared IP groups" msgstr "" -#: ./doc/glossary/glossary-terms.xml7400(para) +#: ./doc/glossary/glossary-terms.xml7427(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" @@ -6860,43 +6883,43 @@ msgid "" "only one shared IP group." msgstr "" -#: ./doc/glossary/glossary-terms.xml7409(glossterm) -#: ./doc/glossary/glossary-terms.xml7411(primary) +#: ./doc/glossary/glossary-terms.xml7436(glossterm) +#: ./doc/glossary/glossary-terms.xml7438(primary) msgid "shared storage" msgstr "共有ストレージ" -#: ./doc/glossary/glossary-terms.xml7415(para) +#: ./doc/glossary/glossary-terms.xml7442(para) msgid "" "Block storage that is simultaneously accessible by multiple clients, for " "example, NFS." msgstr "" -#: ./doc/glossary/glossary-terms.xml7421(glossterm) -#: ./doc/glossary/glossary-terms.xml7423(primary) +#: ./doc/glossary/glossary-terms.xml7448(glossterm) +#: ./doc/glossary/glossary-terms.xml7450(primary) msgid "Sheepdog" msgstr "Sheepdog" -#: ./doc/glossary/glossary-terms.xml7427(para) +#: ./doc/glossary/glossary-terms.xml7454(para) msgid "Distributed block storage system for QEMU, supported by OpenStack." msgstr "OpenStack によりサポートされる、QEMU 用の分散ブロックストレージシステム。" -#: ./doc/glossary/glossary-terms.xml7433(glossterm) -#: ./doc/glossary/glossary-terms.xml7436(primary) +#: ./doc/glossary/glossary-terms.xml7460(glossterm) +#: ./doc/glossary/glossary-terms.xml7463(primary) msgid "Simple Cloud Identity Management (SCIM)" msgstr "Simple Cloud Identity Management (SCIM)" -#: ./doc/glossary/glossary-terms.xml7440(para) +#: ./doc/glossary/glossary-terms.xml7467(para) msgid "" "Specification for managing identity in the cloud, currently unsupported by " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml7446(glossterm) -#: ./doc/glossary/glossary-terms.xml7449(primary) +#: ./doc/glossary/glossary-terms.xml7473(glossterm) +#: ./doc/glossary/glossary-terms.xml7476(primary) msgid "Single-root I/O Virtualization (SR-IOV)" msgstr "Single-root I/O Virtualization (SR-IOV)" -#: ./doc/glossary/glossary-terms.xml7453(para) +#: ./doc/glossary/glossary-terms.xml7480(para) msgid "" "A specification that, when implemented by a physical PCIe device, enables it" " to appear as multiple separate PCIe devices. This enables multiple " @@ -6906,232 +6929,232 @@ msgid "" "together\">releases." msgstr "" -#: ./doc/glossary/glossary-terms.xml7463(glossterm) -#: ./doc/glossary/glossary-terms.xml7465(primary) +#: ./doc/glossary/glossary-terms.xml7490(glossterm) +#: ./doc/glossary/glossary-terms.xml7492(primary) msgid "SmokeStack" msgstr "SmokeStack" -#: ./doc/glossary/glossary-terms.xml7469(para) +#: ./doc/glossary/glossary-terms.xml7496(para) msgid "Runs automated tests against the core OpenStack API; written in Rails." msgstr "" -#: ./doc/glossary/glossary-terms.xml7475(glossterm) -#: ./doc/glossary/glossary-terms.xml7477(primary) +#: ./doc/glossary/glossary-terms.xml7502(glossterm) +#: ./doc/glossary/glossary-terms.xml7504(primary) msgid "snapshot" msgstr "スナップショット" -#: ./doc/glossary/glossary-terms.xml7481(para) +#: ./doc/glossary/glossary-terms.xml7508(para) msgid "" "A point-in-time copy of an OpenStack storage volume or image. Use storage " "volume snapshots to back up volumes. Use image snapshots to back up data, or" " as \"gold\" images for additional servers." msgstr "OpenStack ストレージボリュームやイメージの、ある時点でのコピー。ストレージのボリュームスナップショットは、ボリュームをバックアップするために使用する。イメージスナップショットは、データのバックアップを行ったり、新しいサーバー用の「ゴールド」イメージ(設定済みイメージ)としてバックアップしたりするのに使用する。" -#: ./doc/glossary/glossary-terms.xml7488(glossterm) -#: ./doc/glossary/glossary-terms.xml7495(primary) +#: ./doc/glossary/glossary-terms.xml7515(glossterm) +#: ./doc/glossary/glossary-terms.xml7522(primary) msgid "soft reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml7499(para) +#: ./doc/glossary/glossary-terms.xml7526(para) msgid "" "A controlled reboot where a VM instance is properly restarted through " "operating system commands." msgstr "" -#: ./doc/glossary/glossary-terms.xml7505(glossterm) -#: ./doc/glossary/glossary-terms.xml7507(primary) +#: ./doc/glossary/glossary-terms.xml7532(glossterm) +#: ./doc/glossary/glossary-terms.xml7534(primary) msgid "SolidFire Volume Driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml7511(para) +#: ./doc/glossary/glossary-terms.xml7538(para) msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." msgstr "" -#: ./doc/glossary/glossary-terms.xml7517(glossterm) +#: ./doc/glossary/glossary-terms.xml7544(glossterm) msgid "SPICE" msgstr "" -#: ./doc/glossary/glossary-terms.xml7519(primary) +#: ./doc/glossary/glossary-terms.xml7546(primary) msgid "SPICE (Simple Protocol for Independent Computing Environments)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7524(para) +#: ./doc/glossary/glossary-terms.xml7551(para) msgid "" "The Simple Protocol for Independent Computing Environments (SPICE) provides " "remote desktop access to guest virtual machines. It is an alternative to " "VNC. SPICE is supported by OpenStack." msgstr "Simple Protocol for Independent Computing Environments (SPICE) は、ゲスト仮想マシンに対するリモートデスクトップアクセスを提供する。VNC の代替品。SPICE は OpenStack によりサポートされる。" -#: ./doc/glossary/glossary-terms.xml7531(glossterm) -#: ./doc/glossary/glossary-terms.xml7538(primary) +#: ./doc/glossary/glossary-terms.xml7558(glossterm) +#: ./doc/glossary/glossary-terms.xml7565(primary) msgid "spread-first scheduler" msgstr "分散優先スケジューラー" -#: ./doc/glossary/glossary-terms.xml7535(secondary) +#: ./doc/glossary/glossary-terms.xml7562(secondary) msgid "spread-first" msgstr "" -#: ./doc/glossary/glossary-terms.xml7542(para) +#: ./doc/glossary/glossary-terms.xml7569(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.xml7548(glossterm) -#: ./doc/glossary/glossary-terms.xml7550(primary) +#: ./doc/glossary/glossary-terms.xml7575(glossterm) +#: ./doc/glossary/glossary-terms.xml7577(primary) msgid "SQL-Alchemy" msgstr "SQL-Alchemy" -#: ./doc/glossary/glossary-terms.xml7554(para) +#: ./doc/glossary/glossary-terms.xml7581(para) msgid "An open source SQL toolkit for Python, used in OpenStack." msgstr "OpenStack で使われている、オープンソースの Python 用 SQL ツールキット。" -#: ./doc/glossary/glossary-terms.xml7559(glossterm) -#: ./doc/glossary/glossary-terms.xml7561(primary) +#: ./doc/glossary/glossary-terms.xml7586(glossterm) +#: ./doc/glossary/glossary-terms.xml7588(primary) msgid "SQLite" msgstr "SQLite" -#: ./doc/glossary/glossary-terms.xml7565(para) +#: ./doc/glossary/glossary-terms.xml7592(para) msgid "" "A lightweight SQL database, used as the default persistent storage method in" " many OpenStack services." msgstr "軽量 SQL データベース。多くの OpenStack サービスでデフォルトの永続ストレージとして使用されている。" -#: ./doc/glossary/glossary-terms.xml7571(glossterm) -#: ./doc/glossary/glossary-terms.xml7573(primary) +#: ./doc/glossary/glossary-terms.xml7598(glossterm) +#: ./doc/glossary/glossary-terms.xml7600(primary) msgid "stack" msgstr "" -#: ./doc/glossary/glossary-terms.xml7577(para) +#: ./doc/glossary/glossary-terms.xml7604(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.xml7585(glossterm) -#: ./doc/glossary/glossary-terms.xml7587(primary) +#: ./doc/glossary/glossary-terms.xml7612(glossterm) +#: ./doc/glossary/glossary-terms.xml7614(primary) msgid "StackTach" msgstr "StackTach" -#: ./doc/glossary/glossary-terms.xml7591(para) +#: ./doc/glossary/glossary-terms.xml7618(para) msgid "" "Community project that captures Compute AMQP communications; useful for " "debugging." msgstr "" -#: ./doc/glossary/glossary-terms.xml7597(glossterm) +#: ./doc/glossary/glossary-terms.xml7624(glossterm) msgid "static IP address" msgstr "静的 IP アドレス" -#: ./doc/glossary/glossary-terms.xml7601(secondary) +#: ./doc/glossary/glossary-terms.xml7628(secondary) msgid "static" msgstr "" -#: ./doc/glossary/glossary-terms.xml7604(primary) +#: ./doc/glossary/glossary-terms.xml7631(primary) msgid "static IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml7608(para) +#: ./doc/glossary/glossary-terms.xml7635(para) msgid "Alternative term for a fixed IP address." msgstr "固定 IP アドレスの別名。" -#: ./doc/glossary/glossary-terms.xml7613(glossterm) -#: ./doc/glossary/glossary-terms.xml7615(primary) +#: ./doc/glossary/glossary-terms.xml7640(glossterm) +#: ./doc/glossary/glossary-terms.xml7642(primary) msgid "StaticWeb" msgstr "StaticWeb" -#: ./doc/glossary/glossary-terms.xml7619(para) +#: ./doc/glossary/glossary-terms.xml7646(para) msgid "" "WSGI middleware component of Object Storage that serves container data as a " "static web page." msgstr "" -#: ./doc/glossary/glossary-terms.xml7625(glossterm) -#: ./doc/glossary/glossary-terms.xml7627(primary) +#: ./doc/glossary/glossary-terms.xml7652(glossterm) +#: ./doc/glossary/glossary-terms.xml7654(primary) msgid "storage back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml7631(para) +#: ./doc/glossary/glossary-terms.xml7658(para) msgid "" "The method that a service uses for persistent storage, such as iSCSI, NFS, " "or local disk." msgstr "" -#: ./doc/glossary/glossary-terms.xml7637(glossterm) -#: ./doc/glossary/glossary-terms.xml7644(primary) +#: ./doc/glossary/glossary-terms.xml7664(glossterm) +#: ./doc/glossary/glossary-terms.xml7671(primary) msgid "storage node" msgstr "ストレージノード" -#: ./doc/glossary/glossary-terms.xml7641(secondary) +#: ./doc/glossary/glossary-terms.xml7668(secondary) msgid "storage nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml7648(para) +#: ./doc/glossary/glossary-terms.xml7675(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.xml7655(glossterm) -#: ./doc/glossary/glossary-terms.xml7659(secondary) +#: ./doc/glossary/glossary-terms.xml7682(glossterm) +#: ./doc/glossary/glossary-terms.xml7686(secondary) msgid "storage manager" msgstr "ストレージマネージャー" -#: ./doc/glossary/glossary-terms.xml7657(primary) -#: ./doc/glossary/glossary-terms.xml7671(primary) -#: ./doc/glossary/glossary-terms.xml7685(primary) -#: ./doc/glossary/glossary-terms.xml7834(primary) +#: ./doc/glossary/glossary-terms.xml7684(primary) +#: ./doc/glossary/glossary-terms.xml7698(primary) +#: ./doc/glossary/glossary-terms.xml7712(primary) +#: ./doc/glossary/glossary-terms.xml7861(primary) msgid "storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7663(para) +#: ./doc/glossary/glossary-terms.xml7690(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.xml7669(glossterm) -#: ./doc/glossary/glossary-terms.xml7673(secondary) +#: ./doc/glossary/glossary-terms.xml7696(glossterm) +#: ./doc/glossary/glossary-terms.xml7700(secondary) msgid "storage manager back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml7677(para) +#: ./doc/glossary/glossary-terms.xml7704(para) msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." msgstr "" -#: ./doc/glossary/glossary-terms.xml7683(glossterm) -#: ./doc/glossary/glossary-terms.xml7687(secondary) +#: ./doc/glossary/glossary-terms.xml7710(glossterm) +#: ./doc/glossary/glossary-terms.xml7714(secondary) msgid "storage services" msgstr "ストレージサービス" -#: ./doc/glossary/glossary-terms.xml7691(para) +#: ./doc/glossary/glossary-terms.xml7718(para) msgid "" "Collective name for the Object Storage object services, container services, " "and account services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7697(glossterm) -#: ./doc/glossary/glossary-terms.xml7699(primary) +#: ./doc/glossary/glossary-terms.xml7724(glossterm) +#: ./doc/glossary/glossary-terms.xml7726(primary) msgid "strategy" msgstr "" -#: ./doc/glossary/glossary-terms.xml7703(para) +#: ./doc/glossary/glossary-terms.xml7730(para) msgid "" "Specifies the authentication source used by Image Service or Identity " "Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml7709(glossterm) +#: ./doc/glossary/glossary-terms.xml7736(glossterm) msgid "subdomain" msgstr "サブドメイン" -#: ./doc/glossary/glossary-terms.xml7711(primary) +#: ./doc/glossary/glossary-terms.xml7738(primary) msgid "subdomains" msgstr "" -#: ./doc/glossary/glossary-terms.xml7715(para) +#: ./doc/glossary/glossary-terms.xml7742(para) msgid "" "A domain within a parent domain. Subdomains cannot be registered. Subdomains" " enable you to delegate domains. Subdomains can themselves have subdomains, " @@ -7139,424 +7162,435 @@ msgid "" "possible." msgstr "" -#: ./doc/glossary/glossary-terms.xml7723(glossterm) -#: ./doc/glossary/glossary-terms.xml7725(primary) +#: ./doc/glossary/glossary-terms.xml7750(glossterm) +#: ./doc/glossary/glossary-terms.xml7752(primary) msgid "subnet" msgstr "" -#: ./doc/glossary/glossary-terms.xml7729(para) +#: ./doc/glossary/glossary-terms.xml7756(para) msgid "Logical subdivision of an IP network." msgstr "" -#: ./doc/glossary/glossary-terms.xml7734(glossterm) -#: ./doc/glossary/glossary-terms.xml7737(primary) +#: ./doc/glossary/glossary-terms.xml7761(glossterm) +#: ./doc/glossary/glossary-terms.xml7764(primary) msgid "SUSE Linux Enterprise Server (SLES)" msgstr "SUSE Linux Enterprise Server (SLES)" -#: ./doc/glossary/glossary-terms.xml7746(glossterm) +#: ./doc/glossary/glossary-terms.xml7773(glossterm) msgid "suspend" msgstr "" -#: ./doc/glossary/glossary-terms.xml7748(primary) +#: ./doc/glossary/glossary-terms.xml7775(primary) msgid "suspend, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml7752(para) +#: ./doc/glossary/glossary-terms.xml7779(para) msgid "" "Alternative term for a paused VM instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml7758(glossterm) +#: ./doc/glossary/glossary-terms.xml7785(glossterm) msgid "swap" msgstr "スワップ" -#: ./doc/glossary/glossary-terms.xml7760(primary) +#: ./doc/glossary/glossary-terms.xml7787(primary) msgid "swap, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml7764(para) +#: ./doc/glossary/glossary-terms.xml7791(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.xml7770(glossterm) -#: ./doc/glossary/glossary-terms.xml7772(primary) +#: ./doc/glossary/glossary-terms.xml7797(glossterm) +#: ./doc/glossary/glossary-terms.xml7799(primary) msgid "swawth" msgstr "" -#: ./doc/glossary/glossary-terms.xml7776(para) +#: ./doc/glossary/glossary-terms.xml7803(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.xml7786(para) +#: ./doc/glossary/glossary-terms.xml7813(para) msgid "An OpenStack core project that provides object storage services." msgstr "オブジェクトストレージサービスを提供する OpenStack コアプロジェクト。" -#: ./doc/glossary/glossary-terms.xml7792(glossterm) -#: ./doc/glossary/glossary-terms.xml7794(primary) +#: ./doc/glossary/glossary-terms.xml7819(glossterm) +#: ./doc/glossary/glossary-terms.xml7821(primary) msgid "swift All in One (SAIO)" msgstr "swift All in One (SAIO)" -#: ./doc/glossary/glossary-terms.xml7798(para) +#: ./doc/glossary/glossary-terms.xml7825(para) msgid "" "Creates a full Object Storage development environment within a single VM." msgstr "" -#: ./doc/glossary/glossary-terms.xml7804(glossterm) -#: ./doc/glossary/glossary-terms.xml7808(secondary) +#: ./doc/glossary/glossary-terms.xml7831(glossterm) +#: ./doc/glossary/glossary-terms.xml7835(secondary) msgid "swift middleware" msgstr "swift ミドルウェア" -#: ./doc/glossary/glossary-terms.xml7812(para) +#: ./doc/glossary/glossary-terms.xml7839(para) msgid "" "Collective term for Object Storage components that provide additional " "functionality." msgstr "" -#: ./doc/glossary/glossary-terms.xml7818(glossterm) -#: ./doc/glossary/glossary-terms.xml7822(secondary) +#: ./doc/glossary/glossary-terms.xml7845(glossterm) +#: ./doc/glossary/glossary-terms.xml7849(secondary) msgid "swift proxy server" msgstr "swift プロキシサーバー" -#: ./doc/glossary/glossary-terms.xml7826(para) +#: ./doc/glossary/glossary-terms.xml7853(para) msgid "" "Acts as the gatekeeper to Object Storage and is responsible for " "authenticating the user." msgstr "" -#: ./doc/glossary/glossary-terms.xml7832(glossterm) +#: ./doc/glossary/glossary-terms.xml7859(glossterm) msgid "swift storage node" msgstr "swift ストレージノード" -#: ./doc/glossary/glossary-terms.xml7836(secondary) -#: ./doc/glossary/glossary-terms.xml7841(secondary) -#: ./doc/glossary/glossary-terms.xml7846(secondary) +#: ./doc/glossary/glossary-terms.xml7863(secondary) +#: ./doc/glossary/glossary-terms.xml7868(secondary) +#: ./doc/glossary/glossary-terms.xml7873(secondary) msgid "swift storage nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml7850(para) +#: ./doc/glossary/glossary-terms.xml7877(para) msgid "" "A node that runs Object Storage account, container, and object services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7856(glossterm) -#: ./doc/glossary/glossary-terms.xml7858(primary) +#: ./doc/glossary/glossary-terms.xml7883(glossterm) +#: ./doc/glossary/glossary-terms.xml7885(primary) msgid "sync point" msgstr "同期ポイント" -#: ./doc/glossary/glossary-terms.xml7862(para) +#: ./doc/glossary/glossary-terms.xml7889(para) msgid "" "Point in time since the last container and accounts database sync among " "nodes within Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml7868(glossterm) -#: ./doc/glossary/glossary-terms.xml7870(primary) +#: ./doc/glossary/glossary-terms.xml7895(glossterm) +#: ./doc/glossary/glossary-terms.xml7897(primary) msgid "sysadmin" msgstr "" -#: ./doc/glossary/glossary-terms.xml7874(para) +#: ./doc/glossary/glossary-terms.xml7901(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.xml7881(glossterm) -#: ./doc/glossary/glossary-terms.xml7883(primary) +#: ./doc/glossary/glossary-terms.xml7908(glossterm) +#: ./doc/glossary/glossary-terms.xml7910(primary) msgid "system usage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7887(para) +#: ./doc/glossary/glossary-terms.xml7914(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.xml7897(title) +#: ./doc/glossary/glossary-terms.xml7924(title) msgid "T" msgstr "T" -#: ./doc/glossary/glossary-terms.xml7900(glossterm) -#: ./doc/glossary/glossary-terms.xml7902(primary) +#: ./doc/glossary/glossary-terms.xml7927(glossterm) +#: ./doc/glossary/glossary-terms.xml7929(primary) msgid "Telemetry" msgstr "Telemetry" -#: ./doc/glossary/glossary-terms.xml7906(para) +#: ./doc/glossary/glossary-terms.xml7933(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.xml7913(glossterm) -#: ./doc/glossary/glossary-terms.xml7915(primary) +#: ./doc/glossary/glossary-terms.xml7940(glossterm) +#: ./doc/glossary/glossary-terms.xml7942(primary) msgid "TempAuth" msgstr "TempAuth" -#: ./doc/glossary/glossary-terms.xml7919(para) +#: ./doc/glossary/glossary-terms.xml7946(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.xml7926(glossterm) -#: ./doc/glossary/glossary-terms.xml7928(primary) +#: ./doc/glossary/glossary-terms.xml7953(glossterm) +#: ./doc/glossary/glossary-terms.xml7955(primary) msgid "Tempest" msgstr "Tempest" -#: ./doc/glossary/glossary-terms.xml7932(para) +#: ./doc/glossary/glossary-terms.xml7959(para) msgid "" "Automated software test suite designed to run against the trunk of the " "OpenStack core project." msgstr "OpenStack コアプロジェクトの trunk ブランチに対してテストを実行するために設計された自動ソフトウェアテストスイート。" -#: ./doc/glossary/glossary-terms.xml7938(glossterm) -#: ./doc/glossary/glossary-terms.xml7940(primary) +#: ./doc/glossary/glossary-terms.xml7965(glossterm) +#: ./doc/glossary/glossary-terms.xml7967(primary) msgid "TempURL" msgstr "TempURL" -#: ./doc/glossary/glossary-terms.xml7944(para) +#: ./doc/glossary/glossary-terms.xml7971(para) msgid "" "An Object Storage middleware component that enables creation of URLs for " "temporary object access." msgstr "" -#: ./doc/glossary/glossary-terms.xml7950(glossterm) -#: ./doc/glossary/glossary-terms.xml7961(primary) -#: ./doc/glossary/glossary-terms.xml7979(primary) -#: ./doc/glossary/glossary-terms.xml7993(primary) +#: ./doc/glossary/glossary-terms.xml7977(glossterm) +#: ./doc/glossary/glossary-terms.xml7988(primary) +#: ./doc/glossary/glossary-terms.xml8006(primary) +#: ./doc/glossary/glossary-terms.xml8020(primary) msgid "tenant" msgstr "テナント" -#: ./doc/glossary/glossary-terms.xml7953(para) +#: ./doc/glossary/glossary-terms.xml7980(para) msgid "" "A group of users; used to isolate access to Compute resources. An " "alternative term for a project." msgstr "" -#: ./doc/glossary/glossary-terms.xml7959(glossterm) -#: ./doc/glossary/glossary-terms.xml7963(secondary) +#: ./doc/glossary/glossary-terms.xml7986(glossterm) +#: ./doc/glossary/glossary-terms.xml7990(secondary) msgid "Tenant API" msgstr "テナント API" -#: ./doc/glossary/glossary-terms.xml7967(para) +#: ./doc/glossary/glossary-terms.xml7994(para) msgid "An API that is accessible to tenants." msgstr "テナントにアクセス可能な API。" -#: ./doc/glossary/glossary-terms.xml7972(glossterm) -#: ./doc/glossary/glossary-terms.xml7976(secondary) -#: ./doc/glossary/glossary-terms.xml7981(secondary) +#: ./doc/glossary/glossary-terms.xml7999(glossterm) +#: ./doc/glossary/glossary-terms.xml8003(secondary) +#: ./doc/glossary/glossary-terms.xml8008(secondary) msgid "tenant endpoint" msgstr "テナントエンドポイント" -#: ./doc/glossary/glossary-terms.xml7985(para) +#: ./doc/glossary/glossary-terms.xml8012(para) msgid "" "An Identity Service API endpoint that is associated with one or more " "tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml7991(glossterm) -#: ./doc/glossary/glossary-terms.xml7995(secondary) +#: ./doc/glossary/glossary-terms.xml8018(glossterm) +#: ./doc/glossary/glossary-terms.xml8022(secondary) msgid "tenant ID" msgstr "テナント ID" -#: ./doc/glossary/glossary-terms.xml7999(para) +#: ./doc/glossary/glossary-terms.xml8026(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.xml8005(glossterm) +#: ./doc/glossary/glossary-terms.xml8032(glossterm) msgid "token" msgstr "トークン" -#: ./doc/glossary/glossary-terms.xml8007(primary) +#: ./doc/glossary/glossary-terms.xml8034(primary) msgid "tokens" msgstr "トークン" -#: ./doc/glossary/glossary-terms.xml8011(para) +#: ./doc/glossary/glossary-terms.xml8038(para) msgid "" "An alpha-numeric string of text used to access OpenStack APIs and resources." msgstr "OpenStack API やリソースへのアクセスに使用される英数字文字列。" -#: ./doc/glossary/glossary-terms.xml8017(glossterm) -#: ./doc/glossary/glossary-terms.xml8019(primary) +#: ./doc/glossary/glossary-terms.xml8044(glossterm) +#: ./doc/glossary/glossary-terms.xml8046(primary) msgid "token services" msgstr "" -#: ./doc/glossary/glossary-terms.xml8023(para) +#: ./doc/glossary/glossary-terms.xml8050(para) msgid "" "An Identity Service component that manages and validates tokens after a user" " or tenant has been authenticated." msgstr "" -#: ./doc/glossary/glossary-terms.xml8029(glossterm) -#: ./doc/glossary/glossary-terms.xml8031(primary) +#: ./doc/glossary/glossary-terms.xml8056(glossterm) +#: ./doc/glossary/glossary-terms.xml8058(primary) msgid "tombstone" msgstr "tombstone" -#: ./doc/glossary/glossary-terms.xml8034(para) +#: ./doc/glossary/glossary-terms.xml8061(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.xml8042(glossterm) -#: ./doc/glossary/glossary-terms.xml8044(primary) +#: ./doc/glossary/glossary-terms.xml8069(glossterm) +#: ./doc/glossary/glossary-terms.xml8071(primary) msgid "topic publisher" msgstr "" -#: ./doc/glossary/glossary-terms.xml8048(para) +#: ./doc/glossary/glossary-terms.xml8075(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.xml8054(glossterm) -#: ./doc/glossary/glossary-terms.xml8056(primary) +#: ./doc/glossary/glossary-terms.xml8081(glossterm) +#: ./doc/glossary/glossary-terms.xml8083(primary) msgid "Torpedo" msgstr "Torpedo" -#: ./doc/glossary/glossary-terms.xml8060(para) +#: ./doc/glossary/glossary-terms.xml8087(para) msgid "" "Community project used to run automated tests against the OpenStack API." msgstr "" -#: ./doc/glossary/glossary-terms.xml8066(glossterm) +#: ./doc/glossary/glossary-terms.xml8093(glossterm) msgid "transaction ID" msgstr "トランザクション ID" -#: ./doc/glossary/glossary-terms.xml8068(primary) +#: ./doc/glossary/glossary-terms.xml8095(primary) msgid "transaction IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml8072(para) +#: ./doc/glossary/glossary-terms.xml8099(para) msgid "" "Unique ID assigned to each Object Storage request; used for debugging and " "tracing." msgstr "" -#: ./doc/glossary/glossary-terms.xml8078(glossterm) +#: ./doc/glossary/glossary-terms.xml8105(glossterm) msgid "transient" msgstr "" -#: ./doc/glossary/glossary-terms.xml8080(primary) +#: ./doc/glossary/glossary-terms.xml8107(primary) msgid "transient exchanges" msgstr "" -#: ./doc/glossary/glossary-terms.xml8086(para) +#: ./doc/glossary/glossary-terms.xml8113(para) msgid "Alternative term for non-durable." msgstr "" -#: ./doc/glossary/glossary-terms.xml8091(glossterm) +#: ./doc/glossary/glossary-terms.xml8118(glossterm) msgid "transient exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml8094(para) +#: ./doc/glossary/glossary-terms.xml8121(para) msgid "" "Alternative term for a non-durable exchange." msgstr "" -#: ./doc/glossary/glossary-terms.xml8100(glossterm) +#: ./doc/glossary/glossary-terms.xml8127(glossterm) msgid "transient message" msgstr "" -#: ./doc/glossary/glossary-terms.xml8104(secondary) -#: ./doc/glossary/glossary-terms.xml8107(primary) +#: ./doc/glossary/glossary-terms.xml8131(secondary) +#: ./doc/glossary/glossary-terms.xml8134(primary) msgid "transient messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml8111(para) +#: ./doc/glossary/glossary-terms.xml8138(para) msgid "" "A message that is stored in memory and is lost after the server is " "restarted." msgstr "" -#: ./doc/glossary/glossary-terms.xml8117(glossterm) +#: ./doc/glossary/glossary-terms.xml8144(glossterm) msgid "transient queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml8121(secondary) -#: ./doc/glossary/glossary-terms.xml8124(primary) +#: ./doc/glossary/glossary-terms.xml8148(secondary) +#: ./doc/glossary/glossary-terms.xml8151(primary) msgid "transient queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml8128(para) +#: ./doc/glossary/glossary-terms.xml8155(para) msgid "Alternative term for a non-durable queue." msgstr "" -#: ./doc/glossary/glossary-terms.xml8133(glossterm) -#: ./doc/glossary/glossary-terms.xml8135(primary) +#: ./doc/glossary/glossary-terms.xml8160(glossterm) +#: ./doc/glossary/glossary-terms.xml8162(primary) +msgid "TripleO" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8166(para) +msgid "" +"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " +"program." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8174(glossterm) +#: ./doc/glossary/glossary-terms.xml8176(primary) msgid "trove" msgstr "trove" -#: ./doc/glossary/glossary-terms.xml8139(para) +#: ./doc/glossary/glossary-terms.xml8180(para) msgid "OpenStack project that provides database services to applications." msgstr "データベースサービスをアプリケーションに提供する OpenStack のプロジェクト。" -#: ./doc/glossary/glossary-terms.xml8148(title) +#: ./doc/glossary/glossary-terms.xml8189(title) msgid "U" msgstr "U" -#: ./doc/glossary/glossary-terms.xml8151(glossterm) -#: ./doc/glossary/glossary-terms.xml8153(primary) +#: ./doc/glossary/glossary-terms.xml8192(glossterm) +#: ./doc/glossary/glossary-terms.xml8194(primary) msgid "Ubuntu" msgstr "Ubuntu" -#: ./doc/glossary/glossary-terms.xml8157(para) +#: ./doc/glossary/glossary-terms.xml8198(para) msgid "A Debian-based Linux distribution." msgstr "Debian ベースの Linux ディストリビューション。" -#: ./doc/glossary/glossary-terms.xml8162(glossterm) -#: ./doc/glossary/glossary-terms.xml8164(primary) +#: ./doc/glossary/glossary-terms.xml8203(glossterm) +#: ./doc/glossary/glossary-terms.xml8205(primary) msgid "unscoped token" msgstr "スコープなしトークン" -#: ./doc/glossary/glossary-terms.xml8168(para) +#: ./doc/glossary/glossary-terms.xml8209(para) msgid "Alternative term for an Identity Service default token." msgstr "Identity Service デフォルトトークンの別名。" -#: ./doc/glossary/glossary-terms.xml8173(glossterm) +#: ./doc/glossary/glossary-terms.xml8214(glossterm) msgid "updater" msgstr "アップデーター" -#: ./doc/glossary/glossary-terms.xml8175(primary) +#: ./doc/glossary/glossary-terms.xml8216(primary) msgid "updaters" msgstr "" -#: ./doc/glossary/glossary-terms.xml8179(para) +#: ./doc/glossary/glossary-terms.xml8220(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.xml8185(glossterm) +#: ./doc/glossary/glossary-terms.xml8226(glossterm) msgid "user" msgstr "ユーザー" -#: ./doc/glossary/glossary-terms.xml8187(primary) +#: ./doc/glossary/glossary-terms.xml8228(primary) msgid "users, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml8191(para) +#: ./doc/glossary/glossary-terms.xml8232(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.xml8198(glossterm) -#: ./doc/glossary/glossary-terms.xml8200(primary) +#: ./doc/glossary/glossary-terms.xml8239(glossterm) +#: ./doc/glossary/glossary-terms.xml8241(primary) msgid "user data" msgstr "ユーザーデータ" -#: ./doc/glossary/glossary-terms.xml8204(para) +#: ./doc/glossary/glossary-terms.xml8245(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. " @@ -7564,30 +7598,30 @@ msgid "" "Commonly used to pass a shell script that the instance runs on boot." msgstr "" -#: ./doc/glossary/glossary-terms.xml8214(glossterm) -#: ./doc/glossary/glossary-terms.xml8216(primary) +#: ./doc/glossary/glossary-terms.xml8255(glossterm) +#: ./doc/glossary/glossary-terms.xml8257(primary) msgid "User Mode Linux (UML)" msgstr "User Mode Linux (UML)" -#: ./doc/glossary/glossary-terms.xml8228(title) +#: ./doc/glossary/glossary-terms.xml8269(title) msgid "V" msgstr "V" -#: ./doc/glossary/glossary-terms.xml8231(glossterm) -#: ./doc/glossary/glossary-terms.xml8233(primary) +#: ./doc/glossary/glossary-terms.xml8272(glossterm) +#: ./doc/glossary/glossary-terms.xml8274(primary) msgid "VIF UUID" msgstr "VIF UUID" -#: ./doc/glossary/glossary-terms.xml8237(para) +#: ./doc/glossary/glossary-terms.xml8278(para) msgid "Unique ID assigned to each Networking VIF." msgstr "" -#: ./doc/glossary/glossary-terms.xml8242(glossterm) -#: ./doc/glossary/glossary-terms.xml8244(primary) +#: ./doc/glossary/glossary-terms.xml8283(glossterm) +#: ./doc/glossary/glossary-terms.xml8285(primary) msgid "VIP" msgstr "仮想 IP" -#: ./doc/glossary/glossary-terms.xml8248(para) +#: ./doc/glossary/glossary-terms.xml8289(para) msgid "" "The primary load balancing configuration object. Specifies the virtual IP " "address and port where client traffic is received. Also defines other " @@ -7596,31 +7630,31 @@ msgid "" "server, vserver, or listener." msgstr "" -#: ./doc/glossary/glossary-terms.xml8258(glossterm) -#: ./doc/glossary/glossary-terms.xml8261(primary) +#: ./doc/glossary/glossary-terms.xml8299(glossterm) +#: ./doc/glossary/glossary-terms.xml8302(primary) msgid "Virtual Central Processing Unit (vCPU)" msgstr "仮想CPU (vCPU)" -#: ./doc/glossary/glossary-terms.xml8265(para) +#: ./doc/glossary/glossary-terms.xml8306(para) msgid "Subdivides physical CPUs. Instances can then use those divisions." msgstr "" -#: ./doc/glossary/glossary-terms.xml8271(glossterm) -#: ./doc/glossary/glossary-terms.xml8273(primary) +#: ./doc/glossary/glossary-terms.xml8312(glossterm) +#: ./doc/glossary/glossary-terms.xml8314(primary) msgid "Virtual Disk Image (VDI)" msgstr "Virtual Disk Image (VDI)" -#: ./doc/glossary/glossary-terms.xml8283(glossterm) -#: ./doc/glossary/glossary-terms.xml8285(primary) +#: ./doc/glossary/glossary-terms.xml8324(glossterm) +#: ./doc/glossary/glossary-terms.xml8326(primary) msgid "Virtual Hard Disk (VHD)" msgstr "Virtual Hard Disk (VHD)" -#: ./doc/glossary/glossary-terms.xml8295(glossterm) -#: ./doc/glossary/glossary-terms.xml8297(primary) +#: ./doc/glossary/glossary-terms.xml8336(glossterm) +#: ./doc/glossary/glossary-terms.xml8338(primary) msgid "virtual IP" msgstr "仮想 IP" -#: ./doc/glossary/glossary-terms.xml8301(para) +#: ./doc/glossary/glossary-terms.xml8342(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" @@ -7628,146 +7662,146 @@ msgid "" "balancer." msgstr "" -#: ./doc/glossary/glossary-terms.xml8309(glossterm) -#: ./doc/glossary/glossary-terms.xml8311(primary) +#: ./doc/glossary/glossary-terms.xml8350(glossterm) +#: ./doc/glossary/glossary-terms.xml8352(primary) msgid "virtual machine (VM)" msgstr "仮想マシン (VM)" -#: ./doc/glossary/glossary-terms.xml8315(para) +#: ./doc/glossary/glossary-terms.xml8356(para) msgid "" "An operating system instance that runs on top of a hypervisor. Multiple VMs " "can run at the same time on the same physical host." msgstr "ハイパーバイザー上で動作するオペレーティングシステムインスタンス。一台の物理ホストで同時に複数の VM を実行できる。" -#: ./doc/glossary/glossary-terms.xml8322(glossterm) -#: ./doc/glossary/glossary-terms.xml8329(primary) +#: ./doc/glossary/glossary-terms.xml8363(glossterm) +#: ./doc/glossary/glossary-terms.xml8370(primary) msgid "virtual network" msgstr "仮想ネットワーク" -#: ./doc/glossary/glossary-terms.xml8326(secondary) -#: ./doc/glossary/glossary-terms.xml8382(secondary) -#: ./doc/glossary/glossary-terms.xml8412(secondary) +#: ./doc/glossary/glossary-terms.xml8367(secondary) +#: ./doc/glossary/glossary-terms.xml8423(secondary) +#: ./doc/glossary/glossary-terms.xml8453(secondary) msgid "virtual" msgstr "仮想" -#: ./doc/glossary/glossary-terms.xml8333(para) +#: ./doc/glossary/glossary-terms.xml8374(para) msgid "An L2 network segment within Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml8338(glossterm) -#: ./doc/glossary/glossary-terms.xml8340(primary) +#: ./doc/glossary/glossary-terms.xml8379(glossterm) +#: ./doc/glossary/glossary-terms.xml8381(primary) msgid "virtual networking" msgstr "" -#: ./doc/glossary/glossary-terms.xml8344(para) +#: ./doc/glossary/glossary-terms.xml8385(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.xml8353(glossterm) -#: ./doc/glossary/glossary-terms.xml8355(primary) +#: ./doc/glossary/glossary-terms.xml8394(glossterm) +#: ./doc/glossary/glossary-terms.xml8396(primary) msgid "Virtual Network Computing (VNC)" msgstr "Virtual Network Computing (VNC)" -#: ./doc/glossary/glossary-terms.xml8359(para) +#: ./doc/glossary/glossary-terms.xml8400(para) msgid "" "Open source GUI and CLI tools used for remote console access to VMs. " "Supported by Compute." msgstr "仮想マシンへのリモートコンソールアクセスに使用される、オープンソースの GUI / CUI ツール。" -#: ./doc/glossary/glossary-terms.xml8365(glossterm) -#: ./doc/glossary/glossary-terms.xml8367(primary) +#: ./doc/glossary/glossary-terms.xml8406(glossterm) +#: ./doc/glossary/glossary-terms.xml8408(primary) msgid "Virtual Network InterFace (VIF)" msgstr "仮想ネットワークインタフェース (VIF)" -#: ./doc/glossary/glossary-terms.xml8371(para) +#: ./doc/glossary/glossary-terms.xml8412(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.xml8378(glossterm) -#: ./doc/glossary/glossary-terms.xml8385(primary) +#: ./doc/glossary/glossary-terms.xml8419(glossterm) +#: ./doc/glossary/glossary-terms.xml8426(primary) msgid "virtual port" msgstr "仮想ポート" -#: ./doc/glossary/glossary-terms.xml8389(para) +#: ./doc/glossary/glossary-terms.xml8430(para) msgid "" "Attachment point where a virtual interface connects to a virtual network." msgstr "仮想ネットワークへの仮想インタフェースの接続ポイント。" -#: ./doc/glossary/glossary-terms.xml8395(glossterm) -#: ./doc/glossary/glossary-terms.xml8397(primary) +#: ./doc/glossary/glossary-terms.xml8436(glossterm) +#: ./doc/glossary/glossary-terms.xml8438(primary) msgid "virtual private network (VPN)" msgstr "仮想プライベートネットワーク (VPN)" -#: ./doc/glossary/glossary-terms.xml8401(para) +#: ./doc/glossary/glossary-terms.xml8442(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.xml8408(glossterm) +#: ./doc/glossary/glossary-terms.xml8449(glossterm) msgid "virtual server" msgstr "仮想サーバー" -#: ./doc/glossary/glossary-terms.xml8415(primary) +#: ./doc/glossary/glossary-terms.xml8456(primary) msgid "virtual servers" msgstr "仮想サーバー" -#: ./doc/glossary/glossary-terms.xml8419(para) +#: ./doc/glossary/glossary-terms.xml8460(para) msgid "Alternative term for a VM or guest." msgstr "仮想マシンやゲストの別名。" -#: ./doc/glossary/glossary-terms.xml8424(glossterm) -#: ./doc/glossary/glossary-terms.xml8426(primary) +#: ./doc/glossary/glossary-terms.xml8465(glossterm) +#: ./doc/glossary/glossary-terms.xml8467(primary) msgid "virtual switch (vSwitch)" msgstr "仮想スイッチ (vSwitch)" -#: ./doc/glossary/glossary-terms.xml8430(para) +#: ./doc/glossary/glossary-terms.xml8471(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.xml8436(glossterm) -#: ./doc/glossary/glossary-terms.xml8438(primary) +#: ./doc/glossary/glossary-terms.xml8477(glossterm) +#: ./doc/glossary/glossary-terms.xml8479(primary) msgid "virtual VLAN" msgstr "仮想 VLAN" -#: ./doc/glossary/glossary-terms.xml8442(para) +#: ./doc/glossary/glossary-terms.xml8483(para) msgid "Alternative term for a virtual network." msgstr "仮想ネットワークの別名。" -#: ./doc/glossary/glossary-terms.xml8447(glossterm) -#: ./doc/glossary/glossary-terms.xml8449(primary) +#: ./doc/glossary/glossary-terms.xml8488(glossterm) +#: ./doc/glossary/glossary-terms.xml8490(primary) msgid "VirtualBox" msgstr "VirtualBox" -#: ./doc/glossary/glossary-terms.xml8458(glossterm) -#: ./doc/glossary/glossary-terms.xml8460(primary) +#: ./doc/glossary/glossary-terms.xml8499(glossterm) +#: ./doc/glossary/glossary-terms.xml8501(primary) msgid "VLAN manager" msgstr "VLAN マネージャー" -#: ./doc/glossary/glossary-terms.xml8464(para) +#: ./doc/glossary/glossary-terms.xml8505(para) msgid "" "A Compute component that provides dnsmasq and radvd and sets up forwarding " "to and from cloudpipe instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml8470(glossterm) -#: ./doc/glossary/glossary-terms.xml8477(primary) +#: ./doc/glossary/glossary-terms.xml8511(glossterm) +#: ./doc/glossary/glossary-terms.xml8518(primary) msgid "VLAN network" msgstr "VLAN ネットワーク" -#: ./doc/glossary/glossary-terms.xml8474(secondary) +#: ./doc/glossary/glossary-terms.xml8515(secondary) msgid "VLAN" msgstr "VLAN" -#: ./doc/glossary/glossary-terms.xml8481(para) +#: ./doc/glossary/glossary-terms.xml8522(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 " @@ -7776,157 +7810,157 @@ msgid "" "vlan_interface option with VLAN managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml8491(glossterm) -#: ./doc/glossary/glossary-terms.xml8493(primary) +#: ./doc/glossary/glossary-terms.xml8532(glossterm) +#: ./doc/glossary/glossary-terms.xml8534(primary) msgid "VM disk (VMDK)" msgstr "VM disk (VMDK)" -#: ./doc/glossary/glossary-terms.xml8503(glossterm) -#: ./doc/glossary/glossary-terms.xml8505(primary) +#: ./doc/glossary/glossary-terms.xml8544(glossterm) +#: ./doc/glossary/glossary-terms.xml8546(primary) msgid "VM image" msgstr "仮想マシンイメージ" -#: ./doc/glossary/glossary-terms.xml8509(para) +#: ./doc/glossary/glossary-terms.xml8550(para) msgid "Alternative term for an image." msgstr "イメージの別名。" -#: ./doc/glossary/glossary-terms.xml8514(glossterm) -#: ./doc/glossary/glossary-terms.xml8516(primary) +#: ./doc/glossary/glossary-terms.xml8555(glossterm) +#: ./doc/glossary/glossary-terms.xml8557(primary) msgid "VM Remote Control (VMRC)" msgstr "VM Remote Control (VMRC)" -#: ./doc/glossary/glossary-terms.xml8520(para) +#: ./doc/glossary/glossary-terms.xml8561(para) msgid "" "Method to access VM instance consoles using a web browser. Supported by " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8526(glossterm) -#: ./doc/glossary/glossary-terms.xml8528(primary) +#: ./doc/glossary/glossary-terms.xml8567(glossterm) +#: ./doc/glossary/glossary-terms.xml8569(primary) msgid "VMware API" msgstr "VMware API" -#: ./doc/glossary/glossary-terms.xml8532(para) +#: ./doc/glossary/glossary-terms.xml8573(para) msgid "Supports interaction with VMware products in Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8537(glossterm) +#: ./doc/glossary/glossary-terms.xml8578(glossterm) msgid "VMware NSX Neutron plug-in" msgstr "VMware NSX Neutron プラグイン" -#: ./doc/glossary/glossary-terms.xml8540(para) +#: ./doc/glossary/glossary-terms.xml8581(para) msgid "Provides support for VMware NSX in Neutron." msgstr "" -#: ./doc/glossary/glossary-terms.xml8545(glossterm) -#: ./doc/glossary/glossary-terms.xml8547(primary) +#: ./doc/glossary/glossary-terms.xml8586(glossterm) +#: ./doc/glossary/glossary-terms.xml8588(primary) msgid "VNC proxy" msgstr "VNC プロキシ" -#: ./doc/glossary/glossary-terms.xml8551(para) +#: ./doc/glossary/glossary-terms.xml8592(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.xml8557(glossterm) -#: ./doc/glossary/glossary-terms.xml8569(primary) -#: ./doc/glossary/glossary-terms.xml8582(primary) -#: ./doc/glossary/glossary-terms.xml8596(primary) -#: ./doc/glossary/glossary-terms.xml8609(primary) +#: ./doc/glossary/glossary-terms.xml8598(glossterm) +#: ./doc/glossary/glossary-terms.xml8610(primary) #: ./doc/glossary/glossary-terms.xml8623(primary) #: ./doc/glossary/glossary-terms.xml8637(primary) -#: ./doc/glossary/glossary-terms.xml8651(primary) +#: ./doc/glossary/glossary-terms.xml8650(primary) +#: ./doc/glossary/glossary-terms.xml8664(primary) +#: ./doc/glossary/glossary-terms.xml8678(primary) +#: ./doc/glossary/glossary-terms.xml8692(primary) msgid "volume" msgstr "ボリューム" -#: ./doc/glossary/glossary-terms.xml8560(para) +#: ./doc/glossary/glossary-terms.xml8601(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.xml8567(glossterm) -#: ./doc/glossary/glossary-terms.xml8571(secondary) +#: ./doc/glossary/glossary-terms.xml8608(glossterm) +#: ./doc/glossary/glossary-terms.xml8612(secondary) msgid "Volume API" msgstr "Volume API" -#: ./doc/glossary/glossary-terms.xml8575(para) +#: ./doc/glossary/glossary-terms.xml8616(para) msgid "Alternative name for the Block Storage API." msgstr "Block Storage API の別名。" -#: ./doc/glossary/glossary-terms.xml8580(glossterm) -#: ./doc/glossary/glossary-terms.xml8584(secondary) +#: ./doc/glossary/glossary-terms.xml8621(glossterm) +#: ./doc/glossary/glossary-terms.xml8625(secondary) msgid "volume controller" msgstr "ボリュームコントローラー" -#: ./doc/glossary/glossary-terms.xml8588(para) +#: ./doc/glossary/glossary-terms.xml8629(para) msgid "" "A Block Storage component that oversees and coordinates storage volume " "actions." msgstr "" -#: ./doc/glossary/glossary-terms.xml8594(glossterm) -#: ./doc/glossary/glossary-terms.xml8598(secondary) +#: ./doc/glossary/glossary-terms.xml8635(glossterm) +#: ./doc/glossary/glossary-terms.xml8639(secondary) msgid "volume driver" msgstr "ボリュームドライバー" -#: ./doc/glossary/glossary-terms.xml8602(para) +#: ./doc/glossary/glossary-terms.xml8643(para) msgid "Alternative term for a volume plug-in." msgstr "ボリュームプラグインの別名。" -#: ./doc/glossary/glossary-terms.xml8607(glossterm) -#: ./doc/glossary/glossary-terms.xml8611(secondary) +#: ./doc/glossary/glossary-terms.xml8648(glossterm) +#: ./doc/glossary/glossary-terms.xml8652(secondary) msgid "volume ID" msgstr "ボリューム ID" -#: ./doc/glossary/glossary-terms.xml8615(para) +#: ./doc/glossary/glossary-terms.xml8656(para) msgid "" "Unique ID applied to each storage volume under the Block Storage control." msgstr "" -#: ./doc/glossary/glossary-terms.xml8621(glossterm) -#: ./doc/glossary/glossary-terms.xml8625(secondary) +#: ./doc/glossary/glossary-terms.xml8662(glossterm) +#: ./doc/glossary/glossary-terms.xml8666(secondary) msgid "volume manager" msgstr "ボリュームマネージャー" -#: ./doc/glossary/glossary-terms.xml8629(para) +#: ./doc/glossary/glossary-terms.xml8670(para) msgid "" "A Block Storage component that creates, attaches, and detaches persistent " "storage volumes." msgstr "" -#: ./doc/glossary/glossary-terms.xml8635(glossterm) -#: ./doc/glossary/glossary-terms.xml8639(secondary) +#: ./doc/glossary/glossary-terms.xml8676(glossterm) +#: ./doc/glossary/glossary-terms.xml8680(secondary) msgid "volume node" msgstr "ボリュームノード" -#: ./doc/glossary/glossary-terms.xml8643(para) +#: ./doc/glossary/glossary-terms.xml8684(para) msgid "" "A Block Storage node that runs the cinder-" "volume daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml8649(glossterm) -#: ./doc/glossary/glossary-terms.xml8653(secondary) +#: ./doc/glossary/glossary-terms.xml8690(glossterm) +#: ./doc/glossary/glossary-terms.xml8694(secondary) msgid "volume plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml8657(para) +#: ./doc/glossary/glossary-terms.xml8698(para) msgid "" "Provides support for new and specialized types of back-end storage for the " "Block Storage volume manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml8663(glossterm) +#: ./doc/glossary/glossary-terms.xml8704(glossterm) msgid "volume worker" msgstr "ボリュームワーカー" -#: ./doc/glossary/glossary-terms.xml8665(primary) +#: ./doc/glossary/glossary-terms.xml8706(primary) msgid "volume workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml8669(para) +#: ./doc/glossary/glossary-terms.xml8710(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, " @@ -7934,58 +7968,58 @@ msgid "" "daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml8677(glossterm) -#: ./doc/glossary/glossary-terms.xml8679(primary) +#: ./doc/glossary/glossary-terms.xml8718(glossterm) +#: ./doc/glossary/glossary-terms.xml8720(primary) msgid "vSphere" msgstr "vSphere" -#: ./doc/glossary/glossary-terms.xml8691(title) +#: ./doc/glossary/glossary-terms.xml8732(title) msgid "W" msgstr "W" -#: ./doc/glossary/glossary-terms.xml8694(glossterm) -#: ./doc/glossary/glossary-terms.xml8696(primary) +#: ./doc/glossary/glossary-terms.xml8735(glossterm) +#: ./doc/glossary/glossary-terms.xml8737(primary) msgid "weighting" msgstr "" -#: ./doc/glossary/glossary-terms.xml8700(para) +#: ./doc/glossary/glossary-terms.xml8741(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.xml8707(glossterm) -#: ./doc/glossary/glossary-terms.xml8709(primary) +#: ./doc/glossary/glossary-terms.xml8748(glossterm) +#: ./doc/glossary/glossary-terms.xml8750(primary) msgid "weight" msgstr "ウェイト" -#: ./doc/glossary/glossary-terms.xml8713(para) +#: ./doc/glossary/glossary-terms.xml8754(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.xml8719(glossterm) -#: ./doc/glossary/glossary-terms.xml8721(primary) +#: ./doc/glossary/glossary-terms.xml8760(glossterm) +#: ./doc/glossary/glossary-terms.xml8762(primary) msgid "weighted cost" msgstr "重み付けコスト" -#: ./doc/glossary/glossary-terms.xml8725(para) +#: ./doc/glossary/glossary-terms.xml8766(para) msgid "" "The sum of each cost used when deciding where to start a new VM instance in " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8731(glossterm) +#: ./doc/glossary/glossary-terms.xml8772(glossterm) msgid "worker" msgstr "ワーカー" -#: ./doc/glossary/glossary-terms.xml8733(primary) +#: ./doc/glossary/glossary-terms.xml8774(primary) msgid "workers" msgstr "ワーカー" -#: ./doc/glossary/glossary-terms.xml8737(para) +#: ./doc/glossary/glossary-terms.xml8778(para) msgid "" "A daemon that listens to a queue and carries out tasks in response to " "messages. For example, the cinder-" @@ -7993,82 +8027,82 @@ msgid "" "arrays." msgstr "" -#: ./doc/glossary/glossary-terms.xml8748(title) +#: ./doc/glossary/glossary-terms.xml8789(title) msgid "X" msgstr "X" -#: ./doc/glossary/glossary-terms.xml8751(glossterm) -#: ./doc/glossary/glossary-terms.xml8753(primary) +#: ./doc/glossary/glossary-terms.xml8792(glossterm) +#: ./doc/glossary/glossary-terms.xml8794(primary) msgid "Xen" msgstr "Xen" -#: ./doc/glossary/glossary-terms.xml8757(para) +#: ./doc/glossary/glossary-terms.xml8798(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.xml8767(glossterm) -#: ./doc/glossary/glossary-terms.xml8778(primary) -#: ./doc/glossary/glossary-terms.xml8791(primary) -#: ./doc/glossary/glossary-terms.xml8805(primary) +#: ./doc/glossary/glossary-terms.xml8808(glossterm) +#: ./doc/glossary/glossary-terms.xml8819(primary) +#: ./doc/glossary/glossary-terms.xml8832(primary) +#: ./doc/glossary/glossary-terms.xml8846(primary) msgid "Xen API" msgstr "Xen API" -#: ./doc/glossary/glossary-terms.xml8770(para) +#: ./doc/glossary/glossary-terms.xml8811(para) msgid "The Xen administrative API, which is supported by Compute." msgstr "Xen 管理 API。Compute によりサポートされる。" -#: ./doc/glossary/glossary-terms.xml8776(glossterm) -#: ./doc/glossary/glossary-terms.xml8780(secondary) +#: ./doc/glossary/glossary-terms.xml8817(glossterm) +#: ./doc/glossary/glossary-terms.xml8821(secondary) msgid "Xen Cloud Platform (XCP)" msgstr "Xen Cloud Platform (XCP)" -#: ./doc/glossary/glossary-terms.xml8789(glossterm) -#: ./doc/glossary/glossary-terms.xml8793(secondary) +#: ./doc/glossary/glossary-terms.xml8830(glossterm) +#: ./doc/glossary/glossary-terms.xml8834(secondary) msgid "Xen Storage Manager Volume Driver" msgstr "Xen Storage Manager Volume Driver" -#: ./doc/glossary/glossary-terms.xml8797(para) +#: ./doc/glossary/glossary-terms.xml8838(para) msgid "" "A Block Storage volume plug-in that enables communication with the Xen " "Storage Manager API." msgstr "Xen Storage Manager API と通信できる Block Storage ボリュームプラグイン。" -#: ./doc/glossary/glossary-terms.xml8803(glossterm) +#: ./doc/glossary/glossary-terms.xml8844(glossterm) msgid "XenServer" msgstr "XenServer" -#: ./doc/glossary/glossary-terms.xml8807(secondary) +#: ./doc/glossary/glossary-terms.xml8848(secondary) msgid "XenServer hypervisor" msgstr "XenServer ハイパーバイザー" -#: ./doc/glossary/glossary-terms.xml8819(title) +#: ./doc/glossary/glossary-terms.xml8860(title) msgid "Y" msgstr "Y" -#: ./doc/glossary/glossary-terms.xml8833(title) +#: ./doc/glossary/glossary-terms.xml8874(title) msgid "Z" msgstr "Z" -#: ./doc/glossary/glossary-terms.xml8836(glossterm) -#: ./doc/glossary/glossary-terms.xml8838(primary) +#: ./doc/glossary/glossary-terms.xml8877(glossterm) +#: ./doc/glossary/glossary-terms.xml8879(primary) msgid "ZeroMQ" msgstr "ZeroMQ" -#: ./doc/glossary/glossary-terms.xml8842(para) +#: ./doc/glossary/glossary-terms.xml8883(para) msgid "" "Message queue software supported by OpenStack. An alternative to RabbitMQ. " "Also spelled 0MQ." msgstr "OpenStack によりサポートされるメッセージキューソフトウェア。RabbitMQ の代替。0MQ とも表記。" -#: ./doc/glossary/glossary-terms.xml8848(glossterm) -#: ./doc/glossary/glossary-terms.xml8850(primary) +#: ./doc/glossary/glossary-terms.xml8889(glossterm) +#: ./doc/glossary/glossary-terms.xml8891(primary) msgid "Zuul" msgstr "Zuul" -#: ./doc/glossary/glossary-terms.xml8854(para) +#: ./doc/glossary/glossary-terms.xml8895(para) msgid "" "Tool used in OpenStack development to ensure correctly ordered testing of " "changes in parallel." diff --git a/doc/glossary/locale/ko_KR.po b/doc/glossary/locale/ko_KR.po index d65f285d5e..4c769585b6 100644 --- a/doc/glossary/locale/ko_KR.po +++ b/doc/glossary/locale/ko_KR.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-08-19 03:34+0000\n" -"PO-Revision-Date: 2014-08-18 20:22+0000\n" +"POT-Creation-Date: 2014-08-19 21:02+0000\n" +"PO-Revision-Date: 2014-08-19 18:34+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" @@ -268,7 +268,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml258(glossterm) #: ./doc/glossary/glossary-terms.xml260(primary) -#: ./doc/glossary/glossary-terms.xml4883(see) +#: ./doc/glossary/glossary-terms.xml4896(see) msgid "admin API" msgstr "관리자 API" @@ -334,26 +334,26 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml1903(secondary) #: ./doc/glossary/glossary-terms.xml2132(secondary) #: ./doc/glossary/glossary-terms.xml2412(secondary) -#: ./doc/glossary/glossary-terms.xml3117(secondary) -#: ./doc/glossary/glossary-terms.xml3234(secondary) -#: ./doc/glossary/glossary-terms.xml3878(secondary) -#: ./doc/glossary/glossary-terms.xml3930(secondary) -#: ./doc/glossary/glossary-terms.xml4035(secondary) -#: ./doc/glossary/glossary-terms.xml4252(secondary) -#: ./doc/glossary/glossary-terms.xml4405(secondary) -#: ./doc/glossary/glossary-terms.xml4423(secondary) -#: ./doc/glossary/glossary-terms.xml4920(secondary) -#: ./doc/glossary/glossary-terms.xml5254(secondary) -#: ./doc/glossary/glossary-terms.xml5507(secondary) -#: ./doc/glossary/glossary-terms.xml5609(secondary) -#: ./doc/glossary/glossary-terms.xml5952(secondary) -#: ./doc/glossary/glossary-terms.xml6137(secondary) -#: ./doc/glossary/glossary-terms.xml6228(secondary) -#: ./doc/glossary/glossary-terms.xml6800(secondary) -#: ./doc/glossary/glossary-terms.xml6903(secondary) -#: ./doc/glossary/glossary-terms.xml6947(secondary) -#: ./doc/glossary/glossary-terms.xml7214(secondary) -#: ./doc/glossary/glossary-terms.xml7257(secondary) +#: ./doc/glossary/glossary-terms.xml3130(secondary) +#: ./doc/glossary/glossary-terms.xml3247(secondary) +#: ./doc/glossary/glossary-terms.xml3891(secondary) +#: ./doc/glossary/glossary-terms.xml3943(secondary) +#: ./doc/glossary/glossary-terms.xml4048(secondary) +#: ./doc/glossary/glossary-terms.xml4265(secondary) +#: ./doc/glossary/glossary-terms.xml4418(secondary) +#: ./doc/glossary/glossary-terms.xml4436(secondary) +#: ./doc/glossary/glossary-terms.xml4933(secondary) +#: ./doc/glossary/glossary-terms.xml5267(secondary) +#: ./doc/glossary/glossary-terms.xml5520(secondary) +#: ./doc/glossary/glossary-terms.xml5636(secondary) +#: ./doc/glossary/glossary-terms.xml5979(secondary) +#: ./doc/glossary/glossary-terms.xml6164(secondary) +#: ./doc/glossary/glossary-terms.xml6255(secondary) +#: ./doc/glossary/glossary-terms.xml6827(secondary) +#: ./doc/glossary/glossary-terms.xml6930(secondary) +#: ./doc/glossary/glossary-terms.xml6974(secondary) +#: ./doc/glossary/glossary-terms.xml7241(secondary) +#: ./doc/glossary/glossary-terms.xml7284(secondary) msgid "definition of" msgstr "" @@ -458,10 +458,10 @@ msgid "API endpoint" msgstr "API endpoint" #: ./doc/glossary/glossary-terms.xml434(primary) -#: ./doc/glossary/glossary-terms.xml2857(primary) -#: ./doc/glossary/glossary-terms.xml2885(primary) -#: ./doc/glossary/glossary-terms.xml3508(primary) -#: ./doc/glossary/glossary-terms.xml7974(primary) +#: ./doc/glossary/glossary-terms.xml2870(primary) +#: ./doc/glossary/glossary-terms.xml2898(primary) +#: ./doc/glossary/glossary-terms.xml3521(primary) +#: ./doc/glossary/glossary-terms.xml8001(primary) msgid "endpoints" msgstr "" @@ -472,7 +472,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml495(primary) #: ./doc/glossary/glossary-terms.xml509(primary) #: ./doc/glossary/glossary-terms.xml523(primary) -#: ./doc/glossary/glossary-terms.xml6341(primary) +#: ./doc/glossary/glossary-terms.xml6368(primary) msgid "API (application programming interface)" msgstr "" @@ -568,11 +568,11 @@ msgid "application server" msgstr "어플리케이션 서버" #: ./doc/glossary/glossary-terms.xml558(primary) -#: ./doc/glossary/glossary-terms.xml6323(primary) -#: ./doc/glossary/glossary-terms.xml6755(primary) -#: ./doc/glossary/glossary-terms.xml7212(primary) -#: ./doc/glossary/glossary-terms.xml7241(primary) -#: ./doc/glossary/glossary-terms.xml8410(primary) +#: ./doc/glossary/glossary-terms.xml6350(primary) +#: ./doc/glossary/glossary-terms.xml6782(primary) +#: ./doc/glossary/glossary-terms.xml7239(primary) +#: ./doc/glossary/glossary-terms.xml7268(primary) +#: ./doc/glossary/glossary-terms.xml8451(primary) msgid "servers" msgstr "" @@ -1318,7 +1318,7 @@ msgstr "셀" #: ./doc/glossary/glossary-terms.xml1372(primary) #: ./doc/glossary/glossary-terms.xml1387(primary) #: ./doc/glossary/glossary-terms.xml1499(primary) -#: ./doc/glossary/glossary-terms.xml5932(primary) +#: ./doc/glossary/glossary-terms.xml5959(primary) msgid "cells" msgstr "" @@ -1361,9 +1361,9 @@ msgstr "CentOS" #: ./doc/glossary/glossary-terms.xml1406(para) #: ./doc/glossary/glossary-terms.xml2251(para) -#: ./doc/glossary/glossary-terms.xml5882(para) -#: ./doc/glossary/glossary-terms.xml6711(para) -#: ./doc/glossary/glossary-terms.xml7741(para) +#: ./doc/glossary/glossary-terms.xml5909(para) +#: ./doc/glossary/glossary-terms.xml6738(para) +#: ./doc/glossary/glossary-terms.xml7768(para) msgid "A Linux distribution that is compatible with OpenStack." msgstr "OpenStack을 호환되는 리눅스 배포판." @@ -1684,7 +1684,7 @@ msgstr "" #: ./doc/glossary/glossary-terms.xml1758(glossterm) #: ./doc/glossary/glossary-terms.xml1762(secondary) -#: ./doc/glossary/glossary-terms.xml5575(secondary) +#: ./doc/glossary/glossary-terms.xml5602(secondary) msgid "Compute API" msgstr "Compute API" @@ -1758,16 +1758,16 @@ msgid "concatenated object" msgstr "" #: ./doc/glossary/glossary-terms.xml1847(primary) -#: ./doc/glossary/glossary-terms.xml4932(primary) -#: ./doc/glossary/glossary-terms.xml5607(primary) -#: ./doc/glossary/glossary-terms.xml5621(primary) -#: ./doc/glossary/glossary-terms.xml5635(primary) -#: ./doc/glossary/glossary-terms.xml5650(primary) -#: ./doc/glossary/glossary-terms.xml5663(primary) +#: ./doc/glossary/glossary-terms.xml4945(primary) +#: ./doc/glossary/glossary-terms.xml5634(primary) +#: ./doc/glossary/glossary-terms.xml5648(primary) +#: ./doc/glossary/glossary-terms.xml5662(primary) #: ./doc/glossary/glossary-terms.xml5677(primary) -#: ./doc/glossary/glossary-terms.xml5691(primary) -#: ./doc/glossary/glossary-terms.xml5746(primary) -#: ./doc/glossary/glossary-terms.xml7194(primary) +#: ./doc/glossary/glossary-terms.xml5690(primary) +#: ./doc/glossary/glossary-terms.xml5704(primary) +#: ./doc/glossary/glossary-terms.xml5718(primary) +#: ./doc/glossary/glossary-terms.xml5773(primary) +#: ./doc/glossary/glossary-terms.xml7221(primary) msgid "objects" msgstr "" @@ -2316,11 +2316,11 @@ msgid "DHCP (Dynamic Host Configuration Protocol)" msgstr "" #: ./doc/glossary/glossary-terms.xml2426(secondary) -#: ./doc/glossary/glossary-terms.xml3782(secondary) -#: ./doc/glossary/glossary-terms.xml3912(secondary) -#: ./doc/glossary/glossary-terms.xml3993(secondary) -#: ./doc/glossary/glossary-terms.xml5841(secondary) -#: ./doc/glossary/glossary-terms.xml6676(secondary) +#: ./doc/glossary/glossary-terms.xml3795(secondary) +#: ./doc/glossary/glossary-terms.xml3925(secondary) +#: ./doc/glossary/glossary-terms.xml4006(secondary) +#: ./doc/glossary/glossary-terms.xml5868(secondary) +#: ./doc/glossary/glossary-terms.xml6703(secondary) msgid "basics of" msgstr "" @@ -2641,194 +2641,205 @@ msgstr "E" #: ./doc/glossary/glossary-terms.xml2734(glossterm) #: ./doc/glossary/glossary-terms.xml2736(primary) -msgid "EBS boot volume" +msgid "east-west traffic" msgstr "" #: ./doc/glossary/glossary-terms.xml2740(para) msgid "" +"Network traffic between servers in the same cloud or data center. See also " +"north-south traffic." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2747(glossterm) +#: ./doc/glossary/glossary-terms.xml2749(primary) +msgid "EBS boot volume" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml2753(para) +msgid "" "An Amazon EBS storage volume that contains a bootable VM image, currently " "unsupported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml2746(glossterm) -#: ./doc/glossary/glossary-terms.xml2748(primary) -#: ./doc/glossary/glossary-terms.xml2976(glossterm) -#: ./doc/glossary/glossary-terms.xml2978(primary) +#: ./doc/glossary/glossary-terms.xml2759(glossterm) +#: ./doc/glossary/glossary-terms.xml2761(primary) +#: ./doc/glossary/glossary-terms.xml2989(glossterm) +#: ./doc/glossary/glossary-terms.xml2991(primary) msgid "ebtables" msgstr "" -#: ./doc/glossary/glossary-terms.xml2752(para) +#: ./doc/glossary/glossary-terms.xml2765(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.xml2759(glossterm) -#: ./doc/glossary/glossary-terms.xml2770(primary) -#: ./doc/glossary/glossary-terms.xml2784(primary) -#: ./doc/glossary/glossary-terms.xml2798(primary) -#: ./doc/glossary/glossary-terms.xml2812(primary) +#: ./doc/glossary/glossary-terms.xml2772(glossterm) +#: ./doc/glossary/glossary-terms.xml2783(primary) +#: ./doc/glossary/glossary-terms.xml2797(primary) +#: ./doc/glossary/glossary-terms.xml2811(primary) +#: ./doc/glossary/glossary-terms.xml2825(primary) msgid "EC2" msgstr "" -#: ./doc/glossary/glossary-terms.xml2762(para) +#: ./doc/glossary/glossary-terms.xml2775(para) msgid "The Amazon commercial compute product, similar to Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml2768(glossterm) -#: ./doc/glossary/glossary-terms.xml2772(secondary) +#: ./doc/glossary/glossary-terms.xml2781(glossterm) +#: ./doc/glossary/glossary-terms.xml2785(secondary) msgid "EC2 access key" msgstr "" -#: ./doc/glossary/glossary-terms.xml2776(para) +#: ./doc/glossary/glossary-terms.xml2789(para) msgid "Used along with an EC2 secret key to access the Compute EC2 API." msgstr "" -#: ./doc/glossary/glossary-terms.xml2782(glossterm) -#: ./doc/glossary/glossary-terms.xml2786(secondary) +#: ./doc/glossary/glossary-terms.xml2795(glossterm) +#: ./doc/glossary/glossary-terms.xml2799(secondary) msgid "EC2 API" msgstr "" -#: ./doc/glossary/glossary-terms.xml2790(para) +#: ./doc/glossary/glossary-terms.xml2803(para) msgid "OpenStack supports accessing the Amazon EC2 API through Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml2796(glossterm) +#: ./doc/glossary/glossary-terms.xml2809(glossterm) msgid "EC2 Compatibility API" msgstr "" -#: ./doc/glossary/glossary-terms.xml2800(secondary) +#: ./doc/glossary/glossary-terms.xml2813(secondary) msgid "EC2 compatibility API" msgstr "" -#: ./doc/glossary/glossary-terms.xml2804(para) +#: ./doc/glossary/glossary-terms.xml2817(para) msgid "" "A Compute component that enables OpenStack to communicate with Amazon EC2." msgstr "" -#: ./doc/glossary/glossary-terms.xml2810(glossterm) -#: ./doc/glossary/glossary-terms.xml2814(secondary) +#: ./doc/glossary/glossary-terms.xml2823(glossterm) +#: ./doc/glossary/glossary-terms.xml2827(secondary) msgid "EC2 secret key" msgstr "" -#: ./doc/glossary/glossary-terms.xml2818(para) +#: ./doc/glossary/glossary-terms.xml2831(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.xml2824(glossterm) -#: ./doc/glossary/glossary-terms.xml2826(primary) +#: ./doc/glossary/glossary-terms.xml2837(glossterm) +#: ./doc/glossary/glossary-terms.xml2839(primary) msgid "Elastic Block Storage (EBS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml2830(para) +#: ./doc/glossary/glossary-terms.xml2843(para) msgid "The Amazon commercial block storage product." msgstr "" -#: ./doc/glossary/glossary-terms.xml2835(glossterm) +#: ./doc/glossary/glossary-terms.xml2848(glossterm) msgid "encryption" msgstr "" -#: ./doc/glossary/glossary-terms.xml2837(primary) +#: ./doc/glossary/glossary-terms.xml2850(primary) msgid "encryption, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml2841(para) +#: ./doc/glossary/glossary-terms.xml2854(para) msgid "" "OpenStack supports encryption technologies such as HTTPS, SSH, SSL, TLS, " "digital certificates, and data encryption." msgstr "" -#: ./doc/glossary/glossary-terms.xml2847(glossterm) +#: ./doc/glossary/glossary-terms.xml2860(glossterm) msgid "endpoint" msgstr "" -#: ./doc/glossary/glossary-terms.xml2850(para) +#: ./doc/glossary/glossary-terms.xml2863(para) msgid "See API endpoint." msgstr "" -#: ./doc/glossary/glossary-terms.xml2855(glossterm) -#: ./doc/glossary/glossary-terms.xml2859(secondary) +#: ./doc/glossary/glossary-terms.xml2868(glossterm) +#: ./doc/glossary/glossary-terms.xml2872(secondary) msgid "endpoint registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml2863(para) +#: ./doc/glossary/glossary-terms.xml2876(para) msgid "Alternative term for an Identity Service catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml2868(glossterm) -#: ./doc/glossary/glossary-terms.xml2870(primary) +#: ./doc/glossary/glossary-terms.xml2881(glossterm) +#: ./doc/glossary/glossary-terms.xml2883(primary) msgid "encapsulation" msgstr "" -#: ./doc/glossary/glossary-terms.xml2874(para) +#: ./doc/glossary/glossary-terms.xml2887(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.xml2883(glossterm) +#: ./doc/glossary/glossary-terms.xml2896(glossterm) msgid "endpoint template" msgstr "" -#: ./doc/glossary/glossary-terms.xml2887(secondary) +#: ./doc/glossary/glossary-terms.xml2900(secondary) msgid "endpoint templates" msgstr "" -#: ./doc/glossary/glossary-terms.xml2891(para) +#: ./doc/glossary/glossary-terms.xml2904(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.xml2898(glossterm) +#: ./doc/glossary/glossary-terms.xml2911(glossterm) msgid "entity" msgstr "" -#: ./doc/glossary/glossary-terms.xml2900(primary) +#: ./doc/glossary/glossary-terms.xml2913(primary) msgid "entity, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml2904(para) +#: ./doc/glossary/glossary-terms.xml2917(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.xml2912(glossterm) +#: ./doc/glossary/glossary-terms.xml2925(glossterm) msgid "ephemeral image" msgstr "" -#: ./doc/glossary/glossary-terms.xml2914(primary) +#: ./doc/glossary/glossary-terms.xml2927(primary) msgid "ephemeral images" msgstr "" -#: ./doc/glossary/glossary-terms.xml2918(para) +#: ./doc/glossary/glossary-terms.xml2931(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.xml2925(glossterm) -#: ./doc/glossary/glossary-terms.xml2927(primary) -#: ./doc/glossary/glossary-terms.xml5554(see) +#: ./doc/glossary/glossary-terms.xml2938(glossterm) +#: ./doc/glossary/glossary-terms.xml2940(primary) +#: ./doc/glossary/glossary-terms.xml5567(see) msgid "ephemeral volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml2931(para) +#: ./doc/glossary/glossary-terms.xml2944(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.xml2937(glossterm) -#: ./doc/glossary/glossary-terms.xml2939(primary) +#: ./doc/glossary/glossary-terms.xml2950(glossterm) +#: ./doc/glossary/glossary-terms.xml2952(primary) msgid "Essex" msgstr "Essex" -#: ./doc/glossary/glossary-terms.xml2943(para) +#: ./doc/glossary/glossary-terms.xml2956(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), " @@ -2836,40 +2847,40 @@ msgid "" "Dashboard (horizon)." msgstr "" -#: ./doc/glossary/glossary-terms.xml2947(para) +#: ./doc/glossary/glossary-terms.xml2960(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.xml2954(glossterm) +#: ./doc/glossary/glossary-terms.xml2967(glossterm) msgid "ESX" msgstr "" -#: ./doc/glossary/glossary-terms.xml2956(primary) +#: ./doc/glossary/glossary-terms.xml2969(primary) msgid "ESX hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml2960(para) -#: ./doc/glossary/glossary-terms.xml2971(para) -#: ./doc/glossary/glossary-terms.xml4806(para) -#: ./doc/glossary/glossary-terms.xml8220(para) -#: ./doc/glossary/glossary-terms.xml8453(para) -#: ./doc/glossary/glossary-terms.xml8683(para) -#: ./doc/glossary/glossary-terms.xml8784(para) -#: ./doc/glossary/glossary-terms.xml8811(para) +#: ./doc/glossary/glossary-terms.xml2973(para) +#: ./doc/glossary/glossary-terms.xml2984(para) +#: ./doc/glossary/glossary-terms.xml4819(para) +#: ./doc/glossary/glossary-terms.xml8261(para) +#: ./doc/glossary/glossary-terms.xml8494(para) +#: ./doc/glossary/glossary-terms.xml8724(para) +#: ./doc/glossary/glossary-terms.xml8825(para) +#: ./doc/glossary/glossary-terms.xml8852(para) msgid "An OpenStack-supported hypervisor." msgstr "" -#: ./doc/glossary/glossary-terms.xml2965(glossterm) +#: ./doc/glossary/glossary-terms.xml2978(glossterm) msgid "ESXi" msgstr "" -#: ./doc/glossary/glossary-terms.xml2967(primary) +#: ./doc/glossary/glossary-terms.xml2980(primary) msgid "ESXi hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml2982(para) +#: ./doc/glossary/glossary-terms.xml2995(para) msgid "" "Filtering tool for a Linux bridging firewall, enabling filtering of network " "traffic passing through a Linux bridge. Used to restrict communications " @@ -2877,327 +2888,327 @@ msgid "" "arptables, and ip6tables." msgstr "" -#: ./doc/glossary/glossary-terms.xml2990(glossterm) -#: ./doc/glossary/glossary-terms.xml2992(primary) +#: ./doc/glossary/glossary-terms.xml3003(glossterm) +#: ./doc/glossary/glossary-terms.xml3005(primary) msgid "ETag" msgstr "" -#: ./doc/glossary/glossary-terms.xml2996(para) +#: ./doc/glossary/glossary-terms.xml3009(para) msgid "" "MD5 hash of an object within Object Storage, used to ensure data integrity." msgstr "" -#: ./doc/glossary/glossary-terms.xml3002(glossterm) -#: ./doc/glossary/glossary-terms.xml3004(primary) +#: ./doc/glossary/glossary-terms.xml3015(glossterm) +#: ./doc/glossary/glossary-terms.xml3017(primary) msgid "euca2ools" msgstr "" -#: ./doc/glossary/glossary-terms.xml3008(para) +#: ./doc/glossary/glossary-terms.xml3021(para) msgid "" "A collection of command-line tools for administering VMs; most are " "compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3014(glossterm) -#: ./doc/glossary/glossary-terms.xml3016(primary) +#: ./doc/glossary/glossary-terms.xml3027(glossterm) +#: ./doc/glossary/glossary-terms.xml3029(primary) msgid "Eucalyptus Kernel Image (EKI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3020(para) +#: ./doc/glossary/glossary-terms.xml3033(para) msgid "Used along with an ERI to create an EMI." msgstr "" -#: ./doc/glossary/glossary-terms.xml3025(glossterm) -#: ./doc/glossary/glossary-terms.xml3027(primary) +#: ./doc/glossary/glossary-terms.xml3038(glossterm) +#: ./doc/glossary/glossary-terms.xml3040(primary) msgid "Eucalyptus Machine Image (EMI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3031(para) +#: ./doc/glossary/glossary-terms.xml3044(para) msgid "VM image container format supported by Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml3036(glossterm) -#: ./doc/glossary/glossary-terms.xml3038(primary) +#: ./doc/glossary/glossary-terms.xml3049(glossterm) +#: ./doc/glossary/glossary-terms.xml3051(primary) msgid "Eucalyptus Ramdisk Image (ERI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3042(para) +#: ./doc/glossary/glossary-terms.xml3055(para) msgid "Used along with an EKI to create an EMI." msgstr "" -#: ./doc/glossary/glossary-terms.xml3047(glossterm) +#: ./doc/glossary/glossary-terms.xml3060(glossterm) msgid "evacuate" msgstr "" -#: ./doc/glossary/glossary-terms.xml3049(primary) +#: ./doc/glossary/glossary-terms.xml3062(primary) msgid "evacuation, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3053(para) +#: ./doc/glossary/glossary-terms.xml3066(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.xml3060(glossterm) -#: ./doc/glossary/glossary-terms.xml3062(primary) +#: ./doc/glossary/glossary-terms.xml3073(glossterm) +#: ./doc/glossary/glossary-terms.xml3075(primary) msgid "exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml3066(para) +#: ./doc/glossary/glossary-terms.xml3079(para) msgid "Alternative term for a RabbitMQ message exchange." msgstr "" -#: ./doc/glossary/glossary-terms.xml3071(glossterm) +#: ./doc/glossary/glossary-terms.xml3084(glossterm) msgid "exchange type" msgstr "" -#: ./doc/glossary/glossary-terms.xml3073(primary) +#: ./doc/glossary/glossary-terms.xml3086(primary) msgid "exchange types" msgstr "" -#: ./doc/glossary/glossary-terms.xml3077(para) +#: ./doc/glossary/glossary-terms.xml3090(para) msgid "A routing algorithm in the Compute RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml3082(glossterm) +#: ./doc/glossary/glossary-terms.xml3095(glossterm) msgid "exclusive queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml3084(primary) -#: ./doc/glossary/glossary-terms.xml8119(primary) +#: ./doc/glossary/glossary-terms.xml3097(primary) +#: ./doc/glossary/glossary-terms.xml8146(primary) msgid "queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml3086(secondary) -#: ./doc/glossary/glossary-terms.xml3089(primary) +#: ./doc/glossary/glossary-terms.xml3099(secondary) +#: ./doc/glossary/glossary-terms.xml3102(primary) msgid "exclusive queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml3093(para) +#: ./doc/glossary/glossary-terms.xml3106(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.xml3099(glossterm) -#: ./doc/glossary/glossary-terms.xml3101(primary) +#: ./doc/glossary/glossary-terms.xml3112(glossterm) +#: ./doc/glossary/glossary-terms.xml3114(primary) msgid "extended attributes (xattrs)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3105(para) +#: ./doc/glossary/glossary-terms.xml3118(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.xml3113(glossterm) +#: ./doc/glossary/glossary-terms.xml3126(glossterm) msgid "extension" msgstr "" -#: ./doc/glossary/glossary-terms.xml3115(primary) +#: ./doc/glossary/glossary-terms.xml3128(primary) msgid "extensions" msgstr "" -#: ./doc/glossary/glossary-terms.xml3121(para) +#: ./doc/glossary/glossary-terms.xml3134(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.xml3128(glossterm) +#: ./doc/glossary/glossary-terms.xml3141(glossterm) msgid "external network" msgstr "" -#: ./doc/glossary/glossary-terms.xml3130(primary) +#: ./doc/glossary/glossary-terms.xml3143(primary) msgid "external network, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3134(para) +#: ./doc/glossary/glossary-terms.xml3147(para) msgid "A network segment typically used for instance Internet access." msgstr "" -#: ./doc/glossary/glossary-terms.xml3140(glossterm) +#: ./doc/glossary/glossary-terms.xml3153(glossterm) msgid "extra specs" msgstr "" -#: ./doc/glossary/glossary-terms.xml3142(primary) +#: ./doc/glossary/glossary-terms.xml3155(primary) msgid "extra specs, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3146(para) +#: ./doc/glossary/glossary-terms.xml3159(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.xml3156(title) +#: ./doc/glossary/glossary-terms.xml3169(title) msgid "F" msgstr "F" -#: ./doc/glossary/glossary-terms.xml3159(glossterm) -#: ./doc/glossary/glossary-terms.xml3161(primary) +#: ./doc/glossary/glossary-terms.xml3172(glossterm) +#: ./doc/glossary/glossary-terms.xml3174(primary) msgid "FakeLDAP" msgstr "" -#: ./doc/glossary/glossary-terms.xml3165(para) +#: ./doc/glossary/glossary-terms.xml3178(para) msgid "" "An easy method to create a local LDAP directory for testing Identity Service" " and Compute. Requires Redis." msgstr "" -#: ./doc/glossary/glossary-terms.xml3171(glossterm) -#: ./doc/glossary/glossary-terms.xml3173(primary) +#: ./doc/glossary/glossary-terms.xml3184(glossterm) +#: ./doc/glossary/glossary-terms.xml3186(primary) msgid "fan-out exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml3177(para) +#: ./doc/glossary/glossary-terms.xml3190(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.xml3184(glossterm) -#: ./doc/glossary/glossary-terms.xml3186(primary) +#: ./doc/glossary/glossary-terms.xml3197(glossterm) +#: ./doc/glossary/glossary-terms.xml3199(primary) msgid "Fedora" msgstr "" -#: ./doc/glossary/glossary-terms.xml3190(para) +#: ./doc/glossary/glossary-terms.xml3203(para) msgid "A Linux distribution compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3195(glossterm) -#: ./doc/glossary/glossary-terms.xml3197(primary) +#: ./doc/glossary/glossary-terms.xml3208(glossterm) +#: ./doc/glossary/glossary-terms.xml3210(primary) msgid "Fibre Channel" msgstr "" -#: ./doc/glossary/glossary-terms.xml3201(para) +#: ./doc/glossary/glossary-terms.xml3214(para) msgid "" "Storage protocol similar in concept to TCP/IP; encapsulates SCSI commands " "and data." msgstr "" -#: ./doc/glossary/glossary-terms.xml3207(glossterm) -#: ./doc/glossary/glossary-terms.xml3209(primary) +#: ./doc/glossary/glossary-terms.xml3220(glossterm) +#: ./doc/glossary/glossary-terms.xml3222(primary) msgid "Fibre Channel over Ethernet (FCoE)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3213(para) +#: ./doc/glossary/glossary-terms.xml3226(para) msgid "The fibre channel protocol tunneled within Ethernet." msgstr "" -#: ./doc/glossary/glossary-terms.xml3218(glossterm) -#: ./doc/glossary/glossary-terms.xml3220(primary) +#: ./doc/glossary/glossary-terms.xml3231(glossterm) +#: ./doc/glossary/glossary-terms.xml3233(primary) msgid "fill-first scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml3224(para) +#: ./doc/glossary/glossary-terms.xml3237(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.xml3230(glossterm) +#: ./doc/glossary/glossary-terms.xml3243(glossterm) msgid "filter" msgstr "" -#: ./doc/glossary/glossary-terms.xml3232(primary) -#: ./doc/glossary/glossary-terms.xml4207(primary) +#: ./doc/glossary/glossary-terms.xml3245(primary) +#: ./doc/glossary/glossary-terms.xml4220(primary) msgid "filtering" msgstr "" -#: ./doc/glossary/glossary-terms.xml3238(para) +#: ./doc/glossary/glossary-terms.xml3251(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.xml3244(glossterm) +#: ./doc/glossary/glossary-terms.xml3257(glossterm) msgid "firewall" msgstr "" -#: ./doc/glossary/glossary-terms.xml3246(primary) +#: ./doc/glossary/glossary-terms.xml3259(primary) msgid "firewalls" msgstr "" -#: ./doc/glossary/glossary-terms.xml3250(para) +#: ./doc/glossary/glossary-terms.xml3263(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.xml3257(glossterm) -#: ./doc/glossary/glossary-terms.xml3259(primary) +#: ./doc/glossary/glossary-terms.xml3270(glossterm) +#: ./doc/glossary/glossary-terms.xml3272(primary) msgid "Firewall-as-a-Service (FWaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3263(para) +#: ./doc/glossary/glossary-terms.xml3276(para) msgid "A Networking extension that provides perimeter firewall functionality." msgstr "" -#: ./doc/glossary/glossary-terms.xml3269(glossterm) +#: ./doc/glossary/glossary-terms.xml3282(glossterm) msgid "fixed IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml3271(primary) -#: ./doc/glossary/glossary-terms.xml3367(primary) -#: ./doc/glossary/glossary-terms.xml4421(primary) -#: ./doc/glossary/glossary-terms.xml6186(primary) -#: ./doc/glossary/glossary-terms.xml6375(primary) -#: ./doc/glossary/glossary-terms.xml7372(primary) -#: ./doc/glossary/glossary-terms.xml7599(primary) +#: ./doc/glossary/glossary-terms.xml3284(primary) +#: ./doc/glossary/glossary-terms.xml3380(primary) +#: ./doc/glossary/glossary-terms.xml4434(primary) +#: ./doc/glossary/glossary-terms.xml6213(primary) +#: ./doc/glossary/glossary-terms.xml6402(primary) +#: ./doc/glossary/glossary-terms.xml7399(primary) +#: ./doc/glossary/glossary-terms.xml7626(primary) msgid "IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml3273(secondary) +#: ./doc/glossary/glossary-terms.xml3286(secondary) msgid "fixed" msgstr "" -#: ./doc/glossary/glossary-terms.xml3276(primary) +#: ./doc/glossary/glossary-terms.xml3289(primary) msgid "fixed IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml3280(para) +#: ./doc/glossary/glossary-terms.xml3293(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.xml3288(glossterm) -#: ./doc/glossary/glossary-terms.xml3290(primary) +#: ./doc/glossary/glossary-terms.xml3301(glossterm) +#: ./doc/glossary/glossary-terms.xml3303(primary) msgid "Flat Manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml3294(para) +#: ./doc/glossary/glossary-terms.xml3307(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.xml3301(glossterm) -#: ./doc/glossary/glossary-terms.xml3303(primary) +#: ./doc/glossary/glossary-terms.xml3314(glossterm) +#: ./doc/glossary/glossary-terms.xml3316(primary) msgid "flat mode injection" msgstr "" -#: ./doc/glossary/glossary-terms.xml3307(para) +#: ./doc/glossary/glossary-terms.xml3320(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.xml3314(glossterm) -#: ./doc/glossary/glossary-terms.xml3316(primary) +#: ./doc/glossary/glossary-terms.xml3327(glossterm) +#: ./doc/glossary/glossary-terms.xml3329(primary) msgid "flat network" msgstr "" -#: ./doc/glossary/glossary-terms.xml3320(para) +#: ./doc/glossary/glossary-terms.xml3333(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 " @@ -3206,45 +3217,45 @@ msgid "" "flat_interface option with flat managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml3330(glossterm) -#: ./doc/glossary/glossary-terms.xml3332(primary) +#: ./doc/glossary/glossary-terms.xml3343(glossterm) +#: ./doc/glossary/glossary-terms.xml3345(primary) msgid "FlatDHCP Manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml3336(para) +#: ./doc/glossary/glossary-terms.xml3349(para) msgid "" "The Compute component that provides dnsmasq (DHCP, DNS, BOOTP, TFTP) and " "radvd (routing) services." msgstr "" -#: ./doc/glossary/glossary-terms.xml3342(glossterm) -#: ./doc/glossary/glossary-terms.xml3344(primary) +#: ./doc/glossary/glossary-terms.xml3355(glossterm) +#: ./doc/glossary/glossary-terms.xml3357(primary) msgid "flavor" msgstr "" -#: ./doc/glossary/glossary-terms.xml3348(para) +#: ./doc/glossary/glossary-terms.xml3361(para) msgid "Alternative term for a VM instance type." msgstr "" -#: ./doc/glossary/glossary-terms.xml3353(glossterm) -#: ./doc/glossary/glossary-terms.xml3355(primary) +#: ./doc/glossary/glossary-terms.xml3366(glossterm) +#: ./doc/glossary/glossary-terms.xml3368(primary) msgid "flavor ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml3359(para) +#: ./doc/glossary/glossary-terms.xml3372(para) msgid "UUID for each Compute or Image Service VM flavor or instance type." msgstr "" -#: ./doc/glossary/glossary-terms.xml3365(glossterm) -#: ./doc/glossary/glossary-terms.xml3372(primary) +#: ./doc/glossary/glossary-terms.xml3378(glossterm) +#: ./doc/glossary/glossary-terms.xml3385(primary) msgid "floating IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml3369(secondary) +#: ./doc/glossary/glossary-terms.xml3382(secondary) msgid "floating" msgstr "" -#: ./doc/glossary/glossary-terms.xml3376(para) +#: ./doc/glossary/glossary-terms.xml3389(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" @@ -3252,12 +3263,12 @@ msgid "" "maintain a consistent IP address for maintaining DNS assignment." msgstr "" -#: ./doc/glossary/glossary-terms.xml3385(glossterm) -#: ./doc/glossary/glossary-terms.xml3387(primary) +#: ./doc/glossary/glossary-terms.xml3398(glossterm) +#: ./doc/glossary/glossary-terms.xml3400(primary) msgid "Folsom" msgstr "Folsom" -#: ./doc/glossary/glossary-terms.xml3391(para) +#: ./doc/glossary/glossary-terms.xml3404(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" @@ -3265,291 +3276,291 @@ msgid "" "(glance), and Volumes or Block Storage (cinder)." msgstr "" -#: ./doc/glossary/glossary-terms.xml3396(para) +#: ./doc/glossary/glossary-terms.xml3409(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.xml3404(glossterm) -#: ./doc/glossary/glossary-terms.xml3406(primary) +#: ./doc/glossary/glossary-terms.xml3417(glossterm) +#: ./doc/glossary/glossary-terms.xml3419(primary) msgid "FormPost" msgstr "" -#: ./doc/glossary/glossary-terms.xml3410(para) +#: ./doc/glossary/glossary-terms.xml3423(para) msgid "" "Object Storage middleware that uploads (posts) an image through a form on a " "web page." msgstr "" -#: ./doc/glossary/glossary-terms.xml3416(glossterm) +#: ./doc/glossary/glossary-terms.xml3429(glossterm) msgid "front end" msgstr "" -#: ./doc/glossary/glossary-terms.xml3418(primary) +#: ./doc/glossary/glossary-terms.xml3431(primary) msgid "front end, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3422(para) +#: ./doc/glossary/glossary-terms.xml3435(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.xml3431(title) +#: ./doc/glossary/glossary-terms.xml3444(title) msgid "G" msgstr "G" -#: ./doc/glossary/glossary-terms.xml3434(glossterm) -#: ./doc/glossary/glossary-terms.xml3436(primary) +#: ./doc/glossary/glossary-terms.xml3447(glossterm) +#: ./doc/glossary/glossary-terms.xml3449(primary) msgid "gateway" msgstr "" -#: ./doc/glossary/glossary-terms.xml3440(para) +#: ./doc/glossary/glossary-terms.xml3453(para) msgid "" "An IP address, typically assigned to a router, that passes network traffic " "between different networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml3446(glossterm) -#: ./doc/glossary/glossary-terms.xml3448(primary) +#: ./doc/glossary/glossary-terms.xml3459(glossterm) +#: ./doc/glossary/glossary-terms.xml3461(primary) msgid "Generic Receive Offload (GRO)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3451(para) +#: ./doc/glossary/glossary-terms.xml3464(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.xml3458(glossterm) +#: ./doc/glossary/glossary-terms.xml3471(glossterm) msgid "generic routing encapsulation (GRE)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3460(primary) -#: ./doc/glossary/glossary-terms.xml4367(primary) -#: ./doc/glossary/glossary-terms.xml4596(primary) -#: ./doc/glossary/glossary-terms.xml4963(primary) -#: ./doc/glossary/glossary-terms.xml5252(primary) -#: ./doc/glossary/glossary-terms.xml5268(primary) -#: ./doc/glossary/glossary-terms.xml5282(primary) -#: ./doc/glossary/glossary-terms.xml5297(primary) -#: ./doc/glossary/glossary-terms.xml5311(primary) -#: ./doc/glossary/glossary-terms.xml5325(primary) -#: ./doc/glossary/glossary-terms.xml5339(primary) +#: ./doc/glossary/glossary-terms.xml3473(primary) +#: ./doc/glossary/glossary-terms.xml4380(primary) +#: ./doc/glossary/glossary-terms.xml4609(primary) +#: ./doc/glossary/glossary-terms.xml4976(primary) +#: ./doc/glossary/glossary-terms.xml5265(primary) +#: ./doc/glossary/glossary-terms.xml5281(primary) +#: ./doc/glossary/glossary-terms.xml5295(primary) +#: ./doc/glossary/glossary-terms.xml5310(primary) +#: ./doc/glossary/glossary-terms.xml5324(primary) +#: ./doc/glossary/glossary-terms.xml5338(primary) #: ./doc/glossary/glossary-terms.xml5352(primary) -#: ./doc/glossary/glossary-terms.xml5366(primary) -#: ./doc/glossary/glossary-terms.xml5380(primary) -#: ./doc/glossary/glossary-terms.xml5394(primary) -#: ./doc/glossary/glossary-terms.xml5993(primary) -#: ./doc/glossary/glossary-terms.xml6203(primary) -#: ./doc/glossary/glossary-terms.xml6403(primary) -#: ./doc/glossary/glossary-terms.xml8324(primary) -#: ./doc/glossary/glossary-terms.xml8472(primary) +#: ./doc/glossary/glossary-terms.xml5365(primary) +#: ./doc/glossary/glossary-terms.xml5379(primary) +#: ./doc/glossary/glossary-terms.xml5393(primary) +#: ./doc/glossary/glossary-terms.xml5407(primary) +#: ./doc/glossary/glossary-terms.xml6020(primary) +#: ./doc/glossary/glossary-terms.xml6230(primary) +#: ./doc/glossary/glossary-terms.xml6430(primary) +#: ./doc/glossary/glossary-terms.xml8365(primary) +#: ./doc/glossary/glossary-terms.xml8513(primary) msgid "networks" msgstr "" -#: ./doc/glossary/glossary-terms.xml3463(para) +#: ./doc/glossary/glossary-terms.xml3476(para) msgid "" "Protocol that encapsulates a wide variety of network layer protocols inside " "virtual point-to-point links." msgstr "" -#: ./doc/glossary/glossary-terms.xml3470(glossterm) -#: ./doc/glossary/glossary-terms.xml3480(primary) -#: ./doc/glossary/glossary-terms.xml3495(primary) +#: ./doc/glossary/glossary-terms.xml3483(glossterm) +#: ./doc/glossary/glossary-terms.xml3493(primary) +#: ./doc/glossary/glossary-terms.xml3508(primary) msgid "glance" msgstr "glance" -#: ./doc/glossary/glossary-terms.xml3473(para) +#: ./doc/glossary/glossary-terms.xml3486(para) msgid "A core project that provides the OpenStack Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml3478(glossterm) -#: ./doc/glossary/glossary-terms.xml3482(secondary) +#: ./doc/glossary/glossary-terms.xml3491(glossterm) +#: ./doc/glossary/glossary-terms.xml3495(secondary) msgid "glance API server" msgstr "" -#: ./doc/glossary/glossary-terms.xml3486(para) +#: ./doc/glossary/glossary-terms.xml3499(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.xml3493(glossterm) -#: ./doc/glossary/glossary-terms.xml3497(secondary) +#: ./doc/glossary/glossary-terms.xml3506(glossterm) +#: ./doc/glossary/glossary-terms.xml3510(secondary) msgid "glance registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml3501(para) +#: ./doc/glossary/glossary-terms.xml3514(para) msgid "Alternative term for the Image Service image registry." msgstr "" -#: ./doc/glossary/glossary-terms.xml3506(glossterm) -#: ./doc/glossary/glossary-terms.xml3510(secondary) -#: ./doc/glossary/glossary-terms.xml3513(primary) +#: ./doc/glossary/glossary-terms.xml3519(glossterm) +#: ./doc/glossary/glossary-terms.xml3523(secondary) +#: ./doc/glossary/glossary-terms.xml3526(primary) msgid "global endpoint template" msgstr "" -#: ./doc/glossary/glossary-terms.xml3517(para) +#: ./doc/glossary/glossary-terms.xml3530(para) msgid "" "The Identity Service endpoint template that contains services available to " "all tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml3523(glossterm) -#: ./doc/glossary/glossary-terms.xml3525(primary) +#: ./doc/glossary/glossary-terms.xml3536(glossterm) +#: ./doc/glossary/glossary-terms.xml3538(primary) msgid "GlusterFS" msgstr "GlusterFS" -#: ./doc/glossary/glossary-terms.xml3529(para) +#: ./doc/glossary/glossary-terms.xml3542(para) msgid "" "A file system designed to aggregate NAS hosts, compatible with OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3535(glossterm) -#: ./doc/glossary/glossary-terms.xml3537(primary) +#: ./doc/glossary/glossary-terms.xml3548(glossterm) +#: ./doc/glossary/glossary-terms.xml3550(primary) msgid "golden image" msgstr "" -#: ./doc/glossary/glossary-terms.xml3541(para) +#: ./doc/glossary/glossary-terms.xml3554(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.xml3548(glossterm) -#: ./doc/glossary/glossary-terms.xml3550(primary) +#: ./doc/glossary/glossary-terms.xml3561(glossterm) +#: ./doc/glossary/glossary-terms.xml3563(primary) msgid "Graphic Interchange Format (GIF)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3554(para) +#: ./doc/glossary/glossary-terms.xml3567(para) msgid "" "A type of image file that is commonly used for animated images on web pages." msgstr "" -#: ./doc/glossary/glossary-terms.xml3560(glossterm) -#: ./doc/glossary/glossary-terms.xml3562(primary) +#: ./doc/glossary/glossary-terms.xml3573(glossterm) +#: ./doc/glossary/glossary-terms.xml3575(primary) msgid "Graphics Processing Unit (GPU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3566(para) +#: ./doc/glossary/glossary-terms.xml3579(para) msgid "" "Choosing a host based on the existence of a GPU is currently unsupported in " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3572(glossterm) -#: ./doc/glossary/glossary-terms.xml3574(primary) +#: ./doc/glossary/glossary-terms.xml3585(glossterm) +#: ./doc/glossary/glossary-terms.xml3587(primary) msgid "Green Threads" msgstr "" -#: ./doc/glossary/glossary-terms.xml3578(para) +#: ./doc/glossary/glossary-terms.xml3591(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.xml3585(glossterm) -#: ./doc/glossary/glossary-terms.xml3587(primary) +#: ./doc/glossary/glossary-terms.xml3598(glossterm) +#: ./doc/glossary/glossary-terms.xml3600(primary) msgid "Grizzly" msgstr "Grizzly" -#: ./doc/glossary/glossary-terms.xml3591(para) +#: ./doc/glossary/glossary-terms.xml3604(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.xml3599(glossterm) -#: ./doc/glossary/glossary-terms.xml3601(primary) +#: ./doc/glossary/glossary-terms.xml3612(glossterm) +#: ./doc/glossary/glossary-terms.xml3614(primary) msgid "guest OS" msgstr "" -#: ./doc/glossary/glossary-terms.xml3605(para) +#: ./doc/glossary/glossary-terms.xml3618(para) msgid "" "An operating system instance running under the control of a hypervisor." msgstr "" -#: ./doc/glossary/glossary-terms.xml3614(title) +#: ./doc/glossary/glossary-terms.xml3627(title) msgid "H" msgstr "H" -#: ./doc/glossary/glossary-terms.xml3617(glossterm) -#: ./doc/glossary/glossary-terms.xml3619(primary) +#: ./doc/glossary/glossary-terms.xml3630(glossterm) +#: ./doc/glossary/glossary-terms.xml3632(primary) msgid "Hadoop" msgstr "" -#: ./doc/glossary/glossary-terms.xml3623(para) +#: ./doc/glossary/glossary-terms.xml3636(para) msgid "" "Apache Hadoop is an open source software framework that supports data-" "intensive distributed applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml3629(glossterm) -#: ./doc/glossary/glossary-terms.xml3631(primary) +#: ./doc/glossary/glossary-terms.xml3642(glossterm) +#: ./doc/glossary/glossary-terms.xml3644(primary) msgid "handover" msgstr "" -#: ./doc/glossary/glossary-terms.xml3635(para) +#: ./doc/glossary/glossary-terms.xml3648(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.xml3641(glossterm) -#: ./doc/glossary/glossary-terms.xml3643(primary) +#: ./doc/glossary/glossary-terms.xml3654(glossterm) +#: ./doc/glossary/glossary-terms.xml3656(primary) msgid "hard reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml3647(para) +#: ./doc/glossary/glossary-terms.xml3660(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.xml3654(glossterm) -#: ./doc/glossary/glossary-terms.xml3656(primary) +#: ./doc/glossary/glossary-terms.xml3667(glossterm) +#: ./doc/glossary/glossary-terms.xml3669(primary) msgid "Havana" msgstr "" -#: ./doc/glossary/glossary-terms.xml3660(para) +#: ./doc/glossary/glossary-terms.xml3673(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.xml3667(glossterm) -#: ./doc/glossary/glossary-terms.xml3669(primary) +#: ./doc/glossary/glossary-terms.xml3680(glossterm) +#: ./doc/glossary/glossary-terms.xml3682(primary) msgid "heat" msgstr "heat" -#: ./doc/glossary/glossary-terms.xml3673(para) +#: ./doc/glossary/glossary-terms.xml3686(para) msgid "" "An integrated project that aims to orchestrate multiple cloud applications " "for OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3679(glossterm) -#: ./doc/glossary/glossary-terms.xml3681(primary) +#: ./doc/glossary/glossary-terms.xml3692(glossterm) +#: ./doc/glossary/glossary-terms.xml3694(primary) msgid "Heat Orchestration Template (HOT)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3685(para) +#: ./doc/glossary/glossary-terms.xml3698(para) msgid "Heat input in the format native to OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3690(glossterm) -#: ./doc/glossary/glossary-terms.xml3692(primary) +#: ./doc/glossary/glossary-terms.xml3703(glossterm) +#: ./doc/glossary/glossary-terms.xml3705(primary) msgid "health monitor" msgstr "" -#: ./doc/glossary/glossary-terms.xml3696(para) +#: ./doc/glossary/glossary-terms.xml3709(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 " @@ -3558,12 +3569,12 @@ msgid "" "active." msgstr "" -#: ./doc/glossary/glossary-terms.xml3706(glossterm) -#: ./doc/glossary/glossary-terms.xml3708(primary) +#: ./doc/glossary/glossary-terms.xml3719(glossterm) +#: ./doc/glossary/glossary-terms.xml3721(primary) msgid "high availability (HA)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3712(para) +#: ./doc/glossary/glossary-terms.xml3725(para) msgid "" "A high availability system design approach and associated service " "implementation ensures that a prearranged level of operational performance " @@ -3571,68 +3582,68 @@ msgid "" "systems seeks to minimize system downtime and data loss." msgstr "" -#: ./doc/glossary/glossary-terms.xml3723(glossterm) +#: ./doc/glossary/glossary-terms.xml3736(glossterm) msgid "horizon" msgstr "horizon" -#: ./doc/glossary/glossary-terms.xml3726(para) +#: ./doc/glossary/glossary-terms.xml3739(para) msgid "OpenStack project that provides a dashboard, which is a web interface." msgstr "" -#: ./doc/glossary/glossary-terms.xml3732(glossterm) +#: ./doc/glossary/glossary-terms.xml3745(glossterm) msgid "horizon plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml3734(primary) +#: ./doc/glossary/glossary-terms.xml3747(primary) msgid "horizon plug-ins" msgstr "" -#: ./doc/glossary/glossary-terms.xml3738(para) +#: ./doc/glossary/glossary-terms.xml3751(para) msgid "A plug-in for the OpenStack dashboard (horizon)." msgstr "" -#: ./doc/glossary/glossary-terms.xml3743(glossterm) +#: ./doc/glossary/glossary-terms.xml3756(glossterm) msgid "host" msgstr "" -#: ./doc/glossary/glossary-terms.xml3745(primary) +#: ./doc/glossary/glossary-terms.xml3758(primary) msgid "hosts, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml3749(para) +#: ./doc/glossary/glossary-terms.xml3762(para) msgid "A physical computer, not a VM instance (node)." msgstr "" -#: ./doc/glossary/glossary-terms.xml3754(glossterm) -#: ./doc/glossary/glossary-terms.xml3756(primary) +#: ./doc/glossary/glossary-terms.xml3767(glossterm) +#: ./doc/glossary/glossary-terms.xml3769(primary) msgid "host aggregate" msgstr "" -#: ./doc/glossary/glossary-terms.xml3760(para) +#: ./doc/glossary/glossary-terms.xml3773(para) msgid "" "A method to further subdivide availability zones into hypervisor pools, a " "collection of common hosts." msgstr "" -#: ./doc/glossary/glossary-terms.xml3766(glossterm) -#: ./doc/glossary/glossary-terms.xml3768(primary) +#: ./doc/glossary/glossary-terms.xml3779(glossterm) +#: ./doc/glossary/glossary-terms.xml3781(primary) msgid "Host Bus Adapter (HBA)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3772(para) +#: ./doc/glossary/glossary-terms.xml3785(para) msgid "" "Device plugged into a PCI slot, such as a fibre channel or network card." msgstr "" -#: ./doc/glossary/glossary-terms.xml3778(glossterm) +#: ./doc/glossary/glossary-terms.xml3791(glossterm) msgid "HTTP" msgstr "HTTP" -#: ./doc/glossary/glossary-terms.xml3780(primary) +#: ./doc/glossary/glossary-terms.xml3793(primary) msgid "HTTP (Hypertext Transfer Protocol)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3786(para) +#: ./doc/glossary/glossary-terms.xml3799(para) msgid "" "Hypertext Transfer Protocol. HTTP is an application protocol for " "distributed, collaborative, hypermedia information systems. It is the " @@ -3641,15 +3652,15 @@ msgid "" "containing text. HTTP is the protocol to exchange or transfer hypertext." msgstr "" -#: ./doc/glossary/glossary-terms.xml3796(glossterm) +#: ./doc/glossary/glossary-terms.xml3809(glossterm) msgid "HTTPS" msgstr "HTTPS" -#: ./doc/glossary/glossary-terms.xml3798(primary) +#: ./doc/glossary/glossary-terms.xml3811(primary) msgid "HTTPS (Hypertext Transfer Protocol Secure)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3802(para) +#: ./doc/glossary/glossary-terms.xml3815(para) msgid "" "Hypertext Transfer Protocol Secure (HTTPS) is a communications protocol for " "secure communication over a computer network, with especially wide " @@ -3659,12 +3670,12 @@ msgid "" "capabilities of SSL/TLS to standard HTTP communications." msgstr "" -#: ./doc/glossary/glossary-terms.xml3813(glossterm) -#: ./doc/glossary/glossary-terms.xml3815(primary) +#: ./doc/glossary/glossary-terms.xml3826(glossterm) +#: ./doc/glossary/glossary-terms.xml3828(primary) msgid "hybrid cloud" msgstr "" -#: ./doc/glossary/glossary-terms.xml3819(para) +#: ./doc/glossary/glossary-terms.xml3832(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 " @@ -3673,84 +3684,84 @@ msgid "" "resources." msgstr "" -#: ./doc/glossary/glossary-terms.xml3831(glossterm) -#: ./doc/glossary/glossary-terms.xml3833(primary) +#: ./doc/glossary/glossary-terms.xml3844(glossterm) +#: ./doc/glossary/glossary-terms.xml3846(primary) msgid "Hyper-V" msgstr "Hyper-V" -#: ./doc/glossary/glossary-terms.xml3837(para) +#: ./doc/glossary/glossary-terms.xml3850(para) msgid "One of the hypervisors supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml3842(glossterm) -#: ./doc/glossary/glossary-terms.xml3844(primary) +#: ./doc/glossary/glossary-terms.xml3855(glossterm) +#: ./doc/glossary/glossary-terms.xml3857(primary) msgid "hyperlink" msgstr "" -#: ./doc/glossary/glossary-terms.xml3848(para) +#: ./doc/glossary/glossary-terms.xml3861(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.xml3855(glossterm) +#: ./doc/glossary/glossary-terms.xml3868(glossterm) msgid "Hypertext Transfer Protocol (HTTP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3858(para) +#: ./doc/glossary/glossary-terms.xml3871(para) msgid "The protocol that tells browsers where to go to find information." msgstr "" -#: ./doc/glossary/glossary-terms.xml3864(glossterm) +#: ./doc/glossary/glossary-terms.xml3877(glossterm) msgid "Hypertext Transfer Protocol Secure (HTTPS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3867(para) +#: ./doc/glossary/glossary-terms.xml3880(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.xml3874(glossterm) +#: ./doc/glossary/glossary-terms.xml3887(glossterm) msgid "hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml3876(primary) -#: ./doc/glossary/glossary-terms.xml3890(primary) +#: ./doc/glossary/glossary-terms.xml3889(primary) +#: ./doc/glossary/glossary-terms.xml3903(primary) msgid "hypervisors" msgstr "" -#: ./doc/glossary/glossary-terms.xml3882(para) +#: ./doc/glossary/glossary-terms.xml3895(para) msgid "" "Software that arbitrates and controls VM access to the actual underlying " "hardware." msgstr "" -#: ./doc/glossary/glossary-terms.xml3888(glossterm) +#: ./doc/glossary/glossary-terms.xml3901(glossterm) msgid "hypervisor pool" msgstr "" -#: ./doc/glossary/glossary-terms.xml3892(secondary) +#: ./doc/glossary/glossary-terms.xml3905(secondary) msgid "hypervisor pools" msgstr "" -#: ./doc/glossary/glossary-terms.xml3896(para) +#: ./doc/glossary/glossary-terms.xml3909(para) msgid "A collection of hypervisors grouped together through host aggregates." msgstr "" -#: ./doc/glossary/glossary-terms.xml3905(title) +#: ./doc/glossary/glossary-terms.xml3918(title) msgid "I" msgstr "I" -#: ./doc/glossary/glossary-terms.xml3908(glossterm) +#: ./doc/glossary/glossary-terms.xml3921(glossterm) msgid "IaaS" msgstr "" -#: ./doc/glossary/glossary-terms.xml3910(primary) +#: ./doc/glossary/glossary-terms.xml3923(primary) msgid "IaaS (Infrastructure-as-a-Service)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3916(para) +#: ./doc/glossary/glossary-terms.xml3929(para) msgid "" "Infrastructure-as-a-Service. IaaS is a provisioning model in which an " "organization outsources physical components of a data center, such as " @@ -3760,70 +3771,70 @@ msgid "" "providing cloud services." msgstr "" -#: ./doc/glossary/glossary-terms.xml3926(glossterm) -#: ./doc/glossary/glossary-terms.xml3928(primary) +#: ./doc/glossary/glossary-terms.xml3939(glossterm) +#: ./doc/glossary/glossary-terms.xml3941(primary) msgid "Icehouse" msgstr "" -#: ./doc/glossary/glossary-terms.xml3934(para) +#: ./doc/glossary/glossary-terms.xml3947(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.xml3941(glossterm) +#: ./doc/glossary/glossary-terms.xml3954(glossterm) msgid "ICMP" msgstr "ICMP" -#: ./doc/glossary/glossary-terms.xml3943(primary) +#: ./doc/glossary/glossary-terms.xml3956(primary) msgid "Internet Control Message Protocol (ICMP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml3947(para) +#: ./doc/glossary/glossary-terms.xml3960(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.xml3955(glossterm) -#: ./doc/glossary/glossary-terms.xml3957(primary) +#: ./doc/glossary/glossary-terms.xml3968(glossterm) +#: ./doc/glossary/glossary-terms.xml3970(primary) msgid "ID number" msgstr "" -#: ./doc/glossary/glossary-terms.xml3961(para) +#: ./doc/glossary/glossary-terms.xml3974(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.xml3967(glossterm) +#: ./doc/glossary/glossary-terms.xml3980(glossterm) msgid "Identity API" msgstr "" -#: ./doc/glossary/glossary-terms.xml3970(para) +#: ./doc/glossary/glossary-terms.xml3983(para) msgid "Alternative term for the Identity Service API." msgstr "" -#: ./doc/glossary/glossary-terms.xml3975(glossterm) -#: ./doc/glossary/glossary-terms.xml3979(secondary) +#: ./doc/glossary/glossary-terms.xml3988(glossterm) +#: ./doc/glossary/glossary-terms.xml3992(secondary) msgid "Identity back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml3977(primary) -#: ./doc/glossary/glossary-terms.xml3989(glossterm) -#: ./doc/glossary/glossary-terms.xml3991(primary) -#: ./doc/glossary/glossary-terms.xml4008(primary) -#: ./doc/glossary/glossary-terms.xml4079(primary) +#: ./doc/glossary/glossary-terms.xml3990(primary) +#: ./doc/glossary/glossary-terms.xml4002(glossterm) +#: ./doc/glossary/glossary-terms.xml4004(primary) +#: ./doc/glossary/glossary-terms.xml4021(primary) +#: ./doc/glossary/glossary-terms.xml4092(primary) msgid "Identity Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml3983(para) +#: ./doc/glossary/glossary-terms.xml3996(para) msgid "" "The source used by Identity Service to retrieve user information; an " "OpenLDAP server, for example." msgstr "" -#: ./doc/glossary/glossary-terms.xml3997(para) +#: ./doc/glossary/glossary-terms.xml4010(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 " @@ -3831,38 +3842,38 @@ msgid "" "name of the Identity Service is keystone." msgstr "" -#: ./doc/glossary/glossary-terms.xml4006(glossterm) -#: ./doc/glossary/glossary-terms.xml4010(secondary) +#: ./doc/glossary/glossary-terms.xml4019(glossterm) +#: ./doc/glossary/glossary-terms.xml4023(secondary) msgid "Identity Service API" msgstr "" -#: ./doc/glossary/glossary-terms.xml4014(para) +#: ./doc/glossary/glossary-terms.xml4027(para) msgid "" "The API used to access the OpenStack Identity Service provided through " "keystone." msgstr "" -#: ./doc/glossary/glossary-terms.xml4020(glossterm) +#: ./doc/glossary/glossary-terms.xml4033(glossterm) msgid "IDS" msgstr "" -#: ./doc/glossary/glossary-terms.xml4022(primary) +#: ./doc/glossary/glossary-terms.xml4035(primary) msgid "IDS (Intrusion Detection System)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4026(para) +#: ./doc/glossary/glossary-terms.xml4039(para) msgid "Intrusion Detection System." msgstr "" -#: ./doc/glossary/glossary-terms.xml4031(glossterm) +#: ./doc/glossary/glossary-terms.xml4044(glossterm) msgid "image" msgstr "" -#: ./doc/glossary/glossary-terms.xml4033(primary) +#: ./doc/glossary/glossary-terms.xml4046(primary) msgid "images" msgstr "" -#: ./doc/glossary/glossary-terms.xml4039(para) +#: ./doc/glossary/glossary-terms.xml4052(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 " @@ -3871,358 +3882,358 @@ msgid "" "for additional servers." msgstr "" -#: ./doc/glossary/glossary-terms.xml4048(glossterm) +#: ./doc/glossary/glossary-terms.xml4061(glossterm) msgid "Image API" msgstr "" -#: ./doc/glossary/glossary-terms.xml4050(primary) -#: ./doc/glossary/glossary-terms.xml4064(primary) -#: ./doc/glossary/glossary-terms.xml4093(primary) -#: ./doc/glossary/glossary-terms.xml4107(primary) -#: ./doc/glossary/glossary-terms.xml4121(primary) -#: ./doc/glossary/glossary-terms.xml4133(glossterm) -#: ./doc/glossary/glossary-terms.xml4153(primary) -#: ./doc/glossary/glossary-terms.xml4167(primary) -#: ./doc/glossary/glossary-terms.xml4181(primary) -#: ./doc/glossary/glossary-terms.xml6358(primary) +#: ./doc/glossary/glossary-terms.xml4063(primary) +#: ./doc/glossary/glossary-terms.xml4077(primary) +#: ./doc/glossary/glossary-terms.xml4106(primary) +#: ./doc/glossary/glossary-terms.xml4120(primary) +#: ./doc/glossary/glossary-terms.xml4134(primary) +#: ./doc/glossary/glossary-terms.xml4146(glossterm) +#: ./doc/glossary/glossary-terms.xml4166(primary) +#: ./doc/glossary/glossary-terms.xml4180(primary) +#: ./doc/glossary/glossary-terms.xml4194(primary) +#: ./doc/glossary/glossary-terms.xml6385(primary) msgid "Image Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml4052(secondary) -#: ./doc/glossary/glossary-terms.xml4143(glossterm) +#: ./doc/glossary/glossary-terms.xml4065(secondary) +#: ./doc/glossary/glossary-terms.xml4156(glossterm) msgid "Image Service API" msgstr "" -#: ./doc/glossary/glossary-terms.xml4056(para) +#: ./doc/glossary/glossary-terms.xml4069(para) msgid "The Image Service API endpoint for management of VM images." msgstr "" -#: ./doc/glossary/glossary-terms.xml4062(glossterm) -#: ./doc/glossary/glossary-terms.xml4066(secondary) +#: ./doc/glossary/glossary-terms.xml4075(glossterm) +#: ./doc/glossary/glossary-terms.xml4079(secondary) msgid "image cache" msgstr "" -#: ./doc/glossary/glossary-terms.xml4070(para) +#: ./doc/glossary/glossary-terms.xml4083(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.xml4077(glossterm) -#: ./doc/glossary/glossary-terms.xml4081(secondary) +#: ./doc/glossary/glossary-terms.xml4090(glossterm) +#: ./doc/glossary/glossary-terms.xml4094(secondary) msgid "image ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4085(para) +#: ./doc/glossary/glossary-terms.xml4098(para) msgid "" "Combination of a URI and UUID used to access Image Service VM images through" " the image API." msgstr "" -#: ./doc/glossary/glossary-terms.xml4091(glossterm) -#: ./doc/glossary/glossary-terms.xml4095(secondary) +#: ./doc/glossary/glossary-terms.xml4104(glossterm) +#: ./doc/glossary/glossary-terms.xml4108(secondary) msgid "image membership" msgstr "" -#: ./doc/glossary/glossary-terms.xml4099(para) -#: ./doc/glossary/glossary-terms.xml5018(para) +#: ./doc/glossary/glossary-terms.xml4112(para) +#: ./doc/glossary/glossary-terms.xml5031(para) msgid "" "A list of tenants that can access a given VM image within Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4105(glossterm) -#: ./doc/glossary/glossary-terms.xml4109(secondary) +#: ./doc/glossary/glossary-terms.xml4118(glossterm) +#: ./doc/glossary/glossary-terms.xml4122(secondary) msgid "image owner" msgstr "" -#: ./doc/glossary/glossary-terms.xml4113(para) +#: ./doc/glossary/glossary-terms.xml4126(para) msgid "The tenant who owns an Image Service virtual machine image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4119(glossterm) -#: ./doc/glossary/glossary-terms.xml4123(secondary) +#: ./doc/glossary/glossary-terms.xml4132(glossterm) +#: ./doc/glossary/glossary-terms.xml4136(secondary) msgid "image registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml4127(para) +#: ./doc/glossary/glossary-terms.xml4140(para) msgid "A list of VM images that are available through Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4136(para) +#: ./doc/glossary/glossary-terms.xml4149(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.xml4146(para) +#: ./doc/glossary/glossary-terms.xml4159(para) msgid "Alternative name for the glance image API." msgstr "" -#: ./doc/glossary/glossary-terms.xml4151(glossterm) -#: ./doc/glossary/glossary-terms.xml4155(secondary) +#: ./doc/glossary/glossary-terms.xml4164(glossterm) +#: ./doc/glossary/glossary-terms.xml4168(secondary) msgid "image status" msgstr "" -#: ./doc/glossary/glossary-terms.xml4159(para) +#: ./doc/glossary/glossary-terms.xml4172(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.xml4165(glossterm) -#: ./doc/glossary/glossary-terms.xml4169(secondary) +#: ./doc/glossary/glossary-terms.xml4178(glossterm) +#: ./doc/glossary/glossary-terms.xml4182(secondary) msgid "image store" msgstr "" -#: ./doc/glossary/glossary-terms.xml4173(para) +#: ./doc/glossary/glossary-terms.xml4186(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.xml4179(glossterm) -#: ./doc/glossary/glossary-terms.xml4183(secondary) +#: ./doc/glossary/glossary-terms.xml4192(glossterm) +#: ./doc/glossary/glossary-terms.xml4196(secondary) msgid "image UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4187(para) +#: ./doc/glossary/glossary-terms.xml4200(para) msgid "UUID used by Image Service to uniquely identify each VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4193(glossterm) +#: ./doc/glossary/glossary-terms.xml4206(glossterm) msgid "incubated project" msgstr "" -#: ./doc/glossary/glossary-terms.xml4195(primary) +#: ./doc/glossary/glossary-terms.xml4208(primary) msgid "incubated projects" msgstr "" -#: ./doc/glossary/glossary-terms.xml4199(para) +#: ./doc/glossary/glossary-terms.xml4212(para) msgid "" "A community project may be elevated to this status and is then promoted to a" " core project." msgstr "" -#: ./doc/glossary/glossary-terms.xml4205(glossterm) -#: ./doc/glossary/glossary-terms.xml4209(secondary) -#: ./doc/glossary/glossary-terms.xml4212(primary) +#: ./doc/glossary/glossary-terms.xml4218(glossterm) +#: ./doc/glossary/glossary-terms.xml4222(secondary) +#: ./doc/glossary/glossary-terms.xml4225(primary) msgid "ingress filtering" msgstr "" -#: ./doc/glossary/glossary-terms.xml4216(para) +#: ./doc/glossary/glossary-terms.xml4229(para) msgid "" "The process of filtering incoming network traffic. Supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml4222(glossterm) -#: ./doc/glossary/glossary-terms.xml4224(primary) +#: ./doc/glossary/glossary-terms.xml4235(glossterm) +#: ./doc/glossary/glossary-terms.xml4237(primary) msgid "INI" msgstr "" -#: ./doc/glossary/glossary-terms.xml4227(para) +#: ./doc/glossary/glossary-terms.xml4240(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.xml4236(glossterm) -#: ./doc/glossary/glossary-terms.xml4238(primary) +#: ./doc/glossary/glossary-terms.xml4249(glossterm) +#: ./doc/glossary/glossary-terms.xml4251(primary) msgid "injection" msgstr "" -#: ./doc/glossary/glossary-terms.xml4242(para) +#: ./doc/glossary/glossary-terms.xml4255(para) msgid "" "The process of putting a file into a virtual machine image before the " "instance is started." msgstr "" -#: ./doc/glossary/glossary-terms.xml4248(glossterm) +#: ./doc/glossary/glossary-terms.xml4261(glossterm) msgid "instance" msgstr "인스턴스" -#: ./doc/glossary/glossary-terms.xml4250(primary) -#: ./doc/glossary/glossary-terms.xml4264(primary) +#: ./doc/glossary/glossary-terms.xml4263(primary) #: ./doc/glossary/glossary-terms.xml4277(primary) -#: ./doc/glossary/glossary-terms.xml4301(primary) -#: ./doc/glossary/glossary-terms.xml4316(primary) +#: ./doc/glossary/glossary-terms.xml4290(primary) +#: ./doc/glossary/glossary-terms.xml4314(primary) #: ./doc/glossary/glossary-terms.xml4329(primary) +#: ./doc/glossary/glossary-terms.xml4342(primary) msgid "instances" msgstr "" -#: ./doc/glossary/glossary-terms.xml4256(para) +#: ./doc/glossary/glossary-terms.xml4269(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.xml4262(glossterm) -#: ./doc/glossary/glossary-terms.xml4266(secondary) +#: ./doc/glossary/glossary-terms.xml4275(glossterm) +#: ./doc/glossary/glossary-terms.xml4279(secondary) msgid "instance ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4270(para) +#: ./doc/glossary/glossary-terms.xml4283(para) msgid "Alternative term for instance UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml4275(glossterm) -#: ./doc/glossary/glossary-terms.xml4279(secondary) +#: ./doc/glossary/glossary-terms.xml4288(glossterm) +#: ./doc/glossary/glossary-terms.xml4292(secondary) msgid "instance state" msgstr "" -#: ./doc/glossary/glossary-terms.xml4283(para) +#: ./doc/glossary/glossary-terms.xml4296(para) msgid "The current state of a guest VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml4288(glossterm) -#: ./doc/glossary/glossary-terms.xml4290(primary) +#: ./doc/glossary/glossary-terms.xml4301(glossterm) +#: ./doc/glossary/glossary-terms.xml4303(primary) msgid "instance tunnels network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4293(para) +#: ./doc/glossary/glossary-terms.xml4306(para) msgid "" "A network segment used for instance traffic tunnels between compute nodes " "and the network node." msgstr "" -#: ./doc/glossary/glossary-terms.xml4299(glossterm) -#: ./doc/glossary/glossary-terms.xml4303(secondary) +#: ./doc/glossary/glossary-terms.xml4312(glossterm) +#: ./doc/glossary/glossary-terms.xml4316(secondary) msgid "instance type" msgstr "" -#: ./doc/glossary/glossary-terms.xml4307(para) +#: ./doc/glossary/glossary-terms.xml4320(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.xml4314(glossterm) -#: ./doc/glossary/glossary-terms.xml4318(secondary) +#: ./doc/glossary/glossary-terms.xml4327(glossterm) +#: ./doc/glossary/glossary-terms.xml4331(secondary) msgid "instance type ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4322(para) +#: ./doc/glossary/glossary-terms.xml4335(para) msgid "Alternative term for a flavor ID." msgstr "" -#: ./doc/glossary/glossary-terms.xml4327(glossterm) -#: ./doc/glossary/glossary-terms.xml4331(secondary) +#: ./doc/glossary/glossary-terms.xml4340(glossterm) +#: ./doc/glossary/glossary-terms.xml4344(secondary) msgid "instance UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4335(para) -#: ./doc/glossary/glossary-terms.xml7247(para) +#: ./doc/glossary/glossary-terms.xml4348(para) +#: ./doc/glossary/glossary-terms.xml7274(para) msgid "" "Unique ID assigned to each guest VM instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml4341(glossterm) -#: ./doc/glossary/glossary-terms.xml4343(primary) +#: ./doc/glossary/glossary-terms.xml4354(glossterm) +#: ./doc/glossary/glossary-terms.xml4356(primary) msgid "interface" msgstr "" -#: ./doc/glossary/glossary-terms.xml4347(para) +#: ./doc/glossary/glossary-terms.xml4360(para) msgid "" "A physical or virtual device that provides connectivity to another device or" " medium." msgstr "" -#: ./doc/glossary/glossary-terms.xml4353(glossterm) -#: ./doc/glossary/glossary-terms.xml4355(primary) +#: ./doc/glossary/glossary-terms.xml4366(glossterm) +#: ./doc/glossary/glossary-terms.xml4368(primary) msgid "interface ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml4359(para) +#: ./doc/glossary/glossary-terms.xml4372(para) msgid "Unique ID for a Networking VIF or vNIC in the form of a UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml4365(glossterm) +#: ./doc/glossary/glossary-terms.xml4378(glossterm) msgid "internet protocol (IP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4371(para) +#: ./doc/glossary/glossary-terms.xml4384(para) msgid "" "Principal communications protocol in the internet protocol suite for " "relaying datagrams across network boundaries." msgstr "" -#: ./doc/glossary/glossary-terms.xml4377(glossterm) -#: ./doc/glossary/glossary-terms.xml4379(primary) +#: ./doc/glossary/glossary-terms.xml4390(glossterm) +#: ./doc/glossary/glossary-terms.xml4392(primary) msgid "Internet Service Provider (ISP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4383(para) +#: ./doc/glossary/glossary-terms.xml4396(para) msgid "" "Any business that provides Internet access to individuals or businesses." msgstr "" -#: ./doc/glossary/glossary-terms.xml4389(glossterm) -#: ./doc/glossary/glossary-terms.xml4391(primary) +#: ./doc/glossary/glossary-terms.xml4402(glossterm) +#: ./doc/glossary/glossary-terms.xml4404(primary) msgid "ironic" msgstr "" -#: ./doc/glossary/glossary-terms.xml4395(para) +#: ./doc/glossary/glossary-terms.xml4408(para) msgid "" "OpenStack project that provisions bare metal, as opposed to virtual, " "machines." msgstr "" -#: ./doc/glossary/glossary-terms.xml4401(glossterm) -#: ./doc/glossary/glossary-terms.xml4403(primary) +#: ./doc/glossary/glossary-terms.xml4414(glossterm) +#: ./doc/glossary/glossary-terms.xml4416(primary) msgid "IOPS" msgstr "" -#: ./doc/glossary/glossary-terms.xml4409(para) +#: ./doc/glossary/glossary-terms.xml4422(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.xml4419(glossterm) +#: ./doc/glossary/glossary-terms.xml4432(glossterm) msgid "IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml4427(para) +#: ./doc/glossary/glossary-terms.xml4440(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.xml4434(glossterm) -#: ./doc/glossary/glossary-terms.xml4436(primary) +#: ./doc/glossary/glossary-terms.xml4447(glossterm) +#: ./doc/glossary/glossary-terms.xml4449(primary) msgid "IP Address Management (IPAM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4440(para) +#: ./doc/glossary/glossary-terms.xml4453(para) msgid "" "The process of automating IP address allocation, deallocation, and " "management. Currently provided by Compute, melange, and Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml4447(glossterm) +#: ./doc/glossary/glossary-terms.xml4460(glossterm) msgid "IPL" msgstr "" -#: ./doc/glossary/glossary-terms.xml4449(primary) +#: ./doc/glossary/glossary-terms.xml4462(primary) msgid "IPL (Initial Program Loader)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4453(para) +#: ./doc/glossary/glossary-terms.xml4466(para) msgid "Initial Program Loader." msgstr "" -#: ./doc/glossary/glossary-terms.xml4458(glossterm) +#: ./doc/glossary/glossary-terms.xml4471(glossterm) msgid "IPMI" msgstr "" -#: ./doc/glossary/glossary-terms.xml4460(primary) +#: ./doc/glossary/glossary-terms.xml4473(primary) msgid "IPMI (Intelligent Platform Management Interface)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4464(para) +#: ./doc/glossary/glossary-terms.xml4477(para) msgid "" "Intelligent Platform Management Interface. IPMI is a standardized computer " "system interface used by system administrators for out-of-band management of" @@ -4232,12 +4243,12 @@ msgid "" "connecting to the hardware rather than an operating system or login shell." msgstr "" -#: ./doc/glossary/glossary-terms.xml4475(glossterm) -#: ./doc/glossary/glossary-terms.xml4477(primary) +#: ./doc/glossary/glossary-terms.xml4488(glossterm) +#: ./doc/glossary/glossary-terms.xml4490(primary) msgid "ip6tables" msgstr "" -#: ./doc/glossary/glossary-terms.xml4481(para) +#: ./doc/glossary/glossary-terms.xml4494(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 " @@ -4245,12 +4256,12 @@ msgid "" "and VMs." msgstr "" -#: ./doc/glossary/glossary-terms.xml4489(glossterm) -#: ./doc/glossary/glossary-terms.xml4491(primary) +#: ./doc/glossary/glossary-terms.xml4502(glossterm) +#: ./doc/glossary/glossary-terms.xml4504(primary) msgid "iptables" msgstr "iptables" -#: ./doc/glossary/glossary-terms.xml4495(para) +#: ./doc/glossary/glossary-terms.xml4508(para) msgid "" "Used along with arptables and ebtables, iptables create firewalls in " "Compute. iptables are the tables provided by the Linux kernel firewall " @@ -4261,124 +4272,124 @@ msgid "" "manipulate." msgstr "" -#: ./doc/glossary/glossary-terms.xml4506(glossterm) +#: ./doc/glossary/glossary-terms.xml4519(glossterm) msgid "iSCSI" msgstr "" -#: ./doc/glossary/glossary-terms.xml4508(primary) +#: ./doc/glossary/glossary-terms.xml4521(primary) msgid "iSCSI protocol" msgstr "" -#: ./doc/glossary/glossary-terms.xml4512(para) +#: ./doc/glossary/glossary-terms.xml4525(para) msgid "" "The SCSI disk protocol tunneled within Ethernet, supported by Compute, " "Object Storage, and Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4518(glossterm) +#: ./doc/glossary/glossary-terms.xml4531(glossterm) msgid "ISO9960" msgstr "" -#: ./doc/glossary/glossary-terms.xml4520(primary) +#: ./doc/glossary/glossary-terms.xml4533(primary) msgid "ISO9960 format" msgstr "" -#: ./doc/glossary/glossary-terms.xml4524(para) -#: ./doc/glossary/glossary-terms.xml6456(para) -#: ./doc/glossary/glossary-terms.xml8277(para) -#: ./doc/glossary/glossary-terms.xml8289(para) -#: ./doc/glossary/glossary-terms.xml8497(para) +#: ./doc/glossary/glossary-terms.xml4537(para) +#: ./doc/glossary/glossary-terms.xml6483(para) +#: ./doc/glossary/glossary-terms.xml8318(para) +#: ./doc/glossary/glossary-terms.xml8330(para) +#: ./doc/glossary/glossary-terms.xml8538(para) msgid "One of the VM image disk formats supported by Image Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml4530(glossterm) -#: ./doc/glossary/glossary-terms.xml4532(primary) +#: ./doc/glossary/glossary-terms.xml4543(glossterm) +#: ./doc/glossary/glossary-terms.xml4545(primary) msgid "itsec" msgstr "" -#: ./doc/glossary/glossary-terms.xml4536(para) +#: ./doc/glossary/glossary-terms.xml4549(para) msgid "" "A default role in the Compute RBAC system that can quarantine an instance in" " any project." msgstr "" -#: ./doc/glossary/glossary-terms.xml4545(title) +#: ./doc/glossary/glossary-terms.xml4558(title) msgid "J" msgstr "J" -#: ./doc/glossary/glossary-terms.xml4548(glossterm) -#: ./doc/glossary/glossary-terms.xml4550(primary) +#: ./doc/glossary/glossary-terms.xml4561(glossterm) +#: ./doc/glossary/glossary-terms.xml4563(primary) msgid "Java" msgstr "Java" -#: ./doc/glossary/glossary-terms.xml4554(para) +#: ./doc/glossary/glossary-terms.xml4567(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.xml4560(glossterm) -#: ./doc/glossary/glossary-terms.xml4562(primary) +#: ./doc/glossary/glossary-terms.xml4573(glossterm) +#: ./doc/glossary/glossary-terms.xml4575(primary) msgid "JavaScript" msgstr "" -#: ./doc/glossary/glossary-terms.xml4566(para) +#: ./doc/glossary/glossary-terms.xml4579(para) msgid "A scripting language that is used to build web pages." msgstr "" -#: ./doc/glossary/glossary-terms.xml4571(glossterm) -#: ./doc/glossary/glossary-terms.xml4573(primary) +#: ./doc/glossary/glossary-terms.xml4584(glossterm) +#: ./doc/glossary/glossary-terms.xml4586(primary) msgid "JavaScript Object Notation (JSON)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4577(para) +#: ./doc/glossary/glossary-terms.xml4590(para) msgid "One of the supported response formats in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml4582(glossterm) -#: ./doc/glossary/glossary-terms.xml4584(primary) +#: ./doc/glossary/glossary-terms.xml4595(glossterm) +#: ./doc/glossary/glossary-terms.xml4597(primary) msgid "Jenkins" msgstr "" -#: ./doc/glossary/glossary-terms.xml4588(para) +#: ./doc/glossary/glossary-terms.xml4601(para) msgid "Tool used to run jobs automatically for OpenStack development." msgstr "" -#: ./doc/glossary/glossary-terms.xml4594(glossterm) +#: ./doc/glossary/glossary-terms.xml4607(glossterm) msgid "jumbo frames" msgstr "" -#: ./doc/glossary/glossary-terms.xml4600(para) +#: ./doc/glossary/glossary-terms.xml4613(para) msgid "" "Feature in modern Ethernet networks that supports frames up to approximately" " 9000 bytes." msgstr "" -#: ./doc/glossary/glossary-terms.xml4606(glossterm) -#: ./doc/glossary/glossary-terms.xml4608(primary) +#: ./doc/glossary/glossary-terms.xml4619(glossterm) +#: ./doc/glossary/glossary-terms.xml4621(primary) msgid "Juno" msgstr "" -#: ./doc/glossary/glossary-terms.xml4612(para) +#: ./doc/glossary/glossary-terms.xml4625(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.xml4622(title) +#: ./doc/glossary/glossary-terms.xml4635(title) msgid "K" msgstr "K" -#: ./doc/glossary/glossary-terms.xml4625(glossterm) +#: ./doc/glossary/glossary-terms.xml4638(glossterm) msgid "kernel-based VM (KVM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4627(primary) +#: ./doc/glossary/glossary-terms.xml4640(primary) msgid "kernel-based VM (KVM) hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml4631(para) +#: ./doc/glossary/glossary-terms.xml4644(para) msgid "" "An OpenStack-supported hypervisor. KVM is a full virtualization solution for" " Linux on x86 hardware containing virtualization extensions (Intel VT or " @@ -4387,32 +4398,32 @@ msgid "" " specific module." msgstr "" -#: ./doc/glossary/glossary-terms.xml4643(glossterm) -#: ./doc/glossary/glossary-terms.xml4645(primary) +#: ./doc/glossary/glossary-terms.xml4656(glossterm) +#: ./doc/glossary/glossary-terms.xml4658(primary) msgid "keystone" msgstr "Keystone" -#: ./doc/glossary/glossary-terms.xml4649(para) +#: ./doc/glossary/glossary-terms.xml4662(para) msgid "The project that provides OpenStack Identity services." msgstr "" -#: ./doc/glossary/glossary-terms.xml4654(glossterm) -#: ./doc/glossary/glossary-terms.xml4656(primary) +#: ./doc/glossary/glossary-terms.xml4667(glossterm) +#: ./doc/glossary/glossary-terms.xml4669(primary) msgid "Kickstart" msgstr "" -#: ./doc/glossary/glossary-terms.xml4660(para) +#: ./doc/glossary/glossary-terms.xml4673(para) msgid "" "A tool to automate system configuration and installation on Red Hat, Fedora," " and CentOS-based Linux distributions." msgstr "" -#: ./doc/glossary/glossary-terms.xml4666(glossterm) -#: ./doc/glossary/glossary-terms.xml4668(primary) +#: ./doc/glossary/glossary-terms.xml4679(glossterm) +#: ./doc/glossary/glossary-terms.xml4681(primary) msgid "Kilo" msgstr "" -#: ./doc/glossary/glossary-terms.xml4672(para) +#: ./doc/glossary/glossary-terms.xml4685(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" @@ -4421,34 +4432,34 @@ msgid "" "in Sèvres, the community chose Kilo as the release name." msgstr "" -#: ./doc/glossary/glossary-terms.xml4685(title) +#: ./doc/glossary/glossary-terms.xml4698(title) msgid "L" msgstr "L" -#: ./doc/glossary/glossary-terms.xml4688(glossterm) -#: ./doc/glossary/glossary-terms.xml4690(primary) +#: ./doc/glossary/glossary-terms.xml4701(glossterm) +#: ./doc/glossary/glossary-terms.xml4703(primary) msgid "large object" msgstr "" -#: ./doc/glossary/glossary-terms.xml4694(para) +#: ./doc/glossary/glossary-terms.xml4707(para) msgid "An object within Object Storage that is larger than 5GB." msgstr "" -#: ./doc/glossary/glossary-terms.xml4699(glossterm) -#: ./doc/glossary/glossary-terms.xml4701(primary) +#: ./doc/glossary/glossary-terms.xml4712(glossterm) +#: ./doc/glossary/glossary-terms.xml4714(primary) msgid "Launchpad" msgstr "" -#: ./doc/glossary/glossary-terms.xml4705(para) +#: ./doc/glossary/glossary-terms.xml4718(para) msgid "The collaboration site for OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml4710(glossterm) -#: ./doc/glossary/glossary-terms.xml4712(primary) +#: ./doc/glossary/glossary-terms.xml4723(glossterm) +#: ./doc/glossary/glossary-terms.xml4725(primary) msgid "Layer-2 network" msgstr "Layer-2 네트워크" -#: ./doc/glossary/glossary-terms.xml4716(para) +#: ./doc/glossary/glossary-terms.xml4729(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 " @@ -4456,358 +4467,358 @@ msgid "" "layer." msgstr "" -#: ./doc/glossary/glossary-terms.xml4726(glossterm) -#: ./doc/glossary/glossary-terms.xml4728(primary) +#: ./doc/glossary/glossary-terms.xml4739(glossterm) +#: ./doc/glossary/glossary-terms.xml4741(primary) msgid "Layer-3 network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4732(para) +#: ./doc/glossary/glossary-terms.xml4745(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.xml4741(glossterm) -#: ./doc/glossary/glossary-terms.xml4743(primary) +#: ./doc/glossary/glossary-terms.xml4754(glossterm) +#: ./doc/glossary/glossary-terms.xml4756(primary) msgid "Layer-2 (L2) agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml4747(para) +#: ./doc/glossary/glossary-terms.xml4760(para) msgid "" "OpenStack Networking agent that provides layer-2 connectivity for virtual " "networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4753(glossterm) -#: ./doc/glossary/glossary-terms.xml4755(primary) +#: ./doc/glossary/glossary-terms.xml4766(glossterm) +#: ./doc/glossary/glossary-terms.xml4768(primary) msgid "Layer-3 (L3) agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml4759(para) +#: ./doc/glossary/glossary-terms.xml4772(para) msgid "" "OpenStack Networking agent that provides layer-3 (routing) services for " "virtual networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4765(glossterm) -#: ./doc/glossary/glossary-terms.xml4767(primary) +#: ./doc/glossary/glossary-terms.xml4778(glossterm) +#: ./doc/glossary/glossary-terms.xml4780(primary) msgid "libvirt" msgstr "" -#: ./doc/glossary/glossary-terms.xml4771(para) +#: ./doc/glossary/glossary-terms.xml4784(para) msgid "" "Virtualization API library used by OpenStack to interact with many of its " "supported hypervisors." msgstr "" -#: ./doc/glossary/glossary-terms.xml4777(glossterm) +#: ./doc/glossary/glossary-terms.xml4790(glossterm) msgid "Linux bridge" msgstr "" -#: ./doc/glossary/glossary-terms.xml4780(para) +#: ./doc/glossary/glossary-terms.xml4793(para) msgid "" "Software that enables multiple VMs to share a single physical NIC within " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml4786(glossterm) +#: ./doc/glossary/glossary-terms.xml4799(glossterm) msgid "Linux Bridge neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml4788(primary) +#: ./doc/glossary/glossary-terms.xml4801(primary) msgid "Linux Bridge" msgstr "" -#: ./doc/glossary/glossary-terms.xml4790(secondary) -#: ./doc/glossary/glossary-terms.xml5816(secondary) +#: ./doc/glossary/glossary-terms.xml4803(secondary) +#: ./doc/glossary/glossary-terms.xml5843(secondary) msgid "neutron plug-in for" msgstr "" -#: ./doc/glossary/glossary-terms.xml4794(para) +#: ./doc/glossary/glossary-terms.xml4807(para) msgid "" "Enables a Linux bridge to understand a Networking port, interface " "attachment, and other abstractions." msgstr "" -#: ./doc/glossary/glossary-terms.xml4800(glossterm) -#: ./doc/glossary/glossary-terms.xml4802(primary) +#: ./doc/glossary/glossary-terms.xml4813(glossterm) +#: ./doc/glossary/glossary-terms.xml4815(primary) msgid "Linux containers (LXC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4811(glossterm) -#: ./doc/glossary/glossary-terms.xml4813(primary) +#: ./doc/glossary/glossary-terms.xml4824(glossterm) +#: ./doc/glossary/glossary-terms.xml4826(primary) msgid "live migration" msgstr "실시간 마이그레이션" -#: ./doc/glossary/glossary-terms.xml4817(para) +#: ./doc/glossary/glossary-terms.xml4830(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.xml4824(glossterm) +#: ./doc/glossary/glossary-terms.xml4837(glossterm) msgid "load balancer" msgstr "" -#: ./doc/glossary/glossary-terms.xml4827(para) +#: ./doc/glossary/glossary-terms.xml4840(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.xml4835(glossterm) -#: ./doc/glossary/glossary-terms.xml4837(primary) +#: ./doc/glossary/glossary-terms.xml4848(glossterm) +#: ./doc/glossary/glossary-terms.xml4850(primary) msgid "load balancing" msgstr "" -#: ./doc/glossary/glossary-terms.xml4841(para) +#: ./doc/glossary/glossary-terms.xml4854(para) msgid "" "The process of spreading client requests between two or more nodes to " "improve performance and availability." msgstr "" -#: ./doc/glossary/glossary-terms.xml4847(glossterm) -#: ./doc/glossary/glossary-terms.xml4850(primary) +#: ./doc/glossary/glossary-terms.xml4860(glossterm) +#: ./doc/glossary/glossary-terms.xml4863(primary) msgid "Load-Balancer-as-a-Service (LBaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4854(para) +#: ./doc/glossary/glossary-terms.xml4867(para) msgid "" "Enables Networking to distribute incoming requests evenly between designated" " instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml4860(glossterm) -#: ./doc/glossary/glossary-terms.xml4862(primary) +#: ./doc/glossary/glossary-terms.xml4873(glossterm) +#: ./doc/glossary/glossary-terms.xml4875(primary) msgid "Logical Volume Manager (LVM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4866(para) +#: ./doc/glossary/glossary-terms.xml4879(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.xml4876(title) +#: ./doc/glossary/glossary-terms.xml4889(title) msgid "M" msgstr "M" -#: ./doc/glossary/glossary-terms.xml4879(glossterm) -#: ./doc/glossary/glossary-terms.xml4881(primary) +#: ./doc/glossary/glossary-terms.xml4892(glossterm) +#: ./doc/glossary/glossary-terms.xml4894(primary) msgid "management API" msgstr "" -#: ./doc/glossary/glossary-terms.xml4887(para) +#: ./doc/glossary/glossary-terms.xml4900(para) msgid "Alternative term for an admin API." msgstr "" -#: ./doc/glossary/glossary-terms.xml4892(glossterm) -#: ./doc/glossary/glossary-terms.xml4894(primary) +#: ./doc/glossary/glossary-terms.xml4905(glossterm) +#: ./doc/glossary/glossary-terms.xml4907(primary) msgid "management network" msgstr "" -#: ./doc/glossary/glossary-terms.xml4898(para) +#: ./doc/glossary/glossary-terms.xml4911(para) msgid "" "A network segment used for administration, not accessible to the public " "Internet." msgstr "" -#: ./doc/glossary/glossary-terms.xml4904(glossterm) -#: ./doc/glossary/glossary-terms.xml4906(primary) +#: ./doc/glossary/glossary-terms.xml4917(glossterm) +#: ./doc/glossary/glossary-terms.xml4919(primary) msgid "manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml4910(para) +#: ./doc/glossary/glossary-terms.xml4923(para) msgid "" "Logical groupings of related code, such as the Block Storage volume manager " "or network manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml4916(glossterm) +#: ./doc/glossary/glossary-terms.xml4929(glossterm) msgid "manifest" msgstr "" -#: ./doc/glossary/glossary-terms.xml4918(primary) -#: ./doc/glossary/glossary-terms.xml4937(primary) +#: ./doc/glossary/glossary-terms.xml4931(primary) +#: ./doc/glossary/glossary-terms.xml4950(primary) msgid "manifests" msgstr "" -#: ./doc/glossary/glossary-terms.xml4924(para) +#: ./doc/glossary/glossary-terms.xml4937(para) msgid "Used to track segments of a large object within Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml4930(glossterm) +#: ./doc/glossary/glossary-terms.xml4943(glossterm) msgid "manifest object" msgstr "" -#: ./doc/glossary/glossary-terms.xml4934(secondary) -#: ./doc/glossary/glossary-terms.xml4939(secondary) +#: ./doc/glossary/glossary-terms.xml4947(secondary) +#: ./doc/glossary/glossary-terms.xml4952(secondary) msgid "manifest objects" msgstr "" -#: ./doc/glossary/glossary-terms.xml4943(para) +#: ./doc/glossary/glossary-terms.xml4956(para) msgid "" "A special Object Storage object that contains the manifest for a large " "object." msgstr "" -#: ./doc/glossary/glossary-terms.xml4949(glossterm) -#: ./doc/glossary/glossary-terms.xml4951(primary) +#: ./doc/glossary/glossary-terms.xml4962(glossterm) +#: ./doc/glossary/glossary-terms.xml4964(primary) msgid "marconi" msgstr "" -#: ./doc/glossary/glossary-terms.xml4955(para) +#: ./doc/glossary/glossary-terms.xml4968(para) msgid "OpenStack project that provides a queue service to applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml4961(glossterm) +#: ./doc/glossary/glossary-terms.xml4974(glossterm) msgid "maximum transmission unit (MTU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml4967(para) +#: ./doc/glossary/glossary-terms.xml4980(para) msgid "" "Maximum frame or packet size for a particular network medium. Typically 1500" " bytes for Ethernet networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml4973(glossterm) -#: ./doc/glossary/glossary-terms.xml4975(primary) +#: ./doc/glossary/glossary-terms.xml4986(glossterm) +#: ./doc/glossary/glossary-terms.xml4988(primary) msgid "mechanism driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml4979(para) +#: ./doc/glossary/glossary-terms.xml4992(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.xml4988(glossterm) -#: ./doc/glossary/glossary-terms.xml4990(primary) +#: ./doc/glossary/glossary-terms.xml5001(glossterm) +#: ./doc/glossary/glossary-terms.xml5003(primary) msgid "melange" msgstr "" -#: ./doc/glossary/glossary-terms.xml4994(para) +#: ./doc/glossary/glossary-terms.xml5007(para) msgid "" "Project name for OpenStack Network Information Service. To be merged with " "Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5000(glossterm) -#: ./doc/glossary/glossary-terms.xml5002(primary) +#: ./doc/glossary/glossary-terms.xml5013(glossterm) +#: ./doc/glossary/glossary-terms.xml5015(primary) msgid "membership" msgstr "" -#: ./doc/glossary/glossary-terms.xml5006(para) +#: ./doc/glossary/glossary-terms.xml5019(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.xml5012(glossterm) +#: ./doc/glossary/glossary-terms.xml5025(glossterm) msgid "membership list" msgstr "" -#: ./doc/glossary/glossary-terms.xml5014(primary) +#: ./doc/glossary/glossary-terms.xml5027(primary) msgid "membership lists" msgstr "" -#: ./doc/glossary/glossary-terms.xml5024(glossterm) -#: ./doc/glossary/glossary-terms.xml5026(primary) +#: ./doc/glossary/glossary-terms.xml5037(glossterm) +#: ./doc/glossary/glossary-terms.xml5039(primary) msgid "memcached" msgstr "" -#: ./doc/glossary/glossary-terms.xml5030(para) +#: ./doc/glossary/glossary-terms.xml5043(para) msgid "" "A distributed memory object caching system that is used by Object Storage " "for caching." msgstr "" -#: ./doc/glossary/glossary-terms.xml5036(glossterm) -#: ./doc/glossary/glossary-terms.xml5038(primary) +#: ./doc/glossary/glossary-terms.xml5049(glossterm) +#: ./doc/glossary/glossary-terms.xml5051(primary) msgid "memory overcommit" msgstr "" -#: ./doc/glossary/glossary-terms.xml5042(para) +#: ./doc/glossary/glossary-terms.xml5055(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.xml5050(glossterm) +#: ./doc/glossary/glossary-terms.xml5063(glossterm) msgid "message broker" msgstr "" -#: ./doc/glossary/glossary-terms.xml5052(primary) +#: ./doc/glossary/glossary-terms.xml5065(primary) msgid "message brokers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5056(para) +#: ./doc/glossary/glossary-terms.xml5069(para) msgid "" "The software package used to provide AMQP messaging capabilities within " "Compute. Default package is RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml5062(glossterm) -#: ./doc/glossary/glossary-terms.xml5064(primary) +#: ./doc/glossary/glossary-terms.xml5075(glossterm) +#: ./doc/glossary/glossary-terms.xml5077(primary) msgid "message bus" msgstr "" -#: ./doc/glossary/glossary-terms.xml5068(para) +#: ./doc/glossary/glossary-terms.xml5081(para) msgid "" "The main virtual communication line used by all AMQP messages for inter-" "cloud communications within Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5074(glossterm) -#: ./doc/glossary/glossary-terms.xml5076(primary) +#: ./doc/glossary/glossary-terms.xml5087(glossterm) +#: ./doc/glossary/glossary-terms.xml5089(primary) msgid "message queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml5080(para) +#: ./doc/glossary/glossary-terms.xml5093(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.xml5086(glossterm) -#: ./doc/glossary/glossary-terms.xml5088(primary) +#: ./doc/glossary/glossary-terms.xml5099(glossterm) +#: ./doc/glossary/glossary-terms.xml5101(primary) msgid "Metadata agent" msgstr "" -#: ./doc/glossary/glossary-terms.xml5092(para) +#: ./doc/glossary/glossary-terms.xml5105(para) msgid "" "OpenStack Networking agent that provides metadata services for instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml5098(glossterm) -#: ./doc/glossary/glossary-terms.xml5100(primary) +#: ./doc/glossary/glossary-terms.xml5111(glossterm) +#: ./doc/glossary/glossary-terms.xml5113(primary) msgid "Meta-Data Server (MDS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5104(para) +#: ./doc/glossary/glossary-terms.xml5117(para) msgid "Stores CephFS metadata." msgstr "" -#: ./doc/glossary/glossary-terms.xml5109(glossterm) -#: ./doc/glossary/glossary-terms.xml5111(primary) +#: ./doc/glossary/glossary-terms.xml5122(glossterm) +#: ./doc/glossary/glossary-terms.xml5124(primary) msgid "migration" msgstr "" -#: ./doc/glossary/glossary-terms.xml5115(para) +#: ./doc/glossary/glossary-terms.xml5128(para) msgid "The process of moving a VM instance from one host to another." msgstr "" -#: ./doc/glossary/glossary-terms.xml5121(glossterm) -#: ./doc/glossary/glossary-terms.xml5123(primary) +#: ./doc/glossary/glossary-terms.xml5134(glossterm) +#: ./doc/glossary/glossary-terms.xml5136(primary) msgid "multi-host" msgstr "" -#: ./doc/glossary/glossary-terms.xml5127(para) +#: ./doc/glossary/glossary-terms.xml5140(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 " @@ -4815,593 +4826,605 @@ msgid "" "nodes." msgstr "" -#: ./doc/glossary/glossary-terms.xml5135(glossterm) +#: ./doc/glossary/glossary-terms.xml5148(glossterm) msgid "multinic" msgstr "" -#: ./doc/glossary/glossary-terms.xml5138(para) +#: ./doc/glossary/glossary-terms.xml5151(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.xml5144(glossterm) -#: ./doc/glossary/glossary-terms.xml5147(primary) +#: ./doc/glossary/glossary-terms.xml5157(glossterm) +#: ./doc/glossary/glossary-terms.xml5160(primary) msgid "Modular Layer 2 (ML2) neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml5151(para) +#: ./doc/glossary/glossary-terms.xml5164(para) msgid "" "Can concurrently use multiple layer-2 networking technologies, such as " "802.1Q and VXLAN, in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5157(glossterm) -#: ./doc/glossary/glossary-terms.xml5159(primary) +#: ./doc/glossary/glossary-terms.xml5170(glossterm) +#: ./doc/glossary/glossary-terms.xml5172(primary) msgid "Monitor (LBaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5163(para) +#: ./doc/glossary/glossary-terms.xml5176(para) msgid "" "LBaaS feature that provides availability monitoring using the " "ping command, TCP, and HTTP/HTTPS GET." msgstr "" -#: ./doc/glossary/glossary-terms.xml5169(glossterm) -#: ./doc/glossary/glossary-terms.xml5171(primary) +#: ./doc/glossary/glossary-terms.xml5182(glossterm) +#: ./doc/glossary/glossary-terms.xml5184(primary) msgid "Monitor (Mon)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5175(para) +#: ./doc/glossary/glossary-terms.xml5188(para) msgid "" "A Ceph component that communicates with external clients, checks data state " "and consistency, and performs quorum functions." msgstr "" -#: ./doc/glossary/glossary-terms.xml5181(glossterm) -#: ./doc/glossary/glossary-terms.xml5183(primary) +#: ./doc/glossary/glossary-terms.xml5194(glossterm) +#: ./doc/glossary/glossary-terms.xml5196(primary) msgid "multi-factor authentication" msgstr "" -#: ./doc/glossary/glossary-terms.xml5187(para) +#: ./doc/glossary/glossary-terms.xml5200(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.xml5194(glossterm) -#: ./doc/glossary/glossary-terms.xml5196(primary) +#: ./doc/glossary/glossary-terms.xml5207(glossterm) +#: ./doc/glossary/glossary-terms.xml5209(primary) msgid "MultiNic" msgstr "" -#: ./doc/glossary/glossary-terms.xml5200(para) +#: ./doc/glossary/glossary-terms.xml5213(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.xml5209(title) +#: ./doc/glossary/glossary-terms.xml5222(title) msgid "N" msgstr "N" -#: ./doc/glossary/glossary-terms.xml5212(glossterm) -#: ./doc/glossary/glossary-terms.xml5214(primary) +#: ./doc/glossary/glossary-terms.xml5225(glossterm) +#: ./doc/glossary/glossary-terms.xml5227(primary) msgid "Nebula" msgstr "" -#: ./doc/glossary/glossary-terms.xml5218(para) +#: ./doc/glossary/glossary-terms.xml5231(para) msgid "Released as open source by NASA in 2010 and is the basis for Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5224(glossterm) -#: ./doc/glossary/glossary-terms.xml5226(primary) +#: ./doc/glossary/glossary-terms.xml5237(glossterm) +#: ./doc/glossary/glossary-terms.xml5239(primary) msgid "netadmin" msgstr "" -#: ./doc/glossary/glossary-terms.xml5230(para) +#: ./doc/glossary/glossary-terms.xml5243(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.xml5237(glossterm) -#: ./doc/glossary/glossary-terms.xml5239(primary) +#: ./doc/glossary/glossary-terms.xml5250(glossterm) +#: ./doc/glossary/glossary-terms.xml5252(primary) msgid "NetApp volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml5243(para) +#: ./doc/glossary/glossary-terms.xml5256(para) msgid "" "Enables Compute to communicate with NetApp storage devices through the " "NetApp OnCommand Provisioning " "Manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml5250(glossterm) +#: ./doc/glossary/glossary-terms.xml5263(glossterm) msgid "network" msgstr "네트워크" -#: ./doc/glossary/glossary-terms.xml5258(para) +#: ./doc/glossary/glossary-terms.xml5271(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.xml5266(glossterm) -#: ./doc/glossary/glossary-terms.xml5270(secondary) +#: ./doc/glossary/glossary-terms.xml5279(glossterm) +#: ./doc/glossary/glossary-terms.xml5283(secondary) msgid "Network Address Translation (NAT)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5274(para) +#: ./doc/glossary/glossary-terms.xml5287(para) msgid "" "The process of modifying IP address information while in transit. Supported " "by Compute and Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5280(glossterm) +#: ./doc/glossary/glossary-terms.xml5293(glossterm) msgid "network controller" msgstr "" -#: ./doc/glossary/glossary-terms.xml5284(secondary) +#: ./doc/glossary/glossary-terms.xml5297(secondary) msgid "network controllers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5288(para) +#: ./doc/glossary/glossary-terms.xml5301(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.xml5295(glossterm) -#: ./doc/glossary/glossary-terms.xml5299(secondary) +#: ./doc/glossary/glossary-terms.xml5308(glossterm) +#: ./doc/glossary/glossary-terms.xml5312(secondary) msgid "Network File System (NFS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5303(para) +#: ./doc/glossary/glossary-terms.xml5316(para) msgid "" "A method for making file systems available over the network. Supported by " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml5309(glossterm) +#: ./doc/glossary/glossary-terms.xml5322(glossterm) msgid "network ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml5313(secondary) +#: ./doc/glossary/glossary-terms.xml5326(secondary) msgid "network IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml5317(para) +#: ./doc/glossary/glossary-terms.xml5330(para) msgid "" "Unique ID assigned to each network segment within Networking. Same as " "network UUID." msgstr "" -#: ./doc/glossary/glossary-terms.xml5323(glossterm) +#: ./doc/glossary/glossary-terms.xml5336(glossterm) msgid "network manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml5327(secondary) +#: ./doc/glossary/glossary-terms.xml5340(secondary) msgid "network managers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5331(para) +#: ./doc/glossary/glossary-terms.xml5344(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.xml5337(glossterm) +#: ./doc/glossary/glossary-terms.xml5350(glossterm) msgid "network node" msgstr "" -#: ./doc/glossary/glossary-terms.xml5341(secondary) +#: ./doc/glossary/glossary-terms.xml5354(secondary) msgid "network nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml5345(para) +#: ./doc/glossary/glossary-terms.xml5358(para) msgid "Any compute node that runs the network worker daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml5350(glossterm) +#: ./doc/glossary/glossary-terms.xml5363(glossterm) msgid "network segment" msgstr "" -#: ./doc/glossary/glossary-terms.xml5354(secondary) +#: ./doc/glossary/glossary-terms.xml5367(secondary) msgid "network segments" msgstr "" -#: ./doc/glossary/glossary-terms.xml5358(para) +#: ./doc/glossary/glossary-terms.xml5371(para) msgid "Represents a virtual, isolated OSI layer-2 subnet in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5364(glossterm) -#: ./doc/glossary/glossary-terms.xml5368(secondary) +#: ./doc/glossary/glossary-terms.xml5377(glossterm) +#: ./doc/glossary/glossary-terms.xml5381(secondary) msgid "Network Time Protocol (NTP)" msgstr "네트워크 시간 프로토콜(NTP)" -#: ./doc/glossary/glossary-terms.xml5372(para) +#: ./doc/glossary/glossary-terms.xml5385(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.xml5378(glossterm) -#: ./doc/glossary/glossary-terms.xml5382(secondary) +#: ./doc/glossary/glossary-terms.xml5391(glossterm) +#: ./doc/glossary/glossary-terms.xml5395(secondary) msgid "network UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml5386(para) +#: ./doc/glossary/glossary-terms.xml5399(para) msgid "" "Unique ID for a Networking network segment." msgstr "" -#: ./doc/glossary/glossary-terms.xml5392(glossterm) +#: ./doc/glossary/glossary-terms.xml5405(glossterm) msgid "network worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml5396(secondary) +#: ./doc/glossary/glossary-terms.xml5409(secondary) msgid "network workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5400(para) +#: ./doc/glossary/glossary-terms.xml5413(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.xml5407(glossterm) +#: ./doc/glossary/glossary-terms.xml5420(glossterm) msgid "Networking" msgstr "네트워킹" -#: ./doc/glossary/glossary-terms.xml5410(para) +#: ./doc/glossary/glossary-terms.xml5423(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.xml5417(glossterm) -#: ./doc/glossary/glossary-terms.xml5419(primary) -#: ./doc/glossary/glossary-terms.xml5442(secondary) +#: ./doc/glossary/glossary-terms.xml5430(glossterm) +#: ./doc/glossary/glossary-terms.xml5432(primary) +#: ./doc/glossary/glossary-terms.xml5455(secondary) msgid "Networking API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5423(para) +#: ./doc/glossary/glossary-terms.xml5436(para) msgid "" "API used to access OpenStack Networking. Provides an extensible architecture" " to enable custom plug-in creation." msgstr "" -#: ./doc/glossary/glossary-terms.xml5429(glossterm) -#: ./doc/glossary/glossary-terms.xml5440(primary) +#: ./doc/glossary/glossary-terms.xml5442(glossterm) #: ./doc/glossary/glossary-terms.xml5453(primary) -#: ./doc/glossary/glossary-terms.xml5467(primary) +#: ./doc/glossary/glossary-terms.xml5466(primary) +#: ./doc/glossary/glossary-terms.xml5480(primary) msgid "neutron" msgstr "neutron" -#: ./doc/glossary/glossary-terms.xml5432(para) +#: ./doc/glossary/glossary-terms.xml5445(para) msgid "" "A core OpenStack project that provides a network connectivity abstraction " "layer to OpenStack Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5438(glossterm) +#: ./doc/glossary/glossary-terms.xml5451(glossterm) msgid "neutron API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5446(para) +#: ./doc/glossary/glossary-terms.xml5459(para) msgid "An alternative name for Networking API." msgstr "" -#: ./doc/glossary/glossary-terms.xml5451(glossterm) -#: ./doc/glossary/glossary-terms.xml5455(secondary) +#: ./doc/glossary/glossary-terms.xml5464(glossterm) +#: ./doc/glossary/glossary-terms.xml5468(secondary) msgid "neutron manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml5459(para) +#: ./doc/glossary/glossary-terms.xml5472(para) msgid "" "Enables Compute and Networking integration, which enables Networking to " "perform network management for guest VMs." msgstr "" -#: ./doc/glossary/glossary-terms.xml5465(glossterm) -#: ./doc/glossary/glossary-terms.xml5469(secondary) +#: ./doc/glossary/glossary-terms.xml5478(glossterm) +#: ./doc/glossary/glossary-terms.xml5482(secondary) msgid "neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml5473(para) +#: ./doc/glossary/glossary-terms.xml5486(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.xml5480(glossterm) -#: ./doc/glossary/glossary-terms.xml5482(primary) +#: ./doc/glossary/glossary-terms.xml5493(glossterm) +#: ./doc/glossary/glossary-terms.xml5495(primary) msgid "Nexenta volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml5486(para) +#: ./doc/glossary/glossary-terms.xml5499(para) msgid "Provides support for NexentaStor devices in Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml5491(glossterm) -#: ./doc/glossary/glossary-terms.xml5493(primary) +#: ./doc/glossary/glossary-terms.xml5504(glossterm) +#: ./doc/glossary/glossary-terms.xml5506(primary) msgid "No ACK" msgstr "" -#: ./doc/glossary/glossary-terms.xml5497(para) +#: ./doc/glossary/glossary-terms.xml5510(para) msgid "" "Disables server-side message acknowledgment in the Compute RabbitMQ. " "Increases performance but decreases reliability." msgstr "" -#: ./doc/glossary/glossary-terms.xml5503(glossterm) +#: ./doc/glossary/glossary-terms.xml5516(glossterm) msgid "node" msgstr "" -#: ./doc/glossary/glossary-terms.xml5505(primary) -#: ./doc/glossary/glossary-terms.xml6307(primary) -#: ./doc/glossary/glossary-terms.xml7639(primary) -#: ./doc/glossary/glossary-terms.xml7839(primary) +#: ./doc/glossary/glossary-terms.xml5518(primary) +#: ./doc/glossary/glossary-terms.xml6334(primary) +#: ./doc/glossary/glossary-terms.xml7666(primary) +#: ./doc/glossary/glossary-terms.xml7866(primary) msgid "nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml5511(para) +#: ./doc/glossary/glossary-terms.xml5524(para) msgid "A VM instance that runs on a host." msgstr "" -#: ./doc/glossary/glossary-terms.xml5516(glossterm) +#: ./doc/glossary/glossary-terms.xml5529(glossterm) msgid "non-durable exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml5518(primary) -#: ./doc/glossary/glossary-terms.xml5535(primary) -#: ./doc/glossary/glossary-terms.xml6029(primary) -#: ./doc/glossary/glossary-terms.xml8102(primary) +#: ./doc/glossary/glossary-terms.xml5531(primary) +#: ./doc/glossary/glossary-terms.xml5548(primary) +#: ./doc/glossary/glossary-terms.xml6056(primary) +#: ./doc/glossary/glossary-terms.xml8129(primary) msgid "messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml5520(secondary) -#: ./doc/glossary/glossary-terms.xml5523(primary) -#: ./doc/glossary/glossary-terms.xml8082(see) +#: ./doc/glossary/glossary-terms.xml5533(secondary) +#: ./doc/glossary/glossary-terms.xml5536(primary) +#: ./doc/glossary/glossary-terms.xml8109(see) msgid "non-durable exchanges" msgstr "" -#: ./doc/glossary/glossary-terms.xml5527(para) +#: ./doc/glossary/glossary-terms.xml5540(para) msgid "" "Message exchange that is cleared when the service restarts. Its data is not " "written to persistent storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml5533(glossterm) -#: ./doc/glossary/glossary-terms.xml5540(primary) +#: ./doc/glossary/glossary-terms.xml5546(glossterm) +#: ./doc/glossary/glossary-terms.xml5553(primary) msgid "non-durable queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml5537(secondary) +#: ./doc/glossary/glossary-terms.xml5550(secondary) msgid "non-durable queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml5544(para) +#: ./doc/glossary/glossary-terms.xml5557(para) msgid "" "Message queue that is cleared when the service restarts. Its data is not " "written to persistent storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml5550(glossterm) -#: ./doc/glossary/glossary-terms.xml5552(primary) +#: ./doc/glossary/glossary-terms.xml5563(glossterm) +#: ./doc/glossary/glossary-terms.xml5565(primary) msgid "non-persistent volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml5558(para) +#: ./doc/glossary/glossary-terms.xml5571(para) msgid "Alternative term for an ephemeral volume." msgstr "" -#: ./doc/glossary/glossary-terms.xml5563(glossterm) -#: ./doc/glossary/glossary-terms.xml5573(primary) -#: ./doc/glossary/glossary-terms.xml5586(primary) +#: ./doc/glossary/glossary-terms.xml5576(glossterm) +#: ./doc/glossary/glossary-terms.xml5578(primary) +msgid "north-south traffic" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml5582(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.xml5590(glossterm) +#: ./doc/glossary/glossary-terms.xml5600(primary) +#: ./doc/glossary/glossary-terms.xml5613(primary) msgid "nova" msgstr "nova" -#: ./doc/glossary/glossary-terms.xml5566(para) +#: ./doc/glossary/glossary-terms.xml5593(para) msgid "OpenStack project that provides compute services." msgstr "" -#: ./doc/glossary/glossary-terms.xml5571(glossterm) +#: ./doc/glossary/glossary-terms.xml5598(glossterm) msgid "Nova API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5579(para) +#: ./doc/glossary/glossary-terms.xml5606(para) msgid "Alternative term for the Compute API." msgstr "" -#: ./doc/glossary/glossary-terms.xml5584(glossterm) -#: ./doc/glossary/glossary-terms.xml5588(secondary) +#: ./doc/glossary/glossary-terms.xml5611(glossterm) +#: ./doc/glossary/glossary-terms.xml5615(secondary) msgid "nova-network" msgstr "nova-network" -#: ./doc/glossary/glossary-terms.xml5592(para) +#: ./doc/glossary/glossary-terms.xml5619(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.xml5602(title) +#: ./doc/glossary/glossary-terms.xml5629(title) msgid "O" msgstr "O" -#: ./doc/glossary/glossary-terms.xml5605(glossterm) +#: ./doc/glossary/glossary-terms.xml5632(glossterm) msgid "object" msgstr "" -#: ./doc/glossary/glossary-terms.xml5613(para) +#: ./doc/glossary/glossary-terms.xml5640(para) msgid "A BLOB of data held by Object Storage; can be in any format." msgstr "" -#: ./doc/glossary/glossary-terms.xml5619(glossterm) +#: ./doc/glossary/glossary-terms.xml5646(glossterm) msgid "object auditor" msgstr "" -#: ./doc/glossary/glossary-terms.xml5623(secondary) +#: ./doc/glossary/glossary-terms.xml5650(secondary) msgid "object auditors" msgstr "" -#: ./doc/glossary/glossary-terms.xml5627(para) +#: ./doc/glossary/glossary-terms.xml5654(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.xml5633(glossterm) -#: ./doc/glossary/glossary-terms.xml5637(secondary) +#: ./doc/glossary/glossary-terms.xml5660(glossterm) +#: ./doc/glossary/glossary-terms.xml5664(secondary) msgid "object expiration" msgstr "" -#: ./doc/glossary/glossary-terms.xml5641(para) +#: ./doc/glossary/glossary-terms.xml5668(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.xml5648(glossterm) -#: ./doc/glossary/glossary-terms.xml5652(secondary) +#: ./doc/glossary/glossary-terms.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5679(secondary) msgid "object hash" msgstr "" -#: ./doc/glossary/glossary-terms.xml5656(para) +#: ./doc/glossary/glossary-terms.xml5683(para) msgid "Uniquely ID for an Object Storage object." msgstr "" -#: ./doc/glossary/glossary-terms.xml5661(glossterm) -#: ./doc/glossary/glossary-terms.xml5665(secondary) +#: ./doc/glossary/glossary-terms.xml5688(glossterm) +#: ./doc/glossary/glossary-terms.xml5692(secondary) msgid "object path hash" msgstr "" -#: ./doc/glossary/glossary-terms.xml5669(para) +#: ./doc/glossary/glossary-terms.xml5696(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.xml5675(glossterm) +#: ./doc/glossary/glossary-terms.xml5702(glossterm) msgid "object replicator" msgstr "" -#: ./doc/glossary/glossary-terms.xml5679(secondary) +#: ./doc/glossary/glossary-terms.xml5706(secondary) msgid "object replicators" msgstr "" -#: ./doc/glossary/glossary-terms.xml5683(para) +#: ./doc/glossary/glossary-terms.xml5710(para) msgid "" "An Object Storage component that copies an object to remote partitions for " "fault tolerance." msgstr "" -#: ./doc/glossary/glossary-terms.xml5689(glossterm) +#: ./doc/glossary/glossary-terms.xml5716(glossterm) msgid "object server" msgstr "" -#: ./doc/glossary/glossary-terms.xml5693(secondary) +#: ./doc/glossary/glossary-terms.xml5720(secondary) msgid "object servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml5697(para) +#: ./doc/glossary/glossary-terms.xml5724(para) msgid "An Object Storage component that is responsible for managing objects." msgstr "" -#: ./doc/glossary/glossary-terms.xml5703(glossterm) -#: ./doc/glossary/glossary-terms.xml5720(primary) -#: ./doc/glossary/glossary-terms.xml5733(primary) +#: ./doc/glossary/glossary-terms.xml5730(glossterm) +#: ./doc/glossary/glossary-terms.xml5747(primary) +#: ./doc/glossary/glossary-terms.xml5760(primary) msgid "Object Storage" msgstr "오브젝트 저장소" -#: ./doc/glossary/glossary-terms.xml5706(para) +#: ./doc/glossary/glossary-terms.xml5733(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.xml5713(glossterm) -#: ./doc/glossary/glossary-terms.xml5717(secondary) -#: ./doc/glossary/glossary-terms.xml5722(secondary) +#: ./doc/glossary/glossary-terms.xml5740(glossterm) +#: ./doc/glossary/glossary-terms.xml5744(secondary) +#: ./doc/glossary/glossary-terms.xml5749(secondary) msgid "Object Storage API" msgstr "" -#: ./doc/glossary/glossary-terms.xml5715(primary) -#: ./doc/glossary/glossary-terms.xml7783(glossterm) -#: ./doc/glossary/glossary-terms.xml7806(primary) -#: ./doc/glossary/glossary-terms.xml7820(primary) -#: ./doc/glossary/glossary-terms.xml7844(primary) +#: ./doc/glossary/glossary-terms.xml5742(primary) +#: ./doc/glossary/glossary-terms.xml7810(glossterm) +#: ./doc/glossary/glossary-terms.xml7833(primary) +#: ./doc/glossary/glossary-terms.xml7847(primary) +#: ./doc/glossary/glossary-terms.xml7871(primary) msgid "swift" msgstr "swift" -#: ./doc/glossary/glossary-terms.xml5726(para) +#: ./doc/glossary/glossary-terms.xml5753(para) msgid "API used to access OpenStack Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml5731(glossterm) -#: ./doc/glossary/glossary-terms.xml5735(secondary) +#: ./doc/glossary/glossary-terms.xml5758(glossterm) +#: ./doc/glossary/glossary-terms.xml5762(secondary) msgid "Object Storage Device (OSD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5739(para) +#: ./doc/glossary/glossary-terms.xml5766(para) msgid "The Ceph storage daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml5744(glossterm) -#: ./doc/glossary/glossary-terms.xml5748(secondary) +#: ./doc/glossary/glossary-terms.xml5771(glossterm) +#: ./doc/glossary/glossary-terms.xml5775(secondary) msgid "object versioning" msgstr "" -#: ./doc/glossary/glossary-terms.xml5752(para) +#: ./doc/glossary/glossary-terms.xml5779(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.xml5758(glossterm) -#: ./doc/glossary/glossary-terms.xml5760(primary) +#: ./doc/glossary/glossary-terms.xml5785(glossterm) +#: ./doc/glossary/glossary-terms.xml5787(primary) msgid "Oldie" msgstr "" -#: ./doc/glossary/glossary-terms.xml5764(para) +#: ./doc/glossary/glossary-terms.xml5791(para) msgid "" "Term for an Object Storage process that runs for a long time. Can indicate a" " hung process." msgstr "" -#: ./doc/glossary/glossary-terms.xml5770(glossterm) -#: ./doc/glossary/glossary-terms.xml5773(primary) +#: ./doc/glossary/glossary-terms.xml5797(glossterm) +#: ./doc/glossary/glossary-terms.xml5800(primary) msgid "Open Cloud Computing Interface (OCCI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5777(para) +#: ./doc/glossary/glossary-terms.xml5804(para) msgid "" "A standardized interface for managing compute, data, and network resources, " "currently unsupported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml5783(glossterm) -#: ./doc/glossary/glossary-terms.xml5785(primary) +#: ./doc/glossary/glossary-terms.xml5810(glossterm) +#: ./doc/glossary/glossary-terms.xml5812(primary) msgid "Open Virtualization Format (OVF)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5789(para) +#: ./doc/glossary/glossary-terms.xml5816(para) msgid "Standard for packaging VM images. Supported in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml5794(glossterm) -#: ./doc/glossary/glossary-terms.xml5796(primary) -#: ./doc/glossary/glossary-terms.xml5814(primary) +#: ./doc/glossary/glossary-terms.xml5821(glossterm) +#: ./doc/glossary/glossary-terms.xml5823(primary) +#: ./doc/glossary/glossary-terms.xml5841(primary) msgid "Open vSwitch" msgstr "Open vSwitch" -#: ./doc/glossary/glossary-terms.xml5800(para) +#: ./doc/glossary/glossary-terms.xml5827(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 " @@ -5410,31 +5433,31 @@ msgid "" "SPAN, RSPAN, CLI, LACP, 802.1ag)." msgstr "" -#: ./doc/glossary/glossary-terms.xml5812(glossterm) +#: ./doc/glossary/glossary-terms.xml5839(glossterm) msgid "Open vSwitch neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml5820(para) +#: ./doc/glossary/glossary-terms.xml5847(para) msgid "Provides support for Open vSwitch in Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml5825(glossterm) -#: ./doc/glossary/glossary-terms.xml5827(primary) +#: ./doc/glossary/glossary-terms.xml5852(glossterm) +#: ./doc/glossary/glossary-terms.xml5854(primary) msgid "OpenLDAP" msgstr "" -#: ./doc/glossary/glossary-terms.xml5831(para) +#: ./doc/glossary/glossary-terms.xml5858(para) msgid "" "An open source LDAP server. Supported by both Compute and Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml5837(glossterm) -#: ./doc/glossary/glossary-terms.xml5839(primary) -#: ./doc/glossary/glossary-terms.xml5857(primary) +#: ./doc/glossary/glossary-terms.xml5864(glossterm) +#: ./doc/glossary/glossary-terms.xml5866(primary) +#: ./doc/glossary/glossary-terms.xml5884(primary) msgid "OpenStack" msgstr "오픈스택" -#: ./doc/glossary/glossary-terms.xml5845(para) +#: ./doc/glossary/glossary-terms.xml5872(para) msgid "" "OpenStack is a cloud operating system that controls large pools of compute, " "storage, and networking resources throughout a data center, all managed " @@ -5443,15 +5466,15 @@ msgid "" "source project licensed under the Apache License 2.0." msgstr "" -#: ./doc/glossary/glossary-terms.xml5855(glossterm) +#: ./doc/glossary/glossary-terms.xml5882(glossterm) msgid "OpenStack code name" msgstr "" -#: ./doc/glossary/glossary-terms.xml5858(secondary) +#: ./doc/glossary/glossary-terms.xml5885(secondary) msgid "code name" msgstr "" -#: ./doc/glossary/glossary-terms.xml5862(para) +#: ./doc/glossary/glossary-terms.xml5889(para) msgid "" "Each OpenStack release has a code name. Code names ascend in alphabetical " "order: Austin, Bexar, Cactus, Diablo, Essex, Folsom, Grizzly, Havana, " @@ -5461,179 +5484,179 @@ msgid "" "especially cool. Code names are chosen by popular vote." msgstr "" -#: ./doc/glossary/glossary-terms.xml5876(glossterm) -#: ./doc/glossary/glossary-terms.xml5878(primary) +#: ./doc/glossary/glossary-terms.xml5903(glossterm) +#: ./doc/glossary/glossary-terms.xml5905(primary) msgid "openSUSE" msgstr "" -#: ./doc/glossary/glossary-terms.xml5887(glossterm) -#: ./doc/glossary/glossary-terms.xml5889(primary) +#: ./doc/glossary/glossary-terms.xml5914(glossterm) +#: ./doc/glossary/glossary-terms.xml5916(primary) msgid "operator" msgstr "" -#: ./doc/glossary/glossary-terms.xml5893(para) +#: ./doc/glossary/glossary-terms.xml5920(para) msgid "" "The person responsible for planning and maintaining an OpenStack " "installation." msgstr "" -#: ./doc/glossary/glossary-terms.xml5899(glossterm) -#: ./doc/glossary/glossary-terms.xml5901(primary) +#: ./doc/glossary/glossary-terms.xml5926(glossterm) +#: ./doc/glossary/glossary-terms.xml5928(primary) msgid "Orchestration" msgstr "Orchestration" -#: ./doc/glossary/glossary-terms.xml5905(para) +#: ./doc/glossary/glossary-terms.xml5932(para) msgid "" "An integrated project that orchestrates multiple cloud applications for " "OpenStack. The project name of Orchestration is heat." msgstr "" -#: ./doc/glossary/glossary-terms.xml5912(glossterm) +#: ./doc/glossary/glossary-terms.xml5939(glossterm) msgid "orphan" msgstr "" -#: ./doc/glossary/glossary-terms.xml5914(primary) +#: ./doc/glossary/glossary-terms.xml5941(primary) msgid "orphans" msgstr "" -#: ./doc/glossary/glossary-terms.xml5918(para) +#: ./doc/glossary/glossary-terms.xml5945(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.xml5927(title) +#: ./doc/glossary/glossary-terms.xml5954(title) msgid "P" msgstr "P" -#: ./doc/glossary/glossary-terms.xml5930(glossterm) +#: ./doc/glossary/glossary-terms.xml5957(glossterm) msgid "parent cell" msgstr "" -#: ./doc/glossary/glossary-terms.xml5934(secondary) -#: ./doc/glossary/glossary-terms.xml5937(primary) +#: ./doc/glossary/glossary-terms.xml5961(secondary) +#: ./doc/glossary/glossary-terms.xml5964(primary) msgid "parent cells" msgstr "" -#: ./doc/glossary/glossary-terms.xml5941(para) +#: ./doc/glossary/glossary-terms.xml5968(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.xml5948(glossterm) +#: ./doc/glossary/glossary-terms.xml5975(glossterm) msgid "partition" msgstr "파티션" -#: ./doc/glossary/glossary-terms.xml5950(primary) -#: ./doc/glossary/glossary-terms.xml5965(primary) -#: ./doc/glossary/glossary-terms.xml5979(primary) +#: ./doc/glossary/glossary-terms.xml5977(primary) +#: ./doc/glossary/glossary-terms.xml5992(primary) +#: ./doc/glossary/glossary-terms.xml6006(primary) msgid "partitions" msgstr "" -#: ./doc/glossary/glossary-terms.xml5956(para) +#: ./doc/glossary/glossary-terms.xml5983(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.xml5963(glossterm) -#: ./doc/glossary/glossary-terms.xml5967(secondary) +#: ./doc/glossary/glossary-terms.xml5990(glossterm) +#: ./doc/glossary/glossary-terms.xml5994(secondary) msgid "partition index" msgstr "" -#: ./doc/glossary/glossary-terms.xml5971(para) +#: ./doc/glossary/glossary-terms.xml5998(para) msgid "" "Contains the locations of all Object Storage partitions within the ring." msgstr "" -#: ./doc/glossary/glossary-terms.xml5977(glossterm) +#: ./doc/glossary/glossary-terms.xml6004(glossterm) msgid "partition shift value" msgstr "" -#: ./doc/glossary/glossary-terms.xml5981(secondary) +#: ./doc/glossary/glossary-terms.xml6008(secondary) msgid "partition index value" msgstr "" -#: ./doc/glossary/glossary-terms.xml5985(para) +#: ./doc/glossary/glossary-terms.xml6012(para) msgid "" "Used by Object Storage to determine which partition data should reside on." msgstr "" -#: ./doc/glossary/glossary-terms.xml5991(glossterm) +#: ./doc/glossary/glossary-terms.xml6018(glossterm) msgid "path MTU discovery (PMTUD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml5997(para) +#: ./doc/glossary/glossary-terms.xml6024(para) msgid "" "Mechanism in IP networks to detect end-to-end MTU and adjust packet size " "accordingly." msgstr "" -#: ./doc/glossary/glossary-terms.xml6003(glossterm) -#: ./doc/glossary/glossary-terms.xml6005(primary) +#: ./doc/glossary/glossary-terms.xml6030(glossterm) +#: ./doc/glossary/glossary-terms.xml6032(primary) msgid "pause" msgstr "" -#: ./doc/glossary/glossary-terms.xml6009(para) +#: ./doc/glossary/glossary-terms.xml6036(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.xml6015(glossterm) -#: ./doc/glossary/glossary-terms.xml6017(primary) +#: ./doc/glossary/glossary-terms.xml6042(glossterm) +#: ./doc/glossary/glossary-terms.xml6044(primary) msgid "PCI passthrough" msgstr "" -#: ./doc/glossary/glossary-terms.xml6021(para) +#: ./doc/glossary/glossary-terms.xml6048(para) msgid "" "Gives guest VMs exclusive access to a PCI device. Currently supported in " "OpenStack Havana and later releases." msgstr "" -#: ./doc/glossary/glossary-terms.xml6027(glossterm) +#: ./doc/glossary/glossary-terms.xml6054(glossterm) msgid "persistent message" msgstr "" -#: ./doc/glossary/glossary-terms.xml6031(secondary) -#: ./doc/glossary/glossary-terms.xml6034(primary) +#: ./doc/glossary/glossary-terms.xml6058(secondary) +#: ./doc/glossary/glossary-terms.xml6061(primary) msgid "persistent messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml6038(para) +#: ./doc/glossary/glossary-terms.xml6065(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.xml6044(glossterm) -#: ./doc/glossary/glossary-terms.xml6046(primary) +#: ./doc/glossary/glossary-terms.xml6071(glossterm) +#: ./doc/glossary/glossary-terms.xml6073(primary) msgid "persistent volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml6050(para) +#: ./doc/glossary/glossary-terms.xml6077(para) msgid "Changes to these types of disk volumes are saved." msgstr "" -#: ./doc/glossary/glossary-terms.xml6055(glossterm) -#: ./doc/glossary/glossary-terms.xml6057(primary) +#: ./doc/glossary/glossary-terms.xml6082(glossterm) +#: ./doc/glossary/glossary-terms.xml6084(primary) msgid "personality file" msgstr "" -#: ./doc/glossary/glossary-terms.xml6061(para) +#: ./doc/glossary/glossary-terms.xml6088(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.xml6067(glossterm) -#: ./doc/glossary/glossary-terms.xml6069(primary) +#: ./doc/glossary/glossary-terms.xml6094(glossterm) +#: ./doc/glossary/glossary-terms.xml6096(primary) msgid "Platform-as-a-Service (PaaS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6073(para) +#: ./doc/glossary/glossary-terms.xml6100(para) msgid "" "Provides to the consumer the ability to deploy applications through a " "programming language or tools supported by the cloud platform provider. An " @@ -5641,37 +5664,37 @@ msgid "" "provided with no downloads required." msgstr "" -#: ./doc/glossary/glossary-terms.xml6082(glossterm) +#: ./doc/glossary/glossary-terms.xml6109(glossterm) msgid "plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml6084(primary) +#: ./doc/glossary/glossary-terms.xml6111(primary) msgid "plug-ins, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml6088(para) +#: ./doc/glossary/glossary-terms.xml6115(para) msgid "" "Software component providing the actual implementation for Networking APIs, " "or for Compute APIs, depending on the context." msgstr "" -#: ./doc/glossary/glossary-terms.xml6094(glossterm) -#: ./doc/glossary/glossary-terms.xml6096(primary) +#: ./doc/glossary/glossary-terms.xml6121(glossterm) +#: ./doc/glossary/glossary-terms.xml6123(primary) msgid "policy service" msgstr "" -#: ./doc/glossary/glossary-terms.xml6100(para) +#: ./doc/glossary/glossary-terms.xml6127(para) msgid "" "Component of Identity Service that provides a rule-management interface and " "a rule-based authorization engine." msgstr "" -#: ./doc/glossary/glossary-terms.xml6106(glossterm) -#: ./doc/glossary/glossary-terms.xml6108(primary) +#: ./doc/glossary/glossary-terms.xml6133(glossterm) +#: ./doc/glossary/glossary-terms.xml6135(primary) msgid "pool" msgstr "" -#: ./doc/glossary/glossary-terms.xml6112(para) +#: ./doc/glossary/glossary-terms.xml6139(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 " @@ -5679,89 +5702,89 @@ msgid "" "VIP address. Each VIP has one pool." msgstr "" -#: ./doc/glossary/glossary-terms.xml6121(glossterm) -#: ./doc/glossary/glossary-terms.xml6123(primary) +#: ./doc/glossary/glossary-terms.xml6148(glossterm) +#: ./doc/glossary/glossary-terms.xml6150(primary) msgid "pool member" msgstr "" -#: ./doc/glossary/glossary-terms.xml6127(para) +#: ./doc/glossary/glossary-terms.xml6154(para) msgid "" "An application that runs on the back-end server in a load-balancing system." msgstr "" -#: ./doc/glossary/glossary-terms.xml6133(glossterm) +#: ./doc/glossary/glossary-terms.xml6160(glossterm) msgid "port" msgstr "포트" -#: ./doc/glossary/glossary-terms.xml6135(primary) -#: ./doc/glossary/glossary-terms.xml6149(primary) -#: ./doc/glossary/glossary-terms.xml8380(primary) +#: ./doc/glossary/glossary-terms.xml6162(primary) +#: ./doc/glossary/glossary-terms.xml6176(primary) +#: ./doc/glossary/glossary-terms.xml8421(primary) msgid "ports" msgstr "" -#: ./doc/glossary/glossary-terms.xml6141(para) +#: ./doc/glossary/glossary-terms.xml6168(para) msgid "" "A virtual network port within Networking; VIFs / vNICs are connected to a " "port." msgstr "" -#: ./doc/glossary/glossary-terms.xml6147(glossterm) -#: ./doc/glossary/glossary-terms.xml6151(secondary) +#: ./doc/glossary/glossary-terms.xml6174(glossterm) +#: ./doc/glossary/glossary-terms.xml6178(secondary) msgid "port UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6155(para) +#: ./doc/glossary/glossary-terms.xml6182(para) msgid "Unique ID for a Networking port." msgstr "" -#: ./doc/glossary/glossary-terms.xml6160(glossterm) +#: ./doc/glossary/glossary-terms.xml6187(glossterm) msgid "preseed" msgstr "" -#: ./doc/glossary/glossary-terms.xml6162(primary) +#: ./doc/glossary/glossary-terms.xml6189(primary) msgid "preseed, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml6166(para) +#: ./doc/glossary/glossary-terms.xml6193(para) msgid "" "A tool to automate system configuration and installation on Debian-based " "Linux distributions." msgstr "" -#: ./doc/glossary/glossary-terms.xml6172(glossterm) -#: ./doc/glossary/glossary-terms.xml6174(primary) +#: ./doc/glossary/glossary-terms.xml6199(glossterm) +#: ./doc/glossary/glossary-terms.xml6201(primary) msgid "private image" msgstr "" -#: ./doc/glossary/glossary-terms.xml6178(para) +#: ./doc/glossary/glossary-terms.xml6205(para) msgid "An Image Service VM image that is only available to specified tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml6184(glossterm) -#: ./doc/glossary/glossary-terms.xml6191(primary) +#: ./doc/glossary/glossary-terms.xml6211(glossterm) +#: ./doc/glossary/glossary-terms.xml6218(primary) msgid "private IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml6188(secondary) +#: ./doc/glossary/glossary-terms.xml6215(secondary) msgid "private" msgstr "" -#: ./doc/glossary/glossary-terms.xml6195(para) +#: ./doc/glossary/glossary-terms.xml6222(para) msgid "" "An IP address used for management and administration, not available to the " "public Internet." msgstr "" -#: ./doc/glossary/glossary-terms.xml6201(glossterm) +#: ./doc/glossary/glossary-terms.xml6228(glossterm) msgid "private network" msgstr "" -#: ./doc/glossary/glossary-terms.xml6205(secondary) -#: ./doc/glossary/glossary-terms.xml6208(primary) +#: ./doc/glossary/glossary-terms.xml6232(secondary) +#: ./doc/glossary/glossary-terms.xml6235(primary) msgid "private networks" msgstr "" -#: ./doc/glossary/glossary-terms.xml6212(para) +#: ./doc/glossary/glossary-terms.xml6239(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 " @@ -5772,57 +5795,57 @@ msgid "" "managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml6224(glossterm) +#: ./doc/glossary/glossary-terms.xml6251(glossterm) msgid "project" msgstr "프로젝트" -#: ./doc/glossary/glossary-terms.xml6226(primary) -#: ./doc/glossary/glossary-terms.xml6240(primary) -#: ./doc/glossary/glossary-terms.xml6254(primary) +#: ./doc/glossary/glossary-terms.xml6253(primary) +#: ./doc/glossary/glossary-terms.xml6267(primary) +#: ./doc/glossary/glossary-terms.xml6281(primary) msgid "projects" msgstr "" -#: ./doc/glossary/glossary-terms.xml6232(para) +#: ./doc/glossary/glossary-terms.xml6259(para) msgid "" "A logical grouping of users within Compute; defines quotas and access to VM " "images." msgstr "" -#: ./doc/glossary/glossary-terms.xml6238(glossterm) -#: ./doc/glossary/glossary-terms.xml6242(secondary) +#: ./doc/glossary/glossary-terms.xml6265(glossterm) +#: ./doc/glossary/glossary-terms.xml6269(secondary) msgid "project ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6246(para) +#: ./doc/glossary/glossary-terms.xml6273(para) msgid "User-defined alphanumeric string in Compute; the name of a project." msgstr "" -#: ./doc/glossary/glossary-terms.xml6252(glossterm) -#: ./doc/glossary/glossary-terms.xml6256(secondary) +#: ./doc/glossary/glossary-terms.xml6279(glossterm) +#: ./doc/glossary/glossary-terms.xml6283(secondary) msgid "project VPN" msgstr "" -#: ./doc/glossary/glossary-terms.xml6260(para) +#: ./doc/glossary/glossary-terms.xml6287(para) msgid "Alternative term for a cloudpipe." msgstr "" -#: ./doc/glossary/glossary-terms.xml6265(glossterm) -#: ./doc/glossary/glossary-terms.xml6267(primary) +#: ./doc/glossary/glossary-terms.xml6292(glossterm) +#: ./doc/glossary/glossary-terms.xml6294(primary) msgid "promiscuous mode" msgstr "" -#: ./doc/glossary/glossary-terms.xml6271(para) +#: ./doc/glossary/glossary-terms.xml6298(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.xml6278(glossterm) -#: ./doc/glossary/glossary-terms.xml6280(primary) +#: ./doc/glossary/glossary-terms.xml6305(glossterm) +#: ./doc/glossary/glossary-terms.xml6307(primary) msgid "protected property" msgstr "" -#: ./doc/glossary/glossary-terms.xml6284(para) +#: ./doc/glossary/glossary-terms.xml6311(para) msgid "" "Generally, extra properties on an Image Service image to which only cloud " "administrators have access. Limits which user roles can perform CRUD " @@ -5830,101 +5853,101 @@ msgid "" " property as protected." msgstr "" -#: ./doc/glossary/glossary-terms.xml6293(glossterm) -#: ./doc/glossary/glossary-terms.xml6295(primary) +#: ./doc/glossary/glossary-terms.xml6320(glossterm) +#: ./doc/glossary/glossary-terms.xml6322(primary) msgid "provider" msgstr "" -#: ./doc/glossary/glossary-terms.xml6299(para) +#: ./doc/glossary/glossary-terms.xml6326(para) msgid "An administrator who has access to all hosts and instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml6305(glossterm) +#: ./doc/glossary/glossary-terms.xml6332(glossterm) msgid "proxy node" msgstr "" -#: ./doc/glossary/glossary-terms.xml6309(secondary) -#: ./doc/glossary/glossary-terms.xml6312(primary) +#: ./doc/glossary/glossary-terms.xml6336(secondary) +#: ./doc/glossary/glossary-terms.xml6339(primary) msgid "proxy nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml6316(para) +#: ./doc/glossary/glossary-terms.xml6343(para) msgid "A node that provides the Object Storage proxy service." msgstr "" -#: ./doc/glossary/glossary-terms.xml6321(glossterm) +#: ./doc/glossary/glossary-terms.xml6348(glossterm) msgid "proxy server" msgstr "" -#: ./doc/glossary/glossary-terms.xml6325(secondary) -#: ./doc/glossary/glossary-terms.xml6328(primary) +#: ./doc/glossary/glossary-terms.xml6352(secondary) +#: ./doc/glossary/glossary-terms.xml6355(primary) msgid "proxy servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6332(para) +#: ./doc/glossary/glossary-terms.xml6359(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.xml6339(glossterm) -#: ./doc/glossary/glossary-terms.xml6346(primary) +#: ./doc/glossary/glossary-terms.xml6366(glossterm) +#: ./doc/glossary/glossary-terms.xml6373(primary) msgid "public API" msgstr "" -#: ./doc/glossary/glossary-terms.xml6343(secondary) +#: ./doc/glossary/glossary-terms.xml6370(secondary) msgid "public APIs" msgstr "" -#: ./doc/glossary/glossary-terms.xml6350(para) +#: ./doc/glossary/glossary-terms.xml6377(para) msgid "" "An API endpoint used for both service-to-service communication and end-user " "interactions." msgstr "" -#: ./doc/glossary/glossary-terms.xml6356(glossterm) -#: ./doc/glossary/glossary-terms.xml6363(primary) +#: ./doc/glossary/glossary-terms.xml6383(glossterm) +#: ./doc/glossary/glossary-terms.xml6390(primary) msgid "public image" msgstr "" -#: ./doc/glossary/glossary-terms.xml6360(secondary) +#: ./doc/glossary/glossary-terms.xml6387(secondary) msgid "public images" msgstr "" -#: ./doc/glossary/glossary-terms.xml6367(para) +#: ./doc/glossary/glossary-terms.xml6394(para) msgid "An Image Service VM image that is available to all tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml6373(glossterm) -#: ./doc/glossary/glossary-terms.xml6380(primary) +#: ./doc/glossary/glossary-terms.xml6400(glossterm) +#: ./doc/glossary/glossary-terms.xml6407(primary) msgid "public IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml6377(secondary) -#: ./doc/glossary/glossary-terms.xml6405(secondary) +#: ./doc/glossary/glossary-terms.xml6404(secondary) +#: ./doc/glossary/glossary-terms.xml6432(secondary) msgid "public" msgstr "" -#: ./doc/glossary/glossary-terms.xml6384(para) +#: ./doc/glossary/glossary-terms.xml6411(para) msgid "An IP address that is accessible to end-users." msgstr "" -#: ./doc/glossary/glossary-terms.xml6389(glossterm) -#: ./doc/glossary/glossary-terms.xml6391(primary) +#: ./doc/glossary/glossary-terms.xml6416(glossterm) +#: ./doc/glossary/glossary-terms.xml6418(primary) msgid "public key authentication" msgstr "" -#: ./doc/glossary/glossary-terms.xml6395(para) +#: ./doc/glossary/glossary-terms.xml6422(para) msgid "Authentication method that uses keys rather than passwords." msgstr "" -#: ./doc/glossary/glossary-terms.xml6401(glossterm) -#: ./doc/glossary/glossary-terms.xml6408(primary) +#: ./doc/glossary/glossary-terms.xml6428(glossterm) +#: ./doc/glossary/glossary-terms.xml6435(primary) msgid "public network" msgstr "" -#: ./doc/glossary/glossary-terms.xml6412(para) +#: ./doc/glossary/glossary-terms.xml6439(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 " @@ -5932,205 +5955,205 @@ msgid "" " controlled by the public_interface option." msgstr "" -#: ./doc/glossary/glossary-terms.xml6421(glossterm) -#: ./doc/glossary/glossary-terms.xml6423(primary) +#: ./doc/glossary/glossary-terms.xml6448(glossterm) +#: ./doc/glossary/glossary-terms.xml6450(primary) msgid "Puppet" msgstr "" -#: ./doc/glossary/glossary-terms.xml6427(para) +#: ./doc/glossary/glossary-terms.xml6454(para) msgid "" "An operating system configuration-management tool supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml6433(glossterm) -#: ./doc/glossary/glossary-terms.xml6435(primary) +#: ./doc/glossary/glossary-terms.xml6460(glossterm) +#: ./doc/glossary/glossary-terms.xml6462(primary) msgid "Python" msgstr "파이썬" -#: ./doc/glossary/glossary-terms.xml6439(para) +#: ./doc/glossary/glossary-terms.xml6466(para) msgid "Programming language used extensively in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml6447(title) +#: ./doc/glossary/glossary-terms.xml6474(title) msgid "Q" msgstr "Q" -#: ./doc/glossary/glossary-terms.xml6450(glossterm) -#: ./doc/glossary/glossary-terms.xml6452(primary) +#: ./doc/glossary/glossary-terms.xml6477(glossterm) +#: ./doc/glossary/glossary-terms.xml6479(primary) msgid "QEMU Copy On Write 2 (QCOW2)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6462(glossterm) -#: ./doc/glossary/glossary-terms.xml6464(primary) +#: ./doc/glossary/glossary-terms.xml6489(glossterm) +#: ./doc/glossary/glossary-terms.xml6491(primary) msgid "Qpid" msgstr "Qpid" -#: ./doc/glossary/glossary-terms.xml6468(para) +#: ./doc/glossary/glossary-terms.xml6495(para) msgid "" "Message queue software supported by OpenStack; an alternative to RabbitMQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml6474(glossterm) -#: ./doc/glossary/glossary-terms.xml6476(primary) +#: ./doc/glossary/glossary-terms.xml6501(glossterm) +#: ./doc/glossary/glossary-terms.xml6503(primary) msgid "quarantine" msgstr "" -#: ./doc/glossary/glossary-terms.xml6480(para) +#: ./doc/glossary/glossary-terms.xml6507(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.xml6487(glossterm) -#: ./doc/glossary/glossary-terms.xml6489(primary) +#: ./doc/glossary/glossary-terms.xml6514(glossterm) +#: ./doc/glossary/glossary-terms.xml6516(primary) msgid "Quick EMUlator (QEMU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6493(para) +#: ./doc/glossary/glossary-terms.xml6520(para) msgid "QEMU is a generic and open source machine emulator and virtualizer." msgstr "" -#: ./doc/glossary/glossary-terms.xml6496(para) +#: ./doc/glossary/glossary-terms.xml6523(para) msgid "" "One of the hypervisors supported by OpenStack, generally used for " "development purposes." msgstr "" -#: ./doc/glossary/glossary-terms.xml6502(glossterm) +#: ./doc/glossary/glossary-terms.xml6529(glossterm) msgid "quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml6504(primary) +#: ./doc/glossary/glossary-terms.xml6531(primary) msgid "quotas" msgstr "" -#: ./doc/glossary/glossary-terms.xml6508(para) +#: ./doc/glossary/glossary-terms.xml6535(para) msgid "" "In Compute and Block Storage, the ability to set resource limits on a per-" "project basis." msgstr "" -#: ./doc/glossary/glossary-terms.xml6517(title) +#: ./doc/glossary/glossary-terms.xml6544(title) msgid "R" msgstr "R" -#: ./doc/glossary/glossary-terms.xml6520(glossterm) -#: ./doc/glossary/glossary-terms.xml6522(primary) +#: ./doc/glossary/glossary-terms.xml6547(glossterm) +#: ./doc/glossary/glossary-terms.xml6549(primary) msgid "RabbitMQ" msgstr "RabbitMQ" -#: ./doc/glossary/glossary-terms.xml6526(para) +#: ./doc/glossary/glossary-terms.xml6553(para) msgid "The default message queue software used by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml6531(glossterm) -#: ./doc/glossary/glossary-terms.xml6533(primary) +#: ./doc/glossary/glossary-terms.xml6558(glossterm) +#: ./doc/glossary/glossary-terms.xml6560(primary) msgid "Rackspace Cloud Files" msgstr "" -#: ./doc/glossary/glossary-terms.xml6537(para) +#: ./doc/glossary/glossary-terms.xml6564(para) msgid "" "Released as open source by Rackspace in 2010; the basis for Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml6543(glossterm) -#: ./doc/glossary/glossary-terms.xml6545(primary) +#: ./doc/glossary/glossary-terms.xml6570(glossterm) +#: ./doc/glossary/glossary-terms.xml6572(primary) msgid "RADOS Block Device (RBD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6549(para) +#: ./doc/glossary/glossary-terms.xml6576(para) msgid "" "Ceph component that enables a Linux block device to be striped over multiple" " distributed data stores." msgstr "" -#: ./doc/glossary/glossary-terms.xml6555(glossterm) -#: ./doc/glossary/glossary-terms.xml6557(primary) +#: ./doc/glossary/glossary-terms.xml6582(glossterm) +#: ./doc/glossary/glossary-terms.xml6584(primary) msgid "radvd" msgstr "" -#: ./doc/glossary/glossary-terms.xml6561(para) +#: ./doc/glossary/glossary-terms.xml6588(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.xml6568(glossterm) -#: ./doc/glossary/glossary-terms.xml6570(primary) +#: ./doc/glossary/glossary-terms.xml6595(glossterm) +#: ./doc/glossary/glossary-terms.xml6597(primary) msgid "RAM filter" msgstr "" -#: ./doc/glossary/glossary-terms.xml6574(para) +#: ./doc/glossary/glossary-terms.xml6601(para) msgid "The Compute setting that enables or disables RAM overcommitment." msgstr "" -#: ./doc/glossary/glossary-terms.xml6580(glossterm) -#: ./doc/glossary/glossary-terms.xml6582(primary) +#: ./doc/glossary/glossary-terms.xml6607(glossterm) +#: ./doc/glossary/glossary-terms.xml6609(primary) msgid "RAM overcommit" msgstr "" -#: ./doc/glossary/glossary-terms.xml6586(para) +#: ./doc/glossary/glossary-terms.xml6613(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.xml6594(glossterm) +#: ./doc/glossary/glossary-terms.xml6621(glossterm) msgid "rate limit" msgstr "" -#: ./doc/glossary/glossary-terms.xml6596(primary) +#: ./doc/glossary/glossary-terms.xml6623(primary) msgid "rate limits" msgstr "" -#: ./doc/glossary/glossary-terms.xml6600(para) +#: ./doc/glossary/glossary-terms.xml6627(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.xml6606(glossterm) +#: ./doc/glossary/glossary-terms.xml6633(glossterm) msgid "raw" msgstr "" -#: ./doc/glossary/glossary-terms.xml6608(primary) +#: ./doc/glossary/glossary-terms.xml6635(primary) msgid "raw format" msgstr "" -#: ./doc/glossary/glossary-terms.xml6612(para) +#: ./doc/glossary/glossary-terms.xml6639(para) msgid "" "One of the VM image disk formats supported by Image Service; an unstructured" " disk image." msgstr "" -#: ./doc/glossary/glossary-terms.xml6618(glossterm) +#: ./doc/glossary/glossary-terms.xml6645(glossterm) msgid "rebalance" msgstr "" -#: ./doc/glossary/glossary-terms.xml6620(primary) +#: ./doc/glossary/glossary-terms.xml6647(primary) msgid "rebalancing" msgstr "" -#: ./doc/glossary/glossary-terms.xml6624(para) +#: ./doc/glossary/glossary-terms.xml6651(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.xml6631(glossterm) -#: ./doc/glossary/glossary-terms.xml6633(primary) -#: ./doc/glossary/glossary-terms.xml7490(primary) +#: ./doc/glossary/glossary-terms.xml6658(glossterm) +#: ./doc/glossary/glossary-terms.xml6660(primary) +#: ./doc/glossary/glossary-terms.xml7517(primary) msgid "reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml6635(secondary) -#: ./doc/glossary/glossary-terms.xml7492(secondary) +#: ./doc/glossary/glossary-terms.xml6662(secondary) +#: ./doc/glossary/glossary-terms.xml7519(secondary) msgid "hard vs. soft" msgstr "" -#: ./doc/glossary/glossary-terms.xml6639(para) +#: ./doc/glossary/glossary-terms.xml6666(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 " @@ -6140,39 +6163,39 @@ msgid "" "halted/stopped." msgstr "" -#: ./doc/glossary/glossary-terms.xml6649(glossterm) +#: ./doc/glossary/glossary-terms.xml6676(glossterm) msgid "rebuild" msgstr "" -#: ./doc/glossary/glossary-terms.xml6651(primary) +#: ./doc/glossary/glossary-terms.xml6678(primary) msgid "rebuilding" msgstr "" -#: ./doc/glossary/glossary-terms.xml6655(para) +#: ./doc/glossary/glossary-terms.xml6682(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.xml6661(glossterm) -#: ./doc/glossary/glossary-terms.xml6663(primary) +#: ./doc/glossary/glossary-terms.xml6688(glossterm) +#: ./doc/glossary/glossary-terms.xml6690(primary) msgid "Recon" msgstr "" -#: ./doc/glossary/glossary-terms.xml6667(para) +#: ./doc/glossary/glossary-terms.xml6694(para) msgid "An Object Storage component that collects metrics." msgstr "" -#: ./doc/glossary/glossary-terms.xml6672(glossterm) +#: ./doc/glossary/glossary-terms.xml6699(glossterm) msgid "record" msgstr "" -#: ./doc/glossary/glossary-terms.xml6674(primary) -#: ./doc/glossary/glossary-terms.xml6693(primary) +#: ./doc/glossary/glossary-terms.xml6701(primary) +#: ./doc/glossary/glossary-terms.xml6720(primary) msgid "records" msgstr "" -#: ./doc/glossary/glossary-terms.xml6680(para) +#: ./doc/glossary/glossary-terms.xml6707(para) msgid "" "Belongs to a particular domain and is used to specify information about the " "domain. There are several types of " @@ -6183,176 +6206,176 @@ msgid "" "domain." msgstr "" -#: ./doc/glossary/glossary-terms.xml6691(glossterm) +#: ./doc/glossary/glossary-terms.xml6718(glossterm) msgid "record ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6695(secondary) +#: ./doc/glossary/glossary-terms.xml6722(secondary) msgid "record IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml6699(para) +#: ./doc/glossary/glossary-terms.xml6726(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.xml6705(glossterm) -#: ./doc/glossary/glossary-terms.xml6707(primary) +#: ./doc/glossary/glossary-terms.xml6732(glossterm) +#: ./doc/glossary/glossary-terms.xml6734(primary) msgid "Red Hat Enterprise Linux (RHEL)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6716(glossterm) -#: ./doc/glossary/glossary-terms.xml6718(primary) +#: ./doc/glossary/glossary-terms.xml6743(glossterm) +#: ./doc/glossary/glossary-terms.xml6745(primary) msgid "reference architecture" msgstr "" -#: ./doc/glossary/glossary-terms.xml6722(para) +#: ./doc/glossary/glossary-terms.xml6749(para) msgid "A recommended architecture for an OpenStack cloud." msgstr "" -#: ./doc/glossary/glossary-terms.xml6727(glossterm) -#: ./doc/glossary/glossary-terms.xml6729(primary) +#: ./doc/glossary/glossary-terms.xml6754(glossterm) +#: ./doc/glossary/glossary-terms.xml6756(primary) msgid "region" msgstr "" -#: ./doc/glossary/glossary-terms.xml6733(para) +#: ./doc/glossary/glossary-terms.xml6760(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.xml6740(glossterm) -#: ./doc/glossary/glossary-terms.xml6742(primary) +#: ./doc/glossary/glossary-terms.xml6767(glossterm) +#: ./doc/glossary/glossary-terms.xml6769(primary) msgid "registry" msgstr "" -#: ./doc/glossary/glossary-terms.xml6744(see) +#: ./doc/glossary/glossary-terms.xml6771(see) msgid "under Image Service" msgstr "" -#: ./doc/glossary/glossary-terms.xml6748(para) +#: ./doc/glossary/glossary-terms.xml6775(para) msgid "Alternative term for the Image Service registry." msgstr "" -#: ./doc/glossary/glossary-terms.xml6753(glossterm) +#: ./doc/glossary/glossary-terms.xml6780(glossterm) msgid "registry server" msgstr "" -#: ./doc/glossary/glossary-terms.xml6757(secondary) -#: ./doc/glossary/glossary-terms.xml6760(primary) +#: ./doc/glossary/glossary-terms.xml6784(secondary) +#: ./doc/glossary/glossary-terms.xml6787(primary) msgid "registry servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6764(para) +#: ./doc/glossary/glossary-terms.xml6791(para) msgid "" "An Image Service that provides VM image metadata information to clients." msgstr "" -#: ./doc/glossary/glossary-terms.xml6770(glossterm) -#: ./doc/glossary/glossary-terms.xml6773(primary) +#: ./doc/glossary/glossary-terms.xml6797(glossterm) +#: ./doc/glossary/glossary-terms.xml6800(primary) msgid "Reliable, Autonomic Distributed Object Store (RADOS)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6778(para) +#: ./doc/glossary/glossary-terms.xml6805(para) msgid "" "A collection of components that provides object storage within Ceph. Similar" " to OpenStack Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml6784(glossterm) -#: ./doc/glossary/glossary-terms.xml6786(primary) +#: ./doc/glossary/glossary-terms.xml6811(glossterm) +#: ./doc/glossary/glossary-terms.xml6813(primary) msgid "Remote Procedure Call (RPC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6790(para) +#: ./doc/glossary/glossary-terms.xml6817(para) msgid "" "The method used by the Compute RabbitMQ for intra-service communications." msgstr "" -#: ./doc/glossary/glossary-terms.xml6796(glossterm) +#: ./doc/glossary/glossary-terms.xml6823(glossterm) msgid "replica" msgstr "" -#: ./doc/glossary/glossary-terms.xml6798(primary) -#: ./doc/glossary/glossary-terms.xml6813(primary) -#: ./doc/glossary/glossary-terms.xml6825(glossterm) -#: ./doc/glossary/glossary-terms.xml6836(primary) +#: ./doc/glossary/glossary-terms.xml6825(primary) +#: ./doc/glossary/glossary-terms.xml6840(primary) +#: ./doc/glossary/glossary-terms.xml6852(glossterm) +#: ./doc/glossary/glossary-terms.xml6863(primary) msgid "replication" msgstr "" -#: ./doc/glossary/glossary-terms.xml6804(para) +#: ./doc/glossary/glossary-terms.xml6831(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.xml6811(glossterm) -#: ./doc/glossary/glossary-terms.xml6815(secondary) +#: ./doc/glossary/glossary-terms.xml6838(glossterm) +#: ./doc/glossary/glossary-terms.xml6842(secondary) msgid "replica count" msgstr "" -#: ./doc/glossary/glossary-terms.xml6819(para) +#: ./doc/glossary/glossary-terms.xml6846(para) msgid "The number of replicas of the data in an Object Storage ring." msgstr "" -#: ./doc/glossary/glossary-terms.xml6828(para) +#: ./doc/glossary/glossary-terms.xml6855(para) msgid "" "The process of copying data to a separate physical device for fault " "tolerance and performance." msgstr "" -#: ./doc/glossary/glossary-terms.xml6834(glossterm) +#: ./doc/glossary/glossary-terms.xml6861(glossterm) msgid "replicator" msgstr "" -#: ./doc/glossary/glossary-terms.xml6838(secondary) +#: ./doc/glossary/glossary-terms.xml6865(secondary) msgid "replicators" msgstr "" -#: ./doc/glossary/glossary-terms.xml6842(para) +#: ./doc/glossary/glossary-terms.xml6869(para) msgid "" "The Object Storage back-end process that creates and manages object " "replicas." msgstr "" -#: ./doc/glossary/glossary-terms.xml6848(glossterm) +#: ./doc/glossary/glossary-terms.xml6875(glossterm) msgid "request ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6850(primary) +#: ./doc/glossary/glossary-terms.xml6877(primary) msgid "request IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml6854(para) +#: ./doc/glossary/glossary-terms.xml6881(para) msgid "Unique ID assigned to each request sent to Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml6859(glossterm) +#: ./doc/glossary/glossary-terms.xml6886(glossterm) msgid "rescue image" msgstr "" -#: ./doc/glossary/glossary-terms.xml6861(primary) +#: ./doc/glossary/glossary-terms.xml6888(primary) msgid "rescue images" msgstr "" -#: ./doc/glossary/glossary-terms.xml6865(para) +#: ./doc/glossary/glossary-terms.xml6892(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.xml6872(glossterm) +#: ./doc/glossary/glossary-terms.xml6899(glossterm) msgid "resize" msgstr "" -#: ./doc/glossary/glossary-terms.xml6874(primary) +#: ./doc/glossary/glossary-terms.xml6901(primary) msgid "resizing" msgstr "" -#: ./doc/glossary/glossary-terms.xml6878(para) +#: ./doc/glossary/glossary-terms.xml6905(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 " @@ -6360,477 +6383,477 @@ msgid "" "the original server is removed." msgstr "" -#: ./doc/glossary/glossary-terms.xml6886(glossterm) +#: ./doc/glossary/glossary-terms.xml6913(glossterm) msgid "RESTful" msgstr "RESTful" -#: ./doc/glossary/glossary-terms.xml6888(primary) +#: ./doc/glossary/glossary-terms.xml6915(primary) msgid "RESTful web services" msgstr "" -#: ./doc/glossary/glossary-terms.xml6892(para) +#: ./doc/glossary/glossary-terms.xml6919(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.xml6899(glossterm) +#: ./doc/glossary/glossary-terms.xml6926(glossterm) msgid "ring" msgstr "" -#: ./doc/glossary/glossary-terms.xml6901(primary) -#: ./doc/glossary/glossary-terms.xml6916(primary) +#: ./doc/glossary/glossary-terms.xml6928(primary) +#: ./doc/glossary/glossary-terms.xml6943(primary) msgid "rings" msgstr "" -#: ./doc/glossary/glossary-terms.xml6907(para) +#: ./doc/glossary/glossary-terms.xml6934(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.xml6914(glossterm) +#: ./doc/glossary/glossary-terms.xml6941(glossterm) msgid "ring builder" msgstr "" -#: ./doc/glossary/glossary-terms.xml6918(secondary) +#: ./doc/glossary/glossary-terms.xml6945(secondary) msgid "ring builders" msgstr "" -#: ./doc/glossary/glossary-terms.xml6922(para) +#: ./doc/glossary/glossary-terms.xml6949(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.xml6929(glossterm) -#: ./doc/glossary/glossary-terms.xml6931(primary) +#: ./doc/glossary/glossary-terms.xml6956(glossterm) +#: ./doc/glossary/glossary-terms.xml6958(primary) msgid "Role Based Access Control (RBAC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml6935(para) +#: ./doc/glossary/glossary-terms.xml6962(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.xml6943(glossterm) +#: ./doc/glossary/glossary-terms.xml6970(glossterm) msgid "role" msgstr "" -#: ./doc/glossary/glossary-terms.xml6945(primary) -#: ./doc/glossary/glossary-terms.xml6960(primary) +#: ./doc/glossary/glossary-terms.xml6972(primary) +#: ./doc/glossary/glossary-terms.xml6987(primary) msgid "roles" msgstr "" -#: ./doc/glossary/glossary-terms.xml6951(para) +#: ./doc/glossary/glossary-terms.xml6978(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.xml6958(glossterm) -#: ./doc/glossary/glossary-terms.xml6962(secondary) +#: ./doc/glossary/glossary-terms.xml6985(glossterm) +#: ./doc/glossary/glossary-terms.xml6989(secondary) msgid "role ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml6966(para) +#: ./doc/glossary/glossary-terms.xml6993(para) msgid "Alphanumeric ID assigned to each Identity Service role." msgstr "" -#: ./doc/glossary/glossary-terms.xml6971(glossterm) -#: ./doc/glossary/glossary-terms.xml6973(primary) +#: ./doc/glossary/glossary-terms.xml6998(glossterm) +#: ./doc/glossary/glossary-terms.xml7000(primary) msgid "rootwrap" msgstr "" -#: ./doc/glossary/glossary-terms.xml6977(para) +#: ./doc/glossary/glossary-terms.xml7004(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.xml6983(glossterm) -#: ./doc/glossary/glossary-terms.xml6990(primary) +#: ./doc/glossary/glossary-terms.xml7010(glossterm) +#: ./doc/glossary/glossary-terms.xml7017(primary) msgid "round-robin scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml6985(primary) -#: ./doc/glossary/glossary-terms.xml7533(primary) +#: ./doc/glossary/glossary-terms.xml7012(primary) +#: ./doc/glossary/glossary-terms.xml7560(primary) msgid "schedulers" msgstr "" -#: ./doc/glossary/glossary-terms.xml6987(secondary) +#: ./doc/glossary/glossary-terms.xml7014(secondary) msgid "round-robin" msgstr "" -#: ./doc/glossary/glossary-terms.xml6994(para) +#: ./doc/glossary/glossary-terms.xml7021(para) msgid "" "Type of Compute scheduler that evenly distributes instances among available " "hosts." msgstr "" -#: ./doc/glossary/glossary-terms.xml7000(glossterm) -#: ./doc/glossary/glossary-terms.xml7002(primary) +#: ./doc/glossary/glossary-terms.xml7027(glossterm) +#: ./doc/glossary/glossary-terms.xml7029(primary) msgid "router" msgstr "" -#: ./doc/glossary/glossary-terms.xml7006(para) +#: ./doc/glossary/glossary-terms.xml7033(para) msgid "" "A physical or virtual network device that passes network traffic between " "different networks." msgstr "" -#: ./doc/glossary/glossary-terms.xml7012(glossterm) +#: ./doc/glossary/glossary-terms.xml7039(glossterm) msgid "routing key" msgstr "" -#: ./doc/glossary/glossary-terms.xml7014(primary) +#: ./doc/glossary/glossary-terms.xml7041(primary) msgid "routing keys" msgstr "" -#: ./doc/glossary/glossary-terms.xml7018(para) +#: ./doc/glossary/glossary-terms.xml7045(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.xml7025(glossterm) +#: ./doc/glossary/glossary-terms.xml7052(glossterm) msgid "RPC driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml7027(primary) +#: ./doc/glossary/glossary-terms.xml7054(primary) msgid "drivers" msgstr "" -#: ./doc/glossary/glossary-terms.xml7029(secondary) -#: ./doc/glossary/glossary-terms.xml7032(primary) +#: ./doc/glossary/glossary-terms.xml7056(secondary) +#: ./doc/glossary/glossary-terms.xml7059(primary) msgid "RPC drivers" msgstr "" -#: ./doc/glossary/glossary-terms.xml7036(para) +#: ./doc/glossary/glossary-terms.xml7063(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.xml7043(glossterm) -#: ./doc/glossary/glossary-terms.xml7045(primary) +#: ./doc/glossary/glossary-terms.xml7070(glossterm) +#: ./doc/glossary/glossary-terms.xml7072(primary) msgid "rsync" msgstr "" -#: ./doc/glossary/glossary-terms.xml7049(para) +#: ./doc/glossary/glossary-terms.xml7076(para) msgid "Used by Object Storage to push object replicas." msgstr "" -#: ./doc/glossary/glossary-terms.xml7054(glossterm) +#: ./doc/glossary/glossary-terms.xml7081(glossterm) msgid "RXTX cap" msgstr "" -#: ./doc/glossary/glossary-terms.xml7056(primary) +#: ./doc/glossary/glossary-terms.xml7083(primary) msgid "RXTX cap/quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml7060(para) +#: ./doc/glossary/glossary-terms.xml7087(para) msgid "" "Absolute limit on the amount of network traffic a Compute VM instance can " "send and receive." msgstr "" -#: ./doc/glossary/glossary-terms.xml7066(glossterm) +#: ./doc/glossary/glossary-terms.xml7093(glossterm) msgid "RXTX quota" msgstr "" -#: ./doc/glossary/glossary-terms.xml7069(para) +#: ./doc/glossary/glossary-terms.xml7096(para) msgid "" "Soft limit on the amount of network traffic a Compute VM instance can send " "and receive." msgstr "" -#: ./doc/glossary/glossary-terms.xml7075(glossterm) -#: ./doc/glossary/glossary-terms.xml7077(primary) +#: ./doc/glossary/glossary-terms.xml7102(glossterm) +#: ./doc/glossary/glossary-terms.xml7104(primary) msgid "Ryu neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml7081(para) +#: ./doc/glossary/glossary-terms.xml7108(para) msgid "" "Enables the Ryu network operating system to function as a Networking " "OpenFlow controller." msgstr "" -#: ./doc/glossary/glossary-terms.xml7090(title) +#: ./doc/glossary/glossary-terms.xml7117(title) msgid "S" msgstr "S" -#: ./doc/glossary/glossary-terms.xml7093(glossterm) +#: ./doc/glossary/glossary-terms.xml7120(glossterm) msgid "S3" msgstr "" -#: ./doc/glossary/glossary-terms.xml7095(primary) +#: ./doc/glossary/glossary-terms.xml7122(primary) msgid "S3 storage service" msgstr "" -#: ./doc/glossary/glossary-terms.xml7099(para) +#: ./doc/glossary/glossary-terms.xml7126(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.xml7106(glossterm) -#: ./doc/glossary/glossary-terms.xml7108(primary) +#: ./doc/glossary/glossary-terms.xml7133(glossterm) +#: ./doc/glossary/glossary-terms.xml7135(primary) msgid "sahara" msgstr "" -#: ./doc/glossary/glossary-terms.xml7112(para) +#: ./doc/glossary/glossary-terms.xml7139(para) msgid "" "OpenStack project that provides a scalable data-processing stack and " "associated management interfaces." msgstr "" -#: ./doc/glossary/glossary-terms.xml7118(glossterm) -#: ./doc/glossary/glossary-terms.xml7120(primary) +#: ./doc/glossary/glossary-terms.xml7145(glossterm) +#: ./doc/glossary/glossary-terms.xml7147(primary) msgid "scheduler manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml7124(para) +#: ./doc/glossary/glossary-terms.xml7151(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.xml7131(glossterm) +#: ./doc/glossary/glossary-terms.xml7158(glossterm) msgid "scoped token" msgstr "" -#: ./doc/glossary/glossary-terms.xml7133(primary) +#: ./doc/glossary/glossary-terms.xml7160(primary) msgid "scoped tokens" msgstr "" -#: ./doc/glossary/glossary-terms.xml7137(para) +#: ./doc/glossary/glossary-terms.xml7164(para) msgid "" "An Identity Service API access token that is associated with a specific " "tenant." msgstr "" -#: ./doc/glossary/glossary-terms.xml7143(glossterm) +#: ./doc/glossary/glossary-terms.xml7170(glossterm) msgid "scrubber" msgstr "" -#: ./doc/glossary/glossary-terms.xml7145(primary) +#: ./doc/glossary/glossary-terms.xml7172(primary) msgid "scrubbers" msgstr "" -#: ./doc/glossary/glossary-terms.xml7149(para) +#: ./doc/glossary/glossary-terms.xml7176(para) msgid "" "Checks for and deletes unused VMs; the component of Image Service that " "implements delayed delete." msgstr "" -#: ./doc/glossary/glossary-terms.xml7155(glossterm) +#: ./doc/glossary/glossary-terms.xml7182(glossterm) msgid "secret key" msgstr "" -#: ./doc/glossary/glossary-terms.xml7157(primary) +#: ./doc/glossary/glossary-terms.xml7184(primary) msgid "secret keys" msgstr "" -#: ./doc/glossary/glossary-terms.xml7161(para) +#: ./doc/glossary/glossary-terms.xml7188(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.xml7167(glossterm) -#: ./doc/glossary/glossary-terms.xml7169(primary) +#: ./doc/glossary/glossary-terms.xml7194(glossterm) +#: ./doc/glossary/glossary-terms.xml7196(primary) msgid "secure shell (SSH)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7173(para) +#: ./doc/glossary/glossary-terms.xml7200(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.xml7180(glossterm) +#: ./doc/glossary/glossary-terms.xml7207(glossterm) msgid "security group" msgstr "" -#: ./doc/glossary/glossary-terms.xml7182(primary) +#: ./doc/glossary/glossary-terms.xml7209(primary) msgid "security groups" msgstr "" -#: ./doc/glossary/glossary-terms.xml7186(para) +#: ./doc/glossary/glossary-terms.xml7213(para) msgid "" "A set of network traffic filtering rules that are applied to a Compute " "instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml7192(glossterm) +#: ./doc/glossary/glossary-terms.xml7219(glossterm) msgid "segmented object" msgstr "" -#: ./doc/glossary/glossary-terms.xml7196(secondary) -#: ./doc/glossary/glossary-terms.xml7199(primary) +#: ./doc/glossary/glossary-terms.xml7223(secondary) +#: ./doc/glossary/glossary-terms.xml7226(primary) msgid "segmented objects" msgstr "" -#: ./doc/glossary/glossary-terms.xml7203(para) +#: ./doc/glossary/glossary-terms.xml7230(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.xml7210(glossterm) +#: ./doc/glossary/glossary-terms.xml7237(glossterm) msgid "server" msgstr "server" -#: ./doc/glossary/glossary-terms.xml7218(para) +#: ./doc/glossary/glossary-terms.xml7245(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.xml7222(para) +#: ./doc/glossary/glossary-terms.xml7249(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.xml7228(glossterm) -#: ./doc/glossary/glossary-terms.xml7230(primary) +#: ./doc/glossary/glossary-terms.xml7255(glossterm) +#: ./doc/glossary/glossary-terms.xml7257(primary) msgid "server image" msgstr "" -#: ./doc/glossary/glossary-terms.xml7234(para) +#: ./doc/glossary/glossary-terms.xml7261(para) msgid "Alternative term for a VM image." msgstr "" -#: ./doc/glossary/glossary-terms.xml7239(glossterm) -#: ./doc/glossary/glossary-terms.xml7243(secondary) +#: ./doc/glossary/glossary-terms.xml7266(glossterm) +#: ./doc/glossary/glossary-terms.xml7270(secondary) msgid "server UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml7253(glossterm) +#: ./doc/glossary/glossary-terms.xml7280(glossterm) msgid "service" msgstr "서비스" -#: ./doc/glossary/glossary-terms.xml7255(primary) +#: ./doc/glossary/glossary-terms.xml7282(primary) msgid "services" msgstr "" -#: ./doc/glossary/glossary-terms.xml7261(para) +#: ./doc/glossary/glossary-terms.xml7288(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.xml7268(glossterm) -#: ./doc/glossary/glossary-terms.xml7270(primary) +#: ./doc/glossary/glossary-terms.xml7295(glossterm) +#: ./doc/glossary/glossary-terms.xml7297(primary) msgid "service catalog" msgstr "" -#: ./doc/glossary/glossary-terms.xml7274(para) +#: ./doc/glossary/glossary-terms.xml7301(para) msgid "Alternative term for the Identity Service catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7279(glossterm) -#: ./doc/glossary/glossary-terms.xml7281(primary) +#: ./doc/glossary/glossary-terms.xml7306(glossterm) +#: ./doc/glossary/glossary-terms.xml7308(primary) msgid "service ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml7285(para) +#: ./doc/glossary/glossary-terms.xml7312(para) msgid "" "Unique ID assigned to each service that is available in the Identity Service" " catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7291(glossterm) -#: ./doc/glossary/glossary-terms.xml7293(primary) +#: ./doc/glossary/glossary-terms.xml7318(glossterm) +#: ./doc/glossary/glossary-terms.xml7320(primary) msgid "service registration" msgstr "" -#: ./doc/glossary/glossary-terms.xml7297(para) +#: ./doc/glossary/glossary-terms.xml7324(para) msgid "" "An Identity Service feature that enables services, such as Compute, to " "automatically register with the catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7303(glossterm) -#: ./doc/glossary/glossary-terms.xml7305(primary) +#: ./doc/glossary/glossary-terms.xml7330(glossterm) +#: ./doc/glossary/glossary-terms.xml7332(primary) msgid "service tenant" msgstr "" -#: ./doc/glossary/glossary-terms.xml7309(para) +#: ./doc/glossary/glossary-terms.xml7336(para) msgid "" "Special tenant that contains all services that are listed in the catalog." msgstr "" -#: ./doc/glossary/glossary-terms.xml7315(glossterm) -#: ./doc/glossary/glossary-terms.xml7317(primary) +#: ./doc/glossary/glossary-terms.xml7342(glossterm) +#: ./doc/glossary/glossary-terms.xml7344(primary) msgid "service token" msgstr "" -#: ./doc/glossary/glossary-terms.xml7321(para) +#: ./doc/glossary/glossary-terms.xml7348(para) msgid "" "An administrator-defined token used by Compute to communicate securely with " "the Identity Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml7327(glossterm) -#: ./doc/glossary/glossary-terms.xml7331(secondary) +#: ./doc/glossary/glossary-terms.xml7354(glossterm) +#: ./doc/glossary/glossary-terms.xml7358(secondary) msgid "session back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml7329(primary) -#: ./doc/glossary/glossary-terms.xml7343(primary) -#: ./doc/glossary/glossary-terms.xml7358(primary) +#: ./doc/glossary/glossary-terms.xml7356(primary) +#: ./doc/glossary/glossary-terms.xml7370(primary) +#: ./doc/glossary/glossary-terms.xml7385(primary) msgid "sessions" msgstr "" -#: ./doc/glossary/glossary-terms.xml7335(para) +#: ./doc/glossary/glossary-terms.xml7362(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.xml7341(glossterm) -#: ./doc/glossary/glossary-terms.xml7345(secondary) +#: ./doc/glossary/glossary-terms.xml7368(glossterm) +#: ./doc/glossary/glossary-terms.xml7372(secondary) msgid "session persistence" msgstr "" -#: ./doc/glossary/glossary-terms.xml7349(para) +#: ./doc/glossary/glossary-terms.xml7376(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.xml7356(glossterm) -#: ./doc/glossary/glossary-terms.xml7360(secondary) +#: ./doc/glossary/glossary-terms.xml7383(glossterm) +#: ./doc/glossary/glossary-terms.xml7387(secondary) msgid "session storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7364(para) +#: ./doc/glossary/glossary-terms.xml7391(para) msgid "" "A horizon component that stores and tracks client session information. " "Implemented through the Django sessions framework." msgstr "" -#: ./doc/glossary/glossary-terms.xml7370(glossterm) -#: ./doc/glossary/glossary-terms.xml7377(primary) +#: ./doc/glossary/glossary-terms.xml7397(glossterm) +#: ./doc/glossary/glossary-terms.xml7404(primary) msgid "shared IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml7374(secondary) +#: ./doc/glossary/glossary-terms.xml7401(secondary) msgid "shared" msgstr "" -#: ./doc/glossary/glossary-terms.xml7381(para) +#: ./doc/glossary/glossary-terms.xml7408(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 " @@ -6842,15 +6865,15 @@ msgid "" " monitor for failure and manage IP failover." msgstr "" -#: ./doc/glossary/glossary-terms.xml7394(glossterm) +#: ./doc/glossary/glossary-terms.xml7421(glossterm) msgid "shared IP group" msgstr "" -#: ./doc/glossary/glossary-terms.xml7396(primary) +#: ./doc/glossary/glossary-terms.xml7423(primary) msgid "shared IP groups" msgstr "" -#: ./doc/glossary/glossary-terms.xml7400(para) +#: ./doc/glossary/glossary-terms.xml7427(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" @@ -6859,43 +6882,43 @@ msgid "" "only one shared IP group." msgstr "" -#: ./doc/glossary/glossary-terms.xml7409(glossterm) -#: ./doc/glossary/glossary-terms.xml7411(primary) +#: ./doc/glossary/glossary-terms.xml7436(glossterm) +#: ./doc/glossary/glossary-terms.xml7438(primary) msgid "shared storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7415(para) +#: ./doc/glossary/glossary-terms.xml7442(para) msgid "" "Block storage that is simultaneously accessible by multiple clients, for " "example, NFS." msgstr "" -#: ./doc/glossary/glossary-terms.xml7421(glossterm) -#: ./doc/glossary/glossary-terms.xml7423(primary) +#: ./doc/glossary/glossary-terms.xml7448(glossterm) +#: ./doc/glossary/glossary-terms.xml7450(primary) msgid "Sheepdog" msgstr "" -#: ./doc/glossary/glossary-terms.xml7427(para) +#: ./doc/glossary/glossary-terms.xml7454(para) msgid "Distributed block storage system for QEMU, supported by OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml7433(glossterm) -#: ./doc/glossary/glossary-terms.xml7436(primary) +#: ./doc/glossary/glossary-terms.xml7460(glossterm) +#: ./doc/glossary/glossary-terms.xml7463(primary) msgid "Simple Cloud Identity Management (SCIM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7440(para) +#: ./doc/glossary/glossary-terms.xml7467(para) msgid "" "Specification for managing identity in the cloud, currently unsupported by " "OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml7446(glossterm) -#: ./doc/glossary/glossary-terms.xml7449(primary) +#: ./doc/glossary/glossary-terms.xml7473(glossterm) +#: ./doc/glossary/glossary-terms.xml7476(primary) msgid "Single-root I/O Virtualization (SR-IOV)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7453(para) +#: ./doc/glossary/glossary-terms.xml7480(para) msgid "" "A specification that, when implemented by a physical PCIe device, enables it" " to appear as multiple separate PCIe devices. This enables multiple " @@ -6905,232 +6928,232 @@ msgid "" "together\">releases." msgstr "" -#: ./doc/glossary/glossary-terms.xml7463(glossterm) -#: ./doc/glossary/glossary-terms.xml7465(primary) +#: ./doc/glossary/glossary-terms.xml7490(glossterm) +#: ./doc/glossary/glossary-terms.xml7492(primary) msgid "SmokeStack" msgstr "" -#: ./doc/glossary/glossary-terms.xml7469(para) +#: ./doc/glossary/glossary-terms.xml7496(para) msgid "Runs automated tests against the core OpenStack API; written in Rails." msgstr "" -#: ./doc/glossary/glossary-terms.xml7475(glossterm) -#: ./doc/glossary/glossary-terms.xml7477(primary) +#: ./doc/glossary/glossary-terms.xml7502(glossterm) +#: ./doc/glossary/glossary-terms.xml7504(primary) msgid "snapshot" msgstr "" -#: ./doc/glossary/glossary-terms.xml7481(para) +#: ./doc/glossary/glossary-terms.xml7508(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.xml7488(glossterm) -#: ./doc/glossary/glossary-terms.xml7495(primary) +#: ./doc/glossary/glossary-terms.xml7515(glossterm) +#: ./doc/glossary/glossary-terms.xml7522(primary) msgid "soft reboot" msgstr "" -#: ./doc/glossary/glossary-terms.xml7499(para) +#: ./doc/glossary/glossary-terms.xml7526(para) msgid "" "A controlled reboot where a VM instance is properly restarted through " "operating system commands." msgstr "" -#: ./doc/glossary/glossary-terms.xml7505(glossterm) -#: ./doc/glossary/glossary-terms.xml7507(primary) +#: ./doc/glossary/glossary-terms.xml7532(glossterm) +#: ./doc/glossary/glossary-terms.xml7534(primary) msgid "SolidFire Volume Driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml7511(para) +#: ./doc/glossary/glossary-terms.xml7538(para) msgid "The Block Storage driver for the SolidFire iSCSI storage appliance." msgstr "" -#: ./doc/glossary/glossary-terms.xml7517(glossterm) +#: ./doc/glossary/glossary-terms.xml7544(glossterm) msgid "SPICE" msgstr "" -#: ./doc/glossary/glossary-terms.xml7519(primary) +#: ./doc/glossary/glossary-terms.xml7546(primary) msgid "SPICE (Simple Protocol for Independent Computing Environments)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7524(para) +#: ./doc/glossary/glossary-terms.xml7551(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.xml7531(glossterm) -#: ./doc/glossary/glossary-terms.xml7538(primary) +#: ./doc/glossary/glossary-terms.xml7558(glossterm) +#: ./doc/glossary/glossary-terms.xml7565(primary) msgid "spread-first scheduler" msgstr "" -#: ./doc/glossary/glossary-terms.xml7535(secondary) +#: ./doc/glossary/glossary-terms.xml7562(secondary) msgid "spread-first" msgstr "" -#: ./doc/glossary/glossary-terms.xml7542(para) +#: ./doc/glossary/glossary-terms.xml7569(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.xml7548(glossterm) -#: ./doc/glossary/glossary-terms.xml7550(primary) +#: ./doc/glossary/glossary-terms.xml7575(glossterm) +#: ./doc/glossary/glossary-terms.xml7577(primary) msgid "SQL-Alchemy" msgstr "" -#: ./doc/glossary/glossary-terms.xml7554(para) +#: ./doc/glossary/glossary-terms.xml7581(para) msgid "An open source SQL toolkit for Python, used in OpenStack." msgstr "" -#: ./doc/glossary/glossary-terms.xml7559(glossterm) -#: ./doc/glossary/glossary-terms.xml7561(primary) +#: ./doc/glossary/glossary-terms.xml7586(glossterm) +#: ./doc/glossary/glossary-terms.xml7588(primary) msgid "SQLite" msgstr "" -#: ./doc/glossary/glossary-terms.xml7565(para) +#: ./doc/glossary/glossary-terms.xml7592(para) msgid "" "A lightweight SQL database, used as the default persistent storage method in" " many OpenStack services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7571(glossterm) -#: ./doc/glossary/glossary-terms.xml7573(primary) +#: ./doc/glossary/glossary-terms.xml7598(glossterm) +#: ./doc/glossary/glossary-terms.xml7600(primary) msgid "stack" msgstr "" -#: ./doc/glossary/glossary-terms.xml7577(para) +#: ./doc/glossary/glossary-terms.xml7604(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.xml7585(glossterm) -#: ./doc/glossary/glossary-terms.xml7587(primary) +#: ./doc/glossary/glossary-terms.xml7612(glossterm) +#: ./doc/glossary/glossary-terms.xml7614(primary) msgid "StackTach" msgstr "" -#: ./doc/glossary/glossary-terms.xml7591(para) +#: ./doc/glossary/glossary-terms.xml7618(para) msgid "" "Community project that captures Compute AMQP communications; useful for " "debugging." msgstr "" -#: ./doc/glossary/glossary-terms.xml7597(glossterm) +#: ./doc/glossary/glossary-terms.xml7624(glossterm) msgid "static IP address" msgstr "" -#: ./doc/glossary/glossary-terms.xml7601(secondary) +#: ./doc/glossary/glossary-terms.xml7628(secondary) msgid "static" msgstr "" -#: ./doc/glossary/glossary-terms.xml7604(primary) +#: ./doc/glossary/glossary-terms.xml7631(primary) msgid "static IP addresses" msgstr "" -#: ./doc/glossary/glossary-terms.xml7608(para) +#: ./doc/glossary/glossary-terms.xml7635(para) msgid "Alternative term for a fixed IP address." msgstr "" -#: ./doc/glossary/glossary-terms.xml7613(glossterm) -#: ./doc/glossary/glossary-terms.xml7615(primary) +#: ./doc/glossary/glossary-terms.xml7640(glossterm) +#: ./doc/glossary/glossary-terms.xml7642(primary) msgid "StaticWeb" msgstr "" -#: ./doc/glossary/glossary-terms.xml7619(para) +#: ./doc/glossary/glossary-terms.xml7646(para) msgid "" "WSGI middleware component of Object Storage that serves container data as a " "static web page." msgstr "" -#: ./doc/glossary/glossary-terms.xml7625(glossterm) -#: ./doc/glossary/glossary-terms.xml7627(primary) +#: ./doc/glossary/glossary-terms.xml7652(glossterm) +#: ./doc/glossary/glossary-terms.xml7654(primary) msgid "storage back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml7631(para) +#: ./doc/glossary/glossary-terms.xml7658(para) msgid "" "The method that a service uses for persistent storage, such as iSCSI, NFS, " "or local disk." msgstr "" -#: ./doc/glossary/glossary-terms.xml7637(glossterm) -#: ./doc/glossary/glossary-terms.xml7644(primary) +#: ./doc/glossary/glossary-terms.xml7664(glossterm) +#: ./doc/glossary/glossary-terms.xml7671(primary) msgid "storage node" msgstr "" -#: ./doc/glossary/glossary-terms.xml7641(secondary) +#: ./doc/glossary/glossary-terms.xml7668(secondary) msgid "storage nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml7648(para) +#: ./doc/glossary/glossary-terms.xml7675(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.xml7655(glossterm) -#: ./doc/glossary/glossary-terms.xml7659(secondary) +#: ./doc/glossary/glossary-terms.xml7682(glossterm) +#: ./doc/glossary/glossary-terms.xml7686(secondary) msgid "storage manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml7657(primary) -#: ./doc/glossary/glossary-terms.xml7671(primary) -#: ./doc/glossary/glossary-terms.xml7685(primary) -#: ./doc/glossary/glossary-terms.xml7834(primary) +#: ./doc/glossary/glossary-terms.xml7684(primary) +#: ./doc/glossary/glossary-terms.xml7698(primary) +#: ./doc/glossary/glossary-terms.xml7712(primary) +#: ./doc/glossary/glossary-terms.xml7861(primary) msgid "storage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7663(para) +#: ./doc/glossary/glossary-terms.xml7690(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.xml7669(glossterm) -#: ./doc/glossary/glossary-terms.xml7673(secondary) +#: ./doc/glossary/glossary-terms.xml7696(glossterm) +#: ./doc/glossary/glossary-terms.xml7700(secondary) msgid "storage manager back end" msgstr "" -#: ./doc/glossary/glossary-terms.xml7677(para) +#: ./doc/glossary/glossary-terms.xml7704(para) msgid "A persistent storage method supported by XenAPI, such as iSCSI or NFS." msgstr "" -#: ./doc/glossary/glossary-terms.xml7683(glossterm) -#: ./doc/glossary/glossary-terms.xml7687(secondary) +#: ./doc/glossary/glossary-terms.xml7710(glossterm) +#: ./doc/glossary/glossary-terms.xml7714(secondary) msgid "storage services" msgstr "" -#: ./doc/glossary/glossary-terms.xml7691(para) +#: ./doc/glossary/glossary-terms.xml7718(para) msgid "" "Collective name for the Object Storage object services, container services, " "and account services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7697(glossterm) -#: ./doc/glossary/glossary-terms.xml7699(primary) +#: ./doc/glossary/glossary-terms.xml7724(glossterm) +#: ./doc/glossary/glossary-terms.xml7726(primary) msgid "strategy" msgstr "" -#: ./doc/glossary/glossary-terms.xml7703(para) +#: ./doc/glossary/glossary-terms.xml7730(para) msgid "" "Specifies the authentication source used by Image Service or Identity " "Service." msgstr "" -#: ./doc/glossary/glossary-terms.xml7709(glossterm) +#: ./doc/glossary/glossary-terms.xml7736(glossterm) msgid "subdomain" msgstr "서브도메인" -#: ./doc/glossary/glossary-terms.xml7711(primary) +#: ./doc/glossary/glossary-terms.xml7738(primary) msgid "subdomains" msgstr "" -#: ./doc/glossary/glossary-terms.xml7715(para) +#: ./doc/glossary/glossary-terms.xml7742(para) msgid "" "A domain within a parent domain. Subdomains cannot be registered. Subdomains" " enable you to delegate domains. Subdomains can themselves have subdomains, " @@ -7138,424 +7161,435 @@ msgid "" "possible." msgstr "" -#: ./doc/glossary/glossary-terms.xml7723(glossterm) -#: ./doc/glossary/glossary-terms.xml7725(primary) +#: ./doc/glossary/glossary-terms.xml7750(glossterm) +#: ./doc/glossary/glossary-terms.xml7752(primary) msgid "subnet" msgstr "" -#: ./doc/glossary/glossary-terms.xml7729(para) +#: ./doc/glossary/glossary-terms.xml7756(para) msgid "Logical subdivision of an IP network." msgstr "" -#: ./doc/glossary/glossary-terms.xml7734(glossterm) -#: ./doc/glossary/glossary-terms.xml7737(primary) +#: ./doc/glossary/glossary-terms.xml7761(glossterm) +#: ./doc/glossary/glossary-terms.xml7764(primary) msgid "SUSE Linux Enterprise Server (SLES)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7746(glossterm) +#: ./doc/glossary/glossary-terms.xml7773(glossterm) msgid "suspend" msgstr "" -#: ./doc/glossary/glossary-terms.xml7748(primary) +#: ./doc/glossary/glossary-terms.xml7775(primary) msgid "suspend, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml7752(para) +#: ./doc/glossary/glossary-terms.xml7779(para) msgid "" "Alternative term for a paused VM instance." msgstr "" -#: ./doc/glossary/glossary-terms.xml7758(glossterm) +#: ./doc/glossary/glossary-terms.xml7785(glossterm) msgid "swap" msgstr "" -#: ./doc/glossary/glossary-terms.xml7760(primary) +#: ./doc/glossary/glossary-terms.xml7787(primary) msgid "swap, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml7764(para) +#: ./doc/glossary/glossary-terms.xml7791(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.xml7770(glossterm) -#: ./doc/glossary/glossary-terms.xml7772(primary) +#: ./doc/glossary/glossary-terms.xml7797(glossterm) +#: ./doc/glossary/glossary-terms.xml7799(primary) msgid "swawth" msgstr "" -#: ./doc/glossary/glossary-terms.xml7776(para) +#: ./doc/glossary/glossary-terms.xml7803(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.xml7786(para) +#: ./doc/glossary/glossary-terms.xml7813(para) msgid "An OpenStack core project that provides object storage services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7792(glossterm) -#: ./doc/glossary/glossary-terms.xml7794(primary) +#: ./doc/glossary/glossary-terms.xml7819(glossterm) +#: ./doc/glossary/glossary-terms.xml7821(primary) msgid "swift All in One (SAIO)" msgstr "" -#: ./doc/glossary/glossary-terms.xml7798(para) +#: ./doc/glossary/glossary-terms.xml7825(para) msgid "" "Creates a full Object Storage development environment within a single VM." msgstr "" -#: ./doc/glossary/glossary-terms.xml7804(glossterm) -#: ./doc/glossary/glossary-terms.xml7808(secondary) +#: ./doc/glossary/glossary-terms.xml7831(glossterm) +#: ./doc/glossary/glossary-terms.xml7835(secondary) msgid "swift middleware" msgstr "" -#: ./doc/glossary/glossary-terms.xml7812(para) +#: ./doc/glossary/glossary-terms.xml7839(para) msgid "" "Collective term for Object Storage components that provide additional " "functionality." msgstr "" -#: ./doc/glossary/glossary-terms.xml7818(glossterm) -#: ./doc/glossary/glossary-terms.xml7822(secondary) +#: ./doc/glossary/glossary-terms.xml7845(glossterm) +#: ./doc/glossary/glossary-terms.xml7849(secondary) msgid "swift proxy server" msgstr "" -#: ./doc/glossary/glossary-terms.xml7826(para) +#: ./doc/glossary/glossary-terms.xml7853(para) msgid "" "Acts as the gatekeeper to Object Storage and is responsible for " "authenticating the user." msgstr "" -#: ./doc/glossary/glossary-terms.xml7832(glossterm) +#: ./doc/glossary/glossary-terms.xml7859(glossterm) msgid "swift storage node" msgstr "" -#: ./doc/glossary/glossary-terms.xml7836(secondary) -#: ./doc/glossary/glossary-terms.xml7841(secondary) -#: ./doc/glossary/glossary-terms.xml7846(secondary) +#: ./doc/glossary/glossary-terms.xml7863(secondary) +#: ./doc/glossary/glossary-terms.xml7868(secondary) +#: ./doc/glossary/glossary-terms.xml7873(secondary) msgid "swift storage nodes" msgstr "" -#: ./doc/glossary/glossary-terms.xml7850(para) +#: ./doc/glossary/glossary-terms.xml7877(para) msgid "" "A node that runs Object Storage account, container, and object services." msgstr "" -#: ./doc/glossary/glossary-terms.xml7856(glossterm) -#: ./doc/glossary/glossary-terms.xml7858(primary) +#: ./doc/glossary/glossary-terms.xml7883(glossterm) +#: ./doc/glossary/glossary-terms.xml7885(primary) msgid "sync point" msgstr "" -#: ./doc/glossary/glossary-terms.xml7862(para) +#: ./doc/glossary/glossary-terms.xml7889(para) msgid "" "Point in time since the last container and accounts database sync among " "nodes within Object Storage." msgstr "" -#: ./doc/glossary/glossary-terms.xml7868(glossterm) -#: ./doc/glossary/glossary-terms.xml7870(primary) +#: ./doc/glossary/glossary-terms.xml7895(glossterm) +#: ./doc/glossary/glossary-terms.xml7897(primary) msgid "sysadmin" msgstr "" -#: ./doc/glossary/glossary-terms.xml7874(para) +#: ./doc/glossary/glossary-terms.xml7901(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.xml7881(glossterm) -#: ./doc/glossary/glossary-terms.xml7883(primary) +#: ./doc/glossary/glossary-terms.xml7908(glossterm) +#: ./doc/glossary/glossary-terms.xml7910(primary) msgid "system usage" msgstr "" -#: ./doc/glossary/glossary-terms.xml7887(para) +#: ./doc/glossary/glossary-terms.xml7914(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.xml7897(title) +#: ./doc/glossary/glossary-terms.xml7924(title) msgid "T" msgstr "T" -#: ./doc/glossary/glossary-terms.xml7900(glossterm) -#: ./doc/glossary/glossary-terms.xml7902(primary) +#: ./doc/glossary/glossary-terms.xml7927(glossterm) +#: ./doc/glossary/glossary-terms.xml7929(primary) msgid "Telemetry" msgstr "" -#: ./doc/glossary/glossary-terms.xml7906(para) +#: ./doc/glossary/glossary-terms.xml7933(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.xml7913(glossterm) -#: ./doc/glossary/glossary-terms.xml7915(primary) +#: ./doc/glossary/glossary-terms.xml7940(glossterm) +#: ./doc/glossary/glossary-terms.xml7942(primary) msgid "TempAuth" msgstr "" -#: ./doc/glossary/glossary-terms.xml7919(para) +#: ./doc/glossary/glossary-terms.xml7946(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.xml7926(glossterm) -#: ./doc/glossary/glossary-terms.xml7928(primary) +#: ./doc/glossary/glossary-terms.xml7953(glossterm) +#: ./doc/glossary/glossary-terms.xml7955(primary) msgid "Tempest" msgstr "" -#: ./doc/glossary/glossary-terms.xml7932(para) +#: ./doc/glossary/glossary-terms.xml7959(para) msgid "" "Automated software test suite designed to run against the trunk of the " "OpenStack core project." msgstr "" -#: ./doc/glossary/glossary-terms.xml7938(glossterm) -#: ./doc/glossary/glossary-terms.xml7940(primary) +#: ./doc/glossary/glossary-terms.xml7965(glossterm) +#: ./doc/glossary/glossary-terms.xml7967(primary) msgid "TempURL" msgstr "" -#: ./doc/glossary/glossary-terms.xml7944(para) +#: ./doc/glossary/glossary-terms.xml7971(para) msgid "" "An Object Storage middleware component that enables creation of URLs for " "temporary object access." msgstr "" -#: ./doc/glossary/glossary-terms.xml7950(glossterm) -#: ./doc/glossary/glossary-terms.xml7961(primary) -#: ./doc/glossary/glossary-terms.xml7979(primary) -#: ./doc/glossary/glossary-terms.xml7993(primary) +#: ./doc/glossary/glossary-terms.xml7977(glossterm) +#: ./doc/glossary/glossary-terms.xml7988(primary) +#: ./doc/glossary/glossary-terms.xml8006(primary) +#: ./doc/glossary/glossary-terms.xml8020(primary) msgid "tenant" msgstr "" -#: ./doc/glossary/glossary-terms.xml7953(para) +#: ./doc/glossary/glossary-terms.xml7980(para) msgid "" "A group of users; used to isolate access to Compute resources. An " "alternative term for a project." msgstr "" -#: ./doc/glossary/glossary-terms.xml7959(glossterm) -#: ./doc/glossary/glossary-terms.xml7963(secondary) +#: ./doc/glossary/glossary-terms.xml7986(glossterm) +#: ./doc/glossary/glossary-terms.xml7990(secondary) msgid "Tenant API" msgstr "" -#: ./doc/glossary/glossary-terms.xml7967(para) +#: ./doc/glossary/glossary-terms.xml7994(para) msgid "An API that is accessible to tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml7972(glossterm) -#: ./doc/glossary/glossary-terms.xml7976(secondary) -#: ./doc/glossary/glossary-terms.xml7981(secondary) +#: ./doc/glossary/glossary-terms.xml7999(glossterm) +#: ./doc/glossary/glossary-terms.xml8003(secondary) +#: ./doc/glossary/glossary-terms.xml8008(secondary) msgid "tenant endpoint" msgstr "" -#: ./doc/glossary/glossary-terms.xml7985(para) +#: ./doc/glossary/glossary-terms.xml8012(para) msgid "" "An Identity Service API endpoint that is associated with one or more " "tenants." msgstr "" -#: ./doc/glossary/glossary-terms.xml7991(glossterm) -#: ./doc/glossary/glossary-terms.xml7995(secondary) +#: ./doc/glossary/glossary-terms.xml8018(glossterm) +#: ./doc/glossary/glossary-terms.xml8022(secondary) msgid "tenant ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml7999(para) +#: ./doc/glossary/glossary-terms.xml8026(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.xml8005(glossterm) +#: ./doc/glossary/glossary-terms.xml8032(glossterm) msgid "token" msgstr "token" -#: ./doc/glossary/glossary-terms.xml8007(primary) +#: ./doc/glossary/glossary-terms.xml8034(primary) msgid "tokens" msgstr "" -#: ./doc/glossary/glossary-terms.xml8011(para) +#: ./doc/glossary/glossary-terms.xml8038(para) msgid "" "An alpha-numeric string of text used to access OpenStack APIs and resources." msgstr "" -#: ./doc/glossary/glossary-terms.xml8017(glossterm) -#: ./doc/glossary/glossary-terms.xml8019(primary) +#: ./doc/glossary/glossary-terms.xml8044(glossterm) +#: ./doc/glossary/glossary-terms.xml8046(primary) msgid "token services" msgstr "" -#: ./doc/glossary/glossary-terms.xml8023(para) +#: ./doc/glossary/glossary-terms.xml8050(para) msgid "" "An Identity Service component that manages and validates tokens after a user" " or tenant has been authenticated." msgstr "" -#: ./doc/glossary/glossary-terms.xml8029(glossterm) -#: ./doc/glossary/glossary-terms.xml8031(primary) +#: ./doc/glossary/glossary-terms.xml8056(glossterm) +#: ./doc/glossary/glossary-terms.xml8058(primary) msgid "tombstone" msgstr "" -#: ./doc/glossary/glossary-terms.xml8034(para) +#: ./doc/glossary/glossary-terms.xml8061(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.xml8042(glossterm) -#: ./doc/glossary/glossary-terms.xml8044(primary) +#: ./doc/glossary/glossary-terms.xml8069(glossterm) +#: ./doc/glossary/glossary-terms.xml8071(primary) msgid "topic publisher" msgstr "" -#: ./doc/glossary/glossary-terms.xml8048(para) +#: ./doc/glossary/glossary-terms.xml8075(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.xml8054(glossterm) -#: ./doc/glossary/glossary-terms.xml8056(primary) +#: ./doc/glossary/glossary-terms.xml8081(glossterm) +#: ./doc/glossary/glossary-terms.xml8083(primary) msgid "Torpedo" msgstr "" -#: ./doc/glossary/glossary-terms.xml8060(para) +#: ./doc/glossary/glossary-terms.xml8087(para) msgid "" "Community project used to run automated tests against the OpenStack API." msgstr "" -#: ./doc/glossary/glossary-terms.xml8066(glossterm) +#: ./doc/glossary/glossary-terms.xml8093(glossterm) msgid "transaction ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml8068(primary) +#: ./doc/glossary/glossary-terms.xml8095(primary) msgid "transaction IDs" msgstr "" -#: ./doc/glossary/glossary-terms.xml8072(para) +#: ./doc/glossary/glossary-terms.xml8099(para) msgid "" "Unique ID assigned to each Object Storage request; used for debugging and " "tracing." msgstr "" -#: ./doc/glossary/glossary-terms.xml8078(glossterm) +#: ./doc/glossary/glossary-terms.xml8105(glossterm) msgid "transient" msgstr "" -#: ./doc/glossary/glossary-terms.xml8080(primary) +#: ./doc/glossary/glossary-terms.xml8107(primary) msgid "transient exchanges" msgstr "" -#: ./doc/glossary/glossary-terms.xml8086(para) +#: ./doc/glossary/glossary-terms.xml8113(para) msgid "Alternative term for non-durable." msgstr "" -#: ./doc/glossary/glossary-terms.xml8091(glossterm) +#: ./doc/glossary/glossary-terms.xml8118(glossterm) msgid "transient exchange" msgstr "" -#: ./doc/glossary/glossary-terms.xml8094(para) +#: ./doc/glossary/glossary-terms.xml8121(para) msgid "" "Alternative term for a non-durable exchange." msgstr "" -#: ./doc/glossary/glossary-terms.xml8100(glossterm) +#: ./doc/glossary/glossary-terms.xml8127(glossterm) msgid "transient message" msgstr "" -#: ./doc/glossary/glossary-terms.xml8104(secondary) -#: ./doc/glossary/glossary-terms.xml8107(primary) +#: ./doc/glossary/glossary-terms.xml8131(secondary) +#: ./doc/glossary/glossary-terms.xml8134(primary) msgid "transient messages" msgstr "" -#: ./doc/glossary/glossary-terms.xml8111(para) +#: ./doc/glossary/glossary-terms.xml8138(para) msgid "" "A message that is stored in memory and is lost after the server is " "restarted." msgstr "" -#: ./doc/glossary/glossary-terms.xml8117(glossterm) +#: ./doc/glossary/glossary-terms.xml8144(glossterm) msgid "transient queue" msgstr "" -#: ./doc/glossary/glossary-terms.xml8121(secondary) -#: ./doc/glossary/glossary-terms.xml8124(primary) +#: ./doc/glossary/glossary-terms.xml8148(secondary) +#: ./doc/glossary/glossary-terms.xml8151(primary) msgid "transient queues" msgstr "" -#: ./doc/glossary/glossary-terms.xml8128(para) +#: ./doc/glossary/glossary-terms.xml8155(para) msgid "Alternative term for a non-durable queue." msgstr "" -#: ./doc/glossary/glossary-terms.xml8133(glossterm) -#: ./doc/glossary/glossary-terms.xml8135(primary) +#: ./doc/glossary/glossary-terms.xml8160(glossterm) +#: ./doc/glossary/glossary-terms.xml8162(primary) +msgid "TripleO" +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8166(para) +msgid "" +"OpenStack-on-OpenStack program. The code name for the OpenStack Deployment " +"program." +msgstr "" + +#: ./doc/glossary/glossary-terms.xml8174(glossterm) +#: ./doc/glossary/glossary-terms.xml8176(primary) msgid "trove" msgstr "trove" -#: ./doc/glossary/glossary-terms.xml8139(para) +#: ./doc/glossary/glossary-terms.xml8180(para) msgid "OpenStack project that provides database services to applications." msgstr "" -#: ./doc/glossary/glossary-terms.xml8148(title) +#: ./doc/glossary/glossary-terms.xml8189(title) msgid "U" msgstr "U" -#: ./doc/glossary/glossary-terms.xml8151(glossterm) -#: ./doc/glossary/glossary-terms.xml8153(primary) +#: ./doc/glossary/glossary-terms.xml8192(glossterm) +#: ./doc/glossary/glossary-terms.xml8194(primary) msgid "Ubuntu" msgstr "" -#: ./doc/glossary/glossary-terms.xml8157(para) +#: ./doc/glossary/glossary-terms.xml8198(para) msgid "A Debian-based Linux distribution." msgstr "" -#: ./doc/glossary/glossary-terms.xml8162(glossterm) -#: ./doc/glossary/glossary-terms.xml8164(primary) +#: ./doc/glossary/glossary-terms.xml8203(glossterm) +#: ./doc/glossary/glossary-terms.xml8205(primary) msgid "unscoped token" msgstr "" -#: ./doc/glossary/glossary-terms.xml8168(para) +#: ./doc/glossary/glossary-terms.xml8209(para) msgid "Alternative term for an Identity Service default token." msgstr "" -#: ./doc/glossary/glossary-terms.xml8173(glossterm) +#: ./doc/glossary/glossary-terms.xml8214(glossterm) msgid "updater" msgstr "" -#: ./doc/glossary/glossary-terms.xml8175(primary) +#: ./doc/glossary/glossary-terms.xml8216(primary) msgid "updaters" msgstr "" -#: ./doc/glossary/glossary-terms.xml8179(para) +#: ./doc/glossary/glossary-terms.xml8220(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.xml8185(glossterm) +#: ./doc/glossary/glossary-terms.xml8226(glossterm) msgid "user" msgstr "user" -#: ./doc/glossary/glossary-terms.xml8187(primary) +#: ./doc/glossary/glossary-terms.xml8228(primary) msgid "users, definition of" msgstr "" -#: ./doc/glossary/glossary-terms.xml8191(para) +#: ./doc/glossary/glossary-terms.xml8232(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.xml8198(glossterm) -#: ./doc/glossary/glossary-terms.xml8200(primary) +#: ./doc/glossary/glossary-terms.xml8239(glossterm) +#: ./doc/glossary/glossary-terms.xml8241(primary) msgid "user data" msgstr "" -#: ./doc/glossary/glossary-terms.xml8204(para) +#: ./doc/glossary/glossary-terms.xml8245(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. " @@ -7563,30 +7597,30 @@ msgid "" "Commonly used to pass a shell script that the instance runs on boot." msgstr "" -#: ./doc/glossary/glossary-terms.xml8214(glossterm) -#: ./doc/glossary/glossary-terms.xml8216(primary) +#: ./doc/glossary/glossary-terms.xml8255(glossterm) +#: ./doc/glossary/glossary-terms.xml8257(primary) msgid "User Mode Linux (UML)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8228(title) +#: ./doc/glossary/glossary-terms.xml8269(title) msgid "V" msgstr "V" -#: ./doc/glossary/glossary-terms.xml8231(glossterm) -#: ./doc/glossary/glossary-terms.xml8233(primary) +#: ./doc/glossary/glossary-terms.xml8272(glossterm) +#: ./doc/glossary/glossary-terms.xml8274(primary) msgid "VIF UUID" msgstr "" -#: ./doc/glossary/glossary-terms.xml8237(para) +#: ./doc/glossary/glossary-terms.xml8278(para) msgid "Unique ID assigned to each Networking VIF." msgstr "" -#: ./doc/glossary/glossary-terms.xml8242(glossterm) -#: ./doc/glossary/glossary-terms.xml8244(primary) +#: ./doc/glossary/glossary-terms.xml8283(glossterm) +#: ./doc/glossary/glossary-terms.xml8285(primary) msgid "VIP" msgstr "VIP" -#: ./doc/glossary/glossary-terms.xml8248(para) +#: ./doc/glossary/glossary-terms.xml8289(para) msgid "" "The primary load balancing configuration object. Specifies the virtual IP " "address and port where client traffic is received. Also defines other " @@ -7595,31 +7629,31 @@ msgid "" "server, vserver, or listener." msgstr "" -#: ./doc/glossary/glossary-terms.xml8258(glossterm) -#: ./doc/glossary/glossary-terms.xml8261(primary) +#: ./doc/glossary/glossary-terms.xml8299(glossterm) +#: ./doc/glossary/glossary-terms.xml8302(primary) msgid "Virtual Central Processing Unit (vCPU)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8265(para) +#: ./doc/glossary/glossary-terms.xml8306(para) msgid "Subdivides physical CPUs. Instances can then use those divisions." msgstr "" -#: ./doc/glossary/glossary-terms.xml8271(glossterm) -#: ./doc/glossary/glossary-terms.xml8273(primary) +#: ./doc/glossary/glossary-terms.xml8312(glossterm) +#: ./doc/glossary/glossary-terms.xml8314(primary) msgid "Virtual Disk Image (VDI)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8283(glossterm) -#: ./doc/glossary/glossary-terms.xml8285(primary) +#: ./doc/glossary/glossary-terms.xml8324(glossterm) +#: ./doc/glossary/glossary-terms.xml8326(primary) msgid "Virtual Hard Disk (VHD)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8295(glossterm) -#: ./doc/glossary/glossary-terms.xml8297(primary) +#: ./doc/glossary/glossary-terms.xml8336(glossterm) +#: ./doc/glossary/glossary-terms.xml8338(primary) msgid "virtual IP" msgstr "" -#: ./doc/glossary/glossary-terms.xml8301(para) +#: ./doc/glossary/glossary-terms.xml8342(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" @@ -7627,146 +7661,146 @@ msgid "" "balancer." msgstr "" -#: ./doc/glossary/glossary-terms.xml8309(glossterm) -#: ./doc/glossary/glossary-terms.xml8311(primary) +#: ./doc/glossary/glossary-terms.xml8350(glossterm) +#: ./doc/glossary/glossary-terms.xml8352(primary) msgid "virtual machine (VM)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8315(para) +#: ./doc/glossary/glossary-terms.xml8356(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.xml8322(glossterm) -#: ./doc/glossary/glossary-terms.xml8329(primary) +#: ./doc/glossary/glossary-terms.xml8363(glossterm) +#: ./doc/glossary/glossary-terms.xml8370(primary) msgid "virtual network" msgstr "" -#: ./doc/glossary/glossary-terms.xml8326(secondary) -#: ./doc/glossary/glossary-terms.xml8382(secondary) -#: ./doc/glossary/glossary-terms.xml8412(secondary) +#: ./doc/glossary/glossary-terms.xml8367(secondary) +#: ./doc/glossary/glossary-terms.xml8423(secondary) +#: ./doc/glossary/glossary-terms.xml8453(secondary) msgid "virtual" msgstr "" -#: ./doc/glossary/glossary-terms.xml8333(para) +#: ./doc/glossary/glossary-terms.xml8374(para) msgid "An L2 network segment within Networking." msgstr "" -#: ./doc/glossary/glossary-terms.xml8338(glossterm) -#: ./doc/glossary/glossary-terms.xml8340(primary) +#: ./doc/glossary/glossary-terms.xml8379(glossterm) +#: ./doc/glossary/glossary-terms.xml8381(primary) msgid "virtual networking" msgstr "" -#: ./doc/glossary/glossary-terms.xml8344(para) +#: ./doc/glossary/glossary-terms.xml8385(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.xml8353(glossterm) -#: ./doc/glossary/glossary-terms.xml8355(primary) +#: ./doc/glossary/glossary-terms.xml8394(glossterm) +#: ./doc/glossary/glossary-terms.xml8396(primary) msgid "Virtual Network Computing (VNC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8359(para) +#: ./doc/glossary/glossary-terms.xml8400(para) msgid "" "Open source GUI and CLI tools used for remote console access to VMs. " "Supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8365(glossterm) -#: ./doc/glossary/glossary-terms.xml8367(primary) +#: ./doc/glossary/glossary-terms.xml8406(glossterm) +#: ./doc/glossary/glossary-terms.xml8408(primary) msgid "Virtual Network InterFace (VIF)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8371(para) +#: ./doc/glossary/glossary-terms.xml8412(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.xml8378(glossterm) -#: ./doc/glossary/glossary-terms.xml8385(primary) +#: ./doc/glossary/glossary-terms.xml8419(glossterm) +#: ./doc/glossary/glossary-terms.xml8426(primary) msgid "virtual port" msgstr "" -#: ./doc/glossary/glossary-terms.xml8389(para) +#: ./doc/glossary/glossary-terms.xml8430(para) msgid "" "Attachment point where a virtual interface connects to a virtual network." msgstr "" -#: ./doc/glossary/glossary-terms.xml8395(glossterm) -#: ./doc/glossary/glossary-terms.xml8397(primary) +#: ./doc/glossary/glossary-terms.xml8436(glossterm) +#: ./doc/glossary/glossary-terms.xml8438(primary) msgid "virtual private network (VPN)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8401(para) +#: ./doc/glossary/glossary-terms.xml8442(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.xml8408(glossterm) +#: ./doc/glossary/glossary-terms.xml8449(glossterm) msgid "virtual server" msgstr "" -#: ./doc/glossary/glossary-terms.xml8415(primary) +#: ./doc/glossary/glossary-terms.xml8456(primary) msgid "virtual servers" msgstr "" -#: ./doc/glossary/glossary-terms.xml8419(para) +#: ./doc/glossary/glossary-terms.xml8460(para) msgid "Alternative term for a VM or guest." msgstr "" -#: ./doc/glossary/glossary-terms.xml8424(glossterm) -#: ./doc/glossary/glossary-terms.xml8426(primary) +#: ./doc/glossary/glossary-terms.xml8465(glossterm) +#: ./doc/glossary/glossary-terms.xml8467(primary) msgid "virtual switch (vSwitch)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8430(para) +#: ./doc/glossary/glossary-terms.xml8471(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.xml8436(glossterm) -#: ./doc/glossary/glossary-terms.xml8438(primary) +#: ./doc/glossary/glossary-terms.xml8477(glossterm) +#: ./doc/glossary/glossary-terms.xml8479(primary) msgid "virtual VLAN" msgstr "" -#: ./doc/glossary/glossary-terms.xml8442(para) +#: ./doc/glossary/glossary-terms.xml8483(para) msgid "Alternative term for a virtual network." msgstr "" -#: ./doc/glossary/glossary-terms.xml8447(glossterm) -#: ./doc/glossary/glossary-terms.xml8449(primary) +#: ./doc/glossary/glossary-terms.xml8488(glossterm) +#: ./doc/glossary/glossary-terms.xml8490(primary) msgid "VirtualBox" msgstr "" -#: ./doc/glossary/glossary-terms.xml8458(glossterm) -#: ./doc/glossary/glossary-terms.xml8460(primary) +#: ./doc/glossary/glossary-terms.xml8499(glossterm) +#: ./doc/glossary/glossary-terms.xml8501(primary) msgid "VLAN manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml8464(para) +#: ./doc/glossary/glossary-terms.xml8505(para) msgid "" "A Compute component that provides dnsmasq and radvd and sets up forwarding " "to and from cloudpipe instances." msgstr "" -#: ./doc/glossary/glossary-terms.xml8470(glossterm) -#: ./doc/glossary/glossary-terms.xml8477(primary) +#: ./doc/glossary/glossary-terms.xml8511(glossterm) +#: ./doc/glossary/glossary-terms.xml8518(primary) msgid "VLAN network" msgstr "" -#: ./doc/glossary/glossary-terms.xml8474(secondary) +#: ./doc/glossary/glossary-terms.xml8515(secondary) msgid "VLAN" msgstr "VLAN" -#: ./doc/glossary/glossary-terms.xml8481(para) +#: ./doc/glossary/glossary-terms.xml8522(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 " @@ -7775,157 +7809,157 @@ msgid "" "vlan_interface option with VLAN managers." msgstr "" -#: ./doc/glossary/glossary-terms.xml8491(glossterm) -#: ./doc/glossary/glossary-terms.xml8493(primary) +#: ./doc/glossary/glossary-terms.xml8532(glossterm) +#: ./doc/glossary/glossary-terms.xml8534(primary) msgid "VM disk (VMDK)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8503(glossterm) -#: ./doc/glossary/glossary-terms.xml8505(primary) +#: ./doc/glossary/glossary-terms.xml8544(glossterm) +#: ./doc/glossary/glossary-terms.xml8546(primary) msgid "VM image" msgstr "" -#: ./doc/glossary/glossary-terms.xml8509(para) +#: ./doc/glossary/glossary-terms.xml8550(para) msgid "Alternative term for an image." msgstr "" -#: ./doc/glossary/glossary-terms.xml8514(glossterm) -#: ./doc/glossary/glossary-terms.xml8516(primary) +#: ./doc/glossary/glossary-terms.xml8555(glossterm) +#: ./doc/glossary/glossary-terms.xml8557(primary) msgid "VM Remote Control (VMRC)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8520(para) +#: ./doc/glossary/glossary-terms.xml8561(para) msgid "" "Method to access VM instance consoles using a web browser. Supported by " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8526(glossterm) -#: ./doc/glossary/glossary-terms.xml8528(primary) +#: ./doc/glossary/glossary-terms.xml8567(glossterm) +#: ./doc/glossary/glossary-terms.xml8569(primary) msgid "VMware API" msgstr "" -#: ./doc/glossary/glossary-terms.xml8532(para) +#: ./doc/glossary/glossary-terms.xml8573(para) msgid "Supports interaction with VMware products in Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8537(glossterm) +#: ./doc/glossary/glossary-terms.xml8578(glossterm) msgid "VMware NSX Neutron plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml8540(para) +#: ./doc/glossary/glossary-terms.xml8581(para) msgid "Provides support for VMware NSX in Neutron." msgstr "" -#: ./doc/glossary/glossary-terms.xml8545(glossterm) -#: ./doc/glossary/glossary-terms.xml8547(primary) +#: ./doc/glossary/glossary-terms.xml8586(glossterm) +#: ./doc/glossary/glossary-terms.xml8588(primary) msgid "VNC proxy" msgstr "" -#: ./doc/glossary/glossary-terms.xml8551(para) +#: ./doc/glossary/glossary-terms.xml8592(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.xml8557(glossterm) -#: ./doc/glossary/glossary-terms.xml8569(primary) -#: ./doc/glossary/glossary-terms.xml8582(primary) -#: ./doc/glossary/glossary-terms.xml8596(primary) -#: ./doc/glossary/glossary-terms.xml8609(primary) +#: ./doc/glossary/glossary-terms.xml8598(glossterm) +#: ./doc/glossary/glossary-terms.xml8610(primary) #: ./doc/glossary/glossary-terms.xml8623(primary) #: ./doc/glossary/glossary-terms.xml8637(primary) -#: ./doc/glossary/glossary-terms.xml8651(primary) +#: ./doc/glossary/glossary-terms.xml8650(primary) +#: ./doc/glossary/glossary-terms.xml8664(primary) +#: ./doc/glossary/glossary-terms.xml8678(primary) +#: ./doc/glossary/glossary-terms.xml8692(primary) msgid "volume" msgstr "" -#: ./doc/glossary/glossary-terms.xml8560(para) +#: ./doc/glossary/glossary-terms.xml8601(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.xml8567(glossterm) -#: ./doc/glossary/glossary-terms.xml8571(secondary) +#: ./doc/glossary/glossary-terms.xml8608(glossterm) +#: ./doc/glossary/glossary-terms.xml8612(secondary) msgid "Volume API" msgstr "" -#: ./doc/glossary/glossary-terms.xml8575(para) +#: ./doc/glossary/glossary-terms.xml8616(para) msgid "Alternative name for the Block Storage API." msgstr "" -#: ./doc/glossary/glossary-terms.xml8580(glossterm) -#: ./doc/glossary/glossary-terms.xml8584(secondary) +#: ./doc/glossary/glossary-terms.xml8621(glossterm) +#: ./doc/glossary/glossary-terms.xml8625(secondary) msgid "volume controller" msgstr "" -#: ./doc/glossary/glossary-terms.xml8588(para) +#: ./doc/glossary/glossary-terms.xml8629(para) msgid "" "A Block Storage component that oversees and coordinates storage volume " "actions." msgstr "" -#: ./doc/glossary/glossary-terms.xml8594(glossterm) -#: ./doc/glossary/glossary-terms.xml8598(secondary) +#: ./doc/glossary/glossary-terms.xml8635(glossterm) +#: ./doc/glossary/glossary-terms.xml8639(secondary) msgid "volume driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml8602(para) +#: ./doc/glossary/glossary-terms.xml8643(para) msgid "Alternative term for a volume plug-in." msgstr "" -#: ./doc/glossary/glossary-terms.xml8607(glossterm) -#: ./doc/glossary/glossary-terms.xml8611(secondary) +#: ./doc/glossary/glossary-terms.xml8648(glossterm) +#: ./doc/glossary/glossary-terms.xml8652(secondary) msgid "volume ID" msgstr "" -#: ./doc/glossary/glossary-terms.xml8615(para) +#: ./doc/glossary/glossary-terms.xml8656(para) msgid "" "Unique ID applied to each storage volume under the Block Storage control." msgstr "" -#: ./doc/glossary/glossary-terms.xml8621(glossterm) -#: ./doc/glossary/glossary-terms.xml8625(secondary) +#: ./doc/glossary/glossary-terms.xml8662(glossterm) +#: ./doc/glossary/glossary-terms.xml8666(secondary) msgid "volume manager" msgstr "" -#: ./doc/glossary/glossary-terms.xml8629(para) +#: ./doc/glossary/glossary-terms.xml8670(para) msgid "" "A Block Storage component that creates, attaches, and detaches persistent " "storage volumes." msgstr "" -#: ./doc/glossary/glossary-terms.xml8635(glossterm) -#: ./doc/glossary/glossary-terms.xml8639(secondary) +#: ./doc/glossary/glossary-terms.xml8676(glossterm) +#: ./doc/glossary/glossary-terms.xml8680(secondary) msgid "volume node" msgstr "" -#: ./doc/glossary/glossary-terms.xml8643(para) +#: ./doc/glossary/glossary-terms.xml8684(para) msgid "" "A Block Storage node that runs the cinder-" "volume daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml8649(glossterm) -#: ./doc/glossary/glossary-terms.xml8653(secondary) +#: ./doc/glossary/glossary-terms.xml8690(glossterm) +#: ./doc/glossary/glossary-terms.xml8694(secondary) msgid "volume plug-in" msgstr "" -#: ./doc/glossary/glossary-terms.xml8657(para) +#: ./doc/glossary/glossary-terms.xml8698(para) msgid "" "Provides support for new and specialized types of back-end storage for the " "Block Storage volume manager." msgstr "" -#: ./doc/glossary/glossary-terms.xml8663(glossterm) +#: ./doc/glossary/glossary-terms.xml8704(glossterm) msgid "volume worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml8665(primary) +#: ./doc/glossary/glossary-terms.xml8706(primary) msgid "volume workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml8669(para) +#: ./doc/glossary/glossary-terms.xml8710(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, " @@ -7933,58 +7967,58 @@ msgid "" "daemon." msgstr "" -#: ./doc/glossary/glossary-terms.xml8677(glossterm) -#: ./doc/glossary/glossary-terms.xml8679(primary) +#: ./doc/glossary/glossary-terms.xml8718(glossterm) +#: ./doc/glossary/glossary-terms.xml8720(primary) msgid "vSphere" msgstr "" -#: ./doc/glossary/glossary-terms.xml8691(title) +#: ./doc/glossary/glossary-terms.xml8732(title) msgid "W" msgstr "W" -#: ./doc/glossary/glossary-terms.xml8694(glossterm) -#: ./doc/glossary/glossary-terms.xml8696(primary) +#: ./doc/glossary/glossary-terms.xml8735(glossterm) +#: ./doc/glossary/glossary-terms.xml8737(primary) msgid "weighting" msgstr "" -#: ./doc/glossary/glossary-terms.xml8700(para) +#: ./doc/glossary/glossary-terms.xml8741(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.xml8707(glossterm) -#: ./doc/glossary/glossary-terms.xml8709(primary) +#: ./doc/glossary/glossary-terms.xml8748(glossterm) +#: ./doc/glossary/glossary-terms.xml8750(primary) msgid "weight" msgstr "" -#: ./doc/glossary/glossary-terms.xml8713(para) +#: ./doc/glossary/glossary-terms.xml8754(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.xml8719(glossterm) -#: ./doc/glossary/glossary-terms.xml8721(primary) +#: ./doc/glossary/glossary-terms.xml8760(glossterm) +#: ./doc/glossary/glossary-terms.xml8762(primary) msgid "weighted cost" msgstr "" -#: ./doc/glossary/glossary-terms.xml8725(para) +#: ./doc/glossary/glossary-terms.xml8766(para) msgid "" "The sum of each cost used when deciding where to start a new VM instance in " "Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8731(glossterm) +#: ./doc/glossary/glossary-terms.xml8772(glossterm) msgid "worker" msgstr "" -#: ./doc/glossary/glossary-terms.xml8733(primary) +#: ./doc/glossary/glossary-terms.xml8774(primary) msgid "workers" msgstr "" -#: ./doc/glossary/glossary-terms.xml8737(para) +#: ./doc/glossary/glossary-terms.xml8778(para) msgid "" "A daemon that listens to a queue and carries out tasks in response to " "messages. For example, the cinder-" @@ -7992,82 +8026,82 @@ msgid "" "arrays." msgstr "" -#: ./doc/glossary/glossary-terms.xml8748(title) +#: ./doc/glossary/glossary-terms.xml8789(title) msgid "X" msgstr "X" -#: ./doc/glossary/glossary-terms.xml8751(glossterm) -#: ./doc/glossary/glossary-terms.xml8753(primary) +#: ./doc/glossary/glossary-terms.xml8792(glossterm) +#: ./doc/glossary/glossary-terms.xml8794(primary) msgid "Xen" msgstr "" -#: ./doc/glossary/glossary-terms.xml8757(para) +#: ./doc/glossary/glossary-terms.xml8798(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.xml8767(glossterm) -#: ./doc/glossary/glossary-terms.xml8778(primary) -#: ./doc/glossary/glossary-terms.xml8791(primary) -#: ./doc/glossary/glossary-terms.xml8805(primary) +#: ./doc/glossary/glossary-terms.xml8808(glossterm) +#: ./doc/glossary/glossary-terms.xml8819(primary) +#: ./doc/glossary/glossary-terms.xml8832(primary) +#: ./doc/glossary/glossary-terms.xml8846(primary) msgid "Xen API" msgstr "" -#: ./doc/glossary/glossary-terms.xml8770(para) +#: ./doc/glossary/glossary-terms.xml8811(para) msgid "The Xen administrative API, which is supported by Compute." msgstr "" -#: ./doc/glossary/glossary-terms.xml8776(glossterm) -#: ./doc/glossary/glossary-terms.xml8780(secondary) +#: ./doc/glossary/glossary-terms.xml8817(glossterm) +#: ./doc/glossary/glossary-terms.xml8821(secondary) msgid "Xen Cloud Platform (XCP)" msgstr "" -#: ./doc/glossary/glossary-terms.xml8789(glossterm) -#: ./doc/glossary/glossary-terms.xml8793(secondary) +#: ./doc/glossary/glossary-terms.xml8830(glossterm) +#: ./doc/glossary/glossary-terms.xml8834(secondary) msgid "Xen Storage Manager Volume Driver" msgstr "" -#: ./doc/glossary/glossary-terms.xml8797(para) +#: ./doc/glossary/glossary-terms.xml8838(para) msgid "" "A Block Storage volume plug-in that enables communication with the Xen " "Storage Manager API." msgstr "" -#: ./doc/glossary/glossary-terms.xml8803(glossterm) +#: ./doc/glossary/glossary-terms.xml8844(glossterm) msgid "XenServer" msgstr "" -#: ./doc/glossary/glossary-terms.xml8807(secondary) +#: ./doc/glossary/glossary-terms.xml8848(secondary) msgid "XenServer hypervisor" msgstr "" -#: ./doc/glossary/glossary-terms.xml8819(title) +#: ./doc/glossary/glossary-terms.xml8860(title) msgid "Y" msgstr "Y" -#: ./doc/glossary/glossary-terms.xml8833(title) +#: ./doc/glossary/glossary-terms.xml8874(title) msgid "Z" msgstr "Z" -#: ./doc/glossary/glossary-terms.xml8836(glossterm) -#: ./doc/glossary/glossary-terms.xml8838(primary) +#: ./doc/glossary/glossary-terms.xml8877(glossterm) +#: ./doc/glossary/glossary-terms.xml8879(primary) msgid "ZeroMQ" msgstr "ZeroMQ" -#: ./doc/glossary/glossary-terms.xml8842(para) +#: ./doc/glossary/glossary-terms.xml8883(para) msgid "" "Message queue software supported by OpenStack. An alternative to RabbitMQ. " "Also spelled 0MQ." msgstr "" -#: ./doc/glossary/glossary-terms.xml8848(glossterm) -#: ./doc/glossary/glossary-terms.xml8850(primary) +#: ./doc/glossary/glossary-terms.xml8889(glossterm) +#: ./doc/glossary/glossary-terms.xml8891(primary) msgid "Zuul" msgstr "" -#: ./doc/glossary/glossary-terms.xml8854(para) +#: ./doc/glossary/glossary-terms.xml8895(para) msgid "" "Tool used in OpenStack development to ensure correctly ordered testing of " "changes in parallel." diff --git a/doc/high-availability-guide/locale/ja.po b/doc/high-availability-guide/locale/ja.po index 07d8bdf6ca..57c8e03924 100644 --- a/doc/high-availability-guide/locale/ja.po +++ b/doc/high-availability-guide/locale/ja.po @@ -4,9 +4,9 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-08-19 03:34+0000\n" -"PO-Revision-Date: 2014-08-19 03:41+0000\n" -"Last-Translator: openstackjenkins \n" +"POT-Creation-Date: 2014-08-19 21:02+0000\n" +"PO-Revision-Date: 2014-08-20 00:20+0000\n" +"Last-Translator: Tomoyuki KATO \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -923,7 +923,7 @@ msgstr "" #: ./doc/high-availability-guide/api/section_neutron_server.xml13(para) msgid "Configure OpenStack Networking to listen on the virtual IP address," -msgstr "" +msgstr "OpenStack Networking が仮想 IP アドレスをリッスンするよう設定します。" #: ./doc/high-availability-guide/api/section_neutron_server.xml18(para) msgid "" @@ -933,7 +933,7 @@ msgstr "" #: ./doc/high-availability-guide/api/section_neutron_server.xml23(para) msgid "Configure OpenStack services to use the virtual IP address." -msgstr "" +msgstr "OpenStack のサービスが仮想 IP アドレスを使用するよう設定します。" #: ./doc/high-availability-guide/api/section_neutron_server.xml29(para) msgid "" @@ -1732,7 +1732,7 @@ msgstr "" #: ./doc/high-availability-guide/ha_aa_controllers/section_run_openstack_api_and_schedulers.xml27(para) msgid "All OpenStack configuration files should refer to virtual IPs." -msgstr "" +msgstr "すべての OpenStack 設定ファイルが仮想 IP を参照すべきです。" #: ./doc/high-availability-guide/ha_aa_controllers/section_run_openstack_api_and_schedulers.xml33(emphasis) msgid "In case of failure" @@ -1799,7 +1799,7 @@ msgid "" "Once the Corosync services have been started and you have established that " "the cluster is communicating properly, it is safe to start " "pacemakerd, the Pacemaker master control process:" -msgstr "" +msgstr "Corosync サービスが起動し、クラスターが正しく通信し始めると、Pacemaker のマスター制御プロセス pacemakerd を安全に起動できます。" #: ./doc/high-availability-guide/pacemaker/section_start_pacemaker.xml12(para) msgid "/etc/init.d/pacemaker start (LSB)" @@ -1943,7 +1943,7 @@ msgstr "Pacemaker クラスターに参加させるすべてのホストにお msgid "" "pacemaker (Note that the crm shell should be downloaded " "separately.)" -msgstr "" +msgstr "pacemaker (crm シェルを別途ダウンロードする必要があるかもしれないことに注意してください。)" #: ./doc/high-availability-guide/pacemaker/section_install_packages.xml19(literal) msgid "crmsh" @@ -2034,7 +2034,7 @@ msgid "" "distribution, it may ship with an LSB init script, an upstart job, or a " "systemd unit file. Either way, the service is usually named " "corosync:" -msgstr "" +msgstr "Corosync は、通常のシステムサービスとして起動します。お使いのディストリビューションにより、LSB init スクリプト、upstart ジョブ、systemd ユニットファイルを同梱しているかもしれません。どちらにしても、このサービスは通常 corosync という名前です。" #: ./doc/high-availability-guide/pacemaker/section_starting_corosync.xml15(para) msgid "/etc/init.d/corosync start (LSB)" diff --git a/doc/image-guide/locale/fr.po b/doc/image-guide/locale/fr.po index db276228f8..6c706a52b8 100644 --- a/doc/image-guide/locale/fr.po +++ b/doc/image-guide/locale/fr.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-08-19 03:34+0000\n" -"PO-Revision-Date: 2014-08-19 02:41+0000\n" +"POT-Creation-Date: 2014-08-19 21:02+0000\n" +"PO-Revision-Date: 2014-08-19 17:29+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/fr/)\n" "MIME-Version: 1.0\n" @@ -1694,7 +1694,7 @@ msgid "VM Image Guide" msgstr "Guide d'Image de VM" #: ./doc/image-guide/bk-imageguide.xml18(orgname) -#: ./doc/image-guide/bk-imageguide.xml23(holder) +#: ./doc/image-guide/bk-imageguide.xml24(holder) msgid "OpenStack Foundation" msgstr "Fondation OpenStack" @@ -1702,64 +1702,68 @@ msgstr "Fondation OpenStack" msgid "2013" msgstr "2013" -#: ./doc/image-guide/bk-imageguide.xml25(releaseinfo) +#: ./doc/image-guide/bk-imageguide.xml23(year) +msgid "2014" +msgstr "2014" + +#: ./doc/image-guide/bk-imageguide.xml26(releaseinfo) msgid "current" msgstr "en cours" -#: ./doc/image-guide/bk-imageguide.xml26(productname) +#: ./doc/image-guide/bk-imageguide.xml27(productname) msgid "OpenStack" msgstr "OpenStack" -#: ./doc/image-guide/bk-imageguide.xml30(remark) +#: ./doc/image-guide/bk-imageguide.xml31(remark) msgid "Remaining licensing details are filled in by the template." msgstr "Les détails supplémentaires concernant la licence sont intégrés dans le modèle de document." -#: ./doc/image-guide/bk-imageguide.xml35(para) +#: ./doc/image-guide/bk-imageguide.xml36(para) msgid "" "This guide describes how to obtain, create, and modify virtual machine " "images that are compatible with OpenStack." msgstr "Ce guide décrit comment obtenir, créer, et modifier des images de machine virtuelle qui sont compatibles avec OpenStack." -#: ./doc/image-guide/bk-imageguide.xml42(date) +#: ./doc/image-guide/bk-imageguide.xml43(date) msgid "2014-04-17" msgstr "17/04/2014" -#: ./doc/image-guide/bk-imageguide.xml46(para) +#: ./doc/image-guide/bk-imageguide.xml47(para) msgid "" "Minor revisions for Icehouse - moved property listing into Command-Line Interface Reference and added a note about Windows" " time zones." msgstr "Révisions mineures de Icehouse - le listing des propriétés a été déplacé à l'intérieur de la Référence de l'Interface de Ligne de Commande et une note a été ajoutée à propos des time zones Windows." -#: ./doc/image-guide/bk-imageguide.xml56(date) +#: ./doc/image-guide/bk-imageguide.xml57(date) msgid "2013-10-25" msgstr "25/10/2013" -#: ./doc/image-guide/bk-imageguide.xml60(para) +#: ./doc/image-guide/bk-imageguide.xml61(para) msgid "Adds information about image formats, properties." msgstr "Ajout d'informations à propos des formats d'image, des propriétés." -#: ./doc/image-guide/bk-imageguide.xml67(date) +#: ./doc/image-guide/bk-imageguide.xml68(date) msgid "2013-10-17" msgstr "17/10/2013" -#: ./doc/image-guide/bk-imageguide.xml71(para) +#: ./doc/image-guide/bk-imageguide.xml72(para) msgid "Havana release." msgstr "Version d'Havana." -#: ./doc/image-guide/bk-imageguide.xml77(date) +#: ./doc/image-guide/bk-imageguide.xml78(date) msgid "2013-06-04" msgstr "04/06/2013" -#: ./doc/image-guide/bk-imageguide.xml81(para) +#: ./doc/image-guide/bk-imageguide.xml82(para) msgid "Updated title for consistency." msgstr "Mise à jour du titre pour une meilleure cohérence." -#: ./doc/image-guide/bk-imageguide.xml88(date) +#: ./doc/image-guide/bk-imageguide.xml89(date) msgid "2013-05-28" msgstr "28/05/2013" -#: ./doc/image-guide/bk-imageguide.xml92(para) +#: ./doc/image-guide/bk-imageguide.xml93(para) msgid "Initial release of this guide." msgstr "Version initiale de ce guide." @@ -3203,9 +3207,9 @@ msgstr "Utilisez la commande pour obtenir le numéro de port VN msgid "" "In the example above, the guest centos-6.4 uses VNC " "display :1, which corresponds to TCP port " -"5901. You should be able to connect to a VNC client " -"running on your local machine to display :1 on the remote machine and step " -"through the installation process." +"5901. You should be able to connect a VNC client running " +"on your local machine to display :1 on the remote machine and step through " +"the installation process." msgstr "" #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 diff --git a/doc/image-guide/locale/image-guide.pot b/doc/image-guide/locale/image-guide.pot index b9d7720682..a40b774021 100644 --- a/doc/image-guide/locale/image-guide.pot +++ b/doc/image-guide/locale/image-guide.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-08-19 06:23+0000\n" +"POT-Creation-Date: 2014-08-20 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1141,7 +1141,7 @@ msgstr "" msgid "VM Image Guide" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:18(orgname) ./doc/image-guide/bk-imageguide.xml:23(holder) +#: ./doc/image-guide/bk-imageguide.xml:18(orgname) ./doc/image-guide/bk-imageguide.xml:24(holder) msgid "OpenStack Foundation" msgstr "" @@ -1149,59 +1149,63 @@ msgstr "" msgid "2013" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:25(releaseinfo) +#: ./doc/image-guide/bk-imageguide.xml:23(year) +msgid "2014" +msgstr "" + +#: ./doc/image-guide/bk-imageguide.xml:26(releaseinfo) msgid "current" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:26(productname) +#: ./doc/image-guide/bk-imageguide.xml:27(productname) msgid "OpenStack" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:30(remark) +#: ./doc/image-guide/bk-imageguide.xml:31(remark) msgid "Remaining licensing details are filled in by the template." msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:35(para) +#: ./doc/image-guide/bk-imageguide.xml:36(para) msgid "This guide describes how to obtain, create, and modify virtual machine images that are compatible with OpenStack." msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:42(date) +#: ./doc/image-guide/bk-imageguide.xml:43(date) msgid "2014-04-17" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:46(para) +#: ./doc/image-guide/bk-imageguide.xml:47(para) msgid "Minor revisions for Icehouse - moved property listing into Command-Line Interface Reference and added a note about Windows time zones." msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:56(date) +#: ./doc/image-guide/bk-imageguide.xml:57(date) msgid "2013-10-25" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:60(para) +#: ./doc/image-guide/bk-imageguide.xml:61(para) msgid "Adds information about image formats, properties." msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:67(date) +#: ./doc/image-guide/bk-imageguide.xml:68(date) msgid "2013-10-17" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:71(para) +#: ./doc/image-guide/bk-imageguide.xml:72(para) msgid "Havana release." msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:77(date) +#: ./doc/image-guide/bk-imageguide.xml:78(date) msgid "2013-06-04" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:81(para) +#: ./doc/image-guide/bk-imageguide.xml:82(para) msgid "Updated title for consistency." msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:88(date) +#: ./doc/image-guide/bk-imageguide.xml:89(date) msgid "2013-05-28" msgstr "" -#: ./doc/image-guide/bk-imageguide.xml:92(para) +#: ./doc/image-guide/bk-imageguide.xml:93(para) msgid "Initial release of this guide." msgstr "" @@ -2104,7 +2108,7 @@ msgid "Use the command to get the VNC port number." msgstr "" #: ./doc/image-guide/ch_creating_images_manually.xml:172(para) -msgid "In the example above, the guest centos-6.4 uses VNC display :1, which corresponds to TCP port 5901. You should be able to connect to a VNC client running on your local machine to display :1 on the remote machine and step through the installation process." +msgid "In the example above, the guest centos-6.4 uses VNC display :1, which corresponds to TCP port 5901. You should be able to connect a VNC client running on your local machine to display :1 on the remote machine and step through the installation process." msgstr "" #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 diff --git a/doc/image-guide/locale/ja.po b/doc/image-guide/locale/ja.po index 3ee519961d..9aad5a7419 100644 --- a/doc/image-guide/locale/ja.po +++ b/doc/image-guide/locale/ja.po @@ -5,9 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-08-19 03:34+0000\n" -"PO-Revision-Date: 2014-08-19 04:20+0000\n" -"Last-Translator: Tomoyuki KATO \n" +"POT-Creation-Date: 2014-08-19 21:02+0000\n" +"PO-Revision-Date: 2014-08-19 17:29+0000\n" +"Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1695,7 +1695,7 @@ msgid "VM Image Guide" msgstr "仮想マシンイメージガイド" #: ./doc/image-guide/bk-imageguide.xml18(orgname) -#: ./doc/image-guide/bk-imageguide.xml23(holder) +#: ./doc/image-guide/bk-imageguide.xml24(holder) msgid "OpenStack Foundation" msgstr "OpenStack Foundation" @@ -1703,64 +1703,68 @@ msgstr "OpenStack Foundation" msgid "2013" msgstr "2013" -#: ./doc/image-guide/bk-imageguide.xml25(releaseinfo) +#: ./doc/image-guide/bk-imageguide.xml23(year) +msgid "2014" +msgstr "2014" + +#: ./doc/image-guide/bk-imageguide.xml26(releaseinfo) msgid "current" msgstr "カレント" -#: ./doc/image-guide/bk-imageguide.xml26(productname) +#: ./doc/image-guide/bk-imageguide.xml27(productname) msgid "OpenStack" msgstr "OpenStack" -#: ./doc/image-guide/bk-imageguide.xml30(remark) +#: ./doc/image-guide/bk-imageguide.xml31(remark) msgid "Remaining licensing details are filled in by the template." msgstr "Remaining licensing details are filled in by the template." -#: ./doc/image-guide/bk-imageguide.xml35(para) +#: ./doc/image-guide/bk-imageguide.xml36(para) msgid "" "This guide describes how to obtain, create, and modify virtual machine " "images that are compatible with OpenStack." msgstr "このガイドは、OpenStack で利用可能な仮想マシンイメージを取得、作成、更新する方法について説明します。" -#: ./doc/image-guide/bk-imageguide.xml42(date) +#: ./doc/image-guide/bk-imageguide.xml43(date) msgid "2014-04-17" msgstr "2014-04-17" -#: ./doc/image-guide/bk-imageguide.xml46(para) +#: ./doc/image-guide/bk-imageguide.xml47(para) msgid "" "Minor revisions for Icehouse - moved property listing into Command-Line Interface Reference and added a note about Windows" " time zones." msgstr "Icehouse 向けの軽微な修正。プロパティ一覧表示をコマンドラインインターフェースリファレンスに移動しました。Windows のタイムゾーンに関する注意を追加しました。" -#: ./doc/image-guide/bk-imageguide.xml56(date) +#: ./doc/image-guide/bk-imageguide.xml57(date) msgid "2013-10-25" msgstr "2013-10-25" -#: ./doc/image-guide/bk-imageguide.xml60(para) +#: ./doc/image-guide/bk-imageguide.xml61(para) msgid "Adds information about image formats, properties." msgstr "イメージ形式に関する情報、プロパティを追加します。" -#: ./doc/image-guide/bk-imageguide.xml67(date) +#: ./doc/image-guide/bk-imageguide.xml68(date) msgid "2013-10-17" msgstr "2013-10-17" -#: ./doc/image-guide/bk-imageguide.xml71(para) +#: ./doc/image-guide/bk-imageguide.xml72(para) msgid "Havana release." msgstr "Havana リリース。" -#: ./doc/image-guide/bk-imageguide.xml77(date) +#: ./doc/image-guide/bk-imageguide.xml78(date) msgid "2013-06-04" msgstr "2013-06-04" -#: ./doc/image-guide/bk-imageguide.xml81(para) +#: ./doc/image-guide/bk-imageguide.xml82(para) msgid "Updated title for consistency." msgstr "一貫性のために文書名の更新。" -#: ./doc/image-guide/bk-imageguide.xml88(date) +#: ./doc/image-guide/bk-imageguide.xml89(date) msgid "2013-05-28" msgstr "2013-05-28" -#: ./doc/image-guide/bk-imageguide.xml92(para) +#: ./doc/image-guide/bk-imageguide.xml93(para) msgid "Initial release of this guide." msgstr "このガイドの初版。" @@ -3204,9 +3208,9 @@ msgstr " コマンドを使用して、VNC ポート番号を取 msgid "" "In the example above, the guest centos-6.4 uses VNC " "display :1, which corresponds to TCP port " -"5901. You should be able to connect to a VNC client " -"running on your local machine to display :1 on the remote machine and step " -"through the installation process." +"5901. You should be able to connect a VNC client running " +"on your local machine to display :1 on the remote machine and step through " +"the installation process." msgstr "" #. Put one translator per line, in the form of NAME , YEAR1, YEAR2