From 085629ac6daef0fc81dd767e003c216b0804e607 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 11 Dec 2015 06:39:09 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ie3b19975ff8da9178be8a2be0bc07945aa1d4b10 --- .../source/locale/api-quick-start.pot | 63 +- .../locale/de/LC_MESSAGES/api-quick-start.po | 10 +- .../locale/ja/LC_MESSAGES/api-quick-start.po | 14 +- .../ko_KR/LC_MESSAGES/api-quick-start.po | 10 +- api-ref-guides/locale/api-ref-guides.pot | 18 +- api-ref-guides/locale/ja.po | 10 +- api-ref/locale/api-ref.pot | 798 ++++++++++-------- api-ref/locale/fr.po | 54 +- api-ref/locale/ko_KR.po | 26 +- firstapp/source/locale/firstapp.pot | 139 +-- 10 files changed, 585 insertions(+), 557 deletions(-) diff --git a/api-quick-start/source/locale/api-quick-start.pot b/api-quick-start/source/locale/api-quick-start.pot index fc95adcba..706217d7e 100644 --- a/api-quick-start/source/locale/api-quick-start.pot +++ b/api-quick-start/source/locale/api-quick-start.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: API-Quick-Start 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-26 06:40+0000\n" +"POT-Creation-Date: 2015-12-11 06:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -167,40 +167,40 @@ msgid "" "expiration date and time in the form ``\"expires\":\"datetime\"``." msgstr "" -#: ../api-quick-start.rst:98 +#: ../api-quick-start.rst:99 msgid "" "If you do not know the tenant name or ID, send a request with \"\" for the " "tenant name or ID. The response returns the tenant name or ID." msgstr "" -#: ../api-quick-start.rst:109 +#: ../api-quick-start.rst:110 msgid "The following example shows a successful response:" msgstr "" -#: ../api-quick-start.rst:334 +#: ../api-quick-start.rst:335 msgid "Send API requests" msgstr "" -#: ../api-quick-start.rst:336 +#: ../api-quick-start.rst:337 msgid "" "This section shows how to make some basic Compute API calls. For a complete " "list of Compute API calls, see `Compute API (CURRENT) `__." msgstr "" -#: ../api-quick-start.rst:340 +#: ../api-quick-start.rst:341 msgid "Export the token ID to the ``TOKEN`` environment variable. For example:" msgstr "" -#: ../api-quick-start.rst:346 +#: ../api-quick-start.rst:347 msgid "The token expires every 24 hours." msgstr "" -#: ../api-quick-start.rst:348 +#: ../api-quick-start.rst:349 msgid "Use the Compute API to list flavors:" msgstr "" -#: ../api-quick-start.rst:431 +#: ../api-quick-start.rst:432 msgid "Use the Compute API to list images:" msgstr "" @@ -208,11 +208,11 @@ msgstr "" msgid "Use the Compute API to list servers:" msgstr "" -#: ../api-quick-start.rst:575 +#: ../api-quick-start.rst:574 msgid "OpenStack command-line clients" msgstr "" -#: ../api-quick-start.rst:577 +#: ../api-quick-start.rst:576 msgid "" "For scripting work and simple requests, you can use a command-line client " "like the ``openstack-client`` client. This client enables you to use the " @@ -221,17 +221,17 @@ msgid "" "that includes Python API bindings and a command-line interface (CLI)." msgstr "" -#: ../api-quick-start.rst:583 +#: ../api-quick-start.rst:582 msgid "" "For information about the command-line clients, see `OpenStack Command-Line " "Interface Reference `__." msgstr "" -#: ../api-quick-start.rst:587 +#: ../api-quick-start.rst:586 msgid "Install the clients" msgstr "" -#: ../api-quick-start.rst:589 +#: ../api-quick-start.rst:588 msgid "" "Use ``pip`` to install the OpenStack clients on a Mac OS X or Linux system. " "It is easy and ensures that you get the latest version of the client from " @@ -239,39 +239,39 @@ msgid "" "lets you update or remove a package." msgstr "" -#: ../api-quick-start.rst:594 +#: ../api-quick-start.rst:593 msgid "" "You must install the client for each project separately, but the ``python-" "openstackclient`` covers multiple projects." msgstr "" -#: ../api-quick-start.rst:597 +#: ../api-quick-start.rst:596 msgid "Install or update a client package:" msgstr "" -#: ../api-quick-start.rst:603 +#: ../api-quick-start.rst:602 msgid "Where *PROJECT* is the project name." msgstr "" -#: ../api-quick-start.rst:605 +#: ../api-quick-start.rst:604 msgid "For example, install the ``openstack`` client:" msgstr "" -#: ../api-quick-start.rst:611 +#: ../api-quick-start.rst:610 msgid "To update the ``openstack`` client, run this command:" msgstr "" -#: ../api-quick-start.rst:617 +#: ../api-quick-start.rst:616 msgid "To remove the ``openstack`` client, run this command:" msgstr "" -#: ../api-quick-start.rst:623 +#: ../api-quick-start.rst:622 msgid "" "Before you can issue client commands, you must download and source the " "``openrc`` file to set environment variables." msgstr "" -#: ../api-quick-start.rst:626 +#: ../api-quick-start.rst:625 msgid "" "For complete information about the OpenStack clients, including how to " "source the ``openrc`` file, see `OpenStack End User Guide `__." msgstr "" -#: ../api-quick-start.rst:632 +#: ../api-quick-start.rst:631 msgid "Launch an instance" msgstr "" -#: ../api-quick-start.rst:634 +#: ../api-quick-start.rst:633 msgid "" "To launch instances, you must choose a name, an image, and a flavor for your " "instance." msgstr "" -#: ../api-quick-start.rst:637 +#: ../api-quick-start.rst:636 msgid "" "To list available images, call the Compute API through the ``openstack`` " "client:" msgstr "" -#: ../api-quick-start.rst:652 +#: ../api-quick-start.rst:651 msgid "To list flavors, run this command:" msgstr "" -#: ../api-quick-start.rst:672 +#: ../api-quick-start.rst:671 msgid "To launch an instance, note the IDs of your desired image and flavor." msgstr "" -#: ../api-quick-start.rst:674 +#: ../api-quick-start.rst:673 msgid "" "To launch the ``my_instance`` instance, run the ``openstack server create`` " "command with the image and flavor IDs and the server name:" msgstr "" -#: ../api-quick-start.rst:716 +#: ../api-quick-start.rst:715 msgid "" "For information about the default ports that the OpenStack components use, " -"see `Firewalls and default ports`_ in the *OpenStack Configuration " -"Reference*." +"see `Firewalls and default ports `_ in the *OpenStack " +"Configuration Reference*." msgstr "" #: ../index.rst:3 diff --git a/api-quick-start/source/locale/de/LC_MESSAGES/api-quick-start.po b/api-quick-start/source/locale/de/LC_MESSAGES/api-quick-start.po index fdd1fcb5d..00f9d9bf7 100644 --- a/api-quick-start/source/locale/de/LC_MESSAGES/api-quick-start.po +++ b/api-quick-start/source/locale/de/LC_MESSAGES/api-quick-start.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: API-Quick-Start 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-26 03:49+0000\n" +"POT-Creation-Date: 2015-12-10 14:24+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -114,14 +114,6 @@ msgstr "" "Kommandozeilenschnitstelle Referenz `__." -msgid "" -"For information about the default ports that the OpenStack components use, " -"see `Firewalls and default ports`_ in the *OpenStack Configuration " -"Reference*." -msgstr "" -"Für Informationen über die von OpenStack verwendeten Standardports, siehe " -"`Firewalls and default ports`_ in der *OpenStack Configuration Reference*." - msgid "Install the clients" msgstr "Installiere die Clients" diff --git a/api-quick-start/source/locale/ja/LC_MESSAGES/api-quick-start.po b/api-quick-start/source/locale/ja/LC_MESSAGES/api-quick-start.po index 30ede3fb8..86c9ba8cf 100644 --- a/api-quick-start/source/locale/ja/LC_MESSAGES/api-quick-start.po +++ b/api-quick-start/source/locale/ja/LC_MESSAGES/api-quick-start.po @@ -4,11 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: API-Quick-Start 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-28 01:49+0000\n" +"POT-Creation-Date: 2015-12-10 14:24+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-11-27 10:14+0000\n" +"PO-Revision-Date: 2015-12-10 08:35+0000\n" "Last-Translator: Akihiro Motoki \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0\n" @@ -150,12 +150,14 @@ msgstr "" msgid "" "For information about the default ports that the OpenStack components use, " -"see `Firewalls and default ports`_ in the *OpenStack Configuration " -"Reference*." +"see `Firewalls and default ports `_ in the *OpenStack " +"Configuration Reference*." msgstr "" "OpenStack のコンポーネントが使用するデフォルトのポート番号については、" -"*OpenStack Configuration Reference* の `Firewalls and default ports`_ を参照" -"してください。" +"*OpenStack Configuration Reference* の `ファイアウォールとデフォルトのポート " +"`_ を参照してください。" msgid "" "For scripting work and simple requests, you can use a command-line client " diff --git a/api-quick-start/source/locale/ko_KR/LC_MESSAGES/api-quick-start.po b/api-quick-start/source/locale/ko_KR/LC_MESSAGES/api-quick-start.po index 0b318c327..2a2dc7d46 100644 --- a/api-quick-start/source/locale/ko_KR/LC_MESSAGES/api-quick-start.po +++ b/api-quick-start/source/locale/ko_KR/LC_MESSAGES/api-quick-start.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: API-Quick-Start 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-26 03:49+0000\n" +"POT-Creation-Date: 2015-12-10 14:24+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -148,14 +148,6 @@ msgstr "" "Interface Reference `__ 를 " "확인합니다." -msgid "" -"For information about the default ports that the OpenStack components use, " -"see `Firewalls and default ports`_ in the *OpenStack Configuration " -"Reference*." -msgstr "" -"OpenStack 구성 요소가 사용하는 기본 포트에 대한 정보는, *OpenStack " -"Configuration Reference* 내 `Firewalls and default ports`_ 를 참고합니다." - msgid "" "For scripting work and simple requests, you can use a command-line client " "like the ``openstack-client`` client. This client enables you to use the " diff --git a/api-ref-guides/locale/api-ref-guides.pot b/api-ref-guides/locale/api-ref-guides.pot index 4c8e7e4cb..89048d46b 100644 --- a/api-ref-guides/locale/api-ref-guides.pot +++ b/api-ref-guides/locale/api-ref-guides.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-13 06:30+0000\n" +"POT-Creation-Date: 2015-12-11 06:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -13,15 +13,15 @@ msgstr "" msgid "OpenStack Networking (neutron) API v2.0 and Extensions Reference" msgstr "" -#: ./api-ref-guides/src/bk-api-ref-networking-v2.xml:15(titleabbrev) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:11(titleabbrev) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-share-v2.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-database-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:11(titleabbrev) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-image-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-image-v2.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-share-v1.xml:12(titleabbrev) +#: ./api-ref-guides/src/bk-api-ref-networking-v2.xml:15(titleabbrev) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:11(titleabbrev) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-share-v2.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-database-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:11(titleabbrev) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-clustering-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-image-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-image-v2.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:12(titleabbrev) ./api-ref-guides/src/bk-api-ref-share-v1.xml:12(titleabbrev) msgid "API Reference" msgstr "" -#: ./api-ref-guides/src/bk-api-ref-networking-v2.xml:22(orgname) ./api-ref-guides/src/bk-api-ref-networking-v2.xml:27(holder) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:18(orgname) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:23(holder) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-share-v2.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-share-v2.xml:24(holder) ./api-ref-guides/src/bk-api-ref-database-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-database-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:18(orgname) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:23(holder) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:24(holder) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref.xml:19(orgname) ./api-ref-guides/src/bk-api-ref.xml:24(holder) ./api-ref-guides/src/bk-api-ref-image-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-image-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-image-v2.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-image-v2.xml:24(holder) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:24(holder) ./api-ref-guides/src/bk-api-ref-share-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-share-v1.xml:24(holder) +#: ./api-ref-guides/src/bk-api-ref-networking-v2.xml:22(orgname) ./api-ref-guides/src/bk-api-ref-networking-v2.xml:27(holder) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:18(orgname) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:23(holder) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-share-v2.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-share-v2.xml:24(holder) ./api-ref-guides/src/bk-api-ref-database-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-database-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:18(orgname) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:23(holder) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:24(holder) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref.xml:19(orgname) ./api-ref-guides/src/bk-api-ref.xml:24(holder) ./api-ref-guides/src/bk-api-ref-clustering-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-clustering-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-image-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-image-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-image-v2.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-image-v2.xml:24(holder) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:24(holder) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:24(holder) ./api-ref-guides/src/bk-api-ref-share-v1.xml:19(orgname) ./api-ref-guides/src/bk-api-ref-share-v1.xml:24(holder) msgid "OpenStack Foundation" msgstr "" -#: ./api-ref-guides/src/bk-api-ref-networking-v2.xml:26(year) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:23(year) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:22(year) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-database-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:22(year) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:23(year) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:23(year) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref.xml:23(year) ./api-ref-guides/src/bk-api-ref-image-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-image-v2.xml:23(year) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:23(year) +#: ./api-ref-guides/src/bk-api-ref-networking-v2.xml:26(year) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:23(year) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:22(year) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-database-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:22(year) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:23(year) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:23(year) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref.xml:23(year) ./api-ref-guides/src/bk-api-ref-clustering-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-image-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-image-v2.xml:23(year) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:23(year) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:23(year) msgid "2010-2015" msgstr "" @@ -29,7 +29,7 @@ msgstr "" msgid "OpenStack Networking (neutron)" msgstr "" -#: ./api-ref-guides/src/bk-api-ref-networking-v2.xml:33(remark) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:29(remark) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-share-v2.xml:30(remark) ./api-ref-guides/src/bk-api-ref-database-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:29(remark) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:30(remark) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref.xml:30(remark) ./api-ref-guides/src/bk-api-ref-image-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-image-v2.xml:30(remark) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:30(remark) ./api-ref-guides/src/bk-api-ref-share-v1.xml:30(remark) +#: ./api-ref-guides/src/bk-api-ref-networking-v2.xml:33(remark) ./api-ref-guides/src/bk-api-ref-compute-v2.1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-identity-v3.xml:29(remark) ./api-ref-guides/src/bk-api-ref-blockstorage-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-share-v2.xml:30(remark) ./api-ref-guides/src/bk-api-ref-database-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-identity-v2.xml:29(remark) ./api-ref-guides/src/bk-api-ref-telemetry-v2.xml:30(remark) ./api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-orchestration-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref.xml:30(remark) ./api-ref-guides/src/bk-api-ref-clustering-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-image-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-image-v2.xml:30(remark) ./api-ref-guides/src/bk-api-ref-objectstorage-v1.xml:30(remark) ./api-ref-guides/src/bk-api-ref-blockstorage-v2.xml:30(remark) ./api-ref-guides/src/bk-api-ref-share-v1.xml:30(remark) msgid "Copyright details are filled in by the template." msgstr "" @@ -129,6 +129,14 @@ msgstr "" msgid "OpenStack" msgstr "" +#: ./api-ref-guides/src/bk-api-ref-clustering-v1.xml:11(title) +msgid "OpenStack Clustering Service API v1 Reference" +msgstr "" + +#: ./api-ref-guides/src/bk-api-ref-clustering-v1.xml:26(productname) +msgid "OpenStack Clustering Service" +msgstr "" + #: ./api-ref-guides/src/bk-api-ref-image-v1.xml:11(title) msgid "OpenStack Image Service API v1 Reference" msgstr "" diff --git a/api-ref-guides/locale/ja.po b/api-ref-guides/locale/ja.po index 599c6634e..d5bc55ddb 100644 --- a/api-ref-guides/locale/ja.po +++ b/api-ref-guides/locale/ja.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-11-28 01:49+0000\n" +"POT-Creation-Date: 2015-12-10 14:24+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-11-28 08:42+0000\n" +"PO-Revision-Date: 2015-12-10 08:35+0000\n" "Last-Translator: Akihiro Motoki \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -48,6 +48,12 @@ msgstr "OpenStack Block Storage API v1 リファレンス" msgid "OpenStack Block Storage API v2 Reference" msgstr "OpenStack Block Storage API v2 リファレンス" +msgid "OpenStack Clustering Service" +msgstr "OpenStack Clustering Service" + +msgid "OpenStack Clustering Service API v1 Reference" +msgstr "OpenStack Clustering Service API v1 リファレンス" + msgid "OpenStack Compute" msgstr "OpenStack Compute" diff --git a/api-ref/locale/api-ref.pot b/api-ref/locale/api-ref.pot index 2c823d1fd..3da4fc6a2 100644 --- a/api-ref/locale/api-ref.pot +++ b/api-ref/locale/api-ref.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-11-28 06:39+0000\n" +"POT-Creation-Date: 2015-12-11 06:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,7 +25,7 @@ msgstr "" msgid "OpenStack Shared File Systems API v2.0 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/api-ref-share-v2.xml:13(year) ./api-ref/src/docbkx/api-ref-share-v1.xml:13(year) +#: ./api-ref/src/docbkx/api-ref-share-v2.xml:13(year) ./api-ref/src/docbkx/api-ref-clustering-v1.xml:13(year) ./api-ref/src/docbkx/api-ref-share-v1.xml:13(year) msgid "2015" msgstr "" @@ -45,7 +45,7 @@ msgstr "" msgid "Gets an authentication token that permits access to the Compute API." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-admin-v2.xml:13(title) ./api-ref/src/docbkx/ch_compute-v2.1.xml:41(link) +#: ./api-ref/src/docbkx/ch_identity-admin-v2.xml:13(title) msgid "Versions" msgstr "" @@ -65,7 +65,7 @@ msgstr "" msgid "OpenStack Identity API v3 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/ch_images-v2.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:60(link) +#: ./api-ref/src/docbkx/ch_images-v2.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:65(link) msgid "Image service API v2 (CURRENT)" msgstr "" @@ -77,11 +77,11 @@ msgstr "" msgid "Cloud providers can configure property protections that prevent non-administrative users from updating and deleting protected properties. For more information, see Image property protection in the OpenStack Cloud Administrator Guide." msgstr "" -#: ./api-ref/src/docbkx/ch_images-v2.xml:21(title) ./api-ref/src/docbkx/ch_database-v1.xml:12(title) ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:37(title) ./api-ref/src/docbkx/ch_identity-v3.xml:48(link) ./api-ref/src/docbkx/ch_identity-v3.xml:116(title) ./api-ref/src/docbkx/ch_identity-v2.xml:14(title) ./api-ref/src/docbkx/ch_netconn-v2.xml:24(title) ./api-ref/src/docbkx/ch_images-v1.xml:23(title) ./api-ref/src/docbkx/ch_share-v2.xml:36(title) ./api-ref/src/docbkx/ch_compute-v2.1.xml:75(title) ./api-ref/src/docbkx/ch_orchestration-v1.xml:23(title) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:16(title) +#: ./api-ref/src/docbkx/ch_images-v2.xml:21(title) ./api-ref/src/docbkx/ch_database-v1.xml:12(title) ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:37(title) ./api-ref/src/docbkx/ch_identity-v3.xml:48(link) ./api-ref/src/docbkx/ch_identity-v3.xml:116(title) ./api-ref/src/docbkx/ch_identity-v2.xml:14(title) ./api-ref/src/docbkx/ch_netconn-v2.xml:24(title) ./api-ref/src/docbkx/ch_images-v1.xml:23(title) ./api-ref/src/docbkx/ch_share-v2.xml:36(title) ./api-ref/src/docbkx/ch_compute-v2.1.xml:39(title) ./api-ref/src/docbkx/ch_orchestration-v1.xml:23(title) ./api-ref/src/docbkx/ch_clustering-v1.xml:12(title) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:16(title) msgid "API versions" msgstr "" -#: ./api-ref/src/docbkx/ch_images-v2.xml:34(title) ./api-ref/src/docbkx/ch_images-v1.xml:41(title) ./api-ref/src/docbkx/ch_compute-v2.1.xml:456(title) +#: ./api-ref/src/docbkx/ch_images-v2.xml:34(title) ./api-ref/src/docbkx/ch_images-v1.xml:41(title) ./api-ref/src/docbkx/ch_compute-v2.1.xml:422(title) msgid "Images" msgstr "" @@ -101,11 +101,11 @@ msgstr "" msgid "Image status" msgstr "" -#: ./api-ref/src/docbkx/ch_images-v2.xml:50(th) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:293(th) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:356(th) ./api-ref/src/docbkx/ch_share-v2.xml:151(th) ./api-ref/src/docbkx/ch_share-v2.xml:645(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:68(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:206(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:422(th) +#: ./api-ref/src/docbkx/ch_images-v2.xml:50(th) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:299(th) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:362(th) ./api-ref/src/docbkx/ch_share-v2.xml:151(th) ./api-ref/src/docbkx/ch_share-v2.xml:645(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:68(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:210(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:426(th) msgid "Status" msgstr "" -#: ./api-ref/src/docbkx/ch_images-v2.xml:51(th) ./api-ref/src/docbkx/ch_objectstorage-v1.xml:112(para) ./api-ref/src/docbkx/ch_identity-v3.xml:204(th) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:294(th) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:357(th) ./api-ref/src/docbkx/ch_share-v2.xml:152(th) ./api-ref/src/docbkx/ch_share-v2.xml:646(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:69(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:207(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:423(th) +#: ./api-ref/src/docbkx/ch_images-v2.xml:51(th) ./api-ref/src/docbkx/ch_objectstorage-v1.xml:112(para) ./api-ref/src/docbkx/ch_identity-v3.xml:204(th) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:300(th) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:363(th) ./api-ref/src/docbkx/ch_share-v2.xml:152(th) ./api-ref/src/docbkx/ch_share-v2.xml:646(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:69(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:211(th) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:427(th) msgid "Description" msgstr "" @@ -241,7 +241,7 @@ msgstr "" msgid "Creates, lists, and gets details for tasks." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v2-ext.xml:14(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:55(link) +#: ./api-ref/src/docbkx/ch_identity-v2-ext.xml:14(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:60(link) msgid "Identity API v2.0 extensions (SUPPORTED)" msgstr "" @@ -269,7 +269,7 @@ msgstr "" msgid "OS-KSVALIDATE admin extension" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:14(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:40(link) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:14(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:45(link) msgid "Identity API v3 extensions (CURRENT)" msgstr "" @@ -285,11 +285,11 @@ msgstr "" msgid "Key Distribution Server (KDS) extension (OS-KDS)" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:35(link) ./api-ref/src/docbkx/ch_identity-v3-ext.xml:283(title) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:35(link) ./api-ref/src/docbkx/ch_identity-v3-ext.xml:284(title) msgid "OAuth extension (OS-OAUTH1)" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:42(link) ./api-ref/src/docbkx/ch_identity-v3-ext.xml:339(title) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:42(link) ./api-ref/src/docbkx/ch_identity-v3-ext.xml:340(title) msgid "Trust extension (OS-TRUST)" msgstr "" @@ -330,114 +330,114 @@ msgid "Other guidelines:" msgstr "" #: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:129(para) -msgid "When a source party must send secure messages to multiple recipients, an authorized user can define a KDS group for the recipients. Membership in a group is determined by comparing a party name with the group name. The party is considered to be a member if the party name matches <group name>.*. For example, a party named scheduler.host.example.com is considered a member of the scheduler group. This method is the same method that is used to name message queues in OpenStack." +msgid "When a source party must send secure messages to multiple recipients, an authorized user can define a KDS group for the recipients. Membership in a group is determined by comparing a party name with the group name. The party is considered a member if the party name matches <group name>.*. For example, a party named scheduler.host.example.com is considered a member of the scheduler group. This method is the same method that is used to name message queues in OpenStack." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:142(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:143(para) msgid "When a source party requests a ticket for a destination party that is a group, KDS generates a short-lived group key and assigns it to the group. This group key is used to encrypt the payload in the ticket, which contains the information that the destination party uses to derive the shared signing and encryption keys." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:151(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:152(para) msgid "When an individual destination party must decrypt the payload that it receives from the source party as a part of a group message, it makes an authenticated request to KDS to get the short-lived group key. If the requester is a member of the target group, KDS provides the short-lived group key encrypted with the long-term shared key associated with the individual destination party. The individual destination party can then decrypt the group key, which enables it to decrypt the payload and derive the shared signing and encryption keys to use to authenticate and decrypt the data sent by the source party." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:165(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:166(para) msgid "When a sender gets keys to send a message to a group, all group members and the sender share the signing and encryption keys, which makes it impossible for an individual destination party to determine whether a message was sent by the source party or by another destination party who is a group member. The destination party can confirm only that the message was sent by a party who has the shared signing and encryption keys. When a sender uses keys to send a message to a group, all group members must trust other members to operate in good faith." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:179(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:180(para) msgid "The signing and encryption keys that communicating parties share are short-lived. The life span of these keys is defined by a validity period that is set by the KDS when it issues the ticket. A suggested reasonable default validity period is 15 minutes, though the implementation determines the appropriate validity period." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:187(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:188(para) msgid "After the validity period for the keys expires, a party should refuse to use those keys to prevent the use of compromised keys. This requires the source party to request a new ticket from the KDS to get a new set of keys. An implementation can implement a grace period to account for clock skew between parties. This grace period enables a destination party to accept messages that use recently expired keys. If you use a grace period, its duration should be five or fewer minutes." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:197(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:198(para) msgid "A key server, unlike a pure public key-based system, can regulate the encryption and signing key exchange. When keys are requested, the key server actively distributes keys to communicating parties, applies access control, and denies communication between arbitrary peers in the system. This enables centralized access control, prevents unauthorized communication, and eliminates the need to perform post-authentication access control and policy lookups on the receiving side." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:207(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:208(para) msgid "The KDS requires that all ticket requests are authenticated and, where appropriate, data is encrypted. You must pass any time stamp value to the API as a UTCISO 8601 date and time string that includes microseconds. For example, 2012-03-26T10:01:01.720000." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:216(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:217(para) msgid "The default algorithms for message authentication and encryption are, respectively, HMAC-SHA-256 and AES-128-CBC. Therefore, the default block size is 128 bit." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:221(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:222(para) msgid "The source party that requests a ticket must send the encrypted esek payload to the destination party. The source and destination strings used when requesting the ticket also must be sent to the destination party to enable it to derive the shared signing end encryption keys. The messaging implementation is responsible for transferring this data to the destination party." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:229(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:230(para) msgid "The key derivation used to generate the shared signing and encryption keys uses the Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF) standard, as described in RFC 5869. The destination party must use the HKDF expand function by using the information that it receives from the source party to complete derivation of the shared signing and encryption keys. The inputs to the HKDF expand function are:" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:240(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:241(para) msgid "The info input for the HKDF expand function is a string that concatenates the source, destination, and esek.timestamp strings by using a comma (,) separator between each element. The following example shows a valid info string where scheduler.host.example.com is the source, compute.host.example.com is the destination, and 2012-03-26T10:01:01.720000 is the esek.timestamp:" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:252(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:253(para) msgid "The output of the HKDF expand function is an array of bytes of 256 bit length. The first half is the signing key, and the second half is the encryption key." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:257(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:258(para) msgid "Create and delete requests for long-term keys are restricted to authorized users, such as cloud administrators. The authentication and authorization for these requests is left up to the implementation, though the implementation should leverage the Identity API for these purposes." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:284(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:285(para) msgid "Enables users to delegate roles to third-party consumers through the The OAuth 1.0 Protocol." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:288(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:289(para) msgid "A user is an Identity API user who delegates its roles and who authorizes request tokens. A consumer is a third-party application that uses OAuth to access a protected resource. An OAuth-derived token enables admin users to act on behalf of the authorizing user. A request token is a token that the consumer uses to get authorization from the user and exchanges with an OAuth verifier for an access token. The OAuth verifier is a required string that is provided with the corresponding request token in exchange for an access token. An access token is a token that the consumer uses to request Identity API tokens on behalf of the authorizing user instead of using the credentials for the user." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:301(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:302(para) msgid "Request and access tokens use token keys to identify themselves. For OpenStack purposes, the token key is the token ID. The consumer uses a token secret to establish ownership of a token. Both request and access tokens have token secrets." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:307(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:308(para) msgid "Delegated authentication through OAuth occurs as follows:" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:312(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:313(para) msgid "A user creates a consumer." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:315(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:316(para) msgid "The consumer gets an unauthorized request token. Then, the consumer uses the request token to initiate user authorization." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:320(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:321(para) msgid "The user authorizes the request token." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:323(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:324(para) msgid "The consumer exchanges the authorized request token and the OAuth verifier for an access token." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:326(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:327(para) msgid "The authorizing user receives the request token key from the consumer out-of-band." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:330(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:331(para) msgid "The consumer uses the access token to request an Identity API token." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:340(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:341(para) msgid "Creates a trust." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:343(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:344(para) msgid "A trust is an OpenStack Identity extension that enables delegation and, optionally, impersonation through keystone. A trust extension defines a relationship between a trustor and trustee. A trustor is the user who delegates a limited set of their own rights to another user. A trustee is the user whose trust is being delegated to, for a limited time." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:351(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:352(para) msgid "The trust can eventually enable the trustee to impersonate the trustor. For security reasons, some safety measures are added. For example, if a trustor loses a given role, any trusts and the related tokens that the user issued with that role are automatically revoked." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:358(para) +#: ./api-ref/src/docbkx/ch_identity-v3-ext.xml:359(para) msgid "For more information, see Use trusts." msgstr "" @@ -449,7 +449,7 @@ msgstr "" msgid "OpenStack Data Processing API v1.1 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/ch_objectstorage-v1.xml:14(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:80(link) +#: ./api-ref/src/docbkx/ch_objectstorage-v1.xml:14(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:85(link) msgid "Object Storage API v1 (SUPPORTED)" msgstr "" @@ -589,7 +589,7 @@ msgstr "" msgid "Creates, replaces, shows details for, and deletes objects. Copies objects from another object with a new or different name. Updates object metadata." msgstr "" -#: ./api-ref/src/docbkx/ch_database-v1.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:30(link) +#: ./api-ref/src/docbkx/ch_database-v1.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:35(link) msgid "Database Service API v1.0 (CURRENT)" msgstr "" @@ -642,7 +642,7 @@ msgid "CREATING. The volume is being created." msgstr "" #: ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:24(para) -msgid "AVAILABLE. The volume is ready to be attached to an instance." +msgid "AVAILABLE. The volume is ready to attach to an instance." msgstr "" #: ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:26(para) @@ -681,15 +681,15 @@ msgstr "" msgid "Snapshots" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:121(title) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:331(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:121(title) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:335(title) msgid "Quota sets extension (os-quota-sets)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:122(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:332(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:359(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:122(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:336(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:363(para) msgid "Administrators only, depending on policy settings." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:124(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:335(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v1.xml:124(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:339(para) msgid "Shows, updates, and deletes quotas for a tenant." msgstr "" @@ -729,7 +729,7 @@ msgstr "" msgid "OpenStack Orchestration API v1 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/ch_telemetry-v2.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:100(link) +#: ./api-ref/src/docbkx/ch_telemetry-v2.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:105(link) msgid "Telemetry API v2 (CURRENT)" msgstr "" @@ -853,7 +853,7 @@ msgstr "" msgid "You can optionally configure separate database back ends for samples, events, and alarms definitions. The capabilities response shows a value of true to indicate that the definitions database for samples, events, or alarms is ready to use in a production environment." msgstr "" -#: ./api-ref/src/docbkx/ch_telemetry-v2.xml:289(title) +#: ./api-ref/src/docbkx/ch_telemetry-v2.xml:289(title) ./api-ref/src/docbkx/ch_clustering-v1.xml:178(title) msgid "Events" msgstr "" @@ -861,7 +861,7 @@ msgstr "" msgid "Lists all events and shows details for an event." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:14(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:35(link) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:14(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:40(link) msgid "Identity API v3 (CURRENT)" msgstr "" @@ -909,7 +909,7 @@ msgstr "" msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:78(link) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:78(link) ./api-ref/src/docbkx/ch_clustering-v1.xml:69(title) msgid "Policies" msgstr "" @@ -1166,7 +1166,7 @@ msgid "A policy is an arbitrarily serialized policy engine rule set to be consum msgstr "" #: ./api-ref/src/docbkx/ch_identity-v3.xml:512(para) -msgid "You encode policy rule sets into a blob to be consumed by remote services. To do so, set type to application/json and specify policy rules as JSON strings in a blob. For example:" +msgid "You encode policy rule sets into a blob that remote services can consume. To do so, set type to application/json and specify policy rules as JSON strings in a blob. For example:" msgstr "" #: ./api-ref/src/docbkx/ch_identity-v3.xml:541(title) @@ -1301,7 +1301,7 @@ msgstr "" msgid "OpenStack API Reference" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v2.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:45(link) +#: ./api-ref/src/docbkx/ch_identity-v2.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:50(link) msgid "Identity API v2.0 (SUPPORTED)" msgstr "" @@ -1309,11 +1309,15 @@ msgstr "" msgid "Gets an authentication token that permits access to the OpenStack services REST API." msgstr "" +#: ./api-ref/src/docbkx/api-ref-clustering-v1.xml:11(title) +msgid "OpenStack Clustering API v1" +msgstr "" + #: ./api-ref/src/docbkx/api-ref-objectstorage-v1.xml:11(title) msgid "OpenStack Object Storage API v1 (SUPPORTED)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:70(link) +#: ./api-ref/src/docbkx/ch_netconn-v2.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:75(link) msgid "Networking API v2.0 (CURRENT)" msgstr "" @@ -1361,7 +1365,7 @@ msgstr "" msgid "Lists service providers." msgstr "" -#: ./api-ref/src/docbkx/ch_images-v1.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:65(link) +#: ./api-ref/src/docbkx/ch_images-v1.xml:10(title) ./api-ref/src/docbkx/itemizedlist-service-list.xml:70(link) msgid "Image service API v1 (SUPPORTED)" msgstr "" @@ -1389,31 +1393,35 @@ msgstr "" msgid "Block Storage API v2 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:20(link) ./api-ref/src/docbkx/ch_compute-v2.1.xml:15(title) +#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:20(link) ./api-ref/src/docbkx/ch_clustering-v1.xml:9(title) +msgid "Clustering API v1 (CURRENT)" +msgstr "" + +#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:25(link) ./api-ref/src/docbkx/ch_compute-v2.1.xml:15(title) msgid "Compute API (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:25(link) +#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:30(link) msgid "Data Processing v1.1 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:50(link) +#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:55(link) msgid "Identity admin API v2.0 (SUPPORTED)" msgstr "" -#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:75(link) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:14(title) +#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:80(link) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:14(title) msgid "Networking API v2.0 extensions (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:85(link) ./api-ref/src/docbkx/ch_orchestration-v1.xml:10(title) +#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:90(link) ./api-ref/src/docbkx/ch_orchestration-v1.xml:10(title) msgid "Orchestration API v1 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:90(link) ./api-ref/src/docbkx/ch_share-v2.xml:15(title) +#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:95(link) ./api-ref/src/docbkx/ch_share-v2.xml:15(title) msgid "Shared File Systems API v2 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:95(link) ./api-ref/src/docbkx/ch_share-v1.xml:14(title) +#: ./api-ref/src/docbkx/itemizedlist-service-list.xml:100(link) ./api-ref/src/docbkx/ch_share-v1.xml:14(title) msgid "Shared File Systems API v1 (SUPPORTED)" msgstr "" @@ -1438,298 +1446,302 @@ msgid "Quotas extension (quotas)" msgstr "" #: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:30(para) -msgid "Lists, shows information for, updates, and resets quotas." +msgid "Lists quotas for tenants who have non-default quota values, and lists, updates, and resets quotas for a tenant." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:43(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:34(para) +msgid "A quota value of -1 means that quota has no limit." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:49(title) msgid "Networks provider extended attributes (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:44(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:50(para) msgid "Lists, creates, shows information for, updates, and deletes networks." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:58(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:64(title) msgid "Networks multiple provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:59(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:65(para) msgid "Enables administrative users to define multiple physical bindings for an OpenStack Networking network and list or show details for networks with multiple physical bindings." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:62(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:68(para) msgid "You cannot update any provider attributes. If you try to do so, an error occurs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:64(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:70(para) msgid "To delete a network with multiple physical bindings, issue a normal delete network request." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:66(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:72(para) msgid "To define multiple physical bindings for a network, include a segments list in the request body of a POST /v2.0/networks request. Each element in the segments list has the same structure as the provider network attributes. These attributes are provider:network_type, provider:physical_network, and provider:segmentation_id. The validation rules for these attributes are the same as for the Networks provider extended attributes. You cannot use both extensions at the same time." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:80(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:86(para) msgid "The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you can specify multiple VLANs for a network, a VXLAN tunnel ID, and a VLAN." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:89(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:95(title) msgid "VLAN transparency extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:90(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:96(para) msgid "Enables plug-ins that support VLAN transparency to deliver VLAN-transparent trunk networks. If the service does not support VLAN transparency and a user requests a VLAN-transparent network, the plug-in refuses to create one and returns an appropriate error to the user." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:97(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:103(para) msgid "You cannot update the vlan-transparent attribute. If you try to do so, an error occurs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:101(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:107(para) msgid "To delete a VLAN-transparent network, issue a normal delete network request." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:105(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:111(para) msgid "The ML2 plug-in currently supports this extension. With the ML2 plug-in, you can set the vlan-transparent attribute to either true or false." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:114(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:120(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:115(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:121(para) msgid "Lists, creates, shows information for, and updates ports." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:129(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:135(title) msgid "Security groups (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:130(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:136(para) msgid "Lists, creates, shows information for, updates, and deletes security groups." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:147(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:153(title) msgid "Security group rules (security-group-rules)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:148(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:154(para) msgid "Lists, creates, shows information for, and deletes security group rules." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:166(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:172(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:167(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:173(para) msgid "Routes packets between subnets, forwards packets from internal networks to external ones, and accesses instances from external networks through floating IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:169(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:216(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:445(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:175(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:222(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:451(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:172(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:178(para) msgid "router. A logical entity for forwarding packets across internal subnets and NATting them on external networks through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:177(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:183(para) msgid "floatingip. An external IP address that is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:185(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:191(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:186(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:192(para) msgid "Creates, modifies, and deletes OpenStack Layer3 metering labels and rules." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:191(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:197(title) msgid "Firewall-as-a-Service (FWaaS) 2.0 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:192(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:198(para) msgid "The FWaaS extension enables you to deploy firewalls to protect your networks." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:196(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:202(para) msgid "The FWaaS extension enables you to:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:201(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:207(para) msgid "Apply firewall rules on traffic entering and leaving tenant networks." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:205(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:211(para) msgid "Apply TCP, UDP, ICMP, or protocol-agnostic rules." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:209(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:215(para) msgid "Create and share firewall policies that hold an ordered collection of the firewall rules." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:213(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:219(para) msgid "Audit firewall rules and policies." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:219(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:225(para) msgid "firewall. A logical firewall resource that a tenant can instantiate and manage. A firewall is associated with one firewall policy." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:225(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:231(para) msgid "firewall_policy. An ordered collection of firewall rules. You can share a firewall policy across tenants. You can include a firewall policy as part of an audit workflow so that an authorized relevant entity can audit the firewall policy. This entity can be different from the tenant who created or the tenants that use the firewall policy." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:235(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:241(para) msgid "firewall_rule. A collection of attributes like ports and IP addresses that define match criteria and action, such as allow or deny, that must be taken on the matched data traffic." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:274(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:280(title) msgid "Load-Balancer-as-a-Service (LBaaS) 1.0 (STABLE)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:275(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:281(para) msgid "The LBaaS version 1.0 extension pairs with the Networking 2.0 API to enable OpenStack tenants to manage load balancers for their VMs. With this extension, you can load-balance client traffic from one network to application services, such as VMs, on the same network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:282(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:288(para) msgid "Use this extension to create and manage virtual IP addresses (VIPs), pools, members of a pool, health monitors associated with a pool, and view status of a resource." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:288(caption) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:351(caption) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:294(caption) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:357(caption) msgid "Load balancer statuses" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:299(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:362(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:305(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:368(para) msgid "ACTIVE" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:300(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:363(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:306(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:369(para) msgid "Resource is ready and active." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:303(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:366(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:309(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:372(para) msgid "PENDING_CREATE" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:304(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:367(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:310(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:373(para) msgid "Resource is being created." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:307(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:370(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:313(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:376(para) msgid "PENDING_UPDATE" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:308(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:371(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:314(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:377(para) msgid "Resource is being updated." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:311(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:374(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:317(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:380(para) msgid "PENDING_DELETE" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:312(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:375(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:318(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:381(para) msgid "Resource is pending deletion." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:315(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:378(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:321(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:384(para) msgid "INACTIVE" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:316(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:379(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:322(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:385(para) msgid "Resource was created but is not active." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:319(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:382(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:325(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:388(para) msgid "ERROR" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:321(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:383(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:327(para) ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:389(para) msgid "Object within the service is not working. The error_details attribute provides an explanation for the error, its cause, and possibly a solution." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:337(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:343(title) msgid "Load-Balancer-as-a-Service (LBaaS) 2.0 (EXPERIMENTAL)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:338(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:344(para) msgid "The LBaaS version 2.0 extension pairs with the Networking 2.0 API to enable OpenStack tenants to manage load balancers for their VMs. With this extension you can load-balance client traffic from one network to application services, such as VMs, on the same network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:345(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:351(para) msgid "Use this extension to create and manage load balancers, listeners, pools, members of a pool, and health monitors associated with a pool and view status of a resource." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:397(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:403(title) msgid "Subnet pools extension (subnetpools)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:398(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:404(para) msgid "Manages subnet pools" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:412(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:418(title) msgid "Virtual-Private-Network-as-a-Service (VPNaaS) 2.0 (CURRENT)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:413(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:419(para) msgid "The VPNaaS extension enables OpenStack tenants to extend private networks across the public telecommunication infrastructure." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:417(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:423(para) msgid "This initial implementation of the VPNaaS extension provides:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:422(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:428(para) msgid "Site-to-site VPN that connects two private networks." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:426(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:432(para) msgid "Multiple VPN connections per tenant." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:429(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:435(para) msgid "IKEv1 policy support with 3des, aes-128, aes-256, or aes-192 encryption." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:433(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:439(para) msgid "IPSec policy support with 3des, aes-128, aes-192, or aes-256 encryption, sha1 authentication, ESP, AH, or AH-ESP transform protocol, and tunnel or transport mode encapsulation." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:441(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:447(para) msgid "Dead Peer Detection (DPD) with hold, clear, restart, disabled, or restart-by-peer actions." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:448(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:454(para) msgid "service. A parent object that associates VPN with a specific subnet and router." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:452(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:458(para) msgid "ikepolicy. The Internet Key Exchange (IKE) policy that identifies the authentication and encryption algorithm to use during phase one and two negotiation of a VPN connection." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:460(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:466(para) msgid "ipsecpolicy. The IP security policy that specifies the authentication and encryption algorithm and encapsulation mode to use for the established VPN connection." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:468(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:474(para) msgid "ipsec-site-connection. Details for the site-to-site IPsec connection, including the peer CIDRs, MTU, authentication mode, peer address, DPD settings, and status." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:479(title) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:485(title) msgid "Extra routes" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:480(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:486(para) msgid "Adds extra routes to the router resource." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:482(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:488(para) msgid "You can update a router to add a set of next hop IPs and destination CIDRs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:485(para) +#: ./api-ref/src/docbkx/ch_netconn-v2-ext.xml:491(para) msgid "The next hop IP must be part of a subnet to which the router interfaces are connected. You can configure the routes attribute on only update operations." msgstr "" @@ -1765,7 +1777,7 @@ msgstr "" msgid "Lists available Shared File Systems API extensions." msgstr "" -#: ./api-ref/src/docbkx/ch_share-v2.xml:58(title) ./api-ref/src/docbkx/ch_compute-v2.1.xml:65(link) +#: ./api-ref/src/docbkx/ch_share-v2.xml:58(title) msgid "Limits" msgstr "" @@ -1849,7 +1861,7 @@ msgstr "" msgid "Share statuses" msgstr "" -#: ./api-ref/src/docbkx/ch_share-v2.xml:158(code) ./api-ref/src/docbkx/ch_share-v2.xml:389(code) ./api-ref/src/docbkx/ch_share-v2.xml:431(code) ./api-ref/src/docbkx/ch_share-v2.xml:678(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:74(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:213(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:429(para) +#: ./api-ref/src/docbkx/ch_share-v2.xml:158(code) ./api-ref/src/docbkx/ch_share-v2.xml:389(code) ./api-ref/src/docbkx/ch_share-v2.xml:431(code) ./api-ref/src/docbkx/ch_share-v2.xml:678(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:74(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:217(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:433(para) msgid "creating" msgstr "" @@ -1857,7 +1869,7 @@ msgstr "" msgid "The share is being created." msgstr "" -#: ./api-ref/src/docbkx/ch_share-v2.xml:166(code) ./api-ref/src/docbkx/ch_share-v2.xml:392(code) ./api-ref/src/docbkx/ch_share-v2.xml:434(code) ./api-ref/src/docbkx/ch_share-v2.xml:669(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:93(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:237(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:453(para) +#: ./api-ref/src/docbkx/ch_share-v2.xml:166(code) ./api-ref/src/docbkx/ch_share-v2.xml:392(code) ./api-ref/src/docbkx/ch_share-v2.xml:434(code) ./api-ref/src/docbkx/ch_share-v2.xml:669(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:93(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:241(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:457(para) msgid "deleting" msgstr "" @@ -1865,7 +1877,7 @@ msgstr "" msgid "The share is being deleted." msgstr "" -#: ./api-ref/src/docbkx/ch_share-v2.xml:174(code) ./api-ref/src/docbkx/ch_share-v2.xml:386(code) ./api-ref/src/docbkx/ch_share-v2.xml:428(code) ./api-ref/src/docbkx/ch_share-v2.xml:660(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:97(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:249(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:465(para) +#: ./api-ref/src/docbkx/ch_share-v2.xml:174(code) ./api-ref/src/docbkx/ch_share-v2.xml:386(code) ./api-ref/src/docbkx/ch_share-v2.xml:428(code) ./api-ref/src/docbkx/ch_share-v2.xml:660(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:97(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:253(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:469(para) msgid "error" msgstr "" @@ -1873,7 +1885,7 @@ msgstr "" msgid "An error occurred during share creation." msgstr "" -#: ./api-ref/src/docbkx/ch_share-v2.xml:184(code) ./api-ref/src/docbkx/ch_share-v2.xml:395(code) ./api-ref/src/docbkx/ch_share-v2.xml:437(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:102(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:477(para) +#: ./api-ref/src/docbkx/ch_share-v2.xml:184(code) ./api-ref/src/docbkx/ch_share-v2.xml:395(code) ./api-ref/src/docbkx/ch_share-v2.xml:437(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:102(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:481(para) msgid "error_deleting" msgstr "" @@ -1881,7 +1893,7 @@ msgstr "" msgid "An error occurred during share deletion." msgstr "" -#: ./api-ref/src/docbkx/ch_share-v2.xml:194(code) ./api-ref/src/docbkx/ch_share-v2.xml:383(code) ./api-ref/src/docbkx/ch_share-v2.xml:425(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:78(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:225(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:441(para) +#: ./api-ref/src/docbkx/ch_share-v2.xml:194(code) ./api-ref/src/docbkx/ch_share-v2.xml:383(code) ./api-ref/src/docbkx/ch_share-v2.xml:425(code) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:78(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:229(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:445(para) msgid "available" msgstr "" @@ -2269,7 +2281,7 @@ msgstr "" msgid "An administrator can use the policy.json file to grant permissions for share type creation with extra specifications to other roles." msgstr "" -#: ./api-ref/src/docbkx/ch_share-v2.xml:860(title) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:525(title) +#: ./api-ref/src/docbkx/ch_share-v2.xml:860(title) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:529(title) msgid "Back-end storage pools" msgstr "" @@ -2329,583 +2341,563 @@ msgstr "" msgid "Provides quotas management support." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:17(para) -msgid "Effective in the OpenStack Kilo release, XML support in requests and responses was removed for the Compute API." -msgstr "" - -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:22(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:16(para) msgid "This documentation supports the API v2.1 base version. If all extensions are enabled, the Compute API v1.1 and v2.0 requests and responses match the API v2.1 requests and responses." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:27(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:21(para) msgid "Each API version lists its required extensions for the full request and responses to be available. API v2.1 must enable all extensions all the time. It uses micro-version headers to expose any additional functionality." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:34(para) -msgid "This page lists the Compute API operations in the following order:" +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:28(para) +msgid "Effective in the OpenStack Kilo release, the Compute API no longer supports XML in requests and responses." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:47(link) -msgid "Servers" +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:33(para) +msgid "For details about the Compute API, see the Compute API." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:53(link) -msgid "Flavors" -msgstr "" - -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:59(link) -msgid "Keypairs" -msgstr "" - -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:69(para) -msgid "Extensions in alphabetical order by resource" -msgstr "" - -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:76(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:40(para) msgid "Lists information for all API versions." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:87(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:51(title) msgid "Servers (servers)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:88(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:52(para) msgid "Lists, creates, gets details for, updates, and deletes servers." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:89(emphasis) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:53(emphasis) msgid "Passwords" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:90(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:54(para) msgid "When you create a server, you can specify a password through the optional adminPass attribute. The password must meet the complexity requirements set by your OpenStack Compute provider. The server might enter an ERROR state if the complexity requirements are not met. In this case, a client might issue a change password action to reset the server password." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:98(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:62(para) msgid "If you do not specify a password, the API generates and assigns a random password that it returns in the response object. This password is guaranteed to meet the security requirements set by the compute provider. For security reasons, the password is not returned in subsequent calls." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:105(emphasis) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:69(emphasis) msgid "Server metadata" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:106(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:70(para) msgid "You can specify custom server metadata at server launch time. The maximum size for each metadata key-value pair is 255 bytes. The compute provider determines the maximum number of key-value pairs that can be supplied for each server. You can query this value through the maxServerMeta absolute limit." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:113(emphasis) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:77(emphasis) msgid "Server networks" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:114(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:78(para) msgid "You can specify one or more networks to which the server connects at launch time. Users can also specify a specific port on the network or the fixed IP address to assign to the server interface." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:120(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:84(para) msgid "You can use both IPv4 and IPv6 addresses as access addresses and you can assign both addresses simultaneously. You can update access addresses after you create a server." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:126(emphasis) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:90(emphasis) msgid "Server personality" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:127(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:91(para) msgid "To customize the personality of a server instance, you can inject data into its file system. For example, you might insert ssh keys, set configuration files, or store data that you want to retrieve from inside the instance. This customization method provides minimal launch-time personalization. If you require significant customization, create a custom image." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:136(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:100(para) msgid "Follow these guidelines when you inject files:" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:141(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:105(para) msgid "The maximum size of the file path data is 255 bytes." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:146(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:110(para) msgid "Encode the file contents as a Base64 string. The compute provider determines the maximum size of the file contents. This value can vary based on the image that is used to create the server." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:153(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:117(para) msgid "The maximum limit refers to the number of bytes in the decoded data and not to the number of characters in the encoded data." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:161(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:125(para) msgid "You can inject only text files. You cannot inject binary or ZIP files into a new build." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:167(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:131(para) msgid "The maxPersonality absolute limit defines the maximum number of file path and content pairs that you can supply. The compute provider determines this value." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:175(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:139(para) msgid "The maxPersonalitySize absolute limit is a byte limit that is guaranteed to apply to all images in the deployment. Providers can set additional per-image personality limits." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:183(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:147(para) msgid "The file injection might not occur until after the server is built and booted." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:187(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:151(para) msgid "During file injection, any existing files that match files in the request are renamed to include the BAK extension appended with a time stamp. For example, if the /etc/passwd file exists, it is backed up as /etc/passwd.bak.1246036261.5785." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:193(para) -msgid "After file injection, only system administrators can access personality files. For example, on Linux, all files have root as the owner and the root group as the group owner, and allow only user and group read access (chmod 440)." +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:157(para) +msgid "After file injection, only system administrators can access personality files. For example, on Linux, all files have root as the owner and the root group as the group owner, and allow only user and group read access (chmod 440)." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:200(emphasis) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:163(emphasis) msgid "Server access addresses" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:201(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:164(para) msgid "In a hybrid environment, the underlying implementation might not control the IP address of a server. Instead, the access IP address might be part of the dedicated hardware; for example, a router/NAT device. In this case, the addresses provided by the implementation cannot actually be used to access the server (from outside the local LAN). Here, a separate access address might be assigned at creation time to provide access to the server. This address might not be directly bound to a network interface on the server and might not necessarily appear when you query the server addresses. Nonetheless, clients that must access the server directly are encouraged to do so through an access address." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:218(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:181(title) msgid "Servers multiple create (servers)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:219(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:182(para) msgid "Creates one or more servers." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:222(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:185(para) msgid "Optionally, you can set \"return_reservation_id\": \"True\" in the request body to request that a reservation ID be returned instead of the newly created instance information. With this parameter, the response shows only the reservation ID." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:233(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:196(title) msgid "Servers actions (servers, action)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:234(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:197(para) msgid "Performs actions on a server. Specify the action in the request body." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:297(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:260(title) msgid "Servers admin actions (servers, action)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:298(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:261(para) msgid "Administrators only. Performs actions on a server. Specify the action in the request body." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:307(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:270(title) msgid "Servers diagnostics (servers, diagnostics)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:308(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:271(para) msgid "Gets the usage data for a server." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:316(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:279(title) msgid "Servers IPs (servers, ips)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:317(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:280(para) msgid "Lists the IP addresses assigned to an instance or shows details for an IP address." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:326(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:289(title) msgid "Server metadata (servers, metadata)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:327(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:290(para) msgid "Lists metadata, creates or replaces one or more metadata items, and updates one or more metadata items for a server." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:331(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:294(para) msgid "Shows details for, creates or replaces, and updates a metadata item, by key, for a server." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:340(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:303(title) msgid "Servers action (servers, os-instance-actions)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:341(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:304(para) msgid "Permits all users to list available server actions for a server. Permits administrators to get details for a server action for a server." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:350(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:313(title) msgid "Port interfaces (servers, os-interface)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:351(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:314(para) msgid "Creates a port interface and uses it to attach a port to a server and detaches a port interface from a server. Also, lists all port interfaces and shows details for a port interface." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:361(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:324(title) msgid "Servers password (servers, os-server-password)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:362(para) -msgid "Gets the encrypted administrative password set through the metadata service." +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:325(para) +msgid "Gets the encrypted administrative password. Also, clears the encrypted administrative password for a server, which removes it from the metadata server." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:371(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:335(title) msgid "Servers virtual interfaces (servers, os-virtual-interfaces)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:372(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:336(para) msgid "Lists virtual interfaces for a server instance." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:380(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:344(title) msgid "Flavors with extended attributes (flavors)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:381(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:345(para) msgid "Shows information about flavors." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:389(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:353(title) msgid "Flavors access (flavors, os-flavor-access, action)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:390(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:354(para) msgid "Provides flavor access support." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:411(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:375(title) msgid "Flavors extra-specs (flavors, os-flavor-extra-specs)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:412(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:376(para) msgid "Lists, creates, deletes, and updates the extra-specs or keys for a flavor." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:421(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:385(title) msgid "Flavors manage (flavors, os-flavor-manage)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:422(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:386(para) msgid "Creates and deletes flavors." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:430(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:394(title) msgid "Keypairs (keypairs)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:431(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:395(para) msgid "Generates, imports, and deletes SSH keys." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:437(title) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:35(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:401(title) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:35(title) msgid "Limits (limits)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:438(para) -msgid "Shows all global and rate limit information." +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:402(para) +msgid "Shows rate and absolute limits for the tenant." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:446(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:410(title) msgid "Extensions (extensions)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:447(para) -msgid "Lists the available extensions and shows details for an extension, by alias." +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:411(para) +msgid "Lists available extensions and shows information for an extension, by alias. The OpenStack Compute API v2.0 is extensible. For information about extensions, see Extensions." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:457(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:423(para) msgid "Lists, gets details for, and deletes images. Also sets, lists, gets details for, and deletes image metadata." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:461(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:427(para) msgid "An image is a collection of files that you use to create and rebuild a server. By default, operators provide pre-built operating system images. You can also create custom images. See Compute server actions." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:467(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:433(para) msgid "If you set the image size policy in the policy.json file, the OS-EXT-IMG-SIZE:size extended attribute is visible." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:486(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:452(title) msgid "Image metadata" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:487(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:453(para) msgid "Shows details for, sets, updates, and deletes image metadata or metadata items." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:503(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:472(title) msgid "Guest agents (os-agents)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:504(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:473(para) msgid "Creates, lists, updates, and deletes guest agent builds. Use guest agents to access files on the disk, configure networking, or run other applications or scripts in the guest while the agent runs. This hypervisor-specific extension is not currently enabled for KVM. Use of guest agents is possible only if the underlying service provider uses the Xen driver." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:517(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:486(title) msgid "Host aggregates (os-aggregates, action)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:518(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:487(para) msgid "Creates and manages host aggregates. An aggregate assigns metadata to groups of compute nodes. Aggregates are only visible to the cloud provider." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:528(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:497(title) msgid "Assisted volume snapshots (os-assisted-volume-snapshots)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:529(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:498(para) msgid "Creates and deletes snapshots through an emulator/hypervisor. The qcow2 file format is supported." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:533(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:502(para) msgid "An internal snapshot that lacks storage such as NFS or GlusterFS can use an emulator/hypervisor to add the snapshot feature." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:542(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:511(title) msgid "Availability zones (os-availability-zone)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:543(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:512(para) msgid "Gets availability zone information." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:551(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:520(title) msgid "Bare metal nodes (os-baremetal-nodes)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:552(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:521(para) msgid "Bare metal nodes." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:558(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:527(title) msgid "Servers with block device mapping format (servers, os-block-device-mapping)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:560(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:529(para) msgid "Creates a server with a block device mapping." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:566(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:535(title) msgid "Cells (os-cells, capacities)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:567(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:536(para) msgid "Adds neighbor cells, lists neighbor cells, and gets the capabilities of the local cell." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:576(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:545(title) msgid "Root certificates (os-certificates)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:577(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:546(para) msgid "Creates and shows details for a root certificate." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:583(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:552(title) msgid "Cloudpipe (os-cloudpipe)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:584(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:553(para) msgid "Manages virtual VPNs for projects." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:590(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:559(title) msgid "Server consoles (servers, os-consoles, os-console-auth-token)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:591(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:560(para) msgid "Manages server consoles." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:597(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:566(title) msgid "Fixed IPs (os-fixed-ips)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:598(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:567(para) msgid "Shows data for a fixed IP, such as host name, CIDR, and address. Also, reserves and frees a fixed IP address." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:607(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:576(title) msgid "Floating IP DNS records (os-floating-ip-dns)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:608(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:577(para) msgid "Manages DNS records associated with IP addresses allocated by the floating IPs extension. Requests are dispatched to a DNS driver selected at startup." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:618(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:587(title) msgid "Floating IP pools (os-floating-ip-pools)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:619(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:588(para) msgid "Manages groups of floating IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:627(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:596(title) msgid "Floating IPs (os-floating-ips)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:628(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:597(para) msgid "Lists floating IP addresses that are associated with a project. Also, creates (allocates) a floating IP address for a project, shows floating IP address details, and deletes (deallocates) a floating IP address from a project." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:634(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:603(para) msgid "A pool of floating IP addresses, configured by the cloud administrator, is available in OpenStack Compute. The project quota defines the maximum number of floating IP addresses that you can allocate to the project. After you allocate a floating IP address for a project, you can:" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:644(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:613(para) msgid "Add (associate) the floating IP address with an instance in the project. Only one floating IP address can be associated with an instance at a time." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:651(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:620(para) msgid "Remove (disassociate) the floating IP address from an instance in the project." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:657(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:626(para) msgid "Delete, or deallocate, a floating IP from the project, which automatically deletes any associations for that IP address." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:668(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:637(title) msgid "Floating IPs bulk (os-floating-ips-bulk)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:669(para) -msgid "Bulk-creates, deletes, and lists floating IPs. Default pool name is nova. To view available pools, use the os- floating-ip-pools extension." +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:638(para) +msgid "(nova-network only) Bulk-creates, deletes, and lists floating IPs. Default pool name is nova." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:679(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:642(para) +msgid "To view available pools, use the os-floating-ip-pools extension." +msgstr "" + +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:651(title) msgid "Ping instances (os-fping)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:680(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:652(para) msgid "Pings instances and reports which ones are alive." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:688(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:660(title) msgid "Hosts (os-hosts)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:689(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:661(para) msgid "Manages physical hosts." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:697(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:669(title) msgid "Hypervisors (os-hypervisors)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:698(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:670(para) msgid "Lists all hypervisors, shows summary statistics for all hypervisors over all compute nodes, shows details for a hypervisor, and shows the uptime for a hypervisor." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:708(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:680(title) msgid "Instance usage audit log (os-instance-usage-audit-log)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:709(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:681(para) msgid "Administrator only. Monitors task logs." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:717(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:689(title) msgid "Migrations (os-migrations)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:718(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:690(para) msgid "Shows data on migrations." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:726(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:698(title) msgid "Networks (os-networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:727(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:699(para) msgid "Creates, lists, shows information for, and deletes networks." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:730(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:702(para) msgid "Adds network to a project, disassociates a network from a project, and disassociates a project from a network." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:734(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:706(para) msgid "Associates host with and disassociates host from a network." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:742(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:714(title) msgid "Quota class (os-quota-class-sets)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:743(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:715(para) msgid "Provides quota classes management support." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:751(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:723(title) msgid "Quota sets (os-quota-sets)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:752(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:724(para) msgid "Permits administrators, depending on policy settings, to view quotas for a project and view and update default quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:761(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:733(title) msgid "Security groups (os-security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:762(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:734(para) msgid "Lists, shows information for, creates, and deletes security groups." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:770(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:742(title) msgid "Rules for default security group (os-security-group-default-rules)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:772(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:744(para) msgid "Lists, shows information for, and creates default security group rules." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:781(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:753(title) msgid "Rules for security group (os-security-group-rules)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:782(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:754(para) msgid "Creates and deletes security group rules." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:790(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:762(title) msgid "Create external events (os-server-external-events)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:791(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:763(para) msgid "Creates one or more external events. Each event is dispatched to a server instance." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:800(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:772(title) msgid "Server groups (os-server-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:801(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:773(para) msgid "Lists, shows information for, creates, and deletes server groups." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:818(title) -msgid "Manage services (os-services)" -msgstr "" - -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:819(para) -msgid "Lists all or only disabled Compute services for all hosts in a tenant. Logs information for disabled services. Enables or disables scheduling for, forces down, unsets the forced-down state of, or deletes a service." -msgstr "" - -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:850(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:790(title) msgid "Usage reports (os-simple-tenant-usage)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:851(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:791(para) msgid "Reports usage statistics on compute and storage resources." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:859(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:799(title) msgid "Project networks (os-tenant-networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:860(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:800(para) msgid "Creates, lists, shows information for, and deletes project networks." msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:868(title) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:808(title) msgid "Volume extension (os-volumes, os-snapshots)" msgstr "" -#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:869(para) +#: ./api-ref/src/docbkx/ch_compute-v2.1.xml:809(para) msgid "Manages volumes and snapshots for use with the Compute API." msgstr "" @@ -2997,7 +2989,7 @@ msgstr "" msgid "A cluster template configures a Hadoop cluster. A cluster template lists node groups with the number of instances in each group. You can also define cluster-scoped configurations in a cluster template." msgstr "" -#: ./api-ref/src/docbkx/ch_data-processing-v1.1.xml:104(title) +#: ./api-ref/src/docbkx/ch_data-processing-v1.1.xml:104(title) ./api-ref/src/docbkx/ch_clustering-v1.xml:87(title) msgid "Clusters" msgstr "" @@ -3113,7 +3105,7 @@ msgstr "" msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:177(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:177(title) ./api-ref/src/docbkx/ch_clustering-v1.xml:192(title) msgid "Build info" msgstr "" @@ -3125,6 +3117,86 @@ msgstr "" msgid "Manage service" msgstr "" +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:10(para) +msgid "Clustering service for OpenStack." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:13(para) +msgid "Lists information for all Clustering API versions." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:23(title) +msgid "Profile types" +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:24(para) +msgid "Lists all profile types and shows details for a profile type." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:37(title) +msgid "Profiles" +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:38(para) +msgid "Lists all profiles and creates, shows information for, updates, and deletes a profile." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:55(title) +msgid "Policy types" +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:56(para) +msgid "Lists all policy types and shows details for a policy type." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:70(para) +msgid "Lists all policies and creates, shows information for, updates, and deletes a policy." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:88(para) +msgid "Lists all clusters and creates, shows information for, updates, deletes, and triggers an action on a cluster." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:108(title) +msgid "Nodes" +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:109(para) +msgid "Lists all nodes, and creates, shows information for, updates, deletes, and triggers an action on a node." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:129(title) +msgid "Cluster policies" +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:130(para) +msgid "Lists all cluster policies and shows information for a cluster policy." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:144(title) +msgid "Webhooks" +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:145(para) +msgid "Lists all webhooks and creates, shows information for, deletes, and triggers an action on a webhook." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:164(title) +msgid "Actions" +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:165(para) +msgid "Lists all actions and shows details for an action." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:179(para) +msgid "Lists all events and shows information for an event." +msgstr "" + +#: ./api-ref/src/docbkx/ch_clustering-v1.xml:193(para) +msgid "Shows build information for a Senlin deployment." +msgstr "" + #: ./api-ref/src/docbkx/api-ref-share-v1.xml:11(title) msgid "OpenStack Shared File Systems API v1 (CURRENT)" msgstr "" @@ -3170,7 +3242,7 @@ msgid "The volume is being created." msgstr "" #: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:79(para) -msgid "The volume is ready to be attached to an instance." +msgid "The volume is ready to attach to an instance." msgstr "" #: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:83(para) @@ -3217,11 +3289,11 @@ msgstr "" msgid "A backup is being restored to the volume." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:116(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:273(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:116(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:277(para) msgid "error_restoring" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:117(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:278(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:117(para) ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:282(para) msgid "An error occurred during backup restoration to a volume." msgstr "" @@ -3233,179 +3305,179 @@ msgstr "" msgid "An error occurred while attempting to extend a volume." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:144(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:148(title) msgid "Volume type access (volumes)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:145(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:149(para) msgid "Creates private volumes." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:148(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:152(para) msgid "By default, volumes are public. To create a private volume, set the is_public boolean field to false at volume creation time. To control access to a private volume, you add a project to or remove a project from the volume. Private volume types without projects are only accessible by users with the administrative role and context." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:163(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:167(title) msgid "Volume actions (volumes, action)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:164(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:168(para) msgid "Extends the size of, resets statuses for, sets image metadata for, and removes image metadata from a volume. Attaches a volume to a server, detaches a volume from a server, and removes a volume from Block Storage management without actually removing the back-end storage object associated with it." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:186(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:190(title) msgid "Backups (backups)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:187(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:191(para) msgid "A backup is a full copy of a volume stored in an external service. The service can be configured. The only supported service is Object Storage. A backup can subsequently be restored from the external service to either the same volume that the backup was originally taken from or to a new volume. Backup and restore operations can only be carried out on volumes that are in an unattached and available state." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:196(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:200(para) msgid "When you create, list, or delete backups, these status values are possible:" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:201(caption) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:205(caption) msgid "Backup statuses" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:218(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:222(para) msgid "The backup is being created." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:230(para) -msgid "The backup is ready to be restored to a volume." +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:234(para) +msgid "The backup is ready to restore to a volume." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:242(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:246(para) msgid "The backup is being deleted." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:254(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:258(para) msgid "An error has occurred with the backup." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:261(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:265(para) msgid "restoring" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:266(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:270(para) msgid "The backup is being restored to a volume." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:287(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:291(para) msgid "If an error occurs, you can find more information about the error in the fail_reason field for the backup." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:309(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:313(title) msgid "Backup actions (backups, action)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:310(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:314(para) msgid "Force-deletes a backup." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:320(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:324(title) msgid "Capabilities for storage back ends (capabilities)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:321(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:325(para) msgid "Shows capabilities for a storage back end." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:358(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:362(title) msgid "Quality of service (QoS) specifications (qos-specs)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:362(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:366(para) msgid "Creates, lists, shows details for, associates, disassociates, sets keys, unsets keys, and deletes quality of service (QoS) specifications." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:388(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:392(title) msgid "Volume types (types)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:407(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:411(title) msgid "Volume snapshots (snapshots)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:408(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:412(para) msgid "A snapshot is a point-in-time copy of the data that a volume contains." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:412(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:416(para) msgid "When you create, list, or delete snapshots, these status values are possible:" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:417(caption) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:421(caption) msgid "Snapshot statuses" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:434(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:438(para) msgid "The snapshot is being created." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:446(para) -msgid "The snapshot is ready to be used." +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:450(para) +msgid "The snapshot is ready to use." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:458(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:462(para) msgid "The snapshot is being deleted." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:470(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:474(para) msgid "An error occurred during snapshot creation." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:482(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:486(para) msgid "An error occurred during snapshot deletion." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:510(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:514(title) msgid "Volume manage extension (os-volume-manage)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:511(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:515(para) msgid "Creates volumes by using existing storage instead of allocating new storage." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:518(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:522(title) msgid "Volume image metadata extension (os-vol-image-meta)" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:519(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:523(para) msgid "Shows image metadata that is associated with a volume." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:526(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:530(para) msgid "Administrator only. Lists all back-end storage pools that are known to the scheduler service." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:533(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:537(title) msgid "Volume transfer" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:534(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:538(para) msgid "Transfers a volume from one user to another user." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:540(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:544(title) msgid "Consistency groups" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:541(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:545(para) msgid "Consistency groups enable you to create snapshots at the exact same point in time from multiple volumes. For example, a database might place its tables, logs, and configuration on separate volumes. To restore this database from a previous point in time, it makes sense to restore the logs, tables, and configuration together from the exact same point in time." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:549(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:553(para) msgid "Use the policy.json file to grant permissions for these actions to limit roles." msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:556(title) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:560(title) msgid "Consistency group snapshots" msgstr "" -#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:557(para) +#: ./api-ref/src/docbkx/ch_blockstorage-api-v2.xml:561(para) msgid "Lists all, lists all with details, shows details for, creates, and deletes consistency group snapshots." msgstr "" diff --git a/api-ref/locale/fr.po b/api-ref/locale/fr.po index 415efe989..8ecbb5ebb 100644 --- a/api-ref/locale/fr.po +++ b/api-ref/locale/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-11-26 03:50+0000\n" +"POT-Creation-Date: 2015-12-10 14:24+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -149,18 +149,6 @@ msgstr "" "Administrateurs uniquement. Effectue des actions sur un serveur. Spécifie " "l'action dans le corps de la demande." -msgid "" -"After file injection, only system administrators can access personality " -"files. For example, on Linux, all files have root as the owner and the root " -"group as the group owner, and allow only user and group read access (chmod " -"440)." -msgstr "" -"Après l'injection de fichier, seuls les administrateurs système peuvent " -"accéder aux fichiers personnalités. Par exemple, sous Linux, tous les " -"fichiers ont racine comme propriétaire et le groupe racine comme " -"propriétaire du groupe, et permettent à l'utilisateur et au groupe un accès " -"en lecture seulement (chmod 440)." - msgid "Alarms" msgstr "Alarmes" @@ -332,9 +320,6 @@ msgstr "Extensions" msgid "Fixed IPs (os-fixed-ips)" msgstr "IPs fixes (os-fixed-ips)" -msgid "Flavors" -msgstr "Types d'instance" - msgid "Flavors (flavors)" msgstr "Types d'instance (flavors)" @@ -446,9 +431,6 @@ msgstr "Tâches" msgid "Key Distribution Server (KDS) extension (OS-KDS)" msgstr "Extension Serveur Distribution Clé (CDC) (OS-CDC)" -msgid "Keypairs" -msgstr "Paires de Clés" - msgid "Layer-3 networking" msgstr "Gestion de réseau: couche 3 du modèle OSI" @@ -477,9 +459,6 @@ msgstr "Etats des load-balancers" msgid "Load-Balancer-as-a-Service (LBaaS) 1.0 (STABLE)" msgstr "Load-Balancer-as-a-Service (LBaaS) 1.0 (STABLE)" -msgid "Manage services (os-services)" -msgstr "Gérer les services (os-services)" - msgid "Manages physical hosts." msgstr "Gère les hôtes physiques." @@ -677,9 +656,6 @@ msgstr "Réseaux du serveur" msgid "Server personality" msgstr "Personnalité du serveur." -msgid "Servers" -msgstr "Serveurs" - msgid "Servers IPs (servers, ips)" msgstr "Serveurs IPs (serveurs, ips)" @@ -810,9 +786,6 @@ msgstr "La sauvegarde est en train d'être supprimer." msgid "The backup is being restored to a volume." msgstr "La sauvegarde va être restaurée dans un volume." -msgid "The backup is ready to be restored to a volume." -msgstr "La sauvegarde est prête à être restaurer dans un volume." - msgid "" "The consumer exchanges the authorized request token and the OAuth verifier " "for an access token." @@ -869,9 +842,6 @@ msgstr "L'instantané est en train d'être créé." msgid "The snapshot is being deleted." msgstr "L'instantané est en train d'être supprimer." -msgid "The snapshot is ready to be used." -msgstr "L'instantané est prêt à être utilisé." - msgid "The user authorizes the request token." msgstr "L'utilisateur autorise le jeton de requête. " @@ -890,9 +860,6 @@ msgstr "Le volume est en train d'être créer." msgid "The volume is being deleted." msgstr "Le volume est en train d'être supprimer." -msgid "The volume is ready to be attached to an instance." -msgstr "Le volume est prêt à être attaché à une instance." - msgid "This extension introduces these resources:" msgstr "Cette extension introduit ces ressources:" @@ -978,25 +945,6 @@ msgstr "Types de volume" msgid "Volumes" msgstr "Volumes" -msgid "" -"When a source party must send secure messages to multiple recipients, an " -"authorized user can define a KDS group for the recipients. Membership in a " -"group is determined by comparing a party name with the group name. The party " -"is considered to be a member if the party name matches <group " -"name>.*. For example, a party named scheduler.host.example." -"com is considered a member of the scheduler group. This " -"method is the same method that is used to name message queues in OpenStack." -msgstr "" -"Quand une partie de la source doit envoyer des messages sécurisés à " -"plusieurs destinataires, un utilisateur autorisé peut définir un groupe KDS " -"pour les bénéficiaires. Adhésion à un groupe est déterminé en comparant un " -"nom du parti avec le nom du groupe. Le parti est considéré comme un membre " -"si le nom du parti correspond à <,nom de groupe>. * . Par " -"exemple, un parti nommé scheduler.host.example.com est " -"considéré comme un membre du ordonnanceur groupe. Cette " -"méthode est la même qui est utilisée pour nommer les files de messages dans " -"OpenStack." - msgid "" "When a source party requests a ticket for a destination party that is a " "group, KDS generates a short-lived group key and assigns it to the group. " diff --git a/api-ref/locale/ko_KR.po b/api-ref/locale/ko_KR.po index ffefe6068..b09831059 100644 --- a/api-ref/locale/ko_KR.po +++ b/api-ref/locale/ko_KR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-11-26 03:50+0000\n" +"POT-Creation-Date: 2015-12-10 14:24+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -161,9 +161,6 @@ msgstr "확장" msgid "Fixed IPs (os-fixed-ips)" msgstr "고정 IP (os-fixed-ips)" -msgid "Flavors" -msgstr "Flavors" - msgid "Flavors (flavors)" msgstr "Flavors (flavors)" @@ -239,9 +236,6 @@ msgstr "잡 실행" msgid "Jobs" msgstr "Jobs" -msgid "Keypairs" -msgstr "Keypairs" - msgid "Layer-3 networking" msgstr "레이어-3 네트워킹" @@ -259,9 +253,6 @@ msgid "Lists, creates, shows information for, updates, and deletes networks." msgstr "" "네트워크 목록, 생성, 관련 정보 보여주기, 업데이트 및 삭제를 수행합니다." -msgid "Lists, shows information for, updates, and resets quotas." -msgstr "Quota 목록, 관련 정보 보여주기, 업데이트 및 리셋을 수행합니다." - msgid "Load balancer statuses" msgstr "로드 발란서 상태" @@ -274,9 +265,6 @@ msgstr "Load-Balancer-as-a-Service (LBaaS) 2.0 (EXPERIMENTAL)" msgid "Manage service" msgstr "서비스 관리" -msgid "Manage services (os-services)" -msgstr "서비스 관리 (os-services)" - msgid "Manages physical hosts." msgstr "물리 호스트를 관리합니다." @@ -442,9 +430,6 @@ msgstr "서버 네트워크" msgid "Server personality" msgstr "서버 프로필" -msgid "Servers" -msgstr "서버" - msgid "Servers multiple create (servers)" msgstr "서버 다중 생성 (servers)" @@ -517,9 +502,6 @@ msgstr "백업을 삭제하고 있습니다." msgid "The backup is being restored to a volume." msgstr "백업을 볼륨으로 복구중입니다." -msgid "The backup is ready to be restored to a volume." -msgstr "백업이 볼륨에 복구할 준비가 되었습니다." - msgid "" "The maximum limit refers to the number of bytes in the decoded data and not " "to the number of characters in the encoded data." @@ -536,9 +518,6 @@ msgstr "스냅샷을 생성하고 있습니다." msgid "The snapshot is being deleted." msgstr "스냅샷을 삭제하고 있습니다." -msgid "The snapshot is ready to be used." -msgstr "스냅샷을 사용할 수 있습니다." - msgid "The volume is attached to an instance." msgstr "볼륨을 인스턴스에 연결했습니다." @@ -554,9 +533,6 @@ msgstr "볼륨을 생성하고 있습니다." msgid "The volume is being deleted." msgstr "볼륨을 삭제하고 있습니다." -msgid "The volume is ready to be attached to an instance." -msgstr "볼륨을 인스턴스에 연결할 준비가 되었습니다." - msgid "This extension introduces these resources:" msgstr "이 확장에 대한 리소스 설명:" diff --git a/firstapp/source/locale/firstapp.pot b/firstapp/source/locale/firstapp.pot index 050f7ac1b..1f1227dab 100644 --- a/firstapp/source/locale/firstapp.pot +++ b/firstapp/source/locale/firstapp.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: FirstApp 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-28 06:39+0000\n" +"POT-Creation-Date: 2015-12-11 06:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -272,15 +272,15 @@ msgstr "" msgid "This section has not yet been completed for the fog SDK." msgstr "" -#: ../block_storage.rst:51 ../durability.rst:81 ../introduction.rst:22 +#: ../block_storage.rst:51 ../introduction.rst:22 msgid "This section has not yet been completed for the jclouds SDK." msgstr "" -#: ../block_storage.rst:55 ../durability.rst:107 ../introduction.rst:26 +#: ../block_storage.rst:55 ../durability.rst:109 ../introduction.rst:26 msgid "This section has not yet been completed for the pkgcloud SDK." msgstr "" -#: ../block_storage.rst:59 ../durability.rst:111 ../networking.rst:56 +#: ../block_storage.rst:59 ../durability.rst:113 ../networking.rst:56 msgid "This section has not yet been completed for the OpenStack SDK." msgstr "" @@ -449,7 +449,7 @@ msgid "" "openstack-33588994>`_." msgstr "" -#: ../block_storage.rst:301 ../craziness.rst:72 ../durability.rst:406 +#: ../block_storage.rst:301 ../craziness.rst:72 ../durability.rst:531 #: ../getting_started.rst:1359 ../introduction.rst:790 ../networking.rst:796 #: ../orchestration.rst:481 ../scaling_out.rst:473 msgid "Next steps" @@ -462,17 +462,17 @@ msgid "" "Or, try one of these tutorial steps:" msgstr "" -#: ../block_storage.rst:307 ../durability.rst:423 ../getting_started.rst:1368 +#: ../block_storage.rst:307 ../durability.rst:548 ../getting_started.rst:1368 #: ../introduction.rst:806 ../scaling_out.rst:492 msgid ":doc:`/orchestration`: Automatically orchestrate your application." msgstr "" -#: ../block_storage.rst:308 ../durability.rst:424 ../getting_started.rst:1369 +#: ../block_storage.rst:308 ../durability.rst:549 ../getting_started.rst:1369 #: ../introduction.rst:807 ../orchestration.rst:488 ../scaling_out.rst:493 msgid ":doc:`/networking`: Learn about complex networking." msgstr "" -#: ../block_storage.rst:309 ../durability.rst:425 ../getting_started.rst:1370 +#: ../block_storage.rst:309 ../durability.rst:550 ../getting_started.rst:1370 #: ../introduction.rst:808 ../networking.rst:802 ../orchestration.rst:489 #: ../scaling_out.rst:494 msgid ":doc:`/advice`: Get advice about operations." @@ -676,7 +676,7 @@ msgstr "" msgid "First, learn how to connect to the Object Storage endpoint:" msgstr "" -#: ../durability.rst:92 +#: ../durability.rst:94 msgid "" "Libcloud 0.16 and 0.17 are afflicted with a bug that means authentication to " "a swift endpoint can fail with `a Python exception `_." msgstr "" -#: ../durability.rst:100 +#: ../durability.rst:102 msgid "" "Libcloud uses a different connector for Object Storage to all other " "OpenStack services, so a conn object from previous sections will not work " "here and we have to create a new one named :code:`swift`." msgstr "" -#: ../durability.rst:119 +#: ../durability.rst:121 msgid "" "To begin to store objects, we must first make a container. Call yours :code:" "`fractals`:" msgstr "" -#: ../durability.rst:128 ../durability.rst:140 ../durability.rst:155 -#: ../durability.rst:167 +#: ../durability.rst:130 ../durability.rst:149 ../durability.rst:164 +#: ../durability.rst:183 msgid "You should see output such as:" msgstr "" -#: ../durability.rst:146 +#: ../durability.rst:155 msgid "" "You should now be able to see this container appear in a listing of all " "containers in your account:" msgstr "" -#: ../durability.rst:173 +#: ../durability.rst:189 msgid "" "The next logical step is to upload an object. Find a photo of a goat on " "line, name it :code:`goat.jpg`, and upload it to your :code:`fractals` " "container:" msgstr "" -#: ../durability.rst:189 +#: ../durability.rst:212 msgid "" "List objects in your :code:`fractals` container to see if the upload was " "successful. Then, download the file to verify that the md5sum is the same:" msgstr "" -#: ../durability.rst:249 +#: ../durability.rst:305 msgid "Finally, clean up by deleting the test object:" msgstr "" -#: ../durability.rst:263 +#: ../durability.rst:326 msgid "You must pass in objects and not object names to the delete commands." msgstr "" -#: ../durability.rst:265 +#: ../durability.rst:328 msgid "Now, no more objects are available in the :code:`fractals` container." msgstr "" -#: ../durability.rst:276 +#: ../durability.rst:339 msgid "Back up the Fractals from the database on the Object Storage" msgstr "" -#: ../durability.rst:278 +#: ../durability.rst:341 msgid "" "Back up the Fractals app images, which are currently stored inside the " "database, on Object Storage." msgstr "" -#: ../durability.rst:281 -msgid "Place the images in the :code:`fractals`' container:" +#: ../durability.rst:344 +msgid "Place the images in the :code:`fractals` container:" msgstr "" -#: ../durability.rst:295 +#: ../durability.rst:365 msgid "" "Next, back up all existing fractals from the database to the swift " -"container. A simple `for` loop takes care of that:" +"container. A simple loop takes care of that:" msgstr "" -#: ../durability.rst:298 ../durability.rst:318 +#: ../durability.rst:368 ../durability.rst:395 msgid "Replace :code:`IP_API_1` with the IP address of the API instance." msgstr "" -#: ../durability.rst:320 +#: ../durability.rst:397 msgid "" "The example code uses the awesome `Requests library `_. Before you try to run the previous script, make " "sure that it is installed on your system." msgstr "" -#: ../durability.rst:327 +#: ../durability.rst:404 msgid "Configure the Fractals app to use Object Storage" msgstr "" -#: ../durability.rst:329 +#: ../durability.rst:406 msgid "" "Currently, you cannot directly store generated images in OpenStack Object " "Storage. Please revisit this section again in the future." msgstr "" -#: ../durability.rst:334 +#: ../durability.rst:411 msgid "Extra features" msgstr "" -#: ../durability.rst:337 +#: ../durability.rst:414 msgid "Delete containers" msgstr "" -#: ../durability.rst:339 +#: ../durability.rst:416 msgid "" -"To delete a container, make sure that you have removed all objects from the " -"container before running this script. Otherwise, the script fails:" +"To delete a container, you must first remove all objects from the container. " +"Otherwise, the delete operation fails:" msgstr "" -#: ../durability.rst:354 +#: ../durability.rst:438 msgid "It is not possible to restore deleted objects. Be careful." msgstr "" -#: ../durability.rst:357 +#: ../durability.rst:441 msgid "Add metadata to objects" msgstr "" -#: ../durability.rst:359 +#: ../durability.rst:443 msgid "" "You can complete advanced tasks such as uploading an object with metadata, " "as shown in following example. For more information, see the documentation " -"for your SDK. This option also uses a bit stream to upload the file, " -"iterating bit by bit over the file and passing those bits to Object Storage " -"as they come. Compared to loading the entire file in memory and then sending " -"it, this method is more efficient, especially for larger files." +"for your SDK." msgstr "" -#: ../durability.rst:381 +#: ../durability.rst:449 ../durability.rst:467 +msgid "" +"This option also uses a bit stream to upload the file, iterating bit by bit " +"over the file and passing those bits to Object Storage as they come. " +"Compared to loading the entire file in memory and then sending it, this " +"method is more efficient, especially for larger files." +msgstr "" + +#: ../durability.rst:479 msgid "Large objects" msgstr "" -#: ../durability.rst:383 +#: ../durability.rst:481 msgid "" "For efficiency, most Object Storage installations treat large objects, :code:" "`> 5GB`, differently than smaller objects." msgstr "" -#: ../durability.rst:394 +#: ../durability.rst:492 +msgid "" +"If you work with large objects, use the :code:`RegionScopedBlobStoreContext` " +"class family instead of the ones used so far." +msgstr "" + +#: ../durability.rst:495 +msgid "" +"Large file uploads that use the :code:`openstack-swift` provider are " +"supported in only jclouds V2, currently in beta. Also, the default chunk " +"size is 64 Mb. Consider changing this as homework." +msgstr "" + +#: ../durability.rst:506 msgid "" "If you work with large objects, use the :code:`ex_multipart_upload_object` " "call instead of the simpler :code:`upload_object` call. The call splits the " @@ -826,33 +844,50 @@ msgid "" "to a value that your cloud can accept." msgstr "" -#: ../durability.rst:408 +#: ../durability.rst:519 ../getting_started.rst:1376 ../introduction.rst:812 +#: ../scaling_out.rst:498 +msgid "Complete code sample" +msgstr "" + +#: ../durability.rst:521 +msgid "" +"This file contains all the code from this tutorial section. This class lets " +"you view and run the code." +msgstr "" + +#: ../durability.rst:524 +msgid "" +"Before you run this class, confirm that you have configured it for your " +"cloud and the instance running the Fractals application." +msgstr "" + +#: ../durability.rst:533 msgid "" "You should now be fairly confident working with Object Storage. You can find " "more information about the Object Storage SDK calls at:" msgstr "" -#: ../durability.rst:413 +#: ../durability.rst:538 msgid "" "https://github.com/fog/fog/blob/master/lib/fog/openstack/docs/storage.md" msgstr "" -#: ../durability.rst:417 +#: ../durability.rst:542 msgid "https://libcloud.readthedocs.org/en/latest/storage/api.html" msgstr "" -#: ../durability.rst:419 +#: ../durability.rst:544 msgid "Or, try one of these tutorial steps:" msgstr "" -#: ../durability.rst:421 ../getting_started.rst:1366 ../introduction.rst:804 +#: ../durability.rst:546 ../getting_started.rst:1366 ../introduction.rst:804 #: ../scaling_out.rst:490 msgid "" ":doc:`/block_storage`: Migrate the database to block storage, or use the " "database-as-a-service component." msgstr "" -#: ../durability.rst:426 ../getting_started.rst:1371 ../introduction.rst:809 +#: ../durability.rst:551 ../getting_started.rst:1371 ../introduction.rst:809 #: ../networking.rst:803 ../orchestration.rst:490 ../scaling_out.rst:495 msgid "" ":doc:`/craziness`: Learn some crazy things that you might not think to do ;)" @@ -1679,10 +1714,6 @@ msgid "" "durable." msgstr "" -#: ../getting_started.rst:1376 ../introduction.rst:812 ../scaling_out.rst:498 -msgid "Complete code sample" -msgstr "" - #: ../getting_started.rst:1378 ../introduction.rst:814 msgid "" "The following file contains all of the code from this section of the "