diff --git a/doc/admin-guide-cloud/source/locale/admin-guide-cloud.pot b/doc/admin-guide-cloud/source/locale/admin-guide-cloud.pot index c2dc0360be..d200acd14e 100644 --- a/doc/admin-guide-cloud/source/locale/admin-guide-cloud.pot +++ b/doc/admin-guide-cloud/source/locale/admin-guide-cloud.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Cloud Administrator Guide 0.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 06:15+0000\n" +"POT-Creation-Date: 2015-08-28 06:16+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1480,6 +1480,14 @@ msgstr "" msgid "A cloud controller (nova-api, nova-objectstore, nova-network)" msgstr "" +#: ../identity_concepts.rst:38 +msgid "" +"A command-line interface for several OpenStack services including the " +"Identity API. For example, users can run the :command:`openstack service " +"create` and :command:`openstack endpoint create` commands to register " +"services in their OpenStack installations." +msgstr "" + #: ../telemetry-data-collection.rst:285 msgid "" "A compute agent instance has to be installed on each and every compute node, " @@ -1533,6 +1541,13 @@ msgid "" "volume snapshots." msgstr "" +#: ../identity_concepts.rst:46 +msgid "" +"A container used to group or isolate resources. Projects also group or " +"isolate identity objects. Depending on the service operator, a project may " +"map to a customer, account, organization, or tenant." +msgstr "" + #: ../networking_config-plugins.rst:143 msgid "" "A controller API endpoint consists of the IP address and port for the " @@ -1585,9 +1600,12 @@ msgstr "" msgid "A distributed storage system for QEMU/KVM." msgstr "" -#: ../identity_concepts.rst:36 +#: ../identity_concepts.rst:22 msgid "" -"A domain is a collection of projects and users. Users may be given a " +"A domain is a collection of projects and users. It defines administrative " +"boundaries for the management of Identity entities. A domain may represent " +"an individual, company, or operator-owned space. It is used for exposing " +"administrative activities directly to the system users. Users may be given a " "domain's administrator role. A domain administrator may create projects, " "users, and groups within a domain and assign roles to users and groups." msgstr "" @@ -1629,7 +1647,7 @@ msgid "" "matches, it denies the request." msgstr "" -#: ../identity_concepts.rst:269 +#: ../identity_concepts.rst:328 msgid "" "A group is a collection of users in a domain. Administrators can create " "groups and add users to them. A role can then be assigned to the group, " @@ -1669,6 +1687,14 @@ msgid "" "configurations identify physical networks using simple string names." msgstr "" +#: ../identity_concepts.rst:31 +msgid "" +"A network-accessible address where you access a service, usually a URL " +"address. If you are using an extension for templates, an endpoint template " +"can be created, which represents the templates of all the consumable " +"services that are available across the regions." +msgstr "" + #: ../blockstorage_volume_backups.rst:41 msgid "" "A new configure option ``backup_swift_block_size`` is introduced into :file:" @@ -1743,6 +1769,15 @@ msgid "" "Storage." msgstr "" +#: ../identity_concepts.rst:52 +msgid "" +"A personality with a defined set of user rights and privileges to perform a " +"specific set of operations. In the Identity service, a token that is issued " +"to a user includes the list of roles. Services that are being called by that " +"user determine how they interpret the set of roles a user has and to which " +"operations or resources each role grants access." +msgstr "" + #: ../networking_config-agents.rst:291 msgid "A plug-in that uses LinuxBridge:" msgstr "" @@ -1903,15 +1938,6 @@ msgid "" "consumption across available hardware resources." msgstr "" -#: ../identity_concepts.rst:20 -msgid "" -"A tenant, group, or organization. When you make requests to OpenStack " -"services, you must specify a project. For example, if you query the Compute " -"service for a list of running instances, you get a list of all running " -"instances in the project that you specified in your query. This example " -"creates a project named ``acme``:" -msgstr "" - #: ../telemetry-events.rst:43 msgid "A timestamp of when the event occurred in the system." msgstr "" @@ -1956,7 +1982,7 @@ msgid "" "this method to the :code:`allow_methods` configuration property." msgstr "" -#: ../identity_concepts.rst:98 +#: ../identity_concepts.rst:157 msgid "" "A user can have different roles in different tenants. For example, Alice " "might also have the ``admin`` role in the ``Cyberdyne`` tenant. A user can " @@ -2171,7 +2197,7 @@ msgstr "" msgid "Add a new volume." msgstr "" -#: ../identity_concepts.rst:281 +#: ../identity_concepts.rst:340 msgid "Add a user to a group" msgstr "" @@ -2617,6 +2643,13 @@ msgid "" "utilization, and so on is necessary, but not sufficient." msgstr "" +#: ../identity_concepts.rst:61 +msgid "" +"An OpenStack service, such as Compute (nova), Object Storage (swift), or " +"Image service (glance). It provides one or more endpoints in which users can " +"access resources and perform operations." +msgstr "" + #: ../compute-node-down.rst:320 msgid "" "An SSH connection is performed into every instance using Compute credentials." @@ -2666,6 +2699,16 @@ msgid "" "actively evaluated:" msgstr "" +#: ../identity_concepts.rst:67 +msgid "" +"An alpha-numeric string of text used to access OpenStack APIs and resources. " +"A token may be revoked at any time and is valid for a finite duration. While " +"OpenStack Identity supports token-based authentication in this release, the " +"intention is to support additional protocols in the future. Its main purpose " +"is to be an integration service, and not aspire to be a full-fledged " +"identity store and management solution." +msgstr "" + #: ../keystone_integrate_assignment_backend_ldap.rst:138 msgid "" "An alternative method to determine if a project is enabled or not is to " @@ -2892,11 +2935,11 @@ msgstr "" msgid "Assign a network to a given DHCP agent." msgstr "" -#: ../identity_concepts.rst:291 +#: ../identity_concepts.rst:350 msgid "Assign a role on a domain to a group" msgstr "" -#: ../identity_concepts.rst:289 +#: ../identity_concepts.rst:348 msgid "Assign a role on a tenant to a group" msgstr "" @@ -2986,6 +3029,10 @@ msgstr "" msgid "Attributes related to API call:" msgstr "" +#: ../identity_concepts.rst:13 +msgid "Authentication" +msgstr "" + #: ../networking_auth.rst:5 msgid "Authentication and authorization" msgstr "" @@ -3714,7 +3761,7 @@ msgstr "" msgid "Caching layer" msgstr "" -#: ../identity_concepts.rst:246 +#: ../identity_concepts.rst:305 msgid "" "Can be run in a WSGI-capable web server such as Apache httpd to provide the " "Identity service. The service and administrative APIs are run as separate " @@ -3751,10 +3798,6 @@ msgid "" "default." msgstr "" -#: ../identity_concepts.rst:48 -msgid "Captures the operations that a user can perform in a given tenant." -msgstr "" - # #-#-#-#-# blockstorage_glusterfs_backend.pot (Cloud Administrator Guide 0.9) #-#-#-#-# # #-#-#-#-# blockstorage_nfs_backend.pot (Cloud Administrator Guide 0.9) #-#-#-#-# #: ../blockstorage_glusterfs_backend.rst:14 @@ -4583,6 +4626,10 @@ msgstr "" msgid "Create a datastore" msgstr "" +#: ../identity_concepts.rst:104 +msgid "Create a domain named ``emea``:" +msgstr "" + #: ../networking_introduction.rst:232 msgid "Create a firewall policy:" msgstr "" @@ -4595,7 +4642,7 @@ msgstr "" msgid "Create a firewall:" msgstr "" -#: ../identity_concepts.rst:275 +#: ../identity_concepts.rst:334 msgid "Create a group" msgstr "" @@ -4636,6 +4683,14 @@ msgstr "" msgid "Create a port with a specified allowed address pairs:" msgstr "" +#: ../identity_concepts.rst:98 +msgid "Create a project named ``acme``:" +msgstr "" + +#: ../identity_concepts.rst:110 +msgid "Create a role named ``compute-user``:" +msgstr "" + #: ../blockstorage-consistency-groups.rst:81 msgid "Create a snapshot for a consistency group." msgstr "" @@ -4652,6 +4707,10 @@ msgstr "" msgid "Create a text file named :file:`nfsshares` in :file:`/etc/cinder/`." msgstr "" +#: ../identity_concepts.rst:92 +msgid "Create a user named ``alice``:" +msgstr "" + #: ../blockstorage-consistency-groups.rst:78 msgid "" "Create a volume and add it to a consistency group, given volume type and " @@ -4920,6 +4979,10 @@ msgstr "" msgid "Creation reques\\ ts for this sub\\ net" msgstr "" +#: ../identity_concepts.rst:19 +msgid "Credentials" +msgstr "" + #: ../cross_project_cors.rst:5 msgid "Cross-origin resource sharing" msgstr "" @@ -5109,6 +5172,13 @@ msgstr "" msgid "Data storage" msgstr "" +#: ../identity_concepts.rst:16 +msgid "" +"Data that confirms the user's identity. For example: user name and password, " +"user name and API key, or an authentication token provided by the Identity " +"service." +msgstr "" + #: ../networking_adv-features.rst:589 msgid "" "Data to retrieve from the back-end are divided in chunks in order to avoid " @@ -5226,13 +5296,6 @@ msgid "" "protections configuration file. For example::" msgstr "" -#: ../identity_concepts.rst:31 -msgid "" -"Defines administrative boundaries for the management of Identity entities. A " -"domain may represent an individual, company, or operator-owned space. It is " -"used for exposing administrative activities directly to the system users." -msgstr "" - #: ../keystone_use_trusts.rst:35 msgid "" "Defines whether or not the delegation is recursive. If it is recursive, " @@ -5251,7 +5314,7 @@ msgstr "" msgid "Delete a given agent. Consider disabling the agent before deletion." msgstr "" -#: ../identity_concepts.rst:277 +#: ../identity_concepts.rst:336 msgid "Delete a group" msgstr "" @@ -5465,6 +5528,15 @@ msgid "" "information for a Linux bridge agent:" msgstr "" +#: ../identity_concepts.rst:78 +msgid "" +"Digital representation of a person, system, or service who uses OpenStack " +"cloud services. The Identity service validates that incoming requests are " +"made by the user who claims to be making the call. Users have a login and " +"may be assigned tokens to access resources. Users can be directly assigned " +"to a particular project and behave as if they are contained in that project." +msgstr "" + #: ../objectstorage_features.rst:44 msgid "Direct object access" msgstr "" @@ -5576,7 +5648,7 @@ msgid "" "``ssh`` access to your VMs." msgstr "" -#: ../identity_concepts.rst:45 +#: ../identity_concepts.rst:28 msgid "Domain" msgstr "" @@ -5689,7 +5761,7 @@ msgstr "" msgid "Each event definition is a mapping with two keys:" msgstr "" -#: ../identity_concepts.rst:251 +#: ../identity_concepts.rst:310 msgid "" "Each has a pluggable back end that allow different ways to use the " "particular service. Most support standard back ends like LDAP or SQL." @@ -5995,6 +6067,10 @@ msgstr "" msgid "Encrypt Compute metadata traffic" msgstr "" +#: ../identity_concepts.rst:35 +msgid "Endpoint" +msgstr "" + #: ../telemetry-measurements.rst:1312 msgid "Energy" msgstr "" @@ -6875,7 +6951,7 @@ msgid "" "OpenStack mechanism. OpenStack only provisions the raw storage." msgstr "" -#: ../identity_concepts.rst:119 +#: ../identity_concepts.rst:178 msgid "" "For example, the following line in the :file:`/etc/nova/policy.json` file " "specifies that there are no restrictions on which users can create volumes:" @@ -6968,7 +7044,7 @@ msgid "" "`__)." msgstr "" -#: ../identity_concepts.rst:263 +#: ../identity_concepts.rst:322 msgid "" "For information about how to create services and endpoints, see the " "`OpenStack Admin User Guide \n" "Language-Team: LANGUAGE \n" @@ -1955,7 +1955,7 @@ msgstr "" msgid "Considerations affecting storage architecture (and corresponding storage hardware) of a Storage-focused OpenStack cloud include:" msgstr "" -#: ./doc/arch-design/storage_focus/section_architecture_storage_focus.xml:81(term) ./doc/arch-design/introduction/section_methodology.xml:100(term) ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:321(term) ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:508(term) +#: ./doc/arch-design/storage_focus/section_architecture_storage_focus.xml:81(term) ./doc/arch-design/introduction/section_methodology.xml:102(term) ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:321(term) ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:508(term) msgid "Connectivity" msgstr "" @@ -3177,7 +3177,7 @@ msgstr "" msgid "When connecting multiple regions together there are several design considerations. The overlay network technology choice determines how packets are transmitted between regions and how the logical network and addresses present to the application. If there are security or regulatory requirements, encryption should be implemented to secure the traffic between regions. For networking inside a region, the overlay network technology for tenant networks is equally important. The overlay technology and the network traffic of an application generates or receives can be either complementary or be at cross purpose. For example, using an overlay technology for an application that transmits a large amount of small packets could add excessive latency or overhead to each packet if not configured properly." msgstr "" -#: ./doc/arch-design/multi_site/section_architecture_multi_site.xml:105(title) ./doc/arch-design/introduction/section_methodology.xml:84(term) +#: ./doc/arch-design/multi_site/section_architecture_multi_site.xml:105(title) ./doc/arch-design/introduction/section_methodology.xml:86(term) msgid "Dependencies" msgstr "" @@ -4218,131 +4218,135 @@ msgid "Methodology" msgstr "" #: ./doc/arch-design/introduction/section_methodology.xml:12(para) -msgid "Creating and testing use cases is the best way to design a cloud architecture that best suits your needs." +msgid "The best way to design your cloud architecture is through creating and testing use cases. Planning for applications that support thousands of sessions per second, variable workloads, and complex, changing data, requires you to identify the key meters. Identifying these key meters, such as number of concurrent transactions per second, and size of database, makes it possible to build a method for testing your assumptions." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:15(para) -msgid "For example, if your goal is to develop a cloud for your company's e-commerce website, you need to plan for applications that will support thousands of sessions per second, variable workloads, and lots of complex and changing data. By identifying the key meters, such as number of concurrent transactions per second, size of database, and so on, it is possible to then build a method for testing the assumptions." +#: ./doc/arch-design/introduction/section_methodology.xml:18(para) +msgid "Use a functional user scenario to develop test cases, and to measure overall project trajectory." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:22(para) -msgid "Functional user scenarios are used to develop test cases to measure overall project trajectory. If you do not want to use an application to develop user requirements automatically, you will need to create requirements to build test harnesses and develop usable meters. Once the meters are established you can respond to changes quickly without having to set the exact requirements in advance. This creates ways to configure the system, rather than redesigning it every time there is a requirements change." +#: ./doc/arch-design/introduction/section_methodology.xml:21(para) +msgid "If you do not want to use an application to develop user requirements automatically, you need to create requirements to build test harnesses and develop usable meters." +msgstr "" + +#: ./doc/arch-design/introduction/section_methodology.xml:25(para) +msgid "Establishing these meters allows you to respond to changes quickly without having to set exact requirements in advance. This creates ways to configure the system, rather than redesigning it every time there is a requirements change." msgstr "" #: ./doc/arch-design/introduction/section_methodology.xml:30(para) -msgid "It is important to limit scope creep. Ensure you address tool limitations for the requirements, but do not recreate the entire suite of tools. Work with technical product owners to establish critical features that are needed for a successful cloud deployment." +msgid "It is important to limit scope creep. Ensure you address tool limitations, but do not recreate the entire suite of tools. Work with technical product owners to establish critical features that are needed for a successful cloud deployment." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:36(title) +#: ./doc/arch-design/introduction/section_methodology.xml:37(title) msgid "Application cloud readiness" msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:37(para) -msgid "Although the cloud is designed to make things easier, it is important to realize that \"using cloud\" is more than just firing up an instance and dropping an application on it. This \"lift and shift\" approach works in certain situations, but there is a fundamental difference between clouds and traditional bare-metal-based environments, or even traditional virtualized environments." +#: ./doc/arch-design/introduction/section_methodology.xml:38(para) +msgid "The cloud does more than host virtual machines and their applications. This lift and shift approach works in certain situations, but there is a fundamental difference between clouds and traditional bare-metal-based environments, or even traditional virtualized environments." msgstr "" #: ./doc/arch-design/introduction/section_methodology.xml:43(para) -msgid "In traditional environments, with traditional enterprise applications, the applications and the servers that run on them are \"pets\". They're lovingly crafted and cared for, the servers have names like Gandalf or Tardis, and if they get sick, someone nurses them back to health. All of this is designed so that the application does not experience an outage." +msgid "In traditional environments, with traditional enterprise applications, the applications and the servers that run on them are pets. They are lovingly crafted and cared for, the servers have names like Gandalf or Tardis, and if they get sick someone nurses them back to health. All of this is designed so that the application does not experience an outage." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:49(para) -msgid "In cloud environments, on the other hand, servers are more like cattle. There are thousands of them, they get names like NY-1138-Q, and if they get sick, they get put down and a sysadmin installs another one. Traditional applications that are unprepared for this kind of environment, naturally will suffer outages, lost data, or worse." +#: ./doc/arch-design/introduction/section_methodology.xml:50(para) +msgid "In cloud environments, servers are more like cattle. There are thousands of them, they get names like NY-1138-Q, and if they get sick, they get put down and a sysadmin installs another one. Traditional applications that are unprepared for this kind of environment may suffer outages, loss of data, or complete failure." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:55(para) -msgid "There are other reasons to design applications with cloud in mind. Some are defensive, such as the fact that applications cannot be certain of exactly where or on what hardware they will be launched, they need to be flexible, or at least adaptable. Others are proactive. For example, one of the advantages of using the cloud is scalability, so applications need to be designed in such a way that they can take advantage of those and other opportunities." +#: ./doc/arch-design/introduction/section_methodology.xml:56(para) +msgid "There are other reasons to design applications with the cloud in mind. Some are defensive, such as the fact that because applications cannot be certain of exactly where or on what hardware they will be launched, they need to be flexible, or at least adaptable. Others are proactive. For example, one of the advantages of using the cloud is scalability. Applications need to be designed in such a way that they can take advantage of these and other opportunities." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:64(title) +#: ./doc/arch-design/introduction/section_methodology.xml:66(title) msgid "Determining whether an application is cloud-ready" msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:65(para) +#: ./doc/arch-design/introduction/section_methodology.xml:67(para) msgid "There are several factors to take into consideration when looking at whether an application is a good fit for the cloud." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:69(term) +#: ./doc/arch-design/introduction/section_methodology.xml:71(term) msgid "Structure" msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:71(para) -msgid "A large, monolithic, single-tiered legacy application typically isn't a good fit for the cloud. Efficiencies are gained when load can be spread over several instances, so that a failure in one part of the system can be mitigated without affecting other parts of the system, or so that scaling can take place where the app needs it." +#: ./doc/arch-design/introduction/section_methodology.xml:73(para) +msgid "A large, monolithic, single-tiered, legacy application typically is not a good fit for the cloud. Efficiencies are gained when load can be spread over several instances, so that a failure in one part of the system can be mitigated without affecting other parts of the system, or so that scaling can take place where the app needs it." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:86(para) -msgid "Applications that depend on specific hardwaresuch as a particular chip set or an external device such as a fingerprint readermight not be a good fit for the cloud, unless those dependencies are specifically addressed. Similarly, if an application depends on an operating system or set of libraries that cannot be used in the cloud, or cannot be virtualized, that is a problem." +#: ./doc/arch-design/introduction/section_methodology.xml:88(para) +msgid "Applications that depend on specific hardware, such as a particular chip set or an external device such as a fingerprint reader, might not be a good fit for the cloud, unless those dependencies are specifically addressed. Similarly, if an application depends on an operating system or set of libraries that cannot be used in the cloud, or cannot be virtualized, that is a problem." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:102(para) -msgid "Self-contained applications or those that depend on resources that are not reachable by the cloud in question, will not run. In some situations, work around these issues with custom network setup, but how well this works depends on the chosen cloud environment." +#: ./doc/arch-design/introduction/section_methodology.xml:104(para) +msgid "Self-contained applications, or those that depend on resources that are not reachable by the cloud in question, will not run. In some situations, you can work around these issues with custom network setup, but how well this works depends on the chosen cloud environment." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:113(term) +#: ./doc/arch-design/introduction/section_methodology.xml:115(term) msgid "Durability and resilience" msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:115(para) +#: ./doc/arch-design/introduction/section_methodology.xml:117(para) msgid "Despite the existence of SLAs, things break: servers go down, network connections are disrupted, or too many tenants on a server make a server unusable. An application must be sturdy enough to contend with these issues." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:127(title) +#: ./doc/arch-design/introduction/section_methodology.xml:130(title) msgid "Designing for the cloud" msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:128(para) +#: ./doc/arch-design/introduction/section_methodology.xml:131(para) msgid "Here are some guidelines to keep in mind when designing an application for the cloud:" msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:132(para) -msgid "Be a pessimist: Assume everything fails and design backwards. Love your chaos monkey." +#: ./doc/arch-design/introduction/section_methodology.xml:135(para) +msgid "Be a pessimist: Assume everything fails and design backwards." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:136(para) +#: ./doc/arch-design/introduction/section_methodology.xml:139(para) msgid "Put your eggs in multiple baskets: Leverage multiple providers, geographic regions and availability zones to accommodate for local availability issues. Design for portability." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:142(para) +#: ./doc/arch-design/introduction/section_methodology.xml:145(para) msgid "Think efficiency: Inefficient designs will not scale. Efficient designs become cheaper as they scale. Kill off unneeded components or capacity." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:147(para) +#: ./doc/arch-design/introduction/section_methodology.xml:150(para) msgid "Be paranoid: Design for defense in depth and zero tolerance by building in security at every level and between every component. Trust no one." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:152(para) -msgid "But not too paranoid: Not every application needs the platinum solution. Architect for different SLA's, service tiers and security levels." +#: ./doc/arch-design/introduction/section_methodology.xml:155(para) +msgid "But not too paranoid: Not every application needs the platinum solution. Architect for different SLA's, service tiers, and security levels." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:157(para) -msgid "Manage the data: Data is usually the most inflexible and complex area of a cloud and cloud integration architecture. Don't short change the effort in analyzing and addressing data needs." +#: ./doc/arch-design/introduction/section_methodology.xml:160(para) +msgid "Manage the data: Data is usually the most inflexible and complex area of a cloud and cloud integration architecture. Do not short change the effort in analyzing and addressing data needs." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:163(para) +#: ./doc/arch-design/introduction/section_methodology.xml:166(para) msgid "Hands off: Leverage automation to increase consistency and quality and reduce response times." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:167(para) +#: ./doc/arch-design/introduction/section_methodology.xml:170(para) msgid "Divide and conquer: Pursue partitioning and parallel layering wherever possible. Make components as small and portable as possible. Use load balancing between layers." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:173(para) +#: ./doc/arch-design/introduction/section_methodology.xml:176(para) msgid "Think elasticity: Increasing resources should result in a proportional increase in performance and scalability. Decreasing resources should have the opposite effect." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:179(para) -msgid "Be dynamic: Enable dynamic configuration changes such as auto scaling, failure recovery and resource discovery to adapt to changing environments, faults and workload volumes." +#: ./doc/arch-design/introduction/section_methodology.xml:182(para) +msgid "Be dynamic: Enable dynamic configuration changes such as auto scaling, failure recovery and resource discovery to adapt to changing environments, faults, and workload volumes." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:185(para) +#: ./doc/arch-design/introduction/section_methodology.xml:188(para) msgid "Stay close: Reduce latency by moving highly interactive components and data near each other." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:189(para) -msgid "Keep it loose: Loose coupling, service interfaces, separation of concerns, abstraction and well defined API's deliver flexibility." +#: ./doc/arch-design/introduction/section_methodology.xml:192(para) +msgid "Keep it loose: Loose coupling, service interfaces, separation of concerns, abstraction, and well defined API's deliver flexibility." msgstr "" -#: ./doc/arch-design/introduction/section_methodology.xml:194(para) -msgid "Be cost aware: Autoscaling, data transmission, virtual software licenses, reserved instances, and so on can rapidly increase monthly usage charges. Monitor usage closely." +#: ./doc/arch-design/introduction/section_methodology.xml:197(para) +msgid "Be cost aware: Autoscaling, data transmission, virtual software licenses, reserved instances, and similar costs can rapidly increase monthly usage charges. Monitor usage closely." msgstr "" #: ./doc/arch-design/introduction/section_how_this_book_is_organized.xml:7(title) diff --git a/doc/common-rst/source/locale/common-rst.pot b/doc/common-rst/source/locale/common-rst.pot index ff254ce476..b4e012d036 100644 --- a/doc/common-rst/source/locale/common-rst.pot +++ b/doc/common-rst/source/locale/common-rst.pot @@ -43,6 +43,7 @@ msgid "**Empty log output for Linux instances**" msgstr "" #: ../common/log_in_dashboard.rst:143 ../common/log_in_dashboard.rst:146 +#: ../common/log_in_dashboard.rst:142 msgid "**Figure: Admin tab**" msgstr "" @@ -163,11 +164,11 @@ msgstr "" msgid ":file:`ramdisk`" msgstr "" -#: ../common/log_in_dashboard.rst:106 +#: ../common/log_in_dashboard.rst:106 ../common/log_in_dashboard.rst:102 msgid ":guilabel:`API Access`: View API endpoints." msgstr "" -#: ../common/log_in_dashboard.rst:96 +#: ../common/log_in_dashboard.rst:96 ../common/log_in_dashboard.rst:92 msgid "" ":guilabel:`Access & Security`: Use the following tabs to complete these " "tasks:" @@ -177,22 +178,22 @@ msgstr "" msgid ":guilabel:`Admin` tab" msgstr "" -#: ../common/log_in_dashboard.rst:203 +#: ../common/log_in_dashboard.rst:203 ../common/log_in_dashboard.rst:195 msgid "" ":guilabel:`Block Storage Services`: View a list of all Block Storage " "services." msgstr "" #: ../common/log_in_dashboard.rst:191 ../common/log_in_dashboard.rst:194 -#: ../common/log_in_dashboard.rst:201 +#: ../common/log_in_dashboard.rst:201 ../common/log_in_dashboard.rst:193 msgid ":guilabel:`Compute Services`: View a list of all Compute services." msgstr "" -#: ../common/log_in_dashboard.rst:78 +#: ../common/log_in_dashboard.rst:78 ../common/log_in_dashboard.rst:74 msgid ":guilabel:`Compute` tab" msgstr "" -#: ../common/log_in_dashboard.rst:122 +#: ../common/log_in_dashboard.rst:122 ../common/log_in_dashboard.rst:118 msgid ":guilabel:`Containers`: Create and manage containers and objects." msgstr "" @@ -207,7 +208,7 @@ msgid "" "resources." msgstr "" -#: ../common/log_in_dashboard.rst:189 +#: ../common/log_in_dashboard.rst:189 ../common/log_in_dashboard.rst:181 msgid "" ":guilabel:`Defaults`: View default quota values. Quotas are hard-coded in " "OpenStack Compute and define the maximum allowable size and number of " @@ -215,24 +216,27 @@ msgid "" msgstr "" #: ../common/log_in_dashboard.rst:176 ../common/log_in_dashboard.rst:179 +#: ../common/log_in_dashboard.rst:171 msgid "" ":guilabel:`Flavors`: View, create, edit, view extra specifications for, and " "delete flavors. A flavor is size of an instance." msgstr "" -#: ../common/log_in_dashboard.rst:103 +#: ../common/log_in_dashboard.rst:103 ../common/log_in_dashboard.rst:99 msgid "" ":guilabel:`Floating IPs`: Allocate an IP address to or release it from a " "project." msgstr "" #: ../common/log_in_dashboard.rst:167 ../common/log_in_dashboard.rst:170 +#: ../common/log_in_dashboard.rst:162 msgid "" ":guilabel:`Host Aggregates`: View, create, and edit host aggregates. View " "the list of availability zones." msgstr "" #: ../common/log_in_dashboard.rst:165 ../common/log_in_dashboard.rst:168 +#: ../common/log_in_dashboard.rst:160 msgid ":guilabel:`Hypervisors`: View the hypervisor summary." msgstr "" @@ -241,7 +245,7 @@ msgstr "" msgid ":guilabel:`Identity Panel` tab" msgstr "" -#: ../common/log_in_dashboard.rst:92 +#: ../common/log_in_dashboard.rst:92 ../common/log_in_dashboard.rst:88 msgid "" ":guilabel:`Images`: View images and instance snapshots created by project " "users, plus any images that are publicly available. Create, edit, and delete " @@ -249,18 +253,20 @@ msgid "" msgstr "" #: ../common/log_in_dashboard.rst:179 ../common/log_in_dashboard.rst:182 +#: ../common/log_in_dashboard.rst:174 msgid "" ":guilabel:`Images`: View, create, edit properties for, and delete custom " "images." msgstr "" -#: ../common/log_in_dashboard.rst:82 +#: ../common/log_in_dashboard.rst:82 ../common/log_in_dashboard.rst:78 msgid "" ":guilabel:`Instances`: View, launch, create a snapshot from, stop, pause, or " "reboot instances, or connect to them through VNC." msgstr "" #: ../common/log_in_dashboard.rst:170 ../common/log_in_dashboard.rst:173 +#: ../common/log_in_dashboard.rst:165 msgid "" ":guilabel:`Instances`: View, pause, resume, suspend, migrate, soft or hard " "reboot, and delete running instances that belong to users of some, but not " @@ -268,58 +274,60 @@ msgid "" "through VNC." msgstr "" -#: ../common/log_in_dashboard.rst:101 +#: ../common/log_in_dashboard.rst:101 ../common/log_in_dashboard.rst:97 msgid "" ":guilabel:`Key Pairs`: View, create, edit, import, and delete key pairs." msgstr "" -#: ../common/log_in_dashboard.rst:193 +#: ../common/log_in_dashboard.rst:193 ../common/log_in_dashboard.rst:185 msgid "" ":guilabel:`Metadata Definitions`: Import namespace and view the metadata " "information." msgstr "" #: ../common/log_in_dashboard.rst:193 ../common/log_in_dashboard.rst:196 -#: ../common/log_in_dashboard.rst:206 +#: ../common/log_in_dashboard.rst:206 ../common/log_in_dashboard.rst:198 msgid ":guilabel:`Network Agents`: View the network agents." msgstr "" -#: ../common/log_in_dashboard.rst:112 +#: ../common/log_in_dashboard.rst:112 ../common/log_in_dashboard.rst:108 msgid ":guilabel:`Network Topology`: View the network topology." msgstr "" -#: ../common/log_in_dashboard.rst:110 +#: ../common/log_in_dashboard.rst:110 ../common/log_in_dashboard.rst:106 msgid ":guilabel:`Network` tab" msgstr "" -#: ../common/log_in_dashboard.rst:114 +#: ../common/log_in_dashboard.rst:114 ../common/log_in_dashboard.rst:110 msgid ":guilabel:`Networks`: Create and manage public and private networks." msgstr "" #: ../common/log_in_dashboard.rst:182 ../common/log_in_dashboard.rst:185 +#: ../common/log_in_dashboard.rst:177 msgid "" ":guilabel:`Networks`: View, create, edit properties for, and delete networks." msgstr "" -#: ../common/log_in_dashboard.rst:120 +#: ../common/log_in_dashboard.rst:120 ../common/log_in_dashboard.rst:116 msgid ":guilabel:`Object Store` tab" msgstr "" -#: ../common/log_in_dashboard.rst:208 +#: ../common/log_in_dashboard.rst:208 ../common/log_in_dashboard.rst:200 msgid "" ":guilabel:`Orchestration Services`: View a list of all Orchestration " "services." msgstr "" -#: ../common/log_in_dashboard.rst:126 +#: ../common/log_in_dashboard.rst:126 ../common/log_in_dashboard.rst:122 msgid ":guilabel:`Orchestration` tab" msgstr "" #: ../common/log_in_dashboard.rst:156 ../common/log_in_dashboard.rst:159 +#: ../common/log_in_dashboard.rst:151 msgid ":guilabel:`Overview`: View basic reports." msgstr "" -#: ../common/log_in_dashboard.rst:80 +#: ../common/log_in_dashboard.rst:80 ../common/log_in_dashboard.rst:76 msgid ":guilabel:`Overview`: View reports for the project." msgstr "" @@ -334,19 +342,20 @@ msgid "" "delete projects." msgstr "" -#: ../common/log_in_dashboard.rst:131 +#: ../common/log_in_dashboard.rst:131 ../common/log_in_dashboard.rst:127 msgid "" ":guilabel:`Resource Types`: Show a list of all the supported resource types " "for HOT templates." msgstr "" #: ../common/log_in_dashboard.rst:158 ../common/log_in_dashboard.rst:161 +#: ../common/log_in_dashboard.rst:153 msgid "" ":guilabel:`Resource Usage`: Use the following tabs to view the following " "usages:" msgstr "" -#: ../common/log_in_dashboard.rst:116 +#: ../common/log_in_dashboard.rst:116 ../common/log_in_dashboard.rst:112 msgid ":guilabel:`Routers`: Create and manage routers." msgstr "" @@ -355,28 +364,30 @@ msgid ":guilabel:`Routers`: Create and manage subnets." msgstr "" #: ../common/log_in_dashboard.rst:184 ../common/log_in_dashboard.rst:187 +#: ../common/log_in_dashboard.rst:179 msgid "" ":guilabel:`Routers`: View, create, edit properties for, and delete routers." msgstr "" -#: ../common/log_in_dashboard.rst:98 +#: ../common/log_in_dashboard.rst:98 ../common/log_in_dashboard.rst:94 msgid "" ":guilabel:`Security Groups`: View, create, edit, and delete security groups " "and security group rules." msgstr "" #: ../common/log_in_dashboard.rst:189 ../common/log_in_dashboard.rst:192 -#: ../common/log_in_dashboard.rst:199 +#: ../common/log_in_dashboard.rst:199 ../common/log_in_dashboard.rst:191 msgid ":guilabel:`Services`: View a list of the services." msgstr "" -#: ../common/log_in_dashboard.rst:128 +#: ../common/log_in_dashboard.rst:128 ../common/log_in_dashboard.rst:124 msgid "" ":guilabel:`Stacks`: Use the REST API to orchestrate multiple composite cloud " "applications." msgstr "" #: ../common/log_in_dashboard.rst:163 ../common/log_in_dashboard.rst:166 +#: ../common/log_in_dashboard.rst:158 msgid ":guilabel:`Stats`: View the statistics of all resources." msgstr "" @@ -387,16 +398,18 @@ msgid "" msgstr "" #: ../common/log_in_dashboard.rst:189 ../common/log_in_dashboard.rst:196 +#: ../common/log_in_dashboard.rst:188 msgid "" ":guilabel:`System Information`: Use the following tabs to view the service " "information:" msgstr "" #: ../common/log_in_dashboard.rst:154 ../common/log_in_dashboard.rst:157 +#: ../common/log_in_dashboard.rst:149 msgid ":guilabel:`System Panel` tab" msgstr "" -#: ../common/log_in_dashboard.rst:164 +#: ../common/log_in_dashboard.rst:164 ../common/log_in_dashboard.rst:156 msgid ":guilabel:`Usage Report`: View the usage report." msgstr "" @@ -405,22 +418,23 @@ msgstr "" msgid ":guilabel:`Users`: View, create, enable, disable, and delete users." msgstr "" -#: ../common/log_in_dashboard.rst:89 +#: ../common/log_in_dashboard.rst:89 ../common/log_in_dashboard.rst:85 msgid "" ":guilabel:`Volume Snapshots`: View, create, edit, and delete volume " "snapshots." msgstr "" -#: ../common/log_in_dashboard.rst:85 +#: ../common/log_in_dashboard.rst:85 ../common/log_in_dashboard.rst:81 msgid ":guilabel:`Volumes`: Use the following tabs to complete these tasks:" msgstr "" #: ../common/log_in_dashboard.rst:174 ../common/log_in_dashboard.rst:177 +#: ../common/log_in_dashboard.rst:169 msgid "" ":guilabel:`Volumes`: View, create, edit, and delete volumes and volume types." msgstr "" -#: ../common/log_in_dashboard.rst:87 +#: ../common/log_in_dashboard.rst:87 ../common/log_in_dashboard.rst:83 msgid ":guilabel:`Volumes`: View, create, edit, and delete volumes." msgstr "" @@ -670,6 +684,12 @@ msgid "" "`__." msgstr "" +#: ../common/get_started_identity.rst:20 +msgid "" +"A centralized server provides authentication and authorization services " +"using a RESTful interface." +msgstr "" + #: ../common/glossary.rst:3736 ../common/glossary.rst:3743 msgid "" "A cinder component that interacts with back-end storage to manage the " @@ -1794,6 +1814,7 @@ msgid "Address Resolution Protocol (ARP)" msgstr "" #: ../common/log_in_dashboard.rst:136 ../common/log_in_dashboard.rst:139 +#: ../common/log_in_dashboard.rst:135 msgid "" "Administrative users can use the :guilabel:`Admin` tab to view usage and to " "manage instances, volumes, flavors, images, projects, users, services, and " @@ -3620,6 +3641,18 @@ msgstr "" msgid "Download and source the OpenStack RC file" msgstr "" +#: ../common/get_started_identity.rst:28 +msgid "Drivers" +msgstr "" + +#: ../common/get_started_identity.rst:24 +msgid "" +"Drivers or a service back end are integrated to the centralized server, and " +"are used for accessing identity information in repositories, external to " +"OpenStack, and maybe already existing in the infrastructure where OpenStack " +"is deployed (for example, SQL databases or LDAP servers)." +msgstr "" + #: ../common/app_support.rst:93 msgid "" "During the set up or testing of OpenStack, you might have questions about " @@ -4138,7 +4171,13 @@ msgid "" "Admin API endpoints, which should not be accessible by customers." msgstr "" -#: ../common/log_in_dashboard.rst:74 +#: ../common/log_in_dashboard.rst:144 +msgid "" +"From the :guilabel:`Admin` tab, you can access the following category to " +"complete these tasks:" +msgstr "" + +#: ../common/log_in_dashboard.rst:74 ../common/log_in_dashboard.rst:70 msgid "From the :guilabel:`Project` tab, you can access the following tabs:" msgstr "" @@ -4658,6 +4697,14 @@ msgid "" "following authentication information::" msgstr "" +#: ../common/get_started_identity.rst:12 +msgid "" +"In order to benefit from the Identity service, other OpenStack services need " +"to collaborate with it. When an OpenStack service receives a request from a " +"user, it checks with the Identity service whether the user is authorized to " +"make the request." +msgstr "" + #: ../common/get_started_identity.rst:74 ../common/get_started_identity.rst:73 msgid "" "In the Identity service, a token that is issued to a user includes the list " @@ -5248,6 +5295,15 @@ msgid "" "Compute." msgstr "" +#: ../common/get_started_identity.rst:31 +msgid "" +"Middleware modules run in the address space of the OpenStack component that " +"is using the Identity service. These modules intercept service requests, " +"extract user credentials, and send them to the centralized server for " +"authorization. The integration between the middleware modules and OpenStack " +"components uses the Python Web Server Gateway Interface." +msgstr "" + #: ../common/cli_manage_volumes.rst:13 msgid "Migrate a volume" msgstr "" @@ -5283,6 +5339,10 @@ msgid "" "to be changed. For example, from RabbitMQ to ZeroMQ or Qpid." msgstr "" +#: ../common/get_started_identity.rst:36 +msgid "Modules" +msgstr "" + #: ../common/glossary.rst:2320 ../common/glossary.rst:2327 #: ../common/glossary.rst:2326 msgid "Monitor (LBaaS)" @@ -5792,9 +5852,14 @@ msgid "OpenStack dashboard" msgstr "" #: ../common/log_in_dashboard.rst:134 ../common/log_in_dashboard.rst:137 +#: ../common/log_in_dashboard.rst:133 msgid "OpenStack dashboard—:guilabel:`Admin` tab" msgstr "" +#: ../common/log_in_dashboard.rst:204 +msgid "OpenStack dashboard—:guilabel:`Identity` tab" +msgstr "" + #: ../common/log_in_dashboard.rst:56 msgid "OpenStack dashboard—:guilabel:`Project` tab" msgstr "" @@ -6672,6 +6737,10 @@ msgid "" "example, by email)." msgstr "" +#: ../common/get_started_identity.rst:21 +msgid "Server" +msgstr "" + #: ../common/cli_overview.rst:32 ../common/get_started_identity.rst:62 #: ../common/get_started_with_openstack.rst:25 #: ../common/get_started_identity.rst:61 @@ -7178,6 +7247,10 @@ msgstr "" msgid "The Identity service component that provides authentication services." msgstr "" +#: ../common/get_started_identity.rst:17 +msgid "The Identity service contains these components:" +msgstr "" + #: ../common/glossary.rst:1568 msgid "" "The Identity service endpoint template that contains services available to " @@ -7238,6 +7311,16 @@ msgid "" "OpenLDAP, OpenStack Identity, and so on." msgstr "" +#: ../common/get_started_identity.rst:5 +msgid "" +"The OpenStack :term:`Identity service ` provides a single point of " +"integration for managing authentication, authorization, and service catalog " +"services. Other OpenStack services use the Identity service as a common " +"unified API. Additionally, services that provide information about users but " +"that are not included in OpenStack (such as LDAP services) can be integrated " +"into a pre-existing infrastructure." +msgstr "" + #: ../common/get_started_database_service.rst:21 #: ../common/get_started_database_service.rst:20 msgid "" @@ -7816,6 +7899,7 @@ msgid "" msgstr "" #: ../common/get_started_identity.rst:85 ../common/get_started_identity.rst:84 +#: ../common/get_started_identity.rst:43 msgid "The following diagram shows the OpenStack Identity process flow:" msgstr "" @@ -9107,6 +9191,7 @@ msgid "" msgstr "" #: ../common/get_started_identity.rst:12 ../common/get_started_identity.rst:11 +#: ../common/get_started_identity.rst:38 msgid "" "When installing OpenStack Identity service, you must register each service " "in your OpenStack installation. Identity service can then track which " diff --git a/doc/common-rst/source/locale/ja/LC_MESSAGES/common-rst.po b/doc/common-rst/source/locale/ja/LC_MESSAGES/common-rst.po index a2fd7d5dc0..55c4bc5bad 100644 --- a/doc/common-rst/source/locale/ja/LC_MESSAGES/common-rst.po +++ b/doc/common-rst/source/locale/ja/LC_MESSAGES/common-rst.po @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: OpenStack Manuals\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-06-19 06:17+0000\n" -"PO-Revision-Date: 2015-08-27 05:05+0000\n" -"Last-Translator: openstackjenkins \n" +"PO-Revision-Date: 2015-08-28 05:51+0000\n" +"Last-Translator: Tomoyuki KATO \n" "Language-Team: Japanese (http://www.transifex.com/openstack/openstack-" "manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -95,6 +95,24 @@ msgstr "" msgid "**openSUSE**" msgstr "**openSUSE**" +msgid "" +"*The OpenStack Image service is used to manage the virtual machine images in " +"an OpenStack cluster, not store them.* It provides an abstraction to " +"different methods for storage - a bridge to the storage, not the storage " +"itself." +msgstr "" +"*OpenStack Image service は、OpenStack クラスターにおける仮想マシンイメージを" +"管理するために使用されます。それらを保存するためではありません。*さまざまな種" +"類のストレージを抽象化します。ストレージへの架け橋となりますが、ストレージで" +"はありません。" + +msgid "" +"*The OpenStack Object Storage can function on its own.* The Object Storage " +"(swift) product can be used independently of the Compute (nova) product." +msgstr "" +"*OpenStack Object Storage は、単体で機能できます。* Object Storage (swift) 製" +"品は、Compute (nova) 製品と独立して使用できます。" + msgid "6to4" msgstr "6to4" @@ -588,6 +606,13 @@ msgstr "" "apache.org/>`__ や `Zero MQ `__ のような何らかの " "AMQP メッセージキューで構いません。" +msgid "" +"A centralized server provides authentication and authorization services " +"using a RESTful interface." +msgstr "" +"中央サーバーが、RESTful インターフェースを使用して、認証と認可のサービスを提" +"供します。" + msgid "" "A cinder component that interacts with back-end storage to manage the " "creation and deletion of volumes and the creation of compute volumes, " @@ -951,6 +976,9 @@ msgstr "" "OpenStack の 6 番目のリリースのコード名。デザインサミットは、アメリカ合衆国カ" "リフォルニア州サンフランシスコで開催された。Folsom は、その近郊都市。" +msgid "A handy tip or reminder." +msgstr "簡単なヒントや備忘録です。" + msgid "" "A high availability system design approach and associated service " "implementation ensures that a prearranged level of operational performance " @@ -1710,6 +1738,9 @@ msgstr "ボリュームの譲渡要求の受理" msgid "Accept the request::" msgstr "要求を確定します。" +msgid "Accepts Image API calls for image discovery, retrieval, and storage." +msgstr "イメージの検索、取得、保存のために Image API を受け付けます。" + msgid "" "Accepts and routes API requests to the appropriate OpenStack Networking plug-" "in for action." @@ -1720,6 +1751,9 @@ msgstr "" msgid "Access the following categories to complete these tasks:" msgstr "これらの作業を実行するために、以下のカテゴリにアクセスします。" +msgid "Account servers (swift-account-server)" +msgstr "アカウントサーバー (swift-account-server)" + msgid "Active Directory" msgstr "Active Directory" @@ -2436,6 +2470,13 @@ msgstr "" "接続したい、ハードウェアやソフトウェアの部品。エンティティーは、仮想インター" "フェースを実装することにより Networking を使用できる。" +msgid "" +"Any user, including the ``root`` user, can run commands that are prefixed " +"with the ``$`` prompt." +msgstr "" +"``root`` ユーザーを含むすべてのユーザーが、``$`` プロンプトから始まるコマンド" +"を実行できます。" + msgid "Apache" msgstr "Apache" @@ -2877,6 +2918,9 @@ msgstr "" "Image API 経由で Image service の仮想マシンイメージにアクセスするために使用さ" "れる、URI や UUID の組み合わせ。" +msgid "Command prompts" +msgstr "コマンドプロンプト" + msgid "Common client" msgstr "共通クライアント" @@ -3036,6 +3080,9 @@ msgstr "リング内にあるすべての Object Storage のパーティショ msgid "Contains the output from a Linux VM console in Compute." msgstr "Compute の Linux 仮想マシンコンソールからの出力を含む。" +msgid "Conventions" +msgstr "表記規則" + 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 " @@ -3061,6 +3108,12 @@ msgstr "" "CSS スタイルシートを :file:`/usr/share/openstack-dashboard/" "openstack_dashboard/static/dashboard/css/` に作成します。" +msgid "" +"Create a Database service instance using the :command:`trove create` command." +msgstr "" +":command:`trove create` コマンドを使用して、Database サービスのインスタンスを" +"作成します。" + msgid "" "Create a custom bootable volume or a volume with a large data set and " "transfer it to a customer." @@ -3081,6 +3134,13 @@ msgstr "" " 容量 8 GiB のボリュームを作成し、アベイラビリティゾーンとイメージを指定しま" "す。 " +msgid "" +"Create an image for each type of database. For example, one for MySQL and " +"one for MongoDB." +msgstr "" +"各種データベース用のイメージを作成します。例えば、MySQL 用のもの、MongoDB 用" +"のものです。" + msgid "Create and collect measurements across OpenStack." msgstr "OpenStack 全体の測定項目を作成、収集します。" @@ -3122,6 +3182,9 @@ msgstr "単一の仮想マシンに一通りの Object Storage 開発環境を msgid "Credentials" msgstr "クレデンシャル" +msgid "Critical information about the risk of data loss or security issues." +msgstr "データ損失やセキュリティ問題のリスクに関する致命的な情報です。" + msgid "Cross-Origin Resource Sharing (CORS)" msgstr "Cross-Origin Resource Sharing (CORS)" @@ -3375,6 +3438,20 @@ msgstr "Domain Name System (DNS)" msgid "Download and source the OpenStack RC file" msgstr "OpenStack RC ファイルのダウンロードと読み込み" +msgid "Drivers" +msgstr "ドライバー" + +msgid "" +"Drivers or a service back end are integrated to the centralized server, and " +"are used for accessing identity information in repositories, external to " +"OpenStack, and maybe already existing in the infrastructure where OpenStack " +"is deployed (for example, SQL databases or LDAP servers)." +msgstr "" +"ドライバーやサービスバックエンドは、中央サーバーと統合されています。" +"OpenStack の外部にあるリポジトリーにある認証情報にアクセスするために使用され" +"ます。OpenStack が導入されているインフラストラクチャーにすでに存在するかもし" +"れません (例えば、SQL データベース、LDAP サーバー)。" + msgid "" "During the set up or testing of OpenStack, you might have questions about " "how a specific task is completed or be in a situation where a feature does " @@ -4381,6 +4458,27 @@ msgstr "" "テキストエディターで、:file:`PROJECT-openrc.sh` という名前のファイルを作成" "し、以下の認証情報を追加します。" +msgid "" +"In order to benefit from the Identity service, other OpenStack services need " +"to collaborate with it. When an OpenStack service receives a request from a " +"user, it checks with the Identity service whether the user is authorized to " +"make the request." +msgstr "" +"他の OpenStack サービスは、Identity サービスからの便益を受けるために、それと" +"協調する必要があります。OpenStack サービスがユーザーからのリクエストを受けた" +"とき、ユーザーがリクエストを発行する権限があるかどうかを Identity サービスを" +"用いて確認します。" + +msgid "" +"In the Identity service, a token that is issued to a user includes the list " +"of roles. Services that are being called by that user determine how they " +"interpret the set of roles a user has and to which operations or resources " +"each role grants access." +msgstr "" +"ユーザーに発行されたトークンは、Identity サービスにおいてロールの一覧を含みま" +"す。そのユーザーにより呼び出されたサービスは、ユーザーが持つロール一覧を解釈" +"する方法と、各ロールがアクセス権を持つ操作やリソースを判断します。" + msgid "" "In the Identity service, provides isolation between projects and users. On " "the Internet, separates a website from other sites. Often, the domain name " @@ -4880,6 +4978,19 @@ msgstr "" "Web ブラウザーを使用して仮想マシンインスタンスのコンソールにアクセスする方" "法。Compute によりサポートされる。" +msgid "" +"Middleware modules run in the address space of the OpenStack component that " +"is using the Identity service. These modules intercept service requests, " +"extract user credentials, and send them to the centralized server for " +"authorization. The integration between the middleware modules and OpenStack " +"components uses the Python Web Server Gateway Interface." +msgstr "" +"ミドルウェアモジュールは、Identity サービスを使用している OpenStack コンポー" +"ネントのアドレス空間で動作します。これらのモジュールは、サービスリクエストを" +"傍受し、ユーザーのクレデンシャルを抽出し、それらを認可のために中央サーバーに" +"送信します。ミドルウェアモジュールと OpenStack コンポーネントの間の統合は、" +"Python Web Server Gateway Interface を使用します。" + msgid "Migrate a volume" msgstr "ボリュームの移行" @@ -4913,6 +5024,9 @@ msgstr "" "Compute が利用するメッセージキューソフトウェアを変更できるようにする仕組み。" "例えば、 RabbitMQ を ZeroMQ や Qpid に変更できる。" +msgid "Modules" +msgstr "モジュール" + msgid "Monitor (LBaaS)" msgstr "モニター (LBaaS)" @@ -5017,6 +5131,12 @@ msgstr "ボリュームが利用可能になっていることに注意してく msgid "Note the ID of your volume." msgstr "ボリュームの ID を記録します。" +msgid "Notices" +msgstr "注意" + +msgid "Notices take these forms:" +msgstr "注意には以下の種類があります。" + msgid "Nova API" msgstr "Nova API" @@ -5252,6 +5372,12 @@ msgstr "OpenStack Block Storage" msgid "OpenStack Compute" msgstr "OpenStack Compute" +msgid "OpenStack Data processing service" +msgstr "OpenStack Data processing service" + +msgid "OpenStack Database service" +msgstr "OpenStack Database service" + msgid "OpenStack Identity" msgstr "OpenStack Identity" @@ -5293,6 +5419,13 @@ msgstr "" "インスタンスにメタデータサービスを提供する OpenStack Networking エージェン" "ト。" +msgid "" +"OpenStack Networking mainly interacts with OpenStack Compute to provide " +"networks and connectivity for its instances." +msgstr "" +"OpenStack Networking は、おもに OpenStack Compute を通信して、そのインスタン" +"スにネットワークや接続性を提供します。" + msgid "OpenStack Networking plug-ins and agents" msgstr "OpenStack Networking プラグインおよびエージェント" @@ -5616,6 +5749,19 @@ msgstr "コンピュートノード実行専用の物理ホスト。" msgid "Platform-as-a-Service (PaaS)" msgstr "Platform-as-a-Service (PaaS)" +msgid "" +"Plugs and unplugs ports, creates networks or subnets, and provides IP " +"addressing. These plug-ins and agents differ depending on the vendor and " +"technologies used in the particular cloud. OpenStack Networking ships with " +"plug-ins and agents for Cisco virtual and physical switches, NEC OpenFlow " +"products, Open vSwitch, Linux bridging, and the VMware NSX product." +msgstr "" +"ポートを接続および切断します。ネットワークやサブネットを作成します。IP アドレ" +"スを提供します。これらのプラグインとエージェントは、特定のクラウドにおいて使" +"用されるベンダーと技術に依存して異なります。OpenStack Networking はCisco の仮" +"想スイッチと物理スイッチ、NEC OpenFlow 製品、Open vSwitch、Linux ブリッジ、" +"VMware NSX 製品のプラグインとエージェントを同梱しています。" + msgid "" "Point in time since the last container and accounts database sync among " "nodes within Object Storage." @@ -5740,6 +5886,15 @@ msgstr "" "Networking のプラグインに対して、バックエンドの Open vSwitch サービスへのイン" "ターフェースを提供する。" +msgid "" +"Provides capabilties to provision and scale Hadoop clusters in OpenStack by " +"specifying parameters like Hadoop version, cluster topology and nodes " +"hardware details." +msgstr "" +"OpenStack においてスケール可能な Hadoop クラスターを展開する機能を提供しま" +"す。Hadoop のバージョン、クラスタートポロジー、ノードのハードウェアの詳細など" +"のパラメーターを指定します。" + 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 " @@ -5992,6 +6147,9 @@ msgid "" msgstr "" "ボリューム転送 ID と認証キーを新しい所有者に送信します (例: 電子メール)。" +msgid "Server" +msgstr "Server" + msgid "Service" msgstr "サービス" @@ -6094,6 +6252,9 @@ msgstr "SolidFire Volume Driver" msgid "Some tips:" msgstr "使いこなすヒント:" +msgid "Something you must be aware of before proceeding." +msgstr "続行する前に注意する必要があるものです。" + msgid "" "Sometimes a particular instance shows ``pending`` or you cannot SSH to it. " "Sometimes the image itself is the problem. For example, when you use flat " @@ -6158,6 +6319,9 @@ msgstr "" "IP ネットワーク上で転送するために、SCSI フレームをカプセル化するストレージプ" "ロトコル。" +msgid "Storage repository for image files" +msgstr "イメージファイルのストレージリポジトリー" + msgid "Storage types" msgstr "ストレージ種別" @@ -6171,6 +6335,20 @@ msgstr "" "仮想マシンディスクイメージを保存および取得します。OpenStack Compute がインス" "タンスの配備中に使用します。" +msgid "" +"Stores image metadata and you can choose your database depending on your " +"preference. Most deployments use MySQL or SQLite." +msgstr "" +"イメージのメタデータを保存します。お好みに合わせてデータベースを選択できま" +"す。多くの環境では MySQL か SQLite を使用します。" + +msgid "" +"Stores, processes, and retrieves metadata about images. Metadata includes " +"items such as size and type." +msgstr "" +"イメージに関するメタデータを保存・処理・取得します。メタデータは容量や形式な" +"どの項目を含みます。" + msgid "" "String of text known only by the user; used along with an access key to make " "requests to the Compute API." @@ -6382,6 +6560,9 @@ msgstr "高レベルの認可サービスを提供する Identity のコンポ msgid "The Identity service component that provides authentication services." msgstr "認証サービスを提供する Identity のコンポーネント。" +msgid "The Identity service contains these components:" +msgstr "Identity サービスは、これらのコンポーネントを含みます。" + msgid "" "The Identity service endpoint template that contains services available to " "all tenants." @@ -6461,6 +6642,12 @@ msgstr "" msgid "The OpenStack IRC channel" msgstr "OpenStack IRC チャネル" +msgid "The OpenStack Image Service includes the following components:" +msgstr "OpenStack Image service は、以下のコンポーネントを含みます。" + +msgid "The OpenStack Image service includes the following components:" +msgstr "OpenStack Image service は、以下のコンポーネントを含みます。" + msgid "" "The OpenStack community lives in the #openstack IRC channel on the Freenode " "network. You can hang out, ask questions, or get immediate feedback for " @@ -6562,6 +6749,9 @@ msgstr "" "www.djangoproject.com/>`__ です。OpenStack サービスへのグラフィカルインター" "フェースを提供します。" +msgid "The OpenStack documentation uses several typesetting conventions." +msgstr "OpenStack のドキュメントは、いくつかの植字の表記方法を採用しています。" + msgid "" "The OpenStack end user deploys the Database service using the following " "steps:" @@ -6683,6 +6873,15 @@ msgstr "" "``memory_mb`` の欄は、ホストで実行中のインスタンスに割り当てられたメモリー " "(MB) 合計を表示します。" +msgid "" +"The ``root`` user must run commands that are prefixed with the ``#`` prompt. " +"You can also prefix these commands with the :command:`sudo` command, if " +"available, to run them." +msgstr "" +"``root`` ユーザーは、``#`` プロンプトから始まるコマンドを実行する必要がありま" +"す。利用可能ならば、これらを実行するために、:command:`sudo` コマンドを使用で" +"きます。" + msgid "The ``volume-detach`` command does not return any output." msgstr "``volume-detach`` コマンドは出力が表示されません。 " @@ -8206,6 +8405,15 @@ msgstr "VNC プロキシ" msgid "Various periodic processes" msgstr "さまざまな定期タスク" +msgid "" +"Various repository types are supported including normal file systems, Object " +"Storage, RADOS block devices, HTTP, and Amazon S3. Note that some " +"repositories will only support read-only usage." +msgstr "" +"通常のファイルシステム、Object Storage、RADOS ブロックデバイス、HTTP、Amazon " +"S3 など、さまざまな種類のリポジトリーがサポートされます。いくつかのリポジト" +"リーは読み込み専用の使用法のみをサポートすることに注意してください。" + msgid "" "Verify that transfer list is now empty and that the volume is again " "available for transfer::" @@ -8401,6 +8609,9 @@ msgstr "" "クノードからのメッセージを受け付ける機能のために、スケジューラーサービスによ" "り使用されるメッセージングインターフェース。" +msgid "Work in progress - expected for the Mitaka release" +msgstr "Mitaka リリースに向けて作業中" + msgid "Workflow service" msgstr "Workflow サービス" diff --git a/doc/common/locale/ja.po b/doc/common/locale/ja.po index f359b0268d..00aaefdce7 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: 2015-08-27 05:23+0000\n" -"PO-Revision-Date: 2015-08-27 05:05+0000\n" +"POT-Creation-Date: 2015-08-28 01:04+0000\n" +"PO-Revision-Date: 2015-08-28 05:51+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/openstack/openstack-" "manuals-i18n/language/ja/)\n" @@ -550,6 +550,9 @@ msgstr "AUTH" msgid "About nova-consoleauth" msgstr "nova-consoleauth について" +msgid "Accepts Image API calls for image discovery, retrieval, and storage." +msgstr "イメージの検索、取得、保存のために Image API を受け付けます。" + msgid "" "Accepts and routes API requests to the appropriate OpenStack Networking plug-" "in for action." @@ -840,6 +843,13 @@ msgstr "グループの作成" msgid "Create an image (nova)" msgstr "イメージの作成 (nova)" +msgid "" +"Create an image for each type of database. For example, one for MySQL and " +"one for MongoDB." +msgstr "" +"各種データベース用のイメージを作成します。例えば、MySQL 用のもの、MongoDB 用" +"のものです。" + msgid "Create and collect measurements across OpenStack." msgstr "OpenStack 全体の測定項目を作成、収集します。" @@ -1332,6 +1342,16 @@ msgstr "" "openSUSE の場合: /srv/www/openstack-dashboard/openstack_dashboard/" "local/local_settings.py) で、これらのオプションを変更します。" +msgid "" +"In the Identity service, a token that is issued to a user includes the list " +"of roles. Services that are being called by that user determine how they " +"interpret the set of roles a user has and to which operations or resources " +"each role grants access." +msgstr "" +"ユーザーに発行されたトークンは、Identity サービスにおいてロールの一覧を含みま" +"す。そのユーザーにより呼び出されたサービスは、ユーザーが持つロール一覧を解釈" +"する方法と、各ロールがアクセス権を持つ操作やリソースを判断します。" + msgid "" "In the following example, the demo-openrc.sh file is " "sourced for the demo project:" @@ -1764,6 +1784,12 @@ msgstr "OpenStack Block Storage" msgid "OpenStack Compute" msgstr "OpenStack Compute" +msgid "OpenStack Data processing service" +msgstr "OpenStack Data processing service" + +msgid "OpenStack Database service" +msgstr "OpenStack Database service" + msgid "OpenStack Identity" msgstr "OpenStack Identity" @@ -1773,6 +1799,24 @@ msgstr "OpenStack Image service" msgid "OpenStack Networking" msgstr "OpenStack Networking" +msgid "" +"OpenStack Networking allows you to create and attach interface devices " +"managed by other OpenStack services to networks. Plug-ins can be implemented " +"to accommodate different networking equipment and software, providing " +"flexibility to OpenStack architecture and deployment." +msgstr "" +"OpenStack Networking により、他の OpenStack サービスにより管理されているイン" +"ターフェースデバイスを作成して、ネットワークに接続できます。プラグインは、" +"OpenStack のアーキテクチャーと環境に柔軟性を提供している、異なるネットワーク" +"設備とソフトウェアを適応させるために実装されます。" + +msgid "" +"OpenStack Networking mainly interacts with OpenStack Compute to provide " +"networks and connectivity for its instances." +msgstr "" +"OpenStack Networking は、おもに OpenStack Compute を通信して、そのインスタン" +"スにネットワークや接続性を提供します。" + msgid "OpenStack Networking plug-ins and agents" msgstr "OpenStack Networking プラグインおよびエージェント" @@ -1885,6 +1929,19 @@ msgstr "" "クラスター全体で一貫性と可用性が確保されます。他の定期的なプロセスにオーディ" "ター、アップデーター、リーパーなどがあります。" +msgid "" +"Plugs and unplugs ports, creates networks or subnets, and provides IP " +"addressing. These plug-ins and agents differ depending on the vendor and " +"technologies used in the particular cloud. OpenStack Networking ships with " +"plug-ins and agents for Cisco virtual and physical switches, NEC OpenFlow " +"products, Open vSwitch, Linux bridging, and the VMware NSX product." +msgstr "" +"ポートを接続および切断します。ネットワークやサブネットを作成します。IP アドレ" +"スを提供します。これらのプラグインとエージェントは、特定のクラウドにおいて使" +"用されるベンダーと技術に依存して異なります。OpenStack Networking はCisco の仮" +"想スイッチと物理スイッチ、NEC OpenFlow 製品、Open vSwitch、Linux ブリッジ、" +"VMware NSX 製品のプラグインとエージェントを同梱しています。" + msgid "Port for server to bind to" msgstr "サーバーがバインドするポート" @@ -1930,6 +1987,15 @@ msgstr "" "他の OpenStack サービスに対して認証および認可サービスを提供します。すべての " "OpenStack サービスに対してエンドポイントのカタログを提供します。" +msgid "" +"Provides capabilties to provision and scale Hadoop clusters in OpenStack by " +"specifying parameters like Hadoop version, cluster topology and nodes " +"hardware details." +msgstr "" +"OpenStack においてスケール可能な Hadoop クラスターを展開する機能を提供しま" +"す。Hadoop のバージョン、クラスタートポロジー、ノードのハードウェアの詳細など" +"のパラメーターを指定します。" + msgid "" "Provides persistent block storage to running instances. Its pluggable driver " "architecture facilitates the creation and management of block storage " @@ -2129,6 +2195,9 @@ msgstr "ストレージの概念" msgid "Storage nodes" msgstr "ストレージノード" +msgid "Storage repository for image files" +msgstr "イメージファイルのストレージリポジトリー" + msgid "Storage types" msgstr "ストレージ種別" @@ -2139,6 +2208,20 @@ msgstr "" "仮想マシンディスクイメージを保存および取得します。OpenStack Compute がインス" "タンスの配備中に使用します。" +msgid "" +"Stores image metadata and you can choose your database depending on your " +"preference. Most deployments use MySQL or SQLite." +msgstr "" +"イメージのメタデータを保存します。お好みに合わせてデータベースを選択できま" +"す。多くの環境では MySQL か SQLite を使用します。" + +msgid "" +"Stores, processes, and retrieves metadata about images. Metadata includes " +"items such as size and type." +msgstr "" +"イメージに関するメタデータを保存・処理・取得します。メタデータは容量や形式な" +"どの項目を含みます。" + msgid "String" msgstr "文字列" @@ -2213,6 +2296,9 @@ msgstr "Launchpad バグエリア" msgid "The OpenStack IRC channel" msgstr "OpenStack IRC チャネル" +msgid "The OpenStack Image service includes the following components:" +msgstr "OpenStack Image service は、以下のコンポーネントを含みます。" + msgid "The OpenStack documentation uses several typesetting conventions." msgstr "OpenStack のドキュメントは、いくつかの植字の表記方法を採用しています。" @@ -2714,6 +2800,15 @@ msgstr "VOLUME" msgid "Various periodic processes" msgstr "さまざまな定期タスク" +msgid "" +"Various repository types are supported including normal file systems, Object " +"Storage, RADOS block devices, HTTP, and Amazon S3. Note that some " +"repositories will only support read-only usage." +msgstr "" +"通常のファイルシステム、Object Storage、RADOS ブロックデバイス、HTTP、Amazon " +"S3 など、さまざまな種類のリポジトリーがサポートされます。いくつかのリポジト" +"リーは読み込み専用の使用法のみをサポートすることに注意してください。" + msgid "Virtual Machine Image Guide" msgstr "Virtual Machine Image Guide" diff --git a/doc/common/locale/zh_CN.po b/doc/common/locale/zh_CN.po index cc718fe71d..1d60a9e83e 100644 --- a/doc/common/locale/zh_CN.po +++ b/doc/common/locale/zh_CN.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-08-27 05:23+0000\n" -"PO-Revision-Date: 2015-08-27 05:07+0000\n" +"POT-Creation-Date: 2015-08-28 01:04+0000\n" +"PO-Revision-Date: 2015-08-27 07:31+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/openstack/openstack-" "manuals-i18n/language/zh_CN/)\n" @@ -125,6 +125,30 @@ msgstr "(IntOpt)元数据API监控端口" msgid "(IntOpt) VNC starting port" msgstr "(IntOpt)VNC启动端口" +msgid "(StrOpt) Default IPv6 gateway" +msgstr "(StrOpt)缺省IPv6网关" + +msgid "(StrOpt) Driver to use for vendor data" +msgstr "(StrOpt) 使用赞助商数据的驱动" + +msgid "(StrOpt) File to load JSON formatted vendor data from" +msgstr "(StrOpt) 从文件加载JSON格式赞助商数据" + +msgid "(StrOpt) Fixed IPv6 address block" +msgstr "(StrOpt)固定IPv6地址块" + +msgid "(StrOpt) Host on which to listen for incoming requests" +msgstr "(StrOpt)监控入口请求的主机" + +msgid "(StrOpt) IP address on which instance spice server should listen" +msgstr "(StrOpt)实例spice 服务器监听的 IP地址" + +msgid "(StrOpt) IP address on which instance vncservers should listen" +msgstr "(StrOpt) vncsever监听的IP地址" + +msgid "(StrOpt) Keymap for spice" +msgstr "(StrOpt) spice键映射" + msgid "" "(StrOpt) Location of VNC console proxy, in the form \"http://127.0.0.1:6080/" "vnc_auto.html\"" diff --git a/doc/config-reference/locale/config-reference.pot b/doc/config-reference/locale/config-reference.pot index ca787297f0..d3fa7785f2 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: 2015-08-25 06:17+0000\n" +"POT-Creation-Date: 2015-08-28 06:16+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2916,7 +2916,7 @@ msgid "http://pip.readthedocs.org/en/latest/installing.html" msgstr "" #: ./doc/config-reference/compute/section_hypervisor_hyper-v.xml:243(package) -msgid "MySQL-python" +msgid "PyMySQL" msgstr "" #: ./doc/config-reference/compute/section_hypervisor_hyper-v.xml:245(link) @@ -6522,7 +6522,7 @@ msgstr "" msgid "If Block Storage is configured to use a Fibre Channel volume driver that supports Zone Manager, update cinder.conf to add the following configuration options to enable Fibre Channel Zone Manager." msgstr "" -#: ./doc/config-reference/block-storage/section_fc-zoning.xml:19(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:376(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:354(para) +#: ./doc/config-reference/block-storage/section_fc-zoning.xml:19(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:376(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:362(para) msgid "Make the following changes in the /etc/cinder/cinder.conf file." msgstr "" @@ -7110,27 +7110,27 @@ msgstr "" msgid "Additionally, you must install the hp3parclient version 3.1.1 or newer from the Python standard library on the system with the enabled Block Storage service volume drivers." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:92(title) ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:25(title) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:9(title) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:10(title) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:252(title) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:40(title) ./doc/config-reference/block-storage/drivers/emc-xtremio-driver.xml:21(title) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:289(title) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:35(title) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:18(title) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:16(title) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:56(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:66(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:319(title) ./doc/config-reference/block-storage/drivers/zfssa-nfs-driver.xml:15(title) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:92(title) ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:25(title) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:9(title) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:10(title) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:252(title) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:40(title) ./doc/config-reference/block-storage/drivers/emc-xtremio-driver.xml:21(title) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:289(title) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:35(title) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:18(title) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:16(title) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:56(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:66(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:327(title) ./doc/config-reference/block-storage/drivers/zfssa-nfs-driver.xml:15(title) msgid "Supported operations" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:95(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:12(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:257(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:43(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:293(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:69(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:322(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:95(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:12(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:257(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:43(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:293(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:69(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:330(para) msgid "Create, delete, attach, and detach volumes." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:98(para) ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:34(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:25(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:15(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:266(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:46(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:296(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:26(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:325(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:98(para) ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:34(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:25(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:15(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:266(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:46(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:296(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:26(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:333(para) msgid "Create, list, and delete volume snapshots." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:101(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:28(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:273(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:49(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:299(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:75(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:328(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:101(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:28(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:273(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:49(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:299(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:75(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:336(para) msgid "Create a volume from a snapshot." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:104(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:18(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:31(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:276(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:52(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:302(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:71(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:78(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:331(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:104(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:18(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:31(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:276(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:52(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:302(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:71(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:78(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:339(para) msgid "Copy an image to a volume." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:107(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:34(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:289(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:305(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:48(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:68(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:81(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:334(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:107(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:34(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:289(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:305(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:48(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:68(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:81(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:342(para) msgid "Copy a volume to an image." msgstr "" @@ -7338,11 +7338,11 @@ msgstr "" msgid "If you are not using an existing CPG, create a CPG on the HP 3PAR storage system to be used as the default location for creating volumes." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:379(emphasis) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:236(emphasis) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:359(emphasis) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:379(emphasis) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:236(emphasis) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:367(emphasis) msgid "## REQUIRED SETTINGS" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:414(emphasis) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:253(emphasis) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:379(emphasis) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:414(emphasis) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:253(emphasis) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:387(emphasis) msgid "## OPTIONAL SETTINGS" msgstr "" @@ -7354,7 +7354,7 @@ msgstr "" msgid "You can configure one or more iSCSI addresses by using the option. When you configure multiple addresses, the driver selects the iSCSI port with the fewest active volumes at attach time. The IP address might include an IP port by using a colon (:) to separate the address from port. If you do not define an IP port, the default port 3260 is used. Separate IP addresses with a comma (,). The / options might be used as an alternative to for single port iSCSI configuration." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:464(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:290(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:392(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:464(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:298(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:400(para) msgid "Save the changes to the cinder.conf file and restart the cinder-volume service." msgstr "" @@ -7786,7 +7786,7 @@ msgstr "" msgid "iSCSI CHAP authentication" msgstr "" -#: ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:68(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:281(para) +#: ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:68(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:289(para) msgid "CHAP secrets are added to existing hosts as well as newly-created ones. If the CHAP option is enabled, hosts will not be able to access the storage without the generated secrets." msgstr "" @@ -7794,7 +7794,7 @@ msgstr "" msgid "Not all OpenStack Compute drivers support CHAP authentication. Please check compatibility before using." msgstr "" -#: ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:80(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:274(para) +#: ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:80(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:282(para) msgid "CHAP secrets are passed from OpenStack Block Storage to Compute in clear text. This communication should be secured to ensure that CHAP secrets are not discovered." msgstr "" @@ -11866,7 +11866,7 @@ msgstr "" msgid "Enable the HP LeftHand/StoreVirtual iSCSI driver in standard mode" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:210(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:341(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:210(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:349(para) msgid "The HPLeftHandISCSIDriver is installed with the OpenStack software." msgstr "" @@ -11886,71 +11886,71 @@ msgstr "" msgid "https://10.10.0.141:8081/lhos" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:242(replaceable) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:365(replaceable) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:242(replaceable) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:373(replaceable) msgid "lhuser" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:245(replaceable) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:368(replaceable) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:245(replaceable) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:376(replaceable) msgid "lhpass" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:248(replaceable) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:374(replaceable) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:248(replaceable) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:382(replaceable) msgid "ClusterLefthand" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:261(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:269(para) msgid "You can enable only one driver on each cinder instance unless you enable multiple back end support. See the Cinder multiple back end support instructions to enable this feature." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:267(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:275(para) msgid "If the is set to true, the driver will associate randomly-generated CHAP secrets with all hosts on the HP LeftHand/StoreVirtual system. OpenStack Compute nodes use these secrets when creating iSCSI connections. " msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:298(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:306(para) msgid "The HP LeftHand/StoreVirtual driver is now enabled in standard mode on your OpenStack system. If you experience problems, review the Block Storage service log files for errors." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:305(title) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:313(title) msgid "HP LeftHand/StoreVirtual CLIQ driver legacy mode" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:306(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:314(para) msgid "This section describes how to configure the HP LeftHand/StoreVirtual Cinder driver in legacy mode." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:309(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:317(para) msgid "The HPLeftHandISCSIDriver allows you to use an HP Lefthand/StoreVirtual SAN that supports the CLIQ interface. Every supported volume operation translates into a CLIQ call in the back end." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:314(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:322(para) msgid "This driver has been deprecated as of the Liberty release, it will be removed in the M release. Please use the HPLeftHandISCSIDriver REST based driver instead." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:339(title) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:347(title) msgid "Enable the HP LeftHand/StoreVirtual iSCSI driver in legacy mode" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:348(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:356(para) msgid "If you are not using an existing cluster, create a cluster on the HP Lefthand storage system to be used as the cluster for creating volumes." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:362(replaceable) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:370(replaceable) msgid "10.10.0.141" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:401(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:409(para) msgid "The HP LeftHand/StoreVirtual driver is now enabled in legacy mode on your OpenStack system. If you experience problems, review the Block Storage service log files for errors." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:405(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:413(para) msgid "To configure the VSA" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:408(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:416(para) msgid "Configure CHAP on each of the nova-compute nodes." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:415(para) +#: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:423(para) msgid "Add server associations on the VSA with the associated CHAPS and initiator information. The name should correspond to the hostname of the nova-compute node. For Xen, this is the hypervisor host name. To do this, use either CLIQ or the Centralized Management Console." msgstr "" diff --git a/doc/install-guide/source/locale/install-guide.pot b/doc/install-guide/source/locale/install-guide.pot index 51ecd63704..c4ec1dd798 100644 --- a/doc/install-guide/source/locale/install-guide.pot +++ b/doc/install-guide/source/locale/install-guide.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Installation Guide 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-25 06:17+0000\n" +"POT-Creation-Date: 2015-08-28 06:17+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -334,7 +334,7 @@ msgstr "" msgid "187" msgstr "" -#: ../index-debian.rst:74 +#: ../index-debian.rst:103 msgid ":ref:`search`" msgstr "" @@ -367,7 +367,7 @@ msgid "" "and \"roll back\" to a working configuration in the event of a problem." msgstr "" -#: ../index-debian.rst:7 +#: ../index-debian.rst:35 msgid "Abstract" msgstr "" @@ -1235,7 +1235,7 @@ msgstr "" msgid "Container ring" msgstr "" -#: ../index-debian.rst:48 +#: ../index-debian.rst:76 msgid "Contents" msgstr "" @@ -2154,7 +2154,7 @@ msgstr "" msgid "Exit the database access client." msgstr "" -#: ../index-debian.rst:38 +#: ../index-debian.rst:66 msgid "" "Explanations of configuration options and sample configuration files are " "included." @@ -3825,10 +3825,23 @@ msgid "" "the ``[DEFAULT]`` section to configure the APIs and drivers:" msgstr "" -#: ../index-debian.rst:3 +#: ../index-debian.rst:3 ../index-debian.rst:31 msgid "OpenStack Installation Guide for Debian" msgstr "" +#: ../index-debian.rst:13 +msgid "" +"OpenStack Installation Guide for Red Hat Enterprise Linux, CentOS, and Fedora" +msgstr "" + +#: ../index-debian.rst:25 +msgid "OpenStack Installation Guide for Ubuntu" +msgstr "" + +#: ../index-debian.rst:19 +msgid "OpenStack Installation Guide for openSUSE and SUSE Linux Enterprise" +msgstr "" + # #-#-#-#-# basics-networking-neutron.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# networking-neutron.pot (Installation Guide 0.1) #-#-#-#-# #: ../basics-networking-neutron.rst:5 ../networking-neutron.rst:3 @@ -4823,7 +4836,7 @@ msgstr "" msgid "SUSE does not use a separate ML2 plug-in package." msgstr "" -#: ../index-debian.rst:72 +#: ../index-debian.rst:101 msgid "Search in this guide" msgstr "" @@ -5465,7 +5478,7 @@ msgid "" "administrators and users to manage various OpenStack resources and services." msgstr "" -#: ../index-debian.rst:9 +#: ../index-debian.rst:37 msgid "" "The OpenStack system consists of several key projects that you install " "separately. These projects work together depending on your cloud needs. " @@ -5930,25 +5943,25 @@ msgid "" "Chef, and Puppet to deploy and manage a production environment." msgstr "" -#: ../index-debian.rst:41 +#: ../index-debian.rst:69 msgid "This guide documents OpenStack Liberty release." msgstr "" -#: ../index-debian.rst:43 +#: ../index-debian.rst:71 msgid "" "This guide is a work-in-progress and changing rapidly while we continue to " "test and enhance the guidance. Please note where there are open \"to do\" " "items and help where you are able." msgstr "" -#: ../index-debian.rst:18 +#: ../index-debian.rst:46 msgid "" "This guide shows you how to install OpenStack by using packages available " "through Fedora 21 as well as on Red Hat Enterprise Linux 7 and its " "derivatives through the EPEL repository." msgstr "" -#: ../index-debian.rst:29 +#: ../index-debian.rst:57 msgid "" "This guide shows you how to install OpenStack by using packages on openSUSE " "13.2 and SUSE Linux Enterprise Server 12 through the Open Build Service " @@ -5961,13 +5974,13 @@ msgid "" "service that you add to your environment." msgstr "" -#: ../index-debian.rst:35 +#: ../index-debian.rst:63 msgid "" "This guide walks through an installation by using packages available through " "Debian 8 (code name: Jessie)." msgstr "" -#: ../index-debian.rst:24 +#: ../index-debian.rst:52 msgid "" "This guide walks through an installation by using packages available through " "Ubuntu 14.04." @@ -6528,8 +6541,8 @@ msgstr "" msgid "" "Use the ``cinder-volume-usage-audit`` command to retrieve meters on demand. " "For more information, see `Block Storage audit script setup to get " -"notifications `__." +"notifications `__." msgstr "" # #-#-#-#-# cinder-controller-node.pot (Installation Guide 0.1) #-#-#-#-# diff --git a/doc/install-guide/source/locale/ja/LC_MESSAGES/install-guide.po b/doc/install-guide/source/locale/ja/LC_MESSAGES/install-guide.po index ba792c924a..14e00d50b6 100644 --- a/doc/install-guide/source/locale/ja/LC_MESSAGES/install-guide.po +++ b/doc/install-guide/source/locale/ja/LC_MESSAGES/install-guide.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 05:23+0000\n" -"PO-Revision-Date: 2015-08-27 05:51+0000\n" +"POT-Creation-Date: 2015-08-28 01:05+0000\n" +"PO-Revision-Date: 2015-08-28 05:52+0000\n" "Last-Translator: Tomoyuki KATO \n" "Language-Team: Japanese (http://www.transifex.com/openstack/openstack-" "manuals-i18n/language/ja/)\n" @@ -73,15 +73,15 @@ msgid "" "**Minimal architecture example with OpenStack Networking (neutron)—Network " "layout**" msgstr "" -"**OpenStack Networking (neutron) を用いた最小アーキテクチャー例 — ハードウェ" +"**OpenStack Networking (neutron) を用いた最小アーキテクチャー例 - ハードウェ" "ア要件**" msgid "" "**Minimal architecture example with legacy networking (nova-network)—Network " "layout**" msgstr "" -"**レガシーネットワーク (nova-network) を用いた最小アーキテクチャー例 — ネット" -"ワーク配置**" +"**レガシーネットワーク (nova-network) を用いた最小アーキテクチャー例 - ネッ" +"トワーク配置**" msgid "**On SLES 12:**" msgstr "**SLES 12 の場合:**" @@ -402,7 +402,7 @@ msgid "Add the Identity service" msgstr "Identity の追加" msgid "Add the Image service" -msgstr "Image サービスの追加" +msgstr "Image service の追加" msgid "Add the Orchestration module" msgstr "Orchestration モジュールの追加" @@ -863,6 +863,27 @@ msgstr "" "また、ネットワーク通信がどのようにインスタンスから外部ネットワークやインター" "ネットに流れるのかを説明します。" +msgid "" +"Before starting the Object Storage services, you must create the initial " +"account, container, and object rings. The ring builder creates configuration " +"files that each node uses to determine and deploy the storage architecture. " +"For simplicity, this guide uses one region and zone with 2^10 (1024) maximum " +"partitions, 3 replicas of each object, and 1 hour minimum time between " +"moving a partition more than once. For Object Storage, a partition indicates " +"a directory on a storage device rather than a conventional partition table. " +"For more information, see the `Deployment Guide `__." +msgstr "" +"Object Storage サービスを起動する前に、初期アカウント、コンテナー、オブジェク" +"トリングを作成する必要があります。リングビルダーが、各ノードがストレージアー" +"キテクチャーを判断して配備するために使用する、設定ファイルを作成します。この" +"ガイドは簡単のため、最大 2^10 (1024) パーティションを持つ 1 つのリージョンと" +"ゾーン、各オブジェクトの 3 つの複製、連続したパーティション移動に最小 1 時間" +"の間隔を使用します。Object Storage 向けに、パーティションは伝統的なパーティ" +"ションテーブルではなく、ストレージデバイスにおけるディレクトリーを意味しま" +"す。詳細は `Deployment Guide `__ を参照してください。" + msgid "Before you begin" msgstr "始める前に" @@ -958,6 +979,17 @@ msgstr "" "NoopFirewallDriver`` ファイアウォールドライバーを使用して、Compute のファイア" "ウォールサービスを無効化する必要があります。" +msgid "" +"By default, MongoDB creates several 1 GB journal files in the :file:`/var/" +"lib/mongodb/journal` directory. If you want to reduce the size of each " +"journal file to 128 MB and limit total journal space consumption to 512 MB, " +"assert the ``smallfiles`` key:" +msgstr "" +"MongoDB は、デフォルトで :file:`/var/lib/mongodb/journal` ディレクトリーに 1 " +"GB のジャーナルファイルをいくつか作成します。各ジャーナルファイルの容量を " +"128 MB に減らして、ジャーナル容量の合計消費量を 512 MB に制限したい場合、" +"``smallfiles`` キーを宣言します。" + msgid "" "By default, SLES and openSUSE use an SQL database for session storage. For " "simplicity, we recommend changing the configuration to use ``memcached`` for " @@ -989,6 +1021,18 @@ msgstr "" "るようデフォルトで設定されます。Compute が Networking 経由でネットワークを管" "理するよう再設定する必要があります。" +msgid "" +"By default, the Identity service database contains no information to support " +"conventional authentication and catalog services. You must use a temporary " +"authentication token that you created in the section called :doc:`keystone-" +"install` to initialize the service entity and API endpoint for the Identity " +"service." +msgstr "" +"Identity サービスのデータベースは、初期状態で伝統的な認証とカタログサービスの" +"情報を何も含みません。:doc:`keystone-install` セクションにおいて作成した一時" +"認証トークンを使用して、Identity サービスのサービスエンティティーと API エン" +"ドポイントを初期化する必要があります。" + msgid "" "By default, the Identity service stores expired tokens in the SQL database " "indefinitely. The accumulation of expired tokens considerably increases the " @@ -1144,7 +1188,7 @@ msgid "Configure the Compute service to send notifications to the message bus." msgstr "Compute を設定して、メッセージバスに通知を送信します。" msgid "Configure the Image service" -msgstr "Image サービスの設定" +msgstr "Image service の設定" msgid "Configure the Object Storage service" msgstr "Object Storage の設定" @@ -1711,7 +1755,7 @@ msgid "Download a test file:" msgstr "テストファイルをダウンロードします。" msgid "Download an image from the Image service:" -msgstr "Image サービスからイメージをダウンロードします。" +msgstr "Image service からイメージをダウンロードします。" msgid "Download the source image into it:" msgstr "そこにソースイメージをダウンロードします。" @@ -1746,6 +1790,17 @@ msgstr "" "作成できます。これは、他の OpenStack サービスが Identity にアクセスするため" "に後から使用できます。これは以下のコマンドと同等です。" +msgid "" +"Each item in the filter array begins with ``a`` for **accept** or ``r`` for " +"**reject** and includes a regular expression for the device name. The array " +"must end with ``r/.*/`` to reject any remaining devices. You can use the :" +"command:`vgs -vvvv` command to test filters." +msgstr "" +"フィルター配列の各項目は、**許可** するために ``a`` で、**拒否** するために " +"``r`` から始まり、デバイス名のために正規表現を含みます。この配列は、他のすべ" +"てのデバイスを拒否するために ``r/.*/`` で終わる必要があります。:command:`vgs " +"-vvvv` コマンドを使用して、フィルターをテストできます。" + msgid "" "Each plug-in that Networking uses has its own concepts. While not vital to " "operating the VNI and OpenStack environment, understanding these concepts " @@ -2112,42 +2167,42 @@ msgid "" "Figure 1.2 Minimal architecture example with OpenStack Networking (neutron)—" "Hardware requirements" msgstr "" -"図 1.2 OpenStack Networking (neutron) を用いた最小アーキテクチャー例" -"``192.168.1.0/24``ハードウェア要件" +"図 1.2 OpenStack Networking (neutron) を用いた最小アーキテクチャー例 - ハー" +"ドウェア要件" msgid "" "Figure 1.3 Minimal architecture example with OpenStack Networking (neutron)—" "Network layout" msgstr "" -"図 1.3 OpenStack Networking (neutron) を用いた最小アーキテクチャー例—ハード" -"ウェア要件" +"図 1.3 OpenStack Networking (neutron) を用いた最小アーキテクチャー例 - ハー" +"ドウェア要件" msgid "" "Figure 1.4 Minimal architecture example with OpenStack Networking (neutron)—" "Service layout" msgstr "" -"図 1.4 OpenStack Networking (neutron) を用いた最小アーキテクチャー例—サービス" -"配置" +"図 1.4 OpenStack Networking (neutron) を用いた最小アーキテクチャー例 - サー" +"ビス配置" msgid "" "Figure 1.5 Minimal architecture example with legacy networking (nova-network)" "—Hardware requirements" msgstr "" -"図 1.5 レガシーネットワーク (nova-network) を用いた最小アーキテクチャー例—" +"図 1.5 レガシーネットワーク (nova-network) を用いた最小アーキテクチャー例 - " "ハードウェア要件" msgid "" "Figure 1.6 Minimal architecture example with legacy networking (nova-network)" "—Network layout" msgstr "" -"図 1.6 レガシーネットワーク (nova-network) を用いた最小アーキテクチャー例—" +"図 1.6 レガシーネットワーク (nova-network) を用いた最小アーキテクチャー例 - " "ネットワーク配置" msgid "" "Figure 1.7 Minimal architecture example with legacy networking (nova-network)" "—Service layout" msgstr "" -"図 1.7 レガシーネットワーク (nova-network) を用いた最小アーキテクチャー例—" +"図 1.7 レガシーネットワーク (nova-network) を用いた最小アーキテクチャー例 - " "サービス配置" msgid "Finalize installation" @@ -2161,6 +2216,20 @@ msgstr "" "ドに `SERVICE_PASS` を使用し、データベースの参照パスワードに " "`SERVICE_DBPASS` を使用します。" +msgid "" +"For best performance, we recommend that your environment meets or exceeds " +"the hardware requirements in :ref:`figure-neutron-network-hw` or :ref:" +"`figure-legacy-network-hw`. However, OpenStack does not require a " +"significant amount of resources and the following minimum requirements " +"should support a proof-of-concept environment with core services and " +"several :term:`CirrOS` instances:" +msgstr "" +"最高のパフォーマンスのために、お使いの環境が :ref:`figure-neutron-network-" +"hw` や :ref:`figure-legacy-network-hw` にあるハードウェア要件を満たすことを推" +"奨します。しかしながら、OpenStack は膨大な量のリソースを必要としません。以下" +"の最小要件は、コアなサービスと少しの :term:`CirrOS` イメージを持つ検証 (POC) " +"環境をサポートするでしょう。" + msgid "" "For details about browsers that support noVNC, see `README `__ and `browser support ` on the physical network that contains your tenant virtual " +"networks. Jumbo frames support MTUs up to approximately 9000 bytes which " +"negates the impact of GRE overhead on virtual networks. However, many " +"network devices lack support for jumbo frames and OpenStack administrators " +"often lack control over network infrastructure. Given the latter " +"complications, you can also prevent MTU problems by reducing the instance " +"MTU to account for GRE overhead. Determining the proper MTU value often " +"takes experimentation, but 1454 bytes works in most environments. You can " +"configure the DHCP server that assigns IP addresses to your instances to " +"also adjust the MTU." +msgstr "" +"理想的には、プロジェクトの仮想ネットワークを含む物理ネットワークにおいて、:" +"term:`ジャンボフレーム ` を有効化することにより、これらの問題を" +"防げます。ジャンボフレームは、仮想ネットワークにおける GRE オーバーヘッドの影" +"響をなくす、約 9000 バイトまでの MTU をサポートします。しかしながら、多くの" +"ネットワークデバイスはジャンボフレームをサポートしません。また、OpenStack の" +"管理者はしばしばネットワーク基盤の管理権限を持ちません。後者の場合、GRE オー" +"バーヘッドを考慮して、インスタンスの MTU を減らすことにより、MTU の問題を防ぐ" +"こともできます。適切な MTU 値を判断するには、しばしば実験を必要としますが、" +"1454 バイトがほとんどの環境で機能するでしょう。IP アドレスを割り当てる DHCP " +"サーバーがインスタンスに適切な MTU を調整するよう設定できます。" + msgid "" "If the status does not indicate ``available``, check the logs in the :file:`/" "var/log/cinder` directory on the controller and volume nodes for more " @@ -2631,6 +2724,15 @@ msgstr "" "は、支援を得るために :doc:`他の多くの選択肢 ` を利用して" "ください。お使いの環境が動作することを期待しています。" +msgid "" +"If your storage nodes use LVM on the operating system disk, you must also " +"add the associated device to the filter. For example, if the :file:`/dev/" +"sda` device contains the operating system:" +msgstr "" +"ストレージノードがオペレーティングシステムにおいて LVM を使用している場合、関" +"連するデバイスをフィルターに追加する必要があります。例えば、:file:`/dev/sda` " +"デバイスがオペレーティングシステムを含む場合、次のようにします。" + msgid "" "If your system uses a different device name, adjust these steps accordingly." msgstr "" @@ -2838,7 +2940,7 @@ msgstr "" msgid "" "In the ``[DEFAULT]`` section, configure the location of the Image service:" -msgstr "``[DEFAULT]`` セクションで、Image サービスの位置を設定します。" +msgstr "``[DEFAULT]`` セクションで、Image service の位置を設定します。" msgid "" "In the ``[DEFAULT]`` section, configure the metadata and wait condition URLs:" @@ -3829,6 +3931,17 @@ msgstr "" msgid "OpenStack Installation Guide for Debian" msgstr "OpenStack インストールガイド Debian 版" +msgid "" +"OpenStack Installation Guide for Red Hat Enterprise Linux, CentOS, and Fedora" +msgstr "" +"OpenStack インストールガイド Red Hat Enterprise Linux、CentOS、Fedora 版" + +msgid "OpenStack Installation Guide for Ubuntu" +msgstr "OpenStack インストールガイド Ubuntu 版" + +msgid "OpenStack Installation Guide for openSUSE and SUSE Linux Enterprise" +msgstr "OpenStack インストールガイド openSUSE、SUSE Linux Enterprise 版" + # #-#-#-#-# basics-networking-neutron.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# networking-neutron.pot (Installation Guide 0.1) #-#-#-#-# msgid "OpenStack Networking (neutron)" @@ -3849,9 +3962,43 @@ msgstr "" "置 ` 、:term:`VPN ` などの高度" "な仮想ネットワークトポロジーを作成できるようになります。" +msgid "" +"OpenStack Networking allows you to create and attach interface devices " +"managed by other OpenStack services to networks. Plug-ins can be implemented " +"to accommodate different networking equipment and software, providing " +"flexibility to OpenStack architecture and deployment." +msgstr "" +"OpenStack Networking により、他の OpenStack サービスにより管理されているイン" +"ターフェースデバイスを作成して、ネットワークに接続できます。プラグインは、" +"OpenStack のアーキテクチャーと環境に柔軟性を提供している、異なるネットワーク" +"設備とソフトウェアを適応させるために実装されます。" + +msgid "" +"OpenStack Networking mainly interacts with OpenStack Compute to provide " +"networks and connectivity for its instances." +msgstr "" +"OpenStack Networking は、おもに OpenStack Compute を通信して、そのインスタン" +"スにネットワークや接続性を提供します。" + msgid "OpenStack Networking plug-ins and agents" msgstr "OpenStack Networking プラグインおよびエージェント" +msgid "" +"OpenStack and supporting services require administrative privileges during " +"installation and operation. In some cases, services perform modifications to " +"the host that can interfere with deployment automation tools such as " +"Ansible, Chef, and Puppet. For example, some OpenStack services add a root " +"wrapper to ``sudo`` that can interfere with security policies. See the " +"`Cloud Administrator Guide `__ for more information." +msgstr "" +"OpenStack およびサポートサービスは、インストールおよび運用中に管理者権限を必" +"要とします。いくつかの場合、サービスが、Ansible、Chef、Puppet などの構成管理" +"ツールと通信できるホストに変更を実行できます。例えば、いくつかの OpenStack " +"サービスは、セキュリティポリシーと通信できる ``sudo`` に root ラッパーを追加" +"します。詳細は `Cloud Administrator Guide `__ を参照してください。" + msgid "OpenStack ceilometer daemons" msgstr "OpenStack ceilometer デーモン" @@ -4116,6 +4263,19 @@ msgstr "``openstack`` ユーザーの読み書きアクセスを許可します msgid "Permit secure shell (SSH) access:" msgstr "secure shell (SSH) アクセスを許可します。" +msgid "" +"Plugs and unplugs ports, creates networks or subnets, and provides IP " +"addressing. These plug-ins and agents differ depending on the vendor and " +"technologies used in the particular cloud. OpenStack Networking ships with " +"plug-ins and agents for Cisco virtual and physical switches, NEC OpenFlow " +"products, Open vSwitch, Linux bridging, and the VMware NSX product." +msgstr "" +"ポートを接続および切断します。ネットワークやサブネットを作成します。IP アドレ" +"スを提供します。これらのプラグインとエージェントは、特定のクラウドにおいて使" +"用されるベンダーと技術に依存して異なります。OpenStack Networking はCisco の仮" +"想スイッチと物理スイッチ、NEC OpenFlow 製品、Open vSwitch、Linux ブリッジ、" +"VMware NSX 製品のプラグインとエージェントを同梱しています。" + msgid "Populate the Block Storage database:" msgstr "Block Storage データベースにデータを登録します。" @@ -4167,6 +4327,15 @@ msgstr "" "他の OpenStack サービスに対して認証および認可サービスを提供します。すべての " "OpenStack サービスに対してエンドポイントのカタログを提供します。" +msgid "" +"Provides capabilties to provision and scale Hadoop clusters in OpenStack by " +"specifying parameters like Hadoop version, cluster topology and nodes " +"hardware details." +msgstr "" +"OpenStack においてスケール可能な Hadoop クラスターを展開する機能を提供しま" +"す。Hadoop のバージョン、クラスタートポロジー、ノードのハードウェアの詳細など" +"のパラメーターを指定します。" + msgid "" "Provides persistent block storage to running instances. Its pluggable driver " "architecture facilitates the creation and management of block storage " @@ -4714,7 +4883,7 @@ msgid "Restart the Image service services:" msgstr "Image service のサービスを再起動します。" msgid "Restart the Image service:" -msgstr "Image サービスを再起動します。" +msgstr "Image service を再起動します。" msgid "Restart the MongoDB service:" msgstr "MongoDB サービスを再起動します。" @@ -4864,6 +5033,18 @@ msgstr "" msgid "Show the service status:" msgstr "サービスの状態を表示します。" +msgid "" +"Similarly, if your compute nodes use LVM on the operating system disk, you " +"must also modify the filter in the :file:`/etc/lvm/lvm.conf` file on those " +"nodes to include only the operating system disk. For example, if the :file:`/" +"dev/sda` device contains the operating system:" +msgstr "" +"同様に、コンピュートノードがオペレーティングシステム上の LVM を使用している場" +"合、それらのノードにおいて :file:`/etc/lvm/lvm.conf` ファイルにあるフィルター" +"も変更して、オペレーティングシステムのディスクのみを含める必要があります。例" +"えば、:file:`/dev/sda` デバイスがオペレーティングシステムを含む場合、次のよう" +"にします。" + msgid "" "So, if using Debian, you wont need to care about database creation, access " "rights and character sets. All that is handled for you by the packages." @@ -5335,6 +5516,17 @@ msgstr "" "わりに名前を使用できるよう、このガイドは ``default`` ドメインを明示的に使用し" "ます。" +msgid "" +"The Kilo release is available directly through the official Debian backports " +"repository. To use this repository, follow the instruction from the official " +"`Debian website `_, which " +"basically suggest doing the following steps:" +msgstr "" +"Kilo リリースは、公式 Debian バックポートリポジトリー経由で直接取得できます。" +"公式の `Debian website `_ の説明に" +"従って、このリポジトリーを使用します。これは、基本的に以下の手順を実行するこ" +"とを推奨します。" + msgid "" "The ML2 plug-in uses the :term:`Open vSwitch (OVS) ` mechanism " "(agent) to build the virtual networking framework for instances." @@ -5437,6 +5629,28 @@ msgstr "" "Object Storage サービスは、コントローラーノードの SQL データベースを使用しま" "せん。代わりに、各ストレージノードの分散 SQLite データベースを使用します。" +msgid "" +"The OpenStack Block Storage service provides block storage devices to guest " +"instances. The method in which the storage is provisioned and consumed is " +"determined by the Block Storage driver, or drivers in the case of a multi-" +"backend configuration. There are a variety of drivers that are available: " +"NAS/SAN, NFS, iSCSI, Ceph, and more. The Block Storage API and scheduler " +"services typically run on the controller nodes. Depending upon the drivers " +"used, the volume service can run on controllers, compute nodes, or " +"standalone storage nodes. For more information, see the `Configuration " +"Reference `__." +msgstr "" +"OpenStack Block Storage サービスは、ブロックストレージデバイスを仮想マシンイ" +"ンスタンスに提供します。ストレージを配備して利用する方法は、Block Storage ド" +"ライバーにより決まります。NAS/SAN、NFS、iSCSI、Ceph などのさまざまなドライ" +"バーが利用できます。Block Storage API およびスケジューラーサービスは、一般的" +"にコントローラーノードで実行します。使用するドライバーによっては、ボリューム" +"サービスが、コントローラーノード、コンピュートノード、スタンドアロンのスト" +"レージノードで実行できます。詳細は `Configuration Reference `__ " +"を参照してください。" + msgid "" "The OpenStack Image service (glance) enables users to discover, register, " "and retrieve virtual machine images. It offers a :term:`REST ` API " @@ -5472,6 +5686,21 @@ msgstr "" "horizon>`__ としても知られ、クラウド管理者やユーザーがさまざまな OpenStack の" "リソースとサービスを管理できるようになるウェブインターフェースです。" +msgid "" +"The OpenStack system consists of several key projects that you install " +"separately. These projects work together depending on your cloud needs. " +"These projects include Compute, Identity Service, Networking, Image Service, " +"Block Storage, Object Storage, Telemetry, Orchestration, and Database. You " +"can install any of these projects separately and configure them stand-alone " +"or as connected entities." +msgstr "" +"OpenStack システムは、別々にインストールできるいくつかの主要なプロジェクトか" +"ら構成されます。これらのプロジェクトは、クラウドの必要性によって一緒に動作で" +"きます。Compute、Identity、Networking、Image service、Block Storage、Object " +"Storage、Telemetry、Orchestration、Database です。これらのプロジェクトを別々" +"にインストールして、スタンドアロンや接続されたエンティティーとして設定できま" +"す。" + msgid "" "The Orchestration module (heat) uses a heat orchestration template (HOT) to " "create and manage cloud resources." @@ -5636,7 +5865,7 @@ msgid "" msgstr "" "このガイドのドラフトバージョンは、将来の Liberty リリースに注力し、現行の " "Kilo リリースに対応していないかもしれません。Kilo をインストールしたい場合、" -"このガイドの `Kilo バージョン `__を使用する必要が" +"このガイドの `Kilo バージョン `__ を使用する必要が" "あります。" # #-#-#-#-# basics-networking-neutron.pot (Installation Guide 0.1) #-#-#-#-# @@ -5716,7 +5945,7 @@ msgstr "" "以下の例は MySQL サーバーの自動インストールを事前シードする方法を示します。" msgid "The following screens show an example Image service configuration:" -msgstr "以下の画面は Image サービスの設定例です。" +msgstr "以下の画面は Image service の設定例です。" msgid "" "The following table provides a list of services that require passwords and " @@ -6196,6 +6425,33 @@ msgstr "" "を使用して、Identity サービスが適切にインストール、設定、運用されていると仮定" "しています" +msgid "" +"This section assumes that you are following the instructions in this guide " +"step-by-step to configure the first compute node. If you want to configure " +"additional compute nodes, prepare them in a similar fashion to the first " +"compute node in the :ref:`example architectures ` section using the same networking service as your existing " +"environment. For either networking service, follow the :ref:`NTP " +"configuration ` and :doc:`OpenStack packages ` instructions. For OpenStack Networking (neutron), also follow " +"the :doc:`OpenStack Networking compute node ` " +"instructions. For legacy networking (nova-network), also follow the :doc:" +"`legacy networking compute node ` instructions. Each " +"additional compute node requires unique IP addresses." +msgstr "" +"このセクションは、このガイドにあるステップバイステップの手順に従い、最初のコ" +"ンピュートノードを設定してあることを仮定しています。追加のコンピュートノード" +"を設定したい場合、既存の環境と同じネットワークサービスを使用して、:ref:" +"`example architectures ` セクションにある最初" +"のコンピュートノードと同じ方法で準備します。どちらのネットワークサービスを使" +"用する場合も、:ref:`NTP 設定 ` および :doc:" +"`OpenStack パッケージ ` の説明に従ってください。OpenStack " +"Networking (neutron) の場合、:doc:`OpenStack Networking のコンピュートノード " +"` の説明に従ってください。また、レガシーネットワー" +"ク (nova-network) の場合、:doc:`レガシーネットワークのコンピュートノード " +"` の説明に従ってください。追加のコンピュートノード" +"は、それぞれ一意な IP アドレスを必要とします。" + msgid "" "This section covers deployment of a simple :term:`flat network` that " "provides IP addresses to your instances via :term:`DHCP`. If your " @@ -6208,6 +6464,51 @@ msgstr "" "` 機能により、コンピュートノードをまたがるネットワーク機能の分散" "により冗長性を提供します。" +msgid "" +"This section describes how to install and configure storage nodes for the " +"Block Storage service. For simplicity, this configuration references one " +"storage node with an empty local block storage device :file:`/dev/sdb` that " +"contains a suitable partition table with one partition :file:`/dev/sdb1` " +"occupying the entire device. The service provisions logical volumes on this " +"device using the :term:`LVM ` driver and " +"provides them to instances via :term:`iSCSI` transport. You can follow these " +"instructions with minor modifications to horizontally scale your environment " +"with additional storage nodes." +msgstr "" +"このセクションは、Block Storage サービス向けにストレージノードをインストール" +"して設定する方法を説明します。簡単のため、この設定は空のローカルブロックデバ" +"イス :file:`/dev/sdb` を持つ 1 つのストレージノードを参照します。これは、ディ" +"スク全体の占有する 1 つのパーティション :file:`/dev/sdb1` を持つ、適切なパー" +"ティションテーブルを含みます。サービスが :term:`LVM ` ドライバーを使用して、このデバイスに論理ボリュームを展開します。また" +"は、:term:`iSCSI` 経由でそれらをインスタンスに提供します。これらの手順に少し" +"変更を加えて、追加のストレージノードを用いて、お使いの環境を水平的にスケール" +"できます。" + +msgid "" +"This section describes how to install and configure storage nodes that " +"operate the account, container, and object services. For simplicity, this " +"configuration references two storage nodes, each containing two empty local " +"block storage devices. Each of the devices, :file:`/dev/sdb` and :file:`/dev/" +"sdc`, must contain a suitable partition table with one partition occupying " +"the entire device. Although the Object Storage service supports any file " +"system with :term:`extended attributes (xattr)`, testing and benchmarking " +"indicate the best performance and reliability on :term:`XFS`. For more " +"information on horizontally scaling your environment, see the `Deployment " +"Guide `_." +msgstr "" +"このセクションは、アカウントサービス、コンテナーサービス、オブジェクトサービ" +"スを実行する、ストレージノードをインストールして設定する方法を説明します。こ" +"の設定は簡単のため、それぞれ 2 つの空のローカルブロックストレージデバイスを持" +"つ、2 つのストレージノードを参照します。それぞれのデバイス :file:`/dev/sdb` " +"と :file:`/dev/sdc` は、ディスク全体の占有する 1 つのパーティションを持つ、適" +"切なパーティションテーブルを含みます。Object Storage サービスは :term:" +"`extended attributes (xattr)` を持つ任意のファイルシステムをサポートします" +"が、テストとベンチマークにより :term:`XFS` が最高のパフォーマンスと信頼性を示" +"します。お使いの環境を水平的にスケールさせることの詳細は `Deployment Guide " +"`_ を参照し" +"てください。" + msgid "" "This section describes how to install and configure the Block Storage " "service, code-named cinder, on the controller node. This service requires at " @@ -6217,6 +6518,27 @@ msgstr "" "ンストールして設定する方法を説明します。このサービスは、ボリュームをインスタ" "ンスに提供するストレージノードを少なくとも 1 つ必要とします。" +msgid "" +"This section describes how to install and configure the Compute service on a " +"compute node. The service supports several :term:`hypervisors ` " +"to deploy :term:`instances ` or :term:`VMs `. For simplicity, this configuration uses the :term:`QEMU ` hypervisor with the :term:`KVM ` " +"extension on compute nodes that support hardware acceleration for virtual " +"machines. On legacy hardware, this configuration uses the generic QEMU " +"hypervisor. You can follow these instructions with minor modifications to " +"horizontally scale your environment with additional compute nodes." +msgstr "" +"このセクションは、コンピュートノードに Compute サービスをインストールして設定" +"する方法を説明します。このサービスは、:term:`インスタンス ` や :" +"term:`仮想マシン ` を配備するために、いくつかの :term:`" +"ハイパーバイザー ` をサポートします。この設定は簡単のため、仮想マ" +"シン向けにハードウェア支援機能をサポートするコンピュートノードにおいて、:" +"term:`KVM ` 拡張を持つ :term:`QEMU ` ハイパーバイザーを使用します。古いハードウェアでは、この設定は汎用的" +"な QEMU ハイパーバイザーを使用します。これらの手順を少し修正して、追加のコン" +"ピュートノードを用いて、お使いの環境を水平的にスケールできます。" + msgid "" "This section describes how to install and configure the Compute service, " "code-named nova, on the controller node." @@ -6269,6 +6591,27 @@ msgstr "" "このセクションは、コントローラーノードにダッシュボードをインストールおよび設" "定する方法を説明します。" +msgid "" +"This section describes how to install and configure the proxy service that " +"handles requests for the account, container, and object services operating " +"on the storage nodes. For simplicity, this guide installs and configures the " +"proxy service on the controller node. However, you can run the proxy service " +"on any node with network connectivity to the storage nodes. Additionally, " +"you can install and configure the proxy service on multiple nodes to " +"increase performance and redundancy. For more information, see the " +"`Deployment Guide `__." +msgstr "" +"このセクションは、ストレージノードにおいて動作している、アカウントサービス、" +"コンテナーサービス、オブジェクトサービスのために、リクエストを処理するプロキ" +"シーサービスをインストールして設定する方法を説明します。このガイドは簡単のた" +"め、コントローラーノードにプロキシーサービスをインストールして設定します。し" +"かしながら、ストレージノードとネットワーク接続性のある任意のノードにおいてプ" +"ロキシーサービスを実行できます。加えて、パフォーマンスと冗長性を向上させるた" +"めに、複数のノードにプロキシーサービスをインストールして設定できます。詳細は " +"`Deployment Guide `__ を参照してください。" + msgid "" "This section describes how to verify operation of the Block Storage service " "by creating a volume." @@ -6418,13 +6761,13 @@ msgid "To install and configure Block Storage controller components" msgstr "Block Storage コントローラーコンポーネントのインストールと設定方法" msgid "To install and configure Compute controller components" -msgstr "Compute のコントローラーのコンポーネントをインストールし、設定する方法" +msgstr "Compute のコントローラーのコンポーネントをインストールと設定方法" msgid "To install and configure the Compute hypervisor components" msgstr "Compute のハイパーバイザーコンポーネントのインストールと設定方法" msgid "To install and configure the Image service components" -msgstr "Image サービスのコンポーネントのインストールと設定方法" +msgstr "Image service のコンポーネントのインストールと設定方法" msgid "To install and configure the Orchestration components" msgstr "Orchestration コンポーネントのインストールと設定方法" @@ -6615,13 +6958,14 @@ msgstr "YaST ネットワークモジュールを使用します。" msgid "" "Use the ``cinder-volume-usage-audit`` command to retrieve meters on demand. " "For more information, see `Block Storage audit script setup to get " -"notifications `__." +"notifications `__." msgstr "" "``cinder-volume-usage-audit`` コマンドを使用して、オンデマンドの測定項目を取" "得します。詳細は `Block Storage audit script setup to get notifications " -"`__ を参照してください。" +"`__ を参照してく" +"ださい。" # #-#-#-#-# cinder-controller-node.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# glance-install.pot (Installation Guide 0.1) #-#-#-#-# @@ -6855,6 +7199,21 @@ msgstr "" "``heat_stack_owner`` ロールをスタックを管理するユーザーに追加する必要がありま" "す。" +msgid "" +"You must configure each storage node before you install and configure the " +"Object Storage service on it. Similar to the controller node, each storage " +"node contains one network interface on the :term:`management network`. " +"Optionally, each storage node can contain a second network interface on a " +"separate network for replication. For more information, see :doc:" +"`basic_environment`." +msgstr "" +"各ストレージノードに Object Storage サービスをインストールして設定する前に、" +"各ストレージノードを設定する必要があります。コントローラーノードと同じよう" +"に、各ストレージノードは :term:`管理ネットワーク ` に 1 " +"つのネットワークインターフェースを持ちます。オプションとして、各ストレージ" +"ノードは、複製専用のネットワークに 2 番目のネットワークインターフェースを含め" +"られます。詳細は :doc:`basic_environment` を参照してください。" + msgid "" "You must configure the storage node before you install and configure the " "volume service on it. Similar to the controller node, the storage node " diff --git a/doc/networking-guide/source/locale/networking-guide.pot b/doc/networking-guide/source/locale/networking-guide.pot index 2dbc88d193..f8c7644ef2 100644 --- a/doc/networking-guide/source/locale/networking-guide.pot +++ b/doc/networking-guide/source/locale/networking-guide.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Networking Guide 0.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-26 06:30+0000\n" +"POT-Creation-Date: 2015-08-28 06:17+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -104,36 +104,36 @@ msgstr "" msgid "1,0,1" msgstr "" -#: ../adv_config_ipv6.rst:540 +#: ../adv_config_ipv6.rst:543 msgid ":code:`$1`: The operation being performed." msgstr "" -#: ../adv_config_ipv6.rst:542 +#: ../adv_config_ipv6.rst:545 msgid "" ":code:`$IFACE`: The network interface upon which the request was received." msgstr "" -#: ../adv_config_ipv6.rst:539 +#: ../adv_config_ipv6.rst:542 msgid ":code:`$PREFIX1`: The prefix being added/deleted by the Dibbler server." msgstr "" -#: ../adv_config_ipv6.rst:541 +#: ../adv_config_ipv6.rst:544 msgid ":code:`$REMOTE_ADDR`: The IP address of the requesting Dibbler client." msgstr "" -#: ../adv_config_ipv6.rst:512 +#: ../adv_config_ipv6.rst:515 msgid "" ":code:`iface`: The name of the network interface on which to listen for " "prefix delegation messages." msgstr "" -#: ../adv_config_ipv6.rst:518 +#: ../adv_config_ipv6.rst:521 msgid "" ":code:`pd-length`: The length that delegated prefixes will be. This must be " "64 to work with the current OpenStack Networking reference implementation." msgstr "" -#: ../adv_config_ipv6.rst:514 +#: ../adv_config_ipv6.rst:517 msgid "" ":code:`pd-pool`: The larger prefix from which you want your delegated " "prefixes to come. The example given is sufficient if you do not need " @@ -141,14 +141,14 @@ msgid "" "necessary." msgstr "" -#: ../adv_config_ipv6.rst:509 +#: ../adv_config_ipv6.rst:512 msgid "" ":code:`script`: Points to a script to be run when a prefix is delegated or " "released. This is only needed if you want instances on your subnets to have " "external network access. More on this below." msgstr "" -#: ../index.rst:44 +#: ../index.rst:45 msgid ":ref:`search`" msgstr "" @@ -208,11 +208,10 @@ msgstr "" #: ../intro_network_namespaces.rst:5 msgid "" -"A namespace is a container for a set of identifiers. Namespaces provide a " -"level of direction to specific identifiers and make it possible to " -"differentiate between identifiers with the same exact name. With network " -"namespaces, you can have different and separate instances of network " -"interfaces and routing tables that operate independently of each other." +"A namespace is a way of scoping a particular set of identifiers. Using a " +"namespace, you can use the same identifier multiple times in different " +"namespaces. You can also restrict an identifier set visible to particular " +"processes." msgstr "" #: ../intro_os_networking_overview.rst:116 @@ -330,7 +329,7 @@ msgid "" "Accepts and routes RPC requests between agents to complete API operations. " "Message queue is used in the ML2 plug-in for RPC between the neutron server " "and neutron agents that run on each hypervisor, in the ML2 mechanism drivers " -"for OVS and Linux bridge." +"for :term:`Open vSwitch` and :term`Linux bridge`." msgstr "" #: ../adv_config_sriov.rst:204 @@ -377,44 +376,44 @@ msgstr "" msgid "Adding high availability for DHCP" msgstr "" -#: ../adv_config_ipv6.rst:306 +#: ../adv_config_ipv6.rst:308 msgid "" -"Address and optional information using Neutron router and DHCP " +"Address and optional information using neutron router and DHCP " "implementation respectively." msgstr "" -#: ../adv_config_ipv6.rst:270 +#: ../adv_config_ipv6.rst:272 msgid "" "Address are assigned using EUI-64, and OpenStack Networking provides routing." msgstr "" -#: ../adv_config_ipv6.rst:235 +#: ../adv_config_ipv6.rst:236 msgid "Address configuration and optional information using DHCPv6." msgstr "" -#: ../adv_config_ipv6.rst:231 +#: ../adv_config_ipv6.rst:232 msgid "Address configuration using RA and optional information using DHCPv6." msgstr "" -#: ../adv_config_ipv6.rst:228 +#: ../adv_config_ipv6.rst:229 msgid "Address configuration using Router Advertisement (RA)." msgstr "" -#: ../adv_config_ipv6.rst:218 +#: ../adv_config_ipv6.rst:219 msgid "Address modes for ports" msgstr "" -#: ../adv_config_ipv6.rst:310 +#: ../adv_config_ipv6.rst:312 msgid "Addresses and optional information are assigned using DHCPv6." msgstr "" -#: ../adv_config_ipv6.rst:266 +#: ../adv_config_ipv6.rst:268 msgid "" "Addresses are assigned using EUI-64, and an external router will be used for " "routing." msgstr "" -#: ../adv_config_ipv6.rst:204 +#: ../adv_config_ipv6.rst:205 msgid "Addresses for subnets" msgstr "" @@ -422,18 +421,18 @@ msgstr "" msgid "Advanced configuration" msgstr "" -#: ../adv_config_ipv6.rst:376 +#: ../adv_config_ipv6.rst:378 msgid "Advanced services" msgstr "" -#: ../adv_config_ipv6.rst:494 +#: ../adv_config_ipv6.rst:497 msgid "" "After installing Dibbler, edit the :file:`/etc/dibbler/server.conf` file:" msgstr "" #: ../adv_config_sriov.rst:324 msgid "" -"After the configuration is done, you can now launch Instances with Neutron " +"After the configuration is done, you can now launch Instances with neutron " "SR-IOV ports." msgstr "" @@ -479,6 +478,19 @@ msgid "" "flow only considers one instance using a VXLAN project network." msgstr "" +#: ../intro_network_namespaces.rst:38 +msgid "" +"Any given Linux process runs in a particular network namespace. By default " +"this is inherited from its parent process, but a process with the right " +"capabilities can switch itself into a different namespace; in practice this " +"is mostly done using the :command:`ip netns exec NETNS COMMAND...` " +"invocation, which starts ``COMMAND`` running in the namespace named " +"``NETNS``. Suppose such a process sends out a message to IP address A.B.C.D, " +"the effect of the namespace is that A.B.C.D will be looked up in that " +"namespace's routing table, and that will determine the network device that " +"the message is transmitted through." +msgstr "" + # #-#-#-#-# config_ml2_plug_in.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# config_server.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# @@ -515,12 +527,12 @@ msgstr "" #: ../adv_config_ipv6.rst:48 msgid "" -"As of Juno, the OpenStack networking service (neutron) provides two new " -"attributes to the Subnet object, which allows users of the API to configure " +"As of Juno, the OpenStack Networking service (neutron) provides two new " +"attributes to the subnet object, which allows users of the API to configure " "IPv6 subnets." msgstr "" -#: ../adv_config_ipv6.rst:435 +#: ../adv_config_ipv6.rst:438 msgid "" "As of the Kilo release, considerable effort has gone in to ensuring the " "tenant network can handle dual stack IPv6 and IPv4 transport across the " @@ -528,7 +540,7 @@ msgid "" "not been apply to running the OpenStack control network in a dual stack " "configuration. Similarly, little scrutiny has gone into ensuring that the " "OpenStack API endpoints can be accessed via an IPv6 network. At this time, " -"OpenVswitch (OVS) tunnel types - STT, VXLAN, GRE, only support IPv4 " +"Open vSwitch (OVS) tunnel types - STT, VXLAN, GRE, only support IPv4 " "endpoints, not IPv6, so a full IPv6-only deployment is not possible with " "that technology." msgstr "" @@ -603,9 +615,9 @@ msgid "" "Internet)." msgstr "" -#: ../adv_config_ipv6.rst:404 +#: ../adv_config_ipv6.rst:406 msgid "" -"At the current time OpenStack Neutron does not provide any facility to " +"At the current time OpenStack Networking does not provide any facility to " "support any flavor of NAT with IPv6. Unlike IPv4 there is no current " "embedded support for floating IPs with IPv6. It is assumed that the IPv6 " "addressing amongst the tenants are using GUAs with no overlap across the " @@ -633,11 +645,11 @@ msgstr "" msgid "Attach the project subnet as an interface on the router:" msgstr "" -#: ../adv_config_ipv6.rst:319 +#: ../adv_config_ipv6.rst:321 msgid "Auto Configuration Flag = 1" msgstr "" -#: ../adv_config_ipv6.rst:278 +#: ../adv_config_ipv6.rst:280 msgid "Auto Configuration Flag = 1 Managed" msgstr "" @@ -715,14 +727,14 @@ msgstr "" #: ../adv_config_ipv6.rst:195 msgid "" -"Both the Linux bridge and the OVS dataplane modules support forwarding IPv6 " -"packets amongst the guests and router ports. Similar to IPv4, there is no " -"special configuration or setup required to enable the dataplane to properly " -"forward packets from the source to the destination using IPv6. Note that " -"these dataplanes will forward Link-local Address (LLA) packets between hosts " -"on the same network just fine without any participation or setup by " -"OpenStack components after the ports are all connected and MAC addresses " -"learned." +"Both the Linux bridge and the Open vSwitch dataplane modules support " +"forwarding IPv6 packets amongst the guests and router ports. Similar to " +"IPv4, there is no special configuration or setup required to enable the " +"dataplane to properly forward packets from the source to the destination " +"using IPv6. Note that these dataplanes will forward Link-local Address (LLA) " +"packets between hosts on the same network just fine without any " +"participation or setup by OpenStack components after the ports are all " +"connected and MAC addresses learned." msgstr "" #: ../migration_nova_network_to_neutron.rst:122 @@ -884,7 +896,7 @@ msgstr "" msgid "Configuration" msgstr "" -#: ../adv_config_ipv6.rst:279 +#: ../adv_config_ipv6.rst:281 msgid "Configuration Flag = 0" msgstr "" @@ -1062,15 +1074,15 @@ msgid "" "ini` file:" msgstr "" -#: ../adv_config_ipv6.rst:462 +#: ../adv_config_ipv6.rst:465 msgid "Configuring OpenStack Networking for prefix delegation" msgstr "" -#: ../adv_config_ipv6.rst:416 +#: ../adv_config_ipv6.rst:419 msgid "Configuring interfaces of the guest" msgstr "" -#: ../adv_config_ipv6.rst:492 +#: ../adv_config_ipv6.rst:495 msgid "Configuring the Dibbler server" msgstr "" @@ -1317,17 +1329,17 @@ msgid "" "deployments." msgstr "" -#: ../adv_config_ipv6.rst:292 +#: ../adv_config_ipv6.rst:294 msgid "DHCPv6" msgstr "" -#: ../adv_config_ipv6.rst:235 ../adv_config_ipv6.rst:308 -#: ../adv_config_ipv6.rst:309 +#: ../adv_config_ipv6.rst:236 ../adv_config_ipv6.rst:310 +#: ../adv_config_ipv6.rst:311 msgid "DHCPv6-stateful" msgstr "" -#: ../adv_config_ipv6.rst:232 ../adv_config_ipv6.rst:304 -#: ../adv_config_ipv6.rst:305 +#: ../adv_config_ipv6.rst:233 ../adv_config_ipv6.rst:306 +#: ../adv_config_ipv6.rst:307 msgid "DHCPv6-stateless" msgstr "" @@ -1387,7 +1399,7 @@ msgstr "" msgid "Definition" msgstr "" -#: ../adv_config_ipv6.rst:653 +#: ../adv_config_ipv6.rst:656 msgid "" "Deleting the router interface causes the subnet to be reverted to the " "temporary CIDR, and all ports have their IPs updated. Prefix leases are " @@ -1424,7 +1436,7 @@ msgid "" "allocation range:" msgstr "" -#: ../adv_config_ipv6.rst:208 +#: ../adv_config_ipv6.rst:209 msgid "Direct assignment during subnet creation via command line or Horizon" msgstr "" @@ -1481,6 +1493,23 @@ msgid "" "post-migration APIs." msgstr "" +#: ../intro_network_namespaces.rst:27 +msgid "" +"Each network namespace also has its own routing table, and in fact this is " +"the main reason for namespaces to exist. A routing table is keyed by " +"destination IP address, so network namespaces are what you need if you want " +"the same destination IP address to mean different things at different times " +"- which is something that OpenStack Networking requires for its feature of " +"providing overlapping IP addresses in different virtual networks." +msgstr "" + +#: ../intro_network_namespaces.rst:34 +msgid "" +"Each network namespace also has its own set of iptables (for both IPv4 and " +"IPv6). So, you can apply different security to flows with the same IP " +"addressing in different namespaces, as well as different routing." +msgstr "" + # #-#-#-#-# scenario_dvr_ovs.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# scenario_l3ha_lb.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# scenario_l3ha_ovs.pot (Networking Guide 0.9) #-#-#-#-# @@ -1503,7 +1532,7 @@ msgstr "" msgid "Edit the :file:`/etc/neutron/dnsmasq-neutron.conf` file:" msgstr "" -#: ../adv_config_ipv6.rst:356 +#: ../adv_config_ipv6.rst:358 msgid "" "Effectively the ``ipv6_gateway`` flag takes precedence over an RA that is " "received from the upstream router. If it is desired to use a GUA next hop " @@ -1511,16 +1540,16 @@ msgid "" "assigning the upstream routers GUA address as the gateway for the subnet." msgstr "" -#: ../adv_config_sriov.rst:42 ../adv_config_sriov.rst:278 -msgid "Enable Neutron sriov-agent (Compute)" -msgstr "" - #: ../migration_nova_network_to_neutron.rst:96 msgid "" "Enable a nova-api proxy that recreates internal Compute objects from " "Networking information (via the Networking REST API)." msgstr "" +#: ../adv_config_sriov.rst:42 ../adv_config_sriov.rst:278 +msgid "Enable neutron sriov-agent (Compute)" +msgstr "" + #: ../adv_config_sriov.rst:229 msgid "" "Enable or disable the sriovagent. Please see the section, `Neutron sriov-" @@ -1622,11 +1651,11 @@ msgstr "" # #-#-#-#-# adv_config_FwaaS.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# adv_config_ipv6.pot (Networking Guide 0.9) #-#-#-#-# -#: ../adv_config_FwaaS.rst:3 ../adv_config_ipv6.rst:397 +#: ../adv_config_FwaaS.rst:3 ../adv_config_ipv6.rst:399 msgid "FWaaS" msgstr "" -#: ../adv_config_ipv6.rst:399 +#: ../adv_config_ipv6.rst:401 msgid "FWaaS allows creation of IPv6 based rules." msgstr "" @@ -1640,7 +1669,7 @@ msgstr "" msgid "Firewalls" msgstr "" -#: ../adv_config_ipv6.rst:564 +#: ../adv_config_ipv6.rst:567 msgid "First, create a network and IPv6 subnet:" msgstr "" @@ -1660,7 +1689,7 @@ msgid "" "VFs `_" msgstr "" -#: ../adv_config_ipv6.rst:294 +#: ../adv_config_ipv6.rst:296 msgid "" "For DHCPv6-stateless, the currently supported combinations are as follows:" msgstr "" @@ -1720,6 +1749,15 @@ msgstr "" msgid "For VXLAN project networks:" msgstr "" +#: ../intro_network_namespaces.rst:10 +msgid "" +"For example, Linux provides namespaces for networking and processes, among " +"other things. If a process is running within a process namespace, it can " +"only see and communicate with other processes in the same namespace. So, if " +"a shell in a particular process namespace ran :command:`ps waux`, it would " +"only show the other processes in the same namespace." +msgstr "" + # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# scenario_provider_ovs.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario4b.rst:130 ../deploy_scenario4b.rst:146 @@ -1840,13 +1878,13 @@ msgid "" "a particular project uses the VXLAN network type." msgstr "" -#: ../adv_config_ipv6.rst:248 +#: ../adv_config_ipv6.rst:250 msgid "" "For the above two attributes to be effective, ``enable_dhcp`` must be set to " "True in file :file:`neutron.conf`." msgstr "" -#: ../adv_config_ipv6.rst:449 +#: ../adv_config_ipv6.rst:452 msgid "" "From the Liberty release onwards, OpenStack Networking supports IPv6 prefix " "delegation. This section describes the configuration and workflow steps " @@ -2065,7 +2103,7 @@ msgstr "" msgid "IPv6 addressing" msgstr "" -#: ../adv_config_ipv6.rst:370 +#: ../adv_config_ipv6.rst:372 msgid "" "IPv6 does work when the Distributed Virtual Router functionality is enabled, " "but all ingress/egress traffic is via the centralized router (hence, not " @@ -2082,7 +2120,7 @@ msgid "" "or agents whether in physical or virtual form factors." msgstr "" -#: ../adv_config_ipv6.rst:224 +#: ../adv_config_ipv6.rst:225 msgid "" "IPv6 supports three different addressing schemes for address configuration " "and for providing optional network information." @@ -2119,7 +2157,7 @@ msgid "" "and L3HA mechanisms." msgstr "" -#: ../adv_config_ipv6.rst:649 +#: ../adv_config_ipv6.rst:652 msgid "" "If the prefix delegation server is configured to delegate globally routable " "prefixes and setup routes, then any instance with a port on this subnet " @@ -2167,6 +2205,17 @@ msgid "" "to implement floating IP addresses." msgstr "" +#: ../intro_network_namespaces.rst:19 +msgid "" +"In a network namespace, the scoped 'identifiers' are network devices; so a " +"given network device, such as ``eth0``, exists in a particular namespace. " +"Linux starts up with a default network namespace, so if your operating " +"system does not do anything special, that is where all the network devices " +"will be located. But it is also possible to create further non-default " +"namespaces, and create new devices in those namespaces, or to move an " +"existing device from one namespace to another." +msgstr "" + #: ../intro_basic_networking.rst:43 msgid "" "In an Ethernet network, every host on the network can send a frame directly " @@ -2289,10 +2338,10 @@ msgid "" "and *data link layer*." msgstr "" -#: ../adv_config_ipv6.rst:349 +#: ../adv_config_ipv6.rst:351 msgid "" "In the absence of an upstream RA support, ``ipv6_gateway`` flag can be set " -"with the external router gateway LLA in the Neutron L3 agent configuration " +"with the external router gateway LLA in the neutron L3 agent configuration " "file. This also requires that no subnet is associated with that port." msgstr "" @@ -2324,7 +2373,7 @@ msgid "" "an IP address range because it only handles layer-2 connectivity." msgstr "" -#: ../adv_config_ipv6.rst:211 +#: ../adv_config_ipv6.rst:212 msgid "" "In the future, different techniques could be used to allocate subnets to " "tenants:" @@ -2503,7 +2552,7 @@ msgstr "" msgid "Intel" msgstr "" -#: ../adv_config_ipv6.rst:329 +#: ../adv_config_ipv6.rst:331 msgid "" "Internal router ports, that act as default gateway ports for a network, will " "share a common port for all IPv6 subnets associated with the network. This " @@ -2603,7 +2652,7 @@ msgstr "" # #-#-#-#-# adv_config_ipv6.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# adv_config_LBaaS.pot (Networking Guide 0.9) #-#-#-#-# -#: ../adv_config_ipv6.rst:392 ../adv_config_LBaaS.rst:3 +#: ../adv_config_ipv6.rst:394 ../adv_config_LBaaS.rst:3 msgid "LBaaS" msgstr "" @@ -2745,17 +2794,10 @@ msgstr "" msgid "Linux bridging for implementing a layer 2 network" msgstr "" -#: ../intro_network_namespaces.rst:18 +#: ../intro_network_namespaces.rst:17 msgid "Linux network namespaces" msgstr "" -#: ../intro_network_namespaces.rst:20 -msgid "" -"Linux network namespaces provide isolation of the system resources " -"associated with networking. Each network namespace has its own network " -"devices, IP addresses, IP routing tables, iptables, and /proc/net directory." -msgstr "" - #: ../adv_config_sriov.rst:71 msgid "Live migration is not supported for instances with SR-IOV ports." msgstr "" @@ -2832,7 +2874,7 @@ msgstr "" msgid "Make the Networking API read-write and disable legacy networking." msgstr "" -#: ../adv_config_ipv6.rst:320 +#: ../adv_config_ipv6.rst:322 msgid "Managed Configuration Flag = 0" msgstr "" @@ -2931,7 +2973,7 @@ msgstr "" msgid "Multicast discovery (L2 population)" msgstr "" -#: ../adv_config_ipv6.rst:402 +#: ../adv_config_ipv6.rst:404 msgid "NAT & Floating IPs" msgstr "" @@ -3073,11 +3115,11 @@ msgid "" "load balancers, and other networking infrastructure on the same layer 2 VLAN." msgstr "" -#: ../adv_config_ipv6.rst:282 +#: ../adv_config_ipv6.rst:284 msgid "" "Neutron networks that contain a SLAAC enabled IPv6 subnet will result in all " -"Neutron ports attached to the network receiving IPv6 addresses. This is " -"because when RA broadcast messages are sent out on a Neutron network, they " +"neutron ports attached to the network receiving IPv6 addresses. This is " +"because when RA broadcast messages are sent out on a neutron network, they " "are received by all IPv6 capable ports on the network, and each port will " "then configure an IPv6 address based on the information contained in the RA " "packet. In some cases, an IPv6 SLAAC address will be added to a port, in " @@ -3116,22 +3158,22 @@ msgstr "" msgid "Neutron subnets and the IPv6 API attributes" msgstr "" -#: ../adv_config_ipv6.rst:337 +#: ../adv_config_ipv6.rst:339 msgid "" "Neutron tenant networks that are assigned Global Unicast Address (GUA) " -"prefixes and addresses don’t require NAT on the Neutron router external " +"prefixes and addresses don’t require NAT on the neutron router external " "gateway port to access the outside world. As a consequence of the lack of " "NAT the external router port doesn’t require a GUA to send and receive to " "the external networks. This implies a GUA IPv6 subnet prefix is not " -"necessarily needed for the Neutron external network. By default, a IPv6 LLA " +"necessarily needed for the neutron external network. By default, a IPv6 LLA " "associated with the external gateway port can be used for routing purposes. " "To handle this scenario, the implementation of router-gateway-set API in " -"Neutron has been modified so that an IPv6 subnet is not required for the " -"external network that is associated with the Neutron router. The LLA address " +"neutron has been modified so that an IPv6 subnet is not required for the " +"external network that is associated with the neutron router. The LLA address " "of the upstream router can be learned in two ways." msgstr "" -#: ../adv_config_ipv6.rst:368 +#: ../adv_config_ipv6.rst:370 msgid "Neutron's Distributed Router feature and IPv6" msgstr "" @@ -3148,7 +3190,7 @@ msgstr "" #: ../adv_config_sriov.rst:66 msgid "" "No OpenStack Dashboard integration. Users need to use CLI or API to create " -"Neutron SR-IOV ports." +"neutron SR-IOV ports." msgstr "" #: ../adv_config_ipv6.rst:107 @@ -3165,7 +3207,7 @@ msgstr "" msgid "Not in scope" msgstr "" -#: ../adv_config_ipv6.rst:264 +#: ../adv_config_ipv6.rst:266 msgid "Not specified." msgstr "" @@ -3593,6 +3635,10 @@ msgid "" "deployment." msgstr "" +#: ../intro_os_networking_overview.rst:44 +msgid "OpenStack Networking concepts" +msgstr "" + #: ../intro_networking.rst:14 msgid "" "OpenStack Networking consists of the neutron-server, a database for " @@ -3622,17 +3668,21 @@ msgid "" "host instead." msgstr "" -#: ../adv_config_ipv6.rst:237 +#: ../intro_os_networking_overview.rst:34 +msgid "OpenStack Networking plug-in and agents" +msgstr "" + +#: ../adv_config_ipv6.rst:238 msgid "" -"OpenStack can be setup such that Neutron directly provides RA, DHCP relay " -"and DHCPv6 address and optional information for their networks or this can " -"be delegated to external routers and services based on the drivers that are " -"in use. There are two Neutron subnet attributes - ``ipv6_ra_mode`` and " -"``ipv6_address_mode`` – that determine how IPv6 addressing and network " +"OpenStack can be setup such that OpenStack Networking directly provides RA, " +"DHCP relay and DHCPv6 address and optional information for their networks or " +"this can be delegated to external routers and services based on the drivers " +"that are in use. There are two neutron subnet attributes - ``ipv6_ra_mode`` " +"and ``ipv6_address_mode`` – that determine how IPv6 addressing and network " "information is provided to tenant instances:" msgstr "" -#: ../adv_config_ipv6.rst:433 +#: ../adv_config_ipv6.rst:436 msgid "OpenStack control & management network considerations" msgstr "" @@ -3642,7 +3692,7 @@ msgid "" "network." msgstr "" -#: ../adv_config_ipv6.rst:418 +#: ../adv_config_ipv6.rst:421 msgid "" "OpenStack currently doesn't support the privacy extensions defined by RFC " "4941. The interface identifier and DUID used must be directly derived from " @@ -3656,14 +3706,6 @@ msgid "" "create and manage network services through a web-based graphical interface." msgstr "" -#: ../intro_os_networking_overview.rst:44 -msgid "OpenStack networking concepts" -msgstr "" - -#: ../intro_os_networking_overview.rst:34 -msgid "OpenStack networking plug-in and agents" -msgstr "" - # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# scenario_dvr_ovs.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# scenario_l3ha_lb.pot (Networking Guide 0.9) #-#-#-#-# @@ -3835,15 +3877,15 @@ msgstr "" msgid "Options" msgstr "" -#: ../adv_config_ipv6.rst:553 +#: ../adv_config_ipv6.rst:556 msgid "Or to run in headless mode::" msgstr "" -#: ../adv_config_ipv6.rst:280 +#: ../adv_config_ipv6.rst:282 msgid "Other Configuration Flag = 0 New or existing" msgstr "" -#: ../adv_config_ipv6.rst:321 +#: ../adv_config_ipv6.rst:323 msgid "Other Configuration Flag = 1" msgstr "" @@ -3949,11 +3991,11 @@ msgstr "" msgid "Ports" msgstr "" -#: ../adv_config_ipv6.rst:447 +#: ../adv_config_ipv6.rst:450 msgid "Prefix delegation" msgstr "" -#: ../adv_config_ipv6.rst:457 +#: ../adv_config_ipv6.rst:460 msgid "" "Prefix delegation will be in the upcoming Liberty release, it is not " "available in the current OpenStack Kilo release. HA and DVR routers are not " @@ -4127,11 +4169,11 @@ msgstr "" msgid "Reference common configuration items" msgstr "" -#: ../adv_config_ipv6.rst:658 +#: ../adv_config_ipv6.rst:661 msgid "References" msgstr "" -#: ../adv_config_ipv6.rst:209 +#: ../adv_config_ipv6.rst:210 msgid "Referencing a subnet pool during subnet creation" msgstr "" @@ -4205,11 +4247,11 @@ msgid "" "that handles GRE/VXLAN project networks." msgstr "" -#: ../adv_config_ipv6.rst:473 +#: ../adv_config_ipv6.rst:476 msgid "Requirements" msgstr "" -#: ../adv_config_ipv6.rst:263 ../adv_config_ipv6.rst:303 +#: ../adv_config_ipv6.rst:265 ../adv_config_ipv6.rst:305 msgid "Result" msgstr "" @@ -4233,7 +4275,7 @@ msgstr "" msgid "Router advertisements" msgstr "" -#: ../adv_config_ipv6.rst:324 +#: ../adv_config_ipv6.rst:326 msgid "Router support" msgstr "" @@ -4275,8 +4317,8 @@ msgstr "" msgid "Run the following if you have added new parameters:" msgstr "" -#: ../adv_config_ipv6.rst:265 ../adv_config_ipv6.rst:268 -#: ../adv_config_ipv6.rst:269 +#: ../adv_config_ipv6.rst:267 ../adv_config_ipv6.rst:270 +#: ../adv_config_ipv6.rst:271 msgid "SLAAC" msgstr "" @@ -4323,7 +4365,7 @@ msgstr "" msgid "Scenario: Provider networks with Open vSwitch" msgstr "" -#: ../index.rst:42 +#: ../index.rst:43 msgid "Search in this guide" msgstr "" @@ -4331,7 +4373,7 @@ msgstr "" msgid "Security" msgstr "" -#: ../adv_config_ipv6.rst:410 +#: ../adv_config_ipv6.rst:413 msgid "Security considerations" msgstr "" @@ -4520,16 +4562,16 @@ msgid "" "Set the \"has_transitioned\" flag in the Compute hypervisor database/config." msgstr "" -#: ../adv_config_ipv6.rst:312 +#: ../adv_config_ipv6.rst:314 msgid "" -"Setting DHCPv6-stateless for ``ipv6_ra_mode`` configures the Neutron router " +"Setting DHCPv6-stateless for ``ipv6_ra_mode`` configures the neutron router " "with radvd agent to send RAs. The table below captures the values set for " "the address configuration flags in the RA packet in this scenario. " "Similarly, setting DHCPv6-stateless for ``ipv6_address_mode`` configures " -"Neutron DHCP implementation to provide the additional network information." +"neutron DHCP implementation to provide the additional network information." msgstr "" -#: ../adv_config_ipv6.rst:273 +#: ../adv_config_ipv6.rst:275 msgid "" "Setting ``ipv6_ra_mode`` to ``slaac`` will result in OpenStack Networking " "routers being configured to send RA packets, when they are created. This " @@ -4644,7 +4686,7 @@ msgstr "" msgid "Start the following services:" msgstr "" -#: ../adv_config_ipv6.rst:228 +#: ../adv_config_ipv6.rst:229 msgid "Stateless Address Auto Configuration (SLAAC)" msgstr "" @@ -4693,7 +4735,7 @@ msgstr "" msgid "TCP/UDP/ICMP" msgstr "" -#: ../adv_config_ipv6.rst:394 +#: ../adv_config_ipv6.rst:396 msgid "TODO" msgstr "" @@ -4748,14 +4790,14 @@ msgstr "" msgid "Test whether the sriov-agent runs successfully:" msgstr "" -#: ../adv_config_ipv6.rst:220 +#: ../adv_config_ipv6.rst:221 msgid "" "That an external DHCPv6 server in theory could override the full address " "OpenStack assigns based on the EUI-64 address, but that would not be wise as " "it would not be consistent through the system." msgstr "" -#: ../adv_config_ipv6.rst:362 +#: ../adv_config_ipv6.rst:364 msgid "" "That it should be possible for tenants to communicate with each other on an " "isolated network (a network without a router port) using LLA with little to " @@ -4994,17 +5036,6 @@ msgid "" "private networks." msgstr "" -#: ../intro_os_networking_overview.rst:22 -msgid "" -"The Neutron API includes support for Layer 2 networking and IP address " -"management (IPAM), as well as an extension for a Layer 3 router construct " -"that enables routing between Layer 2 networks and gateways to external " -"networks. Neutron includes a growing list of plug-ins that enable " -"interoperability with various commercial and open source network " -"technologies, including routers, switches, virtual switches and software-" -"defined networking (SDN) controllers." -msgstr "" - #: ../scenario_provider_ovs.rst:267 ../scenario_provider_ovs.rst:339 msgid "" "The Open vSwitch VLAN bridge ``br-provider`` forwards the packet to the " @@ -5395,6 +5426,17 @@ msgid "" "that contains a tag for project network 2." msgstr "" +#: ../intro_os_networking_overview.rst:22 +msgid "" +"The OpenStack Networking API includes support for Layer 2 networking and IP " +"address management (IPAM), as well as an extension for a Layer 3 router " +"construct that enables routing between Layer 2 networks and gateways to " +"external networks. Networking includes a growing list of plug-ins that " +"enable interoperability with various commercial and open source network " +"technologies, including routers, switches, virtual switches and software-" +"defined networking (SDN) controllers." +msgstr "" + #: ../adv_config_debugging.rst:5 msgid "" "The OpenStack Networking service offers many degrees of freedom because of " @@ -5595,7 +5637,7 @@ msgid "" "architecture does not support project (private) networks." msgstr "" -#: ../adv_config_ipv6.rst:545 +#: ../adv_config_ipv6.rst:548 msgid "" "The above is all you need in this scenario, but more information on " "installing, configuring, and running Dibbler is available in the Dibbler " @@ -5612,9 +5654,9 @@ msgstr "" msgid "The basics" msgstr "" -#: ../adv_config_ipv6.rst:326 +#: ../adv_config_ipv6.rst:328 msgid "" -"The behavior of the Neutron router for IPv6 is different than IPv4 in a few " +"The behavior of the neutron router for IPv6 is different than IPv4 in a few " "ways." msgstr "" @@ -5846,10 +5888,10 @@ msgid "" "groups, QoS, and ARP spoofing filtering." msgstr "" -#: ../adv_config_ipv6.rst:660 +#: ../adv_config_ipv6.rst:663 msgid "" -"The following link provides a great step by step tutorial on setting up the " -"v6 with openstack. http://bit.ly/ipv6-kilo" +"The following link provides a great step by step tutorial on setting up IPv6 " +"with OpenStack: http://www.debug-all.com/?p=52" msgstr "" #: ../misc_libvirt.rst:69 @@ -6185,7 +6227,7 @@ msgid "" "port number. These types of ports are referred to as *ephemeral ports*." msgstr "" -#: ../adv_config_ipv6.rst:507 +#: ../adv_config_ipv6.rst:510 msgid "The options used in the configuration file above are:" msgstr "" @@ -6284,7 +6326,7 @@ msgstr "" msgid "The physical tunnel interface forwards the packet to the network node." msgstr "" -#: ../adv_config_ipv6.rst:621 +#: ../adv_config_ipv6.rst:624 msgid "" "The prefix delegation mechanism then sends a request via the external " "network to your prefix delegation server, which replies with the delegated " @@ -6411,7 +6453,7 @@ msgid "" "manufacturers. Currently the following manufactuers are known to work:" msgstr "" -#: ../adv_config_ipv6.rst:606 +#: ../adv_config_ipv6.rst:609 msgid "" "The subnet is initially created with a temporary CIDR before one can be " "assigned by prefix delegation. Any number of subnets with this temporary " @@ -6486,14 +6528,14 @@ msgid "" "``br-tun``." msgstr "" -#: ../adv_config_ipv6.rst:352 +#: ../adv_config_ipv6.rst:354 msgid "" "The upstream router can send an RA and the neutron router will automatically " "learn the next-hop LLA, provided again that no subnet is assigned and the " "``ipv6_gateway`` flag is not set." msgstr "" -#: ../adv_config_ipv6.rst:537 +#: ../adv_config_ipv6.rst:540 msgid "The variables used in the script file above are:" msgstr "" @@ -6501,7 +6543,7 @@ msgstr "" msgid "There are 2 ways of configuring SR-IOV:" msgstr "" -#: ../adv_config_ipv6.rst:206 +#: ../adv_config_ipv6.rst:207 msgid "There are four methods for a subnet to get its ``cidr`` in OpenStack:" msgstr "" @@ -6519,7 +6561,7 @@ msgstr "" msgid "There are two syntaxes for expressing a netmask:" msgstr "" -#: ../adv_config_ipv6.rst:423 +#: ../adv_config_ipv6.rst:426 msgid "" "There is no provisions for an IPv6-based metadata service similar to what is " "provided for IPv4. In the case of dual stack Guests though it is always " @@ -6639,7 +6681,7 @@ msgid "" "Service" msgstr "" -#: ../adv_config_ipv6.rst:486 +#: ../adv_config_ipv6.rst:489 msgid "" "This guide assumes that you are running a Dibbler server on the network node " "where the external network bridge exists. If you already have a prefix " @@ -6760,7 +6802,7 @@ msgid "" "both Networking and Compute." msgstr "" -#: ../adv_config_ipv6.rst:468 +#: ../adv_config_ipv6.rst:471 msgid "" "This tells OpenStack Networking to use the prefix delegation mechanism for " "subnet allocation when the user does not provide a CIDR or subnet pool id " @@ -6836,7 +6878,7 @@ msgid "" "the next section. Finally, the subnets ``cidr`` needs to be provided." msgstr "" -#: ../adv_config_ipv6.rst:464 +#: ../adv_config_ipv6.rst:467 msgid "To enable prefix delegation, edit the :file:`etc/neutron.conf` file::" msgstr "" @@ -6884,7 +6926,7 @@ msgstr "" msgid "To prevent the network from automatically starting on boot::" msgstr "" -#: ../adv_config_ipv6.rst:521 +#: ../adv_config_ipv6.rst:524 msgid "" "To provide external network access to your instances, your Dibbler server " "also needs to create new routes for each delegated prefix. This is done " @@ -6906,11 +6948,11 @@ msgid "" "command::" msgstr "" -#: ../adv_config_ipv6.rst:549 +#: ../adv_config_ipv6.rst:552 msgid "To start your Dibbler server, run::" msgstr "" -#: ../adv_config_ipv6.rst:611 +#: ../adv_config_ipv6.rst:614 msgid "" "To trigger the prefix delegation process, create a router interface between " "this subnet and a router with an active interface on the external network:" @@ -6941,7 +6983,7 @@ msgid "" "VLANs." msgstr "" -#: ../adv_config_ipv6.rst:475 +#: ../adv_config_ipv6.rst:478 msgid "" "To use this feature, you need a prefix delegation capable DHCPv6 server that " "is reachable from your OpenStack Networking node(s). This could be software " @@ -7021,7 +7063,7 @@ msgid "" "separate application to be associated with UDP port 16543." msgstr "" -#: ../adv_config_ipv6.rst:427 +#: ../adv_config_ipv6.rst:430 msgid "" "Unlike IPv4 the MTU of a given network can be conveyed in the RA messages " "sent by the router and not in the DHCP messages. In Kilo the MTU sent by " @@ -7033,10 +7075,10 @@ msgstr "" msgid "" "Update the :file:`/etc/neutron/plugins/ml2/ml2_conf_sriov.ini` on each " "controller. In our case the vendor_id is 8086 and the product_id is 10ed. " -"Tell Neutron the vendor_id and product_id of the VFs that are supported." +"Tell neutron the vendor_id and product_id of the VFs that are supported." msgstr "" -#: ../adv_config_ipv6.rst:215 +#: ../adv_config_ipv6.rst:216 msgid "Use of an external IPAM module to allocate the subnet" msgstr "" @@ -7056,7 +7098,7 @@ msgid "" "scenario in your environment." msgstr "" -#: ../adv_config_ipv6.rst:562 +#: ../adv_config_ipv6.rst:565 msgid "User workflow" msgstr "" @@ -7080,7 +7122,7 @@ msgstr "" msgid "Using OpenStack Networking with IPv6" msgstr "" -#: ../adv_config_ipv6.rst:252 +#: ../adv_config_ipv6.rst:254 msgid "Using SLAAC for addressing" msgstr "" @@ -7088,7 +7130,7 @@ msgstr "" msgid "Using SR-IOV functionality" msgstr "" -#: ../adv_config_ipv6.rst:214 +#: ../adv_config_ipv6.rst:215 msgid "Using a PD client to request a prefix for a subnet from a PD server" msgstr "" @@ -7121,12 +7163,12 @@ msgstr "" # #-#-#-#-# adv_config_ipv6.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# adv_config_VPNaaS.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# intro_os_networking_service.pot (Networking Guide 0.9) #-#-#-#-# -#: ../adv_config_ipv6.rst:379 ../adv_config_VPNaaS.rst:3 +#: ../adv_config_ipv6.rst:381 ../adv_config_VPNaaS.rst:3 #: ../intro_os_networking_service.rst:69 msgid "VPNaaS" msgstr "" -#: ../adv_config_ipv6.rst:381 +#: ../adv_config_ipv6.rst:383 msgid "" "VPNaaS supports IPv6, but support in Kilo and prior releases will have some " "bugs that may limit how it can be used. More thorough and complete testing " @@ -7215,14 +7257,15 @@ msgstr "" msgid "Virtual extensible local area network (VXLAN)" msgstr "" -#: ../intro_network_namespaces.rst:12 +#: ../intro_network_namespaces.rst:48 msgid "Virtual routing and forwarding (VRF)" msgstr "" -#: ../intro_network_namespaces.rst:14 +#: ../intro_network_namespaces.rst:50 msgid "" "Virtual routing and forwarding is an IP technology that allows multiple " -"instances of a routing table to coexist on the same router at the same time." +"instances of a routing table to coexist on the same router at the same time. " +"It is another name for the network namespace functionality described above." msgstr "" #: ../adv_config_sriov.rst:79 @@ -7272,7 +7315,7 @@ msgid "" "protocol were carried out for the instance in question." msgstr "" -#: ../adv_config_ipv6.rst:557 +#: ../adv_config_ipv6.rst:560 msgid "" "When using DevStack, it is important to start your server after the :file:" "`stack.sh` script has finished to ensure that the required network " @@ -7283,13 +7326,13 @@ msgstr "" msgid "When using Intel SR-IOV cards the sriov-agent should be disabled." msgstr "" -#: ../adv_config_ipv6.rst:254 +#: ../adv_config_ipv6.rst:256 msgid "" "When using SLAAC, the currently supported combinations for ``ipv6_ra_mode`` " "and ``ipv6_address_mode`` are as follows." msgstr "" -#: ../adv_config_ipv6.rst:482 +#: ../adv_config_ipv6.rst:485 msgid "" "When using the reference implementation of the OpenStack Networking prefix " "delegation driver, Dibbler must also be installed on your OpenStack " @@ -7365,7 +7408,7 @@ msgstr "" msgid "``ipv6_address_mode``" msgstr "" -#: ../adv_config_ipv6.rst:245 +#: ../adv_config_ipv6.rst:247 msgid "" "``ipv6_address_mode``: Determines how instances obtain IPv6 address, default " "gateway, or optional information." @@ -7375,7 +7418,7 @@ msgstr "" msgid "``ipv6_ra_mode``" msgstr "" -#: ../adv_config_ipv6.rst:244 +#: ../adv_config_ipv6.rst:246 msgid "``ipv6_ra_mode``: Determines who sends RA." msgstr "" @@ -7485,11 +7528,11 @@ msgstr "" msgid "ipv6 ra mode" msgstr "" -#: ../adv_config_ipv6.rst:262 ../adv_config_ipv6.rst:302 +#: ../adv_config_ipv6.rst:264 ../adv_config_ipv6.rst:304 msgid "ipv6_address_mode" msgstr "" -#: ../adv_config_ipv6.rst:261 ../adv_config_ipv6.rst:301 +#: ../adv_config_ipv6.rst:263 ../adv_config_ipv6.rst:303 msgid "ipv6_ra_mode" msgstr "" diff --git a/doc/user-guide-admin/source/locale/ja/LC_MESSAGES/user-guide-admin.po b/doc/user-guide-admin/source/locale/ja/LC_MESSAGES/user-guide-admin.po index ff2ff0dae5..aafbfd8c56 100644 --- a/doc/user-guide-admin/source/locale/ja/LC_MESSAGES/user-guide-admin.po +++ b/doc/user-guide-admin/source/locale/ja/LC_MESSAGES/user-guide-admin.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-26 06:00+0000\n" -"PO-Revision-Date: 2015-08-25 23:55+0000\n" +"POT-Creation-Date: 2015-08-28 01:05+0000\n" +"PO-Revision-Date: 2015-08-27 09:56+0000\n" "Last-Translator: Tomoyuki KATO \n" "Language-Team: Japanese (http://www.transifex.com/openstack/openstack-" "manuals-i18n/language/ja/)\n" @@ -162,16 +162,12 @@ msgid "8192" msgstr "8192" msgid "" -":guilabel:`Availability Zones`: Displays the availability zones that have " -"been configured for the cluster. It is only available when multiple " -"availability zones have been defined." +":guilabel:`Block Storage Services`: Displays information specific to the " +"Block Storage Service. Both host and zone are listed for each service, as " +"well as its activation status." msgstr "" -":guilabel:`アベイラビリティゾーン`: クラスターに設定されたアベイラビリティ" -"ゾーンを表示します。複数のアベイラビリティゾーンが定義されている場合のみ利用" -"できます。" - -msgid ":guilabel:`Block Storage Services`:" -msgstr ":guilabel:`Block Storage Service`:" +":guilabel:`Block Storage サービス`: Block Storage に固有の情報を表示します。" +"ホストとゾーンが、稼働状態とともに各サービスに対して一覧表示されます。" msgid "" ":guilabel:`Compute Services`: Displays information specific to the Compute " @@ -187,35 +183,6 @@ msgstr ":guilabel:`説明`" msgid ":guilabel:`Format`" msgstr ":guilabel:`形式`" -msgid "" -":guilabel:`Global Disk Usage` tab to view disk usage per tenant (project)." -msgstr "" -"プロジェクトごとのディスク使用量を表示するための、:guilabel:`全体ディスク使用" -"量` タブ。" - -msgid "" -":guilabel:`Global Network Traffic Usage` tab to view ingress or egress usage " -"per tenant (project)." -msgstr "" -"プロジェクトごとの受信および送信の使用量を表示するための、:guilabel:`全体の" -"ネットワーク通信使用量` タブ。" - -msgid "" -":guilabel:`Global Network Usage` tab to view duration and creation requests " -"for networks, subnets, routers, ports, and floating IPs, per tenant " -"(project)." -msgstr "" -"プロジェクトごとのネットワーク、サブネット、ルーター、ポート、Floating IP の" -"使用期間および作成リクエスト数を表示するための、:guilabel:`ネットワーク全体使" -"用量` 。" - -msgid "" -":guilabel:`Global Object Storage Usage` tab to view incoming and outgoing " -"storage bytes per tenant (project)." -msgstr "" -"プロジェクトごとのストレージの受信および送信バイト数を表示するための、:" -"guilabel:`全体オブジェクトストレージ使用状況` タブ。" - msgid ":guilabel:`Image File` or :guilabel:`Image Location`" msgstr ":guilabel:`イメージファイル` または :guilabel:`イメージの場所`" @@ -235,8 +202,14 @@ msgstr "" ":guilabel:`ネットワークエージェント`: クラスター内で有効なネットワークエー" "ジェント、L3 や DHCP などの種別、各エージェントの状態とともに表示します。" -msgid ":guilabel:`Orchestration Services`:" -msgstr ":guilabel:`Orchestration Service`:" +msgid "" +":guilabel:`Orchestration Services`: Displays information specific to the " +"Orchestration Service. Name, engine id, host and topic are listed for each " +"service, as well as its activation status." +msgstr "" +":guilabel:`Orchestration サービス`: Orchestration サービスに固有の情報を表示" +"します。名前、エンジン ID、ホスト、トピックが、稼働状態とともに各サービスに対" +"して一覧表示されます。" msgid ":guilabel:`Protected`" msgstr ":guilabel:`保護`" @@ -262,6 +235,14 @@ msgstr "" "合計)、対象期間の指定 (日付の期間を定義するためにカレンダーを使用) をできま" "す。" +msgid "" +":guilabel:`Usage Report` tab to view a usage report per tenant (project) by " +"specifying the time period (or even use a calendar to define a date range)." +msgstr "" +"時間間隔を指定することにより (または、日付の範囲を定義するためにカレンダーも" +"使用できます)、プロジェクトごとの使用状況を表示する :guilabel:`使用状況` タ" +"ブ。" + msgid ":ref:`search`" msgstr ":ref:`search`" @@ -926,20 +907,6 @@ msgstr "何回の PUT リクエストが各ログファイルにあったかを msgid "Disk (in GB)" msgstr "ディスク (GB 単位)" -msgid "" -"Displays information specific to the Block Storage Service. Both host and " -"zone are listed for each service, as well as its activation status." -msgstr "" -"Block Storage に固有の情報を表示します。ホストとゾーンが、稼働状態とともに各" -"サービスに対して一覧表示されます。" - -msgid "" -"Displays information specific to the Orchestration Service. Both name and " -"host are listed for each service, and its activation status." -msgstr "" -"Orchestration に固有の情報を表示します。名前とホストが、稼働状態とともに各" -"サービスに対して一覧表示されます。" - msgid "Download an object::" msgstr "オブジェクトをダウンロードします。" @@ -1755,7 +1722,8 @@ msgstr "" ":guilabel:`管理` タブで、:guilabel:`ロール` カテゴリーをクリックします。" msgid "" -"On the :guilabel:`Admin` tab, click the :guilabel:`System Info` category." +"On the :guilabel:`Admin` tab, click the :guilabel:`System Information` " +"category." msgstr "" ":guilabel:`管理` タブで、:guilabel:`システム情報` カテゴリーをクリックしま" "す。" diff --git a/doc/user-guide-admin/source/locale/user-guide-admin.pot b/doc/user-guide-admin/source/locale/user-guide-admin.pot index d033d84c8f..a15d55a2a4 100644 --- a/doc/user-guide-admin/source/locale/user-guide-admin.pot +++ b/doc/user-guide-admin/source/locale/user-guide-admin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Admin User Guide 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 06:17+0000\n" +"POT-Creation-Date: 2015-08-28 06:17+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -208,30 +208,6 @@ msgstr "" msgid ":guilabel:`Format`" msgstr "" -#: ../dashboard_view_cloud_resources.rst:33 -msgid "" -":guilabel:`Global Disk Usage` tab to view disk usage per tenant (project)." -msgstr "" - -#: ../dashboard_view_cloud_resources.rst:35 -msgid "" -":guilabel:`Global Network Traffic Usage` tab to view ingress or egress usage " -"per tenant (project)." -msgstr "" - -#: ../dashboard_view_cloud_resources.rst:41 -msgid "" -":guilabel:`Global Network Usage` tab to view duration and creation requests " -"for networks, subnets, routers, ports, and floating IPs, per tenant " -"(project)." -msgstr "" - -#: ../dashboard_view_cloud_resources.rst:38 -msgid "" -":guilabel:`Global Object Storage Usage` tab to view incoming and outgoing " -"storage bytes per tenant (project)." -msgstr "" - #: ../dashboard_manage_images.rst:45 msgid ":guilabel:`Image File` or :guilabel:`Image Location`" msgstr "" @@ -276,13 +252,19 @@ msgid "" "not the service is enabled." msgstr "" -#: ../dashboard_view_cloud_resources.rst:45 +#: ../dashboard_view_cloud_resources.rst:37 msgid "" ":guilabel:`Stats` tab to view a multi-series line chart with user-defined " "meters. You group by project, define the value type (min, max, avg, or sum), " "and specify the time period (or even use a calendar to define a date range)." msgstr "" +#: ../dashboard_view_cloud_resources.rst:33 +msgid "" +":guilabel:`Usage Report` tab to view a usage report per tenant (project) by " +"specifying the time period (or even use a calendar to define a date range)." +msgstr "" + #: ../index.rst:35 msgid ":ref:`search`" msgstr "" diff --git a/doc/user-guide/source/locale/ja/LC_MESSAGES/user-guide.po b/doc/user-guide/source/locale/ja/LC_MESSAGES/user-guide.po index 6b1e006c66..fdcfb50766 100644 --- a/doc/user-guide/source/locale/ja/LC_MESSAGES/user-guide.po +++ b/doc/user-guide/source/locale/ja/LC_MESSAGES/user-guide.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 05:24+0000\n" -"PO-Revision-Date: 2015-08-26 13:58+0000\n" +"POT-Creation-Date: 2015-08-28 01:05+0000\n" +"PO-Revision-Date: 2015-08-27 23:03+0000\n" "Last-Translator: Tomoyuki KATO \n" "Language-Team: Japanese (http://www.transifex.com/openstack/openstack-" "manuals-i18n/language/ja/)\n" @@ -5224,9 +5224,9 @@ msgstr "削除したいボリュームのチェックボックスを選択しま msgid "Select the container in which you want to store your object." msgstr "オブジェクトを保存したいコンテナーを選択します。" -msgid "Select the default security group and click :guilabel:`Edit Rules`." +msgid "Select the default security group and click :guilabel:`Manage Rules`." msgstr "" -"default セキュリティグループを選択して、:guilabel:`ルールの編集` をクリックし" +"default セキュリティグループを選択して、:guilabel:`ルールの管理` をクリックし" "ます。 " msgid "Select the image format (for example, QCOW2) for the image." diff --git a/doc/user-guide/source/locale/user-guide.pot b/doc/user-guide/source/locale/user-guide.pot index ca0a41c3d2..2abbf75b88 100644 --- a/doc/user-guide/source/locale/user-guide.pot +++ b/doc/user-guide/source/locale/user-guide.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: End User Guide 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-27 06:17+0000\n" +"POT-Creation-Date: 2015-08-28 06:17+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5241,7 +5241,7 @@ msgid "Select the container in which you want to store your object." msgstr "" #: ../configure_access_and_security_for_instances.rst:51 -msgid "Select the default security group and click :guilabel:`Edit Rules`." +msgid "Select the default security group and click :guilabel:`Manage Rules`." msgstr "" #: ../dashboard_manage_images.rst:60