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 3d7227de04..5e8316af84 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-10-26 06:26+0000\n" +"POT-Creation-Date: 2015-10-28 06:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,77 +58,178 @@ msgid "The Bare Metal module is composed of the following components:" msgstr "" #: ../baremetal.rst:27 -msgid "A RESTful API service" -msgstr "" - -#: ../baremetal.rst:29 -msgid "A conductor service" +msgid "" +"An admin-only RESTful API service, by which privileged users, such as cloud " +"operators and other services within the cloud control plane, may interact " +"with the managed bare-metal servers." msgstr "" #: ../baremetal.rst:31 -msgid "Various drivers that support heterogeneous hardware" +msgid "" +"A conductor service, which conducts all activity related to bare-metal " +"deployments. Functionality is exposed via the API service. The Bare Metal " +"service conductor and API service communicate via RPC." msgstr "" -#: ../baremetal.rst:33 -msgid "A message queue" -msgstr "" - -#: ../baremetal.rst:35 -msgid "A database for storing information about the resources" +#: ../baremetal.rst:36 +msgid "" +"Various drivers that support heterogeneous hardware, which enable features " +"specific to unique hardware platforms and leverage divergent capabilities " +"via a common API." msgstr "" #: ../baremetal.rst:40 -msgid "Bare Metal deployment" -msgstr "" - -#: ../baremetal.rst:42 -msgid "PXE deploy process" +msgid "" +"A message queue, which is a central hub for passing messages, such as " +"RabbitMQ. It should use the same implementation as that of the Compute " +"service." msgstr "" #: ../baremetal.rst:44 +msgid "" +"A database for storing information about the resources. Among other things, " +"this includes the state of the conductors, nodes (physical servers), and " +"drivers." +msgstr "" + +#: ../baremetal.rst:48 +msgid "" +"When a user requests to boot an instance, the request is passed to the " +"Compute service via the Compute service API and scheduler. The Compute " +"service hands over this request to the Bare Metal service, where the request " +"passes from the Bare Metal service API, to the conductor which will invoke a " +"driver to successfully provision a physical server for the user." +msgstr "" + +#: ../baremetal.rst:56 +msgid "Bare Metal deployment" +msgstr "" + +#: ../baremetal.rst:58 +msgid "PXE deploy process" +msgstr "" + +#: ../baremetal.rst:60 msgid "Agent deploy process" msgstr "" -#: ../baremetal.rst:49 +#: ../baremetal.rst:65 msgid "Use Bare Metal" msgstr "" -#: ../baremetal.rst:51 +#: ../baremetal.rst:67 msgid "Install Bare Metal service." msgstr "" -#: ../baremetal.rst:53 +#: ../baremetal.rst:69 msgid "Setup Bare Metal driver in the compute node's :file:`nova.conf`." msgstr "" -#: ../baremetal.rst:55 +#: ../baremetal.rst:71 msgid "Setup TFTP folder and prepare PXE boot loader file." msgstr "" -#: ../baremetal.rst:57 +#: ../baremetal.rst:73 msgid "Prepare the baremetal flavor." msgstr "" -#: ../baremetal.rst:59 +#: ../baremetal.rst:75 msgid "Register the nodes with correct drivers." msgstr "" -#: ../baremetal.rst:61 +#: ../baremetal.rst:77 msgid "Configure the driver information." msgstr "" -#: ../baremetal.rst:63 +#: ../baremetal.rst:79 msgid "Register the ports information." msgstr "" -#: ../baremetal.rst:65 +#: ../baremetal.rst:81 msgid "Use nova boot to kick off the baremetal provision." msgstr "" -#: ../baremetal.rst:67 +#: ../baremetal.rst:83 msgid "Check nodes' provision state and power state." msgstr "" +# #-#-#-#-# baremetal.pot (Cloud Administrator Guide 0.9) #-#-#-#-# +# #-#-#-#-# cross_project_cors.pot (Cloud Administrator Guide 0.9) #-#-#-#-# +#: ../baremetal.rst:88 ../cross_project_cors.rst:109 +msgid "Troubleshooting" +msgstr "" + +#: ../baremetal.rst:91 +msgid "No valid host found error" +msgstr "" + +#: ../baremetal.rst:93 +msgid "" +"Sometimes ``/var/log/nova/nova-conductor.log`` contains the following error:" +msgstr "" + +#: ../baremetal.rst:99 +msgid "" +"The message \"No valid host was found\" means that the Compute service " +"scheduler could not find a bare metal node suitable for booting the new " +"instance." +msgstr "" + +#: ../baremetal.rst:102 +msgid "" +"This means there will be some mismatch between resources that the Compute " +"service expects to find and resources that Bare Metal service advertised to " +"the Compute service." +msgstr "" + +#: ../baremetal.rst:106 +msgid "If this is true, check the following:" +msgstr "" + +#: ../baremetal.rst:108 +msgid "" +"Introspection should have succeeded for you before, or you should have " +"entered the required bare-metal node properties manually. For each node in " +"``ironic node-list`` use:" +msgstr "" + +#: ../baremetal.rst:116 +msgid "" +"and make sure that ``properties`` JSON field has valid values for keys " +"``cpus``, ``cpu_arch``, ``memory_mb`` and ``local_gb``." +msgstr "" + +#: ../baremetal.rst:119 +msgid "" +"The flavor in the Compute service that you are using does not exceed the " +"bare-metal node properties above for a required number of nodes. Use:" +msgstr "" + +#: ../baremetal.rst:126 +msgid "" +"Make sure that enough nodes are in ``available`` state according to ``ironic " +"node-list``. Nodes in ``manageable`` state usually mean they have failed " +"introspection." +msgstr "" + +#: ../baremetal.rst:130 +msgid "" +"Make sure nodes you are going to deploy to are not in maintenance mode. Use " +"``ironic node-list`` to check. A node automatically going to maintenance " +"mode usually means the incorrect credentials for this node. Check them and " +"then remove maintenance mode:" +msgstr "" + +#: ../baremetal.rst:139 +msgid "" +"It takes some time for nodes information to propagate from the Bare Metal " +"service to the Compute service after introspection. Our tooling usually " +"accounts for it, but if you did some steps manually, there may be a period " +"of time when nodes are not available to the Compute service yet. Check that " +"``nova hypervisor-stats`` correctly shows total amount of resources in your " +"system." +msgstr "" + #: ../blockstorage-api-throughput.rst:3 msgid "Increase Block Storage API service throughput" msgstr "" @@ -9202,10 +9303,6 @@ msgid "" "would not." msgstr "" -#: ../cross_project_cors.rst:109 -msgid "Troubleshooting" -msgstr "" - #: ../cross_project_cors.rst:110 msgid "" "CORS is very easy to get wrong, as even one incorrect property will violate " @@ -18214,185 +18311,181 @@ msgstr "" #: ../orchestration-auth-model.rst:8 msgid "" -"Orchestration authorization model defines the process of authorization that " -"orchestration module uses to authorize requests during so called deferred " -"operations. The typical example of such operation is autoscaling group " -"update when Orchestration requests other components (OpenStack Compute, " -"Openstack Networking or others) to extend (reduce) capacity of autoscaling " -"group." +"The Orchestration authorization model defines the authorization process for " +"requests during deferred operations. A common example is an auto-scaling " +"group update. During the operation, the Orchestration service requests " +"resources of other components (such as servers from Compute or networks from " +"Networking) to extend or reduce the capacity of an auto-scaling group." msgstr "" -#: ../orchestration-auth-model.rst:15 -msgid "Currently, Orchestration provides two kinds of authorization models:" +#: ../orchestration-auth-model.rst:16 +msgid "The Orchestration service provides the following authorization models:" msgstr "" -#: ../orchestration-auth-model.rst:17 -msgid "Password authorization," -msgstr "" - -#: ../orchestration-auth-model.rst:19 -msgid "Authorization with OpenStack Identity trusts." -msgstr "" - -#: ../orchestration-auth-model.rst:22 +#: ../orchestration-auth-model.rst:18 ../orchestration-auth-model.rst:23 msgid "Password authorization" msgstr "" -#: ../orchestration-auth-model.rst:24 +#: ../orchestration-auth-model.rst:20 ../orchestration-auth-model.rst:52 +msgid "OpenStack Identity trusts authorization" +msgstr "" + +#: ../orchestration-auth-model.rst:25 msgid "" -"Password authorization is the initial authorization model that was supported " -"by Orchestration module. This kind of authorization requires from a user to " -"pass a password to Orchestration. Orchestration stores the encrypted " -"password in the database and uses it for deferred operations." +"The Orchestration service supports password authorization. Password " +"authorization requires that a user pass a username/password to the service. " +"The Orchestration service stores the encrypted password in the database and " +"uses it for deferred operations." msgstr "" -#: ../orchestration-auth-model.rst:30 -msgid "The following steps are executed for password authorization:" +#: ../orchestration-auth-model.rst:31 +msgid "Password authorization involves the following steps:" msgstr "" -#: ../orchestration-auth-model.rst:32 +#: ../orchestration-auth-model.rst:33 msgid "" -"User requests a stack creation, providing a token and username/password " -"(python-heatclient or OpenStack dashboard normally requests the token for " -"you)." +"A user requests stack creation, by providing a token and username/password. " +"The Dashboard or python-heatclient requests the token on the user's behalf." msgstr "" -#: ../orchestration-auth-model.rst:36 +#: ../orchestration-auth-model.rst:37 msgid "" -"If the stack contains any resources marked as requiring deferred operations, " -"orchestration engine will fail validation checks if no username/password is " -"provided." +"If the stack contains any resources that require deferred operations, then " +"the orchestration engine fails its validation checks if the user did not " +"provide a valid username/password." msgstr "" -#: ../orchestration-auth-model.rst:40 -msgid "The username/password are encrypted and stored in the Orchestration DB." -msgstr "" - -#: ../orchestration-auth-model.rst:43 -msgid "Stack creation is completed." -msgstr "" - -#: ../orchestration-auth-model.rst:45 +#: ../orchestration-auth-model.rst:41 msgid "" -"At some later stage, Orchestration retrieves the credentials and requests " +"The username/password are encrypted and stored in the Orchestration database." +msgstr "" + +#: ../orchestration-auth-model.rst:44 +msgid "The stack is created." +msgstr "" + +#: ../orchestration-auth-model.rst:46 +msgid "" +"Later, the Orchestration service retrieves the credentials and requests " "another token on behalf of the user. The token is not limited in scope and " "provides access to all the roles of the stack owner." msgstr "" -#: ../orchestration-auth-model.rst:51 -msgid "Keystone trusts authorization" -msgstr "" - -#: ../orchestration-auth-model.rst:53 +#: ../orchestration-auth-model.rst:54 msgid "" -"A trust is an OpenStack Identity extension that provides a method to enable " -"delegation, and optionally impersonation via OpenStack Identity. The key " +"A trust is an OpenStack Identity extension that enables delegation, and " +"optionally impersonation through the OpenStack Identity service. The key " "terminology is *trustor* (the user delegating) and *trustee* (the user being " "delegated to)." msgstr "" -#: ../orchestration-auth-model.rst:58 +#: ../orchestration-auth-model.rst:59 msgid "" "To create a trust, the *trustor* (in this case, the user creating the stack " -"in Orchestration module) provides OpenStack Identity with the following " -"information:" +"in the Orchestration service) provides the OpenStack Identity service with " +"the following information:" msgstr "" -#: ../orchestration-auth-model.rst:62 +#: ../orchestration-auth-model.rst:63 msgid "" "The ID of the *trustee* (who you want to delegate to, in this case, the " -"Orchestration module user)." +"Orchestration service user)." msgstr "" -#: ../orchestration-auth-model.rst:65 +#: ../orchestration-auth-model.rst:66 msgid "" -"The roles to be delegated (configurable via the ``heat.conf``, but it needs " -"to contain whatever roles are required to perform the deferred operations on " -"the users behalf, for example, launching an OpenStack Compute instance in " -"response to an AutoScaling event)." -msgstr "" - -#: ../orchestration-auth-model.rst:70 -msgid "Whether to enable impersonation." +"The roles to be delegated. The roles are configurable through the ``heat." +"conf`` file, but it must contain whatever roles are required to perform the " +"deferred operations on the user's behalf. For example, launching an " +"OpenStack Compute instance in response to an auto-scaling event." msgstr "" #: ../orchestration-auth-model.rst:72 +msgid "Whether to enable impersonation." +msgstr "" + +#: ../orchestration-auth-model.rst:74 msgid "" -"OpenStack Identity then provides a trust_id, which can be consumed by *only* " -"the trustee to obtain a *trust scoped token*. This token is limited in scope " -"such that the trustee has limited access to those roles delegated, along " -"with effective impersonation of the trustor user if it was selected when " -"creating the trust. More information is available in the :ref:`Identity " -"management ` section." +"Then, the OpenStack Identity service provides a *trust id*, which is " +"consumed by *only* the trustee to obtain a *trust scoped token*. This token " +"is limited in scope, such that the trustee has limited access to those roles " +"delegated. In addition, the trustee has effective impersonation of the " +"trustor user if it was selected when creating the trust. For more " +"information, see the :ref:`Identity management ` " +"section." msgstr "" -#: ../orchestration-auth-model.rst:80 -msgid "The following steps are executed for trusts authorization:" -msgstr "" - -#: ../orchestration-auth-model.rst:82 -msgid "User creates a stack via an API request (only the token is required)." +#: ../orchestration-auth-model.rst:83 +msgid "Trusts authorization involves the following steps:" msgstr "" #: ../orchestration-auth-model.rst:85 msgid "" -"Orchestration uses the token to create a trust between the stack owner " -"(trustor) and the Orchestration module user (trustee), delegating a special " -"role (or roles) as defined in the *trusts_delegated_roles* list in the " -"Orchestration configuration file. By default, Orchestration module sets all " -"the roles from trustor available for trustee. Deployers may modify this list " -"to reflect local RBAC policy, for example, to ensure the heat process can " -"only access those services expected while impersonating a stack owner." +"A user creates a stack through an API request (only the token is required)." msgstr "" -#: ../orchestration-auth-model.rst:95 -msgid "Orchestration stores the encrypted *trust id* in the Orchestration DB." +#: ../orchestration-auth-model.rst:88 +msgid "" +"The Orchestration service uses the token to create a trust between the stack " +"owner (trustor) and the Orchestration service user (trustee). The service " +"delegates a special role (or roles) as defined in the " +"*trusts_delegated_roles* list in the Orchestration configuration file. By " +"default, the Orchestration service sets all the roles from trustor available " +"for trustee. Deployers might modify this list to reflect a local RBAC " +"policy. For example, to ensure that the heat process can access only those " +"services that are expected while impersonating a stack owner." msgstr "" #: ../orchestration-auth-model.rst:98 msgid "" -"When a deferred operation is required, Orchestration retrieves the *trust " -"id* and requests a trust scoped token which enables the service user to " -"impersonate the stack owner for the duration of the deferred operation, for " -"example, to launch some OpenStack Compute instances on behalf of the stack " -"owner in response to an AutoScaling event." +"Orchestration stores the encrypted *trust id* in the Orchestration database." msgstr "" -#: ../orchestration-auth-model.rst:106 +#: ../orchestration-auth-model.rst:101 +msgid "" +"When a deferred operation is required, the Orchestration service retrieves " +"the *trust id* and requests a trust scoped token which enables the service " +"user to impersonate the stack owner during the deferred operation. " +"Impersonation is helpful, for example, so the service user can launch " +"Compute instances on behalf of the stack owner in response to an auto-" +"scaling event." +msgstr "" + +#: ../orchestration-auth-model.rst:109 msgid "Authorization model configuration" msgstr "" -#: ../orchestration-auth-model.rst:108 +#: ../orchestration-auth-model.rst:111 msgid "" -"Password authorization model had been the default authorization model " -"enabled for the Orchestration module before the Kilo release. Since the Kilo " -"release, the trusts authorization model has been enabled by default." +"Initially, the password authorization model was the default authorization " +"model. Since the Kilo release, the Identity trusts authorization model is " +"enabled for the Orchestration service by default." msgstr "" -#: ../orchestration-auth-model.rst:113 +#: ../orchestration-auth-model.rst:116 msgid "" -"To enable the password authorization model, the following change should be " -"made in ``heat.conf``:" +"To enable the password authorization model, change the following parameter " +"in the ``heat.conf`` file:" msgstr "" -#: ../orchestration-auth-model.rst:120 +#: ../orchestration-auth-model.rst:123 msgid "" -"To enable the trusts authorization model, the following change should be " -"made in ``heat.conf``:" +"To enable the trusts authorization model, change the following parameter in " +"the ``heat.conf`` file:" msgstr "" -#: ../orchestration-auth-model.rst:127 +#: ../orchestration-auth-model.rst:130 msgid "" "To specify the trustor roles that it delegates to trustee during " -"authorization, the ``trusts_delegated_roles`` parameter should be specified " -"in ``heat.conf``. If ``trusts_delegated_roles`` is not defined, then all the " -"trustor roles are delegated to trustee." +"authorization, specify the ``trusts_delegated_roles`` parameter in the " +"``heat.conf`` file. If ``trusts_delegated_roles`` is not defined, then all " +"the trustor roles are delegated to trustee." msgstr "" -#: ../orchestration-auth-model.rst:134 +#: ../orchestration-auth-model.rst:137 msgid "" -"The trustor delegated roles should be pre-configured in the OpenStack " -"Identity before using it in the Orchestration module." +"The trustor delegated roles must be pre-configured in the OpenStack Identity " +"service before using them in the Orchestration service." msgstr "" #: ../orchestration-introduction.rst:5 @@ -18402,7 +18495,7 @@ msgid "" "can be simple, such as deploying WordPress on Ubuntu with an SQL back end. " "They can also be complex, such as starting a group of servers that auto " "scale by starting and stopping based on real-time CPU loading information " -"from the Telemetry module." +"from the Telemetry service." msgstr "" #: ../orchestration-introduction.rst:12 @@ -18444,168 +18537,171 @@ msgstr "" #: ../orchestration-stack-domain-users.rst:7 msgid "" -"Orchestration stack domain users allows Orchestration module to authorize " -"inside VMs booted and execute the following operations:" +"Stack domain users allow the Orchestration service to authorize and start " +"the following operations within booted virtual machines:" msgstr "" -#: ../orchestration-stack-domain-users.rst:10 +#: ../orchestration-stack-domain-users.rst:11 msgid "" "Provide metadata to agents inside instances, which poll for changes and " -"apply the configuration expressed in the metadata to the instance." +"apply the configuration that is expressed in the metadata to the instance." msgstr "" -#: ../orchestration-stack-domain-users.rst:14 +#: ../orchestration-stack-domain-users.rst:15 msgid "" -"Detect signal completion of some action, typically configuration of software " -"on a VM after it is booted (because OpenStack Compute moves the state of a " -"VM to \"Active\" as soon as it spawns it, not when Orchestration has fully " -"configured it)." +"Detect when an action is complete, typically software configuration on a " +"virtual machine after it is booted. Compute moves the VM state to \"Active\" " +"as soon as it creates it, not when the Orchestration service has fully " +"configured it." msgstr "" -#: ../orchestration-stack-domain-users.rst:19 +#: ../orchestration-stack-domain-users.rst:20 msgid "" "Provide application level status or meters from inside the instance. For " -"example, allow AutoScaling actions to be performed in response to some " +"example, allow auto-scaling actions to be performed in response to some " "measure of performance or quality of service." msgstr "" -#: ../orchestration-stack-domain-users.rst:23 +#: ../orchestration-stack-domain-users.rst:24 msgid "" -"Orchestration provides APIs which enable all of these things, but all of " -"those APIs require some sort of authentication. For example, credentials to " -"access the instance agent is running on. The heat-cfntools agents use signed " -"requests, which requires an ec2 keypair created via OpenStack Identity, " -"which is then used to sign requests to the Orchestration CloudFormation and " -"CloudWatch compatible APIs, which are authenticated by Orchestration via " -"signature validation (which uses the OpenStack Identity ec2tokens " -"extension). Stack domain users allow to encapsulate all stack-defined users " -"(users created as a result of things contained in an Orchestration template) " -"in a separate domain which is created specifically to contain things related " -"only to the Orchestration stacks. A user is created which is the *domain " -"admin*, and Orchestration uses that user to manage the lifecycle of the " -"users in the stack *user domain*." -msgstr "" - -#: ../orchestration-stack-domain-users.rst:39 -msgid "Stack domain users configuration" +"The Orchestration service provides APIs that enable all of these operations, " +"but all of those APIs require authentication. For example, credentials to " +"access the instance that the agent is running upon. The heat-cfntools agents " +"use signed requests, which require an ec2 key pair that is created through " +"Identity. Then, the key pair is used to sign requests to the Orchestration " +"CloudFormation and CloudWatch compatible APIs, which are authenticated " +"through signature validation. Signature validation uses the Identity " +"ec2tokens extension. Stack domain users encapsulate all stack-defined users " +"(users who are created as a result of data that is contained in an " +"Orchestration template) in a separate domain. The separate domain is created " +"specifically to contain data that is related to the Orchestration stacks " +"only. A user is created which is the *domain admin*, and Orchestration uses " +"that user to manage the lifecycle of the users in the stack *user domain*." msgstr "" #: ../orchestration-stack-domain-users.rst:41 -msgid "To configure stack domain users the following steps shall be executed:" +msgid "Stack domain users configuration" msgstr "" #: ../orchestration-stack-domain-users.rst:43 -msgid "" -"A special OpenStack Identity service domain is created. For example, the one " -"called ``heat`` and the ID is set in the ``stack_user_domain`` option in :" -"file:`heat.conf`." +msgid "To configure stack domain users, the following steps occur:" msgstr "" -#: ../orchestration-stack-domain-users.rst:46 +#: ../orchestration-stack-domain-users.rst:45 +msgid "" +"A special OpenStack Identity service domain is created. For example, a " +"domain that is called ``heat`` and the ID is set with the " +"``stack_user_domain`` option in the :file:`heat.conf` file." +msgstr "" + +#: ../orchestration-stack-domain-users.rst:48 msgid "" "A user with sufficient permissions to create and delete projects and users " "in the ``heat`` domain is created." msgstr "" -#: ../orchestration-stack-domain-users.rst:48 +#: ../orchestration-stack-domain-users.rst:50 msgid "" -"The username and password for the domain admin user is set in :file:`heat." -"conf` (``stack_domain_admin`` and ``stack_domain_admin_password``). This " -"user administers *stack domain users* on behalf of stack owners, so they no " -"longer need to be admins themselves, and the risk of this escalation path is " -"limited because the ``heat_domain_admin`` is only given administrative " -"permission for the ``heat`` domain." -msgstr "" - -#: ../orchestration-stack-domain-users.rst:56 -msgid "You must complete the following steps to setup stack domain users:" +"The username and password for the domain admin user is set in the :file:" +"`heat.conf` file (``stack_domain_admin`` and " +"``stack_domain_admin_password``). This user administers *stack domain users* " +"on behalf of stack owners, so they no longer need to be administrators " +"themselves. The risk of this escalation path is limited because the " +"``heat_domain_admin`` is only given administrative permission for the " +"``heat`` domain." msgstr "" #: ../orchestration-stack-domain-users.rst:58 -msgid "Create the domain:" +msgid "To set up stack domain users, complete the following steps:" msgstr "" #: ../orchestration-stack-domain-users.rst:60 +msgid "Create the domain:" +msgstr "" + +#: ../orchestration-stack-domain-users.rst:62 msgid "" "``$OS_TOKEN`` refers to a token. For example, the service admin token or " "some other valid token for a user with sufficient roles to create users and " "domains. ``$KS_ENDPOINT_V3`` refers to the v3 OpenStack Identity endpoint " "(for example, ``http://keystone_address:5000/v3`` where *keystone_address* " -"is the IP address or resolvable name for the OpenStack Identity service)." +"is the IP address or resolvable name for the Identity service)." msgstr "" -#: ../orchestration-stack-domain-users.rst:74 +#: ../orchestration-stack-domain-users.rst:76 msgid "" "The domain ID is returned by this command, and is referred to as ``" "$HEAT_DOMAIN_ID`` below." msgstr "" -#: ../orchestration-stack-domain-users.rst:77 +#: ../orchestration-stack-domain-users.rst:79 msgid "Create the user::" msgstr "" -#: ../orchestration-stack-domain-users.rst:84 +#: ../orchestration-stack-domain-users.rst:86 msgid "" "The user ID is returned by this command and is referred to as ``" "$DOMAIN_ADMIN_ID`` below." msgstr "" -#: ../orchestration-stack-domain-users.rst:87 +#: ../orchestration-stack-domain-users.rst:89 msgid "Make the user a domain admin::" msgstr "" -#: ../orchestration-stack-domain-users.rst:93 +#: ../orchestration-stack-domain-users.rst:95 msgid "" -"Then you need to add the domain ID, username and password from these steps " -"to :file:`heat.conf`:" -msgstr "" - -#: ../orchestration-stack-domain-users.rst:103 -msgid "Usage workflow" +"Then you must add the domain ID, username and password from these steps to " +"the :file:`heat.conf` file:" msgstr "" #: ../orchestration-stack-domain-users.rst:105 -msgid "The following steps will be executed during stack creation:" +msgid "Usage workflow" msgstr "" #: ../orchestration-stack-domain-users.rst:107 +msgid "The following steps are run during stack creation:" +msgstr "" + +#: ../orchestration-stack-domain-users.rst:109 msgid "" "Orchestration creates a new *stack domain project* in the ``heat`` domain if " -"the stack contains any resources which require creation of a *stack domain " +"the stack contains any resources that require creation of a *stack domain " "user*." msgstr "" -#: ../orchestration-stack-domain-users.rst:111 +#: ../orchestration-stack-domain-users.rst:113 msgid "" -"For any resources which require a user, Orchestration creates the user in " -"the *stack domain project*, which is associated with the Orchestration stack " -"in the Orchestration database, but is completely separate and unrelated " -"(from an authentication perspective) to the stack owners project (the users " -"created in the stack domain are still assigned the ``heat_stack_user`` role, " -"so the API surface they can access is limited via :file:`policy.json`. See :" -"ref:`OpenStack Identity documentation ` for more info)." +"For any resources that require a user, the Orchestration service creates the " +"user in the *stack domain project*. The *stack domain project* is associated " +"with the Orchestration stack in the Orchestration database, but is separate " +"and unrelated (from an authentication perspective) to the stack owners " +"project. The users who are created in the stack domain are still assigned " +"the ``heat_stack_user`` role, so the API surface they can access is limited " +"through the :file:`policy.json` file. For more information, see :ref:" +"`OpenStack Identity documentation `." msgstr "" -#: ../orchestration-stack-domain-users.rst:121 +#: ../orchestration-stack-domain-users.rst:124 msgid "" -"When API requests are processed, Orchestration does an internal lookup and " -"allows stack details for a given stack to be retrieved from the database for " -"both the stack owner's project (the default API path to the stack) and the " -"stack domain project, subject to the :file:`policy.json` restrictions." +"When API requests are processed, the Orchestration service performs an " +"internal lookup and allows stack details for a given stack to be retrieved. " +"Details are retrieved from the database for both the stack owner's project " +"(the default API path to the stack) and the stack domain project, subject to " +"the :file:`policy.json` restrictions." msgstr "" -#: ../orchestration-stack-domain-users.rst:127 +#: ../orchestration-stack-domain-users.rst:131 msgid "" -"To clarify that last point, that means there are now two paths which can " -"result in retrieval of the same data via the Orchestration API. The example " -"for resource-metadata is below::" +"This means there are now two paths that can result in the same data being " +"retrieved through the Orchestration API. The following example is for " +"resource-metadata::" msgstr "" -#: ../orchestration-stack-domain-users.rst:134 +#: ../orchestration-stack-domain-users.rst:138 msgid "or::" msgstr "" -#: ../orchestration-stack-domain-users.rst:139 +#: ../orchestration-stack-domain-users.rst:143 msgid "" "The stack owner uses the former (via ``heat resource-metadata {stack_name} " "{resource_name}``), and any agents in the instance use the latter." diff --git a/doc/arch-design/locale/arch-design.pot b/doc/arch-design/locale/arch-design.pot index 904faf0d38..b20cd36622 100644 --- a/doc/arch-design/locale/arch-design.pot +++ b/doc/arch-design/locale/arch-design.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-15 06:28+0000\n" +"POT-Creation-Date: 2015-10-28 06:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5160,7 +5160,7 @@ msgid "Selected supplemental software solution impacts and affects the overall O msgstr "" #: ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:672(para) -msgid "Inclusion of clustering software, such as Corosync or Pacemaker, is determined primarily by the availability requirements. The impact of including (or not including) these software packages is primarily determined by the availability of the cloud infrastructure and the complexity of supporting the configuration after it is deployed. The OpenStack High Availability Guide provides more details on the installation and configuration of Corosync and Pacemaker, should these packages need to be included in the design." +msgid "Inclusion of clustering software, such as Corosync or Pacemaker, is determined primarily by the availability requirements. The impact of including (or not including) these software packages is primarily determined by the availability of the cloud infrastructure and the complexity of supporting the configuration after it is deployed. The OpenStack High Availability Guide provides more details on the installation and configuration of Corosync and Pacemaker, should these packages need to be included in the design." msgstr "" #: ./doc/arch-design/generalpurpose/section_architecture_general_purpose.xml:683(para) diff --git a/doc/arch-design/locale/zh_CN.po b/doc/arch-design/locale/zh_CN.po index 077199b623..c4e0378d9a 100644 --- a/doc/arch-design/locale/zh_CN.po +++ b/doc/arch-design/locale/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-28 05:15+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -2126,23 +2126,6 @@ msgstr "" "了块级别的存储。Ceph 非常的灵活,并且具有能够降低运营成本的许多特性,比如说自" "动修复以及自动平衡。Ceph 中的 erasure coded 池被用以最大化可用空间的量。" -msgid "" -"Inclusion of clustering software, such as Corosync or Pacemaker, is " -"determined primarily by the availability requirements. The impact of " -"including (or not including) these software packages is primarily determined " -"by the availability of the cloud infrastructure and the complexity of " -"supporting the configuration after it is deployed. The OpenStack " -"High Availability Guide provides more details on the " -"installation and configuration of Corosync and Pacemaker, should these " -"packages need to be included in the design." -msgstr "" -"在集群软件中如 Corosync和Pacemaker在可用性需求中占主流。包含(不包含)这些软件" -"包是主要决定的,要使云基础设施具有高可用的话,当然在部署之后会带来复杂的配" -"置。OpenStack 高可用指南 提供了更加详细的安装和" -"配置Corosync和Pacemaker,所以在设计中这些软件包需要被包含。 " - msgid "" "Increasing OpenStack Object Storage means network bandwidth needs to be " "taken into consideration. Running OpenStack Object Storage with network " diff --git a/doc/common-rst/source/locale/common-rst.pot b/doc/common-rst/source/locale/common-rst.pot index 907c7c9619..12a224e22b 100644 --- a/doc/common-rst/source/locale/common-rst.pot +++ b/doc/common-rst/source/locale/common-rst.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Common documents 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-25 06:28+0000\n" +"POT-Creation-Date: 2015-10-28 06:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3483,7 +3483,9 @@ msgid "Project name" msgstr "" #: ../common/get_started_with_openstack.rst:36 -msgid "`Dashboard `__" +msgid "" +"`Dashboard `__" msgstr "" #: ../common/get_started_with_openstack.rst:37 @@ -3498,7 +3500,8 @@ msgid "" msgstr "" #: ../common/get_started_with_openstack.rst:41 -msgid "`Compute `__" +msgid "" +"`Compute `__" msgstr "" #: ../common/get_started_with_openstack.rst:42 @@ -3514,7 +3517,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:46 msgid "" -"`Networking `__" +"`Networking `__" msgstr "" #: ../common/get_started_with_openstack.rst:47 @@ -3531,7 +3535,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:52 msgid "" -"`Object Storage `__" +"`Object Storage `__" msgstr "" #: ../common/get_started_with_openstack.rst:53 @@ -3549,7 +3554,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:60 msgid "" -"`Block Storage `__" +"`Block Storage `__" msgstr "" #: ../common/get_started_with_openstack.rst:61 @@ -3565,8 +3571,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:65 msgid "" -"`Identity service `__" +"`Identity service `__" msgstr "" #: ../common/get_started_with_openstack.rst:66 @@ -3581,8 +3587,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:70 msgid "" -"`Image service `__" +"`Image service `__" msgstr "" #: ../common/get_started_with_openstack.rst:71 @@ -3597,7 +3603,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:74 msgid "" -"`Telemetry `__" +"`Telemetry `__" msgstr "" #: ../common/get_started_with_openstack.rst:75 @@ -3612,8 +3619,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:78 msgid "" -"`Orchestration `__" +"`Orchestration `__" msgstr "" #: ../common/get_started_with_openstack.rst:79 @@ -3630,8 +3637,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:84 msgid "" -"`Database service `__" +"`Database service `__" msgstr "" #: ../common/get_started_with_openstack.rst:85 @@ -3646,8 +3653,8 @@ msgstr "" #: ../common/get_started_with_openstack.rst:88 msgid "" -"`Data processing service `__" +"`Data processing service `__" msgstr "" #: ../common/get_started_with_openstack.rst:89 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 52ebbc0c70..cae704ce8b 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,16 +12,17 @@ # Akira YOSHIYAMA , 2015. #zanata # KATO Tomoyuki , 2015. #zanata # OpenStack Infra , 2015. #zanata +# Yuta Hono , 2015. #zanata msgid "" msgstr "" "Project-Id-Version: Common documents 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-23 17:24+0000\n" +"POT-Creation-Date: 2015-10-28 05:16+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-10-21 10:52+0000\n" -"Last-Translator: Akihiro Motoki \n" +"PO-Revision-Date: 2015-10-27 02:48+0000\n" +"Last-Translator: Yuta Hono \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 3.7.1\n" @@ -3620,6 +3621,11 @@ msgstr "" "Linux ブリッジが、Networking のポート、インターフェース接続、他の抽象化を理解" "できるようにする。" +msgid "Enables users to submit commands as a tenant administrator or end user." +msgstr "" +"ユーザーをテナント管理者もしくはエンドユーザーとしてコマンドを送信可能にしま" +"す。" + msgid "" "Encrypted HTTP communications using SSL or TLS; most OpenStack API endpoints " "and many inter-component communications support HTTPS communication." @@ -5843,6 +5849,27 @@ msgstr "" "前定義済み一覧を提供する。Identity と Compute においてサポートされる。ダッ" "シュボードを使用して設定できる。" +msgid "" +"Provides a proxy for accessing running instances through a SPICE connection. " +"Supports browser-based HTML5 client." +msgstr "" +"SPICE コネクションを通し実行中のインスタンスのアクセスへプロキシーを提供しま" +"す。ブラウザーベースの HTML5 クライアントをサポートします。" + +msgid "" +"Provides a proxy for accessing running instances through a VNC connection. " +"Supports an OpenStack-specific Java client." +msgstr "" +"VNC コネクションを通し実行中のインスタンスのアクセスへプロキシーを提供しま" +"す。OpenStack特有のJavaクライアントをサポートします。" + +msgid "" +"Provides a proxy for accessing running instances through a VNC connection. " +"Supports browser-based novnc clients." +msgstr "" +"VNC コネクションを通し実行中のインスタンスのアクセスへプロキシーを提供しま" +"す。ブラウザーベースの novnc クライアントをサポートします。" + msgid "" "Provides a web-based self-service portal to interact with underlying " "OpenStack services, such as launching an instance, assigning IP addresses " @@ -6142,6 +6169,13 @@ msgstr "" "1つ以上の中央管理サーバーで実行され、データストアへのデータアクセス手段を提供" "します。" +msgid "" +"Runs on the host, and receives messages from guest instances that want to " +"update information on the host." +msgstr "" +"ホストで実行され、ホストにおいてアップデートしたい情報のメッセージをゲストイ" +"ンスタンスから受信します。" + msgid "Runs operating systems and provides scratch space" msgstr "オペレーティングシステムを実行し、新規領域を提供する" @@ -8745,11 +8779,6 @@ msgstr "" "`Architecture Design Guide `__" -msgid "" -"`Block Storage `__" -msgstr "" -"`Block Storage `__" - msgid "" "`Bugs: Application catalog (murano) `__" msgstr "" @@ -8877,9 +8906,6 @@ msgstr "" "`Command-Line Interface Reference `__" -msgid "`Compute `__" -msgstr "`Compute `__" - msgid "" "`Configuration Reference `__" @@ -8887,23 +8913,6 @@ msgstr "" "`Configuration Reference `__" -msgid "`Dashboard `__" -msgstr "`Dashboard `__" - -msgid "" -"`Data processing service `__" -msgstr "" -"`Data processing service `__" - -msgid "" -"`Database service `__" -msgstr "" -"`Database service `__" - msgid "`End User Guide `__" msgstr "`End User Guide `__" @@ -8919,20 +8928,6 @@ msgstr "`High Availability Guide `__" msgid "`Horizon `__" msgstr "`Horizon `__" -msgid "" -"`Identity service `__" -msgstr "" -"`Identity service `__" - -msgid "" -"`Image service `__" -msgstr "" -"`Image service `__" - msgid "" "`Installation Guide for Red Hat Enterprise Linux 7 and CentOS 7 `__" @@ -8957,11 +8952,6 @@ msgstr "" msgid "`Keystone `__" msgstr "`Keystone `__" -msgid "" -"`Networking `__" -msgstr "" -"`Networking `__" - msgid "`Networking Guide `__" msgstr "`Networking Guide `__" @@ -8971,11 +8961,6 @@ msgstr "`Neutron `__" msgid "`Nova `__" msgstr "`Nova `__" -msgid "" -"`Object Storage `__" -msgstr "" -"`Object Storage `__" - msgid "" "`OpenStack API Complete Reference (HTML) `__" @@ -8986,13 +8971,6 @@ msgstr "" msgid "`Operations Guide `__" msgstr "`Operations Guide `__" -msgid "" -"`Orchestration `__" -msgstr "" -"`Orchestration `__" - msgid "`Sahara `__" msgstr "`Sahara `__" @@ -9004,11 +8982,6 @@ msgstr "" msgid "`Swift `__" msgstr "`Swift `__" -msgid "" -"`Telemetry `__" -msgstr "" -"`Telemetry `__" - msgid "`Trove `__" msgstr "`Trove `__" @@ -9082,6 +9055,9 @@ msgstr "``disk-raw``" msgid "``disk``" msgstr "``disk``" +msgid "``euca2ools`` client" +msgstr "``euca2ools`` クライアント" + msgid "" "``filesystem_store_metadata_file = filePath``, where filePath points to a " "JSON file that defines the mount point for OpenStack images on your system " diff --git a/doc/common/locale/ja.po b/doc/common/locale/ja.po index 83208d149f..7b3a8cae7a 100644 --- a/doc/common/locale/ja.po +++ b/doc/common/locale/ja.po @@ -7,15 +7,16 @@ # # KATO Tomoyuki , 2015. #zanata # OpenStack Infra , 2015. #zanata +# Yuta Hono , 2015. #zanata msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-28 05:16+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-10-15 02:35+0000\n" -"Last-Translator: KATO Tomoyuki \n" +"PO-Revision-Date: 2015-10-27 02:52+0000\n" +"Last-Translator: Yuta Hono \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 3.7.1\n" @@ -1065,6 +1066,9 @@ msgstr "ネットワークガイド" msgid "New nodes can be added to the cluster without downtime." msgstr "新しいノードは、ダウンタイムなしでクラスターに追加できます。" +msgid "Next, restart memcached:" +msgstr "次はmemcachedを再起動します:" + msgid "No central database" msgstr "中央データベースなし" @@ -1258,6 +1262,9 @@ msgstr "インスタンスの状態のリセット" msgid "Restart Apache for this change to take effect." msgstr "この変更を反映するために、Apache を再起動します。" +msgid "Restart Apache http server. For Ubuntu/Debian/SUSE:" +msgstr "Apache http サーバーを再起動します。Ubuntu/Debian/SUSEでは:" + msgid "Run the following command to discover the version number for a client:" msgstr "" "クライアントのバージョン番号を確認するために、以下のコマンドを実行します。" @@ -1866,6 +1873,9 @@ msgstr "openSUSEとSUSE Linux Enterprise Server:" msgid "openstack" msgstr "openstack" +msgid "or for Fedora/RHEL/CentOS:" +msgstr "もしくは Fedora/RHEL/CentOSでは:" + msgid "password" msgstr "password" diff --git a/doc/glossary/locale/ja.po b/doc/glossary/locale/ja.po index ccb3b14145..d75ea9a6e6 100644 --- a/doc/glossary/locale/ja.po +++ b/doc/glossary/locale/ja.po @@ -8,15 +8,16 @@ # Akihiro Motoki , 2015. #zanata # KATO Tomoyuki , 2015. #zanata # OpenStack Infra , 2015. #zanata +# Yuta Hono , 2015. #zanata msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-28 05:16+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-10-21 12:12+0000\n" -"Last-Translator: Akihiro Motoki \n" +"PO-Revision-Date: 2015-10-27 02:12+0000\n" +"Last-Translator: Yuta Hono \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 3.7.1\n" @@ -7228,6 +7229,9 @@ msgstr "セッション" msgid "share" msgstr "共有" +msgid "share network" +msgstr "共有ネットワーク" + msgid "shared" msgstr "shared" diff --git a/doc/install-guide/source/locale/install-guide.pot b/doc/install-guide/source/locale/install-guide.pot index bb0f4331f1..53d161205e 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-10-26 06:27+0000\n" +"POT-Creation-Date: 2015-10-28 06:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -211,8 +211,8 @@ msgstr "" #: ../ceilometer-controller-install.rst:216 #: ../cinder-controller-install.rst:251 ../cinder-storage-install.rst:167 #: ../glance-install.rst:187 ../glance-install.rst:261 ../heat-install.rst:294 -#: ../keystone-install.rst:129 ../neutron-controller-install-option1.rst:94 -#: ../neutron-controller-install-option2.rst:90 +#: ../keystone-install.rst:129 ../neutron-controller-install-option1.rst:75 +#: ../neutron-controller-install-option2.rst:69 msgid "In the ``[database]`` section, configure database access:" msgstr "" @@ -266,9 +266,9 @@ msgstr "" # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:247 #: ../cinder-controller-install.rst:280 ../cinder-storage-install.rst:196 -#: ../neutron-compute-install.rst:106 -#: ../neutron-controller-install-option1.rst:133 -#: ../neutron-controller-install-option2.rst:130 +#: ../neutron-compute-install.rst:87 +#: ../neutron-controller-install-option1.rst:114 +#: ../neutron-controller-install-option2.rst:109 #: ../nova-compute-install.rst:74 ../nova-controller-install.rst:213 msgid "" "In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections, configure " @@ -334,13 +334,13 @@ msgstr "" #: ../ceilometer-controller-install.rst:320 ../ceilometer-nova.rst:106 #: ../cinder-controller-install.rst:325 ../cinder-storage-install.rst:297 #: ../glance-install.rst:249 ../glance-install.rst:313 ../heat-install.rst:385 -#: ../keystone-install.rst:165 ../neutron-compute-install.rst:134 -#: ../neutron-controller-install-option1.rst:186 -#: ../neutron-controller-install-option1.rst:318 -#: ../neutron-controller-install-option2.rst:183 -#: ../neutron-controller-install-option2.rst:341 -#: ../neutron-controller-install-option2.rst:370 -#: ../neutron-controller-install.rst:208 ../nova-compute-install.rst:186 +#: ../keystone-install.rst:165 ../neutron-compute-install.rst:125 +#: ../neutron-controller-install-option1.rst:177 +#: ../neutron-controller-install-option1.rst:316 +#: ../neutron-controller-install-option2.rst:172 +#: ../neutron-controller-install-option2.rst:337 +#: ../neutron-controller-install-option2.rst:366 +#: ../neutron-controller-install.rst:213 ../nova-compute-install.rst:186 #: ../nova-controller-install.rst:325 msgid "" "(Optional) To assist with troubleshooting, enable verbose logging in the " @@ -515,8 +515,8 @@ msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-nova.rst:188 ../ceilometer-nova.rst:202 -#: ../neutron-compute-install.rst:218 ../neutron-compute-install.rst:243 -#: ../neutron-compute-install.rst:259 ../nova-compute-install.rst:258 +#: ../neutron-compute-install.rst:192 ../neutron-compute-install.rst:217 +#: ../neutron-compute-install.rst:233 ../nova-compute-install.rst:258 msgid "Restart the Compute service:" msgstr "" @@ -617,20 +617,20 @@ msgstr "" msgid "List available meters:" msgstr "" -#: ../ceilometer-verify.rst:32 +#: ../ceilometer-verify.rst:30 msgid "Download an image from the Image service:" msgstr "" -#: ../ceilometer-verify.rst:39 +#: ../ceilometer-verify.rst:37 msgid "" "List available meters again to validate detection of the image download:" msgstr "" -#: ../ceilometer-verify.rst:56 +#: ../ceilometer-verify.rst:52 msgid "Retrieve usage statistics from the ``image.download`` meter:" msgstr "" -#: ../ceilometer-verify.rst:67 +#: ../ceilometer-verify.rst:63 msgid "Remove the previously downloaded image file ``/tmp/cirros.img``:" msgstr "" @@ -658,9 +658,6 @@ msgstr "" # #-#-#-#-# heat-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# keystone-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# keystone-services.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# swift-controller-install.pot (Installation Guide 0.1) #-#-#-#-# @@ -668,11 +665,9 @@ msgstr "" #: ../cinder-controller-install.rst:12 ../cinder-storage-install.rst:19 #: ../environment-packages.rst:31 ../glance-install.rst:11 #: ../heat-install.rst:12 ../keystone-install.rst:10 -#: ../keystone-services.rst:10 ../neutron-compute-install.rst:8 -#: ../neutron-controller-install-option1.rst:7 -#: ../neutron-controller-install-option2.rst:7 -#: ../neutron-controller-install.rst:5 ../nova-controller-install.rst:8 -#: ../swift-controller-install.rst:16 ../swift-storage-install.rst:20 +#: ../keystone-services.rst:10 ../neutron-controller-install.rst:5 +#: ../nova-controller-install.rst:8 ../swift-controller-install.rst:16 +#: ../swift-storage-install.rst:20 msgid "Prerequisites" msgstr "" @@ -819,9 +814,9 @@ msgstr "" # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:305 ../cinder-storage-install.rst:221 #: ../glance-install.rst:223 ../glance-install.rst:297 -#: ../neutron-compute-install.rst:131 -#: ../neutron-controller-install-option1.rst:158 -#: ../neutron-controller-install-option2.rst:155 +#: ../neutron-compute-install.rst:112 +#: ../neutron-controller-install-option1.rst:139 +#: ../neutron-controller-install-option2.rst:134 #: ../nova-compute-install.rst:99 ../nova-controller-install.rst:238 msgid "" "Comment out or remove any other options in the ``[keystone_authtoken]`` " @@ -838,9 +833,15 @@ msgstr "" # #-#-#-#-# cinder-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# cinder-storage-install.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:317 ../cinder-storage-install.rst:289 +#: ../neutron-compute-install.rst:117 +#: ../neutron-controller-install-option1.rst:169 +#: ../neutron-controller-install-option2.rst:164 #: ../nova-compute-install.rst:168 ../nova-compute-install.rst:178 #: ../nova-controller-install.rst:289 ../nova-controller-install.rst:299 #: ../nova-controller-install.rst:309 @@ -870,13 +871,17 @@ msgstr "" # #-#-#-#-# swift-finalize-installation.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:352 ../cinder-storage-install.rst:307 #: ../glance-install.rst:351 ../heat-install.rst:448 -#: ../neutron-compute-install.rst:188 ../neutron-controller-install.rst:249 +#: ../neutron-compute-install.rst:179 ../neutron-controller-install.rst:254 #: ../nova-compute-install.rst:207 ../nova-controller-install.rst:351 #: ../swift-finalize-installation.rst:2 msgid "Finalize installation" msgstr "" +# #-#-#-#-# cinder-controller-install.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:356 ../cinder-controller-install.rst:372 +#: ../neutron-controller-install.rst:279 ../neutron-controller-install.rst:317 +#: ../neutron-controller-install.rst:360 msgid "Restart the Compute API service:" msgstr "" @@ -899,7 +904,7 @@ msgstr "" # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:385 ../glance-install.rst:376 #: ../heat-install.rst:474 ../keystone-install.rst:503 -#: ../neutron-controller-install.rst:399 ../nova-compute-install.rst:264 +#: ../neutron-controller-install.rst:385 ../nova-compute-install.rst:264 #: ../nova-controller-install.rst:398 msgid "By default, the Ubuntu packages create an SQLite database." msgstr "" @@ -913,7 +918,7 @@ msgstr "" # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:387 ../glance-install.rst:378 #: ../heat-install.rst:476 ../keystone-install.rst:505 -#: ../neutron-controller-install.rst:401 ../nova-compute-install.rst:266 +#: ../neutron-controller-install.rst:387 ../nova-compute-install.rst:266 #: ../nova-controller-install.rst:400 msgid "" "Because this configuration uses an SQL database server, you can remove the " @@ -1103,7 +1108,7 @@ msgstr "" # #-#-#-#-# swift-verify.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-verify.rst:4 ../dashboard-verify.rst:3 #: ../environment-ntp-verify.rst:4 ../glance-verify.rst:2 ../heat-verify.rst:4 -#: ../keystone-verify.rst:2 ../launch-instance-networks-private.rst:189 +#: ../keystone-verify.rst:2 ../launch-instance-networks-private.rst:196 #: ../neutron-verify.rst:2 ../nova-verify.rst:2 ../swift-verify.rst:2 msgid "Verify operation" msgstr "" @@ -1299,14 +1304,16 @@ msgstr "" msgid "Reload the web server configuration:" msgstr "" -#: ../dashboard-install.rst:202 ../dashboard-install.rst:216 +#: ../dashboard-install.rst:202 ../dashboard-install.rst:217 msgid "" "Start the web server and session storage service and configure them to start " "when the system boots:" msgstr "" -#: ../dashboard-install.rst:212 ../dashboard-install.rst:226 -msgid "Restart the Apache HTTP service if it is already running." +#: ../dashboard-install.rst:212 ../dashboard-install.rst:227 +msgid "" +"``systemctl restart`` will restart the Apache HTTP service, or start it if " +"it is not running." msgstr "" #: ../dashboard-next-step.rst:5 @@ -2067,7 +2074,7 @@ msgstr "" # #-#-#-#-# environment-networking.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# environment-networking-verify.pot (Installation Guide 0.1) #-#-#-#-# -#: ../environment-networking-verify.rst:73 ../environment-networking.rst:107 +#: ../environment-networking-verify.rst:73 ../environment-networking.rst:99 msgid "" "Your distribution enables a restrictive :term:`firewall` by default. During " "the installation process, certain steps will fail unless you alter or " @@ -2077,7 +2084,7 @@ msgstr "" # #-#-#-#-# environment-networking.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# environment-networking-verify.pot (Installation Guide 0.1) #-#-#-#-# -#: ../environment-networking-verify.rst:81 ../environment-networking.rst:115 +#: ../environment-networking-verify.rst:81 ../environment-networking.rst:107 msgid "" "Your distribution does not enable a restrictive :term:`firewall` by default. " "For more information about securing your environment, refer to the " @@ -2159,30 +2166,30 @@ msgstr "" msgid "Management on 10.0.0.0/24 with gateway 10.0.0.1" msgstr "" -#: ../environment-networking.rst:66 +#: ../environment-networking.rst:64 msgid "" "This network requires a gateway to provide Internet access to all nodes for " "administrative purposes such as package installation, security updates, :" "term:`DNS`, and :term:`NTP`." msgstr "" -#: ../environment-networking.rst:70 +#: ../environment-networking.rst:68 msgid "Public on 203.0.113.0/24 with gateway 203.0.113.1" msgstr "" -#: ../environment-networking.rst:74 +#: ../environment-networking.rst:70 msgid "" "This network requires a gateway to provide Internet access to instances in " "your OpenStack environment." msgstr "" -#: ../environment-networking.rst:77 +#: ../environment-networking.rst:73 msgid "" "You can modify these ranges and gateways to work with your particular " "network infrastructure." msgstr "" -#: ../environment-networking.rst:82 +#: ../environment-networking.rst:76 msgid "" "Network interface names vary by distribution. Traditionally, interfaces use " "\"eth\" followed by a sequential number. To cover all variations, this guide " @@ -2190,7 +2197,7 @@ msgid "" "and the second interface as the interface with the highest number." msgstr "" -#: ../environment-networking.rst:90 +#: ../environment-networking.rst:82 msgid "" "Unless you intend to use the exact configuration provided in this example " "architecture, you must modify the networks in this procedure to match your " @@ -2200,7 +2207,7 @@ msgid "" "node." msgstr "" -#: ../environment-networking.rst:99 +#: ../environment-networking.rst:91 msgid "" "Reconfiguring network interfaces will interrupt network connectivity. We " "recommend using a local terminal session for these procedures." @@ -3381,27 +3388,27 @@ msgstr "" msgid "This example deployment uses an Apache web server." msgstr "" -#: ../index-debian.rst:3 ../index-debian.rst:31 -msgid "OpenStack Installation Guide for Debian" -msgstr "" - -#: ../index-debian.rst:13 +#: ../index.rst:9 msgid "OpenStack Installation Guide for Red Hat Enterprise Linux and CentOS" msgstr "" -#: ../index-debian.rst:19 +#: ../index.rst:15 msgid "OpenStack Installation Guide for openSUSE and SUSE Linux Enterprise" msgstr "" -#: ../index-debian.rst:25 +#: ../index.rst:21 msgid "OpenStack Installation Guide for Ubuntu" msgstr "" -#: ../index-debian.rst:35 +#: ../index.rst:27 +msgid "OpenStack Installation Guide for Debian" +msgstr "" + +#: ../index.rst:31 msgid "Abstract" msgstr "" -#: ../index-debian.rst:37 +#: ../index.rst:33 msgid "" "The OpenStack system consists of several key projects that you install " "separately. These projects work together depending on your cloud needs. " @@ -3411,42 +3418,42 @@ msgid "" "or as connected entities." msgstr "" -#: ../index-debian.rst:46 +#: ../index.rst:42 msgid "" "This guide shows you how to install OpenStack by using packages available on " "Red Hat Enterprise Linux 7 and its derivatives through the EPEL repository." msgstr "" -#: ../index-debian.rst:52 +#: ../index.rst:48 msgid "" "This guide walks through an installation by using packages available through " "Canonical's Ubuntu Cloud archive repository." msgstr "" -#: ../index-debian.rst:57 +#: ../index.rst:53 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 " "Cloud repository." msgstr "" -#: ../index-debian.rst:63 +#: ../index.rst:59 msgid "" "This guide walks through an installation by using packages available through " "Debian 8 (code name: Jessie)." msgstr "" -#: ../index-debian.rst:66 +#: ../index.rst:62 msgid "" "Explanations of configuration options and sample configuration files are " "included." msgstr "" -#: ../index-debian.rst:69 +#: ../index.rst:65 msgid "This guide documents OpenStack Liberty release." msgstr "" -#: ../index-debian.rst:73 +#: ../index.rst:69 msgid "" "This guide is a work-in-progress and is subject to frequent updates. Pre-" "release packages have been used for testing, and some instructions might not " @@ -3454,15 +3461,15 @@ msgid "" "any errors you encounter." msgstr "" -#: ../index-debian.rst:79 +#: ../index.rst:75 msgid "Contents" msgstr "" -#: ../index-debian.rst:103 +#: ../index.rst:130 msgid "Search in this guide" msgstr "" -#: ../index-debian.rst:105 +#: ../index.rst:132 msgid ":ref:`search`" msgstr "" @@ -4047,8 +4054,9 @@ msgstr "" # #-#-#-#-# launch-instance-cinder.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# launch-instance-networks-private.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# launch-instance-networks-public.pot (Installation Guide 0.1) #-#-#-#-# -#: ../launch-instance-cinder.rst:71 ../launch-instance-networks-private.rst:96 -#: ../launch-instance-networks-public.rst:105 +#: ../launch-instance-cinder.rst:71 +#: ../launch-instance-networks-private.rst:100 +#: ../launch-instance-networks-public.rst:109 msgid "**Example**" msgstr "" @@ -4238,28 +4246,40 @@ msgid "" "network from `RFC 1918 `_." msgstr "" +# #-#-#-#-# launch-instance-networks-private.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# launch-instance-networks-public.pot (Installation Guide 0.1) #-#-#-#-# #: ../launch-instance-networks-private.rst:93 +#: ../launch-instance-networks-public.rst:102 +msgid "" +"Replace ``DNS_RESOLVER`` with the IP address of a DNS resolver. In most " +"cases, you can use one from the ``/etc/resolv.conf`` file on the host." +msgstr "" + +#: ../launch-instance-networks-private.rst:97 msgid "" "Replace ``PRIVATE_NETWORK_GATEWAY`` with the gateway you want to use on the " "private network, typically the \".1\" IP address." msgstr "" -#: ../launch-instance-networks-private.rst:98 -msgid "The private network uses 172.16.1.0/24 with a gateway on 172.16.1.1:" +#: ../launch-instance-networks-private.rst:102 +msgid "" +"The private network uses 172.16.1.0/24 with a gateway on 172.16.1.1. A DHCP " +"server assigns each instance an IP address from 172.16.1.2 to 172.16.1.254. " +"All instances use 8.8.4.4 as a DNS resolver." msgstr "" -#: ../launch-instance-networks-private.rst:124 +#: ../launch-instance-networks-private.rst:131 msgid "Create a router" msgstr "" -#: ../launch-instance-networks-private.rst:126 +#: ../launch-instance-networks-private.rst:133 msgid "" "Private project networks connect to public provider networks using a virtual " "router. Each router contains an interface to at least one private project " "network and a gateway on a public provider network." msgstr "" -#: ../launch-instance-networks-private.rst:130 +#: ../launch-instance-networks-private.rst:137 msgid "" "The public provider network must include the ``router: external`` option to " "enable project routers to use it for connectivity to external networks such " @@ -4270,55 +4290,55 @@ msgstr "" # #-#-#-#-# launch-instance-networks-private.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# launch-instance-networks-public.pot (Installation Guide 0.1) #-#-#-#-# -#: ../launch-instance-networks-private.rst:136 -#: ../launch-instance-networks-private.rst:195 +#: ../launch-instance-networks-private.rst:143 +#: ../launch-instance-networks-private.rst:202 #: ../launch-instance-networks-public.rst:33 msgid "" "On the controller node, source the ``admin`` credentials to gain access to " "admin-only CLI commands:" msgstr "" -#: ../launch-instance-networks-private.rst:143 +#: ../launch-instance-networks-private.rst:150 msgid "Add the ``router: external`` option to the ``public`` provider network:" msgstr "" -#: ../launch-instance-networks-private.rst:150 +#: ../launch-instance-networks-private.rst:157 msgid "" "Source the ``demo`` credentials to gain access to user-only CLI commands:" msgstr "" -#: ../launch-instance-networks-private.rst:156 +#: ../launch-instance-networks-private.rst:163 msgid "Create the router:" msgstr "" -#: ../launch-instance-networks-private.rst:174 +#: ../launch-instance-networks-private.rst:181 msgid "Add the private network subnet as an interface on the router:" msgstr "" -#: ../launch-instance-networks-private.rst:181 +#: ../launch-instance-networks-private.rst:188 msgid "Set a gateway on the public network on the router:" msgstr "" -#: ../launch-instance-networks-private.rst:191 +#: ../launch-instance-networks-private.rst:198 msgid "" "We recommend that you verify operation and fix any issues before proceeding " "The following steps use the IP address ranges from the network and subnet " "creation examples." msgstr "" -#: ../launch-instance-networks-private.rst:202 +#: ../launch-instance-networks-private.rst:209 msgid "" "List network namespaces. You should see one ``qrouter`` namespace and two " "``qdhcp`` namespaces." msgstr "" -#: ../launch-instance-networks-private.rst:212 +#: ../launch-instance-networks-private.rst:219 msgid "" "List ports on the router to determine the gateway IP address on the public " "provider network:" msgstr "" -#: ../launch-instance-networks-private.rst:229 +#: ../launch-instance-networks-private.rst:236 msgid "" "Ping this IP address from the controller node or any host on the public " "physical network:" @@ -4326,8 +4346,8 @@ msgstr "" # #-#-#-#-# launch-instance-networks-private.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# launch-instance-networks-public.pot (Installation Guide 0.1) #-#-#-#-# -#: ../launch-instance-networks-private.rst:244 -#: ../launch-instance-networks-public.rst:135 +#: ../launch-instance-networks-private.rst:251 +#: ../launch-instance-networks-public.rst:140 msgid "" "Return to :ref:`Launch an instance - Create virtual networks `." @@ -4393,16 +4413,17 @@ msgid "" "instances. This range must not include any existing active IP addresses." msgstr "" -#: ../launch-instance-networks-public.rst:102 +#: ../launch-instance-networks-public.rst:106 msgid "" "Replace ``PUBLIC_NETWORK_GATEWAY`` with the gateway IP address on the public " "physical network, typically the \".1\" IP address." msgstr "" -#: ../launch-instance-networks-public.rst:107 +#: ../launch-instance-networks-public.rst:111 msgid "" -"The public physical network uses 203.0.113.0/24 with a gateway on " -"203.0.113.1 and instances can use 203.0.113.101 to 203.0.113.200." +"The public network uses 203.0.113.0/24 with a gateway on 203.0.113.1. A DHCP " +"server assigns each instance an IP address from 203.0.113.101 to " +"203.0.113.200. All instances use 8.8.4.4 as a DNS resolver." msgstr "" #: ../launch-instance-private.rst:4 @@ -4783,7 +4804,7 @@ msgstr "" #: ../neutron-compute-install-option1.rst:7 #: ../neutron-compute-install-option2.rst:7 #: ../neutron-controller-install-option1.rst:251 -#: ../neutron-controller-install-option2.rst:262 +#: ../neutron-controller-install-option2.rst:260 msgid "Configure the Linux bridge agent" msgstr "" @@ -4794,7 +4815,7 @@ msgstr "" #: ../neutron-compute-install-option1.rst:9 #: ../neutron-compute-install-option2.rst:9 #: ../neutron-controller-install-option1.rst:253 -#: ../neutron-controller-install-option2.rst:264 +#: ../neutron-controller-install-option2.rst:262 msgid "" "The Linux bridge agent builds layer-2 (bridging and switching) virtual " "networking infrastructure for instances including VXLAN tunnels for private " @@ -4808,7 +4829,7 @@ msgstr "" #: ../neutron-compute-install-option1.rst:13 #: ../neutron-compute-install-option2.rst:13 #: ../neutron-controller-install-option1.rst:257 -#: ../neutron-controller-install-option2.rst:268 +#: ../neutron-controller-install-option2.rst:266 msgid "" "Edit the ``/etc/neutron/plugins/ml2/linuxbridge_agent.ini`` file and " "complete the following actions:" @@ -4821,7 +4842,7 @@ msgstr "" #: ../neutron-compute-install-option1.rst:16 #: ../neutron-compute-install-option2.rst:16 #: ../neutron-controller-install-option1.rst:260 -#: ../neutron-controller-install-option2.rst:271 +#: ../neutron-controller-install-option2.rst:269 msgid "" "In the ``[linux_bridge]`` section, map the public virtual network to the " "public physical network interface:" @@ -4834,7 +4855,7 @@ msgstr "" #: ../neutron-compute-install-option1.rst:24 #: ../neutron-compute-install-option2.rst:24 #: ../neutron-controller-install-option1.rst:268 -#: ../neutron-controller-install-option2.rst:279 +#: ../neutron-controller-install-option2.rst:277 msgid "" "Replace ``PUBLIC_INTERFACE_NAME`` with the name of the underlying physical " "public network interface." @@ -4854,7 +4875,7 @@ msgstr "" #: ../neutron-compute-install-option1.rst:34 #: ../neutron-compute-install-option2.rst:42 #: ../neutron-controller-install-option1.rst:278 -#: ../neutron-controller-install-option2.rst:297 +#: ../neutron-controller-install-option2.rst:295 msgid "In the ``[agent]`` section, enable ARP spoofing protection:" msgstr "" @@ -4865,16 +4886,16 @@ msgstr "" #: ../neutron-compute-install-option1.rst:42 #: ../neutron-compute-install-option2.rst:50 #: ../neutron-controller-install-option1.rst:286 -#: ../neutron-controller-install-option2.rst:305 +#: ../neutron-controller-install-option2.rst:303 msgid "" -"In the ``[securitygroup]`` section, enable security groups, enable :term:" -"`ipset`, and configure the Linux bridge :term:`iptables` firewall driver:" +"In the ``[securitygroup]`` section, enable security groups and configure the " +"Linux bridge :term:`iptables` firewall driver:" msgstr "" # #-#-#-#-# neutron-compute-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-compute-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install-option1.rst:54 -#: ../neutron-compute-install-option2.rst:62 +#: ../neutron-compute-install-option1.rst:52 +#: ../neutron-compute-install-option2.rst:60 msgid "" "Return to :ref:`Networking compute node configuration `." @@ -4893,7 +4914,7 @@ msgstr "" # #-#-#-#-# neutron-compute-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option2.rst:27 -#: ../neutron-controller-install-option2.rst:282 +#: ../neutron-controller-install-option2.rst:280 msgid "" "In the ``[vxlan]`` section, enable VXLAN overlay networks, configure the IP " "address of the physical network interface that handles overlay networks, and " @@ -4903,7 +4924,7 @@ msgstr "" # #-#-#-#-# neutron-compute-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option2.rst:38 -#: ../neutron-controller-install-option2.rst:293 +#: ../neutron-controller-install-option2.rst:291 msgid "" "Replace ``OVERLAY_INTERFACE_IP_ADDRESS`` with the IP address of the " "underlying physical network interface that handles overlay networks. The " @@ -4920,47 +4941,23 @@ msgid "" "group>` for instances." msgstr "" +# #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install.rst:10 -msgid "" -"Before you install and configure OpenStack Networking, you must configure " -"kernel networking parameters to disable reverse-path filtering:" -msgstr "" - -# #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:13 -#: ../neutron-controller-install-option1.rst:12 -#: ../neutron-controller-install-option2.rst:13 -msgid "Edit the ``/etc/sysctl.conf`` file to contain the following parameters:" -msgstr "" - -# #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:20 -#: ../neutron-controller-install-option1.rst:19 -#: ../neutron-controller-install-option2.rst:21 -msgid "Implement the changes:" -msgstr "" - -# #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:29 -#: ../neutron-controller-install-option1.rst:26 -#: ../neutron-controller-install-option2.rst:28 +#: ../neutron-controller-install-option1.rst:7 +#: ../neutron-controller-install-option2.rst:7 msgid "Install the components" msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:52 -#: ../neutron-controller-install-option2.rst:57 +#: ../neutron-compute-install.rst:33 +#: ../neutron-controller-install-option2.rst:36 msgid "Install and configure the Networking components" msgstr "" -#: ../neutron-compute-install.rst:58 +#: ../neutron-compute-install.rst:39 msgid "" "Respond to prompts for ``database management``, ``Identity service " "credentials``, ``service endpoint``, and ``message queue credentials``." @@ -4969,29 +4966,29 @@ msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:61 -#: ../neutron-controller-install-option1.rst:70 -#: ../neutron-controller-install-option2.rst:72 +#: ../neutron-compute-install.rst:42 +#: ../neutron-controller-install-option1.rst:51 +#: ../neutron-controller-install-option2.rst:51 msgid "Select the ML2 plug-in:" msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:68 -#: ../neutron-controller-install-option1.rst:76 -#: ../neutron-controller-install-option2.rst:78 +#: ../neutron-compute-install.rst:49 +#: ../neutron-controller-install-option1.rst:57 +#: ../neutron-controller-install-option2.rst:57 msgid "" "Selecting the ML2 plug-in also populates the ``service_plugins`` and " "``allow_overlapping_ips`` options in the ``/etc/neutron/neutron.conf`` file " "with the appropriate values." msgstr "" -#: ../neutron-compute-install.rst:75 +#: ../neutron-compute-install.rst:56 msgid "Configure the common component" msgstr "" -#: ../neutron-compute-install.rst:77 +#: ../neutron-compute-install.rst:58 msgid "" "The Networking common component configuration includes the authentication " "mechanism, message queue, and plug-in." @@ -5000,15 +4997,15 @@ msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:82 -#: ../neutron-controller-install-option1.rst:91 -#: ../neutron-controller-install-option2.rst:87 +#: ../neutron-compute-install.rst:63 +#: ../neutron-controller-install-option1.rst:72 +#: ../neutron-controller-install-option2.rst:66 msgid "" "Edit the ``/etc/neutron/neutron.conf`` file and complete the following " "actions:" msgstr "" -#: ../neutron-compute-install.rst:85 +#: ../neutron-compute-install.rst:66 msgid "" "In the ``[database]`` section, comment out any ``connection`` options " "because compute nodes do not directly access the database." @@ -5017,9 +5014,9 @@ msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:88 -#: ../neutron-controller-install-option1.rst:115 -#: ../neutron-controller-install-option2.rst:112 +#: ../neutron-compute-install.rst:69 +#: ../neutron-controller-install-option1.rst:96 +#: ../neutron-controller-install-option2.rst:91 msgid "" "In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections, configure " "RabbitMQ message queue access:" @@ -5028,9 +5025,9 @@ msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:103 -#: ../neutron-controller-install-option1.rst:130 -#: ../neutron-controller-install-option2.rst:127 +#: ../neutron-compute-install.rst:84 +#: ../neutron-controller-install-option1.rst:111 +#: ../neutron-controller-install-option2.rst:106 msgid "" "Replace ``RABBIT_PASS`` with the password you chose for the ``openstack`` " "account in RabbitMQ." @@ -5040,10 +5037,10 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:126 ../neutron-compute-install.rst:184 -#: ../neutron-controller-install-option1.rst:153 -#: ../neutron-controller-install-option2.rst:150 -#: ../neutron-controller-install.rst:186 ../neutron-controller-install.rst:242 +#: ../neutron-compute-install.rst:107 ../neutron-compute-install.rst:175 +#: ../neutron-controller-install-option1.rst:134 +#: ../neutron-controller-install-option2.rst:129 +#: ../neutron-controller-install.rst:191 ../neutron-controller-install.rst:247 msgid "" "Replace ``NEUTRON_PASS`` with the password you chose for the ``neutron`` " "user in the Identity service." @@ -5051,11 +5048,11 @@ msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:144 ../neutron-controller-install.rst:142 +#: ../neutron-compute-install.rst:135 ../neutron-controller-install.rst:142 msgid "Configure networking options" msgstr "" -#: ../neutron-compute-install.rst:146 +#: ../neutron-compute-install.rst:137 msgid "" "Choose the same networking option that you chose for the controller node to " "configure services specific to it." @@ -5063,7 +5060,7 @@ msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:151 ../neutron-controller-install.rst:149 +#: ../neutron-compute-install.rst:142 ../neutron-controller-install.rst:149 msgid "" "Option 2 augments option 1 with the layer-3 (routing) service and enables " "self-service (private) networks. If you want to use public (provider) and " @@ -5072,26 +5069,26 @@ msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:164 ../neutron-controller-install.rst:218 +#: ../neutron-compute-install.rst:155 ../neutron-controller-install.rst:223 msgid "Configure Compute to use Networking" msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:166 ../nova-compute-install.rst:53 +#: ../neutron-compute-install.rst:157 ../nova-compute-install.rst:53 #: ../nova-controller-install.rst:181 msgid "" "Edit the ``/etc/nova/nova.conf`` file and complete the following actions:" msgstr "" -#: ../neutron-compute-install.rst:168 +#: ../neutron-compute-install.rst:159 msgid "In the ``[neutron]`` section, configure access parameters:" msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:192 ../neutron-controller-install.rst:253 +#: ../neutron-compute-install.rst:183 ../neutron-controller-install.rst:258 msgid "" "The Networking service initialization scripts expect a symbolic link ``/etc/" "neutron/plugin.ini`` pointing to the ML2 plug-in configuration file, ``/etc/" @@ -5099,32 +5096,14 @@ msgid "" "create it using the following command:" msgstr "" -# #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:201 ../neutron-controller-install.rst:262 -msgid "" -"Due to a packaging issue, the Linux bridge agent initialization script " -"explicitly looks for the Linux bridge plug-in configuration file rather than " -"the agent configuration file. Run the following commands to resolve this " -"issue:" -msgstr "" - -# #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:215 ../neutron-controller-install.rst:276 -msgid "" -"Future upgrades of the ``neutron-linuxbridge-agent`` package may overwrite " -"this modification." -msgstr "" - -#: ../neutron-compute-install.rst:224 +#: ../neutron-compute-install.rst:198 msgid "" "Start the Linux bridge agent and configure it to start when the system boots:" msgstr "" # #-#-#-#-# neutron-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-compute-install.rst:234 ../neutron-controller-install.rst:321 +#: ../neutron-compute-install.rst:208 ../neutron-controller-install.rst:308 msgid "" "The Networking service initialization scripts expect the variable " "``NEUTRON_PLUGIN_CONF`` in the ``/etc/sysconfig/neutron`` file to reference " @@ -5132,12 +5111,12 @@ msgid "" "and add the following:" msgstr "" -#: ../neutron-compute-install.rst:249 +#: ../neutron-compute-install.rst:223 msgid "" "Start the Linux Bridge agent and configure it to start when the system boots:" msgstr "" -#: ../neutron-compute-install.rst:265 +#: ../neutron-compute-install.rst:239 msgid "Restart the Linux bridge agent:" msgstr "" @@ -5234,27 +5213,21 @@ msgid "" "Install and configure the Networking components on the *controller* node." msgstr "" -#: ../neutron-controller-install-option1.rst:9 -msgid "" -"Before you configure networking option 1, you must configure kernel " -"parameters to disable reverse-path filtering." -msgstr "" - -#: ../neutron-controller-install-option1.rst:55 +#: ../neutron-controller-install-option1.rst:36 msgid "Install and configure the networking components" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:62 -#: ../neutron-controller-install-option2.rst:64 +#: ../neutron-controller-install-option1.rst:43 +#: ../neutron-controller-install-option2.rst:43 msgid "For networking option 2, also install the ``neutron-l3-agent`` package." msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:64 -#: ../neutron-controller-install-option2.rst:66 +#: ../neutron-controller-install-option1.rst:45 +#: ../neutron-controller-install-option2.rst:45 msgid "" "Respond to prompts for `database management <#debconf-dbconfig-common>`__, " "`Identity service credentials <#debconf-keystone_authtoken>`__, `service " @@ -5264,12 +5237,12 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:83 -#: ../neutron-controller-install-option2.rst:85 +#: ../neutron-controller-install-option1.rst:64 +#: ../neutron-controller-install-option2.rst:64 msgid "Configure the server component" msgstr "" -#: ../neutron-controller-install-option1.rst:85 +#: ../neutron-controller-install-option1.rst:66 msgid "" "The Networking server component configuration includes the database, " "authentication mechanism, message queue, topology change notifications, and " @@ -5278,13 +5251,13 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:102 -#: ../neutron-controller-install-option2.rst:98 +#: ../neutron-controller-install-option1.rst:83 +#: ../neutron-controller-install-option2.rst:77 msgid "" "Replace ``NEUTRON_DBPASS`` with the password you chose for the database." msgstr "" -#: ../neutron-controller-install-option1.rst:105 +#: ../neutron-controller-install-option1.rst:86 msgid "" "In the ``[DEFAULT]`` section, enable the Modular Layer 2 (ML2) plug-in and " "disable additional plug-ins:" @@ -5292,8 +5265,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:161 -#: ../neutron-controller-install-option2.rst:158 +#: ../neutron-controller-install-option1.rst:142 +#: ../neutron-controller-install-option2.rst:137 msgid "" "In the ``[DEFAULT]`` and ``[nova]`` sections, configure Networking to notify " "Compute of network topology changes:" @@ -5303,8 +5276,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:183 -#: ../neutron-controller-install-option2.rst:180 +#: ../neutron-controller-install-option1.rst:164 +#: ../neutron-controller-install-option2.rst:159 #: ../nova-compute-install.rst:94 ../nova-controller-install.rst:233 msgid "" "Replace ``NOVA_PASS`` with the password you chose for the ``nova`` user in " @@ -5313,15 +5286,15 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:196 -#: ../neutron-controller-install-option2.rst:193 +#: ../neutron-controller-install-option1.rst:187 +#: ../neutron-controller-install-option2.rst:182 msgid "Configure the Modular Layer 2 (ML2) plug-in" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:198 -#: ../neutron-controller-install-option2.rst:195 +#: ../neutron-controller-install-option1.rst:189 +#: ../neutron-controller-install-option2.rst:184 msgid "" "The ML2 plug-in uses the Linux bridge mechanism to build layer-2 (bridging " "and switching) virtual networking infrastructure for instances." @@ -5329,29 +5302,29 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:201 -#: ../neutron-controller-install-option2.rst:198 +#: ../neutron-controller-install-option1.rst:192 +#: ../neutron-controller-install-option2.rst:187 msgid "" "Edit the ``/etc/neutron/plugins/ml2/ml2_conf.ini`` file and complete the " "following actions:" msgstr "" -#: ../neutron-controller-install-option1.rst:204 +#: ../neutron-controller-install-option1.rst:195 msgid "In the ``[ml2]`` section, enable flat and VLAN networks:" msgstr "" -#: ../neutron-controller-install-option1.rst:212 +#: ../neutron-controller-install-option1.rst:203 msgid "In the ``[ml2]`` section, disable project (private) networks:" msgstr "" -#: ../neutron-controller-install-option1.rst:220 +#: ../neutron-controller-install-option1.rst:211 msgid "In the ``[ml2]`` section, enable the Linux bridge mechanism:" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:230 -#: ../neutron-controller-install-option2.rst:228 +#: ../neutron-controller-install-option1.rst:221 +#: ../neutron-controller-install-option2.rst:217 msgid "" "After you configure the ML2 plug-in, removing values in the ``type_drivers`` " "option can lead to database inconsistency." @@ -5359,15 +5332,15 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:233 -#: ../neutron-controller-install-option2.rst:235 +#: ../neutron-controller-install-option1.rst:224 +#: ../neutron-controller-install-option2.rst:224 msgid "In the ``[ml2]`` section, enable the port security extension driver:" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:241 -#: ../neutron-controller-install-option2.rst:243 +#: ../neutron-controller-install-option1.rst:232 +#: ../neutron-controller-install-option2.rst:232 msgid "" "In the ``[ml2_type_flat]`` section, configure the public flat provider " "network:" @@ -5375,22 +5348,31 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:299 -#: ../neutron-controller-install-option2.rst:351 +#: ../neutron-controller-install-option1.rst:241 +#: ../neutron-controller-install-option2.rst:250 +msgid "" +"In the ``[securitygroup]`` section, enable :term:`ipset` to increase " +"efficiency of security group rules:" +msgstr "" + +# #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# +#: ../neutron-controller-install-option1.rst:297 +#: ../neutron-controller-install-option2.rst:347 msgid "Configure the DHCP agent" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:301 -#: ../neutron-controller-install-option2.rst:353 +#: ../neutron-controller-install-option1.rst:299 +#: ../neutron-controller-install-option2.rst:349 msgid "The :term:`DHCP agent` provides DHCP services for virtual networks." msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:303 -#: ../neutron-controller-install-option2.rst:355 +#: ../neutron-controller-install-option1.rst:301 +#: ../neutron-controller-install-option2.rst:351 msgid "" "Edit the ``/etc/neutron/dhcp_agent.ini`` file and complete the following " "actions:" @@ -5398,8 +5380,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:306 -#: ../neutron-controller-install-option2.rst:358 +#: ../neutron-controller-install-option1.rst:304 +#: ../neutron-controller-install-option2.rst:354 msgid "" "In the ``[DEFAULT]`` section, configure the Linux bridge interface driver, " "Dnsmasq DHCP driver, and enable isolated metadata so instances on public " @@ -5408,79 +5390,72 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:327 -#: ../neutron-controller-install-option2.rst:423 +#: ../neutron-controller-install-option1.rst:325 +#: ../neutron-controller-install-option2.rst:419 msgid "" "Return to :ref:`Networking controller node configuration `." msgstr "" -#: ../neutron-controller-install-option2.rst:9 -msgid "" -"Before you configure networking option 2, you must configure kernel " -"parameters to enable IP forwarding (routing) and disable reverse-path " -"filtering." -msgstr "" - -#: ../neutron-controller-install-option2.rst:101 +#: ../neutron-controller-install-option2.rst:80 msgid "" "In the ``[DEFAULT]`` section, enable the Modular Layer 2 (ML2) plug-in, " "router service, and overlapping IP addresses:" msgstr "" -#: ../neutron-controller-install-option2.rst:201 +#: ../neutron-controller-install-option2.rst:190 msgid "In the ``[ml2]`` section, enable flat, VLAN, and VXLAN networks:" msgstr "" -#: ../neutron-controller-install-option2.rst:209 +#: ../neutron-controller-install-option2.rst:198 msgid "In the ``[ml2]`` section, enable VXLAN project (private) networks:" msgstr "" -#: ../neutron-controller-install-option2.rst:217 +#: ../neutron-controller-install-option2.rst:206 msgid "" "In the ``[ml2]`` section, enable the Linux bridge and layer-2 population " "mechanisms:" msgstr "" -#: ../neutron-controller-install-option2.rst:233 +#: ../neutron-controller-install-option2.rst:222 msgid "The Linux bridge agent only supports VXLAN overlay networks." msgstr "" -#: ../neutron-controller-install-option2.rst:252 +#: ../neutron-controller-install-option2.rst:241 msgid "" "In the ``[ml2_type_vxlan]`` section, configure the VXLAN network identifier " "range for private networks:" msgstr "" -#: ../neutron-controller-install-option2.rst:318 +#: ../neutron-controller-install-option2.rst:314 msgid "Configure the layer-3 agent" msgstr "" -#: ../neutron-controller-install-option2.rst:320 +#: ../neutron-controller-install-option2.rst:316 msgid "" "The :term:`Layer-3 (L3) agent` provides routing and NAT services for virtual " "networks." msgstr "" -#: ../neutron-controller-install-option2.rst:323 +#: ../neutron-controller-install-option2.rst:319 msgid "" "Edit the ``/etc/neutron/l3_agent.ini`` file and complete the following " "actions:" msgstr "" -#: ../neutron-controller-install-option2.rst:326 +#: ../neutron-controller-install-option2.rst:322 msgid "" "In the ``[DEFAULT]`` section, configure the Linux bridge interface driver " "and external network bridge:" msgstr "" -#: ../neutron-controller-install-option2.rst:338 +#: ../neutron-controller-install-option2.rst:334 msgid "" "The ``external_network_bridge`` option intentionally lacks a value to enable " "multiple external networks on a single agent." msgstr "" -#: ../neutron-controller-install-option2.rst:379 +#: ../neutron-controller-install-option2.rst:375 msgid "" "Overlay networks such as VXLAN include additional packet headers that " "increase overhead and decrease space available for the payload or user data. " @@ -5493,7 +5468,7 @@ msgid "" "connectivity failure." msgstr "" -#: ../neutron-controller-install-option2.rst:389 +#: ../neutron-controller-install-option2.rst:385 msgid "" "Ideally, you can prevent these problems by enabling :term:`jumbo frames " "` on the physical network that contains your tenant virtual " @@ -5508,18 +5483,18 @@ msgid "" "also adjust the MTU." msgstr "" -#: ../neutron-controller-install-option2.rst:403 +#: ../neutron-controller-install-option2.rst:399 msgid "" "Some cloud images ignore the DHCP MTU option in which case you should " "configure it using metadata, a script, or other suitable method." msgstr "" -#: ../neutron-controller-install-option2.rst:407 +#: ../neutron-controller-install-option2.rst:403 msgid "" "In the ``[DEFAULT]`` section, enable the :term:`dnsmasq` configuration file:" msgstr "" -#: ../neutron-controller-install-option2.rst:416 +#: ../neutron-controller-install-option2.rst:412 msgid "" "Create and edit the ``/etc/neutron/dnsmasq-neutron.conf`` file to enable the " "DHCP MTU option (26) and configure it to 1450 bytes:" @@ -5563,97 +5538,93 @@ msgid "" "specific to it." msgstr "" -#: ../neutron-controller-install.rst:162 +#: ../neutron-controller-install.rst:153 +msgid "" +"Complete the procedure for your selected networking option by clicking one " +"of the following links. After finishing that procedure, you will be directed " +"back to this page to proceed with configuring the metadata agent." +msgstr "" + +#: ../neutron-controller-install.rst:167 msgid "Configure the metadata agent" msgstr "" -#: ../neutron-controller-install.rst:164 +#: ../neutron-controller-install.rst:169 msgid "" "The :term:`metadata agent ` provides configuration " "information such as credentials to instances." msgstr "" -#: ../neutron-controller-install.rst:167 +#: ../neutron-controller-install.rst:172 msgid "" "Edit the ``/etc/neutron/metadata_agent.ini`` file and complete the following " "actions:" msgstr "" -#: ../neutron-controller-install.rst:170 +#: ../neutron-controller-install.rst:175 msgid "In the ``[DEFAULT]`` section, configure access parameters:" msgstr "" -#: ../neutron-controller-install.rst:189 +#: ../neutron-controller-install.rst:194 msgid "In the ``[DEFAULT]`` section, configure the metadata host:" msgstr "" -#: ../neutron-controller-install.rst:197 +#: ../neutron-controller-install.rst:202 msgid "" "In the ``[DEFAULT]`` section, configure the metadata proxy shared secret:" msgstr "" -#: ../neutron-controller-install.rst:206 +#: ../neutron-controller-install.rst:211 msgid "" "Replace ``METADATA_SECRET`` with a suitable secret for the metadata proxy." msgstr "" -#: ../neutron-controller-install.rst:220 +#: ../neutron-controller-install.rst:225 msgid "" "Edit the ``/etc/nova/nova.conf`` file and perform the following actions:" msgstr "" -#: ../neutron-controller-install.rst:222 +#: ../neutron-controller-install.rst:227 msgid "" "In the ``[neutron]`` section, configure access parameters, enable the " "metadata proxy, and configure the secret:" msgstr "" -#: ../neutron-controller-install.rst:245 +#: ../neutron-controller-install.rst:250 msgid "" "Replace ``METADATA_SECRET`` with the secret you chose for the metadata proxy." msgstr "" -#: ../neutron-controller-install.rst:279 ../neutron-controller-install.rst:362 +#: ../neutron-controller-install.rst:267 ../neutron-controller-install.rst:348 msgid "Populate the database:" msgstr "" -#: ../neutron-controller-install.rst:288 ../neutron-controller-install.rst:371 +#: ../neutron-controller-install.rst:276 ../neutron-controller-install.rst:357 msgid "" "Database population occurs later for Networking because the script requires " "complete server and plug-in configuration files." msgstr "" -# #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install.rst:291 ../neutron-controller-install.rst:330 -#: ../nova-controller-install.rst:387 -msgid "Restart the Compute services:" -msgstr "" - -#: ../neutron-controller-install.rst:298 ../neutron-controller-install.rst:337 +#: ../neutron-controller-install.rst:285 ../neutron-controller-install.rst:323 msgid "" "Start the Networking services and configure them to start when the system " "boots." msgstr "" -#: ../neutron-controller-install.rst:301 ../neutron-controller-install.rst:340 -#: ../neutron-controller-install.rst:382 +#: ../neutron-controller-install.rst:288 ../neutron-controller-install.rst:326 +#: ../neutron-controller-install.rst:368 msgid "For both networking options:" msgstr "" -#: ../neutron-controller-install.rst:312 ../neutron-controller-install.rst:353 +#: ../neutron-controller-install.rst:299 ../neutron-controller-install.rst:339 msgid "For networking option 2, also enable and start the layer-3 service:" msgstr "" -#: ../neutron-controller-install.rst:374 -msgid "Restart the nova-api service:" -msgstr "" - -#: ../neutron-controller-install.rst:380 +#: ../neutron-controller-install.rst:366 msgid "Restart the Networking services." msgstr "" -#: ../neutron-controller-install.rst:391 +#: ../neutron-controller-install.rst:377 msgid "For networking option 2, also restart the layer-3 service:" msgstr "" @@ -5907,6 +5878,10 @@ msgid "" "Start the Compute services and configure them to start when the system boots:" msgstr "" +#: ../nova-controller-install.rst:387 +msgid "Restart the Compute services:" +msgstr "" + #: ../nova-verify.rst:4 msgid "Verify operation of the Compute service." msgstr "" @@ -5977,7 +5952,9 @@ msgid "Project name" msgstr "" #: ../overview.rst:26 -msgid "`Dashboard `_" +msgid "" +"`Dashboard `_" msgstr "" #: ../overview.rst:27 @@ -5992,7 +5969,8 @@ msgid "" msgstr "" #: ../overview.rst:32 -msgid "`Compute `_" +msgid "" +"`Compute `_" msgstr "" #: ../overview.rst:33 @@ -6007,7 +5985,9 @@ msgid "" msgstr "" #: ../overview.rst:38 -msgid "`Networking `_" +msgid "" +"`Networking `_" msgstr "" #: ../overview.rst:39 @@ -6028,7 +6008,8 @@ msgstr "" #: ../overview.rst:49 msgid "" -"`Object Storage `_" +"`Object Storage `_" msgstr "" #: ../overview.rst:50 @@ -6046,7 +6027,9 @@ msgid "" msgstr "" #: ../overview.rst:58 -msgid "`Block Storage `_" +msgid "" +"`Block Storage `_" msgstr "" #: ../overview.rst:59 @@ -6066,8 +6049,8 @@ msgstr "" #: ../overview.rst:66 msgid "" -"`Identity service `_" +"`Identity service `_" msgstr "" #: ../overview.rst:67 @@ -6082,8 +6065,8 @@ msgstr "" #: ../overview.rst:71 msgid "" -"`Image service `_" +"`Image service `_" msgstr "" #: ../overview.rst:72 @@ -6098,7 +6081,8 @@ msgstr "" #: ../overview.rst:76 msgid "" -"`Telemetry `_" +"`Telemetry `_" msgstr "" #: ../overview.rst:77 @@ -6117,8 +6101,8 @@ msgstr "" #: ../overview.rst:83 msgid "" -"`Orchestration `_" +"`Orchestration `_" msgstr "" #: ../overview.rst:84 @@ -6473,7 +6457,7 @@ msgstr "" msgid "Create the ``/etc/swift`` directory." msgstr "" -#: ../swift-controller-install.rst:172 ../swift-controller-install.rst:183 +#: ../swift-controller-install.rst:172 ../swift-controller-install.rst:182 msgid "" "Obtain the proxy service configuration file from the Object Storage source " "repository:" 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 c687c9d1e1..6d53a0a94b 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 @@ -10,16 +10,17 @@ # Akihiro Motoki , 2015. #zanata # KATO Tomoyuki , 2015. #zanata # OpenStack Infra , 2015. #zanata +# Yuta Hono , 2015. #zanata msgid "" msgstr "" "Project-Id-Version: Installation Guide 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 01:55+0000\n" +"POT-Creation-Date: 2015-10-28 05:16+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-10-25 10:59+0000\n" -"Last-Translator: Akihiro Motoki \n" +"PO-Revision-Date: 2015-10-27 02:29+0000\n" +"Last-Translator: Yuta Hono \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 3.7.1\n" @@ -637,22 +638,6 @@ msgstr "" "す。詳細は `Deployment Guide `__ を参照してください。" -msgid "" -"Before you configure networking option 1, you must configure kernel " -"parameters to disable reverse-path filtering." -msgstr "" -"ネットワークオプション 1 を設定する前に、逆方向のフィルタリングを向こうかする" -"ために、カーネルパラメーターを設定する必要があります。" - -msgid "" -"Before you configure networking option 2, you must configure kernel " -"parameters to enable IP forwarding (routing) and disable reverse-path " -"filtering." -msgstr "" -"ネットワークオプション 2 を設定する前に、IP 転送 (ルーティング) を有効化し" -"て、逆方向のフィルタリングを無効化するために、カーネルパラメーターを設定する" -"必要があります。" - msgid "" "Before you configure the OpenStack Identity service, you must create a " "database and an administration token." @@ -667,14 +652,6 @@ msgstr "" "OpenStack Networking (neutron) を設定する前に、データベース、サービスクレデン" "シャル、API エンドポイントを作成する必要があります。" -msgid "" -"Before you install and configure OpenStack Networking, you must configure " -"kernel networking parameters to disable reverse-path filtering:" -msgstr "" -"OpenStack Networking をインストールして設定する前に、逆方向のフィルタリングを" -"無効化するために、カーネルのネットワークパラメーターを設定する必要がありま" -"す。" - msgid "" "Before you install and configure Orchestration, you must create a database, " "service credentials, and API endpoints." @@ -846,6 +823,9 @@ msgstr "" "期を行います。しかし、オプションとして、自組織により提供されるサーバーなど別" "のサーバーを参照するように設定することもできます。" +msgid "CentOS does not require these repositories." +msgstr "CentOSはこれらのレポジトリを必要としません。" + msgid "Change to the ``/etc/swift`` directory." msgstr "``/etc/swift`` ディレクトリーに移動します。" @@ -936,6 +916,11 @@ msgstr "Networking を使用するための Compute の設定" msgid "Configure OpenStack with debconf" msgstr "debconf を用いた OpenStack の設定" +msgid "" +"Configure SELinux to permit the web server to connect to OpenStack services:" +msgstr "" +"Web サーバーが OpenStack サービスに接続できるよう SELinux を設定します。:" + msgid "" "Configure ``user`` as the default role for users that you create via the " "dashboard:" @@ -1276,6 +1261,9 @@ msgstr "``ceilometer`` サービスエンティティーを作成します。" msgid "Create the ``ceilometer`` user:" msgstr "``ceilometer`` ユーザーを作成します。" +msgid "Create the ``cinder`` and ``cinderv2`` service entities:" +msgstr "``cinder`` および ``cinderv2`` サービスエンティティーを作成します。" + msgid "Create the ``cinder`` database:" msgstr "``cinder`` データベースを作成します。" @@ -1545,16 +1533,6 @@ msgstr "" "パッケージ作成の不具合により、ダッシュボードの CSS が適切に読み込まれません。" "以下のコマンドを実行して、この問題を解決します。" -msgid "" -"Due to a packaging issue, the Linux bridge agent initialization script " -"explicitly looks for the Linux bridge plug-in configuration file rather than " -"the agent configuration file. Run the following commands to resolve this " -"issue:" -msgstr "" -"パッケージ側の問題により、Linux bridge エージェントの初期化スクリプトは、 " -"エージェント設定ファイルではなく、 Linux Bridge プラグイン設定ファイルを明示" -"的に検索します。この問題を解決するために、以下のコマンドを実行します。" - msgid "" "During the final stage of the package installation, it is possible to " "automatically create an admin tenant and an admin user. This can later be " @@ -1854,10 +1832,6 @@ msgstr "" "ファイル ``/etc/sysconfig/network/ifcfg-INTERFACE_NAME`` を編集し、以下の内容" "を追加します。" -msgid "Edit the ``/etc/sysctl.conf`` file to contain the following parameters:" -msgstr "" -"``/etc/sysctl.conf`` ファイルを編集して、以下のパラメーターを追加します。" - msgid "" "Edit the ``/etc/systemd/system/epmd.socket`` file to contain the following:" msgstr "" @@ -1919,6 +1893,9 @@ msgstr "" msgid "Enable the OpenStack repository" msgstr "OpenStack リポジトリーの有効化" +msgid "Enable the `EPEL `_ repository:" +msgstr "`EPEL `_ レポジトリーの有効化:" + msgid "Enable the backports repository" msgstr "バックポートリポジトリーの有効化" @@ -2060,6 +2037,19 @@ msgstr "" "org/liberty/ config-reference/content/ ch_configuring-openstack-image-" "service.html>`__ を参照してください。" +msgid "" +"For more information about how to download and build images, see `OpenStack " +"Virtual Machine Image Guide `__. For information about how to manage images, see the " +"`OpenStack User Guide `__." +msgstr "" +"ダウンロード方法とイメージ構築の詳細は `OpenStack 仮想マシンイメージガイド " +"`__ を参照してくだ" +"さい。イメージの管理方法の詳細は `OpenStack エンドユーザーガイド `__ を参照してく" +"ださい。" + msgid "" "For more information about how to manage volumes, see the `OpenStack User " "Guide `__." @@ -2189,13 +2179,6 @@ msgstr "" "*コントローラー* ノードから、*コンピュート* ノードの管理インターフェースへの" "アクセスをテストします。" -msgid "" -"Future upgrades of the ``neutron-linuxbridge-agent`` package may overwrite " -"this modification." -msgstr "" -"将来の ``neutron-linuxbridge-agent`` パッケージのアップグレードにより、この変" -"更が上書きされる可能性があります。" - msgid "" "Generally, the ``-common`` packages install the configuration files. For " "example, the ``glance-common`` package installs the ``glance-api.conf`` and " @@ -2315,6 +2298,13 @@ msgid "" "If necessary, replace ``10.0.0.0/24`` with a description of your subnet." msgstr "必要に応じて、``10.0.0.0/24`` をお使いのサブネットに置き換えます。" +msgid "" +"If the upgrade process includes a new kernel, reboot your host to activate " +"it." +msgstr "" +"アップグレード処理が新しいカーネルを含む場合、それを有効化するために、ホスト" +"を再起動します。" + msgid "" "If the web browser to access remote consoles resides on a host that cannot " "resolve the ``controller`` hostname, you must replace ``controller`` with " @@ -2492,11 +2482,6 @@ msgstr "" "本番環境の配備および管理を自動化するために、Ansible、Chef、Puppet、Salt など" "のデプロイツールを導入してください。" -# #-#-#-#-# neutron-compute-node.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# neutron-network-node.pot (Installation Guide 0.1) #-#-#-#-# -msgid "Implement the changes:" -msgstr "変更を実装します。" - msgid "" "In Debian, the Keystone package offers automatic registration of Keystone in " "the service catalogue. This is equivalent of running the below commands:" @@ -2985,14 +2970,6 @@ msgstr "``[publisher]`` セクションに telemetry のシークレットを設 msgid "In the ``[revoke]`` section, configure the SQL revocation driver:" msgstr "``[revoke]`` セクションに SQL 取り消しドライバーを設定します。" -msgid "" -"In the ``[securitygroup]`` section, enable security groups, enable :term:" -"`ipset`, and configure the Linux bridge :term:`iptables` firewall driver:" -msgstr "" -"``[securitygroup]`` セクションにおいて、セキュリティグループを有効化し、:" -"term:`ipset` を有効化し、Linux ブリッジ :term:`iptables` ファイアウォールドラ" -"イバーを設定します。" - # #-#-#-#-# ceilometer-controller-install.pot (Installation Guide 0.1) # #-#-#-#-# # #-#-#-#-# ceilometer-nova.pot (Installation Guide 0.1) #-#-#-#-# @@ -3117,6 +3094,9 @@ msgstr "LVM パッケージをインストールします。" msgid "Install the MongoDB package:" msgstr "MongoDB パッケージをインストールします。" +msgid "Install the OpenStack client:" +msgstr "OpenStack client のインストール:" + msgid "Install the ``ceilometermiddleware`` package:" msgstr "``ceilometermiddleware`` パッケージをインストールします。" @@ -4424,9 +4404,6 @@ msgstr "ウェブサーバー設定のプロンプトに入力します。" msgid "Restart the Apache HTTP server:" msgstr "Apache HTTP Server を再起動します。" -msgid "Restart the Apache HTTP service if it is already running." -msgstr "Apache HTTP サービスがすでに動作中の場合、サービスを再起動します。" - msgid "Restart the Block Storage services on the controller node:" msgstr "コントローラーノードで Block Storage サービスを再起動します。" @@ -4484,9 +4461,6 @@ msgstr "エージェントを再起動します。" msgid "Restart the database service:" msgstr "データベースサービスを再起動します。" -msgid "Restart the nova-api service:" -msgstr "nova-api サービスを再起動します。" - msgid "Retrieve usage statistics from the ``image.download`` meter:" msgstr "``image.download`` メーターの利用状況を取得します。" @@ -4918,6 +4892,14 @@ msgstr "" "Block Storage のサービスが、このボリュームグループ内に論理ボリュームを作成し" "ます。" +msgid "The Block Storage services requires endpoints for each service entity." +msgstr "" +"Block Storage サービスはそれぞれのサービスエンティティのエンドポイントを必要" +"とします。" + +msgid "The Block Storage services requires two service entities." +msgstr "Block Storage サービスは2つのサービスエンティティを必要とします。" + # #-#-#-#-# launch-instance-neutron.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# launch-instance-nova.pot (Installation Guide 0.1) #-#-#-#-# msgid "" @@ -5513,11 +5495,6 @@ msgstr "" "cli_set_environment_variables_using_openstack_rc.html>`__ を参照してくださ" "い。" -msgid "The private network uses 172.16.1.0/24 with a gateway on 172.16.1.1:" -msgstr "" -"プライベートネットワークは、ネットワーク 172.16.1.0/24、ゲートウェイ " -"172.16.1.1 を使用します。" - msgid "" "The provider networks option deploys the OpenStack Networking service in the " "simplest way possible with primarily layer-2 (bridging/switching) services " @@ -5556,14 +5533,6 @@ msgstr "" "パブリックインターフェースは、IP アドレスを割り当てない特別な設定を使用しま" "す。2 番目のインターフェースをパブリックインターフェースとして設定します。" -msgid "" -"The public physical network uses 203.0.113.0/24 with a gateway on " -"203.0.113.1 and instances can use 203.0.113.101 to 203.0.113.200." -msgstr "" -"パブリックネットワークは、ネットワーク 203.0.113.0/24、ゲートウェイ " -"203.0.113.1 を使用します。インスタンスは 203.0.113.101 から 203.0.113.200 を" -"使用できます。" - msgid "" "The public provider network must include the ``router: external`` option to " "enable project routers to use it for connectivity to external networks such " @@ -5767,6 +5736,14 @@ msgstr "" msgid "This guide documents OpenStack Liberty release." msgstr "このガイドは OpenStack Liberty リリースをドキュメント化しています。" +msgid "" +"This guide shows you how to install OpenStack by using packages available on " +"Red Hat Enterprise Linux 7 and its derivatives through the EPEL repository." +msgstr "" +"このガイドは、EPEL リポジトリー経由で Red Hat Enterprise Linux 7 および派生" +"ディストリビューションにおいて利用可能なパッケージを使用して、OpenStack をイ" +"ンストールする方法について説明しています。" + 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 " @@ -6298,6 +6275,9 @@ msgstr "" msgid "Unset the temporary ``OS_TOKEN`` and ``OS_URL`` environment variables:" msgstr "一時的な環境変数 ``OS_TOKEN`` と ``OS_URL`` を設定解除します。" +msgid "Upgrade the packages on your host:" +msgstr "パッケージをホスト上でアップグレードします:" + msgid "Upload a test file:" msgstr "テストファイルをアップロードします。" @@ -6696,22 +6676,12 @@ msgstr "" "この先に進む前に、お使いのディストリビューションの基本インストールパッケージ" "の最新バージョンに更新する必要があります。" -msgid "`Block Storage `_" -msgstr "" -"`Block Storage `_" - msgid "`Ceilometer `_" msgstr "`Ceilometer `_" msgid "`Cinder `_" msgstr "`Cinder `_" -msgid "`Compute `_" -msgstr "`Compute `_" - -msgid "`Dashboard `_" -msgstr "`Dashboard `_" - msgid "`Glance `_" msgstr "`Glance `_" @@ -6721,53 +6691,18 @@ msgstr "`Heat `_" msgid "`Horizon `_" msgstr "`Horizon `_" -msgid "" -"`Identity service `_" -msgstr "" -"`Identity service `_" - -msgid "" -"`Image service `_" -msgstr "" -"`Image service `_" - msgid "`Keystone `_" msgstr "`Keystone `_" -msgid "`Networking `_" -msgstr "" -"`Networking `_" - msgid "`Neutron `_" msgstr "`Neutron `_" msgid "`Nova `_" msgstr "`Nova `_" -msgid "" -"`Object Storage `_" -msgstr "" -"`Object Storage `_" - -msgid "" -"`Orchestration `_" -msgstr "" -"`Orchestration `_" - msgid "`Swift `_" msgstr "`Swift `_" -msgid "" -"`Telemetry `_" -msgstr "" -"`Telemetry `_" - msgid "``ADMIN_PASS``" msgstr "``ADMIN_PASS``" @@ -6831,6 +6766,13 @@ msgstr "``linuxbridge_agent.ini``:" msgid "``ml2_conf.ini``:" msgstr "``ml2_conf.ini``:" +msgid "" +"``systemctl restart`` will restart the Apache HTTP service, or start it if " +"it is not running." +msgstr "" +"``systemctl restart`` はApache HTTP サービスを再起動、もしくは動作していない" +"場合には起動します。" + msgid "and run the helper script:" 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 4d9b655a8c..cf5fd53a11 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 @@ -13,16 +13,17 @@ # Akihiro Motoki , 2015. #zanata # KATO Tomoyuki , 2015. #zanata # OpenStack Infra , 2015. #zanata +# Yuta Hono , 2015. #zanata msgid "" msgstr "" "Project-Id-Version: End User Guide 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-23 04:53+0000\n" +"POT-Creation-Date: 2015-10-28 05:16+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-10-17 11:02+0000\n" -"Last-Translator: Akihiro Motoki \n" +"PO-Revision-Date: 2015-10-27 02:19+0000\n" +"Last-Translator: Yuta Hono \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 3.7.1\n" @@ -835,6 +836,14 @@ msgstr "" "設定グループは、キーと値のペアのカンマ区切り一覧を含みます。各ペアは、設定オ" "プションとその値から構成されます。" +msgid "" +"A key pair belongs to an individual user, not to a project. To share a key " +"pair across multiple users, each user needs to import that key pair." +msgstr "" +"プロジェクトではなく、ユーザ個人に属したキーペア。キーペアを複数のユーザーに" +"またがってシェアするためには、各ユーザーでそのキーペアのインポートが必要で" +"す。" + # #-#-#-#-# dashboard_manage_shares.pot (End User Guide 1.0.0) #-#-#-#-# # #-#-#-#-# dashboard_manage_volumes.pot (End User Guide 1.0.0) #-#-#-#-# msgid "A message indicates whether the action was successful." @@ -8610,7 +8619,7 @@ msgid "" msgstr "" "OpenStack は、起動時にインスタンスに接続される特別な設定ドライブにメタデータ" "を書き込むように設定することができます。インスタンスはこのディスクをマウント" -"してそこからファイルを読み込むことで、通常 `メタデータサービス`__ から提供される情報を取得することができます。このメタデータは、" "ユーザーデータと異なります。"