From 29e6d7b9bbd73334e9a48fdfbfee9f84420c00ed Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 17 Sep 2014 06:15:36 +0000 Subject: [PATCH] Imported Translations from Transifex Change-Id: I39078da76d7671542dc3341b6326261798b75c73 --- .../locale/admin-guide-cloud.pot | 892 +++--- doc/arch-design/locale/arch-design.pot | 10 +- doc/cli-reference/locale/cli-reference.pot | 2486 +++++++++-------- doc/common/locale/common.pot | 398 ++- doc/common/locale/fr.po | 339 +-- doc/common/locale/ja.po | 345 +-- .../locale/config-reference.pot | 178 +- doc/image-guide/locale/fr.po | 73 +- doc/image-guide/locale/image-guide.pot | 8 +- doc/image-guide/locale/ja.po | 21 +- 10 files changed, 2505 insertions(+), 2245 deletions(-) diff --git a/doc/admin-guide-cloud/locale/admin-guide-cloud.pot b/doc/admin-guide-cloud/locale/admin-guide-cloud.pot index 171c4ddba2..e95551b584 100644 --- a/doc/admin-guide-cloud/locale/admin-guide-cloud.pot +++ b/doc/admin-guide-cloud/locale/admin-guide-cloud.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-09-13 06:09+0000\n" +"POT-Creation-Date: 2014-09-17 06:14+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -466,219 +466,219 @@ msgstr "" msgid "Identity concepts" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:33(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:34(title) msgid "User CRUD" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:34(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:35(para) msgid "Identity provides a user CRUD filter that can be added to the public_api pipeline. This user CRUD filter enables users to use a HTTP PATCH to change their own password. To enable this extension you should define a user_crud_extension filter, insert it after the *_body middleware and before the public_service application in the public_api WSGI pipeline in keystone.conf. For example:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:48(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:49(para) msgid "Each user can then change their own password with a HTTP PATCH:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:49(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:50(replaceable) msgid "USERID" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:50(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:51(replaceable) msgid "AUTHTOKENID" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:51(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:52(para) msgid "In addition to changing their password, all current tokens for the user are deleted (if the back end is KVS or SQL)." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:53(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:54(para) msgid "Only use a KVS back end for tokens when testing." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:56(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:57(title) msgid "Logging" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:57(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:58(para) msgid "You configure logging externally to the rest of Identity. The file specifying the logging configuration is in the [DEFAULT] section of the keystone.conf file under log_config. To route logging through syslog, set use_syslog=true option in the [DEFAULT] section." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:63(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:64(para) msgid "A sample logging file is available with the project in the etc/logging.conf.sample directory. Like other OpenStack projects, Identity uses the Python logging module, which includes extensive configuration options that let you define the output levels and formats." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:68(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:69(para) msgid "Review the etc/keystone.conf sample configuration files that are distributed with the Identity Service. For example, each server application has its own configuration file." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:72(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:73(para) msgid "For services that have separate paste-deploy .ini files, you can configure auth_token middleware in the [keystone_authtoken] section in the main configuration file, such as nova.conf. For example in Compute, you can remove the middleware parameters from api-paste.ini, as follows:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:82(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:83(para) msgid "Set these values in the nova.conf file:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:97(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:98(para) msgid "Middleware parameters in paste config take priority. You must remove them to use values in the [keystone_authtoken] section." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:103(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:104(title) msgid "Monitoring" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:104(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:105(para) msgid "Identity provides some basic request and response monitoring statistics out of the box." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:106(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:107(para) msgid "Enable data collection by defining a stats_monitoring filter and including it at the beginning of any desired WSGI pipelines:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:114(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:115(para) msgid "Enable the reporting of collected data by defining a stats_reporting filter and including it near the end of your admin_api WSGI pipeline (After *_body middleware and before *_extension filters is recommended):" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:124(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:125(para) msgid "Query the admin API for statistics using:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:126(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:127(para) msgid "Reset collected data using:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:131(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:132(title) msgid "Start the Identity services" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:132(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:133(para) msgid "To start the services for Identity, run the following command:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:135(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:136(para) msgid "This command starts two wsgi.Server instances configured by the keystone.conf file as described previously. One of these wsgi servers is admin (the administration API) and the other is main (the primary/public API interface). Both run in a single process." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:143(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:144(title) msgid "Example usage" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:144(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:145(para) msgid "The keystone client is set up to expect commands in the general form of keystonecommandargument, followed by flag-like keyword arguments to provide additional (often optional) information. For example, the command user-list and tenant-create can be invoked as follows:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:174(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:175(title) msgid "Authentication middleware with user name and password" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:176(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:177(para) msgid "You can also configure Identity authentication middleware using the and options. When using the and options the parameter is optional. If is specified, it is used only if the specified token is still valid." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:184(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:185(para) msgid "For services that have a separate paste-deploy .ini file, you can configure the authentication middleware in the [keystone_authtoken] section of the main configuration file, such as nova.conf. In Compute, for example, you can remove the middleware parameters from api-paste.ini, as follows:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:193(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:194(para) msgid "And set the following values in nova.conf as follows:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:208(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:209(para) msgid "The middleware parameters in the paste config take priority. You must remove them to use the values in the [keystone_authtoken] section." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:212(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:213(para) msgid "This sample paste config filter makes use of the and options:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:225(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:226(para) msgid "Using this option requires an admin tenant/role relationship. The admin user is granted access to the admin role on the admin tenant." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:231(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:232(title) msgid "Identity API protection with role-based access control (RBAC)" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:233(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:234(para) msgid "Like most OpenStack projects, Identity supports the protection of its APIs by defining policy rules based on an RBAC approach. Identity stores a reference to a policy JSON file in the main Identity configuration file, keystone.conf. Typically this file is named policy.json, and it contains the rules for which roles have access to certain actions in defined services." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:239(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:240(para) msgid "Each Identity API v3 call has a line in the policy file that dictates which level of governance of access applies." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:241(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:242(replaceable) msgid "API_NAME" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:241(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:242(replaceable) msgid "RULE_STATEMENT" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:241(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:242(replaceable) msgid "MATCH_STATEMENT" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:242(para) ./doc/admin-guide-cloud/blockstorage/section_glusterfs_backend.xml:56(para) ./doc/admin-guide-cloud/blockstorage/section_glusterfs_backend.xml:106(para) ./doc/admin-guide-cloud/blockstorage/section_nfs_backend.xml:54(para) ./doc/admin-guide-cloud/compute/section_trusted-compute-pools.xml:81(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:164(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:243(para) ./doc/admin-guide-cloud/blockstorage/section_glusterfs_backend.xml:56(para) ./doc/admin-guide-cloud/blockstorage/section_glusterfs_backend.xml:106(para) ./doc/admin-guide-cloud/blockstorage/section_nfs_backend.xml:54(para) ./doc/admin-guide-cloud/compute/section_trusted-compute-pools.xml:81(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:164(para) msgid "Where:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:243(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:244(para) msgid "RULE_STATEMENT can contain RULE_STATEMENT or MATCH_STATEMENT." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:244(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:245(para) msgid "MATCH_STATEMENT is a set of identifiers that must match between the token provided by the caller of the API and the parameters or target entities of the API call in question. For example:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:248(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:249(para) msgid "Indicates that to create a user, you must have the admin role in your token and the domain_id in your token (which implies this must be a domain-scoped token) must match the domain_id in the user object that you are trying to create. In other words, you must have the admin role on the domain in which you are creating the user, and the token that you use must be scoped to that domain." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:254(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:255(para) msgid "Each component of a match statement uses this format:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:255(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:256(replaceable) msgid "ATTRIB_FROM_TOKEN" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:255(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:256(replaceable) msgid "CONSTANT" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:255(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:256(replaceable) msgid "ATTRIB_RELATED_TO_API_CALL" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:256(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:257(para) msgid "The Identity service expects these attributes:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:257(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:258(para) msgid "Attributes from token: user_id, the domain_id or project_id depending on the scope, and the list of roles you have within that scope." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:259(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:260(para) msgid "Attributes related to API call: Any parameters passed into the API call are available, along with any filters specified in the query string. You reference attributes of objects passed with an object.attribute syntax (such as, user.domain_id). The target objects of an API are also available using a target.object.attribute syntax. For instance:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:266(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:267(para) msgid "would ensure that Identity only deletes the user object in the same domain as the provided token." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:268(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:269(para) msgid "Every target object has an `id` and a `name` available as `target.OBJECT.id` and `target.OBJECT.name`. Identity retrieves other attributes from the database, and the attributes vary between object types. The Identity service filters out some database fields, such as user passwords." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:273(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:274(para) msgid "List of object attributes:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:303(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:304(para) msgid "The default policy.json file supplied provides a somewhat basic example of API protection, and does not assume any particular use of domains. Refer to policy.v3cloudsample.json as an example of multi-domain configuration installations where a cloud provider wants to delegate administration of the contents of a domain to a particular admin domain. This example policy file also shows the use of an admin_domain to allow a cloud provider to enable cloud administrators to have wider access across the APIs." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:312(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:313(para) msgid "A clean installation could start with the standard policy file, to allow creation of the admin_domain with the first users within it. You could then obtain the domain_id of the admin domain, paste the ID into a modified version of policy.v3cloudsample.json, and then enable it as the main policy file." msgstr "" @@ -1080,7 +1080,7 @@ msgstr "" msgid "Resource" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:38(th) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:199(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:42(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:88(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:152(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:242(th) ./doc/admin-guide-cloud/networking/section_networking_arch.xml:36(th) ./doc/admin-guide-cloud/networking/section_networking_arch.xml:139(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:40(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:131(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:256(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:314(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:614(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:657(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:868(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:990(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1058(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1179(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1494(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1583(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1624(th) +#: ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:38(th) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:199(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:42(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:88(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:152(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:242(th) ./doc/admin-guide-cloud/networking/section_networking_arch.xml:36(th) ./doc/admin-guide-cloud/networking/section_networking_arch.xml:139(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:40(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:131(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:256(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:314(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:614(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:657(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:869(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:991(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1059(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1180(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1495(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1584(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1625(th) msgid "Description" msgstr "" @@ -1616,7 +1616,7 @@ msgstr "" msgid "Bare-metal" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:538(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:546(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:554(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:565(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:570(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:578(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:586(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:594(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:602(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:605(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:610(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:618(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:626(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:628(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:634(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:642(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:643(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:644(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1500(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1507(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1514(td) +#: ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:538(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:546(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:554(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:565(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:570(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:578(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:586(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:594(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:602(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:605(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:610(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:618(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:626(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:628(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:634(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:642(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:643(td) ./doc/admin-guide-cloud/networking/section_networking_introduction.xml:644(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1501(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1508(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1515(td) msgid "Yes" msgstr "" @@ -1934,15 +1934,15 @@ msgstr "" msgid "Attribute" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:86(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:150(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:240(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:129(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:254(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:312(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:612(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:655(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:866(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:988(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1056(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1177(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1581(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1622(th) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:86(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:150(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:240(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:129(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:254(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:312(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:612(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:655(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:867(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:989(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1057(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1178(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1582(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1623(th) msgid "Type" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:87(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:151(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:241(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1392(th) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:87(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:151(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:241(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1393(th) msgid "Default value" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:93(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:247(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:273(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1089(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:93(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:247(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:273(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1090(td) msgid "admin_state_up" msgstr "" @@ -1950,7 +1950,7 @@ msgstr "" msgid "bool" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:95(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:181(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:275(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:972(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1091(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:21(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:22(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:26(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:27(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:31(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:32(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:95(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:181(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:275(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:973(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1092(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:21(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:22(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:26(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:27(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:31(td) ./doc/admin-guide-cloud/networking/section_networking_pagination_and_sorting_support.xml:32(td) msgid "True" msgstr "" @@ -1958,11 +1958,11 @@ msgstr "" msgid "Administrative state of the network. If specified as False (down), this network does not forward packets." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:100(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:198(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:274(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:345(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:261(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:319(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:619(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:662(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:873(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:995(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1063(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1184(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1588(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1629(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:100(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:198(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:274(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:345(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:261(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:319(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:619(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:662(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:874(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:996(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1064(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1185(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1589(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1630(td) msgid "id" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:101(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:133(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:262(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:289(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:320(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:333(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:342(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:349(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:364(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:620(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:639(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:663(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:717(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:874(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:880(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:996(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1002(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1064(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1070(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1185(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1229(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1589(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1607(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1630(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1643(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:101(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:133(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:262(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:289(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:320(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:333(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:342(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:349(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:364(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:620(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:639(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:663(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:717(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:875(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:881(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:997(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1003(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1065(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1071(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1186(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1230(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1590(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1608(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1631(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1644(td) msgid "uuid-str" msgstr "" @@ -1974,7 +1974,7 @@ msgstr "" msgid "UUID for this network." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:106(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:210(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:286(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:267(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:625(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:886(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1008(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1076(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1198(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1594(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:480(term) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:106(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:210(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:286(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:267(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:625(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:887(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1009(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1077(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1199(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1595(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:480(term) msgid "name" msgstr "" @@ -1982,7 +1982,7 @@ msgstr "" msgid "string" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:108(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:212(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:256(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:263(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:288(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:269(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:627(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:634(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:682(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:688(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:694(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:700(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:706(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:888(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:894(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:919(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:931(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:937(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:944(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:951(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:957(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1010(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1016(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1031(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1078(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1084(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1127(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1200(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1596(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1602(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:108(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:212(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:256(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:263(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:288(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:269(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:627(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:634(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:682(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:688(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:694(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:700(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:706(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:889(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:895(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:920(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:932(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:938(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:945(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:952(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:958(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1011(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1017(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1032(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1079(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1085(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1128(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1201(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1597(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1603(td) msgid "None" msgstr "" @@ -1990,11 +1990,11 @@ msgstr "" msgid "Human-readable name for this network; is not required to be unique." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:112(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:909(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1021(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:112(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:910(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1022(td) msgid "shared" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:114(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:911(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:973(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1023(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1038(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1446(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1652(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:114(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:912(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:974(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1024(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1039(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1447(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1653(td) msgid "False" msgstr "" @@ -2002,11 +2002,11 @@ msgstr "" msgid "Specifies whether this network resource can be accessed by any tenant. The default policy setting restricts usage of this attribute to administrative users only." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:120(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:298(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:280(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1096(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:120(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:298(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:280(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1097(td) msgid "status" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:122(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:134(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:169(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:218(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:224(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:294(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:300(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:306(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:138(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:163(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:282(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:290(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:334(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:343(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:365(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:640(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:676(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:718(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:881(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1003(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1071(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1098(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1212(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1230(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1608(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1644(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1660(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:122(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:134(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:169(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:218(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:224(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:294(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:300(td) ./doc/admin-guide-cloud/networking/section_networking-use.xml:306(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:138(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:163(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:282(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:290(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:334(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:343(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:365(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:640(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:676(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:718(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:882(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1004(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1072(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1099(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1213(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1231(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1609(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1645(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1661(td) msgid "N/A" msgstr "" @@ -2030,7 +2030,7 @@ msgstr "" msgid "List of subnets associated with this network." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:132(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:222(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:304(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:288(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:363(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:638(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:716(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:879(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1001(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1069(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1228(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1606(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:132(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:222(option) ./doc/admin-guide-cloud/networking/section_networking-use.xml:304(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:288(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:363(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:638(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:716(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:880(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1002(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1070(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1229(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1607(td) msgid "tenant_id" msgstr "" @@ -2114,7 +2114,7 @@ msgstr "" msgid "UUID representing this subnet." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:204(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:923(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:204(option) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:924(td) msgid "ip_version" msgstr "" @@ -2122,7 +2122,7 @@ msgstr "" msgid "int" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:206(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:925(td) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:206(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:926(td) msgid "4" msgstr "" @@ -2226,11 +2226,11 @@ msgstr "" msgid "This table shows example neutron commands that enable you to complete basic network operations:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:327(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:394(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:504(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:386(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:735(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1246(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1679(th) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:327(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:394(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:504(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:386(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:735(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1247(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1680(th) msgid "Operation" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:328(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:395(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:445(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:505(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:387(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:736(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1247(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1680(th) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:328(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:395(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:445(th) ./doc/admin-guide-cloud/networking/section_networking-use.xml:505(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:387(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:736(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1248(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1681(th) msgid "Command" msgstr "" @@ -2254,7 +2254,7 @@ msgstr "" msgid "Shows information for a specified port." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:352(replaceable) ./doc/admin-guide-cloud/networking/section_networking-use.xml:470(replaceable) ./doc/admin-guide-cloud/networking/section_networking-use.xml:518(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:801(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:352(replaceable) ./doc/admin-guide-cloud/networking/section_networking-use.xml:470(replaceable) ./doc/admin-guide-cloud/networking/section_networking-use.xml:518(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:802(replaceable) msgid "PORT_ID" msgstr "" @@ -2286,7 +2286,7 @@ msgstr "" msgid "NETWORK_NAME" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:375(para) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1724(para) ./doc/admin-guide-cloud/networking/section_networking-adv-config.xml:199(para) ./doc/admin-guide-cloud/networking/section_networking-adv-config.xml:263(para) ./doc/admin-guide-cloud/networking/section_networking-config-identity.xml:48(para) ./doc/admin-guide-cloud/networking/section_networking-config-identity.xml:62(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:236(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:257(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:265(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:280(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:309(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:314(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:471(para) +#: ./doc/admin-guide-cloud/networking/section_networking-use.xml:375(para) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1725(para) ./doc/admin-guide-cloud/networking/section_networking-adv-config.xml:199(para) ./doc/admin-guide-cloud/networking/section_networking-adv-config.xml:263(para) ./doc/admin-guide-cloud/networking/section_networking-config-identity.xml:48(para) ./doc/admin-guide-cloud/networking/section_networking-config-identity.xml:62(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:236(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:257(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:265(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:280(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:309(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:314(para) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:471(para) msgid "For example:" msgstr "" @@ -2860,11 +2860,11 @@ msgstr "" msgid "Provider network attributes" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:128(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:253(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:311(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:611(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:654(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:865(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:987(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1055(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1176(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1491(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1580(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1621(th) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:128(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:253(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:311(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:611(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:654(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:866(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:988(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1056(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1177(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1492(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1581(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1622(th) msgid "Attribute name" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:130(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:255(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:313(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:613(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:656(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:867(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:989(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1057(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1178(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1582(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1623(th) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:130(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:255(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:313(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:613(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:656(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:868(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:990(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1058(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1179(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1583(th) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1624(th) msgid "Default Value" msgstr "" @@ -2872,7 +2872,7 @@ msgstr "" msgid "provider:network_type" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:137(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:151(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:268(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:281(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:626(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:633(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:675(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:681(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:699(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:887(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:893(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:918(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:964(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1009(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1015(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1077(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1083(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1097(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1199(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1217(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1595(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1601(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:137(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:151(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:268(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:281(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:626(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:633(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:675(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:681(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:699(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:888(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:894(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:919(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:965(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1010(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1016(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1078(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1084(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1098(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1200(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1218(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1596(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1602(td) msgid "String" msgstr "" @@ -2912,7 +2912,7 @@ msgstr "" msgid "provider:segmentation_id" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:162(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:687(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:693(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:956(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1205(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1211(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1223(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:162(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:687(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:693(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:957(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1206(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1212(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1224(td) msgid "Integer" msgstr "" @@ -3000,7 +3000,7 @@ msgstr "" msgid "Router" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:263(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:321(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:621(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:664(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:875(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:997(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1065(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1186(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1590(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1631(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:263(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:321(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:621(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:664(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:876(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:998(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1066(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1187(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1591(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1632(td) msgid "generated" msgstr "" @@ -3060,7 +3060,7 @@ msgstr "" msgid "string (IP address)" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:327(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:670(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:901(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:327(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:670(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:902(td) msgid "allocated by Networking" msgstr "" @@ -3104,7 +3104,7 @@ msgstr "" msgid "Owner of the Floating IP. Only admin users can specify a tenant_id other than its own." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:374(title) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:381(caption) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1674(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:374(title) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:381(caption) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1675(caption) msgid "Basic L3 operations" msgstr "" @@ -3268,7 +3268,7 @@ msgstr "" msgid "Human-readable name for the security group. Might not be unique. Cannot be named default as that is automatically created for a tenant." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:632(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:892(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1014(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1082(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1600(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-alarms.xml:111(term) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:632(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:893(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1015(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1083(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1601(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-alarms.xml:111(term) msgid "description" msgstr "" @@ -3300,7 +3300,7 @@ msgstr "" msgid "The security group to associate rule with." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:674(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1635(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:674(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1636(td) msgid "direction" msgstr "" @@ -3308,7 +3308,7 @@ msgstr "" msgid "The direction the traffic is allow (ingress/egress) from a VM." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:680(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:917(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:680(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:918(td) msgid "protocol" msgstr "" @@ -3340,7 +3340,7 @@ msgstr "" msgid "ethertype in L2 packet (IPv4, IPv6, and so on)" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:704(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1658(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:704(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1659(td) msgid "remote_ip_prefix" msgstr "" @@ -3388,951 +3388,951 @@ msgstr "" msgid "Creates a security group rule to allow port 80 ingress." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:761(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:785(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:762(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:786(replaceable) msgid "SECURITY_GROUP_UUID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:766(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:767(para) msgid "Lists security group rules." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:774(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:775(para) msgid "Deletes a security group rule." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:777(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:778(replaceable) msgid "SECURITY_GROUP_RULE_UUID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:782(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:783(para) msgid "Deletes a security group." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:790(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:791(para) msgid "Creates a port and associates two security groups." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:793(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:794(replaceable) msgid "SECURITY_GROUP_ID1" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:793(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:794(replaceable) msgid "SECURITY_GROUP_ID2" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:793(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:794(replaceable) msgid "NETWORK_ID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:798(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:799(para) msgid "Removes security groups from a port." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:810(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:811(title) msgid "Basic Load-Balancer-as-a-Service operations" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:812(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:813(para) msgid "The Load-Balancer-as-a-Service (LBaaS) API provisions and configures load balancers. The Havana release offers a reference implementation that is based on the HAProxy software load balancer." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:816(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:817(para) msgid "This list shows example neutron commands that enable you to complete basic LBaaS operations:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:820(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:821(para) msgid "Creates a load balancer pool by using specific provider." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:821(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:822(para) msgid "--provider is an optional argument. If not used, the pool is created with default provider for LBaaS service. You should configure the default provider in the [service_providers] section of neutron.conf file. If no default provider is specified for LBaaS, the --provider option is required for pool creation." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:827(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:846(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:828(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:847(replaceable) msgid "SUBNET_UUID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:827(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:828(replaceable) msgid "PROVIDER_NAME" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:827(parameter) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:828(parameter) msgid "--provider " msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:830(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:831(para) msgid "Associates two web servers with pool." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:831(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:832(replaceable) msgid "WEBSERVER1_IP" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:832(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:833(replaceable) msgid "WEBSERVER2_IP" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:835(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:836(para) msgid "Creates a health monitor that checks to make sure our instances are still running on the specified protocol-port." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:840(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:841(para) msgid "Associates a health monitor with pool." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:841(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:842(replaceable) msgid "HEALTHMONITOR_UUID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:844(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:845(para) msgid "Creates a virtual IP (VIP) address that, when accessed through the load balancer, directs the requests to one of the pool members." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:852(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:853(title) msgid "Firewall-as-a-Service" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:853(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:854(para) msgid "The Firewall-as-a-Service (FWaaS) API is an experimental API that enables early adopters and vendors to test their networking implementations." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:856(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:857(title) msgid "Firewall-as-a-Service API abstractions" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:858(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:859(caption) msgid "Firewall rules" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:876(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:877(td) msgid "UUID for the firewall rule." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:882(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:883(td) msgid "Owner of the firewall rule. Only admin users can specify a tenant_id other than its own." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:889(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:890(td) msgid "Human readable name for the firewall rule (255 characters limit)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:895(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:896(td) msgid "Human-readable description for the firewall rule (1024 characters limit)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:899(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1125(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:900(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1126(td) msgid "firewall_policy_id" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:900(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1126(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:901(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1127(td) msgid "uuid-str or None" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:902(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:903(td) msgid "This is a read-only attribute that gets populated with the uuid of the firewall policy when this firewall rule is associated with a firewall policy. A firewall rule can be associated with only one firewall policy at a time. However, the association can be changed to a different firewall policy." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:910(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:971(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1022(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1037(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1090(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1191(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1651(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:911(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:972(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1023(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1038(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1091(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1192(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1652(td) msgid "Boolean" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:912(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:913(td) msgid "When set to True makes this firewall rule visible to tenants other than its owner and it can be used in firewall policies not owned by its tenant." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:920(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:921(td) msgid "IP protocol (icmp, tcp, udp, None)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:924(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:925(td) msgid "Integer or String" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:926(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:927(td) msgid "IP version (4, 6)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:929(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:930(td) msgid "source_ip_address" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:930(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:936(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:931(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:937(td) msgid "String (IP address or CIDR)" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:932(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:933(td) msgid "Source IP address or CIDR." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:935(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:936(td) msgid "destination_ip_address" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:938(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:939(td) msgid "Destination IP address or CIDR." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:941(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:942(td) msgid "source_port" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:942(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:949(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:943(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:950(td) msgid "Integer or String (either as a single port number or in the format of a ':' separated range)" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:945(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:946(td) msgid "Source port number or a range." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:948(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:949(td) msgid "destination_port" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:952(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:953(td) msgid "Destination port number or a range." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:955(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:956(td) msgid "position" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:958(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:959(td) msgid "This is a read-only attribute that gets assigned to this rule when the rule is associated with a firewall policy. It indicates the position of this rule in that firewall policy." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:963(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1513(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:964(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1514(td) msgid "action" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:965(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:966(td) msgid "deny" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:966(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:967(td) msgid "Action to be performed on the traffic matching the rule (allow, deny)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:970(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-alarms.xml:117(term) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:971(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-alarms.xml:117(term) msgid "enabled" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:973(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:974(td) msgid "When set to , disables this rule in the firewall policy. Facilitates selectively turning off rules without having to disassociate the rule from the firewall policy." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:980(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:981(caption) msgid "Firewall policies" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:998(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:999(td) msgid "UUID for the firewall policy." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1004(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1005(td) msgid "Owner of the firewall policy. Only admin users can specify a tenant_id other their own." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1011(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1012(td) msgid "Human readable name for the firewall policy (255 characters limit)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1017(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1018(td) msgid "Human readable description for the firewall policy (1024 characters limit)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1024(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1025(td) msgid "When set to True makes this firewall policy visible to tenants other than its owner and can be used to associate with firewalls not owned by its tenant." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1029(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1030(td) msgid "firewall_rules" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1030(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1031(td) msgid "List of uuid-str or None" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1032(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1033(td) msgid "This is an ordered list of firewall rule uuids. The firewall applies the rules in the order in which they appear in this list." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1036(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1037(td) msgid "audited" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1039(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1040(td) msgid "When set to True by the policy owner indicates that the firewall policy has been audited. This attribute is meant to aid in the firewall policy audit work flows. Each time the firewall policy or the associated firewall rules are changed, this attribute is set to False and must be explicitly set to True through an update operation." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1048(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1049(caption) msgid "Firewalls" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1066(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1067(td) msgid "UUID for the firewall." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1072(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1073(td) msgid "Owner of the firewall. Only admin users can specify a tenant_id other than its own." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1079(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1080(td) msgid "Human readable name for the firewall (255 characters limit)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1085(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1086(td) msgid "Human readable description for the firewall (1024 characters limit)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1092(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1093(td) msgid "The administrative state of the firewall. If False (down), the firewall does not forward any packets." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1100(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1101(para) msgid "Indicates whether the firewall is currently operational. Possible values include:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1104(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1105(para) msgid "ACTIVE" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1107(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1108(para) msgid "DOWN" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1110(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1111(para) msgid "PENDING_CREATE" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1113(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1114(para) msgid "PENDING_UPDATE" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1116(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1117(para) msgid "PENDING_DELETE" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1119(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1120(para) msgid "ERROR" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1128(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1129(td) msgid "The firewall policy uuid that this firewall is associated with. This firewall implements the rules contained in the firewall policy represented by this uuid." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1138(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1139(title) msgid "Plug-in specific extensions" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1140(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1141(para) msgid "Each vendor can choose to implement additional API extensions to the core API. This section describes the extensions for each plug-in." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1143(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1144(title) msgid "VMware NSX extensions" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1144(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1145(para) msgid "These sections explain NSX plug-in extensions." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1146(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1147(title) msgid "VMware NSX QoS extension" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1147(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1148(para) msgid "The VMware NSX QoS extension rate-limits network ports to guarantee a specific amount of bandwidth for each port. This extension, by default, is only accessible by a tenant with an admin role but is configurable through the policy.json file. To use this extension, create a queue and specify the min/max bandwidth rates (kbps) and optionally set the QoS Marking and DSCP value (if your network fabric uses these values to make forwarding decisions). Once created, you can associate a queue with a network. Then, when ports are created on that network they are automatically created and associated with the specific queue size that was associated with the network. Because one size queue for a every port on a network might not be optimal, a scaling factor from the nova flavor 'rxtx_factor' is passed in from Compute when creating the port to scale the queue." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1159(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1160(para) msgid "Lastly, if you want to set a specific baseline QoS policy for the amount of bandwidth a single port can use (unless a network queue is specified with the network a port is created on) a default queue can be created in Networking which then causes ports created to be associated with a queue of that size times the rxtx scaling factor. Note that after a network or default queue is specified, queues are added to ports that are subsequently created but are not added to existing ports." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1167(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1168(title) msgid "VMware NSX QoS API abstractions" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1169(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1170(caption) msgid "VMware NSX QoS attributes" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1187(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1188(td) msgid "UUID for the QoS queue." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1190(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml:511(term) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1191(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml:511(term) msgid "default" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1192(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1193(td) msgid "False by default" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1193(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1194(td) msgid "If True, ports are created with this queue size unless the network port is created or associated with a queue at port creation time." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1201(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1202(td) msgid "Name for QoS queue." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1204(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml:209(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1205(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml:209(literal) msgid "min" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1206(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1224(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1207(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1225(td) msgid "0" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1207(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1208(td) msgid "Minimum Bandwidth Rate (kbps)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1210(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml:203(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1211(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-retrieval.xml:203(literal) msgid "max" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1213(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1214(td) msgid "Maximum Bandwidth Rate (kbps)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1216(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1217(td) msgid "qos_marking" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1218(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1219(td) msgid "untrusted by default" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1219(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1220(td) msgid "Whether QoS marking should be trusted or untrusted." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1222(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1223(td) msgid "dscp" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1225(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1226(td) msgid "DSCP Marking value." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1231(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1232(td) msgid "The owner of the QoS queue." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1237(title) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1241(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1238(title) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1242(caption) msgid "Basic VMware NSX QoS operations" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1238(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1239(para) msgid "This table shows example neutron commands that enable you to complete basic queue operations:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1253(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1254(para) msgid "Creates QoS queue (admin-only)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1261(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1262(para) msgid "Associates a queue with a network." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1264(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1265(replaceable) msgid "QUEUE_ID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1269(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1270(para) msgid "Creates a default system queue." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1277(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1278(para) msgid "Lists QoS queues." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1285(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1286(para) msgid "Deletes a QoS queue." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1288(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1289(replaceable) msgid "QUEUE_ID_OR_NAME" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1296(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1297(title) msgid "VMware NSX provider networks extension" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1297(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1298(para) msgid "Provider networks can be implemented in different ways by the underlying NSX platform." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1299(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1300(para) msgid "The FLAT and VLAN network types use bridged transport connectors. These network types enable the attachment of large number of ports. To handle the increased scale, the NSX plug-in can back a single OpenStack Network with a chain of NSX logical switches. You can specify the maximum number of ports on each logical switch in this chain on the max_lp_per_bridged_ls parameter, which has a default value of 5,000." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1306(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1307(para) msgid "The recommended value for this parameter varies with the NSX version running in the back-end, as shown in the following table." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1309(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1310(caption) msgid "Recommended values for max_lp_per_bridged_ls" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1314(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1315(td) msgid "NSX version" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1315(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1316(td) msgid "Recommended Value" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1320(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1321(td) msgid "2.x" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1321(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1322(td) msgid "64" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1324(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1325(td) msgid "3.0.x" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1325(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1329(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1326(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1330(td) msgid "5,000" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1328(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1329(td) msgid "3.1.x" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1332(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1333(td) msgid "3.2.x" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1333(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1334(td) msgid "10,000" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1337(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1338(para) msgid "In addition to these network types, the NSX plug-in also supports a special l3_ext network type, which maps external networks to specific NSX gateway services as discussed in the next section." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1342(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1343(title) msgid "VMware NSX L3 extension" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1343(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1344(para) msgid "NSX exposes its L3 capabilities through gateway services which are usually configured out of band from OpenStack. To use NSX with L3 capabilities, first create an L3 gateway service in the NSX Manager. Next, in /etc/neutron/plugins/vmware/nsx.ini set default_l3_gw_service_uuid to this value. By default, routers are mapped to this gateway service." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1350(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1351(title) msgid "VMware NSX L3 extension operations" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1351(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1352(para) msgid "Create external network and map it to a specific NSX gateway service:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1354(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1357(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1355(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1358(replaceable) msgid "L3_GATEWAY_SERVICE_UUID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1355(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1356(para) msgid "Terminate traffic on a specific VLAN from a NSX gateway service:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1357(replaceable) ./doc/admin-guide-cloud/compute/section_compute-configure-ipv6.xml:44(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1358(replaceable) ./doc/admin-guide-cloud/compute/section_compute-configure-ipv6.xml:44(replaceable) msgid "VLAN_ID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1361(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1362(title) msgid "Operational status synchronization in the VMware NSX plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1362(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1363(para) msgid "Starting with the Havana release, the VMware NSX plug-in provides an asynchronous mechanism for retrieving the operational status for neutron resources from the NSX back-end; this applies to network, port and router resources." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1366(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1367(para) msgid "The back-end is polled periodically and the status for every resource is retrieved; then the status in the Networking database is updated only for the resources for which a status change occurred. As operational status is now retrieved asynchronously, performance for GET operations is consistently improved." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1371(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1372(para) msgid "Data to retrieve from the back-end are divided in chunks in order to avoid expensive API requests; this is achieved leveraging NSX APIs response paging capabilities. The minimum chunk size can be specified using a configuration option; the actual chunk size is then determined dynamically according to: total number of resources to retrieve, interval between two synchronization task runs, minimum delay between two subsequent requests to the NSX back-end." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1377(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1378(para) msgid "The operational status synchronization can be tuned or disabled using the configuration options reported in this table; it is however worth noting that the default values work fine in most cases." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1381(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1382(caption) msgid "Configuration options for tuning operational status synchronization in the NSX plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1390(th) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1391(th) msgid "Option name" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1391(th) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1392(th) msgid "Group" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1393(th) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1394(th) msgid "Type and constraints" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1394(th) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1395(th) msgid "Notes" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1399(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1405(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1424(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1437(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1400(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1406(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1425(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1438(literal) msgid "state_sync_interval" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1400(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1412(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1421(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1432(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1445(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1401(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1413(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1422(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1433(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1446(literal) msgid "nsx_sync" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1401(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1402(td) msgid "120 seconds" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1402(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1434(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1403(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1435(td) msgid "Integer; no constraint." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1403(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1404(td) msgid "Interval in seconds between two run of the synchronization task. If the synchronization task takes more than seconds to execute, a new instance of the task is started as soon as the other is completed. Setting the value for this option to 0 will disable the synchronization task." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1411(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1416(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1412(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1417(literal) msgid "max_random_sync_delay" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1413(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1414(td) msgid "0 seconds" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1414(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1420(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1438(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1415(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1421(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1439(literal) msgid "min_sync_req_delay" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1414(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1415(td) msgid "Integer. Must not exceed " msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1415(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1416(td) msgid "When different from zero, a random delay between 0 and will be added before processing the next chunk." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1422(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1423(td) msgid "10 seconds" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1423(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1424(td) msgid "Integer. Must not exceed ." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1425(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1426(td) msgid "The value of this option can be tuned according to the observed load on the NSX controllers. Lower values will result in faster synchronization, but might increase the load on the controller cluster." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1431(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1440(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1432(literal) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1441(literal) msgid "min_chunk_size" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1433(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1434(td) msgid "500 resources" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1435(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1436(td) msgid "Minimum number of resources to retrieve from the back-end for each synchronization chunk. The expected number of synchronization chunks is given by the ratio between and . This size of a chunk might increase if the total number of resources is such that more than resources must be fetched in one chunk with the current number of chunks." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1444(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1445(literal) msgid "always_read_status" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1447(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1448(td) msgid "Boolean; no constraint." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1449(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1450(literal) msgid "GET" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1448(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1449(td) msgid "When this option is enabled, the operational status will always be retrieved from the NSX back-end ad every request. In this case it is advisable to disable the synchronization task." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1455(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1456(para) msgid "When running multiple OpenStack Networking server instances, the status synchronization task should not run on every node; doing so sends unnecessary traffic to the NSX back-end and performs unnecessary DB operations. Set the configuration option to a non-zero value exclusively on a node designated for back-end status synchronization." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1461(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1462(para) msgid "The fields=status parameter in Networking API requests always triggers an explicit query to the NSX back end, even when you enable asynchronous state synchronization. For example, GET /v2.0/networks/NET_ID?fields=status&fields=name." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1468(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1469(title) msgid "Big Switch plug-in extensions" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1469(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1470(para) msgid "This section explains the Big Switch neutron plug-in-specific extension." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1471(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1472(title) msgid "Big Switch router rules" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1472(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1473(para) msgid "Big Switch allows router rules to be added to each tenant router. These rules can be used to enforce routing policies such as denying traffic between subnets or traffic to external networks. By enforcing these at the router level, network segmentation policies can be enforced across many VMs that have differing security groups." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1478(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1479(title) msgid "Router rule attributes" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1479(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1480(para) msgid "Each tenant router has a set of router rules associated with it. Each router rule has the attributes in this table. Router rules and their attributes can be set using the command, through the horizon interface or the Networking API." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1484(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1485(caption) msgid "Big Switch Router rule attributes" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1492(th) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1493(th) msgid "Required" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1493(th) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1494(th) msgid "Input Type" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1499(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1500(td) msgid "source" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1501(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1508(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1502(td) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1509(td) msgid "A valid CIDR or one of the keywords 'any' or 'external'" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1502(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1503(td) msgid "The network that a packet's source IP must match for the rule to be applied" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1506(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1507(td) msgid "destination" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1509(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1510(td) msgid "The network that a packet's destination IP must match for the rule to be applied" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1515(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1516(td) msgid "'permit' or 'deny'" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1516(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1517(td) msgid "Determines whether or not the matched packets will allowed to cross the router" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1520(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1521(td) msgid "nexthop" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1521(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1522(td) msgid "No" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1523(literal) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1524(literal) msgid "1.1.1.1+1.1.1.2" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1522(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1523(td) msgid "A plus-separated (+) list of next-hop IP addresses. For example, ." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1524(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1525(td) msgid "Overrides the default virtual router used to handle traffic for packets that match the rule" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1531(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1532(title) msgid "Order of rule processing" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1532(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1533(para) msgid "The order of router rules has no effect. Overlapping rules are evaluated using longest prefix matching on the source and destination fields. The source field is matched first so it always takes higher precedence over the destination field. In other words, longest prefix matching is used on the destination field only if there are multiple matching rules with the same source." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1540(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1541(title) msgid "Big Switch router rules operations" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1541(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1542(para) msgid "Router rules are configured with a router update operation in OpenStack Networking. The update overrides any previous rules so all rules must be provided at the same time." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1544(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1545(para) msgid "Update a router with rules to permit traffic by default but block traffic from external networks to the 10.10.10.0/24 subnet:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1546(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1550(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1554(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1547(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1551(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1555(replaceable) msgid "ROUTER_UUID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1549(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1550(para) msgid "Specify alternate next-hop addresses for a specific subnet:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1553(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1554(para) msgid "Block traffic between two subnets while allowing everything else:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1562(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1563(title) msgid "L3 metering" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1563(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1564(para) msgid "The L3 metering API extension enables administrators to configure IP ranges and assign a specified label to them to be able to measure traffic that goes through a virtual router." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1566(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1567(para) msgid "The L3 metering extension is decoupled from the technology that implements the measurement. Two abstractions have been added: One is the metering label that can contain metering rules. Because a metering label is associated with a tenant, all virtual routers in this tenant are associated with this label." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1571(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1572(title) msgid "L3 metering API abstractions" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1573(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1574(caption) msgid "Label" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1591(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1592(td) msgid "UUID for the metering label." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1597(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1598(td) msgid "Human-readable name for the metering label. Might not be unique." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1603(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1604(td) msgid "The optional description for the metering label." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1609(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1610(td) msgid "Owner of the metering label." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1614(caption) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1615(caption) msgid "Rules" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1632(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1633(td) msgid "UUID for the metering rule." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1636(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1637(td) msgid "String (Either ingress or egress)" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1637(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1638(td) msgid "ingress" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1638(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1639(td) msgid "The direction in which metering rule is applied, either ingress or egress." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1642(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1643(td) msgid "metering_label_id" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1646(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1647(para) msgid "The metering label ID to associate with this metering rule." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1650(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1651(td) msgid "excluded" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1653(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1654(td) msgid "Specify whether the remote_ip_prefix will be excluded or not from traffic counters of the metering label (for example, to not count the traffic of a specific IP address of a range)." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1659(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1660(td) msgid "String (CIDR)" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1661(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1662(td) msgid "Indicates remote IP prefix to be associated with this metering rule." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1669(title) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1670(title) msgid "Basic L3 metering operations" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1670(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1671(para) msgid "Only administrators can manage the L3 metering labels and rules." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1671(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1672(para) msgid "This table shows example commands that enable you to complete basic L3 metering operations:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1686(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1687(para) msgid "Creates a metering label." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1689(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1706(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1715(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1690(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1707(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1716(replaceable) msgid "LABEL1" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1689(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1690(replaceable) msgid "DESCRIPTION_LABEL1" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1694(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1695(para) msgid "Lists metering labels." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1702(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1703(para) msgid "Shows information for a specified label." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1705(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1714(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1723(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1706(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1715(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1724(replaceable) msgid "LABEL_UUID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1711(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1712(para) msgid "Deletes a metering label." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1720(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1721(para) msgid "Creates a metering rule." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1723(replaceable) ./doc/admin-guide-cloud/networking/section_networking-adv-config.xml:262(replaceable) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:481(replaceable) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:486(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1724(replaceable) ./doc/admin-guide-cloud/networking/section_networking-adv-config.xml:262(replaceable) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:481(replaceable) ./doc/admin-guide-cloud/compute/section_compute-networking-nova.xml:486(replaceable) msgid "CIDR" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1723(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1724(replaceable) msgid "DIRECTION" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1731(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1732(para) msgid "Lists metering all label rules." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1739(para) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1740(para) msgid "Shows information for a specified label rule." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1742(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1748(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1743(replaceable) ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1749(replaceable) msgid "RULE_UUID" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1746(td) +#: ./doc/admin-guide-cloud/networking/section_networking_adv_features.xml:1747(td) msgid "Deletes a metering label rule." msgstr "" @@ -4396,11 +4396,11 @@ msgstr "" msgid "If you use tunneling, update the ovs_neutron_plugin.ini file for the node with the IP address that is configured on the data network for the node by using the value." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:79(para) ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:187(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:79(para) ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:185(para) msgid "Restart Open vSwitch to properly load the kernel module:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:84(para) ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:192(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:84(para) ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:190(para) msgid "Restart the agent:" msgstr "" @@ -4412,7 +4412,7 @@ msgstr "" msgid "All nodes that run neutron-plugin-openvswitch-agent must have an OVS br-int bridge." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:93(para) ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:201(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:93(para) ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:199(para) msgid "To create the bridge, run this command:" msgstr "" @@ -4453,282 +4453,282 @@ msgid "The Ryu plug-in is deprecated as of the Juno release and might be removed msgstr "" #: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:161(para) -msgid "If you use the Ryu plug-in, you must install both Open vSwitch and Ryu, in addition to the Ryu agent package." +msgid "If you use the Ryu plug-in, you must install Open vSwitch, Ryu, and the Ryu agent package." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:165(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:163(title) msgid "To set up each node for the Ryu plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:168(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:166(para) msgid "Install Ryu:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:170(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:168(para) msgid "Currently, no Ryu package exists for Ubuntu." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:174(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:172(para) msgid "Install the Ryu agent and Open vSwitch packages:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:179(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:177(para) msgid "Replicate the ovs_ryu_plugin.ini and neutron.conf files created in the above step on all nodes running neutron-plugin-ryu-agent." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:196(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:194(para) msgid "All nodes that run neutron-plugin-ryu-agent must also have an OVS bridge named br-int on each node." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:209(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:207(title) msgid "Configure DHCP agent" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:210(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:208(para) msgid "The DHCP service agent is compatible with all existing plug-ins and is required for all deployments where VMs should automatically receive IP addresses through DHCP." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:215(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:213(title) msgid "To install and configure the DHCP agent" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:217(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:215(para) msgid "You must configure the host running the neutron-dhcp-agent as a data forwarding node according to the requirements for your plug-in. See ." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:224(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:222(para) msgid "Install the DHCP agent:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:228(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:226(para) msgid "Finally, update any options in the /etc/neutron/dhcp_agent.ini file that depend on the plug-in in use. See the sub-sections." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:235(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:233(para) msgid "If you reboot a node that runs the DHCP agent, you must run the command before the neutron-dhcp-agent service starts." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:241(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:239(para) msgid "On Red Hat, SUSE, and Ubuntu based systems, the neutron-ovs-cleanup service runs the command automatically. However, on Debian-based systems (including Ubuntu in releases earlier than Icehouse), you must manually run this command or write your own system script that runs on boot before the neutron-dhcp-agent service starts." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:254(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:252(title) msgid "DHCP agent setup: OVS plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:255(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:253(para) msgid "These DHCP agent options are required in the /etc/neutron/dhcp_agent.ini file for the OVS plug-in:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:264(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:262(title) msgid "DHCP agent setup: NSX plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:265(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:263(para) msgid "These DHCP agent options are required in the /etc/neutron/dhcp_agent.ini file for the NSX plug-in:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:275(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:273(title) msgid "DHCP agent setup: Ryu plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:276(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:274(para) msgid "These DHCP agent options are required in the /etc/neutron/dhcp_agent.ini file for the Ryu plug-in:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:285(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:283(title) msgid "Configure L3 agent" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:286(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:284(para) msgid "The OpenStack Networking Service has a widely used API extension to allow administrators and tenants to create routers to interconnect L2 networks, and floating IPs to make ports on private networks publicly accessible." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:291(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:289(para) msgid "Many plug-ins rely on the L3 service agent to implement the L3 functionality. However, the following plug-ins already have built-in L3 capabilities:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:296(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:294(para) msgid "Big Switch/Floodlight plug-in, which supports both the open source Floodlight controller and the proprietary Big Switch controller." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:302(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:300(para) msgid "Only the proprietary BigSwitch controller implements L3 functionality. When using Floodlight as your OpenFlow controller, L3 functionality is not available." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:310(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:308(para) msgid "IBM SDN-VE plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:313(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:311(para) msgid "NSX plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:316(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:314(para) msgid "PLUMgrid plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:320(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:318(para) msgid "Do not configure or use neutron-l3-agent if you use one of these plug-ins." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:325(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:323(title) msgid "To install the L3 agent for all other plug-ins" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:328(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:326(para) msgid "Install the neutron-l3-agent binary on the network node:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:334(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:332(para) msgid "To uplink the node that runs neutron-l3-agent to the external network, create a bridge named \"br-ex\" and attach the NIC for the external network to this bridge." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:339(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:337(para) msgid "For example, with Open vSwitch and NIC eth1 connected to the external network, run:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:343(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:341(para) msgid "Do not manually configure an IP address on the NIC connected to the external network for the node running neutron-l3-agent. Rather, you must have a range of IP addresses from the external network that can be used by OpenStack Networking for routers that uplink to the external network. This range must be large enough to have an IP address for each router in the deployment, as well as each floating IP." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:356(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:354(para) msgid "The neutron-l3-agent uses the Linux IP stack and iptables to perform L3 forwarding and NAT. In order to support multiple routers with potentially overlapping IP addresses, neutron-l3-agent defaults to using Linux network namespaces to provide isolated forwarding contexts. As a result, the IP addresses of routers are not visible simply by running the or command on the node. Similarly, you cannot directly fixed IPs." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:371(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:369(para) msgid "To do either of these things, you must run the command within a particular network namespace for the router. The namespace has the name \"qrouter-ROUTER_UUID. These example commands run in the router namespace with UUID 47af3868-0fa8-4447-85f6-1304de32153b:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:379(replaceable) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:377(replaceable) msgid "FIXED_IP" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:383(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:381(para) msgid "If you reboot a node that runs the L3 agent, you must run the command before the neutron-l3-agent service starts." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:389(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:387(para) msgid "On Red Hat, SUSE and Ubuntu based systems, the neutron-ovs-cleanup service runs the command automatically. However, on Debian-based systems (including Ubuntu prior to Icehouse), you must manually run this command or write your own system script that runs on boot before the neutron-l3-agent service starts." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:402(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:400(title) msgid "Configure metering agent" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:403(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:401(para) msgid "Starting with the Havana release, the Neutron Metering resides beside neutron-l3-agent." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:407(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:405(title) msgid "To install the metering agent and configure the node" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:410(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:408(para) msgid "Install the agent by running:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:413(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:411(title) msgid "Package name prior to Icehouse" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:414(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:412(para) msgid "In releases of neutron prior to Icehouse, this package was named neutron-plugin-metering-agent." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:420(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:418(para) msgid "If you use one of the following plugins, you need to configure the metering agent with these lines as well:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:425(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:423(para) msgid "An OVS-based plug-in such as OVS, NSX, Ryu, NEC, BigSwitch/Floodlight:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:431(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:429(para) msgid "A plug-in that uses LinuxBridge:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:438(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:436(para) msgid "To use the reference implementation, you must set:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:443(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:441(para) msgid "Set the option in the /etc/neutron/neutron.conf file on the host that runs neutron-server:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:448(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:446(para) msgid "If this option is already defined, add metering to the list, using a comma as separator. For example:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:456(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:454(title) msgid "Configure Load-Balancer-as-a-Service (LBaaS)" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:458(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:456(para) msgid "Configure Load-Balancer-as-a-Service (LBaas) with the Open vSwitch or Linux Bridge plug-in. The Open vSwitch LBaaS driver is required when enabling LBaaS for OVS-based plug-ins, including BigSwitch, Floodlight, NEC, NSX, and Ryu." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:464(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:462(title) msgid "To configure LBaas with Open vSwitch or Linux Bridge plug-in" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:467(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:465(para) msgid "Install the agent:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:471(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:469(para) msgid "Enable the HAProxy plug-in by using the option in the /etc/neutron/neutron.conf file:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:479(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:477(para) msgid "The option is already defined in the /usr/share/neutron/neutron-dist.conf file on Red Hat based systems. Do not define it in neutron.conf otherwise the Networking services will fail to restart." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:488(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:486(para) msgid "Enable the load-balancing plug-in by using the option in the /etc/neutron/neutron.conf file:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:493(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:491(para) msgid "If this option is already defined, add lbaas to the list, using a comma as separator. For example:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:499(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:497(para) msgid "Enable the HAProxy load balancer in the /etc/neutron/lbaas_agent.ini file:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:507(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:505(para) msgid "Select the required driver in the /etc/neutron/lbaas_agent.ini file:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:510(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:508(para) msgid "Enable the Open vSwitch LBaaS driver:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:512(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:510(para) msgid "Or, enable the Linux Bridge LBaaS driver:" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:515(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:513(para) msgid "Apply the settings by restarting the neutron-server and neutron-lbaas-agent services." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:521(title) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:519(title) msgid "Upgrade from Havana to Icehouse" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:522(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:520(para) msgid "In the Icehouse release, LBaaS server-agent communications changed. If you transition from Havana to Icehouse, make sure to upgrade both server and agent sides before you use the load balancing service." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:531(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:529(para) msgid "Enable load balancing in the Project section of the dashboard." msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:534(para) -msgid "Change the option to True in the /etc/openstack-dashboard/local_settings file:" +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:532(para) +msgid "Change the option to True in the local_settings file (on Fedora, RHEL, and CentOS: /etc/openstack-dashboard/local_settings, on Ubuntu and Debian: /etc/openstack-dashboard/local_settings.py, and on openSUSE and SLES: /srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py):" msgstr "" -#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:542(para) +#: ./doc/admin-guide-cloud/networking/section_networking_config-agents.xml:545(para) msgid "Apply the settings by restarting the httpd service. You can now view the Load Balancer management options in the Project view in the dashboard." msgstr "" @@ -8478,6 +8478,102 @@ msgstr "" msgid "You need to specify the URL to reach the memcached instance with the backend_argument parameter." msgstr "" +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:8(title) +msgid "Use trusts" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:9(para) +msgid "OpenStack Identity manages authentication and authorization. A trust is an OpenStack Identity extension that enables delegation and, optionally, impersonation through keystone. A trust extension defines a relationship between:" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:15(term) +msgid "Trustor" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:16(para) +msgid "The user delegating a limited set of their own rights to another user." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:20(term) +msgid "Trustee" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:21(para) +msgid "The user the trust is being delegated to, for a limited time." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:25(para) +msgid "The trust can eventually allow the trustee to impersonate the trustor. For security reasons, some safeties are added. For example, if a trustor loses a given role, any trusts the user issued with that role, and the related tokens, are automatically revoked." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:29(para) +msgid "The delegation parameters are:" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:32(term) +msgid "User ID" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:33(para) +msgid "The user IDs for the trustor and trustee." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:36(term) +msgid "Privileges" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:37(para) +msgid "The delegated privileges are a combination of a tenant ID and a number of roles that must be a subset of the roles assigned to the trustor." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:40(para) +msgid "If you omit all privileges, nothing is delegated. You cannot delegate everything." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:44(term) +msgid "Delegation depth" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:45(para) +msgid "Defines whether or not the delegation is recursive. If it is recursive, defines the delegation chain length." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:47(para) +msgid "Specify one of the following values:" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:49(para) +msgid "0. The delegate cannot delegate these permissions further." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:51(para) +msgid "1. The delegate can delegate the permissions to any set of delegates but the latter cannot delegate further." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:54(para) +msgid "inf. The delegation is infinitely recursive." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:59(term) +msgid "Endpoints" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:60(para) +msgid "A list of endpoints associated with the delegation." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:61(para) +msgid "This parameter further restricts the delegation to the specified endpoints only. If you omit the endpoints, the delegation is useless. A special value of all_endpoints allows the trust to be used by all endpoints associated with the delegated tenant." +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:67(term) +msgid "Duration" +msgstr "" + +#: ./doc/admin-guide-cloud/identity/section_keystone-trusts.xml:68(para) +msgid "(Optional) Comprised of the start time and end time for the trust." +msgstr "" + #: ./doc/admin-guide-cloud/blockstorage/section_ts_HTTP_bad_req_in_cinder_vol_log.xml:7(title) ./doc/admin-guide-cloud/blockstorage/section_ts_failed_attach_vol_after_detach.xml:7(title) msgid "Failed to attach volume after detaching" msgstr "" diff --git a/doc/arch-design/locale/arch-design.pot b/doc/arch-design/locale/arch-design.pot index 5d8ac9dc65..b36fdbaa6a 100644 --- a/doc/arch-design/locale/arch-design.pot +++ b/doc/arch-design/locale/arch-design.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-08-26 06:08+0000\n" +"POT-Creation-Date: 2014-09-17 06:14+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -254,7 +254,7 @@ msgid "Similarly, the degree to which the architecture is OpenStack-based will h msgstr "" #: ./doc/arch-design/ch_hybrid.xml:61(para) -msgid "There are commercially available options, such as Rightscale, and open source options, such as ManageIQ (http://manageiq.org), but there is no single CMP that can address all needs in all scenarios. Whereas most of the sections of this book talk about the aspects of OpenStack, an architect needs to consider when designing an OpenStack architecture. This section will also discuss the things the architect must address when choosing or building a CMP to run a hybrid cloud design, even if the CMP will be a manually built solution." +msgid "There are commercially available options, such as Rightscale, and open source options, such as ManageIQ (http://manageiq.org), but there is no single CMP that can address all needs in all scenarios. Whereas most of the sections of this book talk about the aspects of OpenStack, an architect needs to consider when designing an OpenStack architecture. This section will also discuss the things the architect must address when choosing or building a CMP to run a hybrid cloud design, even if the CMP will be a manually built solution." msgstr "" #: ./doc/arch-design/ch_multi_site.xml:7(title) @@ -780,7 +780,7 @@ msgid "Data compliance policies governing types of information that needs to res msgstr "" #: ./doc/arch-design/multi_site/section_user_requirements_multi_site.xml:38(para) -msgid "Examples of such legal frameworks include the data protection framework of the European Union (http://ec.europa.eu/justice/data-protection) and the requirements of the Financial Industry Regulatory Authority (http://ec.europa.eu/justice/data-protection) in the United States. Consult a local regulatory body for more information." +msgid "Examples of such legal frameworks include the data protection framework of the European Union (http://ec.europa.eu/justice/data-protection) and the requirements of the Financial Industry Regulatory Authority (http://www.finra.org/Industry/Regulation/FINRARules) in the United States. Consult a local regulatory body for more information." msgstr "" #: ./doc/arch-design/multi_site/section_user_requirements_multi_site.xml:47(title) @@ -4418,7 +4418,7 @@ msgid "Data compliance policies governing certain types of information needs to msgstr "" #: ./doc/arch-design/hybrid/section_user_requirements_hybrid.xml:108(para) -msgid "Examples of such legal frameworks include the data protection framework of the European Union (http://ec.europa.eu/justice/data-protection/) and the requirements of the Financial Industry Regulatory Authority (http://www.finra.org/Industry/Regulation/FINRARules/) in the United States. Consult a local regulatory body for more information." +msgid "Examples of such legal frameworks include the data protection framework of the European Union (http://ec.europa.eu/justice/data-protection/) and the requirements of the Financial Industry Regulatory Authority (http://www.finra.org/Industry/Regulation/FINRARules/) in the United States. Consult a local regulatory body for more information." msgstr "" #: ./doc/arch-design/hybrid/section_user_requirements_hybrid.xml:118(title) @@ -4564,7 +4564,7 @@ msgid "The majority of cloud workloads currently run on instances using hypervis msgstr "" #: ./doc/arch-design/hybrid/section_architecture_hybrid.xml:40(para) -msgid "There are conversion tools such as virt-v2v (http://libguestfs.org/virt-v2) and virt-edit (http://libguestfs.org/virt-edit.1.html) that can be used in those scenarios but they are often not suitable beyond very basic cloud instance specifications. An alternative is to build a thin operating system image as the base for new instances. This facilitates rapid creation of cloud instances using cloud orchestration or configuration management tools, driven by the CMP, for more specific templating. Another more expensive option is to use a commercial image migration tool. The issue of image portability is not just for a one time migration. If the intention is to use the multiple cloud for disaster recovery, application diversity or high availability, the images and instances are likely to be moved between the different cloud platforms regularly." +msgid "There are conversion tools such as virt-v2v (http://libguestfs.org/virt-v2v) and virt-edit (http://libguestfs.org/virt-edit.1.html) that can be used in those scenarios but they are often not suitable beyond very basic cloud instance specifications. An alternative is to build a thin operating system image as the base for new instances. This facilitates rapid creation of cloud instances using cloud orchestration or configuration management tools, driven by the CMP, for more specific templating. Another more expensive option is to use a commercial image migration tool. The issue of image portability is not just for a one time migration. If the intention is to use the multiple cloud for disaster recovery, application diversity or high availability, the images and instances are likely to be moved between the different cloud platforms regularly." msgstr "" #: ./doc/arch-design/hybrid/section_architecture_hybrid.xml:60(title) diff --git a/doc/cli-reference/locale/cli-reference.pot b/doc/cli-reference/locale/cli-reference.pot index 5b5fbbb254..92b9c03961 100644 --- a/doc/cli-reference/locale/cli-reference.pot +++ b/doc/cli-reference/locale/cli-reference.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-09-14 06:09+0000\n" +"POT-Creation-Date: 2014-09-17 06:14+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -902,15 +902,15 @@ msgstr "" msgid "The client is an extension to the command-line interface (CLI) for the OpenStack neutron-debug tool. This chapter documents version 2.3.0." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:17(para) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:17(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:21(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:17(para) msgid "For help on a specific command, enter:" msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:19(option) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:20(option) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:20(option) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:20(option) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:20(option) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:20(option) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:24(option) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:19(option) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:20(option) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:20(option) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:20(option) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:24(option) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:24(option) msgid "help" msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:19(replaceable) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:20(replaceable) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:19(replaceable) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:20(replaceable) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:24(replaceable) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:20(replaceable) msgid "COMMAND" msgstr "" @@ -918,7 +918,7 @@ msgstr "" msgid "neutron-debug usage" msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:35(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:39(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:36(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:38(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:49(title) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:37(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:39(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:34(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:49(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:40(title) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:35(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:43(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:36(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:38(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:49(title) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:37(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:39(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:38(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:49(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:40(title) msgid "Subcommands" msgstr "" @@ -1026,7 +1026,7 @@ msgstr "" msgid "Create probe port - create port and interface, then place it into the created network namespace." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:222(title) ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:248(title) ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:273(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1802(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1827(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1853(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1910(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1944(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1985(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2035(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2052(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2076(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2101(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2127(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2167(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2210(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2254(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2271(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2301(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2386(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2442(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2695(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2712(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2729(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2754(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2778(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2823(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2840(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2857(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2903(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2932(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2961(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2986(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3054(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3100(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3117(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3134(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3151(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3201(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3228(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3313(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3330(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3388(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3406(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3443(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3479(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3513(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3530(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3547(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3596(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3613(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3641(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3666(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3691(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3716(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3744(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3762(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3817(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3850(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3869(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3922(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3939(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3963(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3980(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4025(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4059(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4093(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4110(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4154(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4198(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4223(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4240(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4268(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4292(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4450(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4468(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4513(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4530(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4563(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4625(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4642(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4668(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4692(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4717(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4744(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4897(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4938(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4955(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4972(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5197(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5341(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5379(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5443(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5461(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5486(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5511(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5537(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5554(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5571(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5600(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5636(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5653(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5670(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5687(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5704(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5721(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5789(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5838(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5863(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5881(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5931(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5997(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6014(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6047(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6072(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6089(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6113(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6130(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6166(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6216(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6233(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6250(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6280(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6355(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6372(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6389(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6406(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6423(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6440(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6457(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6534(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6574(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6645(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6662(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6704(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6724(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6770(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6794(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6811(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6828(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6852(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6885(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6911(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1675(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1782(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1835(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1878(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2034(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2100(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2196(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2284(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2340(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2446(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2500(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2541(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2595(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2640(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2733(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2792(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2868(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2989(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3067(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3106(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3244(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3293(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3347(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3509(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3627(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3682(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3730(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3783(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3821(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3881(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3942(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3979(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4096(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4157(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4241(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4328(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4386(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4632(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4752(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4862(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4916(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4961(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5012(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5066(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5229(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5267(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5394(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5448(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5491(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5569(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5686(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5873(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5991(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6048(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6158(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6203(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6314(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6431(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6484(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6526(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6707(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6777(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6895(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6952(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7022(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7175(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7293(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7358(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7498(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7558(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7674(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7742(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7797(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7836(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7947(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8001(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8119(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8206(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8259(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8301(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8346(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8433(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8495(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8609(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8725(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8781(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8850(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9020(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9313(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9373(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9410(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9448(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9501(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9549(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9678(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9737(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9824(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9877(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9919(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9972(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10098(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10199(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10328(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10386(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10441(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10582(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10726(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10843(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10904(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11036(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11140(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11313(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11372(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11476(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11594(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11649(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11702(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11780(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11897(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11951(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:519(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:536(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:560(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:588(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:621(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:638(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:663(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:680(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:705(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:730(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:775(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:810(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:849(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:947(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1108(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1170(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1189(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1267(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:412(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:526(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:591(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:674(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:713(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:346(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:387(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:432(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:491(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:532(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:588(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:620(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:672(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:758(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:790(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:858(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:917(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1009(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1061(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1102(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1157(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1185(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1286(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1351(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1419(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1461(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1521(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1580(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1666(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1767(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1817(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1876(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1935(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1976(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2159(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2223(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2266(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2370(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2398(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2434(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2470(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2509(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2537(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2603(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2642(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2678(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2728(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2840(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2900(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2974(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3045(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3076(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3112(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3154(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3241(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3283(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3344(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3402(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3474(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3555(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3714(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3761(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3808(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3836(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3883(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3930(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3962(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3998(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4062(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4118(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4174(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4207(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4254(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4282(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4318(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4377(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4532(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4564(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4722(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4753(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4830(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4858(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4914(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4966(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5002(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5041(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5071(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5131(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5161(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5217(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5257(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5357(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5385(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5413(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5441(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5469(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5510(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5555(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5613(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5653(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5706(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5755(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5802(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5849(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5882(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5958(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6026(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6066(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6153(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6191(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6300(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6392(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6448(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6480(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6517(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6573(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6610(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6647(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:597(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:755(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:801(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:973(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1009(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1069(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1086(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1116(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1133(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1229(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1257(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1282(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1308(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1356(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1404(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1441(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1469(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1506(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1532(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1604(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1621(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1638(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1658(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1695(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1721(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1757(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1782(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1800(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1845(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1882(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1928(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1997(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2015(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2053(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2105(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2131(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2163(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2188(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2230(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:884(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:928(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:952(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:981(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1096(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1117(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1174(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1198(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1222(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1254(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1323(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1374(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1399(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1437(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1462(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1487(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1516(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1541(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1558(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1616(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1633(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1654(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1706(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1723(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1740(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1760(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1812(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1836(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1863(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1899(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1930(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1966(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2016(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2041(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2061(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2109(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2170(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2204(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2222(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2248(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2285(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2315(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2332(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2385(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2409(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2426(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2443(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2460(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2504(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2583(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2627(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2644(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2661(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2693(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2721(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2739(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2775(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2827(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2846(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2891(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2940(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2967(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3085(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3105(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3162(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3186(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3210(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3242(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3354(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3448(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3482(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3499(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3524(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3562(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3588(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3613(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3642(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3668(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3685(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3702(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3743(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3760(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3781(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3833(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3850(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3867(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3887(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3939(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3963(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3989(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4025(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4042(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4059(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4090(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4126(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4162(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4212(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4237(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4256(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4304(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4364(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4398(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4416(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4442(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4479(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4509(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4526(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4551(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4579(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4603(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4620(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4637(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4654(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4694(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4714(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:740(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:785(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:830(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:872(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:900(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:918(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:963(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:980(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1024(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1041(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1069(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1124(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1141(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1158(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1175(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1200(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1232(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1271(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1296(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1315(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1369(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1490(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1534(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1559(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1583(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1600(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1618(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1647(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1664(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1688(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1748(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1781(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1806(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1839(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1856(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1881(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1922(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1989(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2006(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2023(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2048(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2072(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2089(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2106(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2125(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2180(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2232(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2269(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2313(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2330(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2374(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2450(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:216(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:256(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:328(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:364(title) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:222(title) ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:248(title) ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:273(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1844(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1869(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1895(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1952(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1986(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2027(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2052(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2077(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2094(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2118(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2143(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2169(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2209(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2252(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2296(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2313(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2343(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2428(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2452(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2484(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2737(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2754(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2771(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2796(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2820(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2865(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2882(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2899(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2945(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2974(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3003(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3028(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3052(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3096(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3143(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3160(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3177(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3194(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3244(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3271(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3356(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3373(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3431(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3449(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3486(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3522(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3556(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3573(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3590(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3639(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3656(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3684(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3709(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3734(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3759(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3787(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3805(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3861(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3894(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3913(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3966(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3983(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4007(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4024(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4069(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4103(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4137(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4154(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4179(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4198(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4242(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4267(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4284(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4312(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4336(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4494(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4512(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4557(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4574(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4607(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4669(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4686(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4712(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4736(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4761(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4793(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4992(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5011(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5063(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5080(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5097(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5124(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5322(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5466(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5505(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5597(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5615(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5640(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5665(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5691(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5708(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5725(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5754(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5790(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5807(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5824(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5841(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5858(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5875(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5892(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5934(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5984(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6033(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6058(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6076(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6118(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6168(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6241(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6258(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6291(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6316(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6333(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6357(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6374(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6410(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6460(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6477(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6494(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6525(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6607(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6624(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6641(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6658(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6675(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6692(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6709(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6793(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6833(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6904(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6921(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6963(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6983(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7029(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7053(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7070(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7087(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7111(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7144(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7170(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1675(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1782(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1835(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1878(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2034(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2100(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2196(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2284(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2340(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2446(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2500(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2541(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2595(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2640(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2733(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2792(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2868(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2989(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3067(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3106(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3244(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3293(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3347(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3509(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3627(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3682(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3730(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3783(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3821(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3881(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3942(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3979(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4096(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4157(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4241(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4328(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4386(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4632(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4752(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4862(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4916(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4961(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5012(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5066(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5229(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5267(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5394(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5448(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5491(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5569(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5686(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5873(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5991(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6048(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6158(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6203(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6314(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6431(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6484(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6526(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6707(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6777(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6895(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6952(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7022(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7175(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7293(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7358(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7498(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7558(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7674(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7742(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7797(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7836(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7947(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8001(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8119(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8206(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8259(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8301(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8346(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8433(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8495(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8609(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8725(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8781(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8850(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9020(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9313(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9373(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9410(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9448(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9501(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9549(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9678(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9737(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9824(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9877(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9919(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9972(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10098(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10199(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10328(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10386(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10441(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10582(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10726(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10843(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10904(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11036(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11140(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11313(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11372(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11476(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11594(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11649(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11702(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11780(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11897(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11951(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:519(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:536(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:560(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:588(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:621(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:638(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:663(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:680(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:705(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:730(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:775(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:810(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:849(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:947(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1108(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1170(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1189(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1267(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:412(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:526(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:591(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:674(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:713(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:346(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:387(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:432(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:491(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:532(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:588(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:620(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:672(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:758(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:790(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:858(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:917(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1009(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1061(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1102(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1157(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1185(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1286(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1351(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1419(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1461(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1521(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1580(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1666(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1767(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1817(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1876(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1935(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1976(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2159(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2223(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2266(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2370(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2398(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2434(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2470(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2509(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2537(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2603(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2642(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2678(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2728(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2840(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2900(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2974(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3045(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3076(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3112(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3154(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3241(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3283(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3344(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3402(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3474(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3555(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3714(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3761(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3808(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3836(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3883(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3930(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3962(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3998(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4062(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4118(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4174(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4207(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4254(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4282(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4318(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4377(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4532(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4564(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4722(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4753(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4830(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4858(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4914(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4966(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5002(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5041(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5071(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5131(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5161(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5217(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5257(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5357(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5385(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5413(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5441(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5469(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5510(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5555(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5613(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5653(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5706(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5755(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5802(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5849(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5882(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5958(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6026(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6066(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6153(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6191(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6300(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6392(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6448(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6480(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6517(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6573(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6610(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6647(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:597(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:755(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:801(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:973(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1009(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1069(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1086(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1116(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1133(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1229(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1257(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1282(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1308(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1356(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1404(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1441(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1469(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1506(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1532(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1604(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1621(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1638(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1658(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1695(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1721(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1757(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1782(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1800(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1845(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1882(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1928(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1997(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2015(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2053(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2105(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2131(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2163(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2188(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2230(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:884(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:928(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:952(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:981(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1096(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1117(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1174(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1198(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1222(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1254(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1323(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1374(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1399(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1437(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1462(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1487(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1516(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1541(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1558(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1616(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1633(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1654(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1706(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1723(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1740(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1760(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1812(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1836(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1863(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1899(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1930(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1966(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2016(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2041(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2061(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2109(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2170(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2204(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2222(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2248(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2285(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2315(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2332(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2385(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2409(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2426(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2443(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2460(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2504(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2583(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2627(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2644(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2661(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2693(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2721(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2739(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2775(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2827(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2846(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2891(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2940(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2967(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3085(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3105(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3162(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3186(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3210(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3242(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3354(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3448(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3482(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3499(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3524(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3562(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3588(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3613(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3642(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3668(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3685(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3702(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3743(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3760(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3781(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3833(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3850(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3867(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3887(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3939(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3963(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3989(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4025(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4042(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4059(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4090(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4126(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4162(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4212(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4237(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4256(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4304(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4364(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4398(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4416(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4442(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4479(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4509(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4526(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4551(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4579(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4603(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4620(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4637(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4654(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4694(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4714(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:740(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:785(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:830(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:872(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:900(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:918(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:963(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:980(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1024(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1041(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1069(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1124(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1141(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1158(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1175(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1200(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1232(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1271(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1296(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1315(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1369(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1490(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1534(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1559(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1583(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1600(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1618(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1647(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1664(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1688(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1748(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1781(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1806(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1839(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1856(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1881(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1922(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1989(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2006(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2023(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2048(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2072(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2089(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2106(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2125(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2180(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2232(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2269(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2313(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2330(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2374(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2450(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:216(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:256(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:328(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:364(title) msgid "Positional arguments" msgstr "" @@ -1078,7 +1078,7 @@ msgstr "" msgid "ID of the port to use." msgstr "" -#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:282(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1777(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1927(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2229(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2345(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2453(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2678(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2789(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2806(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2884(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2914(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2943(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3021(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3073(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3176(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3272(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3363(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3425(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3454(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3496(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3572(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3727(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3773(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3799(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3880(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3905(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4042(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4165(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4251(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4314(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4487(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4574(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4592(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4755(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4908(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5010(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5118(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5160(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5208(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5352(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5398(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5582(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5619(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5980(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6149(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6191(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6261(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6291(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6474(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6509(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6585(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6687(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6735(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1686(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1715(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1793(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1846(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1897(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1958(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1987(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2045(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2119(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2207(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2236(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2295(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2351(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2457(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2511(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2552(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2614(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2659(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2687(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2744(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2803(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2879(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2909(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3000(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3078(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3125(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3171(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3263(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3304(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3358(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3394(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3520(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3550(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3638(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3693(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3741(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3794(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3841(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3953(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3990(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4020(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4107(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4168(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4252(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4281(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4339(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4397(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4486(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4643(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4674(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4763(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4818(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4873(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4980(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5023(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5086(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5121(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5240(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5287(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5317(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5405(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5502(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5580(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5610(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5697(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5750(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5782(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5884(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5914(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6002(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6059(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6116(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6169(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6214(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6325(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6442(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6495(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6537(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6628(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6726(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6788(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6818(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6906(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6963(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7033(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7186(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7216(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7304(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7369(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7509(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7569(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7599(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7693(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7753(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7808(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7855(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7901(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7958(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8012(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8041(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8130(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8217(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8270(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8312(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8357(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8386(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8444(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8506(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8620(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8649(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8736(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8792(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8861(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8946(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8974(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9031(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9074(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9111(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9139(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9182(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9324(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9384(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9421(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9467(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9523(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9571(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9601(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9689(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9748(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9835(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9888(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9930(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9983(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10013(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10109(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10210(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10242(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10339(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10397(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10452(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10498(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10601(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10737(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10767(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10854(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10915(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11047(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11151(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11181(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11269(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11324(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11383(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11487(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11517(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11605(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11660(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11722(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11791(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11821(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11908(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11962(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:571(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:749(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:786(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:860(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:958(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1052(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1119(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1200(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1285(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:368(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:434(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:537(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:611(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:694(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:733(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:365(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:398(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:443(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:463(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:510(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:543(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:599(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:631(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:683(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:702(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:738(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:769(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:841(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:869(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:889(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:952(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:972(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1028(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1072(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1168(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1196(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1218(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1297(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1318(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1362(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1390(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1430(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1472(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1532(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1552(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1591(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1611(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1677(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1778(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1797(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1828(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1848(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1887(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1907(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1946(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1987(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2170(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2190(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2234(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2277(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2381(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2417(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2453(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2489(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2520(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2548(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2567(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2586(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2622(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2653(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2689(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2708(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2739(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2767(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2811(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2851(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2911(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2931(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2985(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3056(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3095(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3131(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3165(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3260(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3294(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3355(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3374(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3413(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3485(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3505(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3566(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3725(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3772(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3819(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3847(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3866(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3894(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3941(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3973(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4009(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4029(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4073(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4129(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4185(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4218(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4265(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4301(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4337(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4388(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4543(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4575(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4617(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4733(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4764(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4841(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4869(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4925(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4985(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5021(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5052(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5082(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5142(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5172(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5228(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5268(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5368(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5396(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5424(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5452(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5480(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5521(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5566(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5585(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5624(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5664(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5717(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5736(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5766(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5813(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5832(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5860(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5893(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5969(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5989(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6037(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6077(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6164(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6202(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6311(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6340(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6403(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6459(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6491(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6528(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6548(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6584(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6621(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6658(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:429(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:621(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:766(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:812(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:992(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1098(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1144(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1172(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1240(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1328(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1367(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1415(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1452(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1480(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1549(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1570(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1669(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1732(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1827(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1864(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1901(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1939(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2034(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2072(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2213(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:463(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:605(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:750(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:767(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:794(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:813(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:830(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:847(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:888(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1078(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1283(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1472(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1491(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1515(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1535(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1571(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1607(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1643(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1662(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1685(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1768(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1804(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1857(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1875(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:499(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:516(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:548(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:581(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:598(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:631(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:666(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:723(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:755(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:780(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:821(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:854(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:887(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:912(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:939(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:990(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1007(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1031(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1063(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1091(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1156(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1180(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1198(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1247(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1279(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1304(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1321(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1354(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1394(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:895(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:963(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1016(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1137(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1274(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1418(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1498(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1665(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1771(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1882(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1911(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1949(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1991(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2072(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2128(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2267(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2296(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2368(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2523(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2594(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2704(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2750(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2793(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2857(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2903(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2923(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2979(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3125(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3262(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3374(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3543(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3624(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3792(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3898(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4008(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4070(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4109(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4145(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4187(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4267(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4322(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4461(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4490(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4562(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4733(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:759(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:804(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:847(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:883(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:945(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:997(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1088(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1212(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1252(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1334(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1388(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1509(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1629(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1712(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2136(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2207(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2251(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2296(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2357(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2393(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2429(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2469(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:236(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:311(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:339(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:375(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:392(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:418(title) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:282(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1819(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1969(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2271(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2387(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2495(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2720(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2831(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2848(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2926(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2956(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2985(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3063(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3116(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3219(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3315(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3406(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3468(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3497(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3539(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3615(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3770(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3816(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3843(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3924(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3949(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4043(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4086(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4209(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4295(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4358(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4531(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4618(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4636(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4804(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5022(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5045(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5243(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5260(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5285(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5333(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5477(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5524(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5736(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5773(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6217(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6393(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6435(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6505(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6536(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6726(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6761(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6844(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6946(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6994(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1686(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1715(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1793(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1846(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1897(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1958(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1987(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2045(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2119(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2207(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2236(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2295(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2351(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2457(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2511(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2552(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2614(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2659(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2687(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2744(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2803(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2879(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2909(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3000(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3078(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3125(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3171(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3263(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3304(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3358(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3394(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3520(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3550(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3638(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3693(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3741(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3794(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3841(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3953(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3990(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4020(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4107(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4168(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4252(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4281(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4339(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4397(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4486(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4643(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4674(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4763(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4818(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4873(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4980(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5023(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5086(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5121(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5240(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5287(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5317(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5405(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5502(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5580(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5610(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5697(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5750(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5782(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5884(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5914(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6002(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6059(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6116(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6169(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6214(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6325(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6442(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6495(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6537(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6628(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6726(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6788(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6818(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6906(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6963(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7033(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7186(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7216(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7304(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7369(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7509(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7569(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7599(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7693(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7753(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7808(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7855(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7901(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7958(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8012(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8041(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8130(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8217(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8270(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8312(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8357(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8386(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8444(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8506(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8620(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8649(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8736(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8792(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8861(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8946(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8974(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9031(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9074(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9111(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9139(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9182(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9324(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9384(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9421(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9467(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9523(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9571(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9601(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9689(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9748(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9835(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9888(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9930(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9983(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10013(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10109(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10210(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10242(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10339(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10397(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10452(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10498(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10601(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10737(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10767(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10854(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10915(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11047(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11151(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11181(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11269(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11324(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11383(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11487(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11517(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11605(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11660(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11722(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11791(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11821(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11908(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11962(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:571(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:749(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:786(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:860(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:958(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1052(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1119(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1200(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1285(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:368(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:434(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:537(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:611(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:694(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:733(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:365(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:398(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:443(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:463(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:510(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:543(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:599(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:631(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:683(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:702(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:738(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:769(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:841(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:869(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:889(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:952(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:972(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1028(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1072(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1168(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1196(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1218(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1297(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1318(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1362(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1390(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1430(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1472(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1532(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1552(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1591(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1611(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1677(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1778(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1797(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1828(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1848(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1887(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1907(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1946(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1987(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2170(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2190(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2234(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2277(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2381(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2417(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2453(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2489(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2520(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2548(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2567(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2586(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2622(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2653(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2689(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2708(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2739(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2767(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2811(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2851(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2911(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2931(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2985(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3056(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3095(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3131(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3165(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3260(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3294(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3355(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3374(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3413(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3485(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3505(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3566(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3725(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3772(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3819(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3847(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3866(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3894(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3941(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3973(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4009(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4029(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4073(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4129(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4185(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4218(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4265(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4301(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4337(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4388(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4543(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4575(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4617(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4733(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4764(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4841(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4869(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4925(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4985(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5021(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5052(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5082(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5142(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5172(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5228(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5268(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5368(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5396(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5424(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5452(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5480(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5521(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5566(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5585(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5624(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5664(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5717(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5736(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5766(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5813(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5832(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5860(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5893(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5969(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5989(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6037(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6077(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6164(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6202(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6311(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6340(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6403(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6459(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6491(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6528(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6548(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6584(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6621(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6658(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:429(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:621(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:766(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:812(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:992(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1098(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1144(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1172(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1240(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1328(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1367(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1415(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1452(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1480(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1549(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1570(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1669(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1732(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1827(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1864(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1901(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1939(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2034(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2072(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2213(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:463(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:605(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:750(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:767(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:794(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:813(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:830(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:847(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:888(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1078(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1283(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1472(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1491(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1515(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1535(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1571(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1607(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1643(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1662(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1685(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1768(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1804(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1857(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1875(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:502(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:519(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:551(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:584(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:601(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:634(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:669(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:726(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:758(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:783(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:824(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:857(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:890(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:915(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:942(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:992(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1009(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1033(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1065(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1093(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1158(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1182(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1200(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1249(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1281(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1306(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1323(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1356(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1396(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:895(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:963(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1016(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1137(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1274(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1418(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1498(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1665(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1771(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1882(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1911(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1949(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1991(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2072(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2128(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2267(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2296(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2368(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2523(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2594(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2704(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2750(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2793(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2857(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2903(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2923(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2979(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3125(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3262(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3374(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3543(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3624(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3792(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3898(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4008(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4070(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4109(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4145(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4187(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4267(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4322(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4461(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4490(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4562(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4733(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:759(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:804(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:847(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:883(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:945(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:997(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1088(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1212(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1252(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1334(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1388(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1509(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1629(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1712(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2136(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2207(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2251(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2296(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2357(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2393(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2429(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2469(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:236(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:311(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:339(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:375(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:392(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:418(title) msgid "Optional arguments" msgstr "" @@ -1114,2671 +1114,2735 @@ msgstr "" msgid "Compute command-line client" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:13(para) -msgid "The client is the command-line interface (CLI) for the OpenStack Compute API and its extensions. This chapter documents version 2.18.1." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:14(para) +msgid "The client is the command-line interface (CLI) for the OpenStack Compute API and its extensions. This chapter documents version 2.19.0." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:23(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:27(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6721(title) msgid "nova usage" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:43(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1774(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:47(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1816(para) msgid "Print a list of absolute limits for a user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:51(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1799(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:55(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1841(para) msgid "Add new IP address on a network to server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:59(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:63(para) msgid "DEPRECATED, use floating-ip-associate instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:67(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1824(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:71(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1866(para) msgid "Add a Security Group to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:75(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1850(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:79(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1892(para) msgid "Create new agent build." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:83(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1907(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:87(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1949(para) msgid "Delete existing agent build." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:91(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1924(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:95(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1966(para) msgid "List all builds." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:99(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1941(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:103(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1983(para) msgid "Modify existing agent build." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:107(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1982(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:111(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2024(para) msgid "Add the host to the specified aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:115(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2007(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:119(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2049(para) msgid "Create a new aggregate with the specified details." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:124(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2032(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:128(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2074(para) msgid "Delete the aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:132(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2049(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:136(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2091(para) msgid "Show details of the specified aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:140(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2066(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:144(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2108(para) msgid "Print a list of all aggregates." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:148(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2073(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:152(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2115(para) msgid "Remove the specified host from the specified aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:157(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2098(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:161(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2140(para) msgid "Update the metadata associated with the aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:166(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2124(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:170(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2166(para) msgid "Update the aggregate's name and optionally availability zone." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:175(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2157(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:179(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2199(para) msgid "List all the availability zones." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:183(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2164(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:187(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2206(para) msgid "Backup a server by creating a 'backup' type snapshot." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:192(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2439(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:196(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2481(para) msgid "Boot a new server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:200(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2709(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:204(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2751(para) msgid "Clear password for a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:208(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2726(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:212(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2768(para) msgid "Update the VPN IP/port of a cloudpipe instance." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:217(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2751(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:221(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2793(para) msgid "Create a cloudpipe instance for the given project." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:226(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2768(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:230(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2810(para) msgid "Print a list of all cloudpipe instances." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:234(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2775(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:238(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2817(para) msgid "Get console log output of a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:242(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2803(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:246(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2845(para) msgid "Show user credentials returned from auth." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:250(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2820(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:254(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2862(para) msgid "Immediately shut down and delete specified server(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:259(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2837(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:263(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2879(para) msgid "Retrieve server diagnostics." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:267(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2854(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:271(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2896(para) msgid "Create a DNS entry for domain, name and ip." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:275(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:283(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2900(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2929(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:279(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:287(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2942(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2971(para) msgid "Create the specified DNS domain." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:291(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2958(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:295(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3000(para) msgid "Delete the specified DNS entry." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:299(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2983(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:303(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3025(para) msgid "Delete the specified DNS domain." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:307(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3000(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:311(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3042(para) msgid "Print a list of available dns domains." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:315(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3007(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:319(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3049(para) msgid "List current DNS entries for domain and ip or domain and name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:324(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3043(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:328(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3085(para) msgid "Discover endpoints that get returned from the authenticate services." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:333(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3051(para) -msgid "Evacuate server from failed host to specified one." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:337(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3093(para) +msgid "Evacuate server from failed host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:342(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3097(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:345(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3140(para) msgid "Retrieve info on a fixed ip." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:350(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3114(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:353(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3157(para) msgid "Reserve a fixed IP." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:358(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3131(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:361(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3174(para) msgid "Unreserve a fixed IP." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:366(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3148(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:369(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3191(para) msgid "Add flavor access for the given tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:374(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3173(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:377(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3216(para) msgid "Print access information about the given flavor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:383(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3198(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:386(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3241(para) msgid "Remove flavor access for the given tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:391(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3225(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:394(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3268(para) msgid "Create a new flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:399(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3310(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:402(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3353(para) msgid "Delete a specific flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:407(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3327(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:410(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3370(para) msgid "Set or unset extra_spec for a flavor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:415(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3360(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:418(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3403(para) msgid "Print a list of available 'flavors' (sizes of servers)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:424(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3385(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:427(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3428(para) msgid "Show details about the given flavor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:432(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3403(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:435(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3446(para) msgid "Associate a floating IP address to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:440(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3440(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:443(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3483(para) msgid "Bulk create floating ips by range." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:448(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3476(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:451(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3519(para) msgid "Bulk delete floating ips by range." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:456(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3493(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:459(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3536(para) msgid "List all floating ips." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:464(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3510(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:467(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3553(para) msgid "Allocate a floating IP for the current tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:472(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3527(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:475(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3570(para) msgid "De-allocate a floating IP." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:480(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3544(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:483(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3587(para) msgid "Disassociate a floating IP address from a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:489(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3569(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:492(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3612(para) msgid "List floating ips." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:497(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3586(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:500(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3629(para) msgid "List all floating ip pools." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:505(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3610(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:508(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3653(para) msgid "Get password for a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:513(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3638(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:516(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3681(para) msgid "Get a rdp console to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:521(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3663(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:524(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3706(para) msgid "Get a spice console to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:529(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3688(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:532(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3731(para) msgid "Get a vnc console to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:537(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3713(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:540(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3756(para) msgid "Perform a power action on a host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:545(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3741(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:548(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3784(para) msgid "Describe a specific host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:553(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3796(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:556(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3840(para) msgid "List all hosts by service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:561(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3866(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:564(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3910(para) msgid "Update host settings." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:569(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3902(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:572(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3946(para) msgid "List hypervisors." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:577(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3919(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:580(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3963(para) msgid "List servers belonging to specific hypervisors." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:586(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3936(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:589(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3980(para) msgid "Display the details of the specified hypervisor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:595(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3953(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:598(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3997(para) msgid "Get hypervisor statistics over all compute nodes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:604(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3960(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:607(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4004(para) msgid "Display the uptime of the specified hypervisor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:613(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3977(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:616(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4021(para) msgid "Create a new image by taking a snapshot of a running server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:622(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4022(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:61(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:594(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:625(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4066(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:61(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:594(para) msgid "Delete specified image(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:630(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4039(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:633(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4083(para) msgid "Print a list of available images to boot from." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:638(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4056(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:641(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4100(para) msgid "Set or Delete metadata on an image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:646(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4090(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:649(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4134(para) msgid "Show details about the given image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:654(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4151(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:657(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4195(para) msgid "Attach a network interface to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:662(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4195(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:665(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4239(para) msgid "Detach a network interface from a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:670(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4220(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:673(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4264(para) msgid "List interfaces attached to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:678(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4237(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:681(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4281(para) msgid "Create a new key pair for use with servers." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:686(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4265(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:689(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4309(para) msgid "Delete keypair given by its name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:694(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4282(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:697(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4326(para) msgid "Print a list of keypairs for a user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:702(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4289(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:705(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4333(para) msgid "Show details about the given keypair." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:710(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4311(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:713(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4355(para) msgid "List active servers." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:718(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4447(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:721(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4491(para) msgid "List Security Group(s) of a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:726(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4465(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:729(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4509(para) msgid "Migrate running server to a new machine." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:734(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4510(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:737(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4554(para) msgid "Lock a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:742(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4527(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:745(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4571(para) msgid "Set or Delete metadata on a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:750(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4560(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:753(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4604(para) msgid "Migrate a server. The new host will be selected by the scheduler." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:759(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4689(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:762(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4733(para) msgid "Associate host with network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:767(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4714(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:770(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4758(para) msgid "Associate project with network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:775(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4741(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:778(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4790(para) msgid "Create a network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:783(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4894(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:786(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4989(para) +msgid "Delete network by label or id." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:794(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5008(para) msgid "Disassociate host and/or project from the given network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:792(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4928(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:803(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5042(para) msgid "Print a list of available networks." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:800(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4935(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:811(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5060(para) msgid "Show details about the given network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:808(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4952(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:819(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5077(para) msgid "Pause a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:816(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4969(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:827(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5094(para) msgid "List the quotas for a quota class." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:824(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4996(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:835(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5121(para) msgid "Update the quotas for a quota class." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:832(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5115(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:843(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5240(para) msgid "List the default quotas for a tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:840(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5132(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:851(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5257(para) msgid "Delete quota for a tenant/user so their quota will Revert back to default." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:849(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5157(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:860(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5282(para) msgid "List the quotas for a tenant/user." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:857(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5194(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:868(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5319(para) msgid "Update the quotas for a tenant/user." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:865(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5331(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:876(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5456(para) msgid "Print a list of rate limits for a user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:873(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5338(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:884(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5463(para) msgid "Reboot a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:881(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5376(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:892(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5502(para) msgid "Shutdown, re-image, and re-boot a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:889(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5440(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:900(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5594(para) msgid "Refresh server network information." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:897(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5458(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:908(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5612(para) msgid "Remove an IP address from a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:905(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:916(para) msgid "DEPRECATED, use floating-ip-disassociate instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:914(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5483(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:925(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5637(para) msgid "Remove a Security Group from a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:922(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5508(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:933(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5662(para) msgid "Rename a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:930(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5533(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:941(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5687(para) msgid "Reboots a server into rescue mode, which starts the machine from the initial image, attaching the current boot disk as secondary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:940(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5551(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:951(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5705(para) msgid "Reset network of a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:948(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5568(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:959(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5722(para) msgid "Reset the state of a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:956(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5597(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:967(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5751(para) msgid "Resize a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:964(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5633(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:975(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5787(para) msgid "Confirm a previous resize." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:972(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5650(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:983(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5804(para) msgid "Revert a previous resize (and return to the previous VM)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:981(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5684(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:992(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5838(para) msgid "Resume a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:989(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5701(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1000(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5855(para) msgid "Change the root password for a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:997(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5718(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1008(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5872(para) msgid "Delete data associated with the project." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1005(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5736(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1016(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5889(para) +msgid "Add a rule to the default security group." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1024(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5931(para) msgid "Add a source group rule to a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1013(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5786(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1032(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5981(para) msgid "Add a rule to a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1021(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5835(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1430(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9916(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1040(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6030(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1430(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9916(para) msgid "Create a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1029(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5860(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1048(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6055(para) msgid "Delete a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1037(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5878(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1056(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6073(para) +msgid "Delete a rule from the default security group." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1064(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6115(para) msgid "Delete a source group rule from a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1046(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5928(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1073(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6165(para) msgid "Delete a rule from a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1054(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5977(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1081(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6214(para) msgid "List security groups for the current tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1062(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5994(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1089(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6231(para) +msgid "List rules for the default security group." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1097(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6238(para) msgid "List rules for a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1070(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6011(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1105(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6255(para) msgid "Update a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1078(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6044(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1113(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6288(para) msgid "Create a new server group with the specified details." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1087(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6069(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1122(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6313(para) msgid "Delete specific server group(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1095(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6086(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1130(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6330(para) msgid "Get a specific server group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1103(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6103(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1138(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6347(para) msgid "Print a list of all server groups." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1111(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6110(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1146(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6354(para) msgid "Delete the service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1119(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6127(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1154(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6371(para) msgid "Disable the service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1127(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6163(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1162(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6407(para) msgid "Enable the service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1135(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6188(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1170(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6432(para) msgid "Show a list of all running services. Filter by host & binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1144(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6213(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1179(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6457(para) msgid "Shelve a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1152(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6230(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1187(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6474(para) msgid "Remove a shelved server from the compute node." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1160(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6247(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1195(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6491(para) msgid "Show details about the given server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1168(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6277(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1203(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6522(para) msgid "SSH into a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1176(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6352(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1211(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6604(para) msgid "Start a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1184(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6369(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1219(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6621(para) msgid "Stop a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1192(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6386(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1227(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6638(para) msgid "Suspend a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1200(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6403(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1235(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6655(para) msgid "Unlock a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1208(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6420(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1243(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6672(para) msgid "Unpause a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1216(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6437(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1251(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6689(para) msgid "Restart the server from normal boot disk again." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1225(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6454(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1260(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6706(para) msgid "Unshelve a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1233(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6471(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1268(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6723(para) msgid "Show usage data for a single tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1241(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6506(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1276(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6758(para) msgid "List usage data for all tenants." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1249(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6531(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1284(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6783(para) +msgid "List all API versions." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1292(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6790(para) msgid "Attach a volume to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1257(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6571(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1300(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6830(para) msgid "Add a new volume." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1265(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6642(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1308(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6901(para) msgid "Remove volume(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1273(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6659(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1316(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6918(para) msgid "Detach a volume from a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1281(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6684(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1324(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6943(para) msgid "List all the volumes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1289(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6701(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1332(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6960(para) msgid "Show details about a volume." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1297(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6721(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1340(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6980(para) msgid "Add a new snapshot." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1305(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6767(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1348(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7026(para) msgid "Remove a snapshot." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1313(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6784(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1356(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7043(para) msgid "List all the snapshots." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1321(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6791(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1364(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7050(para) msgid "Show details about a snapshot." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1329(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6808(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1372(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7067(para) msgid "Create a new volume type." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1337(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6825(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1380(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7084(para) msgid "Delete a specific volume type." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1345(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6842(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1388(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7101(para) msgid "Print a list of available 'volume types'." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1353(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6849(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1396(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7108(para) msgid "Update volume attachment." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1361(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6882(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1404(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7141(para) msgid "Create x509 cert for a user in tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1369(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6908(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1412(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7167(para) msgid "Fetch the x509 root cert." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1377(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1420(para) msgid "Prints all of the commands and options to stdout so that the nova.bash_completion script doesn't have to hard code them." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1387(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:312(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:125(para) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:332(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:262(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:365(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1430(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:312(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:125(para) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:332(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:262(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:368(para) msgid "Display help about this program or one of its subcommands." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1396(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4589(para) -msgid "Print a list of migrations." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1404(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3593(para) -msgid "Force delete a server." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1412(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5667(para) -msgid "Restore a soft-deleted server." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1420(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4622(para) -msgid "Show a network" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1428(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4639(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2837(para) -msgid "Create a network" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1436(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4665(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2897(para) -msgid "Delete a network" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1444(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4682(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2928(para) -msgid "List networks" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1452(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3759(para) -msgid "Evacuate all instances from failed host to specified one." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1461(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4107(para) -msgid "Show an action." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1469(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4132(para) -msgid "List actions on a server." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1477(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2207(para) -msgid "Add a network interface to a baremetal node." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1485(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2251(para) -msgid "List network interfaces associated with a baremetal node." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1494(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2268(para) -msgid "Remove a network interface from a baremetal node." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1503(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2298(para) -msgid "Create a baremetal node." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1511(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2383(para) -msgid "Remove a baremetal node and any associated interfaces." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1520(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2400(para) -msgid "Print list of available baremetal nodes." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1528(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2407(para) -msgid "Show information about a baremetal node." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1536(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4440(para) -msgid "List all the os-api extensions that are available." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1545(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3847(para) -msgid "Migrate all instances of the specified host to other available hosts." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1554(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3814(para) -msgid "Set or Delete metadata on all instances of a host." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1563(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2675(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1439(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2717(para) msgid "Get cell capacities for all cells or a given cell." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1572(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2692(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1448(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2734(para) msgid "Show details of a given cell." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1580(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1456(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3891(para) +msgid "Migrate all instances of the specified host to other available hosts." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1465(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2249(para) +msgid "Add a network interface to a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1473(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2293(para) +msgid "List network interfaces associated with a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1482(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2310(para) +msgid "Remove a network interface from a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1491(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2340(para) +msgid "Create a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1499(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2425(para) +msgid "Remove a baremetal node and any associated interfaces." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1508(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2442(para) +msgid "Print list of available baremetal nodes." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1516(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2449(para) +msgid "Show information about a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1524(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3636(para) +msgid "Force delete a server." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1532(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5821(para) +msgid "Restore a soft-deleted server." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1540(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4484(para) +msgid "List all the os-api extensions that are available." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1549(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3858(para) +msgid "Set or Delete metadata on all instances of a host." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1558(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4151(para) +msgid "Show an action." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1566(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4176(para) +msgid "List actions on a server." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1574(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3802(para) +msgid "Evacuate all instances from failed host." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1582(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4666(para) +msgid "Show a network" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1590(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4683(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2837(para) +msgid "Create a network" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1598(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4709(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2897(para) +msgid "Delete a network" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1606(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4726(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2928(para) +msgid "List networks" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1614(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4633(para) +msgid "Print a list of migrations." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1622(title) msgid "nova optional arguments" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1585(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:52(para) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:125(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:58(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:139(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:276(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:379(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:622(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:592(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:202(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1627(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:52(para) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:125(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:58(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:139(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:276(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:382(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:622(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:592(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:202(para) msgid "show program's version number and exit" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1593(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1635(para) msgid "Print debugging output" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1601(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:395(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1643(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:398(para) msgid "Use the auth token cache. Defaults to False if env[OS_CACHE] is not set." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1610(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1652(para) msgid "Print call timing info" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1618(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1660(para) msgid "Set HTTP call timeout (in seconds)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1626(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1668(para) msgid "Defaults to env[OS_AUTH_TOKEN]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1634(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:409(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:279(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:358(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:404(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:608(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1676(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:409(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:279(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:358(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:407(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:608(para) msgid "Defaults to env[OS_USERNAME]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1642(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:287(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1684(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:287(para) msgid "Defaults to env[OS_USER_ID]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1650(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:417(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:347(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:366(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:412(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:616(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1692(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:417(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:347(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:366(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:415(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:616(para) msgid "Defaults to env[OS_PASSWORD]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1658(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:433(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:363(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:382(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:420(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:624(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1700(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:433(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:363(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:382(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:423(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:624(para) msgid "Defaults to env[OS_TENANT_NAME]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1666(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:425(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:355(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:374(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:428(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:632(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1708(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:425(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:355(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:374(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:431(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:632(para) msgid "Defaults to env[OS_TENANT_ID]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1674(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:441(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:371(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:390(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:436(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:640(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1716(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:441(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:371(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:390(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:439(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:640(para) msgid "Defaults to env[OS_AUTH_URL]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1682(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:449(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:379(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:398(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:648(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1724(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:449(para) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:379(para) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:398(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:648(para) msgid "Defaults to env[OS_REGION_NAME]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1690(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:444(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:638(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1732(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:447(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:638(para) msgid "Defaults to env[OS_AUTH_SYSTEM]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1698(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1740(para) msgid "Defaults to compute for most actions" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1706(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1748(para) msgid "Defaults to env[NOVA_SERVICE_NAME]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1714(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1756(para) msgid "Defaults to env[NOVA_VOLUME_SERVICE_NAME]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1722(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1764(para) msgid "Defaults to env[NOVA_ENDPOINT_TYPE] or publicURL." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1731(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1773(para) msgid "Accepts 1.1 or 3, defaults to env[OS_COMPUTE_API_VERSION]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1740(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:240(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:361(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:850(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1782(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:240(para) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:361(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:850(para) msgid "Specify a CA bundle file to use in verifying a TLS (https) server certificate. Defaults to env[OS_CACERT]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1750(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1792(para) msgid "Explicitly allow novaclient to perform \"insecure\" SSL (https) requests. The server's certificate will not be verified against any certificate authorities. This option should be used with caution." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1762(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1804(para) msgid "Use this API endpoint instead of the Service Catalog. Defaults to env[NOVACLIENT_BYPASS_URL]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1772(title) -msgid "nova absolute-limits command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1814(title) +msgid "nova absolute-limits" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1781(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4403(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1823(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4447(para) msgid "Display information from single tenant (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1789(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1831(para) msgid "Include reservations count." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1797(title) -msgid "nova add-fixed-ip command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1839(title) +msgid "nova add-fixed-ip" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1806(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1831(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2171(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2716(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2782(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2844(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3058(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3410(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3551(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3600(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3617(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3645(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3670(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3695(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3984(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4158(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4202(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4227(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4454(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4472(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4517(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4567(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4959(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5345(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5383(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5465(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5490(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5541(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5558(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5604(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5640(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5657(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5674(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5691(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5708(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6220(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6237(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6254(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6284(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6359(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6376(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6393(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6410(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6427(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6444(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6461(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6538(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6666(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6856(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1848(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1873(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2213(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2758(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2824(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2886(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3100(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3453(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3594(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3643(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3660(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3688(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3713(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3738(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4028(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4202(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4246(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4271(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4498(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4516(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4561(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4611(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5084(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5470(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5509(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5619(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5644(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5695(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5712(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5758(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5794(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5811(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5828(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5845(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5862(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6464(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6481(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6498(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6529(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6611(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6628(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6645(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6662(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6679(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6696(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6713(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6797(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6925(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7115(para) msgid "Name or ID of server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1814(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1856(para) msgid "Network ID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1822(title) -msgid "nova add-secgroup command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1864(title) +msgid "nova add-secgroup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1839(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5498(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1881(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5652(para) msgid "Name of Security Group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1847(title) -msgid "nova agent-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1889(title) +msgid "nova agent-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1857(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1899(para) msgid "type of os." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1865(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1907(para) msgid "type of architecture" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1873(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1956(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1915(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1998(para) msgid "version" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1881(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1964(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1923(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2006(para) msgid "url" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1889(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1931(para) msgid "md5 hash" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1897(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1931(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1939(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1973(para) msgid "type of hypervisor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1905(title) -msgid "nova agent-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1947(title) +msgid "nova agent-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1914(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1948(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1956(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1990(para) msgid "id of the agent-build" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1922(title) -msgid "nova agent-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1964(title) +msgid "nova agent-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1939(title) -msgid "nova agent-modify command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1981(title) +msgid "nova agent-modify" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1972(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2014(para) msgid "md5hash" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1980(title) -msgid "nova aggregate-add-host command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2022(title) +msgid "nova aggregate-add-host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1989(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2056(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2080(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2031(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2098(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2122(para) msgid "Name or ID of aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1997(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2039(para) msgid "The host to add to the aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2005(title) -msgid "nova aggregate-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2047(title) +msgid "nova aggregate-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2014(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2139(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2056(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2181(para) msgid "Name of aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2022(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2064(para) msgid "The availability zone of the aggregate (optional)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2030(title) -msgid "nova aggregate-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2072(title) +msgid "nova aggregate-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2039(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2081(para) msgid "Name or ID of aggregate to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2047(title) -msgid "nova aggregate-details command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2089(title) +msgid "nova aggregate-details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2064(title) -msgid "nova aggregate-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2106(title) +msgid "nova aggregate-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2071(title) -msgid "nova aggregate-remove-host command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2113(title) +msgid "nova aggregate-remove-host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2088(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2130(para) msgid "The host to remove from the aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2096(title) -msgid "nova aggregate-set-metadata command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2138(title) +msgid "nova aggregate-set-metadata" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2105(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2131(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2147(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2173(para) msgid "Name or ID of aggregate to update." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2113(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2155(para) msgid "Metadata to add/update to aggregate. Specify only the key to delete a metadata item." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2122(title) -msgid "nova aggregate-update command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2164(title) +msgid "nova aggregate-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2147(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2189(para) msgid "The availability zone of the aggregate." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2155(title) -msgid "nova availability-zone-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2197(title) +msgid "nova availability-zone-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2162(title) -msgid "nova backup command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2204(title) +msgid "nova backup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2179(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2221(para) msgid "Name of the backup image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2187(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2229(para) msgid "The backup type, like \"daily\" or \"weekly\"." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2195(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2237(para) msgid "Int parameter representing how many backups to keep around." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2203(title) -msgid "nova baremetal-interface-add command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2245(title) +msgid "nova baremetal-interface-add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2214(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2258(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2275(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2414(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2256(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2300(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2317(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2456(para) msgid "ID of node" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2222(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2283(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2264(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2325(para) msgid "MAC address of interface" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2233(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2275(para) msgid "OpenFlow Datapath ID of interface" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2241(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2283(para) msgid "OpenFlow port number of interface" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2249(title) -msgid "nova baremetal-interface-list command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2266(title) -msgid "nova baremetal-interface-remove command" -msgstr "" - #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2291(title) -msgid "nova baremetal-node-create command" +msgid "nova baremetal-interface-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2305(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2308(title) +msgid "nova baremetal-interface-remove" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2333(title) +msgid "nova baremetal-node-create" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2347(para) msgid "Name of nova compute host which will control this baremetal node" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2314(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2356(para) msgid "Number of CPUs in the node" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2322(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2364(para) msgid "Megabytes of RAM in the node" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2330(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2372(para) msgid "Gigabytes of local storage in the node" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2338(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2380(para) msgid "MAC address to provision the node" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2349(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2391(para) msgid "Power management IP for the node" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2357(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2399(para) msgid "Username for the node's power management" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2365(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2407(para) msgid "Password for the node's power management" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2373(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2415(para) msgid "ShellInABox port?" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2381(title) -msgid "nova baremetal-node-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2423(title) +msgid "nova baremetal-node-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2390(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2432(para) msgid "ID of the node to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2398(title) -msgid "nova baremetal-node-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2440(title) +msgid "nova baremetal-node-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2405(title) -msgid "nova baremetal-node-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2447(title) +msgid "nova baremetal-node-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2422(title) -msgid "nova boot command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2464(title) +msgid "nova boot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2446(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2488(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5564(para) msgid "Name for the new server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2457(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2499(para) msgid "Name or ID of flavor (see 'nova flavor-list')." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2465(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2507(para) msgid "Name or ID of image (see 'nova image-list')." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2473(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2515(para) msgid "Image metadata property (see 'nova image- show')." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2482(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2524(para) msgid "Volume ID to boot from." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2490(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2532(para) msgid "Snapshot ID to boot from (will create a volume)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2499(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2541(para) msgid "Boot at least <number> servers (limited by quota)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2508(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2550(para) msgid "Boot up to <number> servers (limited by quota)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2517(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2559(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5572(para) msgid "Record arbitrary key/value metadata to /meta.js on the new server. Can be specified multiple times." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2527(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2569(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5582(para) msgid "Store arbitrary files from <src-path> locally to <dst-path> on the new server. You may store up to 5 files." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2537(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2579(para) msgid "Key name of keypair that should be created earlier with the command keypair-add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2546(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2588(para) msgid "user data file to pass to be exposed by the metadata server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2555(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2597(para) msgid "The availability zone for server placement." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2563(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2605(para) msgid "Comma separated list of security group names." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2571(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2613(para) msgid "Block device mapping in the format <dev- name>=<id>:<type>:<size(GB)>:<delete-on- terminate>." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2581(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2623(para) msgid "key1=value1[,key2=value2...] Block device mapping with the keys: id=UUID (image_id, snapshot_id or volume_id only if using source image, snapshot or volume) source=source type (image, snapshot, volume or blank), dest=destination type of the block device (volume or local), bus=device's bus (e.g. uml, lxc, virtio, ...; if omitted, hypervisor driver chooses a suitable default, honoured only if device type is supplied) type=device type (e.g. disk, cdrom, ...; defaults to 'disk') device=name of the device (e.g. vda, xda, ...; if omitted, hypervisor driver chooses suitable device depending on selected bus), size=size of the block device in GB (if omitted, hypervisor driver calculates size), format=device will be formatted (e.g. swap, ntfs, ...; optional), bootindex=integer used for ordering the boot disks (for image backed instances it is equal to 0, for others need to be specified) and shutdown=shutdown behaviour (either preserve or remove, for local destination set to remove)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2612(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2654(para) msgid "Create and attach a local swap block device of <swap_size> MB." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2621(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2663(para) msgid "size=<size>[,format=<format>] Create and attach a local ephemeral block device of <size> GB and format it to <format>." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2631(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2673(para) msgid "Send arbitrary key/value pairs to the scheduler for custom use." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2640(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2682(para) msgid "Create a NIC on the server. Specify option multiple times to create multiple NICs. net- id: attach NIC to network with this UUID (either port-id or net-id must be provided), v4-fixed-ip: IPv4 fixed address for NIC (optional), v6-fixed-ip: IPv6 fixed address for NIC (optional), port-id: attach NIC to port with this UUID (either port-id or net-id must be provided)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2656(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2698(para) msgid "Enable config drive" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2664(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2706(para) msgid "Report the new server boot progress until it completes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2673(title) -msgid "nova cell-capacities command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2715(title) +msgid "nova cell-capacities" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2682(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2724(para) msgid "Name of the cell to get the capacities." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2690(title) -msgid "nova cell-show command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2699(para) -msgid "Name of the cell." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2707(title) -msgid "nova clear-password command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2724(title) -msgid "nova cloudpipe-configure command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2733(para) -msgid "New IP Address." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2732(title) +msgid "nova cell-show" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2741(para) -msgid "New Port." +msgid "Name of the cell." msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2749(title) -msgid "nova cloudpipe-create command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2758(para) -msgid "UUID of the project to create the cloudpipe for." +msgid "nova clear-password" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2766(title) -msgid "nova cloudpipe-list command" +msgid "nova cloudpipe-configure" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2773(title) -msgid "nova console-log command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2775(para) +msgid "New IP Address." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2793(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2783(para) +msgid "New Port." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2791(title) +msgid "nova cloudpipe-create" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2800(para) +msgid "UUID of the project to create the cloudpipe for." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2808(title) +msgid "nova cloudpipe-list" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2815(title) +msgid "nova console-log" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2835(para) msgid "Length in lines to tail." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2801(title) -msgid "nova credentials command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2843(title) +msgid "nova credentials" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2810(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2852(para) msgid "wrap PKI tokens to a specified length, or 0 to disable" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2818(title) -msgid "nova delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2860(title) +msgid "nova delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2827(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5575(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2869(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5729(para) msgid "Name or ID of server(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2835(title) -msgid "nova diagnostics command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2877(title) +msgid "nova diagnostics" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2852(title) -msgid "nova dns-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2894(title) +msgid "nova dns-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2861(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3025(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2903(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3067(para) msgid "ip address" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2869(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2973(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2911(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3015(para) msgid "DNS name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2877(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2907(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2936(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2965(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2990(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3014(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2919(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2949(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2978(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3007(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3032(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3056(para) msgid "DNS domain" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2888(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2930(para) msgid "dns type (e.g. \"A\")" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2896(title) -msgid "nova dns-create-private-domain command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2938(title) +msgid "nova dns-create-private-domain" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2918(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2960(para) msgid "Limit access to this domain to servers in the specified availability zone." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2927(title) -msgid "nova dns-create-public-domain command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2969(title) +msgid "nova dns-create-public-domain" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2947(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2989(para) msgid "Limit access to this domain to users of the specified project." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2956(title) -msgid "nova dns-delete command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2981(title) -msgid "nova dns-delete-domain command" -msgstr "" - #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2998(title) -msgid "nova dns-domains command" +msgid "nova dns-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3005(title) -msgid "nova dns-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3023(title) +msgid "nova dns-delete-domain" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3033(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3040(title) +msgid "nova dns-domains" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3047(title) +msgid "nova dns-list" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3075(para) msgid "name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3041(title) -msgid "nova endpoints command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3083(title) +msgid "nova endpoints" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3048(title) -msgid "nova evacuate command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3090(title) +msgid "nova evacuate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3066(para) -msgid "Name or ID of target host." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3108(para) +msgid "Name or ID of the target host. If no host is specified, the scheduler will choose one." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3077(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3120(para) msgid "Set the provided password on the evacuated server. Not applicable with on-shared-storage flag" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3086(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3129(para) msgid "Specifies whether server files are located on shared storage" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3095(title) -msgid "nova fixed-ip-get command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3138(title) +msgid "nova fixed-ip-get" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3104(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3121(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3138(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3147(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3164(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3181(para) msgid "Fixed IP Address." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3112(title) -msgid "nova fixed-ip-reserve command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3155(title) +msgid "nova fixed-ip-reserve" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3129(title) -msgid "nova fixed-ip-unreserve command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3172(title) +msgid "nova fixed-ip-unreserve" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3146(title) -msgid "nova flavor-access-add command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3189(title) +msgid "nova flavor-access-add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3155(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3198(para) msgid "Flavor name or ID to add access for the given tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3163(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3206(para) msgid "Tenant ID to add flavor access for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3171(title) -msgid "nova flavor-access-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3214(title) +msgid "nova flavor-access-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3180(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3223(para) msgid "Filter results by flavor name or ID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3188(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3231(para) msgid "Filter results by tenant ID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3196(title) -msgid "nova flavor-access-remove command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3239(title) +msgid "nova flavor-access-remove" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3205(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3248(para) msgid "Flavor name or ID to remove access for the given tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3213(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3256(para) msgid "Tenant ID to remove flavor access for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3221(title) -msgid "nova flavor-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3264(title) +msgid "nova flavor-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3232(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3275(para) msgid "Name of the new flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3240(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3283(para) msgid "Unique ID (integer or UUID) for the new flavor. If specifying 'auto', a UUID will be generated as id" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3249(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3292(para) msgid "Memory size in MB" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3257(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3300(para) msgid "Disk size in GB" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3265(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3308(para) msgid "Number of vcpus" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3276(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3319(para) msgid "Ephemeral space size in GB (default 0)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3284(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3327(para) msgid "Swap space size in MB (default 0)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3292(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1738(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3335(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1738(para) msgid "RX/TX factor (default 1)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3300(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3343(para) msgid "Make flavor accessible to the public (default true)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3308(title) -msgid "nova flavor-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3351(title) +msgid "nova flavor-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3317(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3360(para) msgid "Name or ID of the flavor to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3325(title) -msgid "nova flavor-key command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3368(title) +msgid "nova flavor-key" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3334(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3392(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3377(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3435(para) msgid "Name or ID of flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3342(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3385(para) msgid "Actions: 'set' or 'unset'" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3350(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3393(para) msgid "Extra_specs to set/unset (only key is necessary on unset)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3358(title) -msgid "nova flavor-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3401(title) +msgid "nova flavor-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3367(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3410(para) msgid "Get extra-specs of each flavor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3375(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3418(para) msgid "Display all flavors (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3383(title) -msgid "nova flavor-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3426(title) +msgid "nova flavor-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3400(title) -msgid "nova floating-ip-associate command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3443(title) +msgid "nova floating-ip-associate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3418(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3559(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5473(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3461(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3602(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5627(para) msgid "IP Address." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3429(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3472(para) msgid "Fixed IP Address to associate with." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3437(title) -msgid "nova floating-ip-bulk-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3480(title) +msgid "nova floating-ip-bulk-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3447(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3490(para) msgid "Address range to create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3458(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3501(para) msgid "Pool for new Floating IPs" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3466(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3509(para) msgid "Interface for new Floating IPs" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3474(title) -msgid "nova floating-ip-bulk-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3517(title) +msgid "nova floating-ip-bulk-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3483(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3526(para) msgid "Address range to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3491(title) -msgid "nova floating-ip-bulk-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3534(title) +msgid "nova floating-ip-bulk-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3500(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3543(para) msgid "Filter by host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3508(title) -msgid "nova floating-ip-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3551(title) +msgid "nova floating-ip-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3517(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3560(para) msgid "Name of Floating IP Pool. (Optional)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3525(title) -msgid "nova floating-ip-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3568(title) +msgid "nova floating-ip-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3534(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3577(para) msgid "IP of Floating Ip." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3542(title) -msgid "nova floating-ip-disassociate command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3585(title) +msgid "nova floating-ip-disassociate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3567(title) -msgid "nova floating-ip-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3610(title) +msgid "nova floating-ip-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3576(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3619(para) msgid "Display floatingips from all tenants (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3584(title) -msgid "nova floating-ip-pool-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3627(title) +msgid "nova floating-ip-pool-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3591(title) -msgid "nova force-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3634(title) +msgid "nova force-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3608(title) -msgid "nova get-password command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3651(title) +msgid "nova get-password" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3625(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3668(para) msgid "Private key (used locally to decrypt password) (Optional). When specified, the command displays the clear (decrypted) VM password. When not specified, the ciphered VM password is displayed." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3636(title) -msgid "nova get-rdp-console command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3679(title) +msgid "nova get-rdp-console" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3653(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3696(para) msgid "Type of rdp console (\"rdp-html5\")." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3661(title) -msgid "nova get-spice-console command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3704(title) +msgid "nova get-spice-console" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3678(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3721(para) msgid "Type of spice console (\"spice-html5\")." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3686(title) -msgid "nova get-vnc-console command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3729(title) +msgid "nova get-vnc-console" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3703(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3746(para) msgid "Type of vnc console (\"novnc\" or \"xvpvnc\")." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3711(title) -msgid "nova host-action command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3754(title) +msgid "nova host-action" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3720(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3748(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3766(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3821(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3854(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3873(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6134(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6170(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6195(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3763(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3791(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3809(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3865(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3898(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3917(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6378(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6414(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6439(para) msgid "Name of host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3731(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3774(para) msgid "power action: startup, reboot, or shutdown." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3739(title) -msgid "nova host-describe command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3782(title) +msgid "nova host-describe" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3756(title) -msgid "nova host-evacuate command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3799(title) +msgid "nova host-evacuate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3777(para) -msgid "Name of target host." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3820(para) +msgid "Name of target host. If no host is specified the scheduler will select a target." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3785(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3829(para) msgid "Specifies whether all instances files are on shared storage" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3794(title) -msgid "nova host-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3838(title) +msgid "nova host-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3803(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3847(para) msgid "Filters the list, returning only those hosts in the availability zone <zone>." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3812(title) -msgid "nova host-meta command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3856(title) +msgid "nova host-meta" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3829(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4071(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4542(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3873(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4115(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4586(para) msgid "Actions: 'set' or 'delete'" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3837(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4550(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3881(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4594(para) msgid "Metadata to set or delete (only key is necessary on delete)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3845(title) -msgid "nova host-servers-migrate command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3889(title) +msgid "nova host-servers-migrate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3862(title) -msgid "nova host-update command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3906(title) +msgid "nova host-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3884(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3928(para) msgid "Either enable or disable a host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3892(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3936(para) msgid "Either put or resume host to/from maintenance." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3900(title) -msgid "nova hypervisor-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3944(title) +msgid "nova hypervisor-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3909(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3953(para) msgid "List hypervisors matching the given <hostname>." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3917(title) -msgid "nova hypervisor-servers command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3961(title) +msgid "nova hypervisor-servers" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3926(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3970(para) msgid "The hypervisor hostname (or pattern) to search for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3934(title) -msgid "nova hypervisor-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3978(title) +msgid "nova hypervisor-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3943(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3987(para) msgid "Name or ID of the hypervisor to show the details of." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3951(title) -msgid "nova hypervisor-stats command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3995(title) +msgid "nova hypervisor-stats" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3958(title) -msgid "nova hypervisor-uptime command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3967(para) -msgid "Name or ID of the hypervisor to show the uptime of." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3975(title) -msgid "nova image-create command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3992(para) -msgid "Name of snapshot." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4003(para) -msgid "Print image info." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4002(title) +msgid "nova hypervisor-uptime" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4011(para) +msgid "Name or ID of the hypervisor to show the uptime of." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4019(title) +msgid "nova image-create" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4036(para) +msgid "Name of snapshot." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4047(para) +msgid "Print image info." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4055(para) msgid "Report the snapshot progress and poll until image creation is complete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4020(title) -msgid "nova image-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4064(title) +msgid "nova image-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4029(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4073(para) msgid "Name or ID of image(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4037(title) -msgid "nova image-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4081(title) +msgid "nova image-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4046(para) -msgid "number of images to return per request" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4090(para) +msgid "Number of images to return per request." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4054(title) -msgid "nova image-meta command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4098(title) +msgid "nova image-meta" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4063(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4097(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4107(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4141(para) msgid "Name or ID of image" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4079(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4123(para) msgid "Metadata to add/update or delete (only key is necessary on delete)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4088(title) -msgid "nova image-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4132(title) +msgid "nova image-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4105(title) -msgid "nova instance-action command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4149(title) +msgid "nova instance-action" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4114(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4158(para) msgid "Name or UUID of the server to show an action for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4122(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4166(para) msgid "Request ID of the action to get." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4130(title) -msgid "nova instance-action-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4174(title) +msgid "nova instance-action-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4139(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4183(para) msgid "Name or UUID of the server to list actions for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4147(title) -msgid "nova interface-attach command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4191(title) +msgid "nova interface-attach" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4169(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4210(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4213(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4254(para) msgid "Port ID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4177(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4221(para) msgid "Network ID" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4185(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4229(para) msgid "Requested fixed IP." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4193(title) -msgid "nova interface-detach command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4237(title) +msgid "nova interface-detach" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4218(title) -msgid "nova interface-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4262(title) +msgid "nova interface-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4235(title) -msgid "nova keypair-add command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4279(title) +msgid "nova keypair-add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4244(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4288(para) msgid "Name of key." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4255(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4299(para) msgid "Path to a public ssh key." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4263(title) -msgid "nova keypair-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4307(title) +msgid "nova keypair-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4272(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4316(para) msgid "Keypair name to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4280(title) -msgid "nova keypair-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4324(title) +msgid "nova keypair-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4287(title) -msgid "nova keypair-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4331(title) +msgid "nova keypair-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4296(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4340(para) msgid "Name or ID of keypair" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4304(title) -msgid "nova list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4348(title) +msgid "nova list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4318(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4362(para) msgid "Only return servers that match reservation-id." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4326(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4370(para) msgid "Search with regular expression match by IP address." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4335(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4379(para) msgid "Search with regular expression match by IPv6 address." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4344(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4388(para) msgid "Search with regular expression match by name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4352(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4396(para) msgid "Search with regular expression match by server name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4361(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4661(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4405(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4661(para) msgid "Search by server status" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4369(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4413(para) msgid "Search by flavor name or ID" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4377(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4421(para) msgid "Search by image name or ID" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4385(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4429(para) msgid "Search servers by hostname to which they are assigned (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4394(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5984(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6691(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4438(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6221(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6950(para) msgid "Display information from all tenants (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4412(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4456(para) msgid "Only display deleted servers (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4420(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4464(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5049(para) msgid "Comma-separated list of fields to display. Use the show command to see which fields are available." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4430(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4474(para) msgid "Get only uuid and name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4438(title) -msgid "nova list-extensions command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4482(title) +msgid "nova list-extensions" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4445(title) -msgid "nova list-secgroup command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4489(title) +msgid "nova list-secgroup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4462(title) -msgid "nova live-migration command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4506(title) +msgid "nova live-migration" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4480(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4524(para) msgid "destination host name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4491(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4535(para) msgid "True in case of block_migration. (Default=False:live_migration)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4500(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4544(para) msgid "Allow overcommit.(Default=False)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4508(title) -msgid "nova lock command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4552(title) +msgid "nova lock" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4525(title) -msgid "nova meta command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4534(para) -msgid "Name or ID of server" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4558(title) -msgid "nova migrate command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4569(title) +msgid "nova meta" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4578(para) +msgid "Name or ID of server" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4602(title) +msgid "nova migrate" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4622(para) msgid "Report the server migration progress until it completes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4586(title) -msgid "nova migration-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4630(title) +msgid "nova migration-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4596(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4640(para) msgid "Fetch migrations for the given host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4604(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4648(para) msgid "Fetch migrations for the given status." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4612(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4656(para) msgid "Fetch migrations for the given cell_name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4620(title) -msgid "nova net command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4664(title) +msgid "nova net" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4629(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4672(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4673(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4716(para) msgid "ID of network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4637(title) -msgid "nova net-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4681(title) +msgid "nova net-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4646(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4690(para) msgid "Network label (ex. my_new_network)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4654(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4698(para) msgid "IP block to allocate from (ex. 172.16.0.0/24 or 2001:DB8::/64)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4663(title) -msgid "nova net-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4707(title) +msgid "nova net-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4680(title) -msgid "nova net-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4724(title) +msgid "nova net-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4687(title) -msgid "nova network-associate-host command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4731(title) +msgid "nova network-associate-host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4696(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4721(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4901(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4740(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4765(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5015(para) msgid "uuid of network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4704(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:984(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1013(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1880(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4748(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:984(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1013(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1880(para) msgid "Name of host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4712(title) -msgid "nova network-associate-project command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4756(title) +msgid "nova network-associate-project" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4729(title) -msgid "nova network-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4773(title) +msgid "nova network-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4748(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4797(para) msgid "Label for network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4759(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4808(para) msgid "IPv4 subnet (ex: 10.0.0.0/8)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4767(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4816(para) msgid "CIDR_V6 IPv6 subnet (ex: fe80::/64" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4775(para) -msgid "vlan id to be assigned to project" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4824(para) +msgid "The vlan ID to be assigned to the project." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4783(para) -msgid "First vlan ID to be assigned to project. Subsequent vlan IDs will be assigned incrementally" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4793(para) -msgid "vpn start" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4801(para) -msgid "gateway" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4809(para) -msgid "GATEWAY_V6 ipv6 gateway" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4817(para) -msgid "VIFs on this network are connected to this bridge" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4826(para) -msgid "the bridge is connected to this interface" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4834(para) -msgid "Multi host" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4832(para) +msgid "First vlan ID to be assigned to the project. Subsequent vlan IDs will be assigned incrementally." msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4842(para) -msgid "First DNS" +msgid "vpn start" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4850(para) -msgid "Second DNS" +msgid "gateway" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4858(para) -msgid "Network UUID" +msgid "GATEWAY_V6 IPv6 gateway" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4866(para) -msgid "IPv4 subnet for fixed IPS (ex: 10.20.0.0/16)" +msgid "VIFs on this network are connected to this bridge." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4874(para) -msgid "Project id" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4875(para) +msgid "The bridge is connected to this interface." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4882(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4883(para) +msgid "Multi host" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4891(para) +msgid "First DNS" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4899(para) +msgid "Second DNS" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4907(para) +msgid "Network UUID" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4915(para) +msgid "IPv4 subnet for fixed IPs (ex: 10.20.0.0/16)" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4923(para) +msgid "Project ID" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4931(para) msgid "Network interface priority" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4890(title) -msgid "nova network-disassociate command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4939(para) +msgid "for network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4926(title) -msgid "nova network-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4947(para) +msgid "Enable dhcp" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4933(title) -msgid "nova network-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4955(para) +msgid "Dhcp-server (defaults to gateway address)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4942(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4963(para) +msgid "Share address" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4971(para) +msgid "Start of allowed addresses for instances" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4979(para) +msgid "End of allowed addresses for instances" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4987(title) +msgid "nova network-delete" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4996(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5067(para) msgid "uuid or label of network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4950(title) -msgid "nova pause command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5004(title) +msgid "nova network-disassociate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4967(title) -msgid "nova quota-class-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5040(title) +msgid "nova network-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4976(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5058(title) +msgid "nova network-show" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5075(title) +msgid "nova pause" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5092(title) +msgid "nova quota-class-show" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5101(para) msgid "Name of quota class to list the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4984(title) -msgid "nova quota-class-update command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5109(title) +msgid "nova quota-class-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5003(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5128(para) msgid "Name of quota class to set the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5014(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5220(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5139(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5345(para) msgid "New value for the \"instances\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5022(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5228(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5147(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5353(para) msgid "New value for the \"cores\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5030(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5236(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5155(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5361(para) msgid "New value for the \"ram\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5038(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5244(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5163(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5369(para) msgid "New value for the \"floating-ips\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5046(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5252(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5171(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5377(para) msgid "New value for the \"fixed-ips\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5054(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5260(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5179(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5385(para) msgid "New value for the \"metadata-items\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5062(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5268(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5187(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5393(para) msgid "New value for the \"injected-files\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5070(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5276(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5195(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5401(para) msgid "New value for the \"injected-file-content- bytes\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5079(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5285(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5204(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5410(para) msgid "New value for the \"injected-file-path-bytes\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5088(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5294(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5213(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5419(para) msgid "New value for the \"key-pairs\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5096(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5302(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5221(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5427(para) msgid "New value for the \"security-groups\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5104(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5310(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5229(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5435(para) msgid "New value for the \"security-group-rules\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5113(title) -msgid "nova quota-defaults command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5238(title) +msgid "nova quota-defaults" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5122(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5247(para) msgid "of tenant to list the default quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5130(title) -msgid "nova quota-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5255(title) +msgid "nova quota-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5139(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5264(para) msgid "of tenant to delete quota for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5147(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5272(para) msgid "of user to delete quota for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5155(title) -msgid "nova quota-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5280(title) +msgid "nova quota-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5164(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5289(para) msgid "of tenant to list the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5172(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5297(para) msgid "of user to list the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5180(title) -msgid "nova quota-update command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5305(title) +msgid "nova quota-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5201(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5326(para) msgid "ID of tenant to set the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5212(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5337(para) msgid "of user to set the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5319(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5444(para) msgid "Whether force update the quota even if the already used and reserved exceeds the new quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5329(title) -msgid "nova rate-limits command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5454(title) +msgid "nova rate-limits" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5336(title) -msgid "nova reboot command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5461(title) +msgid "nova reboot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5356(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5481(para) msgid "Perform a hard reboot (instead of a soft one)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5364(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5489(para) msgid "Poll until reboot is complete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5372(title) -msgid "nova rebuild command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5497(title) +msgid "nova rebuild" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5391(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5517(para) msgid "Name or ID of new image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5402(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5528(para) msgid "Set the provided password on the rebuild server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5411(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5537(para) msgid "Report the server rebuild progress until it completes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5420(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6265(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5546(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6509(para) msgid "Skips flavor/image lookups when showing servers" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5429(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5555(para) msgid "Preserve the default ephemeral storage partition on rebuild." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5438(title) -msgid "nova refresh-network command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5592(title) +msgid "nova refresh-network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5447(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5601(para) msgid "Name or ID of a server for which the network cache should be refreshed from neutron (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5456(title) -msgid "nova remove-fixed-ip command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5610(title) +msgid "nova remove-fixed-ip" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5481(title) -msgid "nova remove-secgroup command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5635(title) +msgid "nova remove-secgroup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5506(title) -msgid "nova rename command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5660(title) +msgid "nova rename" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5515(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5669(para) msgid "Name (old name) or ID of server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5523(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5677(para) msgid "New name for the server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5531(title) -msgid "nova rescue command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5685(title) +msgid "nova rescue" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5549(title) -msgid "nova reset-network command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5703(title) +msgid "nova reset-network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5566(title) -msgid "nova reset-state command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5720(title) +msgid "nova reset-state" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5586(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5740(para) msgid "Request the server be reset to \"active\" state instead of \"error\" state (the default)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5595(title) -msgid "nova resize command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5749(title) +msgid "nova resize" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5612(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5766(para) msgid "Name or ID of new flavor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5623(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5777(para) msgid "Report the server resize progress until it completes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5631(title) -msgid "nova resize-confirm command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5785(title) +msgid "nova resize-confirm" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5648(title) -msgid "nova resize-revert command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5802(title) +msgid "nova resize-revert" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5665(title) -msgid "nova restore command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5819(title) +msgid "nova restore" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5682(title) -msgid "nova resume command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5836(title) +msgid "nova resume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5699(title) -msgid "nova root-password command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5853(title) +msgid "nova root-password" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5716(title) -msgid "nova scrub command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5870(title) +msgid "nova scrub" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5725(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5879(para) msgid "The ID of the project." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5733(title) -msgid "nova secgroup-add-group-rule command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5887(title) +msgid "nova secgroup-add-default-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5743(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5793(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5867(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5885(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5935(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6001(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6018(para) -msgid "ID or name of security group." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5751(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5893(para) -msgid "ID or name of source group." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5759(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5801(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5901(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5943(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5896(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5954(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5996(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6080(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6138(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6180(para) msgid "IP protocol (icmp, tcp, udp)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5767(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5809(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5909(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5951(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5904(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5962(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6004(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6088(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6146(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6188(para) msgid "Port at start of range." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5775(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5817(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5917(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5959(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5912(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5970(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6012(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6096(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6154(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6196(para) msgid "Port at end of range." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5783(title) -msgid "nova secgroup-add-rule command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5825(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5967(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5920(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6020(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6104(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6204(para) msgid "CIDR for address range." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5833(title) -msgid "nova secgroup-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5928(title) +msgid "nova secgroup-add-group-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5842(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6026(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9923(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10472(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5938(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5988(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6062(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6122(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6172(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6245(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6262(para) +msgid "ID or name of security group." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5946(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6130(para) +msgid "ID or name of source group." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5978(title) +msgid "nova secgroup-add-rule" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6028(title) +msgid "nova secgroup-create" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6037(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6270(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9923(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10472(para) msgid "Name of security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5850(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6034(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9958(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10480(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6045(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6278(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9958(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10480(para) msgid "Description of security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5858(title) -msgid "nova secgroup-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6053(title) +msgid "nova secgroup-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5875(title) -msgid "nova secgroup-delete-group-rule command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6070(title) +msgid "nova secgroup-delete-default-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5925(title) -msgid "nova secgroup-delete-rule command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6112(title) +msgid "nova secgroup-delete-group-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5975(title) -msgid "nova secgroup-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6162(title) +msgid "nova secgroup-delete-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5992(title) -msgid "nova secgroup-list-rules command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6212(title) +msgid "nova secgroup-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6009(title) -msgid "nova secgroup-update command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6229(title) +msgid "nova secgroup-list-default-rules" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6042(title) -msgid "nova server-group-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6236(title) +msgid "nova secgroup-list-rules" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6051(para) -msgid "Server group name." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6253(title) +msgid "nova secgroup-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6059(para) -msgid "Policies for the server groups (\"affinity\" or \"anti-affinity\")" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6067(title) -msgid "nova server-group-delete command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6076(para) -msgid "Unique ID(s) of the server group to delete" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6084(title) -msgid "nova server-group-get command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6093(para) -msgid "Unique ID of the server group to get" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6101(title) -msgid "nova server-group-list command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6108(title) -msgid "nova service-delete command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6117(para) -msgid "Id of service." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6125(title) -msgid "nova service-disable command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6142(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6178(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6203(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1942(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1978(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4138(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4174(para) -msgid "Service binary." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6153(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1953(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4149(para) -msgid "Reason for disabling service." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6161(title) -msgid "nova service-enable command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6186(title) -msgid "nova service-list command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6211(title) -msgid "nova shelve command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6228(title) -msgid "nova shelve-offload command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6245(title) -msgid "nova show command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6273(title) -msgid "nova ssh command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6286(title) +msgid "nova server-group-create" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6295(para) +msgid "Server group name." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6303(para) +msgid "Policies for the server groups (\"affinity\" or \"anti-affinity\")" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6311(title) +msgid "nova server-group-delete" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6320(para) +msgid "Unique ID(s) of the server group to delete" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6328(title) +msgid "nova server-group-get" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6337(para) +msgid "Unique ID of the server group to get" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6345(title) +msgid "nova server-group-list" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6352(title) +msgid "nova service-delete" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6361(para) +msgid "Id of service." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6369(title) +msgid "nova service-disable" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6386(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6422(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6447(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1942(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1978(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4138(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4174(para) +msgid "Service binary." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6397(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1953(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4149(para) +msgid "Reason for disabling service." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6405(title) +msgid "nova service-enable" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6430(title) +msgid "nova service-list" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6455(title) +msgid "nova shelve" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6472(title) +msgid "nova shelve-offload" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6489(title) +msgid "nova show" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6517(title) +msgid "nova ssh" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6540(para) msgid "Optional flag to indicate which port to use for ssh. (Default=22)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6304(para) -msgid "Optional flag to indicate whether to only use private address attached to an instance. (Default=False). If no public address is found try private address" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6549(para) +msgid "Optional flag to indicate which IP type to use. Possible values includes fixed and floating (the Default)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6315(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6559(para) +msgid "Network to use for the ssh." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6567(para) msgid "Optional flag to indicate whether to use an IPv6 address attached to a server. (Defaults to IPv4 address)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6325(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6577(para) msgid "Login to use." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6333(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6585(para) msgid "Private key file, same as the -i option to the ssh command." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6342(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6594(para) msgid "Extra options to pass to ssh. see: man ssh" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6350(title) -msgid "nova start command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6602(title) +msgid "nova start" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6367(title) -msgid "nova stop command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6619(title) +msgid "nova stop" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6384(title) -msgid "nova suspend command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6636(title) +msgid "nova suspend" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6401(title) -msgid "nova unlock command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6653(title) +msgid "nova unlock" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6418(title) -msgid "nova unpause command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6670(title) +msgid "nova unpause" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6435(title) -msgid "nova unrescue command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6687(title) +msgid "nova unrescue" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6452(title) -msgid "nova unshelve command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6704(title) +msgid "nova unshelve" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6469(title) -msgid "nova usage command" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6478(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6513(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6730(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6765(para) msgid "Usage range start date ex 2012-01-20 (default: 4 weeks ago)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6487(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6521(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3526(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6739(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6773(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3526(para) msgid "Usage range end date, ex 2012-01-20 (default: tomorrow)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6496(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6748(para) msgid "or name of tenant to get usage for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6504(title) -msgid "nova usage-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6756(title) +msgid "nova usage-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6529(title) -msgid "nova volume-attach command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6781(title) +msgid "nova version-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6546(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6872(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6788(title) +msgid "nova volume-attach" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6805(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7131(para) msgid "ID of the volume to attach." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6554(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6813(para) msgid "Name of the device e.g. /dev/vdb. Use \"auto\" for autoassign (if supported)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6563(title) -msgid "nova volume-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6822(title) +msgid "nova volume-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6578(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6837(para) msgid "Size of volume in GB" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6589(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6848(para) msgid "Optional snapshot id to create the volume from. (Default=None)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6598(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6857(para) msgid "Optional image id to create the volume from. (Default=None)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6607(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6866(para) msgid "Optional volume name. (Default=None)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6615(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6874(para) msgid "Optional volume description. (Default=None)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6623(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6882(para) msgid "Optional volume type. (Default=None)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6631(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6890(para) msgid "Optional Availability Zone for volume. (Default=None)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6640(title) -msgid "nova volume-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6899(title) +msgid "nova volume-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6649(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6908(para) msgid "Name or ID of the volume(s) to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6657(title) -msgid "nova volume-detach command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6916(title) +msgid "nova volume-detach" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6674(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6933(para) msgid "ID of the volume to detach." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6682(title) -msgid "nova volume-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6941(title) +msgid "nova volume-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6699(title) -msgid "nova volume-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6958(title) +msgid "nova volume-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6708(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6967(para) msgid "Name or ID of the volume." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6716(title) -msgid "nova volume-snapshot-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6975(title) +msgid "nova volume-snapshot-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6728(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6987(para) msgid "ID of the volume to snapshot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6739(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6998(para) msgid "Optional flag to indicate whether to snapshot a volume even if its attached to a server. (Default=False)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6749(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7008(para) msgid "Optional snapshot name. (Default=None)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6757(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7016(para) msgid "Optional snapshot description. (Default=None)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6765(title) -msgid "nova volume-snapshot-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7024(title) +msgid "nova volume-snapshot-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6774(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7033(para) msgid "Name or ID of the snapshot to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6782(title) -msgid "nova volume-snapshot-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7041(title) +msgid "nova volume-snapshot-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6789(title) -msgid "nova volume-snapshot-show command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7048(title) +msgid "nova volume-snapshot-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6798(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7057(para) msgid "Name or ID of the snapshot." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6806(title) -msgid "nova volume-type-create command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7065(title) +msgid "nova volume-type-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6815(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7074(para) msgid "Name of the new volume type" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6823(title) -msgid "nova volume-type-delete command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7082(title) +msgid "nova volume-type-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6832(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7091(para) msgid "Unique ID of the volume type to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6840(title) -msgid "nova volume-type-list command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7099(title) +msgid "nova volume-type-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6847(title) -msgid "nova volume-update command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7106(title) +msgid "nova volume-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6864(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7123(para) msgid "Attachment ID of the volume." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6880(title) -msgid "nova x509-create-cert command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7139(title) +msgid "nova x509-create-cert" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6889(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7148(para) msgid "Filename for the private key [Default: pk.pem]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6897(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7156(para) msgid "Filename for the X.509 certificate [Default: cert.pem]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6906(title) -msgid "nova x509-get-root-cert command" +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7165(title) +msgid "nova x509-get-root-cert" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6915(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7174(para) msgid "Filename to write the x509 root cert." msgstr "" @@ -7026,7 +7090,7 @@ msgstr "" msgid "OpenStack Endpoint type. Defaults to env[OS_ENDPOINT_TYPE]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_swift_commands.xml:312(para) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:488(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:476(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:707(para) +#: ./doc/cli-reference/generated/ch_cli_swift_commands.xml:312(para) ./doc/cli-reference/generated/ch_cli_keystone_commands.xml:488(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:479(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:707(para) msgid "Specify a CA bundle file to use in verifying a TLS (https) server certificate. Defaults to env[OS_CACERT]." msgstr "" @@ -11678,583 +11742,583 @@ msgstr "" msgid "Data processing command-line client" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:13(para) -msgid "The client is the command-line interface (CLI) for the Data processing API and its extensions. This chapter documents version 0.7.1." +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:14(para) +msgid "The client is the command-line interface (CLI) for the Data processing API and its extensions. This chapter documents version 0.7.2." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:23(title) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:27(title) msgid "sahara usage" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:38(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:496(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:42(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:499(para) msgid "Create a cluster." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:46(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:513(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:50(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:516(para) msgid "Delete a cluster." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:54(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:538(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:58(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:541(para) msgid "Print a list of available clusters." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:62(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:545(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:66(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:548(para) msgid "Show details of a cluster." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:70(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:578(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:74(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:581(para) msgid "Create a cluster template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:78(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:595(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:82(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:598(para) msgid "Delete a cluster template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:86(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:620(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:90(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:623(para) msgid "Print a list of available cluster templates." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:94(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:628(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:98(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:631(para) msgid "Show details of a cluster template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:102(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:663(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:106(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:666(para) msgid "Create a data source that provides job input or receives job output." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:111(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:720(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:115(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:723(para) msgid "Delete a data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:119(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:745(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:123(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:748(para) msgid "Print a list of available data sources." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:127(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:752(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:131(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:755(para) msgid "Show details of a data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:135(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:777(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:139(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:780(para) msgid "Add a tag to an image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:143(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:810(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:147(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:813(para) msgid "Print a list of available images." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:151(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:818(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:155(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:821(para) msgid "Register an image from the Image index." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:159(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:851(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:163(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:854(para) msgid "Remove a tag from an image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:167(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:884(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:171(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:887(para) msgid "Show details of an image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:175(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:909(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:179(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:912(para) msgid "Unregister an image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:183(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:936(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:187(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:939(para) msgid "Record a job binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:191(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:985(para) -msgid "Store data in the internal DB. Store data in the internal DB. Use 'swift upload' instead of this command. Use this command only if Swift is not available." +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:195(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:988(para) +msgid "Store data in the internal DB. Use 'swift upload' instead of this command. Use this command only if Swift is not available." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:202(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1004(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:205(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1006(para) msgid "Delete an internally stored job binary data." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:210(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1021(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:213(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1023(para) msgid "Print a list of internally stored job binary data." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:218(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1028(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:221(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1030(para) msgid "Delete a job binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:226(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1053(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:229(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1055(para) msgid "Print a list of job binaries." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:234(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1060(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:237(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1062(para) msgid "Show details of a job binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:242(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1088(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:245(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1090(para) msgid "Create a job." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:250(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1153(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:253(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1155(para) msgid "Delete a job." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:258(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1170(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:261(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1172(para) msgid "Print a list of jobs." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:266(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1177(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:269(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1179(para) msgid "Show details of a job." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:274(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1195(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:277(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1197(para) msgid "Create a job template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:282(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1244(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:285(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1246(para) msgid "Delete a job template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:290(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1269(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:293(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1271(para) msgid "Print a list of job templates." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:298(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1276(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:301(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1278(para) msgid "Show details of a job template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:306(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1301(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:309(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1303(para) msgid "Create a node group template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:314(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1318(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:317(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1320(para) msgid "Delete a node group template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:322(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1343(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:325(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1345(para) msgid "Print a list of available node group templates." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:330(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1351(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:333(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1353(para) msgid "Show details of a node group template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:338(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1384(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:341(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1386(para) msgid "Print a list of available plugins." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:346(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1391(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:349(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1393(para) msgid "Show details of a plugin." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:354(para) -msgid "Prints all of the commands to stdout to support bash completion. Prints all of the commands and options to stdout so that the sahara.bash_completion script doesn't have to hard code them." +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:357(para) +msgid "Prints arguments for bash-completion. Prints all of the commands and options to stdout so that the sahara.bash_completion script doesn't have to hard code them." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:374(title) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:377(title) msgid "sahara optional arguments" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:387(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:600(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:390(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:600(para) msgid "Print debugging output." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:452(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:455(para) msgid "Defaults to data_processing for all actions." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:460(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:463(para) msgid "Defaults to env[SAHARA_ENDPOINT_TYPE] or publicURL." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:468(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:471(para) msgid "Accepts \"api\", defaults to env[SAHARA_API_VERSION]." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:486(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:489(para) msgid "Use this API endpoint instead of the Service Catalog." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:494(title) -msgid "sahara cluster-create command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:497(title) +msgid "sahara cluster-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:503(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:506(para) msgid "representation of cluster." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:511(title) -msgid "sahara cluster-delete command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:514(title) +msgid "sahara cluster-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:520(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:552(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:922(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:523(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:555(para) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:922(para) msgid "Name of the cluster." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:528(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:531(para) msgid "of the cluster to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:536(title) -msgid "sahara cluster-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:539(title) +msgid "sahara cluster-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:543(title) -msgid "sahara cluster-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:546(title) +msgid "sahara cluster-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:560(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:563(para) msgid "of the cluster to show." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:568(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:571(para) msgid "Print JSON representation of the cluster." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:576(title) -msgid "sahara cluster-template-create command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:579(title) +msgid "sahara cluster-template-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:585(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:588(para) msgid "representation of cluster template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:593(title) -msgid "sahara cluster-template-delete command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:596(title) +msgid "sahara cluster-template-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:602(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:635(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:605(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:638(para) msgid "Name of the cluster template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:610(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:613(para) msgid "of the cluster template to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:618(title) -msgid "sahara cluster-template-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:621(title) +msgid "sahara cluster-template-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:625(title) -msgid "sahara cluster-template-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:628(title) +msgid "sahara cluster-template-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:643(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:646(para) msgid "of the cluster template to show." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:651(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:654(para) msgid "Print JSON representation of cluster template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:659(title) -msgid "sahara data-source-create command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:662(title) +msgid "sahara data-source-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:670(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:727(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:759(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:673(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:730(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:762(para) msgid "Name of the data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:678(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:681(para) msgid "Type of the data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:686(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:689(para) msgid "for the data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:694(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:697(para) msgid "Description of the data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:702(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:705(para) msgid "Username for accessing the data source URL." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:710(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:713(para) msgid "Password for accessing the data source URL." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:718(title) -msgid "sahara data-source-delete command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:721(title) +msgid "sahara data-source-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:735(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:738(para) msgid "of data source to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:743(title) -msgid "sahara data-source-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:746(title) +msgid "sahara data-source-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:750(title) -msgid "sahara data-source-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:753(title) +msgid "sahara data-source-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:767(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:770(para) msgid "of the data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:775(title) -msgid "sahara image-add-tag command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:778(title) +msgid "sahara image-add-tag" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:784(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:858(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:891(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:916(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:787(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:861(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:894(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:919(para) msgid "Name of the image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:792(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:795(para) msgid "of image to tag." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:800(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:803(para) msgid "Tag to add." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:808(title) -msgid "sahara image-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:811(title) +msgid "sahara image-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:815(title) -msgid "sahara image-register command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:818(title) +msgid "sahara image-register" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:825(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:828(para) msgid "of image, run \"glance image-list\" to see all IDs." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:833(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:836(para) msgid "Username of privileged user in the image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:841(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:844(para) msgid "Description of the image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:849(title) -msgid "sahara image-remove-tag command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:852(title) +msgid "sahara image-remove-tag" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:866(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:869(para) msgid "Image to tag." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:874(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:877(para) msgid "Tag to remove." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:882(title) -msgid "sahara image-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:885(title) +msgid "sahara image-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:899(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:902(para) msgid "of the image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:907(title) -msgid "sahara image-unregister command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:910(title) +msgid "sahara image-unregister" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:924(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:927(para) msgid "of image to unregister." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:932(title) -msgid "sahara job-binary-create command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:935(title) +msgid "sahara job-binary-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:943(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1035(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1067(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:946(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1037(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1069(para) msgid "Name of the job binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:951(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:954(para) msgid "for the job binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:959(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:962(para) msgid "Description of the job binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:967(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:970(para) msgid "Username for accessing the job binary URL." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:975(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:978(para) msgid "Password for accessing the job binary URL." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:983(title) -msgid "sahara job-binary-data-create command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:986(title) +msgid "sahara job-binary-data-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:994(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:996(para) msgid "Data to store." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1002(title) -msgid "sahara job-binary-data-delete command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1004(title) +msgid "sahara job-binary-data-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1011(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1013(para) msgid "of internally stored job binary data." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1019(title) -msgid "sahara job-binary-data-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1021(title) +msgid "sahara job-binary-data-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1026(title) -msgid "sahara job-binary-delete command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1028(title) +msgid "sahara job-binary-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1043(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1045(para) msgid "of the job binary to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1051(title) -msgid "sahara job-binary-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1053(title) +msgid "sahara job-binary-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1058(title) -msgid "sahara job-binary-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1060(title) +msgid "sahara job-binary-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1075(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1077(para) msgid "of the job binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1083(title) -msgid "sahara job-create command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1085(title) +msgid "sahara job-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1095(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1097(para) msgid "ID of the job template to run." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1103(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1105(para) msgid "of the cluster to run the job in." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1111(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1113(para) msgid "ID of the input data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1119(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1121(para) msgid "ID of the output data source." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1127(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1129(para) msgid "name=value Parameters to add to the job, repeatable." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1135(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1137(para) msgid "Arguments to add to the job, repeatable." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1143(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1145(para) msgid "name=value Config parameters to add to the job, repeatable." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1151(title) -msgid "sahara job-delete command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1153(title) +msgid "sahara job-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1160(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1162(para) msgid "of a job." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1168(title) -msgid "sahara job-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1170(title) +msgid "sahara job-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1175(title) -msgid "sahara job-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1177(title) +msgid "sahara job-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1184(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1186(para) msgid "of the job." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1192(title) -msgid "sahara job-template-create command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1194(title) +msgid "sahara job-template-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1202(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1251(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1283(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1204(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1253(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1285(para) msgid "Name of the job template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1210(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1212(para) msgid "Type of the job template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1218(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1220(para) msgid "for job's main job-binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1226(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1228(para) msgid "of job's lib job-binary, repeatable." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1234(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1236(para) msgid "Description of the job template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1242(title) -msgid "sahara job-template-delete command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1244(title) +msgid "sahara job-template-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1259(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1291(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1261(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1293(para) msgid "of the job template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1267(title) -msgid "sahara job-template-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1269(title) +msgid "sahara job-template-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1274(title) -msgid "sahara job-template-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1276(title) +msgid "sahara job-template-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1299(title) -msgid "sahara node-group-template-create command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1301(title) +msgid "sahara node-group-template-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1308(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1310(para) msgid "representation of node group template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1316(title) -msgid "sahara node-group-template-delete command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1318(title) +msgid "sahara node-group-template-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1325(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1358(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1327(para) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1360(para) msgid "Name of the node group template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1333(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1335(para) msgid "of the node group template to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1341(title) -msgid "sahara node-group-template-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1343(title) +msgid "sahara node-group-template-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1348(title) -msgid "sahara node-group-template-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1350(title) +msgid "sahara node-group-template-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1366(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1368(para) msgid "of the node group template to show." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1374(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1376(para) msgid "Print JSON representation of node group template." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1382(title) -msgid "sahara plugin-list command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1384(title) +msgid "sahara plugin-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1389(title) -msgid "sahara plugin-show command" +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1391(title) +msgid "sahara plugin-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1398(para) +#: ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1400(para) msgid "Name of the plugin." msgstr "" diff --git a/doc/common/locale/common.pot b/doc/common/locale/common.pot index aba02de2be..e3e65bd4e8 100644 --- a/doc/common/locale/common.pot +++ b/doc/common/locale/common.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-09-11 06:11+0000\n" +"POT-Creation-Date: 2014-09-17 06:14+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -6744,7 +6744,7 @@ msgstr "" msgid "Sections" msgstr "" -#: ./doc/common/section_config_format.xml:135(literal) ./doc/common/tables/ceilometer-database.xml:18(th) ./doc/common/tables/neutron-openvswitch_agent.xml:18(th) ./doc/common/tables/heat-clients.xml:18(th) ./doc/common/tables/cinder-solidfire.xml:18(th) ./doc/common/tables/neutron-rpc.xml:18(th) ./doc/common/tables/nova-periodic.xml:18(th) ./doc/common/tables/keystone-policy.xml:18(th) ./doc/common/tables/glance-auth_token.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:18(th) ./doc/common/tables/cinder-nimble.xml:18(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(literal) ./doc/common/tables/ceilometer-redis.xml:18(th) ./doc/common/tables/cinder-storage_ceph.xml:18(th) ./doc/common/tables/nova-testing.xml:18(th) ./doc/common/tables/nova-metadata.xml:18(th) ./doc/common/tables/cinder-hp3par.xml:18(th) ./doc/common/tables/keystone-misc.xml:18(th) ./doc/common/tables/glance-ca.xml:18(th) ./doc/common/tables/neutron-scheduler.xml:18(th) ./doc/common/tables/glance-rbd.xml:18(th) ./doc/common/tables/cinder-fusionio.xml:18(th) ./doc/common/tables/cinder-storage_xen.xml:18(th) ./doc/common/tables/ceilometer-common.xml:18(th) ./doc/common/tables/cinder-pure.xml:18(th) ./doc/common/tables/cinder-database.xml:18(th) ./doc/common/tables/ceilometer-logging.xml:18(th) ./doc/common/tables/heat-common.xml:18(th) ./doc/common/tables/nova-ipv6.xml:18(th) ./doc/common/tables/sahara-zeromq.xml:18(th) ./doc/common/tables/nova-vnc.xml:18(th) ./doc/common/tables/trove-qpid.xml:18(th) ./doc/common/tables/keystone-api.xml:18(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:8(literal) ./doc/common/tables/glance-rpc.xml:18(th) ./doc/common/tables/neutron-policy.xml:18(th) ./doc/common/tables/nova-xen.xml:18(th) ./doc/common/tables/trove-amqp.xml:18(th) ./doc/common/tables/glance-matchmaker.xml:18(th) ./doc/common/tables/nova-rabbitmq.xml:18(th) ./doc/common/tables/sahara-database.xml:18(th) ./doc/common/tables/neutron-ml2_cisco.xml:18(th) ./doc/common/tables/nova-policy.xml:18(th) ./doc/common/tables/ceilometer-inspector.xml:18(th) ./doc/common/tables/cinder-scheduler.xml:18(th) ./doc/common/tables/neutron-logging.xml:18(th) ./doc/common/tables/nova-availabilityzones.xml:18(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:18(th) ./doc/common/tables/neutron-rootwrap.xml:18(th) ./doc/common/tables/cinder-auth.xml:18(th) ./doc/common/tables/heat-qpid.xml:18(th) ./doc/common/tables/neutron-auth_token.xml:18(th) ./doc/common/tables/nova-ldap.xml:18(th) ./doc/common/tables/sahara-debug.xml:18(th) ./doc/common/tables/cinder-quota.xml:18(th) ./doc/common/tables/nova-compute.xml:18(th) ./doc/common/tables/nova-scheduler.xml:18(th) ./doc/common/tables/cinder-backups_ceph.xml:18(th) ./doc/common/tables/heat-cfn_api.xml:18(th) ./doc/common/tables/neutron-vmware.xml:18(th) ./doc/common/tables/cinder-zfssa.xml:18(th) ./doc/common/tables/nova-zeromq.xml:18(th) ./doc/common/tables/cinder-storage.xml:18(th) ./doc/common/tables/glance-registry.xml:18(th) ./doc/common/tables/heat-quota.xml:18(th) ./doc/common/tables/trove-network.xml:18(th) ./doc/common/tables/nova-common.xml:18(th) ./doc/common/tables/nova-volumes.xml:18(th) ./doc/common/tables/neutron-dvr.xml:18(th) ./doc/common/tables/heat-zeromq.xml:18(th) ./doc/common/tables/heat-amqp.xml:18(th) ./doc/common/tables/cinder-logging.xml:18(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(literal) ./doc/common/tables/glance-rabbitmq.xml:18(th) ./doc/common/tables/neutron-l3_agent.xml:18(th) ./doc/common/tables/glance-policy.xml:18(th) ./doc/common/tables/nova-neutron.xml:18(th) ./doc/common/tables/cinder-backups.xml:18(th) ./doc/common/tables/glance-vmware.xml:18(th) ./doc/common/tables/cinder-zoning.xml:18(th) ./doc/common/tables/heat-notification.xml:18(th) ./doc/common/tables/nova-vpn.xml:18(th) ./doc/common/tables/trove-common.xml:18(th) ./doc/common/tables/trove-api.xml:18(th) ./doc/common/tables/cinder-zadara.xml:18(th) ./doc/common/tables/nova-conductor.xml:18(th) ./doc/common/tables/nova-livemigration.xml:18(th) ./doc/common/tables/heat-rabbitmq.xml:18(th) ./doc/common/tables/keystone-amqp.xml:18(th) ./doc/common/tables/keystone-rpc.xml:18(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-zones.xml:18(th) ./doc/common/tables/cinder-scality.xml:18(th) ./doc/common/tables/neutron-agent.xml:18(th) ./doc/common/tables/cinder-emc.xml:18(th) ./doc/common/tables/cinder-vmware.xml:18(th) ./doc/common/tables/heat-metadata_api.xml:18(th) ./doc/common/tables/trove-rabbitmq.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:18(th) ./doc/common/tables/neutron-ml2_ofa.xml:18(th) ./doc/common/tables/glance-api.xml:18(th) ./doc/common/tables/heat-waitcondition_api.xml:18(th) ./doc/common/tables/cinder-storwize.xml:18(th) ./doc/common/tables/cinder-hplefthand.xml:18(th) ./doc/common/tables/neutron-ipv6_ra.xml:18(th) ./doc/common/tables/glance-s3.xml:18(th) ./doc/common/tables/nova-rootwrap.xml:18(th) ./doc/common/tables/heat-loadbalancer.xml:18(th) ./doc/common/tables/ceilometer-api.xml:18(th) ./doc/common/tables/ceilometer-exchange.xml:18(th) ./doc/common/tables/cinder-lvm.xml:18(th) ./doc/common/tables/trove-dns.xml:18(th) ./doc/common/tables/sahara-amqp.xml:18(th) ./doc/common/tables/trove-volume.xml:18(th) ./doc/common/tables/heat-auth_token.xml:18(th) ./doc/common/tables/neutron-quotas.xml:18(th) ./doc/common/tables/cinder-storage_nfs.xml:18(th) ./doc/common/tables/cinder-hds-hnas.xml:18(th) ./doc/common/tables/heat-api.xml:18(th) ./doc/common/tables/neutron-ryu.xml:18(th) ./doc/common/tables/glance-logging.xml:18(th) ./doc/common/tables/cinder-swift.xml:18(th) ./doc/common/tables/neutron-metering_agent.xml:18(th) ./doc/common/tables/neutron-zeromq.xml:18(th) ./doc/common/tables/cinder-storage_glusterfs.xml:18(th) ./doc/common/tables/cinder-common.xml:18(th) ./doc/common/tables/glance-swift.xml:18(th) ./doc/common/tables/trove-quota.xml:18(th) ./doc/common/tables/trove-clients.xml:18(th) ./doc/common/tables/cinder-auth_token.xml:18(th) ./doc/common/tables/cinder-xiv.xml:18(th) ./doc/common/tables/nova-glance.xml:18(th) ./doc/common/tables/keystone-auth_token.xml:18(th) ./doc/common/tables/nova-s3.xml:18(th) ./doc/common/tables/nova-pci.xml:18(th) ./doc/common/tables/sahara-common.xml:18(th) ./doc/common/tables/cinder-api.xml:18(th) ./doc/common/tables/trove-heat.xml:18(th) ./doc/common/tables/glance-sheepdog.xml:18(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-windows.xml:18(th) ./doc/common/tables/cinder-san-solaris.xml:18(th) ./doc/common/tables/keystone-rabbitmq.xml:18(th) ./doc/common/tables/keystone-zeromq.xml:18(th) ./doc/common/tables/glance-zeromq.xml:18(th) ./doc/common/tables/neutron-cfg_agent.xml:18(th) ./doc/common/tables/ceilometer-rpc.xml:18(th) ./doc/common/tables/glance-filesystem.xml:18(th) ./doc/common/tables/trove-rpc.xml:18(th) ./doc/common/tables/ceilometer-swift.xml:18(th) ./doc/common/tables/trove-backup.xml:18(th) ./doc/common/tables/nova-network.xml:18(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:18(th) ./doc/common/tables/nova-ca.xml:18(th) ./doc/common/tables/neutron-dhcp_agent.xml:18(th) ./doc/common/tables/ceilometer-collector.xml:18(th) ./doc/common/tables/cinder-hds-hus.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:18(th) ./doc/common/tables/heat-debug.xml:18(th) ./doc/common/tables/nova-kombu.xml:18(th) ./doc/common/tables/trove-guestagent.xml:18(th) ./doc/common/tables/nova-qpid.xml:18(th) ./doc/common/tables/glance-qpid.xml:18(th) ./doc/common/tables/sahara-rpc.xml:18(th) ./doc/common/tables/cinder-ibmnas.xml:18(th) ./doc/common/tables/glance-amqp.xml:18(th) ./doc/common/tables/cinder-fujitsu_eternus_dx.xml:18(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(literal) ./doc/common/tables/sahara-logging.xml:18(th) ./doc/common/tables/neutron-testing.xml:18(th) ./doc/common/tables/neutron-ca.xml:18(th) ./doc/common/tables/ceilometer-debug.xml:18(th) ./doc/common/tables/trove-compute.xml:18(th) ./doc/common/tables/sahara-rabbitmq.xml:18(th) ./doc/common/tables/cinder-rpc.xml:18(th) ./doc/common/tables/cinder-hpmsa.xml:18(th) ./doc/common/tables/cinder-storage_gpfs.xml:18(th) ./doc/common/tables/trove-zeromq.xml:18(th) ./doc/common/tables/neutron-lbaas.xml:18(th) ./doc/common/tables/cinder-backups_swift.xml:18(th) ./doc/common/tables/trove-database.xml:18(th) ./doc/common/tables/nova-authentication.xml:18(th) ./doc/common/tables/cinder-ca.xml:18(th) ./doc/common/tables/glance-gridfs.xml:18(th) ./doc/common/tables/neutron-notifier.xml:18(th) ./doc/common/tables/nova-rpc_all.xml:18(th) ./doc/common/tables/cinder-eqlx.xml:18(th) ./doc/common/tables/nova-ec2.xml:18(th) ./doc/common/tables/cinder-block-device.xml:18(th) ./doc/common/tables/neutron-metadata.xml:18(th) ./doc/common/tables/nova-fping.xml:18(th) ./doc/common/tables/trove-cluster.xml:18(th) ./doc/common/tables/sahara-qpid.xml:18(th) ./doc/common/tables/neutron-compute.xml:18(th) ./doc/common/tables/glance-imagecache.xml:18(th) ./doc/common/tables/cinder-nas.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:18(th) ./doc/common/tables/keystone-logging.xml:18(th) ./doc/common/tables/heat-rpc.xml:18(th) ./doc/common/tables/trove-taskmanager.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:18(th) ./doc/common/tables/cinder-hitachi.xml:18(th) ./doc/common/tables/cinder-images.xml:18(th) ./doc/common/tables/cinder-huawei.xml:18(th) ./doc/common/tables/nova-console.xml:18(th) ./doc/common/tables/cinder-nexenta_nfs.xml:18(th) ./doc/common/tables/nova-database.xml:18(th) ./doc/common/tables/nova-quota.xml:18(th) ./doc/common/tables/heat-logging.xml:18(th) ./doc/common/tables/heat-crypt.xml:18(th) ./doc/common/tables/cinder-coraid.xml:18(th) ./doc/common/tables/neutron-wsgi.xml:18(th) ./doc/common/tables/cinder-compute.xml:18(th) ./doc/common/tables/glance-wsgi.xml:18(th) ./doc/common/tables/neutron-qpid.xml:18(th) ./doc/common/tables/nova-rpc.xml:18(th) ./doc/common/tables/cinder-backups_tsm.xml:18(th) ./doc/common/tables/cinder-san.xml:18(th) ./doc/common/tables/nova-logging.xml:18(th) ./doc/common/tables/keystone-security.xml:18(th) ./doc/common/tables/nova-api.xml:18(th) ./doc/common/tables/trove-auth_token.xml:18(th) ./doc/common/tables/glance-cinder.xml:18(th) ./doc/common/tables/glance-common.xml:18(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:8(literal) ./doc/common/tables/trove-nova.xml:18(th) ./doc/common/tables/neutron-rabbitmq.xml:18(th) ./doc/common/tables/neutron-api.xml:18(th) ./doc/common/tables/trove-logging.xml:18(th) ./doc/common/tables/keystone-redis.xml:18(th) ./doc/common/tables/nova-xvpnvncproxy.xml:18(th) ./doc/common/tables/heat-clients_backends.xml:18(th) ./doc/common/tables/glance-testing.xml:18(th) ./doc/common/tables/neutron-common.xml:18(th) ./doc/common/tables/nova-hypervisor.xml:18(th) ./doc/common/tables/keystone-qpid.xml:18(th) ./doc/common/tables/nova-wsgi.xml:18(th) ./doc/common/tables/nova-configdrive.xml:18(th) ./doc/common/tables/ceilometer-qpid.xml:18(th) ./doc/common/tables/cinder-datera.xml:18(th) ./doc/common/tables/ceilometer-rabbitmq.xml:18(th) ./doc/common/tables/trove-debug.xml:18(th) ./doc/common/tables/trove-swift.xml:18(th) ./doc/common/tables/nova-libvirt.xml:18(th) ./doc/common/tables/ceilometer-amqp.xml:18(th) ./doc/common/tables/ceilometer-glance.xml:18(th) ./doc/common/tables/keystone-debug.xml:18(th) ./doc/common/tables/cinder-rootwrap.xml:18(th) ./doc/common/tables/cinder-nexenta_iscsi.xml:18(th) +#: ./doc/common/section_config_format.xml:135(literal) ./doc/common/tables/ceilometer-database.xml:18(th) ./doc/common/tables/neutron-openvswitch_agent.xml:18(th) ./doc/common/tables/heat-clients.xml:18(th) ./doc/common/tables/cinder-solidfire.xml:18(th) ./doc/common/tables/neutron-rpc.xml:18(th) ./doc/common/tables/nova-periodic.xml:18(th) ./doc/common/tables/keystone-policy.xml:18(th) ./doc/common/tables/glance-auth_token.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:18(th) ./doc/common/tables/cinder-nimble.xml:18(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(literal) ./doc/common/tables/ceilometer-redis.xml:18(th) ./doc/common/tables/cinder-storage_ceph.xml:18(th) ./doc/common/tables/nova-testing.xml:18(th) ./doc/common/tables/nova-metadata.xml:18(th) ./doc/common/tables/cinder-hp3par.xml:18(th) ./doc/common/tables/keystone-misc.xml:18(th) ./doc/common/tables/glance-ca.xml:18(th) ./doc/common/tables/neutron-scheduler.xml:18(th) ./doc/common/tables/cinder-fusionio.xml:18(th) ./doc/common/tables/cinder-storage_xen.xml:18(th) ./doc/common/tables/ceilometer-common.xml:18(th) ./doc/common/tables/cinder-pure.xml:18(th) ./doc/common/tables/cinder-database.xml:18(th) ./doc/common/tables/ceilometer-logging.xml:18(th) ./doc/common/tables/heat-common.xml:18(th) ./doc/common/tables/nova-ipv6.xml:18(th) ./doc/common/tables/sahara-zeromq.xml:18(th) ./doc/common/tables/nova-vnc.xml:18(th) ./doc/common/tables/trove-qpid.xml:18(th) ./doc/common/tables/keystone-api.xml:18(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:8(literal) ./doc/common/tables/glance-rpc.xml:18(th) ./doc/common/tables/neutron-policy.xml:18(th) ./doc/common/tables/nova-xen.xml:18(th) ./doc/common/tables/trove-amqp.xml:18(th) ./doc/common/tables/glance-matchmaker.xml:18(th) ./doc/common/tables/nova-rabbitmq.xml:18(th) ./doc/common/tables/sahara-database.xml:18(th) ./doc/common/tables/neutron-ml2_cisco.xml:18(th) ./doc/common/tables/nova-policy.xml:18(th) ./doc/common/tables/ceilometer-inspector.xml:18(th) ./doc/common/tables/cinder-scheduler.xml:18(th) ./doc/common/tables/neutron-logging.xml:18(th) ./doc/common/tables/nova-availabilityzones.xml:18(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:18(th) ./doc/common/tables/neutron-rootwrap.xml:18(th) ./doc/common/tables/cinder-auth.xml:18(th) ./doc/common/tables/heat-qpid.xml:18(th) ./doc/common/tables/neutron-auth_token.xml:18(th) ./doc/common/tables/nova-ldap.xml:18(th) ./doc/common/tables/sahara-debug.xml:18(th) ./doc/common/tables/cinder-quota.xml:18(th) ./doc/common/tables/nova-compute.xml:18(th) ./doc/common/tables/nova-scheduler.xml:18(th) ./doc/common/tables/cinder-backups_ceph.xml:18(th) ./doc/common/tables/heat-cfn_api.xml:18(th) ./doc/common/tables/neutron-vmware.xml:18(th) ./doc/common/tables/cinder-zfssa.xml:18(th) ./doc/common/tables/nova-zeromq.xml:18(th) ./doc/common/tables/cinder-storage.xml:18(th) ./doc/common/tables/glance-registry.xml:18(th) ./doc/common/tables/heat-quota.xml:18(th) ./doc/common/tables/trove-network.xml:18(th) ./doc/common/tables/nova-common.xml:18(th) ./doc/common/tables/nova-volumes.xml:18(th) ./doc/common/tables/neutron-dvr.xml:18(th) ./doc/common/tables/heat-zeromq.xml:18(th) ./doc/common/tables/heat-amqp.xml:18(th) ./doc/common/tables/cinder-logging.xml:18(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(literal) ./doc/common/tables/glance-rabbitmq.xml:18(th) ./doc/common/tables/neutron-l3_agent.xml:18(th) ./doc/common/tables/glance-policy.xml:18(th) ./doc/common/tables/nova-neutron.xml:18(th) ./doc/common/tables/cinder-backups.xml:18(th) ./doc/common/tables/cinder-zoning.xml:18(th) ./doc/common/tables/heat-notification.xml:18(th) ./doc/common/tables/nova-vpn.xml:18(th) ./doc/common/tables/trove-common.xml:18(th) ./doc/common/tables/trove-api.xml:18(th) ./doc/common/tables/cinder-zadara.xml:18(th) ./doc/common/tables/nova-conductor.xml:18(th) ./doc/common/tables/nova-livemigration.xml:18(th) ./doc/common/tables/heat-rabbitmq.xml:18(th) ./doc/common/tables/keystone-amqp.xml:18(th) ./doc/common/tables/keystone-rpc.xml:18(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-zones.xml:18(th) ./doc/common/tables/cinder-scality.xml:18(th) ./doc/common/tables/neutron-agent.xml:18(th) ./doc/common/tables/cinder-emc.xml:18(th) ./doc/common/tables/cinder-vmware.xml:18(th) ./doc/common/tables/heat-metadata_api.xml:18(th) ./doc/common/tables/trove-rabbitmq.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:18(th) ./doc/common/tables/neutron-ml2_ofa.xml:18(th) ./doc/common/tables/glance-api.xml:18(th) ./doc/common/tables/heat-waitcondition_api.xml:18(th) ./doc/common/tables/cinder-storwize.xml:18(th) ./doc/common/tables/cinder-hplefthand.xml:18(th) ./doc/common/tables/neutron-ipv6_ra.xml:18(th) ./doc/common/tables/nova-rootwrap.xml:18(th) ./doc/common/tables/heat-loadbalancer.xml:18(th) ./doc/common/tables/ceilometer-api.xml:18(th) ./doc/common/tables/ceilometer-exchange.xml:18(th) ./doc/common/tables/cinder-lvm.xml:18(th) ./doc/common/tables/trove-dns.xml:18(th) ./doc/common/tables/sahara-amqp.xml:18(th) ./doc/common/tables/trove-volume.xml:18(th) ./doc/common/tables/heat-auth_token.xml:18(th) ./doc/common/tables/neutron-quotas.xml:18(th) ./doc/common/tables/cinder-storage_nfs.xml:18(th) ./doc/common/tables/cinder-hds-hnas.xml:18(th) ./doc/common/tables/heat-api.xml:18(th) ./doc/common/tables/neutron-ryu.xml:18(th) ./doc/common/tables/glance-logging.xml:18(th) ./doc/common/tables/cinder-swift.xml:18(th) ./doc/common/tables/neutron-metering_agent.xml:18(th) ./doc/common/tables/neutron-zeromq.xml:18(th) ./doc/common/tables/cinder-storage_glusterfs.xml:18(th) ./doc/common/tables/cinder-common.xml:18(th) ./doc/common/tables/glance-swift.xml:18(th) ./doc/common/tables/trove-quota.xml:18(th) ./doc/common/tables/trove-clients.xml:18(th) ./doc/common/tables/cinder-auth_token.xml:18(th) ./doc/common/tables/cinder-xiv.xml:18(th) ./doc/common/tables/nova-glance.xml:18(th) ./doc/common/tables/keystone-auth_token.xml:18(th) ./doc/common/tables/nova-s3.xml:18(th) ./doc/common/tables/nova-pci.xml:18(th) ./doc/common/tables/sahara-common.xml:18(th) ./doc/common/tables/cinder-api.xml:18(th) ./doc/common/tables/trove-heat.xml:18(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-windows.xml:18(th) ./doc/common/tables/cinder-san-solaris.xml:18(th) ./doc/common/tables/keystone-rabbitmq.xml:18(th) ./doc/common/tables/keystone-zeromq.xml:18(th) ./doc/common/tables/glance-zeromq.xml:18(th) ./doc/common/tables/neutron-cfg_agent.xml:18(th) ./doc/common/tables/ceilometer-rpc.xml:18(th) ./doc/common/tables/trove-rpc.xml:18(th) ./doc/common/tables/ceilometer-swift.xml:18(th) ./doc/common/tables/trove-backup.xml:18(th) ./doc/common/tables/nova-network.xml:18(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:18(th) ./doc/common/tables/nova-ca.xml:18(th) ./doc/common/tables/neutron-dhcp_agent.xml:18(th) ./doc/common/tables/ceilometer-collector.xml:18(th) ./doc/common/tables/cinder-hds-hus.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:18(th) ./doc/common/tables/heat-debug.xml:18(th) ./doc/common/tables/nova-kombu.xml:18(th) ./doc/common/tables/trove-guestagent.xml:18(th) ./doc/common/tables/nova-qpid.xml:18(th) ./doc/common/tables/glance-qpid.xml:18(th) ./doc/common/tables/sahara-rpc.xml:18(th) ./doc/common/tables/cinder-ibmnas.xml:18(th) ./doc/common/tables/glance-amqp.xml:18(th) ./doc/common/tables/cinder-fujitsu_eternus_dx.xml:18(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(literal) ./doc/common/tables/sahara-logging.xml:18(th) ./doc/common/tables/neutron-testing.xml:18(th) ./doc/common/tables/neutron-ca.xml:18(th) ./doc/common/tables/ceilometer-debug.xml:18(th) ./doc/common/tables/trove-compute.xml:18(th) ./doc/common/tables/sahara-rabbitmq.xml:18(th) ./doc/common/tables/cinder-rpc.xml:18(th) ./doc/common/tables/cinder-hpmsa.xml:18(th) ./doc/common/tables/cinder-storage_gpfs.xml:18(th) ./doc/common/tables/trove-zeromq.xml:18(th) ./doc/common/tables/neutron-lbaas.xml:18(th) ./doc/common/tables/cinder-backups_swift.xml:18(th) ./doc/common/tables/trove-database.xml:18(th) ./doc/common/tables/nova-authentication.xml:18(th) ./doc/common/tables/cinder-ca.xml:18(th) ./doc/common/tables/neutron-notifier.xml:18(th) ./doc/common/tables/nova-rpc_all.xml:18(th) ./doc/common/tables/cinder-eqlx.xml:18(th) ./doc/common/tables/nova-ec2.xml:18(th) ./doc/common/tables/cinder-block-device.xml:18(th) ./doc/common/tables/neutron-metadata.xml:18(th) ./doc/common/tables/nova-fping.xml:18(th) ./doc/common/tables/trove-cluster.xml:18(th) ./doc/common/tables/sahara-qpid.xml:18(th) ./doc/common/tables/neutron-compute.xml:18(th) ./doc/common/tables/glance-imagecache.xml:18(th) ./doc/common/tables/cinder-nas.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:18(th) ./doc/common/tables/keystone-logging.xml:18(th) ./doc/common/tables/heat-rpc.xml:18(th) ./doc/common/tables/trove-taskmanager.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:18(th) ./doc/common/tables/cinder-hitachi.xml:18(th) ./doc/common/tables/cinder-images.xml:18(th) ./doc/common/tables/cinder-huawei.xml:18(th) ./doc/common/tables/nova-console.xml:18(th) ./doc/common/tables/cinder-nexenta_nfs.xml:18(th) ./doc/common/tables/nova-database.xml:18(th) ./doc/common/tables/nova-quota.xml:18(th) ./doc/common/tables/heat-logging.xml:18(th) ./doc/common/tables/heat-crypt.xml:18(th) ./doc/common/tables/cinder-coraid.xml:18(th) ./doc/common/tables/neutron-wsgi.xml:18(th) ./doc/common/tables/cinder-compute.xml:18(th) ./doc/common/tables/glance-wsgi.xml:18(th) ./doc/common/tables/neutron-qpid.xml:18(th) ./doc/common/tables/nova-rpc.xml:18(th) ./doc/common/tables/cinder-backups_tsm.xml:18(th) ./doc/common/tables/cinder-san.xml:18(th) ./doc/common/tables/nova-logging.xml:18(th) ./doc/common/tables/keystone-security.xml:18(th) ./doc/common/tables/nova-api.xml:18(th) ./doc/common/tables/trove-auth_token.xml:18(th) ./doc/common/tables/glance-common.xml:18(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:8(literal) ./doc/common/tables/trove-nova.xml:18(th) ./doc/common/tables/neutron-rabbitmq.xml:18(th) ./doc/common/tables/neutron-api.xml:18(th) ./doc/common/tables/trove-logging.xml:18(th) ./doc/common/tables/keystone-redis.xml:18(th) ./doc/common/tables/nova-xvpnvncproxy.xml:18(th) ./doc/common/tables/heat-clients_backends.xml:18(th) ./doc/common/tables/glance-testing.xml:18(th) ./doc/common/tables/neutron-common.xml:18(th) ./doc/common/tables/nova-hypervisor.xml:18(th) ./doc/common/tables/keystone-qpid.xml:18(th) ./doc/common/tables/nova-wsgi.xml:18(th) ./doc/common/tables/nova-configdrive.xml:18(th) ./doc/common/tables/ceilometer-qpid.xml:18(th) ./doc/common/tables/cinder-datera.xml:18(th) ./doc/common/tables/ceilometer-rabbitmq.xml:18(th) ./doc/common/tables/trove-debug.xml:18(th) ./doc/common/tables/trove-swift.xml:18(th) ./doc/common/tables/nova-libvirt.xml:18(th) ./doc/common/tables/ceilometer-amqp.xml:18(th) ./doc/common/tables/ceilometer-glance.xml:18(th) ./doc/common/tables/keystone-debug.xml:18(th) ./doc/common/tables/cinder-rootwrap.xml:18(th) ./doc/common/tables/cinder-nexenta_iscsi.xml:18(th) msgid "[DEFAULT]" msgstr "" @@ -10831,12 +10831,16 @@ msgstr "" msgid "Description of RBD configuration options" msgstr "" +#: ./doc/common/tables/glance-rbd.xml:18(th) ./doc/common/tables/glance-vmware.xml:18(th) ./doc/common/tables/glance-api.xml:73(th) ./doc/common/tables/glance-s3.xml:18(th) ./doc/common/tables/glance-swift.xml:41(th) ./doc/common/tables/glance-sheepdog.xml:18(th) ./doc/common/tables/glance-filesystem.xml:18(th) ./doc/common/tables/glance-gridfs.xml:18(th) ./doc/common/tables/glance-cinder.xml:18(th) ./doc/common/tables/glance-common.xml:101(th) +msgid "[glance_store]" +msgstr "" + #: ./doc/common/tables/glance-rbd.xml:21(td) msgid "rbd_store_ceph_conf = /etc/ceph/ceph.conf" msgstr "" #: ./doc/common/tables/glance-rbd.xml:22(td) -msgid "(StrOpt) Ceph configuration file path. If <None>, librados will locate the default config. If using cephx authentication, this file should include a reference to the right keyring in a client.<USER> section." +msgid "(StrOpt) Ceph configuration file path. If <None>, librados will locate the default config. If using cephx authentication, this file should include a reference to the right keyring in a client.<USER> section" msgstr "" #: ./doc/common/tables/glance-rbd.xml:25(td) @@ -10860,7 +10864,7 @@ msgid "rbd_store_user = None" msgstr "" #: ./doc/common/tables/glance-rbd.xml:34(td) -msgid "(StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If <None>, a default will be chosen based on the client. section in rbd_store_ceph_conf)." +msgid "(StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If <None>, a default will be chosen based on the client. section in rbd_store_ceph_conf)" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml:7(caption) @@ -13911,7 +13915,7 @@ msgstr "" msgid "(StrOpt) Password to use for OpenStack service access." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:41(td) ./doc/common/tables/nova-volumes.xml:79(td) ./doc/common/tables/trove-api.xml:77(td) ./doc/common/tables/sahara-common.xml:95(td) ./doc/common/tables/cinder-compute.xml:45(td) ./doc/common/tables/glance-common.xml:77(td) +#: ./doc/common/tables/ceilometer-auth.xml:41(td) ./doc/common/tables/nova-volumes.xml:79(td) ./doc/common/tables/trove-api.xml:77(td) ./doc/common/tables/sahara-common.xml:95(td) ./doc/common/tables/cinder-compute.xml:45(td) ./doc/common/tables/glance-common.xml:104(td) msgid "os_region_name = None" msgstr "" @@ -15137,7 +15141,7 @@ msgstr "" msgid "[DEFAULT] default_swift_reference = ref1" msgstr "" -#: ./doc/common/tables/glance-conf-changes.xml:17(td) ./doc/common/tables/glance-conf-changes.xml:33(td) ./doc/common/tables/glance-api.xml:38(td) +#: ./doc/common/tables/glance-conf-changes.xml:17(td) ./doc/common/tables/glance-conf-changes.xml:33(td) ./doc/common/tables/glance-swift.xml:22(td) ./doc/common/tables/glance-swift.xml:45(td) msgid "(StrOpt) The reference to the default swift account/backing store parameters to use for adding new images." msgstr "" @@ -15145,7 +15149,7 @@ msgstr "" msgid "[DEFAULT] metadata_source_path = /etc/glance/metadefs/" msgstr "" -#: ./doc/common/tables/glance-conf-changes.xml:21(td) +#: ./doc/common/tables/glance-conf-changes.xml:21(td) ./doc/common/tables/glance-common.xml:78(td) msgid "(StrOpt) Path to the directory where json metadata files are stored" msgstr "" @@ -15153,7 +15157,7 @@ msgstr "" msgid "[DEFAULT] swift_store_config_file = None" msgstr "" -#: ./doc/common/tables/glance-conf-changes.xml:25(td) ./doc/common/tables/glance-conf-changes.xml:41(td) ./doc/common/tables/glance-swift.xml:42(td) +#: ./doc/common/tables/glance-conf-changes.xml:25(td) ./doc/common/tables/glance-conf-changes.xml:41(td) ./doc/common/tables/glance-swift.xml:30(td) ./doc/common/tables/glance-swift.xml:69(td) msgid "(StrOpt) The config file that has the swift account(s)configs." msgstr "" @@ -15169,7 +15173,7 @@ msgstr "" msgid "[glance_store] swift_store_auth_address = None" msgstr "" -#: ./doc/common/tables/glance-conf-changes.xml:37(td) ./doc/common/tables/glance-swift.xml:30(td) +#: ./doc/common/tables/glance-conf-changes.xml:37(td) ./doc/common/tables/glance-swift.xml:26(td) ./doc/common/tables/glance-swift.xml:57(td) msgid "(StrOpt) The address where the Swift authentication service is listening.(deprecated)" msgstr "" @@ -15181,7 +15185,7 @@ msgstr "" msgid "[glance_store] swift_store_key = None" msgstr "" -#: ./doc/common/tables/glance-conf-changes.xml:45(td) ./doc/common/tables/glance-swift.xml:58(td) +#: ./doc/common/tables/glance-conf-changes.xml:45(td) ./doc/common/tables/glance-swift.xml:34(td) ./doc/common/tables/glance-swift.xml:85(td) msgid "(StrOpt) Auth key for the user authenticating against the Swift authentication service. (deprecated)" msgstr "" @@ -15189,7 +15193,7 @@ msgstr "" msgid "[glance_store] swift_store_user = None" msgstr "" -#: ./doc/common/tables/glance-conf-changes.xml:49(td) ./doc/common/tables/glance-swift.xml:90(td) +#: ./doc/common/tables/glance-conf-changes.xml:49(td) ./doc/common/tables/glance-swift.xml:38(td) ./doc/common/tables/glance-swift.xml:117(td) msgid "(StrOpt) The user to authenticate against the Swift authentication service (deprecated)" msgstr "" @@ -15213,7 +15217,7 @@ msgstr "" msgid "[task] eventlet_executor_pool_size = 1000" msgstr "" -#: ./doc/common/tables/glance-conf-changes.xml:73(td) +#: ./doc/common/tables/glance-conf-changes.xml:73(td) ./doc/common/tables/glance-common.xml:123(td) msgid "(IntOpt) Specifies the maximum number of eventlet threads which can be spun up by the eventlet based task executor to perform execution of Glance tasks." msgstr "" @@ -15221,7 +15225,7 @@ msgstr "" msgid "[task] task_executor = eventlet" msgstr "" -#: ./doc/common/tables/glance-conf-changes.xml:77(td) +#: ./doc/common/tables/glance-conf-changes.xml:77(td) ./doc/common/tables/glance-common.xml:127(td) msgid "(StrOpt) Specifies which task executor to be used to run the task scripts." msgstr "" @@ -15953,11 +15957,11 @@ msgstr "" msgid "(IntOpt) The maximum number of iSCSI target IDs per host" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:49(td) +#: ./doc/common/tables/cinder-storage.xml:49(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:45(td) msgid "iscsi_port = 3260" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:50(td) +#: ./doc/common/tables/cinder-storage.xml:50(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:46(td) msgid "(IntOpt) The port that the iSCSI daemon is listening on" msgstr "" @@ -18111,7 +18115,7 @@ msgstr "" msgid "api_insecure = False" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:52(td) ./doc/common/tables/nova-conf-changes.xml:45(td) +#: ./doc/common/tables/nova-volumes.xml:52(td) ./doc/common/tables/nova-conf-changes.xml:45(td) ./doc/common/tables/glance-cinder.xml:22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" msgstr "" @@ -18143,7 +18147,7 @@ msgstr "" msgid "endpoint_template = None" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:68(td) ./doc/common/tables/nova-conf-changes.xml:61(td) +#: ./doc/common/tables/nova-volumes.xml:68(td) ./doc/common/tables/nova-conf-changes.xml:61(td) ./doc/common/tables/glance-cinder.xml:34(td) msgid "(StrOpt) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v1/%(project_id)s" msgstr "" @@ -18151,7 +18155,7 @@ msgstr "" msgid "http_retries = 3" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:72(td) ./doc/common/tables/nova-conf-changes.xml:65(td) +#: ./doc/common/tables/nova-volumes.xml:72(td) ./doc/common/tables/nova-conf-changes.xml:65(td) ./doc/common/tables/glance-cinder.xml:38(td) msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" @@ -18163,7 +18167,7 @@ msgstr "" msgid "(IntOpt) HTTP inactivity timeout (in seconds)" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:80(td) ./doc/common/tables/nova-conf-changes.xml:73(td) ./doc/common/tables/cinder-compute.xml:46(td) +#: ./doc/common/tables/nova-volumes.xml:80(td) ./doc/common/tables/nova-conf-changes.xml:73(td) ./doc/common/tables/cinder-compute.xml:46(td) ./doc/common/tables/glance-common.xml:105(td) msgid "(StrOpt) Region name of this node" msgstr "" @@ -20948,115 +20952,111 @@ msgstr "" msgid "default_publisher_id = image.localhost" msgstr "" -#: ./doc/common/tables/glance-api.xml:33(td) -msgid "default_store = file" -msgstr "" - -#: ./doc/common/tables/glance-api.xml:34(td) -msgid "(StrOpt) Default scheme to use to store image data. The scheme must be registered by one of the stores defined by the 'known_stores' config option." -msgstr "" - -#: ./doc/common/tables/glance-api.xml:37(td) -msgid "default_swift_reference = ref1" -msgstr "" - -#: ./doc/common/tables/glance-api.xml:41(td) ./doc/common/tables/cinder-api.xml:37(td) +#: ./doc/common/tables/glance-api.xml:33(td) ./doc/common/tables/cinder-api.xml:37(td) msgid "enable_v1_api = True" msgstr "" -#: ./doc/common/tables/glance-api.xml:42(td) +#: ./doc/common/tables/glance-api.xml:34(td) msgid "(BoolOpt) Deploy the v1 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml:45(td) +#: ./doc/common/tables/glance-api.xml:37(td) msgid "enable_v1_registry = True" msgstr "" -#: ./doc/common/tables/glance-api.xml:46(td) +#: ./doc/common/tables/glance-api.xml:38(td) msgid "(BoolOpt) Deploy the v1 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-api.xml:49(td) ./doc/common/tables/cinder-api.xml:41(td) +#: ./doc/common/tables/glance-api.xml:41(td) ./doc/common/tables/cinder-api.xml:41(td) msgid "enable_v2_api = True" msgstr "" -#: ./doc/common/tables/glance-api.xml:50(td) +#: ./doc/common/tables/glance-api.xml:42(td) msgid "(BoolOpt) Deploy the v2 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml:53(td) +#: ./doc/common/tables/glance-api.xml:45(td) msgid "enable_v2_registry = True" msgstr "" -#: ./doc/common/tables/glance-api.xml:54(td) +#: ./doc/common/tables/glance-api.xml:46(td) msgid "(BoolOpt) Deploy the v2 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-api.xml:57(td) +#: ./doc/common/tables/glance-api.xml:49(td) msgid "image_size_cap = 1099511627776" msgstr "" -#: ./doc/common/tables/glance-api.xml:58(td) +#: ./doc/common/tables/glance-api.xml:50(td) msgid "(IntOpt) Maximum size of image a user can upload in bytes. Defaults to 1099511627776 bytes (1 TB)." msgstr "" -#: ./doc/common/tables/glance-api.xml:61(td) -msgid "known_stores = glance.store.filesystem.Store, glance.store.http.Store" -msgstr "" - -#: ./doc/common/tables/glance-api.xml:62(td) -msgid "(ListOpt) List of which store classes and store class locations are currently known to glance at startup." -msgstr "" - -#: ./doc/common/tables/glance-api.xml:65(td) +#: ./doc/common/tables/glance-api.xml:53(td) msgid "location_strategy = location_order" msgstr "" -#: ./doc/common/tables/glance-api.xml:66(td) +#: ./doc/common/tables/glance-api.xml:54(td) msgid "(StrOpt) This value sets what strategy will be used to determine the image location order. Currently two strategies are packaged with Glance 'location_order' and 'store_type'." msgstr "" -#: ./doc/common/tables/glance-api.xml:69(td) +#: ./doc/common/tables/glance-api.xml:57(td) msgid "owner_is_tenant = True" msgstr "" -#: ./doc/common/tables/glance-api.xml:70(td) +#: ./doc/common/tables/glance-api.xml:58(td) msgid "(BoolOpt) When true, this option sets the owner of an image to be the tenant. Otherwise, the owner of the image will be the authenticated user issuing the request." msgstr "" -#: ./doc/common/tables/glance-api.xml:73(td) +#: ./doc/common/tables/glance-api.xml:61(td) msgid "send_identity_headers = False" msgstr "" -#: ./doc/common/tables/glance-api.xml:74(td) +#: ./doc/common/tables/glance-api.xml:62(td) msgid "(BoolOpt) Whether to pass through headers containing user and tenant information when making requests to the registry. This allows the registry to use the context middleware without keystonemiddleware's auth_token middleware, removing calls to the keystone auth service. It is recommended that when using this option, secure communication between glance api and glance registry is ensured by means other than auth_token middleware." msgstr "" -#: ./doc/common/tables/glance-api.xml:77(td) +#: ./doc/common/tables/glance-api.xml:65(td) msgid "show_multiple_locations = False" msgstr "" -#: ./doc/common/tables/glance-api.xml:78(td) +#: ./doc/common/tables/glance-api.xml:66(td) msgid "(BoolOpt) Whether to include the backend image locations in image properties. Revealing storage location can be a security risk, so use this setting with caution! The overrides show_image_direct_url." msgstr "" -#: ./doc/common/tables/glance-api.xml:81(td) +#: ./doc/common/tables/glance-api.xml:69(td) msgid "use_user_token = True" msgstr "" -#: ./doc/common/tables/glance-api.xml:82(td) +#: ./doc/common/tables/glance-api.xml:70(td) msgid "(BoolOpt) Whether to pass through the user token when making requests to the registry." msgstr "" -#: ./doc/common/tables/glance-api.xml:85(th) +#: ./doc/common/tables/glance-api.xml:76(td) +msgid "default_store = file" +msgstr "" + +#: ./doc/common/tables/glance-api.xml:77(td) +msgid "(StrOpt) Default scheme to use to store image data. The scheme must be registered by one of the stores defined by the 'stores' config option." +msgstr "" + +#: ./doc/common/tables/glance-api.xml:80(td) +msgid "stores = file, http" +msgstr "" + +#: ./doc/common/tables/glance-api.xml:81(td) +msgid "(ListOpt) List of stores enabled" +msgstr "" + +#: ./doc/common/tables/glance-api.xml:84(th) msgid "[store_type_location_strategy]" msgstr "" -#: ./doc/common/tables/glance-api.xml:88(td) +#: ./doc/common/tables/glance-api.xml:87(td) msgid "store_type_preference =" msgstr "" -#: ./doc/common/tables/glance-api.xml:89(td) +#: ./doc/common/tables/glance-api.xml:88(td) msgid "(ListOpt) The store names to use to get store preference order. The name must be registered by one of the stores defined by the 'known_stores' config option. This option will be applied when you using 'store_type' option as image location strategy defined by the 'location_strategy' config option." msgstr "" @@ -21421,45 +21421,21 @@ msgid "(StrOpt) The host where the S3 server is listening." msgstr "" #: ./doc/common/tables/glance-s3.xml:41(td) -msgid "s3_store_large_object_chunk_size = 10" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml:42(td) -msgid "(IntOpt) What multipart upload part size, in MB, should S3 use when uploading parts. The size must be greater than or equal to 5M." -msgstr "" - -#: ./doc/common/tables/glance-s3.xml:45(td) -msgid "s3_store_large_object_size = 100" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml:46(td) -msgid "(IntOpt) What size, in MB, should S3 start chunking image files and do a multipart upload in S3." -msgstr "" - -#: ./doc/common/tables/glance-s3.xml:49(td) msgid "s3_store_object_buffer_dir = None" msgstr "" -#: ./doc/common/tables/glance-s3.xml:50(td) +#: ./doc/common/tables/glance-s3.xml:42(td) msgid "(StrOpt) The local directory where uploads will be staged before they are transferred into S3." msgstr "" -#: ./doc/common/tables/glance-s3.xml:53(td) +#: ./doc/common/tables/glance-s3.xml:45(td) msgid "s3_store_secret_key = None" msgstr "" -#: ./doc/common/tables/glance-s3.xml:54(td) +#: ./doc/common/tables/glance-s3.xml:46(td) msgid "(StrOpt) The S3 query token secret key." msgstr "" -#: ./doc/common/tables/glance-s3.xml:57(td) -msgid "s3_store_thread_pools = 10" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml:58(td) -msgid "(IntOpt) The number of thread pools to perform a multipart upload in S3." -msgstr "" - #: ./doc/common/tables/nova-rootwrap.xml:21(td) msgid "filters_path = /etc/nova/rootwrap.d,/usr/share/nova/rootwrap" msgstr "" @@ -23021,132 +22997,136 @@ msgstr "" msgid "(BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy." msgstr "" -#: ./doc/common/tables/glance-swift.xml:21(td) -msgid "swift_enable_snet = False" +#: ./doc/common/tables/glance-swift.xml:21(td) ./doc/common/tables/glance-swift.xml:44(td) +msgid "default_swift_reference = ref1" msgstr "" -#: ./doc/common/tables/glance-swift.xml:22(td) -msgid "(BoolOpt) Whether to use ServiceNET to communicate with the Swift storage servers." -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:25(td) -msgid "swift_store_admin_tenants =" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:26(td) -msgid "(ListOpt) A list of tenants that will be granted read/write access on all Swift containers created by Glance in multi-tenant mode." -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:29(td) +#: ./doc/common/tables/glance-swift.xml:25(td) ./doc/common/tables/glance-swift.xml:56(td) msgid "swift_store_auth_address = None" msgstr "" -#: ./doc/common/tables/glance-swift.xml:33(td) -msgid "swift_store_auth_insecure = False" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:34(td) -msgid "(BoolOpt) If True, swiftclient won't check for a valid SSL certificate when authenticating." -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:37(td) -msgid "swift_store_auth_version = 2" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:38(td) -msgid "(StrOpt) Version of the authentication service to use. Valid versions are 2 for keystone and 1 for swauth and rackspace. (deprecated)" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:41(td) +#: ./doc/common/tables/glance-swift.xml:29(td) ./doc/common/tables/glance-swift.xml:68(td) msgid "swift_store_config_file = None" msgstr "" -#: ./doc/common/tables/glance-swift.xml:45(td) -msgid "swift_store_container = glance" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:46(td) -msgid "(StrOpt) Container within the account that the account should use for storing images in Swift." -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:49(td) -msgid "swift_store_create_container_on_put = False" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:50(td) -msgid "(BoolOpt) A boolean value that determines if we create the container if it does not exist." -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:53(td) -msgid "swift_store_endpoint_type = publicURL" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:54(td) -msgid "(StrOpt) A string giving the endpoint type of the swift service to use (publicURL, adminURL or internalURL). This setting is only used if swift_store_auth_version is 2." -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:57(td) +#: ./doc/common/tables/glance-swift.xml:33(td) ./doc/common/tables/glance-swift.xml:84(td) msgid "swift_store_key = None" msgstr "" -#: ./doc/common/tables/glance-swift.xml:61(td) -msgid "swift_store_large_object_chunk_size = 200" +#: ./doc/common/tables/glance-swift.xml:37(td) ./doc/common/tables/glance-swift.xml:116(td) +msgid "swift_store_user = None" msgstr "" -#: ./doc/common/tables/glance-swift.xml:62(td) -msgid "(IntOpt) The amount of data written to a temporary disk buffer during the process of chunking the image file." +#: ./doc/common/tables/glance-swift.xml:48(td) +msgid "swift_enable_snet = False" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:49(td) +msgid "(BoolOpt) Whether to use ServiceNET to communicate with the Swift storage servers." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:52(td) +msgid "swift_store_admin_tenants =" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:53(td) +msgid "(ListOpt) A list of tenants that will be granted read/write access on all Swift containers created by Glance in multi-tenant mode." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:60(td) +msgid "swift_store_auth_insecure = False" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:61(td) +msgid "(BoolOpt) If True, swiftclient won't check for a valid SSL certificate when authenticating." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:64(td) +msgid "swift_store_auth_version = 2" msgstr "" #: ./doc/common/tables/glance-swift.xml:65(td) -msgid "swift_store_large_object_size = 5120" +msgid "(StrOpt) Version of the authentication service to use. Valid versions are 2 for keystone and 1 for swauth and rackspace. (deprecated)" msgstr "" -#: ./doc/common/tables/glance-swift.xml:66(td) -msgid "(IntOpt) The size, in MB, that Glance will start chunking image files and do a large object manifest in Swift." -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:69(td) -msgid "swift_store_multi_tenant = False" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:70(td) -msgid "(BoolOpt) If set to True, enables multi-tenant storage mode which causes Glance images to be stored in tenant specific Swift accounts." +#: ./doc/common/tables/glance-swift.xml:72(td) +msgid "swift_store_container = glance" msgstr "" #: ./doc/common/tables/glance-swift.xml:73(td) -msgid "swift_store_region = None" +msgid "(StrOpt) Container within the account that the account should use for storing images in Swift." msgstr "" -#: ./doc/common/tables/glance-swift.xml:74(td) -msgid "(StrOpt) The region of the swift endpoint to be used for single tenant. This setting is only necessary if the tenant has multiple swift endpoints." +#: ./doc/common/tables/glance-swift.xml:76(td) +msgid "swift_store_create_container_on_put = False" msgstr "" #: ./doc/common/tables/glance-swift.xml:77(td) -msgid "swift_store_retry_get_count = 0" +msgid "(BoolOpt) A boolean value that determines if we create the container if it does not exist." msgstr "" -#: ./doc/common/tables/glance-swift.xml:78(td) -msgid "(IntOpt) The number of times a Swift download will be retried before the request fails." +#: ./doc/common/tables/glance-swift.xml:80(td) +msgid "swift_store_endpoint_type = publicURL" msgstr "" #: ./doc/common/tables/glance-swift.xml:81(td) -msgid "swift_store_service_type = object-store" +msgid "(StrOpt) A string giving the endpoint type of the swift service to use (publicURL, adminURL or internalURL). This setting is only used if swift_store_auth_version is 2." msgstr "" -#: ./doc/common/tables/glance-swift.xml:82(td) -msgid "(StrOpt) A string giving the service type of the swift service to use. This setting is only used if swift_store_auth_version is 2." -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:85(td) -msgid "swift_store_ssl_compression = True" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml:86(td) -msgid "(BoolOpt) If set to False, disables SSL layer compression of https swift requests. Setting to False may improve performance for images which are already in a compressed format, eg qcow2." +#: ./doc/common/tables/glance-swift.xml:88(td) +msgid "swift_store_large_object_chunk_size = 200" msgstr "" #: ./doc/common/tables/glance-swift.xml:89(td) -msgid "swift_store_user = None" +msgid "(IntOpt) The amount of data written to a temporary disk buffer during the process of chunking the image file." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:92(td) +msgid "swift_store_large_object_size = 5120" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:93(td) +msgid "(IntOpt) The size, in MB, that Glance will start chunking image files and do a large object manifest in Swift." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:96(td) +msgid "swift_store_multi_tenant = False" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:97(td) +msgid "(BoolOpt) If set to True, enables multi-tenant storage mode which causes Glance images to be stored in tenant specific Swift accounts." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:100(td) +msgid "swift_store_region = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:101(td) +msgid "(StrOpt) The region of the swift endpoint to be used for single tenant. This setting is only necessary if the tenant has multiple swift endpoints." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:104(td) +msgid "swift_store_retry_get_count = 0" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:105(td) +msgid "(IntOpt) The number of times a Swift download will be retried before the request fails." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:108(td) +msgid "swift_store_service_type = object-store" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:109(td) +msgid "(StrOpt) A string giving the service type of the swift service to use. This setting is only used if swift_store_auth_version is 2." +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:112(td) +msgid "swift_store_ssl_compression = True" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml:113(td) +msgid "(BoolOpt) If set to False, disables SSL layer compression of https swift requests. Setting to False may improve performance for images which are already in a compressed format, eg qcow2." msgstr "" #: ./doc/common/tables/trove-quota.xml:21(td) @@ -25227,7 +25207,7 @@ msgid "Description of Sheepdog configuration options" msgstr "" #: ./doc/common/tables/glance-sheepdog.xml:21(td) -msgid "sheepdog_store_address = 127.0.0.1" +msgid "sheepdog_store_address = localhost" msgstr "" #: ./doc/common/tables/glance-sheepdog.xml:22(td) @@ -25623,10 +25603,18 @@ msgid "(MultiStrOpt) List of directories and its priorities to which the Filesys msgstr "" #: ./doc/common/tables/glance-filesystem.xml:29(td) -msgid "filesystem_store_metadata_file = None" +msgid "filesystem_store_file_perm = 0" msgstr "" #: ./doc/common/tables/glance-filesystem.xml:30(td) +msgid "(IntOpt) The required permission for created image file. In this way the user other service used, e.g. Nova, who consumes the image could be the exclusive member of the group that owns the files created. Assigning it less then or equal to zero means don't change the default permission of the file. This value will be decoded as an octal digit." +msgstr "" + +#: ./doc/common/tables/glance-filesystem.xml:33(td) +msgid "filesystem_store_metadata_file = None" +msgstr "" + +#: ./doc/common/tables/glance-filesystem.xml:34(td) msgid "(StrOpt) The path to a file which contains the metadata to be returned with any location associated with this store. The file must contain a valid JSON dict." msgstr "" @@ -28288,7 +28276,7 @@ msgid "mongodb_store_db = None" msgstr "" #: ./doc/common/tables/glance-gridfs.xml:22(td) -msgid "(StrOpt) Database to use." +msgid "(StrOpt) Database to use" msgstr "" #: ./doc/common/tables/glance-gridfs.xml:25(td) @@ -28296,7 +28284,7 @@ msgid "mongodb_store_uri = None" msgstr "" #: ./doc/common/tables/glance-gridfs.xml:26(td) -msgid "(StrOpt) Hostname or IP address of the instance to connect to, or a mongodb URI, or a list of hostnames / mongodb URIs. If host is an IPv6 literal it must be enclosed in '[' and ']' characters following the RFC2732 URL syntax (e.g. '[::1]' for localhost)." +msgid "(StrOpt) Hostname or IP address of the instance to connect to, or a mongodb URI, or a list of hostnames / mongodb URIs. If host is an IPv6 literal it must be enclosed in '[' and ']' characters following the RFC2732 URL syntax (e.g. '[::1]' for localhost)" msgstr "" #: ./doc/common/tables/neutron-notifier.xml:7(caption) @@ -30787,16 +30775,12 @@ msgstr "" msgid "cinder_api_insecure = False" msgstr "" -#: ./doc/common/tables/glance-cinder.xml:22(td) -msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder." -msgstr "" - #: ./doc/common/tables/glance-cinder.xml:25(td) msgid "cinder_ca_certificates_file = None" msgstr "" #: ./doc/common/tables/glance-cinder.xml:26(td) -msgid "(StrOpt) Location of CA certicates file to use for cinder client requests." +msgid "(StrOpt) Location of ca certicates file to use for cinder client requests." msgstr "" #: ./doc/common/tables/glance-cinder.xml:29(td) @@ -30804,25 +30788,17 @@ msgid "cinder_catalog_info = volume:cinder:publicURL" msgstr "" #: ./doc/common/tables/glance-cinder.xml:30(td) -msgid "(StrOpt) Info to match when looking for cinder in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type>." +msgid "(StrOpt) Info to match when looking for cinder in the service catalog. Format is : separated values of the form: <service_type>:<service_name>:<endpoint_type>" msgstr "" #: ./doc/common/tables/glance-cinder.xml:33(td) msgid "cinder_endpoint_template = None" msgstr "" -#: ./doc/common/tables/glance-cinder.xml:34(td) -msgid "(StrOpt) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v1/%(project_id)s." -msgstr "" - #: ./doc/common/tables/glance-cinder.xml:37(td) msgid "cinder_http_retries = 3" msgstr "" -#: ./doc/common/tables/glance-cinder.xml:38(td) -msgid "(IntOpt) Number of cinderclient retries on failed http calls." -msgstr "" - #: ./doc/common/tables/swift-object-server-object-updater.xml:8(literal) msgid "[object-updater]" msgstr "" @@ -30911,8 +30887,8 @@ msgstr "" msgid "(StrOpt) Key used for encrypting sensitive metadata while talking to the registry or database." msgstr "" -#: ./doc/common/tables/glance-common.xml:78(td) -msgid "(StrOpt) Region name of this node." +#: ./doc/common/tables/glance-common.xml:77(td) +msgid "metadata_source_path = /etc/glance/metadefs/" msgstr "" #: ./doc/common/tables/glance-common.xml:81(td) @@ -30955,35 +30931,43 @@ msgstr "" msgid "(IntOpt) The number of child process workers that will be created to service requests. The default will be equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/glance-common.xml:101(th) +#: ./doc/common/tables/glance-common.xml:108(th) msgid "[image_format]" msgstr "" -#: ./doc/common/tables/glance-common.xml:104(td) +#: ./doc/common/tables/glance-common.xml:111(td) msgid "container_formats = ami, ari, aki, bare, ovf, ova" msgstr "" -#: ./doc/common/tables/glance-common.xml:105(td) +#: ./doc/common/tables/glance-common.xml:112(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" -#: ./doc/common/tables/glance-common.xml:108(td) +#: ./doc/common/tables/glance-common.xml:115(td) msgid "disk_formats = ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" -#: ./doc/common/tables/glance-common.xml:109(td) +#: ./doc/common/tables/glance-common.xml:116(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" -#: ./doc/common/tables/glance-common.xml:112(th) +#: ./doc/common/tables/glance-common.xml:119(th) msgid "[task]" msgstr "" -#: ./doc/common/tables/glance-common.xml:115(td) +#: ./doc/common/tables/glance-common.xml:122(td) +msgid "eventlet_executor_pool_size = 1000" +msgstr "" + +#: ./doc/common/tables/glance-common.xml:126(td) +msgid "task_executor = eventlet" +msgstr "" + +#: ./doc/common/tables/glance-common.xml:130(td) msgid "task_time_to_live = 48" msgstr "" -#: ./doc/common/tables/glance-common.xml:116(td) +#: ./doc/common/tables/glance-common.xml:131(td) msgid "(IntOpt) Time in hours for which a task lives after, either succeeding or failing" msgstr "" diff --git a/doc/common/locale/fr.po b/doc/common/locale/fr.po index 70299db2cb..5c4c0c39b2 100644 --- a/doc/common/locale/fr.po +++ b/doc/common/locale/fr.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-09-11 01:17+0000\n" -"PO-Revision-Date: 2014-09-10 12:29+0000\n" +"POT-Creation-Date: 2014-09-16 19:43+0000\n" +"PO-Revision-Date: 2014-09-16 15:29+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/fr/)\n" "MIME-Version: 1.0\n" @@ -9945,7 +9945,6 @@ msgstr "Sections" #: ./doc/common/tables/keystone-misc.xml18(th) #: ./doc/common/tables/glance-ca.xml18(th) #: ./doc/common/tables/neutron-scheduler.xml18(th) -#: ./doc/common/tables/glance-rbd.xml18(th) #: ./doc/common/tables/cinder-fusionio.xml18(th) #: ./doc/common/tables/cinder-storage_xen.xml18(th) #: ./doc/common/tables/ceilometer-common.xml18(th) @@ -10003,7 +10002,6 @@ msgstr "Sections" #: ./doc/common/tables/glance-policy.xml18(th) #: ./doc/common/tables/nova-neutron.xml18(th) #: ./doc/common/tables/cinder-backups.xml18(th) -#: ./doc/common/tables/glance-vmware.xml18(th) #: ./doc/common/tables/cinder-zoning.xml18(th) #: ./doc/common/tables/heat-notification.xml18(th) #: ./doc/common/tables/nova-vpn.xml18(th) @@ -10030,7 +10028,6 @@ msgstr "Sections" #: ./doc/common/tables/cinder-storwize.xml18(th) #: ./doc/common/tables/cinder-hplefthand.xml18(th) #: ./doc/common/tables/neutron-ipv6_ra.xml18(th) -#: ./doc/common/tables/glance-s3.xml18(th) #: ./doc/common/tables/nova-rootwrap.xml18(th) #: ./doc/common/tables/heat-loadbalancer.xml18(th) #: ./doc/common/tables/ceilometer-api.xml18(th) @@ -10063,7 +10060,6 @@ msgstr "Sections" #: ./doc/common/tables/sahara-common.xml18(th) #: ./doc/common/tables/cinder-api.xml18(th) #: ./doc/common/tables/trove-heat.xml18(th) -#: ./doc/common/tables/glance-sheepdog.xml18(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml8(literal) #: ./doc/common/tables/cinder-windows.xml18(th) #: ./doc/common/tables/cinder-san-solaris.xml18(th) @@ -10072,7 +10068,6 @@ msgstr "Sections" #: ./doc/common/tables/glance-zeromq.xml18(th) #: ./doc/common/tables/neutron-cfg_agent.xml18(th) #: ./doc/common/tables/ceilometer-rpc.xml18(th) -#: ./doc/common/tables/glance-filesystem.xml18(th) #: ./doc/common/tables/trove-rpc.xml18(th) #: ./doc/common/tables/ceilometer-swift.xml18(th) #: ./doc/common/tables/trove-backup.xml18(th) @@ -10108,7 +10103,6 @@ msgstr "Sections" #: ./doc/common/tables/trove-database.xml18(th) #: ./doc/common/tables/nova-authentication.xml18(th) #: ./doc/common/tables/cinder-ca.xml18(th) -#: ./doc/common/tables/glance-gridfs.xml18(th) #: ./doc/common/tables/neutron-notifier.xml18(th) #: ./doc/common/tables/nova-rpc_all.xml18(th) #: ./doc/common/tables/cinder-eqlx.xml18(th) @@ -10147,7 +10141,6 @@ msgstr "Sections" #: ./doc/common/tables/keystone-security.xml18(th) #: ./doc/common/tables/nova-api.xml18(th) #: ./doc/common/tables/trove-auth_token.xml18(th) -#: ./doc/common/tables/glance-cinder.xml18(th) #: ./doc/common/tables/glance-common.xml18(th) #: ./doc/common/tables/swift-account-server-DEFAULT.xml8(literal) #: ./doc/common/tables/trove-nova.xml18(th) @@ -17945,6 +17938,19 @@ msgstr "" msgid "Description of RBD configuration options" msgstr "" +#: ./doc/common/tables/glance-rbd.xml18(th) +#: ./doc/common/tables/glance-vmware.xml18(th) +#: ./doc/common/tables/glance-api.xml73(th) +#: ./doc/common/tables/glance-s3.xml18(th) +#: ./doc/common/tables/glance-swift.xml41(th) +#: ./doc/common/tables/glance-sheepdog.xml18(th) +#: ./doc/common/tables/glance-filesystem.xml18(th) +#: ./doc/common/tables/glance-gridfs.xml18(th) +#: ./doc/common/tables/glance-cinder.xml18(th) +#: ./doc/common/tables/glance-common.xml101(th) +msgid "[glance_store]" +msgstr "" + #: ./doc/common/tables/glance-rbd.xml21(td) msgid "rbd_store_ceph_conf = /etc/ceph/ceph.conf" msgstr "" @@ -17953,7 +17959,7 @@ msgstr "" msgid "" "(StrOpt) Ceph configuration file path. If <None>, librados will locate" " the default config. If using cephx authentication, this file should include" -" a reference to the right keyring in a client.<USER> section." +" a reference to the right keyring in a client.<USER> section" msgstr "" #: ./doc/common/tables/glance-rbd.xml25(td) @@ -17982,7 +17988,7 @@ msgstr "" msgid "" "(StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If " "<None>, a default will be chosen based on the client. section in " -"rbd_store_ceph_conf)." +"rbd_store_ceph_conf)" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml7(caption) @@ -22620,7 +22626,7 @@ msgstr "" #: ./doc/common/tables/trove-api.xml77(td) #: ./doc/common/tables/sahara-common.xml95(td) #: ./doc/common/tables/cinder-compute.xml45(td) -#: ./doc/common/tables/glance-common.xml77(td) +#: ./doc/common/tables/glance-common.xml104(td) msgid "os_region_name = None" msgstr "" @@ -24242,7 +24248,8 @@ msgstr "" #: ./doc/common/tables/glance-conf-changes.xml17(td) #: ./doc/common/tables/glance-conf-changes.xml33(td) -#: ./doc/common/tables/glance-api.xml38(td) +#: ./doc/common/tables/glance-swift.xml22(td) +#: ./doc/common/tables/glance-swift.xml45(td) msgid "" "(StrOpt) The reference to the default swift account/backing store parameters" " to use for adding new images." @@ -24253,6 +24260,7 @@ msgid "[DEFAULT] metadata_source_path = /etc/glance/metadefs/" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml21(td) +#: ./doc/common/tables/glance-common.xml78(td) msgid "(StrOpt) Path to the directory where json metadata files are stored" msgstr "" @@ -24262,7 +24270,8 @@ msgstr "" #: ./doc/common/tables/glance-conf-changes.xml25(td) #: ./doc/common/tables/glance-conf-changes.xml41(td) -#: ./doc/common/tables/glance-swift.xml42(td) +#: ./doc/common/tables/glance-swift.xml30(td) +#: ./doc/common/tables/glance-swift.xml69(td) msgid "(StrOpt) The config file that has the swift account(s)configs." msgstr "" @@ -24281,7 +24290,8 @@ msgid "[glance_store] swift_store_auth_address = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml37(td) -#: ./doc/common/tables/glance-swift.xml30(td) +#: ./doc/common/tables/glance-swift.xml26(td) +#: ./doc/common/tables/glance-swift.xml57(td) msgid "" "(StrOpt) The address where the Swift authentication service is " "listening.(deprecated)" @@ -24296,7 +24306,8 @@ msgid "[glance_store] swift_store_key = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml45(td) -#: ./doc/common/tables/glance-swift.xml58(td) +#: ./doc/common/tables/glance-swift.xml34(td) +#: ./doc/common/tables/glance-swift.xml85(td) msgid "" "(StrOpt) Auth key for the user authenticating against the Swift " "authentication service. (deprecated)" @@ -24307,7 +24318,8 @@ msgid "[glance_store] swift_store_user = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml49(td) -#: ./doc/common/tables/glance-swift.xml90(td) +#: ./doc/common/tables/glance-swift.xml38(td) +#: ./doc/common/tables/glance-swift.xml117(td) msgid "" "(StrOpt) The user to authenticate against the Swift authentication service " "(deprecated)" @@ -24340,6 +24352,7 @@ msgid "[task] eventlet_executor_pool_size = 1000" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml73(td) +#: ./doc/common/tables/glance-common.xml123(td) msgid "" "(IntOpt) Specifies the maximum number of eventlet threads which can be spun " "up by the eventlet based task executor to perform execution of Glance tasks." @@ -24350,6 +24363,7 @@ msgid "[task] task_executor = eventlet" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml77(td) +#: ./doc/common/tables/glance-common.xml127(td) msgid "" "(StrOpt) Specifies which task executor to be used to run the task scripts." msgstr "" @@ -25250,10 +25264,12 @@ msgid "(IntOpt) The maximum number of iSCSI target IDs per host" msgstr "" #: ./doc/common/tables/cinder-storage.xml49(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml45(td) msgid "iscsi_port = 3260" msgstr "" #: ./doc/common/tables/cinder-storage.xml50(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml46(td) msgid "(IntOpt) The port that the iSCSI daemon is listening on" msgstr "" @@ -27863,6 +27879,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml52(td) #: ./doc/common/tables/nova-conf-changes.xml45(td) +#: ./doc/common/tables/glance-cinder.xml22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" msgstr "" @@ -27906,6 +27923,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml68(td) #: ./doc/common/tables/nova-conf-changes.xml61(td) +#: ./doc/common/tables/glance-cinder.xml34(td) msgid "" "(StrOpt) Override service catalog lookup with template for cinder endpoint " "e.g. http://localhost:8776/v1/%(project_id)s" @@ -27917,6 +27935,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml72(td) #: ./doc/common/tables/nova-conf-changes.xml65(td) +#: ./doc/common/tables/glance-cinder.xml38(td) msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" @@ -27932,6 +27951,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml80(td) #: ./doc/common/tables/nova-conf-changes.xml73(td) #: ./doc/common/tables/cinder-compute.xml46(td) +#: ./doc/common/tables/glance-common.xml105(td) msgid "(StrOpt) Region name of this node" msgstr "" @@ -31215,100 +31235,76 @@ msgid "default_publisher_id = image.localhost" msgstr "" #: ./doc/common/tables/glance-api.xml33(td) -msgid "default_store = file" -msgstr "" - -#: ./doc/common/tables/glance-api.xml34(td) -msgid "" -"(StrOpt) Default scheme to use to store image data. The scheme must be " -"registered by one of the stores defined by the 'known_stores' config option." -msgstr "" - -#: ./doc/common/tables/glance-api.xml37(td) -msgid "default_swift_reference = ref1" -msgstr "" - -#: ./doc/common/tables/glance-api.xml41(td) #: ./doc/common/tables/cinder-api.xml37(td) msgid "enable_v1_api = True" msgstr "enable_v1_api = True" -#: ./doc/common/tables/glance-api.xml42(td) +#: ./doc/common/tables/glance-api.xml34(td) msgid "(BoolOpt) Deploy the v1 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml45(td) +#: ./doc/common/tables/glance-api.xml37(td) msgid "enable_v1_registry = True" msgstr "" -#: ./doc/common/tables/glance-api.xml46(td) +#: ./doc/common/tables/glance-api.xml38(td) msgid "(BoolOpt) Deploy the v1 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-api.xml49(td) +#: ./doc/common/tables/glance-api.xml41(td) #: ./doc/common/tables/cinder-api.xml41(td) msgid "enable_v2_api = True" msgstr "enable_v2_api = True" -#: ./doc/common/tables/glance-api.xml50(td) +#: ./doc/common/tables/glance-api.xml42(td) msgid "(BoolOpt) Deploy the v2 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml53(td) +#: ./doc/common/tables/glance-api.xml45(td) msgid "enable_v2_registry = True" msgstr "" -#: ./doc/common/tables/glance-api.xml54(td) +#: ./doc/common/tables/glance-api.xml46(td) msgid "(BoolOpt) Deploy the v2 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-api.xml57(td) +#: ./doc/common/tables/glance-api.xml49(td) msgid "image_size_cap = 1099511627776" msgstr "" -#: ./doc/common/tables/glance-api.xml58(td) +#: ./doc/common/tables/glance-api.xml50(td) msgid "" "(IntOpt) Maximum size of image a user can upload in bytes. Defaults to " "1099511627776 bytes (1 TB)." msgstr "" -#: ./doc/common/tables/glance-api.xml61(td) -msgid "known_stores = glance.store.filesystem.Store, glance.store.http.Store" -msgstr "" - -#: ./doc/common/tables/glance-api.xml62(td) -msgid "" -"(ListOpt) List of which store classes and store class locations are " -"currently known to glance at startup." -msgstr "" - -#: ./doc/common/tables/glance-api.xml65(td) +#: ./doc/common/tables/glance-api.xml53(td) msgid "location_strategy = location_order" msgstr "" -#: ./doc/common/tables/glance-api.xml66(td) +#: ./doc/common/tables/glance-api.xml54(td) msgid "" "(StrOpt) This value sets what strategy will be used to determine the image " "location order. Currently two strategies are packaged with Glance " "'location_order' and 'store_type'." msgstr "" -#: ./doc/common/tables/glance-api.xml69(td) +#: ./doc/common/tables/glance-api.xml57(td) msgid "owner_is_tenant = True" msgstr "" -#: ./doc/common/tables/glance-api.xml70(td) +#: ./doc/common/tables/glance-api.xml58(td) msgid "" "(BoolOpt) When true, this option sets the owner of an image to be the " "tenant. Otherwise, the owner of the image will be the authenticated user " "issuing the request." msgstr "" -#: ./doc/common/tables/glance-api.xml73(td) +#: ./doc/common/tables/glance-api.xml61(td) msgid "send_identity_headers = False" msgstr "" -#: ./doc/common/tables/glance-api.xml74(td) +#: ./doc/common/tables/glance-api.xml62(td) msgid "" "(BoolOpt) Whether to pass through headers containing user and tenant " "information when making requests to the registry. This allows the registry " @@ -31318,36 +31314,54 @@ msgid "" "glance registry is ensured by means other than auth_token middleware." msgstr "" -#: ./doc/common/tables/glance-api.xml77(td) +#: ./doc/common/tables/glance-api.xml65(td) msgid "show_multiple_locations = False" msgstr "" -#: ./doc/common/tables/glance-api.xml78(td) +#: ./doc/common/tables/glance-api.xml66(td) msgid "" "(BoolOpt) Whether to include the backend image locations in image " "properties. Revealing storage location can be a security risk, so use this " "setting with caution! The overrides show_image_direct_url." msgstr "" -#: ./doc/common/tables/glance-api.xml81(td) +#: ./doc/common/tables/glance-api.xml69(td) msgid "use_user_token = True" msgstr "" -#: ./doc/common/tables/glance-api.xml82(td) +#: ./doc/common/tables/glance-api.xml70(td) msgid "" "(BoolOpt) Whether to pass through the user token when making requests to the" " registry." msgstr "" -#: ./doc/common/tables/glance-api.xml85(th) +#: ./doc/common/tables/glance-api.xml76(td) +msgid "default_store = file" +msgstr "" + +#: ./doc/common/tables/glance-api.xml77(td) +msgid "" +"(StrOpt) Default scheme to use to store image data. The scheme must be " +"registered by one of the stores defined by the 'stores' config option." +msgstr "" + +#: ./doc/common/tables/glance-api.xml80(td) +msgid "stores = file, http" +msgstr "" + +#: ./doc/common/tables/glance-api.xml81(td) +msgid "(ListOpt) List of stores enabled" +msgstr "" + +#: ./doc/common/tables/glance-api.xml84(th) msgid "[store_type_location_strategy]" msgstr "" -#: ./doc/common/tables/glance-api.xml88(td) +#: ./doc/common/tables/glance-api.xml87(td) msgid "store_type_preference =" msgstr "" -#: ./doc/common/tables/glance-api.xml89(td) +#: ./doc/common/tables/glance-api.xml88(td) msgid "" "(ListOpt) The store names to use to get store preference order. The name " "must be registered by one of the stores defined by the 'known_stores' config" @@ -31779,52 +31793,23 @@ msgid "(StrOpt) The host where the S3 server is listening." msgstr "" #: ./doc/common/tables/glance-s3.xml41(td) -msgid "s3_store_large_object_chunk_size = 10" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml42(td) -msgid "" -"(IntOpt) What multipart upload part size, in MB, should S3 use when " -"uploading parts. The size must be greater than or equal to 5M." -msgstr "" - -#: ./doc/common/tables/glance-s3.xml45(td) -msgid "s3_store_large_object_size = 100" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml46(td) -msgid "" -"(IntOpt) What size, in MB, should S3 start chunking image files and do a " -"multipart upload in S3." -msgstr "" - -#: ./doc/common/tables/glance-s3.xml49(td) msgid "s3_store_object_buffer_dir = None" msgstr "" -#: ./doc/common/tables/glance-s3.xml50(td) +#: ./doc/common/tables/glance-s3.xml42(td) msgid "" "(StrOpt) The local directory where uploads will be staged before they are " "transferred into S3." msgstr "" -#: ./doc/common/tables/glance-s3.xml53(td) +#: ./doc/common/tables/glance-s3.xml45(td) msgid "s3_store_secret_key = None" msgstr "" -#: ./doc/common/tables/glance-s3.xml54(td) +#: ./doc/common/tables/glance-s3.xml46(td) msgid "(StrOpt) The S3 query token secret key." msgstr "" -#: ./doc/common/tables/glance-s3.xml57(td) -msgid "s3_store_thread_pools = 10" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml58(td) -msgid "" -"(IntOpt) The number of thread pools to perform a multipart upload in S3." -msgstr "" - #: ./doc/common/tables/nova-rootwrap.xml21(td) msgid "filters_path = /etc/nova/rootwrap.d,/usr/share/nova/rootwrap" msgstr "" @@ -33589,163 +33574,172 @@ msgid "" msgstr "(BoolOpt) Traiter X-Forwarded-For comme l'adresse distante canonique. Seulement activer cette option si vous avez un proxy de désinfection." #: ./doc/common/tables/glance-swift.xml21(td) +#: ./doc/common/tables/glance-swift.xml44(td) +msgid "default_swift_reference = ref1" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml25(td) +#: ./doc/common/tables/glance-swift.xml56(td) +msgid "swift_store_auth_address = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml29(td) +#: ./doc/common/tables/glance-swift.xml68(td) +msgid "swift_store_config_file = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml33(td) +#: ./doc/common/tables/glance-swift.xml84(td) +msgid "swift_store_key = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml37(td) +#: ./doc/common/tables/glance-swift.xml116(td) +msgid "swift_store_user = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml48(td) msgid "swift_enable_snet = False" msgstr "" -#: ./doc/common/tables/glance-swift.xml22(td) +#: ./doc/common/tables/glance-swift.xml49(td) msgid "" "(BoolOpt) Whether to use ServiceNET to communicate with the Swift storage " "servers." msgstr "" -#: ./doc/common/tables/glance-swift.xml25(td) +#: ./doc/common/tables/glance-swift.xml52(td) msgid "swift_store_admin_tenants =" msgstr "" -#: ./doc/common/tables/glance-swift.xml26(td) +#: ./doc/common/tables/glance-swift.xml53(td) msgid "" "(ListOpt) A list of tenants that will be granted read/write access on all " "Swift containers created by Glance in multi-tenant mode." msgstr "" -#: ./doc/common/tables/glance-swift.xml29(td) -msgid "swift_store_auth_address = None" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml33(td) +#: ./doc/common/tables/glance-swift.xml60(td) msgid "swift_store_auth_insecure = False" msgstr "" -#: ./doc/common/tables/glance-swift.xml34(td) +#: ./doc/common/tables/glance-swift.xml61(td) msgid "" "(BoolOpt) If True, swiftclient won't check for a valid SSL certificate when " "authenticating." msgstr "" -#: ./doc/common/tables/glance-swift.xml37(td) +#: ./doc/common/tables/glance-swift.xml64(td) msgid "swift_store_auth_version = 2" msgstr "" -#: ./doc/common/tables/glance-swift.xml38(td) +#: ./doc/common/tables/glance-swift.xml65(td) msgid "" "(StrOpt) Version of the authentication service to use. Valid versions are 2 " "for keystone and 1 for swauth and rackspace. (deprecated)" msgstr "" -#: ./doc/common/tables/glance-swift.xml41(td) -msgid "swift_store_config_file = None" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml45(td) +#: ./doc/common/tables/glance-swift.xml72(td) msgid "swift_store_container = glance" msgstr "" -#: ./doc/common/tables/glance-swift.xml46(td) +#: ./doc/common/tables/glance-swift.xml73(td) msgid "" "(StrOpt) Container within the account that the account should use for " "storing images in Swift." msgstr "" -#: ./doc/common/tables/glance-swift.xml49(td) +#: ./doc/common/tables/glance-swift.xml76(td) msgid "swift_store_create_container_on_put = False" msgstr "" -#: ./doc/common/tables/glance-swift.xml50(td) +#: ./doc/common/tables/glance-swift.xml77(td) msgid "" "(BoolOpt) A boolean value that determines if we create the container if it " "does not exist." msgstr "" -#: ./doc/common/tables/glance-swift.xml53(td) +#: ./doc/common/tables/glance-swift.xml80(td) msgid "swift_store_endpoint_type = publicURL" msgstr "" -#: ./doc/common/tables/glance-swift.xml54(td) +#: ./doc/common/tables/glance-swift.xml81(td) msgid "" "(StrOpt) A string giving the endpoint type of the swift service to use " "(publicURL, adminURL or internalURL). This setting is only used if " "swift_store_auth_version is 2." msgstr "" -#: ./doc/common/tables/glance-swift.xml57(td) -msgid "swift_store_key = None" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml61(td) +#: ./doc/common/tables/glance-swift.xml88(td) msgid "swift_store_large_object_chunk_size = 200" msgstr "" -#: ./doc/common/tables/glance-swift.xml62(td) +#: ./doc/common/tables/glance-swift.xml89(td) msgid "" "(IntOpt) The amount of data written to a temporary disk buffer during the " "process of chunking the image file." msgstr "" -#: ./doc/common/tables/glance-swift.xml65(td) +#: ./doc/common/tables/glance-swift.xml92(td) msgid "swift_store_large_object_size = 5120" msgstr "" -#: ./doc/common/tables/glance-swift.xml66(td) +#: ./doc/common/tables/glance-swift.xml93(td) msgid "" "(IntOpt) The size, in MB, that Glance will start chunking image files and do" " a large object manifest in Swift." msgstr "" -#: ./doc/common/tables/glance-swift.xml69(td) +#: ./doc/common/tables/glance-swift.xml96(td) msgid "swift_store_multi_tenant = False" msgstr "" -#: ./doc/common/tables/glance-swift.xml70(td) +#: ./doc/common/tables/glance-swift.xml97(td) msgid "" "(BoolOpt) If set to True, enables multi-tenant storage mode which causes " "Glance images to be stored in tenant specific Swift accounts." msgstr "" -#: ./doc/common/tables/glance-swift.xml73(td) +#: ./doc/common/tables/glance-swift.xml100(td) msgid "swift_store_region = None" msgstr "" -#: ./doc/common/tables/glance-swift.xml74(td) +#: ./doc/common/tables/glance-swift.xml101(td) msgid "" "(StrOpt) The region of the swift endpoint to be used for single tenant. This" " setting is only necessary if the tenant has multiple swift endpoints." msgstr "" -#: ./doc/common/tables/glance-swift.xml77(td) +#: ./doc/common/tables/glance-swift.xml104(td) msgid "swift_store_retry_get_count = 0" msgstr "" -#: ./doc/common/tables/glance-swift.xml78(td) +#: ./doc/common/tables/glance-swift.xml105(td) msgid "" "(IntOpt) The number of times a Swift download will be retried before the " "request fails." msgstr "" -#: ./doc/common/tables/glance-swift.xml81(td) +#: ./doc/common/tables/glance-swift.xml108(td) msgid "swift_store_service_type = object-store" msgstr "" -#: ./doc/common/tables/glance-swift.xml82(td) +#: ./doc/common/tables/glance-swift.xml109(td) msgid "" "(StrOpt) A string giving the service type of the swift service to use. This " "setting is only used if swift_store_auth_version is 2." msgstr "" -#: ./doc/common/tables/glance-swift.xml85(td) +#: ./doc/common/tables/glance-swift.xml112(td) msgid "swift_store_ssl_compression = True" msgstr "" -#: ./doc/common/tables/glance-swift.xml86(td) +#: ./doc/common/tables/glance-swift.xml113(td) msgid "" "(BoolOpt) If set to False, disables SSL layer compression of https swift " "requests. Setting to False may improve performance for images which are " "already in a compressed format, eg qcow2." msgstr "" -#: ./doc/common/tables/glance-swift.xml89(td) -msgid "swift_store_user = None" -msgstr "" - #: ./doc/common/tables/trove-quota.xml21(td) msgid "max_accepted_volume_size = 5" msgstr "" @@ -36149,7 +36143,7 @@ msgid "Description of Sheepdog configuration options" msgstr "" #: ./doc/common/tables/glance-sheepdog.xml21(td) -msgid "sheepdog_store_address = 127.0.0.1" +msgid "sheepdog_store_address = localhost" msgstr "" #: ./doc/common/tables/glance-sheepdog.xml22(td) @@ -36579,11 +36573,24 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-filesystem.xml29(td) -msgid "filesystem_store_metadata_file = None" +msgid "filesystem_store_file_perm = 0" msgstr "" #: ./doc/common/tables/glance-filesystem.xml30(td) msgid "" +"(IntOpt) The required permission for created image file. In this way the " +"user other service used, e.g. Nova, who consumes the image could be the " +"exclusive member of the group that owns the files created. Assigning it less" +" then or equal to zero means don't change the default permission of the " +"file. This value will be decoded as an octal digit." +msgstr "" + +#: ./doc/common/tables/glance-filesystem.xml33(td) +msgid "filesystem_store_metadata_file = None" +msgstr "" + +#: ./doc/common/tables/glance-filesystem.xml34(td) +msgid "" "(StrOpt) The path to a file which contains the metadata to be returned with " "any location associated with this store. The file must contain a valid JSON " "dict." @@ -39547,7 +39554,7 @@ msgid "mongodb_store_db = None" msgstr "" #: ./doc/common/tables/glance-gridfs.xml22(td) -msgid "(StrOpt) Database to use." +msgid "(StrOpt) Database to use" msgstr "" #: ./doc/common/tables/glance-gridfs.xml25(td) @@ -39559,7 +39566,7 @@ msgid "" "(StrOpt) Hostname or IP address of the instance to connect to, or a mongodb " "URI, or a list of hostnames / mongodb URIs. If host is an IPv6 literal it " "must be enclosed in '[' and ']' characters following the RFC2732 URL syntax " -"(e.g. '[::1]' for localhost)." +"(e.g. '[::1]' for localhost)" msgstr "" #: ./doc/common/tables/neutron-notifier.xml7(caption) @@ -42267,17 +42274,13 @@ msgstr "" msgid "cinder_api_insecure = False" msgstr "" -#: ./doc/common/tables/glance-cinder.xml22(td) -msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder." -msgstr "" - #: ./doc/common/tables/glance-cinder.xml25(td) msgid "cinder_ca_certificates_file = None" msgstr "" #: ./doc/common/tables/glance-cinder.xml26(td) msgid "" -"(StrOpt) Location of CA certicates file to use for cinder client requests." +"(StrOpt) Location of ca certicates file to use for cinder client requests." msgstr "" #: ./doc/common/tables/glance-cinder.xml29(td) @@ -42287,28 +42290,18 @@ msgstr "" #: ./doc/common/tables/glance-cinder.xml30(td) msgid "" "(StrOpt) Info to match when looking for cinder in the service catalog. " -"Format is: separated values of the form: " -"<service_type>:<service_name>:<endpoint_type>." +"Format is : separated values of the form: " +"<service_type>:<service_name>:<endpoint_type>" msgstr "" #: ./doc/common/tables/glance-cinder.xml33(td) msgid "cinder_endpoint_template = None" msgstr "" -#: ./doc/common/tables/glance-cinder.xml34(td) -msgid "" -"(StrOpt) Override service catalog lookup with template for cinder endpoint " -"e.g. http://localhost:8776/v1/%(project_id)s." -msgstr "" - #: ./doc/common/tables/glance-cinder.xml37(td) msgid "cinder_http_retries = 3" msgstr "" -#: ./doc/common/tables/glance-cinder.xml38(td) -msgid "(IntOpt) Number of cinderclient retries on failed http calls." -msgstr "" - #: ./doc/common/tables/swift-object-server-object-updater.xml8(literal) msgid "[object-updater]" msgstr "[object-updater]" @@ -42415,8 +42408,8 @@ msgid "" "registry or database." msgstr "" -#: ./doc/common/tables/glance-common.xml78(td) -msgid "(StrOpt) Region name of this node." +#: ./doc/common/tables/glance-common.xml77(td) +msgid "metadata_source_path = /etc/glance/metadefs/" msgstr "" #: ./doc/common/tables/glance-common.xml81(td) @@ -42473,35 +42466,43 @@ msgid "" " requests. The default will be equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/glance-common.xml101(th) +#: ./doc/common/tables/glance-common.xml108(th) msgid "[image_format]" msgstr "" -#: ./doc/common/tables/glance-common.xml104(td) +#: ./doc/common/tables/glance-common.xml111(td) msgid "container_formats = ami, ari, aki, bare, ovf, ova" msgstr "" -#: ./doc/common/tables/glance-common.xml105(td) +#: ./doc/common/tables/glance-common.xml112(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" -#: ./doc/common/tables/glance-common.xml108(td) +#: ./doc/common/tables/glance-common.xml115(td) msgid "disk_formats = ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" -#: ./doc/common/tables/glance-common.xml109(td) +#: ./doc/common/tables/glance-common.xml116(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" -#: ./doc/common/tables/glance-common.xml112(th) +#: ./doc/common/tables/glance-common.xml119(th) msgid "[task]" msgstr "" -#: ./doc/common/tables/glance-common.xml115(td) +#: ./doc/common/tables/glance-common.xml122(td) +msgid "eventlet_executor_pool_size = 1000" +msgstr "" + +#: ./doc/common/tables/glance-common.xml126(td) +msgid "task_executor = eventlet" +msgstr "" + +#: ./doc/common/tables/glance-common.xml130(td) msgid "task_time_to_live = 48" msgstr "" -#: ./doc/common/tables/glance-common.xml116(td) +#: ./doc/common/tables/glance-common.xml131(td) msgid "" "(IntOpt) Time in hours for which a task lives after, either succeeding or " "failing" diff --git a/doc/common/locale/ja.po b/doc/common/locale/ja.po index 1a29552993..ad2efce508 100644 --- a/doc/common/locale/ja.po +++ b/doc/common/locale/ja.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-09-15 02:10+0000\n" -"PO-Revision-Date: 2014-09-14 13:51+0000\n" +"POT-Creation-Date: 2014-09-16 19:43+0000\n" +"PO-Revision-Date: 2014-09-16 15:29+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -2715,7 +2715,7 @@ msgstr "" #: ./doc/common/section_compute-configure-vnc.xml72(title) msgid "About nova-consoleauth" -msgstr "" +msgstr "nova-consoleauth について" #: ./doc/common/section_compute-configure-vnc.xml74(para) msgid "" @@ -9933,7 +9933,6 @@ msgstr "" #: ./doc/common/tables/keystone-misc.xml18(th) #: ./doc/common/tables/glance-ca.xml18(th) #: ./doc/common/tables/neutron-scheduler.xml18(th) -#: ./doc/common/tables/glance-rbd.xml18(th) #: ./doc/common/tables/cinder-fusionio.xml18(th) #: ./doc/common/tables/cinder-storage_xen.xml18(th) #: ./doc/common/tables/ceilometer-common.xml18(th) @@ -9991,7 +9990,6 @@ msgstr "" #: ./doc/common/tables/glance-policy.xml18(th) #: ./doc/common/tables/nova-neutron.xml18(th) #: ./doc/common/tables/cinder-backups.xml18(th) -#: ./doc/common/tables/glance-vmware.xml18(th) #: ./doc/common/tables/cinder-zoning.xml18(th) #: ./doc/common/tables/heat-notification.xml18(th) #: ./doc/common/tables/nova-vpn.xml18(th) @@ -10018,7 +10016,6 @@ msgstr "" #: ./doc/common/tables/cinder-storwize.xml18(th) #: ./doc/common/tables/cinder-hplefthand.xml18(th) #: ./doc/common/tables/neutron-ipv6_ra.xml18(th) -#: ./doc/common/tables/glance-s3.xml18(th) #: ./doc/common/tables/nova-rootwrap.xml18(th) #: ./doc/common/tables/heat-loadbalancer.xml18(th) #: ./doc/common/tables/ceilometer-api.xml18(th) @@ -10051,7 +10048,6 @@ msgstr "" #: ./doc/common/tables/sahara-common.xml18(th) #: ./doc/common/tables/cinder-api.xml18(th) #: ./doc/common/tables/trove-heat.xml18(th) -#: ./doc/common/tables/glance-sheepdog.xml18(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml8(literal) #: ./doc/common/tables/cinder-windows.xml18(th) #: ./doc/common/tables/cinder-san-solaris.xml18(th) @@ -10060,7 +10056,6 @@ msgstr "" #: ./doc/common/tables/glance-zeromq.xml18(th) #: ./doc/common/tables/neutron-cfg_agent.xml18(th) #: ./doc/common/tables/ceilometer-rpc.xml18(th) -#: ./doc/common/tables/glance-filesystem.xml18(th) #: ./doc/common/tables/trove-rpc.xml18(th) #: ./doc/common/tables/ceilometer-swift.xml18(th) #: ./doc/common/tables/trove-backup.xml18(th) @@ -10096,7 +10091,6 @@ msgstr "" #: ./doc/common/tables/trove-database.xml18(th) #: ./doc/common/tables/nova-authentication.xml18(th) #: ./doc/common/tables/cinder-ca.xml18(th) -#: ./doc/common/tables/glance-gridfs.xml18(th) #: ./doc/common/tables/neutron-notifier.xml18(th) #: ./doc/common/tables/nova-rpc_all.xml18(th) #: ./doc/common/tables/cinder-eqlx.xml18(th) @@ -10135,7 +10129,6 @@ msgstr "" #: ./doc/common/tables/keystone-security.xml18(th) #: ./doc/common/tables/nova-api.xml18(th) #: ./doc/common/tables/trove-auth_token.xml18(th) -#: ./doc/common/tables/glance-cinder.xml18(th) #: ./doc/common/tables/glance-common.xml18(th) #: ./doc/common/tables/swift-account-server-DEFAULT.xml8(literal) #: ./doc/common/tables/trove-nova.xml18(th) @@ -11733,7 +11726,7 @@ msgstr "" #: ./doc/common/section_objectstorage-features.xml39(emphasis) msgid "Account/container/object structure" -msgstr "" +msgstr "アカウント/コンテナー/オブジェクトの構造" #: ./doc/common/section_objectstorage-features.xml40(td) msgid "" @@ -11861,7 +11854,7 @@ msgstr "" #: ./doc/common/section_objectstorage-features.xml118(emphasis) msgid "Integration with Compute" -msgstr "" +msgstr "Compute との統合" #: ./doc/common/section_objectstorage-features.xml120(td) msgid "" @@ -17933,6 +17926,19 @@ msgstr "" msgid "Description of RBD configuration options" msgstr "" +#: ./doc/common/tables/glance-rbd.xml18(th) +#: ./doc/common/tables/glance-vmware.xml18(th) +#: ./doc/common/tables/glance-api.xml73(th) +#: ./doc/common/tables/glance-s3.xml18(th) +#: ./doc/common/tables/glance-swift.xml41(th) +#: ./doc/common/tables/glance-sheepdog.xml18(th) +#: ./doc/common/tables/glance-filesystem.xml18(th) +#: ./doc/common/tables/glance-gridfs.xml18(th) +#: ./doc/common/tables/glance-cinder.xml18(th) +#: ./doc/common/tables/glance-common.xml101(th) +msgid "[glance_store]" +msgstr "" + #: ./doc/common/tables/glance-rbd.xml21(td) msgid "rbd_store_ceph_conf = /etc/ceph/ceph.conf" msgstr "" @@ -17941,7 +17947,7 @@ msgstr "" msgid "" "(StrOpt) Ceph configuration file path. If <None>, librados will locate" " the default config. If using cephx authentication, this file should include" -" a reference to the right keyring in a client.<USER> section." +" a reference to the right keyring in a client.<USER> section" msgstr "" #: ./doc/common/tables/glance-rbd.xml25(td) @@ -17970,7 +17976,7 @@ msgstr "" msgid "" "(StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If " "<None>, a default will be chosen based on the client. section in " -"rbd_store_ceph_conf)." +"rbd_store_ceph_conf)" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml7(caption) @@ -22608,7 +22614,7 @@ msgstr "" #: ./doc/common/tables/trove-api.xml77(td) #: ./doc/common/tables/sahara-common.xml95(td) #: ./doc/common/tables/cinder-compute.xml45(td) -#: ./doc/common/tables/glance-common.xml77(td) +#: ./doc/common/tables/glance-common.xml104(td) msgid "os_region_name = None" msgstr "" @@ -24230,7 +24236,8 @@ msgstr "" #: ./doc/common/tables/glance-conf-changes.xml17(td) #: ./doc/common/tables/glance-conf-changes.xml33(td) -#: ./doc/common/tables/glance-api.xml38(td) +#: ./doc/common/tables/glance-swift.xml22(td) +#: ./doc/common/tables/glance-swift.xml45(td) msgid "" "(StrOpt) The reference to the default swift account/backing store parameters" " to use for adding new images." @@ -24241,6 +24248,7 @@ msgid "[DEFAULT] metadata_source_path = /etc/glance/metadefs/" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml21(td) +#: ./doc/common/tables/glance-common.xml78(td) msgid "(StrOpt) Path to the directory where json metadata files are stored" msgstr "" @@ -24250,7 +24258,8 @@ msgstr "" #: ./doc/common/tables/glance-conf-changes.xml25(td) #: ./doc/common/tables/glance-conf-changes.xml41(td) -#: ./doc/common/tables/glance-swift.xml42(td) +#: ./doc/common/tables/glance-swift.xml30(td) +#: ./doc/common/tables/glance-swift.xml69(td) msgid "(StrOpt) The config file that has the swift account(s)configs." msgstr "" @@ -24269,7 +24278,8 @@ msgid "[glance_store] swift_store_auth_address = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml37(td) -#: ./doc/common/tables/glance-swift.xml30(td) +#: ./doc/common/tables/glance-swift.xml26(td) +#: ./doc/common/tables/glance-swift.xml57(td) msgid "" "(StrOpt) The address where the Swift authentication service is " "listening.(deprecated)" @@ -24284,7 +24294,8 @@ msgid "[glance_store] swift_store_key = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml45(td) -#: ./doc/common/tables/glance-swift.xml58(td) +#: ./doc/common/tables/glance-swift.xml34(td) +#: ./doc/common/tables/glance-swift.xml85(td) msgid "" "(StrOpt) Auth key for the user authenticating against the Swift " "authentication service. (deprecated)" @@ -24295,7 +24306,8 @@ msgid "[glance_store] swift_store_user = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml49(td) -#: ./doc/common/tables/glance-swift.xml90(td) +#: ./doc/common/tables/glance-swift.xml38(td) +#: ./doc/common/tables/glance-swift.xml117(td) msgid "" "(StrOpt) The user to authenticate against the Swift authentication service " "(deprecated)" @@ -24328,6 +24340,7 @@ msgid "[task] eventlet_executor_pool_size = 1000" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml73(td) +#: ./doc/common/tables/glance-common.xml123(td) msgid "" "(IntOpt) Specifies the maximum number of eventlet threads which can be spun " "up by the eventlet based task executor to perform execution of Glance tasks." @@ -24338,6 +24351,7 @@ msgid "[task] task_executor = eventlet" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml77(td) +#: ./doc/common/tables/glance-common.xml127(td) msgid "" "(StrOpt) Specifies which task executor to be used to run the task scripts." msgstr "" @@ -25238,10 +25252,12 @@ msgid "(IntOpt) The maximum number of iSCSI target IDs per host" msgstr "" #: ./doc/common/tables/cinder-storage.xml49(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml45(td) msgid "iscsi_port = 3260" msgstr "" #: ./doc/common/tables/cinder-storage.xml50(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml46(td) msgid "(IntOpt) The port that the iSCSI daemon is listening on" msgstr "" @@ -27851,6 +27867,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml52(td) #: ./doc/common/tables/nova-conf-changes.xml45(td) +#: ./doc/common/tables/glance-cinder.xml22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" msgstr "" @@ -27894,6 +27911,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml68(td) #: ./doc/common/tables/nova-conf-changes.xml61(td) +#: ./doc/common/tables/glance-cinder.xml34(td) msgid "" "(StrOpt) Override service catalog lookup with template for cinder endpoint " "e.g. http://localhost:8776/v1/%(project_id)s" @@ -27905,6 +27923,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml72(td) #: ./doc/common/tables/nova-conf-changes.xml65(td) +#: ./doc/common/tables/glance-cinder.xml38(td) msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" @@ -27920,6 +27939,7 @@ msgstr "" #: ./doc/common/tables/nova-volumes.xml80(td) #: ./doc/common/tables/nova-conf-changes.xml73(td) #: ./doc/common/tables/cinder-compute.xml46(td) +#: ./doc/common/tables/glance-common.xml105(td) msgid "(StrOpt) Region name of this node" msgstr "" @@ -31203,100 +31223,76 @@ msgid "default_publisher_id = image.localhost" msgstr "" #: ./doc/common/tables/glance-api.xml33(td) -msgid "default_store = file" -msgstr "" - -#: ./doc/common/tables/glance-api.xml34(td) -msgid "" -"(StrOpt) Default scheme to use to store image data. The scheme must be " -"registered by one of the stores defined by the 'known_stores' config option." -msgstr "" - -#: ./doc/common/tables/glance-api.xml37(td) -msgid "default_swift_reference = ref1" -msgstr "" - -#: ./doc/common/tables/glance-api.xml41(td) #: ./doc/common/tables/cinder-api.xml37(td) msgid "enable_v1_api = True" msgstr "" -#: ./doc/common/tables/glance-api.xml42(td) +#: ./doc/common/tables/glance-api.xml34(td) msgid "(BoolOpt) Deploy the v1 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml45(td) +#: ./doc/common/tables/glance-api.xml37(td) msgid "enable_v1_registry = True" msgstr "" -#: ./doc/common/tables/glance-api.xml46(td) +#: ./doc/common/tables/glance-api.xml38(td) msgid "(BoolOpt) Deploy the v1 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-api.xml49(td) +#: ./doc/common/tables/glance-api.xml41(td) #: ./doc/common/tables/cinder-api.xml41(td) msgid "enable_v2_api = True" msgstr "" -#: ./doc/common/tables/glance-api.xml50(td) +#: ./doc/common/tables/glance-api.xml42(td) msgid "(BoolOpt) Deploy the v2 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml53(td) +#: ./doc/common/tables/glance-api.xml45(td) msgid "enable_v2_registry = True" msgstr "" -#: ./doc/common/tables/glance-api.xml54(td) +#: ./doc/common/tables/glance-api.xml46(td) msgid "(BoolOpt) Deploy the v2 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-api.xml57(td) +#: ./doc/common/tables/glance-api.xml49(td) msgid "image_size_cap = 1099511627776" msgstr "" -#: ./doc/common/tables/glance-api.xml58(td) +#: ./doc/common/tables/glance-api.xml50(td) msgid "" "(IntOpt) Maximum size of image a user can upload in bytes. Defaults to " "1099511627776 bytes (1 TB)." msgstr "" -#: ./doc/common/tables/glance-api.xml61(td) -msgid "known_stores = glance.store.filesystem.Store, glance.store.http.Store" -msgstr "" - -#: ./doc/common/tables/glance-api.xml62(td) -msgid "" -"(ListOpt) List of which store classes and store class locations are " -"currently known to glance at startup." -msgstr "" - -#: ./doc/common/tables/glance-api.xml65(td) +#: ./doc/common/tables/glance-api.xml53(td) msgid "location_strategy = location_order" msgstr "" -#: ./doc/common/tables/glance-api.xml66(td) +#: ./doc/common/tables/glance-api.xml54(td) msgid "" "(StrOpt) This value sets what strategy will be used to determine the image " "location order. Currently two strategies are packaged with Glance " "'location_order' and 'store_type'." msgstr "" -#: ./doc/common/tables/glance-api.xml69(td) +#: ./doc/common/tables/glance-api.xml57(td) msgid "owner_is_tenant = True" msgstr "" -#: ./doc/common/tables/glance-api.xml70(td) +#: ./doc/common/tables/glance-api.xml58(td) msgid "" "(BoolOpt) When true, this option sets the owner of an image to be the " "tenant. Otherwise, the owner of the image will be the authenticated user " "issuing the request." msgstr "" -#: ./doc/common/tables/glance-api.xml73(td) +#: ./doc/common/tables/glance-api.xml61(td) msgid "send_identity_headers = False" msgstr "" -#: ./doc/common/tables/glance-api.xml74(td) +#: ./doc/common/tables/glance-api.xml62(td) msgid "" "(BoolOpt) Whether to pass through headers containing user and tenant " "information when making requests to the registry. This allows the registry " @@ -31306,36 +31302,54 @@ msgid "" "glance registry is ensured by means other than auth_token middleware." msgstr "" -#: ./doc/common/tables/glance-api.xml77(td) +#: ./doc/common/tables/glance-api.xml65(td) msgid "show_multiple_locations = False" msgstr "" -#: ./doc/common/tables/glance-api.xml78(td) +#: ./doc/common/tables/glance-api.xml66(td) msgid "" "(BoolOpt) Whether to include the backend image locations in image " "properties. Revealing storage location can be a security risk, so use this " "setting with caution! The overrides show_image_direct_url." msgstr "" -#: ./doc/common/tables/glance-api.xml81(td) +#: ./doc/common/tables/glance-api.xml69(td) msgid "use_user_token = True" msgstr "" -#: ./doc/common/tables/glance-api.xml82(td) +#: ./doc/common/tables/glance-api.xml70(td) msgid "" "(BoolOpt) Whether to pass through the user token when making requests to the" " registry." msgstr "" -#: ./doc/common/tables/glance-api.xml85(th) +#: ./doc/common/tables/glance-api.xml76(td) +msgid "default_store = file" +msgstr "" + +#: ./doc/common/tables/glance-api.xml77(td) +msgid "" +"(StrOpt) Default scheme to use to store image data. The scheme must be " +"registered by one of the stores defined by the 'stores' config option." +msgstr "" + +#: ./doc/common/tables/glance-api.xml80(td) +msgid "stores = file, http" +msgstr "" + +#: ./doc/common/tables/glance-api.xml81(td) +msgid "(ListOpt) List of stores enabled" +msgstr "" + +#: ./doc/common/tables/glance-api.xml84(th) msgid "[store_type_location_strategy]" msgstr "" -#: ./doc/common/tables/glance-api.xml88(td) +#: ./doc/common/tables/glance-api.xml87(td) msgid "store_type_preference =" msgstr "" -#: ./doc/common/tables/glance-api.xml89(td) +#: ./doc/common/tables/glance-api.xml88(td) msgid "" "(ListOpt) The store names to use to get store preference order. The name " "must be registered by one of the stores defined by the 'known_stores' config" @@ -31767,52 +31781,23 @@ msgid "(StrOpt) The host where the S3 server is listening." msgstr "" #: ./doc/common/tables/glance-s3.xml41(td) -msgid "s3_store_large_object_chunk_size = 10" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml42(td) -msgid "" -"(IntOpt) What multipart upload part size, in MB, should S3 use when " -"uploading parts. The size must be greater than or equal to 5M." -msgstr "" - -#: ./doc/common/tables/glance-s3.xml45(td) -msgid "s3_store_large_object_size = 100" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml46(td) -msgid "" -"(IntOpt) What size, in MB, should S3 start chunking image files and do a " -"multipart upload in S3." -msgstr "" - -#: ./doc/common/tables/glance-s3.xml49(td) msgid "s3_store_object_buffer_dir = None" msgstr "" -#: ./doc/common/tables/glance-s3.xml50(td) +#: ./doc/common/tables/glance-s3.xml42(td) msgid "" "(StrOpt) The local directory where uploads will be staged before they are " "transferred into S3." msgstr "" -#: ./doc/common/tables/glance-s3.xml53(td) +#: ./doc/common/tables/glance-s3.xml45(td) msgid "s3_store_secret_key = None" msgstr "" -#: ./doc/common/tables/glance-s3.xml54(td) +#: ./doc/common/tables/glance-s3.xml46(td) msgid "(StrOpt) The S3 query token secret key." msgstr "" -#: ./doc/common/tables/glance-s3.xml57(td) -msgid "s3_store_thread_pools = 10" -msgstr "" - -#: ./doc/common/tables/glance-s3.xml58(td) -msgid "" -"(IntOpt) The number of thread pools to perform a multipart upload in S3." -msgstr "" - #: ./doc/common/tables/nova-rootwrap.xml21(td) msgid "filters_path = /etc/nova/rootwrap.d,/usr/share/nova/rootwrap" msgstr "" @@ -33577,163 +33562,172 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-swift.xml21(td) +#: ./doc/common/tables/glance-swift.xml44(td) +msgid "default_swift_reference = ref1" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml25(td) +#: ./doc/common/tables/glance-swift.xml56(td) +msgid "swift_store_auth_address = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml29(td) +#: ./doc/common/tables/glance-swift.xml68(td) +msgid "swift_store_config_file = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml33(td) +#: ./doc/common/tables/glance-swift.xml84(td) +msgid "swift_store_key = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml37(td) +#: ./doc/common/tables/glance-swift.xml116(td) +msgid "swift_store_user = None" +msgstr "" + +#: ./doc/common/tables/glance-swift.xml48(td) msgid "swift_enable_snet = False" msgstr "" -#: ./doc/common/tables/glance-swift.xml22(td) +#: ./doc/common/tables/glance-swift.xml49(td) msgid "" "(BoolOpt) Whether to use ServiceNET to communicate with the Swift storage " "servers." msgstr "" -#: ./doc/common/tables/glance-swift.xml25(td) +#: ./doc/common/tables/glance-swift.xml52(td) msgid "swift_store_admin_tenants =" msgstr "" -#: ./doc/common/tables/glance-swift.xml26(td) +#: ./doc/common/tables/glance-swift.xml53(td) msgid "" "(ListOpt) A list of tenants that will be granted read/write access on all " "Swift containers created by Glance in multi-tenant mode." msgstr "" -#: ./doc/common/tables/glance-swift.xml29(td) -msgid "swift_store_auth_address = None" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml33(td) +#: ./doc/common/tables/glance-swift.xml60(td) msgid "swift_store_auth_insecure = False" msgstr "" -#: ./doc/common/tables/glance-swift.xml34(td) +#: ./doc/common/tables/glance-swift.xml61(td) msgid "" "(BoolOpt) If True, swiftclient won't check for a valid SSL certificate when " "authenticating." msgstr "" -#: ./doc/common/tables/glance-swift.xml37(td) +#: ./doc/common/tables/glance-swift.xml64(td) msgid "swift_store_auth_version = 2" msgstr "" -#: ./doc/common/tables/glance-swift.xml38(td) +#: ./doc/common/tables/glance-swift.xml65(td) msgid "" "(StrOpt) Version of the authentication service to use. Valid versions are 2 " "for keystone and 1 for swauth and rackspace. (deprecated)" msgstr "" -#: ./doc/common/tables/glance-swift.xml41(td) -msgid "swift_store_config_file = None" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml45(td) +#: ./doc/common/tables/glance-swift.xml72(td) msgid "swift_store_container = glance" msgstr "" -#: ./doc/common/tables/glance-swift.xml46(td) +#: ./doc/common/tables/glance-swift.xml73(td) msgid "" "(StrOpt) Container within the account that the account should use for " "storing images in Swift." msgstr "" -#: ./doc/common/tables/glance-swift.xml49(td) +#: ./doc/common/tables/glance-swift.xml76(td) msgid "swift_store_create_container_on_put = False" msgstr "" -#: ./doc/common/tables/glance-swift.xml50(td) +#: ./doc/common/tables/glance-swift.xml77(td) msgid "" "(BoolOpt) A boolean value that determines if we create the container if it " "does not exist." msgstr "" -#: ./doc/common/tables/glance-swift.xml53(td) +#: ./doc/common/tables/glance-swift.xml80(td) msgid "swift_store_endpoint_type = publicURL" msgstr "" -#: ./doc/common/tables/glance-swift.xml54(td) +#: ./doc/common/tables/glance-swift.xml81(td) msgid "" "(StrOpt) A string giving the endpoint type of the swift service to use " "(publicURL, adminURL or internalURL). This setting is only used if " "swift_store_auth_version is 2." msgstr "" -#: ./doc/common/tables/glance-swift.xml57(td) -msgid "swift_store_key = None" -msgstr "" - -#: ./doc/common/tables/glance-swift.xml61(td) +#: ./doc/common/tables/glance-swift.xml88(td) msgid "swift_store_large_object_chunk_size = 200" msgstr "" -#: ./doc/common/tables/glance-swift.xml62(td) +#: ./doc/common/tables/glance-swift.xml89(td) msgid "" "(IntOpt) The amount of data written to a temporary disk buffer during the " "process of chunking the image file." msgstr "" -#: ./doc/common/tables/glance-swift.xml65(td) +#: ./doc/common/tables/glance-swift.xml92(td) msgid "swift_store_large_object_size = 5120" msgstr "" -#: ./doc/common/tables/glance-swift.xml66(td) +#: ./doc/common/tables/glance-swift.xml93(td) msgid "" "(IntOpt) The size, in MB, that Glance will start chunking image files and do" " a large object manifest in Swift." msgstr "" -#: ./doc/common/tables/glance-swift.xml69(td) +#: ./doc/common/tables/glance-swift.xml96(td) msgid "swift_store_multi_tenant = False" msgstr "" -#: ./doc/common/tables/glance-swift.xml70(td) +#: ./doc/common/tables/glance-swift.xml97(td) msgid "" "(BoolOpt) If set to True, enables multi-tenant storage mode which causes " "Glance images to be stored in tenant specific Swift accounts." msgstr "" -#: ./doc/common/tables/glance-swift.xml73(td) +#: ./doc/common/tables/glance-swift.xml100(td) msgid "swift_store_region = None" msgstr "" -#: ./doc/common/tables/glance-swift.xml74(td) +#: ./doc/common/tables/glance-swift.xml101(td) msgid "" "(StrOpt) The region of the swift endpoint to be used for single tenant. This" " setting is only necessary if the tenant has multiple swift endpoints." msgstr "" -#: ./doc/common/tables/glance-swift.xml77(td) +#: ./doc/common/tables/glance-swift.xml104(td) msgid "swift_store_retry_get_count = 0" msgstr "" -#: ./doc/common/tables/glance-swift.xml78(td) +#: ./doc/common/tables/glance-swift.xml105(td) msgid "" "(IntOpt) The number of times a Swift download will be retried before the " "request fails." msgstr "" -#: ./doc/common/tables/glance-swift.xml81(td) +#: ./doc/common/tables/glance-swift.xml108(td) msgid "swift_store_service_type = object-store" msgstr "" -#: ./doc/common/tables/glance-swift.xml82(td) +#: ./doc/common/tables/glance-swift.xml109(td) msgid "" "(StrOpt) A string giving the service type of the swift service to use. This " "setting is only used if swift_store_auth_version is 2." msgstr "" -#: ./doc/common/tables/glance-swift.xml85(td) +#: ./doc/common/tables/glance-swift.xml112(td) msgid "swift_store_ssl_compression = True" msgstr "" -#: ./doc/common/tables/glance-swift.xml86(td) +#: ./doc/common/tables/glance-swift.xml113(td) msgid "" "(BoolOpt) If set to False, disables SSL layer compression of https swift " "requests. Setting to False may improve performance for images which are " "already in a compressed format, eg qcow2." msgstr "" -#: ./doc/common/tables/glance-swift.xml89(td) -msgid "swift_store_user = None" -msgstr "" - #: ./doc/common/tables/trove-quota.xml21(td) msgid "max_accepted_volume_size = 5" msgstr "" @@ -36137,7 +36131,7 @@ msgid "Description of Sheepdog configuration options" msgstr "" #: ./doc/common/tables/glance-sheepdog.xml21(td) -msgid "sheepdog_store_address = 127.0.0.1" +msgid "sheepdog_store_address = localhost" msgstr "" #: ./doc/common/tables/glance-sheepdog.xml22(td) @@ -36567,11 +36561,24 @@ msgid "" msgstr "" #: ./doc/common/tables/glance-filesystem.xml29(td) -msgid "filesystem_store_metadata_file = None" +msgid "filesystem_store_file_perm = 0" msgstr "" #: ./doc/common/tables/glance-filesystem.xml30(td) msgid "" +"(IntOpt) The required permission for created image file. In this way the " +"user other service used, e.g. Nova, who consumes the image could be the " +"exclusive member of the group that owns the files created. Assigning it less" +" then or equal to zero means don't change the default permission of the " +"file. This value will be decoded as an octal digit." +msgstr "" + +#: ./doc/common/tables/glance-filesystem.xml33(td) +msgid "filesystem_store_metadata_file = None" +msgstr "" + +#: ./doc/common/tables/glance-filesystem.xml34(td) +msgid "" "(StrOpt) The path to a file which contains the metadata to be returned with " "any location associated with this store. The file must contain a valid JSON " "dict." @@ -39535,7 +39542,7 @@ msgid "mongodb_store_db = None" msgstr "" #: ./doc/common/tables/glance-gridfs.xml22(td) -msgid "(StrOpt) Database to use." +msgid "(StrOpt) Database to use" msgstr "" #: ./doc/common/tables/glance-gridfs.xml25(td) @@ -39547,7 +39554,7 @@ msgid "" "(StrOpt) Hostname or IP address of the instance to connect to, or a mongodb " "URI, or a list of hostnames / mongodb URIs. If host is an IPv6 literal it " "must be enclosed in '[' and ']' characters following the RFC2732 URL syntax " -"(e.g. '[::1]' for localhost)." +"(e.g. '[::1]' for localhost)" msgstr "" #: ./doc/common/tables/neutron-notifier.xml7(caption) @@ -42255,17 +42262,13 @@ msgstr "" msgid "cinder_api_insecure = False" msgstr "" -#: ./doc/common/tables/glance-cinder.xml22(td) -msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder." -msgstr "" - #: ./doc/common/tables/glance-cinder.xml25(td) msgid "cinder_ca_certificates_file = None" msgstr "" #: ./doc/common/tables/glance-cinder.xml26(td) msgid "" -"(StrOpt) Location of CA certicates file to use for cinder client requests." +"(StrOpt) Location of ca certicates file to use for cinder client requests." msgstr "" #: ./doc/common/tables/glance-cinder.xml29(td) @@ -42275,28 +42278,18 @@ msgstr "" #: ./doc/common/tables/glance-cinder.xml30(td) msgid "" "(StrOpt) Info to match when looking for cinder in the service catalog. " -"Format is: separated values of the form: " -"<service_type>:<service_name>:<endpoint_type>." +"Format is : separated values of the form: " +"<service_type>:<service_name>:<endpoint_type>" msgstr "" #: ./doc/common/tables/glance-cinder.xml33(td) msgid "cinder_endpoint_template = None" msgstr "" -#: ./doc/common/tables/glance-cinder.xml34(td) -msgid "" -"(StrOpt) Override service catalog lookup with template for cinder endpoint " -"e.g. http://localhost:8776/v1/%(project_id)s." -msgstr "" - #: ./doc/common/tables/glance-cinder.xml37(td) msgid "cinder_http_retries = 3" msgstr "" -#: ./doc/common/tables/glance-cinder.xml38(td) -msgid "(IntOpt) Number of cinderclient retries on failed http calls." -msgstr "" - #: ./doc/common/tables/swift-object-server-object-updater.xml8(literal) msgid "[object-updater]" msgstr "" @@ -42403,8 +42396,8 @@ msgid "" "registry or database." msgstr "" -#: ./doc/common/tables/glance-common.xml78(td) -msgid "(StrOpt) Region name of this node." +#: ./doc/common/tables/glance-common.xml77(td) +msgid "metadata_source_path = /etc/glance/metadefs/" msgstr "" #: ./doc/common/tables/glance-common.xml81(td) @@ -42461,35 +42454,43 @@ msgid "" " requests. The default will be equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/glance-common.xml101(th) +#: ./doc/common/tables/glance-common.xml108(th) msgid "[image_format]" msgstr "" -#: ./doc/common/tables/glance-common.xml104(td) +#: ./doc/common/tables/glance-common.xml111(td) msgid "container_formats = ami, ari, aki, bare, ovf, ova" msgstr "" -#: ./doc/common/tables/glance-common.xml105(td) +#: ./doc/common/tables/glance-common.xml112(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" -#: ./doc/common/tables/glance-common.xml108(td) +#: ./doc/common/tables/glance-common.xml115(td) msgid "disk_formats = ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" -#: ./doc/common/tables/glance-common.xml109(td) +#: ./doc/common/tables/glance-common.xml116(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" -#: ./doc/common/tables/glance-common.xml112(th) +#: ./doc/common/tables/glance-common.xml119(th) msgid "[task]" msgstr "" -#: ./doc/common/tables/glance-common.xml115(td) +#: ./doc/common/tables/glance-common.xml122(td) +msgid "eventlet_executor_pool_size = 1000" +msgstr "" + +#: ./doc/common/tables/glance-common.xml126(td) +msgid "task_executor = eventlet" +msgstr "" + +#: ./doc/common/tables/glance-common.xml130(td) msgid "task_time_to_live = 48" msgstr "" -#: ./doc/common/tables/glance-common.xml116(td) +#: ./doc/common/tables/glance-common.xml131(td) msgid "" "(IntOpt) Time in hours for which a task lives after, either succeeding or " "failing" diff --git a/doc/config-reference/locale/config-reference.pot b/doc/config-reference/locale/config-reference.pot index 7c04a9d805..1f5f170d12 100644 --- a/doc/config-reference/locale/config-reference.pot +++ b/doc/config-reference/locale/config-reference.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-09-16 06:09+0000\n" +"POT-Creation-Date: 2014-09-17 06:15+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2678,7 +2678,7 @@ msgstr "" msgid "The Huawei driver supports the iSCSI and Fibre Channel connections and enables OceanStor T series unified storage, OceanStor Dorado high-performance storage, and OceanStor HVS high-end storage to provide block storage services for OpenStack." msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:11(title) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:34(title) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:24(title) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:42(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:66(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:316(title) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:12(title) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:33(title) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:10(title) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:12(title) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:231(title) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:24(title) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:11(title) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:34(title) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:24(title) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:42(title) ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:93(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:66(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:316(title) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:18(title) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:33(title) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:10(title) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:12(title) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:231(title) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:24(title) msgid "Supported operations" msgstr "" @@ -2686,27 +2686,27 @@ msgstr "" msgid "OceanStor T series unified storage supports these operations:" msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:17(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:40(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:58(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:38(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:69(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:319(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:15(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:12(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:14(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:31(para) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:17(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:40(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:58(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:38(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:69(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:319(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:12(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:14(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:31(para) msgid "Create, delete, attach, and detach volumes." msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:20(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:43(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:75(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:41(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:48(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:322(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:18(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:15(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:17(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:34(para) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:20(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:43(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:75(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:41(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:48(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:322(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:15(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:17(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:34(para) msgid "Create, list, and delete volume snapshots." msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:23(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:84(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:59(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:51(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:75(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:325(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:20(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:247(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:37(para) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:23(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:84(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:59(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:51(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:75(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:325(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:20(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:247(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:37(para) msgid "Create a volume from a snapshot." msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:26(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:46(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:61(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:78(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:44(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:54(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:78(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:328(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:23(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:250(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:40(para) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:26(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:46(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:61(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:78(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:44(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:54(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:78(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:328(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:23(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:250(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:40(para) msgid "Copy an image to a volume." msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:29(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:49(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:64(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:81(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:47(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:57(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:81(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:331(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:48(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:26(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:43(para) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:29(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:49(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:64(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:81(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:47(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:57(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:81(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:331(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:48(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:26(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:43(para) msgid "Copy a volume to an image." msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:32(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:87(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:50(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:84(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:51(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:18(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:29(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:46(para) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:32(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:87(para) ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:50(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:84(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:51(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:18(para) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:29(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:46(para) msgid "Clone a volume." msgstr "" @@ -3314,7 +3314,7 @@ msgstr "" msgid "VMAX and VNX arrays support these operations:" msgstr "" -#: ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:53(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:63(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:87(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:33(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:54(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:49(para) +#: ./doc/config-reference/block-storage/drivers/emc-volume-driver.xml:53(para) ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:63(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:87(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:54(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:49(para) msgid "Extend a volume." msgstr "" @@ -3664,7 +3664,7 @@ msgstr "" msgid "RBD and QEMU-RBD. Linux kernel and QEMU block devices that stripe data across multiple objects." msgstr "" -#: ./doc/config-reference/block-storage/drivers/ceph-rbd-volume-driver.xml:111(title) +#: ./doc/config-reference/block-storage/drivers/ceph-rbd-volume-driver.xml:111(title) ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:123(title) msgid "Driver options" msgstr "" @@ -3712,7 +3712,7 @@ msgstr "" msgid "Get volume statistics." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:53(title) ./doc/config-reference/block-storage/drivers/xen-sm-driver.xml:134(title) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:35(title) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:57(title) ./doc/config-reference/compute/section_hypervisor_vmware.xml:247(td) ./doc/config-reference/compute/section_hypervisor_vmware.xml:313(td) +#: ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:53(title) ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:14(title) ./doc/config-reference/block-storage/drivers/xen-sm-driver.xml:134(title) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:35(title) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:57(title) ./doc/config-reference/compute/section_hypervisor_vmware.xml:247(td) ./doc/config-reference/compute/section_hypervisor_vmware.xml:313(td) msgid "Configuration" msgstr "" @@ -3864,7 +3864,7 @@ msgstr "" msgid " is the command used to communicate with the HUS array. If it is not set, the default value is ." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:342(option) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:58(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:122(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:339(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:395(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:453(replaceable) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:310(replaceable) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:412(option) +#: ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:342(option) ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:70(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:58(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:122(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:339(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:395(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:453(replaceable) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:310(replaceable) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:412(option) msgid "username" msgstr "" @@ -3872,7 +3872,7 @@ msgstr "" msgid "Username is required only if secure mode is used" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:352(option) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:59(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:123(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:340(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:396(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:454(replaceable) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:312(replaceable) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:421(option) ./doc/config-reference/image-service/section_image-service-backend-vmware.xml:59(replaceable) +#: ./doc/config-reference/block-storage/drivers/hds-hus-driver.xml:352(option) ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:71(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:59(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:123(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:340(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:396(replaceable) ./doc/config-reference/block-storage/drivers/netapp-volume-driver.xml:454(replaceable) ./doc/config-reference/block-storage/drivers/coraid-driver.xml:312(replaceable) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:421(option) ./doc/config-reference/image-service/section_image-service-backend-vmware.xml:59(replaceable) msgid "password" msgstr "" @@ -4260,6 +4260,122 @@ msgstr "" msgid "Each line in this file represents a NFS share. The first part of the line is the NFS share URL, the second is the connection URL to the NexentaStor Appliance." msgstr "" +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:5(title) +msgid "Oracle ZFSSA iSCSI Driver" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:6(para) +msgid "Oracle ZFS Storage Appliances (ZFSSAs) provide advanced software to protect data, speed tuning and troubleshooting, and deliver high performance and high availability. Through the Oracle ZFSSA iSCSI Driver, OpenStack Block Storage can use an Oracle ZFSSA as a block storage resource. The driver enables you to create iSCSI volumes that an OpenStack Block Storage server can allocate to any virtual machine running on a compute host. The Oracle ZFSSA iSCSI Driver, version 1.0.0, supports ZFSSA software release 2013.1.2.0 and later." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:17(para) +msgid "Enable RESTful service on the ZFSSA Storage Appliance." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:20(para) +msgid "Create a new user on the appliance with the following authorizations:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:23(code) +msgid "scope=stmf - allow_configure=true" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:26(code) +msgid "scope=nas - allow_clone=true, allow_createProject=true, allow_createShare=true, allow_changeSpaceProps=true, allow_changeGeneralProps=true, allow_destroy=true, allow_rollback=true, allow_takeSnap=true" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:29(para) +msgid "You can create a role with authorizations as follows:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:41(para) +msgid "You can create a user with a specific role as follows:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:49(para) +msgid "You can also run this workflow to automate the above tasks." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:55(para) +msgid "Ensure that the ZFSSA iSCSI service is online. If the ZFSSA iSCSI service is not online, enable the service by using the BUI, CLI or REST API in the appliance." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:67(para) +msgid "Define the following required properties in the cinder.conf file:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:69(replaceable) +msgid "myhost" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:72(replaceable) +msgid "mypool" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:73(replaceable) +msgid "myproject" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:74(replaceable) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:449(literal) +msgid "default" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:75(replaceable) +msgid "w.x.y.z:3260" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:76(replaceable) +msgid "e1000g0" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:77(para) +msgid "Optionally, you can define additional properties." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:78(para) +msgid "Target interfaces can be seen as follows in the CLI:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:86(para) +msgid "Do not use management interfaces for zfssa_target_interfaces." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:96(para) +msgid "Create and delete volumes" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:99(para) +msgid "Extend volume" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:102(para) +msgid "Create and delete snapshots" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:105(para) +msgid "Create volume from snapshot" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:108(para) +msgid "Delete volume snapshots" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:111(para) +msgid "Attach and detach volumes" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:114(para) +msgid "Get volume stats" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:117(para) +msgid "Clone volumes" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/zfssa-volume-driver.xml:124(para) +msgid "The Oracle ZFSSA iSCSI Driver supports these options:" +msgstr "" + #: ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:4(title) msgid "HP LeftHand/StoreVirtual driver" msgstr "" @@ -4473,62 +4589,66 @@ msgid "ProphetStor Fibre Channel and iSCSI drivers" msgstr "" #: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:7(para) +msgid "ProhetStor Fibre Channel and iSCSI drivers add support for ProphetStor Flexvisor through OpenStack Block Storage. ProphetStor Flexvisor enables commodity x86 hardware as software-defined storage leveraging well-proven ZFS for disk management to provide enterprise grade storage services such as snapshots, data protection with different RAID levels, replication, and deduplication." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:13(para) msgid "The DPLFCDriver and DPLISCSIDriver drivers run volume operations by communicating with the ProphetStor storage system over HTTPS." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:38(title) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:44(title) msgid "Enable the Fibre Channel or iSCSI drivers" msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:39(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:45(para) msgid "The DPLFCDriver and DPLISCSIDriver are installed with the OpenStack software." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:44(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:50(para) msgid "Query storage pool id for configure dpl_pool of the cinder.conf." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:48(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:54(para) msgid "Logon onto the storage system with administrator access." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:50(replaceable) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:71(replaceable) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:56(replaceable) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:77(replaceable) msgid "STORAGE IP ADDRESS" msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:53(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:59(para) msgid "View the current usable pool id." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:58(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:64(para) msgid "Use d5bd40b58ea84e9da09dcf25a01fdc07 to config the dpl_pool of /etc/cinder/cinder.conf." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:63(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:69(para) msgid "Other management command can reference by command help ." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:67(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:73(para) msgid "Make the following changes on the volume node /etc/cinder/cinder.conf file." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:74(replaceable) ./doc/config-reference/compute/section_compute-cells.xml:316(replaceable) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:80(replaceable) ./doc/config-reference/compute/section_compute-cells.xml:316(replaceable) msgid "USERNAME" msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:77(replaceable) ./doc/config-reference/compute/section_compute-cells.xml:316(replaceable) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:83(replaceable) ./doc/config-reference/compute/section_compute-cells.xml:316(replaceable) msgid "PASSWORD" msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:95(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:104(para) msgid "Save the changes to the /etc/cinder/cinder.conf file and restart the cinder-volume service." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:101(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:110(para) msgid "The ProphetStor Fibre Channel or iSCSI drivers are now enabled on your OpenStack system. If you experience problems, review the Block Storage service log files for errors." msgstr "" -#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:105(para) +#: ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:114(para) msgid "The following table contains the options supported by the ProphetStor storage driver." msgstr "" @@ -6806,10 +6926,6 @@ msgstr "" msgid "Service labels: these four predefined names help four different sets of configuration options -- each can specify HDP and an unique volume type." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:449(literal) -msgid "default" -msgstr "" - #: ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:451(para) msgid "volume_type tag is used to match volume type. default meets any type of volume type, or if it is not specified. Any other volume type is selected if exactly matched during volume creation." msgstr "" diff --git a/doc/image-guide/locale/fr.po b/doc/image-guide/locale/fr.po index 8f88a4c6d9..d9765eeaf1 100644 --- a/doc/image-guide/locale/fr.po +++ b/doc/image-guide/locale/fr.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-09-07 05:59+0000\n" -"PO-Revision-Date: 2014-09-06 17:32+0000\n" +"POT-Creation-Date: 2014-09-16 19:44+0000\n" +"PO-Revision-Date: 2014-09-16 15:28+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/fr/)\n" "MIME-Version: 1.0\n" @@ -23,11 +23,11 @@ msgstr "Exemple: image Microsoft Windows" msgid "" "This example creates a Windows Server 2012 qcow2 image, using " " and the KVM hypervisor." -msgstr "" +msgstr "Cet exemple crée une image qcow2 Windows Server 2012, en utilisant et l'hyperviseur KVM." #: ./doc/image-guide/section_windows-example.xml17(para) msgid "Follow this steps to prepare the installation:" -msgstr "" +msgstr "Suivre ces étapes pour préparer l'installation :" #: ./doc/image-guide/section_windows-example.xml20(para) msgid "" @@ -35,34 +35,34 @@ msgid "" "available on the Microsoft website (registration " "required)." -msgstr "" +msgstr "Télécharger une ISO d'installation de Windows Server 2012. Les images d'évaluation sont disponibles sur the Microsoft website (inscription requise). " #: ./doc/image-guide/section_windows-example.xml26(para) msgid "" "Download the signed VirtIO drivers ISO from the Fedora website." -msgstr "" +msgstr "Télécharger l'ISO des pilotes signés de VirtIO depuis Fedora website. " #: ./doc/image-guide/section_windows-example.xml31(para) msgid "Create a 10GB qcow2 image:" -msgstr "" +msgstr "Créer une image qcow2 de 10 Go : " #: ./doc/image-guide/section_windows-example.xml37(para) msgid "" "Start the Windows Server 2012 installation with the " "command:" -msgstr "" +msgstr "Démarrer l'installation de Windows Serveur 2012 avec la commande :" #: ./doc/image-guide/section_windows-example.xml46(para) msgid "" "Use or to connect to the VM and start the " "Windows installation." -msgstr "" +msgstr "Utiliser ou pour se connecter à la VM et démarrer l'installation Windows." #: ./doc/image-guide/section_windows-example.xml51(para) msgid "Enable the VirtIO drivers." -msgstr "" +msgstr "Activer les pilotes VirtIO." #: ./doc/image-guide/section_windows-example.xml52(para) msgid "" @@ -72,52 +72,52 @@ msgid "" "E:\\WIN8\\AMD64 folder. The Windows installer displays " "a list of drivers to install. Select the VirtIO SCSI and network drivers, " "and continue the installation." -msgstr "" +msgstr "Le disque n'est pas détecté par défaut par l'installateur Windows. Quand on demande de choisir une cible d'installation, cliquer Load driver naviguer dans le système de fichier pour sélectionner le dossier E:\\WIN8\\AMD64. L'installateur Windows affiche une liste de pilote à installer. Sélectionner le SCSI VirtIO et les pilotes réseau et continuer l'installation. " #: ./doc/image-guide/section_windows-example.xml58(para) msgid "" "Once the installation is completed, the VM restarts. Define a password for " "the administrator when prompted." -msgstr "" +msgstr "Une fois l'installation terminée, les VM redémarre. Définir un mot de passe pour l'administrateur dans l'invite de commande." #: ./doc/image-guide/section_windows-example.xml62(para) msgid "Log in as administrator and start a command window." -msgstr "" +msgstr "Se connecter en tant qu'administrateur et démarrer une fenêtre de commande." #: ./doc/image-guide/section_windows-example.xml65(para) msgid "" "Complete the VirtIO drivers installation by running the following command:" -msgstr "" +msgstr "Compléter l'installation des pilotes VirtIO en exécutant la commande suivante :" #: ./doc/image-guide/section_windows-example.xml70(para) msgid "" "To allow Cloudbase-Init to run scripts during an " "instance boot, set the PowerShell execution policy to be unrestricted:" -msgstr "" +msgstr "Pour autoriser Cloudbase-Init à lancer des scripts durant le démarrage d'une instance, positionner la priorité d'exécution de PowerShell à illimitée :" #: ./doc/image-guide/section_windows-example.xml77(para) msgid "Download and install Cloudbase-Init:" -msgstr "" +msgstr "Télécharger et installer Cloudbase-Init :" #: ./doc/image-guide/section_windows-example.xml80(para) msgid "" "In the configuration options window, change the " "following settings:" -msgstr "" +msgstr "Dans la fenêtre options configuration, changer les paramètres suivants : " #: ./doc/image-guide/section_windows-example.xml83(para) msgid "Username: Administrator" -msgstr "" +msgstr "Utilisateur : Administrator" #: ./doc/image-guide/section_windows-example.xml86(para) msgid "" "Network adapter to configure: Red Hat VirtIO Ethernet " "Adapter" -msgstr "" +msgstr "Adaptateur réseau pour configurer : Red Hat VirtIO Ethernet Adapter" #: ./doc/image-guide/section_windows-example.xml90(para) msgid "Serial port for logging: COM1" -msgstr "" +msgstr "Port série pour la connexion : COM1 " #: ./doc/image-guide/section_windows-example.xml93(para) msgid "" @@ -125,15 +125,15 @@ msgid "" "Setup Wizard window, select the Run Sysprep " "and Shutdown check boxes and click " "Finish." -msgstr "" +msgstr "Quand l'installation est effectuée, dans la fenêtre Complete the Cloudbase-Init Setup Wizard, sélectionner les cases Run Sysprep et Shutdown et cliquer sur Finish." #: ./doc/image-guide/section_windows-example.xml97(para) msgid "Wait for the machine shutdown." -msgstr "" +msgstr "Attendre l'arrêt de la machine." #: ./doc/image-guide/section_windows-example.xml101(para) msgid "Your image is ready to upload to the Image Service:" -msgstr "" +msgstr "Votre image est prête à télécharger le Service Image :" #: ./doc/image-guide/section_glance_image-formats.xml7(title) msgid "Disk and container formats for images" @@ -637,8 +637,8 @@ msgid "" ">bsd-cloudinit program is independently maintained and in " "active development. The best source of information on the current state of " "the project is at http://pellaeon.github.io/bsd-cloudinit." -msgstr "Cet exemple crée une image FreeBSD minimale qui est compatible avec OpenStack et bsd-cloudinit. Le programme bsd-cloudinit est indépendant et maintenu ainsi qu'en développement actif. La meilleure source d'information sur l'état actuel du projet est disponible sur http://pellaeon.github.io/bsd-cloudinit." +"cloudinit/\">http://pellaeon.github.io/bsd-cloudinit/." +msgstr "" #: ./doc/image-guide/section_freebsd-example.xml20(para) msgid "" @@ -1699,7 +1699,7 @@ msgid "" "net.rules during the instance process. However, each time the " "image boots up, the virtual Ethernet card will have a different MAC address," " so this information must be deleted from the configuration file." -msgstr "" +msgstr "Le système d'exploitation enregistre l'adresse MAC de la carte virtuelle Ethernet installée dans /etc/sysconfig/network-scripts/ifcfg-eth0 et /etc/udev/rules.d/70-persistent-net.rules pendant le processus de l'instance. Cependant, à chaque démarrage de l'image, la carte virtuelle Ethernet aura une adresse MAC différente alors cette information devra être supprimée du fichier de configuration. " #: ./doc/image-guide/section_centos-example.xml313(para) #: ./doc/image-guide/section_ubuntu-example.xml187(para) @@ -1852,7 +1852,7 @@ msgid "" " GitHub at rackerjoe/oz-image-build/templates. " "Here's how you would create a CentOS 6.4 image with Oz." -msgstr "" +msgstr "Un traitement complet de Oz dépasse la portée de ce document, mais nous allons fournir un exemple. Vous pouvez trouver des exemples supplémentaires des fichiers modèles Oz sur GitHub à at rackerjoe/oz-image-build/templates. Voici coment vous pourrez créer une image CentOs 6.4 avec Oz." #: ./doc/image-guide/ch_creating_images_automatically.xml34(para) msgid "" @@ -2010,10 +2010,9 @@ msgstr "Images CirrOS (test)" msgid "" "CirrOS is a minimal Linux distribution that was designed for use as a test " "image on clouds such as OpenStack Compute. You can download a CirrOS image " -"in various formats from the CirrOS Launchpad download " -"page." -msgstr "CirrOS est une distribution Linux minimale qui a été conçue pour être utilisée en tant qu'image de test sur des clouds comme OpenStack Compute. Vous pouvez télécharger une image CirrOS dans divers formats depuis la page web CirrOS Launchpad download page." +"in various formats from the CirrOS download page." +msgstr "CirrOS est une distribution Linux minimale qui est conçue pour être utiliser comme une image test sur les clouds comme OpenStack Compute. Vous pouvez télécharger l'image CirrOS dans divers formats depuis CirrOS download page." #: ./doc/image-guide/ch_obtaining_images.xml22(para) msgid "" @@ -2026,8 +2025,8 @@ msgid "" "If your deployment uses QEMU or KVM, we recommend using the images in qcow2 " "format. The most recent 64-bit qcow2 image as of this writing is cirros-0.3.2-x86_64-disk.img" -msgstr "Si votre déploiement utilise QEMU ou KVM, nous recommandons d'utiliser les images au format qcow2. L'image qcow2 64-bits la plus récente au moment de cet écrit est cirros-0.3.2-x86_64-disk.img" +"cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img\">cirros-0.3.3-x86_64-disk.img" +msgstr "Si votre déploiement utilise QEMU ou KVM, nous recommandons d'utiliser des images avec le format qcow2. L'image 64 bits qcow2 la plus récente est cirros-0.3.3-x86_64-disk.img" #: ./doc/image-guide/ch_obtaining_images.xml28(title) msgid "Official Ubuntu images" @@ -2142,7 +2141,7 @@ msgid "" "distributions (Red Hat, CentOS, Fedora, Ubuntu). Links to these images can " "be found at rackerjoe/oz-image-build on GitHub." -msgstr "" +msgstr "Rackspace Cloud Builders maintient une liste d'images pré-générées issues de diverses distributions (Red Hat, CentOS, Fedora, Ubuntu). Les liens vers ces images peuvent être trouvés à rackerjoe/oz-image-build on GitHub." #: ./doc/image-guide/ch_obtaining_images.xml108(title) msgid "Microsoft Windows images" @@ -2414,7 +2413,7 @@ msgid "" "net.rules during the instance process. However, each time the " "image boots up, the virtual Ethernet card will have a different MAC address," " so this information must be deleted from the configuration file." -msgstr "" +msgstr "Le système d'exploitation enregistre l'adresse MAC de la carte Ethernet virtuelle dans /etc/udev/rules.d/70-persistent-net.rules durant l'instance de processus. Cependant, à chaque démarrage de l'image, la carte Ethernet virtuelle aura une adresse MAC différente, alors cette information devra être supprimer du fichier configuration. " #: ./doc/image-guide/section_ubuntu-example.xml194(para) msgid "" @@ -2464,7 +2463,7 @@ msgid "" "key=value " "option with the or command. More than one " "property can be specified. For example:" -msgstr "" +msgstr "Vous pouvez ajouter des métadonnées aux images du Service Image en utilisant l'option --property key=value avec la commande ou . Plusieurs propriétés peuvent être spécifiées. Par exemple :" #: ./doc/image-guide/section_glance-image-metadata.xml22(replaceable) msgid "img-uuid" @@ -2663,7 +2662,7 @@ msgid "" "href=\"https://github.com/flegmatik/linux-rootfs-resize\">linux-rootfs-" "resize that contains scripts that update a ramdisk by using " " so that the image resizes properly on boot." -msgstr "" +msgstr "Si vous ne pouvez pas installer cloud-initramfs-tools, Robert Plestenjak a un projet GitHub nommé linux-rootfs-resize contenant des scripts mettant à jour la ramdisk en utilisant ce qui permet redimensionner proprement l'image au démarrage." #: ./doc/image-guide/ch_openstack_images.xml169(para) msgid "" diff --git a/doc/image-guide/locale/image-guide.pot b/doc/image-guide/locale/image-guide.pot index 0eba0dbc12..e8dca060a3 100644 --- a/doc/image-guide/locale/image-guide.pot +++ b/doc/image-guide/locale/image-guide.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-09-07 06:10+0000\n" +"POT-Creation-Date: 2014-09-17 06:15+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -420,7 +420,7 @@ msgid "Example: FreeBSD image" msgstr "" #: ./doc/image-guide/section_freebsd-example.xml:12(para) -msgid "This example creates a minimal FreeBSD image that is compatible with OpenStack and bsd-cloudinit. The bsd-cloudinit program is independently maintained and in active development. The best source of information on the current state of the project is at http://pellaeon.github.io/bsd-cloudinit." +msgid "This example creates a minimal FreeBSD image that is compatible with OpenStack and bsd-cloudinit. The bsd-cloudinit program is independently maintained and in active development. The best source of information on the current state of the project is at http://pellaeon.github.io/bsd-cloudinit/." msgstr "" #: ./doc/image-guide/section_freebsd-example.xml:20(para) @@ -1370,7 +1370,7 @@ msgid "CirrOS (test) images" msgstr "" #: ./doc/image-guide/ch_obtaining_images.xml:13(para) -msgid "CirrOS is a minimal Linux distribution that was designed for use as a test image on clouds such as OpenStack Compute. You can download a CirrOS image in various formats from the CirrOS Launchpad download page." +msgid "CirrOS is a minimal Linux distribution that was designed for use as a test image on clouds such as OpenStack Compute. You can download a CirrOS image in various formats from the CirrOS download page." msgstr "" #: ./doc/image-guide/ch_obtaining_images.xml:22(para) @@ -1378,7 +1378,7 @@ msgid "In a CirrOS image, the login account is cirros. The pa msgstr "" #: ./doc/image-guide/ch_obtaining_images.xml:17(para) -msgid "If your deployment uses QEMU or KVM, we recommend using the images in qcow2 format. The most recent 64-bit qcow2 image as of this writing is cirros-0.3.2-x86_64-disk.img" +msgid "If your deployment uses QEMU or KVM, we recommend using the images in qcow2 format. The most recent 64-bit qcow2 image as of this writing is cirros-0.3.3-x86_64-disk.img" msgstr "" #: ./doc/image-guide/ch_obtaining_images.xml:28(title) diff --git a/doc/image-guide/locale/ja.po b/doc/image-guide/locale/ja.po index 48b7516147..dba751c652 100644 --- a/doc/image-guide/locale/ja.po +++ b/doc/image-guide/locale/ja.po @@ -5,9 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-09-08 05:31+0000\n" -"PO-Revision-Date: 2014-09-08 01:00+0000\n" -"Last-Translator: Tomoyuki KATO \n" +"POT-Creation-Date: 2014-09-16 19:44+0000\n" +"PO-Revision-Date: 2014-09-16 15:28+0000\n" +"Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -637,8 +637,8 @@ msgid "" ">bsd-cloudinit program is independently maintained and in " "active development. The best source of information on the current state of " "the project is at http://pellaeon.github.io/bsd-cloudinit." -msgstr "この例は、最小の FreeBSD イメージを作成します。これは、OpenStack および bsd-cloudinit と互換性があります。bsd-cloudinit プログラムは、独立してメンテナンスされていて、活発に開発されています。プロジェクトの現状に関する最も適切な情報源は、http://pellaeon.github.io/bsd-cloudinit です。" +"cloudinit/\">http://pellaeon.github.io/bsd-cloudinit/." +msgstr "" #: ./doc/image-guide/section_freebsd-example.xml20(para) msgid "" @@ -2010,10 +2010,9 @@ msgstr "CirrOS (test) イメージ" msgid "" "CirrOS is a minimal Linux distribution that was designed for use as a test " "image on clouds such as OpenStack Compute. You can download a CirrOS image " -"in various formats from the CirrOS Launchpad download " -"page." -msgstr "CirrOS は、OpenStack Compute のようなクラウドでテストイメージとして使用する目的で設計された、軽量な Linux ディストリビューションです。CirrOS Launchpad のダウンロードページから、さまざまな形式で CirrOS イメージをダウンロードできます。" +"in various formats from the CirrOS download page." +msgstr "CirrOS は、OpenStack Compute のようなクラウドでテストイメージとして使用するために設計された、最小の Linux ディストリビューションです。CirrOS ダウンロードページから CirrOS をさまざまな形式でダウンロードできます。" #: ./doc/image-guide/ch_obtaining_images.xml22(para) msgid "" @@ -2026,8 +2025,8 @@ msgid "" "If your deployment uses QEMU or KVM, we recommend using the images in qcow2 " "format. The most recent 64-bit qcow2 image as of this writing is cirros-0.3.2-x86_64-disk.img" -msgstr "QEMU や KVM の環境の場合、qcow2 形式イメージの利用を推奨します。執筆時点で、最近の 64 ビット qcow2 イメージは、cirros-0.3.2-x86_64-disk.img です。" +"cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img\">cirros-0.3.3-x86_64-disk.img" +msgstr "お使いの環境で QEMU や KVM を使用している場合、qcow2 形式のイメージを使用することを推奨します。執筆時点で最新の 64 ビット qcow2 イメージは cirros-0.3.3-x86_64-disk.img です。" #: ./doc/image-guide/ch_obtaining_images.xml28(title) msgid "Official Ubuntu images"