diff --git a/doc/admin-guide-cloud/locale/admin-guide-cloud.pot b/doc/admin-guide-cloud/locale/admin-guide-cloud.pot index 574dc8aa81..a97276efe2 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: 2015-04-30 06:07+0000\n" +"POT-Creation-Date: 2015-05-01 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -410,7 +410,7 @@ msgstr "" msgid "This image must have the trove guest agent installed, and it must have the trove-guestagent.conf file configured to connect to your OpenStack environment. To configure trove-guestagent.conf, add the following lines to trove-guestagent.conf on the guest instance you are using to build your image:" msgstr "" -#: ./doc/admin-guide-cloud/ch_database.xml:24(replaceable) ./doc/admin-guide-cloud/ch_database.xml:29(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:88(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:89(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:172(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:173(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:193(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:194(replaceable) ./doc/admin-guide-cloud/compute/section_compute-system-admin.xml:377(replaceable) +#: ./doc/admin-guide-cloud/ch_database.xml:24(replaceable) ./doc/admin-guide-cloud/ch_database.xml:29(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:92(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:93(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:180(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:181(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:201(replaceable) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:202(replaceable) ./doc/admin-guide-cloud/compute/section_compute-system-admin.xml:377(replaceable) msgid "controller" msgstr "" @@ -934,155 +934,159 @@ msgstr "" 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:81(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:80(para) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:168(para) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:217(para) +msgid "Prior to the Juno release, the auth_token middleware was in python-keystoneclient. The filter_factory must be set to keystoneclient.middleware.auth_token:filter_factory in those releases." +msgstr "" + +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:85(para) msgid "Set these values in the nova.conf file:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:94(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:99(para) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:183(para) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:204(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:103(para) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:191(para) ./doc/admin-guide-cloud/ch_identity_mgmt.xml:212(para) msgid "Comment out any auth_host, auth_port, and auth_protocol options because the identity_uri option replaces them." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:106(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:110(title) msgid "Start the Identity services" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:107(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:111(para) msgid "To start the services for Identity, run the following command:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:110(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:114(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:118(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:122(title) msgid "Example usage" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:119(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:123(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:149(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:153(title) msgid "Authentication middleware with user name and password" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:151(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:155(para) msgid "You can also configure Identity authentication middleware using the and options." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:154(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:158(para) msgid "The option is deprecated, and no longer used for configuring auth_token middleware." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:156(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:160(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:165(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:173(para) msgid "And set the following values in nova.conf as follows:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:178(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:186(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:188(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:196(para) msgid "This sample paste config filter makes use of the and options:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:199(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:207(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:211(title) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:224(title) msgid "Identity API protection with role-based access control (RBAC)" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:213(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:226(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:219(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:232(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:221(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:234(replaceable) msgid "API_NAME" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:221(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:234(replaceable) msgid "RULE_STATEMENT" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:221(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:234(replaceable) msgid "MATCH_STATEMENT" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:222(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/ch_identity_mgmt.xml:235(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) msgid "Where:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:223(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:236(para) msgid "RULE_STATEMENT can contain RULE_STATEMENT or MATCH_STATEMENT." msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:224(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:237(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:228(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:241(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:234(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:247(para) msgid "Each component of a match statement uses this format:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:235(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:248(replaceable) msgid "ATTRIB_FROM_TOKEN" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:235(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:248(replaceable) msgid "CONSTANT" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:235(replaceable) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:248(replaceable) msgid "ATTRIB_RELATED_TO_API_CALL" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:236(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:249(para) msgid "The Identity service expects these attributes:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:237(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:250(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:239(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:252(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:246(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:259(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:248(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:261(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:253(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:266(para) msgid "List of object attributes:" msgstr "" -#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:283(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:296(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:292(para) +#: ./doc/admin-guide-cloud/ch_identity_mgmt.xml:305(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 "" diff --git a/doc/cli-reference/locale/cli-reference.pot b/doc/cli-reference/locale/cli-reference.pot index df7b196072..4dce5ef2b0 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: 2015-04-26 06:07+0000\n" +"POT-Creation-Date: 2015-05-01 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1074,7 +1074,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:1999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2024(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2050(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2107(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2141(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2182(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2207(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2232(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2273(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2298(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2324(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2364(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2407(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2451(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2468(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2498(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2583(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2607(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2639(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2892(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2909(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2926(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2951(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2975(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3020(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3037(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:3129(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3158(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3183(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3207(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3251(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3298(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3315(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3332(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3349(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3399(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3426(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3511(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3528(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3586(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3604(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3641(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3677(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3711(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3728(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3745(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3794(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3811(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3839(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3864(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3892(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3917(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3942(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3970(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3988(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4028(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4090(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4123(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4142(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4195(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4212(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4236(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4253(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4298(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4332(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4366(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4383(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4408(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4427(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4471(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4496(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4513(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4541(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4565(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4745(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4763(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4809(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4826(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4859(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4921(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4938(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4964(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4988(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5013(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5045(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5244(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5263(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5315(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5332(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5349(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5378(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5595(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5756(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5795(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5887(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5905(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5930(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5955(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5982(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6019(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6036(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6065(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6101(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6118(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6152(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6169(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6186(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6204(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6246(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6296(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6345(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6370(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6389(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6431(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6481(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6554(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6571(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6604(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6629(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6646(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6670(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6687(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6723(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6773(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6790(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6807(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6838(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6920(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6937(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6954(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6971(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6997(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7021(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7038(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7055(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7072(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7089(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7173(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7213(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7284(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7301(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7343(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7363(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7409(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7433(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7450(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7467(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7491(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7524(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7550(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1932(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2039(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2094(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2154(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2223(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2311(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2377(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2473(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2561(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2617(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2723(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2777(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2819(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2873(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2918(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3010(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3069(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3155(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3277(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3394(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3532(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3582(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3637(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3809(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3927(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3982(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4030(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4086(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4151(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4212(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4281(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4318(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4435(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4497(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4581(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4669(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4727(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4973(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5093(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5148(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5205(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5259(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5304(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5409(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5573(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5611(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5793(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5836(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5914(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6031(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6084(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6218(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6336(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6393(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6450(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6503(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6548(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6659(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6776(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6829(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6874(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7056(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7176(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7230(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7387(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7506(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7560(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7606(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7691(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7811(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7870(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7924(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7969(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8055(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8192(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8255(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8417(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8534(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8629(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8690(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8811(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8881(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9000(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9057(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9127(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9280(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9399(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9464(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9712(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9828(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9896(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9951(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9990(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10101(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10155(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10273(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10359(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10412(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10454(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10499(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10651(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10781(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10896(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10956(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11068(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11153(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11238(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11599(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11635(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11673(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11726(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11774(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11903(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11962(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12049(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12102(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12145(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12198(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12324(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12425(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12554(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12613(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12668(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12811(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12972(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13089(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13148(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13261(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13345(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13462(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13520(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13609(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13713(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13831(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13886(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13946(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14050(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14169(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14224(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14277(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14472(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14526(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:685(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:702(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:745(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:791(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:808(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:839(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:927(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:944(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:961(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1024(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1079(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1161(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1178(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1222(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1251(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1276(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1301(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1346(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1381(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1398(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1433(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1458(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1475(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1502(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1534(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1606(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1627(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1738(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1830(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1922(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1964(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1997(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2136(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:276(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:340(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:454(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:519(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:601(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:639(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:621(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:694(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:758(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:775(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:816(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:833(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:852(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:971(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:988(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1022(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1177(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1213(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1240(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1277(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1303(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1345(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1374(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1408(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1427(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1508(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1589(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1617(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:471(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:512(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:557(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:617(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:658(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:714(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:746(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:798(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:853(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:892(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:925(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:993(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1053(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1145(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1197(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1238(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1293(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1321(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1419(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1450(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1517(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1585(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1626(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1686(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1745(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1840(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1941(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2024(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2064(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2095(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2163(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2222(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2283(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2466(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2557(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2600(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2704(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2732(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2768(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2804(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2844(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2872(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2938(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2977(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3013(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3063(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3195(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3271(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3345(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3416(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3447(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3483(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3525(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3609(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3656(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3698(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3767(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3825(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3897(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3975(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4142(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4189(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4236(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4272(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4336(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4383(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4416(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4452(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4516(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4572(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4628(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4661(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4709(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4737(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4773(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4833(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5002(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5035(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5193(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5225(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5302(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5330(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5386(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5438(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5474(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5513(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5543(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5603(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5633(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5689(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5729(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5829(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5857(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5885(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5913(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5941(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5982(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6027(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6085(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6125(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6178(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6237(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6293(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6321(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6377(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6411(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6495(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6563(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6602(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6689(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6727(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6836(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6928(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6992(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7024(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7061(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7117(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7154(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7191(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:608(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:986(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1022(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1082(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1101(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1149(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1166(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1310(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1346(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1371(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1397(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1445(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1493(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1530(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1558(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1595(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1621(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1693(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1710(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1727(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1747(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1784(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1810(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1846(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1871(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1889(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1934(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1971(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2017(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2061(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2086(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2104(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2142(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2194(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2220(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2252(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2277(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2319(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:786(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:945(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1157(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1565(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2009(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2219(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2268(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2285(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2302(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2551(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2772(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3009(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3187(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3329(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:894(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:938(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:962(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:991(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1015(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1106(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1127(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1184(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1208(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1232(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1264(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1342(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1376(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1393(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1418(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1456(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1481(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1506(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1535(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1560(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1577(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1594(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1635(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1652(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1673(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1725(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1742(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1759(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1780(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1848(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1872(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1899(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1935(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1969(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2005(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2055(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2080(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2100(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2148(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2209(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2243(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2261(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2287(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2324(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2374(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2399(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2427(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2461(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2478(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2495(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2512(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2556(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2635(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2679(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2696(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2713(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2745(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2773(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2791(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2827(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2879(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2898(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2943(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2992(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3019(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3146(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3166(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3223(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3247(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3271(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3303(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3432(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3519(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3553(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3570(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3595(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3633(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3659(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3684(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3713(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3739(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3756(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3773(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3814(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3831(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3852(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3904(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3921(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3938(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3960(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4036(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4060(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4086(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4122(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4139(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4161(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4195(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4231(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4267(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4317(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4342(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4362(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4418(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4478(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4512(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4530(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4556(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4593(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4626(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4643(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4668(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4696(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4730(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4820(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4863(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4880(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4931(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4967(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4987(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:903(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:948(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:993(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1035(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1063(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1081(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1126(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1143(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1187(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1204(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1232(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1288(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1305(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1322(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1339(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1364(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1396(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1435(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1460(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1479(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1533(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1663(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1707(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1732(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1756(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1773(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1791(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1820(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1837(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1854(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1897(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1957(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1990(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2015(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2048(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2065(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2090(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2131(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2148(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2173(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2198(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2215(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2232(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2274(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2298(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2315(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2332(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2351(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2406(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2458(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2495(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2539(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2556(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2600(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2636(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2676(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:1999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2024(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2050(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2107(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2141(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2182(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2207(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2232(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2273(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2298(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2324(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2364(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2407(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2451(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2468(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2498(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2583(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2607(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2639(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2892(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2909(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2926(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2951(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2975(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3020(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3037(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:3129(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3158(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3183(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3207(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3251(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3298(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3315(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3332(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3349(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3399(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3426(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3511(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3528(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3586(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3604(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3641(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3677(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3711(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3728(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3745(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3794(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3811(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3839(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3864(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3892(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3917(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3942(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3970(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3988(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4028(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4090(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4123(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4142(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4195(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4212(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4236(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4253(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4298(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4332(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4366(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4383(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4408(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4427(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4471(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4496(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4513(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4541(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4565(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4745(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4763(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4809(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4826(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4859(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4921(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4938(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4964(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4988(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5013(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5045(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5244(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5263(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5315(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5332(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5349(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5378(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5595(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5756(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5795(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5887(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5905(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5930(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5955(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5982(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6019(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6036(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6065(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6101(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6118(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6135(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6152(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6169(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6186(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6204(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6246(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6296(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6345(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6370(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6389(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6431(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6481(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6554(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6571(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6604(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6629(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6646(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6670(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6687(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6723(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6773(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6790(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6807(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6838(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6920(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6937(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6954(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6971(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6997(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7021(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7038(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7055(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7072(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7089(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7173(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7213(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7284(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7301(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7343(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7363(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7409(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7433(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7450(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7467(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7491(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7524(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7550(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1932(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2039(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2094(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2154(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2223(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2311(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2377(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2473(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2561(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2617(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2723(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2777(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2819(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2873(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2918(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3010(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3069(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3155(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3277(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3394(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3532(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3582(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3637(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3809(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3927(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3982(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4030(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4086(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4151(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4212(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4281(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4318(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4435(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4497(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4581(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4669(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4727(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4973(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5093(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5148(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5205(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5259(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5304(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5409(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5573(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5611(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5793(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5836(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5914(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6031(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6084(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6218(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6336(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6393(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6450(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6503(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6548(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6659(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6776(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6829(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6874(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7056(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7176(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7230(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7387(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7506(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7560(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7606(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7691(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7811(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7870(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7924(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7969(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8055(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8192(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8255(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8417(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8534(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8629(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8690(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8811(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8881(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9000(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9057(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9127(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9280(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9399(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9464(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9608(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9712(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9828(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9896(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9951(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9990(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10101(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10155(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10273(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10359(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10412(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10454(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10499(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10651(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10781(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10896(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10956(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11068(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11153(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11238(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11599(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11635(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11673(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11726(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11774(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11903(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11962(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12049(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12102(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12145(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12198(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12324(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12425(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12554(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12613(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12668(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12811(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12972(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13089(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13148(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13261(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13345(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13462(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13520(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13609(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13713(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13831(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13886(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13946(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14050(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14169(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14224(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14277(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14472(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14526(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:685(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:702(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:745(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:791(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:808(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:839(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:927(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:944(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:961(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1024(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1079(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1161(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1178(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1222(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1251(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1276(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1301(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1346(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1381(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1398(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1433(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1458(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1475(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1502(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1534(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1606(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1627(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1738(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1830(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1922(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1964(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1997(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2136(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:276(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:340(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:454(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:519(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:601(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:639(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:621(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:694(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:758(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:775(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:816(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:833(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:852(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:971(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:988(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1022(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1177(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1213(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1240(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1277(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1303(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1345(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1374(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1408(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1427(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1508(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1589(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1617(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:471(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:512(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:557(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:617(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:658(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:714(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:774(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:826(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:881(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:920(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:970(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1022(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1090(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1150(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1242(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1294(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1335(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1390(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1418(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1516(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1547(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1614(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1682(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1723(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1783(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1842(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1937(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2038(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2121(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2161(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2192(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2260(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2319(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2380(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2563(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2654(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2697(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2801(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2829(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2865(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2901(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2941(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2969(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3035(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3074(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3110(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3160(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3292(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3368(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3442(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3513(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3544(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3580(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3622(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3706(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3753(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3795(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3864(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3922(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3994(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4072(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4239(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4286(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4333(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4369(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4433(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4480(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4513(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4549(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4613(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4669(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4725(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4758(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4806(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4834(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4870(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4930(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5099(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5132(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5290(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5322(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5399(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5427(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5483(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5535(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5571(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5610(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5640(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5700(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5730(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5786(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5826(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5926(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5954(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5982(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6010(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6038(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6079(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6124(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6182(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6222(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6275(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6334(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6390(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6418(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6474(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6592(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6676(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6744(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6783(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6870(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6908(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7017(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7109(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7173(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7205(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7242(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7298(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7335(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7372(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:608(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:986(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1022(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1082(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1101(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1149(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1166(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1310(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1346(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1371(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1397(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1445(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1493(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1530(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1558(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1595(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1621(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1693(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1710(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1727(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1747(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1784(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1810(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1846(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1871(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1889(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1934(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1971(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2017(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2061(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2086(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2104(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2142(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2194(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2220(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2252(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2277(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2319(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:786(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:945(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1157(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1565(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2009(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2219(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2268(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2285(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2302(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2551(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2772(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3009(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3187(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3329(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:894(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:938(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:962(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:991(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1015(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1106(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1127(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1184(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1208(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1232(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1264(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1342(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1376(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1393(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1418(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1456(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1481(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1506(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1535(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1560(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1577(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1594(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1635(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1652(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1673(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1725(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1742(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1759(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1780(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1848(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1872(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1899(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1935(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1969(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2005(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2055(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2080(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2100(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2148(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2209(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2243(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2261(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2287(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2324(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2374(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2399(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2427(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2461(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2478(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2495(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2512(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2556(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2635(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2679(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2696(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2713(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2745(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2773(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2791(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2827(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2879(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2898(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2943(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2992(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3019(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3146(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3166(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3223(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3247(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3271(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3303(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3432(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3519(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3553(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3570(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3595(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3633(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3659(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3684(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3713(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3739(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3756(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3773(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3814(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3831(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3852(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3904(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3921(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3938(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3960(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4036(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4060(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4086(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4122(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4139(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4161(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4195(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4231(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4267(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4317(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4342(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4362(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4418(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4478(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4512(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4530(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4556(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4593(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4626(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4643(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4668(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4696(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4730(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4820(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4863(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4880(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4931(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4967(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4987(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:903(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:948(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:993(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1035(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1063(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1081(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1126(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1143(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1187(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1204(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1232(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1288(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1305(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1322(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1339(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1364(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1396(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1435(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1460(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1479(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1533(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1663(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1707(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1732(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1756(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1773(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1791(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1820(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1837(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1854(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1897(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1957(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1990(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2015(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2048(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2065(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2090(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2131(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2148(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2173(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2198(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2215(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2232(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2274(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2298(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2315(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2332(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2351(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2406(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2458(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2495(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2539(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2556(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2600(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2636(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2676(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 "" @@ -1126,7 +1126,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:1974(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2124(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2426(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2542(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2650(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2875(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2986(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3003(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3081(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3111(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3140(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3218(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3271(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3374(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3470(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3561(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3623(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3652(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3694(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3770(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3875(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3953(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4039(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4072(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4153(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4178(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4272(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4315(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4438(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4524(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4588(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4782(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4870(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4888(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5056(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5274(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5297(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5389(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5514(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5531(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5556(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5606(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5767(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5814(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5993(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6047(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6084(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6530(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6706(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6748(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6818(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6849(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7106(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7141(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7224(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7326(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7374(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1943(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2050(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2173(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2234(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2263(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2322(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2396(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2484(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2513(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2572(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2628(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2675(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2734(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2788(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2830(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2937(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2965(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3021(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3080(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3166(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3196(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3288(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3366(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3413(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3551(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3593(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3648(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3694(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3820(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3850(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3938(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3993(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4041(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4097(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4171(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4223(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4292(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4329(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4359(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4446(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4508(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4592(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4621(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4680(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4738(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4827(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4984(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5015(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5104(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5159(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5216(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5278(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5323(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5366(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5429(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5465(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5584(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5631(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5661(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5750(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5804(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5847(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5925(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5955(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6042(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6095(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6127(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6229(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6259(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6347(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6404(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6461(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6514(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6559(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6670(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6700(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6787(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6840(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6885(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6939(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7067(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7098(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7187(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7241(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7279(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7428(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7517(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7571(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7617(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7702(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7732(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7822(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7881(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7980(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8074(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8116(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8211(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8274(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8325(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8428(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8458(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8545(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8640(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8701(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8731(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8830(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8922(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9011(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9068(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9138(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9291(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9321(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9410(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9475(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9619(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9723(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9753(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9847(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9907(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9962(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10009(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10055(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10112(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10166(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10195(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10284(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10370(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10423(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10465(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10510(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10539(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10662(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10792(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10821(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10907(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10967(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11079(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11164(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11192(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11249(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11292(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11329(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11357(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11400(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11542(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11610(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11646(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11692(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11748(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11796(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11826(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11914(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11973(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12060(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12113(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12156(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12209(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12239(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12335(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12436(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12468(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12565(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12624(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12679(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12725(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12830(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12983(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13013(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13100(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13159(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13272(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13356(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13386(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13473(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13620(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13724(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13754(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13842(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13897(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13957(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14061(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14091(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14180(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14235(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14297(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14366(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14396(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14483(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14537(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:756(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:819(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:853(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:980(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1035(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1136(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1197(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1233(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1320(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1357(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1409(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1513(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1545(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1638(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1756(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1841(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1975(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2008(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2154(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:296(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:362(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:465(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:538(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:620(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:659(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:595(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:639(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:705(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:880(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:901(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1042(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1124(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1196(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1259(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1323(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1357(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1455(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1474(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1527(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1600(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:490(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:523(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:568(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:588(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:636(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:669(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:725(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:757(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:809(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:828(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:872(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:903(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:976(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1004(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1024(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1088(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1108(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1164(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1208(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1249(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1304(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1332(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1354(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1430(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1461(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1482(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1528(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1556(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1596(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1637(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1697(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1717(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1756(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1777(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1851(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1952(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2035(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2075(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2106(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2135(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2174(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2194(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2233(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2253(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2294(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2477(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2498(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2568(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2611(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2715(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2751(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2787(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2823(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2855(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2883(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2902(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2921(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2957(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2988(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3024(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3043(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3074(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3103(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3165(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3206(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3282(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3302(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3356(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3427(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3466(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3502(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3536(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3628(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3675(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3709(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3778(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3797(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3836(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3908(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3928(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3986(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4153(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4200(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4247(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4283(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4303(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4347(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4394(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4427(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4463(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4483(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4527(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4583(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4639(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4672(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4720(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4756(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4792(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4844(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5013(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5046(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5088(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5204(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5236(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5313(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5341(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5397(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5457(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5493(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5524(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5554(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5614(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5644(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5700(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5740(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5840(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5868(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5896(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5924(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5952(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5994(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6038(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6057(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6096(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6136(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6189(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6209(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6248(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6304(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6332(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6360(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6388(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6422(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6506(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6526(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6574(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6613(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6700(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6738(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6847(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6877(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6939(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7003(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7035(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7072(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7092(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7128(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7165(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7202(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:440(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:632(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:777(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:823(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1047(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1177(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1209(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1321(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1417(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1456(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1504(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1541(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1569(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1638(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1659(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1758(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1821(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1916(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1953(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1990(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2028(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2123(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2161(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2302(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:630(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:797(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:971(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1168(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1361(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1576(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1797(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2020(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2230(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2313(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2347(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2562(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2783(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2982(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3033(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3053(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3092(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3130(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3168(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3210(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3294(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3347(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3401(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3419(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:653(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:670(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:703(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:744(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:761(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:794(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:886(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:918(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:943(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:984(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1017(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1050(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1075(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1102(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1152(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1177(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1201(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1233(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1261(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1326(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1350(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1368(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1417(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1449(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1475(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1509(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1526(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1559(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1599(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:905(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:973(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1026(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1147(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1285(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1437(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1517(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1684(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1791(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1918(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1988(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2030(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2111(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2167(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2306(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2335(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2444(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2646(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2756(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2802(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2845(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2909(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2955(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2975(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3031(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3186(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3320(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3340(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3452(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3614(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3695(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3863(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3971(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4105(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4172(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4214(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4250(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4292(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4373(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4436(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4604(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4679(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4713(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4748(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4774(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4792(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4831(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4914(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4942(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5006(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:922(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:967(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1010(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1046(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1108(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1160(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1251(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1376(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1416(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1498(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1552(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1682(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1802(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1872(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1921(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2362(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2433(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2477(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2522(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2583(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2619(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2655(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2695(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:1974(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2124(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2426(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2542(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2650(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2875(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2986(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3003(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3081(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3111(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3140(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3218(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3271(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3374(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3470(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3561(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3623(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3652(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3694(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3770(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3875(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3953(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3999(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4039(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4072(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4153(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4178(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4272(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4315(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4438(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4524(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4588(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4782(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4870(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4888(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5056(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5274(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5297(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5389(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5514(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5531(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5556(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5606(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5767(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5814(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5993(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6047(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6084(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6530(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6706(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6748(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6818(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6849(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7106(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7141(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7224(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7326(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7374(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1943(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2050(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2173(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2234(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2263(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2322(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2396(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2484(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2513(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2572(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2628(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2675(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2734(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2788(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2830(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2937(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2965(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3021(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3080(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3166(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3196(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3288(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3366(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3413(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3551(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3593(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3648(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3694(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3820(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3850(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3938(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3993(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4041(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4097(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4171(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4223(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4292(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4329(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4359(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4446(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4508(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4592(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4621(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4680(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4738(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4827(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4984(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5015(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5104(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5159(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5216(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5278(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5323(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5366(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5429(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5465(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5584(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5631(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5661(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5750(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5804(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5847(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5925(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5955(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6042(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6095(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6127(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6229(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6259(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6347(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6404(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6461(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6514(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6559(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6670(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6700(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6787(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6840(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6885(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6939(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7067(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7098(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7187(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7241(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7279(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7428(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7517(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7571(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7617(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7702(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7732(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7822(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7881(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7980(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8074(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8116(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8211(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8274(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8325(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8428(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8458(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8545(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8640(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8701(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8731(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8830(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8922(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9011(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9068(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9138(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9291(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9321(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9410(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9475(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9619(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9723(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9753(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9847(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9907(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9962(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10009(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10055(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10112(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10166(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10195(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10284(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10370(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10423(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10465(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10510(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10539(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10662(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10792(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10821(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10907(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10967(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11079(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11164(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11192(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11249(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11292(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11329(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11357(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11400(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11542(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11610(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11646(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11692(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11748(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11796(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11826(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11914(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11973(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12060(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12113(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12156(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12209(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12239(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12335(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12436(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12468(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12565(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12624(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12679(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12725(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12830(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12983(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13013(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13100(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13159(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13272(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13356(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13386(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13473(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13620(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13724(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13754(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13842(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13897(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13957(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14061(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14091(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14180(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14235(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14297(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14366(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14396(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14483(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14537(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:756(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:819(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:853(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:980(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1035(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1136(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1197(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1233(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1320(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1357(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1409(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1513(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1545(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1638(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1756(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1841(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1975(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2008(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2154(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:296(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:362(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:465(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:538(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:620(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:659(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:595(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:639(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:705(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:880(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:901(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1042(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1124(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1196(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1259(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1323(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1357(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1455(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1474(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1527(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1600(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:490(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:523(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:568(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:588(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:636(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:669(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:725(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:745(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:785(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:837(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:856(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:900(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:931(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:950(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:981(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1000(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1073(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1101(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1121(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1185(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1205(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1261(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1305(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1346(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1401(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1429(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1451(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1527(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1558(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1579(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1625(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1653(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1693(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1734(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1794(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1814(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1853(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1874(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1948(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2049(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2069(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2132(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2172(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2203(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2232(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2271(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2291(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2330(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2350(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2391(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2574(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2595(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2665(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2708(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2812(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2848(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2884(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2920(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2952(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2980(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2999(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3018(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3054(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3085(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3121(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3140(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3171(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3200(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3262(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3303(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3379(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3399(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3453(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3524(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3563(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3599(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3633(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:3806(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3875(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3894(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3933(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4005(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4025(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4083(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4250(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4297(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4344(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4380(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4400(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4444(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4491(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4524(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4560(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4580(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4624(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4680(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4736(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4769(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4817(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4853(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4889(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4941(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5110(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5143(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5185(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5301(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5333(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5410(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5438(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5494(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5554(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5590(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5621(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5651(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5711(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5741(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5797(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5837(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5937(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5965(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5993(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6021(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6049(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6091(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6135(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6154(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6193(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6233(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6286(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6306(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6345(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6401(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6429(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6457(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6485(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6505(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6543(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6603(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6687(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6707(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6755(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6794(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6881(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6919(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7028(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7058(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7120(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7184(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7216(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7253(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7273(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7309(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7346(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7383(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:440(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:632(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:777(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:823(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1047(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1177(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1209(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1321(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1417(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1456(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1504(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1541(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1569(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1638(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1659(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1758(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1821(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1916(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1953(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1990(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2028(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2123(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2161(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2302(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:630(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:797(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:971(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1168(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1361(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1576(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1797(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2020(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2230(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2313(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2347(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2562(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2783(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2982(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3033(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3053(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3092(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3130(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3168(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3210(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3294(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3347(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3401(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3419(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:653(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:670(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:703(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:744(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:761(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:794(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:886(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:918(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:943(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:984(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1017(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1050(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1075(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1102(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1152(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1177(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1201(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1233(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1261(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1326(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1350(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1368(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1417(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1449(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1475(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1509(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1526(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1559(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1599(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:905(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:973(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1026(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1147(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1285(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1437(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1517(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1684(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1791(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1918(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1988(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2030(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2111(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2167(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2306(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2335(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2444(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2646(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2756(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2802(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2845(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2909(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2955(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2975(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3031(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3186(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3320(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3340(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3452(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3614(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3695(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3863(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3971(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4105(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4172(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4214(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4250(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4292(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4373(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4436(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4604(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4679(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4713(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4748(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4774(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4792(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4831(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4914(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4942(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5006(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:922(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:967(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1010(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1046(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1108(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1160(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1251(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1376(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1416(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1498(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1552(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1682(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1802(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1872(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1921(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2362(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2433(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2477(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2522(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2583(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2619(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2655(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2695(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 "" @@ -2674,7 +2674,7 @@ msgstr "" msgid "Swap space size in MB (default 0)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3490(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1912(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3490(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2009(para) msgid "RX/TX factor (default 1)" msgstr "" @@ -3106,7 +3106,7 @@ msgstr "" msgid "Search with regular expression match by server name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4635(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5140(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4635(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5237(para) msgid "Search by server status" msgstr "" @@ -3246,7 +3246,7 @@ msgstr "" msgid "uuid of network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5000(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1120(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1149(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2167(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5000(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1217(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1246(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2264(para) msgid "Name of host" msgstr "" @@ -3862,7 +3862,7 @@ msgstr "" msgid "Usage range start date ex 2012-01-20 (default: 4 weeks ago)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7119(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7153(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3949(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7119(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7153(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4046(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6526(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6572(para) msgid "Usage range end date, ex 2012-01-20 (default: tomorrow)" msgstr "" @@ -4970,7 +4970,7 @@ msgstr "" msgid "ID of agent to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1947(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1976(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2054(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2109(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2177(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2238(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2267(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2326(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2400(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2488(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2517(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2576(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2632(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2679(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2738(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2792(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2834(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2896(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2941(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2969(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3025(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3084(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3170(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3200(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3292(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3370(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3417(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3463(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3555(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3597(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3652(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3698(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3824(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3854(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3942(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3997(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4045(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4101(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4175(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4227(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4296(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4333(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4363(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4450(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4512(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4596(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4625(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4684(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4742(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4831(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4988(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5019(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5108(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5163(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5220(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5282(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5327(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5370(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5433(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5469(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5588(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5635(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5665(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5754(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5808(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5851(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5929(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5959(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6046(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6099(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6131(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6233(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6263(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6351(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6408(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6465(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6518(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6563(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6674(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6704(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6791(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6844(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6889(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6943(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7071(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7102(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7191(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7245(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7283(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7402(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7432(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7521(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7575(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7621(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7706(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7736(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7826(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7885(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7939(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7984(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8078(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8120(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8215(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8278(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8329(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8432(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8462(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8549(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8602(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8644(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8705(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8735(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8834(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8896(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8926(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9015(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9072(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9142(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9295(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9325(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9414(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9479(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9623(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9727(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9757(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9851(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9911(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9966(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10013(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10059(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10116(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10170(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10199(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10288(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10374(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10427(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10469(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10514(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10543(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10602(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10666(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10796(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10825(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10911(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10971(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11083(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11168(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11196(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11253(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11296(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11333(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11361(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11404(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11546(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11614(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11650(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11696(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11752(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11800(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11830(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11918(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11977(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12064(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12117(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12160(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12213(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12243(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12339(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12440(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12472(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12569(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12628(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12683(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12729(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12834(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12987(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13017(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13104(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13163(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13276(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13360(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13390(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13477(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13535(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13624(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13728(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13758(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13846(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13901(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13961(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14065(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14095(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14184(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14239(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14301(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14370(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14400(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14487(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14541(para) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:152(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:95(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:494(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:527(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:572(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:592(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:640(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:673(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:729(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:761(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:813(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:832(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:876(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:907(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:980(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1008(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1028(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1092(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1112(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1168(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1212(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1253(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1308(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1336(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1358(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1434(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1465(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1486(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1532(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1560(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1600(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1641(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1701(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1721(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1760(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1781(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1855(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1956(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1976(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2039(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2079(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2110(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2139(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2178(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2198(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2237(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2257(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2298(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2481(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2502(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2572(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2615(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2719(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2755(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2791(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2827(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2859(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2887(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2906(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2925(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2961(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2992(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3028(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3047(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3078(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3107(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3169(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3210(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3286(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3306(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3360(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3431(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3470(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3506(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3540(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3632(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3679(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3713(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3782(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3801(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3840(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3912(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3932(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3990(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4157(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4204(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4251(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4287(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4307(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4351(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4398(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4431(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4467(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4487(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4531(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4587(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4643(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4676(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4724(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4760(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4796(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4848(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5017(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5050(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5092(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5208(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5240(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5317(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5345(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5401(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5461(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5497(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5528(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5558(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5618(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5648(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5704(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5744(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5844(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5872(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5900(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5928(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5956(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5998(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6042(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6061(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6100(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6140(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6193(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6213(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6252(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6308(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6336(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6364(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6392(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6426(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6510(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6530(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6578(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6617(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6704(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6742(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6851(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6881(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6943(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7007(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7039(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7076(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7096(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7132(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7169(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7206(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:41(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:240(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:315(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:343(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:379(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:396(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:422(para) +#: ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1947(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1976(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2054(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2109(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2177(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2238(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2267(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2326(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2400(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2488(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2517(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2576(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2632(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2679(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2738(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2792(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2834(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2896(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2941(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2969(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3025(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3084(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3170(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3200(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3292(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3370(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3417(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3463(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3555(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3597(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3652(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3698(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3824(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3854(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3942(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3997(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4045(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4101(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4175(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4227(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4296(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4333(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4363(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4450(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4512(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4596(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4625(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4684(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4742(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4831(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4988(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5019(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5108(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5163(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5220(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5282(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5327(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5370(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5433(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5469(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5588(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5635(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5665(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5754(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5808(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5851(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5929(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5959(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6046(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6099(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6131(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6233(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6263(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6351(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6408(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6465(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6518(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6563(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6674(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6704(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6791(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6844(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6889(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6943(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7071(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7102(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7191(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7245(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7283(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7402(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7432(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7521(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7575(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7621(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7706(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7736(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7826(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7885(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7939(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7984(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8078(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8120(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8215(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8278(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8329(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8432(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8462(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8549(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8602(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8644(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8705(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8735(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8834(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8896(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8926(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9015(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9072(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9142(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9295(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9325(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9414(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9479(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9623(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9727(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9757(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9851(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9911(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9966(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10013(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10059(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10116(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10170(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10199(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10288(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10374(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10427(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10469(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10514(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10543(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10602(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10666(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10796(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10825(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10911(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10971(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11083(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11168(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11196(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11253(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11296(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11333(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11361(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11404(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11546(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11614(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11650(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11696(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11752(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11800(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11830(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11918(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11977(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12064(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12117(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12160(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12213(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12243(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12339(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12440(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12472(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12569(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12628(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12683(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12729(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12834(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12987(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13017(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13104(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13163(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13276(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13360(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13390(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13477(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13535(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13624(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13728(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13758(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13846(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13901(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13961(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14065(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14095(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14184(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14239(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14301(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14370(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14400(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14487(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14541(para) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:152(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:95(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:494(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:527(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:572(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:592(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:640(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:673(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:729(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:749(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:789(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:841(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:860(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:904(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:935(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:954(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:985(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1004(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1077(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1105(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1125(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1189(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1209(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1265(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1309(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1350(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1405(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1433(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1455(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1531(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1562(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1583(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1629(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1657(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1697(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1738(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1798(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1818(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1857(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1878(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1952(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2053(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2073(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2136(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2176(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2207(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2236(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2275(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2295(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2334(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2354(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2395(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2578(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2599(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2669(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2712(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2816(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2852(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2888(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2924(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2956(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2984(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3003(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3022(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3058(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3089(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3125(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3144(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3175(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3204(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3266(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3307(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3383(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3403(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3457(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3528(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3567(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3603(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3637(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3729(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3776(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3810(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3879(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3898(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3937(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4009(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4029(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4087(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4254(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4301(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4348(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4384(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4404(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4448(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4495(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4528(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4564(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4584(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4628(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4684(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4740(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4773(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4821(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4857(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4893(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4945(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5114(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5147(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5189(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5305(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5337(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5414(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5442(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5498(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5558(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5594(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5625(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5655(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5715(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5745(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5801(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5841(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5941(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5969(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5997(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6025(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6053(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6095(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6139(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6158(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6197(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6237(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6290(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6310(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6349(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6405(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6433(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6461(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6489(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6509(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6547(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6607(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6691(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6711(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6759(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6798(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6885(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6923(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7032(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7062(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7124(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7188(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7220(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7257(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7277(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7313(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7350(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7387(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:41(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:240(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:315(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:343(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:379(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:396(para) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:422(para) msgid "show this help message and exit" msgstr "" @@ -8843,7 +8843,7 @@ msgid "OpenStack client" msgstr "" #: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:14(para) -msgid "The client is a common OpenStack command-line interface (CLI). This chapter documents version 1.1.0." +msgid "The client is a common OpenStack command-line interface (CLI). This chapter documents version 1.2.0." msgstr "" #: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:27(title) @@ -9054,7 +9054,7 @@ msgstr "" msgid "List all aggregates" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:600(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:840(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1398(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1729(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1821(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2008(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2534(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3330(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3588(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3809(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5180(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6069(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6221(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6546(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6913(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7104(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:600(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:757(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:868(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1495(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1826(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1918(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2105(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2631(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3427(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3685(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3906(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5277(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6166(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6318(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6727(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7094(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7285(para) msgid "List additional fields in output" msgstr "" @@ -9107,2458 +9107,2510 @@ msgid "Aggregate to display (name or ID)" msgstr "" #: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:737(title) +msgid "openstack availability zone list" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:742(para) +msgid "List availability zones and their status" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:765(title) msgid "openstack backup create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:743(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:771(para) msgid "Create new backup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:750(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:778(para) msgid "Volume to backup (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:769(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:797(para) msgid "Optional backup container name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:777(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:805(para) msgid "Name of the backup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:785(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:813(para) msgid "Description of the backup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:793(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:821(title) msgid "openstack backup delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:795(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:823(para) msgid "Delete backup(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:802(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:830(para) msgid "Backup(s) to delete (ID only)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:821(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:849(title) msgid "openstack backup list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:825(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:853(para) msgid "List backups" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:848(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:876(title) msgid "openstack backup restore" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:850(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:878(para) msgid "Restore backup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:857(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:885(para) msgid "Backup to restore (ID only)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:865(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:893(para) msgid "Volume to restore to (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:884(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:912(title) msgid "openstack backup show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:889(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:917(para) msgid "Display backup details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:896(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:924(para) msgid "Backup to display (ID only)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:915(title) -msgid "openstack compute agent create" +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:943(title) +msgid "openstack catalog list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:922(para) -msgid "Create compute agent command" +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:947(para) +msgid "List services in the service catalog" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:929(para) -msgid "Type of OS" +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:962(title) +msgid "openstack catalog show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:937(para) -msgid "Type of architecture" +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:967(para) +msgid "Display service catalog details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:945(para) -msgid "Version" +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:974(para) +msgid "Service to display (type or name)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:953(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1073(para) -msgid "URL" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:961(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1081(para) -msgid "MD5 hash" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:969(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1036(para) -msgid "Type of hypervisor" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:988(title) -msgid "openstack compute agent delete" -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:990(para) -msgid "Delete compute agent command" +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:993(title) +msgid "openstack command list" msgstr "" #: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:997(para) +msgid "List recognized commands by group" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1012(title) +msgid "openstack compute agent create" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1019(para) +msgid "Create compute agent command" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1026(para) +msgid "Type of OS" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1034(para) +msgid "Type of architecture" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1042(para) +msgid "Version" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1050(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1170(para) +msgid "URL" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1058(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1178(para) +msgid "MD5 hash" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1066(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1133(para) +msgid "Type of hypervisor" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1085(title) +msgid "openstack compute agent delete" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1087(para) +msgid "Delete compute agent command" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1094(para) msgid "ID of agent to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1016(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1113(title) msgid "openstack compute agent list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1021(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1118(para) msgid "List compute agent command" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1044(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1141(title) msgid "openstack compute agent set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1050(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1147(para) msgid "Set compute agent command" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1057(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1154(para) msgid "ID of the agent" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1065(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1162(para) msgid "Version of the agent" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1100(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1197(title) msgid "openstack compute service list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1105(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1202(para) msgid "List service command" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1128(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1157(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1225(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1254(para) msgid "Name of service" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1136(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1233(title) msgid "openstack compute service set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1142(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1239(para) msgid "Set service command" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1176(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1273(para) msgid "Enable a service" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1184(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1281(para) msgid "Disable a service" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1192(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1289(title) msgid "openstack console log show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1194(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1291(para) msgid "Show server's console output" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1201(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1298(para) msgid "Server to show console log (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1220(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1317(para) msgid "Number of lines to display from the end of the log (default=all)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1229(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1326(title) msgid "openstack console url show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1235(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1332(para) msgid "Show server's remote console URL" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1242(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1339(para) msgid "Server to show URL (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1261(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1358(para) msgid "Show noVNC console URL (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1269(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1366(para) msgid "Show xpvnc console URL" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1277(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1374(para) msgid "Show SPICE console URL" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1285(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1382(title) msgid "openstack container create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1290(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1387(para) msgid "Create new container" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1297(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1394(para) msgid "New container name(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1316(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1413(title) msgid "openstack container delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1318(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1415(para) msgid "Delete container" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1325(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1422(para) msgid "Container(s) to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1344(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1441(title) msgid "openstack container list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1351(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1448(para) msgid "List containers" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1366(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3548(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1463(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3645(para) msgid "Filter list using <prefix>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1374(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3564(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1471(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3661(para) msgid "Anchor for paging" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1382(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3572(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1479(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3669(para) msgid "End anchor for paging" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1390(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1487(para) msgid "Limit the number of containers returned" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1406(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1503(para) msgid "List all containers (default is 10000)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1414(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1511(title) msgid "openstack container save" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1416(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1513(para) msgid "Save container contents locally" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1423(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1520(para) msgid "Container to save" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1442(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1539(title) msgid "openstack container show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1447(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1544(para) msgid "Display container details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1454(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1551(para) msgid "Container to display" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1473(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1570(title) msgid "openstack ec2 credentials create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1479(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1576(para) msgid "Create EC2 credentials" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1494(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1591(para) msgid "Specify an alternate project (default: current authenticated project)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1503(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1600(para) msgid "Specify an alternate user (default: current authenticated user)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1512(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1609(title) msgid "openstack ec2 credentials delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1514(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1611(para) msgid "Delete EC2 credentials" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1521(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1589(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1618(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1686(para) msgid "Credentials access key" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1540(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1568(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1608(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1637(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1665(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1705(para) msgid "Specify a user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1548(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1645(title) msgid "openstack ec2 credentials list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1553(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1650(para) msgid "List EC2 credentials" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1576(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1673(title) msgid "openstack ec2 credentials show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1582(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1679(para) msgid "Display EC2 credentials details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1616(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1713(title) msgid "openstack endpoint create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1623(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1720(para) msgid "Create new endpoint" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1630(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1727(para) msgid "New endpoint service (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1649(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1746(para) msgid "New endpoint public URL (required)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1657(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1754(para) msgid "New endpoint admin URL" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1665(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1762(para) msgid "New endpoint internal URL" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1673(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1770(para) msgid "New endpoint region ID" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1681(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1778(title) msgid "openstack endpoint delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1683(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1780(para) msgid "Delete endpoint" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1690(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1787(para) msgid "Endpoint ID to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1709(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1806(title) msgid "openstack endpoint list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1714(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1811(para) msgid "List endpoints" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1737(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1834(title) msgid "openstack endpoint show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1742(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1839(para) msgid "Display endpoint details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1749(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1846(para) msgid "Endpoint ID to display" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1768(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1865(title) msgid "openstack extension list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1774(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1871(para) msgid "List API extensions" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1789(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1886(para) msgid "List extensions for the Compute API" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1797(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1894(para) msgid "List extensions for the Identity API" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1805(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1902(para) msgid "List extensions for the Network API" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1813(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1910(para) msgid "List extensions for the Volume API" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1829(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1926(title) msgid "openstack flavor create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1837(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1934(para) msgid "Create new flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1844(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1941(para) msgid "New flavor name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1863(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1960(para) msgid "Unique flavor ID; 'auto' creates a UUID (default: auto)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1872(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1969(para) msgid "Memory size in MB (default 256M)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1880(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1977(para) msgid "Disk size in GB (default 0G)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1888(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1985(para) msgid "Ephemeral disk size in GB (default 0G)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1896(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1993(para) msgid "Swap space size in GB (default 0G)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1904(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2001(para) msgid "Number of vcpus (default 1)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1920(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2017(para) msgid "Flavor is available to other projects (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1928(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2025(para) msgid "Flavor is not available to other projects" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1936(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2033(title) msgid "openstack flavor delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1938(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2035(para) msgid "Delete flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1945(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2042(para) msgid "Flavor to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1964(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2061(title) msgid "openstack flavor list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1969(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2066(para) msgid "List flavors" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1984(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2081(para) msgid "List only public flavors (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1992(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2089(para) msgid "List only private flavors" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2000(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2097(para) msgid "List all flavors, whether public or private" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2016(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2113(title) msgid "openstack flavor set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2021(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2118(para) msgid "Set flavor properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2028(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2099(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2125(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2196(para) msgid "Flavor to modify (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2047(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2144(para) msgid "Property to add or modify for this flavor (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2056(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2153(title) msgid "openstack flavor show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2061(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2158(para) msgid "Display flavor details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2068(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2165(para) msgid "Flavor to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2087(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2184(title) msgid "openstack flavor unset" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2092(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2189(para) msgid "Unset flavor properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2118(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2215(para) msgid "Property to remove from flavor (repeat option to unset multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2127(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2224(title) msgid "openstack host list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2132(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2229(para) msgid "List host command" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2147(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2244(para) msgid "Only return hosts in the availability zone." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2155(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2252(title) msgid "openstack host show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2160(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2257(para) msgid "Show host command" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2186(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2283(title) msgid "openstack hypervisor list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2191(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2288(para) msgid "List hypervisors" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2206(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2303(para) msgid "Filter hypervisors using <hostname> substring" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2214(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2311(title) msgid "openstack hypervisor show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2219(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2316(para) msgid "Display hypervisor details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2226(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2323(para) msgid "Hypervisor to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2245(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2342(title) msgid "openstack hypervisor stats show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2250(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2347(para) msgid "Display hypervisor stats details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2265(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2362(title) msgid "openstack image create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2280(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2377(para) msgid "Create/upload an image" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2287(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2623(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2384(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2720(para) msgid "New image name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2306(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2403(para) msgid "Image ID to reserve" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2314(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2411(para) msgid "Upload image to this store" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2322(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2419(para) msgid "Image container format (default: bare)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2330(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2427(para) msgid "Image disk format (default: raw)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2338(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2435(para) msgid "Image owner project name or ID" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2346(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2443(para) msgid "Image size, in bytes (only used with --location and --copy-from)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2355(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2639(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2452(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2736(para) msgid "Minimum disk size needed to boot image, in gigabytes" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2363(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2647(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2460(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2744(para) msgid "Minimum RAM size needed to boot image, in megabytes" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2371(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2468(para) msgid "Download image from an existing URL" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2379(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2476(para) msgid "Copy image from the data store (similar to --location)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2387(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2484(para) msgid "Upload image from local file" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2395(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2492(para) msgid "Create image from a volume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2403(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2500(para) msgid "Force image creation if volume is in use (only meaningful with --volume)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2412(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2509(para) msgid "Image hash used for verification" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2420(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2655(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2517(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2752(para) msgid "Prevent image from being deleted" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2428(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2663(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2525(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2760(para) msgid "Allow image to be deleted (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2436(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2671(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2533(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2768(para) msgid "Image is accessible to the public" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2444(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2679(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2541(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2776(para) msgid "Image is inaccessible to the public (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2452(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2687(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2549(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2784(para) msgid "Set a property on this image (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2461(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2558(title) msgid "openstack image delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2463(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2560(para) msgid "Delete image(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2470(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2567(para) msgid "Image(s) to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2489(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2586(title) msgid "openstack image list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2495(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2592(para) msgid "List available images" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2510(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2607(para) msgid "List only public images" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2518(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2615(para) msgid "List only private images" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2526(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2623(para) msgid "Filter output based on property" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2542(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2639(para) msgid "Sort output by selected keys and directions(asc or desc) (default: asc), multiple keys and directions can be specified separated by comma" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2552(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2649(title) msgid "openstack image save" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2554(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2651(para) msgid "Save an image locally" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2561(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2658(para) msgid "Image to save (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2580(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2677(para) msgid "Downloaded image save filename (default: stdout)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2588(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2685(title) msgid "openstack image set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2597(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2694(para) msgid "Set image properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2604(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2701(para) msgid "Image to modify (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2631(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2728(para) msgid "New image owner project (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2696(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2793(title) msgid "openstack image show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2701(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2798(para) msgid "Display image details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2708(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2805(para) msgid "Image to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2727(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2824(title) msgid "openstack ip fixed add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2729(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2826(para) msgid "Add fixed-ip command" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2736(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2833(para) msgid "Name of the network to fetch an IP address from" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2744(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2841(para) msgid "Name of the server to receive the IP address" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2763(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2860(title) msgid "openstack ip fixed remove" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2765(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2862(para) msgid "Remove fixed-ip command" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2772(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2942(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2869(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3039(para) msgid "IP address to remove from server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2780(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2877(para) msgid "Name of the server to remove the IP address from" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2799(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2896(title) msgid "openstack ip floating add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2801(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2898(para) msgid "Add floating-ip to server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2808(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2905(para) msgid "IP address to add to server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2816(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2913(para) msgid "Server to receive the IP address (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2835(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2932(title) msgid "openstack ip floating create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2841(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2938(para) msgid "Create new floating-ip" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2848(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2945(para) msgid "Pool to fetch floating IP from" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2867(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2964(title) msgid "openstack ip floating delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2869(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2966(para) msgid "Delete a floating-ip" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2876(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2973(para) msgid "IP address to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2895(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2992(title) msgid "openstack ip floating list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2899(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2996(para) msgid "List floating-ips" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2914(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3011(title) msgid "openstack ip floating pool list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2918(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3015(para) msgid "List floating-ip-pools" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2933(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3030(title) msgid "openstack ip floating remove" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2935(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3032(para) msgid "Remove floating-ip from server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2950(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3047(para) msgid "Server to remove the IP address from (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2969(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3066(title) msgid "openstack keypair create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2974(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3071(para) msgid "Create new public key" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2981(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3078(para) msgid "New public key name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3000(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3097(para) msgid "Filename for public key to add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3008(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3105(title) msgid "openstack keypair delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3010(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3107(para) msgid "Delete public key" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3017(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3114(para) msgid "Public key to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3036(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3133(title) msgid "openstack keypair list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3040(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3137(para) msgid "List public key fingerprints" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3055(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3152(title) msgid "openstack keypair show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3060(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3157(para) msgid "Display public key details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3067(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3164(para) msgid "Public key to display" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3086(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3183(para) msgid "Show only bare public key" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3094(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3191(title) msgid "openstack limits show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3100(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3197(para) msgid "Show compute and volume limits" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3115(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3212(para) msgid "Show absolute limits" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3123(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3220(para) msgid "Show rate limits" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3131(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3228(para) msgid "Include reservations count [only valid with --absolute]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3140(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3237(para) msgid "Show limits for a specific project (name or ID) [only valid with --absolute]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3149(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3246(para) msgid "Domain that owns --project (name or ID) [only valid with --absolute]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3158(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3255(title) msgid "openstack module list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3162(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3259(para) msgid "List module versions" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3177(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3274(para) msgid "Show all modules that have version information" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3185(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3282(title) msgid "openstack network create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3192(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3289(para) msgid "Create new network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3199(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3296(para) msgid "New network name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3218(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3315(para) msgid "Enable network (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3226(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3384(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3323(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3481(para) msgid "Disable network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3234(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3392(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3331(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3489(para) msgid "Share the network between projects" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3242(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3400(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3339(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3497(para) msgid "Do not share the network between projects" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3250(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3347(para) msgid "Owner's project (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3258(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3355(para) msgid "Owner's domain (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3266(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3363(title) msgid "openstack network delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3268(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3365(para) msgid "Delete network(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3275(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3372(para) msgid "Network to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3294(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3391(title) msgid "openstack network list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3299(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3396(para) msgid "List networks" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3314(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3411(para) msgid "List external networks" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3322(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3419(para) msgid "agent ID" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3338(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3435(title) msgid "openstack network set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3342(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3439(para) msgid "Set network properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3349(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3446(para) msgid "Network to modify (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3368(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3465(para) msgid "Set network name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3376(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3473(para) msgid "Enable network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3408(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3505(title) msgid "openstack network show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3413(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3510(para) msgid "Show network details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3420(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3517(para) msgid "Network to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3439(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3536(title) msgid "openstack object create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3444(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3541(para) msgid "Upload object to container" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3451(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3548(para) msgid "Container for new object" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3459(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3556(para) msgid "Local filename(s) to upload" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3478(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3575(title) msgid "openstack object delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3480(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3577(para) msgid "Delete object from container" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3487(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3584(para) msgid "Delete object(s) from <container>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3495(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3592(para) msgid "Object(s) to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3514(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3611(title) msgid "openstack object list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3522(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3619(para) msgid "List objects" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3529(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3626(para) msgid "Container to list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3556(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3653(para) msgid "Roll up items with <delimiter>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3580(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3677(para) msgid "Limit the number of objects returned" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3596(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3693(para) msgid "List all objects in container (default is 10000)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3604(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3701(title) msgid "openstack object save" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3606(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3703(para) msgid "Save object locally" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3613(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3710(para) msgid "Download <object> from <container>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3621(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3718(para) msgid "Object to save" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3640(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3737(para) msgid "Destination filename (defaults to object name)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3648(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3745(title) msgid "openstack object show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3653(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3750(para) msgid "Display object details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3660(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3757(para) msgid "Display <object> from <container>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3668(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3765(para) msgid "Object to display" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3687(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3784(title) msgid "openstack project create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3695(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3792(para) msgid "Create new project" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3702(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3799(para) msgid "New project name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3721(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3818(para) msgid "Project description" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3729(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3826(para) msgid "Enable project (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3737(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3872(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3834(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3969(para) msgid "Disable project" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3745(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3842(para) msgid "Add a property to <name> (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3754(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3851(para) msgid "Return existing project" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3762(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3859(title) msgid "openstack project delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3764(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3861(para) msgid "Delete project(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3771(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3868(para) msgid "Project(s) to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3790(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3887(title) msgid "openstack project list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3794(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3891(para) msgid "List projects" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3817(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3914(title) msgid "openstack project set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3822(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3919(para) msgid "Set project properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3829(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3926(para) msgid "Project to modify (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3848(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3945(para) msgid "Set project name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3856(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3953(para) msgid "Set project description" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3864(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3961(para) msgid "Enable project" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3880(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3977(para) msgid "Set a project property (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3889(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3986(title) msgid "openstack project show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3894(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3991(para) msgid "Display project details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3901(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3998(para) msgid "Project to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3920(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4017(title) msgid "openstack project usage list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3925(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4022(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6502(para) msgid "List resource usage per project" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3940(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4037(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6517(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6563(para) msgid "Usage range start date, ex 2012-01-20 (default: 4 weeks ago)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3958(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4055(title) msgid "openstack quota set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3972(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4069(para) msgid "Set quotas for project or class" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3979(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4076(para) msgid "Set quotas for this project or class (name/ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3998(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4095(para) msgid "Set quotas for <class>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4006(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4103(para) msgid "New value for the properties quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4014(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4111(para) msgid "New value for the ram quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4022(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4119(para) msgid "New value for the secgroup-rules quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4030(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4127(para) msgid "New value for the instances quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4038(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4135(para) msgid "New value for the key-pairs quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4046(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4143(para) msgid "New value for the fixed-ips quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4054(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4151(para) msgid "New value for the secgroups quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4062(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4159(para) msgid "New value for the injected-file-size quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4070(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4167(para) msgid "New value for the floating-ips quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4078(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4175(para) msgid "New value for the injected-files quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4086(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4183(para) msgid "New value for the cores quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4094(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4191(para) msgid "New value for the injected-path-size quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4102(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4199(para) msgid "New value for the gigabytes quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4110(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4207(para) msgid "New value for the volumes quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4118(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4215(para) msgid "New value for the snapshots quota" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4126(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4223(para) msgid "Set quotas for a specific <volume-type>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4134(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4231(title) msgid "openstack quota show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4139(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4236(para) msgid "Show quotas for project or class" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4146(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4243(para) msgid "Show this project or class (name/ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4165(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4262(para) msgid "Show quotas for <class>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4173(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4270(para) msgid "Show default quotas for <project>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4181(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4278(title) msgid "openstack role add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4186(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4283(para) msgid "Add role to project:user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4193(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4290(para) msgid "Role to add to <project>:<user> (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4212(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4359(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4309(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4456(para) msgid "Include <project> (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4220(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4367(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4317(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4464(para) msgid "Include <user> (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4228(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4325(title) msgid "openstack role create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4233(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4330(para) msgid "Create new role" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4240(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4337(para) msgid "New role name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4259(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4356(para) msgid "Return existing role" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4267(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4364(title) msgid "openstack role delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4269(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4366(para) msgid "Delete role(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4276(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4373(para) msgid "Role(s) to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4295(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4392(title) msgid "openstack role list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4300(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4397(para) msgid "List roles" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4315(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4412(para) msgid "Filter roles by <project> (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4323(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4420(para) msgid "Filter roles by <user> (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4331(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4428(title) msgid "openstack role remove" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4333(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4430(para) msgid "Remove role from project : user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4340(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4437(para) msgid "Role to remove (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4375(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4472(title) msgid "openstack role show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4380(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4477(para) msgid "Display role details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4387(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4484(para) msgid "Role to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4406(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4503(title) msgid "openstack security group create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4413(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4510(para) msgid "Create a new security group" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4420(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4684(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4692(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4517(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4781(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4789(para) msgid "New security group name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4439(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4536(para) msgid "Security group description" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4447(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4544(title) msgid "openstack security group delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4449(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4546(para) msgid "Delete a security group" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4456(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4553(para) msgid "Name or ID of security group to delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4475(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4572(title) msgid "openstack security group list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4480(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4577(para) msgid "List all security groups" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4495(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4592(para) msgid "Display information from all projects (admin only)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4503(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4600(title) msgid "openstack security group rule create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4513(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4610(para) msgid "Create a new security group rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4520(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4617(para) msgid "Create rule in this security group" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4539(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4595(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4636(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4692(para) msgid "protocol (icmp, tcp, udp; default: tcp)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4547(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4603(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4644(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4700(para) msgid "Source IP (may use CIDR notation; default: 0.0.0.0/0)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4555(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4611(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4652(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4708(para) msgid "Destination port, may be a range: 137:139 (default: 0; only required for proto tcp and udp)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4564(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4661(title) msgid "openstack security group rule delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4569(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4666(para) msgid "Delete a security group rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4576(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4673(para) msgid "Security group rule to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4620(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4717(title) msgid "openstack security group rule list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4625(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4722(para) msgid "List all security group rules" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4632(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4729(para) msgid "List all rules in this security group" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4651(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4748(title) msgid "openstack security group set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4658(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4755(para) msgid "Set security group properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4665(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4713(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4762(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4810(para) msgid "Name or ID of security group to change" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4700(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4797(title) msgid "openstack security group show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4706(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4803(para) msgid "Show a specific security group" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4732(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4829(title) msgid "openstack server add security group" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4734(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4831(para) msgid "Add security group to server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4741(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4777(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5039(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5197(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5229(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5306(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5334(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5390(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5478(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5517(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5547(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5607(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5637(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5693(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5733(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5833(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5861(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5889(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5917(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5945(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4838(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4874(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5136(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5294(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5326(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5403(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5431(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5487(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5575(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5614(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5644(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5704(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5734(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5790(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5830(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5930(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5958(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5986(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6014(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6042(para) msgid "Server (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4749(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4846(para) msgid "Security group to add (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4768(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4865(title) msgid "openstack server add volume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4770(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4867(para) msgid "Add volume to server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4785(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4882(para) msgid "Volume to add (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4804(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4901(para) msgid "Server internal device name for volume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4812(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4909(title) msgid "openstack server create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4830(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4927(para) msgid "Create a new server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4837(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5656(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4934(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5753(para) msgid "New server name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4856(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4953(para) msgid "Create server from this image" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4864(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4961(para) msgid "Create server from this volume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4872(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4969(para) msgid "Create server with this flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4880(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4977(para) msgid "Security group to assign to this server (repeat for multiple groups)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4889(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4986(para) msgid "Keypair to inject into this server (optional extension)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4898(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4995(para) msgid "Set a property on this server (repeat for multiple values)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4907(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5004(para) msgid "File to inject into image before boot (repeat for multiple files)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4916(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5013(para) msgid "User data file to serve from the metadata server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4924(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5021(para) msgid "Select an availability zone for the server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4932(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5029(para) msgid "Map block devices; map is <id>:<type>:<size(GB)>:<delete_on_terminate> (optional extension)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4942(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5039(para) msgid "Create a NIC on the server. Specify option multiple times to create multiple NICs. Either net-id or port- id must be provided, but not both. net-id: attach NIC to network with this UUID, port-id: attach NIC to port with this UUID, v4-fixed-ip: IPv4 fixed address for NIC (optional), v6-fixed-ip: IPv6 fixed address for NIC (optional)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4956(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5053(para) msgid "Hints for the scheduler (optional extension)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4964(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5061(para) msgid "Use specified volume as the config drive, or 'True' to use an ephemeral drive" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4973(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5070(para) msgid "Minimum number of servers to launch (default=1)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4981(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5078(para) msgid "Maximum number of servers to launch (default=1)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4989(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5086(para) msgid "Wait for build to complete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4997(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5094(title) msgid "openstack server delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4999(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5096(para) msgid "Delete server(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5006(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5103(para) msgid "Server(s) to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5025(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5122(title) msgid "openstack server image create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5032(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5129(para) msgid "Create a new disk image from a running server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5058(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5155(para) msgid "Name of new image (default is server name)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5066(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5163(para) msgid "Wait for image create to complete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5074(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5171(title) msgid "openstack server list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5085(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5182(para) msgid "List servers" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5100(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5197(para) msgid "Only return instances that match the reservation" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5108(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5205(para) msgid "Regular expression to match IP addresses" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5116(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5213(para) msgid "Regular expression to match IPv6 addresses" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5124(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5221(para) msgid "Regular expression to match names" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5132(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5229(para) msgid "Regular expression to match instance name (admin only)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5148(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5245(para) msgid "Search by flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5156(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5253(para) msgid "Search by image" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5164(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5261(para) msgid "Search by hostname" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5172(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6905(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5269(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7086(para) msgid "Include all projects (admin only)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5188(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5285(title) msgid "openstack server lock" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5190(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5287(para) msgid "Lock a server. A non-admin user will not be able to execute actions" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5216(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5313(title) msgid "openstack server migrate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5222(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5319(para) msgid "Migrate server to different host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5248(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5345(para) msgid "Target hostname" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5256(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5353(para) msgid "Perform a shared live migration (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5264(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5361(para) msgid "Perform a block live migration" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5272(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5369(para) msgid "Allow disk over-commit on the destination host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5280(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5377(para) msgid "Do not over-commit disk on the destination host (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5289(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5590(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5386(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5687(para) msgid "Wait for resize to complete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5297(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5394(title) msgid "openstack server pause" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5299(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5396(para) msgid "Pause server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5325(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5422(title) msgid "openstack server reboot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5327(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5424(para) msgid "Perform a hard or soft server reboot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5353(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5450(para) msgid "Perform a hard reboot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5361(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5458(para) msgid "Perform a soft reboot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5369(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5466(para) msgid "Wait for reboot to complete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5377(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5474(title) msgid "openstack server rebuild" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5383(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5480(para) msgid "Rebuild server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5409(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5506(para) msgid "Recreate server from this image" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5417(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5514(para) msgid "Set the password on the rebuilt instance" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5425(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5522(para) msgid "Wait for rebuild to complete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5433(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5530(title) msgid "openstack server remove security group" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5435(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5532(para) msgid "Remove security group from server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5442(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5539(para) msgid "Name or ID of server to use" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5450(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5547(para) msgid "Name or ID of security group to remove from server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5469(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5566(title) msgid "openstack server remove volume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5471(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5568(para) msgid "Remove volume from server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5486(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5583(para) msgid "Volume to remove (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5505(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5602(title) msgid "openstack server rescue" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5510(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5607(para) msgid "Put server in rescue mode" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5536(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5633(title) msgid "openstack server resize" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5540(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5637(para) msgid "Scale server to a new flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5566(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5663(para) msgid "Resize server to specified flavor" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5574(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5671(para) msgid "Confirm server resize is complete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5582(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5679(para) msgid "Restore server state before resize" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5598(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5695(title) msgid "openstack server resume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5600(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5697(para) msgid "Resume server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5626(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5723(title) msgid "openstack server set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5630(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5727(para) msgid "Set server properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5664(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5761(para) msgid "Set new root password (interactive only)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5672(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5769(para) msgid "Property to add/change for this server (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5681(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5778(title) msgid "openstack server show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5686(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5783(para) msgid "Show server details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5712(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5809(para) msgid "Display server diagnostics information" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5720(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5817(title) msgid "openstack server ssh" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5726(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5823(para) msgid "Ssh to server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5752(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5849(para) msgid "Login name (ssh -l option)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5760(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5857(para) msgid "Destination port (ssh -p option)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5768(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5865(para) msgid "Private key file (ssh -i option)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5776(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5873(para) msgid "Options in ssh_config(5) format (ssh -o option)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5784(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5881(para) msgid "Use only IPv4 addresses" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5792(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5889(para) msgid "Use only IPv6 addresses" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5800(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5897(para) msgid "Use public IP address" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5808(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5905(para) msgid "Use private IP address" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5816(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5913(para) msgid "Use other IP address (public, private, etc)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5824(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5921(title) msgid "openstack server suspend" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5826(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5923(para) msgid "Suspend server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5852(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5949(title) msgid "openstack server unlock" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5854(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5951(para) msgid "Unlock server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5880(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5977(title) msgid "openstack server unpause" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5882(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5979(para) msgid "Unpause server" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5908(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6005(title) msgid "openstack server unrescue" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5910(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6007(para) msgid "Restore server from rescue mode" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5936(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6033(title) msgid "openstack server unset" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5938(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6035(para) msgid "Unset server properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5964(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6061(para) msgid "Property key to remove from server (repeat to unset multiple values)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5973(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6070(title) msgid "openstack service create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5979(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6076(para) msgid "Create new service" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5986(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6083(para) msgid "New service type (compute, image, identity, volume, etc)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6006(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6103(para) msgid "New service name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6014(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6111(para) msgid "New service description" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6022(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6119(title) msgid "openstack service delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6024(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6121(para) msgid "Delete service" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6031(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6128(para) msgid "Service to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6050(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6147(title) msgid "openstack service list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6054(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6151(para) msgid "List services" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6077(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6174(title) msgid "openstack service show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6082(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6179(para) msgid "Display service details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6089(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6186(para) msgid "Service to display (type, name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6108(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6205(para) msgid "Show service catalog information" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6116(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6213(title) msgid "openstack snapshot create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6122(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6219(para) msgid "Create new snapshot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6129(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6226(para) msgid "Volume to snapshot (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6148(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6245(para) msgid "Name of the snapshot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6156(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6253(para) msgid "Description of the snapshot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6164(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6261(para) msgid "Create a snapshot attached to an instance. Default is False" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6173(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6270(title) msgid "openstack snapshot delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6175(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6272(para) msgid "Delete snapshot(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6182(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6279(para) msgid "Snapshot(s) to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6201(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6298(title) msgid "openstack snapshot list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6206(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6303(para) msgid "List snapshots" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6229(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6326(title) msgid "openstack snapshot set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6234(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6331(para) msgid "Set snapshot properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6241(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6325(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6338(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6422(para) msgid "Snapshot to modify (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6260(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6357(para) msgid "New snapshot name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6268(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6365(para) msgid "New snapshot description" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6276(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6373(para) msgid "Property to add/change for this snapshot (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6285(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6382(title) msgid "openstack snapshot show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6290(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6387(para) msgid "Display snapshot details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6297(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6394(para) msgid "Snapshot to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6316(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6413(title) msgid "openstack snapshot unset" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6318(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6415(para) msgid "Unset snapshot properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6344(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6441(para) msgid "Property to remove from snapshot (repeat to remove multiple values)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6353(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6450(title) msgid "openstack token issue" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6357(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6454(para) msgid "Issue new token" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6372(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6469(title) msgid "openstack token revoke" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6374(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6471(para) msgid "Revoke existing token" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6381(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6478(para) msgid "Token to be deleted" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6400(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6497(title) +msgid "openstack usage list" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6535(title) +msgid "openstack usage show" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6540(para) +msgid "Show resource usage for a single project" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6555(para) +msgid "Name or ID of project to show usage for" +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6581(title) msgid "openstack user create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6408(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6589(para) msgid "Create new user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6415(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6596(para) msgid "New user name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6434(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6615(para) msgid "Default project (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6442(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6641(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6623(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6822(para) msgid "Set user password" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6450(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6649(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6631(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6830(para) msgid "Prompt interactively for password" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6458(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6657(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6639(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6838(para) msgid "Set user email address" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6466(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6665(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6647(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6846(para) msgid "Enable user (default)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6474(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6673(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6655(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6854(para) msgid "Disable user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6482(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6663(para) msgid "Return existing user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6490(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6671(title) msgid "openstack user delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6492(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6673(para) msgid "Delete user(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6499(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6680(para) msgid "User(s) to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6518(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6699(title) msgid "openstack user list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6523(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6704(para) msgid "List users" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6538(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6719(para) msgid "Filter users by project (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6554(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6735(title) msgid "openstack user role list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6560(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6741(para) msgid "List user-role assignments" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6567(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6748(para) msgid "User to list (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6586(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6767(para) msgid "Filter users by <project> (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6594(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6775(title) msgid "openstack user set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6599(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6780(para) msgid "Set user properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6606(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6787(para) msgid "User to change (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6625(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6806(para) msgid "Set user name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6633(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6814(para) msgid "Set default project (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6681(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6862(title) msgid "openstack user show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6686(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6867(para) msgid "Display user details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6693(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6874(para) msgid "User to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6712(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6893(title) msgid "openstack volume create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6724(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6905(para) msgid "Create new volume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6731(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6951(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6912(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7132(para) msgid "New volume name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6750(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6931(para) msgid "New volume size in GB" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6758(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6939(para) msgid "Use <snapshot> as source of new volume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6766(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6959(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6947(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7140(para) msgid "New volume description" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6774(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6955(para) msgid "Use <volume-type> as the new volume type" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6782(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6963(para) msgid "Specify an alternate user (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6790(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6971(para) msgid "Specify an alternate project (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6798(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6979(para) msgid "Create new volume in <availability-zone>" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6806(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6987(para) msgid "Use <image> as source of new volume (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6814(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6995(para) msgid "Volume to clone (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6822(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7003(para) msgid "Set a property on this volume (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6831(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7012(title) msgid "openstack volume delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6833(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7014(para) msgid "Delete volume(s)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6840(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7021(para) msgid "Volume(s) to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6859(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7040(para) msgid "Attempt forced removal of volume(s), regardless of state (defaults to False)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6868(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7049(title) msgid "openstack volume list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6874(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7055(para) msgid "List volumes" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6889(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7070(para) msgid "Filter results by status" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6897(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7078(para) msgid "Filter results by name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6921(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7102(title) msgid "openstack volume set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6925(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7106(para) msgid "Set volume properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6932(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7113(para) msgid "Volume to change (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6967(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7148(para) msgid "Extend volume size in GB" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6975(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7156(para) msgid "Property to add or modify for this volume (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6984(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7165(title) msgid "openstack volume show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6989(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7170(para) msgid "Show volume details" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6996(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7177(para) msgid "Volume to display (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7015(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7196(title) msgid "openstack volume type create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7021(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7202(para) msgid "Create new volume type" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7028(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7209(para) msgid "New volume type name" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7047(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7228(para) msgid "Property to add for this volume type (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7056(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7237(title) msgid "openstack volume type delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7058(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7239(para) msgid "Delete volume type" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7065(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7246(para) msgid "Volume type to delete (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7084(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7265(title) msgid "openstack volume type list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7089(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7270(para) msgid "List volume types" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7112(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7293(title) msgid "openstack volume type set" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7114(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7295(para) msgid "Set volume type properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7121(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7158(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7302(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7339(para) msgid "Volume type to modify (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7140(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7321(para) msgid "Property to add or modify for this volume type (repeat option to set multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7149(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7330(title) msgid "openstack volume type unset" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7151(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7332(para) msgid "Unset volume type properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7177(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7358(para) msgid "Property to remove from volume type (repeat option to remove multiple properties)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7186(title) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7367(title) msgid "openstack volume unset" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7188(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7369(para) msgid "Unset volume properties" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7195(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7376(para) msgid "Volume to modify (name or ID)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7214(para) +#: ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7395(para) msgid "Property to remove from volume (repeat option to remove multiple properties)" msgstr "" diff --git a/doc/common/locale/common.pot b/doc/common/locale/common.pot index 6fa25d9bb8..83d9ca4f0f 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: 2015-04-30 06:07+0000\n" +"POT-Creation-Date: 2015-05-01 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,7 +151,7 @@ msgstr "" msgid "Quota name" msgstr "" -#: ./doc/common/section_cli_nova_quotas.xml:21(th) ./doc/common/section_cli_nova_customize_flavors.xml:52(td) ./doc/common/section_cli_overview.xml:43(th) ./doc/common/section_cli_install.xml:30(th) ./doc/common/ch_getstart.xml:32(th) ./doc/common/tables/ceilometer-database.xml:13(th) ./doc/common/tables/neutron-openvswitch_agent.xml:13(th) ./doc/common/tables/heat-clients.xml:13(th) ./doc/common/tables/cinder-solidfire.xml:13(th) ./doc/common/tables/neutron-rpc.xml:13(th) ./doc/common/tables/trove-db_percona.xml:13(th) ./doc/common/tables/nova-periodic.xml:13(th) ./doc/common/tables/ironic-redis.xml:13(th) ./doc/common/tables/keystone-auth.xml:13(th) ./doc/common/tables/keystone-policy.xml:13(th) ./doc/common/tables/glance-auth_token.xml:13(th) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:13(th) ./doc/common/tables/cinder-nimble.xml:13(th) ./doc/common/tables/keystone-testing.xml:13(th) ./doc/common/tables/swift-container-server-container-sync.xml:15(th) ./doc/common/tables/ironic-seamicro.xml:13(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:15(th) ./doc/common/tables/ceilometer-zaqar.xml:13(th) ./doc/common/tables/cinder-flashsystem.xml:13(th) ./doc/common/tables/neutron-amqp.xml:13(th) ./doc/common/tables/cinder-qpid.xml:13(th) ./doc/common/tables/cinder-zoning_fabric.xml:13(th) ./doc/common/tables/ceilometer-redis.xml:13(th) ./doc/common/tables/cinder-storage_ceph.xml:13(th) ./doc/common/tables/ceilometer-vmware.xml:13(th) ./doc/common/tables/neutron-cisco.xml:13(th) ./doc/common/tables/nova-testing.xml:13(th) ./doc/common/tables/nova-metadata.xml:13(th) ./doc/common/tables/heat-clients_nova.xml:13(th) ./doc/common/tables/cinder-hp3par.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:15(th) ./doc/common/tables/glance-ca.xml:13(th) ./doc/common/tables/neutron-scheduler.xml:13(th) ./doc/common/tables/glance-rbd.xml:13(th) ./doc/common/tables/cinder-fusionio.xml:13(th) ./doc/common/tables/ceilometer-common.xml:13(th) ./doc/common/tables/cinder-pure.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:15(th) ./doc/common/tables/cinder-database.xml:13(th) ./doc/common/tables/trove-db_vertica.xml:13(th) ./doc/common/tables/ceilometer-logging.xml:13(th) ./doc/common/tables/heat-common.xml:13(th) ./doc/common/tables/nova-ipv6.xml:13(th) ./doc/common/tables/sahara-zeromq.xml:13(th) ./doc/common/tables/ironic-rabbitmq.xml:13(th) ./doc/common/tables/nova-vnc.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:13(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:15(th) ./doc/common/tables/trove-qpid.xml:13(th) ./doc/common/tables/cinder-xio.xml:13(th) ./doc/common/tables/keystone-api.xml:13(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:15(th) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:13(th) ./doc/common/tables/nova-ironic.xml:13(th) ./doc/common/tables/ceilometer-dispatcher_http.xml:13(th) ./doc/common/tables/swift-container-server-container-auditor.xml:15(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:15(th) ./doc/common/tables/glance-rpc.xml:13(th) ./doc/common/tables/neutron-policy.xml:13(th) ./doc/common/tables/glance-database.xml:13(th) ./doc/common/tables/nova-spice.xml:13(th) ./doc/common/tables/heat-clients_heat.xml:13(th) ./doc/common/tables/nova-xen.xml:13(th) ./doc/common/tables/trove-amqp.xml:13(th) ./doc/common/tables/keystone-common.xml:13(th) ./doc/common/tables/ceilometer-auth_token.xml:13(th) ./doc/common/tables/ironic-swift.xml:13(th) ./doc/common/tables/nova-rabbitmq.xml:13(th) ./doc/common/tables/sahara-database.xml:13(th) ./doc/common/tables/neutron-ml2_cisco.xml:13(th) ./doc/common/tables/nova-policy.xml:13(th) ./doc/common/tables/keystone-identity.xml:13(th) ./doc/common/tables/cinder-cloudbyte.xml:13(th) ./doc/common/tables/ceilometer-inspector.xml:13(th) ./doc/common/tables/cinder-scheduler.xml:13(th) ./doc/common/tables/trove-db_cassandra.xml:13(th) ./doc/common/tables/ceilometer-concurrency.xml:13(th) ./doc/common/tables/neutron-logging.xml:13(th) ./doc/common/tables/nova-availabilityzones.xml:13(th) ./doc/common/tables/keystone-catalog.xml:13(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:13(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:13(th) ./doc/common/tables/neutron-rootwrap.xml:13(th) ./doc/common/tables/cinder-auth.xml:13(th) ./doc/common/tables/swift-swift-swift-constraints.xml:15(th) ./doc/common/tables/heat-qpid.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:15(th) ./doc/common/tables/cinder-rabbitmq.xml:13(th) ./doc/common/tables/nova-zookeeper.xml:13(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:13(th) ./doc/common/tables/keystone-ca.xml:13(th) ./doc/common/tables/ironic-agent.xml:13(th) ./doc/common/tables/nova-keymgr.xml:13(th) ./doc/common/tables/neutron-auth_token.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:15(th) ./doc/common/tables/ironic-ca.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:15(th) ./doc/common/tables/cinder-testing.xml:13(th) ./doc/common/tables/nova-ldap.xml:13(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:13(th) ./doc/common/tables/sahara-ca.xml:13(th) ./doc/common/tables/swift-container-server-filter-recon.xml:15(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:15(th) ./doc/common/tables/ceilometer-auth.xml:13(th) ./doc/common/tables/cinder-quota.xml:13(th) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:15(th) ./doc/common/tables/keystone-os_inherit.xml:13(th) ./doc/common/tables/ironic-rpc.xml:13(th) ./doc/common/tables/neutron-sdnve.xml:13(th) ./doc/common/tables/nova-compute.xml:13(th) ./doc/common/tables/sahara-rootwrap.xml:13(th) ./doc/common/tables/nova-scheduler.xml:13(th) ./doc/common/tables/cinder-backups_ceph.xml:13(th) ./doc/common/tables/ironic-amqp.xml:13(th) ./doc/common/tables/cinder-dellsc.xml:13(th) ./doc/common/tables/nova-vmware.xml:13(th) ./doc/common/tables/heat-cfn_api.xml:13(th) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:15(th) ./doc/common/tables/neutron-vmware.xml:13(th) ./doc/common/tables/nova-rdp.xml:13(th) ./doc/common/tables/trove-ca.xml:13(th) ./doc/common/tables/nova-quobyte.xml:13(th) ./doc/common/tables/keystone-role.xml:13(th) ./doc/common/tables/keystone-assignment.xml:13(th) ./doc/common/tables/cinder-zfssa.xml:13(th) ./doc/common/tables/nova-zeromq.xml:13(th) ./doc/common/tables/cinder-storage.xml:13(th) ./doc/common/tables/glance-registry.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:15(th) ./doc/common/tables/neutron-embrane.xml:13(th) ./doc/common/tables/cinder-debug.xml:13(th) ./doc/common/tables/heat-quota.xml:13(th) ./doc/common/tables/trove-network.xml:13(th) ./doc/common/tables/cinder-srb.xml:13(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-common.xml:13(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:15(th) ./doc/common/tables/nova-volumes.xml:13(th) ./doc/common/tables/neutron-redis.xml:13(th) ./doc/common/tables/swift-internal-client-filter-cache.xml:15(th) ./doc/common/tables/glance-elasticsearch.xml:13(th) ./doc/common/tables/trove-db_mysql.xml:13(th) ./doc/common/tables/neutron-dvr.xml:13(th) ./doc/common/tables/heat-zeromq.xml:13(th) ./doc/common/tables/heat-amqp.xml:13(th) ./doc/common/tables/cinder-violin.xml:13(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:13(th) ./doc/common/tables/cinder-logging.xml:13(th) ./doc/common/tables/nova-redis.xml:13(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:15(th) ./doc/common/tables/neutron-l3_agent.xml:13(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:15(th) ./doc/common/tables/glance-policy.xml:13(th) ./doc/common/tables/nova-neutron.xml:13(th) ./doc/common/tables/cinder-zeromq.xml:13(th) ./doc/common/tables/sahara-redis.xml:13(th) ./doc/common/tables/cinder-backups.xml:13(th) ./doc/common/tables/cinder-keymgr.xml:13(th) ./doc/common/tables/keystone-ldap.xml:13(th) ./doc/common/tables/trove-db_postgresql.xml:13(th) ./doc/common/tables/glance-vmware.xml:13(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:15(th) ./doc/common/tables/ceilometer-xenapi.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:15(th) ./doc/common/tables/cinder-zoning.xml:13(th) ./doc/common/tables/heat-clients_sahara.xml:13(th) ./doc/common/tables/ironic-disk_partitioner.xml:13(th) ./doc/common/tables/cinder-scst.xml:13(th) ./doc/common/tables/heat-notification.xml:13(th) ./doc/common/tables/ironic-neutron.xml:13(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-vpn.xml:13(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:15(th) ./doc/common/tables/trove-common.xml:13(th) ./doc/common/tables/trove-api.xml:13(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-conductor.xml:13(th) ./doc/common/tables/ironic-auth_token.xml:13(th) ./doc/common/tables/swift-object-server-app-object-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:15(th) ./doc/common/tables/nova-livemigration.xml:13(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:15(th) ./doc/common/tables/heat-rabbitmq.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:15(th) ./doc/common/tables/glance-scrubber.xml:13(th) ./doc/common/tables/keystone-amqp.xml:13(th) ./doc/common/tables/keystone-rpc.xml:13(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:15(th) ./doc/common/tables/cinder-zones.xml:13(th) ./doc/common/tables/ironic-keystone.xml:13(th) ./doc/common/tables/cinder-scality.xml:13(th) ./doc/common/tables/cinder-amqp.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:15(th) ./doc/common/tables/neutron-agent.xml:13(th) ./doc/common/tables/cinder-emc.xml:13(th) ./doc/common/tables/cinder-vmware.xml:13(th) ./doc/common/tables/ceilometer-zeromq.xml:13(th) ./doc/common/tables/neutron-ml2_flat.xml:13(th) ./doc/common/tables/heat-metadata_api.xml:13(th) ./doc/common/tables/trove-rabbitmq.xml:13(th) ./doc/common/tables/ironic-glance.xml:13(th) ./doc/common/tables/nova-upgrade_levels.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:13(th) ./doc/common/tables/neutron-ml2_ofa.xml:13(th) ./doc/common/tables/nova-barbican.xml:13(th) ./doc/common/tables/glance-api.xml:13(th) ./doc/common/tables/heat-waitcondition_api.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:15(th) ./doc/common/tables/sahara-timeouts.xml:13(th) ./doc/common/tables/swift-rsyncd-container.xml:15(th) ./doc/common/tables/cinder-storwize.xml:13(th) ./doc/common/tables/cinder-hplefthand.xml:13(th) ./doc/common/tables/ironic-ilo.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:15(th) ./doc/common/tables/sahara-auth_token.xml:13(th) ./doc/common/tables/neutron-ipv6_ra.xml:13(th) ./doc/common/tables/glance-s3.xml:13(th) ./doc/common/tables/nova-rootwrap.xml:13(th) ./doc/common/tables/heat-loadbalancer.xml:13(th) ./doc/common/tables/ceilometer-api.xml:13(th) ./doc/common/tables/ceilometer-exchange.xml:13(th) ./doc/common/tables/cinder-lvm.xml:13(th) ./doc/common/tables/trove-dns.xml:13(th) ./doc/common/tables/sahara-amqp.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:15(th) ./doc/common/tables/nova-cells.xml:13(th) ./doc/common/tables/trove-volume.xml:13(th) ./doc/common/tables/heat-auth_token.xml:13(th) ./doc/common/tables/neutron-quotas.xml:13(th) ./doc/common/tables/nova-auth_token.xml:13(th) ./doc/common/tables/cinder-storage_nfs.xml:13(th) ./doc/common/tables/cinder-quobyte.xml:13(th) ./doc/common/tables/cinder-hds-hnas.xml:13(th) ./doc/common/tables/heat-api.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:15(th) ./doc/common/tables/heat-clients_ceilometer.xml:13(th) ./doc/common/tables/neutron-ryu.xml:13(th) ./doc/common/tables/glance-logging.xml:13(th) ./doc/common/tables/swift-internal-client-pipeline-main.xml:15(th) ./doc/common/tables/swift-rsyncd-account.xml:15(th) ./doc/common/tables/neutron-metering_agent.xml:13(th) ./doc/common/tables/neutron-zeromq.xml:13(th) ./doc/common/tables/heat-clients_glance.xml:13(th) ./doc/common/tables/cinder-storage_glusterfs.xml:13(th) ./doc/common/tables/cinder-common.xml:13(th) ./doc/common/tables/glance-swift.xml:13(th) ./doc/common/tables/trove-quota.xml:13(th) ./doc/common/tables/trove-clients.xml:13(th) ./doc/common/tables/cinder-auth_token.xml:13(th) ./doc/common/tables/ceilometer-alarm.xml:13(th) ./doc/common/tables/sahara-clients.xml:13(th) ./doc/common/tables/ironic-compute.xml:13(th) ./doc/common/tables/ceilometer-events.xml:13(th) ./doc/common/tables/heat-testing.xml:13(th) ./doc/common/tables/ironic-qpid.xml:13(th) ./doc/common/tables/cinder-xiv.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:15(th) ./doc/common/tables/neutron-sriov.xml:13(th) ./doc/common/tables/ironic-ssh.xml:13(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:13(th) ./doc/common/tables/nova-glance.xml:13(th) ./doc/common/tables/neutron-database.xml:13(th) ./doc/common/tables/keystone-auth_token.xml:13(th) ./doc/common/tables/nova-s3.xml:13(th) ./doc/common/tables/nova-serial_console.xml:13(th) ./doc/common/tables/ironic-api.xml:13(th) ./doc/common/tables/nova-pci.xml:13(th) ./doc/common/tables/swift-account-server-filter-recon.xml:15(th) ./doc/common/tables/ceilometer-magnetodb.xml:13(th) ./doc/common/tables/heat-clients_cinder.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:15(th) ./doc/common/tables/sahara-testing.xml:13(th) ./doc/common/tables/keystone-revoke.xml:13(th) ./doc/common/tables/sahara-common.xml:13(th) ./doc/common/tables/cinder-api.xml:13(th) ./doc/common/tables/ceilometer-rootwrap.xml:13(th) ./doc/common/tables/ironic-virtualbox.xml:13(th) ./doc/common/tables/keystone-saml.xml:13(th) ./doc/common/tables/trove-db_couchbase.xml:13(th) ./doc/common/tables/heat-clients_trove.xml:13(th) ./doc/common/tables/swift-account-server-account-replicator.xml:15(th) ./doc/common/tables/ironic-scheduler.xml:13(th) ./doc/common/tables/trove-testing.xml:13(th) ./doc/common/tables/neutron-plumgrid.xml:13(th) ./doc/common/tables/trove-heat.xml:13(th) ./doc/common/tables/glance-sheepdog.xml:13(th) ./doc/common/tables/ironic-upgrades.xml:13(th) ./doc/common/tables/keystone-mapping.xml:13(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:15(th) ./doc/common/tables/cinder-zfssa-nfs.xml:13(th) ./doc/common/tables/cinder-windows.xml:13(th) ./doc/common/tables/cinder-san-solaris.xml:13(th) ./doc/common/tables/neutron-nuage.xml:13(th) ./doc/common/tables/keystone-rabbitmq.xml:13(th) ./doc/common/tables/keystone-zeromq.xml:13(th) ./doc/common/tables/ceilometer-notification.xml:13(th) ./doc/common/tables/glance-zeromq.xml:13(th) ./doc/common/tables/ironic-database.xml:13(th) ./doc/common/tables/neutron-bigswitch.xml:13(th) ./doc/common/tables/neutron-cfg_agent.xml:13(th) ./doc/common/tables/ceilometer-rpc.xml:13(th) ./doc/common/tables/cinder-redis.xml:13(th) ./doc/common/tables/swift-container-server-container-updater.xml:15(th) ./doc/common/tables/ironic-ipmi.xml:13(th) ./doc/common/tables/trove-db_mongodb.xml:13(th) ./doc/common/tables/sahara-policy.xml:13(th) ./doc/common/tables/ironic-snmp.xml:13(th) ./doc/common/tables/swift-object-server-object-reconstructor.xml:15(th) ./doc/common/tables/swift-object-server-object-replicator.xml:15(th) ./doc/common/tables/glance-filesystem.xml:13(th) ./doc/common/tables/trove-rpc.xml:13(th) ./doc/common/tables/ceilometer-swift.xml:13(th) ./doc/common/tables/trove-backup.xml:13(th) ./doc/common/tables/glance-debug.xml:13(th) ./doc/common/tables/nova-network.xml:13(th) ./doc/common/tables/glance-redis.xml:13(th) ./doc/common/tables/cinder-smbfs.xml:13(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:13(th) ./doc/common/tables/ironic-discoverd.xml:13(th) ./doc/common/tables/nova-ca.xml:13(th) ./doc/common/tables/neutron-l3_arista.xml:13(th) ./doc/common/tables/neutron-dhcp_agent.xml:13(th) ./doc/common/tables/ceilometer-collector.xml:13(th) ./doc/common/tables/cinder-hds-hus.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:13(th) ./doc/common/tables/swift-swift-swift-hash.xml:15(th) ./doc/common/tables/neutron-ml2_gre.xml:13(th) ./doc/common/tables/heat-debug.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:15(th) ./doc/common/tables/trove-guestagent.xml:13(th) ./doc/common/tables/ironic-irmc.xml:13(th) ./doc/common/tables/nova-qpid.xml:13(th) ./doc/common/tables/sahara-rpc.xml:13(th) ./doc/common/tables/neutron-ml2_sriov.xml:13(th) ./doc/common/tables/neutron-ml2_l2pop.xml:13(th) ./doc/common/tables/cinder-ibmnas.xml:13(th) ./doc/common/tables/glance-amqp.xml:13(th) ./doc/common/tables/cinder-fujitsu_eternus_dx.xml:13(th) ./doc/common/tables/glance-replicator.xml:13(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:15(th) ./doc/common/tables/sahara-logging.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:15(th) ./doc/common/tables/neutron-l2gw.xml:13(th) ./doc/common/tables/neutron-testing.xml:13(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:15(th) ./doc/common/tables/swift-memcache-memcache.xml:15(th) ./doc/common/tables/neutron-ca.xml:13(th) ./doc/common/tables/neutron-l3_brocade_mlx.xml:13(th) ./doc/common/tables/ceilometer-debug.xml:13(th) ./doc/common/tables/swift-account-server-app-account-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:15(th) ./doc/common/tables/trove-compute.xml:13(th) ./doc/common/tables/ironic-policy.xml:13(th) ./doc/common/tables/sahara-rabbitmq.xml:13(th) ./doc/common/tables/ironic-rootwrap.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:15(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:15(th) ./doc/common/tables/trove-db_redis.xml:13(th) ./doc/common/tables/trove-db_db2.xml:13(th) ./doc/common/tables/cinder-rpc.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:15(th) ./doc/common/tables/cinder-hpmsa.xml:13(th) ./doc/common/tables/nova-apiv3.xml:13(th) ./doc/common/tables/keystone-oauth.xml:13(th) ./doc/common/tables/cinder-storage_gpfs.xml:13(th) ./doc/common/tables/neutron-ml2_vlan.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-2.xml:15(th) ./doc/common/tables/swift-object-server-object-auditor.xml:15(th) ./doc/common/tables/trove-zeromq.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:15(th) ./doc/common/tables/cinder-backups_swift.xml:13(th) ./doc/common/tables/trove-database.xml:13(th) ./doc/common/tables/ironic-common.xml:13(th) ./doc/common/tables/swift-container-server-app-container-server.xml:15(th) ./doc/common/tables/nova-authentication.xml:13(th) ./doc/common/tables/neutron-nvsd.xml:13(th) ./doc/common/tables/cinder-ca.xml:13(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:15(th) ./doc/common/tables/ironic-zeromq.xml:13(th) ./doc/common/tables/glance-gridfs.xml:13(th) ./doc/common/tables/neutron-hyperv_agent.xml:13(th) ./doc/common/tables/ceilometer-tripleo.xml:13(th) ./doc/common/tables/keystone-federation.xml:13(th) ./doc/common/tables/glance-taskflow.xml:13(th) ./doc/common/tables/ceilometer-service_types.xml:13(th) ./doc/common/tables/cinder-eqlx.xml:13(th) ./doc/common/tables/heat-redis.xml:13(th) ./doc/common/tables/nova-ec2.xml:13(th) ./doc/common/tables/keystone-credential.xml:13(th) ./doc/common/tables/cinder-block-device.xml:13(th) ./doc/common/tables/ironic-conductor.xml:13(th) ./doc/common/tables/ironic-testing.xml:13(th) ./doc/common/tables/neutron-metadata.xml:13(th) ./doc/common/tables/nova-fping.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:15(th) ./doc/common/tables/ironic-auth.xml:13(th) ./doc/common/tables/trove-cluster.xml:13(th) ./doc/common/tables/swift-container-server-container-replicator.xml:15(th) ./doc/common/tables/neutron-debug.xml:13(th) ./doc/common/tables/sahara-qpid.xml:13(th) ./doc/common/tables/neutron-ml2_ncs.xml:13(th) ./doc/common/tables/neutron-ml2_arista.xml:13(th) ./doc/common/tables/nova-trustedcomputing.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:15(th) ./doc/common/tables/nova-amqp.xml:13(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:15(th) ./doc/common/tables/neutron-compute.xml:13(th) ./doc/common/tables/glance-imagecache.xml:13(th) ./doc/common/tables/neutron-ml2_brocade.xml:13(th) ./doc/common/tables/swift-account-server-account-auditor.xml:15(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:15(th) ./doc/common/tables/cinder-nas.xml:13(th) ./doc/common/tables/ironic-cells.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:13(th) ./doc/common/tables/heat-clients_swift.xml:13(th) ./doc/common/tables/keystone-logging.xml:13(th) ./doc/common/tables/neutron-brocade.xml:13(th) ./doc/common/tables/neutron-ml2_odl.xml:13(th) ./doc/common/tables/swift-object-server-filter-recon.xml:15(th) ./doc/common/tables/heat-rpc.xml:13(th) ./doc/common/tables/trove-taskmanager.xml:13(th) ./doc/common/tables/heat-cloudwatch_api.xml:13(th) ./doc/common/tables/cinder-images.xml:13(th) ./doc/common/tables/cinder-huawei.xml:13(th) ./doc/common/tables/nova-console.xml:13(th) ./doc/common/tables/cinder-profiler.xml:13(th) ./doc/common/tables/neutron-fwaas.xml:13(th) ./doc/common/tables/nova-database.xml:13(th) ./doc/common/tables/nova-quota.xml:13(th) ./doc/common/tables/heat-logging.xml:13(th) ./doc/common/tables/ironic-pxe.xml:13(th) ./doc/common/tables/trove-redis.xml:13(th) ./doc/common/tables/heat-crypt.xml:13(th) ./doc/common/tables/neutron-midonet.xml:13(th) ./doc/common/tables/cinder-compute.xml:13(th) ./doc/common/tables/ironic-debug.xml:13(th) ./doc/common/tables/ironic-console.xml:13(th) ./doc/common/tables/swift-rsyncd-object.xml:15(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:15(th) ./doc/common/tables/ironic-logging.xml:13(th) ./doc/common/tables/ceilometer-rgw.xml:13(th) ./doc/common/tables/neutron-qpid.xml:13(th) ./doc/common/tables/nova-rpc.xml:13(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:13(th) ./doc/common/tables/cinder-backups_tsm.xml:13(th) ./doc/common/tables/cinder-san.xml:13(th) ./doc/common/tables/nova-logging.xml:13(th) ./doc/common/tables/ceilometer-alarms.xml:13(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:13(th) ./doc/common/tables/neutron-nec.xml:13(th) ./doc/common/tables/keystone-security.xml:13(th) ./doc/common/tables/ceilometer-policy.xml:13(th) ./doc/common/tables/heat-clients_neutron.xml:13(th) ./doc/common/tables/nova-api.xml:13(th) ./doc/common/tables/neutron-opencontrail.xml:13(th) ./doc/common/tables/neutron-ml2_mlnx.xml:13(th) ./doc/common/tables/sahara-domain.xml:13(th) ./doc/common/tables/trove-auth_token.xml:13(th) ./doc/common/tables/keystone-trust.xml:13(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:15(th) ./doc/common/tables/glance-cinder.xml:13(th) ./doc/common/tables/swift-object-server-object-updater.xml:15(th) ./doc/common/tables/glance-common.xml:13(th) ./doc/common/tables/neutron-ml2_vxlan.xml:13(th) ./doc/common/tables/swift-dispersion-dispersion.xml:15(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:15(th) ./doc/common/tables/ironic-amt.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:15(th) ./doc/common/tables/trove-nova.xml:13(th) ./doc/common/tables/keystone-domain.xml:13(th) ./doc/common/tables/neutron-meta.xml:13(th) ./doc/common/tables/neutron-rabbitmq.xml:13(th) ./doc/common/tables/keystone-ec2.xml:13(th) ./doc/common/tables/heat-clients_keystone.xml:13(th) ./doc/common/tables/neutron-nsx.xml:13(th) ./doc/common/tables/ceilometer-testing.xml:13(th) ./doc/common/tables/neutron-api.xml:13(th) ./doc/common/tables/trove-logging.xml:13(th) ./doc/common/tables/keystone-kvs.xml:13(th) ./doc/common/tables/keystone-redis.xml:13(th) ./doc/common/tables/nova-xvpnvncproxy.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:15(th) ./doc/common/tables/swift-account-server-account-reaper.xml:15(th) ./doc/common/tables/nova-hyperv.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:15(th) ./doc/common/tables/heat-clients_backends.xml:13(th) ./doc/common/tables/glance-testing.xml:13(th) ./doc/common/tables/neutron-common.xml:13(th) ./doc/common/tables/nova-hypervisor.xml:13(th) ./doc/common/tables/keystone-fernet_tokens.xml:13(th) ./doc/common/tables/cinder-openvstorage.xml:13(th) ./doc/common/tables/keystone-qpid.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:15(th) ./doc/common/tables/ironic-deploy.xml:13(th) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:15(th) ./doc/common/tables/keystone-cache.xml:13(th) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:13(th) ./doc/common/tables/nova-configdrive.xml:13(th) ./doc/common/tables/keystone-token.xml:13(th) ./doc/common/tables/ceilometer-qpid.xml:13(th) ./doc/common/tables/cinder-datera.xml:13(th) ./doc/common/tables/ceilometer-ipmi.xml:13(th) ./doc/common/tables/ironic-ssl.xml:13(th) ./doc/common/tables/cinder-drbd.xml:13(th) ./doc/common/tables/heat-database.xml:13(th) ./doc/common/tables/ceilometer-rabbitmq.xml:13(th) ./doc/common/tables/neutron-ml2.xml:13(th) ./doc/common/tables/keystone-database.xml:13(th) ./doc/common/tables/glance-profiler.xml:13(th) ./doc/common/tables/keystone-memcache.xml:13(th) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:13(th) ./doc/common/tables/trove-debug.xml:13(th) ./doc/common/tables/trove-swift.xml:13(th) ./doc/common/tables/nova-libvirt.xml:13(th) ./doc/common/tables/trove-upgrades.xml:13(th) ./doc/common/tables/neutron-mlnx.xml:13(th) ./doc/common/tables/cinder-zoning_manager.xml:13(th) ./doc/common/tables/ceilometer-amqp.xml:13(th) ./doc/common/tables/ceilometer-glance.xml:13(th) ./doc/common/tables/neutron-nova.xml:13(th) ./doc/common/tables/ironic-dhcp.xml:13(th) ./doc/common/tables/neutron-securitygroups.xml:13(th) ./doc/common/tables/keystone-debug.xml:13(th) ./doc/common/tables/nova-debug.xml:13(th) ./doc/common/tables/cinder-rootwrap.xml:13(th) +#: ./doc/common/section_cli_nova_quotas.xml:21(th) ./doc/common/section_cli_nova_customize_flavors.xml:52(td) ./doc/common/section_cli_overview.xml:43(th) ./doc/common/section_cli_install.xml:30(th) ./doc/common/ch_getstart.xml:32(th) ./doc/common/tables/ceilometer-database.xml:13(th) ./doc/common/tables/neutron-openvswitch_agent.xml:13(th) ./doc/common/tables/heat-clients.xml:13(th) ./doc/common/tables/cinder-solidfire.xml:13(th) ./doc/common/tables/neutron-rpc.xml:13(th) ./doc/common/tables/trove-db_percona.xml:13(th) ./doc/common/tables/nova-periodic.xml:13(th) ./doc/common/tables/ironic-redis.xml:13(th) ./doc/common/tables/keystone-auth.xml:13(th) ./doc/common/tables/keystone-policy.xml:13(th) ./doc/common/tables/glance-auth_token.xml:13(th) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:13(th) ./doc/common/tables/cinder-nimble.xml:13(th) ./doc/common/tables/keystone-testing.xml:13(th) ./doc/common/tables/swift-container-server-container-sync.xml:15(th) ./doc/common/tables/ironic-seamicro.xml:13(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:15(th) ./doc/common/tables/ceilometer-zaqar.xml:13(th) ./doc/common/tables/cinder-flashsystem.xml:13(th) ./doc/common/tables/neutron-amqp.xml:13(th) ./doc/common/tables/cinder-qpid.xml:13(th) ./doc/common/tables/cinder-zoning_fabric.xml:13(th) ./doc/common/tables/ceilometer-redis.xml:13(th) ./doc/common/tables/cinder-storage_ceph.xml:13(th) ./doc/common/tables/ceilometer-vmware.xml:13(th) ./doc/common/tables/neutron-cisco.xml:13(th) ./doc/common/tables/nova-testing.xml:13(th) ./doc/common/tables/nova-metadata.xml:13(th) ./doc/common/tables/heat-clients_nova.xml:13(th) ./doc/common/tables/cinder-hp3par.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:15(th) ./doc/common/tables/glance-ca.xml:13(th) ./doc/common/tables/neutron-scheduler.xml:13(th) ./doc/common/tables/glance-rbd.xml:13(th) ./doc/common/tables/cinder-fusionio.xml:13(th) ./doc/common/tables/ceilometer-common.xml:13(th) ./doc/common/tables/cinder-pure.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:15(th) ./doc/common/tables/cinder-database.xml:13(th) ./doc/common/tables/trove-db_vertica.xml:13(th) ./doc/common/tables/ceilometer-logging.xml:13(th) ./doc/common/tables/heat-common.xml:13(th) ./doc/common/tables/nova-ipv6.xml:13(th) ./doc/common/tables/sahara-zeromq.xml:13(th) ./doc/common/tables/ironic-rabbitmq.xml:13(th) ./doc/common/tables/nova-vnc.xml:13(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:15(th) ./doc/common/tables/trove-qpid.xml:13(th) ./doc/common/tables/cinder-xio.xml:13(th) ./doc/common/tables/keystone-api.xml:13(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:15(th) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:13(th) ./doc/common/tables/nova-ironic.xml:13(th) ./doc/common/tables/ceilometer-dispatcher_http.xml:13(th) ./doc/common/tables/swift-container-server-container-auditor.xml:15(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:15(th) ./doc/common/tables/glance-rpc.xml:13(th) ./doc/common/tables/neutron-policy.xml:13(th) ./doc/common/tables/glance-database.xml:13(th) ./doc/common/tables/nova-spice.xml:13(th) ./doc/common/tables/heat-clients_heat.xml:13(th) ./doc/common/tables/nova-xen.xml:13(th) ./doc/common/tables/trove-amqp.xml:13(th) ./doc/common/tables/keystone-common.xml:13(th) ./doc/common/tables/ceilometer-auth_token.xml:13(th) ./doc/common/tables/ironic-swift.xml:13(th) ./doc/common/tables/nova-rabbitmq.xml:13(th) ./doc/common/tables/sahara-database.xml:13(th) ./doc/common/tables/neutron-ml2_cisco.xml:13(th) ./doc/common/tables/nova-policy.xml:13(th) ./doc/common/tables/keystone-identity.xml:13(th) ./doc/common/tables/cinder-cloudbyte.xml:13(th) ./doc/common/tables/ceilometer-inspector.xml:13(th) ./doc/common/tables/cinder-scheduler.xml:13(th) ./doc/common/tables/trove-db_cassandra.xml:13(th) ./doc/common/tables/ceilometer-concurrency.xml:13(th) ./doc/common/tables/neutron-logging.xml:13(th) ./doc/common/tables/nova-availabilityzones.xml:13(th) ./doc/common/tables/keystone-catalog.xml:13(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:13(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:13(th) ./doc/common/tables/neutron-rootwrap.xml:13(th) ./doc/common/tables/cinder-auth.xml:13(th) ./doc/common/tables/swift-swift-swift-constraints.xml:15(th) ./doc/common/tables/heat-qpid.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:15(th) ./doc/common/tables/cinder-rabbitmq.xml:13(th) ./doc/common/tables/nova-zookeeper.xml:13(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:13(th) ./doc/common/tables/keystone-ca.xml:13(th) ./doc/common/tables/ironic-agent.xml:13(th) ./doc/common/tables/nova-keymgr.xml:13(th) ./doc/common/tables/neutron-auth_token.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:15(th) ./doc/common/tables/cinder-testing.xml:13(th) ./doc/common/tables/nova-ldap.xml:13(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:13(th) ./doc/common/tables/sahara-ca.xml:13(th) ./doc/common/tables/swift-container-server-filter-recon.xml:15(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:15(th) ./doc/common/tables/ceilometer-auth.xml:13(th) ./doc/common/tables/cinder-quota.xml:13(th) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:15(th) ./doc/common/tables/keystone-os_inherit.xml:13(th) ./doc/common/tables/ironic-rpc.xml:13(th) ./doc/common/tables/neutron-sdnve.xml:13(th) ./doc/common/tables/nova-compute.xml:13(th) ./doc/common/tables/sahara-rootwrap.xml:13(th) ./doc/common/tables/nova-scheduler.xml:13(th) ./doc/common/tables/cinder-backups_ceph.xml:13(th) ./doc/common/tables/ironic-amqp.xml:13(th) ./doc/common/tables/cinder-dellsc.xml:13(th) ./doc/common/tables/nova-vmware.xml:13(th) ./doc/common/tables/heat-cfn_api.xml:13(th) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:15(th) ./doc/common/tables/neutron-vmware.xml:13(th) ./doc/common/tables/nova-rdp.xml:13(th) ./doc/common/tables/trove-ca.xml:13(th) ./doc/common/tables/nova-quobyte.xml:13(th) ./doc/common/tables/keystone-role.xml:13(th) ./doc/common/tables/keystone-assignment.xml:13(th) ./doc/common/tables/cinder-zfssa.xml:13(th) ./doc/common/tables/nova-zeromq.xml:13(th) ./doc/common/tables/cinder-storage.xml:13(th) ./doc/common/tables/glance-registry.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:15(th) ./doc/common/tables/neutron-embrane.xml:13(th) ./doc/common/tables/cinder-debug.xml:13(th) ./doc/common/tables/heat-quota.xml:13(th) ./doc/common/tables/trove-network.xml:13(th) ./doc/common/tables/cinder-srb.xml:13(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-common.xml:13(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:15(th) ./doc/common/tables/nova-volumes.xml:13(th) ./doc/common/tables/neutron-redis.xml:13(th) ./doc/common/tables/swift-internal-client-filter-cache.xml:15(th) ./doc/common/tables/glance-elasticsearch.xml:13(th) ./doc/common/tables/trove-db_mysql.xml:13(th) ./doc/common/tables/neutron-dvr.xml:13(th) ./doc/common/tables/heat-zeromq.xml:13(th) ./doc/common/tables/heat-amqp.xml:13(th) ./doc/common/tables/cinder-violin.xml:13(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:13(th) ./doc/common/tables/cinder-logging.xml:13(th) ./doc/common/tables/nova-redis.xml:13(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:15(th) ./doc/common/tables/glance-rabbitmq.xml:13(th) ./doc/common/tables/neutron-l3_agent.xml:13(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:15(th) ./doc/common/tables/glance-policy.xml:13(th) ./doc/common/tables/nova-neutron.xml:13(th) ./doc/common/tables/cinder-zeromq.xml:13(th) ./doc/common/tables/sahara-redis.xml:13(th) ./doc/common/tables/cinder-backups.xml:13(th) ./doc/common/tables/cinder-keymgr.xml:13(th) ./doc/common/tables/keystone-ldap.xml:13(th) ./doc/common/tables/trove-db_postgresql.xml:13(th) ./doc/common/tables/glance-vmware.xml:13(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:15(th) ./doc/common/tables/ceilometer-xenapi.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:15(th) ./doc/common/tables/cinder-zoning.xml:13(th) ./doc/common/tables/heat-clients_sahara.xml:13(th) ./doc/common/tables/ironic-disk_partitioner.xml:13(th) ./doc/common/tables/cinder-scst.xml:13(th) ./doc/common/tables/heat-notification.xml:13(th) ./doc/common/tables/ironic-neutron.xml:13(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-vpn.xml:13(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:15(th) ./doc/common/tables/trove-common.xml:13(th) ./doc/common/tables/trove-api.xml:13(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-conductor.xml:13(th) ./doc/common/tables/ironic-auth_token.xml:13(th) ./doc/common/tables/swift-object-server-app-object-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:15(th) ./doc/common/tables/nova-livemigration.xml:13(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:15(th) ./doc/common/tables/heat-rabbitmq.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:15(th) ./doc/common/tables/glance-scrubber.xml:13(th) ./doc/common/tables/keystone-amqp.xml:13(th) ./doc/common/tables/keystone-rpc.xml:13(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:15(th) ./doc/common/tables/cinder-zones.xml:13(th) ./doc/common/tables/ironic-keystone.xml:13(th) ./doc/common/tables/cinder-scality.xml:13(th) ./doc/common/tables/cinder-amqp.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:15(th) ./doc/common/tables/neutron-agent.xml:13(th) ./doc/common/tables/cinder-emc.xml:13(th) ./doc/common/tables/cinder-vmware.xml:13(th) ./doc/common/tables/ceilometer-zeromq.xml:13(th) ./doc/common/tables/neutron-ml2_flat.xml:13(th) ./doc/common/tables/heat-metadata_api.xml:13(th) ./doc/common/tables/trove-rabbitmq.xml:13(th) ./doc/common/tables/ironic-glance.xml:13(th) ./doc/common/tables/nova-upgrade_levels.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:13(th) ./doc/common/tables/neutron-ml2_ofa.xml:13(th) ./doc/common/tables/nova-barbican.xml:13(th) ./doc/common/tables/glance-api.xml:13(th) ./doc/common/tables/heat-waitcondition_api.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:15(th) ./doc/common/tables/sahara-timeouts.xml:13(th) ./doc/common/tables/swift-rsyncd-container.xml:15(th) ./doc/common/tables/cinder-storwize.xml:13(th) ./doc/common/tables/cinder-hplefthand.xml:13(th) ./doc/common/tables/ironic-ilo.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:15(th) ./doc/common/tables/sahara-auth_token.xml:13(th) ./doc/common/tables/neutron-ipv6_ra.xml:13(th) ./doc/common/tables/glance-s3.xml:13(th) ./doc/common/tables/nova-rootwrap.xml:13(th) ./doc/common/tables/heat-loadbalancer.xml:13(th) ./doc/common/tables/ceilometer-api.xml:13(th) ./doc/common/tables/ceilometer-exchange.xml:13(th) ./doc/common/tables/cinder-lvm.xml:13(th) ./doc/common/tables/trove-dns.xml:13(th) ./doc/common/tables/sahara-amqp.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:15(th) ./doc/common/tables/nova-cells.xml:13(th) ./doc/common/tables/trove-volume.xml:13(th) ./doc/common/tables/heat-auth_token.xml:13(th) ./doc/common/tables/neutron-quotas.xml:13(th) ./doc/common/tables/nova-auth_token.xml:13(th) ./doc/common/tables/cinder-storage_nfs.xml:13(th) ./doc/common/tables/cinder-quobyte.xml:13(th) ./doc/common/tables/cinder-hds-hnas.xml:13(th) ./doc/common/tables/heat-api.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:15(th) ./doc/common/tables/heat-clients_ceilometer.xml:13(th) ./doc/common/tables/neutron-ryu.xml:13(th) ./doc/common/tables/glance-logging.xml:13(th) ./doc/common/tables/swift-internal-client-pipeline-main.xml:15(th) ./doc/common/tables/swift-rsyncd-account.xml:15(th) ./doc/common/tables/neutron-metering_agent.xml:13(th) ./doc/common/tables/neutron-zeromq.xml:13(th) ./doc/common/tables/heat-clients_glance.xml:13(th) ./doc/common/tables/cinder-storage_glusterfs.xml:13(th) ./doc/common/tables/cinder-common.xml:13(th) ./doc/common/tables/glance-swift.xml:13(th) ./doc/common/tables/trove-quota.xml:13(th) ./doc/common/tables/trove-clients.xml:13(th) ./doc/common/tables/cinder-auth_token.xml:13(th) ./doc/common/tables/ceilometer-alarm.xml:13(th) ./doc/common/tables/sahara-clients.xml:13(th) ./doc/common/tables/ceilometer-events.xml:13(th) ./doc/common/tables/heat-testing.xml:13(th) ./doc/common/tables/ironic-qpid.xml:13(th) ./doc/common/tables/cinder-xiv.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:15(th) ./doc/common/tables/neutron-sriov.xml:13(th) ./doc/common/tables/ironic-ssh.xml:13(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:13(th) ./doc/common/tables/nova-glance.xml:13(th) ./doc/common/tables/neutron-database.xml:13(th) ./doc/common/tables/keystone-auth_token.xml:13(th) ./doc/common/tables/nova-s3.xml:13(th) ./doc/common/tables/nova-serial_console.xml:13(th) ./doc/common/tables/ironic-api.xml:13(th) ./doc/common/tables/nova-pci.xml:13(th) ./doc/common/tables/swift-account-server-filter-recon.xml:15(th) ./doc/common/tables/ceilometer-magnetodb.xml:13(th) ./doc/common/tables/heat-clients_cinder.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:15(th) ./doc/common/tables/sahara-testing.xml:13(th) ./doc/common/tables/keystone-revoke.xml:13(th) ./doc/common/tables/sahara-common.xml:13(th) ./doc/common/tables/cinder-api.xml:13(th) ./doc/common/tables/ceilometer-rootwrap.xml:13(th) ./doc/common/tables/ironic-virtualbox.xml:13(th) ./doc/common/tables/keystone-saml.xml:13(th) ./doc/common/tables/trove-db_couchbase.xml:13(th) ./doc/common/tables/heat-clients_trove.xml:13(th) ./doc/common/tables/swift-account-server-account-replicator.xml:15(th) ./doc/common/tables/trove-testing.xml:13(th) ./doc/common/tables/neutron-plumgrid.xml:13(th) ./doc/common/tables/trove-heat.xml:13(th) ./doc/common/tables/glance-sheepdog.xml:13(th) ./doc/common/tables/keystone-mapping.xml:13(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:15(th) ./doc/common/tables/cinder-zfssa-nfs.xml:13(th) ./doc/common/tables/cinder-windows.xml:13(th) ./doc/common/tables/cinder-san-solaris.xml:13(th) ./doc/common/tables/neutron-nuage.xml:13(th) ./doc/common/tables/keystone-rabbitmq.xml:13(th) ./doc/common/tables/keystone-zeromq.xml:13(th) ./doc/common/tables/ceilometer-notification.xml:13(th) ./doc/common/tables/glance-zeromq.xml:13(th) ./doc/common/tables/ironic-database.xml:13(th) ./doc/common/tables/neutron-bigswitch.xml:13(th) ./doc/common/tables/neutron-cfg_agent.xml:13(th) ./doc/common/tables/ceilometer-rpc.xml:13(th) ./doc/common/tables/cinder-redis.xml:13(th) ./doc/common/tables/swift-container-server-container-updater.xml:15(th) ./doc/common/tables/ironic-ipmi.xml:13(th) ./doc/common/tables/trove-db_mongodb.xml:13(th) ./doc/common/tables/sahara-policy.xml:13(th) ./doc/common/tables/ironic-snmp.xml:13(th) ./doc/common/tables/swift-object-server-object-reconstructor.xml:15(th) ./doc/common/tables/swift-object-server-object-replicator.xml:15(th) ./doc/common/tables/glance-filesystem.xml:13(th) ./doc/common/tables/trove-rpc.xml:13(th) ./doc/common/tables/ceilometer-swift.xml:13(th) ./doc/common/tables/trove-backup.xml:13(th) ./doc/common/tables/glance-debug.xml:13(th) ./doc/common/tables/nova-network.xml:13(th) ./doc/common/tables/glance-redis.xml:13(th) ./doc/common/tables/cinder-smbfs.xml:13(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:13(th) ./doc/common/tables/ironic-discoverd.xml:13(th) ./doc/common/tables/nova-ca.xml:13(th) ./doc/common/tables/neutron-l3_arista.xml:13(th) ./doc/common/tables/neutron-dhcp_agent.xml:13(th) ./doc/common/tables/ceilometer-collector.xml:13(th) ./doc/common/tables/cinder-hds-hus.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:13(th) ./doc/common/tables/swift-swift-swift-hash.xml:15(th) ./doc/common/tables/neutron-ml2_gre.xml:13(th) ./doc/common/tables/heat-debug.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:15(th) ./doc/common/tables/trove-guestagent.xml:13(th) ./doc/common/tables/ironic-irmc.xml:13(th) ./doc/common/tables/nova-qpid.xml:13(th) ./doc/common/tables/glance-qpid.xml:13(th) ./doc/common/tables/sahara-rpc.xml:13(th) ./doc/common/tables/neutron-ml2_sriov.xml:13(th) ./doc/common/tables/neutron-ml2_l2pop.xml:13(th) ./doc/common/tables/cinder-ibmnas.xml:13(th) ./doc/common/tables/glance-amqp.xml:13(th) ./doc/common/tables/cinder-fujitsu_eternus_dx.xml:13(th) ./doc/common/tables/glance-replicator.xml:13(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:15(th) ./doc/common/tables/sahara-logging.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:15(th) ./doc/common/tables/neutron-l2gw.xml:13(th) ./doc/common/tables/neutron-testing.xml:13(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:15(th) ./doc/common/tables/swift-memcache-memcache.xml:15(th) ./doc/common/tables/neutron-ca.xml:13(th) ./doc/common/tables/neutron-l3_brocade_mlx.xml:13(th) ./doc/common/tables/ceilometer-debug.xml:13(th) ./doc/common/tables/swift-account-server-app-account-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:15(th) ./doc/common/tables/trove-compute.xml:13(th) ./doc/common/tables/ironic-policy.xml:13(th) ./doc/common/tables/sahara-rabbitmq.xml:13(th) ./doc/common/tables/ironic-rootwrap.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:15(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:15(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:15(th) ./doc/common/tables/trove-db_redis.xml:13(th) ./doc/common/tables/trove-db_db2.xml:13(th) ./doc/common/tables/cinder-rpc.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:15(th) ./doc/common/tables/cinder-hpmsa.xml:13(th) ./doc/common/tables/nova-apiv3.xml:13(th) ./doc/common/tables/keystone-oauth.xml:13(th) ./doc/common/tables/cinder-storage_gpfs.xml:13(th) ./doc/common/tables/neutron-ml2_vlan.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-2.xml:15(th) ./doc/common/tables/swift-object-server-object-auditor.xml:15(th) ./doc/common/tables/trove-zeromq.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:15(th) ./doc/common/tables/cinder-backups_swift.xml:13(th) ./doc/common/tables/trove-database.xml:13(th) ./doc/common/tables/ironic-common.xml:13(th) ./doc/common/tables/swift-container-server-app-container-server.xml:15(th) ./doc/common/tables/nova-authentication.xml:13(th) ./doc/common/tables/neutron-nvsd.xml:13(th) ./doc/common/tables/cinder-ca.xml:13(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:15(th) ./doc/common/tables/ironic-zeromq.xml:13(th) ./doc/common/tables/glance-gridfs.xml:13(th) ./doc/common/tables/neutron-hyperv_agent.xml:13(th) ./doc/common/tables/ceilometer-tripleo.xml:13(th) ./doc/common/tables/keystone-federation.xml:13(th) ./doc/common/tables/glance-taskflow.xml:13(th) ./doc/common/tables/ceilometer-service_types.xml:13(th) ./doc/common/tables/cinder-eqlx.xml:13(th) ./doc/common/tables/heat-redis.xml:13(th) ./doc/common/tables/nova-ec2.xml:13(th) ./doc/common/tables/keystone-credential.xml:13(th) ./doc/common/tables/cinder-block-device.xml:13(th) ./doc/common/tables/ironic-conductor.xml:13(th) ./doc/common/tables/neutron-metadata.xml:13(th) ./doc/common/tables/nova-fping.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:15(th) ./doc/common/tables/ironic-auth.xml:13(th) ./doc/common/tables/trove-cluster.xml:13(th) ./doc/common/tables/swift-container-server-container-replicator.xml:15(th) ./doc/common/tables/neutron-debug.xml:13(th) ./doc/common/tables/sahara-qpid.xml:13(th) ./doc/common/tables/neutron-ml2_ncs.xml:13(th) ./doc/common/tables/neutron-ml2_arista.xml:13(th) ./doc/common/tables/nova-trustedcomputing.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:15(th) ./doc/common/tables/nova-amqp.xml:13(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:15(th) ./doc/common/tables/neutron-compute.xml:13(th) ./doc/common/tables/glance-imagecache.xml:13(th) ./doc/common/tables/neutron-ml2_brocade.xml:13(th) ./doc/common/tables/swift-account-server-account-auditor.xml:15(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:15(th) ./doc/common/tables/cinder-nas.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:13(th) ./doc/common/tables/heat-clients_swift.xml:13(th) ./doc/common/tables/keystone-logging.xml:13(th) ./doc/common/tables/neutron-brocade.xml:13(th) ./doc/common/tables/neutron-ml2_odl.xml:13(th) ./doc/common/tables/swift-object-server-filter-recon.xml:15(th) ./doc/common/tables/heat-rpc.xml:13(th) ./doc/common/tables/trove-taskmanager.xml:13(th) ./doc/common/tables/heat-cloudwatch_api.xml:13(th) ./doc/common/tables/cinder-images.xml:13(th) ./doc/common/tables/cinder-huawei.xml:13(th) ./doc/common/tables/nova-console.xml:13(th) ./doc/common/tables/cinder-profiler.xml:13(th) ./doc/common/tables/neutron-fwaas.xml:13(th) ./doc/common/tables/nova-database.xml:13(th) ./doc/common/tables/nova-quota.xml:13(th) ./doc/common/tables/heat-logging.xml:13(th) ./doc/common/tables/ironic-pxe.xml:13(th) ./doc/common/tables/trove-redis.xml:13(th) ./doc/common/tables/heat-crypt.xml:13(th) ./doc/common/tables/neutron-midonet.xml:13(th) ./doc/common/tables/cinder-compute.xml:13(th) ./doc/common/tables/ironic-debug.xml:13(th) ./doc/common/tables/ironic-console.xml:13(th) ./doc/common/tables/swift-rsyncd-object.xml:15(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:15(th) ./doc/common/tables/ironic-logging.xml:13(th) ./doc/common/tables/ceilometer-rgw.xml:13(th) ./doc/common/tables/neutron-qpid.xml:13(th) ./doc/common/tables/nova-rpc.xml:13(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:13(th) ./doc/common/tables/cinder-backups_tsm.xml:13(th) ./doc/common/tables/cinder-san.xml:13(th) ./doc/common/tables/nova-logging.xml:13(th) ./doc/common/tables/ceilometer-alarms.xml:13(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:13(th) ./doc/common/tables/neutron-nec.xml:13(th) ./doc/common/tables/keystone-security.xml:13(th) ./doc/common/tables/ceilometer-policy.xml:13(th) ./doc/common/tables/heat-clients_neutron.xml:13(th) ./doc/common/tables/nova-api.xml:13(th) ./doc/common/tables/neutron-opencontrail.xml:13(th) ./doc/common/tables/neutron-ml2_mlnx.xml:13(th) ./doc/common/tables/sahara-domain.xml:13(th) ./doc/common/tables/trove-auth_token.xml:13(th) ./doc/common/tables/keystone-trust.xml:13(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:15(th) ./doc/common/tables/glance-cinder.xml:13(th) ./doc/common/tables/swift-object-server-object-updater.xml:15(th) ./doc/common/tables/glance-common.xml:13(th) ./doc/common/tables/neutron-ml2_vxlan.xml:13(th) ./doc/common/tables/swift-dispersion-dispersion.xml:15(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:15(th) ./doc/common/tables/ironic-amt.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:15(th) ./doc/common/tables/trove-nova.xml:13(th) ./doc/common/tables/keystone-domain.xml:13(th) ./doc/common/tables/neutron-meta.xml:13(th) ./doc/common/tables/neutron-rabbitmq.xml:13(th) ./doc/common/tables/keystone-ec2.xml:13(th) ./doc/common/tables/heat-clients_keystone.xml:13(th) ./doc/common/tables/neutron-nsx.xml:13(th) ./doc/common/tables/ceilometer-testing.xml:13(th) ./doc/common/tables/neutron-api.xml:13(th) ./doc/common/tables/trove-logging.xml:13(th) ./doc/common/tables/keystone-kvs.xml:13(th) ./doc/common/tables/keystone-redis.xml:13(th) ./doc/common/tables/nova-xvpnvncproxy.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:15(th) ./doc/common/tables/swift-account-server-account-reaper.xml:15(th) ./doc/common/tables/nova-hyperv.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:15(th) ./doc/common/tables/heat-clients_backends.xml:13(th) ./doc/common/tables/glance-testing.xml:13(th) ./doc/common/tables/neutron-common.xml:13(th) ./doc/common/tables/nova-hypervisor.xml:13(th) ./doc/common/tables/keystone-fernet_tokens.xml:13(th) ./doc/common/tables/cinder-openvstorage.xml:13(th) ./doc/common/tables/keystone-qpid.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:15(th) ./doc/common/tables/ironic-deploy.xml:13(th) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:15(th) ./doc/common/tables/keystone-cache.xml:13(th) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:13(th) ./doc/common/tables/nova-configdrive.xml:13(th) ./doc/common/tables/keystone-token.xml:13(th) ./doc/common/tables/ceilometer-qpid.xml:13(th) ./doc/common/tables/cinder-datera.xml:13(th) ./doc/common/tables/ceilometer-ipmi.xml:13(th) ./doc/common/tables/cinder-drbd.xml:13(th) ./doc/common/tables/heat-database.xml:13(th) ./doc/common/tables/ceilometer-rabbitmq.xml:13(th) ./doc/common/tables/neutron-ml2.xml:13(th) ./doc/common/tables/keystone-database.xml:13(th) ./doc/common/tables/glance-profiler.xml:13(th) ./doc/common/tables/keystone-memcache.xml:13(th) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:13(th) ./doc/common/tables/trove-debug.xml:13(th) ./doc/common/tables/trove-swift.xml:13(th) ./doc/common/tables/nova-libvirt.xml:13(th) ./doc/common/tables/trove-upgrades.xml:13(th) ./doc/common/tables/neutron-mlnx.xml:13(th) ./doc/common/tables/cinder-zoning_manager.xml:13(th) ./doc/common/tables/ceilometer-amqp.xml:13(th) ./doc/common/tables/ceilometer-glance.xml:13(th) ./doc/common/tables/neutron-nova.xml:13(th) ./doc/common/tables/ironic-dhcp.xml:13(th) ./doc/common/tables/neutron-securitygroups.xml:13(th) ./doc/common/tables/keystone-debug.xml:13(th) ./doc/common/tables/nova-debug.xml:13(th) ./doc/common/tables/cinder-rootwrap.xml:13(th) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:13(th) msgid "Description" msgstr "" @@ -4224,7 +4224,7 @@ msgstr "" msgid "80" msgstr "" -#: ./doc/common/section_cli_nova_host_aggregates.xml:208(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:45(replaceable) ./doc/common/tables/neutron-cisco.xml:68(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:162(replaceable) ./doc/common/tables/heat-conf-changes.xml:347(td) ./doc/common/tables/neutron-vmware.xml:52(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:44(replaceable) ./doc/common/tables/swift-rsyncd-container.xml:24(replaceable) ./doc/common/tables/heat-api.xml:53(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:148(replaceable) ./doc/common/tables/neutron-bigswitch.xml:148(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:25(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:45(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:24(replaceable) ./doc/common/tables/glance-common.xml:105(replaceable) +#: ./doc/common/section_cli_nova_host_aggregates.xml:208(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:45(replaceable) ./doc/common/tables/neutron-cisco.xml:68(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:162(replaceable) ./doc/common/tables/heat-conf-changes.xml:347(td) ./doc/common/tables/neutron-vmware.xml:60(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:44(replaceable) ./doc/common/tables/swift-rsyncd-container.xml:24(replaceable) ./doc/common/tables/heat-api.xml:53(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:148(replaceable) ./doc/common/tables/neutron-bigswitch.xml:148(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:25(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:45(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:24(replaceable) ./doc/common/tables/glance-common.xml:105(replaceable) msgid "4" msgstr "" @@ -7124,7 +7124,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/cinder-netapp_7mode_nfs.xml:18(th) ./doc/common/tables/cinder-nimble.xml:18(th) ./doc/common/tables/keystone-testing.xml:18(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(literal) ./doc/common/tables/ceilometer-zaqar.xml:18(th) ./doc/common/tables/cinder-flashsystem.xml:18(th) ./doc/common/tables/neutron-amqp.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/glance-ca.xml:18(th) ./doc/common/tables/neutron-scheduler.xml:18(th) ./doc/common/tables/cinder-fusionio.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/ironic-rabbitmq.xml:18(th) ./doc/common/tables/nova-vnc.xml:18(th) ./doc/common/tables/trove-qpid.xml:18(th) ./doc/common/tables/cinder-xio.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/keystone-common.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/cinder-cloudbyte.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/cinder-testing.xml:18(th) ./doc/common/tables/nova-ldap.xml:18(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:18(th) ./doc/common/tables/cinder-quota.xml:18(th) ./doc/common/tables/ironic-rpc.xml:18(th) ./doc/common/tables/nova-compute.xml:18(th) ./doc/common/tables/sahara-rootwrap.xml:18(th) ./doc/common/tables/nova-scheduler.xml:18(th) ./doc/common/tables/cinder-backups_ceph.xml:18(th) ./doc/common/tables/ironic-amqp.xml:18(th) ./doc/common/tables/cinder-dellsc.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/cinder-debug.xml:18(th) ./doc/common/tables/heat-quota.xml:18(th) ./doc/common/tables/trove-network.xml:18(th) ./doc/common/tables/cinder-srb.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-violin.xml:18(th) ./doc/common/tables/cinder-logging.xml:18(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(literal) ./doc/common/tables/neutron-l3_agent.xml:18(th) ./doc/common/tables/nova-neutron.xml:18(th) ./doc/common/tables/cinder-zeromq.xml:18(th) ./doc/common/tables/cinder-backups.xml:18(th) ./doc/common/tables/cinder-zoning.xml:18(th) ./doc/common/tables/cinder-scst.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/nova-conductor.xml:18(th) ./doc/common/tables/nova-livemigration.xml:18(th) ./doc/common/tables/heat-rabbitmq.xml:18(th) ./doc/common/tables/glance-scrubber.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/cinder-amqp.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/ceilometer-zeromq.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/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/neutron-quotas.xml:18(th) ./doc/common/tables/cinder-storage_nfs.xml:18(th) ./doc/common/tables/cinder-quobyte.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/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/ironic-compute.xml:18(th) ./doc/common/tables/ironic-qpid.xml:18(th) ./doc/common/tables/cinder-xiv.xml:18(th) ./doc/common/tables/nova-glance.xml:18(th) ./doc/common/tables/nova-s3.xml:18(th) ./doc/common/tables/nova-pci.xml:18(th) ./doc/common/tables/ceilometer-magnetodb.xml:18(th) ./doc/common/tables/sahara-testing.xml:18(th) ./doc/common/tables/sahara-common.xml:18(th) ./doc/common/tables/cinder-api.xml:18(th) ./doc/common/tables/ceilometer-rootwrap.xml:18(th) ./doc/common/tables/ironic-scheduler.xml:18(th) ./doc/common/tables/trove-testing.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-zfssa-nfs.xml:18(th) ./doc/common/tables/cinder-windows.xml:18(th) ./doc/common/tables/cinder-san-solaris.xml:18(th) ./doc/common/tables/keystone-zeromq.xml:18(th) ./doc/common/tables/glance-zeromq.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/glance-debug.xml:18(th) ./doc/common/tables/nova-network.xml:18(th) ./doc/common/tables/cinder-smbfs.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/trove-guestagent.xml:18(th) ./doc/common/tables/nova-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/glance-replicator.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-l2gw.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/ironic-rootwrap.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/cinder-backups_swift.xml:18(th) ./doc/common/tables/trove-database.xml:18(th) ./doc/common/tables/ironic-common.xml:18(th) ./doc/common/tables/nova-authentication.xml:18(th) ./doc/common/tables/cinder-ca.xml:18(th) ./doc/common/tables/ironic-zeromq.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/ironic-testing.xml:18(th) ./doc/common/tables/neutron-metadata.xml:18(th) ./doc/common/tables/nova-fping.xml:18(th) ./doc/common/tables/ironic-auth.xml:18(th) ./doc/common/tables/trove-cluster.xml:18(th) ./doc/common/tables/neutron-debug.xml:18(th) ./doc/common/tables/sahara-qpid.xml:18(th) ./doc/common/tables/nova-amqp.xml:18(th) ./doc/common/tables/neutron-compute.xml:18(th) ./doc/common/tables/glance-imagecache.xml:18(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-nas.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:18(th) ./doc/common/tables/keystone-logging.xml:18(th) ./doc/common/tables/heat-rpc.xml:18(th) ./doc/common/tables/trove-taskmanager.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:18(th) ./doc/common/tables/cinder-images.xml:18(th) ./doc/common/tables/cinder-huawei.xml:18(th) ./doc/common/tables/nova-console.xml:18(th) ./doc/common/tables/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-compute.xml:18(th) ./doc/common/tables/ironic-debug.xml:18(th) ./doc/common/tables/ironic-logging.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/sahara-domain.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-nsx.xml:18(th) ./doc/common/tables/ceilometer-testing.xml:18(th) ./doc/common/tables/neutron-api.xml:18(th) ./doc/common/tables/trove-logging.xml:18(th) ./doc/common/tables/nova-xvpnvncproxy.xml:18(th) ./doc/common/tables/heat-clients_backends.xml:18(th) ./doc/common/tables/glance-testing.xml:18(th) ./doc/common/tables/neutron-common.xml:18(th) ./doc/common/tables/nova-hypervisor.xml:18(th) ./doc/common/tables/cinder-openvstorage.xml:18(th) ./doc/common/tables/nova-configdrive.xml:18(th) ./doc/common/tables/cinder-datera.xml:18(th) ./doc/common/tables/ironic-ssl.xml:18(th) ./doc/common/tables/cinder-drbd.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/nova-debug.xml:18(th) ./doc/common/tables/cinder-rootwrap.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/cinder-netapp_7mode_nfs.xml:18(th) ./doc/common/tables/cinder-nimble.xml:18(th) ./doc/common/tables/keystone-testing.xml:18(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(literal) ./doc/common/tables/ceilometer-zaqar.xml:18(th) ./doc/common/tables/cinder-flashsystem.xml:18(th) ./doc/common/tables/neutron-amqp.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/glance-ca.xml:18(th) ./doc/common/tables/neutron-scheduler.xml:18(th) ./doc/common/tables/cinder-fusionio.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/cinder-xio.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/keystone-common.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/cinder-cloudbyte.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/cinder-testing.xml:18(th) ./doc/common/tables/nova-ldap.xml:18(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:18(th) ./doc/common/tables/cinder-quota.xml:18(th) ./doc/common/tables/ironic-rpc.xml:18(th) ./doc/common/tables/nova-compute.xml:18(th) ./doc/common/tables/sahara-rootwrap.xml:18(th) ./doc/common/tables/nova-scheduler.xml:18(th) ./doc/common/tables/cinder-backups_ceph.xml:18(th) ./doc/common/tables/ironic-amqp.xml:18(th) ./doc/common/tables/cinder-dellsc.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/cinder-debug.xml:18(th) ./doc/common/tables/heat-quota.xml:18(th) ./doc/common/tables/trove-network.xml:18(th) ./doc/common/tables/cinder-srb.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-violin.xml:18(th) ./doc/common/tables/cinder-logging.xml:18(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(literal) ./doc/common/tables/neutron-l3_agent.xml:18(th) ./doc/common/tables/nova-neutron.xml:18(th) ./doc/common/tables/cinder-zeromq.xml:18(th) ./doc/common/tables/cinder-backups.xml:18(th) ./doc/common/tables/cinder-zoning.xml:18(th) ./doc/common/tables/cinder-scst.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/nova-conductor.xml:18(th) ./doc/common/tables/nova-livemigration.xml:18(th) ./doc/common/tables/glance-scrubber.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/cinder-amqp.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/ceilometer-zeromq.xml:18(th) ./doc/common/tables/heat-metadata_api.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.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/neutron-quotas.xml:18(th) ./doc/common/tables/cinder-storage_nfs.xml:18(th) ./doc/common/tables/cinder-quobyte.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/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-xiv.xml:18(th) ./doc/common/tables/nova-glance.xml:18(th) ./doc/common/tables/nova-s3.xml:18(th) ./doc/common/tables/nova-pci.xml:18(th) ./doc/common/tables/ceilometer-magnetodb.xml:18(th) ./doc/common/tables/sahara-testing.xml:18(th) ./doc/common/tables/sahara-common.xml:18(th) ./doc/common/tables/cinder-api.xml:18(th) ./doc/common/tables/ceilometer-rootwrap.xml:18(th) ./doc/common/tables/trove-testing.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-zfssa-nfs.xml:18(th) ./doc/common/tables/cinder-windows.xml:18(th) ./doc/common/tables/cinder-san-solaris.xml:18(th) ./doc/common/tables/keystone-zeromq.xml:18(th) ./doc/common/tables/glance-zeromq.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/glance-debug.xml:18(th) ./doc/common/tables/nova-network.xml:18(th) ./doc/common/tables/cinder-smbfs.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/trove-guestagent.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/glance-replicator.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-l2gw.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/ironic-rootwrap.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/cinder-backups_swift.xml:18(th) ./doc/common/tables/trove-database.xml:18(th) ./doc/common/tables/ironic-common.xml:18(th) ./doc/common/tables/nova-authentication.xml:18(th) ./doc/common/tables/cinder-ca.xml:18(th) ./doc/common/tables/ironic-zeromq.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/ironic-auth.xml:18(th) ./doc/common/tables/trove-cluster.xml:18(th) ./doc/common/tables/neutron-debug.xml:18(th) ./doc/common/tables/nova-amqp.xml:18(th) ./doc/common/tables/neutron-compute.xml:18(th) ./doc/common/tables/glance-imagecache.xml:18(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-nas.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:18(th) ./doc/common/tables/keystone-logging.xml:18(th) ./doc/common/tables/heat-rpc.xml:18(th) ./doc/common/tables/trove-taskmanager.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:18(th) ./doc/common/tables/cinder-images.xml:18(th) ./doc/common/tables/cinder-huawei.xml:18(th) ./doc/common/tables/nova-console.xml:18(th) ./doc/common/tables/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-compute.xml:18(th) ./doc/common/tables/ironic-debug.xml:18(th) ./doc/common/tables/ironic-logging.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/sahara-domain.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-nsx.xml:18(th) ./doc/common/tables/ceilometer-testing.xml:18(th) ./doc/common/tables/neutron-api.xml:18(th) ./doc/common/tables/trove-logging.xml:18(th) ./doc/common/tables/nova-xvpnvncproxy.xml:18(th) ./doc/common/tables/heat-clients_backends.xml:18(th) ./doc/common/tables/glance-testing.xml:18(th) ./doc/common/tables/neutron-common.xml:18(th) ./doc/common/tables/nova-hypervisor.xml:18(th) ./doc/common/tables/cinder-openvstorage.xml:18(th) ./doc/common/tables/nova-configdrive.xml:18(th) ./doc/common/tables/cinder-datera.xml:18(th) ./doc/common/tables/cinder-drbd.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/nova-debug.xml:18(th) ./doc/common/tables/cinder-rootwrap.xml:18(th) msgid "[DEFAULT]" msgstr "" @@ -8803,15 +8803,15 @@ msgstr "" msgid "Description of database configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:12(th) ./doc/common/tables/neutron-openvswitch_agent.xml:12(th) ./doc/common/tables/heat-clients.xml:12(th) ./doc/common/tables/cinder-solidfire.xml:12(th) ./doc/common/tables/neutron-rpc.xml:12(th) ./doc/common/tables/trove-db_percona.xml:12(th) ./doc/common/tables/nova-periodic.xml:12(th) ./doc/common/tables/ironic-redis.xml:12(th) ./doc/common/tables/keystone-auth.xml:12(th) ./doc/common/tables/keystone-policy.xml:12(th) ./doc/common/tables/glance-auth_token.xml:12(th) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:12(th) ./doc/common/tables/cinder-nimble.xml:12(th) ./doc/common/tables/keystone-testing.xml:12(th) ./doc/common/tables/swift-container-server-container-sync.xml:14(th) ./doc/common/tables/ironic-seamicro.xml:12(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:14(th) ./doc/common/tables/ceilometer-zaqar.xml:12(th) ./doc/common/tables/cinder-flashsystem.xml:12(th) ./doc/common/tables/neutron-amqp.xml:12(th) ./doc/common/tables/cinder-qpid.xml:12(th) ./doc/common/tables/cinder-zoning_fabric.xml:12(th) ./doc/common/tables/ceilometer-redis.xml:12(th) ./doc/common/tables/cinder-storage_ceph.xml:12(th) ./doc/common/tables/ceilometer-vmware.xml:12(th) ./doc/common/tables/neutron-cisco.xml:12(th) ./doc/common/tables/nova-testing.xml:12(th) ./doc/common/tables/nova-metadata.xml:12(th) ./doc/common/tables/heat-clients_nova.xml:12(th) ./doc/common/tables/cinder-hp3par.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:14(th) ./doc/common/tables/glance-ca.xml:12(th) ./doc/common/tables/neutron-scheduler.xml:12(th) ./doc/common/tables/glance-rbd.xml:12(th) ./doc/common/tables/cinder-fusionio.xml:12(th) ./doc/common/tables/ceilometer-common.xml:12(th) ./doc/common/tables/cinder-pure.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:14(th) ./doc/common/tables/cinder-database.xml:12(th) ./doc/common/tables/trove-db_vertica.xml:12(th) ./doc/common/tables/ceilometer-logging.xml:12(th) ./doc/common/tables/heat-common.xml:12(th) ./doc/common/tables/nova-ipv6.xml:12(th) ./doc/common/tables/sahara-zeromq.xml:12(th) ./doc/common/tables/ironic-rabbitmq.xml:12(th) ./doc/common/tables/nova-vnc.xml:12(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:14(th) ./doc/common/tables/trove-qpid.xml:12(th) ./doc/common/tables/cinder-xio.xml:12(th) ./doc/common/tables/keystone-api.xml:12(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:14(th) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:12(th) ./doc/common/tables/nova-ironic.xml:12(th) ./doc/common/tables/ceilometer-dispatcher_http.xml:12(th) ./doc/common/tables/swift-container-server-container-auditor.xml:14(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:14(th) ./doc/common/tables/glance-rpc.xml:12(th) ./doc/common/tables/neutron-policy.xml:12(th) ./doc/common/tables/glance-database.xml:12(th) ./doc/common/tables/nova-spice.xml:12(th) ./doc/common/tables/heat-clients_heat.xml:12(th) ./doc/common/tables/nova-xen.xml:12(th) ./doc/common/tables/trove-amqp.xml:12(th) ./doc/common/tables/keystone-common.xml:12(th) ./doc/common/tables/ceilometer-auth_token.xml:12(th) ./doc/common/tables/ironic-swift.xml:12(th) ./doc/common/tables/nova-rabbitmq.xml:12(th) ./doc/common/tables/sahara-database.xml:12(th) ./doc/common/tables/neutron-ml2_cisco.xml:12(th) ./doc/common/tables/nova-policy.xml:12(th) ./doc/common/tables/keystone-identity.xml:12(th) ./doc/common/tables/cinder-cloudbyte.xml:12(th) ./doc/common/tables/ceilometer-inspector.xml:12(th) ./doc/common/tables/cinder-scheduler.xml:12(th) ./doc/common/tables/trove-db_cassandra.xml:12(th) ./doc/common/tables/ceilometer-concurrency.xml:12(th) ./doc/common/tables/neutron-logging.xml:12(th) ./doc/common/tables/nova-availabilityzones.xml:12(th) ./doc/common/tables/keystone-catalog.xml:12(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:12(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:12(th) ./doc/common/tables/neutron-rootwrap.xml:12(th) ./doc/common/tables/cinder-auth.xml:12(th) ./doc/common/tables/swift-swift-swift-constraints.xml:14(th) ./doc/common/tables/heat-qpid.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:14(th) ./doc/common/tables/cinder-rabbitmq.xml:12(th) ./doc/common/tables/nova-zookeeper.xml:12(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:12(th) ./doc/common/tables/keystone-ca.xml:12(th) ./doc/common/tables/ironic-agent.xml:12(th) ./doc/common/tables/nova-keymgr.xml:12(th) ./doc/common/tables/neutron-auth_token.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:14(th) ./doc/common/tables/ironic-ca.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:14(th) ./doc/common/tables/cinder-testing.xml:12(th) ./doc/common/tables/nova-ldap.xml:12(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:12(th) ./doc/common/tables/sahara-ca.xml:12(th) ./doc/common/tables/swift-container-server-filter-recon.xml:14(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:14(th) ./doc/common/tables/ceilometer-auth.xml:12(th) ./doc/common/tables/cinder-quota.xml:12(th) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:14(th) ./doc/common/tables/keystone-os_inherit.xml:12(th) ./doc/common/tables/ironic-rpc.xml:12(th) ./doc/common/tables/neutron-sdnve.xml:12(th) ./doc/common/tables/nova-compute.xml:12(th) ./doc/common/tables/sahara-rootwrap.xml:12(th) ./doc/common/tables/nova-scheduler.xml:12(th) ./doc/common/tables/cinder-backups_ceph.xml:12(th) ./doc/common/tables/ironic-amqp.xml:12(th) ./doc/common/tables/cinder-dellsc.xml:12(th) ./doc/common/tables/nova-vmware.xml:12(th) ./doc/common/tables/heat-cfn_api.xml:12(th) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:14(th) ./doc/common/tables/neutron-vmware.xml:12(th) ./doc/common/tables/nova-rdp.xml:12(th) ./doc/common/tables/trove-ca.xml:12(th) ./doc/common/tables/nova-quobyte.xml:12(th) ./doc/common/tables/keystone-role.xml:12(th) ./doc/common/tables/keystone-assignment.xml:12(th) ./doc/common/tables/cinder-zfssa.xml:12(th) ./doc/common/tables/nova-zeromq.xml:12(th) ./doc/common/tables/cinder-storage.xml:12(th) ./doc/common/tables/glance-registry.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:14(th) ./doc/common/tables/neutron-embrane.xml:12(th) ./doc/common/tables/cinder-debug.xml:12(th) ./doc/common/tables/heat-quota.xml:12(th) ./doc/common/tables/trove-network.xml:12(th) ./doc/common/tables/cinder-srb.xml:12(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-common.xml:12(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:14(th) ./doc/common/tables/nova-volumes.xml:12(th) ./doc/common/tables/neutron-redis.xml:12(th) ./doc/common/tables/swift-internal-client-filter-cache.xml:14(th) ./doc/common/tables/glance-elasticsearch.xml:12(th) ./doc/common/tables/trove-db_mysql.xml:12(th) ./doc/common/tables/neutron-dvr.xml:12(th) ./doc/common/tables/heat-zeromq.xml:12(th) ./doc/common/tables/heat-amqp.xml:12(th) ./doc/common/tables/cinder-violin.xml:12(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:12(th) ./doc/common/tables/cinder-logging.xml:12(th) ./doc/common/tables/nova-redis.xml:12(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:14(th) ./doc/common/tables/neutron-l3_agent.xml:12(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:14(th) ./doc/common/tables/glance-policy.xml:12(th) ./doc/common/tables/nova-neutron.xml:12(th) ./doc/common/tables/cinder-zeromq.xml:12(th) ./doc/common/tables/sahara-redis.xml:12(th) ./doc/common/tables/cinder-backups.xml:12(th) ./doc/common/tables/cinder-keymgr.xml:12(th) ./doc/common/tables/keystone-ldap.xml:12(th) ./doc/common/tables/trove-db_postgresql.xml:12(th) ./doc/common/tables/glance-vmware.xml:12(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:14(th) ./doc/common/tables/ceilometer-xenapi.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:14(th) ./doc/common/tables/cinder-zoning.xml:12(th) ./doc/common/tables/heat-clients_sahara.xml:12(th) ./doc/common/tables/ironic-disk_partitioner.xml:12(th) ./doc/common/tables/cinder-scst.xml:12(th) ./doc/common/tables/heat-notification.xml:12(th) ./doc/common/tables/ironic-neutron.xml:12(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-vpn.xml:12(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:14(th) ./doc/common/tables/trove-common.xml:12(th) ./doc/common/tables/trove-api.xml:12(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-conductor.xml:12(th) ./doc/common/tables/ironic-auth_token.xml:12(th) ./doc/common/tables/swift-object-server-app-object-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:14(th) ./doc/common/tables/nova-livemigration.xml:12(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:14(th) ./doc/common/tables/heat-rabbitmq.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:14(th) ./doc/common/tables/glance-scrubber.xml:12(th) ./doc/common/tables/keystone-amqp.xml:12(th) ./doc/common/tables/keystone-rpc.xml:12(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:14(th) ./doc/common/tables/cinder-zones.xml:12(th) ./doc/common/tables/ironic-keystone.xml:12(th) ./doc/common/tables/cinder-scality.xml:12(th) ./doc/common/tables/cinder-amqp.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:14(th) ./doc/common/tables/neutron-agent.xml:12(th) ./doc/common/tables/cinder-emc.xml:12(th) ./doc/common/tables/cinder-vmware.xml:12(th) ./doc/common/tables/ceilometer-zeromq.xml:12(th) ./doc/common/tables/neutron-ml2_flat.xml:12(th) ./doc/common/tables/heat-metadata_api.xml:12(th) ./doc/common/tables/trove-rabbitmq.xml:12(th) ./doc/common/tables/ironic-glance.xml:12(th) ./doc/common/tables/nova-upgrade_levels.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:12(th) ./doc/common/tables/neutron-ml2_ofa.xml:12(th) ./doc/common/tables/nova-barbican.xml:12(th) ./doc/common/tables/glance-api.xml:12(th) ./doc/common/tables/heat-waitcondition_api.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:14(th) ./doc/common/tables/sahara-timeouts.xml:12(th) ./doc/common/tables/swift-rsyncd-container.xml:14(th) ./doc/common/tables/cinder-storwize.xml:12(th) ./doc/common/tables/cinder-hplefthand.xml:12(th) ./doc/common/tables/ironic-ilo.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:14(th) ./doc/common/tables/sahara-auth_token.xml:12(th) ./doc/common/tables/neutron-ipv6_ra.xml:12(th) ./doc/common/tables/glance-s3.xml:12(th) ./doc/common/tables/nova-rootwrap.xml:12(th) ./doc/common/tables/heat-loadbalancer.xml:12(th) ./doc/common/tables/ceilometer-api.xml:12(th) ./doc/common/tables/ceilometer-exchange.xml:12(th) ./doc/common/tables/cinder-lvm.xml:12(th) ./doc/common/tables/trove-dns.xml:12(th) ./doc/common/tables/sahara-amqp.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:14(th) ./doc/common/tables/nova-cells.xml:12(th) ./doc/common/tables/trove-volume.xml:12(th) ./doc/common/tables/heat-auth_token.xml:12(th) ./doc/common/tables/neutron-quotas.xml:12(th) ./doc/common/tables/nova-auth_token.xml:12(th) ./doc/common/tables/cinder-storage_nfs.xml:12(th) ./doc/common/tables/cinder-quobyte.xml:12(th) ./doc/common/tables/cinder-hds-hnas.xml:12(th) ./doc/common/tables/heat-api.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:14(th) ./doc/common/tables/heat-clients_ceilometer.xml:12(th) ./doc/common/tables/neutron-ryu.xml:12(th) ./doc/common/tables/glance-logging.xml:12(th) ./doc/common/tables/swift-internal-client-pipeline-main.xml:14(th) ./doc/common/tables/swift-rsyncd-account.xml:14(th) ./doc/common/tables/neutron-metering_agent.xml:12(th) ./doc/common/tables/neutron-zeromq.xml:12(th) ./doc/common/tables/heat-clients_glance.xml:12(th) ./doc/common/tables/cinder-storage_glusterfs.xml:12(th) ./doc/common/tables/cinder-common.xml:12(th) ./doc/common/tables/glance-swift.xml:12(th) ./doc/common/tables/trove-quota.xml:12(th) ./doc/common/tables/trove-clients.xml:12(th) ./doc/common/tables/cinder-auth_token.xml:12(th) ./doc/common/tables/ceilometer-alarm.xml:12(th) ./doc/common/tables/sahara-clients.xml:12(th) ./doc/common/tables/ironic-compute.xml:12(th) ./doc/common/tables/ceilometer-events.xml:12(th) ./doc/common/tables/heat-testing.xml:12(th) ./doc/common/tables/ironic-qpid.xml:12(th) ./doc/common/tables/cinder-xiv.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:14(th) ./doc/common/tables/neutron-sriov.xml:12(th) ./doc/common/tables/ironic-ssh.xml:12(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:12(th) ./doc/common/tables/nova-glance.xml:12(th) ./doc/common/tables/neutron-database.xml:12(th) ./doc/common/tables/keystone-auth_token.xml:12(th) ./doc/common/tables/nova-s3.xml:12(th) ./doc/common/tables/nova-serial_console.xml:12(th) ./doc/common/tables/ironic-api.xml:12(th) ./doc/common/tables/nova-pci.xml:12(th) ./doc/common/tables/swift-account-server-filter-recon.xml:14(th) ./doc/common/tables/ceilometer-magnetodb.xml:12(th) ./doc/common/tables/heat-clients_cinder.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:14(th) ./doc/common/tables/sahara-testing.xml:12(th) ./doc/common/tables/keystone-revoke.xml:12(th) ./doc/common/tables/sahara-common.xml:12(th) ./doc/common/tables/cinder-api.xml:12(th) ./doc/common/tables/ceilometer-rootwrap.xml:12(th) ./doc/common/tables/ironic-virtualbox.xml:12(th) ./doc/common/tables/keystone-saml.xml:12(th) ./doc/common/tables/trove-db_couchbase.xml:12(th) ./doc/common/tables/heat-clients_trove.xml:12(th) ./doc/common/tables/swift-account-server-account-replicator.xml:14(th) ./doc/common/tables/ironic-scheduler.xml:12(th) ./doc/common/tables/trove-testing.xml:12(th) ./doc/common/tables/neutron-plumgrid.xml:12(th) ./doc/common/tables/trove-heat.xml:12(th) ./doc/common/tables/glance-sheepdog.xml:12(th) ./doc/common/tables/ironic-upgrades.xml:12(th) ./doc/common/tables/keystone-mapping.xml:12(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:14(th) ./doc/common/tables/cinder-zfssa-nfs.xml:12(th) ./doc/common/tables/cinder-windows.xml:12(th) ./doc/common/tables/cinder-san-solaris.xml:12(th) ./doc/common/tables/neutron-nuage.xml:12(th) ./doc/common/tables/keystone-rabbitmq.xml:12(th) ./doc/common/tables/keystone-zeromq.xml:12(th) ./doc/common/tables/ceilometer-notification.xml:12(th) ./doc/common/tables/glance-zeromq.xml:12(th) ./doc/common/tables/ironic-database.xml:12(th) ./doc/common/tables/neutron-bigswitch.xml:12(th) ./doc/common/tables/neutron-cfg_agent.xml:12(th) ./doc/common/tables/ceilometer-rpc.xml:12(th) ./doc/common/tables/cinder-redis.xml:12(th) ./doc/common/tables/swift-container-server-container-updater.xml:14(th) ./doc/common/tables/ironic-ipmi.xml:12(th) ./doc/common/tables/trove-db_mongodb.xml:12(th) ./doc/common/tables/sahara-policy.xml:12(th) ./doc/common/tables/ironic-snmp.xml:12(th) ./doc/common/tables/swift-object-server-object-reconstructor.xml:14(th) ./doc/common/tables/swift-object-server-object-replicator.xml:14(th) ./doc/common/tables/glance-filesystem.xml:12(th) ./doc/common/tables/trove-rpc.xml:12(th) ./doc/common/tables/ceilometer-swift.xml:12(th) ./doc/common/tables/trove-backup.xml:12(th) ./doc/common/tables/glance-debug.xml:12(th) ./doc/common/tables/nova-network.xml:12(th) ./doc/common/tables/glance-redis.xml:12(th) ./doc/common/tables/cinder-smbfs.xml:12(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:12(th) ./doc/common/tables/ironic-discoverd.xml:12(th) ./doc/common/tables/nova-ca.xml:12(th) ./doc/common/tables/neutron-l3_arista.xml:12(th) ./doc/common/tables/neutron-dhcp_agent.xml:12(th) ./doc/common/tables/ceilometer-collector.xml:12(th) ./doc/common/tables/cinder-hds-hus.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:12(th) ./doc/common/tables/swift-swift-swift-hash.xml:14(th) ./doc/common/tables/neutron-ml2_gre.xml:12(th) ./doc/common/tables/heat-debug.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:14(th) ./doc/common/tables/trove-guestagent.xml:12(th) ./doc/common/tables/ironic-irmc.xml:12(th) ./doc/common/tables/nova-qpid.xml:12(th) ./doc/common/tables/sahara-rpc.xml:12(th) ./doc/common/tables/neutron-ml2_sriov.xml:12(th) ./doc/common/tables/neutron-ml2_l2pop.xml:12(th) ./doc/common/tables/cinder-ibmnas.xml:12(th) ./doc/common/tables/glance-amqp.xml:12(th) ./doc/common/tables/cinder-fujitsu_eternus_dx.xml:12(th) ./doc/common/tables/glance-replicator.xml:12(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:14(th) ./doc/common/tables/sahara-logging.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:14(th) ./doc/common/tables/neutron-l2gw.xml:12(th) ./doc/common/tables/neutron-testing.xml:12(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:14(th) ./doc/common/tables/swift-memcache-memcache.xml:14(th) ./doc/common/tables/neutron-ca.xml:12(th) ./doc/common/tables/neutron-l3_brocade_mlx.xml:12(th) ./doc/common/tables/ceilometer-debug.xml:12(th) ./doc/common/tables/swift-account-server-app-account-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:14(th) ./doc/common/tables/trove-compute.xml:12(th) ./doc/common/tables/ironic-policy.xml:12(th) ./doc/common/tables/sahara-rabbitmq.xml:12(th) ./doc/common/tables/ironic-rootwrap.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:14(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:14(th) ./doc/common/tables/trove-db_redis.xml:12(th) ./doc/common/tables/trove-db_db2.xml:12(th) ./doc/common/tables/cinder-rpc.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:14(th) ./doc/common/tables/cinder-hpmsa.xml:12(th) ./doc/common/tables/nova-apiv3.xml:12(th) ./doc/common/tables/keystone-oauth.xml:12(th) ./doc/common/tables/cinder-storage_gpfs.xml:12(th) ./doc/common/tables/neutron-ml2_vlan.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-2.xml:14(th) ./doc/common/tables/swift-object-server-object-auditor.xml:14(th) ./doc/common/tables/trove-zeromq.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:14(th) ./doc/common/tables/cinder-backups_swift.xml:12(th) ./doc/common/tables/trove-database.xml:12(th) ./doc/common/tables/ironic-common.xml:12(th) ./doc/common/tables/swift-container-server-app-container-server.xml:14(th) ./doc/common/tables/nova-authentication.xml:12(th) ./doc/common/tables/neutron-nvsd.xml:12(th) ./doc/common/tables/cinder-ca.xml:12(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:14(th) ./doc/common/tables/ironic-zeromq.xml:12(th) ./doc/common/tables/glance-gridfs.xml:12(th) ./doc/common/tables/neutron-hyperv_agent.xml:12(th) ./doc/common/tables/ceilometer-tripleo.xml:12(th) ./doc/common/tables/keystone-federation.xml:12(th) ./doc/common/tables/glance-taskflow.xml:12(th) ./doc/common/tables/ceilometer-service_types.xml:12(th) ./doc/common/tables/cinder-eqlx.xml:12(th) ./doc/common/tables/heat-redis.xml:12(th) ./doc/common/tables/nova-ec2.xml:12(th) ./doc/common/tables/keystone-credential.xml:12(th) ./doc/common/tables/cinder-block-device.xml:12(th) ./doc/common/tables/ironic-conductor.xml:12(th) ./doc/common/tables/ironic-testing.xml:12(th) ./doc/common/tables/neutron-metadata.xml:12(th) ./doc/common/tables/nova-fping.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:14(th) ./doc/common/tables/ironic-auth.xml:12(th) ./doc/common/tables/trove-cluster.xml:12(th) ./doc/common/tables/swift-container-server-container-replicator.xml:14(th) ./doc/common/tables/neutron-debug.xml:12(th) ./doc/common/tables/sahara-qpid.xml:12(th) ./doc/common/tables/neutron-ml2_ncs.xml:12(th) ./doc/common/tables/neutron-ml2_arista.xml:12(th) ./doc/common/tables/nova-trustedcomputing.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:14(th) ./doc/common/tables/nova-amqp.xml:12(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:14(th) ./doc/common/tables/neutron-compute.xml:12(th) ./doc/common/tables/glance-imagecache.xml:12(th) ./doc/common/tables/neutron-ml2_brocade.xml:12(th) ./doc/common/tables/swift-account-server-account-auditor.xml:14(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:14(th) ./doc/common/tables/cinder-nas.xml:12(th) ./doc/common/tables/ironic-cells.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:12(th) ./doc/common/tables/heat-clients_swift.xml:12(th) ./doc/common/tables/keystone-logging.xml:12(th) ./doc/common/tables/neutron-brocade.xml:12(th) ./doc/common/tables/neutron-ml2_odl.xml:12(th) ./doc/common/tables/swift-object-server-filter-recon.xml:14(th) ./doc/common/tables/heat-rpc.xml:12(th) ./doc/common/tables/trove-taskmanager.xml:12(th) ./doc/common/tables/heat-cloudwatch_api.xml:12(th) ./doc/common/tables/cinder-images.xml:12(th) ./doc/common/tables/cinder-huawei.xml:12(th) ./doc/common/tables/nova-console.xml:12(th) ./doc/common/tables/cinder-profiler.xml:12(th) ./doc/common/tables/neutron-fwaas.xml:12(th) ./doc/common/tables/nova-database.xml:12(th) ./doc/common/tables/nova-quota.xml:12(th) ./doc/common/tables/heat-logging.xml:12(th) ./doc/common/tables/ironic-pxe.xml:12(th) ./doc/common/tables/trove-redis.xml:12(th) ./doc/common/tables/heat-crypt.xml:12(th) ./doc/common/tables/neutron-midonet.xml:12(th) ./doc/common/tables/cinder-compute.xml:12(th) ./doc/common/tables/ironic-debug.xml:12(th) ./doc/common/tables/ironic-console.xml:12(th) ./doc/common/tables/swift-rsyncd-object.xml:14(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:14(th) ./doc/common/tables/ironic-logging.xml:12(th) ./doc/common/tables/ceilometer-rgw.xml:12(th) ./doc/common/tables/neutron-qpid.xml:12(th) ./doc/common/tables/nova-rpc.xml:12(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:12(th) ./doc/common/tables/cinder-backups_tsm.xml:12(th) ./doc/common/tables/cinder-san.xml:12(th) ./doc/common/tables/nova-logging.xml:12(th) ./doc/common/tables/ceilometer-alarms.xml:12(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:12(th) ./doc/common/tables/neutron-nec.xml:12(th) ./doc/common/tables/keystone-security.xml:12(th) ./doc/common/tables/ceilometer-policy.xml:12(th) ./doc/common/tables/heat-clients_neutron.xml:12(th) ./doc/common/tables/nova-api.xml:12(th) ./doc/common/tables/neutron-opencontrail.xml:12(th) ./doc/common/tables/neutron-ml2_mlnx.xml:12(th) ./doc/common/tables/sahara-domain.xml:12(th) ./doc/common/tables/trove-auth_token.xml:12(th) ./doc/common/tables/keystone-trust.xml:12(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:14(th) ./doc/common/tables/glance-cinder.xml:12(th) ./doc/common/tables/swift-object-server-object-updater.xml:14(th) ./doc/common/tables/glance-common.xml:12(th) ./doc/common/tables/neutron-ml2_vxlan.xml:12(th) ./doc/common/tables/swift-dispersion-dispersion.xml:14(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:14(th) ./doc/common/tables/ironic-amt.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:14(th) ./doc/common/tables/trove-nova.xml:12(th) ./doc/common/tables/keystone-domain.xml:12(th) ./doc/common/tables/neutron-meta.xml:12(th) ./doc/common/tables/neutron-rabbitmq.xml:12(th) ./doc/common/tables/keystone-ec2.xml:12(th) ./doc/common/tables/heat-clients_keystone.xml:12(th) ./doc/common/tables/neutron-nsx.xml:12(th) ./doc/common/tables/ceilometer-testing.xml:12(th) ./doc/common/tables/neutron-api.xml:12(th) ./doc/common/tables/trove-logging.xml:12(th) ./doc/common/tables/keystone-kvs.xml:12(th) ./doc/common/tables/keystone-redis.xml:12(th) ./doc/common/tables/nova-xvpnvncproxy.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:14(th) ./doc/common/tables/swift-account-server-account-reaper.xml:14(th) ./doc/common/tables/nova-hyperv.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:14(th) ./doc/common/tables/heat-clients_backends.xml:12(th) ./doc/common/tables/glance-testing.xml:12(th) ./doc/common/tables/neutron-common.xml:12(th) ./doc/common/tables/nova-hypervisor.xml:12(th) ./doc/common/tables/keystone-fernet_tokens.xml:12(th) ./doc/common/tables/cinder-openvstorage.xml:12(th) ./doc/common/tables/keystone-qpid.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:14(th) ./doc/common/tables/ironic-deploy.xml:12(th) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:14(th) ./doc/common/tables/keystone-cache.xml:12(th) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:12(th) ./doc/common/tables/nova-configdrive.xml:12(th) ./doc/common/tables/keystone-token.xml:12(th) ./doc/common/tables/ceilometer-qpid.xml:12(th) ./doc/common/tables/cinder-datera.xml:12(th) ./doc/common/tables/ceilometer-ipmi.xml:12(th) ./doc/common/tables/ironic-ssl.xml:12(th) ./doc/common/tables/cinder-drbd.xml:12(th) ./doc/common/tables/heat-database.xml:12(th) ./doc/common/tables/ceilometer-rabbitmq.xml:12(th) ./doc/common/tables/neutron-ml2.xml:12(th) ./doc/common/tables/keystone-database.xml:12(th) ./doc/common/tables/glance-profiler.xml:12(th) ./doc/common/tables/keystone-memcache.xml:12(th) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:12(th) ./doc/common/tables/trove-debug.xml:12(th) ./doc/common/tables/trove-swift.xml:12(th) ./doc/common/tables/nova-libvirt.xml:12(th) ./doc/common/tables/trove-upgrades.xml:12(th) ./doc/common/tables/neutron-mlnx.xml:12(th) ./doc/common/tables/cinder-zoning_manager.xml:12(th) ./doc/common/tables/ceilometer-amqp.xml:12(th) ./doc/common/tables/ceilometer-glance.xml:12(th) ./doc/common/tables/neutron-nova.xml:12(th) ./doc/common/tables/ironic-dhcp.xml:12(th) ./doc/common/tables/neutron-securitygroups.xml:12(th) ./doc/common/tables/keystone-debug.xml:12(th) ./doc/common/tables/nova-debug.xml:12(th) ./doc/common/tables/cinder-rootwrap.xml:12(th) +#: ./doc/common/tables/ceilometer-database.xml:12(th) ./doc/common/tables/neutron-openvswitch_agent.xml:12(th) ./doc/common/tables/heat-clients.xml:12(th) ./doc/common/tables/cinder-solidfire.xml:12(th) ./doc/common/tables/neutron-rpc.xml:12(th) ./doc/common/tables/trove-db_percona.xml:12(th) ./doc/common/tables/nova-periodic.xml:12(th) ./doc/common/tables/ironic-redis.xml:12(th) ./doc/common/tables/keystone-auth.xml:12(th) ./doc/common/tables/keystone-policy.xml:12(th) ./doc/common/tables/glance-auth_token.xml:12(th) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:12(th) ./doc/common/tables/cinder-nimble.xml:12(th) ./doc/common/tables/keystone-testing.xml:12(th) ./doc/common/tables/swift-container-server-container-sync.xml:14(th) ./doc/common/tables/ironic-seamicro.xml:12(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:14(th) ./doc/common/tables/ceilometer-zaqar.xml:12(th) ./doc/common/tables/cinder-flashsystem.xml:12(th) ./doc/common/tables/neutron-amqp.xml:12(th) ./doc/common/tables/cinder-qpid.xml:12(th) ./doc/common/tables/cinder-zoning_fabric.xml:12(th) ./doc/common/tables/ceilometer-redis.xml:12(th) ./doc/common/tables/cinder-storage_ceph.xml:12(th) ./doc/common/tables/ceilometer-vmware.xml:12(th) ./doc/common/tables/neutron-cisco.xml:12(th) ./doc/common/tables/nova-testing.xml:12(th) ./doc/common/tables/nova-metadata.xml:12(th) ./doc/common/tables/heat-clients_nova.xml:12(th) ./doc/common/tables/cinder-hp3par.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:14(th) ./doc/common/tables/glance-ca.xml:12(th) ./doc/common/tables/neutron-scheduler.xml:12(th) ./doc/common/tables/glance-rbd.xml:12(th) ./doc/common/tables/cinder-fusionio.xml:12(th) ./doc/common/tables/ceilometer-common.xml:12(th) ./doc/common/tables/cinder-pure.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:14(th) ./doc/common/tables/cinder-database.xml:12(th) ./doc/common/tables/trove-db_vertica.xml:12(th) ./doc/common/tables/ceilometer-logging.xml:12(th) ./doc/common/tables/heat-common.xml:12(th) ./doc/common/tables/nova-ipv6.xml:12(th) ./doc/common/tables/sahara-zeromq.xml:12(th) ./doc/common/tables/ironic-rabbitmq.xml:12(th) ./doc/common/tables/nova-vnc.xml:12(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:14(th) ./doc/common/tables/trove-qpid.xml:12(th) ./doc/common/tables/cinder-xio.xml:12(th) ./doc/common/tables/keystone-api.xml:12(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:14(th) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:12(th) ./doc/common/tables/nova-ironic.xml:12(th) ./doc/common/tables/ceilometer-dispatcher_http.xml:12(th) ./doc/common/tables/swift-container-server-container-auditor.xml:14(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:14(th) ./doc/common/tables/glance-rpc.xml:12(th) ./doc/common/tables/neutron-policy.xml:12(th) ./doc/common/tables/glance-database.xml:12(th) ./doc/common/tables/nova-spice.xml:12(th) ./doc/common/tables/heat-clients_heat.xml:12(th) ./doc/common/tables/nova-xen.xml:12(th) ./doc/common/tables/trove-amqp.xml:12(th) ./doc/common/tables/keystone-common.xml:12(th) ./doc/common/tables/ceilometer-auth_token.xml:12(th) ./doc/common/tables/ironic-swift.xml:12(th) ./doc/common/tables/nova-rabbitmq.xml:12(th) ./doc/common/tables/sahara-database.xml:12(th) ./doc/common/tables/neutron-ml2_cisco.xml:12(th) ./doc/common/tables/nova-policy.xml:12(th) ./doc/common/tables/keystone-identity.xml:12(th) ./doc/common/tables/cinder-cloudbyte.xml:12(th) ./doc/common/tables/ceilometer-inspector.xml:12(th) ./doc/common/tables/cinder-scheduler.xml:12(th) ./doc/common/tables/trove-db_cassandra.xml:12(th) ./doc/common/tables/ceilometer-concurrency.xml:12(th) ./doc/common/tables/neutron-logging.xml:12(th) ./doc/common/tables/nova-availabilityzones.xml:12(th) ./doc/common/tables/keystone-catalog.xml:12(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:12(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:12(th) ./doc/common/tables/neutron-rootwrap.xml:12(th) ./doc/common/tables/cinder-auth.xml:12(th) ./doc/common/tables/swift-swift-swift-constraints.xml:14(th) ./doc/common/tables/heat-qpid.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:14(th) ./doc/common/tables/cinder-rabbitmq.xml:12(th) ./doc/common/tables/nova-zookeeper.xml:12(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:12(th) ./doc/common/tables/keystone-ca.xml:12(th) ./doc/common/tables/ironic-agent.xml:12(th) ./doc/common/tables/nova-keymgr.xml:12(th) ./doc/common/tables/neutron-auth_token.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:14(th) ./doc/common/tables/cinder-testing.xml:12(th) ./doc/common/tables/nova-ldap.xml:12(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:12(th) ./doc/common/tables/sahara-ca.xml:12(th) ./doc/common/tables/swift-container-server-filter-recon.xml:14(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:14(th) ./doc/common/tables/ceilometer-auth.xml:12(th) ./doc/common/tables/cinder-quota.xml:12(th) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:14(th) ./doc/common/tables/keystone-os_inherit.xml:12(th) ./doc/common/tables/ironic-rpc.xml:12(th) ./doc/common/tables/neutron-sdnve.xml:12(th) ./doc/common/tables/nova-compute.xml:12(th) ./doc/common/tables/sahara-rootwrap.xml:12(th) ./doc/common/tables/nova-scheduler.xml:12(th) ./doc/common/tables/cinder-backups_ceph.xml:12(th) ./doc/common/tables/ironic-amqp.xml:12(th) ./doc/common/tables/cinder-dellsc.xml:12(th) ./doc/common/tables/nova-vmware.xml:12(th) ./doc/common/tables/heat-cfn_api.xml:12(th) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:14(th) ./doc/common/tables/neutron-vmware.xml:12(th) ./doc/common/tables/nova-rdp.xml:12(th) ./doc/common/tables/trove-ca.xml:12(th) ./doc/common/tables/nova-quobyte.xml:12(th) ./doc/common/tables/keystone-role.xml:12(th) ./doc/common/tables/keystone-assignment.xml:12(th) ./doc/common/tables/cinder-zfssa.xml:12(th) ./doc/common/tables/nova-zeromq.xml:12(th) ./doc/common/tables/cinder-storage.xml:12(th) ./doc/common/tables/glance-registry.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:14(th) ./doc/common/tables/neutron-embrane.xml:12(th) ./doc/common/tables/cinder-debug.xml:12(th) ./doc/common/tables/heat-quota.xml:12(th) ./doc/common/tables/trove-network.xml:12(th) ./doc/common/tables/cinder-srb.xml:12(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-common.xml:12(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:14(th) ./doc/common/tables/nova-volumes.xml:12(th) ./doc/common/tables/neutron-redis.xml:12(th) ./doc/common/tables/swift-internal-client-filter-cache.xml:14(th) ./doc/common/tables/glance-elasticsearch.xml:12(th) ./doc/common/tables/trove-db_mysql.xml:12(th) ./doc/common/tables/neutron-dvr.xml:12(th) ./doc/common/tables/heat-zeromq.xml:12(th) ./doc/common/tables/heat-amqp.xml:12(th) ./doc/common/tables/cinder-violin.xml:12(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:12(th) ./doc/common/tables/cinder-logging.xml:12(th) ./doc/common/tables/nova-redis.xml:12(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:14(th) ./doc/common/tables/glance-rabbitmq.xml:12(th) ./doc/common/tables/neutron-l3_agent.xml:12(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:14(th) ./doc/common/tables/glance-policy.xml:12(th) ./doc/common/tables/nova-neutron.xml:12(th) ./doc/common/tables/cinder-zeromq.xml:12(th) ./doc/common/tables/sahara-redis.xml:12(th) ./doc/common/tables/cinder-backups.xml:12(th) ./doc/common/tables/cinder-keymgr.xml:12(th) ./doc/common/tables/keystone-ldap.xml:12(th) ./doc/common/tables/trove-db_postgresql.xml:12(th) ./doc/common/tables/glance-vmware.xml:12(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:14(th) ./doc/common/tables/ceilometer-xenapi.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:14(th) ./doc/common/tables/cinder-zoning.xml:12(th) ./doc/common/tables/heat-clients_sahara.xml:12(th) ./doc/common/tables/ironic-disk_partitioner.xml:12(th) ./doc/common/tables/cinder-scst.xml:12(th) ./doc/common/tables/heat-notification.xml:12(th) ./doc/common/tables/ironic-neutron.xml:12(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-vpn.xml:12(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:14(th) ./doc/common/tables/trove-common.xml:12(th) ./doc/common/tables/trove-api.xml:12(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-conductor.xml:12(th) ./doc/common/tables/ironic-auth_token.xml:12(th) ./doc/common/tables/swift-object-server-app-object-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:14(th) ./doc/common/tables/nova-livemigration.xml:12(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:14(th) ./doc/common/tables/heat-rabbitmq.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:14(th) ./doc/common/tables/glance-scrubber.xml:12(th) ./doc/common/tables/keystone-amqp.xml:12(th) ./doc/common/tables/keystone-rpc.xml:12(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:14(th) ./doc/common/tables/cinder-zones.xml:12(th) ./doc/common/tables/ironic-keystone.xml:12(th) ./doc/common/tables/cinder-scality.xml:12(th) ./doc/common/tables/cinder-amqp.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:14(th) ./doc/common/tables/neutron-agent.xml:12(th) ./doc/common/tables/cinder-emc.xml:12(th) ./doc/common/tables/cinder-vmware.xml:12(th) ./doc/common/tables/ceilometer-zeromq.xml:12(th) ./doc/common/tables/neutron-ml2_flat.xml:12(th) ./doc/common/tables/heat-metadata_api.xml:12(th) ./doc/common/tables/trove-rabbitmq.xml:12(th) ./doc/common/tables/ironic-glance.xml:12(th) ./doc/common/tables/nova-upgrade_levels.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:12(th) ./doc/common/tables/neutron-ml2_ofa.xml:12(th) ./doc/common/tables/nova-barbican.xml:12(th) ./doc/common/tables/glance-api.xml:12(th) ./doc/common/tables/heat-waitcondition_api.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:14(th) ./doc/common/tables/sahara-timeouts.xml:12(th) ./doc/common/tables/swift-rsyncd-container.xml:14(th) ./doc/common/tables/cinder-storwize.xml:12(th) ./doc/common/tables/cinder-hplefthand.xml:12(th) ./doc/common/tables/ironic-ilo.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:14(th) ./doc/common/tables/sahara-auth_token.xml:12(th) ./doc/common/tables/neutron-ipv6_ra.xml:12(th) ./doc/common/tables/glance-s3.xml:12(th) ./doc/common/tables/nova-rootwrap.xml:12(th) ./doc/common/tables/heat-loadbalancer.xml:12(th) ./doc/common/tables/ceilometer-api.xml:12(th) ./doc/common/tables/ceilometer-exchange.xml:12(th) ./doc/common/tables/cinder-lvm.xml:12(th) ./doc/common/tables/trove-dns.xml:12(th) ./doc/common/tables/sahara-amqp.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:14(th) ./doc/common/tables/nova-cells.xml:12(th) ./doc/common/tables/trove-volume.xml:12(th) ./doc/common/tables/heat-auth_token.xml:12(th) ./doc/common/tables/neutron-quotas.xml:12(th) ./doc/common/tables/nova-auth_token.xml:12(th) ./doc/common/tables/cinder-storage_nfs.xml:12(th) ./doc/common/tables/cinder-quobyte.xml:12(th) ./doc/common/tables/cinder-hds-hnas.xml:12(th) ./doc/common/tables/heat-api.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:14(th) ./doc/common/tables/heat-clients_ceilometer.xml:12(th) ./doc/common/tables/neutron-ryu.xml:12(th) ./doc/common/tables/glance-logging.xml:12(th) ./doc/common/tables/swift-internal-client-pipeline-main.xml:14(th) ./doc/common/tables/swift-rsyncd-account.xml:14(th) ./doc/common/tables/neutron-metering_agent.xml:12(th) ./doc/common/tables/neutron-zeromq.xml:12(th) ./doc/common/tables/heat-clients_glance.xml:12(th) ./doc/common/tables/cinder-storage_glusterfs.xml:12(th) ./doc/common/tables/cinder-common.xml:12(th) ./doc/common/tables/glance-swift.xml:12(th) ./doc/common/tables/trove-quota.xml:12(th) ./doc/common/tables/trove-clients.xml:12(th) ./doc/common/tables/cinder-auth_token.xml:12(th) ./doc/common/tables/ceilometer-alarm.xml:12(th) ./doc/common/tables/sahara-clients.xml:12(th) ./doc/common/tables/ceilometer-events.xml:12(th) ./doc/common/tables/heat-testing.xml:12(th) ./doc/common/tables/ironic-qpid.xml:12(th) ./doc/common/tables/cinder-xiv.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:14(th) ./doc/common/tables/neutron-sriov.xml:12(th) ./doc/common/tables/ironic-ssh.xml:12(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:12(th) ./doc/common/tables/nova-glance.xml:12(th) ./doc/common/tables/neutron-database.xml:12(th) ./doc/common/tables/keystone-auth_token.xml:12(th) ./doc/common/tables/nova-s3.xml:12(th) ./doc/common/tables/nova-serial_console.xml:12(th) ./doc/common/tables/ironic-api.xml:12(th) ./doc/common/tables/nova-pci.xml:12(th) ./doc/common/tables/swift-account-server-filter-recon.xml:14(th) ./doc/common/tables/ceilometer-magnetodb.xml:12(th) ./doc/common/tables/heat-clients_cinder.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:14(th) ./doc/common/tables/sahara-testing.xml:12(th) ./doc/common/tables/keystone-revoke.xml:12(th) ./doc/common/tables/sahara-common.xml:12(th) ./doc/common/tables/cinder-api.xml:12(th) ./doc/common/tables/ceilometer-rootwrap.xml:12(th) ./doc/common/tables/ironic-virtualbox.xml:12(th) ./doc/common/tables/keystone-saml.xml:12(th) ./doc/common/tables/trove-db_couchbase.xml:12(th) ./doc/common/tables/heat-clients_trove.xml:12(th) ./doc/common/tables/swift-account-server-account-replicator.xml:14(th) ./doc/common/tables/trove-testing.xml:12(th) ./doc/common/tables/neutron-plumgrid.xml:12(th) ./doc/common/tables/trove-heat.xml:12(th) ./doc/common/tables/glance-sheepdog.xml:12(th) ./doc/common/tables/keystone-mapping.xml:12(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:14(th) ./doc/common/tables/cinder-zfssa-nfs.xml:12(th) ./doc/common/tables/cinder-windows.xml:12(th) ./doc/common/tables/cinder-san-solaris.xml:12(th) ./doc/common/tables/neutron-nuage.xml:12(th) ./doc/common/tables/keystone-rabbitmq.xml:12(th) ./doc/common/tables/keystone-zeromq.xml:12(th) ./doc/common/tables/ceilometer-notification.xml:12(th) ./doc/common/tables/glance-zeromq.xml:12(th) ./doc/common/tables/ironic-database.xml:12(th) ./doc/common/tables/neutron-bigswitch.xml:12(th) ./doc/common/tables/neutron-cfg_agent.xml:12(th) ./doc/common/tables/ceilometer-rpc.xml:12(th) ./doc/common/tables/cinder-redis.xml:12(th) ./doc/common/tables/swift-container-server-container-updater.xml:14(th) ./doc/common/tables/ironic-ipmi.xml:12(th) ./doc/common/tables/trove-db_mongodb.xml:12(th) ./doc/common/tables/sahara-policy.xml:12(th) ./doc/common/tables/ironic-snmp.xml:12(th) ./doc/common/tables/swift-object-server-object-reconstructor.xml:14(th) ./doc/common/tables/swift-object-server-object-replicator.xml:14(th) ./doc/common/tables/glance-filesystem.xml:12(th) ./doc/common/tables/trove-rpc.xml:12(th) ./doc/common/tables/ceilometer-swift.xml:12(th) ./doc/common/tables/trove-backup.xml:12(th) ./doc/common/tables/glance-debug.xml:12(th) ./doc/common/tables/nova-network.xml:12(th) ./doc/common/tables/glance-redis.xml:12(th) ./doc/common/tables/cinder-smbfs.xml:12(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:12(th) ./doc/common/tables/ironic-discoverd.xml:12(th) ./doc/common/tables/nova-ca.xml:12(th) ./doc/common/tables/neutron-l3_arista.xml:12(th) ./doc/common/tables/neutron-dhcp_agent.xml:12(th) ./doc/common/tables/ceilometer-collector.xml:12(th) ./doc/common/tables/cinder-hds-hus.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:12(th) ./doc/common/tables/swift-swift-swift-hash.xml:14(th) ./doc/common/tables/neutron-ml2_gre.xml:12(th) ./doc/common/tables/heat-debug.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:14(th) ./doc/common/tables/trove-guestagent.xml:12(th) ./doc/common/tables/ironic-irmc.xml:12(th) ./doc/common/tables/nova-qpid.xml:12(th) ./doc/common/tables/glance-qpid.xml:12(th) ./doc/common/tables/sahara-rpc.xml:12(th) ./doc/common/tables/neutron-ml2_sriov.xml:12(th) ./doc/common/tables/neutron-ml2_l2pop.xml:12(th) ./doc/common/tables/cinder-ibmnas.xml:12(th) ./doc/common/tables/glance-amqp.xml:12(th) ./doc/common/tables/cinder-fujitsu_eternus_dx.xml:12(th) ./doc/common/tables/glance-replicator.xml:12(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:14(th) ./doc/common/tables/sahara-logging.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:14(th) ./doc/common/tables/neutron-l2gw.xml:12(th) ./doc/common/tables/neutron-testing.xml:12(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:14(th) ./doc/common/tables/swift-memcache-memcache.xml:14(th) ./doc/common/tables/neutron-ca.xml:12(th) ./doc/common/tables/neutron-l3_brocade_mlx.xml:12(th) ./doc/common/tables/ceilometer-debug.xml:12(th) ./doc/common/tables/swift-account-server-app-account-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:14(th) ./doc/common/tables/trove-compute.xml:12(th) ./doc/common/tables/ironic-policy.xml:12(th) ./doc/common/tables/sahara-rabbitmq.xml:12(th) ./doc/common/tables/ironic-rootwrap.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:14(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:14(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:14(th) ./doc/common/tables/trove-db_redis.xml:12(th) ./doc/common/tables/trove-db_db2.xml:12(th) ./doc/common/tables/cinder-rpc.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:14(th) ./doc/common/tables/cinder-hpmsa.xml:12(th) ./doc/common/tables/nova-apiv3.xml:12(th) ./doc/common/tables/keystone-oauth.xml:12(th) ./doc/common/tables/cinder-storage_gpfs.xml:12(th) ./doc/common/tables/neutron-ml2_vlan.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-2.xml:14(th) ./doc/common/tables/swift-object-server-object-auditor.xml:14(th) ./doc/common/tables/trove-zeromq.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:14(th) ./doc/common/tables/cinder-backups_swift.xml:12(th) ./doc/common/tables/trove-database.xml:12(th) ./doc/common/tables/ironic-common.xml:12(th) ./doc/common/tables/swift-container-server-app-container-server.xml:14(th) ./doc/common/tables/nova-authentication.xml:12(th) ./doc/common/tables/neutron-nvsd.xml:12(th) ./doc/common/tables/cinder-ca.xml:12(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:14(th) ./doc/common/tables/ironic-zeromq.xml:12(th) ./doc/common/tables/glance-gridfs.xml:12(th) ./doc/common/tables/neutron-hyperv_agent.xml:12(th) ./doc/common/tables/ceilometer-tripleo.xml:12(th) ./doc/common/tables/keystone-federation.xml:12(th) ./doc/common/tables/glance-taskflow.xml:12(th) ./doc/common/tables/ceilometer-service_types.xml:12(th) ./doc/common/tables/cinder-eqlx.xml:12(th) ./doc/common/tables/heat-redis.xml:12(th) ./doc/common/tables/nova-ec2.xml:12(th) ./doc/common/tables/keystone-credential.xml:12(th) ./doc/common/tables/cinder-block-device.xml:12(th) ./doc/common/tables/ironic-conductor.xml:12(th) ./doc/common/tables/neutron-metadata.xml:12(th) ./doc/common/tables/nova-fping.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:14(th) ./doc/common/tables/ironic-auth.xml:12(th) ./doc/common/tables/trove-cluster.xml:12(th) ./doc/common/tables/swift-container-server-container-replicator.xml:14(th) ./doc/common/tables/neutron-debug.xml:12(th) ./doc/common/tables/sahara-qpid.xml:12(th) ./doc/common/tables/neutron-ml2_ncs.xml:12(th) ./doc/common/tables/neutron-ml2_arista.xml:12(th) ./doc/common/tables/nova-trustedcomputing.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:14(th) ./doc/common/tables/nova-amqp.xml:12(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:14(th) ./doc/common/tables/neutron-compute.xml:12(th) ./doc/common/tables/glance-imagecache.xml:12(th) ./doc/common/tables/neutron-ml2_brocade.xml:12(th) ./doc/common/tables/swift-account-server-account-auditor.xml:14(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:14(th) ./doc/common/tables/cinder-nas.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:12(th) ./doc/common/tables/heat-clients_swift.xml:12(th) ./doc/common/tables/keystone-logging.xml:12(th) ./doc/common/tables/neutron-brocade.xml:12(th) ./doc/common/tables/neutron-ml2_odl.xml:12(th) ./doc/common/tables/swift-object-server-filter-recon.xml:14(th) ./doc/common/tables/heat-rpc.xml:12(th) ./doc/common/tables/trove-taskmanager.xml:12(th) ./doc/common/tables/heat-cloudwatch_api.xml:12(th) ./doc/common/tables/cinder-images.xml:12(th) ./doc/common/tables/cinder-huawei.xml:12(th) ./doc/common/tables/nova-console.xml:12(th) ./doc/common/tables/cinder-profiler.xml:12(th) ./doc/common/tables/neutron-fwaas.xml:12(th) ./doc/common/tables/nova-database.xml:12(th) ./doc/common/tables/nova-quota.xml:12(th) ./doc/common/tables/heat-logging.xml:12(th) ./doc/common/tables/ironic-pxe.xml:12(th) ./doc/common/tables/trove-redis.xml:12(th) ./doc/common/tables/heat-crypt.xml:12(th) ./doc/common/tables/neutron-midonet.xml:12(th) ./doc/common/tables/cinder-compute.xml:12(th) ./doc/common/tables/ironic-debug.xml:12(th) ./doc/common/tables/ironic-console.xml:12(th) ./doc/common/tables/swift-rsyncd-object.xml:14(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:14(th) ./doc/common/tables/ironic-logging.xml:12(th) ./doc/common/tables/ceilometer-rgw.xml:12(th) ./doc/common/tables/neutron-qpid.xml:12(th) ./doc/common/tables/nova-rpc.xml:12(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:12(th) ./doc/common/tables/cinder-backups_tsm.xml:12(th) ./doc/common/tables/cinder-san.xml:12(th) ./doc/common/tables/nova-logging.xml:12(th) ./doc/common/tables/ceilometer-alarms.xml:12(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:12(th) ./doc/common/tables/neutron-nec.xml:12(th) ./doc/common/tables/keystone-security.xml:12(th) ./doc/common/tables/ceilometer-policy.xml:12(th) ./doc/common/tables/heat-clients_neutron.xml:12(th) ./doc/common/tables/nova-api.xml:12(th) ./doc/common/tables/neutron-opencontrail.xml:12(th) ./doc/common/tables/neutron-ml2_mlnx.xml:12(th) ./doc/common/tables/sahara-domain.xml:12(th) ./doc/common/tables/trove-auth_token.xml:12(th) ./doc/common/tables/keystone-trust.xml:12(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:14(th) ./doc/common/tables/glance-cinder.xml:12(th) ./doc/common/tables/swift-object-server-object-updater.xml:14(th) ./doc/common/tables/glance-common.xml:12(th) ./doc/common/tables/neutron-ml2_vxlan.xml:12(th) ./doc/common/tables/swift-dispersion-dispersion.xml:14(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:14(th) ./doc/common/tables/ironic-amt.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:14(th) ./doc/common/tables/trove-nova.xml:12(th) ./doc/common/tables/keystone-domain.xml:12(th) ./doc/common/tables/neutron-meta.xml:12(th) ./doc/common/tables/neutron-rabbitmq.xml:12(th) ./doc/common/tables/keystone-ec2.xml:12(th) ./doc/common/tables/heat-clients_keystone.xml:12(th) ./doc/common/tables/neutron-nsx.xml:12(th) ./doc/common/tables/ceilometer-testing.xml:12(th) ./doc/common/tables/neutron-api.xml:12(th) ./doc/common/tables/trove-logging.xml:12(th) ./doc/common/tables/keystone-kvs.xml:12(th) ./doc/common/tables/keystone-redis.xml:12(th) ./doc/common/tables/nova-xvpnvncproxy.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:14(th) ./doc/common/tables/swift-account-server-account-reaper.xml:14(th) ./doc/common/tables/nova-hyperv.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:14(th) ./doc/common/tables/heat-clients_backends.xml:12(th) ./doc/common/tables/glance-testing.xml:12(th) ./doc/common/tables/neutron-common.xml:12(th) ./doc/common/tables/nova-hypervisor.xml:12(th) ./doc/common/tables/keystone-fernet_tokens.xml:12(th) ./doc/common/tables/cinder-openvstorage.xml:12(th) ./doc/common/tables/keystone-qpid.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:14(th) ./doc/common/tables/ironic-deploy.xml:12(th) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:14(th) ./doc/common/tables/keystone-cache.xml:12(th) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:12(th) ./doc/common/tables/nova-configdrive.xml:12(th) ./doc/common/tables/keystone-token.xml:12(th) ./doc/common/tables/ceilometer-qpid.xml:12(th) ./doc/common/tables/cinder-datera.xml:12(th) ./doc/common/tables/ceilometer-ipmi.xml:12(th) ./doc/common/tables/cinder-drbd.xml:12(th) ./doc/common/tables/heat-database.xml:12(th) ./doc/common/tables/ceilometer-rabbitmq.xml:12(th) ./doc/common/tables/neutron-ml2.xml:12(th) ./doc/common/tables/keystone-database.xml:12(th) ./doc/common/tables/glance-profiler.xml:12(th) ./doc/common/tables/keystone-memcache.xml:12(th) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:12(th) ./doc/common/tables/trove-debug.xml:12(th) ./doc/common/tables/trove-swift.xml:12(th) ./doc/common/tables/nova-libvirt.xml:12(th) ./doc/common/tables/trove-upgrades.xml:12(th) ./doc/common/tables/neutron-mlnx.xml:12(th) ./doc/common/tables/cinder-zoning_manager.xml:12(th) ./doc/common/tables/ceilometer-amqp.xml:12(th) ./doc/common/tables/ceilometer-glance.xml:12(th) ./doc/common/tables/neutron-nova.xml:12(th) ./doc/common/tables/ironic-dhcp.xml:12(th) ./doc/common/tables/neutron-securitygroups.xml:12(th) ./doc/common/tables/keystone-debug.xml:12(th) ./doc/common/tables/nova-debug.xml:12(th) ./doc/common/tables/cinder-rootwrap.xml:12(th) msgid "Configuration option = Default value" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:21(replaceable) ./doc/common/tables/ceilometer-database.xml:28(replaceable) ./doc/common/tables/ceilometer-database.xml:40(replaceable) ./doc/common/tables/ceilometer-database.xml:72(replaceable) ./doc/common/tables/ceilometer-database.xml:84(replaceable) ./doc/common/tables/ceilometer-database.xml:88(replaceable) ./doc/common/tables/ceilometer-database.xml:96(replaceable) ./doc/common/tables/ceilometer-database.xml:116(replaceable) ./doc/common/tables/ceilometer-database.xml:124(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:72(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:102(replaceable) ./doc/common/tables/heat-clients.xml:21(replaceable) ./doc/common/tables/heat-clients.xml:28(replaceable) ./doc/common/tables/heat-clients.xml:32(replaceable) ./doc/common/tables/heat-clients.xml:44(replaceable) ./doc/common/tables/cinder-solidfire.xml:21(replaceable) ./doc/common/tables/neutron-rpc.xml:63(replaceable) ./doc/common/tables/neutron-rpc.xml:78(replaceable) ./doc/common/tables/neutron-rpc.xml:106(replaceable) ./doc/common/tables/ironic-redis.xml:25(replaceable) ./doc/common/tables/keystone-policy.xml:40(replaceable) ./doc/common/tables/glance-auth_token.xml:21(replaceable) ./doc/common/tables/glance-auth_token.xml:29(replaceable) ./doc/common/tables/glance-auth_token.xml:33(replaceable) ./doc/common/tables/glance-auth_token.xml:45(replaceable) ./doc/common/tables/glance-auth_token.xml:57(replaceable) ./doc/common/tables/glance-auth_token.xml:61(replaceable) ./doc/common/tables/glance-auth_token.xml:65(replaceable) ./doc/common/tables/glance-auth_token.xml:69(replaceable) ./doc/common/tables/glance-auth_token.xml:73(replaceable) ./doc/common/tables/glance-auth_token.xml:77(replaceable) ./doc/common/tables/glance-auth_token.xml:97(replaceable) ./doc/common/tables/glance-auth_token.xml:105(replaceable) ./doc/common/tables/glance-auth_token.xml:117(replaceable) ./doc/common/tables/glance-auth_token.xml:141(replaceable) ./doc/common/tables/glance-auth_token.xml:145(replaceable) ./doc/common/tables/glance-auth_token.xml:157(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:25(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:29(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:33(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:45(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:49(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:53(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:25(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:29(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:33(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:37(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:41(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:49(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:57(replaceable) ./doc/common/tables/neutron-amqp.xml:33(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:37(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:45(replaceable) ./doc/common/tables/ceilometer-redis.xml:25(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:41(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:49(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:53(replaceable) ./doc/common/tables/ceilometer-vmware.xml:45(replaceable) ./doc/common/tables/nova-metadata.xml:45(replaceable) ./doc/common/tables/nova-metadata.xml:53(replaceable) ./doc/common/tables/heat-clients_nova.xml:21(replaceable) ./doc/common/tables/heat-clients_nova.xml:25(replaceable) ./doc/common/tables/heat-clients_nova.xml:29(replaceable) ./doc/common/tables/heat-clients_nova.xml:37(replaceable) ./doc/common/tables/heat-clients_nova.xml:41(replaceable) ./doc/common/tables/glance-ca.xml:21(replaceable) ./doc/common/tables/glance-ca.xml:25(replaceable) ./doc/common/tables/glance-ca.xml:29(replaceable) ./doc/common/tables/glance-rbd.xml:33(replaceable) ./doc/common/tables/ceilometer-common.xml:29(replaceable) ./doc/common/tables/ceilometer-common.xml:67(replaceable) ./doc/common/tables/ceilometer-common.xml:82(replaceable) ./doc/common/tables/ceilometer-common.xml:89(replaceable) ./doc/common/tables/cinder-pure.xml:21(replaceable) ./doc/common/tables/cinder-database.xml:32(replaceable) ./doc/common/tables/cinder-database.xml:64(replaceable) ./doc/common/tables/cinder-database.xml:68(replaceable) ./doc/common/tables/cinder-database.xml:84(replaceable) ./doc/common/tables/cinder-database.xml:92(replaceable) ./doc/common/tables/trove-db_vertica.xml:29(replaceable) ./doc/common/tables/trove-db_vertica.xml:33(replaceable) ./doc/common/tables/trove-db_vertica.xml:61(replaceable) ./doc/common/tables/trove-db_vertica.xml:65(replaceable) ./doc/common/tables/ceilometer-logging.xml:41(replaceable) ./doc/common/tables/ceilometer-logging.xml:49(replaceable) ./doc/common/tables/ceilometer-logging.xml:53(replaceable) ./doc/common/tables/ceilometer-logging.xml:57(replaceable) ./doc/common/tables/heat-common.xml:61(replaceable) ./doc/common/tables/heat-common.xml:76(replaceable) ./doc/common/tables/nova-ipv6.xml:25(replaceable) ./doc/common/tables/sahara-zeromq.xml:45(replaceable) ./doc/common/tables/nova-vnc.xml:25(replaceable) ./doc/common/tables/keystone-api.xml:21(replaceable) ./doc/common/tables/keystone-api.xml:37(replaceable) ./doc/common/tables/keystone-api.xml:61(replaceable) ./doc/common/tables/keystone-api.xml:65(replaceable) ./doc/common/tables/keystone-api.xml:102(replaceable) ./doc/common/tables/keystone-api.xml:114(replaceable) ./doc/common/tables/keystone-api.xml:136(replaceable) ./doc/common/tables/keystone-api.xml:144(replaceable) ./doc/common/tables/keystone-api.xml:148(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:41(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:49(replaceable) ./doc/common/tables/nova-ironic.xml:21(replaceable) ./doc/common/tables/nova-ironic.xml:25(replaceable) ./doc/common/tables/nova-ironic.xml:29(replaceable) ./doc/common/tables/nova-ironic.xml:33(replaceable) ./doc/common/tables/nova-ironic.xml:37(replaceable) ./doc/common/tables/nova-ironic.xml:41(replaceable) ./doc/common/tables/nova-ironic.xml:57(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:25(replaceable) ./doc/common/tables/glance-rpc.xml:56(replaceable) ./doc/common/tables/glance-rpc.xml:71(replaceable) ./doc/common/tables/glance-rpc.xml:99(replaceable) ./doc/common/tables/glance-database.xml:25(replaceable) ./doc/common/tables/glance-database.xml:57(replaceable) ./doc/common/tables/glance-database.xml:61(replaceable) ./doc/common/tables/glance-database.xml:77(replaceable) ./doc/common/tables/glance-database.xml:85(replaceable) ./doc/common/tables/heat-clients_heat.xml:21(replaceable) ./doc/common/tables/heat-clients_heat.xml:25(replaceable) ./doc/common/tables/heat-clients_heat.xml:29(replaceable) ./doc/common/tables/heat-clients_heat.xml:33(replaceable) ./doc/common/tables/heat-clients_heat.xml:37(replaceable) ./doc/common/tables/nova-xen.xml:87(replaceable) ./doc/common/tables/nova-xen.xml:91(replaceable) ./doc/common/tables/nova-xen.xml:107(replaceable) ./doc/common/tables/nova-xen.xml:119(replaceable) ./doc/common/tables/nova-xen.xml:127(replaceable) ./doc/common/tables/nova-xen.xml:175(replaceable) ./doc/common/tables/nova-xen.xml:183(replaceable) ./doc/common/tables/trove-amqp.xml:45(replaceable) ./doc/common/tables/keystone-common.xml:21(replaceable) ./doc/common/tables/keystone-common.xml:28(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:21(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:29(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:33(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:45(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:57(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:61(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:65(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:69(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:73(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:77(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:97(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:105(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:117(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:141(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:145(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:157(replaceable) ./doc/common/tables/sahara-database.xml:32(replaceable) ./doc/common/tables/sahara-database.xml:64(replaceable) ./doc/common/tables/sahara-database.xml:68(replaceable) ./doc/common/tables/sahara-database.xml:84(replaceable) ./doc/common/tables/sahara-database.xml:92(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:32(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:119(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:131(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:170(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:174(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:190(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:201(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:205(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:209(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:213(replaceable) ./doc/common/tables/keystone-identity.xml:49(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:21(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:29(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:45(replaceable) ./doc/common/tables/cinder-scheduler.xml:21(replaceable) ./doc/common/tables/cinder-scheduler.xml:25(replaceable) ./doc/common/tables/trove-db_cassandra.xml:25(replaceable) ./doc/common/tables/trove-db_cassandra.xml:29(replaceable) ./doc/common/tables/trove-db_cassandra.xml:41(replaceable) ./doc/common/tables/trove-db_cassandra.xml:45(replaceable) ./doc/common/tables/ceilometer-concurrency.xml:25(replaceable) ./doc/common/tables/neutron-logging.xml:41(replaceable) ./doc/common/tables/neutron-logging.xml:49(replaceable) ./doc/common/tables/neutron-logging.xml:53(replaceable) ./doc/common/tables/neutron-logging.xml:57(replaceable) ./doc/common/tables/neutron-logging.xml:61(replaceable) ./doc/common/tables/neutron-logging.xml:69(replaceable) ./doc/common/tables/neutron-logging.xml:73(replaceable) ./doc/common/tables/neutron-logging.xml:77(replaceable) ./doc/common/tables/nova-availabilityzones.xml:25(replaceable) ./doc/common/tables/keystone-catalog.xml:21(replaceable) ./doc/common/tables/keystone-catalog.xml:33(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:21(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:29(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:33(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:37(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:41(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:45(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:49(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:57(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:33(replaceable) ./doc/common/tables/nova-zookeeper.xml:21(replaceable) ./doc/common/tables/ironic-agent.xml:25(replaceable) ./doc/common/tables/nova-keymgr.xml:25(replaceable) ./doc/common/tables/neutron-auth_token.xml:21(replaceable) ./doc/common/tables/neutron-auth_token.xml:29(replaceable) ./doc/common/tables/neutron-auth_token.xml:33(replaceable) ./doc/common/tables/neutron-auth_token.xml:45(replaceable) ./doc/common/tables/neutron-auth_token.xml:57(replaceable) ./doc/common/tables/neutron-auth_token.xml:61(replaceable) ./doc/common/tables/neutron-auth_token.xml:65(replaceable) ./doc/common/tables/neutron-auth_token.xml:69(replaceable) ./doc/common/tables/neutron-auth_token.xml:73(replaceable) ./doc/common/tables/neutron-auth_token.xml:77(replaceable) ./doc/common/tables/neutron-auth_token.xml:97(replaceable) ./doc/common/tables/neutron-auth_token.xml:105(replaceable) ./doc/common/tables/neutron-auth_token.xml:117(replaceable) ./doc/common/tables/neutron-auth_token.xml:141(replaceable) ./doc/common/tables/neutron-auth_token.xml:145(replaceable) ./doc/common/tables/neutron-auth_token.xml:157(replaceable) ./doc/common/tables/ironic-ca.xml:33(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:29(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:53(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:69(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:73(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:77(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:81(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:85(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:89(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:93(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:97(replaceable) ./doc/common/tables/sahara-ca.xml:21(replaceable) ./doc/common/tables/sahara-ca.xml:25(replaceable) ./doc/common/tables/sahara-ca.xml:29(replaceable) ./doc/common/tables/ceilometer-auth.xml:29(replaceable) ./doc/common/tables/ceilometer-auth.xml:41(replaceable) ./doc/common/tables/ironic-rpc.xml:52(replaceable) ./doc/common/tables/ironic-rpc.xml:67(replaceable) ./doc/common/tables/ironic-rpc.xml:95(replaceable) ./doc/common/tables/neutron-sdnve.xml:41(replaceable) ./doc/common/tables/nova-compute.xml:25(replaceable) ./doc/common/tables/nova-scheduler.xml:21(replaceable) ./doc/common/tables/ironic-amqp.xml:33(replaceable) ./doc/common/tables/nova-vmware.xml:25(replaceable) ./doc/common/tables/nova-vmware.xml:29(replaceable) ./doc/common/tables/nova-vmware.xml:33(replaceable) ./doc/common/tables/nova-vmware.xml:37(replaceable) ./doc/common/tables/nova-vmware.xml:41(replaceable) ./doc/common/tables/nova-vmware.xml:49(replaceable) ./doc/common/tables/nova-vmware.xml:61(replaceable) ./doc/common/tables/nova-vmware.xml:69(replaceable) ./doc/common/tables/nova-vmware.xml:81(replaceable) ./doc/common/tables/heat-cfn_api.xml:44(replaceable) ./doc/common/tables/heat-cfn_api.xml:48(replaceable) ./doc/common/tables/neutron-vmware.xml:79(replaceable) ./doc/common/tables/neutron-vmware.xml:95(replaceable) ./doc/common/tables/neutron-vmware.xml:99(replaceable) ./doc/common/tables/neutron-vmware.xml:103(replaceable) ./doc/common/tables/neutron-vmware.xml:107(replaceable) ./doc/common/tables/trove-ca.xml:21(replaceable) ./doc/common/tables/trove-ca.xml:25(replaceable) ./doc/common/tables/trove-ca.xml:29(replaceable) ./doc/common/tables/nova-quobyte.xml:21(replaceable) ./doc/common/tables/keystone-role.xml:21(replaceable) ./doc/common/tables/keystone-role.xml:29(replaceable) ./doc/common/tables/keystone-role.xml:33(replaceable) ./doc/common/tables/keystone-assignment.xml:21(replaceable) ./doc/common/tables/cinder-zfssa.xml:21(replaceable) ./doc/common/tables/nova-zeromq.xml:45(replaceable) ./doc/common/tables/cinder-storage.xml:29(replaceable) ./doc/common/tables/cinder-storage.xml:45(replaceable) ./doc/common/tables/cinder-storage.xml:73(replaceable) ./doc/common/tables/cinder-storage.xml:101(replaceable) ./doc/common/tables/cinder-storage.xml:109(replaceable) ./doc/common/tables/glance-registry.xml:21(replaceable) ./doc/common/tables/glance-registry.xml:25(replaceable) ./doc/common/tables/glance-registry.xml:29(replaceable) ./doc/common/tables/glance-registry.xml:33(replaceable) ./doc/common/tables/glance-registry.xml:41(replaceable) ./doc/common/tables/glance-registry.xml:45(replaceable) ./doc/common/tables/glance-registry.xml:49(replaceable) ./doc/common/tables/glance-registry.xml:57(replaceable) ./doc/common/tables/neutron-embrane.xml:29(replaceable) ./doc/common/tables/neutron-embrane.xml:33(replaceable) ./doc/common/tables/neutron-embrane.xml:37(replaceable) ./doc/common/tables/neutron-embrane.xml:41(replaceable) ./doc/common/tables/neutron-embrane.xml:45(replaceable) ./doc/common/tables/neutron-embrane.xml:53(replaceable) ./doc/common/tables/cinder-debug.xml:21(replaceable) ./doc/common/tables/trove-network.xml:33(replaceable) ./doc/common/tables/neutron-conf-changes.xml:740(td) ./doc/common/tables/neutron-conf-changes.xml:744(td) ./doc/common/tables/neutron-conf-changes.xml:760(td) ./doc/common/tables/keystone-conf-changes.xml:454(td) ./doc/common/tables/cinder-srb.xml:21(replaceable) ./doc/common/tables/nova-common.xml:41(replaceable) ./doc/common/tables/nova-common.xml:53(replaceable) ./doc/common/tables/nova-common.xml:77(replaceable) ./doc/common/tables/nova-common.xml:84(replaceable) ./doc/common/tables/nova-volumes.xml:44(replaceable) ./doc/common/tables/nova-volumes.xml:52(replaceable) ./doc/common/tables/nova-volumes.xml:60(replaceable) ./doc/common/tables/nova-volumes.xml:72(replaceable) ./doc/common/tables/nova-volumes.xml:76(replaceable) ./doc/common/tables/nova-volumes.xml:80(replaceable) ./doc/common/tables/nova-volumes.xml:106(replaceable) ./doc/common/tables/nova-volumes.xml:130(replaceable) ./doc/common/tables/nova-volumes.xml:134(replaceable) ./doc/common/tables/nova-volumes.xml:138(replaceable) ./doc/common/tables/neutron-redis.xml:25(replaceable) ./doc/common/tables/heat-zeromq.xml:45(replaceable) ./doc/common/tables/heat-amqp.xml:29(replaceable) ./doc/common/tables/heat-amqp.xml:33(replaceable) ./doc/common/tables/heat-amqp.xml:45(replaceable) ./doc/common/tables/cinder-violin.xml:21(replaceable) ./doc/common/tables/cinder-violin.xml:25(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:47(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:51(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:55(replaceable) ./doc/common/tables/cinder-logging.xml:45(replaceable) ./doc/common/tables/cinder-logging.xml:53(replaceable) ./doc/common/tables/cinder-logging.xml:57(replaceable) ./doc/common/tables/cinder-logging.xml:61(replaceable) ./doc/common/tables/cinder-logging.xml:65(replaceable) ./doc/common/tables/cinder-logging.xml:73(replaceable) ./doc/common/tables/cinder-logging.xml:77(replaceable) ./doc/common/tables/cinder-logging.xml:81(replaceable) ./doc/common/tables/nova-redis.xml:25(replaceable) ./doc/common/tables/neutron-l3_agent.xml:57(replaceable) ./doc/common/tables/nova-neutron.xml:32(replaceable) ./doc/common/tables/nova-neutron.xml:36(replaceable) ./doc/common/tables/nova-neutron.xml:40(replaceable) ./doc/common/tables/nova-neutron.xml:44(replaceable) ./doc/common/tables/nova-neutron.xml:48(replaceable) ./doc/common/tables/nova-neutron.xml:56(replaceable) ./doc/common/tables/nova-neutron.xml:60(replaceable) ./doc/common/tables/nova-neutron.xml:68(replaceable) ./doc/common/tables/nova-neutron.xml:72(replaceable) ./doc/common/tables/nova-neutron.xml:84(replaceable) ./doc/common/tables/nova-neutron.xml:96(replaceable) ./doc/common/tables/nova-neutron.xml:104(replaceable) ./doc/common/tables/cinder-zeromq.xml:45(replaceable) ./doc/common/tables/sahara-redis.xml:25(replaceable) ./doc/common/tables/cinder-backups.xml:29(replaceable) ./doc/common/tables/cinder-backups.xml:53(replaceable) ./doc/common/tables/cinder-backups.xml:73(replaceable) ./doc/common/tables/cinder-keymgr.xml:33(replaceable) ./doc/common/tables/keystone-ldap.xml:37(replaceable) ./doc/common/tables/keystone-ldap.xml:41(replaceable) ./doc/common/tables/keystone-ldap.xml:73(replaceable) ./doc/common/tables/keystone-ldap.xml:93(replaceable) ./doc/common/tables/keystone-ldap.xml:101(replaceable) ./doc/common/tables/keystone-ldap.xml:161(replaceable) ./doc/common/tables/keystone-ldap.xml:165(replaceable) ./doc/common/tables/keystone-ldap.xml:185(replaceable) ./doc/common/tables/keystone-ldap.xml:213(replaceable) ./doc/common/tables/keystone-ldap.xml:233(replaceable) ./doc/common/tables/keystone-ldap.xml:241(replaceable) ./doc/common/tables/keystone-ldap.xml:245(replaceable) ./doc/common/tables/keystone-ldap.xml:273(replaceable) ./doc/common/tables/keystone-ldap.xml:297(replaceable) ./doc/common/tables/keystone-ldap.xml:313(replaceable) ./doc/common/tables/keystone-ldap.xml:325(replaceable) ./doc/common/tables/keystone-ldap.xml:349(replaceable) ./doc/common/tables/glance-vmware.xml:33(replaceable) ./doc/common/tables/glance-vmware.xml:37(replaceable) ./doc/common/tables/glance-vmware.xml:41(replaceable) ./doc/common/tables/glance-vmware.xml:45(replaceable) ./doc/common/tables/glance-vmware.xml:49(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:21(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:25(replaceable) ./doc/common/tables/cinder-zoning.xml:28(replaceable) ./doc/common/tables/heat-clients_sahara.xml:21(replaceable) ./doc/common/tables/heat-clients_sahara.xml:25(replaceable) ./doc/common/tables/heat-clients_sahara.xml:29(replaceable) ./doc/common/tables/heat-clients_sahara.xml:33(replaceable) ./doc/common/tables/heat-clients_sahara.xml:37(replaceable) ./doc/common/tables/cinder-scst.xml:25(replaceable) ./doc/common/tables/heat-notification.xml:21(replaceable) ./doc/common/tables/ironic-neutron.xml:25(replaceable) ./doc/common/tables/trove-common.xml:29(replaceable) ./doc/common/tables/trove-common.xml:49(replaceable) ./doc/common/tables/trove-common.xml:57(replaceable) ./doc/common/tables/trove-common.xml:76(replaceable) ./doc/common/tables/trove-api.xml:37(replaceable) ./doc/common/tables/trove-api.xml:93(replaceable) ./doc/common/tables/trove-api.xml:101(replaceable) ./doc/common/tables/nova-conductor.xml:40(replaceable) ./doc/common/tables/ironic-auth_token.xml:21(replaceable) ./doc/common/tables/ironic-auth_token.xml:29(replaceable) ./doc/common/tables/ironic-auth_token.xml:33(replaceable) ./doc/common/tables/ironic-auth_token.xml:45(replaceable) ./doc/common/tables/ironic-auth_token.xml:57(replaceable) ./doc/common/tables/ironic-auth_token.xml:61(replaceable) ./doc/common/tables/ironic-auth_token.xml:65(replaceable) ./doc/common/tables/ironic-auth_token.xml:69(replaceable) ./doc/common/tables/ironic-auth_token.xml:73(replaceable) ./doc/common/tables/ironic-auth_token.xml:77(replaceable) ./doc/common/tables/ironic-auth_token.xml:97(replaceable) ./doc/common/tables/ironic-auth_token.xml:105(replaceable) ./doc/common/tables/ironic-auth_token.xml:117(replaceable) ./doc/common/tables/ironic-auth_token.xml:141(replaceable) ./doc/common/tables/ironic-auth_token.xml:145(replaceable) ./doc/common/tables/ironic-auth_token.xml:153(replaceable) ./doc/common/tables/ironic-auth_token.xml:161(replaceable) ./doc/common/tables/keystone-amqp.xml:25(replaceable) ./doc/common/tables/keystone-amqp.xml:41(replaceable) ./doc/common/tables/keystone-rpc.xml:56(replaceable) ./doc/common/tables/keystone-rpc.xml:84(replaceable) ./doc/common/tables/ironic-keystone.xml:21(replaceable) ./doc/common/tables/cinder-scality.xml:21(replaceable) ./doc/common/tables/cinder-amqp.xml:33(replaceable) ./doc/common/tables/neutron-agent.xml:25(replaceable) ./doc/common/tables/cinder-emc.xml:61(replaceable) ./doc/common/tables/cinder-emc.xml:65(replaceable) ./doc/common/tables/cinder-vmware.xml:25(replaceable) ./doc/common/tables/cinder-vmware.xml:29(replaceable) ./doc/common/tables/cinder-vmware.xml:33(replaceable) ./doc/common/tables/cinder-vmware.xml:37(replaceable) ./doc/common/tables/cinder-vmware.xml:61(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:45(replaceable) ./doc/common/tables/ironic-glance.xml:33(replaceable) ./doc/common/tables/ironic-glance.xml:53(replaceable) ./doc/common/tables/ironic-glance.xml:65(replaceable) ./doc/common/tables/ironic-glance.xml:77(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:28(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:32(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:36(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:40(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:44(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:48(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:52(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:56(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:60(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:21(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:25(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:33(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:37(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:49(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:57(replaceable) ./doc/common/tables/nova-barbican.xml:21(replaceable) ./doc/common/tables/nova-barbican.xml:29(replaceable) ./doc/common/tables/nova-barbican.xml:33(replaceable) ./doc/common/tables/nova-barbican.xml:41(replaceable) ./doc/common/tables/nova-barbican.xml:45(replaceable) ./doc/common/tables/nova-barbican.xml:49(replaceable) ./doc/common/tables/glance-api.xml:77(replaceable) ./doc/common/tables/glance-api.xml:115(replaceable) ./doc/common/tables/glance-api.xml:119(replaceable) ./doc/common/tables/cinder-storwize.xml:49(replaceable) ./doc/common/tables/cinder-hplefthand.xml:21(replaceable) ./doc/common/tables/cinder-hplefthand.xml:25(replaceable) ./doc/common/tables/cinder-hplefthand.xml:37(replaceable) ./doc/common/tables/cinder-hplefthand.xml:41(replaceable) ./doc/common/tables/ironic-ilo.xml:25(replaceable) ./doc/common/tables/sahara-auth_token.xml:21(replaceable) ./doc/common/tables/sahara-auth_token.xml:29(replaceable) ./doc/common/tables/sahara-auth_token.xml:33(replaceable) ./doc/common/tables/sahara-auth_token.xml:45(replaceable) ./doc/common/tables/sahara-auth_token.xml:57(replaceable) ./doc/common/tables/sahara-auth_token.xml:61(replaceable) ./doc/common/tables/sahara-auth_token.xml:65(replaceable) ./doc/common/tables/sahara-auth_token.xml:69(replaceable) ./doc/common/tables/sahara-auth_token.xml:73(replaceable) ./doc/common/tables/sahara-auth_token.xml:77(replaceable) ./doc/common/tables/sahara-auth_token.xml:97(replaceable) ./doc/common/tables/sahara-auth_token.xml:105(replaceable) ./doc/common/tables/sahara-auth_token.xml:117(replaceable) ./doc/common/tables/sahara-auth_token.xml:141(replaceable) ./doc/common/tables/sahara-auth_token.xml:145(replaceable) ./doc/common/tables/sahara-auth_token.xml:157(replaceable) ./doc/common/tables/glance-s3.xml:21(replaceable) ./doc/common/tables/glance-s3.xml:25(replaceable) ./doc/common/tables/glance-s3.xml:37(replaceable) ./doc/common/tables/glance-s3.xml:49(replaceable) ./doc/common/tables/glance-s3.xml:53(replaceable) ./doc/common/tables/heat-loadbalancer.xml:21(replaceable) ./doc/common/tables/sahara-amqp.xml:33(replaceable) ./doc/common/tables/sahara-amqp.xml:41(replaceable) ./doc/common/tables/nova-cells.xml:33(replaceable) ./doc/common/tables/trove-volume.xml:33(replaceable) ./doc/common/tables/trove-volume.xml:37(replaceable) ./doc/common/tables/heat-auth_token.xml:21(replaceable) ./doc/common/tables/heat-auth_token.xml:29(replaceable) ./doc/common/tables/heat-auth_token.xml:33(replaceable) ./doc/common/tables/heat-auth_token.xml:45(replaceable) ./doc/common/tables/heat-auth_token.xml:57(replaceable) ./doc/common/tables/heat-auth_token.xml:61(replaceable) ./doc/common/tables/heat-auth_token.xml:65(replaceable) ./doc/common/tables/heat-auth_token.xml:69(replaceable) ./doc/common/tables/heat-auth_token.xml:73(replaceable) ./doc/common/tables/heat-auth_token.xml:77(replaceable) ./doc/common/tables/heat-auth_token.xml:97(replaceable) ./doc/common/tables/heat-auth_token.xml:105(replaceable) ./doc/common/tables/heat-auth_token.xml:117(replaceable) ./doc/common/tables/heat-auth_token.xml:141(replaceable) ./doc/common/tables/heat-auth_token.xml:145(replaceable) ./doc/common/tables/heat-auth_token.xml:157(replaceable) ./doc/common/tables/nova-auth_token.xml:21(replaceable) ./doc/common/tables/nova-auth_token.xml:29(replaceable) ./doc/common/tables/nova-auth_token.xml:33(replaceable) ./doc/common/tables/nova-auth_token.xml:45(replaceable) ./doc/common/tables/nova-auth_token.xml:57(replaceable) ./doc/common/tables/nova-auth_token.xml:61(replaceable) ./doc/common/tables/nova-auth_token.xml:65(replaceable) ./doc/common/tables/nova-auth_token.xml:69(replaceable) ./doc/common/tables/nova-auth_token.xml:73(replaceable) ./doc/common/tables/nova-auth_token.xml:77(replaceable) ./doc/common/tables/nova-auth_token.xml:97(replaceable) ./doc/common/tables/nova-auth_token.xml:105(replaceable) ./doc/common/tables/nova-auth_token.xml:117(replaceable) ./doc/common/tables/nova-auth_token.xml:141(replaceable) ./doc/common/tables/nova-auth_token.xml:145(replaceable) ./doc/common/tables/nova-auth_token.xml:157(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:25(replaceable) ./doc/common/tables/cinder-quobyte.xml:21(replaceable) ./doc/common/tables/cinder-quobyte.xml:37(replaceable) ./doc/common/tables/heat-api.xml:77(replaceable) ./doc/common/tables/heat-api.xml:81(replaceable) ./doc/common/tables/heat-api.xml:89(replaceable) ./doc/common/tables/heat-api.xml:93(replaceable) ./doc/common/tables/heat-api.xml:119(replaceable) ./doc/common/tables/heat-api.xml:123(replaceable) ./doc/common/tables/heat-api.xml:127(replaceable) ./doc/common/tables/heat-api.xml:135(replaceable) ./doc/common/tables/heat-api.xml:158(replaceable) ./doc/common/tables/heat-api.xml:162(replaceable) ./doc/common/tables/heat-api.xml:181(replaceable) ./doc/common/tables/trove-conf-changes.xml:466(td) ./doc/common/tables/heat-clients_ceilometer.xml:21(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:25(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:29(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:33(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:37(replaceable) ./doc/common/tables/glance-logging.xml:41(replaceable) ./doc/common/tables/glance-logging.xml:49(replaceable) ./doc/common/tables/glance-logging.xml:53(replaceable) ./doc/common/tables/glance-logging.xml:57(replaceable) ./doc/common/tables/glance-logging.xml:61(replaceable) ./doc/common/tables/glance-logging.xml:69(replaceable) ./doc/common/tables/glance-logging.xml:73(replaceable) ./doc/common/tables/glance-logging.xml:77(replaceable) ./doc/common/tables/neutron-zeromq.xml:45(replaceable) ./doc/common/tables/heat-clients_glance.xml:21(replaceable) ./doc/common/tables/heat-clients_glance.xml:25(replaceable) ./doc/common/tables/heat-clients_glance.xml:29(replaceable) ./doc/common/tables/heat-clients_glance.xml:33(replaceable) ./doc/common/tables/heat-clients_glance.xml:37(replaceable) ./doc/common/tables/cinder-common.xml:45(replaceable) ./doc/common/tables/cinder-common.xml:49(replaceable) ./doc/common/tables/cinder-common.xml:53(replaceable) ./doc/common/tables/cinder-common.xml:61(replaceable) ./doc/common/tables/cinder-common.xml:89(replaceable) ./doc/common/tables/cinder-common.xml:113(replaceable) ./doc/common/tables/cinder-common.xml:117(replaceable) ./doc/common/tables/cinder-common.xml:121(replaceable) ./doc/common/tables/cinder-common.xml:185(replaceable) ./doc/common/tables/cinder-common.xml:205(replaceable) ./doc/common/tables/cinder-common.xml:209(replaceable) ./doc/common/tables/cinder-common.xml:236(replaceable) ./doc/common/tables/glance-swift.xml:25(replaceable) ./doc/common/tables/glance-swift.xml:29(replaceable) ./doc/common/tables/glance-swift.xml:33(replaceable) ./doc/common/tables/glance-swift.xml:37(replaceable) ./doc/common/tables/glance-swift.xml:52(replaceable) ./doc/common/tables/glance-swift.xml:64(replaceable) ./doc/common/tables/glance-swift.xml:68(replaceable) ./doc/common/tables/glance-swift.xml:80(replaceable) ./doc/common/tables/glance-swift.xml:88(replaceable) ./doc/common/tables/glance-swift.xml:108(replaceable) ./doc/common/tables/glance-swift.xml:124(replaceable) ./doc/common/tables/cinder-auth_token.xml:21(replaceable) ./doc/common/tables/cinder-auth_token.xml:29(replaceable) ./doc/common/tables/cinder-auth_token.xml:33(replaceable) ./doc/common/tables/cinder-auth_token.xml:45(replaceable) ./doc/common/tables/cinder-auth_token.xml:57(replaceable) ./doc/common/tables/cinder-auth_token.xml:61(replaceable) ./doc/common/tables/cinder-auth_token.xml:65(replaceable) ./doc/common/tables/cinder-auth_token.xml:69(replaceable) ./doc/common/tables/cinder-auth_token.xml:73(replaceable) ./doc/common/tables/cinder-auth_token.xml:77(replaceable) ./doc/common/tables/cinder-auth_token.xml:97(replaceable) ./doc/common/tables/cinder-auth_token.xml:105(replaceable) ./doc/common/tables/cinder-auth_token.xml:117(replaceable) ./doc/common/tables/cinder-auth_token.xml:141(replaceable) ./doc/common/tables/cinder-auth_token.xml:145(replaceable) ./doc/common/tables/cinder-auth_token.xml:157(replaceable) ./doc/common/tables/ceilometer-alarm.xml:37(replaceable) ./doc/common/tables/ceilometer-alarm.xml:61(replaceable) ./doc/common/tables/sahara-clients.xml:29(replaceable) ./doc/common/tables/sahara-clients.xml:40(replaceable) ./doc/common/tables/sahara-clients.xml:51(replaceable) ./doc/common/tables/sahara-clients.xml:62(replaceable) ./doc/common/tables/sahara-clients.xml:73(replaceable) ./doc/common/tables/sahara-clients.xml:84(replaceable) ./doc/common/tables/ironic-compute.xml:21(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:120(replaceable) ./doc/common/tables/nova-glance.xml:21(replaceable) ./doc/common/tables/nova-glance.xml:36(replaceable) ./doc/common/tables/neutron-database.xml:25(replaceable) ./doc/common/tables/neutron-database.xml:57(replaceable) ./doc/common/tables/neutron-database.xml:61(replaceable) ./doc/common/tables/neutron-database.xml:77(replaceable) ./doc/common/tables/neutron-database.xml:85(replaceable) ./doc/common/tables/keystone-auth_token.xml:21(replaceable) ./doc/common/tables/keystone-auth_token.xml:29(replaceable) ./doc/common/tables/keystone-auth_token.xml:33(replaceable) ./doc/common/tables/keystone-auth_token.xml:45(replaceable) ./doc/common/tables/keystone-auth_token.xml:57(replaceable) ./doc/common/tables/keystone-auth_token.xml:61(replaceable) ./doc/common/tables/keystone-auth_token.xml:65(replaceable) ./doc/common/tables/keystone-auth_token.xml:69(replaceable) ./doc/common/tables/keystone-auth_token.xml:73(replaceable) ./doc/common/tables/keystone-auth_token.xml:77(replaceable) ./doc/common/tables/keystone-auth_token.xml:97(replaceable) ./doc/common/tables/keystone-auth_token.xml:105(replaceable) ./doc/common/tables/keystone-auth_token.xml:117(replaceable) ./doc/common/tables/keystone-auth_token.xml:141(replaceable) ./doc/common/tables/keystone-auth_token.xml:145(replaceable) ./doc/common/tables/keystone-auth_token.xml:157(replaceable) ./doc/common/tables/heat-clients_cinder.xml:21(replaceable) ./doc/common/tables/heat-clients_cinder.xml:25(replaceable) ./doc/common/tables/heat-clients_cinder.xml:29(replaceable) ./doc/common/tables/heat-clients_cinder.xml:37(replaceable) ./doc/common/tables/heat-clients_cinder.xml:41(replaceable) ./doc/common/tables/sahara-common.xml:85(replaceable) ./doc/common/tables/sahara-common.xml:97(replaceable) ./doc/common/tables/sahara-common.xml:171(replaceable) ./doc/common/tables/cinder-api.xml:33(replaceable) ./doc/common/tables/cinder-api.xml:65(replaceable) ./doc/common/tables/cinder-api.xml:85(replaceable) ./doc/common/tables/cinder-api.xml:89(replaceable) ./doc/common/tables/keystone-saml.xml:29(replaceable) ./doc/common/tables/keystone-saml.xml:33(replaceable) ./doc/common/tables/keystone-saml.xml:37(replaceable) ./doc/common/tables/keystone-saml.xml:41(replaceable) ./doc/common/tables/keystone-saml.xml:45(replaceable) ./doc/common/tables/keystone-saml.xml:53(replaceable) ./doc/common/tables/keystone-saml.xml:65(replaceable) ./doc/common/tables/keystone-saml.xml:69(replaceable) ./doc/common/tables/keystone-saml.xml:73(replaceable) ./doc/common/tables/keystone-saml.xml:77(replaceable) ./doc/common/tables/trove-db_couchbase.xml:41(replaceable) ./doc/common/tables/trove-db_couchbase.xml:72(replaceable) ./doc/common/tables/trove-db_couchbase.xml:76(replaceable) ./doc/common/tables/trove-db_couchbase.xml:88(replaceable) ./doc/common/tables/trove-db_couchbase.xml:92(replaceable) ./doc/common/tables/heat-clients_trove.xml:21(replaceable) ./doc/common/tables/heat-clients_trove.xml:25(replaceable) ./doc/common/tables/heat-clients_trove.xml:29(replaceable) ./doc/common/tables/heat-clients_trove.xml:33(replaceable) ./doc/common/tables/heat-clients_trove.xml:37(replaceable) ./doc/common/tables/trove-heat.xml:33(replaceable) ./doc/common/tables/ironic-upgrades.xml:21(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:21(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:53(replaceable) ./doc/common/tables/keystone-zeromq.xml:45(replaceable) ./doc/common/tables/glance-zeromq.xml:45(replaceable) ./doc/common/tables/ironic-database.xml:25(replaceable) ./doc/common/tables/ironic-database.xml:57(replaceable) ./doc/common/tables/ironic-database.xml:61(replaceable) ./doc/common/tables/ironic-database.xml:81(replaceable) ./doc/common/tables/ironic-database.xml:89(replaceable) ./doc/common/tables/neutron-bigswitch.xml:120(replaceable) ./doc/common/tables/ceilometer-rpc.xml:67(replaceable) ./doc/common/tables/ceilometer-rpc.xml:95(replaceable) ./doc/common/tables/cinder-redis.xml:25(replaceable) ./doc/common/tables/trove-db_mongodb.xml:29(replaceable) ./doc/common/tables/trove-db_mongodb.xml:33(replaceable) ./doc/common/tables/trove-db_mongodb.xml:61(replaceable) ./doc/common/tables/trove-db_mongodb.xml:65(replaceable) ./doc/common/tables/glance-filesystem.xml:21(replaceable) ./doc/common/tables/glance-filesystem.xml:25(replaceable) ./doc/common/tables/glance-filesystem.xml:33(replaceable) ./doc/common/tables/trove-rpc.xml:64(replaceable) ./doc/common/tables/trove-rpc.xml:92(replaceable) ./doc/common/tables/glance-debug.xml:21(replaceable) ./doc/common/tables/nova-network.xml:37(replaceable) ./doc/common/tables/nova-network.xml:85(replaceable) ./doc/common/tables/nova-network.xml:97(replaceable) ./doc/common/tables/nova-network.xml:101(replaceable) ./doc/common/tables/nova-network.xml:125(replaceable) ./doc/common/tables/nova-network.xml:177(replaceable) ./doc/common/tables/nova-network.xml:253(replaceable) ./doc/common/tables/glance-redis.xml:25(replaceable) ./doc/common/tables/ironic-discoverd.xml:25(replaceable) ./doc/common/tables/nova-ca.xml:57(replaceable) ./doc/common/tables/nova-ca.xml:61(replaceable) ./doc/common/tables/nova-ca.xml:65(replaceable) ./doc/common/tables/nova-ca.xml:80(replaceable) ./doc/common/tables/nova-ca.xml:84(replaceable) ./doc/common/tables/nova-ca.xml:88(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:29(replaceable) ./doc/common/tables/ceilometer-collector.xml:51(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:21(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:25(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:29(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:33(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:37(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:49(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:57(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:61(replaceable) ./doc/common/tables/heat-debug.xml:21(replaceable) ./doc/common/tables/trove-guestagent.xml:45(replaceable) ./doc/common/tables/sahara-rpc.xml:56(replaceable) ./doc/common/tables/sahara-rpc.xml:84(replaceable) ./doc/common/tables/glance-amqp.xml:41(replaceable) ./doc/common/tables/glance-replicator.xml:21(replaceable) ./doc/common/tables/glance-replicator.xml:29(replaceable) ./doc/common/tables/sahara-logging.xml:41(replaceable) ./doc/common/tables/sahara-logging.xml:49(replaceable) ./doc/common/tables/sahara-logging.xml:53(replaceable) ./doc/common/tables/sahara-logging.xml:57(replaceable) ./doc/common/tables/sahara-logging.xml:61(replaceable) ./doc/common/tables/sahara-logging.xml:69(replaceable) ./doc/common/tables/sahara-logging.xml:73(replaceable) ./doc/common/tables/sahara-logging.xml:77(replaceable) ./doc/common/tables/neutron-l2gw.xml:25(replaceable) ./doc/common/tables/neutron-l2gw.xml:29(replaceable) ./doc/common/tables/neutron-l2gw.xml:44(replaceable) ./doc/common/tables/neutron-l2gw.xml:48(replaceable) ./doc/common/tables/neutron-l2gw.xml:52(replaceable) ./doc/common/tables/neutron-ca.xml:21(replaceable) ./doc/common/tables/neutron-ca.xml:25(replaceable) ./doc/common/tables/neutron-ca.xml:29(replaceable) ./doc/common/tables/ceilometer-debug.xml:21(replaceable) ./doc/common/tables/trove-compute.xml:21(replaceable) ./doc/common/tables/trove-compute.xml:33(replaceable) ./doc/common/tables/trove-db_redis.xml:25(replaceable) ./doc/common/tables/trove-db_redis.xml:29(replaceable) ./doc/common/tables/trove-db_redis.xml:33(replaceable) ./doc/common/tables/trove-db_redis.xml:41(replaceable) ./doc/common/tables/trove-db_redis.xml:45(replaceable) ./doc/common/tables/trove-db_db2.xml:25(replaceable) ./doc/common/tables/trove-db_db2.xml:29(replaceable) ./doc/common/tables/trove-db_db2.xml:45(replaceable) ./doc/common/tables/trove-db_db2.xml:49(replaceable) ./doc/common/tables/cinder-rpc.xml:56(replaceable) ./doc/common/tables/cinder-rpc.xml:71(replaceable) ./doc/common/tables/cinder-rpc.xml:99(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:21(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:25(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:33(replaceable) ./doc/common/tables/trove-zeromq.xml:45(replaceable) ./doc/common/tables/cinder-backups_swift.xml:41(replaceable) ./doc/common/tables/cinder-backups_swift.xml:57(replaceable) ./doc/common/tables/cinder-backups_swift.xml:61(replaceable) ./doc/common/tables/cinder-backups_swift.xml:65(replaceable) ./doc/common/tables/ironic-common.xml:61(replaceable) ./doc/common/tables/ironic-common.xml:93(replaceable) ./doc/common/tables/cinder-ca.xml:21(replaceable) ./doc/common/tables/cinder-ca.xml:25(replaceable) ./doc/common/tables/cinder-ca.xml:29(replaceable) ./doc/common/tables/ironic-zeromq.xml:45(replaceable) ./doc/common/tables/glance-gridfs.xml:21(replaceable) ./doc/common/tables/glance-gridfs.xml:25(replaceable) ./doc/common/tables/keystone-federation.xml:33(replaceable) ./doc/common/tables/glance-taskflow.xml:21(replaceable) ./doc/common/tables/heat-redis.xml:25(replaceable) ./doc/common/tables/nova-ec2.xml:61(replaceable) ./doc/common/tables/ironic-conductor.xml:21(replaceable) ./doc/common/tables/neutron-metadata.xml:21(replaceable) ./doc/common/tables/neutron-metadata.xml:57(replaceable) ./doc/common/tables/neutron-debug.xml:21(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:21(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:29(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:33(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:25(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:41(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:45(replaceable) ./doc/common/tables/nova-amqp.xml:25(replaceable) ./doc/common/tables/nova-amqp.xml:37(replaceable) ./doc/common/tables/neutron-compute.xml:33(replaceable) ./doc/common/tables/neutron-compute.xml:37(replaceable) ./doc/common/tables/neutron-compute.xml:41(replaceable) ./doc/common/tables/neutron-compute.xml:45(replaceable) ./doc/common/tables/glance-imagecache.xml:33(replaceable) ./doc/common/tables/cinder-nas.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:25(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:33(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:37(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:41(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:45(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:53(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:61(replaceable) ./doc/common/tables/heat-clients_swift.xml:21(replaceable) ./doc/common/tables/heat-clients_swift.xml:25(replaceable) ./doc/common/tables/heat-clients_swift.xml:29(replaceable) ./doc/common/tables/heat-clients_swift.xml:33(replaceable) ./doc/common/tables/heat-clients_swift.xml:37(replaceable) ./doc/common/tables/keystone-logging.xml:41(replaceable) ./doc/common/tables/keystone-logging.xml:49(replaceable) ./doc/common/tables/keystone-logging.xml:53(replaceable) ./doc/common/tables/keystone-logging.xml:57(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:21(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:33(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:37(replaceable) ./doc/common/tables/heat-rpc.xml:60(replaceable) ./doc/common/tables/heat-rpc.xml:88(replaceable) ./doc/common/tables/trove-taskmanager.xml:25(replaceable) ./doc/common/tables/trove-taskmanager.xml:37(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:44(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:48(replaceable) ./doc/common/tables/cinder-images.xml:41(replaceable) ./doc/common/tables/cinder-images.xml:61(replaceable) ./doc/common/tables/nova-database.xml:28(replaceable) ./doc/common/tables/nova-database.xml:44(replaceable) ./doc/common/tables/nova-database.xml:48(replaceable) ./doc/common/tables/nova-database.xml:60(replaceable) ./doc/common/tables/nova-database.xml:68(replaceable) ./doc/common/tables/nova-database.xml:83(replaceable) ./doc/common/tables/nova-database.xml:115(replaceable) ./doc/common/tables/nova-database.xml:119(replaceable) ./doc/common/tables/nova-database.xml:135(replaceable) ./doc/common/tables/nova-database.xml:143(replaceable) ./doc/common/tables/heat-logging.xml:45(replaceable) ./doc/common/tables/heat-logging.xml:53(replaceable) ./doc/common/tables/heat-logging.xml:57(replaceable) ./doc/common/tables/heat-logging.xml:61(replaceable) ./doc/common/tables/ironic-pxe.xml:33(replaceable) ./doc/common/tables/trove-redis.xml:25(replaceable) ./doc/common/tables/cinder-compute.xml:25(replaceable) ./doc/common/tables/cinder-compute.xml:37(replaceable) ./doc/common/tables/cinder-compute.xml:41(replaceable) ./doc/common/tables/cinder-compute.xml:45(replaceable) ./doc/common/tables/ironic-debug.xml:21(replaceable) ./doc/common/tables/ironic-console.xml:33(replaceable) ./doc/common/tables/ironic-console.xml:37(replaceable) ./doc/common/tables/ironic-logging.xml:41(replaceable) ./doc/common/tables/ironic-logging.xml:49(replaceable) ./doc/common/tables/ironic-logging.xml:53(replaceable) ./doc/common/tables/ironic-logging.xml:57(replaceable) ./doc/common/tables/ceilometer-rgw.xml:21(replaceable) ./doc/common/tables/ceilometer-rgw.xml:25(replaceable) ./doc/common/tables/nova-rpc.xml:59(replaceable) ./doc/common/tables/nova-rpc.xml:74(replaceable) ./doc/common/tables/nova-rpc.xml:102(replaceable) ./doc/common/tables/nova-rpc.xml:267(replaceable) ./doc/common/tables/cinder-san.xml:45(replaceable) ./doc/common/tables/nova-logging.xml:45(replaceable) ./doc/common/tables/nova-logging.xml:53(replaceable) ./doc/common/tables/nova-logging.xml:57(replaceable) ./doc/common/tables/nova-logging.xml:61(replaceable) ./doc/common/tables/nova-logging.xml:65(replaceable) ./doc/common/tables/nova-logging.xml:73(replaceable) ./doc/common/tables/nova-logging.xml:77(replaceable) ./doc/common/tables/nova-logging.xml:81(replaceable) ./doc/common/tables/neutron-nec.xml:25(replaceable) ./doc/common/tables/neutron-nec.xml:45(replaceable) ./doc/common/tables/heat-clients_neutron.xml:21(replaceable) ./doc/common/tables/heat-clients_neutron.xml:25(replaceable) ./doc/common/tables/heat-clients_neutron.xml:29(replaceable) ./doc/common/tables/heat-clients_neutron.xml:33(replaceable) ./doc/common/tables/heat-clients_neutron.xml:37(replaceable) ./doc/common/tables/nova-api.xml:73(replaceable) ./doc/common/tables/nova-api.xml:85(replaceable) ./doc/common/tables/sahara-domain.xml:21(replaceable) ./doc/common/tables/trove-auth_token.xml:21(replaceable) ./doc/common/tables/trove-auth_token.xml:29(replaceable) ./doc/common/tables/trove-auth_token.xml:33(replaceable) ./doc/common/tables/trove-auth_token.xml:45(replaceable) ./doc/common/tables/trove-auth_token.xml:57(replaceable) ./doc/common/tables/trove-auth_token.xml:61(replaceable) ./doc/common/tables/trove-auth_token.xml:65(replaceable) ./doc/common/tables/trove-auth_token.xml:69(replaceable) ./doc/common/tables/trove-auth_token.xml:73(replaceable) ./doc/common/tables/trove-auth_token.xml:77(replaceable) ./doc/common/tables/trove-auth_token.xml:97(replaceable) ./doc/common/tables/trove-auth_token.xml:105(replaceable) ./doc/common/tables/trove-auth_token.xml:117(replaceable) ./doc/common/tables/trove-auth_token.xml:141(replaceable) ./doc/common/tables/trove-auth_token.xml:145(replaceable) ./doc/common/tables/trove-auth_token.xml:157(replaceable) ./doc/common/tables/glance-cinder.xml:25(replaceable) ./doc/common/tables/glance-cinder.xml:33(replaceable) ./doc/common/tables/glance-common.xml:37(replaceable) ./doc/common/tables/glance-common.xml:77(replaceable) ./doc/common/tables/glance-common.xml:81(replaceable) ./doc/common/tables/glance-common.xml:89(replaceable) ./doc/common/tables/glance-common.xml:112(replaceable) ./doc/common/tables/glance-common.xml:130(replaceable) ./doc/common/tables/glance-common.xml:145(replaceable) ./doc/common/tables/glance-common.xml:157(replaceable) ./doc/common/tables/glance-common.xml:184(replaceable) ./doc/common/tables/neutron-ml2_vxlan.xml:36(replaceable) ./doc/common/tables/keystone-ec2.xml:21(replaceable) ./doc/common/tables/keystone-ec2.xml:25(replaceable) ./doc/common/tables/keystone-ec2.xml:33(replaceable) ./doc/common/tables/heat-clients_keystone.xml:21(replaceable) ./doc/common/tables/heat-clients_keystone.xml:25(replaceable) ./doc/common/tables/heat-clients_keystone.xml:29(replaceable) ./doc/common/tables/heat-clients_keystone.xml:33(replaceable) ./doc/common/tables/heat-clients_keystone.xml:37(replaceable) ./doc/common/tables/neutron-nsx.xml:25(replaceable) ./doc/common/tables/neutron-nsx.xml:29(replaceable) ./doc/common/tables/neutron-nsx.xml:37(replaceable) ./doc/common/tables/neutron-nsx.xml:118(replaceable) ./doc/common/tables/neutron-nsx.xml:133(replaceable) ./doc/common/tables/neutron-nsx.xml:137(replaceable) ./doc/common/tables/neutron-nsx.xml:141(replaceable) ./doc/common/tables/neutron-nsx.xml:145(replaceable) ./doc/common/tables/neutron-nsx.xml:149(replaceable) ./doc/common/tables/neutron-nsx.xml:153(replaceable) ./doc/common/tables/neutron-nsx.xml:161(replaceable) ./doc/common/tables/neutron-nsx.xml:165(replaceable) ./doc/common/tables/neutron-nsx.xml:169(replaceable) ./doc/common/tables/neutron-nsx.xml:173(replaceable) ./doc/common/tables/neutron-nsx.xml:177(replaceable) ./doc/common/tables/neutron-nsx.xml:181(replaceable) ./doc/common/tables/neutron-nsx.xml:193(replaceable) ./doc/common/tables/neutron-nsx.xml:217(replaceable) ./doc/common/tables/trove-logging.xml:45(replaceable) ./doc/common/tables/trove-logging.xml:53(replaceable) ./doc/common/tables/trove-logging.xml:57(replaceable) ./doc/common/tables/trove-logging.xml:61(replaceable) ./doc/common/tables/keystone-redis.xml:25(replaceable) ./doc/common/tables/nova-hyperv.xml:53(replaceable) ./doc/common/tables/glance-testing.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:25(replaceable) ./doc/common/tables/neutron-common.xml:29(replaceable) ./doc/common/tables/neutron-common.xml:41(replaceable) ./doc/common/tables/neutron-common.xml:49(replaceable) ./doc/common/tables/neutron-common.xml:57(replaceable) ./doc/common/tables/neutron-common.xml:73(replaceable) ./doc/common/tables/neutron-common.xml:77(replaceable) ./doc/common/tables/neutron-common.xml:81(replaceable) ./doc/common/tables/neutron-common.xml:141(replaceable) ./doc/common/tables/neutron-common.xml:169(replaceable) ./doc/common/tables/neutron-common.xml:212(replaceable) ./doc/common/tables/neutron-common.xml:219(replaceable) ./doc/common/tables/neutron-common.xml:223(replaceable) ./doc/common/tables/neutron-common.xml:227(replaceable) ./doc/common/tables/neutron-common.xml:231(replaceable) ./doc/common/tables/neutron-common.xml:239(replaceable) ./doc/common/tables/neutron-common.xml:246(replaceable) ./doc/common/tables/neutron-common.xml:253(replaceable) ./doc/common/tables/nova-hypervisor.xml:21(replaceable) ./doc/common/tables/nova-hypervisor.xml:41(replaceable) ./doc/common/tables/nova-configdrive.xml:29(replaceable) ./doc/common/tables/keystone-token.xml:29(replaceable) ./doc/common/tables/cinder-datera.xml:25(replaceable) ./doc/common/tables/cinder-datera.xml:37(replaceable) ./doc/common/tables/cinder-datera.xml:41(replaceable) ./doc/common/tables/ironic-ssl.xml:21(replaceable) ./doc/common/tables/ironic-ssl.xml:25(replaceable) ./doc/common/tables/ironic-ssl.xml:29(replaceable) ./doc/common/tables/heat-database.xml:25(replaceable) ./doc/common/tables/heat-database.xml:57(replaceable) ./doc/common/tables/heat-database.xml:61(replaceable) ./doc/common/tables/heat-database.xml:77(replaceable) ./doc/common/tables/heat-database.xml:85(replaceable) ./doc/common/tables/neutron-ml2.xml:25(replaceable) ./doc/common/tables/keystone-database.xml:25(replaceable) ./doc/common/tables/keystone-database.xml:57(replaceable) ./doc/common/tables/keystone-database.xml:61(replaceable) ./doc/common/tables/keystone-database.xml:77(replaceable) ./doc/common/tables/keystone-database.xml:85(replaceable) ./doc/common/tables/cinder-conf-changes.xml:618(td) ./doc/common/tables/cinder-conf-changes.xml:623(td) ./doc/common/tables/trove-debug.xml:21(replaceable) ./doc/common/tables/trove-debug.xml:33(replaceable) ./doc/common/tables/trove-debug.xml:37(replaceable) ./doc/common/tables/trove-swift.xml:29(replaceable) ./doc/common/tables/nova-libvirt.xml:48(replaceable) ./doc/common/tables/nova-libvirt.xml:52(replaceable) ./doc/common/tables/nova-libvirt.xml:60(replaceable) ./doc/common/tables/nova-libvirt.xml:68(replaceable) ./doc/common/tables/nova-libvirt.xml:72(replaceable) ./doc/common/tables/nova-libvirt.xml:92(replaceable) ./doc/common/tables/nova-libvirt.xml:108(replaceable) ./doc/common/tables/nova-libvirt.xml:132(replaceable) ./doc/common/tables/nova-libvirt.xml:136(replaceable) ./doc/common/tables/nova-libvirt.xml:140(replaceable) ./doc/common/tables/nova-libvirt.xml:144(replaceable) ./doc/common/tables/nova-libvirt.xml:152(replaceable) ./doc/common/tables/ceilometer-amqp.xml:33(replaceable) ./doc/common/tables/neutron-nova.xml:21(replaceable) ./doc/common/tables/neutron-nova.xml:25(replaceable) ./doc/common/tables/neutron-nova.xml:29(replaceable) ./doc/common/tables/neutron-nova.xml:33(replaceable) ./doc/common/tables/neutron-nova.xml:41(replaceable) ./doc/common/tables/neutron-nova.xml:45(replaceable) ./doc/common/tables/neutron-nova.xml:49(replaceable) ./doc/common/tables/neutron-securitygroups.xml:33(replaceable) ./doc/common/tables/keystone-debug.xml:21(replaceable) ./doc/common/tables/keystone-debug.xml:25(replaceable) ./doc/common/tables/keystone-debug.xml:29(replaceable) ./doc/common/tables/nova-debug.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:21(replaceable) ./doc/common/tables/ceilometer-database.xml:28(replaceable) ./doc/common/tables/ceilometer-database.xml:36(replaceable) ./doc/common/tables/ceilometer-database.xml:68(replaceable) ./doc/common/tables/ceilometer-database.xml:80(replaceable) ./doc/common/tables/ceilometer-database.xml:84(replaceable) ./doc/common/tables/ceilometer-database.xml:92(replaceable) ./doc/common/tables/ceilometer-database.xml:112(replaceable) ./doc/common/tables/ceilometer-database.xml:120(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:72(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:102(replaceable) ./doc/common/tables/heat-clients.xml:21(replaceable) ./doc/common/tables/heat-clients.xml:28(replaceable) ./doc/common/tables/heat-clients.xml:32(replaceable) ./doc/common/tables/heat-clients.xml:44(replaceable) ./doc/common/tables/cinder-solidfire.xml:21(replaceable) ./doc/common/tables/neutron-rpc.xml:63(replaceable) ./doc/common/tables/neutron-rpc.xml:78(replaceable) ./doc/common/tables/neutron-rpc.xml:106(replaceable) ./doc/common/tables/ironic-redis.xml:25(replaceable) ./doc/common/tables/keystone-policy.xml:40(replaceable) ./doc/common/tables/glance-auth_token.xml:21(replaceable) ./doc/common/tables/glance-auth_token.xml:29(replaceable) ./doc/common/tables/glance-auth_token.xml:33(replaceable) ./doc/common/tables/glance-auth_token.xml:45(replaceable) ./doc/common/tables/glance-auth_token.xml:57(replaceable) ./doc/common/tables/glance-auth_token.xml:61(replaceable) ./doc/common/tables/glance-auth_token.xml:65(replaceable) ./doc/common/tables/glance-auth_token.xml:69(replaceable) ./doc/common/tables/glance-auth_token.xml:73(replaceable) ./doc/common/tables/glance-auth_token.xml:77(replaceable) ./doc/common/tables/glance-auth_token.xml:97(replaceable) ./doc/common/tables/glance-auth_token.xml:105(replaceable) ./doc/common/tables/glance-auth_token.xml:117(replaceable) ./doc/common/tables/glance-auth_token.xml:141(replaceable) ./doc/common/tables/glance-auth_token.xml:145(replaceable) ./doc/common/tables/glance-auth_token.xml:157(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:25(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:29(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:33(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:45(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:49(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:53(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:25(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:29(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:33(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:37(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:41(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:49(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:57(replaceable) ./doc/common/tables/neutron-amqp.xml:33(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:37(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:45(replaceable) ./doc/common/tables/ceilometer-redis.xml:25(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:41(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:49(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:53(replaceable) ./doc/common/tables/ceilometer-vmware.xml:45(replaceable) ./doc/common/tables/nova-metadata.xml:45(replaceable) ./doc/common/tables/nova-metadata.xml:53(replaceable) ./doc/common/tables/heat-clients_nova.xml:21(replaceable) ./doc/common/tables/heat-clients_nova.xml:25(replaceable) ./doc/common/tables/heat-clients_nova.xml:29(replaceable) ./doc/common/tables/heat-clients_nova.xml:37(replaceable) ./doc/common/tables/heat-clients_nova.xml:41(replaceable) ./doc/common/tables/glance-ca.xml:21(replaceable) ./doc/common/tables/glance-ca.xml:25(replaceable) ./doc/common/tables/glance-ca.xml:29(replaceable) ./doc/common/tables/glance-rbd.xml:33(replaceable) ./doc/common/tables/ceilometer-common.xml:29(replaceable) ./doc/common/tables/ceilometer-common.xml:67(replaceable) ./doc/common/tables/ceilometer-common.xml:82(replaceable) ./doc/common/tables/ceilometer-common.xml:89(replaceable) ./doc/common/tables/cinder-pure.xml:21(replaceable) ./doc/common/tables/cinder-database.xml:32(replaceable) ./doc/common/tables/cinder-database.xml:64(replaceable) ./doc/common/tables/cinder-database.xml:68(replaceable) ./doc/common/tables/cinder-database.xml:84(replaceable) ./doc/common/tables/cinder-database.xml:92(replaceable) ./doc/common/tables/trove-db_vertica.xml:29(replaceable) ./doc/common/tables/trove-db_vertica.xml:33(replaceable) ./doc/common/tables/trove-db_vertica.xml:61(replaceable) ./doc/common/tables/trove-db_vertica.xml:65(replaceable) ./doc/common/tables/ceilometer-logging.xml:41(replaceable) ./doc/common/tables/ceilometer-logging.xml:49(replaceable) ./doc/common/tables/ceilometer-logging.xml:53(replaceable) ./doc/common/tables/ceilometer-logging.xml:57(replaceable) ./doc/common/tables/heat-common.xml:61(replaceable) ./doc/common/tables/heat-common.xml:76(replaceable) ./doc/common/tables/nova-ipv6.xml:25(replaceable) ./doc/common/tables/sahara-zeromq.xml:45(replaceable) ./doc/common/tables/nova-vnc.xml:25(replaceable) ./doc/common/tables/keystone-api.xml:21(replaceable) ./doc/common/tables/keystone-api.xml:37(replaceable) ./doc/common/tables/keystone-api.xml:61(replaceable) ./doc/common/tables/keystone-api.xml:65(replaceable) ./doc/common/tables/keystone-api.xml:102(replaceable) ./doc/common/tables/keystone-api.xml:114(replaceable) ./doc/common/tables/keystone-api.xml:136(replaceable) ./doc/common/tables/keystone-api.xml:144(replaceable) ./doc/common/tables/keystone-api.xml:148(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:41(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:49(replaceable) ./doc/common/tables/nova-ironic.xml:21(replaceable) ./doc/common/tables/nova-ironic.xml:25(replaceable) ./doc/common/tables/nova-ironic.xml:29(replaceable) ./doc/common/tables/nova-ironic.xml:33(replaceable) ./doc/common/tables/nova-ironic.xml:37(replaceable) ./doc/common/tables/nova-ironic.xml:41(replaceable) ./doc/common/tables/nova-ironic.xml:57(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:25(replaceable) ./doc/common/tables/glance-rpc.xml:56(replaceable) ./doc/common/tables/glance-rpc.xml:71(replaceable) ./doc/common/tables/glance-rpc.xml:99(replaceable) ./doc/common/tables/glance-database.xml:25(replaceable) ./doc/common/tables/glance-database.xml:57(replaceable) ./doc/common/tables/glance-database.xml:61(replaceable) ./doc/common/tables/glance-database.xml:77(replaceable) ./doc/common/tables/glance-database.xml:85(replaceable) ./doc/common/tables/heat-clients_heat.xml:21(replaceable) ./doc/common/tables/heat-clients_heat.xml:25(replaceable) ./doc/common/tables/heat-clients_heat.xml:29(replaceable) ./doc/common/tables/heat-clients_heat.xml:33(replaceable) ./doc/common/tables/heat-clients_heat.xml:37(replaceable) ./doc/common/tables/nova-xen.xml:87(replaceable) ./doc/common/tables/nova-xen.xml:91(replaceable) ./doc/common/tables/nova-xen.xml:107(replaceable) ./doc/common/tables/nova-xen.xml:119(replaceable) ./doc/common/tables/nova-xen.xml:127(replaceable) ./doc/common/tables/nova-xen.xml:175(replaceable) ./doc/common/tables/nova-xen.xml:183(replaceable) ./doc/common/tables/trove-amqp.xml:45(replaceable) ./doc/common/tables/keystone-common.xml:21(replaceable) ./doc/common/tables/keystone-common.xml:28(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:21(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:29(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:33(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:45(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:57(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:61(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:65(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:69(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:73(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:77(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:97(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:105(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:117(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:141(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:145(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:157(replaceable) ./doc/common/tables/sahara-database.xml:32(replaceable) ./doc/common/tables/sahara-database.xml:64(replaceable) ./doc/common/tables/sahara-database.xml:68(replaceable) ./doc/common/tables/sahara-database.xml:84(replaceable) ./doc/common/tables/sahara-database.xml:92(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:32(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:119(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:131(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:170(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:174(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:190(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:201(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:205(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:209(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:213(replaceable) ./doc/common/tables/keystone-identity.xml:49(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:21(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:29(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:45(replaceable) ./doc/common/tables/cinder-scheduler.xml:21(replaceable) ./doc/common/tables/cinder-scheduler.xml:25(replaceable) ./doc/common/tables/trove-db_cassandra.xml:25(replaceable) ./doc/common/tables/trove-db_cassandra.xml:29(replaceable) ./doc/common/tables/trove-db_cassandra.xml:41(replaceable) ./doc/common/tables/trove-db_cassandra.xml:45(replaceable) ./doc/common/tables/ceilometer-concurrency.xml:25(replaceable) ./doc/common/tables/neutron-logging.xml:41(replaceable) ./doc/common/tables/neutron-logging.xml:49(replaceable) ./doc/common/tables/neutron-logging.xml:53(replaceable) ./doc/common/tables/neutron-logging.xml:57(replaceable) ./doc/common/tables/neutron-logging.xml:61(replaceable) ./doc/common/tables/neutron-logging.xml:69(replaceable) ./doc/common/tables/neutron-logging.xml:73(replaceable) ./doc/common/tables/neutron-logging.xml:77(replaceable) ./doc/common/tables/nova-availabilityzones.xml:25(replaceable) ./doc/common/tables/keystone-catalog.xml:21(replaceable) ./doc/common/tables/keystone-catalog.xml:33(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:21(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:29(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:33(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:37(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:41(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:45(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:49(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:57(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:33(replaceable) ./doc/common/tables/nova-zookeeper.xml:21(replaceable) ./doc/common/tables/ironic-agent.xml:25(replaceable) ./doc/common/tables/nova-keymgr.xml:25(replaceable) ./doc/common/tables/neutron-auth_token.xml:21(replaceable) ./doc/common/tables/neutron-auth_token.xml:29(replaceable) ./doc/common/tables/neutron-auth_token.xml:33(replaceable) ./doc/common/tables/neutron-auth_token.xml:45(replaceable) ./doc/common/tables/neutron-auth_token.xml:57(replaceable) ./doc/common/tables/neutron-auth_token.xml:61(replaceable) ./doc/common/tables/neutron-auth_token.xml:65(replaceable) ./doc/common/tables/neutron-auth_token.xml:69(replaceable) ./doc/common/tables/neutron-auth_token.xml:73(replaceable) ./doc/common/tables/neutron-auth_token.xml:77(replaceable) ./doc/common/tables/neutron-auth_token.xml:97(replaceable) ./doc/common/tables/neutron-auth_token.xml:105(replaceable) ./doc/common/tables/neutron-auth_token.xml:117(replaceable) ./doc/common/tables/neutron-auth_token.xml:141(replaceable) ./doc/common/tables/neutron-auth_token.xml:145(replaceable) ./doc/common/tables/neutron-auth_token.xml:157(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:29(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:53(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:69(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:73(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:77(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:81(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:85(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:89(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:93(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:97(replaceable) ./doc/common/tables/sahara-ca.xml:21(replaceable) ./doc/common/tables/sahara-ca.xml:25(replaceable) ./doc/common/tables/sahara-ca.xml:29(replaceable) ./doc/common/tables/ceilometer-auth.xml:29(replaceable) ./doc/common/tables/ceilometer-auth.xml:41(replaceable) ./doc/common/tables/ironic-rpc.xml:52(replaceable) ./doc/common/tables/ironic-rpc.xml:67(replaceable) ./doc/common/tables/ironic-rpc.xml:95(replaceable) ./doc/common/tables/neutron-sdnve.xml:41(replaceable) ./doc/common/tables/nova-compute.xml:25(replaceable) ./doc/common/tables/nova-scheduler.xml:21(replaceable) ./doc/common/tables/ironic-amqp.xml:33(replaceable) ./doc/common/tables/nova-vmware.xml:25(replaceable) ./doc/common/tables/nova-vmware.xml:29(replaceable) ./doc/common/tables/nova-vmware.xml:33(replaceable) ./doc/common/tables/nova-vmware.xml:37(replaceable) ./doc/common/tables/nova-vmware.xml:41(replaceable) ./doc/common/tables/nova-vmware.xml:49(replaceable) ./doc/common/tables/nova-vmware.xml:61(replaceable) ./doc/common/tables/nova-vmware.xml:69(replaceable) ./doc/common/tables/nova-vmware.xml:81(replaceable) ./doc/common/tables/heat-cfn_api.xml:44(replaceable) ./doc/common/tables/heat-cfn_api.xml:48(replaceable) ./doc/common/tables/neutron-vmware.xml:99(replaceable) ./doc/common/tables/neutron-vmware.xml:115(replaceable) ./doc/common/tables/neutron-vmware.xml:119(replaceable) ./doc/common/tables/neutron-vmware.xml:123(replaceable) ./doc/common/tables/neutron-vmware.xml:127(replaceable) ./doc/common/tables/neutron-vmware.xml:131(replaceable) ./doc/common/tables/trove-ca.xml:21(replaceable) ./doc/common/tables/trove-ca.xml:25(replaceable) ./doc/common/tables/trove-ca.xml:29(replaceable) ./doc/common/tables/nova-quobyte.xml:21(replaceable) ./doc/common/tables/keystone-role.xml:21(replaceable) ./doc/common/tables/keystone-role.xml:29(replaceable) ./doc/common/tables/keystone-role.xml:33(replaceable) ./doc/common/tables/keystone-assignment.xml:21(replaceable) ./doc/common/tables/cinder-zfssa.xml:21(replaceable) ./doc/common/tables/nova-zeromq.xml:45(replaceable) ./doc/common/tables/cinder-storage.xml:29(replaceable) ./doc/common/tables/cinder-storage.xml:45(replaceable) ./doc/common/tables/cinder-storage.xml:73(replaceable) ./doc/common/tables/cinder-storage.xml:101(replaceable) ./doc/common/tables/cinder-storage.xml:109(replaceable) ./doc/common/tables/glance-registry.xml:21(replaceable) ./doc/common/tables/glance-registry.xml:25(replaceable) ./doc/common/tables/glance-registry.xml:29(replaceable) ./doc/common/tables/glance-registry.xml:33(replaceable) ./doc/common/tables/glance-registry.xml:41(replaceable) ./doc/common/tables/glance-registry.xml:45(replaceable) ./doc/common/tables/glance-registry.xml:49(replaceable) ./doc/common/tables/glance-registry.xml:57(replaceable) ./doc/common/tables/neutron-embrane.xml:29(replaceable) ./doc/common/tables/neutron-embrane.xml:33(replaceable) ./doc/common/tables/neutron-embrane.xml:37(replaceable) ./doc/common/tables/neutron-embrane.xml:41(replaceable) ./doc/common/tables/neutron-embrane.xml:45(replaceable) ./doc/common/tables/neutron-embrane.xml:53(replaceable) ./doc/common/tables/cinder-debug.xml:21(replaceable) ./doc/common/tables/trove-network.xml:33(replaceable) ./doc/common/tables/neutron-conf-changes.xml:740(td) ./doc/common/tables/neutron-conf-changes.xml:744(td) ./doc/common/tables/neutron-conf-changes.xml:760(td) ./doc/common/tables/keystone-conf-changes.xml:454(td) ./doc/common/tables/cinder-srb.xml:21(replaceable) ./doc/common/tables/nova-common.xml:41(replaceable) ./doc/common/tables/nova-common.xml:53(replaceable) ./doc/common/tables/nova-common.xml:77(replaceable) ./doc/common/tables/nova-common.xml:84(replaceable) ./doc/common/tables/nova-volumes.xml:44(replaceable) ./doc/common/tables/nova-volumes.xml:52(replaceable) ./doc/common/tables/nova-volumes.xml:60(replaceable) ./doc/common/tables/nova-volumes.xml:72(replaceable) ./doc/common/tables/nova-volumes.xml:76(replaceable) ./doc/common/tables/nova-volumes.xml:80(replaceable) ./doc/common/tables/nova-volumes.xml:106(replaceable) ./doc/common/tables/nova-volumes.xml:130(replaceable) ./doc/common/tables/nova-volumes.xml:134(replaceable) ./doc/common/tables/nova-volumes.xml:138(replaceable) ./doc/common/tables/neutron-redis.xml:25(replaceable) ./doc/common/tables/heat-zeromq.xml:45(replaceable) ./doc/common/tables/heat-amqp.xml:29(replaceable) ./doc/common/tables/heat-amqp.xml:33(replaceable) ./doc/common/tables/heat-amqp.xml:45(replaceable) ./doc/common/tables/cinder-violin.xml:21(replaceable) ./doc/common/tables/cinder-violin.xml:25(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:47(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:51(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:55(replaceable) ./doc/common/tables/cinder-logging.xml:45(replaceable) ./doc/common/tables/cinder-logging.xml:53(replaceable) ./doc/common/tables/cinder-logging.xml:57(replaceable) ./doc/common/tables/cinder-logging.xml:61(replaceable) ./doc/common/tables/cinder-logging.xml:65(replaceable) ./doc/common/tables/cinder-logging.xml:73(replaceable) ./doc/common/tables/cinder-logging.xml:77(replaceable) ./doc/common/tables/cinder-logging.xml:81(replaceable) ./doc/common/tables/nova-redis.xml:25(replaceable) ./doc/common/tables/neutron-l3_agent.xml:57(replaceable) ./doc/common/tables/nova-neutron.xml:32(replaceable) ./doc/common/tables/nova-neutron.xml:36(replaceable) ./doc/common/tables/nova-neutron.xml:40(replaceable) ./doc/common/tables/nova-neutron.xml:44(replaceable) ./doc/common/tables/nova-neutron.xml:48(replaceable) ./doc/common/tables/nova-neutron.xml:56(replaceable) ./doc/common/tables/nova-neutron.xml:60(replaceable) ./doc/common/tables/nova-neutron.xml:68(replaceable) ./doc/common/tables/nova-neutron.xml:72(replaceable) ./doc/common/tables/nova-neutron.xml:84(replaceable) ./doc/common/tables/nova-neutron.xml:96(replaceable) ./doc/common/tables/nova-neutron.xml:104(replaceable) ./doc/common/tables/cinder-zeromq.xml:45(replaceable) ./doc/common/tables/sahara-redis.xml:25(replaceable) ./doc/common/tables/cinder-backups.xml:29(replaceable) ./doc/common/tables/cinder-backups.xml:53(replaceable) ./doc/common/tables/cinder-backups.xml:73(replaceable) ./doc/common/tables/cinder-keymgr.xml:33(replaceable) ./doc/common/tables/keystone-ldap.xml:37(replaceable) ./doc/common/tables/keystone-ldap.xml:41(replaceable) ./doc/common/tables/keystone-ldap.xml:73(replaceable) ./doc/common/tables/keystone-ldap.xml:93(replaceable) ./doc/common/tables/keystone-ldap.xml:101(replaceable) ./doc/common/tables/keystone-ldap.xml:161(replaceable) ./doc/common/tables/keystone-ldap.xml:165(replaceable) ./doc/common/tables/keystone-ldap.xml:185(replaceable) ./doc/common/tables/keystone-ldap.xml:213(replaceable) ./doc/common/tables/keystone-ldap.xml:233(replaceable) ./doc/common/tables/keystone-ldap.xml:241(replaceable) ./doc/common/tables/keystone-ldap.xml:245(replaceable) ./doc/common/tables/keystone-ldap.xml:273(replaceable) ./doc/common/tables/keystone-ldap.xml:297(replaceable) ./doc/common/tables/keystone-ldap.xml:313(replaceable) ./doc/common/tables/keystone-ldap.xml:325(replaceable) ./doc/common/tables/keystone-ldap.xml:349(replaceable) ./doc/common/tables/glance-vmware.xml:33(replaceable) ./doc/common/tables/glance-vmware.xml:37(replaceable) ./doc/common/tables/glance-vmware.xml:41(replaceable) ./doc/common/tables/glance-vmware.xml:45(replaceable) ./doc/common/tables/glance-vmware.xml:49(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:21(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:25(replaceable) ./doc/common/tables/cinder-zoning.xml:28(replaceable) ./doc/common/tables/heat-clients_sahara.xml:21(replaceable) ./doc/common/tables/heat-clients_sahara.xml:25(replaceable) ./doc/common/tables/heat-clients_sahara.xml:29(replaceable) ./doc/common/tables/heat-clients_sahara.xml:33(replaceable) ./doc/common/tables/heat-clients_sahara.xml:37(replaceable) ./doc/common/tables/cinder-scst.xml:25(replaceable) ./doc/common/tables/heat-notification.xml:21(replaceable) ./doc/common/tables/ironic-neutron.xml:25(replaceable) ./doc/common/tables/trove-common.xml:29(replaceable) ./doc/common/tables/trove-common.xml:49(replaceable) ./doc/common/tables/trove-common.xml:57(replaceable) ./doc/common/tables/trove-common.xml:76(replaceable) ./doc/common/tables/trove-api.xml:37(replaceable) ./doc/common/tables/trove-api.xml:93(replaceable) ./doc/common/tables/trove-api.xml:101(replaceable) ./doc/common/tables/nova-conductor.xml:40(replaceable) ./doc/common/tables/ironic-auth_token.xml:21(replaceable) ./doc/common/tables/ironic-auth_token.xml:29(replaceable) ./doc/common/tables/ironic-auth_token.xml:33(replaceable) ./doc/common/tables/ironic-auth_token.xml:45(replaceable) ./doc/common/tables/ironic-auth_token.xml:57(replaceable) ./doc/common/tables/ironic-auth_token.xml:61(replaceable) ./doc/common/tables/ironic-auth_token.xml:65(replaceable) ./doc/common/tables/ironic-auth_token.xml:69(replaceable) ./doc/common/tables/ironic-auth_token.xml:73(replaceable) ./doc/common/tables/ironic-auth_token.xml:77(replaceable) ./doc/common/tables/ironic-auth_token.xml:97(replaceable) ./doc/common/tables/ironic-auth_token.xml:105(replaceable) ./doc/common/tables/ironic-auth_token.xml:117(replaceable) ./doc/common/tables/ironic-auth_token.xml:141(replaceable) ./doc/common/tables/ironic-auth_token.xml:145(replaceable) ./doc/common/tables/ironic-auth_token.xml:153(replaceable) ./doc/common/tables/ironic-auth_token.xml:161(replaceable) ./doc/common/tables/keystone-amqp.xml:25(replaceable) ./doc/common/tables/keystone-amqp.xml:41(replaceable) ./doc/common/tables/keystone-rpc.xml:56(replaceable) ./doc/common/tables/keystone-rpc.xml:84(replaceable) ./doc/common/tables/ironic-keystone.xml:21(replaceable) ./doc/common/tables/cinder-scality.xml:21(replaceable) ./doc/common/tables/cinder-amqp.xml:33(replaceable) ./doc/common/tables/neutron-agent.xml:25(replaceable) ./doc/common/tables/cinder-emc.xml:61(replaceable) ./doc/common/tables/cinder-emc.xml:65(replaceable) ./doc/common/tables/cinder-vmware.xml:25(replaceable) ./doc/common/tables/cinder-vmware.xml:29(replaceable) ./doc/common/tables/cinder-vmware.xml:33(replaceable) ./doc/common/tables/cinder-vmware.xml:37(replaceable) ./doc/common/tables/cinder-vmware.xml:61(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:45(replaceable) ./doc/common/tables/ironic-glance.xml:33(replaceable) ./doc/common/tables/ironic-glance.xml:53(replaceable) ./doc/common/tables/ironic-glance.xml:65(replaceable) ./doc/common/tables/ironic-glance.xml:77(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:28(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:32(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:36(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:40(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:44(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:48(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:52(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:56(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:60(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:21(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:25(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:33(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:37(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:49(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:57(replaceable) ./doc/common/tables/nova-barbican.xml:21(replaceable) ./doc/common/tables/nova-barbican.xml:29(replaceable) ./doc/common/tables/nova-barbican.xml:33(replaceable) ./doc/common/tables/nova-barbican.xml:41(replaceable) ./doc/common/tables/nova-barbican.xml:45(replaceable) ./doc/common/tables/nova-barbican.xml:49(replaceable) ./doc/common/tables/glance-api.xml:77(replaceable) ./doc/common/tables/glance-api.xml:115(replaceable) ./doc/common/tables/glance-api.xml:119(replaceable) ./doc/common/tables/cinder-storwize.xml:49(replaceable) ./doc/common/tables/cinder-hplefthand.xml:21(replaceable) ./doc/common/tables/cinder-hplefthand.xml:25(replaceable) ./doc/common/tables/cinder-hplefthand.xml:37(replaceable) ./doc/common/tables/cinder-hplefthand.xml:41(replaceable) ./doc/common/tables/ironic-ilo.xml:25(replaceable) ./doc/common/tables/sahara-auth_token.xml:21(replaceable) ./doc/common/tables/sahara-auth_token.xml:29(replaceable) ./doc/common/tables/sahara-auth_token.xml:33(replaceable) ./doc/common/tables/sahara-auth_token.xml:45(replaceable) ./doc/common/tables/sahara-auth_token.xml:57(replaceable) ./doc/common/tables/sahara-auth_token.xml:61(replaceable) ./doc/common/tables/sahara-auth_token.xml:65(replaceable) ./doc/common/tables/sahara-auth_token.xml:69(replaceable) ./doc/common/tables/sahara-auth_token.xml:73(replaceable) ./doc/common/tables/sahara-auth_token.xml:77(replaceable) ./doc/common/tables/sahara-auth_token.xml:97(replaceable) ./doc/common/tables/sahara-auth_token.xml:105(replaceable) ./doc/common/tables/sahara-auth_token.xml:117(replaceable) ./doc/common/tables/sahara-auth_token.xml:141(replaceable) ./doc/common/tables/sahara-auth_token.xml:145(replaceable) ./doc/common/tables/sahara-auth_token.xml:157(replaceable) ./doc/common/tables/glance-s3.xml:21(replaceable) ./doc/common/tables/glance-s3.xml:25(replaceable) ./doc/common/tables/glance-s3.xml:37(replaceable) ./doc/common/tables/glance-s3.xml:49(replaceable) ./doc/common/tables/glance-s3.xml:53(replaceable) ./doc/common/tables/heat-loadbalancer.xml:21(replaceable) ./doc/common/tables/sahara-amqp.xml:33(replaceable) ./doc/common/tables/sahara-amqp.xml:41(replaceable) ./doc/common/tables/nova-cells.xml:33(replaceable) ./doc/common/tables/trove-volume.xml:33(replaceable) ./doc/common/tables/trove-volume.xml:37(replaceable) ./doc/common/tables/heat-auth_token.xml:21(replaceable) ./doc/common/tables/heat-auth_token.xml:29(replaceable) ./doc/common/tables/heat-auth_token.xml:33(replaceable) ./doc/common/tables/heat-auth_token.xml:45(replaceable) ./doc/common/tables/heat-auth_token.xml:57(replaceable) ./doc/common/tables/heat-auth_token.xml:61(replaceable) ./doc/common/tables/heat-auth_token.xml:65(replaceable) ./doc/common/tables/heat-auth_token.xml:69(replaceable) ./doc/common/tables/heat-auth_token.xml:73(replaceable) ./doc/common/tables/heat-auth_token.xml:77(replaceable) ./doc/common/tables/heat-auth_token.xml:97(replaceable) ./doc/common/tables/heat-auth_token.xml:105(replaceable) ./doc/common/tables/heat-auth_token.xml:117(replaceable) ./doc/common/tables/heat-auth_token.xml:141(replaceable) ./doc/common/tables/heat-auth_token.xml:145(replaceable) ./doc/common/tables/heat-auth_token.xml:157(replaceable) ./doc/common/tables/nova-auth_token.xml:21(replaceable) ./doc/common/tables/nova-auth_token.xml:29(replaceable) ./doc/common/tables/nova-auth_token.xml:33(replaceable) ./doc/common/tables/nova-auth_token.xml:45(replaceable) ./doc/common/tables/nova-auth_token.xml:57(replaceable) ./doc/common/tables/nova-auth_token.xml:61(replaceable) ./doc/common/tables/nova-auth_token.xml:65(replaceable) ./doc/common/tables/nova-auth_token.xml:69(replaceable) ./doc/common/tables/nova-auth_token.xml:73(replaceable) ./doc/common/tables/nova-auth_token.xml:77(replaceable) ./doc/common/tables/nova-auth_token.xml:97(replaceable) ./doc/common/tables/nova-auth_token.xml:105(replaceable) ./doc/common/tables/nova-auth_token.xml:117(replaceable) ./doc/common/tables/nova-auth_token.xml:141(replaceable) ./doc/common/tables/nova-auth_token.xml:145(replaceable) ./doc/common/tables/nova-auth_token.xml:157(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:25(replaceable) ./doc/common/tables/cinder-quobyte.xml:21(replaceable) ./doc/common/tables/cinder-quobyte.xml:37(replaceable) ./doc/common/tables/heat-api.xml:77(replaceable) ./doc/common/tables/heat-api.xml:81(replaceable) ./doc/common/tables/heat-api.xml:89(replaceable) ./doc/common/tables/heat-api.xml:93(replaceable) ./doc/common/tables/heat-api.xml:119(replaceable) ./doc/common/tables/heat-api.xml:123(replaceable) ./doc/common/tables/heat-api.xml:127(replaceable) ./doc/common/tables/heat-api.xml:135(replaceable) ./doc/common/tables/heat-api.xml:158(replaceable) ./doc/common/tables/heat-api.xml:162(replaceable) ./doc/common/tables/heat-api.xml:181(replaceable) ./doc/common/tables/trove-conf-changes.xml:466(td) ./doc/common/tables/heat-clients_ceilometer.xml:21(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:25(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:29(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:33(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:37(replaceable) ./doc/common/tables/glance-logging.xml:41(replaceable) ./doc/common/tables/glance-logging.xml:49(replaceable) ./doc/common/tables/glance-logging.xml:53(replaceable) ./doc/common/tables/glance-logging.xml:57(replaceable) ./doc/common/tables/glance-logging.xml:61(replaceable) ./doc/common/tables/glance-logging.xml:69(replaceable) ./doc/common/tables/glance-logging.xml:73(replaceable) ./doc/common/tables/glance-logging.xml:77(replaceable) ./doc/common/tables/neutron-zeromq.xml:45(replaceable) ./doc/common/tables/heat-clients_glance.xml:21(replaceable) ./doc/common/tables/heat-clients_glance.xml:25(replaceable) ./doc/common/tables/heat-clients_glance.xml:29(replaceable) ./doc/common/tables/heat-clients_glance.xml:33(replaceable) ./doc/common/tables/heat-clients_glance.xml:37(replaceable) ./doc/common/tables/cinder-common.xml:45(replaceable) ./doc/common/tables/cinder-common.xml:49(replaceable) ./doc/common/tables/cinder-common.xml:53(replaceable) ./doc/common/tables/cinder-common.xml:61(replaceable) ./doc/common/tables/cinder-common.xml:89(replaceable) ./doc/common/tables/cinder-common.xml:113(replaceable) ./doc/common/tables/cinder-common.xml:117(replaceable) ./doc/common/tables/cinder-common.xml:121(replaceable) ./doc/common/tables/cinder-common.xml:185(replaceable) ./doc/common/tables/cinder-common.xml:205(replaceable) ./doc/common/tables/cinder-common.xml:209(replaceable) ./doc/common/tables/cinder-common.xml:236(replaceable) ./doc/common/tables/glance-swift.xml:25(replaceable) ./doc/common/tables/glance-swift.xml:29(replaceable) ./doc/common/tables/glance-swift.xml:33(replaceable) ./doc/common/tables/glance-swift.xml:37(replaceable) ./doc/common/tables/glance-swift.xml:52(replaceable) ./doc/common/tables/glance-swift.xml:64(replaceable) ./doc/common/tables/glance-swift.xml:68(replaceable) ./doc/common/tables/glance-swift.xml:80(replaceable) ./doc/common/tables/glance-swift.xml:88(replaceable) ./doc/common/tables/glance-swift.xml:108(replaceable) ./doc/common/tables/glance-swift.xml:124(replaceable) ./doc/common/tables/cinder-auth_token.xml:21(replaceable) ./doc/common/tables/cinder-auth_token.xml:29(replaceable) ./doc/common/tables/cinder-auth_token.xml:33(replaceable) ./doc/common/tables/cinder-auth_token.xml:45(replaceable) ./doc/common/tables/cinder-auth_token.xml:57(replaceable) ./doc/common/tables/cinder-auth_token.xml:61(replaceable) ./doc/common/tables/cinder-auth_token.xml:65(replaceable) ./doc/common/tables/cinder-auth_token.xml:69(replaceable) ./doc/common/tables/cinder-auth_token.xml:73(replaceable) ./doc/common/tables/cinder-auth_token.xml:77(replaceable) ./doc/common/tables/cinder-auth_token.xml:97(replaceable) ./doc/common/tables/cinder-auth_token.xml:105(replaceable) ./doc/common/tables/cinder-auth_token.xml:117(replaceable) ./doc/common/tables/cinder-auth_token.xml:141(replaceable) ./doc/common/tables/cinder-auth_token.xml:145(replaceable) ./doc/common/tables/cinder-auth_token.xml:157(replaceable) ./doc/common/tables/ceilometer-alarm.xml:37(replaceable) ./doc/common/tables/ceilometer-alarm.xml:61(replaceable) ./doc/common/tables/sahara-clients.xml:29(replaceable) ./doc/common/tables/sahara-clients.xml:40(replaceable) ./doc/common/tables/sahara-clients.xml:51(replaceable) ./doc/common/tables/sahara-clients.xml:62(replaceable) ./doc/common/tables/sahara-clients.xml:73(replaceable) ./doc/common/tables/sahara-clients.xml:84(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:120(replaceable) ./doc/common/tables/nova-glance.xml:21(replaceable) ./doc/common/tables/nova-glance.xml:36(replaceable) ./doc/common/tables/neutron-database.xml:25(replaceable) ./doc/common/tables/neutron-database.xml:57(replaceable) ./doc/common/tables/neutron-database.xml:61(replaceable) ./doc/common/tables/neutron-database.xml:77(replaceable) ./doc/common/tables/neutron-database.xml:85(replaceable) ./doc/common/tables/keystone-auth_token.xml:21(replaceable) ./doc/common/tables/keystone-auth_token.xml:29(replaceable) ./doc/common/tables/keystone-auth_token.xml:33(replaceable) ./doc/common/tables/keystone-auth_token.xml:45(replaceable) ./doc/common/tables/keystone-auth_token.xml:57(replaceable) ./doc/common/tables/keystone-auth_token.xml:61(replaceable) ./doc/common/tables/keystone-auth_token.xml:65(replaceable) ./doc/common/tables/keystone-auth_token.xml:69(replaceable) ./doc/common/tables/keystone-auth_token.xml:73(replaceable) ./doc/common/tables/keystone-auth_token.xml:77(replaceable) ./doc/common/tables/keystone-auth_token.xml:97(replaceable) ./doc/common/tables/keystone-auth_token.xml:105(replaceable) ./doc/common/tables/keystone-auth_token.xml:117(replaceable) ./doc/common/tables/keystone-auth_token.xml:141(replaceable) ./doc/common/tables/keystone-auth_token.xml:145(replaceable) ./doc/common/tables/keystone-auth_token.xml:157(replaceable) ./doc/common/tables/heat-clients_cinder.xml:21(replaceable) ./doc/common/tables/heat-clients_cinder.xml:25(replaceable) ./doc/common/tables/heat-clients_cinder.xml:29(replaceable) ./doc/common/tables/heat-clients_cinder.xml:37(replaceable) ./doc/common/tables/heat-clients_cinder.xml:41(replaceable) ./doc/common/tables/sahara-common.xml:85(replaceable) ./doc/common/tables/sahara-common.xml:97(replaceable) ./doc/common/tables/sahara-common.xml:171(replaceable) ./doc/common/tables/cinder-api.xml:33(replaceable) ./doc/common/tables/cinder-api.xml:65(replaceable) ./doc/common/tables/cinder-api.xml:85(replaceable) ./doc/common/tables/cinder-api.xml:89(replaceable) ./doc/common/tables/keystone-saml.xml:29(replaceable) ./doc/common/tables/keystone-saml.xml:33(replaceable) ./doc/common/tables/keystone-saml.xml:37(replaceable) ./doc/common/tables/keystone-saml.xml:41(replaceable) ./doc/common/tables/keystone-saml.xml:45(replaceable) ./doc/common/tables/keystone-saml.xml:53(replaceable) ./doc/common/tables/keystone-saml.xml:65(replaceable) ./doc/common/tables/keystone-saml.xml:69(replaceable) ./doc/common/tables/keystone-saml.xml:73(replaceable) ./doc/common/tables/keystone-saml.xml:77(replaceable) ./doc/common/tables/trove-db_couchbase.xml:41(replaceable) ./doc/common/tables/trove-db_couchbase.xml:72(replaceable) ./doc/common/tables/trove-db_couchbase.xml:76(replaceable) ./doc/common/tables/trove-db_couchbase.xml:88(replaceable) ./doc/common/tables/trove-db_couchbase.xml:92(replaceable) ./doc/common/tables/heat-clients_trove.xml:21(replaceable) ./doc/common/tables/heat-clients_trove.xml:25(replaceable) ./doc/common/tables/heat-clients_trove.xml:29(replaceable) ./doc/common/tables/heat-clients_trove.xml:33(replaceable) ./doc/common/tables/heat-clients_trove.xml:37(replaceable) ./doc/common/tables/trove-heat.xml:33(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:21(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:53(replaceable) ./doc/common/tables/keystone-zeromq.xml:45(replaceable) ./doc/common/tables/glance-zeromq.xml:45(replaceable) ./doc/common/tables/ironic-database.xml:25(replaceable) ./doc/common/tables/ironic-database.xml:57(replaceable) ./doc/common/tables/ironic-database.xml:61(replaceable) ./doc/common/tables/ironic-database.xml:81(replaceable) ./doc/common/tables/ironic-database.xml:89(replaceable) ./doc/common/tables/neutron-bigswitch.xml:120(replaceable) ./doc/common/tables/ceilometer-rpc.xml:67(replaceable) ./doc/common/tables/ceilometer-rpc.xml:95(replaceable) ./doc/common/tables/cinder-redis.xml:25(replaceable) ./doc/common/tables/trove-db_mongodb.xml:29(replaceable) ./doc/common/tables/trove-db_mongodb.xml:33(replaceable) ./doc/common/tables/trove-db_mongodb.xml:61(replaceable) ./doc/common/tables/trove-db_mongodb.xml:65(replaceable) ./doc/common/tables/glance-filesystem.xml:21(replaceable) ./doc/common/tables/glance-filesystem.xml:25(replaceable) ./doc/common/tables/glance-filesystem.xml:33(replaceable) ./doc/common/tables/trove-rpc.xml:64(replaceable) ./doc/common/tables/trove-rpc.xml:92(replaceable) ./doc/common/tables/glance-debug.xml:21(replaceable) ./doc/common/tables/nova-network.xml:37(replaceable) ./doc/common/tables/nova-network.xml:85(replaceable) ./doc/common/tables/nova-network.xml:97(replaceable) ./doc/common/tables/nova-network.xml:101(replaceable) ./doc/common/tables/nova-network.xml:125(replaceable) ./doc/common/tables/nova-network.xml:177(replaceable) ./doc/common/tables/nova-network.xml:253(replaceable) ./doc/common/tables/glance-redis.xml:25(replaceable) ./doc/common/tables/ironic-discoverd.xml:25(replaceable) ./doc/common/tables/nova-ca.xml:57(replaceable) ./doc/common/tables/nova-ca.xml:61(replaceable) ./doc/common/tables/nova-ca.xml:65(replaceable) ./doc/common/tables/nova-ca.xml:80(replaceable) ./doc/common/tables/nova-ca.xml:84(replaceable) ./doc/common/tables/nova-ca.xml:88(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:29(replaceable) ./doc/common/tables/ceilometer-collector.xml:51(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:21(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:25(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:29(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:33(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:37(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:49(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:57(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:61(replaceable) ./doc/common/tables/heat-debug.xml:21(replaceable) ./doc/common/tables/trove-guestagent.xml:45(replaceable) ./doc/common/tables/sahara-rpc.xml:56(replaceable) ./doc/common/tables/sahara-rpc.xml:84(replaceable) ./doc/common/tables/glance-amqp.xml:41(replaceable) ./doc/common/tables/glance-replicator.xml:21(replaceable) ./doc/common/tables/glance-replicator.xml:29(replaceable) ./doc/common/tables/sahara-logging.xml:41(replaceable) ./doc/common/tables/sahara-logging.xml:49(replaceable) ./doc/common/tables/sahara-logging.xml:53(replaceable) ./doc/common/tables/sahara-logging.xml:57(replaceable) ./doc/common/tables/sahara-logging.xml:61(replaceable) ./doc/common/tables/sahara-logging.xml:69(replaceable) ./doc/common/tables/sahara-logging.xml:73(replaceable) ./doc/common/tables/sahara-logging.xml:77(replaceable) ./doc/common/tables/neutron-l2gw.xml:25(replaceable) ./doc/common/tables/neutron-l2gw.xml:29(replaceable) ./doc/common/tables/neutron-l2gw.xml:44(replaceable) ./doc/common/tables/neutron-l2gw.xml:48(replaceable) ./doc/common/tables/neutron-l2gw.xml:52(replaceable) ./doc/common/tables/neutron-ca.xml:21(replaceable) ./doc/common/tables/neutron-ca.xml:25(replaceable) ./doc/common/tables/neutron-ca.xml:29(replaceable) ./doc/common/tables/ceilometer-debug.xml:21(replaceable) ./doc/common/tables/trove-compute.xml:21(replaceable) ./doc/common/tables/trove-compute.xml:33(replaceable) ./doc/common/tables/trove-db_redis.xml:25(replaceable) ./doc/common/tables/trove-db_redis.xml:29(replaceable) ./doc/common/tables/trove-db_redis.xml:33(replaceable) ./doc/common/tables/trove-db_redis.xml:41(replaceable) ./doc/common/tables/trove-db_redis.xml:45(replaceable) ./doc/common/tables/trove-db_db2.xml:25(replaceable) ./doc/common/tables/trove-db_db2.xml:29(replaceable) ./doc/common/tables/trove-db_db2.xml:45(replaceable) ./doc/common/tables/trove-db_db2.xml:49(replaceable) ./doc/common/tables/cinder-rpc.xml:56(replaceable) ./doc/common/tables/cinder-rpc.xml:71(replaceable) ./doc/common/tables/cinder-rpc.xml:99(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:21(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:25(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:33(replaceable) ./doc/common/tables/trove-zeromq.xml:45(replaceable) ./doc/common/tables/cinder-backups_swift.xml:41(replaceable) ./doc/common/tables/cinder-backups_swift.xml:57(replaceable) ./doc/common/tables/cinder-backups_swift.xml:61(replaceable) ./doc/common/tables/cinder-backups_swift.xml:65(replaceable) ./doc/common/tables/ironic-common.xml:61(replaceable) ./doc/common/tables/ironic-common.xml:93(replaceable) ./doc/common/tables/cinder-ca.xml:21(replaceable) ./doc/common/tables/cinder-ca.xml:25(replaceable) ./doc/common/tables/cinder-ca.xml:29(replaceable) ./doc/common/tables/ironic-zeromq.xml:45(replaceable) ./doc/common/tables/glance-gridfs.xml:21(replaceable) ./doc/common/tables/glance-gridfs.xml:25(replaceable) ./doc/common/tables/keystone-federation.xml:33(replaceable) ./doc/common/tables/glance-taskflow.xml:21(replaceable) ./doc/common/tables/heat-redis.xml:25(replaceable) ./doc/common/tables/nova-ec2.xml:61(replaceable) ./doc/common/tables/ironic-conductor.xml:21(replaceable) ./doc/common/tables/neutron-metadata.xml:21(replaceable) ./doc/common/tables/neutron-metadata.xml:57(replaceable) ./doc/common/tables/neutron-debug.xml:21(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:21(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:29(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:33(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:25(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:41(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:45(replaceable) ./doc/common/tables/nova-amqp.xml:25(replaceable) ./doc/common/tables/nova-amqp.xml:37(replaceable) ./doc/common/tables/neutron-compute.xml:33(replaceable) ./doc/common/tables/neutron-compute.xml:37(replaceable) ./doc/common/tables/neutron-compute.xml:41(replaceable) ./doc/common/tables/neutron-compute.xml:45(replaceable) ./doc/common/tables/glance-imagecache.xml:33(replaceable) ./doc/common/tables/cinder-nas.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:25(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:33(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:37(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:41(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:45(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:53(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:61(replaceable) ./doc/common/tables/heat-clients_swift.xml:21(replaceable) ./doc/common/tables/heat-clients_swift.xml:25(replaceable) ./doc/common/tables/heat-clients_swift.xml:29(replaceable) ./doc/common/tables/heat-clients_swift.xml:33(replaceable) ./doc/common/tables/heat-clients_swift.xml:37(replaceable) ./doc/common/tables/keystone-logging.xml:41(replaceable) ./doc/common/tables/keystone-logging.xml:49(replaceable) ./doc/common/tables/keystone-logging.xml:53(replaceable) ./doc/common/tables/keystone-logging.xml:57(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:21(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:33(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:37(replaceable) ./doc/common/tables/heat-rpc.xml:60(replaceable) ./doc/common/tables/heat-rpc.xml:88(replaceable) ./doc/common/tables/trove-taskmanager.xml:25(replaceable) ./doc/common/tables/trove-taskmanager.xml:37(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:44(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:48(replaceable) ./doc/common/tables/cinder-images.xml:41(replaceable) ./doc/common/tables/cinder-images.xml:61(replaceable) ./doc/common/tables/nova-database.xml:28(replaceable) ./doc/common/tables/nova-database.xml:44(replaceable) ./doc/common/tables/nova-database.xml:48(replaceable) ./doc/common/tables/nova-database.xml:60(replaceable) ./doc/common/tables/nova-database.xml:68(replaceable) ./doc/common/tables/nova-database.xml:83(replaceable) ./doc/common/tables/nova-database.xml:115(replaceable) ./doc/common/tables/nova-database.xml:119(replaceable) ./doc/common/tables/nova-database.xml:135(replaceable) ./doc/common/tables/nova-database.xml:143(replaceable) ./doc/common/tables/heat-logging.xml:45(replaceable) ./doc/common/tables/heat-logging.xml:53(replaceable) ./doc/common/tables/heat-logging.xml:57(replaceable) ./doc/common/tables/heat-logging.xml:61(replaceable) ./doc/common/tables/ironic-pxe.xml:33(replaceable) ./doc/common/tables/trove-redis.xml:25(replaceable) ./doc/common/tables/cinder-compute.xml:25(replaceable) ./doc/common/tables/cinder-compute.xml:37(replaceable) ./doc/common/tables/cinder-compute.xml:41(replaceable) ./doc/common/tables/cinder-compute.xml:45(replaceable) ./doc/common/tables/ironic-debug.xml:21(replaceable) ./doc/common/tables/ironic-console.xml:33(replaceable) ./doc/common/tables/ironic-console.xml:37(replaceable) ./doc/common/tables/ironic-logging.xml:41(replaceable) ./doc/common/tables/ironic-logging.xml:49(replaceable) ./doc/common/tables/ironic-logging.xml:53(replaceable) ./doc/common/tables/ironic-logging.xml:57(replaceable) ./doc/common/tables/ceilometer-rgw.xml:21(replaceable) ./doc/common/tables/ceilometer-rgw.xml:25(replaceable) ./doc/common/tables/nova-rpc.xml:59(replaceable) ./doc/common/tables/nova-rpc.xml:74(replaceable) ./doc/common/tables/nova-rpc.xml:102(replaceable) ./doc/common/tables/nova-rpc.xml:113(replaceable) ./doc/common/tables/cinder-san.xml:45(replaceable) ./doc/common/tables/nova-logging.xml:45(replaceable) ./doc/common/tables/nova-logging.xml:53(replaceable) ./doc/common/tables/nova-logging.xml:57(replaceable) ./doc/common/tables/nova-logging.xml:61(replaceable) ./doc/common/tables/nova-logging.xml:65(replaceable) ./doc/common/tables/nova-logging.xml:73(replaceable) ./doc/common/tables/nova-logging.xml:77(replaceable) ./doc/common/tables/nova-logging.xml:81(replaceable) ./doc/common/tables/neutron-nec.xml:25(replaceable) ./doc/common/tables/neutron-nec.xml:45(replaceable) ./doc/common/tables/heat-clients_neutron.xml:21(replaceable) ./doc/common/tables/heat-clients_neutron.xml:25(replaceable) ./doc/common/tables/heat-clients_neutron.xml:29(replaceable) ./doc/common/tables/heat-clients_neutron.xml:33(replaceable) ./doc/common/tables/heat-clients_neutron.xml:37(replaceable) ./doc/common/tables/nova-api.xml:73(replaceable) ./doc/common/tables/nova-api.xml:85(replaceable) ./doc/common/tables/sahara-domain.xml:21(replaceable) ./doc/common/tables/trove-auth_token.xml:21(replaceable) ./doc/common/tables/trove-auth_token.xml:29(replaceable) ./doc/common/tables/trove-auth_token.xml:33(replaceable) ./doc/common/tables/trove-auth_token.xml:45(replaceable) ./doc/common/tables/trove-auth_token.xml:57(replaceable) ./doc/common/tables/trove-auth_token.xml:61(replaceable) ./doc/common/tables/trove-auth_token.xml:65(replaceable) ./doc/common/tables/trove-auth_token.xml:69(replaceable) ./doc/common/tables/trove-auth_token.xml:73(replaceable) ./doc/common/tables/trove-auth_token.xml:77(replaceable) ./doc/common/tables/trove-auth_token.xml:97(replaceable) ./doc/common/tables/trove-auth_token.xml:105(replaceable) ./doc/common/tables/trove-auth_token.xml:117(replaceable) ./doc/common/tables/trove-auth_token.xml:141(replaceable) ./doc/common/tables/trove-auth_token.xml:145(replaceable) ./doc/common/tables/trove-auth_token.xml:157(replaceable) ./doc/common/tables/glance-cinder.xml:25(replaceable) ./doc/common/tables/glance-cinder.xml:33(replaceable) ./doc/common/tables/glance-common.xml:37(replaceable) ./doc/common/tables/glance-common.xml:77(replaceable) ./doc/common/tables/glance-common.xml:81(replaceable) ./doc/common/tables/glance-common.xml:89(replaceable) ./doc/common/tables/glance-common.xml:112(replaceable) ./doc/common/tables/glance-common.xml:130(replaceable) ./doc/common/tables/glance-common.xml:145(replaceable) ./doc/common/tables/glance-common.xml:157(replaceable) ./doc/common/tables/glance-common.xml:184(replaceable) ./doc/common/tables/neutron-ml2_vxlan.xml:36(replaceable) ./doc/common/tables/keystone-ec2.xml:21(replaceable) ./doc/common/tables/keystone-ec2.xml:25(replaceable) ./doc/common/tables/keystone-ec2.xml:33(replaceable) ./doc/common/tables/heat-clients_keystone.xml:21(replaceable) ./doc/common/tables/heat-clients_keystone.xml:25(replaceable) ./doc/common/tables/heat-clients_keystone.xml:29(replaceable) ./doc/common/tables/heat-clients_keystone.xml:33(replaceable) ./doc/common/tables/heat-clients_keystone.xml:37(replaceable) ./doc/common/tables/neutron-nsx.xml:25(replaceable) ./doc/common/tables/neutron-nsx.xml:29(replaceable) ./doc/common/tables/neutron-nsx.xml:37(replaceable) ./doc/common/tables/neutron-nsx.xml:118(replaceable) ./doc/common/tables/neutron-nsx.xml:133(replaceable) ./doc/common/tables/neutron-nsx.xml:137(replaceable) ./doc/common/tables/neutron-nsx.xml:141(replaceable) ./doc/common/tables/neutron-nsx.xml:145(replaceable) ./doc/common/tables/neutron-nsx.xml:149(replaceable) ./doc/common/tables/neutron-nsx.xml:153(replaceable) ./doc/common/tables/neutron-nsx.xml:161(replaceable) ./doc/common/tables/neutron-nsx.xml:165(replaceable) ./doc/common/tables/neutron-nsx.xml:169(replaceable) ./doc/common/tables/neutron-nsx.xml:173(replaceable) ./doc/common/tables/neutron-nsx.xml:177(replaceable) ./doc/common/tables/neutron-nsx.xml:181(replaceable) ./doc/common/tables/neutron-nsx.xml:193(replaceable) ./doc/common/tables/neutron-nsx.xml:217(replaceable) ./doc/common/tables/trove-logging.xml:45(replaceable) ./doc/common/tables/trove-logging.xml:53(replaceable) ./doc/common/tables/trove-logging.xml:57(replaceable) ./doc/common/tables/trove-logging.xml:61(replaceable) ./doc/common/tables/keystone-redis.xml:25(replaceable) ./doc/common/tables/nova-hyperv.xml:53(replaceable) ./doc/common/tables/glance-testing.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:25(replaceable) ./doc/common/tables/neutron-common.xml:29(replaceable) ./doc/common/tables/neutron-common.xml:41(replaceable) ./doc/common/tables/neutron-common.xml:49(replaceable) ./doc/common/tables/neutron-common.xml:57(replaceable) ./doc/common/tables/neutron-common.xml:73(replaceable) ./doc/common/tables/neutron-common.xml:77(replaceable) ./doc/common/tables/neutron-common.xml:81(replaceable) ./doc/common/tables/neutron-common.xml:137(replaceable) ./doc/common/tables/neutron-common.xml:165(replaceable) ./doc/common/tables/neutron-common.xml:208(replaceable) ./doc/common/tables/neutron-common.xml:215(replaceable) ./doc/common/tables/neutron-common.xml:219(replaceable) ./doc/common/tables/neutron-common.xml:223(replaceable) ./doc/common/tables/neutron-common.xml:227(replaceable) ./doc/common/tables/neutron-common.xml:235(replaceable) ./doc/common/tables/neutron-common.xml:242(replaceable) ./doc/common/tables/neutron-common.xml:249(replaceable) ./doc/common/tables/nova-hypervisor.xml:21(replaceable) ./doc/common/tables/nova-hypervisor.xml:41(replaceable) ./doc/common/tables/nova-configdrive.xml:29(replaceable) ./doc/common/tables/keystone-token.xml:29(replaceable) ./doc/common/tables/cinder-datera.xml:25(replaceable) ./doc/common/tables/cinder-datera.xml:37(replaceable) ./doc/common/tables/cinder-datera.xml:41(replaceable) ./doc/common/tables/heat-database.xml:25(replaceable) ./doc/common/tables/heat-database.xml:57(replaceable) ./doc/common/tables/heat-database.xml:61(replaceable) ./doc/common/tables/heat-database.xml:77(replaceable) ./doc/common/tables/heat-database.xml:85(replaceable) ./doc/common/tables/keystone-database.xml:25(replaceable) ./doc/common/tables/keystone-database.xml:57(replaceable) ./doc/common/tables/keystone-database.xml:61(replaceable) ./doc/common/tables/keystone-database.xml:77(replaceable) ./doc/common/tables/keystone-database.xml:85(replaceable) ./doc/common/tables/cinder-conf-changes.xml:618(td) ./doc/common/tables/cinder-conf-changes.xml:623(td) ./doc/common/tables/trove-debug.xml:21(replaceable) ./doc/common/tables/trove-debug.xml:33(replaceable) ./doc/common/tables/trove-debug.xml:37(replaceable) ./doc/common/tables/trove-swift.xml:29(replaceable) ./doc/common/tables/nova-libvirt.xml:48(replaceable) ./doc/common/tables/nova-libvirt.xml:52(replaceable) ./doc/common/tables/nova-libvirt.xml:60(replaceable) ./doc/common/tables/nova-libvirt.xml:68(replaceable) ./doc/common/tables/nova-libvirt.xml:72(replaceable) ./doc/common/tables/nova-libvirt.xml:92(replaceable) ./doc/common/tables/nova-libvirt.xml:108(replaceable) ./doc/common/tables/nova-libvirt.xml:132(replaceable) ./doc/common/tables/nova-libvirt.xml:136(replaceable) ./doc/common/tables/nova-libvirt.xml:140(replaceable) ./doc/common/tables/nova-libvirt.xml:144(replaceable) ./doc/common/tables/nova-libvirt.xml:152(replaceable) ./doc/common/tables/ceilometer-amqp.xml:33(replaceable) ./doc/common/tables/neutron-nova.xml:21(replaceable) ./doc/common/tables/neutron-nova.xml:25(replaceable) ./doc/common/tables/neutron-nova.xml:29(replaceable) ./doc/common/tables/neutron-nova.xml:33(replaceable) ./doc/common/tables/neutron-nova.xml:41(replaceable) ./doc/common/tables/neutron-nova.xml:45(replaceable) ./doc/common/tables/neutron-nova.xml:49(replaceable) ./doc/common/tables/neutron-securitygroups.xml:33(replaceable) ./doc/common/tables/keystone-debug.xml:21(replaceable) ./doc/common/tables/keystone-debug.xml:25(replaceable) ./doc/common/tables/keystone-debug.xml:29(replaceable) ./doc/common/tables/nova-debug.xml:21(replaceable) msgid "None" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:21(td) ./doc/common/tables/ceilometer-database.xml:28(td) ./doc/common/tables/ceilometer-database.xml:32(td) ./doc/common/tables/ceilometer-database.xml:36(td) ./doc/common/tables/ceilometer-database.xml:40(td) ./doc/common/tables/ceilometer-database.xml:44(td) ./doc/common/tables/ceilometer-database.xml:48(td) ./doc/common/tables/ceilometer-database.xml:52(td) ./doc/common/tables/ceilometer-database.xml:56(td) ./doc/common/tables/ceilometer-database.xml:60(td) ./doc/common/tables/ceilometer-database.xml:64(td) ./doc/common/tables/ceilometer-database.xml:68(td) ./doc/common/tables/ceilometer-database.xml:72(td) ./doc/common/tables/ceilometer-database.xml:76(td) ./doc/common/tables/ceilometer-database.xml:80(td) ./doc/common/tables/ceilometer-database.xml:84(td) ./doc/common/tables/ceilometer-database.xml:88(td) ./doc/common/tables/ceilometer-database.xml:92(td) ./doc/common/tables/ceilometer-database.xml:96(td) ./doc/common/tables/ceilometer-database.xml:100(td) ./doc/common/tables/ceilometer-database.xml:104(td) ./doc/common/tables/ceilometer-database.xml:112(td) ./doc/common/tables/ceilometer-database.xml:116(td) ./doc/common/tables/ceilometer-database.xml:120(td) ./doc/common/tables/ceilometer-database.xml:124(td) ./doc/common/tables/ceilometer-database.xml:128(td) ./doc/common/tables/ceilometer-database.xml:132(td) ./doc/common/tables/ceilometer-database.xml:136(td) ./doc/common/tables/neutron-openvswitch_agent.xml:21(td) ./doc/common/tables/neutron-openvswitch_agent.xml:25(td) ./doc/common/tables/neutron-openvswitch_agent.xml:29(td) ./doc/common/tables/neutron-openvswitch_agent.xml:36(td) ./doc/common/tables/neutron-openvswitch_agent.xml:40(td) ./doc/common/tables/neutron-openvswitch_agent.xml:44(td) ./doc/common/tables/neutron-openvswitch_agent.xml:48(td) ./doc/common/tables/neutron-openvswitch_agent.xml:52(td) ./doc/common/tables/neutron-openvswitch_agent.xml:56(td) ./doc/common/tables/neutron-openvswitch_agent.xml:60(td) ./doc/common/tables/neutron-openvswitch_agent.xml:64(td) ./doc/common/tables/neutron-openvswitch_agent.xml:72(td) ./doc/common/tables/neutron-openvswitch_agent.xml:76(td) ./doc/common/tables/neutron-openvswitch_agent.xml:83(td) ./doc/common/tables/neutron-openvswitch_agent.xml:94(td) ./doc/common/tables/neutron-openvswitch_agent.xml:98(td) ./doc/common/tables/neutron-openvswitch_agent.xml:102(td) ./doc/common/tables/neutron-openvswitch_agent.xml:106(td) ./doc/common/tables/neutron-openvswitch_agent.xml:110(td) ./doc/common/tables/neutron-openvswitch_agent.xml:114(td) ./doc/common/tables/neutron-openvswitch_agent.xml:118(td) ./doc/common/tables/heat-clients.xml:21(td) ./doc/common/tables/heat-clients.xml:28(td) ./doc/common/tables/heat-clients.xml:32(td) ./doc/common/tables/heat-clients.xml:36(td) ./doc/common/tables/heat-clients.xml:40(td) ./doc/common/tables/heat-clients.xml:44(td) ./doc/common/tables/cinder-solidfire.xml:21(td) ./doc/common/tables/cinder-solidfire.xml:25(td) ./doc/common/tables/cinder-solidfire.xml:29(td) ./doc/common/tables/cinder-solidfire.xml:33(td) ./doc/common/tables/cinder-solidfire.xml:37(td) ./doc/common/tables/cinder-solidfire.xml:41(td) ./doc/common/tables/neutron-rpc.xml:21(td) ./doc/common/tables/neutron-rpc.xml:25(td) ./doc/common/tables/neutron-rpc.xml:29(td) ./doc/common/tables/neutron-rpc.xml:33(td) ./doc/common/tables/neutron-rpc.xml:37(td) ./doc/common/tables/neutron-rpc.xml:41(td) ./doc/common/tables/neutron-rpc.xml:45(td) ./doc/common/tables/neutron-rpc.xml:52(td) ./doc/common/tables/neutron-rpc.xml:59(td) ./doc/common/tables/neutron-rpc.xml:63(td) ./doc/common/tables/neutron-rpc.xml:70(td) ./doc/common/tables/neutron-rpc.xml:74(td) ./doc/common/tables/neutron-rpc.xml:78(td) ./doc/common/tables/neutron-rpc.xml:82(td) ./doc/common/tables/neutron-rpc.xml:86(td) ./doc/common/tables/neutron-rpc.xml:90(td) ./doc/common/tables/neutron-rpc.xml:106(td) ./doc/common/tables/neutron-rpc.xml:110(td) ./doc/common/tables/neutron-rpc.xml:117(td) ./doc/common/tables/neutron-rpc.xml:121(td) ./doc/common/tables/neutron-rpc.xml:125(td) ./doc/common/tables/neutron-rpc.xml:129(td) ./doc/common/tables/neutron-rpc.xml:133(td) ./doc/common/tables/neutron-rpc.xml:141(td) ./doc/common/tables/neutron-rpc.xml:145(td) ./doc/common/tables/neutron-rpc.xml:149(td) ./doc/common/tables/neutron-rpc.xml:157(td) ./doc/common/tables/neutron-rpc.xml:161(td) ./doc/common/tables/neutron-rpc.xml:169(td) ./doc/common/tables/neutron-rpc.xml:176(td) ./doc/common/tables/neutron-rpc.xml:180(td) ./doc/common/tables/neutron-rpc.xml:184(td) ./doc/common/tables/neutron-rpc.xml:188(td) ./doc/common/tables/neutron-rpc.xml:192(td) ./doc/common/tables/neutron-rpc.xml:196(td) ./doc/common/tables/neutron-rpc.xml:216(td) ./doc/common/tables/neutron-rpc.xml:220(td) ./doc/common/tables/neutron-rpc.xml:224(td) ./doc/common/tables/neutron-rpc.xml:228(td) ./doc/common/tables/neutron-rpc.xml:232(td) ./doc/common/tables/neutron-rpc.xml:236(td) ./doc/common/tables/neutron-rpc.xml:240(td) ./doc/common/tables/neutron-rpc.xml:244(td) ./doc/common/tables/neutron-rpc.xml:248(td) ./doc/common/tables/neutron-rpc.xml:252(td) ./doc/common/tables/neutron-rpc.xml:256(td) ./doc/common/tables/neutron-rpc.xml:260(td) ./doc/common/tables/neutron-rpc.xml:264(td) ./doc/common/tables/trove-db_percona.xml:21(td) ./doc/common/tables/trove-db_percona.xml:25(td) ./doc/common/tables/trove-db_percona.xml:29(td) ./doc/common/tables/trove-db_percona.xml:33(td) ./doc/common/tables/trove-db_percona.xml:37(td) ./doc/common/tables/trove-db_percona.xml:41(td) ./doc/common/tables/trove-db_percona.xml:45(td) ./doc/common/tables/trove-db_percona.xml:49(td) ./doc/common/tables/trove-db_percona.xml:53(td) ./doc/common/tables/trove-db_percona.xml:57(td) ./doc/common/tables/trove-db_percona.xml:61(td) ./doc/common/tables/trove-db_percona.xml:65(td) ./doc/common/tables/trove-db_percona.xml:73(td) ./doc/common/tables/trove-db_percona.xml:77(td) ./doc/common/tables/nova-periodic.xml:21(td) ./doc/common/tables/nova-periodic.xml:25(td) ./doc/common/tables/nova-periodic.xml:29(td) ./doc/common/tables/ironic-redis.xml:21(td) ./doc/common/tables/ironic-redis.xml:25(td) ./doc/common/tables/ironic-redis.xml:29(td) ./doc/common/tables/ironic-redis.xml:36(td) ./doc/common/tables/keystone-auth.xml:21(td) ./doc/common/tables/keystone-auth.xml:25(td) ./doc/common/tables/keystone-auth.xml:29(td) ./doc/common/tables/keystone-auth.xml:33(td) ./doc/common/tables/keystone-auth.xml:37(td) ./doc/common/tables/keystone-policy.xml:21(td) ./doc/common/tables/keystone-policy.xml:25(td) ./doc/common/tables/keystone-policy.xml:29(td) ./doc/common/tables/keystone-policy.xml:36(td) ./doc/common/tables/keystone-policy.xml:40(td) ./doc/common/tables/glance-auth_token.xml:21(td) ./doc/common/tables/glance-auth_token.xml:25(td) ./doc/common/tables/glance-auth_token.xml:29(td) ./doc/common/tables/glance-auth_token.xml:33(td) ./doc/common/tables/glance-auth_token.xml:41(td) ./doc/common/tables/glance-auth_token.xml:45(td) ./doc/common/tables/glance-auth_token.xml:49(td) ./doc/common/tables/glance-auth_token.xml:53(td) ./doc/common/tables/glance-auth_token.xml:57(td) ./doc/common/tables/glance-auth_token.xml:61(td) ./doc/common/tables/glance-auth_token.xml:65(td) ./doc/common/tables/glance-auth_token.xml:69(td) ./doc/common/tables/glance-auth_token.xml:73(td) ./doc/common/tables/glance-auth_token.xml:77(td) ./doc/common/tables/glance-auth_token.xml:81(td) ./doc/common/tables/glance-auth_token.xml:85(td) ./doc/common/tables/glance-auth_token.xml:89(td) ./doc/common/tables/glance-auth_token.xml:93(td) ./doc/common/tables/glance-auth_token.xml:97(td) ./doc/common/tables/glance-auth_token.xml:101(td) ./doc/common/tables/glance-auth_token.xml:105(td) ./doc/common/tables/glance-auth_token.xml:109(td) ./doc/common/tables/glance-auth_token.xml:113(td) ./doc/common/tables/glance-auth_token.xml:117(td) ./doc/common/tables/glance-auth_token.xml:121(td) ./doc/common/tables/glance-auth_token.xml:125(td) ./doc/common/tables/glance-auth_token.xml:129(td) ./doc/common/tables/glance-auth_token.xml:133(td) ./doc/common/tables/glance-auth_token.xml:137(td) ./doc/common/tables/glance-auth_token.xml:141(td) ./doc/common/tables/glance-auth_token.xml:145(td) ./doc/common/tables/glance-auth_token.xml:149(td) ./doc/common/tables/glance-auth_token.xml:153(td) ./doc/common/tables/glance-auth_token.xml:157(td) ./doc/common/tables/glance-auth_token.xml:161(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:21(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:25(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:29(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:33(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:37(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:41(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:45(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:49(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:53(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:57(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:61(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:65(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:21(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:25(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:29(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:33(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:37(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:41(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:45(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:49(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:53(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:57(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:61(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:65(td) ./doc/common/tables/cinder-nimble.xml:21(td) ./doc/common/tables/cinder-nimble.xml:25(td) ./doc/common/tables/keystone-testing.xml:21(td) ./doc/common/tables/swift-container-server-container-sync.xml:20(td) ./doc/common/tables/swift-container-server-container-sync.xml:24(td) ./doc/common/tables/swift-container-server-container-sync.xml:28(td) ./doc/common/tables/swift-container-server-container-sync.xml:32(td) ./doc/common/tables/swift-container-server-container-sync.xml:36(td) ./doc/common/tables/swift-container-server-container-sync.xml:40(td) ./doc/common/tables/swift-container-server-container-sync.xml:44(td) ./doc/common/tables/swift-container-server-container-sync.xml:48(td) ./doc/common/tables/swift-container-server-container-sync.xml:52(td) ./doc/common/tables/swift-container-server-container-sync.xml:56(td) ./doc/common/tables/ironic-seamicro.xml:21(td) ./doc/common/tables/ironic-seamicro.xml:25(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:20(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:28(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:32(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:36(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:40(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:44(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:88(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:92(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:96(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:100(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:104(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:109(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:117(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:121(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:131(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:135(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:145(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:149(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:157(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:161(td) ./doc/common/tables/ceilometer-zaqar.xml:21(td) ./doc/common/tables/cinder-flashsystem.xml:21(td) ./doc/common/tables/cinder-flashsystem.xml:25(td) ./doc/common/tables/cinder-flashsystem.xml:29(td) ./doc/common/tables/neutron-amqp.xml:21(td) ./doc/common/tables/neutron-amqp.xml:25(td) ./doc/common/tables/neutron-amqp.xml:29(td) ./doc/common/tables/neutron-amqp.xml:33(td) ./doc/common/tables/cinder-qpid.xml:21(td) ./doc/common/tables/cinder-qpid.xml:25(td) ./doc/common/tables/cinder-qpid.xml:29(td) ./doc/common/tables/cinder-qpid.xml:33(td) ./doc/common/tables/cinder-qpid.xml:37(td) ./doc/common/tables/cinder-qpid.xml:45(td) ./doc/common/tables/cinder-qpid.xml:49(td) ./doc/common/tables/cinder-qpid.xml:53(td) ./doc/common/tables/cinder-qpid.xml:61(td) ./doc/common/tables/cinder-qpid.xml:65(td) ./doc/common/tables/cinder-qpid.xml:73(td) ./doc/common/tables/cinder-zoning_fabric.xml:29(td) ./doc/common/tables/cinder-zoning_fabric.xml:37(td) ./doc/common/tables/cinder-zoning_fabric.xml:41(td) ./doc/common/tables/cinder-zoning_fabric.xml:45(td) ./doc/common/tables/cinder-zoning_fabric.xml:49(td) ./doc/common/tables/ceilometer-redis.xml:21(td) ./doc/common/tables/ceilometer-redis.xml:25(td) ./doc/common/tables/ceilometer-redis.xml:29(td) ./doc/common/tables/ceilometer-redis.xml:36(td) ./doc/common/tables/cinder-storage_ceph.xml:21(td) ./doc/common/tables/cinder-storage_ceph.xml:29(td) ./doc/common/tables/cinder-storage_ceph.xml:33(td) ./doc/common/tables/cinder-storage_ceph.xml:37(td) ./doc/common/tables/cinder-storage_ceph.xml:41(td) ./doc/common/tables/cinder-storage_ceph.xml:45(td) ./doc/common/tables/cinder-storage_ceph.xml:49(td) ./doc/common/tables/cinder-storage_ceph.xml:53(td) ./doc/common/tables/ceilometer-vmware.xml:21(td) ./doc/common/tables/ceilometer-vmware.xml:33(td) ./doc/common/tables/ceilometer-vmware.xml:41(td) ./doc/common/tables/ceilometer-vmware.xml:45(td) ./doc/common/tables/neutron-cisco.xml:21(td) ./doc/common/tables/neutron-cisco.xml:25(td) ./doc/common/tables/neutron-cisco.xml:29(td) ./doc/common/tables/neutron-cisco.xml:33(td) ./doc/common/tables/neutron-cisco.xml:37(td) ./doc/common/tables/neutron-cisco.xml:41(td) ./doc/common/tables/neutron-cisco.xml:45(td) ./doc/common/tables/neutron-cisco.xml:56(td) ./doc/common/tables/neutron-cisco.xml:60(td) ./doc/common/tables/neutron-cisco.xml:64(td) ./doc/common/tables/neutron-cisco.xml:68(td) ./doc/common/tables/neutron-cisco.xml:72(td) ./doc/common/tables/neutron-cisco.xml:76(td) ./doc/common/tables/neutron-cisco.xml:80(td) ./doc/common/tables/neutron-cisco.xml:84(td) ./doc/common/tables/neutron-cisco.xml:88(td) ./doc/common/tables/neutron-cisco.xml:92(td) ./doc/common/tables/neutron-cisco.xml:96(td) ./doc/common/tables/neutron-cisco.xml:100(td) ./doc/common/tables/neutron-cisco.xml:104(td) ./doc/common/tables/neutron-cisco.xml:108(td) ./doc/common/tables/neutron-cisco.xml:115(td) ./doc/common/tables/neutron-cisco.xml:119(td) ./doc/common/tables/neutron-cisco.xml:126(td) ./doc/common/tables/neutron-cisco.xml:130(td) ./doc/common/tables/neutron-cisco.xml:134(td) ./doc/common/tables/neutron-cisco.xml:138(td) ./doc/common/tables/neutron-cisco.xml:142(td) ./doc/common/tables/neutron-cisco.xml:146(td) ./doc/common/tables/neutron-cisco.xml:150(td) ./doc/common/tables/neutron-cisco.xml:154(td) ./doc/common/tables/neutron-cisco.xml:161(td) ./doc/common/tables/neutron-cisco.xml:165(td) ./doc/common/tables/neutron-cisco.xml:169(td) ./doc/common/tables/neutron-cisco.xml:173(td) ./doc/common/tables/neutron-cisco.xml:177(td) ./doc/common/tables/neutron-cisco.xml:181(td) ./doc/common/tables/neutron-cisco.xml:185(td) ./doc/common/tables/neutron-cisco.xml:189(td) ./doc/common/tables/nova-testing.xml:21(td) ./doc/common/tables/nova-testing.xml:25(td) ./doc/common/tables/nova-testing.xml:29(td) ./doc/common/tables/nova-testing.xml:33(td) ./doc/common/tables/nova-metadata.xml:21(td) ./doc/common/tables/nova-metadata.xml:25(td) ./doc/common/tables/nova-metadata.xml:29(td) ./doc/common/tables/nova-metadata.xml:33(td) ./doc/common/tables/nova-metadata.xml:37(td) ./doc/common/tables/nova-metadata.xml:41(td) ./doc/common/tables/nova-metadata.xml:45(td) ./doc/common/tables/nova-metadata.xml:49(td) ./doc/common/tables/nova-metadata.xml:53(td) ./doc/common/tables/heat-clients_nova.xml:21(td) ./doc/common/tables/heat-clients_nova.xml:25(td) ./doc/common/tables/heat-clients_nova.xml:29(td) ./doc/common/tables/heat-clients_nova.xml:33(td) ./doc/common/tables/heat-clients_nova.xml:37(td) ./doc/common/tables/heat-clients_nova.xml:41(td) ./doc/common/tables/cinder-hp3par.xml:25(td) ./doc/common/tables/cinder-hp3par.xml:33(td) ./doc/common/tables/cinder-hp3par.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:49(td) ./doc/common/tables/glance-ca.xml:21(td) ./doc/common/tables/glance-ca.xml:25(td) ./doc/common/tables/glance-ca.xml:29(td) ./doc/common/tables/neutron-scheduler.xml:21(td) ./doc/common/tables/neutron-scheduler.xml:25(td) ./doc/common/tables/neutron-scheduler.xml:29(td) ./doc/common/tables/neutron-scheduler.xml:33(td) ./doc/common/tables/neutron-scheduler.xml:37(td) ./doc/common/tables/glance-rbd.xml:21(td) ./doc/common/tables/glance-rbd.xml:25(td) ./doc/common/tables/glance-rbd.xml:29(td) ./doc/common/tables/glance-rbd.xml:33(td) ./doc/common/tables/cinder-fusionio.xml:21(td) ./doc/common/tables/cinder-fusionio.xml:25(td) ./doc/common/tables/cinder-fusionio.xml:29(td) ./doc/common/tables/ceilometer-common.xml:21(td) ./doc/common/tables/ceilometer-common.xml:25(td) ./doc/common/tables/ceilometer-common.xml:29(td) ./doc/common/tables/ceilometer-common.xml:33(td) ./doc/common/tables/ceilometer-common.xml:37(td) ./doc/common/tables/ceilometer-common.xml:41(td) ./doc/common/tables/ceilometer-common.xml:45(td) ./doc/common/tables/ceilometer-common.xml:49(td) ./doc/common/tables/ceilometer-common.xml:53(td) ./doc/common/tables/ceilometer-common.xml:60(td) ./doc/common/tables/ceilometer-common.xml:67(td) ./doc/common/tables/ceilometer-common.xml:71(td) ./doc/common/tables/ceilometer-common.xml:75(td) ./doc/common/tables/ceilometer-common.xml:82(td) ./doc/common/tables/ceilometer-common.xml:89(td) ./doc/common/tables/cinder-pure.xml:21(td) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:20(td) ./doc/common/tables/cinder-database.xml:21(td) ./doc/common/tables/cinder-database.xml:28(td) ./doc/common/tables/cinder-database.xml:32(td) ./doc/common/tables/cinder-database.xml:36(td) ./doc/common/tables/cinder-database.xml:40(td) ./doc/common/tables/cinder-database.xml:44(td) ./doc/common/tables/cinder-database.xml:48(td) ./doc/common/tables/cinder-database.xml:52(td) ./doc/common/tables/cinder-database.xml:56(td) ./doc/common/tables/cinder-database.xml:60(td) ./doc/common/tables/cinder-database.xml:64(td) ./doc/common/tables/cinder-database.xml:68(td) ./doc/common/tables/cinder-database.xml:72(td) ./doc/common/tables/cinder-database.xml:76(td) ./doc/common/tables/cinder-database.xml:80(td) ./doc/common/tables/cinder-database.xml:84(td) ./doc/common/tables/cinder-database.xml:88(td) ./doc/common/tables/cinder-database.xml:92(td) ./doc/common/tables/cinder-database.xml:96(td) ./doc/common/tables/cinder-database.xml:100(td) ./doc/common/tables/cinder-database.xml:104(td) ./doc/common/tables/cinder-database.xml:108(td) ./doc/common/tables/trove-db_vertica.xml:21(td) ./doc/common/tables/trove-db_vertica.xml:25(td) ./doc/common/tables/trove-db_vertica.xml:29(td) ./doc/common/tables/trove-db_vertica.xml:33(td) ./doc/common/tables/trove-db_vertica.xml:37(td) ./doc/common/tables/trove-db_vertica.xml:41(td) ./doc/common/tables/trove-db_vertica.xml:45(td) ./doc/common/tables/trove-db_vertica.xml:49(td) ./doc/common/tables/trove-db_vertica.xml:53(td) ./doc/common/tables/trove-db_vertica.xml:57(td) ./doc/common/tables/trove-db_vertica.xml:61(td) ./doc/common/tables/trove-db_vertica.xml:65(td) ./doc/common/tables/trove-db_vertica.xml:69(td) ./doc/common/tables/trove-db_vertica.xml:73(td) ./doc/common/tables/trove-db_vertica.xml:77(td) ./doc/common/tables/trove-db_vertica.xml:81(td) ./doc/common/tables/ceilometer-logging.xml:21(td) ./doc/common/tables/ceilometer-logging.xml:25(td) ./doc/common/tables/ceilometer-logging.xml:29(td) ./doc/common/tables/ceilometer-logging.xml:33(td) ./doc/common/tables/ceilometer-logging.xml:37(td) ./doc/common/tables/ceilometer-logging.xml:41(td) ./doc/common/tables/ceilometer-logging.xml:45(td) ./doc/common/tables/ceilometer-logging.xml:49(td) ./doc/common/tables/ceilometer-logging.xml:53(td) ./doc/common/tables/ceilometer-logging.xml:57(td) ./doc/common/tables/ceilometer-logging.xml:61(td) ./doc/common/tables/ceilometer-logging.xml:65(td) ./doc/common/tables/ceilometer-logging.xml:69(td) ./doc/common/tables/ceilometer-logging.xml:73(td) ./doc/common/tables/ceilometer-logging.xml:77(td) ./doc/common/tables/ceilometer-logging.xml:81(td) ./doc/common/tables/ceilometer-logging.xml:85(td) ./doc/common/tables/ceilometer-logging.xml:89(td) ./doc/common/tables/ceilometer-logging.xml:93(td) ./doc/common/tables/ceilometer-logging.xml:97(td) ./doc/common/tables/heat-common.xml:21(td) ./doc/common/tables/heat-common.xml:25(td) ./doc/common/tables/heat-common.xml:29(td) ./doc/common/tables/heat-common.xml:33(td) ./doc/common/tables/heat-common.xml:37(td) ./doc/common/tables/heat-common.xml:41(td) ./doc/common/tables/heat-common.xml:45(td) ./doc/common/tables/heat-common.xml:49(td) ./doc/common/tables/heat-common.xml:53(td) ./doc/common/tables/heat-common.xml:57(td) ./doc/common/tables/heat-common.xml:61(td) ./doc/common/tables/heat-common.xml:65(td) ./doc/common/tables/heat-common.xml:69(td) ./doc/common/tables/heat-common.xml:76(td) ./doc/common/tables/heat-common.xml:83(td) ./doc/common/tables/nova-ipv6.xml:21(td) ./doc/common/tables/nova-ipv6.xml:25(td) ./doc/common/tables/nova-ipv6.xml:29(td) ./doc/common/tables/nova-ipv6.xml:33(td) ./doc/common/tables/sahara-zeromq.xml:21(td) ./doc/common/tables/sahara-zeromq.xml:25(td) ./doc/common/tables/sahara-zeromq.xml:29(td) ./doc/common/tables/sahara-zeromq.xml:33(td) ./doc/common/tables/sahara-zeromq.xml:37(td) ./doc/common/tables/sahara-zeromq.xml:41(td) ./doc/common/tables/sahara-zeromq.xml:45(td) ./doc/common/tables/ironic-rabbitmq.xml:21(td) ./doc/common/tables/ironic-rabbitmq.xml:41(td) ./doc/common/tables/ironic-rabbitmq.xml:45(td) ./doc/common/tables/ironic-rabbitmq.xml:49(td) ./doc/common/tables/ironic-rabbitmq.xml:53(td) ./doc/common/tables/ironic-rabbitmq.xml:57(td) ./doc/common/tables/ironic-rabbitmq.xml:61(td) ./doc/common/tables/ironic-rabbitmq.xml:65(td) ./doc/common/tables/ironic-rabbitmq.xml:69(td) ./doc/common/tables/ironic-rabbitmq.xml:73(td) ./doc/common/tables/ironic-rabbitmq.xml:77(td) ./doc/common/tables/ironic-rabbitmq.xml:81(td) ./doc/common/tables/ironic-rabbitmq.xml:85(td) ./doc/common/tables/nova-vnc.xml:21(td) ./doc/common/tables/nova-vnc.xml:25(td) ./doc/common/tables/nova-vnc.xml:29(td) ./doc/common/tables/nova-vnc.xml:33(td) ./doc/common/tables/nova-vnc.xml:37(td) ./doc/common/tables/nova-vnc.xml:41(td) ./doc/common/tables/nova-vnc.xml:45(td) ./doc/common/tables/nova-vnc.xml:49(td) ./doc/common/tables/nova-vnc.xml:53(td) ./doc/common/tables/nova-vnc.xml:57(td) ./doc/common/tables/nova-vnc.xml:61(td) ./doc/common/tables/nova-vnc.xml:65(td) ./doc/common/tables/nova-vnc.xml:69(td) ./doc/common/tables/nova-vnc.xml:76(td) ./doc/common/tables/nova-vnc.xml:80(td) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:20(td) ./doc/common/tables/trove-qpid.xml:21(td) ./doc/common/tables/trove-qpid.xml:25(td) ./doc/common/tables/trove-qpid.xml:29(td) ./doc/common/tables/trove-qpid.xml:37(td) ./doc/common/tables/trove-qpid.xml:41(td) ./doc/common/tables/trove-qpid.xml:45(td) ./doc/common/tables/trove-qpid.xml:53(td) ./doc/common/tables/trove-qpid.xml:57(td) ./doc/common/tables/cinder-xio.xml:21(td) ./doc/common/tables/cinder-xio.xml:25(td) ./doc/common/tables/cinder-xio.xml:29(td) ./doc/common/tables/cinder-xio.xml:33(td) ./doc/common/tables/cinder-xio.xml:37(td) ./doc/common/tables/cinder-xio.xml:41(td) ./doc/common/tables/keystone-api.xml:21(td) ./doc/common/tables/keystone-api.xml:25(td) ./doc/common/tables/keystone-api.xml:29(td) ./doc/common/tables/keystone-api.xml:33(td) ./doc/common/tables/keystone-api.xml:37(td) ./doc/common/tables/keystone-api.xml:41(td) ./doc/common/tables/keystone-api.xml:45(td) ./doc/common/tables/keystone-api.xml:49(td) ./doc/common/tables/keystone-api.xml:53(td) ./doc/common/tables/keystone-api.xml:57(td) ./doc/common/tables/keystone-api.xml:61(td) ./doc/common/tables/keystone-api.xml:65(td) ./doc/common/tables/keystone-api.xml:69(td) ./doc/common/tables/keystone-api.xml:76(td) ./doc/common/tables/keystone-api.xml:80(td) ./doc/common/tables/keystone-api.xml:87(td) ./doc/common/tables/keystone-api.xml:94(td) ./doc/common/tables/keystone-api.xml:98(td) ./doc/common/tables/keystone-api.xml:102(td) ./doc/common/tables/keystone-api.xml:106(td) ./doc/common/tables/keystone-api.xml:110(td) ./doc/common/tables/keystone-api.xml:114(td) ./doc/common/tables/keystone-api.xml:118(td) ./doc/common/tables/keystone-api.xml:122(td) ./doc/common/tables/keystone-api.xml:129(td) ./doc/common/tables/keystone-api.xml:136(td) ./doc/common/tables/keystone-api.xml:140(td) ./doc/common/tables/keystone-api.xml:144(td) ./doc/common/tables/keystone-api.xml:148(td) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:20(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:29(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:37(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:41(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:45(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:49(td) ./doc/common/tables/nova-ironic.xml:21(td) ./doc/common/tables/nova-ironic.xml:25(td) ./doc/common/tables/nova-ironic.xml:29(td) ./doc/common/tables/nova-ironic.xml:33(td) ./doc/common/tables/nova-ironic.xml:37(td) ./doc/common/tables/nova-ironic.xml:41(td) ./doc/common/tables/nova-ironic.xml:45(td) ./doc/common/tables/nova-ironic.xml:49(td) ./doc/common/tables/nova-ironic.xml:53(td) ./doc/common/tables/nova-ironic.xml:57(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:21(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:25(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:33(td) ./doc/common/tables/swift-container-server-container-auditor.xml:20(td) ./doc/common/tables/swift-container-server-container-auditor.xml:24(td) ./doc/common/tables/swift-container-server-container-auditor.xml:28(td) ./doc/common/tables/swift-container-server-container-auditor.xml:32(td) ./doc/common/tables/swift-container-server-container-auditor.xml:36(td) ./doc/common/tables/swift-container-server-container-auditor.xml:40(td) ./doc/common/tables/swift-container-server-container-auditor.xml:44(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:20(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:28(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:32(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:36(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:40(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:45(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:53(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:57(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:67(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:71(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:75(td) ./doc/common/tables/glance-rpc.xml:21(td) ./doc/common/tables/glance-rpc.xml:25(td) ./doc/common/tables/glance-rpc.xml:29(td) ./doc/common/tables/glance-rpc.xml:33(td) ./doc/common/tables/glance-rpc.xml:37(td) ./doc/common/tables/glance-rpc.xml:41(td) ./doc/common/tables/glance-rpc.xml:45(td) ./doc/common/tables/glance-rpc.xml:52(td) ./doc/common/tables/glance-rpc.xml:56(td) ./doc/common/tables/glance-rpc.xml:63(td) ./doc/common/tables/glance-rpc.xml:67(td) ./doc/common/tables/glance-rpc.xml:71(td) ./doc/common/tables/glance-rpc.xml:75(td) ./doc/common/tables/glance-rpc.xml:79(td) ./doc/common/tables/glance-rpc.xml:83(td) ./doc/common/tables/glance-rpc.xml:99(td) ./doc/common/tables/glance-rpc.xml:103(td) ./doc/common/tables/glance-rpc.xml:110(td) ./doc/common/tables/glance-rpc.xml:114(td) ./doc/common/tables/glance-rpc.xml:118(td) ./doc/common/tables/glance-rpc.xml:122(td) ./doc/common/tables/glance-rpc.xml:126(td) ./doc/common/tables/glance-rpc.xml:134(td) ./doc/common/tables/glance-rpc.xml:138(td) ./doc/common/tables/glance-rpc.xml:142(td) ./doc/common/tables/glance-rpc.xml:150(td) ./doc/common/tables/glance-rpc.xml:154(td) ./doc/common/tables/glance-rpc.xml:162(td) ./doc/common/tables/glance-rpc.xml:169(td) ./doc/common/tables/glance-rpc.xml:173(td) ./doc/common/tables/glance-rpc.xml:177(td) ./doc/common/tables/glance-rpc.xml:181(td) ./doc/common/tables/glance-rpc.xml:185(td) ./doc/common/tables/glance-rpc.xml:189(td) ./doc/common/tables/glance-rpc.xml:209(td) ./doc/common/tables/glance-rpc.xml:213(td) ./doc/common/tables/glance-rpc.xml:217(td) ./doc/common/tables/glance-rpc.xml:221(td) ./doc/common/tables/glance-rpc.xml:225(td) ./doc/common/tables/glance-rpc.xml:229(td) ./doc/common/tables/glance-rpc.xml:233(td) ./doc/common/tables/glance-rpc.xml:237(td) ./doc/common/tables/glance-rpc.xml:241(td) ./doc/common/tables/glance-rpc.xml:245(td) ./doc/common/tables/glance-rpc.xml:249(td) ./doc/common/tables/glance-rpc.xml:253(td) ./doc/common/tables/glance-rpc.xml:257(td) ./doc/common/tables/neutron-policy.xml:21(td) ./doc/common/tables/neutron-policy.xml:25(td) ./doc/common/tables/neutron-policy.xml:29(td) ./doc/common/tables/neutron-policy.xml:33(td) ./doc/common/tables/glance-database.xml:21(td) ./doc/common/tables/glance-database.xml:25(td) ./doc/common/tables/glance-database.xml:29(td) ./doc/common/tables/glance-database.xml:33(td) ./doc/common/tables/glance-database.xml:37(td) ./doc/common/tables/glance-database.xml:41(td) ./doc/common/tables/glance-database.xml:45(td) ./doc/common/tables/glance-database.xml:49(td) ./doc/common/tables/glance-database.xml:53(td) ./doc/common/tables/glance-database.xml:57(td) ./doc/common/tables/glance-database.xml:61(td) ./doc/common/tables/glance-database.xml:65(td) ./doc/common/tables/glance-database.xml:69(td) ./doc/common/tables/glance-database.xml:73(td) ./doc/common/tables/glance-database.xml:77(td) ./doc/common/tables/glance-database.xml:81(td) ./doc/common/tables/glance-database.xml:85(td) ./doc/common/tables/glance-database.xml:89(td) ./doc/common/tables/glance-database.xml:93(td) ./doc/common/tables/glance-database.xml:97(td) ./doc/common/tables/nova-spice.xml:21(td) ./doc/common/tables/nova-spice.xml:25(td) ./doc/common/tables/nova-spice.xml:29(td) ./doc/common/tables/nova-spice.xml:33(td) ./doc/common/tables/nova-spice.xml:37(td) ./doc/common/tables/nova-spice.xml:41(td) ./doc/common/tables/nova-spice.xml:45(td) ./doc/common/tables/nova-spice.xml:49(td) ./doc/common/tables/heat-clients_heat.xml:21(td) ./doc/common/tables/heat-clients_heat.xml:25(td) ./doc/common/tables/heat-clients_heat.xml:29(td) ./doc/common/tables/heat-clients_heat.xml:33(td) ./doc/common/tables/heat-clients_heat.xml:37(td) ./doc/common/tables/nova-xen.xml:21(td) ./doc/common/tables/nova-xen.xml:25(td) ./doc/common/tables/nova-xen.xml:29(td) ./doc/common/tables/nova-xen.xml:33(td) ./doc/common/tables/nova-xen.xml:37(td) ./doc/common/tables/nova-xen.xml:41(td) ./doc/common/tables/nova-xen.xml:45(td) ./doc/common/tables/nova-xen.xml:52(td) ./doc/common/tables/nova-xen.xml:59(td) ./doc/common/tables/nova-xen.xml:63(td) ./doc/common/tables/nova-xen.xml:67(td) ./doc/common/tables/nova-xen.xml:71(td) ./doc/common/tables/nova-xen.xml:75(td) ./doc/common/tables/nova-xen.xml:79(td) ./doc/common/tables/nova-xen.xml:83(td) ./doc/common/tables/nova-xen.xml:87(td) ./doc/common/tables/nova-xen.xml:91(td) ./doc/common/tables/nova-xen.xml:95(td) ./doc/common/tables/nova-xen.xml:99(td) ./doc/common/tables/nova-xen.xml:103(td) ./doc/common/tables/nova-xen.xml:107(td) ./doc/common/tables/nova-xen.xml:111(td) ./doc/common/tables/nova-xen.xml:115(td) ./doc/common/tables/nova-xen.xml:119(td) ./doc/common/tables/nova-xen.xml:123(td) ./doc/common/tables/nova-xen.xml:127(td) ./doc/common/tables/nova-xen.xml:131(td) ./doc/common/tables/nova-xen.xml:135(td) ./doc/common/tables/nova-xen.xml:139(td) ./doc/common/tables/nova-xen.xml:143(td) ./doc/common/tables/nova-xen.xml:147(td) ./doc/common/tables/nova-xen.xml:151(td) ./doc/common/tables/nova-xen.xml:155(td) ./doc/common/tables/nova-xen.xml:159(td) ./doc/common/tables/nova-xen.xml:163(td) ./doc/common/tables/nova-xen.xml:167(td) ./doc/common/tables/nova-xen.xml:171(td) ./doc/common/tables/nova-xen.xml:175(td) ./doc/common/tables/nova-xen.xml:179(td) ./doc/common/tables/nova-xen.xml:183(td) ./doc/common/tables/nova-xen.xml:187(td) ./doc/common/tables/nova-xen.xml:191(td) ./doc/common/tables/nova-xen.xml:195(td) ./doc/common/tables/nova-xen.xml:199(td) ./doc/common/tables/nova-xen.xml:203(td) ./doc/common/tables/nova-xen.xml:207(td) ./doc/common/tables/nova-xen.xml:211(td) ./doc/common/tables/nova-xen.xml:215(td) ./doc/common/tables/nova-xen.xml:219(td) ./doc/common/tables/nova-xen.xml:223(td) ./doc/common/tables/nova-xen.xml:227(td) ./doc/common/tables/nova-xen.xml:231(td) ./doc/common/tables/nova-xen.xml:235(td) ./doc/common/tables/trove-amqp.xml:21(td) ./doc/common/tables/trove-amqp.xml:25(td) ./doc/common/tables/trove-amqp.xml:29(td) ./doc/common/tables/trove-amqp.xml:33(td) ./doc/common/tables/trove-amqp.xml:37(td) ./doc/common/tables/trove-amqp.xml:41(td) ./doc/common/tables/trove-amqp.xml:45(td) ./doc/common/tables/keystone-common.xml:21(td) ./doc/common/tables/keystone-common.xml:28(td) ./doc/common/tables/ceilometer-auth_token.xml:21(td) ./doc/common/tables/ceilometer-auth_token.xml:25(td) ./doc/common/tables/ceilometer-auth_token.xml:29(td) ./doc/common/tables/ceilometer-auth_token.xml:33(td) ./doc/common/tables/ceilometer-auth_token.xml:41(td) ./doc/common/tables/ceilometer-auth_token.xml:45(td) ./doc/common/tables/ceilometer-auth_token.xml:49(td) ./doc/common/tables/ceilometer-auth_token.xml:53(td) ./doc/common/tables/ceilometer-auth_token.xml:57(td) ./doc/common/tables/ceilometer-auth_token.xml:61(td) ./doc/common/tables/ceilometer-auth_token.xml:65(td) ./doc/common/tables/ceilometer-auth_token.xml:69(td) ./doc/common/tables/ceilometer-auth_token.xml:73(td) ./doc/common/tables/ceilometer-auth_token.xml:77(td) ./doc/common/tables/ceilometer-auth_token.xml:81(td) ./doc/common/tables/ceilometer-auth_token.xml:85(td) ./doc/common/tables/ceilometer-auth_token.xml:89(td) ./doc/common/tables/ceilometer-auth_token.xml:93(td) ./doc/common/tables/ceilometer-auth_token.xml:97(td) ./doc/common/tables/ceilometer-auth_token.xml:101(td) ./doc/common/tables/ceilometer-auth_token.xml:105(td) ./doc/common/tables/ceilometer-auth_token.xml:109(td) ./doc/common/tables/ceilometer-auth_token.xml:113(td) ./doc/common/tables/ceilometer-auth_token.xml:117(td) ./doc/common/tables/ceilometer-auth_token.xml:121(td) ./doc/common/tables/ceilometer-auth_token.xml:125(td) ./doc/common/tables/ceilometer-auth_token.xml:129(td) ./doc/common/tables/ceilometer-auth_token.xml:133(td) ./doc/common/tables/ceilometer-auth_token.xml:137(td) ./doc/common/tables/ceilometer-auth_token.xml:141(td) ./doc/common/tables/ceilometer-auth_token.xml:145(td) ./doc/common/tables/ceilometer-auth_token.xml:149(td) ./doc/common/tables/ceilometer-auth_token.xml:153(td) ./doc/common/tables/ceilometer-auth_token.xml:157(td) ./doc/common/tables/ceilometer-auth_token.xml:161(td) ./doc/common/tables/ironic-swift.xml:21(td) ./doc/common/tables/nova-rabbitmq.xml:21(td) ./doc/common/tables/nova-rabbitmq.xml:41(td) ./doc/common/tables/nova-rabbitmq.xml:45(td) ./doc/common/tables/nova-rabbitmq.xml:49(td) ./doc/common/tables/nova-rabbitmq.xml:53(td) ./doc/common/tables/nova-rabbitmq.xml:57(td) ./doc/common/tables/nova-rabbitmq.xml:61(td) ./doc/common/tables/nova-rabbitmq.xml:65(td) ./doc/common/tables/nova-rabbitmq.xml:69(td) ./doc/common/tables/nova-rabbitmq.xml:73(td) ./doc/common/tables/nova-rabbitmq.xml:77(td) ./doc/common/tables/nova-rabbitmq.xml:81(td) ./doc/common/tables/nova-rabbitmq.xml:85(td) ./doc/common/tables/sahara-database.xml:21(td) ./doc/common/tables/sahara-database.xml:28(td) ./doc/common/tables/sahara-database.xml:32(td) ./doc/common/tables/sahara-database.xml:36(td) ./doc/common/tables/sahara-database.xml:40(td) ./doc/common/tables/sahara-database.xml:44(td) ./doc/common/tables/sahara-database.xml:48(td) ./doc/common/tables/sahara-database.xml:52(td) ./doc/common/tables/sahara-database.xml:56(td) ./doc/common/tables/sahara-database.xml:60(td) ./doc/common/tables/sahara-database.xml:64(td) ./doc/common/tables/sahara-database.xml:68(td) ./doc/common/tables/sahara-database.xml:72(td) ./doc/common/tables/sahara-database.xml:76(td) ./doc/common/tables/sahara-database.xml:80(td) ./doc/common/tables/sahara-database.xml:84(td) ./doc/common/tables/sahara-database.xml:88(td) ./doc/common/tables/sahara-database.xml:92(td) ./doc/common/tables/sahara-database.xml:96(td) ./doc/common/tables/sahara-database.xml:100(td) ./doc/common/tables/sahara-database.xml:104(td) ./doc/common/tables/neutron-ml2_cisco.xml:21(td) ./doc/common/tables/neutron-ml2_cisco.xml:28(td) ./doc/common/tables/neutron-ml2_cisco.xml:32(td) ./doc/common/tables/neutron-ml2_cisco.xml:36(td) ./doc/common/tables/neutron-ml2_cisco.xml:40(td) ./doc/common/tables/neutron-ml2_cisco.xml:44(td) ./doc/common/tables/neutron-ml2_cisco.xml:48(td) ./doc/common/tables/neutron-ml2_cisco.xml:52(td) ./doc/common/tables/neutron-ml2_cisco.xml:56(td) ./doc/common/tables/neutron-ml2_cisco.xml:60(td) ./doc/common/tables/neutron-ml2_cisco.xml:64(td) ./doc/common/tables/neutron-ml2_cisco.xml:68(td) ./doc/common/tables/neutron-ml2_cisco.xml:75(td) ./doc/common/tables/neutron-ml2_cisco.xml:79(td) ./doc/common/tables/neutron-ml2_cisco.xml:83(td) ./doc/common/tables/neutron-ml2_cisco.xml:87(td) ./doc/common/tables/neutron-ml2_cisco.xml:91(td) ./doc/common/tables/neutron-ml2_cisco.xml:95(td) ./doc/common/tables/neutron-ml2_cisco.xml:107(td) ./doc/common/tables/neutron-ml2_cisco.xml:111(td) ./doc/common/tables/neutron-ml2_cisco.xml:115(td) ./doc/common/tables/neutron-ml2_cisco.xml:119(td) ./doc/common/tables/neutron-ml2_cisco.xml:123(td) ./doc/common/tables/neutron-ml2_cisco.xml:127(td) ./doc/common/tables/neutron-ml2_cisco.xml:131(td) ./doc/common/tables/neutron-ml2_cisco.xml:135(td) ./doc/common/tables/neutron-ml2_cisco.xml:139(td) ./doc/common/tables/neutron-ml2_cisco.xml:150(td) ./doc/common/tables/neutron-ml2_cisco.xml:154(td) ./doc/common/tables/neutron-ml2_cisco.xml:158(td) ./doc/common/tables/neutron-ml2_cisco.xml:162(td) ./doc/common/tables/neutron-ml2_cisco.xml:166(td) ./doc/common/tables/neutron-ml2_cisco.xml:170(td) ./doc/common/tables/neutron-ml2_cisco.xml:174(td) ./doc/common/tables/neutron-ml2_cisco.xml:178(td) ./doc/common/tables/neutron-ml2_cisco.xml:182(td) ./doc/common/tables/neutron-ml2_cisco.xml:186(td) ./doc/common/tables/neutron-ml2_cisco.xml:190(td) ./doc/common/tables/neutron-ml2_cisco.xml:197(td) ./doc/common/tables/neutron-ml2_cisco.xml:201(td) ./doc/common/tables/neutron-ml2_cisco.xml:205(td) ./doc/common/tables/neutron-ml2_cisco.xml:209(td) ./doc/common/tables/neutron-ml2_cisco.xml:213(td) ./doc/common/tables/nova-policy.xml:21(td) ./doc/common/tables/nova-policy.xml:25(td) ./doc/common/tables/nova-policy.xml:29(td) ./doc/common/tables/nova-policy.xml:33(td) ./doc/common/tables/nova-policy.xml:37(td) ./doc/common/tables/nova-policy.xml:45(td) ./doc/common/tables/nova-policy.xml:49(td) ./doc/common/tables/nova-policy.xml:53(td) ./doc/common/tables/nova-policy.xml:57(td) ./doc/common/tables/nova-policy.xml:61(td) ./doc/common/tables/nova-policy.xml:65(td) ./doc/common/tables/nova-policy.xml:69(td) ./doc/common/tables/nova-policy.xml:73(td) ./doc/common/tables/keystone-identity.xml:21(td) ./doc/common/tables/keystone-identity.xml:25(td) ./doc/common/tables/keystone-identity.xml:29(td) ./doc/common/tables/keystone-identity.xml:33(td) ./doc/common/tables/keystone-identity.xml:37(td) ./doc/common/tables/keystone-identity.xml:41(td) ./doc/common/tables/keystone-identity.xml:45(td) ./doc/common/tables/keystone-identity.xml:49(td) ./doc/common/tables/keystone-identity.xml:53(td) ./doc/common/tables/cinder-cloudbyte.xml:21(td) ./doc/common/tables/cinder-cloudbyte.xml:25(td) ./doc/common/tables/cinder-cloudbyte.xml:29(td) ./doc/common/tables/cinder-cloudbyte.xml:33(td) ./doc/common/tables/cinder-cloudbyte.xml:37(td) ./doc/common/tables/cinder-cloudbyte.xml:41(td) ./doc/common/tables/cinder-cloudbyte.xml:45(td) ./doc/common/tables/ceilometer-inspector.xml:21(td) ./doc/common/tables/ceilometer-inspector.xml:25(td) ./doc/common/tables/cinder-scheduler.xml:21(td) ./doc/common/tables/cinder-scheduler.xml:25(td) ./doc/common/tables/cinder-scheduler.xml:29(td) ./doc/common/tables/cinder-scheduler.xml:33(td) ./doc/common/tables/cinder-scheduler.xml:37(td) ./doc/common/tables/cinder-scheduler.xml:41(td) ./doc/common/tables/cinder-scheduler.xml:49(td) ./doc/common/tables/cinder-scheduler.xml:53(td) ./doc/common/tables/cinder-scheduler.xml:57(td) ./doc/common/tables/trove-db_cassandra.xml:21(td) ./doc/common/tables/trove-db_cassandra.xml:25(td) ./doc/common/tables/trove-db_cassandra.xml:29(td) ./doc/common/tables/trove-db_cassandra.xml:33(td) ./doc/common/tables/trove-db_cassandra.xml:37(td) ./doc/common/tables/trove-db_cassandra.xml:41(td) ./doc/common/tables/trove-db_cassandra.xml:45(td) ./doc/common/tables/trove-db_cassandra.xml:49(td) ./doc/common/tables/trove-db_cassandra.xml:57(td) ./doc/common/tables/ceilometer-concurrency.xml:21(td) ./doc/common/tables/ceilometer-concurrency.xml:25(td) ./doc/common/tables/neutron-logging.xml:21(td) ./doc/common/tables/neutron-logging.xml:25(td) ./doc/common/tables/neutron-logging.xml:29(td) ./doc/common/tables/neutron-logging.xml:33(td) ./doc/common/tables/neutron-logging.xml:37(td) ./doc/common/tables/neutron-logging.xml:41(td) ./doc/common/tables/neutron-logging.xml:45(td) ./doc/common/tables/neutron-logging.xml:49(td) ./doc/common/tables/neutron-logging.xml:53(td) ./doc/common/tables/neutron-logging.xml:57(td) ./doc/common/tables/neutron-logging.xml:61(td) ./doc/common/tables/neutron-logging.xml:65(td) ./doc/common/tables/neutron-logging.xml:69(td) ./doc/common/tables/neutron-logging.xml:73(td) ./doc/common/tables/neutron-logging.xml:77(td) ./doc/common/tables/neutron-logging.xml:81(td) ./doc/common/tables/neutron-logging.xml:85(td) ./doc/common/tables/neutron-logging.xml:89(td) ./doc/common/tables/neutron-logging.xml:93(td) ./doc/common/tables/neutron-logging.xml:97(td) ./doc/common/tables/neutron-logging.xml:101(td) ./doc/common/tables/neutron-logging.xml:105(td) ./doc/common/tables/neutron-logging.xml:109(td) ./doc/common/tables/neutron-logging.xml:113(td) ./doc/common/tables/neutron-logging.xml:117(td) ./doc/common/tables/neutron-logging.xml:121(td) ./doc/common/tables/neutron-logging.xml:125(td) ./doc/common/tables/neutron-logging.xml:129(td) ./doc/common/tables/neutron-logging.xml:133(td) ./doc/common/tables/nova-availabilityzones.xml:21(td) ./doc/common/tables/nova-availabilityzones.xml:25(td) ./doc/common/tables/nova-availabilityzones.xml:29(td) ./doc/common/tables/keystone-catalog.xml:21(td) ./doc/common/tables/keystone-catalog.xml:25(td) ./doc/common/tables/keystone-catalog.xml:29(td) ./doc/common/tables/keystone-catalog.xml:33(td) ./doc/common/tables/keystone-catalog.xml:37(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:21(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:25(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:29(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:33(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:37(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:41(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:45(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:49(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:53(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:57(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:61(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:65(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:21(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:25(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:29(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:33(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:37(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:41(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:45(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:49(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:53(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:57(td) ./doc/common/tables/neutron-rootwrap.xml:21(td) ./doc/common/tables/neutron-rootwrap.xml:25(td) ./doc/common/tables/neutron-rootwrap.xml:29(td) ./doc/common/tables/neutron-rootwrap.xml:33(td) ./doc/common/tables/neutron-rootwrap.xml:37(td) ./doc/common/tables/neutron-rootwrap.xml:44(td) ./doc/common/tables/neutron-rootwrap.xml:48(td) ./doc/common/tables/neutron-rootwrap.xml:52(td) ./doc/common/tables/cinder-auth.xml:21(td) ./doc/common/tables/swift-swift-swift-constraints.xml:20(td) ./doc/common/tables/swift-swift-swift-constraints.xml:24(td) ./doc/common/tables/swift-swift-swift-constraints.xml:28(td) ./doc/common/tables/swift-swift-swift-constraints.xml:32(td) ./doc/common/tables/swift-swift-swift-constraints.xml:36(td) ./doc/common/tables/swift-swift-swift-constraints.xml:44(td) ./doc/common/tables/swift-swift-swift-constraints.xml:53(td) ./doc/common/tables/swift-swift-swift-constraints.xml:58(td) ./doc/common/tables/swift-swift-swift-constraints.xml:63(td) ./doc/common/tables/swift-swift-swift-constraints.xml:68(td) ./doc/common/tables/swift-swift-swift-constraints.xml:72(td) ./doc/common/tables/swift-swift-swift-constraints.xml:77(td) ./doc/common/tables/heat-qpid.xml:21(td) ./doc/common/tables/heat-qpid.xml:25(td) ./doc/common/tables/heat-qpid.xml:29(td) ./doc/common/tables/heat-qpid.xml:37(td) ./doc/common/tables/heat-qpid.xml:41(td) ./doc/common/tables/heat-qpid.xml:45(td) ./doc/common/tables/heat-qpid.xml:53(td) ./doc/common/tables/heat-qpid.xml:57(td) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:44(td) ./doc/common/tables/cinder-rabbitmq.xml:21(td) ./doc/common/tables/cinder-rabbitmq.xml:25(td) ./doc/common/tables/cinder-rabbitmq.xml:29(td) ./doc/common/tables/cinder-rabbitmq.xml:33(td) ./doc/common/tables/cinder-rabbitmq.xml:37(td) ./doc/common/tables/cinder-rabbitmq.xml:41(td) ./doc/common/tables/cinder-rabbitmq.xml:61(td) ./doc/common/tables/cinder-rabbitmq.xml:65(td) ./doc/common/tables/cinder-rabbitmq.xml:69(td) ./doc/common/tables/cinder-rabbitmq.xml:73(td) ./doc/common/tables/cinder-rabbitmq.xml:77(td) ./doc/common/tables/cinder-rabbitmq.xml:81(td) ./doc/common/tables/cinder-rabbitmq.xml:85(td) ./doc/common/tables/cinder-rabbitmq.xml:89(td) ./doc/common/tables/cinder-rabbitmq.xml:93(td) ./doc/common/tables/cinder-rabbitmq.xml:97(td) ./doc/common/tables/cinder-rabbitmq.xml:101(td) ./doc/common/tables/cinder-rabbitmq.xml:105(td) ./doc/common/tables/cinder-rabbitmq.xml:109(td) ./doc/common/tables/nova-zookeeper.xml:21(td) ./doc/common/tables/nova-zookeeper.xml:25(td) ./doc/common/tables/nova-zookeeper.xml:29(td) ./doc/common/tables/nova-zookeeper.xml:33(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:25(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:29(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:41(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:45(td) ./doc/common/tables/keystone-ca.xml:21(td) ./doc/common/tables/keystone-ca.xml:25(td) ./doc/common/tables/keystone-ca.xml:29(td) ./doc/common/tables/keystone-ca.xml:33(td) ./doc/common/tables/keystone-ca.xml:37(td) ./doc/common/tables/keystone-ca.xml:44(td) ./doc/common/tables/keystone-ca.xml:48(td) ./doc/common/tables/keystone-ca.xml:52(td) ./doc/common/tables/keystone-ca.xml:56(td) ./doc/common/tables/keystone-ca.xml:60(td) ./doc/common/tables/keystone-ca.xml:64(td) ./doc/common/tables/keystone-ca.xml:68(td) ./doc/common/tables/keystone-ca.xml:75(td) ./doc/common/tables/keystone-ca.xml:79(td) ./doc/common/tables/keystone-ca.xml:83(td) ./doc/common/tables/keystone-ca.xml:87(td) ./doc/common/tables/ironic-agent.xml:21(td) ./doc/common/tables/ironic-agent.xml:25(td) ./doc/common/tables/ironic-agent.xml:29(td) ./doc/common/tables/ironic-agent.xml:33(td) ./doc/common/tables/ironic-agent.xml:37(td) ./doc/common/tables/ironic-agent.xml:41(td) ./doc/common/tables/ironic-agent.xml:45(td) ./doc/common/tables/nova-keymgr.xml:21(td) ./doc/common/tables/nova-keymgr.xml:25(td) ./doc/common/tables/neutron-auth_token.xml:21(td) ./doc/common/tables/neutron-auth_token.xml:25(td) ./doc/common/tables/neutron-auth_token.xml:29(td) ./doc/common/tables/neutron-auth_token.xml:33(td) ./doc/common/tables/neutron-auth_token.xml:41(td) ./doc/common/tables/neutron-auth_token.xml:45(td) ./doc/common/tables/neutron-auth_token.xml:49(td) ./doc/common/tables/neutron-auth_token.xml:53(td) ./doc/common/tables/neutron-auth_token.xml:57(td) ./doc/common/tables/neutron-auth_token.xml:61(td) ./doc/common/tables/neutron-auth_token.xml:65(td) ./doc/common/tables/neutron-auth_token.xml:69(td) ./doc/common/tables/neutron-auth_token.xml:73(td) ./doc/common/tables/neutron-auth_token.xml:77(td) ./doc/common/tables/neutron-auth_token.xml:81(td) ./doc/common/tables/neutron-auth_token.xml:85(td) ./doc/common/tables/neutron-auth_token.xml:89(td) ./doc/common/tables/neutron-auth_token.xml:93(td) ./doc/common/tables/neutron-auth_token.xml:97(td) ./doc/common/tables/neutron-auth_token.xml:101(td) ./doc/common/tables/neutron-auth_token.xml:105(td) ./doc/common/tables/neutron-auth_token.xml:109(td) ./doc/common/tables/neutron-auth_token.xml:113(td) ./doc/common/tables/neutron-auth_token.xml:117(td) ./doc/common/tables/neutron-auth_token.xml:121(td) ./doc/common/tables/neutron-auth_token.xml:125(td) ./doc/common/tables/neutron-auth_token.xml:129(td) ./doc/common/tables/neutron-auth_token.xml:133(td) ./doc/common/tables/neutron-auth_token.xml:137(td) ./doc/common/tables/neutron-auth_token.xml:141(td) ./doc/common/tables/neutron-auth_token.xml:145(td) ./doc/common/tables/neutron-auth_token.xml:149(td) ./doc/common/tables/neutron-auth_token.xml:153(td) ./doc/common/tables/neutron-auth_token.xml:157(td) ./doc/common/tables/neutron-auth_token.xml:161(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:20(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:24(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:28(td) ./doc/common/tables/ironic-ca.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:52(td) ./doc/common/tables/cinder-testing.xml:21(td) ./doc/common/tables/nova-ldap.xml:21(td) ./doc/common/tables/nova-ldap.xml:25(td) ./doc/common/tables/nova-ldap.xml:29(td) ./doc/common/tables/nova-ldap.xml:33(td) ./doc/common/tables/nova-ldap.xml:37(td) ./doc/common/tables/nova-ldap.xml:41(td) ./doc/common/tables/nova-ldap.xml:45(td) ./doc/common/tables/nova-ldap.xml:49(td) ./doc/common/tables/nova-ldap.xml:53(td) ./doc/common/tables/nova-ldap.xml:57(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:21(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:25(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:29(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:33(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:37(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:41(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:45(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:49(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:53(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:57(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:61(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:65(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:69(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:73(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:77(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:81(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:85(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:89(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:93(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:97(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:101(td) ./doc/common/tables/sahara-ca.xml:21(td) ./doc/common/tables/sahara-ca.xml:25(td) ./doc/common/tables/sahara-ca.xml:29(td) ./doc/common/tables/swift-container-server-filter-recon.xml:20(td) ./doc/common/tables/swift-container-server-filter-recon.xml:24(td) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:20(td) ./doc/common/tables/ceilometer-auth.xml:21(td) ./doc/common/tables/ceilometer-auth.xml:25(td) ./doc/common/tables/ceilometer-auth.xml:29(td) ./doc/common/tables/ceilometer-auth.xml:33(td) ./doc/common/tables/ceilometer-auth.xml:37(td) ./doc/common/tables/ceilometer-auth.xml:41(td) ./doc/common/tables/ceilometer-auth.xml:49(td) ./doc/common/tables/ceilometer-auth.xml:53(td) ./doc/common/tables/cinder-quota.xml:21(td) ./doc/common/tables/cinder-quota.xml:25(td) ./doc/common/tables/cinder-quota.xml:29(td) ./doc/common/tables/cinder-quota.xml:33(td) ./doc/common/tables/cinder-quota.xml:37(td) ./doc/common/tables/cinder-quota.xml:41(td) ./doc/common/tables/cinder-quota.xml:45(td) ./doc/common/tables/cinder-quota.xml:49(td) ./doc/common/tables/cinder-quota.xml:53(td) ./doc/common/tables/cinder-quota.xml:57(td) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:20(td) ./doc/common/tables/keystone-os_inherit.xml:21(td) ./doc/common/tables/ironic-rpc.xml:21(td) ./doc/common/tables/ironic-rpc.xml:25(td) ./doc/common/tables/ironic-rpc.xml:29(td) ./doc/common/tables/ironic-rpc.xml:33(td) ./doc/common/tables/ironic-rpc.xml:37(td) ./doc/common/tables/ironic-rpc.xml:41(td) ./doc/common/tables/ironic-rpc.xml:48(td) ./doc/common/tables/ironic-rpc.xml:52(td) ./doc/common/tables/ironic-rpc.xml:59(td) ./doc/common/tables/ironic-rpc.xml:63(td) ./doc/common/tables/ironic-rpc.xml:67(td) ./doc/common/tables/ironic-rpc.xml:71(td) ./doc/common/tables/ironic-rpc.xml:75(td) ./doc/common/tables/ironic-rpc.xml:79(td) ./doc/common/tables/ironic-rpc.xml:95(td) ./doc/common/tables/ironic-rpc.xml:99(td) ./doc/common/tables/ironic-rpc.xml:106(td) ./doc/common/tables/ironic-rpc.xml:110(td) ./doc/common/tables/ironic-rpc.xml:114(td) ./doc/common/tables/ironic-rpc.xml:118(td) ./doc/common/tables/ironic-rpc.xml:122(td) ./doc/common/tables/ironic-rpc.xml:130(td) ./doc/common/tables/ironic-rpc.xml:134(td) ./doc/common/tables/ironic-rpc.xml:138(td) ./doc/common/tables/ironic-rpc.xml:146(td) ./doc/common/tables/ironic-rpc.xml:150(td) ./doc/common/tables/ironic-rpc.xml:158(td) ./doc/common/tables/ironic-rpc.xml:165(td) ./doc/common/tables/ironic-rpc.xml:169(td) ./doc/common/tables/ironic-rpc.xml:173(td) ./doc/common/tables/ironic-rpc.xml:177(td) ./doc/common/tables/ironic-rpc.xml:181(td) ./doc/common/tables/ironic-rpc.xml:185(td) ./doc/common/tables/ironic-rpc.xml:205(td) ./doc/common/tables/ironic-rpc.xml:209(td) ./doc/common/tables/ironic-rpc.xml:213(td) ./doc/common/tables/ironic-rpc.xml:217(td) ./doc/common/tables/ironic-rpc.xml:221(td) ./doc/common/tables/ironic-rpc.xml:225(td) ./doc/common/tables/ironic-rpc.xml:229(td) ./doc/common/tables/ironic-rpc.xml:233(td) ./doc/common/tables/ironic-rpc.xml:237(td) ./doc/common/tables/ironic-rpc.xml:241(td) ./doc/common/tables/ironic-rpc.xml:245(td) ./doc/common/tables/ironic-rpc.xml:249(td) ./doc/common/tables/ironic-rpc.xml:253(td) ./doc/common/tables/neutron-sdnve.xml:21(td) ./doc/common/tables/neutron-sdnve.xml:25(td) ./doc/common/tables/neutron-sdnve.xml:29(td) ./doc/common/tables/neutron-sdnve.xml:33(td) ./doc/common/tables/neutron-sdnve.xml:37(td) ./doc/common/tables/neutron-sdnve.xml:41(td) ./doc/common/tables/neutron-sdnve.xml:49(td) ./doc/common/tables/neutron-sdnve.xml:53(td) ./doc/common/tables/neutron-sdnve.xml:57(td) ./doc/common/tables/neutron-sdnve.xml:61(td) ./doc/common/tables/neutron-sdnve.xml:65(td) ./doc/common/tables/neutron-sdnve.xml:69(td) ./doc/common/tables/neutron-sdnve.xml:73(td) ./doc/common/tables/neutron-sdnve.xml:77(td) ./doc/common/tables/neutron-sdnve.xml:84(td) ./doc/common/tables/neutron-sdnve.xml:88(td) ./doc/common/tables/nova-compute.xml:21(td) ./doc/common/tables/nova-compute.xml:25(td) ./doc/common/tables/nova-compute.xml:29(td) ./doc/common/tables/nova-compute.xml:37(td) ./doc/common/tables/nova-compute.xml:41(td) ./doc/common/tables/nova-compute.xml:45(td) ./doc/common/tables/nova-compute.xml:49(td) ./doc/common/tables/nova-compute.xml:53(td) ./doc/common/tables/nova-compute.xml:57(td) ./doc/common/tables/nova-compute.xml:61(td) ./doc/common/tables/nova-compute.xml:65(td) ./doc/common/tables/nova-compute.xml:69(td) ./doc/common/tables/nova-compute.xml:73(td) ./doc/common/tables/nova-compute.xml:77(td) ./doc/common/tables/nova-compute.xml:81(td) ./doc/common/tables/nova-compute.xml:85(td) ./doc/common/tables/nova-compute.xml:89(td) ./doc/common/tables/nova-compute.xml:93(td) ./doc/common/tables/nova-compute.xml:97(td) ./doc/common/tables/nova-compute.xml:101(td) ./doc/common/tables/nova-compute.xml:105(td) ./doc/common/tables/nova-compute.xml:109(td) ./doc/common/tables/nova-compute.xml:113(td) ./doc/common/tables/nova-compute.xml:117(td) ./doc/common/tables/nova-compute.xml:121(td) ./doc/common/tables/nova-compute.xml:125(td) ./doc/common/tables/nova-compute.xml:129(td) ./doc/common/tables/nova-compute.xml:133(td) ./doc/common/tables/nova-compute.xml:137(td) ./doc/common/tables/nova-compute.xml:141(td) ./doc/common/tables/nova-compute.xml:145(td) ./doc/common/tables/nova-compute.xml:149(td) ./doc/common/tables/nova-compute.xml:153(td) ./doc/common/tables/nova-compute.xml:157(td) ./doc/common/tables/sahara-rootwrap.xml:21(td) ./doc/common/tables/sahara-rootwrap.xml:25(td) ./doc/common/tables/sahara-rootwrap.xml:29(td) ./doc/common/tables/sahara-rootwrap.xml:33(td) ./doc/common/tables/sahara-rootwrap.xml:37(td) ./doc/common/tables/sahara-rootwrap.xml:44(td) ./doc/common/tables/sahara-rootwrap.xml:48(td) ./doc/common/tables/sahara-rootwrap.xml:52(td) ./doc/common/tables/nova-scheduler.xml:21(td) ./doc/common/tables/nova-scheduler.xml:25(td) ./doc/common/tables/nova-scheduler.xml:29(td) ./doc/common/tables/nova-scheduler.xml:33(td) ./doc/common/tables/nova-scheduler.xml:37(td) ./doc/common/tables/nova-scheduler.xml:41(td) ./doc/common/tables/nova-scheduler.xml:53(td) ./doc/common/tables/nova-scheduler.xml:57(td) ./doc/common/tables/nova-scheduler.xml:61(td) ./doc/common/tables/nova-scheduler.xml:65(td) ./doc/common/tables/nova-scheduler.xml:69(td) ./doc/common/tables/nova-scheduler.xml:73(td) ./doc/common/tables/nova-scheduler.xml:77(td) ./doc/common/tables/nova-scheduler.xml:81(td) ./doc/common/tables/nova-scheduler.xml:85(td) ./doc/common/tables/nova-scheduler.xml:89(td) ./doc/common/tables/nova-scheduler.xml:93(td) ./doc/common/tables/nova-scheduler.xml:97(td) ./doc/common/tables/nova-scheduler.xml:101(td) ./doc/common/tables/nova-scheduler.xml:105(td) ./doc/common/tables/nova-scheduler.xml:113(td) ./doc/common/tables/nova-scheduler.xml:117(td) ./doc/common/tables/nova-scheduler.xml:121(td) ./doc/common/tables/nova-scheduler.xml:125(td) ./doc/common/tables/nova-scheduler.xml:129(td) ./doc/common/tables/nova-scheduler.xml:133(td) ./doc/common/tables/nova-scheduler.xml:140(td) ./doc/common/tables/nova-scheduler.xml:144(td) ./doc/common/tables/nova-scheduler.xml:148(td) ./doc/common/tables/nova-scheduler.xml:152(td) ./doc/common/tables/nova-scheduler.xml:156(td) ./doc/common/tables/nova-scheduler.xml:163(td) ./doc/common/tables/nova-scheduler.xml:167(td) ./doc/common/tables/nova-scheduler.xml:171(td) ./doc/common/tables/cinder-backups_ceph.xml:21(td) ./doc/common/tables/cinder-backups_ceph.xml:25(td) ./doc/common/tables/cinder-backups_ceph.xml:29(td) ./doc/common/tables/cinder-backups_ceph.xml:33(td) ./doc/common/tables/cinder-backups_ceph.xml:37(td) ./doc/common/tables/cinder-backups_ceph.xml:41(td) ./doc/common/tables/cinder-backups_ceph.xml:45(td) ./doc/common/tables/ironic-amqp.xml:21(td) ./doc/common/tables/ironic-amqp.xml:25(td) ./doc/common/tables/ironic-amqp.xml:29(td) ./doc/common/tables/ironic-amqp.xml:33(td) ./doc/common/tables/cinder-dellsc.xml:21(td) ./doc/common/tables/cinder-dellsc.xml:25(td) ./doc/common/tables/cinder-dellsc.xml:29(td) ./doc/common/tables/cinder-dellsc.xml:33(td) ./doc/common/tables/nova-vmware.xml:21(td) ./doc/common/tables/nova-vmware.xml:25(td) ./doc/common/tables/nova-vmware.xml:29(td) ./doc/common/tables/nova-vmware.xml:33(td) ./doc/common/tables/nova-vmware.xml:37(td) ./doc/common/tables/nova-vmware.xml:41(td) ./doc/common/tables/nova-vmware.xml:45(td) ./doc/common/tables/nova-vmware.xml:49(td) ./doc/common/tables/nova-vmware.xml:53(td) ./doc/common/tables/nova-vmware.xml:57(td) ./doc/common/tables/nova-vmware.xml:61(td) ./doc/common/tables/nova-vmware.xml:65(td) ./doc/common/tables/nova-vmware.xml:69(td) ./doc/common/tables/nova-vmware.xml:73(td) ./doc/common/tables/nova-vmware.xml:77(td) ./doc/common/tables/nova-vmware.xml:81(td) ./doc/common/tables/heat-cfn_api.xml:21(td) ./doc/common/tables/heat-cfn_api.xml:25(td) ./doc/common/tables/heat-cfn_api.xml:32(td) ./doc/common/tables/heat-cfn_api.xml:36(td) ./doc/common/tables/heat-cfn_api.xml:40(td) ./doc/common/tables/heat-cfn_api.xml:44(td) ./doc/common/tables/heat-cfn_api.xml:48(td) ./doc/common/tables/heat-cfn_api.xml:52(td) ./doc/common/tables/heat-cfn_api.xml:56(td) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:20(td) ./doc/common/tables/neutron-vmware.xml:21(td) ./doc/common/tables/neutron-vmware.xml:28(td) ./doc/common/tables/neutron-vmware.xml:32(td) ./doc/common/tables/neutron-vmware.xml:40(td) ./doc/common/tables/neutron-vmware.xml:44(td) ./doc/common/tables/neutron-vmware.xml:48(td) ./doc/common/tables/neutron-vmware.xml:52(td) ./doc/common/tables/neutron-vmware.xml:56(td) ./doc/common/tables/neutron-vmware.xml:60(td) ./doc/common/tables/neutron-vmware.xml:67(td) ./doc/common/tables/neutron-vmware.xml:71(td) ./doc/common/tables/neutron-vmware.xml:75(td) ./doc/common/tables/neutron-vmware.xml:79(td) ./doc/common/tables/neutron-vmware.xml:83(td) ./doc/common/tables/neutron-vmware.xml:87(td) ./doc/common/tables/neutron-vmware.xml:91(td) ./doc/common/tables/neutron-vmware.xml:95(td) ./doc/common/tables/neutron-vmware.xml:99(td) ./doc/common/tables/neutron-vmware.xml:103(td) ./doc/common/tables/neutron-vmware.xml:107(td) ./doc/common/tables/nova-rdp.xml:21(td) ./doc/common/tables/nova-rdp.xml:25(td) ./doc/common/tables/trove-ca.xml:21(td) ./doc/common/tables/trove-ca.xml:25(td) ./doc/common/tables/trove-ca.xml:29(td) ./doc/common/tables/nova-quobyte.xml:21(td) ./doc/common/tables/nova-quobyte.xml:25(td) ./doc/common/tables/keystone-role.xml:21(td) ./doc/common/tables/keystone-role.xml:25(td) ./doc/common/tables/keystone-role.xml:29(td) ./doc/common/tables/keystone-role.xml:33(td) ./doc/common/tables/keystone-assignment.xml:21(td) ./doc/common/tables/cinder-zfssa.xml:21(td) ./doc/common/tables/nova-zeromq.xml:21(td) ./doc/common/tables/nova-zeromq.xml:25(td) ./doc/common/tables/nova-zeromq.xml:29(td) ./doc/common/tables/nova-zeromq.xml:33(td) ./doc/common/tables/nova-zeromq.xml:37(td) ./doc/common/tables/nova-zeromq.xml:41(td) ./doc/common/tables/nova-zeromq.xml:45(td) ./doc/common/tables/cinder-storage.xml:21(td) ./doc/common/tables/cinder-storage.xml:25(td) ./doc/common/tables/cinder-storage.xml:29(td) ./doc/common/tables/cinder-storage.xml:33(td) ./doc/common/tables/cinder-storage.xml:37(td) ./doc/common/tables/cinder-storage.xml:41(td) ./doc/common/tables/cinder-storage.xml:45(td) ./doc/common/tables/cinder-storage.xml:49(td) ./doc/common/tables/cinder-storage.xml:53(td) ./doc/common/tables/cinder-storage.xml:57(td) ./doc/common/tables/cinder-storage.xml:61(td) ./doc/common/tables/cinder-storage.xml:65(td) ./doc/common/tables/cinder-storage.xml:69(td) ./doc/common/tables/cinder-storage.xml:73(td) ./doc/common/tables/cinder-storage.xml:77(td) ./doc/common/tables/cinder-storage.xml:81(td) ./doc/common/tables/cinder-storage.xml:85(td) ./doc/common/tables/cinder-storage.xml:89(td) ./doc/common/tables/cinder-storage.xml:93(td) ./doc/common/tables/cinder-storage.xml:97(td) ./doc/common/tables/cinder-storage.xml:101(td) ./doc/common/tables/cinder-storage.xml:105(td) ./doc/common/tables/cinder-storage.xml:109(td) ./doc/common/tables/cinder-storage.xml:113(td) ./doc/common/tables/cinder-storage.xml:117(td) ./doc/common/tables/cinder-storage.xml:121(td) ./doc/common/tables/cinder-storage.xml:125(td) ./doc/common/tables/cinder-storage.xml:129(td) ./doc/common/tables/cinder-storage.xml:133(td) ./doc/common/tables/cinder-storage.xml:137(td) ./doc/common/tables/cinder-storage.xml:141(td) ./doc/common/tables/cinder-storage.xml:145(td) ./doc/common/tables/glance-registry.xml:21(td) ./doc/common/tables/glance-registry.xml:25(td) ./doc/common/tables/glance-registry.xml:29(td) ./doc/common/tables/glance-registry.xml:33(td) ./doc/common/tables/glance-registry.xml:37(td) ./doc/common/tables/glance-registry.xml:41(td) ./doc/common/tables/glance-registry.xml:45(td) ./doc/common/tables/glance-registry.xml:49(td) ./doc/common/tables/glance-registry.xml:53(td) ./doc/common/tables/glance-registry.xml:57(td) ./doc/common/tables/glance-registry.xml:61(td) ./doc/common/tables/glance-registry.xml:65(td) ./doc/common/tables/glance-registry.xml:69(td) ./doc/common/tables/glance-registry.xml:73(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:20(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:24(td) ./doc/common/tables/neutron-embrane.xml:21(td) ./doc/common/tables/neutron-embrane.xml:25(td) ./doc/common/tables/neutron-embrane.xml:29(td) ./doc/common/tables/neutron-embrane.xml:33(td) ./doc/common/tables/neutron-embrane.xml:37(td) ./doc/common/tables/neutron-embrane.xml:41(td) ./doc/common/tables/neutron-embrane.xml:45(td) ./doc/common/tables/neutron-embrane.xml:49(td) ./doc/common/tables/neutron-embrane.xml:53(td) ./doc/common/tables/cinder-debug.xml:21(td) ./doc/common/tables/heat-quota.xml:21(td) ./doc/common/tables/heat-quota.xml:25(td) ./doc/common/tables/heat-quota.xml:29(td) ./doc/common/tables/heat-quota.xml:33(td) ./doc/common/tables/heat-quota.xml:37(td) ./doc/common/tables/trove-network.xml:21(td) ./doc/common/tables/trove-network.xml:25(td) ./doc/common/tables/trove-network.xml:29(td) ./doc/common/tables/trove-network.xml:33(td) ./doc/common/tables/cinder-srb.xml:21(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:24(td) ./doc/common/tables/nova-common.xml:21(td) ./doc/common/tables/nova-common.xml:25(td) ./doc/common/tables/nova-common.xml:29(td) ./doc/common/tables/nova-common.xml:33(td) ./doc/common/tables/nova-common.xml:37(td) ./doc/common/tables/nova-common.xml:41(td) ./doc/common/tables/nova-common.xml:45(td) ./doc/common/tables/nova-common.xml:49(td) ./doc/common/tables/nova-common.xml:53(td) ./doc/common/tables/nova-common.xml:57(td) ./doc/common/tables/nova-common.xml:61(td) ./doc/common/tables/nova-common.xml:65(td) ./doc/common/tables/nova-common.xml:69(td) ./doc/common/tables/nova-common.xml:73(td) ./doc/common/tables/nova-common.xml:77(td) ./doc/common/tables/nova-common.xml:84(td) ./doc/common/tables/nova-common.xml:91(td) ./doc/common/tables/nova-common.xml:95(td) ./doc/common/tables/nova-common.xml:99(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:20(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:24(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:28(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:32(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:36(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:44(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:48(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:52(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:56(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:64(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:68(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:72(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:76(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:80(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:84(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:88(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:92(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:96(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:100(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:104(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:108(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:112(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:116(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:120(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:124(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:128(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:132(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:136(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:140(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:144(td) ./doc/common/tables/nova-volumes.xml:21(td) ./doc/common/tables/nova-volumes.xml:25(td) ./doc/common/tables/nova-volumes.xml:29(td) ./doc/common/tables/nova-volumes.xml:33(td) ./doc/common/tables/nova-volumes.xml:37(td) ./doc/common/tables/nova-volumes.xml:44(td) ./doc/common/tables/nova-volumes.xml:48(td) ./doc/common/tables/nova-volumes.xml:52(td) ./doc/common/tables/nova-volumes.xml:56(td) ./doc/common/tables/nova-volumes.xml:60(td) ./doc/common/tables/nova-volumes.xml:64(td) ./doc/common/tables/nova-volumes.xml:68(td) ./doc/common/tables/nova-volumes.xml:72(td) ./doc/common/tables/nova-volumes.xml:76(td) ./doc/common/tables/nova-volumes.xml:80(td) ./doc/common/tables/nova-volumes.xml:87(td) ./doc/common/tables/nova-volumes.xml:91(td) ./doc/common/tables/nova-volumes.xml:95(td) ./doc/common/tables/nova-volumes.xml:102(td) ./doc/common/tables/nova-volumes.xml:106(td) ./doc/common/tables/nova-volumes.xml:110(td) ./doc/common/tables/nova-volumes.xml:114(td) ./doc/common/tables/nova-volumes.xml:118(td) ./doc/common/tables/nova-volumes.xml:122(td) ./doc/common/tables/nova-volumes.xml:130(td) ./doc/common/tables/nova-volumes.xml:134(td) ./doc/common/tables/nova-volumes.xml:138(td) ./doc/common/tables/nova-volumes.xml:142(td) ./doc/common/tables/nova-volumes.xml:150(td) ./doc/common/tables/nova-volumes.xml:157(td) ./doc/common/tables/neutron-redis.xml:21(td) ./doc/common/tables/neutron-redis.xml:25(td) ./doc/common/tables/neutron-redis.xml:29(td) ./doc/common/tables/neutron-redis.xml:36(td) ./doc/common/tables/swift-internal-client-filter-cache.xml:20(td) ./doc/common/tables/glance-elasticsearch.xml:21(td) ./doc/common/tables/trove-db_mysql.xml:21(td) ./doc/common/tables/trove-db_mysql.xml:25(td) ./doc/common/tables/trove-db_mysql.xml:29(td) ./doc/common/tables/trove-db_mysql.xml:33(td) ./doc/common/tables/trove-db_mysql.xml:37(td) ./doc/common/tables/trove-db_mysql.xml:41(td) ./doc/common/tables/trove-db_mysql.xml:45(td) ./doc/common/tables/trove-db_mysql.xml:49(td) ./doc/common/tables/trove-db_mysql.xml:53(td) ./doc/common/tables/trove-db_mysql.xml:57(td) ./doc/common/tables/trove-db_mysql.xml:65(td) ./doc/common/tables/trove-db_mysql.xml:69(td) ./doc/common/tables/neutron-dvr.xml:21(td) ./doc/common/tables/neutron-dvr.xml:25(td) ./doc/common/tables/heat-zeromq.xml:21(td) ./doc/common/tables/heat-zeromq.xml:25(td) ./doc/common/tables/heat-zeromq.xml:29(td) ./doc/common/tables/heat-zeromq.xml:33(td) ./doc/common/tables/heat-zeromq.xml:37(td) ./doc/common/tables/heat-zeromq.xml:41(td) ./doc/common/tables/heat-zeromq.xml:45(td) ./doc/common/tables/heat-amqp.xml:21(td) ./doc/common/tables/heat-amqp.xml:25(td) ./doc/common/tables/heat-amqp.xml:29(td) ./doc/common/tables/heat-amqp.xml:33(td) ./doc/common/tables/heat-amqp.xml:37(td) ./doc/common/tables/heat-amqp.xml:41(td) ./doc/common/tables/heat-amqp.xml:45(td) ./doc/common/tables/cinder-violin.xml:21(td) ./doc/common/tables/cinder-violin.xml:25(td) ./doc/common/tables/cinder-violin.xml:29(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:39(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:43(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:47(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:51(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:55(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:59(td) ./doc/common/tables/cinder-logging.xml:21(td) ./doc/common/tables/cinder-logging.xml:25(td) ./doc/common/tables/cinder-logging.xml:29(td) ./doc/common/tables/cinder-logging.xml:33(td) ./doc/common/tables/cinder-logging.xml:37(td) ./doc/common/tables/cinder-logging.xml:41(td) ./doc/common/tables/cinder-logging.xml:45(td) ./doc/common/tables/cinder-logging.xml:49(td) ./doc/common/tables/cinder-logging.xml:53(td) ./doc/common/tables/cinder-logging.xml:57(td) ./doc/common/tables/cinder-logging.xml:61(td) ./doc/common/tables/cinder-logging.xml:65(td) ./doc/common/tables/cinder-logging.xml:69(td) ./doc/common/tables/cinder-logging.xml:73(td) ./doc/common/tables/cinder-logging.xml:77(td) ./doc/common/tables/cinder-logging.xml:81(td) ./doc/common/tables/cinder-logging.xml:85(td) ./doc/common/tables/cinder-logging.xml:89(td) ./doc/common/tables/cinder-logging.xml:93(td) ./doc/common/tables/cinder-logging.xml:97(td) ./doc/common/tables/cinder-logging.xml:101(td) ./doc/common/tables/cinder-logging.xml:105(td) ./doc/common/tables/cinder-logging.xml:109(td) ./doc/common/tables/cinder-logging.xml:113(td) ./doc/common/tables/cinder-logging.xml:117(td) ./doc/common/tables/cinder-logging.xml:121(td) ./doc/common/tables/cinder-logging.xml:125(td) ./doc/common/tables/cinder-logging.xml:129(td) ./doc/common/tables/cinder-logging.xml:133(td) ./doc/common/tables/nova-redis.xml:21(td) ./doc/common/tables/nova-redis.xml:25(td) ./doc/common/tables/nova-redis.xml:29(td) ./doc/common/tables/nova-redis.xml:36(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:20(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:28(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:32(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:36(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:40(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:44(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:48(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:111(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:115(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:125(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:129(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:133(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:137(td) ./doc/common/tables/neutron-l3_agent.xml:21(td) ./doc/common/tables/neutron-l3_agent.xml:25(td) ./doc/common/tables/neutron-l3_agent.xml:29(td) ./doc/common/tables/neutron-l3_agent.xml:33(td) ./doc/common/tables/neutron-l3_agent.xml:37(td) ./doc/common/tables/neutron-l3_agent.xml:41(td) ./doc/common/tables/neutron-l3_agent.xml:49(td) ./doc/common/tables/neutron-l3_agent.xml:53(td) ./doc/common/tables/neutron-l3_agent.xml:57(td) ./doc/common/tables/neutron-l3_agent.xml:61(td) ./doc/common/tables/neutron-l3_agent.xml:65(td) ./doc/common/tables/neutron-l3_agent.xml:73(td) ./doc/common/tables/neutron-l3_agent.xml:77(td) ./doc/common/tables/neutron-l3_agent.xml:81(td) ./doc/common/tables/neutron-l3_agent.xml:85(td) ./doc/common/tables/neutron-l3_agent.xml:93(td) ./doc/common/tables/neutron-l3_agent.xml:100(td) ./doc/common/tables/neutron-l3_agent.xml:104(td) ./doc/common/tables/swift-container-server-pipeline-main.xml:20(td) ./doc/common/tables/glance-policy.xml:21(td) ./doc/common/tables/glance-policy.xml:25(td) ./doc/common/tables/glance-policy.xml:29(td) ./doc/common/tables/nova-neutron.xml:21(td) ./doc/common/tables/nova-neutron.xml:28(td) ./doc/common/tables/nova-neutron.xml:32(td) ./doc/common/tables/nova-neutron.xml:36(td) ./doc/common/tables/nova-neutron.xml:40(td) ./doc/common/tables/nova-neutron.xml:44(td) ./doc/common/tables/nova-neutron.xml:48(td) ./doc/common/tables/nova-neutron.xml:52(td) ./doc/common/tables/nova-neutron.xml:56(td) ./doc/common/tables/nova-neutron.xml:60(td) ./doc/common/tables/nova-neutron.xml:64(td) ./doc/common/tables/nova-neutron.xml:68(td) ./doc/common/tables/nova-neutron.xml:72(td) ./doc/common/tables/nova-neutron.xml:76(td) ./doc/common/tables/nova-neutron.xml:80(td) ./doc/common/tables/nova-neutron.xml:84(td) ./doc/common/tables/nova-neutron.xml:92(td) ./doc/common/tables/nova-neutron.xml:96(td) ./doc/common/tables/nova-neutron.xml:100(td) ./doc/common/tables/nova-neutron.xml:104(td) ./doc/common/tables/nova-neutron.xml:108(td) ./doc/common/tables/cinder-zeromq.xml:21(td) ./doc/common/tables/cinder-zeromq.xml:25(td) ./doc/common/tables/cinder-zeromq.xml:29(td) ./doc/common/tables/cinder-zeromq.xml:33(td) ./doc/common/tables/cinder-zeromq.xml:37(td) ./doc/common/tables/cinder-zeromq.xml:41(td) ./doc/common/tables/cinder-zeromq.xml:45(td) ./doc/common/tables/sahara-redis.xml:21(td) ./doc/common/tables/sahara-redis.xml:25(td) ./doc/common/tables/sahara-redis.xml:29(td) ./doc/common/tables/sahara-redis.xml:36(td) ./doc/common/tables/cinder-backups.xml:21(td) ./doc/common/tables/cinder-backups.xml:25(td) ./doc/common/tables/cinder-backups.xml:29(td) ./doc/common/tables/cinder-backups.xml:33(td) ./doc/common/tables/cinder-backups.xml:37(td) ./doc/common/tables/cinder-backups.xml:41(td) ./doc/common/tables/cinder-backups.xml:45(td) ./doc/common/tables/cinder-backups.xml:49(td) ./doc/common/tables/cinder-backups.xml:53(td) ./doc/common/tables/cinder-backups.xml:57(td) ./doc/common/tables/cinder-backups.xml:61(td) ./doc/common/tables/cinder-backups.xml:65(td) ./doc/common/tables/cinder-backups.xml:69(td) ./doc/common/tables/cinder-backups.xml:73(td) ./doc/common/tables/cinder-backups.xml:77(td) ./doc/common/tables/cinder-backups.xml:81(td) ./doc/common/tables/cinder-backups.xml:85(td) ./doc/common/tables/cinder-backups.xml:89(td) ./doc/common/tables/cinder-keymgr.xml:21(td) ./doc/common/tables/cinder-keymgr.xml:25(td) ./doc/common/tables/cinder-keymgr.xml:29(td) ./doc/common/tables/cinder-keymgr.xml:33(td) ./doc/common/tables/keystone-ldap.xml:21(td) ./doc/common/tables/keystone-ldap.xml:25(td) ./doc/common/tables/keystone-ldap.xml:29(td) ./doc/common/tables/keystone-ldap.xml:33(td) ./doc/common/tables/keystone-ldap.xml:37(td) ./doc/common/tables/keystone-ldap.xml:41(td) ./doc/common/tables/keystone-ldap.xml:45(td) ./doc/common/tables/keystone-ldap.xml:53(td) ./doc/common/tables/keystone-ldap.xml:57(td) ./doc/common/tables/keystone-ldap.xml:61(td) ./doc/common/tables/keystone-ldap.xml:69(td) ./doc/common/tables/keystone-ldap.xml:73(td) ./doc/common/tables/keystone-ldap.xml:77(td) ./doc/common/tables/keystone-ldap.xml:81(td) ./doc/common/tables/keystone-ldap.xml:85(td) ./doc/common/tables/keystone-ldap.xml:89(td) ./doc/common/tables/keystone-ldap.xml:93(td) ./doc/common/tables/keystone-ldap.xml:97(td) ./doc/common/tables/keystone-ldap.xml:101(td) ./doc/common/tables/keystone-ldap.xml:105(td) ./doc/common/tables/keystone-ldap.xml:109(td) ./doc/common/tables/keystone-ldap.xml:113(td) ./doc/common/tables/keystone-ldap.xml:117(td) ./doc/common/tables/keystone-ldap.xml:121(td) ./doc/common/tables/keystone-ldap.xml:129(td) ./doc/common/tables/keystone-ldap.xml:133(td) ./doc/common/tables/keystone-ldap.xml:137(td) ./doc/common/tables/keystone-ldap.xml:145(td) ./doc/common/tables/keystone-ldap.xml:149(td) ./doc/common/tables/keystone-ldap.xml:153(td) ./doc/common/tables/keystone-ldap.xml:157(td) ./doc/common/tables/keystone-ldap.xml:161(td) ./doc/common/tables/keystone-ldap.xml:165(td) ./doc/common/tables/keystone-ldap.xml:169(td) ./doc/common/tables/keystone-ldap.xml:173(td) ./doc/common/tables/keystone-ldap.xml:177(td) ./doc/common/tables/keystone-ldap.xml:181(td) ./doc/common/tables/keystone-ldap.xml:185(td) ./doc/common/tables/keystone-ldap.xml:189(td) ./doc/common/tables/keystone-ldap.xml:197(td) ./doc/common/tables/keystone-ldap.xml:201(td) ./doc/common/tables/keystone-ldap.xml:205(td) ./doc/common/tables/keystone-ldap.xml:213(td) ./doc/common/tables/keystone-ldap.xml:217(td) ./doc/common/tables/keystone-ldap.xml:221(td) ./doc/common/tables/keystone-ldap.xml:225(td) ./doc/common/tables/keystone-ldap.xml:229(td) ./doc/common/tables/keystone-ldap.xml:233(td) ./doc/common/tables/keystone-ldap.xml:237(td) ./doc/common/tables/keystone-ldap.xml:241(td) ./doc/common/tables/keystone-ldap.xml:245(td) ./doc/common/tables/keystone-ldap.xml:249(td) ./doc/common/tables/keystone-ldap.xml:253(td) ./doc/common/tables/keystone-ldap.xml:257(td) ./doc/common/tables/keystone-ldap.xml:261(td) ./doc/common/tables/keystone-ldap.xml:265(td) ./doc/common/tables/keystone-ldap.xml:269(td) ./doc/common/tables/keystone-ldap.xml:273(td) ./doc/common/tables/keystone-ldap.xml:281(td) ./doc/common/tables/keystone-ldap.xml:285(td) ./doc/common/tables/keystone-ldap.xml:289(td) ./doc/common/tables/keystone-ldap.xml:293(td) ./doc/common/tables/keystone-ldap.xml:297(td) ./doc/common/tables/keystone-ldap.xml:301(td) ./doc/common/tables/keystone-ldap.xml:305(td) ./doc/common/tables/keystone-ldap.xml:309(td) ./doc/common/tables/keystone-ldap.xml:313(td) ./doc/common/tables/keystone-ldap.xml:317(td) ./doc/common/tables/keystone-ldap.xml:321(td) ./doc/common/tables/keystone-ldap.xml:325(td) ./doc/common/tables/keystone-ldap.xml:329(td) ./doc/common/tables/keystone-ldap.xml:333(td) ./doc/common/tables/keystone-ldap.xml:337(td) ./doc/common/tables/keystone-ldap.xml:341(td) ./doc/common/tables/keystone-ldap.xml:345(td) ./doc/common/tables/keystone-ldap.xml:349(td) ./doc/common/tables/trove-db_postgresql.xml:21(td) ./doc/common/tables/trove-db_postgresql.xml:25(td) ./doc/common/tables/trove-db_postgresql.xml:29(td) ./doc/common/tables/trove-db_postgresql.xml:33(td) ./doc/common/tables/trove-db_postgresql.xml:37(td) ./doc/common/tables/trove-db_postgresql.xml:41(td) ./doc/common/tables/trove-db_postgresql.xml:45(td) ./doc/common/tables/trove-db_postgresql.xml:49(td) ./doc/common/tables/trove-db_postgresql.xml:53(td) ./doc/common/tables/trove-db_postgresql.xml:57(td) ./doc/common/tables/trove-db_postgresql.xml:65(td) ./doc/common/tables/glance-vmware.xml:21(td) ./doc/common/tables/glance-vmware.xml:25(td) ./doc/common/tables/glance-vmware.xml:29(td) ./doc/common/tables/glance-vmware.xml:33(td) ./doc/common/tables/glance-vmware.xml:37(td) ./doc/common/tables/glance-vmware.xml:41(td) ./doc/common/tables/glance-vmware.xml:45(td) ./doc/common/tables/glance-vmware.xml:49(td) ./doc/common/tables/glance-vmware.xml:53(td) ./doc/common/tables/glance-vmware.xml:57(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:20(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:24(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:28(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:32(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:36(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:40(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:44(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:48(td) ./doc/common/tables/ceilometer-xenapi.xml:21(td) ./doc/common/tables/ceilometer-xenapi.xml:25(td) ./doc/common/tables/ceilometer-xenapi.xml:29(td) ./doc/common/tables/ceilometer-xenapi.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:20(td) ./doc/common/tables/cinder-zoning.xml:21(td) ./doc/common/tables/cinder-zoning.xml:28(td) ./doc/common/tables/cinder-zoning.xml:32(td) ./doc/common/tables/cinder-zoning.xml:36(td) ./doc/common/tables/cinder-zoning.xml:40(td) ./doc/common/tables/heat-clients_sahara.xml:21(td) ./doc/common/tables/heat-clients_sahara.xml:25(td) ./doc/common/tables/heat-clients_sahara.xml:29(td) ./doc/common/tables/heat-clients_sahara.xml:33(td) ./doc/common/tables/heat-clients_sahara.xml:37(td) ./doc/common/tables/ironic-disk_partitioner.xml:21(td) ./doc/common/tables/ironic-disk_partitioner.xml:25(td) ./doc/common/tables/cinder-scst.xml:21(td) ./doc/common/tables/cinder-scst.xml:25(td) ./doc/common/tables/heat-notification.xml:21(td) ./doc/common/tables/ironic-neutron.xml:21(td) ./doc/common/tables/ironic-neutron.xml:25(td) ./doc/common/tables/ironic-neutron.xml:29(td) ./doc/common/tables/ironic-neutron.xml:33(td) ./doc/common/tables/ironic-neutron.xml:37(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:24(td) ./doc/common/tables/nova-vpn.xml:21(td) ./doc/common/tables/nova-vpn.xml:29(td) ./doc/common/tables/nova-vpn.xml:33(td) ./doc/common/tables/nova-vpn.xml:37(td) ./doc/common/tables/nova-vpn.xml:41(td) ./doc/common/tables/nova-vpn.xml:45(td) ./doc/common/tables/nova-vpn.xml:49(td) ./doc/common/tables/nova-vpn.xml:53(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:20(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:24(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:28(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:32(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:36(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:40(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:44(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:48(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:20(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:24(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:28(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:32(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:36(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:42(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:46(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:50(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:54(td) ./doc/common/tables/trove-common.xml:21(td) ./doc/common/tables/trove-common.xml:25(td) ./doc/common/tables/trove-common.xml:29(td) ./doc/common/tables/trove-common.xml:37(td) ./doc/common/tables/trove-common.xml:41(td) ./doc/common/tables/trove-common.xml:45(td) ./doc/common/tables/trove-common.xml:49(td) ./doc/common/tables/trove-common.xml:53(td) ./doc/common/tables/trove-common.xml:57(td) ./doc/common/tables/trove-common.xml:61(td) ./doc/common/tables/trove-common.xml:65(td) ./doc/common/tables/trove-common.xml:69(td) ./doc/common/tables/trove-common.xml:76(td) ./doc/common/tables/trove-api.xml:21(td) ./doc/common/tables/trove-api.xml:25(td) ./doc/common/tables/trove-api.xml:29(td) ./doc/common/tables/trove-api.xml:33(td) ./doc/common/tables/trove-api.xml:37(td) ./doc/common/tables/trove-api.xml:41(td) ./doc/common/tables/trove-api.xml:45(td) ./doc/common/tables/trove-api.xml:49(td) ./doc/common/tables/trove-api.xml:53(td) ./doc/common/tables/trove-api.xml:57(td) ./doc/common/tables/trove-api.xml:61(td) ./doc/common/tables/trove-api.xml:65(td) ./doc/common/tables/trove-api.xml:69(td) ./doc/common/tables/trove-api.xml:73(td) ./doc/common/tables/trove-api.xml:77(td) ./doc/common/tables/trove-api.xml:81(td) ./doc/common/tables/trove-api.xml:85(td) ./doc/common/tables/trove-api.xml:89(td) ./doc/common/tables/trove-api.xml:93(td) ./doc/common/tables/trove-api.xml:97(td) ./doc/common/tables/trove-api.xml:101(td) ./doc/common/tables/trove-api.xml:105(td) ./doc/common/tables/trove-api.xml:109(td) ./doc/common/tables/trove-api.xml:113(td) ./doc/common/tables/trove-api.xml:117(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:24(td) ./doc/common/tables/nova-conductor.xml:21(td) ./doc/common/tables/nova-conductor.xml:28(td) ./doc/common/tables/nova-conductor.xml:32(td) ./doc/common/tables/nova-conductor.xml:36(td) ./doc/common/tables/nova-conductor.xml:40(td) ./doc/common/tables/ironic-auth_token.xml:21(td) ./doc/common/tables/ironic-auth_token.xml:25(td) ./doc/common/tables/ironic-auth_token.xml:29(td) ./doc/common/tables/ironic-auth_token.xml:33(td) ./doc/common/tables/ironic-auth_token.xml:41(td) ./doc/common/tables/ironic-auth_token.xml:45(td) ./doc/common/tables/ironic-auth_token.xml:49(td) ./doc/common/tables/ironic-auth_token.xml:53(td) ./doc/common/tables/ironic-auth_token.xml:57(td) ./doc/common/tables/ironic-auth_token.xml:61(td) ./doc/common/tables/ironic-auth_token.xml:65(td) ./doc/common/tables/ironic-auth_token.xml:69(td) ./doc/common/tables/ironic-auth_token.xml:73(td) ./doc/common/tables/ironic-auth_token.xml:77(td) ./doc/common/tables/ironic-auth_token.xml:81(td) ./doc/common/tables/ironic-auth_token.xml:85(td) ./doc/common/tables/ironic-auth_token.xml:89(td) ./doc/common/tables/ironic-auth_token.xml:93(td) ./doc/common/tables/ironic-auth_token.xml:97(td) ./doc/common/tables/ironic-auth_token.xml:101(td) ./doc/common/tables/ironic-auth_token.xml:105(td) ./doc/common/tables/ironic-auth_token.xml:109(td) ./doc/common/tables/ironic-auth_token.xml:113(td) ./doc/common/tables/ironic-auth_token.xml:117(td) ./doc/common/tables/ironic-auth_token.xml:121(td) ./doc/common/tables/ironic-auth_token.xml:125(td) ./doc/common/tables/ironic-auth_token.xml:129(td) ./doc/common/tables/ironic-auth_token.xml:133(td) ./doc/common/tables/ironic-auth_token.xml:137(td) ./doc/common/tables/ironic-auth_token.xml:141(td) ./doc/common/tables/ironic-auth_token.xml:145(td) ./doc/common/tables/ironic-auth_token.xml:149(td) ./doc/common/tables/ironic-auth_token.xml:153(td) ./doc/common/tables/ironic-auth_token.xml:157(td) ./doc/common/tables/ironic-auth_token.xml:161(td) ./doc/common/tables/ironic-auth_token.xml:165(td) ./doc/common/tables/swift-object-server-app-object-server.xml:20(td) ./doc/common/tables/swift-object-server-app-object-server.xml:24(td) ./doc/common/tables/swift-object-server-app-object-server.xml:28(td) ./doc/common/tables/swift-object-server-app-object-server.xml:32(td) ./doc/common/tables/swift-object-server-app-object-server.xml:36(td) ./doc/common/tables/swift-object-server-app-object-server.xml:40(td) ./doc/common/tables/swift-object-server-app-object-server.xml:44(td) ./doc/common/tables/swift-object-server-app-object-server.xml:48(td) ./doc/common/tables/swift-object-server-app-object-server.xml:52(td) ./doc/common/tables/swift-object-server-app-object-server.xml:56(td) ./doc/common/tables/swift-object-server-app-object-server.xml:60(td) ./doc/common/tables/swift-object-server-app-object-server.xml:64(td) ./doc/common/tables/swift-object-server-app-object-server.xml:68(td) ./doc/common/tables/swift-object-server-app-object-server.xml:72(td) ./doc/common/tables/swift-object-server-app-object-server.xml:76(td) ./doc/common/tables/swift-object-server-app-object-server.xml:80(td) ./doc/common/tables/swift-object-server-app-object-server.xml:84(td) ./doc/common/tables/swift-object-server-app-object-server.xml:88(td) ./doc/common/tables/swift-object-server-app-object-server.xml:92(td) ./doc/common/tables/swift-object-server-app-object-server.xml:96(td) ./doc/common/tables/swift-object-server-app-object-server.xml:100(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:40(td) ./doc/common/tables/nova-livemigration.xml:21(td) ./doc/common/tables/nova-livemigration.xml:28(td) ./doc/common/tables/nova-livemigration.xml:32(td) ./doc/common/tables/nova-livemigration.xml:36(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:20(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:24(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:28(td) ./doc/common/tables/heat-rabbitmq.xml:21(td) ./doc/common/tables/heat-rabbitmq.xml:41(td) ./doc/common/tables/heat-rabbitmq.xml:45(td) ./doc/common/tables/heat-rabbitmq.xml:49(td) ./doc/common/tables/heat-rabbitmq.xml:53(td) ./doc/common/tables/heat-rabbitmq.xml:57(td) ./doc/common/tables/heat-rabbitmq.xml:61(td) ./doc/common/tables/heat-rabbitmq.xml:65(td) ./doc/common/tables/heat-rabbitmq.xml:69(td) ./doc/common/tables/heat-rabbitmq.xml:73(td) ./doc/common/tables/heat-rabbitmq.xml:77(td) ./doc/common/tables/heat-rabbitmq.xml:81(td) ./doc/common/tables/heat-rabbitmq.xml:85(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:46(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:50(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:59(td) ./doc/common/tables/glance-scrubber.xml:21(td) ./doc/common/tables/keystone-amqp.xml:21(td) ./doc/common/tables/keystone-amqp.xml:25(td) ./doc/common/tables/keystone-amqp.xml:29(td) ./doc/common/tables/keystone-amqp.xml:33(td) ./doc/common/tables/keystone-amqp.xml:37(td) ./doc/common/tables/keystone-amqp.xml:41(td) ./doc/common/tables/keystone-rpc.xml:21(td) ./doc/common/tables/keystone-rpc.xml:25(td) ./doc/common/tables/keystone-rpc.xml:29(td) ./doc/common/tables/keystone-rpc.xml:33(td) ./doc/common/tables/keystone-rpc.xml:37(td) ./doc/common/tables/keystone-rpc.xml:41(td) ./doc/common/tables/keystone-rpc.xml:48(td) ./doc/common/tables/keystone-rpc.xml:52(td) ./doc/common/tables/keystone-rpc.xml:56(td) ./doc/common/tables/keystone-rpc.xml:60(td) ./doc/common/tables/keystone-rpc.xml:64(td) ./doc/common/tables/keystone-rpc.xml:68(td) ./doc/common/tables/keystone-rpc.xml:84(td) ./doc/common/tables/keystone-rpc.xml:88(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:20(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:28(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:32(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:36(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:40(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:44(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:48(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:88(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:92(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:96(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:109(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:113(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:123(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:127(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:137(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:141(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:145(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:149(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:153(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:157(td) ./doc/common/tables/cinder-zones.xml:21(td) ./doc/common/tables/ironic-keystone.xml:21(td) ./doc/common/tables/cinder-scality.xml:21(td) ./doc/common/tables/cinder-scality.xml:25(td) ./doc/common/tables/cinder-scality.xml:29(td) ./doc/common/tables/cinder-amqp.xml:21(td) ./doc/common/tables/cinder-amqp.xml:25(td) ./doc/common/tables/cinder-amqp.xml:29(td) ./doc/common/tables/cinder-amqp.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:27(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:35(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:39(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:43(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:47(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:51(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:55(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:59(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:63(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:67(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:71(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:75(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:79(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:83(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:87(td) ./doc/common/tables/neutron-agent.xml:21(td) ./doc/common/tables/neutron-agent.xml:25(td) ./doc/common/tables/cinder-emc.xml:21(td) ./doc/common/tables/cinder-emc.xml:25(td) ./doc/common/tables/cinder-emc.xml:29(td) ./doc/common/tables/cinder-emc.xml:33(td) ./doc/common/tables/cinder-emc.xml:37(td) ./doc/common/tables/cinder-emc.xml:41(td) ./doc/common/tables/cinder-emc.xml:49(td) ./doc/common/tables/cinder-emc.xml:57(td) ./doc/common/tables/cinder-emc.xml:61(td) ./doc/common/tables/cinder-emc.xml:65(td) ./doc/common/tables/cinder-vmware.xml:21(td) ./doc/common/tables/cinder-vmware.xml:25(td) ./doc/common/tables/cinder-vmware.xml:29(td) ./doc/common/tables/cinder-vmware.xml:33(td) ./doc/common/tables/cinder-vmware.xml:37(td) ./doc/common/tables/cinder-vmware.xml:41(td) ./doc/common/tables/cinder-vmware.xml:45(td) ./doc/common/tables/cinder-vmware.xml:49(td) ./doc/common/tables/cinder-vmware.xml:53(td) ./doc/common/tables/cinder-vmware.xml:57(td) ./doc/common/tables/cinder-vmware.xml:61(td) ./doc/common/tables/ceilometer-zeromq.xml:21(td) ./doc/common/tables/ceilometer-zeromq.xml:25(td) ./doc/common/tables/ceilometer-zeromq.xml:29(td) ./doc/common/tables/ceilometer-zeromq.xml:33(td) ./doc/common/tables/ceilometer-zeromq.xml:37(td) ./doc/common/tables/ceilometer-zeromq.xml:41(td) ./doc/common/tables/ceilometer-zeromq.xml:45(td) ./doc/common/tables/trove-rabbitmq.xml:21(td) ./doc/common/tables/trove-rabbitmq.xml:41(td) ./doc/common/tables/trove-rabbitmq.xml:45(td) ./doc/common/tables/trove-rabbitmq.xml:49(td) ./doc/common/tables/trove-rabbitmq.xml:53(td) ./doc/common/tables/trove-rabbitmq.xml:57(td) ./doc/common/tables/trove-rabbitmq.xml:61(td) ./doc/common/tables/trove-rabbitmq.xml:65(td) ./doc/common/tables/trove-rabbitmq.xml:69(td) ./doc/common/tables/trove-rabbitmq.xml:73(td) ./doc/common/tables/trove-rabbitmq.xml:77(td) ./doc/common/tables/trove-rabbitmq.xml:81(td) ./doc/common/tables/trove-rabbitmq.xml:85(td) ./doc/common/tables/ironic-glance.xml:25(td) ./doc/common/tables/ironic-glance.xml:29(td) ./doc/common/tables/ironic-glance.xml:33(td) ./doc/common/tables/ironic-glance.xml:37(td) ./doc/common/tables/ironic-glance.xml:41(td) ./doc/common/tables/ironic-glance.xml:45(td) ./doc/common/tables/ironic-glance.xml:49(td) ./doc/common/tables/ironic-glance.xml:53(td) ./doc/common/tables/ironic-glance.xml:57(td) ./doc/common/tables/ironic-glance.xml:61(td) ./doc/common/tables/ironic-glance.xml:65(td) ./doc/common/tables/ironic-glance.xml:69(td) ./doc/common/tables/ironic-glance.xml:73(td) ./doc/common/tables/ironic-glance.xml:77(td) ./doc/common/tables/nova-upgrade_levels.xml:21(td) ./doc/common/tables/nova-upgrade_levels.xml:28(td) ./doc/common/tables/nova-upgrade_levels.xml:32(td) ./doc/common/tables/nova-upgrade_levels.xml:36(td) ./doc/common/tables/nova-upgrade_levels.xml:40(td) ./doc/common/tables/nova-upgrade_levels.xml:44(td) ./doc/common/tables/nova-upgrade_levels.xml:48(td) ./doc/common/tables/nova-upgrade_levels.xml:52(td) ./doc/common/tables/nova-upgrade_levels.xml:56(td) ./doc/common/tables/nova-upgrade_levels.xml:60(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:21(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:25(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:29(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:33(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:37(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:41(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:45(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:49(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:53(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:57(td) ./doc/common/tables/neutron-ml2_ofa.xml:21(td) ./doc/common/tables/nova-barbican.xml:21(td) ./doc/common/tables/nova-barbican.xml:25(td) ./doc/common/tables/nova-barbican.xml:29(td) ./doc/common/tables/nova-barbican.xml:33(td) ./doc/common/tables/nova-barbican.xml:37(td) ./doc/common/tables/nova-barbican.xml:41(td) ./doc/common/tables/nova-barbican.xml:45(td) ./doc/common/tables/nova-barbican.xml:49(td) ./doc/common/tables/glance-api.xml:21(td) ./doc/common/tables/glance-api.xml:25(td) ./doc/common/tables/glance-api.xml:33(td) ./doc/common/tables/glance-api.xml:37(td) ./doc/common/tables/glance-api.xml:41(td) ./doc/common/tables/glance-api.xml:45(td) ./doc/common/tables/glance-api.xml:49(td) ./doc/common/tables/glance-api.xml:53(td) ./doc/common/tables/glance-api.xml:57(td) ./doc/common/tables/glance-api.xml:61(td) ./doc/common/tables/glance-api.xml:65(td) ./doc/common/tables/glance-api.xml:69(td) ./doc/common/tables/glance-api.xml:73(td) ./doc/common/tables/glance-api.xml:77(td) ./doc/common/tables/glance-api.xml:81(td) ./doc/common/tables/glance-api.xml:85(td) ./doc/common/tables/glance-api.xml:89(td) ./doc/common/tables/glance-api.xml:93(td) ./doc/common/tables/glance-api.xml:100(td) ./doc/common/tables/glance-api.xml:104(td) ./doc/common/tables/glance-api.xml:108(td) ./doc/common/tables/glance-api.xml:115(td) ./doc/common/tables/glance-api.xml:119(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:40(td) ./doc/common/tables/sahara-timeouts.xml:21(td) ./doc/common/tables/sahara-timeouts.xml:25(td) ./doc/common/tables/sahara-timeouts.xml:29(td) ./doc/common/tables/sahara-timeouts.xml:33(td) ./doc/common/tables/sahara-timeouts.xml:37(td) ./doc/common/tables/sahara-timeouts.xml:41(td) ./doc/common/tables/sahara-timeouts.xml:45(td) ./doc/common/tables/swift-rsyncd-container.xml:20(td) ./doc/common/tables/swift-rsyncd-container.xml:24(td) ./doc/common/tables/swift-rsyncd-container.xml:28(td) ./doc/common/tables/swift-rsyncd-container.xml:32(td) ./doc/common/tables/cinder-storwize.xml:21(td) ./doc/common/tables/cinder-storwize.xml:25(td) ./doc/common/tables/cinder-storwize.xml:29(td) ./doc/common/tables/cinder-storwize.xml:33(td) ./doc/common/tables/cinder-storwize.xml:37(td) ./doc/common/tables/cinder-storwize.xml:41(td) ./doc/common/tables/cinder-storwize.xml:45(td) ./doc/common/tables/cinder-storwize.xml:49(td) ./doc/common/tables/cinder-storwize.xml:53(td) ./doc/common/tables/cinder-storwize.xml:57(td) ./doc/common/tables/cinder-storwize.xml:61(td) ./doc/common/tables/cinder-storwize.xml:65(td) ./doc/common/tables/cinder-storwize.xml:69(td) ./doc/common/tables/cinder-storwize.xml:73(td) ./doc/common/tables/cinder-storwize.xml:77(td) ./doc/common/tables/cinder-storwize.xml:81(td) ./doc/common/tables/cinder-hplefthand.xml:21(td) ./doc/common/tables/cinder-hplefthand.xml:25(td) ./doc/common/tables/cinder-hplefthand.xml:29(td) ./doc/common/tables/cinder-hplefthand.xml:33(td) ./doc/common/tables/cinder-hplefthand.xml:37(td) ./doc/common/tables/cinder-hplefthand.xml:41(td) ./doc/common/tables/ironic-ilo.xml:21(td) ./doc/common/tables/ironic-ilo.xml:25(td) ./doc/common/tables/ironic-ilo.xml:29(td) ./doc/common/tables/ironic-ilo.xml:33(td) ./doc/common/tables/ironic-ilo.xml:37(td) ./doc/common/tables/ironic-ilo.xml:41(td) ./doc/common/tables/ironic-ilo.xml:45(td) ./doc/common/tables/ironic-ilo.xml:49(td) ./doc/common/tables/ironic-ilo.xml:53(td) ./doc/common/tables/ironic-ilo.xml:57(td) ./doc/common/tables/ironic-ilo.xml:61(td) ./doc/common/tables/ironic-ilo.xml:65(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:24(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:28(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:38(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:42(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:46(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:50(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:58(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:62(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:70(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:74(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:78(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:82(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:91(td) ./doc/common/tables/sahara-auth_token.xml:21(td) ./doc/common/tables/sahara-auth_token.xml:25(td) ./doc/common/tables/sahara-auth_token.xml:29(td) ./doc/common/tables/sahara-auth_token.xml:33(td) ./doc/common/tables/sahara-auth_token.xml:41(td) ./doc/common/tables/sahara-auth_token.xml:45(td) ./doc/common/tables/sahara-auth_token.xml:49(td) ./doc/common/tables/sahara-auth_token.xml:53(td) ./doc/common/tables/sahara-auth_token.xml:57(td) ./doc/common/tables/sahara-auth_token.xml:61(td) ./doc/common/tables/sahara-auth_token.xml:65(td) ./doc/common/tables/sahara-auth_token.xml:69(td) ./doc/common/tables/sahara-auth_token.xml:73(td) ./doc/common/tables/sahara-auth_token.xml:77(td) ./doc/common/tables/sahara-auth_token.xml:81(td) ./doc/common/tables/sahara-auth_token.xml:85(td) ./doc/common/tables/sahara-auth_token.xml:89(td) ./doc/common/tables/sahara-auth_token.xml:93(td) ./doc/common/tables/sahara-auth_token.xml:97(td) ./doc/common/tables/sahara-auth_token.xml:101(td) ./doc/common/tables/sahara-auth_token.xml:105(td) ./doc/common/tables/sahara-auth_token.xml:109(td) ./doc/common/tables/sahara-auth_token.xml:113(td) ./doc/common/tables/sahara-auth_token.xml:117(td) ./doc/common/tables/sahara-auth_token.xml:121(td) ./doc/common/tables/sahara-auth_token.xml:125(td) ./doc/common/tables/sahara-auth_token.xml:129(td) ./doc/common/tables/sahara-auth_token.xml:133(td) ./doc/common/tables/sahara-auth_token.xml:137(td) ./doc/common/tables/sahara-auth_token.xml:141(td) ./doc/common/tables/sahara-auth_token.xml:145(td) ./doc/common/tables/sahara-auth_token.xml:149(td) ./doc/common/tables/sahara-auth_token.xml:153(td) ./doc/common/tables/sahara-auth_token.xml:157(td) ./doc/common/tables/sahara-auth_token.xml:161(td) ./doc/common/tables/neutron-ipv6_ra.xml:21(td) ./doc/common/tables/glance-s3.xml:21(td) ./doc/common/tables/glance-s3.xml:25(td) ./doc/common/tables/glance-s3.xml:29(td) ./doc/common/tables/glance-s3.xml:33(td) ./doc/common/tables/glance-s3.xml:37(td) ./doc/common/tables/glance-s3.xml:41(td) ./doc/common/tables/glance-s3.xml:45(td) ./doc/common/tables/glance-s3.xml:49(td) ./doc/common/tables/glance-s3.xml:53(td) ./doc/common/tables/glance-s3.xml:57(td) ./doc/common/tables/nova-rootwrap.xml:21(td) ./doc/common/tables/nova-rootwrap.xml:25(td) ./doc/common/tables/nova-rootwrap.xml:29(td) ./doc/common/tables/nova-rootwrap.xml:33(td) ./doc/common/tables/nova-rootwrap.xml:37(td) ./doc/common/tables/heat-loadbalancer.xml:21(td) ./doc/common/tables/ceilometer-api.xml:21(td) ./doc/common/tables/ceilometer-api.xml:25(td) ./doc/common/tables/ceilometer-api.xml:29(td) ./doc/common/tables/ceilometer-api.xml:33(td) ./doc/common/tables/ceilometer-api.xml:41(td) ./doc/common/tables/ceilometer-api.xml:45(td) ./doc/common/tables/ceilometer-api.xml:52(td) ./doc/common/tables/ceilometer-api.xml:56(td) ./doc/common/tables/ceilometer-api.xml:60(td) ./doc/common/tables/ceilometer-exchange.xml:21(td) ./doc/common/tables/ceilometer-exchange.xml:25(td) ./doc/common/tables/ceilometer-exchange.xml:29(td) ./doc/common/tables/ceilometer-exchange.xml:33(td) ./doc/common/tables/ceilometer-exchange.xml:37(td) ./doc/common/tables/ceilometer-exchange.xml:41(td) ./doc/common/tables/ceilometer-exchange.xml:45(td) ./doc/common/tables/ceilometer-exchange.xml:49(td) ./doc/common/tables/ceilometer-exchange.xml:53(td) ./doc/common/tables/ceilometer-exchange.xml:57(td) ./doc/common/tables/ceilometer-exchange.xml:61(td) ./doc/common/tables/ceilometer-exchange.xml:65(td) ./doc/common/tables/cinder-lvm.xml:21(td) ./doc/common/tables/cinder-lvm.xml:25(td) ./doc/common/tables/cinder-lvm.xml:29(td) ./doc/common/tables/cinder-lvm.xml:33(td) ./doc/common/tables/trove-dns.xml:37(td) ./doc/common/tables/trove-dns.xml:41(td) ./doc/common/tables/trove-dns.xml:49(td) ./doc/common/tables/trove-dns.xml:69(td) ./doc/common/tables/trove-dns.xml:73(td) ./doc/common/tables/trove-dns.xml:81(td) ./doc/common/tables/sahara-amqp.xml:21(td) ./doc/common/tables/sahara-amqp.xml:25(td) ./doc/common/tables/sahara-amqp.xml:29(td) ./doc/common/tables/sahara-amqp.xml:33(td) ./doc/common/tables/sahara-amqp.xml:37(td) ./doc/common/tables/sahara-amqp.xml:41(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:20(td) ./doc/common/tables/nova-cells.xml:21(td) ./doc/common/tables/nova-cells.xml:25(td) ./doc/common/tables/nova-cells.xml:29(td) ./doc/common/tables/nova-cells.xml:33(td) ./doc/common/tables/nova-cells.xml:37(td) ./doc/common/tables/nova-cells.xml:41(td) ./doc/common/tables/nova-cells.xml:45(td) ./doc/common/tables/nova-cells.xml:49(td) ./doc/common/tables/nova-cells.xml:53(td) ./doc/common/tables/nova-cells.xml:57(td) ./doc/common/tables/nova-cells.xml:61(td) ./doc/common/tables/nova-cells.xml:65(td) ./doc/common/tables/nova-cells.xml:69(td) ./doc/common/tables/nova-cells.xml:73(td) ./doc/common/tables/nova-cells.xml:77(td) ./doc/common/tables/nova-cells.xml:81(td) ./doc/common/tables/nova-cells.xml:85(td) ./doc/common/tables/nova-cells.xml:89(td) ./doc/common/tables/trove-volume.xml:21(td) ./doc/common/tables/trove-volume.xml:25(td) ./doc/common/tables/trove-volume.xml:29(td) ./doc/common/tables/trove-volume.xml:33(td) ./doc/common/tables/trove-volume.xml:37(td) ./doc/common/tables/trove-volume.xml:41(td) ./doc/common/tables/trove-volume.xml:45(td) ./doc/common/tables/trove-volume.xml:49(td) ./doc/common/tables/trove-volume.xml:53(td) ./doc/common/tables/trove-volume.xml:57(td) ./doc/common/tables/heat-auth_token.xml:21(td) ./doc/common/tables/heat-auth_token.xml:25(td) ./doc/common/tables/heat-auth_token.xml:29(td) ./doc/common/tables/heat-auth_token.xml:33(td) ./doc/common/tables/heat-auth_token.xml:41(td) ./doc/common/tables/heat-auth_token.xml:45(td) ./doc/common/tables/heat-auth_token.xml:49(td) ./doc/common/tables/heat-auth_token.xml:53(td) ./doc/common/tables/heat-auth_token.xml:57(td) ./doc/common/tables/heat-auth_token.xml:61(td) ./doc/common/tables/heat-auth_token.xml:65(td) ./doc/common/tables/heat-auth_token.xml:69(td) ./doc/common/tables/heat-auth_token.xml:73(td) ./doc/common/tables/heat-auth_token.xml:77(td) ./doc/common/tables/heat-auth_token.xml:81(td) ./doc/common/tables/heat-auth_token.xml:85(td) ./doc/common/tables/heat-auth_token.xml:89(td) ./doc/common/tables/heat-auth_token.xml:93(td) ./doc/common/tables/heat-auth_token.xml:97(td) ./doc/common/tables/heat-auth_token.xml:101(td) ./doc/common/tables/heat-auth_token.xml:105(td) ./doc/common/tables/heat-auth_token.xml:109(td) ./doc/common/tables/heat-auth_token.xml:113(td) ./doc/common/tables/heat-auth_token.xml:117(td) ./doc/common/tables/heat-auth_token.xml:121(td) ./doc/common/tables/heat-auth_token.xml:125(td) ./doc/common/tables/heat-auth_token.xml:129(td) ./doc/common/tables/heat-auth_token.xml:133(td) ./doc/common/tables/heat-auth_token.xml:137(td) ./doc/common/tables/heat-auth_token.xml:141(td) ./doc/common/tables/heat-auth_token.xml:145(td) ./doc/common/tables/heat-auth_token.xml:149(td) ./doc/common/tables/heat-auth_token.xml:153(td) ./doc/common/tables/heat-auth_token.xml:157(td) ./doc/common/tables/heat-auth_token.xml:161(td) ./doc/common/tables/neutron-quotas.xml:21(td) ./doc/common/tables/neutron-quotas.xml:28(td) ./doc/common/tables/neutron-quotas.xml:32(td) ./doc/common/tables/neutron-quotas.xml:36(td) ./doc/common/tables/neutron-quotas.xml:40(td) ./doc/common/tables/neutron-quotas.xml:44(td) ./doc/common/tables/neutron-quotas.xml:48(td) ./doc/common/tables/neutron-quotas.xml:52(td) ./doc/common/tables/neutron-quotas.xml:56(td) ./doc/common/tables/neutron-quotas.xml:60(td) ./doc/common/tables/neutron-quotas.xml:64(td) ./doc/common/tables/neutron-quotas.xml:68(td) ./doc/common/tables/neutron-quotas.xml:72(td) ./doc/common/tables/neutron-quotas.xml:76(td) ./doc/common/tables/neutron-quotas.xml:80(td) ./doc/common/tables/neutron-quotas.xml:84(td) ./doc/common/tables/neutron-quotas.xml:88(td) ./doc/common/tables/nova-auth_token.xml:21(td) ./doc/common/tables/nova-auth_token.xml:25(td) ./doc/common/tables/nova-auth_token.xml:29(td) ./doc/common/tables/nova-auth_token.xml:33(td) ./doc/common/tables/nova-auth_token.xml:41(td) ./doc/common/tables/nova-auth_token.xml:45(td) ./doc/common/tables/nova-auth_token.xml:49(td) ./doc/common/tables/nova-auth_token.xml:53(td) ./doc/common/tables/nova-auth_token.xml:57(td) ./doc/common/tables/nova-auth_token.xml:61(td) ./doc/common/tables/nova-auth_token.xml:65(td) ./doc/common/tables/nova-auth_token.xml:69(td) ./doc/common/tables/nova-auth_token.xml:73(td) ./doc/common/tables/nova-auth_token.xml:77(td) ./doc/common/tables/nova-auth_token.xml:81(td) ./doc/common/tables/nova-auth_token.xml:85(td) ./doc/common/tables/nova-auth_token.xml:89(td) ./doc/common/tables/nova-auth_token.xml:93(td) ./doc/common/tables/nova-auth_token.xml:97(td) ./doc/common/tables/nova-auth_token.xml:101(td) ./doc/common/tables/nova-auth_token.xml:105(td) ./doc/common/tables/nova-auth_token.xml:109(td) ./doc/common/tables/nova-auth_token.xml:113(td) ./doc/common/tables/nova-auth_token.xml:117(td) ./doc/common/tables/nova-auth_token.xml:121(td) ./doc/common/tables/nova-auth_token.xml:125(td) ./doc/common/tables/nova-auth_token.xml:129(td) ./doc/common/tables/nova-auth_token.xml:133(td) ./doc/common/tables/nova-auth_token.xml:137(td) ./doc/common/tables/nova-auth_token.xml:141(td) ./doc/common/tables/nova-auth_token.xml:145(td) ./doc/common/tables/nova-auth_token.xml:149(td) ./doc/common/tables/nova-auth_token.xml:153(td) ./doc/common/tables/nova-auth_token.xml:157(td) ./doc/common/tables/nova-auth_token.xml:161(td) ./doc/common/tables/cinder-storage_nfs.xml:21(td) ./doc/common/tables/cinder-storage_nfs.xml:25(td) ./doc/common/tables/cinder-storage_nfs.xml:29(td) ./doc/common/tables/cinder-storage_nfs.xml:33(td) ./doc/common/tables/cinder-storage_nfs.xml:37(td) ./doc/common/tables/cinder-storage_nfs.xml:41(td) ./doc/common/tables/cinder-storage_nfs.xml:45(td) ./doc/common/tables/cinder-quobyte.xml:21(td) ./doc/common/tables/cinder-quobyte.xml:25(td) ./doc/common/tables/cinder-quobyte.xml:29(td) ./doc/common/tables/cinder-quobyte.xml:33(td) ./doc/common/tables/cinder-quobyte.xml:37(td) ./doc/common/tables/cinder-hds-hnas.xml:21(td) ./doc/common/tables/cinder-hds-hnas.xml:25(td) ./doc/common/tables/heat-api.xml:21(td) ./doc/common/tables/heat-api.xml:25(td) ./doc/common/tables/heat-api.xml:29(td) ./doc/common/tables/heat-api.xml:37(td) ./doc/common/tables/heat-api.xml:49(td) ./doc/common/tables/heat-api.xml:53(td) ./doc/common/tables/heat-api.xml:57(td) ./doc/common/tables/heat-api.xml:61(td) ./doc/common/tables/heat-api.xml:65(td) ./doc/common/tables/heat-api.xml:69(td) ./doc/common/tables/heat-api.xml:73(td) ./doc/common/tables/heat-api.xml:77(td) ./doc/common/tables/heat-api.xml:81(td) ./doc/common/tables/heat-api.xml:85(td) ./doc/common/tables/heat-api.xml:89(td) ./doc/common/tables/heat-api.xml:93(td) ./doc/common/tables/heat-api.xml:108(td) ./doc/common/tables/heat-api.xml:119(td) ./doc/common/tables/heat-api.xml:123(td) ./doc/common/tables/heat-api.xml:127(td) ./doc/common/tables/heat-api.xml:131(td) ./doc/common/tables/heat-api.xml:135(td) ./doc/common/tables/heat-api.xml:139(td) ./doc/common/tables/heat-api.xml:146(td) ./doc/common/tables/heat-api.xml:150(td) ./doc/common/tables/heat-api.xml:154(td) ./doc/common/tables/heat-api.xml:158(td) ./doc/common/tables/heat-api.xml:162(td) ./doc/common/tables/heat-api.xml:166(td) ./doc/common/tables/heat-api.xml:170(td) ./doc/common/tables/heat-api.xml:177(td) ./doc/common/tables/heat-api.xml:181(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:26(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:31(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:35(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:46(td) ./doc/common/tables/heat-clients_ceilometer.xml:21(td) ./doc/common/tables/heat-clients_ceilometer.xml:25(td) ./doc/common/tables/heat-clients_ceilometer.xml:29(td) ./doc/common/tables/heat-clients_ceilometer.xml:33(td) ./doc/common/tables/heat-clients_ceilometer.xml:37(td) ./doc/common/tables/neutron-ryu.xml:25(td) ./doc/common/tables/glance-logging.xml:21(td) ./doc/common/tables/glance-logging.xml:25(td) ./doc/common/tables/glance-logging.xml:29(td) ./doc/common/tables/glance-logging.xml:33(td) ./doc/common/tables/glance-logging.xml:37(td) ./doc/common/tables/glance-logging.xml:41(td) ./doc/common/tables/glance-logging.xml:45(td) ./doc/common/tables/glance-logging.xml:49(td) ./doc/common/tables/glance-logging.xml:53(td) ./doc/common/tables/glance-logging.xml:57(td) ./doc/common/tables/glance-logging.xml:61(td) ./doc/common/tables/glance-logging.xml:65(td) ./doc/common/tables/glance-logging.xml:69(td) ./doc/common/tables/glance-logging.xml:73(td) ./doc/common/tables/glance-logging.xml:77(td) ./doc/common/tables/glance-logging.xml:81(td) ./doc/common/tables/glance-logging.xml:85(td) ./doc/common/tables/glance-logging.xml:89(td) ./doc/common/tables/glance-logging.xml:93(td) ./doc/common/tables/glance-logging.xml:97(td) ./doc/common/tables/glance-logging.xml:101(td) ./doc/common/tables/glance-logging.xml:105(td) ./doc/common/tables/glance-logging.xml:109(td) ./doc/common/tables/glance-logging.xml:113(td) ./doc/common/tables/glance-logging.xml:117(td) ./doc/common/tables/glance-logging.xml:121(td) ./doc/common/tables/glance-logging.xml:125(td) ./doc/common/tables/glance-logging.xml:129(td) ./doc/common/tables/swift-internal-client-pipeline-main.xml:20(td) ./doc/common/tables/swift-rsyncd-account.xml:20(td) ./doc/common/tables/swift-rsyncd-account.xml:24(td) ./doc/common/tables/swift-rsyncd-account.xml:28(td) ./doc/common/tables/swift-rsyncd-account.xml:32(td) ./doc/common/tables/neutron-metering_agent.xml:21(td) ./doc/common/tables/neutron-metering_agent.xml:25(td) ./doc/common/tables/neutron-metering_agent.xml:32(td) ./doc/common/tables/neutron-zeromq.xml:21(td) ./doc/common/tables/neutron-zeromq.xml:25(td) ./doc/common/tables/neutron-zeromq.xml:29(td) ./doc/common/tables/neutron-zeromq.xml:33(td) ./doc/common/tables/neutron-zeromq.xml:37(td) ./doc/common/tables/neutron-zeromq.xml:41(td) ./doc/common/tables/neutron-zeromq.xml:45(td) ./doc/common/tables/heat-clients_glance.xml:21(td) ./doc/common/tables/heat-clients_glance.xml:25(td) ./doc/common/tables/heat-clients_glance.xml:29(td) ./doc/common/tables/heat-clients_glance.xml:33(td) ./doc/common/tables/heat-clients_glance.xml:37(td) ./doc/common/tables/cinder-storage_glusterfs.xml:21(td) ./doc/common/tables/cinder-storage_glusterfs.xml:25(td) ./doc/common/tables/cinder-storage_glusterfs.xml:29(td) ./doc/common/tables/cinder-storage_glusterfs.xml:33(td) ./doc/common/tables/cinder-common.xml:29(td) ./doc/common/tables/cinder-common.xml:33(td) ./doc/common/tables/cinder-common.xml:37(td) ./doc/common/tables/cinder-common.xml:41(td) ./doc/common/tables/cinder-common.xml:45(td) ./doc/common/tables/cinder-common.xml:49(td) ./doc/common/tables/cinder-common.xml:53(td) ./doc/common/tables/cinder-common.xml:57(td) ./doc/common/tables/cinder-common.xml:61(td) ./doc/common/tables/cinder-common.xml:65(td) ./doc/common/tables/cinder-common.xml:69(td) ./doc/common/tables/cinder-common.xml:73(td) ./doc/common/tables/cinder-common.xml:85(td) ./doc/common/tables/cinder-common.xml:89(td) ./doc/common/tables/cinder-common.xml:93(td) ./doc/common/tables/cinder-common.xml:101(td) ./doc/common/tables/cinder-common.xml:105(td) ./doc/common/tables/cinder-common.xml:109(td) ./doc/common/tables/cinder-common.xml:113(td) ./doc/common/tables/cinder-common.xml:117(td) ./doc/common/tables/cinder-common.xml:121(td) ./doc/common/tables/cinder-common.xml:125(td) ./doc/common/tables/cinder-common.xml:129(td) ./doc/common/tables/cinder-common.xml:133(td) ./doc/common/tables/cinder-common.xml:137(td) ./doc/common/tables/cinder-common.xml:141(td) ./doc/common/tables/cinder-common.xml:145(td) ./doc/common/tables/cinder-common.xml:149(td) ./doc/common/tables/cinder-common.xml:153(td) ./doc/common/tables/cinder-common.xml:157(td) ./doc/common/tables/cinder-common.xml:161(td) ./doc/common/tables/cinder-common.xml:165(td) ./doc/common/tables/cinder-common.xml:169(td) ./doc/common/tables/cinder-common.xml:173(td) ./doc/common/tables/cinder-common.xml:177(td) ./doc/common/tables/cinder-common.xml:181(td) ./doc/common/tables/cinder-common.xml:185(td) ./doc/common/tables/cinder-common.xml:189(td) ./doc/common/tables/cinder-common.xml:193(td) ./doc/common/tables/cinder-common.xml:197(td) ./doc/common/tables/cinder-common.xml:201(td) ./doc/common/tables/cinder-common.xml:205(td) ./doc/common/tables/cinder-common.xml:209(td) ./doc/common/tables/cinder-common.xml:213(td) ./doc/common/tables/cinder-common.xml:217(td) ./doc/common/tables/cinder-common.xml:221(td) ./doc/common/tables/cinder-common.xml:225(td) ./doc/common/tables/cinder-common.xml:229(td) ./doc/common/tables/cinder-common.xml:236(td) ./doc/common/tables/glance-swift.xml:21(td) ./doc/common/tables/glance-swift.xml:25(td) ./doc/common/tables/glance-swift.xml:29(td) ./doc/common/tables/glance-swift.xml:33(td) ./doc/common/tables/glance-swift.xml:37(td) ./doc/common/tables/glance-swift.xml:44(td) ./doc/common/tables/glance-swift.xml:52(td) ./doc/common/tables/glance-swift.xml:56(td) ./doc/common/tables/glance-swift.xml:60(td) ./doc/common/tables/glance-swift.xml:64(td) ./doc/common/tables/glance-swift.xml:68(td) ./doc/common/tables/glance-swift.xml:72(td) ./doc/common/tables/glance-swift.xml:76(td) ./doc/common/tables/glance-swift.xml:80(td) ./doc/common/tables/glance-swift.xml:84(td) ./doc/common/tables/glance-swift.xml:88(td) ./doc/common/tables/glance-swift.xml:92(td) ./doc/common/tables/glance-swift.xml:96(td) ./doc/common/tables/glance-swift.xml:100(td) ./doc/common/tables/glance-swift.xml:104(td) ./doc/common/tables/glance-swift.xml:108(td) ./doc/common/tables/glance-swift.xml:112(td) ./doc/common/tables/glance-swift.xml:116(td) ./doc/common/tables/glance-swift.xml:120(td) ./doc/common/tables/glance-swift.xml:124(td) ./doc/common/tables/trove-quota.xml:21(td) ./doc/common/tables/trove-quota.xml:25(td) ./doc/common/tables/trove-quota.xml:29(td) ./doc/common/tables/trove-quota.xml:33(td) ./doc/common/tables/trove-quota.xml:37(td) ./doc/common/tables/trove-clients.xml:21(td) ./doc/common/tables/trove-clients.xml:25(td) ./doc/common/tables/trove-clients.xml:29(td) ./doc/common/tables/trove-clients.xml:33(td) ./doc/common/tables/trove-clients.xml:37(td) ./doc/common/tables/trove-clients.xml:41(td) ./doc/common/tables/trove-clients.xml:45(td) ./doc/common/tables/cinder-auth_token.xml:21(td) ./doc/common/tables/cinder-auth_token.xml:25(td) ./doc/common/tables/cinder-auth_token.xml:29(td) ./doc/common/tables/cinder-auth_token.xml:33(td) ./doc/common/tables/cinder-auth_token.xml:41(td) ./doc/common/tables/cinder-auth_token.xml:45(td) ./doc/common/tables/cinder-auth_token.xml:49(td) ./doc/common/tables/cinder-auth_token.xml:53(td) ./doc/common/tables/cinder-auth_token.xml:57(td) ./doc/common/tables/cinder-auth_token.xml:61(td) ./doc/common/tables/cinder-auth_token.xml:65(td) ./doc/common/tables/cinder-auth_token.xml:69(td) ./doc/common/tables/cinder-auth_token.xml:73(td) ./doc/common/tables/cinder-auth_token.xml:77(td) ./doc/common/tables/cinder-auth_token.xml:81(td) ./doc/common/tables/cinder-auth_token.xml:85(td) ./doc/common/tables/cinder-auth_token.xml:89(td) ./doc/common/tables/cinder-auth_token.xml:93(td) ./doc/common/tables/cinder-auth_token.xml:97(td) ./doc/common/tables/cinder-auth_token.xml:101(td) ./doc/common/tables/cinder-auth_token.xml:105(td) ./doc/common/tables/cinder-auth_token.xml:109(td) ./doc/common/tables/cinder-auth_token.xml:113(td) ./doc/common/tables/cinder-auth_token.xml:117(td) ./doc/common/tables/cinder-auth_token.xml:121(td) ./doc/common/tables/cinder-auth_token.xml:125(td) ./doc/common/tables/cinder-auth_token.xml:129(td) ./doc/common/tables/cinder-auth_token.xml:133(td) ./doc/common/tables/cinder-auth_token.xml:137(td) ./doc/common/tables/cinder-auth_token.xml:141(td) ./doc/common/tables/cinder-auth_token.xml:145(td) ./doc/common/tables/cinder-auth_token.xml:149(td) ./doc/common/tables/cinder-auth_token.xml:153(td) ./doc/common/tables/cinder-auth_token.xml:157(td) ./doc/common/tables/cinder-auth_token.xml:161(td) ./doc/common/tables/ceilometer-alarm.xml:21(td) ./doc/common/tables/ceilometer-alarm.xml:25(td) ./doc/common/tables/ceilometer-alarm.xml:29(td) ./doc/common/tables/ceilometer-alarm.xml:33(td) ./doc/common/tables/ceilometer-alarm.xml:37(td) ./doc/common/tables/ceilometer-alarm.xml:41(td) ./doc/common/tables/ceilometer-alarm.xml:53(td) ./doc/common/tables/ceilometer-alarm.xml:57(td) ./doc/common/tables/ceilometer-alarm.xml:61(td) ./doc/common/tables/sahara-clients.xml:21(td) ./doc/common/tables/sahara-clients.xml:25(td) ./doc/common/tables/sahara-clients.xml:29(td) ./doc/common/tables/sahara-clients.xml:36(td) ./doc/common/tables/sahara-clients.xml:40(td) ./doc/common/tables/sahara-clients.xml:47(td) ./doc/common/tables/sahara-clients.xml:51(td) ./doc/common/tables/sahara-clients.xml:58(td) ./doc/common/tables/sahara-clients.xml:62(td) ./doc/common/tables/sahara-clients.xml:69(td) ./doc/common/tables/sahara-clients.xml:73(td) ./doc/common/tables/sahara-clients.xml:80(td) ./doc/common/tables/sahara-clients.xml:84(td) ./doc/common/tables/ironic-compute.xml:21(td) ./doc/common/tables/ceilometer-events.xml:21(td) ./doc/common/tables/ceilometer-events.xml:25(td) ./doc/common/tables/ceilometer-events.xml:29(td) ./doc/common/tables/ceilometer-events.xml:36(td) ./doc/common/tables/ceilometer-events.xml:40(td) ./doc/common/tables/ceilometer-events.xml:44(td) ./doc/common/tables/heat-testing.xml:21(td) ./doc/common/tables/heat-testing.xml:25(td) ./doc/common/tables/ironic-qpid.xml:21(td) ./doc/common/tables/ironic-qpid.xml:25(td) ./doc/common/tables/ironic-qpid.xml:29(td) ./doc/common/tables/ironic-qpid.xml:37(td) ./doc/common/tables/ironic-qpid.xml:41(td) ./doc/common/tables/ironic-qpid.xml:45(td) ./doc/common/tables/ironic-qpid.xml:53(td) ./doc/common/tables/ironic-qpid.xml:57(td) ./doc/common/tables/cinder-xiv.xml:29(td) ./doc/common/tables/cinder-xiv.xml:37(td) ./doc/common/tables/cinder-xiv.xml:41(td) ./doc/common/tables/cinder-xiv.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:32(td) ./doc/common/tables/ironic-ssh.xml:21(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:85(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:89(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:96(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:100(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:104(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:108(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:112(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:116(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:120(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:124(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:128(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:132(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:136(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:140(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:144(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:148(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:155(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:159(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:163(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:170(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:174(td) ./doc/common/tables/nova-glance.xml:21(td) ./doc/common/tables/nova-glance.xml:32(td) ./doc/common/tables/nova-glance.xml:36(td) ./doc/common/tables/nova-glance.xml:40(td) ./doc/common/tables/nova-glance.xml:44(td) ./doc/common/tables/nova-glance.xml:48(td) ./doc/common/tables/nova-glance.xml:52(td) ./doc/common/tables/neutron-database.xml:21(td) ./doc/common/tables/neutron-database.xml:25(td) ./doc/common/tables/neutron-database.xml:29(td) ./doc/common/tables/neutron-database.xml:33(td) ./doc/common/tables/neutron-database.xml:37(td) ./doc/common/tables/neutron-database.xml:41(td) ./doc/common/tables/neutron-database.xml:45(td) ./doc/common/tables/neutron-database.xml:49(td) ./doc/common/tables/neutron-database.xml:53(td) ./doc/common/tables/neutron-database.xml:57(td) ./doc/common/tables/neutron-database.xml:61(td) ./doc/common/tables/neutron-database.xml:65(td) ./doc/common/tables/neutron-database.xml:69(td) ./doc/common/tables/neutron-database.xml:73(td) ./doc/common/tables/neutron-database.xml:77(td) ./doc/common/tables/neutron-database.xml:81(td) ./doc/common/tables/neutron-database.xml:85(td) ./doc/common/tables/neutron-database.xml:89(td) ./doc/common/tables/neutron-database.xml:93(td) ./doc/common/tables/neutron-database.xml:97(td) ./doc/common/tables/keystone-auth_token.xml:21(td) ./doc/common/tables/keystone-auth_token.xml:25(td) ./doc/common/tables/keystone-auth_token.xml:29(td) ./doc/common/tables/keystone-auth_token.xml:33(td) ./doc/common/tables/keystone-auth_token.xml:41(td) ./doc/common/tables/keystone-auth_token.xml:45(td) ./doc/common/tables/keystone-auth_token.xml:49(td) ./doc/common/tables/keystone-auth_token.xml:53(td) ./doc/common/tables/keystone-auth_token.xml:57(td) ./doc/common/tables/keystone-auth_token.xml:61(td) ./doc/common/tables/keystone-auth_token.xml:65(td) ./doc/common/tables/keystone-auth_token.xml:69(td) ./doc/common/tables/keystone-auth_token.xml:73(td) ./doc/common/tables/keystone-auth_token.xml:77(td) ./doc/common/tables/keystone-auth_token.xml:81(td) ./doc/common/tables/keystone-auth_token.xml:85(td) ./doc/common/tables/keystone-auth_token.xml:89(td) ./doc/common/tables/keystone-auth_token.xml:93(td) ./doc/common/tables/keystone-auth_token.xml:97(td) ./doc/common/tables/keystone-auth_token.xml:101(td) ./doc/common/tables/keystone-auth_token.xml:105(td) ./doc/common/tables/keystone-auth_token.xml:109(td) ./doc/common/tables/keystone-auth_token.xml:113(td) ./doc/common/tables/keystone-auth_token.xml:117(td) ./doc/common/tables/keystone-auth_token.xml:121(td) ./doc/common/tables/keystone-auth_token.xml:125(td) ./doc/common/tables/keystone-auth_token.xml:129(td) ./doc/common/tables/keystone-auth_token.xml:133(td) ./doc/common/tables/keystone-auth_token.xml:137(td) ./doc/common/tables/keystone-auth_token.xml:141(td) ./doc/common/tables/keystone-auth_token.xml:145(td) ./doc/common/tables/keystone-auth_token.xml:149(td) ./doc/common/tables/keystone-auth_token.xml:153(td) ./doc/common/tables/keystone-auth_token.xml:157(td) ./doc/common/tables/keystone-auth_token.xml:161(td) ./doc/common/tables/nova-s3.xml:21(td) ./doc/common/tables/nova-s3.xml:25(td) ./doc/common/tables/nova-s3.xml:29(td) ./doc/common/tables/nova-s3.xml:33(td) ./doc/common/tables/nova-s3.xml:37(td) ./doc/common/tables/nova-s3.xml:41(td) ./doc/common/tables/nova-s3.xml:45(td) ./doc/common/tables/nova-s3.xml:49(td) ./doc/common/tables/nova-s3.xml:53(td) ./doc/common/tables/nova-s3.xml:57(td) ./doc/common/tables/nova-serial_console.xml:21(td) ./doc/common/tables/nova-serial_console.xml:25(td) ./doc/common/tables/nova-serial_console.xml:29(td) ./doc/common/tables/nova-serial_console.xml:33(td) ./doc/common/tables/nova-serial_console.xml:37(td) ./doc/common/tables/nova-serial_console.xml:41(td) ./doc/common/tables/nova-serial_console.xml:45(td) ./doc/common/tables/ironic-api.xml:21(td) ./doc/common/tables/ironic-api.xml:25(td) ./doc/common/tables/ironic-api.xml:29(td) ./doc/common/tables/nova-pci.xml:21(td) ./doc/common/tables/nova-pci.xml:25(td) ./doc/common/tables/swift-account-server-filter-recon.xml:20(td) ./doc/common/tables/swift-account-server-filter-recon.xml:24(td) ./doc/common/tables/ceilometer-magnetodb.xml:21(td) ./doc/common/tables/heat-clients_cinder.xml:21(td) ./doc/common/tables/heat-clients_cinder.xml:25(td) ./doc/common/tables/heat-clients_cinder.xml:29(td) ./doc/common/tables/heat-clients_cinder.xml:33(td) ./doc/common/tables/heat-clients_cinder.xml:37(td) ./doc/common/tables/heat-clients_cinder.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:52(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:56(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:60(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:64(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:68(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:72(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:76(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:80(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:84(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:88(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:92(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:96(td) ./doc/common/tables/sahara-testing.xml:21(td) ./doc/common/tables/keystone-revoke.xml:21(td) ./doc/common/tables/keystone-revoke.xml:25(td) ./doc/common/tables/keystone-revoke.xml:29(td) ./doc/common/tables/keystone-revoke.xml:33(td) ./doc/common/tables/sahara-common.xml:21(td) ./doc/common/tables/sahara-common.xml:25(td) ./doc/common/tables/sahara-common.xml:29(td) ./doc/common/tables/sahara-common.xml:33(td) ./doc/common/tables/sahara-common.xml:37(td) ./doc/common/tables/sahara-common.xml:41(td) ./doc/common/tables/sahara-common.xml:45(td) ./doc/common/tables/sahara-common.xml:49(td) ./doc/common/tables/sahara-common.xml:53(td) ./doc/common/tables/sahara-common.xml:57(td) ./doc/common/tables/sahara-common.xml:61(td) ./doc/common/tables/sahara-common.xml:65(td) ./doc/common/tables/sahara-common.xml:69(td) ./doc/common/tables/sahara-common.xml:73(td) ./doc/common/tables/sahara-common.xml:81(td) ./doc/common/tables/sahara-common.xml:85(td) ./doc/common/tables/sahara-common.xml:89(td) ./doc/common/tables/sahara-common.xml:93(td) ./doc/common/tables/sahara-common.xml:97(td) ./doc/common/tables/sahara-common.xml:101(td) ./doc/common/tables/sahara-common.xml:105(td) ./doc/common/tables/sahara-common.xml:109(td) ./doc/common/tables/sahara-common.xml:113(td) ./doc/common/tables/sahara-common.xml:121(td) ./doc/common/tables/sahara-common.xml:125(td) ./doc/common/tables/sahara-common.xml:129(td) ./doc/common/tables/sahara-common.xml:133(td) ./doc/common/tables/sahara-common.xml:137(td) ./doc/common/tables/sahara-common.xml:141(td) ./doc/common/tables/sahara-common.xml:145(td) ./doc/common/tables/sahara-common.xml:149(td) ./doc/common/tables/sahara-common.xml:153(td) ./doc/common/tables/sahara-common.xml:157(td) ./doc/common/tables/sahara-common.xml:164(td) ./doc/common/tables/sahara-common.xml:171(td) ./doc/common/tables/cinder-api.xml:21(td) ./doc/common/tables/cinder-api.xml:25(td) ./doc/common/tables/cinder-api.xml:29(td) ./doc/common/tables/cinder-api.xml:33(td) ./doc/common/tables/cinder-api.xml:37(td) ./doc/common/tables/cinder-api.xml:41(td) ./doc/common/tables/cinder-api.xml:45(td) ./doc/common/tables/cinder-api.xml:49(td) ./doc/common/tables/cinder-api.xml:53(td) ./doc/common/tables/cinder-api.xml:57(td) ./doc/common/tables/cinder-api.xml:61(td) ./doc/common/tables/cinder-api.xml:65(td) ./doc/common/tables/cinder-api.xml:73(td) ./doc/common/tables/cinder-api.xml:77(td) ./doc/common/tables/cinder-api.xml:81(td) ./doc/common/tables/cinder-api.xml:85(td) ./doc/common/tables/cinder-api.xml:89(td) ./doc/common/tables/cinder-api.xml:93(td) ./doc/common/tables/cinder-api.xml:97(td) ./doc/common/tables/cinder-api.xml:101(td) ./doc/common/tables/cinder-api.xml:105(td) ./doc/common/tables/cinder-api.xml:109(td) ./doc/common/tables/cinder-api.xml:113(td) ./doc/common/tables/ceilometer-rootwrap.xml:21(td) ./doc/common/tables/ceilometer-rootwrap.xml:25(td) ./doc/common/tables/ceilometer-rootwrap.xml:29(td) ./doc/common/tables/ceilometer-rootwrap.xml:33(td) ./doc/common/tables/ceilometer-rootwrap.xml:37(td) ./doc/common/tables/ironic-virtualbox.xml:21(td) ./doc/common/tables/keystone-saml.xml:21(td) ./doc/common/tables/keystone-saml.xml:25(td) ./doc/common/tables/keystone-saml.xml:29(td) ./doc/common/tables/keystone-saml.xml:33(td) ./doc/common/tables/keystone-saml.xml:37(td) ./doc/common/tables/keystone-saml.xml:41(td) ./doc/common/tables/keystone-saml.xml:45(td) ./doc/common/tables/keystone-saml.xml:49(td) ./doc/common/tables/keystone-saml.xml:53(td) ./doc/common/tables/keystone-saml.xml:57(td) ./doc/common/tables/keystone-saml.xml:61(td) ./doc/common/tables/keystone-saml.xml:65(td) ./doc/common/tables/keystone-saml.xml:69(td) ./doc/common/tables/keystone-saml.xml:73(td) ./doc/common/tables/keystone-saml.xml:77(td) ./doc/common/tables/keystone-saml.xml:81(td) ./doc/common/tables/keystone-saml.xml:85(td) ./doc/common/tables/keystone-saml.xml:89(td) ./doc/common/tables/trove-db_couchbase.xml:21(td) ./doc/common/tables/trove-db_couchbase.xml:25(td) ./doc/common/tables/trove-db_couchbase.xml:29(td) ./doc/common/tables/trove-db_couchbase.xml:33(td) ./doc/common/tables/trove-db_couchbase.xml:37(td) ./doc/common/tables/trove-db_couchbase.xml:41(td) ./doc/common/tables/trove-db_couchbase.xml:45(td) ./doc/common/tables/trove-db_couchbase.xml:49(td) ./doc/common/tables/trove-db_couchbase.xml:53(td) ./doc/common/tables/trove-db_couchbase.xml:61(td) ./doc/common/tables/trove-db_couchbase.xml:68(td) ./doc/common/tables/trove-db_couchbase.xml:72(td) ./doc/common/tables/trove-db_couchbase.xml:76(td) ./doc/common/tables/trove-db_couchbase.xml:80(td) ./doc/common/tables/trove-db_couchbase.xml:84(td) ./doc/common/tables/trove-db_couchbase.xml:88(td) ./doc/common/tables/trove-db_couchbase.xml:92(td) ./doc/common/tables/trove-db_couchbase.xml:96(td) ./doc/common/tables/trove-db_couchbase.xml:100(td) ./doc/common/tables/trove-db_couchbase.xml:108(td) ./doc/common/tables/heat-clients_trove.xml:21(td) ./doc/common/tables/heat-clients_trove.xml:25(td) ./doc/common/tables/heat-clients_trove.xml:29(td) ./doc/common/tables/heat-clients_trove.xml:33(td) ./doc/common/tables/heat-clients_trove.xml:37(td) ./doc/common/tables/swift-account-server-account-replicator.xml:20(td) ./doc/common/tables/swift-account-server-account-replicator.xml:24(td) ./doc/common/tables/swift-account-server-account-replicator.xml:28(td) ./doc/common/tables/swift-account-server-account-replicator.xml:32(td) ./doc/common/tables/swift-account-server-account-replicator.xml:36(td) ./doc/common/tables/swift-account-server-account-replicator.xml:40(td) ./doc/common/tables/swift-account-server-account-replicator.xml:44(td) ./doc/common/tables/swift-account-server-account-replicator.xml:48(td) ./doc/common/tables/swift-account-server-account-replicator.xml:52(td) ./doc/common/tables/swift-account-server-account-replicator.xml:56(td) ./doc/common/tables/swift-account-server-account-replicator.xml:60(td) ./doc/common/tables/swift-account-server-account-replicator.xml:64(td) ./doc/common/tables/swift-account-server-account-replicator.xml:68(td) ./doc/common/tables/swift-account-server-account-replicator.xml:72(td) ./doc/common/tables/swift-account-server-account-replicator.xml:76(td) ./doc/common/tables/swift-account-server-account-replicator.xml:80(td) ./doc/common/tables/ironic-scheduler.xml:21(td) ./doc/common/tables/ironic-scheduler.xml:25(td) ./doc/common/tables/ironic-scheduler.xml:29(td) ./doc/common/tables/ironic-scheduler.xml:33(td) ./doc/common/tables/ironic-scheduler.xml:37(td) ./doc/common/tables/trove-testing.xml:21(td) ./doc/common/tables/neutron-plumgrid.xml:21(td) ./doc/common/tables/neutron-plumgrid.xml:25(td) ./doc/common/tables/neutron-plumgrid.xml:29(td) ./doc/common/tables/neutron-plumgrid.xml:33(td) ./doc/common/tables/neutron-plumgrid.xml:37(td) ./doc/common/tables/neutron-plumgrid.xml:41(td) ./doc/common/tables/trove-heat.xml:21(td) ./doc/common/tables/trove-heat.xml:25(td) ./doc/common/tables/trove-heat.xml:29(td) ./doc/common/tables/trove-heat.xml:33(td) ./doc/common/tables/glance-sheepdog.xml:21(td) ./doc/common/tables/glance-sheepdog.xml:25(td) ./doc/common/tables/glance-sheepdog.xml:29(td) ./doc/common/tables/ironic-upgrades.xml:21(td) ./doc/common/tables/keystone-mapping.xml:21(td) ./doc/common/tables/keystone-mapping.xml:25(td) ./doc/common/tables/keystone-mapping.xml:29(td) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:20(td) ./doc/common/tables/cinder-zfssa-nfs.xml:21(td) ./doc/common/tables/cinder-zfssa-nfs.xml:25(td) ./doc/common/tables/cinder-zfssa-nfs.xml:37(td) ./doc/common/tables/cinder-zfssa-nfs.xml:41(td) ./doc/common/tables/cinder-zfssa-nfs.xml:45(td) ./doc/common/tables/cinder-zfssa-nfs.xml:49(td) ./doc/common/tables/cinder-zfssa-nfs.xml:53(td) ./doc/common/tables/cinder-windows.xml:21(td) ./doc/common/tables/cinder-san-solaris.xml:21(td) ./doc/common/tables/neutron-nuage.xml:25(td) ./doc/common/tables/neutron-nuage.xml:29(td) ./doc/common/tables/neutron-nuage.xml:33(td) ./doc/common/tables/neutron-nuage.xml:37(td) ./doc/common/tables/neutron-nuage.xml:41(td) ./doc/common/tables/neutron-nuage.xml:45(td) ./doc/common/tables/neutron-nuage.xml:49(td) ./doc/common/tables/neutron-nuage.xml:56(td) ./doc/common/tables/neutron-nuage.xml:60(td) ./doc/common/tables/keystone-rabbitmq.xml:21(td) ./doc/common/tables/keystone-rabbitmq.xml:25(td) ./doc/common/tables/keystone-rabbitmq.xml:29(td) ./doc/common/tables/keystone-rabbitmq.xml:33(td) ./doc/common/tables/keystone-rabbitmq.xml:37(td) ./doc/common/tables/keystone-rabbitmq.xml:41(td) ./doc/common/tables/keystone-rabbitmq.xml:61(td) ./doc/common/tables/keystone-rabbitmq.xml:65(td) ./doc/common/tables/keystone-rabbitmq.xml:69(td) ./doc/common/tables/keystone-rabbitmq.xml:73(td) ./doc/common/tables/keystone-rabbitmq.xml:77(td) ./doc/common/tables/keystone-rabbitmq.xml:81(td) ./doc/common/tables/keystone-rabbitmq.xml:85(td) ./doc/common/tables/keystone-rabbitmq.xml:89(td) ./doc/common/tables/keystone-rabbitmq.xml:93(td) ./doc/common/tables/keystone-rabbitmq.xml:97(td) ./doc/common/tables/keystone-rabbitmq.xml:101(td) ./doc/common/tables/keystone-rabbitmq.xml:105(td) ./doc/common/tables/keystone-rabbitmq.xml:109(td) ./doc/common/tables/keystone-zeromq.xml:21(td) ./doc/common/tables/keystone-zeromq.xml:25(td) ./doc/common/tables/keystone-zeromq.xml:29(td) ./doc/common/tables/keystone-zeromq.xml:33(td) ./doc/common/tables/keystone-zeromq.xml:37(td) ./doc/common/tables/keystone-zeromq.xml:41(td) ./doc/common/tables/keystone-zeromq.xml:45(td) ./doc/common/tables/ceilometer-notification.xml:21(td) ./doc/common/tables/glance-zeromq.xml:21(td) ./doc/common/tables/glance-zeromq.xml:25(td) ./doc/common/tables/glance-zeromq.xml:29(td) ./doc/common/tables/glance-zeromq.xml:33(td) ./doc/common/tables/glance-zeromq.xml:37(td) ./doc/common/tables/glance-zeromq.xml:41(td) ./doc/common/tables/glance-zeromq.xml:45(td) ./doc/common/tables/ironic-database.xml:21(td) ./doc/common/tables/ironic-database.xml:25(td) ./doc/common/tables/ironic-database.xml:29(td) ./doc/common/tables/ironic-database.xml:33(td) ./doc/common/tables/ironic-database.xml:37(td) ./doc/common/tables/ironic-database.xml:41(td) ./doc/common/tables/ironic-database.xml:45(td) ./doc/common/tables/ironic-database.xml:49(td) ./doc/common/tables/ironic-database.xml:53(td) ./doc/common/tables/ironic-database.xml:57(td) ./doc/common/tables/ironic-database.xml:61(td) ./doc/common/tables/ironic-database.xml:65(td) ./doc/common/tables/ironic-database.xml:69(td) ./doc/common/tables/ironic-database.xml:73(td) ./doc/common/tables/ironic-database.xml:77(td) ./doc/common/tables/ironic-database.xml:81(td) ./doc/common/tables/ironic-database.xml:85(td) ./doc/common/tables/ironic-database.xml:89(td) ./doc/common/tables/ironic-database.xml:93(td) ./doc/common/tables/ironic-database.xml:97(td) ./doc/common/tables/ironic-database.xml:101(td) ./doc/common/tables/neutron-bigswitch.xml:85(td) ./doc/common/tables/neutron-bigswitch.xml:89(td) ./doc/common/tables/neutron-bigswitch.xml:96(td) ./doc/common/tables/neutron-bigswitch.xml:100(td) ./doc/common/tables/neutron-bigswitch.xml:104(td) ./doc/common/tables/neutron-bigswitch.xml:108(td) ./doc/common/tables/neutron-bigswitch.xml:112(td) ./doc/common/tables/neutron-bigswitch.xml:116(td) ./doc/common/tables/neutron-bigswitch.xml:120(td) ./doc/common/tables/neutron-bigswitch.xml:124(td) ./doc/common/tables/neutron-bigswitch.xml:128(td) ./doc/common/tables/neutron-bigswitch.xml:132(td) ./doc/common/tables/neutron-bigswitch.xml:136(td) ./doc/common/tables/neutron-bigswitch.xml:140(td) ./doc/common/tables/neutron-bigswitch.xml:144(td) ./doc/common/tables/neutron-bigswitch.xml:148(td) ./doc/common/tables/neutron-bigswitch.xml:155(td) ./doc/common/tables/neutron-bigswitch.xml:159(td) ./doc/common/tables/neutron-bigswitch.xml:163(td) ./doc/common/tables/neutron-bigswitch.xml:170(td) ./doc/common/tables/neutron-bigswitch.xml:174(td) ./doc/common/tables/neutron-cfg_agent.xml:21(td) ./doc/common/tables/neutron-cfg_agent.xml:25(td) ./doc/common/tables/neutron-cfg_agent.xml:29(td) ./doc/common/tables/neutron-cfg_agent.xml:33(td) ./doc/common/tables/ceilometer-rpc.xml:21(td) ./doc/common/tables/ceilometer-rpc.xml:25(td) ./doc/common/tables/ceilometer-rpc.xml:29(td) ./doc/common/tables/ceilometer-rpc.xml:33(td) ./doc/common/tables/ceilometer-rpc.xml:37(td) ./doc/common/tables/ceilometer-rpc.xml:41(td) ./doc/common/tables/ceilometer-rpc.xml:45(td) ./doc/common/tables/ceilometer-rpc.xml:52(td) ./doc/common/tables/ceilometer-rpc.xml:59(td) ./doc/common/tables/ceilometer-rpc.xml:63(td) ./doc/common/tables/ceilometer-rpc.xml:67(td) ./doc/common/tables/ceilometer-rpc.xml:71(td) ./doc/common/tables/ceilometer-rpc.xml:75(td) ./doc/common/tables/ceilometer-rpc.xml:79(td) ./doc/common/tables/ceilometer-rpc.xml:95(td) ./doc/common/tables/ceilometer-rpc.xml:99(td) ./doc/common/tables/ceilometer-rpc.xml:106(td) ./doc/common/tables/ceilometer-rpc.xml:113(td) ./doc/common/tables/ceilometer-rpc.xml:117(td) ./doc/common/tables/ceilometer-rpc.xml:121(td) ./doc/common/tables/ceilometer-rpc.xml:128(td) ./doc/common/tables/cinder-redis.xml:21(td) ./doc/common/tables/cinder-redis.xml:25(td) ./doc/common/tables/cinder-redis.xml:29(td) ./doc/common/tables/cinder-redis.xml:36(td) ./doc/common/tables/swift-container-server-container-updater.xml:20(td) ./doc/common/tables/swift-container-server-container-updater.xml:25(td) ./doc/common/tables/swift-container-server-container-updater.xml:29(td) ./doc/common/tables/swift-container-server-container-updater.xml:33(td) ./doc/common/tables/swift-container-server-container-updater.xml:37(td) ./doc/common/tables/swift-container-server-container-updater.xml:41(td) ./doc/common/tables/swift-container-server-container-updater.xml:45(td) ./doc/common/tables/swift-container-server-container-updater.xml:49(td) ./doc/common/tables/swift-container-server-container-updater.xml:53(td) ./doc/common/tables/swift-container-server-container-updater.xml:57(td) ./doc/common/tables/swift-container-server-container-updater.xml:61(td) ./doc/common/tables/ironic-ipmi.xml:21(td) ./doc/common/tables/ironic-ipmi.xml:25(td) ./doc/common/tables/trove-db_mongodb.xml:21(td) ./doc/common/tables/trove-db_mongodb.xml:25(td) ./doc/common/tables/trove-db_mongodb.xml:29(td) ./doc/common/tables/trove-db_mongodb.xml:33(td) ./doc/common/tables/trove-db_mongodb.xml:37(td) ./doc/common/tables/trove-db_mongodb.xml:41(td) ./doc/common/tables/trove-db_mongodb.xml:45(td) ./doc/common/tables/trove-db_mongodb.xml:49(td) ./doc/common/tables/trove-db_mongodb.xml:53(td) ./doc/common/tables/trove-db_mongodb.xml:57(td) ./doc/common/tables/trove-db_mongodb.xml:61(td) ./doc/common/tables/trove-db_mongodb.xml:65(td) ./doc/common/tables/trove-db_mongodb.xml:69(td) ./doc/common/tables/trove-db_mongodb.xml:73(td) ./doc/common/tables/trove-db_mongodb.xml:81(td) ./doc/common/tables/sahara-policy.xml:21(td) ./doc/common/tables/sahara-policy.xml:25(td) ./doc/common/tables/sahara-policy.xml:29(td) ./doc/common/tables/ironic-snmp.xml:21(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:20(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:24(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:28(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:32(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:36(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:40(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:44(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:48(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:52(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:56(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:60(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:64(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:68(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:72(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:76(td) ./doc/common/tables/swift-object-server-object-replicator.xml:20(td) ./doc/common/tables/swift-object-server-object-replicator.xml:24(td) ./doc/common/tables/swift-object-server-object-replicator.xml:28(td) ./doc/common/tables/swift-object-server-object-replicator.xml:32(td) ./doc/common/tables/swift-object-server-object-replicator.xml:36(td) ./doc/common/tables/swift-object-server-object-replicator.xml:40(td) ./doc/common/tables/swift-object-server-object-replicator.xml:44(td) ./doc/common/tables/swift-object-server-object-replicator.xml:48(td) ./doc/common/tables/swift-object-server-object-replicator.xml:52(td) ./doc/common/tables/swift-object-server-object-replicator.xml:56(td) ./doc/common/tables/swift-object-server-object-replicator.xml:60(td) ./doc/common/tables/swift-object-server-object-replicator.xml:64(td) ./doc/common/tables/swift-object-server-object-replicator.xml:68(td) ./doc/common/tables/swift-object-server-object-replicator.xml:72(td) ./doc/common/tables/swift-object-server-object-replicator.xml:76(td) ./doc/common/tables/swift-object-server-object-replicator.xml:80(td) ./doc/common/tables/swift-object-server-object-replicator.xml:84(td) ./doc/common/tables/swift-object-server-object-replicator.xml:88(td) ./doc/common/tables/swift-object-server-object-replicator.xml:92(td) ./doc/common/tables/swift-object-server-object-replicator.xml:96(td) ./doc/common/tables/swift-object-server-object-replicator.xml:100(td) ./doc/common/tables/swift-object-server-object-replicator.xml:104(td) ./doc/common/tables/glance-filesystem.xml:21(td) ./doc/common/tables/glance-filesystem.xml:25(td) ./doc/common/tables/glance-filesystem.xml:29(td) ./doc/common/tables/glance-filesystem.xml:33(td) ./doc/common/tables/trove-rpc.xml:21(td) ./doc/common/tables/trove-rpc.xml:25(td) ./doc/common/tables/trove-rpc.xml:29(td) ./doc/common/tables/trove-rpc.xml:33(td) ./doc/common/tables/trove-rpc.xml:37(td) ./doc/common/tables/trove-rpc.xml:41(td) ./doc/common/tables/trove-rpc.xml:45(td) ./doc/common/tables/trove-rpc.xml:49(td) ./doc/common/tables/trove-rpc.xml:56(td) ./doc/common/tables/trove-rpc.xml:60(td) ./doc/common/tables/trove-rpc.xml:64(td) ./doc/common/tables/trove-rpc.xml:68(td) ./doc/common/tables/trove-rpc.xml:72(td) ./doc/common/tables/trove-rpc.xml:76(td) ./doc/common/tables/trove-rpc.xml:92(td) ./doc/common/tables/trove-rpc.xml:96(td) ./doc/common/tables/trove-rpc.xml:103(td) ./doc/common/tables/trove-rpc.xml:107(td) ./doc/common/tables/trove-rpc.xml:111(td) ./doc/common/tables/trove-rpc.xml:115(td) ./doc/common/tables/trove-rpc.xml:119(td) ./doc/common/tables/trove-rpc.xml:127(td) ./doc/common/tables/trove-rpc.xml:131(td) ./doc/common/tables/trove-rpc.xml:135(td) ./doc/common/tables/trove-rpc.xml:143(td) ./doc/common/tables/trove-rpc.xml:147(td) ./doc/common/tables/trove-rpc.xml:155(td) ./doc/common/tables/trove-rpc.xml:162(td) ./doc/common/tables/trove-rpc.xml:166(td) ./doc/common/tables/trove-rpc.xml:170(td) ./doc/common/tables/trove-rpc.xml:174(td) ./doc/common/tables/trove-rpc.xml:178(td) ./doc/common/tables/trove-rpc.xml:182(td) ./doc/common/tables/trove-rpc.xml:202(td) ./doc/common/tables/trove-rpc.xml:206(td) ./doc/common/tables/trove-rpc.xml:210(td) ./doc/common/tables/trove-rpc.xml:214(td) ./doc/common/tables/trove-rpc.xml:218(td) ./doc/common/tables/trove-rpc.xml:222(td) ./doc/common/tables/trove-rpc.xml:226(td) ./doc/common/tables/trove-rpc.xml:230(td) ./doc/common/tables/trove-rpc.xml:234(td) ./doc/common/tables/trove-rpc.xml:238(td) ./doc/common/tables/trove-rpc.xml:242(td) ./doc/common/tables/trove-rpc.xml:246(td) ./doc/common/tables/trove-rpc.xml:250(td) ./doc/common/tables/ceilometer-swift.xml:21(td) ./doc/common/tables/trove-backup.xml:21(td) ./doc/common/tables/trove-backup.xml:25(td) ./doc/common/tables/trove-backup.xml:29(td) ./doc/common/tables/trove-backup.xml:33(td) ./doc/common/tables/trove-backup.xml:37(td) ./doc/common/tables/trove-backup.xml:41(td) ./doc/common/tables/trove-backup.xml:45(td) ./doc/common/tables/trove-backup.xml:49(td) ./doc/common/tables/trove-backup.xml:53(td) ./doc/common/tables/trove-backup.xml:57(td) ./doc/common/tables/glance-debug.xml:21(td) ./doc/common/tables/nova-network.xml:21(td) ./doc/common/tables/nova-network.xml:25(td) ./doc/common/tables/nova-network.xml:29(td) ./doc/common/tables/nova-network.xml:33(td) ./doc/common/tables/nova-network.xml:37(td) ./doc/common/tables/nova-network.xml:41(td) ./doc/common/tables/nova-network.xml:45(td) ./doc/common/tables/nova-network.xml:49(td) ./doc/common/tables/nova-network.xml:53(td) ./doc/common/tables/nova-network.xml:57(td) ./doc/common/tables/nova-network.xml:61(td) ./doc/common/tables/nova-network.xml:65(td) ./doc/common/tables/nova-network.xml:69(td) ./doc/common/tables/nova-network.xml:77(td) ./doc/common/tables/nova-network.xml:81(td) ./doc/common/tables/nova-network.xml:85(td) ./doc/common/tables/nova-network.xml:89(td) ./doc/common/tables/nova-network.xml:93(td) ./doc/common/tables/nova-network.xml:97(td) ./doc/common/tables/nova-network.xml:101(td) ./doc/common/tables/nova-network.xml:105(td) ./doc/common/tables/nova-network.xml:109(td) ./doc/common/tables/nova-network.xml:113(td) ./doc/common/tables/nova-network.xml:117(td) ./doc/common/tables/nova-network.xml:121(td) ./doc/common/tables/nova-network.xml:125(td) ./doc/common/tables/nova-network.xml:129(td) ./doc/common/tables/nova-network.xml:137(td) ./doc/common/tables/nova-network.xml:145(td) ./doc/common/tables/nova-network.xml:153(td) ./doc/common/tables/nova-network.xml:157(td) ./doc/common/tables/nova-network.xml:161(td) ./doc/common/tables/nova-network.xml:165(td) ./doc/common/tables/nova-network.xml:169(td) ./doc/common/tables/nova-network.xml:173(td) ./doc/common/tables/nova-network.xml:177(td) ./doc/common/tables/nova-network.xml:181(td) ./doc/common/tables/nova-network.xml:185(td) ./doc/common/tables/nova-network.xml:189(td) ./doc/common/tables/nova-network.xml:193(td) ./doc/common/tables/nova-network.xml:197(td) ./doc/common/tables/nova-network.xml:201(td) ./doc/common/tables/nova-network.xml:205(td) ./doc/common/tables/nova-network.xml:209(td) ./doc/common/tables/nova-network.xml:213(td) ./doc/common/tables/nova-network.xml:217(td) ./doc/common/tables/nova-network.xml:221(td) ./doc/common/tables/nova-network.xml:225(td) ./doc/common/tables/nova-network.xml:229(td) ./doc/common/tables/nova-network.xml:233(td) ./doc/common/tables/nova-network.xml:237(td) ./doc/common/tables/nova-network.xml:241(td) ./doc/common/tables/nova-network.xml:245(td) ./doc/common/tables/nova-network.xml:249(td) ./doc/common/tables/nova-network.xml:253(td) ./doc/common/tables/nova-network.xml:257(td) ./doc/common/tables/nova-network.xml:264(td) ./doc/common/tables/glance-redis.xml:21(td) ./doc/common/tables/glance-redis.xml:25(td) ./doc/common/tables/glance-redis.xml:29(td) ./doc/common/tables/glance-redis.xml:36(td) ./doc/common/tables/cinder-smbfs.xml:21(td) ./doc/common/tables/cinder-smbfs.xml:25(td) ./doc/common/tables/cinder-smbfs.xml:29(td) ./doc/common/tables/cinder-smbfs.xml:33(td) ./doc/common/tables/cinder-smbfs.xml:37(td) ./doc/common/tables/cinder-smbfs.xml:41(td) ./doc/common/tables/cinder-smbfs.xml:45(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:25(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:29(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:37(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:45(td) ./doc/common/tables/ironic-discoverd.xml:21(td) ./doc/common/tables/ironic-discoverd.xml:25(td) ./doc/common/tables/ironic-discoverd.xml:29(td) ./doc/common/tables/nova-ca.xml:21(td) ./doc/common/tables/nova-ca.xml:25(td) ./doc/common/tables/nova-ca.xml:29(td) ./doc/common/tables/nova-ca.xml:33(td) ./doc/common/tables/nova-ca.xml:37(td) ./doc/common/tables/nova-ca.xml:41(td) ./doc/common/tables/nova-ca.xml:45(td) ./doc/common/tables/nova-ca.xml:49(td) ./doc/common/tables/nova-ca.xml:53(td) ./doc/common/tables/nova-ca.xml:57(td) ./doc/common/tables/nova-ca.xml:61(td) ./doc/common/tables/nova-ca.xml:65(td) ./doc/common/tables/nova-ca.xml:69(td) ./doc/common/tables/nova-ca.xml:73(td) ./doc/common/tables/nova-ca.xml:80(td) ./doc/common/tables/nova-ca.xml:84(td) ./doc/common/tables/nova-ca.xml:88(td) ./doc/common/tables/neutron-l3_arista.xml:21(td) ./doc/common/tables/neutron-l3_arista.xml:25(td) ./doc/common/tables/neutron-l3_arista.xml:45(td) ./doc/common/tables/neutron-dhcp_agent.xml:21(td) ./doc/common/tables/neutron-dhcp_agent.xml:29(td) ./doc/common/tables/neutron-dhcp_agent.xml:33(td) ./doc/common/tables/neutron-dhcp_agent.xml:37(td) ./doc/common/tables/neutron-dhcp_agent.xml:41(td) ./doc/common/tables/neutron-dhcp_agent.xml:45(td) ./doc/common/tables/neutron-dhcp_agent.xml:49(td) ./doc/common/tables/neutron-dhcp_agent.xml:53(td) ./doc/common/tables/ceilometer-collector.xml:21(td) ./doc/common/tables/ceilometer-collector.xml:28(td) ./doc/common/tables/ceilometer-collector.xml:32(td) ./doc/common/tables/ceilometer-collector.xml:36(td) ./doc/common/tables/ceilometer-collector.xml:40(td) ./doc/common/tables/ceilometer-collector.xml:47(td) ./doc/common/tables/ceilometer-collector.xml:51(td) ./doc/common/tables/ceilometer-collector.xml:55(td) ./doc/common/tables/cinder-hds-hus.xml:21(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:21(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:25(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:29(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:33(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:37(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:41(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:45(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:49(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:53(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:57(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:61(td) ./doc/common/tables/swift-swift-swift-hash.xml:20(td) ./doc/common/tables/swift-swift-swift-hash.xml:31(td) ./doc/common/tables/heat-debug.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:32(td) ./doc/common/tables/trove-guestagent.xml:21(td) ./doc/common/tables/trove-guestagent.xml:25(td) ./doc/common/tables/trove-guestagent.xml:29(td) ./doc/common/tables/trove-guestagent.xml:33(td) ./doc/common/tables/trove-guestagent.xml:37(td) ./doc/common/tables/trove-guestagent.xml:41(td) ./doc/common/tables/trove-guestagent.xml:45(td) ./doc/common/tables/trove-guestagent.xml:49(td) ./doc/common/tables/trove-guestagent.xml:53(td) ./doc/common/tables/trove-guestagent.xml:57(td) ./doc/common/tables/trove-guestagent.xml:61(td) ./doc/common/tables/trove-guestagent.xml:65(td) ./doc/common/tables/trove-guestagent.xml:69(td) ./doc/common/tables/trove-guestagent.xml:73(td) ./doc/common/tables/ironic-irmc.xml:21(td) ./doc/common/tables/ironic-irmc.xml:25(td) ./doc/common/tables/ironic-irmc.xml:29(td) ./doc/common/tables/ironic-irmc.xml:33(td) ./doc/common/tables/nova-qpid.xml:21(td) ./doc/common/tables/nova-qpid.xml:25(td) ./doc/common/tables/nova-qpid.xml:29(td) ./doc/common/tables/nova-qpid.xml:37(td) ./doc/common/tables/nova-qpid.xml:41(td) ./doc/common/tables/nova-qpid.xml:45(td) ./doc/common/tables/nova-qpid.xml:53(td) ./doc/common/tables/nova-qpid.xml:57(td) ./doc/common/tables/sahara-rpc.xml:21(td) ./doc/common/tables/sahara-rpc.xml:25(td) ./doc/common/tables/sahara-rpc.xml:29(td) ./doc/common/tables/sahara-rpc.xml:33(td) ./doc/common/tables/sahara-rpc.xml:37(td) ./doc/common/tables/sahara-rpc.xml:41(td) ./doc/common/tables/sahara-rpc.xml:48(td) ./doc/common/tables/sahara-rpc.xml:52(td) ./doc/common/tables/sahara-rpc.xml:56(td) ./doc/common/tables/sahara-rpc.xml:60(td) ./doc/common/tables/sahara-rpc.xml:64(td) ./doc/common/tables/sahara-rpc.xml:68(td) ./doc/common/tables/sahara-rpc.xml:84(td) ./doc/common/tables/sahara-rpc.xml:88(td) ./doc/common/tables/sahara-rpc.xml:95(td) ./doc/common/tables/sahara-rpc.xml:99(td) ./doc/common/tables/sahara-rpc.xml:103(td) ./doc/common/tables/sahara-rpc.xml:107(td) ./doc/common/tables/sahara-rpc.xml:111(td) ./doc/common/tables/sahara-rpc.xml:119(td) ./doc/common/tables/sahara-rpc.xml:123(td) ./doc/common/tables/sahara-rpc.xml:127(td) ./doc/common/tables/sahara-rpc.xml:135(td) ./doc/common/tables/sahara-rpc.xml:139(td) ./doc/common/tables/sahara-rpc.xml:147(td) ./doc/common/tables/sahara-rpc.xml:154(td) ./doc/common/tables/sahara-rpc.xml:158(td) ./doc/common/tables/sahara-rpc.xml:162(td) ./doc/common/tables/sahara-rpc.xml:166(td) ./doc/common/tables/sahara-rpc.xml:170(td) ./doc/common/tables/sahara-rpc.xml:174(td) ./doc/common/tables/sahara-rpc.xml:194(td) ./doc/common/tables/sahara-rpc.xml:198(td) ./doc/common/tables/sahara-rpc.xml:202(td) ./doc/common/tables/sahara-rpc.xml:206(td) ./doc/common/tables/sahara-rpc.xml:210(td) ./doc/common/tables/sahara-rpc.xml:214(td) ./doc/common/tables/sahara-rpc.xml:218(td) ./doc/common/tables/sahara-rpc.xml:222(td) ./doc/common/tables/sahara-rpc.xml:226(td) ./doc/common/tables/sahara-rpc.xml:230(td) ./doc/common/tables/sahara-rpc.xml:234(td) ./doc/common/tables/sahara-rpc.xml:238(td) ./doc/common/tables/sahara-rpc.xml:242(td) ./doc/common/tables/neutron-ml2_sriov.xml:21(td) ./doc/common/tables/neutron-ml2_sriov.xml:25(td) ./doc/common/tables/neutron-ml2_l2pop.xml:21(td) ./doc/common/tables/cinder-ibmnas.xml:21(td) ./doc/common/tables/glance-amqp.xml:21(td) ./doc/common/tables/glance-amqp.xml:25(td) ./doc/common/tables/glance-amqp.xml:33(td) ./doc/common/tables/glance-amqp.xml:37(td) ./doc/common/tables/glance-amqp.xml:41(td) ./doc/common/tables/cinder-fujitsu_eternus_dx.xml:21(td) ./doc/common/tables/glance-replicator.xml:21(td) ./doc/common/tables/glance-replicator.xml:25(td) ./doc/common/tables/glance-replicator.xml:29(td) ./doc/common/tables/glance-replicator.xml:33(td) ./doc/common/tables/glance-replicator.xml:41(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:20(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:28(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:32(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:36(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:40(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:44(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:49(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:57(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:61(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:71(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:75(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:79(td) ./doc/common/tables/sahara-logging.xml:21(td) ./doc/common/tables/sahara-logging.xml:25(td) ./doc/common/tables/sahara-logging.xml:29(td) ./doc/common/tables/sahara-logging.xml:33(td) ./doc/common/tables/sahara-logging.xml:37(td) ./doc/common/tables/sahara-logging.xml:41(td) ./doc/common/tables/sahara-logging.xml:45(td) ./doc/common/tables/sahara-logging.xml:49(td) ./doc/common/tables/sahara-logging.xml:53(td) ./doc/common/tables/sahara-logging.xml:57(td) ./doc/common/tables/sahara-logging.xml:61(td) ./doc/common/tables/sahara-logging.xml:65(td) ./doc/common/tables/sahara-logging.xml:69(td) ./doc/common/tables/sahara-logging.xml:73(td) ./doc/common/tables/sahara-logging.xml:77(td) ./doc/common/tables/sahara-logging.xml:81(td) ./doc/common/tables/sahara-logging.xml:85(td) ./doc/common/tables/sahara-logging.xml:89(td) ./doc/common/tables/sahara-logging.xml:93(td) ./doc/common/tables/sahara-logging.xml:97(td) ./doc/common/tables/sahara-logging.xml:101(td) ./doc/common/tables/sahara-logging.xml:105(td) ./doc/common/tables/sahara-logging.xml:109(td) ./doc/common/tables/sahara-logging.xml:113(td) ./doc/common/tables/sahara-logging.xml:117(td) ./doc/common/tables/sahara-logging.xml:121(td) ./doc/common/tables/sahara-logging.xml:125(td) ./doc/common/tables/sahara-logging.xml:129(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:48(td) ./doc/common/tables/neutron-l2gw.xml:21(td) ./doc/common/tables/neutron-l2gw.xml:25(td) ./doc/common/tables/neutron-l2gw.xml:29(td) ./doc/common/tables/neutron-l2gw.xml:33(td) ./doc/common/tables/neutron-l2gw.xml:37(td) ./doc/common/tables/neutron-l2gw.xml:44(td) ./doc/common/tables/neutron-l2gw.xml:48(td) ./doc/common/tables/neutron-l2gw.xml:52(td) ./doc/common/tables/neutron-l2gw.xml:56(td) ./doc/common/tables/neutron-l2gw.xml:60(td) ./doc/common/tables/neutron-l2gw.xml:64(td) ./doc/common/tables/neutron-testing.xml:21(td) ./doc/common/tables/swift-object-server-pipeline-main.xml:20(td) ./doc/common/tables/swift-memcache-memcache.xml:20(td) ./doc/common/tables/swift-memcache-memcache.xml:24(td) ./doc/common/tables/swift-memcache-memcache.xml:28(td) ./doc/common/tables/swift-memcache-memcache.xml:32(td) ./doc/common/tables/swift-memcache-memcache.xml:36(td) ./doc/common/tables/swift-memcache-memcache.xml:40(td) ./doc/common/tables/swift-memcache-memcache.xml:44(td) ./doc/common/tables/neutron-ca.xml:21(td) ./doc/common/tables/neutron-ca.xml:25(td) ./doc/common/tables/neutron-ca.xml:29(td) ./doc/common/tables/ceilometer-debug.xml:21(td) ./doc/common/tables/ceilometer-debug.xml:25(td) ./doc/common/tables/swift-account-server-app-account-server.xml:20(td) ./doc/common/tables/swift-account-server-app-account-server.xml:24(td) ./doc/common/tables/swift-account-server-app-account-server.xml:28(td) ./doc/common/tables/swift-account-server-app-account-server.xml:32(td) ./doc/common/tables/swift-account-server-app-account-server.xml:36(td) ./doc/common/tables/swift-account-server-app-account-server.xml:40(td) ./doc/common/tables/swift-account-server-app-account-server.xml:44(td) ./doc/common/tables/swift-account-server-app-account-server.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:20(td) ./doc/common/tables/trove-compute.xml:21(td) ./doc/common/tables/trove-compute.xml:25(td) ./doc/common/tables/trove-compute.xml:29(td) ./doc/common/tables/trove-compute.xml:33(td) ./doc/common/tables/trove-compute.xml:37(td) ./doc/common/tables/trove-compute.xml:41(td) ./doc/common/tables/ironic-policy.xml:21(td) ./doc/common/tables/ironic-policy.xml:25(td) ./doc/common/tables/ironic-policy.xml:29(td) ./doc/common/tables/sahara-rabbitmq.xml:21(td) ./doc/common/tables/sahara-rabbitmq.xml:41(td) ./doc/common/tables/sahara-rabbitmq.xml:45(td) ./doc/common/tables/sahara-rabbitmq.xml:49(td) ./doc/common/tables/sahara-rabbitmq.xml:53(td) ./doc/common/tables/sahara-rabbitmq.xml:57(td) ./doc/common/tables/sahara-rabbitmq.xml:61(td) ./doc/common/tables/sahara-rabbitmq.xml:65(td) ./doc/common/tables/sahara-rabbitmq.xml:69(td) ./doc/common/tables/sahara-rabbitmq.xml:73(td) ./doc/common/tables/sahara-rabbitmq.xml:77(td) ./doc/common/tables/sahara-rabbitmq.xml:81(td) ./doc/common/tables/sahara-rabbitmq.xml:85(td) ./doc/common/tables/ironic-rootwrap.xml:21(td) ./doc/common/tables/ironic-rootwrap.xml:25(td) ./doc/common/tables/ironic-rootwrap.xml:29(td) ./doc/common/tables/ironic-rootwrap.xml:33(td) ./doc/common/tables/ironic-rootwrap.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:38(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:42(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:46(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:50(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:58(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:62(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:70(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:74(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:78(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:82(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:91(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:20(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:24(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:28(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:32(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:36(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:40(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:44(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:48(td) ./doc/common/tables/swift-object-expirer-filter-cache.xml:20(td) ./doc/common/tables/trove-db_redis.xml:21(td) ./doc/common/tables/trove-db_redis.xml:25(td) ./doc/common/tables/trove-db_redis.xml:29(td) ./doc/common/tables/trove-db_redis.xml:33(td) ./doc/common/tables/trove-db_redis.xml:37(td) ./doc/common/tables/trove-db_redis.xml:41(td) ./doc/common/tables/trove-db_redis.xml:45(td) ./doc/common/tables/trove-db_redis.xml:49(td) ./doc/common/tables/trove-db_redis.xml:57(td) ./doc/common/tables/trove-db_db2.xml:21(td) ./doc/common/tables/trove-db_db2.xml:25(td) ./doc/common/tables/trove-db_db2.xml:29(td) ./doc/common/tables/trove-db_db2.xml:33(td) ./doc/common/tables/trove-db_db2.xml:37(td) ./doc/common/tables/trove-db_db2.xml:41(td) ./doc/common/tables/trove-db_db2.xml:45(td) ./doc/common/tables/trove-db_db2.xml:49(td) ./doc/common/tables/trove-db_db2.xml:53(td) ./doc/common/tables/trove-db_db2.xml:57(td) ./doc/common/tables/trove-db_db2.xml:65(td) ./doc/common/tables/cinder-rpc.xml:21(td) ./doc/common/tables/cinder-rpc.xml:25(td) ./doc/common/tables/cinder-rpc.xml:29(td) ./doc/common/tables/cinder-rpc.xml:33(td) ./doc/common/tables/cinder-rpc.xml:37(td) ./doc/common/tables/cinder-rpc.xml:41(td) ./doc/common/tables/cinder-rpc.xml:45(td) ./doc/common/tables/cinder-rpc.xml:52(td) ./doc/common/tables/cinder-rpc.xml:56(td) ./doc/common/tables/cinder-rpc.xml:63(td) ./doc/common/tables/cinder-rpc.xml:67(td) ./doc/common/tables/cinder-rpc.xml:71(td) ./doc/common/tables/cinder-rpc.xml:75(td) ./doc/common/tables/cinder-rpc.xml:79(td) ./doc/common/tables/cinder-rpc.xml:83(td) ./doc/common/tables/cinder-rpc.xml:99(td) ./doc/common/tables/cinder-rpc.xml:103(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:20(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:24(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:28(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:32(td) ./doc/common/tables/cinder-hpmsa.xml:21(td) ./doc/common/tables/nova-apiv3.xml:21(td) ./doc/common/tables/keystone-oauth.xml:21(td) ./doc/common/tables/keystone-oauth.xml:25(td) ./doc/common/tables/keystone-oauth.xml:29(td) ./doc/common/tables/cinder-storage_gpfs.xml:21(td) ./doc/common/tables/cinder-storage_gpfs.xml:25(td) ./doc/common/tables/cinder-storage_gpfs.xml:29(td) ./doc/common/tables/cinder-storage_gpfs.xml:33(td) ./doc/common/tables/cinder-storage_gpfs.xml:37(td) ./doc/common/tables/cinder-storage_gpfs.xml:41(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:20(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:24(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:28(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:32(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:36(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:40(td) ./doc/common/tables/swift-object-server-object-auditor.xml:20(td) ./doc/common/tables/swift-object-server-object-auditor.xml:24(td) ./doc/common/tables/swift-object-server-object-auditor.xml:28(td) ./doc/common/tables/swift-object-server-object-auditor.xml:32(td) ./doc/common/tables/swift-object-server-object-auditor.xml:36(td) ./doc/common/tables/swift-object-server-object-auditor.xml:40(td) ./doc/common/tables/swift-object-server-object-auditor.xml:44(td) ./doc/common/tables/swift-object-server-object-auditor.xml:48(td) ./doc/common/tables/swift-object-server-object-auditor.xml:52(td) ./doc/common/tables/swift-object-server-object-auditor.xml:60(td) ./doc/common/tables/swift-object-server-object-auditor.xml:64(td) ./doc/common/tables/trove-zeromq.xml:21(td) ./doc/common/tables/trove-zeromq.xml:25(td) ./doc/common/tables/trove-zeromq.xml:29(td) ./doc/common/tables/trove-zeromq.xml:33(td) ./doc/common/tables/trove-zeromq.xml:37(td) ./doc/common/tables/trove-zeromq.xml:41(td) ./doc/common/tables/trove-zeromq.xml:45(td) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:20(td) ./doc/common/tables/cinder-backups_swift.xml:21(td) ./doc/common/tables/cinder-backups_swift.xml:25(td) ./doc/common/tables/cinder-backups_swift.xml:29(td) ./doc/common/tables/cinder-backups_swift.xml:33(td) ./doc/common/tables/cinder-backups_swift.xml:37(td) ./doc/common/tables/cinder-backups_swift.xml:41(td) ./doc/common/tables/cinder-backups_swift.xml:45(td) ./doc/common/tables/cinder-backups_swift.xml:49(td) ./doc/common/tables/cinder-backups_swift.xml:53(td) ./doc/common/tables/cinder-backups_swift.xml:57(td) ./doc/common/tables/cinder-backups_swift.xml:61(td) ./doc/common/tables/cinder-backups_swift.xml:65(td) ./doc/common/tables/cinder-backups_swift.xml:69(td) ./doc/common/tables/trove-database.xml:21(td) ./doc/common/tables/trove-database.xml:28(td) ./doc/common/tables/trove-database.xml:32(td) ./doc/common/tables/trove-database.xml:36(td) ./doc/common/tables/ironic-common.xml:21(td) ./doc/common/tables/ironic-common.xml:25(td) ./doc/common/tables/ironic-common.xml:29(td) ./doc/common/tables/ironic-common.xml:33(td) ./doc/common/tables/ironic-common.xml:37(td) ./doc/common/tables/ironic-common.xml:41(td) ./doc/common/tables/ironic-common.xml:45(td) ./doc/common/tables/ironic-common.xml:49(td) ./doc/common/tables/ironic-common.xml:53(td) ./doc/common/tables/ironic-common.xml:57(td) ./doc/common/tables/ironic-common.xml:61(td) ./doc/common/tables/ironic-common.xml:65(td) ./doc/common/tables/ironic-common.xml:69(td) ./doc/common/tables/ironic-common.xml:73(td) ./doc/common/tables/ironic-common.xml:77(td) ./doc/common/tables/ironic-common.xml:81(td) ./doc/common/tables/ironic-common.xml:85(td) ./doc/common/tables/ironic-common.xml:89(td) ./doc/common/tables/ironic-common.xml:93(td) ./doc/common/tables/swift-container-server-app-container-server.xml:20(td) ./doc/common/tables/swift-container-server-app-container-server.xml:24(td) ./doc/common/tables/swift-container-server-app-container-server.xml:28(td) ./doc/common/tables/swift-container-server-app-container-server.xml:32(td) ./doc/common/tables/swift-container-server-app-container-server.xml:36(td) ./doc/common/tables/swift-container-server-app-container-server.xml:40(td) ./doc/common/tables/swift-container-server-app-container-server.xml:44(td) ./doc/common/tables/swift-container-server-app-container-server.xml:48(td) ./doc/common/tables/swift-container-server-app-container-server.xml:52(td) ./doc/common/tables/swift-container-server-app-container-server.xml:56(td) ./doc/common/tables/swift-container-server-app-container-server.xml:60(td) ./doc/common/tables/nova-authentication.xml:21(td) ./doc/common/tables/neutron-nvsd.xml:21(td) ./doc/common/tables/neutron-nvsd.xml:28(td) ./doc/common/tables/neutron-nvsd.xml:32(td) ./doc/common/tables/neutron-nvsd.xml:36(td) ./doc/common/tables/neutron-nvsd.xml:40(td) ./doc/common/tables/neutron-nvsd.xml:44(td) ./doc/common/tables/neutron-nvsd.xml:48(td) ./doc/common/tables/cinder-ca.xml:21(td) ./doc/common/tables/cinder-ca.xml:25(td) ./doc/common/tables/cinder-ca.xml:29(td) ./doc/common/tables/swift-account-server-pipeline-main.xml:20(td) ./doc/common/tables/ironic-zeromq.xml:21(td) ./doc/common/tables/ironic-zeromq.xml:25(td) ./doc/common/tables/ironic-zeromq.xml:29(td) ./doc/common/tables/ironic-zeromq.xml:33(td) ./doc/common/tables/ironic-zeromq.xml:37(td) ./doc/common/tables/ironic-zeromq.xml:41(td) ./doc/common/tables/ironic-zeromq.xml:45(td) ./doc/common/tables/glance-gridfs.xml:21(td) ./doc/common/tables/glance-gridfs.xml:25(td) ./doc/common/tables/neutron-hyperv_agent.xml:21(td) ./doc/common/tables/neutron-hyperv_agent.xml:25(td) ./doc/common/tables/neutron-hyperv_agent.xml:29(td) ./doc/common/tables/neutron-hyperv_agent.xml:37(td) ./doc/common/tables/neutron-hyperv_agent.xml:44(td) ./doc/common/tables/ceilometer-tripleo.xml:21(td) ./doc/common/tables/ceilometer-tripleo.xml:25(td) ./doc/common/tables/ceilometer-tripleo.xml:29(td) ./doc/common/tables/keystone-federation.xml:25(td) ./doc/common/tables/keystone-federation.xml:29(td) ./doc/common/tables/keystone-federation.xml:33(td) ./doc/common/tables/keystone-federation.xml:37(td) ./doc/common/tables/keystone-federation.xml:41(td) ./doc/common/tables/glance-taskflow.xml:21(td) ./doc/common/tables/glance-taskflow.xml:25(td) ./doc/common/tables/glance-taskflow.xml:29(td) ./doc/common/tables/ceilometer-service_types.xml:21(td) ./doc/common/tables/ceilometer-service_types.xml:25(td) ./doc/common/tables/ceilometer-service_types.xml:29(td) ./doc/common/tables/ceilometer-service_types.xml:33(td) ./doc/common/tables/ceilometer-service_types.xml:37(td) ./doc/common/tables/ceilometer-service_types.xml:41(td) ./doc/common/tables/cinder-eqlx.xml:21(td) ./doc/common/tables/cinder-eqlx.xml:25(td) ./doc/common/tables/cinder-eqlx.xml:29(td) ./doc/common/tables/cinder-eqlx.xml:33(td) ./doc/common/tables/cinder-eqlx.xml:37(td) ./doc/common/tables/cinder-eqlx.xml:41(td) ./doc/common/tables/cinder-eqlx.xml:45(td) ./doc/common/tables/heat-redis.xml:21(td) ./doc/common/tables/heat-redis.xml:25(td) ./doc/common/tables/heat-redis.xml:29(td) ./doc/common/tables/heat-redis.xml:36(td) ./doc/common/tables/nova-ec2.xml:21(td) ./doc/common/tables/nova-ec2.xml:25(td) ./doc/common/tables/nova-ec2.xml:29(td) ./doc/common/tables/nova-ec2.xml:33(td) ./doc/common/tables/nova-ec2.xml:37(td) ./doc/common/tables/nova-ec2.xml:41(td) ./doc/common/tables/nova-ec2.xml:45(td) ./doc/common/tables/nova-ec2.xml:49(td) ./doc/common/tables/nova-ec2.xml:53(td) ./doc/common/tables/nova-ec2.xml:57(td) ./doc/common/tables/nova-ec2.xml:61(td) ./doc/common/tables/nova-ec2.xml:65(td) ./doc/common/tables/nova-ec2.xml:69(td) ./doc/common/tables/nova-ec2.xml:73(td) ./doc/common/tables/nova-ec2.xml:77(td) ./doc/common/tables/nova-ec2.xml:81(td) ./doc/common/tables/keystone-credential.xml:21(td) ./doc/common/tables/ironic-conductor.xml:21(td) ./doc/common/tables/ironic-conductor.xml:25(td) ./doc/common/tables/ironic-conductor.xml:29(td) ./doc/common/tables/ironic-conductor.xml:33(td) ./doc/common/tables/ironic-conductor.xml:37(td) ./doc/common/tables/ironic-conductor.xml:41(td) ./doc/common/tables/ironic-conductor.xml:45(td) ./doc/common/tables/ironic-conductor.xml:49(td) ./doc/common/tables/ironic-conductor.xml:53(td) ./doc/common/tables/ironic-conductor.xml:57(td) ./doc/common/tables/ironic-conductor.xml:61(td) ./doc/common/tables/ironic-conductor.xml:65(td) ./doc/common/tables/ironic-conductor.xml:69(td) ./doc/common/tables/ironic-conductor.xml:73(td) ./doc/common/tables/ironic-conductor.xml:77(td) ./doc/common/tables/ironic-conductor.xml:81(td) ./doc/common/tables/ironic-conductor.xml:85(td) ./doc/common/tables/ironic-conductor.xml:89(td) ./doc/common/tables/ironic-conductor.xml:93(td) ./doc/common/tables/ironic-conductor.xml:97(td) ./doc/common/tables/ironic-testing.xml:21(td) ./doc/common/tables/neutron-metadata.xml:21(td) ./doc/common/tables/neutron-metadata.xml:25(td) ./doc/common/tables/neutron-metadata.xml:29(td) ./doc/common/tables/neutron-metadata.xml:33(td) ./doc/common/tables/neutron-metadata.xml:45(td) ./doc/common/tables/neutron-metadata.xml:49(td) ./doc/common/tables/neutron-metadata.xml:57(td) ./doc/common/tables/neutron-metadata.xml:61(td) ./doc/common/tables/neutron-metadata.xml:65(td) ./doc/common/tables/neutron-metadata.xml:69(td) ./doc/common/tables/neutron-metadata.xml:73(td) ./doc/common/tables/neutron-metadata.xml:77(td) ./doc/common/tables/nova-fping.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:20(td) ./doc/common/tables/ironic-auth.xml:21(td) ./doc/common/tables/trove-cluster.xml:21(td) ./doc/common/tables/trove-cluster.xml:25(td) ./doc/common/tables/trove-cluster.xml:29(td) ./doc/common/tables/swift-container-server-container-replicator.xml:20(td) ./doc/common/tables/swift-container-server-container-replicator.xml:24(td) ./doc/common/tables/swift-container-server-container-replicator.xml:28(td) ./doc/common/tables/swift-container-server-container-replicator.xml:32(td) ./doc/common/tables/swift-container-server-container-replicator.xml:36(td) ./doc/common/tables/swift-container-server-container-replicator.xml:40(td) ./doc/common/tables/swift-container-server-container-replicator.xml:44(td) ./doc/common/tables/swift-container-server-container-replicator.xml:48(td) ./doc/common/tables/swift-container-server-container-replicator.xml:52(td) ./doc/common/tables/swift-container-server-container-replicator.xml:56(td) ./doc/common/tables/swift-container-server-container-replicator.xml:60(td) ./doc/common/tables/swift-container-server-container-replicator.xml:64(td) ./doc/common/tables/swift-container-server-container-replicator.xml:68(td) ./doc/common/tables/swift-container-server-container-replicator.xml:72(td) ./doc/common/tables/neutron-debug.xml:21(td) ./doc/common/tables/sahara-qpid.xml:21(td) ./doc/common/tables/sahara-qpid.xml:25(td) ./doc/common/tables/sahara-qpid.xml:29(td) ./doc/common/tables/sahara-qpid.xml:37(td) ./doc/common/tables/sahara-qpid.xml:41(td) ./doc/common/tables/sahara-qpid.xml:45(td) ./doc/common/tables/sahara-qpid.xml:53(td) ./doc/common/tables/sahara-qpid.xml:57(td) ./doc/common/tables/neutron-ml2_ncs.xml:21(td) ./doc/common/tables/neutron-ml2_ncs.xml:25(td) ./doc/common/tables/neutron-ml2_ncs.xml:29(td) ./doc/common/tables/neutron-ml2_ncs.xml:33(td) ./doc/common/tables/neutron-ml2_arista.xml:33(td) ./doc/common/tables/neutron-ml2_arista.xml:37(td) ./doc/common/tables/neutron-ml2_arista.xml:41(td) ./doc/common/tables/nova-trustedcomputing.xml:21(td) ./doc/common/tables/nova-trustedcomputing.xml:25(td) ./doc/common/tables/nova-trustedcomputing.xml:29(td) ./doc/common/tables/nova-trustedcomputing.xml:33(td) ./doc/common/tables/nova-trustedcomputing.xml:37(td) ./doc/common/tables/nova-trustedcomputing.xml:41(td) ./doc/common/tables/nova-trustedcomputing.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:44(td) ./doc/common/tables/nova-amqp.xml:21(td) ./doc/common/tables/nova-amqp.xml:25(td) ./doc/common/tables/nova-amqp.xml:29(td) ./doc/common/tables/nova-amqp.xml:33(td) ./doc/common/tables/nova-amqp.xml:37(td) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:20(td) ./doc/common/tables/neutron-compute.xml:21(td) ./doc/common/tables/neutron-compute.xml:25(td) ./doc/common/tables/neutron-compute.xml:29(td) ./doc/common/tables/neutron-compute.xml:33(td) ./doc/common/tables/neutron-compute.xml:37(td) ./doc/common/tables/neutron-compute.xml:41(td) ./doc/common/tables/neutron-compute.xml:45(td) ./doc/common/tables/neutron-compute.xml:57(td) ./doc/common/tables/neutron-compute.xml:61(td) ./doc/common/tables/glance-imagecache.xml:21(td) ./doc/common/tables/glance-imagecache.xml:25(td) ./doc/common/tables/glance-imagecache.xml:29(td) ./doc/common/tables/glance-imagecache.xml:33(td) ./doc/common/tables/glance-imagecache.xml:37(td) ./doc/common/tables/glance-imagecache.xml:41(td) ./doc/common/tables/glance-imagecache.xml:45(td) ./doc/common/tables/glance-imagecache.xml:49(td) ./doc/common/tables/glance-imagecache.xml:53(td) ./doc/common/tables/glance-imagecache.xml:57(td) ./doc/common/tables/neutron-ml2_brocade.xml:25(td) ./doc/common/tables/neutron-ml2_brocade.xml:29(td) ./doc/common/tables/neutron-ml2_brocade.xml:33(td) ./doc/common/tables/neutron-ml2_brocade.xml:41(td) ./doc/common/tables/neutron-ml2_brocade.xml:45(td) ./doc/common/tables/swift-account-server-account-auditor.xml:20(td) ./doc/common/tables/swift-account-server-account-auditor.xml:24(td) ./doc/common/tables/swift-account-server-account-auditor.xml:28(td) ./doc/common/tables/swift-account-server-account-auditor.xml:32(td) ./doc/common/tables/swift-account-server-account-auditor.xml:36(td) ./doc/common/tables/swift-account-server-account-auditor.xml:40(td) ./doc/common/tables/swift-account-server-account-auditor.xml:44(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:20(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:28(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:32(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:36(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:40(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:45(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:53(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:57(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:67(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:71(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:75(td) ./doc/common/tables/cinder-nas.xml:25(td) ./doc/common/tables/cinder-nas.xml:29(td) ./doc/common/tables/cinder-nas.xml:41(td) ./doc/common/tables/cinder-nas.xml:45(td) ./doc/common/tables/cinder-nas.xml:53(td) ./doc/common/tables/ironic-cells.xml:21(td) ./doc/common/tables/ironic-cells.xml:25(td) ./doc/common/tables/ironic-cells.xml:29(td) ./doc/common/tables/ironic-cells.xml:33(td) ./doc/common/tables/ironic-cells.xml:37(td) ./doc/common/tables/ironic-cells.xml:41(td) ./doc/common/tables/ironic-cells.xml:45(td) ./doc/common/tables/ironic-cells.xml:49(td) ./doc/common/tables/ironic-cells.xml:53(td) ./doc/common/tables/ironic-cells.xml:57(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:21(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:25(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:29(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:33(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:37(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:41(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:45(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:49(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:53(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:57(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:61(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:65(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:69(td) ./doc/common/tables/heat-clients_swift.xml:21(td) ./doc/common/tables/heat-clients_swift.xml:25(td) ./doc/common/tables/heat-clients_swift.xml:29(td) ./doc/common/tables/heat-clients_swift.xml:33(td) ./doc/common/tables/heat-clients_swift.xml:37(td) ./doc/common/tables/keystone-logging.xml:21(td) ./doc/common/tables/keystone-logging.xml:25(td) ./doc/common/tables/keystone-logging.xml:29(td) ./doc/common/tables/keystone-logging.xml:33(td) ./doc/common/tables/keystone-logging.xml:37(td) ./doc/common/tables/keystone-logging.xml:41(td) ./doc/common/tables/keystone-logging.xml:45(td) ./doc/common/tables/keystone-logging.xml:49(td) ./doc/common/tables/keystone-logging.xml:53(td) ./doc/common/tables/keystone-logging.xml:57(td) ./doc/common/tables/keystone-logging.xml:61(td) ./doc/common/tables/keystone-logging.xml:65(td) ./doc/common/tables/keystone-logging.xml:69(td) ./doc/common/tables/keystone-logging.xml:73(td) ./doc/common/tables/keystone-logging.xml:77(td) ./doc/common/tables/keystone-logging.xml:81(td) ./doc/common/tables/keystone-logging.xml:85(td) ./doc/common/tables/keystone-logging.xml:89(td) ./doc/common/tables/keystone-logging.xml:93(td) ./doc/common/tables/keystone-logging.xml:97(td) ./doc/common/tables/neutron-brocade.xml:21(td) ./doc/common/tables/neutron-brocade.xml:32(td) ./doc/common/tables/neutron-ml2_odl.xml:21(td) ./doc/common/tables/neutron-ml2_odl.xml:25(td) ./doc/common/tables/neutron-ml2_odl.xml:29(td) ./doc/common/tables/neutron-ml2_odl.xml:33(td) ./doc/common/tables/neutron-ml2_odl.xml:37(td) ./doc/common/tables/swift-object-server-filter-recon.xml:20(td) ./doc/common/tables/swift-object-server-filter-recon.xml:24(td) ./doc/common/tables/swift-object-server-filter-recon.xml:28(td) ./doc/common/tables/heat-rpc.xml:21(td) ./doc/common/tables/heat-rpc.xml:25(td) ./doc/common/tables/heat-rpc.xml:29(td) ./doc/common/tables/heat-rpc.xml:33(td) ./doc/common/tables/heat-rpc.xml:37(td) ./doc/common/tables/heat-rpc.xml:41(td) ./doc/common/tables/heat-rpc.xml:45(td) ./doc/common/tables/heat-rpc.xml:52(td) ./doc/common/tables/heat-rpc.xml:56(td) ./doc/common/tables/heat-rpc.xml:60(td) ./doc/common/tables/heat-rpc.xml:64(td) ./doc/common/tables/heat-rpc.xml:68(td) ./doc/common/tables/heat-rpc.xml:72(td) ./doc/common/tables/heat-rpc.xml:88(td) ./doc/common/tables/heat-rpc.xml:92(td) ./doc/common/tables/heat-rpc.xml:99(td) ./doc/common/tables/heat-rpc.xml:103(td) ./doc/common/tables/heat-rpc.xml:107(td) ./doc/common/tables/heat-rpc.xml:111(td) ./doc/common/tables/heat-rpc.xml:115(td) ./doc/common/tables/heat-rpc.xml:123(td) ./doc/common/tables/heat-rpc.xml:127(td) ./doc/common/tables/heat-rpc.xml:131(td) ./doc/common/tables/heat-rpc.xml:139(td) ./doc/common/tables/heat-rpc.xml:143(td) ./doc/common/tables/heat-rpc.xml:151(td) ./doc/common/tables/heat-rpc.xml:158(td) ./doc/common/tables/heat-rpc.xml:162(td) ./doc/common/tables/heat-rpc.xml:166(td) ./doc/common/tables/heat-rpc.xml:170(td) ./doc/common/tables/heat-rpc.xml:174(td) ./doc/common/tables/heat-rpc.xml:178(td) ./doc/common/tables/heat-rpc.xml:198(td) ./doc/common/tables/heat-rpc.xml:202(td) ./doc/common/tables/heat-rpc.xml:206(td) ./doc/common/tables/heat-rpc.xml:210(td) ./doc/common/tables/heat-rpc.xml:214(td) ./doc/common/tables/heat-rpc.xml:218(td) ./doc/common/tables/heat-rpc.xml:222(td) ./doc/common/tables/heat-rpc.xml:226(td) ./doc/common/tables/heat-rpc.xml:230(td) ./doc/common/tables/heat-rpc.xml:234(td) ./doc/common/tables/heat-rpc.xml:238(td) ./doc/common/tables/heat-rpc.xml:242(td) ./doc/common/tables/heat-rpc.xml:246(td) ./doc/common/tables/trove-taskmanager.xml:21(td) ./doc/common/tables/trove-taskmanager.xml:25(td) ./doc/common/tables/trove-taskmanager.xml:29(td) ./doc/common/tables/trove-taskmanager.xml:33(td) ./doc/common/tables/trove-taskmanager.xml:37(td) ./doc/common/tables/trove-taskmanager.xml:41(td) ./doc/common/tables/trove-taskmanager.xml:45(td) ./doc/common/tables/trove-taskmanager.xml:49(td) ./doc/common/tables/trove-taskmanager.xml:53(td) ./doc/common/tables/trove-taskmanager.xml:57(td) ./doc/common/tables/trove-taskmanager.xml:61(td) ./doc/common/tables/trove-taskmanager.xml:65(td) ./doc/common/tables/trove-taskmanager.xml:69(td) ./doc/common/tables/trove-taskmanager.xml:73(td) ./doc/common/tables/trove-taskmanager.xml:77(td) ./doc/common/tables/trove-taskmanager.xml:81(td) ./doc/common/tables/trove-taskmanager.xml:85(td) ./doc/common/tables/heat-cloudwatch_api.xml:21(td) ./doc/common/tables/heat-cloudwatch_api.xml:32(td) ./doc/common/tables/heat-cloudwatch_api.xml:36(td) ./doc/common/tables/heat-cloudwatch_api.xml:40(td) ./doc/common/tables/heat-cloudwatch_api.xml:44(td) ./doc/common/tables/heat-cloudwatch_api.xml:48(td) ./doc/common/tables/heat-cloudwatch_api.xml:52(td) ./doc/common/tables/heat-cloudwatch_api.xml:56(td) ./doc/common/tables/cinder-images.xml:25(td) ./doc/common/tables/cinder-images.xml:29(td) ./doc/common/tables/cinder-images.xml:33(td) ./doc/common/tables/cinder-images.xml:37(td) ./doc/common/tables/cinder-images.xml:41(td) ./doc/common/tables/cinder-images.xml:45(td) ./doc/common/tables/cinder-images.xml:49(td) ./doc/common/tables/cinder-images.xml:53(td) ./doc/common/tables/cinder-images.xml:57(td) ./doc/common/tables/cinder-images.xml:61(td) ./doc/common/tables/cinder-images.xml:65(td) ./doc/common/tables/cinder-images.xml:69(td) ./doc/common/tables/cinder-huawei.xml:21(td) ./doc/common/tables/nova-console.xml:21(td) ./doc/common/tables/nova-console.xml:25(td) ./doc/common/tables/nova-console.xml:29(td) ./doc/common/tables/cinder-profiler.xml:21(td) ./doc/common/tables/cinder-profiler.xml:25(td) ./doc/common/tables/neutron-fwaas.xml:21(td) ./doc/common/tables/nova-database.xml:21(td) ./doc/common/tables/nova-database.xml:28(td) ./doc/common/tables/nova-database.xml:32(td) ./doc/common/tables/nova-database.xml:36(td) ./doc/common/tables/nova-database.xml:40(td) ./doc/common/tables/nova-database.xml:44(td) ./doc/common/tables/nova-database.xml:48(td) ./doc/common/tables/nova-database.xml:52(td) ./doc/common/tables/nova-database.xml:56(td) ./doc/common/tables/nova-database.xml:60(td) ./doc/common/tables/nova-database.xml:64(td) ./doc/common/tables/nova-database.xml:68(td) ./doc/common/tables/nova-database.xml:72(td) ./doc/common/tables/nova-database.xml:79(td) ./doc/common/tables/nova-database.xml:83(td) ./doc/common/tables/nova-database.xml:87(td) ./doc/common/tables/nova-database.xml:91(td) ./doc/common/tables/nova-database.xml:95(td) ./doc/common/tables/nova-database.xml:99(td) ./doc/common/tables/nova-database.xml:103(td) ./doc/common/tables/nova-database.xml:107(td) ./doc/common/tables/nova-database.xml:111(td) ./doc/common/tables/nova-database.xml:115(td) ./doc/common/tables/nova-database.xml:119(td) ./doc/common/tables/nova-database.xml:123(td) ./doc/common/tables/nova-database.xml:127(td) ./doc/common/tables/nova-database.xml:131(td) ./doc/common/tables/nova-database.xml:135(td) ./doc/common/tables/nova-database.xml:139(td) ./doc/common/tables/nova-database.xml:143(td) ./doc/common/tables/nova-database.xml:147(td) ./doc/common/tables/nova-database.xml:151(td) ./doc/common/tables/nova-database.xml:155(td) ./doc/common/tables/nova-database.xml:159(td) ./doc/common/tables/nova-quota.xml:21(td) ./doc/common/tables/nova-quota.xml:25(td) ./doc/common/tables/nova-quota.xml:29(td) ./doc/common/tables/nova-quota.xml:33(td) ./doc/common/tables/nova-quota.xml:37(td) ./doc/common/tables/nova-quota.xml:41(td) ./doc/common/tables/nova-quota.xml:45(td) ./doc/common/tables/nova-quota.xml:49(td) ./doc/common/tables/nova-quota.xml:53(td) ./doc/common/tables/nova-quota.xml:57(td) ./doc/common/tables/nova-quota.xml:61(td) ./doc/common/tables/nova-quota.xml:65(td) ./doc/common/tables/nova-quota.xml:69(td) ./doc/common/tables/nova-quota.xml:73(td) ./doc/common/tables/nova-quota.xml:77(td) ./doc/common/tables/nova-quota.xml:81(td) ./doc/common/tables/nova-quota.xml:85(td) ./doc/common/tables/nova-quota.xml:89(td) ./doc/common/tables/nova-quota.xml:96(td) ./doc/common/tables/heat-logging.xml:21(td) ./doc/common/tables/heat-logging.xml:25(td) ./doc/common/tables/heat-logging.xml:29(td) ./doc/common/tables/heat-logging.xml:33(td) ./doc/common/tables/heat-logging.xml:37(td) ./doc/common/tables/heat-logging.xml:41(td) ./doc/common/tables/heat-logging.xml:45(td) ./doc/common/tables/heat-logging.xml:49(td) ./doc/common/tables/heat-logging.xml:53(td) ./doc/common/tables/heat-logging.xml:57(td) ./doc/common/tables/heat-logging.xml:61(td) ./doc/common/tables/heat-logging.xml:65(td) ./doc/common/tables/heat-logging.xml:69(td) ./doc/common/tables/heat-logging.xml:73(td) ./doc/common/tables/heat-logging.xml:77(td) ./doc/common/tables/heat-logging.xml:81(td) ./doc/common/tables/heat-logging.xml:85(td) ./doc/common/tables/heat-logging.xml:89(td) ./doc/common/tables/heat-logging.xml:93(td) ./doc/common/tables/heat-logging.xml:97(td) ./doc/common/tables/heat-logging.xml:101(td) ./doc/common/tables/ironic-pxe.xml:21(td) ./doc/common/tables/ironic-pxe.xml:25(td) ./doc/common/tables/ironic-pxe.xml:29(td) ./doc/common/tables/ironic-pxe.xml:33(td) ./doc/common/tables/ironic-pxe.xml:37(td) ./doc/common/tables/ironic-pxe.xml:41(td) ./doc/common/tables/ironic-pxe.xml:45(td) ./doc/common/tables/ironic-pxe.xml:49(td) ./doc/common/tables/ironic-pxe.xml:53(td) ./doc/common/tables/ironic-pxe.xml:57(td) ./doc/common/tables/ironic-pxe.xml:61(td) ./doc/common/tables/ironic-pxe.xml:65(td) ./doc/common/tables/ironic-pxe.xml:69(td) ./doc/common/tables/ironic-pxe.xml:73(td) ./doc/common/tables/ironic-pxe.xml:77(td) ./doc/common/tables/ironic-pxe.xml:81(td) ./doc/common/tables/ironic-pxe.xml:85(td) ./doc/common/tables/ironic-pxe.xml:89(td) ./doc/common/tables/trove-redis.xml:21(td) ./doc/common/tables/trove-redis.xml:25(td) ./doc/common/tables/trove-redis.xml:29(td) ./doc/common/tables/trove-redis.xml:36(td) ./doc/common/tables/heat-crypt.xml:21(td) ./doc/common/tables/neutron-midonet.xml:21(td) ./doc/common/tables/neutron-midonet.xml:25(td) ./doc/common/tables/neutron-midonet.xml:29(td) ./doc/common/tables/neutron-midonet.xml:33(td) ./doc/common/tables/cinder-compute.xml:21(td) ./doc/common/tables/cinder-compute.xml:25(td) ./doc/common/tables/cinder-compute.xml:29(td) ./doc/common/tables/cinder-compute.xml:33(td) ./doc/common/tables/cinder-compute.xml:37(td) ./doc/common/tables/cinder-compute.xml:41(td) ./doc/common/tables/cinder-compute.xml:45(td) ./doc/common/tables/ironic-debug.xml:21(td) ./doc/common/tables/ironic-debug.xml:25(td) ./doc/common/tables/ironic-console.xml:21(td) ./doc/common/tables/ironic-console.xml:25(td) ./doc/common/tables/ironic-console.xml:29(td) ./doc/common/tables/ironic-console.xml:33(td) ./doc/common/tables/ironic-console.xml:37(td) ./doc/common/tables/swift-rsyncd-object.xml:20(td) ./doc/common/tables/swift-rsyncd-object.xml:24(td) ./doc/common/tables/swift-rsyncd-object.xml:28(td) ./doc/common/tables/swift-rsyncd-object.xml:32(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:20(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:24(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:28(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:32(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:36(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:40(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:44(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:48(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:52(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:56(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:60(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:64(td) ./doc/common/tables/ironic-logging.xml:21(td) ./doc/common/tables/ironic-logging.xml:25(td) ./doc/common/tables/ironic-logging.xml:29(td) ./doc/common/tables/ironic-logging.xml:33(td) ./doc/common/tables/ironic-logging.xml:37(td) ./doc/common/tables/ironic-logging.xml:41(td) ./doc/common/tables/ironic-logging.xml:45(td) ./doc/common/tables/ironic-logging.xml:49(td) ./doc/common/tables/ironic-logging.xml:53(td) ./doc/common/tables/ironic-logging.xml:57(td) ./doc/common/tables/ironic-logging.xml:61(td) ./doc/common/tables/ironic-logging.xml:65(td) ./doc/common/tables/ironic-logging.xml:69(td) ./doc/common/tables/ironic-logging.xml:73(td) ./doc/common/tables/ironic-logging.xml:77(td) ./doc/common/tables/ironic-logging.xml:81(td) ./doc/common/tables/ironic-logging.xml:85(td) ./doc/common/tables/ironic-logging.xml:89(td) ./doc/common/tables/ironic-logging.xml:93(td) ./doc/common/tables/ironic-logging.xml:97(td) ./doc/common/tables/ceilometer-rgw.xml:21(td) ./doc/common/tables/ceilometer-rgw.xml:25(td) ./doc/common/tables/neutron-qpid.xml:21(td) ./doc/common/tables/neutron-qpid.xml:25(td) ./doc/common/tables/neutron-qpid.xml:29(td) ./doc/common/tables/neutron-qpid.xml:37(td) ./doc/common/tables/neutron-qpid.xml:41(td) ./doc/common/tables/neutron-qpid.xml:45(td) ./doc/common/tables/neutron-qpid.xml:53(td) ./doc/common/tables/neutron-qpid.xml:57(td) ./doc/common/tables/nova-rpc.xml:21(td) ./doc/common/tables/nova-rpc.xml:25(td) ./doc/common/tables/nova-rpc.xml:29(td) ./doc/common/tables/nova-rpc.xml:33(td) ./doc/common/tables/nova-rpc.xml:37(td) ./doc/common/tables/nova-rpc.xml:41(td) ./doc/common/tables/nova-rpc.xml:48(td) ./doc/common/tables/nova-rpc.xml:55(td) ./doc/common/tables/nova-rpc.xml:59(td) ./doc/common/tables/nova-rpc.xml:66(td) ./doc/common/tables/nova-rpc.xml:70(td) ./doc/common/tables/nova-rpc.xml:74(td) ./doc/common/tables/nova-rpc.xml:78(td) ./doc/common/tables/nova-rpc.xml:82(td) ./doc/common/tables/nova-rpc.xml:86(td) ./doc/common/tables/nova-rpc.xml:102(td) ./doc/common/tables/nova-rpc.xml:106(td) ./doc/common/tables/nova-rpc.xml:113(td) ./doc/common/tables/nova-rpc.xml:117(td) ./doc/common/tables/nova-rpc.xml:121(td) ./doc/common/tables/nova-rpc.xml:125(td) ./doc/common/tables/nova-rpc.xml:129(td) ./doc/common/tables/nova-rpc.xml:137(td) ./doc/common/tables/nova-rpc.xml:141(td) ./doc/common/tables/nova-rpc.xml:145(td) ./doc/common/tables/nova-rpc.xml:153(td) ./doc/common/tables/nova-rpc.xml:157(td) ./doc/common/tables/nova-rpc.xml:165(td) ./doc/common/tables/nova-rpc.xml:172(td) ./doc/common/tables/nova-rpc.xml:176(td) ./doc/common/tables/nova-rpc.xml:180(td) ./doc/common/tables/nova-rpc.xml:184(td) ./doc/common/tables/nova-rpc.xml:188(td) ./doc/common/tables/nova-rpc.xml:192(td) ./doc/common/tables/nova-rpc.xml:212(td) ./doc/common/tables/nova-rpc.xml:216(td) ./doc/common/tables/nova-rpc.xml:220(td) ./doc/common/tables/nova-rpc.xml:224(td) ./doc/common/tables/nova-rpc.xml:228(td) ./doc/common/tables/nova-rpc.xml:232(td) ./doc/common/tables/nova-rpc.xml:236(td) ./doc/common/tables/nova-rpc.xml:240(td) ./doc/common/tables/nova-rpc.xml:244(td) ./doc/common/tables/nova-rpc.xml:248(td) ./doc/common/tables/nova-rpc.xml:252(td) ./doc/common/tables/nova-rpc.xml:256(td) ./doc/common/tables/nova-rpc.xml:260(td) ./doc/common/tables/nova-rpc.xml:267(td) ./doc/common/tables/cinder-zoning_manager_cisco.xml:21(td) ./doc/common/tables/cinder-backups_tsm.xml:21(td) ./doc/common/tables/cinder-backups_tsm.xml:25(td) ./doc/common/tables/cinder-backups_tsm.xml:29(td) ./doc/common/tables/cinder-san.xml:29(td) ./doc/common/tables/cinder-san.xml:33(td) ./doc/common/tables/cinder-san.xml:45(td) ./doc/common/tables/cinder-san.xml:49(td) ./doc/common/tables/cinder-san.xml:53(td) ./doc/common/tables/cinder-san.xml:57(td) ./doc/common/tables/cinder-san.xml:61(td) ./doc/common/tables/cinder-san.xml:65(td) ./doc/common/tables/nova-logging.xml:21(td) ./doc/common/tables/nova-logging.xml:25(td) ./doc/common/tables/nova-logging.xml:29(td) ./doc/common/tables/nova-logging.xml:33(td) ./doc/common/tables/nova-logging.xml:37(td) ./doc/common/tables/nova-logging.xml:41(td) ./doc/common/tables/nova-logging.xml:45(td) ./doc/common/tables/nova-logging.xml:49(td) ./doc/common/tables/nova-logging.xml:53(td) ./doc/common/tables/nova-logging.xml:57(td) ./doc/common/tables/nova-logging.xml:61(td) ./doc/common/tables/nova-logging.xml:65(td) ./doc/common/tables/nova-logging.xml:69(td) ./doc/common/tables/nova-logging.xml:73(td) ./doc/common/tables/nova-logging.xml:77(td) ./doc/common/tables/nova-logging.xml:81(td) ./doc/common/tables/nova-logging.xml:85(td) ./doc/common/tables/nova-logging.xml:89(td) ./doc/common/tables/nova-logging.xml:93(td) ./doc/common/tables/nova-logging.xml:97(td) ./doc/common/tables/nova-logging.xml:101(td) ./doc/common/tables/nova-logging.xml:105(td) ./doc/common/tables/nova-logging.xml:109(td) ./doc/common/tables/nova-logging.xml:113(td) ./doc/common/tables/nova-logging.xml:117(td) ./doc/common/tables/nova-logging.xml:121(td) ./doc/common/tables/nova-logging.xml:125(td) ./doc/common/tables/nova-logging.xml:129(td) ./doc/common/tables/nova-logging.xml:133(td) ./doc/common/tables/ceilometer-alarms.xml:21(td) ./doc/common/tables/neutron-nec.xml:21(td) ./doc/common/tables/neutron-nec.xml:25(td) ./doc/common/tables/neutron-nec.xml:29(td) ./doc/common/tables/neutron-nec.xml:33(td) ./doc/common/tables/neutron-nec.xml:37(td) ./doc/common/tables/neutron-nec.xml:41(td) ./doc/common/tables/neutron-nec.xml:45(td) ./doc/common/tables/neutron-nec.xml:53(td) ./doc/common/tables/neutron-nec.xml:57(td) ./doc/common/tables/neutron-nec.xml:61(td) ./doc/common/tables/neutron-nec.xml:68(td) ./doc/common/tables/neutron-nec.xml:72(td) ./doc/common/tables/keystone-security.xml:21(td) ./doc/common/tables/ceilometer-policy.xml:21(td) ./doc/common/tables/ceilometer-policy.xml:25(td) ./doc/common/tables/ceilometer-policy.xml:29(td) ./doc/common/tables/heat-clients_neutron.xml:21(td) ./doc/common/tables/heat-clients_neutron.xml:25(td) ./doc/common/tables/heat-clients_neutron.xml:29(td) ./doc/common/tables/heat-clients_neutron.xml:33(td) ./doc/common/tables/heat-clients_neutron.xml:37(td) ./doc/common/tables/nova-api.xml:21(td) ./doc/common/tables/nova-api.xml:25(td) ./doc/common/tables/nova-api.xml:29(td) ./doc/common/tables/nova-api.xml:33(td) ./doc/common/tables/nova-api.xml:37(td) ./doc/common/tables/nova-api.xml:45(td) ./doc/common/tables/nova-api.xml:49(td) ./doc/common/tables/nova-api.xml:53(td) ./doc/common/tables/nova-api.xml:57(td) ./doc/common/tables/nova-api.xml:61(td) ./doc/common/tables/nova-api.xml:69(td) ./doc/common/tables/nova-api.xml:73(td) ./doc/common/tables/nova-api.xml:77(td) ./doc/common/tables/nova-api.xml:81(td) ./doc/common/tables/nova-api.xml:85(td) ./doc/common/tables/nova-api.xml:89(td) ./doc/common/tables/nova-api.xml:93(td) ./doc/common/tables/nova-api.xml:97(td) ./doc/common/tables/nova-api.xml:101(td) ./doc/common/tables/nova-api.xml:105(td) ./doc/common/tables/nova-api.xml:109(td) ./doc/common/tables/nova-api.xml:113(td) ./doc/common/tables/nova-api.xml:117(td) ./doc/common/tables/neutron-opencontrail.xml:21(td) ./doc/common/tables/neutron-opencontrail.xml:25(td) ./doc/common/tables/neutron-ml2_mlnx.xml:21(td) ./doc/common/tables/neutron-ml2_mlnx.xml:25(td) ./doc/common/tables/neutron-ml2_mlnx.xml:33(td) ./doc/common/tables/neutron-ml2_mlnx.xml:37(td) ./doc/common/tables/neutron-ml2_mlnx.xml:41(td) ./doc/common/tables/sahara-domain.xml:21(td) ./doc/common/tables/sahara-domain.xml:25(td) ./doc/common/tables/sahara-domain.xml:29(td) ./doc/common/tables/trove-auth_token.xml:21(td) ./doc/common/tables/trove-auth_token.xml:25(td) ./doc/common/tables/trove-auth_token.xml:29(td) ./doc/common/tables/trove-auth_token.xml:33(td) ./doc/common/tables/trove-auth_token.xml:41(td) ./doc/common/tables/trove-auth_token.xml:45(td) ./doc/common/tables/trove-auth_token.xml:49(td) ./doc/common/tables/trove-auth_token.xml:53(td) ./doc/common/tables/trove-auth_token.xml:57(td) ./doc/common/tables/trove-auth_token.xml:61(td) ./doc/common/tables/trove-auth_token.xml:65(td) ./doc/common/tables/trove-auth_token.xml:69(td) ./doc/common/tables/trove-auth_token.xml:73(td) ./doc/common/tables/trove-auth_token.xml:77(td) ./doc/common/tables/trove-auth_token.xml:81(td) ./doc/common/tables/trove-auth_token.xml:85(td) ./doc/common/tables/trove-auth_token.xml:89(td) ./doc/common/tables/trove-auth_token.xml:93(td) ./doc/common/tables/trove-auth_token.xml:97(td) ./doc/common/tables/trove-auth_token.xml:101(td) ./doc/common/tables/trove-auth_token.xml:105(td) ./doc/common/tables/trove-auth_token.xml:109(td) ./doc/common/tables/trove-auth_token.xml:113(td) ./doc/common/tables/trove-auth_token.xml:117(td) ./doc/common/tables/trove-auth_token.xml:121(td) ./doc/common/tables/trove-auth_token.xml:125(td) ./doc/common/tables/trove-auth_token.xml:129(td) ./doc/common/tables/trove-auth_token.xml:133(td) ./doc/common/tables/trove-auth_token.xml:137(td) ./doc/common/tables/trove-auth_token.xml:141(td) ./doc/common/tables/trove-auth_token.xml:145(td) ./doc/common/tables/trove-auth_token.xml:149(td) ./doc/common/tables/trove-auth_token.xml:153(td) ./doc/common/tables/trove-auth_token.xml:157(td) ./doc/common/tables/trove-auth_token.xml:161(td) ./doc/common/tables/keystone-trust.xml:21(td) ./doc/common/tables/keystone-trust.xml:25(td) ./doc/common/tables/keystone-trust.xml:29(td) ./doc/common/tables/keystone-trust.xml:33(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:20(td) ./doc/common/tables/glance-cinder.xml:21(td) ./doc/common/tables/glance-cinder.xml:25(td) ./doc/common/tables/glance-cinder.xml:29(td) ./doc/common/tables/glance-cinder.xml:33(td) ./doc/common/tables/glance-cinder.xml:37(td) ./doc/common/tables/swift-object-server-object-updater.xml:20(td) ./doc/common/tables/swift-object-server-object-updater.xml:24(td) ./doc/common/tables/swift-object-server-object-updater.xml:28(td) ./doc/common/tables/swift-object-server-object-updater.xml:32(td) ./doc/common/tables/swift-object-server-object-updater.xml:36(td) ./doc/common/tables/swift-object-server-object-updater.xml:40(td) ./doc/common/tables/swift-object-server-object-updater.xml:44(td) ./doc/common/tables/swift-object-server-object-updater.xml:48(td) ./doc/common/tables/swift-object-server-object-updater.xml:52(td) ./doc/common/tables/glance-common.xml:21(td) ./doc/common/tables/glance-common.xml:25(td) ./doc/common/tables/glance-common.xml:29(td) ./doc/common/tables/glance-common.xml:33(td) ./doc/common/tables/glance-common.xml:37(td) ./doc/common/tables/glance-common.xml:41(td) ./doc/common/tables/glance-common.xml:45(td) ./doc/common/tables/glance-common.xml:49(td) ./doc/common/tables/glance-common.xml:53(td) ./doc/common/tables/glance-common.xml:57(td) ./doc/common/tables/glance-common.xml:61(td) ./doc/common/tables/glance-common.xml:65(td) ./doc/common/tables/glance-common.xml:69(td) ./doc/common/tables/glance-common.xml:73(td) ./doc/common/tables/glance-common.xml:77(td) ./doc/common/tables/glance-common.xml:81(td) ./doc/common/tables/glance-common.xml:85(td) ./doc/common/tables/glance-common.xml:89(td) ./doc/common/tables/glance-common.xml:93(td) ./doc/common/tables/glance-common.xml:97(td) ./doc/common/tables/glance-common.xml:101(td) ./doc/common/tables/glance-common.xml:105(td) ./doc/common/tables/glance-common.xml:112(td) ./doc/common/tables/glance-common.xml:119(td) ./doc/common/tables/glance-common.xml:123(td) ./doc/common/tables/glance-common.xml:130(td) ./doc/common/tables/glance-common.xml:137(td) ./doc/common/tables/glance-common.xml:141(td) ./doc/common/tables/glance-common.xml:145(td) ./doc/common/tables/glance-common.xml:149(td) ./doc/common/tables/glance-common.xml:153(td) ./doc/common/tables/glance-common.xml:157(td) ./doc/common/tables/glance-common.xml:165(td) ./doc/common/tables/glance-common.xml:169(td) ./doc/common/tables/glance-common.xml:176(td) ./doc/common/tables/glance-common.xml:180(td) ./doc/common/tables/glance-common.xml:184(td) ./doc/common/tables/neutron-ml2_vxlan.xml:36(td) ./doc/common/tables/swift-dispersion-dispersion.xml:20(td) ./doc/common/tables/swift-dispersion-dispersion.xml:24(td) ./doc/common/tables/swift-dispersion-dispersion.xml:28(td) ./doc/common/tables/swift-dispersion-dispersion.xml:32(td) ./doc/common/tables/swift-dispersion-dispersion.xml:36(td) ./doc/common/tables/swift-dispersion-dispersion.xml:40(td) ./doc/common/tables/swift-dispersion-dispersion.xml:44(td) ./doc/common/tables/swift-dispersion-dispersion.xml:48(td) ./doc/common/tables/swift-dispersion-dispersion.xml:52(td) ./doc/common/tables/swift-dispersion-dispersion.xml:56(td) ./doc/common/tables/swift-dispersion-dispersion.xml:60(td) ./doc/common/tables/swift-dispersion-dispersion.xml:64(td) ./doc/common/tables/swift-dispersion-dispersion.xml:68(td) ./doc/common/tables/swift-dispersion-dispersion.xml:72(td) ./doc/common/tables/swift-dispersion-dispersion.xml:76(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:20(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:28(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:32(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:36(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:40(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:44(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:48(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:107(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:111(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:121(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:125(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:129(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:133(td) ./doc/common/tables/ironic-amt.xml:21(td) ./doc/common/tables/ironic-amt.xml:25(td) ./doc/common/tables/ironic-amt.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:53(td) ./doc/common/tables/keystone-domain.xml:21(td) ./doc/common/tables/keystone-domain.xml:25(td) ./doc/common/tables/keystone-domain.xml:29(td) ./doc/common/tables/neutron-rabbitmq.xml:21(td) ./doc/common/tables/neutron-rabbitmq.xml:41(td) ./doc/common/tables/neutron-rabbitmq.xml:45(td) ./doc/common/tables/neutron-rabbitmq.xml:49(td) ./doc/common/tables/neutron-rabbitmq.xml:53(td) ./doc/common/tables/neutron-rabbitmq.xml:57(td) ./doc/common/tables/neutron-rabbitmq.xml:61(td) ./doc/common/tables/neutron-rabbitmq.xml:65(td) ./doc/common/tables/neutron-rabbitmq.xml:69(td) ./doc/common/tables/neutron-rabbitmq.xml:73(td) ./doc/common/tables/neutron-rabbitmq.xml:77(td) ./doc/common/tables/neutron-rabbitmq.xml:81(td) ./doc/common/tables/neutron-rabbitmq.xml:85(td) ./doc/common/tables/keystone-ec2.xml:21(td) ./doc/common/tables/keystone-ec2.xml:25(td) ./doc/common/tables/keystone-ec2.xml:29(td) ./doc/common/tables/keystone-ec2.xml:33(td) ./doc/common/tables/keystone-ec2.xml:37(td) ./doc/common/tables/heat-clients_keystone.xml:21(td) ./doc/common/tables/heat-clients_keystone.xml:25(td) ./doc/common/tables/heat-clients_keystone.xml:29(td) ./doc/common/tables/heat-clients_keystone.xml:33(td) ./doc/common/tables/heat-clients_keystone.xml:37(td) ./doc/common/tables/neutron-nsx.xml:21(td) ./doc/common/tables/neutron-nsx.xml:25(td) ./doc/common/tables/neutron-nsx.xml:29(td) ./doc/common/tables/neutron-nsx.xml:33(td) ./doc/common/tables/neutron-nsx.xml:37(td) ./doc/common/tables/neutron-nsx.xml:41(td) ./doc/common/tables/neutron-nsx.xml:45(td) ./doc/common/tables/neutron-nsx.xml:49(td) ./doc/common/tables/neutron-nsx.xml:53(td) ./doc/common/tables/neutron-nsx.xml:60(td) ./doc/common/tables/neutron-nsx.xml:64(td) ./doc/common/tables/neutron-nsx.xml:68(td) ./doc/common/tables/neutron-nsx.xml:72(td) ./doc/common/tables/neutron-nsx.xml:76(td) ./doc/common/tables/neutron-nsx.xml:80(td) ./doc/common/tables/neutron-nsx.xml:84(td) ./doc/common/tables/neutron-nsx.xml:88(td) ./doc/common/tables/neutron-nsx.xml:95(td) ./doc/common/tables/neutron-nsx.xml:99(td) ./doc/common/tables/neutron-nsx.xml:103(td) ./doc/common/tables/neutron-nsx.xml:107(td) ./doc/common/tables/neutron-nsx.xml:111(td) ./doc/common/tables/neutron-nsx.xml:118(td) ./doc/common/tables/neutron-nsx.xml:125(td) ./doc/common/tables/neutron-nsx.xml:133(td) ./doc/common/tables/neutron-nsx.xml:137(td) ./doc/common/tables/neutron-nsx.xml:141(td) ./doc/common/tables/neutron-nsx.xml:145(td) ./doc/common/tables/neutron-nsx.xml:149(td) ./doc/common/tables/neutron-nsx.xml:153(td) ./doc/common/tables/neutron-nsx.xml:157(td) ./doc/common/tables/neutron-nsx.xml:161(td) ./doc/common/tables/neutron-nsx.xml:165(td) ./doc/common/tables/neutron-nsx.xml:169(td) ./doc/common/tables/neutron-nsx.xml:173(td) ./doc/common/tables/neutron-nsx.xml:177(td) ./doc/common/tables/neutron-nsx.xml:181(td) ./doc/common/tables/neutron-nsx.xml:185(td) ./doc/common/tables/neutron-nsx.xml:189(td) ./doc/common/tables/neutron-nsx.xml:193(td) ./doc/common/tables/neutron-nsx.xml:197(td) ./doc/common/tables/neutron-nsx.xml:201(td) ./doc/common/tables/neutron-nsx.xml:205(td) ./doc/common/tables/neutron-nsx.xml:209(td) ./doc/common/tables/neutron-nsx.xml:213(td) ./doc/common/tables/neutron-nsx.xml:217(td) ./doc/common/tables/ceilometer-testing.xml:21(td) ./doc/common/tables/neutron-api.xml:21(td) ./doc/common/tables/neutron-api.xml:25(td) ./doc/common/tables/neutron-api.xml:29(td) ./doc/common/tables/neutron-api.xml:37(td) ./doc/common/tables/neutron-api.xml:41(td) ./doc/common/tables/neutron-api.xml:45(td) ./doc/common/tables/neutron-api.xml:49(td) ./doc/common/tables/neutron-api.xml:53(td) ./doc/common/tables/neutron-api.xml:57(td) ./doc/common/tables/neutron-api.xml:61(td) ./doc/common/tables/neutron-api.xml:69(td) ./doc/common/tables/neutron-api.xml:73(td) ./doc/common/tables/neutron-api.xml:80(td) ./doc/common/tables/trove-logging.xml:21(td) ./doc/common/tables/trove-logging.xml:25(td) ./doc/common/tables/trove-logging.xml:29(td) ./doc/common/tables/trove-logging.xml:33(td) ./doc/common/tables/trove-logging.xml:37(td) ./doc/common/tables/trove-logging.xml:41(td) ./doc/common/tables/trove-logging.xml:45(td) ./doc/common/tables/trove-logging.xml:49(td) ./doc/common/tables/trove-logging.xml:53(td) ./doc/common/tables/trove-logging.xml:57(td) ./doc/common/tables/trove-logging.xml:61(td) ./doc/common/tables/trove-logging.xml:65(td) ./doc/common/tables/trove-logging.xml:69(td) ./doc/common/tables/trove-logging.xml:73(td) ./doc/common/tables/trove-logging.xml:77(td) ./doc/common/tables/trove-logging.xml:81(td) ./doc/common/tables/trove-logging.xml:85(td) ./doc/common/tables/trove-logging.xml:89(td) ./doc/common/tables/trove-logging.xml:93(td) ./doc/common/tables/trove-logging.xml:97(td) ./doc/common/tables/trove-logging.xml:101(td) ./doc/common/tables/trove-logging.xml:105(td) ./doc/common/tables/keystone-kvs.xml:25(td) ./doc/common/tables/keystone-kvs.xml:29(td) ./doc/common/tables/keystone-kvs.xml:33(td) ./doc/common/tables/keystone-redis.xml:21(td) ./doc/common/tables/keystone-redis.xml:25(td) ./doc/common/tables/keystone-redis.xml:29(td) ./doc/common/tables/keystone-redis.xml:36(td) ./doc/common/tables/nova-xvpnvncproxy.xml:21(td) ./doc/common/tables/nova-xvpnvncproxy.xml:25(td) ./doc/common/tables/nova-xvpnvncproxy.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:24(td) ./doc/common/tables/swift-account-server-account-reaper.xml:20(td) ./doc/common/tables/swift-account-server-account-reaper.xml:24(td) ./doc/common/tables/swift-account-server-account-reaper.xml:28(td) ./doc/common/tables/swift-account-server-account-reaper.xml:32(td) ./doc/common/tables/swift-account-server-account-reaper.xml:36(td) ./doc/common/tables/swift-account-server-account-reaper.xml:40(td) ./doc/common/tables/swift-account-server-account-reaper.xml:44(td) ./doc/common/tables/swift-account-server-account-reaper.xml:48(td) ./doc/common/tables/swift-account-server-account-reaper.xml:52(td) ./doc/common/tables/swift-account-server-account-reaper.xml:56(td) ./doc/common/tables/nova-hyperv.xml:21(td) ./doc/common/tables/nova-hyperv.xml:25(td) ./doc/common/tables/nova-hyperv.xml:29(td) ./doc/common/tables/nova-hyperv.xml:37(td) ./doc/common/tables/nova-hyperv.xml:41(td) ./doc/common/tables/nova-hyperv.xml:45(td) ./doc/common/tables/nova-hyperv.xml:49(td) ./doc/common/tables/nova-hyperv.xml:53(td) ./doc/common/tables/nova-hyperv.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:28(td) ./doc/common/tables/heat-clients_backends.xml:21(td) ./doc/common/tables/glance-testing.xml:21(td) ./doc/common/tables/glance-testing.xml:25(td) ./doc/common/tables/neutron-common.xml:21(td) ./doc/common/tables/neutron-common.xml:25(td) ./doc/common/tables/neutron-common.xml:29(td) ./doc/common/tables/neutron-common.xml:33(td) ./doc/common/tables/neutron-common.xml:37(td) ./doc/common/tables/neutron-common.xml:41(td) ./doc/common/tables/neutron-common.xml:45(td) ./doc/common/tables/neutron-common.xml:49(td) ./doc/common/tables/neutron-common.xml:53(td) ./doc/common/tables/neutron-common.xml:57(td) ./doc/common/tables/neutron-common.xml:61(td) ./doc/common/tables/neutron-common.xml:65(td) ./doc/common/tables/neutron-common.xml:69(td) ./doc/common/tables/neutron-common.xml:73(td) ./doc/common/tables/neutron-common.xml:77(td) ./doc/common/tables/neutron-common.xml:81(td) ./doc/common/tables/neutron-common.xml:85(td) ./doc/common/tables/neutron-common.xml:89(td) ./doc/common/tables/neutron-common.xml:93(td) ./doc/common/tables/neutron-common.xml:97(td) ./doc/common/tables/neutron-common.xml:101(td) ./doc/common/tables/neutron-common.xml:105(td) ./doc/common/tables/neutron-common.xml:109(td) ./doc/common/tables/neutron-common.xml:113(td) ./doc/common/tables/neutron-common.xml:117(td) ./doc/common/tables/neutron-common.xml:121(td) ./doc/common/tables/neutron-common.xml:125(td) ./doc/common/tables/neutron-common.xml:129(td) ./doc/common/tables/neutron-common.xml:133(td) ./doc/common/tables/neutron-common.xml:137(td) ./doc/common/tables/neutron-common.xml:141(td) ./doc/common/tables/neutron-common.xml:145(td) ./doc/common/tables/neutron-common.xml:149(td) ./doc/common/tables/neutron-common.xml:153(td) ./doc/common/tables/neutron-common.xml:157(td) ./doc/common/tables/neutron-common.xml:161(td) ./doc/common/tables/neutron-common.xml:165(td) ./doc/common/tables/neutron-common.xml:169(td) ./doc/common/tables/neutron-common.xml:173(td) ./doc/common/tables/neutron-common.xml:177(td) ./doc/common/tables/neutron-common.xml:181(td) ./doc/common/tables/neutron-common.xml:185(td) ./doc/common/tables/neutron-common.xml:189(td) ./doc/common/tables/neutron-common.xml:193(td) ./doc/common/tables/neutron-common.xml:200(td) ./doc/common/tables/neutron-common.xml:204(td) ./doc/common/tables/neutron-common.xml:208(td) ./doc/common/tables/neutron-common.xml:212(td) ./doc/common/tables/neutron-common.xml:219(td) ./doc/common/tables/neutron-common.xml:223(td) ./doc/common/tables/neutron-common.xml:227(td) ./doc/common/tables/neutron-common.xml:231(td) ./doc/common/tables/neutron-common.xml:235(td) ./doc/common/tables/neutron-common.xml:239(td) ./doc/common/tables/neutron-common.xml:246(td) ./doc/common/tables/neutron-common.xml:253(td) ./doc/common/tables/nova-hypervisor.xml:21(td) ./doc/common/tables/nova-hypervisor.xml:25(td) ./doc/common/tables/nova-hypervisor.xml:29(td) ./doc/common/tables/nova-hypervisor.xml:33(td) ./doc/common/tables/nova-hypervisor.xml:37(td) ./doc/common/tables/nova-hypervisor.xml:41(td) ./doc/common/tables/nova-hypervisor.xml:45(td) ./doc/common/tables/keystone-fernet_tokens.xml:21(td) ./doc/common/tables/keystone-fernet_tokens.xml:25(td) ./doc/common/tables/keystone-qpid.xml:21(td) ./doc/common/tables/keystone-qpid.xml:25(td) ./doc/common/tables/keystone-qpid.xml:29(td) ./doc/common/tables/keystone-qpid.xml:33(td) ./doc/common/tables/keystone-qpid.xml:37(td) ./doc/common/tables/keystone-qpid.xml:45(td) ./doc/common/tables/keystone-qpid.xml:49(td) ./doc/common/tables/keystone-qpid.xml:53(td) ./doc/common/tables/keystone-qpid.xml:61(td) ./doc/common/tables/keystone-qpid.xml:65(td) ./doc/common/tables/keystone-qpid.xml:73(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:20(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:24(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:28(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:32(td) ./doc/common/tables/ironic-deploy.xml:21(td) ./doc/common/tables/ironic-deploy.xml:25(td) ./doc/common/tables/ironic-deploy.xml:29(td) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:24(td) ./doc/common/tables/keystone-cache.xml:21(td) ./doc/common/tables/keystone-cache.xml:25(td) ./doc/common/tables/keystone-cache.xml:29(td) ./doc/common/tables/keystone-cache.xml:33(td) ./doc/common/tables/keystone-cache.xml:37(td) ./doc/common/tables/keystone-cache.xml:41(td) ./doc/common/tables/keystone-cache.xml:45(td) ./doc/common/tables/keystone-cache.xml:49(td) ./doc/common/tables/keystone-cache.xml:53(td) ./doc/common/tables/keystone-cache.xml:57(td) ./doc/common/tables/keystone-cache.xml:61(td) ./doc/common/tables/keystone-cache.xml:65(td) ./doc/common/tables/keystone-cache.xml:76(td) ./doc/common/tables/keystone-cache.xml:80(td) ./doc/common/tables/keystone-cache.xml:84(td) ./doc/common/tables/keystone-cache.xml:88(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:21(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:25(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:29(td) ./doc/common/tables/nova-configdrive.xml:21(td) ./doc/common/tables/nova-configdrive.xml:25(td) ./doc/common/tables/nova-configdrive.xml:29(td) ./doc/common/tables/nova-configdrive.xml:33(td) ./doc/common/tables/nova-configdrive.xml:40(td) ./doc/common/tables/nova-configdrive.xml:44(td) ./doc/common/tables/keystone-token.xml:21(td) ./doc/common/tables/keystone-token.xml:29(td) ./doc/common/tables/keystone-token.xml:33(td) ./doc/common/tables/keystone-token.xml:37(td) ./doc/common/tables/keystone-token.xml:41(td) ./doc/common/tables/keystone-token.xml:45(td) ./doc/common/tables/keystone-token.xml:49(td) ./doc/common/tables/keystone-token.xml:53(td) ./doc/common/tables/keystone-token.xml:57(td) ./doc/common/tables/ceilometer-qpid.xml:21(td) ./doc/common/tables/ceilometer-qpid.xml:25(td) ./doc/common/tables/ceilometer-qpid.xml:29(td) ./doc/common/tables/ceilometer-qpid.xml:33(td) ./doc/common/tables/ceilometer-qpid.xml:37(td) ./doc/common/tables/ceilometer-qpid.xml:45(td) ./doc/common/tables/ceilometer-qpid.xml:49(td) ./doc/common/tables/ceilometer-qpid.xml:53(td) ./doc/common/tables/ceilometer-qpid.xml:61(td) ./doc/common/tables/ceilometer-qpid.xml:65(td) ./doc/common/tables/ceilometer-qpid.xml:73(td) ./doc/common/tables/cinder-datera.xml:21(td) ./doc/common/tables/cinder-datera.xml:25(td) ./doc/common/tables/cinder-datera.xml:29(td) ./doc/common/tables/cinder-datera.xml:33(td) ./doc/common/tables/cinder-datera.xml:37(td) ./doc/common/tables/cinder-datera.xml:41(td) ./doc/common/tables/ceilometer-ipmi.xml:21(td) ./doc/common/tables/ceilometer-ipmi.xml:25(td) ./doc/common/tables/ironic-ssl.xml:21(td) ./doc/common/tables/ironic-ssl.xml:25(td) ./doc/common/tables/ironic-ssl.xml:29(td) ./doc/common/tables/cinder-drbd.xml:21(td) ./doc/common/tables/heat-database.xml:21(td) ./doc/common/tables/heat-database.xml:25(td) ./doc/common/tables/heat-database.xml:29(td) ./doc/common/tables/heat-database.xml:33(td) ./doc/common/tables/heat-database.xml:37(td) ./doc/common/tables/heat-database.xml:41(td) ./doc/common/tables/heat-database.xml:45(td) ./doc/common/tables/heat-database.xml:49(td) ./doc/common/tables/heat-database.xml:53(td) ./doc/common/tables/heat-database.xml:57(td) ./doc/common/tables/heat-database.xml:61(td) ./doc/common/tables/heat-database.xml:65(td) ./doc/common/tables/heat-database.xml:69(td) ./doc/common/tables/heat-database.xml:73(td) ./doc/common/tables/heat-database.xml:77(td) ./doc/common/tables/heat-database.xml:81(td) ./doc/common/tables/heat-database.xml:85(td) ./doc/common/tables/heat-database.xml:89(td) ./doc/common/tables/heat-database.xml:93(td) ./doc/common/tables/heat-database.xml:97(td) ./doc/common/tables/ceilometer-rabbitmq.xml:21(td) ./doc/common/tables/ceilometer-rabbitmq.xml:25(td) ./doc/common/tables/ceilometer-rabbitmq.xml:29(td) ./doc/common/tables/ceilometer-rabbitmq.xml:33(td) ./doc/common/tables/ceilometer-rabbitmq.xml:37(td) ./doc/common/tables/ceilometer-rabbitmq.xml:41(td) ./doc/common/tables/ceilometer-rabbitmq.xml:61(td) ./doc/common/tables/ceilometer-rabbitmq.xml:65(td) ./doc/common/tables/ceilometer-rabbitmq.xml:69(td) ./doc/common/tables/ceilometer-rabbitmq.xml:73(td) ./doc/common/tables/ceilometer-rabbitmq.xml:77(td) ./doc/common/tables/ceilometer-rabbitmq.xml:81(td) ./doc/common/tables/ceilometer-rabbitmq.xml:85(td) ./doc/common/tables/ceilometer-rabbitmq.xml:89(td) ./doc/common/tables/ceilometer-rabbitmq.xml:93(td) ./doc/common/tables/ceilometer-rabbitmq.xml:97(td) ./doc/common/tables/ceilometer-rabbitmq.xml:101(td) ./doc/common/tables/ceilometer-rabbitmq.xml:105(td) ./doc/common/tables/ceilometer-rabbitmq.xml:109(td) ./doc/common/tables/neutron-ml2.xml:25(td) ./doc/common/tables/neutron-ml2.xml:33(td) ./doc/common/tables/neutron-ml2.xml:41(td) ./doc/common/tables/neutron-ml2.xml:45(td) ./doc/common/tables/neutron-ml2.xml:49(td) ./doc/common/tables/keystone-database.xml:21(td) ./doc/common/tables/keystone-database.xml:25(td) ./doc/common/tables/keystone-database.xml:29(td) ./doc/common/tables/keystone-database.xml:33(td) ./doc/common/tables/keystone-database.xml:37(td) ./doc/common/tables/keystone-database.xml:41(td) ./doc/common/tables/keystone-database.xml:45(td) ./doc/common/tables/keystone-database.xml:49(td) ./doc/common/tables/keystone-database.xml:53(td) ./doc/common/tables/keystone-database.xml:57(td) ./doc/common/tables/keystone-database.xml:61(td) ./doc/common/tables/keystone-database.xml:65(td) ./doc/common/tables/keystone-database.xml:69(td) ./doc/common/tables/keystone-database.xml:73(td) ./doc/common/tables/keystone-database.xml:77(td) ./doc/common/tables/keystone-database.xml:81(td) ./doc/common/tables/keystone-database.xml:85(td) ./doc/common/tables/keystone-database.xml:89(td) ./doc/common/tables/keystone-database.xml:93(td) ./doc/common/tables/keystone-database.xml:97(td) ./doc/common/tables/glance-profiler.xml:21(td) ./doc/common/tables/glance-profiler.xml:25(td) ./doc/common/tables/keystone-memcache.xml:21(td) ./doc/common/tables/keystone-memcache.xml:25(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:25(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:37(td) ./doc/common/tables/trove-debug.xml:21(td) ./doc/common/tables/trove-debug.xml:25(td) ./doc/common/tables/trove-debug.xml:29(td) ./doc/common/tables/trove-debug.xml:33(td) ./doc/common/tables/trove-debug.xml:37(td) ./doc/common/tables/trove-debug.xml:44(td) ./doc/common/tables/trove-debug.xml:48(td) ./doc/common/tables/trove-swift.xml:21(td) ./doc/common/tables/trove-swift.xml:25(td) ./doc/common/tables/trove-swift.xml:29(td) ./doc/common/tables/nova-libvirt.xml:21(td) ./doc/common/tables/nova-libvirt.xml:25(td) ./doc/common/tables/nova-libvirt.xml:32(td) ./doc/common/tables/nova-libvirt.xml:36(td) ./doc/common/tables/nova-libvirt.xml:40(td) ./doc/common/tables/nova-libvirt.xml:48(td) ./doc/common/tables/nova-libvirt.xml:52(td) ./doc/common/tables/nova-libvirt.xml:60(td) ./doc/common/tables/nova-libvirt.xml:68(td) ./doc/common/tables/nova-libvirt.xml:72(td) ./doc/common/tables/nova-libvirt.xml:76(td) ./doc/common/tables/nova-libvirt.xml:84(td) ./doc/common/tables/nova-libvirt.xml:88(td) ./doc/common/tables/nova-libvirt.xml:92(td) ./doc/common/tables/nova-libvirt.xml:96(td) ./doc/common/tables/nova-libvirt.xml:100(td) ./doc/common/tables/nova-libvirt.xml:104(td) ./doc/common/tables/nova-libvirt.xml:108(td) ./doc/common/tables/nova-libvirt.xml:112(td) ./doc/common/tables/nova-libvirt.xml:116(td) ./doc/common/tables/nova-libvirt.xml:120(td) ./doc/common/tables/nova-libvirt.xml:124(td) ./doc/common/tables/nova-libvirt.xml:128(td) ./doc/common/tables/nova-libvirt.xml:132(td) ./doc/common/tables/nova-libvirt.xml:136(td) ./doc/common/tables/nova-libvirt.xml:140(td) ./doc/common/tables/nova-libvirt.xml:144(td) ./doc/common/tables/nova-libvirt.xml:148(td) ./doc/common/tables/nova-libvirt.xml:152(td) ./doc/common/tables/nova-libvirt.xml:156(td) ./doc/common/tables/nova-libvirt.xml:160(td) ./doc/common/tables/nova-libvirt.xml:164(td) ./doc/common/tables/nova-libvirt.xml:172(td) ./doc/common/tables/nova-libvirt.xml:176(td) ./doc/common/tables/nova-libvirt.xml:180(td) ./doc/common/tables/nova-libvirt.xml:184(td) ./doc/common/tables/nova-libvirt.xml:188(td) ./doc/common/tables/nova-libvirt.xml:192(td) ./doc/common/tables/trove-upgrades.xml:21(td) ./doc/common/tables/trove-upgrades.xml:25(td) ./doc/common/tables/trove-upgrades.xml:29(td) ./doc/common/tables/neutron-mlnx.xml:21(td) ./doc/common/tables/neutron-mlnx.xml:25(td) ./doc/common/tables/neutron-mlnx.xml:33(td) ./doc/common/tables/cinder-zoning_manager.xml:21(td) ./doc/common/tables/ceilometer-amqp.xml:21(td) ./doc/common/tables/ceilometer-amqp.xml:25(td) ./doc/common/tables/ceilometer-amqp.xml:29(td) ./doc/common/tables/ceilometer-amqp.xml:33(td) ./doc/common/tables/ceilometer-glance.xml:21(td) ./doc/common/tables/neutron-nova.xml:21(td) ./doc/common/tables/neutron-nova.xml:25(td) ./doc/common/tables/neutron-nova.xml:29(td) ./doc/common/tables/neutron-nova.xml:33(td) ./doc/common/tables/neutron-nova.xml:37(td) ./doc/common/tables/neutron-nova.xml:41(td) ./doc/common/tables/neutron-nova.xml:45(td) ./doc/common/tables/neutron-nova.xml:49(td) ./doc/common/tables/ironic-dhcp.xml:21(td) ./doc/common/tables/neutron-securitygroups.xml:21(td) ./doc/common/tables/neutron-securitygroups.xml:25(td) ./doc/common/tables/neutron-securitygroups.xml:29(td) ./doc/common/tables/neutron-securitygroups.xml:33(td) ./doc/common/tables/neutron-securitygroups.xml:37(td) ./doc/common/tables/neutron-securitygroups.xml:41(td) ./doc/common/tables/keystone-debug.xml:21(td) ./doc/common/tables/keystone-debug.xml:25(td) ./doc/common/tables/keystone-debug.xml:29(td) ./doc/common/tables/keystone-debug.xml:33(td) ./doc/common/tables/keystone-debug.xml:40(td) ./doc/common/tables/nova-debug.xml:21(td) ./doc/common/tables/nova-debug.xml:28(td) ./doc/common/tables/cinder-rootwrap.xml:21(td) ./doc/common/tables/cinder-rootwrap.xml:25(td) ./doc/common/tables/cinder-rootwrap.xml:29(td) ./doc/common/tables/cinder-rootwrap.xml:33(td) ./doc/common/tables/cinder-rootwrap.xml:37(td) +#: ./doc/common/tables/ceilometer-database.xml:21(td) ./doc/common/tables/ceilometer-database.xml:28(td) ./doc/common/tables/ceilometer-database.xml:32(td) ./doc/common/tables/ceilometer-database.xml:36(td) ./doc/common/tables/ceilometer-database.xml:40(td) ./doc/common/tables/ceilometer-database.xml:44(td) ./doc/common/tables/ceilometer-database.xml:48(td) ./doc/common/tables/ceilometer-database.xml:52(td) ./doc/common/tables/ceilometer-database.xml:56(td) ./doc/common/tables/ceilometer-database.xml:60(td) ./doc/common/tables/ceilometer-database.xml:64(td) ./doc/common/tables/ceilometer-database.xml:68(td) ./doc/common/tables/ceilometer-database.xml:72(td) ./doc/common/tables/ceilometer-database.xml:76(td) ./doc/common/tables/ceilometer-database.xml:80(td) ./doc/common/tables/ceilometer-database.xml:84(td) ./doc/common/tables/ceilometer-database.xml:88(td) ./doc/common/tables/ceilometer-database.xml:92(td) ./doc/common/tables/ceilometer-database.xml:96(td) ./doc/common/tables/ceilometer-database.xml:100(td) ./doc/common/tables/ceilometer-database.xml:108(td) ./doc/common/tables/ceilometer-database.xml:112(td) ./doc/common/tables/ceilometer-database.xml:116(td) ./doc/common/tables/ceilometer-database.xml:120(td) ./doc/common/tables/ceilometer-database.xml:124(td) ./doc/common/tables/ceilometer-database.xml:128(td) ./doc/common/tables/ceilometer-database.xml:132(td) ./doc/common/tables/neutron-openvswitch_agent.xml:21(td) ./doc/common/tables/neutron-openvswitch_agent.xml:25(td) ./doc/common/tables/neutron-openvswitch_agent.xml:29(td) ./doc/common/tables/neutron-openvswitch_agent.xml:36(td) ./doc/common/tables/neutron-openvswitch_agent.xml:40(td) ./doc/common/tables/neutron-openvswitch_agent.xml:44(td) ./doc/common/tables/neutron-openvswitch_agent.xml:48(td) ./doc/common/tables/neutron-openvswitch_agent.xml:52(td) ./doc/common/tables/neutron-openvswitch_agent.xml:56(td) ./doc/common/tables/neutron-openvswitch_agent.xml:60(td) ./doc/common/tables/neutron-openvswitch_agent.xml:64(td) ./doc/common/tables/neutron-openvswitch_agent.xml:72(td) ./doc/common/tables/neutron-openvswitch_agent.xml:76(td) ./doc/common/tables/neutron-openvswitch_agent.xml:83(td) ./doc/common/tables/neutron-openvswitch_agent.xml:94(td) ./doc/common/tables/neutron-openvswitch_agent.xml:98(td) ./doc/common/tables/neutron-openvswitch_agent.xml:102(td) ./doc/common/tables/neutron-openvswitch_agent.xml:106(td) ./doc/common/tables/neutron-openvswitch_agent.xml:110(td) ./doc/common/tables/neutron-openvswitch_agent.xml:114(td) ./doc/common/tables/neutron-openvswitch_agent.xml:118(td) ./doc/common/tables/heat-clients.xml:21(td) ./doc/common/tables/heat-clients.xml:28(td) ./doc/common/tables/heat-clients.xml:32(td) ./doc/common/tables/heat-clients.xml:36(td) ./doc/common/tables/heat-clients.xml:40(td) ./doc/common/tables/heat-clients.xml:44(td) ./doc/common/tables/cinder-solidfire.xml:21(td) ./doc/common/tables/cinder-solidfire.xml:25(td) ./doc/common/tables/cinder-solidfire.xml:29(td) ./doc/common/tables/cinder-solidfire.xml:33(td) ./doc/common/tables/cinder-solidfire.xml:37(td) ./doc/common/tables/cinder-solidfire.xml:41(td) ./doc/common/tables/neutron-rpc.xml:21(td) ./doc/common/tables/neutron-rpc.xml:25(td) ./doc/common/tables/neutron-rpc.xml:29(td) ./doc/common/tables/neutron-rpc.xml:33(td) ./doc/common/tables/neutron-rpc.xml:37(td) ./doc/common/tables/neutron-rpc.xml:41(td) ./doc/common/tables/neutron-rpc.xml:45(td) ./doc/common/tables/neutron-rpc.xml:52(td) ./doc/common/tables/neutron-rpc.xml:59(td) ./doc/common/tables/neutron-rpc.xml:63(td) ./doc/common/tables/neutron-rpc.xml:70(td) ./doc/common/tables/neutron-rpc.xml:74(td) ./doc/common/tables/neutron-rpc.xml:78(td) ./doc/common/tables/neutron-rpc.xml:82(td) ./doc/common/tables/neutron-rpc.xml:86(td) ./doc/common/tables/neutron-rpc.xml:90(td) ./doc/common/tables/neutron-rpc.xml:106(td) ./doc/common/tables/neutron-rpc.xml:110(td) ./doc/common/tables/trove-db_percona.xml:21(td) ./doc/common/tables/trove-db_percona.xml:25(td) ./doc/common/tables/trove-db_percona.xml:29(td) ./doc/common/tables/trove-db_percona.xml:33(td) ./doc/common/tables/trove-db_percona.xml:37(td) ./doc/common/tables/trove-db_percona.xml:41(td) ./doc/common/tables/trove-db_percona.xml:45(td) ./doc/common/tables/trove-db_percona.xml:49(td) ./doc/common/tables/trove-db_percona.xml:53(td) ./doc/common/tables/trove-db_percona.xml:57(td) ./doc/common/tables/trove-db_percona.xml:61(td) ./doc/common/tables/trove-db_percona.xml:65(td) ./doc/common/tables/trove-db_percona.xml:73(td) ./doc/common/tables/trove-db_percona.xml:77(td) ./doc/common/tables/nova-periodic.xml:21(td) ./doc/common/tables/nova-periodic.xml:25(td) ./doc/common/tables/nova-periodic.xml:29(td) ./doc/common/tables/ironic-redis.xml:21(td) ./doc/common/tables/ironic-redis.xml:25(td) ./doc/common/tables/ironic-redis.xml:29(td) ./doc/common/tables/ironic-redis.xml:36(td) ./doc/common/tables/keystone-auth.xml:21(td) ./doc/common/tables/keystone-auth.xml:25(td) ./doc/common/tables/keystone-auth.xml:29(td) ./doc/common/tables/keystone-auth.xml:33(td) ./doc/common/tables/keystone-auth.xml:37(td) ./doc/common/tables/keystone-policy.xml:21(td) ./doc/common/tables/keystone-policy.xml:25(td) ./doc/common/tables/keystone-policy.xml:29(td) ./doc/common/tables/keystone-policy.xml:36(td) ./doc/common/tables/keystone-policy.xml:40(td) ./doc/common/tables/glance-auth_token.xml:21(td) ./doc/common/tables/glance-auth_token.xml:25(td) ./doc/common/tables/glance-auth_token.xml:29(td) ./doc/common/tables/glance-auth_token.xml:33(td) ./doc/common/tables/glance-auth_token.xml:41(td) ./doc/common/tables/glance-auth_token.xml:45(td) ./doc/common/tables/glance-auth_token.xml:49(td) ./doc/common/tables/glance-auth_token.xml:53(td) ./doc/common/tables/glance-auth_token.xml:57(td) ./doc/common/tables/glance-auth_token.xml:61(td) ./doc/common/tables/glance-auth_token.xml:65(td) ./doc/common/tables/glance-auth_token.xml:69(td) ./doc/common/tables/glance-auth_token.xml:73(td) ./doc/common/tables/glance-auth_token.xml:77(td) ./doc/common/tables/glance-auth_token.xml:81(td) ./doc/common/tables/glance-auth_token.xml:85(td) ./doc/common/tables/glance-auth_token.xml:89(td) ./doc/common/tables/glance-auth_token.xml:93(td) ./doc/common/tables/glance-auth_token.xml:97(td) ./doc/common/tables/glance-auth_token.xml:101(td) ./doc/common/tables/glance-auth_token.xml:105(td) ./doc/common/tables/glance-auth_token.xml:109(td) ./doc/common/tables/glance-auth_token.xml:113(td) ./doc/common/tables/glance-auth_token.xml:117(td) ./doc/common/tables/glance-auth_token.xml:121(td) ./doc/common/tables/glance-auth_token.xml:125(td) ./doc/common/tables/glance-auth_token.xml:129(td) ./doc/common/tables/glance-auth_token.xml:133(td) ./doc/common/tables/glance-auth_token.xml:137(td) ./doc/common/tables/glance-auth_token.xml:141(td) ./doc/common/tables/glance-auth_token.xml:145(td) ./doc/common/tables/glance-auth_token.xml:149(td) ./doc/common/tables/glance-auth_token.xml:153(td) ./doc/common/tables/glance-auth_token.xml:157(td) ./doc/common/tables/glance-auth_token.xml:161(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:21(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:25(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:29(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:33(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:37(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:41(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:45(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:49(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:53(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:57(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:61(td) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:65(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:21(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:25(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:29(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:33(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:37(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:41(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:45(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:49(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:53(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:57(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:61(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:65(td) ./doc/common/tables/cinder-nimble.xml:21(td) ./doc/common/tables/cinder-nimble.xml:25(td) ./doc/common/tables/keystone-testing.xml:21(td) ./doc/common/tables/swift-container-server-container-sync.xml:20(td) ./doc/common/tables/swift-container-server-container-sync.xml:24(td) ./doc/common/tables/swift-container-server-container-sync.xml:28(td) ./doc/common/tables/swift-container-server-container-sync.xml:32(td) ./doc/common/tables/swift-container-server-container-sync.xml:36(td) ./doc/common/tables/swift-container-server-container-sync.xml:40(td) ./doc/common/tables/swift-container-server-container-sync.xml:44(td) ./doc/common/tables/swift-container-server-container-sync.xml:48(td) ./doc/common/tables/swift-container-server-container-sync.xml:52(td) ./doc/common/tables/swift-container-server-container-sync.xml:56(td) ./doc/common/tables/ironic-seamicro.xml:21(td) ./doc/common/tables/ironic-seamicro.xml:25(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:20(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:28(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:32(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:36(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:40(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:44(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:88(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:92(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:96(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:100(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:104(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:109(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:117(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:121(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:131(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:135(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:145(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:149(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:157(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:161(td) ./doc/common/tables/ceilometer-zaqar.xml:21(td) ./doc/common/tables/cinder-flashsystem.xml:21(td) ./doc/common/tables/cinder-flashsystem.xml:25(td) ./doc/common/tables/cinder-flashsystem.xml:29(td) ./doc/common/tables/neutron-amqp.xml:21(td) ./doc/common/tables/neutron-amqp.xml:25(td) ./doc/common/tables/neutron-amqp.xml:29(td) ./doc/common/tables/neutron-amqp.xml:33(td) ./doc/common/tables/cinder-qpid.xml:21(td) ./doc/common/tables/cinder-qpid.xml:25(td) ./doc/common/tables/cinder-qpid.xml:29(td) ./doc/common/tables/cinder-qpid.xml:33(td) ./doc/common/tables/cinder-qpid.xml:37(td) ./doc/common/tables/cinder-qpid.xml:45(td) ./doc/common/tables/cinder-qpid.xml:49(td) ./doc/common/tables/cinder-qpid.xml:53(td) ./doc/common/tables/cinder-qpid.xml:61(td) ./doc/common/tables/cinder-qpid.xml:65(td) ./doc/common/tables/cinder-qpid.xml:73(td) ./doc/common/tables/cinder-zoning_fabric.xml:29(td) ./doc/common/tables/cinder-zoning_fabric.xml:37(td) ./doc/common/tables/cinder-zoning_fabric.xml:41(td) ./doc/common/tables/cinder-zoning_fabric.xml:45(td) ./doc/common/tables/cinder-zoning_fabric.xml:49(td) ./doc/common/tables/ceilometer-redis.xml:21(td) ./doc/common/tables/ceilometer-redis.xml:25(td) ./doc/common/tables/ceilometer-redis.xml:29(td) ./doc/common/tables/ceilometer-redis.xml:36(td) ./doc/common/tables/cinder-storage_ceph.xml:21(td) ./doc/common/tables/cinder-storage_ceph.xml:29(td) ./doc/common/tables/cinder-storage_ceph.xml:33(td) ./doc/common/tables/cinder-storage_ceph.xml:37(td) ./doc/common/tables/cinder-storage_ceph.xml:41(td) ./doc/common/tables/cinder-storage_ceph.xml:45(td) ./doc/common/tables/cinder-storage_ceph.xml:49(td) ./doc/common/tables/cinder-storage_ceph.xml:53(td) ./doc/common/tables/ceilometer-vmware.xml:21(td) ./doc/common/tables/ceilometer-vmware.xml:33(td) ./doc/common/tables/ceilometer-vmware.xml:41(td) ./doc/common/tables/ceilometer-vmware.xml:45(td) ./doc/common/tables/neutron-cisco.xml:21(td) ./doc/common/tables/neutron-cisco.xml:25(td) ./doc/common/tables/neutron-cisco.xml:29(td) ./doc/common/tables/neutron-cisco.xml:33(td) ./doc/common/tables/neutron-cisco.xml:37(td) ./doc/common/tables/neutron-cisco.xml:41(td) ./doc/common/tables/neutron-cisco.xml:45(td) ./doc/common/tables/neutron-cisco.xml:56(td) ./doc/common/tables/neutron-cisco.xml:60(td) ./doc/common/tables/neutron-cisco.xml:64(td) ./doc/common/tables/neutron-cisco.xml:68(td) ./doc/common/tables/neutron-cisco.xml:72(td) ./doc/common/tables/neutron-cisco.xml:76(td) ./doc/common/tables/neutron-cisco.xml:80(td) ./doc/common/tables/neutron-cisco.xml:84(td) ./doc/common/tables/neutron-cisco.xml:88(td) ./doc/common/tables/neutron-cisco.xml:92(td) ./doc/common/tables/neutron-cisco.xml:96(td) ./doc/common/tables/neutron-cisco.xml:100(td) ./doc/common/tables/neutron-cisco.xml:104(td) ./doc/common/tables/neutron-cisco.xml:108(td) ./doc/common/tables/neutron-cisco.xml:115(td) ./doc/common/tables/neutron-cisco.xml:119(td) ./doc/common/tables/neutron-cisco.xml:126(td) ./doc/common/tables/neutron-cisco.xml:130(td) ./doc/common/tables/neutron-cisco.xml:134(td) ./doc/common/tables/neutron-cisco.xml:138(td) ./doc/common/tables/neutron-cisco.xml:142(td) ./doc/common/tables/neutron-cisco.xml:146(td) ./doc/common/tables/neutron-cisco.xml:150(td) ./doc/common/tables/neutron-cisco.xml:154(td) ./doc/common/tables/neutron-cisco.xml:161(td) ./doc/common/tables/neutron-cisco.xml:165(td) ./doc/common/tables/neutron-cisco.xml:169(td) ./doc/common/tables/neutron-cisco.xml:173(td) ./doc/common/tables/neutron-cisco.xml:177(td) ./doc/common/tables/neutron-cisco.xml:181(td) ./doc/common/tables/neutron-cisco.xml:185(td) ./doc/common/tables/neutron-cisco.xml:189(td) ./doc/common/tables/nova-testing.xml:21(td) ./doc/common/tables/nova-testing.xml:25(td) ./doc/common/tables/nova-testing.xml:29(td) ./doc/common/tables/nova-testing.xml:33(td) ./doc/common/tables/nova-metadata.xml:21(td) ./doc/common/tables/nova-metadata.xml:25(td) ./doc/common/tables/nova-metadata.xml:29(td) ./doc/common/tables/nova-metadata.xml:33(td) ./doc/common/tables/nova-metadata.xml:37(td) ./doc/common/tables/nova-metadata.xml:41(td) ./doc/common/tables/nova-metadata.xml:45(td) ./doc/common/tables/nova-metadata.xml:49(td) ./doc/common/tables/nova-metadata.xml:53(td) ./doc/common/tables/heat-clients_nova.xml:21(td) ./doc/common/tables/heat-clients_nova.xml:25(td) ./doc/common/tables/heat-clients_nova.xml:29(td) ./doc/common/tables/heat-clients_nova.xml:33(td) ./doc/common/tables/heat-clients_nova.xml:37(td) ./doc/common/tables/heat-clients_nova.xml:41(td) ./doc/common/tables/cinder-hp3par.xml:25(td) ./doc/common/tables/cinder-hp3par.xml:33(td) ./doc/common/tables/cinder-hp3par.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:49(td) ./doc/common/tables/glance-ca.xml:21(td) ./doc/common/tables/glance-ca.xml:25(td) ./doc/common/tables/glance-ca.xml:29(td) ./doc/common/tables/neutron-scheduler.xml:21(td) ./doc/common/tables/neutron-scheduler.xml:25(td) ./doc/common/tables/neutron-scheduler.xml:29(td) ./doc/common/tables/neutron-scheduler.xml:33(td) ./doc/common/tables/neutron-scheduler.xml:37(td) ./doc/common/tables/glance-rbd.xml:21(td) ./doc/common/tables/glance-rbd.xml:25(td) ./doc/common/tables/glance-rbd.xml:29(td) ./doc/common/tables/glance-rbd.xml:33(td) ./doc/common/tables/cinder-fusionio.xml:21(td) ./doc/common/tables/cinder-fusionio.xml:25(td) ./doc/common/tables/cinder-fusionio.xml:29(td) ./doc/common/tables/ceilometer-common.xml:21(td) ./doc/common/tables/ceilometer-common.xml:25(td) ./doc/common/tables/ceilometer-common.xml:29(td) ./doc/common/tables/ceilometer-common.xml:33(td) ./doc/common/tables/ceilometer-common.xml:37(td) ./doc/common/tables/ceilometer-common.xml:41(td) ./doc/common/tables/ceilometer-common.xml:45(td) ./doc/common/tables/ceilometer-common.xml:49(td) ./doc/common/tables/ceilometer-common.xml:53(td) ./doc/common/tables/ceilometer-common.xml:60(td) ./doc/common/tables/ceilometer-common.xml:67(td) ./doc/common/tables/ceilometer-common.xml:71(td) ./doc/common/tables/ceilometer-common.xml:75(td) ./doc/common/tables/ceilometer-common.xml:82(td) ./doc/common/tables/ceilometer-common.xml:89(td) ./doc/common/tables/cinder-pure.xml:21(td) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:20(td) ./doc/common/tables/cinder-database.xml:21(td) ./doc/common/tables/cinder-database.xml:28(td) ./doc/common/tables/cinder-database.xml:32(td) ./doc/common/tables/cinder-database.xml:36(td) ./doc/common/tables/cinder-database.xml:40(td) ./doc/common/tables/cinder-database.xml:44(td) ./doc/common/tables/cinder-database.xml:48(td) ./doc/common/tables/cinder-database.xml:52(td) ./doc/common/tables/cinder-database.xml:56(td) ./doc/common/tables/cinder-database.xml:60(td) ./doc/common/tables/cinder-database.xml:64(td) ./doc/common/tables/cinder-database.xml:68(td) ./doc/common/tables/cinder-database.xml:72(td) ./doc/common/tables/cinder-database.xml:76(td) ./doc/common/tables/cinder-database.xml:80(td) ./doc/common/tables/cinder-database.xml:84(td) ./doc/common/tables/cinder-database.xml:88(td) ./doc/common/tables/cinder-database.xml:92(td) ./doc/common/tables/cinder-database.xml:96(td) ./doc/common/tables/cinder-database.xml:100(td) ./doc/common/tables/cinder-database.xml:104(td) ./doc/common/tables/cinder-database.xml:108(td) ./doc/common/tables/trove-db_vertica.xml:21(td) ./doc/common/tables/trove-db_vertica.xml:25(td) ./doc/common/tables/trove-db_vertica.xml:29(td) ./doc/common/tables/trove-db_vertica.xml:33(td) ./doc/common/tables/trove-db_vertica.xml:37(td) ./doc/common/tables/trove-db_vertica.xml:41(td) ./doc/common/tables/trove-db_vertica.xml:45(td) ./doc/common/tables/trove-db_vertica.xml:49(td) ./doc/common/tables/trove-db_vertica.xml:53(td) ./doc/common/tables/trove-db_vertica.xml:57(td) ./doc/common/tables/trove-db_vertica.xml:61(td) ./doc/common/tables/trove-db_vertica.xml:65(td) ./doc/common/tables/trove-db_vertica.xml:69(td) ./doc/common/tables/trove-db_vertica.xml:73(td) ./doc/common/tables/trove-db_vertica.xml:77(td) ./doc/common/tables/trove-db_vertica.xml:81(td) ./doc/common/tables/ceilometer-logging.xml:21(td) ./doc/common/tables/ceilometer-logging.xml:25(td) ./doc/common/tables/ceilometer-logging.xml:29(td) ./doc/common/tables/ceilometer-logging.xml:33(td) ./doc/common/tables/ceilometer-logging.xml:37(td) ./doc/common/tables/ceilometer-logging.xml:41(td) ./doc/common/tables/ceilometer-logging.xml:45(td) ./doc/common/tables/ceilometer-logging.xml:49(td) ./doc/common/tables/ceilometer-logging.xml:53(td) ./doc/common/tables/ceilometer-logging.xml:57(td) ./doc/common/tables/ceilometer-logging.xml:61(td) ./doc/common/tables/ceilometer-logging.xml:65(td) ./doc/common/tables/ceilometer-logging.xml:69(td) ./doc/common/tables/ceilometer-logging.xml:73(td) ./doc/common/tables/ceilometer-logging.xml:77(td) ./doc/common/tables/ceilometer-logging.xml:81(td) ./doc/common/tables/ceilometer-logging.xml:85(td) ./doc/common/tables/ceilometer-logging.xml:89(td) ./doc/common/tables/ceilometer-logging.xml:93(td) ./doc/common/tables/ceilometer-logging.xml:97(td) ./doc/common/tables/heat-common.xml:21(td) ./doc/common/tables/heat-common.xml:25(td) ./doc/common/tables/heat-common.xml:29(td) ./doc/common/tables/heat-common.xml:33(td) ./doc/common/tables/heat-common.xml:37(td) ./doc/common/tables/heat-common.xml:41(td) ./doc/common/tables/heat-common.xml:45(td) ./doc/common/tables/heat-common.xml:49(td) ./doc/common/tables/heat-common.xml:53(td) ./doc/common/tables/heat-common.xml:57(td) ./doc/common/tables/heat-common.xml:61(td) ./doc/common/tables/heat-common.xml:65(td) ./doc/common/tables/heat-common.xml:69(td) ./doc/common/tables/heat-common.xml:76(td) ./doc/common/tables/heat-common.xml:83(td) ./doc/common/tables/nova-ipv6.xml:21(td) ./doc/common/tables/nova-ipv6.xml:25(td) ./doc/common/tables/nova-ipv6.xml:29(td) ./doc/common/tables/nova-ipv6.xml:33(td) ./doc/common/tables/sahara-zeromq.xml:21(td) ./doc/common/tables/sahara-zeromq.xml:25(td) ./doc/common/tables/sahara-zeromq.xml:29(td) ./doc/common/tables/sahara-zeromq.xml:33(td) ./doc/common/tables/sahara-zeromq.xml:37(td) ./doc/common/tables/sahara-zeromq.xml:41(td) ./doc/common/tables/sahara-zeromq.xml:45(td) ./doc/common/tables/ironic-rabbitmq.xml:21(td) ./doc/common/tables/ironic-rabbitmq.xml:25(td) ./doc/common/tables/ironic-rabbitmq.xml:29(td) ./doc/common/tables/ironic-rabbitmq.xml:33(td) ./doc/common/tables/ironic-rabbitmq.xml:37(td) ./doc/common/tables/ironic-rabbitmq.xml:41(td) ./doc/common/tables/ironic-rabbitmq.xml:61(td) ./doc/common/tables/ironic-rabbitmq.xml:65(td) ./doc/common/tables/ironic-rabbitmq.xml:69(td) ./doc/common/tables/ironic-rabbitmq.xml:73(td) ./doc/common/tables/ironic-rabbitmq.xml:77(td) ./doc/common/tables/ironic-rabbitmq.xml:81(td) ./doc/common/tables/ironic-rabbitmq.xml:85(td) ./doc/common/tables/ironic-rabbitmq.xml:89(td) ./doc/common/tables/ironic-rabbitmq.xml:93(td) ./doc/common/tables/ironic-rabbitmq.xml:97(td) ./doc/common/tables/ironic-rabbitmq.xml:101(td) ./doc/common/tables/ironic-rabbitmq.xml:105(td) ./doc/common/tables/ironic-rabbitmq.xml:109(td) ./doc/common/tables/nova-vnc.xml:21(td) ./doc/common/tables/nova-vnc.xml:25(td) ./doc/common/tables/nova-vnc.xml:29(td) ./doc/common/tables/nova-vnc.xml:33(td) ./doc/common/tables/nova-vnc.xml:37(td) ./doc/common/tables/nova-vnc.xml:41(td) ./doc/common/tables/nova-vnc.xml:45(td) ./doc/common/tables/nova-vnc.xml:49(td) ./doc/common/tables/nova-vnc.xml:53(td) ./doc/common/tables/nova-vnc.xml:57(td) ./doc/common/tables/nova-vnc.xml:61(td) ./doc/common/tables/nova-vnc.xml:65(td) ./doc/common/tables/nova-vnc.xml:69(td) ./doc/common/tables/nova-vnc.xml:76(td) ./doc/common/tables/nova-vnc.xml:80(td) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:20(td) ./doc/common/tables/trove-qpid.xml:21(td) ./doc/common/tables/trove-qpid.xml:25(td) ./doc/common/tables/trove-qpid.xml:29(td) ./doc/common/tables/trove-qpid.xml:33(td) ./doc/common/tables/trove-qpid.xml:37(td) ./doc/common/tables/trove-qpid.xml:45(td) ./doc/common/tables/trove-qpid.xml:49(td) ./doc/common/tables/trove-qpid.xml:53(td) ./doc/common/tables/trove-qpid.xml:61(td) ./doc/common/tables/trove-qpid.xml:65(td) ./doc/common/tables/trove-qpid.xml:73(td) ./doc/common/tables/cinder-xio.xml:21(td) ./doc/common/tables/cinder-xio.xml:25(td) ./doc/common/tables/cinder-xio.xml:29(td) ./doc/common/tables/cinder-xio.xml:33(td) ./doc/common/tables/cinder-xio.xml:37(td) ./doc/common/tables/cinder-xio.xml:41(td) ./doc/common/tables/keystone-api.xml:21(td) ./doc/common/tables/keystone-api.xml:25(td) ./doc/common/tables/keystone-api.xml:29(td) ./doc/common/tables/keystone-api.xml:33(td) ./doc/common/tables/keystone-api.xml:37(td) ./doc/common/tables/keystone-api.xml:41(td) ./doc/common/tables/keystone-api.xml:45(td) ./doc/common/tables/keystone-api.xml:49(td) ./doc/common/tables/keystone-api.xml:53(td) ./doc/common/tables/keystone-api.xml:57(td) ./doc/common/tables/keystone-api.xml:61(td) ./doc/common/tables/keystone-api.xml:65(td) ./doc/common/tables/keystone-api.xml:69(td) ./doc/common/tables/keystone-api.xml:76(td) ./doc/common/tables/keystone-api.xml:80(td) ./doc/common/tables/keystone-api.xml:87(td) ./doc/common/tables/keystone-api.xml:94(td) ./doc/common/tables/keystone-api.xml:98(td) ./doc/common/tables/keystone-api.xml:102(td) ./doc/common/tables/keystone-api.xml:106(td) ./doc/common/tables/keystone-api.xml:110(td) ./doc/common/tables/keystone-api.xml:114(td) ./doc/common/tables/keystone-api.xml:118(td) ./doc/common/tables/keystone-api.xml:122(td) ./doc/common/tables/keystone-api.xml:129(td) ./doc/common/tables/keystone-api.xml:136(td) ./doc/common/tables/keystone-api.xml:140(td) ./doc/common/tables/keystone-api.xml:144(td) ./doc/common/tables/keystone-api.xml:148(td) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:20(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:29(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:37(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:41(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:45(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:49(td) ./doc/common/tables/nova-ironic.xml:21(td) ./doc/common/tables/nova-ironic.xml:25(td) ./doc/common/tables/nova-ironic.xml:29(td) ./doc/common/tables/nova-ironic.xml:33(td) ./doc/common/tables/nova-ironic.xml:37(td) ./doc/common/tables/nova-ironic.xml:41(td) ./doc/common/tables/nova-ironic.xml:45(td) ./doc/common/tables/nova-ironic.xml:49(td) ./doc/common/tables/nova-ironic.xml:53(td) ./doc/common/tables/nova-ironic.xml:57(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:21(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:25(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:33(td) ./doc/common/tables/swift-container-server-container-auditor.xml:20(td) ./doc/common/tables/swift-container-server-container-auditor.xml:24(td) ./doc/common/tables/swift-container-server-container-auditor.xml:28(td) ./doc/common/tables/swift-container-server-container-auditor.xml:32(td) ./doc/common/tables/swift-container-server-container-auditor.xml:36(td) ./doc/common/tables/swift-container-server-container-auditor.xml:40(td) ./doc/common/tables/swift-container-server-container-auditor.xml:44(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:20(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:28(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:32(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:36(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:40(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:45(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:53(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:57(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:67(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:71(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:75(td) ./doc/common/tables/glance-rpc.xml:21(td) ./doc/common/tables/glance-rpc.xml:25(td) ./doc/common/tables/glance-rpc.xml:29(td) ./doc/common/tables/glance-rpc.xml:33(td) ./doc/common/tables/glance-rpc.xml:37(td) ./doc/common/tables/glance-rpc.xml:41(td) ./doc/common/tables/glance-rpc.xml:45(td) ./doc/common/tables/glance-rpc.xml:52(td) ./doc/common/tables/glance-rpc.xml:56(td) ./doc/common/tables/glance-rpc.xml:63(td) ./doc/common/tables/glance-rpc.xml:67(td) ./doc/common/tables/glance-rpc.xml:71(td) ./doc/common/tables/glance-rpc.xml:75(td) ./doc/common/tables/glance-rpc.xml:79(td) ./doc/common/tables/glance-rpc.xml:83(td) ./doc/common/tables/glance-rpc.xml:99(td) ./doc/common/tables/glance-rpc.xml:103(td) ./doc/common/tables/neutron-policy.xml:21(td) ./doc/common/tables/neutron-policy.xml:25(td) ./doc/common/tables/neutron-policy.xml:29(td) ./doc/common/tables/neutron-policy.xml:33(td) ./doc/common/tables/glance-database.xml:21(td) ./doc/common/tables/glance-database.xml:25(td) ./doc/common/tables/glance-database.xml:29(td) ./doc/common/tables/glance-database.xml:33(td) ./doc/common/tables/glance-database.xml:37(td) ./doc/common/tables/glance-database.xml:41(td) ./doc/common/tables/glance-database.xml:45(td) ./doc/common/tables/glance-database.xml:49(td) ./doc/common/tables/glance-database.xml:53(td) ./doc/common/tables/glance-database.xml:57(td) ./doc/common/tables/glance-database.xml:61(td) ./doc/common/tables/glance-database.xml:65(td) ./doc/common/tables/glance-database.xml:69(td) ./doc/common/tables/glance-database.xml:73(td) ./doc/common/tables/glance-database.xml:77(td) ./doc/common/tables/glance-database.xml:81(td) ./doc/common/tables/glance-database.xml:85(td) ./doc/common/tables/glance-database.xml:89(td) ./doc/common/tables/glance-database.xml:93(td) ./doc/common/tables/glance-database.xml:97(td) ./doc/common/tables/nova-spice.xml:21(td) ./doc/common/tables/nova-spice.xml:25(td) ./doc/common/tables/nova-spice.xml:29(td) ./doc/common/tables/nova-spice.xml:33(td) ./doc/common/tables/nova-spice.xml:37(td) ./doc/common/tables/nova-spice.xml:41(td) ./doc/common/tables/nova-spice.xml:45(td) ./doc/common/tables/nova-spice.xml:49(td) ./doc/common/tables/heat-clients_heat.xml:21(td) ./doc/common/tables/heat-clients_heat.xml:25(td) ./doc/common/tables/heat-clients_heat.xml:29(td) ./doc/common/tables/heat-clients_heat.xml:33(td) ./doc/common/tables/heat-clients_heat.xml:37(td) ./doc/common/tables/nova-xen.xml:21(td) ./doc/common/tables/nova-xen.xml:25(td) ./doc/common/tables/nova-xen.xml:29(td) ./doc/common/tables/nova-xen.xml:33(td) ./doc/common/tables/nova-xen.xml:37(td) ./doc/common/tables/nova-xen.xml:41(td) ./doc/common/tables/nova-xen.xml:45(td) ./doc/common/tables/nova-xen.xml:52(td) ./doc/common/tables/nova-xen.xml:59(td) ./doc/common/tables/nova-xen.xml:63(td) ./doc/common/tables/nova-xen.xml:67(td) ./doc/common/tables/nova-xen.xml:71(td) ./doc/common/tables/nova-xen.xml:75(td) ./doc/common/tables/nova-xen.xml:79(td) ./doc/common/tables/nova-xen.xml:83(td) ./doc/common/tables/nova-xen.xml:87(td) ./doc/common/tables/nova-xen.xml:91(td) ./doc/common/tables/nova-xen.xml:95(td) ./doc/common/tables/nova-xen.xml:99(td) ./doc/common/tables/nova-xen.xml:103(td) ./doc/common/tables/nova-xen.xml:107(td) ./doc/common/tables/nova-xen.xml:111(td) ./doc/common/tables/nova-xen.xml:115(td) ./doc/common/tables/nova-xen.xml:119(td) ./doc/common/tables/nova-xen.xml:123(td) ./doc/common/tables/nova-xen.xml:127(td) ./doc/common/tables/nova-xen.xml:131(td) ./doc/common/tables/nova-xen.xml:135(td) ./doc/common/tables/nova-xen.xml:139(td) ./doc/common/tables/nova-xen.xml:143(td) ./doc/common/tables/nova-xen.xml:147(td) ./doc/common/tables/nova-xen.xml:151(td) ./doc/common/tables/nova-xen.xml:155(td) ./doc/common/tables/nova-xen.xml:159(td) ./doc/common/tables/nova-xen.xml:163(td) ./doc/common/tables/nova-xen.xml:167(td) ./doc/common/tables/nova-xen.xml:171(td) ./doc/common/tables/nova-xen.xml:175(td) ./doc/common/tables/nova-xen.xml:179(td) ./doc/common/tables/nova-xen.xml:183(td) ./doc/common/tables/nova-xen.xml:187(td) ./doc/common/tables/nova-xen.xml:191(td) ./doc/common/tables/nova-xen.xml:195(td) ./doc/common/tables/nova-xen.xml:199(td) ./doc/common/tables/nova-xen.xml:203(td) ./doc/common/tables/nova-xen.xml:207(td) ./doc/common/tables/nova-xen.xml:211(td) ./doc/common/tables/nova-xen.xml:215(td) ./doc/common/tables/nova-xen.xml:219(td) ./doc/common/tables/nova-xen.xml:223(td) ./doc/common/tables/nova-xen.xml:227(td) ./doc/common/tables/nova-xen.xml:231(td) ./doc/common/tables/nova-xen.xml:235(td) ./doc/common/tables/trove-amqp.xml:21(td) ./doc/common/tables/trove-amqp.xml:25(td) ./doc/common/tables/trove-amqp.xml:29(td) ./doc/common/tables/trove-amqp.xml:33(td) ./doc/common/tables/trove-amqp.xml:37(td) ./doc/common/tables/trove-amqp.xml:41(td) ./doc/common/tables/trove-amqp.xml:45(td) ./doc/common/tables/keystone-common.xml:21(td) ./doc/common/tables/keystone-common.xml:28(td) ./doc/common/tables/ceilometer-auth_token.xml:21(td) ./doc/common/tables/ceilometer-auth_token.xml:25(td) ./doc/common/tables/ceilometer-auth_token.xml:29(td) ./doc/common/tables/ceilometer-auth_token.xml:33(td) ./doc/common/tables/ceilometer-auth_token.xml:41(td) ./doc/common/tables/ceilometer-auth_token.xml:45(td) ./doc/common/tables/ceilometer-auth_token.xml:49(td) ./doc/common/tables/ceilometer-auth_token.xml:53(td) ./doc/common/tables/ceilometer-auth_token.xml:57(td) ./doc/common/tables/ceilometer-auth_token.xml:61(td) ./doc/common/tables/ceilometer-auth_token.xml:65(td) ./doc/common/tables/ceilometer-auth_token.xml:69(td) ./doc/common/tables/ceilometer-auth_token.xml:73(td) ./doc/common/tables/ceilometer-auth_token.xml:77(td) ./doc/common/tables/ceilometer-auth_token.xml:81(td) ./doc/common/tables/ceilometer-auth_token.xml:85(td) ./doc/common/tables/ceilometer-auth_token.xml:89(td) ./doc/common/tables/ceilometer-auth_token.xml:93(td) ./doc/common/tables/ceilometer-auth_token.xml:97(td) ./doc/common/tables/ceilometer-auth_token.xml:101(td) ./doc/common/tables/ceilometer-auth_token.xml:105(td) ./doc/common/tables/ceilometer-auth_token.xml:109(td) ./doc/common/tables/ceilometer-auth_token.xml:113(td) ./doc/common/tables/ceilometer-auth_token.xml:117(td) ./doc/common/tables/ceilometer-auth_token.xml:121(td) ./doc/common/tables/ceilometer-auth_token.xml:125(td) ./doc/common/tables/ceilometer-auth_token.xml:129(td) ./doc/common/tables/ceilometer-auth_token.xml:133(td) ./doc/common/tables/ceilometer-auth_token.xml:137(td) ./doc/common/tables/ceilometer-auth_token.xml:141(td) ./doc/common/tables/ceilometer-auth_token.xml:145(td) ./doc/common/tables/ceilometer-auth_token.xml:149(td) ./doc/common/tables/ceilometer-auth_token.xml:153(td) ./doc/common/tables/ceilometer-auth_token.xml:157(td) ./doc/common/tables/ceilometer-auth_token.xml:161(td) ./doc/common/tables/ironic-swift.xml:21(td) ./doc/common/tables/nova-rabbitmq.xml:21(td) ./doc/common/tables/nova-rabbitmq.xml:25(td) ./doc/common/tables/nova-rabbitmq.xml:29(td) ./doc/common/tables/nova-rabbitmq.xml:33(td) ./doc/common/tables/nova-rabbitmq.xml:37(td) ./doc/common/tables/nova-rabbitmq.xml:41(td) ./doc/common/tables/nova-rabbitmq.xml:61(td) ./doc/common/tables/nova-rabbitmq.xml:65(td) ./doc/common/tables/nova-rabbitmq.xml:69(td) ./doc/common/tables/nova-rabbitmq.xml:73(td) ./doc/common/tables/nova-rabbitmq.xml:77(td) ./doc/common/tables/nova-rabbitmq.xml:81(td) ./doc/common/tables/nova-rabbitmq.xml:85(td) ./doc/common/tables/nova-rabbitmq.xml:89(td) ./doc/common/tables/nova-rabbitmq.xml:93(td) ./doc/common/tables/nova-rabbitmq.xml:97(td) ./doc/common/tables/nova-rabbitmq.xml:101(td) ./doc/common/tables/nova-rabbitmq.xml:105(td) ./doc/common/tables/nova-rabbitmq.xml:109(td) ./doc/common/tables/sahara-database.xml:21(td) ./doc/common/tables/sahara-database.xml:28(td) ./doc/common/tables/sahara-database.xml:32(td) ./doc/common/tables/sahara-database.xml:36(td) ./doc/common/tables/sahara-database.xml:40(td) ./doc/common/tables/sahara-database.xml:44(td) ./doc/common/tables/sahara-database.xml:48(td) ./doc/common/tables/sahara-database.xml:52(td) ./doc/common/tables/sahara-database.xml:56(td) ./doc/common/tables/sahara-database.xml:60(td) ./doc/common/tables/sahara-database.xml:64(td) ./doc/common/tables/sahara-database.xml:68(td) ./doc/common/tables/sahara-database.xml:72(td) ./doc/common/tables/sahara-database.xml:76(td) ./doc/common/tables/sahara-database.xml:80(td) ./doc/common/tables/sahara-database.xml:84(td) ./doc/common/tables/sahara-database.xml:88(td) ./doc/common/tables/sahara-database.xml:92(td) ./doc/common/tables/sahara-database.xml:96(td) ./doc/common/tables/sahara-database.xml:100(td) ./doc/common/tables/sahara-database.xml:104(td) ./doc/common/tables/neutron-ml2_cisco.xml:21(td) ./doc/common/tables/neutron-ml2_cisco.xml:28(td) ./doc/common/tables/neutron-ml2_cisco.xml:32(td) ./doc/common/tables/neutron-ml2_cisco.xml:36(td) ./doc/common/tables/neutron-ml2_cisco.xml:40(td) ./doc/common/tables/neutron-ml2_cisco.xml:44(td) ./doc/common/tables/neutron-ml2_cisco.xml:48(td) ./doc/common/tables/neutron-ml2_cisco.xml:52(td) ./doc/common/tables/neutron-ml2_cisco.xml:56(td) ./doc/common/tables/neutron-ml2_cisco.xml:60(td) ./doc/common/tables/neutron-ml2_cisco.xml:64(td) ./doc/common/tables/neutron-ml2_cisco.xml:68(td) ./doc/common/tables/neutron-ml2_cisco.xml:75(td) ./doc/common/tables/neutron-ml2_cisco.xml:79(td) ./doc/common/tables/neutron-ml2_cisco.xml:83(td) ./doc/common/tables/neutron-ml2_cisco.xml:87(td) ./doc/common/tables/neutron-ml2_cisco.xml:91(td) ./doc/common/tables/neutron-ml2_cisco.xml:95(td) ./doc/common/tables/neutron-ml2_cisco.xml:107(td) ./doc/common/tables/neutron-ml2_cisco.xml:111(td) ./doc/common/tables/neutron-ml2_cisco.xml:115(td) ./doc/common/tables/neutron-ml2_cisco.xml:119(td) ./doc/common/tables/neutron-ml2_cisco.xml:123(td) ./doc/common/tables/neutron-ml2_cisco.xml:127(td) ./doc/common/tables/neutron-ml2_cisco.xml:131(td) ./doc/common/tables/neutron-ml2_cisco.xml:135(td) ./doc/common/tables/neutron-ml2_cisco.xml:139(td) ./doc/common/tables/neutron-ml2_cisco.xml:150(td) ./doc/common/tables/neutron-ml2_cisco.xml:154(td) ./doc/common/tables/neutron-ml2_cisco.xml:158(td) ./doc/common/tables/neutron-ml2_cisco.xml:162(td) ./doc/common/tables/neutron-ml2_cisco.xml:166(td) ./doc/common/tables/neutron-ml2_cisco.xml:170(td) ./doc/common/tables/neutron-ml2_cisco.xml:174(td) ./doc/common/tables/neutron-ml2_cisco.xml:178(td) ./doc/common/tables/neutron-ml2_cisco.xml:182(td) ./doc/common/tables/neutron-ml2_cisco.xml:186(td) ./doc/common/tables/neutron-ml2_cisco.xml:190(td) ./doc/common/tables/neutron-ml2_cisco.xml:197(td) ./doc/common/tables/neutron-ml2_cisco.xml:201(td) ./doc/common/tables/neutron-ml2_cisco.xml:205(td) ./doc/common/tables/neutron-ml2_cisco.xml:209(td) ./doc/common/tables/neutron-ml2_cisco.xml:213(td) ./doc/common/tables/nova-policy.xml:21(td) ./doc/common/tables/nova-policy.xml:25(td) ./doc/common/tables/nova-policy.xml:29(td) ./doc/common/tables/nova-policy.xml:33(td) ./doc/common/tables/nova-policy.xml:37(td) ./doc/common/tables/nova-policy.xml:45(td) ./doc/common/tables/nova-policy.xml:49(td) ./doc/common/tables/nova-policy.xml:53(td) ./doc/common/tables/nova-policy.xml:57(td) ./doc/common/tables/nova-policy.xml:61(td) ./doc/common/tables/nova-policy.xml:65(td) ./doc/common/tables/nova-policy.xml:69(td) ./doc/common/tables/nova-policy.xml:73(td) ./doc/common/tables/keystone-identity.xml:21(td) ./doc/common/tables/keystone-identity.xml:25(td) ./doc/common/tables/keystone-identity.xml:29(td) ./doc/common/tables/keystone-identity.xml:33(td) ./doc/common/tables/keystone-identity.xml:37(td) ./doc/common/tables/keystone-identity.xml:41(td) ./doc/common/tables/keystone-identity.xml:45(td) ./doc/common/tables/keystone-identity.xml:49(td) ./doc/common/tables/keystone-identity.xml:53(td) ./doc/common/tables/cinder-cloudbyte.xml:21(td) ./doc/common/tables/cinder-cloudbyte.xml:25(td) ./doc/common/tables/cinder-cloudbyte.xml:29(td) ./doc/common/tables/cinder-cloudbyte.xml:33(td) ./doc/common/tables/cinder-cloudbyte.xml:37(td) ./doc/common/tables/cinder-cloudbyte.xml:41(td) ./doc/common/tables/cinder-cloudbyte.xml:45(td) ./doc/common/tables/ceilometer-inspector.xml:21(td) ./doc/common/tables/ceilometer-inspector.xml:25(td) ./doc/common/tables/cinder-scheduler.xml:21(td) ./doc/common/tables/cinder-scheduler.xml:25(td) ./doc/common/tables/cinder-scheduler.xml:29(td) ./doc/common/tables/cinder-scheduler.xml:33(td) ./doc/common/tables/cinder-scheduler.xml:37(td) ./doc/common/tables/cinder-scheduler.xml:41(td) ./doc/common/tables/cinder-scheduler.xml:49(td) ./doc/common/tables/cinder-scheduler.xml:53(td) ./doc/common/tables/cinder-scheduler.xml:57(td) ./doc/common/tables/trove-db_cassandra.xml:21(td) ./doc/common/tables/trove-db_cassandra.xml:25(td) ./doc/common/tables/trove-db_cassandra.xml:29(td) ./doc/common/tables/trove-db_cassandra.xml:33(td) ./doc/common/tables/trove-db_cassandra.xml:37(td) ./doc/common/tables/trove-db_cassandra.xml:41(td) ./doc/common/tables/trove-db_cassandra.xml:45(td) ./doc/common/tables/trove-db_cassandra.xml:49(td) ./doc/common/tables/trove-db_cassandra.xml:57(td) ./doc/common/tables/ceilometer-concurrency.xml:21(td) ./doc/common/tables/ceilometer-concurrency.xml:25(td) ./doc/common/tables/neutron-logging.xml:21(td) ./doc/common/tables/neutron-logging.xml:25(td) ./doc/common/tables/neutron-logging.xml:29(td) ./doc/common/tables/neutron-logging.xml:33(td) ./doc/common/tables/neutron-logging.xml:37(td) ./doc/common/tables/neutron-logging.xml:41(td) ./doc/common/tables/neutron-logging.xml:45(td) ./doc/common/tables/neutron-logging.xml:49(td) ./doc/common/tables/neutron-logging.xml:53(td) ./doc/common/tables/neutron-logging.xml:57(td) ./doc/common/tables/neutron-logging.xml:61(td) ./doc/common/tables/neutron-logging.xml:65(td) ./doc/common/tables/neutron-logging.xml:69(td) ./doc/common/tables/neutron-logging.xml:73(td) ./doc/common/tables/neutron-logging.xml:77(td) ./doc/common/tables/neutron-logging.xml:81(td) ./doc/common/tables/neutron-logging.xml:85(td) ./doc/common/tables/neutron-logging.xml:89(td) ./doc/common/tables/neutron-logging.xml:93(td) ./doc/common/tables/neutron-logging.xml:97(td) ./doc/common/tables/neutron-logging.xml:101(td) ./doc/common/tables/neutron-logging.xml:105(td) ./doc/common/tables/neutron-logging.xml:109(td) ./doc/common/tables/neutron-logging.xml:113(td) ./doc/common/tables/neutron-logging.xml:117(td) ./doc/common/tables/neutron-logging.xml:121(td) ./doc/common/tables/neutron-logging.xml:125(td) ./doc/common/tables/neutron-logging.xml:129(td) ./doc/common/tables/neutron-logging.xml:133(td) ./doc/common/tables/nova-availabilityzones.xml:21(td) ./doc/common/tables/nova-availabilityzones.xml:25(td) ./doc/common/tables/nova-availabilityzones.xml:29(td) ./doc/common/tables/keystone-catalog.xml:21(td) ./doc/common/tables/keystone-catalog.xml:25(td) ./doc/common/tables/keystone-catalog.xml:29(td) ./doc/common/tables/keystone-catalog.xml:33(td) ./doc/common/tables/keystone-catalog.xml:37(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:21(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:25(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:29(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:33(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:37(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:41(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:45(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:49(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:53(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:57(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:61(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:65(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:21(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:25(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:29(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:33(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:37(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:41(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:45(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:49(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:53(td) ./doc/common/tables/neutron-ml2_fslsdn.xml:57(td) ./doc/common/tables/neutron-rootwrap.xml:21(td) ./doc/common/tables/neutron-rootwrap.xml:25(td) ./doc/common/tables/neutron-rootwrap.xml:29(td) ./doc/common/tables/neutron-rootwrap.xml:33(td) ./doc/common/tables/neutron-rootwrap.xml:37(td) ./doc/common/tables/neutron-rootwrap.xml:44(td) ./doc/common/tables/neutron-rootwrap.xml:48(td) ./doc/common/tables/neutron-rootwrap.xml:52(td) ./doc/common/tables/cinder-auth.xml:21(td) ./doc/common/tables/swift-swift-swift-constraints.xml:20(td) ./doc/common/tables/swift-swift-swift-constraints.xml:24(td) ./doc/common/tables/swift-swift-swift-constraints.xml:28(td) ./doc/common/tables/swift-swift-swift-constraints.xml:32(td) ./doc/common/tables/swift-swift-swift-constraints.xml:36(td) ./doc/common/tables/swift-swift-swift-constraints.xml:44(td) ./doc/common/tables/swift-swift-swift-constraints.xml:53(td) ./doc/common/tables/swift-swift-swift-constraints.xml:58(td) ./doc/common/tables/swift-swift-swift-constraints.xml:63(td) ./doc/common/tables/swift-swift-swift-constraints.xml:68(td) ./doc/common/tables/swift-swift-swift-constraints.xml:72(td) ./doc/common/tables/swift-swift-swift-constraints.xml:77(td) ./doc/common/tables/heat-qpid.xml:21(td) ./doc/common/tables/heat-qpid.xml:25(td) ./doc/common/tables/heat-qpid.xml:29(td) ./doc/common/tables/heat-qpid.xml:33(td) ./doc/common/tables/heat-qpid.xml:37(td) ./doc/common/tables/heat-qpid.xml:45(td) ./doc/common/tables/heat-qpid.xml:49(td) ./doc/common/tables/heat-qpid.xml:53(td) ./doc/common/tables/heat-qpid.xml:61(td) ./doc/common/tables/heat-qpid.xml:65(td) ./doc/common/tables/heat-qpid.xml:73(td) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:44(td) ./doc/common/tables/cinder-rabbitmq.xml:21(td) ./doc/common/tables/cinder-rabbitmq.xml:25(td) ./doc/common/tables/cinder-rabbitmq.xml:29(td) ./doc/common/tables/cinder-rabbitmq.xml:33(td) ./doc/common/tables/cinder-rabbitmq.xml:37(td) ./doc/common/tables/cinder-rabbitmq.xml:41(td) ./doc/common/tables/cinder-rabbitmq.xml:61(td) ./doc/common/tables/cinder-rabbitmq.xml:65(td) ./doc/common/tables/cinder-rabbitmq.xml:69(td) ./doc/common/tables/cinder-rabbitmq.xml:73(td) ./doc/common/tables/cinder-rabbitmq.xml:77(td) ./doc/common/tables/cinder-rabbitmq.xml:81(td) ./doc/common/tables/cinder-rabbitmq.xml:85(td) ./doc/common/tables/cinder-rabbitmq.xml:89(td) ./doc/common/tables/cinder-rabbitmq.xml:93(td) ./doc/common/tables/cinder-rabbitmq.xml:97(td) ./doc/common/tables/cinder-rabbitmq.xml:101(td) ./doc/common/tables/cinder-rabbitmq.xml:105(td) ./doc/common/tables/cinder-rabbitmq.xml:109(td) ./doc/common/tables/nova-zookeeper.xml:21(td) ./doc/common/tables/nova-zookeeper.xml:25(td) ./doc/common/tables/nova-zookeeper.xml:29(td) ./doc/common/tables/nova-zookeeper.xml:33(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:25(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:29(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:41(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:45(td) ./doc/common/tables/keystone-ca.xml:21(td) ./doc/common/tables/keystone-ca.xml:25(td) ./doc/common/tables/keystone-ca.xml:29(td) ./doc/common/tables/keystone-ca.xml:33(td) ./doc/common/tables/keystone-ca.xml:37(td) ./doc/common/tables/keystone-ca.xml:44(td) ./doc/common/tables/keystone-ca.xml:48(td) ./doc/common/tables/keystone-ca.xml:52(td) ./doc/common/tables/keystone-ca.xml:56(td) ./doc/common/tables/keystone-ca.xml:60(td) ./doc/common/tables/keystone-ca.xml:64(td) ./doc/common/tables/keystone-ca.xml:68(td) ./doc/common/tables/keystone-ca.xml:75(td) ./doc/common/tables/keystone-ca.xml:79(td) ./doc/common/tables/keystone-ca.xml:83(td) ./doc/common/tables/keystone-ca.xml:87(td) ./doc/common/tables/ironic-agent.xml:21(td) ./doc/common/tables/ironic-agent.xml:25(td) ./doc/common/tables/ironic-agent.xml:29(td) ./doc/common/tables/ironic-agent.xml:33(td) ./doc/common/tables/ironic-agent.xml:37(td) ./doc/common/tables/ironic-agent.xml:41(td) ./doc/common/tables/ironic-agent.xml:45(td) ./doc/common/tables/nova-keymgr.xml:21(td) ./doc/common/tables/nova-keymgr.xml:25(td) ./doc/common/tables/neutron-auth_token.xml:21(td) ./doc/common/tables/neutron-auth_token.xml:25(td) ./doc/common/tables/neutron-auth_token.xml:29(td) ./doc/common/tables/neutron-auth_token.xml:33(td) ./doc/common/tables/neutron-auth_token.xml:41(td) ./doc/common/tables/neutron-auth_token.xml:45(td) ./doc/common/tables/neutron-auth_token.xml:49(td) ./doc/common/tables/neutron-auth_token.xml:53(td) ./doc/common/tables/neutron-auth_token.xml:57(td) ./doc/common/tables/neutron-auth_token.xml:61(td) ./doc/common/tables/neutron-auth_token.xml:65(td) ./doc/common/tables/neutron-auth_token.xml:69(td) ./doc/common/tables/neutron-auth_token.xml:73(td) ./doc/common/tables/neutron-auth_token.xml:77(td) ./doc/common/tables/neutron-auth_token.xml:81(td) ./doc/common/tables/neutron-auth_token.xml:85(td) ./doc/common/tables/neutron-auth_token.xml:89(td) ./doc/common/tables/neutron-auth_token.xml:93(td) ./doc/common/tables/neutron-auth_token.xml:97(td) ./doc/common/tables/neutron-auth_token.xml:101(td) ./doc/common/tables/neutron-auth_token.xml:105(td) ./doc/common/tables/neutron-auth_token.xml:109(td) ./doc/common/tables/neutron-auth_token.xml:113(td) ./doc/common/tables/neutron-auth_token.xml:117(td) ./doc/common/tables/neutron-auth_token.xml:121(td) ./doc/common/tables/neutron-auth_token.xml:125(td) ./doc/common/tables/neutron-auth_token.xml:129(td) ./doc/common/tables/neutron-auth_token.xml:133(td) ./doc/common/tables/neutron-auth_token.xml:137(td) ./doc/common/tables/neutron-auth_token.xml:141(td) ./doc/common/tables/neutron-auth_token.xml:145(td) ./doc/common/tables/neutron-auth_token.xml:149(td) ./doc/common/tables/neutron-auth_token.xml:153(td) ./doc/common/tables/neutron-auth_token.xml:157(td) ./doc/common/tables/neutron-auth_token.xml:161(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:20(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:24(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:52(td) ./doc/common/tables/cinder-testing.xml:21(td) ./doc/common/tables/nova-ldap.xml:21(td) ./doc/common/tables/nova-ldap.xml:25(td) ./doc/common/tables/nova-ldap.xml:29(td) ./doc/common/tables/nova-ldap.xml:33(td) ./doc/common/tables/nova-ldap.xml:37(td) ./doc/common/tables/nova-ldap.xml:41(td) ./doc/common/tables/nova-ldap.xml:45(td) ./doc/common/tables/nova-ldap.xml:49(td) ./doc/common/tables/nova-ldap.xml:53(td) ./doc/common/tables/nova-ldap.xml:57(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:21(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:25(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:29(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:33(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:37(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:41(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:45(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:49(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:53(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:57(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:61(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:65(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:69(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:73(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:77(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:81(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:85(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:89(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:93(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:97(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:101(td) ./doc/common/tables/sahara-ca.xml:21(td) ./doc/common/tables/sahara-ca.xml:25(td) ./doc/common/tables/sahara-ca.xml:29(td) ./doc/common/tables/swift-container-server-filter-recon.xml:20(td) ./doc/common/tables/swift-container-server-filter-recon.xml:24(td) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:20(td) ./doc/common/tables/ceilometer-auth.xml:21(td) ./doc/common/tables/ceilometer-auth.xml:25(td) ./doc/common/tables/ceilometer-auth.xml:29(td) ./doc/common/tables/ceilometer-auth.xml:33(td) ./doc/common/tables/ceilometer-auth.xml:37(td) ./doc/common/tables/ceilometer-auth.xml:41(td) ./doc/common/tables/ceilometer-auth.xml:49(td) ./doc/common/tables/ceilometer-auth.xml:53(td) ./doc/common/tables/cinder-quota.xml:21(td) ./doc/common/tables/cinder-quota.xml:25(td) ./doc/common/tables/cinder-quota.xml:29(td) ./doc/common/tables/cinder-quota.xml:33(td) ./doc/common/tables/cinder-quota.xml:37(td) ./doc/common/tables/cinder-quota.xml:41(td) ./doc/common/tables/cinder-quota.xml:45(td) ./doc/common/tables/cinder-quota.xml:49(td) ./doc/common/tables/cinder-quota.xml:53(td) ./doc/common/tables/cinder-quota.xml:57(td) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:20(td) ./doc/common/tables/keystone-os_inherit.xml:21(td) ./doc/common/tables/ironic-rpc.xml:21(td) ./doc/common/tables/ironic-rpc.xml:25(td) ./doc/common/tables/ironic-rpc.xml:29(td) ./doc/common/tables/ironic-rpc.xml:33(td) ./doc/common/tables/ironic-rpc.xml:37(td) ./doc/common/tables/ironic-rpc.xml:41(td) ./doc/common/tables/ironic-rpc.xml:48(td) ./doc/common/tables/ironic-rpc.xml:52(td) ./doc/common/tables/ironic-rpc.xml:59(td) ./doc/common/tables/ironic-rpc.xml:63(td) ./doc/common/tables/ironic-rpc.xml:67(td) ./doc/common/tables/ironic-rpc.xml:71(td) ./doc/common/tables/ironic-rpc.xml:75(td) ./doc/common/tables/ironic-rpc.xml:79(td) ./doc/common/tables/ironic-rpc.xml:95(td) ./doc/common/tables/ironic-rpc.xml:99(td) ./doc/common/tables/neutron-sdnve.xml:21(td) ./doc/common/tables/neutron-sdnve.xml:25(td) ./doc/common/tables/neutron-sdnve.xml:29(td) ./doc/common/tables/neutron-sdnve.xml:33(td) ./doc/common/tables/neutron-sdnve.xml:37(td) ./doc/common/tables/neutron-sdnve.xml:41(td) ./doc/common/tables/neutron-sdnve.xml:49(td) ./doc/common/tables/neutron-sdnve.xml:53(td) ./doc/common/tables/neutron-sdnve.xml:57(td) ./doc/common/tables/neutron-sdnve.xml:61(td) ./doc/common/tables/neutron-sdnve.xml:65(td) ./doc/common/tables/neutron-sdnve.xml:69(td) ./doc/common/tables/neutron-sdnve.xml:73(td) ./doc/common/tables/neutron-sdnve.xml:77(td) ./doc/common/tables/neutron-sdnve.xml:84(td) ./doc/common/tables/neutron-sdnve.xml:88(td) ./doc/common/tables/nova-compute.xml:21(td) ./doc/common/tables/nova-compute.xml:25(td) ./doc/common/tables/nova-compute.xml:29(td) ./doc/common/tables/nova-compute.xml:37(td) ./doc/common/tables/nova-compute.xml:41(td) ./doc/common/tables/nova-compute.xml:45(td) ./doc/common/tables/nova-compute.xml:49(td) ./doc/common/tables/nova-compute.xml:53(td) ./doc/common/tables/nova-compute.xml:57(td) ./doc/common/tables/nova-compute.xml:61(td) ./doc/common/tables/nova-compute.xml:65(td) ./doc/common/tables/nova-compute.xml:69(td) ./doc/common/tables/nova-compute.xml:73(td) ./doc/common/tables/nova-compute.xml:77(td) ./doc/common/tables/nova-compute.xml:81(td) ./doc/common/tables/nova-compute.xml:85(td) ./doc/common/tables/nova-compute.xml:89(td) ./doc/common/tables/nova-compute.xml:93(td) ./doc/common/tables/nova-compute.xml:97(td) ./doc/common/tables/nova-compute.xml:101(td) ./doc/common/tables/nova-compute.xml:105(td) ./doc/common/tables/nova-compute.xml:109(td) ./doc/common/tables/nova-compute.xml:113(td) ./doc/common/tables/nova-compute.xml:117(td) ./doc/common/tables/nova-compute.xml:121(td) ./doc/common/tables/nova-compute.xml:125(td) ./doc/common/tables/nova-compute.xml:129(td) ./doc/common/tables/nova-compute.xml:133(td) ./doc/common/tables/nova-compute.xml:137(td) ./doc/common/tables/nova-compute.xml:141(td) ./doc/common/tables/nova-compute.xml:145(td) ./doc/common/tables/nova-compute.xml:149(td) ./doc/common/tables/nova-compute.xml:153(td) ./doc/common/tables/nova-compute.xml:157(td) ./doc/common/tables/sahara-rootwrap.xml:21(td) ./doc/common/tables/sahara-rootwrap.xml:25(td) ./doc/common/tables/sahara-rootwrap.xml:29(td) ./doc/common/tables/sahara-rootwrap.xml:33(td) ./doc/common/tables/sahara-rootwrap.xml:37(td) ./doc/common/tables/sahara-rootwrap.xml:44(td) ./doc/common/tables/sahara-rootwrap.xml:48(td) ./doc/common/tables/sahara-rootwrap.xml:52(td) ./doc/common/tables/nova-scheduler.xml:21(td) ./doc/common/tables/nova-scheduler.xml:25(td) ./doc/common/tables/nova-scheduler.xml:29(td) ./doc/common/tables/nova-scheduler.xml:33(td) ./doc/common/tables/nova-scheduler.xml:37(td) ./doc/common/tables/nova-scheduler.xml:41(td) ./doc/common/tables/nova-scheduler.xml:53(td) ./doc/common/tables/nova-scheduler.xml:57(td) ./doc/common/tables/nova-scheduler.xml:61(td) ./doc/common/tables/nova-scheduler.xml:65(td) ./doc/common/tables/nova-scheduler.xml:69(td) ./doc/common/tables/nova-scheduler.xml:73(td) ./doc/common/tables/nova-scheduler.xml:77(td) ./doc/common/tables/nova-scheduler.xml:81(td) ./doc/common/tables/nova-scheduler.xml:85(td) ./doc/common/tables/nova-scheduler.xml:89(td) ./doc/common/tables/nova-scheduler.xml:93(td) ./doc/common/tables/nova-scheduler.xml:97(td) ./doc/common/tables/nova-scheduler.xml:101(td) ./doc/common/tables/nova-scheduler.xml:105(td) ./doc/common/tables/nova-scheduler.xml:113(td) ./doc/common/tables/nova-scheduler.xml:117(td) ./doc/common/tables/nova-scheduler.xml:121(td) ./doc/common/tables/nova-scheduler.xml:125(td) ./doc/common/tables/nova-scheduler.xml:129(td) ./doc/common/tables/nova-scheduler.xml:133(td) ./doc/common/tables/nova-scheduler.xml:140(td) ./doc/common/tables/nova-scheduler.xml:144(td) ./doc/common/tables/nova-scheduler.xml:148(td) ./doc/common/tables/nova-scheduler.xml:152(td) ./doc/common/tables/nova-scheduler.xml:156(td) ./doc/common/tables/nova-scheduler.xml:163(td) ./doc/common/tables/nova-scheduler.xml:167(td) ./doc/common/tables/nova-scheduler.xml:171(td) ./doc/common/tables/cinder-backups_ceph.xml:21(td) ./doc/common/tables/cinder-backups_ceph.xml:25(td) ./doc/common/tables/cinder-backups_ceph.xml:29(td) ./doc/common/tables/cinder-backups_ceph.xml:33(td) ./doc/common/tables/cinder-backups_ceph.xml:37(td) ./doc/common/tables/cinder-backups_ceph.xml:41(td) ./doc/common/tables/cinder-backups_ceph.xml:45(td) ./doc/common/tables/ironic-amqp.xml:21(td) ./doc/common/tables/ironic-amqp.xml:25(td) ./doc/common/tables/ironic-amqp.xml:29(td) ./doc/common/tables/ironic-amqp.xml:33(td) ./doc/common/tables/cinder-dellsc.xml:21(td) ./doc/common/tables/cinder-dellsc.xml:25(td) ./doc/common/tables/cinder-dellsc.xml:29(td) ./doc/common/tables/cinder-dellsc.xml:33(td) ./doc/common/tables/nova-vmware.xml:21(td) ./doc/common/tables/nova-vmware.xml:25(td) ./doc/common/tables/nova-vmware.xml:29(td) ./doc/common/tables/nova-vmware.xml:33(td) ./doc/common/tables/nova-vmware.xml:37(td) ./doc/common/tables/nova-vmware.xml:41(td) ./doc/common/tables/nova-vmware.xml:45(td) ./doc/common/tables/nova-vmware.xml:49(td) ./doc/common/tables/nova-vmware.xml:53(td) ./doc/common/tables/nova-vmware.xml:57(td) ./doc/common/tables/nova-vmware.xml:61(td) ./doc/common/tables/nova-vmware.xml:65(td) ./doc/common/tables/nova-vmware.xml:69(td) ./doc/common/tables/nova-vmware.xml:73(td) ./doc/common/tables/nova-vmware.xml:77(td) ./doc/common/tables/nova-vmware.xml:81(td) ./doc/common/tables/heat-cfn_api.xml:21(td) ./doc/common/tables/heat-cfn_api.xml:25(td) ./doc/common/tables/heat-cfn_api.xml:32(td) ./doc/common/tables/heat-cfn_api.xml:36(td) ./doc/common/tables/heat-cfn_api.xml:40(td) ./doc/common/tables/heat-cfn_api.xml:44(td) ./doc/common/tables/heat-cfn_api.xml:48(td) ./doc/common/tables/heat-cfn_api.xml:52(td) ./doc/common/tables/heat-cfn_api.xml:56(td) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:20(td) ./doc/common/tables/neutron-vmware.xml:21(td) ./doc/common/tables/neutron-vmware.xml:28(td) ./doc/common/tables/neutron-vmware.xml:32(td) ./doc/common/tables/neutron-vmware.xml:40(td) ./doc/common/tables/neutron-vmware.xml:44(td) ./doc/common/tables/neutron-vmware.xml:52(td) ./doc/common/tables/neutron-vmware.xml:56(td) ./doc/common/tables/neutron-vmware.xml:60(td) ./doc/common/tables/neutron-vmware.xml:64(td) ./doc/common/tables/neutron-vmware.xml:68(td) ./doc/common/tables/neutron-vmware.xml:72(td) ./doc/common/tables/neutron-vmware.xml:76(td) ./doc/common/tables/neutron-vmware.xml:80(td) ./doc/common/tables/neutron-vmware.xml:87(td) ./doc/common/tables/neutron-vmware.xml:91(td) ./doc/common/tables/neutron-vmware.xml:95(td) ./doc/common/tables/neutron-vmware.xml:99(td) ./doc/common/tables/neutron-vmware.xml:103(td) ./doc/common/tables/neutron-vmware.xml:107(td) ./doc/common/tables/neutron-vmware.xml:111(td) ./doc/common/tables/neutron-vmware.xml:115(td) ./doc/common/tables/neutron-vmware.xml:119(td) ./doc/common/tables/neutron-vmware.xml:123(td) ./doc/common/tables/neutron-vmware.xml:127(td) ./doc/common/tables/neutron-vmware.xml:131(td) ./doc/common/tables/nova-rdp.xml:21(td) ./doc/common/tables/nova-rdp.xml:25(td) ./doc/common/tables/trove-ca.xml:21(td) ./doc/common/tables/trove-ca.xml:25(td) ./doc/common/tables/trove-ca.xml:29(td) ./doc/common/tables/nova-quobyte.xml:21(td) ./doc/common/tables/nova-quobyte.xml:25(td) ./doc/common/tables/keystone-role.xml:21(td) ./doc/common/tables/keystone-role.xml:25(td) ./doc/common/tables/keystone-role.xml:29(td) ./doc/common/tables/keystone-role.xml:33(td) ./doc/common/tables/keystone-assignment.xml:21(td) ./doc/common/tables/cinder-zfssa.xml:21(td) ./doc/common/tables/nova-zeromq.xml:21(td) ./doc/common/tables/nova-zeromq.xml:25(td) ./doc/common/tables/nova-zeromq.xml:29(td) ./doc/common/tables/nova-zeromq.xml:33(td) ./doc/common/tables/nova-zeromq.xml:37(td) ./doc/common/tables/nova-zeromq.xml:41(td) ./doc/common/tables/nova-zeromq.xml:45(td) ./doc/common/tables/cinder-storage.xml:21(td) ./doc/common/tables/cinder-storage.xml:25(td) ./doc/common/tables/cinder-storage.xml:29(td) ./doc/common/tables/cinder-storage.xml:33(td) ./doc/common/tables/cinder-storage.xml:37(td) ./doc/common/tables/cinder-storage.xml:41(td) ./doc/common/tables/cinder-storage.xml:45(td) ./doc/common/tables/cinder-storage.xml:49(td) ./doc/common/tables/cinder-storage.xml:53(td) ./doc/common/tables/cinder-storage.xml:57(td) ./doc/common/tables/cinder-storage.xml:61(td) ./doc/common/tables/cinder-storage.xml:65(td) ./doc/common/tables/cinder-storage.xml:69(td) ./doc/common/tables/cinder-storage.xml:73(td) ./doc/common/tables/cinder-storage.xml:77(td) ./doc/common/tables/cinder-storage.xml:81(td) ./doc/common/tables/cinder-storage.xml:85(td) ./doc/common/tables/cinder-storage.xml:89(td) ./doc/common/tables/cinder-storage.xml:93(td) ./doc/common/tables/cinder-storage.xml:97(td) ./doc/common/tables/cinder-storage.xml:101(td) ./doc/common/tables/cinder-storage.xml:105(td) ./doc/common/tables/cinder-storage.xml:109(td) ./doc/common/tables/cinder-storage.xml:113(td) ./doc/common/tables/cinder-storage.xml:117(td) ./doc/common/tables/cinder-storage.xml:121(td) ./doc/common/tables/cinder-storage.xml:125(td) ./doc/common/tables/cinder-storage.xml:129(td) ./doc/common/tables/cinder-storage.xml:133(td) ./doc/common/tables/cinder-storage.xml:137(td) ./doc/common/tables/cinder-storage.xml:141(td) ./doc/common/tables/cinder-storage.xml:145(td) ./doc/common/tables/glance-registry.xml:21(td) ./doc/common/tables/glance-registry.xml:25(td) ./doc/common/tables/glance-registry.xml:29(td) ./doc/common/tables/glance-registry.xml:33(td) ./doc/common/tables/glance-registry.xml:37(td) ./doc/common/tables/glance-registry.xml:41(td) ./doc/common/tables/glance-registry.xml:45(td) ./doc/common/tables/glance-registry.xml:49(td) ./doc/common/tables/glance-registry.xml:53(td) ./doc/common/tables/glance-registry.xml:57(td) ./doc/common/tables/glance-registry.xml:61(td) ./doc/common/tables/glance-registry.xml:65(td) ./doc/common/tables/glance-registry.xml:69(td) ./doc/common/tables/glance-registry.xml:73(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:20(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:24(td) ./doc/common/tables/neutron-embrane.xml:21(td) ./doc/common/tables/neutron-embrane.xml:25(td) ./doc/common/tables/neutron-embrane.xml:29(td) ./doc/common/tables/neutron-embrane.xml:33(td) ./doc/common/tables/neutron-embrane.xml:37(td) ./doc/common/tables/neutron-embrane.xml:41(td) ./doc/common/tables/neutron-embrane.xml:45(td) ./doc/common/tables/neutron-embrane.xml:49(td) ./doc/common/tables/neutron-embrane.xml:53(td) ./doc/common/tables/cinder-debug.xml:21(td) ./doc/common/tables/heat-quota.xml:21(td) ./doc/common/tables/heat-quota.xml:25(td) ./doc/common/tables/heat-quota.xml:29(td) ./doc/common/tables/heat-quota.xml:33(td) ./doc/common/tables/heat-quota.xml:37(td) ./doc/common/tables/trove-network.xml:21(td) ./doc/common/tables/trove-network.xml:25(td) ./doc/common/tables/trove-network.xml:29(td) ./doc/common/tables/trove-network.xml:33(td) ./doc/common/tables/cinder-srb.xml:21(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:24(td) ./doc/common/tables/nova-common.xml:21(td) ./doc/common/tables/nova-common.xml:25(td) ./doc/common/tables/nova-common.xml:29(td) ./doc/common/tables/nova-common.xml:33(td) ./doc/common/tables/nova-common.xml:37(td) ./doc/common/tables/nova-common.xml:41(td) ./doc/common/tables/nova-common.xml:45(td) ./doc/common/tables/nova-common.xml:49(td) ./doc/common/tables/nova-common.xml:53(td) ./doc/common/tables/nova-common.xml:57(td) ./doc/common/tables/nova-common.xml:61(td) ./doc/common/tables/nova-common.xml:65(td) ./doc/common/tables/nova-common.xml:69(td) ./doc/common/tables/nova-common.xml:73(td) ./doc/common/tables/nova-common.xml:77(td) ./doc/common/tables/nova-common.xml:84(td) ./doc/common/tables/nova-common.xml:91(td) ./doc/common/tables/nova-common.xml:95(td) ./doc/common/tables/nova-common.xml:99(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:20(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:24(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:28(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:32(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:36(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:44(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:48(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:52(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:56(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:64(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:68(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:72(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:76(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:80(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:84(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:88(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:92(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:96(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:100(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:104(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:108(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:112(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:116(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:120(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:124(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:128(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:132(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:136(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:140(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:144(td) ./doc/common/tables/nova-volumes.xml:21(td) ./doc/common/tables/nova-volumes.xml:25(td) ./doc/common/tables/nova-volumes.xml:29(td) ./doc/common/tables/nova-volumes.xml:33(td) ./doc/common/tables/nova-volumes.xml:37(td) ./doc/common/tables/nova-volumes.xml:44(td) ./doc/common/tables/nova-volumes.xml:48(td) ./doc/common/tables/nova-volumes.xml:52(td) ./doc/common/tables/nova-volumes.xml:56(td) ./doc/common/tables/nova-volumes.xml:60(td) ./doc/common/tables/nova-volumes.xml:64(td) ./doc/common/tables/nova-volumes.xml:68(td) ./doc/common/tables/nova-volumes.xml:72(td) ./doc/common/tables/nova-volumes.xml:76(td) ./doc/common/tables/nova-volumes.xml:80(td) ./doc/common/tables/nova-volumes.xml:87(td) ./doc/common/tables/nova-volumes.xml:91(td) ./doc/common/tables/nova-volumes.xml:95(td) ./doc/common/tables/nova-volumes.xml:102(td) ./doc/common/tables/nova-volumes.xml:106(td) ./doc/common/tables/nova-volumes.xml:110(td) ./doc/common/tables/nova-volumes.xml:114(td) ./doc/common/tables/nova-volumes.xml:118(td) ./doc/common/tables/nova-volumes.xml:122(td) ./doc/common/tables/nova-volumes.xml:130(td) ./doc/common/tables/nova-volumes.xml:134(td) ./doc/common/tables/nova-volumes.xml:138(td) ./doc/common/tables/nova-volumes.xml:142(td) ./doc/common/tables/nova-volumes.xml:150(td) ./doc/common/tables/nova-volumes.xml:157(td) ./doc/common/tables/neutron-redis.xml:21(td) ./doc/common/tables/neutron-redis.xml:25(td) ./doc/common/tables/neutron-redis.xml:29(td) ./doc/common/tables/neutron-redis.xml:36(td) ./doc/common/tables/swift-internal-client-filter-cache.xml:20(td) ./doc/common/tables/glance-elasticsearch.xml:21(td) ./doc/common/tables/trove-db_mysql.xml:21(td) ./doc/common/tables/trove-db_mysql.xml:25(td) ./doc/common/tables/trove-db_mysql.xml:29(td) ./doc/common/tables/trove-db_mysql.xml:33(td) ./doc/common/tables/trove-db_mysql.xml:37(td) ./doc/common/tables/trove-db_mysql.xml:41(td) ./doc/common/tables/trove-db_mysql.xml:45(td) ./doc/common/tables/trove-db_mysql.xml:49(td) ./doc/common/tables/trove-db_mysql.xml:53(td) ./doc/common/tables/trove-db_mysql.xml:57(td) ./doc/common/tables/trove-db_mysql.xml:65(td) ./doc/common/tables/trove-db_mysql.xml:69(td) ./doc/common/tables/neutron-dvr.xml:21(td) ./doc/common/tables/neutron-dvr.xml:25(td) ./doc/common/tables/heat-zeromq.xml:21(td) ./doc/common/tables/heat-zeromq.xml:25(td) ./doc/common/tables/heat-zeromq.xml:29(td) ./doc/common/tables/heat-zeromq.xml:33(td) ./doc/common/tables/heat-zeromq.xml:37(td) ./doc/common/tables/heat-zeromq.xml:41(td) ./doc/common/tables/heat-zeromq.xml:45(td) ./doc/common/tables/heat-amqp.xml:21(td) ./doc/common/tables/heat-amqp.xml:25(td) ./doc/common/tables/heat-amqp.xml:29(td) ./doc/common/tables/heat-amqp.xml:33(td) ./doc/common/tables/heat-amqp.xml:37(td) ./doc/common/tables/heat-amqp.xml:41(td) ./doc/common/tables/heat-amqp.xml:45(td) ./doc/common/tables/cinder-violin.xml:21(td) ./doc/common/tables/cinder-violin.xml:25(td) ./doc/common/tables/cinder-violin.xml:29(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:39(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:43(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:47(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:51(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:55(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:59(td) ./doc/common/tables/cinder-logging.xml:21(td) ./doc/common/tables/cinder-logging.xml:25(td) ./doc/common/tables/cinder-logging.xml:29(td) ./doc/common/tables/cinder-logging.xml:33(td) ./doc/common/tables/cinder-logging.xml:37(td) ./doc/common/tables/cinder-logging.xml:41(td) ./doc/common/tables/cinder-logging.xml:45(td) ./doc/common/tables/cinder-logging.xml:49(td) ./doc/common/tables/cinder-logging.xml:53(td) ./doc/common/tables/cinder-logging.xml:57(td) ./doc/common/tables/cinder-logging.xml:61(td) ./doc/common/tables/cinder-logging.xml:65(td) ./doc/common/tables/cinder-logging.xml:69(td) ./doc/common/tables/cinder-logging.xml:73(td) ./doc/common/tables/cinder-logging.xml:77(td) ./doc/common/tables/cinder-logging.xml:81(td) ./doc/common/tables/cinder-logging.xml:85(td) ./doc/common/tables/cinder-logging.xml:89(td) ./doc/common/tables/cinder-logging.xml:93(td) ./doc/common/tables/cinder-logging.xml:97(td) ./doc/common/tables/cinder-logging.xml:101(td) ./doc/common/tables/cinder-logging.xml:105(td) ./doc/common/tables/cinder-logging.xml:109(td) ./doc/common/tables/cinder-logging.xml:113(td) ./doc/common/tables/cinder-logging.xml:117(td) ./doc/common/tables/cinder-logging.xml:121(td) ./doc/common/tables/cinder-logging.xml:125(td) ./doc/common/tables/cinder-logging.xml:129(td) ./doc/common/tables/cinder-logging.xml:133(td) ./doc/common/tables/nova-redis.xml:21(td) ./doc/common/tables/nova-redis.xml:25(td) ./doc/common/tables/nova-redis.xml:29(td) ./doc/common/tables/nova-redis.xml:36(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:20(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:28(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:32(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:36(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:40(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:44(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:48(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:111(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:115(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:125(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:129(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:133(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:137(td) ./doc/common/tables/glance-rabbitmq.xml:21(td) ./doc/common/tables/glance-rabbitmq.xml:25(td) ./doc/common/tables/glance-rabbitmq.xml:29(td) ./doc/common/tables/glance-rabbitmq.xml:33(td) ./doc/common/tables/glance-rabbitmq.xml:37(td) ./doc/common/tables/glance-rabbitmq.xml:41(td) ./doc/common/tables/glance-rabbitmq.xml:61(td) ./doc/common/tables/glance-rabbitmq.xml:65(td) ./doc/common/tables/glance-rabbitmq.xml:69(td) ./doc/common/tables/glance-rabbitmq.xml:73(td) ./doc/common/tables/glance-rabbitmq.xml:77(td) ./doc/common/tables/glance-rabbitmq.xml:81(td) ./doc/common/tables/glance-rabbitmq.xml:85(td) ./doc/common/tables/glance-rabbitmq.xml:89(td) ./doc/common/tables/glance-rabbitmq.xml:93(td) ./doc/common/tables/glance-rabbitmq.xml:97(td) ./doc/common/tables/glance-rabbitmq.xml:101(td) ./doc/common/tables/glance-rabbitmq.xml:105(td) ./doc/common/tables/glance-rabbitmq.xml:109(td) ./doc/common/tables/neutron-l3_agent.xml:21(td) ./doc/common/tables/neutron-l3_agent.xml:25(td) ./doc/common/tables/neutron-l3_agent.xml:29(td) ./doc/common/tables/neutron-l3_agent.xml:33(td) ./doc/common/tables/neutron-l3_agent.xml:37(td) ./doc/common/tables/neutron-l3_agent.xml:41(td) ./doc/common/tables/neutron-l3_agent.xml:49(td) ./doc/common/tables/neutron-l3_agent.xml:53(td) ./doc/common/tables/neutron-l3_agent.xml:57(td) ./doc/common/tables/neutron-l3_agent.xml:61(td) ./doc/common/tables/neutron-l3_agent.xml:65(td) ./doc/common/tables/neutron-l3_agent.xml:73(td) ./doc/common/tables/neutron-l3_agent.xml:77(td) ./doc/common/tables/neutron-l3_agent.xml:81(td) ./doc/common/tables/neutron-l3_agent.xml:85(td) ./doc/common/tables/neutron-l3_agent.xml:93(td) ./doc/common/tables/neutron-l3_agent.xml:100(td) ./doc/common/tables/neutron-l3_agent.xml:104(td) ./doc/common/tables/swift-container-server-pipeline-main.xml:20(td) ./doc/common/tables/glance-policy.xml:21(td) ./doc/common/tables/glance-policy.xml:25(td) ./doc/common/tables/glance-policy.xml:29(td) ./doc/common/tables/nova-neutron.xml:21(td) ./doc/common/tables/nova-neutron.xml:28(td) ./doc/common/tables/nova-neutron.xml:32(td) ./doc/common/tables/nova-neutron.xml:36(td) ./doc/common/tables/nova-neutron.xml:40(td) ./doc/common/tables/nova-neutron.xml:44(td) ./doc/common/tables/nova-neutron.xml:48(td) ./doc/common/tables/nova-neutron.xml:52(td) ./doc/common/tables/nova-neutron.xml:56(td) ./doc/common/tables/nova-neutron.xml:60(td) ./doc/common/tables/nova-neutron.xml:64(td) ./doc/common/tables/nova-neutron.xml:68(td) ./doc/common/tables/nova-neutron.xml:72(td) ./doc/common/tables/nova-neutron.xml:76(td) ./doc/common/tables/nova-neutron.xml:80(td) ./doc/common/tables/nova-neutron.xml:84(td) ./doc/common/tables/nova-neutron.xml:92(td) ./doc/common/tables/nova-neutron.xml:96(td) ./doc/common/tables/nova-neutron.xml:100(td) ./doc/common/tables/nova-neutron.xml:104(td) ./doc/common/tables/nova-neutron.xml:108(td) ./doc/common/tables/cinder-zeromq.xml:21(td) ./doc/common/tables/cinder-zeromq.xml:25(td) ./doc/common/tables/cinder-zeromq.xml:29(td) ./doc/common/tables/cinder-zeromq.xml:33(td) ./doc/common/tables/cinder-zeromq.xml:37(td) ./doc/common/tables/cinder-zeromq.xml:41(td) ./doc/common/tables/cinder-zeromq.xml:45(td) ./doc/common/tables/sahara-redis.xml:21(td) ./doc/common/tables/sahara-redis.xml:25(td) ./doc/common/tables/sahara-redis.xml:29(td) ./doc/common/tables/sahara-redis.xml:36(td) ./doc/common/tables/cinder-backups.xml:21(td) ./doc/common/tables/cinder-backups.xml:25(td) ./doc/common/tables/cinder-backups.xml:29(td) ./doc/common/tables/cinder-backups.xml:33(td) ./doc/common/tables/cinder-backups.xml:37(td) ./doc/common/tables/cinder-backups.xml:41(td) ./doc/common/tables/cinder-backups.xml:45(td) ./doc/common/tables/cinder-backups.xml:49(td) ./doc/common/tables/cinder-backups.xml:53(td) ./doc/common/tables/cinder-backups.xml:57(td) ./doc/common/tables/cinder-backups.xml:61(td) ./doc/common/tables/cinder-backups.xml:65(td) ./doc/common/tables/cinder-backups.xml:69(td) ./doc/common/tables/cinder-backups.xml:73(td) ./doc/common/tables/cinder-backups.xml:77(td) ./doc/common/tables/cinder-backups.xml:81(td) ./doc/common/tables/cinder-backups.xml:85(td) ./doc/common/tables/cinder-backups.xml:89(td) ./doc/common/tables/cinder-keymgr.xml:21(td) ./doc/common/tables/cinder-keymgr.xml:25(td) ./doc/common/tables/cinder-keymgr.xml:29(td) ./doc/common/tables/cinder-keymgr.xml:33(td) ./doc/common/tables/keystone-ldap.xml:21(td) ./doc/common/tables/keystone-ldap.xml:25(td) ./doc/common/tables/keystone-ldap.xml:29(td) ./doc/common/tables/keystone-ldap.xml:33(td) ./doc/common/tables/keystone-ldap.xml:37(td) ./doc/common/tables/keystone-ldap.xml:41(td) ./doc/common/tables/keystone-ldap.xml:45(td) ./doc/common/tables/keystone-ldap.xml:53(td) ./doc/common/tables/keystone-ldap.xml:57(td) ./doc/common/tables/keystone-ldap.xml:61(td) ./doc/common/tables/keystone-ldap.xml:69(td) ./doc/common/tables/keystone-ldap.xml:73(td) ./doc/common/tables/keystone-ldap.xml:77(td) ./doc/common/tables/keystone-ldap.xml:81(td) ./doc/common/tables/keystone-ldap.xml:85(td) ./doc/common/tables/keystone-ldap.xml:89(td) ./doc/common/tables/keystone-ldap.xml:93(td) ./doc/common/tables/keystone-ldap.xml:97(td) ./doc/common/tables/keystone-ldap.xml:101(td) ./doc/common/tables/keystone-ldap.xml:105(td) ./doc/common/tables/keystone-ldap.xml:109(td) ./doc/common/tables/keystone-ldap.xml:113(td) ./doc/common/tables/keystone-ldap.xml:117(td) ./doc/common/tables/keystone-ldap.xml:121(td) ./doc/common/tables/keystone-ldap.xml:129(td) ./doc/common/tables/keystone-ldap.xml:133(td) ./doc/common/tables/keystone-ldap.xml:137(td) ./doc/common/tables/keystone-ldap.xml:145(td) ./doc/common/tables/keystone-ldap.xml:149(td) ./doc/common/tables/keystone-ldap.xml:153(td) ./doc/common/tables/keystone-ldap.xml:157(td) ./doc/common/tables/keystone-ldap.xml:161(td) ./doc/common/tables/keystone-ldap.xml:165(td) ./doc/common/tables/keystone-ldap.xml:169(td) ./doc/common/tables/keystone-ldap.xml:173(td) ./doc/common/tables/keystone-ldap.xml:177(td) ./doc/common/tables/keystone-ldap.xml:181(td) ./doc/common/tables/keystone-ldap.xml:185(td) ./doc/common/tables/keystone-ldap.xml:189(td) ./doc/common/tables/keystone-ldap.xml:197(td) ./doc/common/tables/keystone-ldap.xml:201(td) ./doc/common/tables/keystone-ldap.xml:205(td) ./doc/common/tables/keystone-ldap.xml:213(td) ./doc/common/tables/keystone-ldap.xml:217(td) ./doc/common/tables/keystone-ldap.xml:221(td) ./doc/common/tables/keystone-ldap.xml:225(td) ./doc/common/tables/keystone-ldap.xml:229(td) ./doc/common/tables/keystone-ldap.xml:233(td) ./doc/common/tables/keystone-ldap.xml:237(td) ./doc/common/tables/keystone-ldap.xml:241(td) ./doc/common/tables/keystone-ldap.xml:245(td) ./doc/common/tables/keystone-ldap.xml:249(td) ./doc/common/tables/keystone-ldap.xml:253(td) ./doc/common/tables/keystone-ldap.xml:257(td) ./doc/common/tables/keystone-ldap.xml:261(td) ./doc/common/tables/keystone-ldap.xml:265(td) ./doc/common/tables/keystone-ldap.xml:269(td) ./doc/common/tables/keystone-ldap.xml:273(td) ./doc/common/tables/keystone-ldap.xml:281(td) ./doc/common/tables/keystone-ldap.xml:285(td) ./doc/common/tables/keystone-ldap.xml:289(td) ./doc/common/tables/keystone-ldap.xml:293(td) ./doc/common/tables/keystone-ldap.xml:297(td) ./doc/common/tables/keystone-ldap.xml:301(td) ./doc/common/tables/keystone-ldap.xml:305(td) ./doc/common/tables/keystone-ldap.xml:309(td) ./doc/common/tables/keystone-ldap.xml:313(td) ./doc/common/tables/keystone-ldap.xml:317(td) ./doc/common/tables/keystone-ldap.xml:321(td) ./doc/common/tables/keystone-ldap.xml:325(td) ./doc/common/tables/keystone-ldap.xml:329(td) ./doc/common/tables/keystone-ldap.xml:333(td) ./doc/common/tables/keystone-ldap.xml:337(td) ./doc/common/tables/keystone-ldap.xml:341(td) ./doc/common/tables/keystone-ldap.xml:345(td) ./doc/common/tables/keystone-ldap.xml:349(td) ./doc/common/tables/trove-db_postgresql.xml:21(td) ./doc/common/tables/trove-db_postgresql.xml:25(td) ./doc/common/tables/trove-db_postgresql.xml:29(td) ./doc/common/tables/trove-db_postgresql.xml:33(td) ./doc/common/tables/trove-db_postgresql.xml:37(td) ./doc/common/tables/trove-db_postgresql.xml:41(td) ./doc/common/tables/trove-db_postgresql.xml:45(td) ./doc/common/tables/trove-db_postgresql.xml:49(td) ./doc/common/tables/trove-db_postgresql.xml:53(td) ./doc/common/tables/trove-db_postgresql.xml:57(td) ./doc/common/tables/trove-db_postgresql.xml:65(td) ./doc/common/tables/glance-vmware.xml:21(td) ./doc/common/tables/glance-vmware.xml:25(td) ./doc/common/tables/glance-vmware.xml:29(td) ./doc/common/tables/glance-vmware.xml:33(td) ./doc/common/tables/glance-vmware.xml:37(td) ./doc/common/tables/glance-vmware.xml:41(td) ./doc/common/tables/glance-vmware.xml:45(td) ./doc/common/tables/glance-vmware.xml:49(td) ./doc/common/tables/glance-vmware.xml:53(td) ./doc/common/tables/glance-vmware.xml:57(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:20(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:24(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:28(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:32(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:36(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:40(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:44(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:48(td) ./doc/common/tables/ceilometer-xenapi.xml:21(td) ./doc/common/tables/ceilometer-xenapi.xml:25(td) ./doc/common/tables/ceilometer-xenapi.xml:29(td) ./doc/common/tables/ceilometer-xenapi.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:20(td) ./doc/common/tables/cinder-zoning.xml:21(td) ./doc/common/tables/cinder-zoning.xml:28(td) ./doc/common/tables/cinder-zoning.xml:32(td) ./doc/common/tables/cinder-zoning.xml:36(td) ./doc/common/tables/cinder-zoning.xml:40(td) ./doc/common/tables/heat-clients_sahara.xml:21(td) ./doc/common/tables/heat-clients_sahara.xml:25(td) ./doc/common/tables/heat-clients_sahara.xml:29(td) ./doc/common/tables/heat-clients_sahara.xml:33(td) ./doc/common/tables/heat-clients_sahara.xml:37(td) ./doc/common/tables/ironic-disk_partitioner.xml:21(td) ./doc/common/tables/ironic-disk_partitioner.xml:25(td) ./doc/common/tables/cinder-scst.xml:21(td) ./doc/common/tables/cinder-scst.xml:25(td) ./doc/common/tables/heat-notification.xml:21(td) ./doc/common/tables/ironic-neutron.xml:21(td) ./doc/common/tables/ironic-neutron.xml:25(td) ./doc/common/tables/ironic-neutron.xml:29(td) ./doc/common/tables/ironic-neutron.xml:33(td) ./doc/common/tables/ironic-neutron.xml:37(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:24(td) ./doc/common/tables/nova-vpn.xml:21(td) ./doc/common/tables/nova-vpn.xml:29(td) ./doc/common/tables/nova-vpn.xml:33(td) ./doc/common/tables/nova-vpn.xml:37(td) ./doc/common/tables/nova-vpn.xml:41(td) ./doc/common/tables/nova-vpn.xml:45(td) ./doc/common/tables/nova-vpn.xml:49(td) ./doc/common/tables/nova-vpn.xml:53(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:20(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:24(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:28(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:32(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:36(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:40(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:44(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:48(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:20(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:24(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:28(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:32(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:36(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:42(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:46(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:50(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:54(td) ./doc/common/tables/trove-common.xml:21(td) ./doc/common/tables/trove-common.xml:25(td) ./doc/common/tables/trove-common.xml:29(td) ./doc/common/tables/trove-common.xml:37(td) ./doc/common/tables/trove-common.xml:41(td) ./doc/common/tables/trove-common.xml:45(td) ./doc/common/tables/trove-common.xml:49(td) ./doc/common/tables/trove-common.xml:53(td) ./doc/common/tables/trove-common.xml:57(td) ./doc/common/tables/trove-common.xml:61(td) ./doc/common/tables/trove-common.xml:65(td) ./doc/common/tables/trove-common.xml:69(td) ./doc/common/tables/trove-common.xml:76(td) ./doc/common/tables/trove-api.xml:21(td) ./doc/common/tables/trove-api.xml:25(td) ./doc/common/tables/trove-api.xml:29(td) ./doc/common/tables/trove-api.xml:33(td) ./doc/common/tables/trove-api.xml:37(td) ./doc/common/tables/trove-api.xml:41(td) ./doc/common/tables/trove-api.xml:45(td) ./doc/common/tables/trove-api.xml:49(td) ./doc/common/tables/trove-api.xml:53(td) ./doc/common/tables/trove-api.xml:57(td) ./doc/common/tables/trove-api.xml:61(td) ./doc/common/tables/trove-api.xml:65(td) ./doc/common/tables/trove-api.xml:69(td) ./doc/common/tables/trove-api.xml:73(td) ./doc/common/tables/trove-api.xml:77(td) ./doc/common/tables/trove-api.xml:81(td) ./doc/common/tables/trove-api.xml:85(td) ./doc/common/tables/trove-api.xml:89(td) ./doc/common/tables/trove-api.xml:93(td) ./doc/common/tables/trove-api.xml:97(td) ./doc/common/tables/trove-api.xml:101(td) ./doc/common/tables/trove-api.xml:105(td) ./doc/common/tables/trove-api.xml:109(td) ./doc/common/tables/trove-api.xml:113(td) ./doc/common/tables/trove-api.xml:117(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:24(td) ./doc/common/tables/nova-conductor.xml:21(td) ./doc/common/tables/nova-conductor.xml:28(td) ./doc/common/tables/nova-conductor.xml:32(td) ./doc/common/tables/nova-conductor.xml:36(td) ./doc/common/tables/nova-conductor.xml:40(td) ./doc/common/tables/ironic-auth_token.xml:21(td) ./doc/common/tables/ironic-auth_token.xml:25(td) ./doc/common/tables/ironic-auth_token.xml:29(td) ./doc/common/tables/ironic-auth_token.xml:33(td) ./doc/common/tables/ironic-auth_token.xml:41(td) ./doc/common/tables/ironic-auth_token.xml:45(td) ./doc/common/tables/ironic-auth_token.xml:49(td) ./doc/common/tables/ironic-auth_token.xml:53(td) ./doc/common/tables/ironic-auth_token.xml:57(td) ./doc/common/tables/ironic-auth_token.xml:61(td) ./doc/common/tables/ironic-auth_token.xml:65(td) ./doc/common/tables/ironic-auth_token.xml:69(td) ./doc/common/tables/ironic-auth_token.xml:73(td) ./doc/common/tables/ironic-auth_token.xml:77(td) ./doc/common/tables/ironic-auth_token.xml:81(td) ./doc/common/tables/ironic-auth_token.xml:85(td) ./doc/common/tables/ironic-auth_token.xml:89(td) ./doc/common/tables/ironic-auth_token.xml:93(td) ./doc/common/tables/ironic-auth_token.xml:97(td) ./doc/common/tables/ironic-auth_token.xml:101(td) ./doc/common/tables/ironic-auth_token.xml:105(td) ./doc/common/tables/ironic-auth_token.xml:109(td) ./doc/common/tables/ironic-auth_token.xml:113(td) ./doc/common/tables/ironic-auth_token.xml:117(td) ./doc/common/tables/ironic-auth_token.xml:121(td) ./doc/common/tables/ironic-auth_token.xml:125(td) ./doc/common/tables/ironic-auth_token.xml:129(td) ./doc/common/tables/ironic-auth_token.xml:133(td) ./doc/common/tables/ironic-auth_token.xml:137(td) ./doc/common/tables/ironic-auth_token.xml:141(td) ./doc/common/tables/ironic-auth_token.xml:145(td) ./doc/common/tables/ironic-auth_token.xml:149(td) ./doc/common/tables/ironic-auth_token.xml:153(td) ./doc/common/tables/ironic-auth_token.xml:157(td) ./doc/common/tables/ironic-auth_token.xml:161(td) ./doc/common/tables/ironic-auth_token.xml:165(td) ./doc/common/tables/swift-object-server-app-object-server.xml:20(td) ./doc/common/tables/swift-object-server-app-object-server.xml:24(td) ./doc/common/tables/swift-object-server-app-object-server.xml:28(td) ./doc/common/tables/swift-object-server-app-object-server.xml:32(td) ./doc/common/tables/swift-object-server-app-object-server.xml:36(td) ./doc/common/tables/swift-object-server-app-object-server.xml:40(td) ./doc/common/tables/swift-object-server-app-object-server.xml:44(td) ./doc/common/tables/swift-object-server-app-object-server.xml:48(td) ./doc/common/tables/swift-object-server-app-object-server.xml:52(td) ./doc/common/tables/swift-object-server-app-object-server.xml:56(td) ./doc/common/tables/swift-object-server-app-object-server.xml:60(td) ./doc/common/tables/swift-object-server-app-object-server.xml:64(td) ./doc/common/tables/swift-object-server-app-object-server.xml:68(td) ./doc/common/tables/swift-object-server-app-object-server.xml:72(td) ./doc/common/tables/swift-object-server-app-object-server.xml:76(td) ./doc/common/tables/swift-object-server-app-object-server.xml:80(td) ./doc/common/tables/swift-object-server-app-object-server.xml:84(td) ./doc/common/tables/swift-object-server-app-object-server.xml:88(td) ./doc/common/tables/swift-object-server-app-object-server.xml:92(td) ./doc/common/tables/swift-object-server-app-object-server.xml:96(td) ./doc/common/tables/swift-object-server-app-object-server.xml:100(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:40(td) ./doc/common/tables/nova-livemigration.xml:21(td) ./doc/common/tables/nova-livemigration.xml:28(td) ./doc/common/tables/nova-livemigration.xml:32(td) ./doc/common/tables/nova-livemigration.xml:36(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:20(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:24(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:28(td) ./doc/common/tables/heat-rabbitmq.xml:21(td) ./doc/common/tables/heat-rabbitmq.xml:25(td) ./doc/common/tables/heat-rabbitmq.xml:29(td) ./doc/common/tables/heat-rabbitmq.xml:33(td) ./doc/common/tables/heat-rabbitmq.xml:37(td) ./doc/common/tables/heat-rabbitmq.xml:41(td) ./doc/common/tables/heat-rabbitmq.xml:61(td) ./doc/common/tables/heat-rabbitmq.xml:65(td) ./doc/common/tables/heat-rabbitmq.xml:69(td) ./doc/common/tables/heat-rabbitmq.xml:73(td) ./doc/common/tables/heat-rabbitmq.xml:77(td) ./doc/common/tables/heat-rabbitmq.xml:81(td) ./doc/common/tables/heat-rabbitmq.xml:85(td) ./doc/common/tables/heat-rabbitmq.xml:89(td) ./doc/common/tables/heat-rabbitmq.xml:93(td) ./doc/common/tables/heat-rabbitmq.xml:97(td) ./doc/common/tables/heat-rabbitmq.xml:101(td) ./doc/common/tables/heat-rabbitmq.xml:105(td) ./doc/common/tables/heat-rabbitmq.xml:109(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:46(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:50(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:59(td) ./doc/common/tables/glance-scrubber.xml:21(td) ./doc/common/tables/keystone-amqp.xml:21(td) ./doc/common/tables/keystone-amqp.xml:25(td) ./doc/common/tables/keystone-amqp.xml:29(td) ./doc/common/tables/keystone-amqp.xml:33(td) ./doc/common/tables/keystone-amqp.xml:37(td) ./doc/common/tables/keystone-amqp.xml:41(td) ./doc/common/tables/keystone-rpc.xml:21(td) ./doc/common/tables/keystone-rpc.xml:25(td) ./doc/common/tables/keystone-rpc.xml:29(td) ./doc/common/tables/keystone-rpc.xml:33(td) ./doc/common/tables/keystone-rpc.xml:37(td) ./doc/common/tables/keystone-rpc.xml:41(td) ./doc/common/tables/keystone-rpc.xml:48(td) ./doc/common/tables/keystone-rpc.xml:52(td) ./doc/common/tables/keystone-rpc.xml:56(td) ./doc/common/tables/keystone-rpc.xml:60(td) ./doc/common/tables/keystone-rpc.xml:64(td) ./doc/common/tables/keystone-rpc.xml:68(td) ./doc/common/tables/keystone-rpc.xml:84(td) ./doc/common/tables/keystone-rpc.xml:88(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:20(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:28(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:32(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:36(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:40(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:44(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:48(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:84(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:88(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:92(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:96(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:109(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:113(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:123(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:127(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:137(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:141(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:145(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:149(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:153(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:157(td) ./doc/common/tables/cinder-zones.xml:21(td) ./doc/common/tables/ironic-keystone.xml:21(td) ./doc/common/tables/cinder-scality.xml:21(td) ./doc/common/tables/cinder-scality.xml:25(td) ./doc/common/tables/cinder-scality.xml:29(td) ./doc/common/tables/cinder-amqp.xml:21(td) ./doc/common/tables/cinder-amqp.xml:25(td) ./doc/common/tables/cinder-amqp.xml:29(td) ./doc/common/tables/cinder-amqp.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:27(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:35(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:39(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:43(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:47(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:51(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:55(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:59(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:63(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:67(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:71(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:75(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:79(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:83(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:87(td) ./doc/common/tables/neutron-agent.xml:21(td) ./doc/common/tables/neutron-agent.xml:25(td) ./doc/common/tables/cinder-emc.xml:21(td) ./doc/common/tables/cinder-emc.xml:25(td) ./doc/common/tables/cinder-emc.xml:29(td) ./doc/common/tables/cinder-emc.xml:33(td) ./doc/common/tables/cinder-emc.xml:37(td) ./doc/common/tables/cinder-emc.xml:41(td) ./doc/common/tables/cinder-emc.xml:49(td) ./doc/common/tables/cinder-emc.xml:57(td) ./doc/common/tables/cinder-emc.xml:61(td) ./doc/common/tables/cinder-emc.xml:65(td) ./doc/common/tables/cinder-vmware.xml:21(td) ./doc/common/tables/cinder-vmware.xml:25(td) ./doc/common/tables/cinder-vmware.xml:29(td) ./doc/common/tables/cinder-vmware.xml:33(td) ./doc/common/tables/cinder-vmware.xml:37(td) ./doc/common/tables/cinder-vmware.xml:41(td) ./doc/common/tables/cinder-vmware.xml:45(td) ./doc/common/tables/cinder-vmware.xml:49(td) ./doc/common/tables/cinder-vmware.xml:53(td) ./doc/common/tables/cinder-vmware.xml:57(td) ./doc/common/tables/cinder-vmware.xml:61(td) ./doc/common/tables/ceilometer-zeromq.xml:21(td) ./doc/common/tables/ceilometer-zeromq.xml:25(td) ./doc/common/tables/ceilometer-zeromq.xml:29(td) ./doc/common/tables/ceilometer-zeromq.xml:33(td) ./doc/common/tables/ceilometer-zeromq.xml:37(td) ./doc/common/tables/ceilometer-zeromq.xml:41(td) ./doc/common/tables/ceilometer-zeromq.xml:45(td) ./doc/common/tables/trove-rabbitmq.xml:21(td) ./doc/common/tables/trove-rabbitmq.xml:25(td) ./doc/common/tables/trove-rabbitmq.xml:29(td) ./doc/common/tables/trove-rabbitmq.xml:33(td) ./doc/common/tables/trove-rabbitmq.xml:37(td) ./doc/common/tables/trove-rabbitmq.xml:41(td) ./doc/common/tables/trove-rabbitmq.xml:61(td) ./doc/common/tables/trove-rabbitmq.xml:65(td) ./doc/common/tables/trove-rabbitmq.xml:69(td) ./doc/common/tables/trove-rabbitmq.xml:73(td) ./doc/common/tables/trove-rabbitmq.xml:77(td) ./doc/common/tables/trove-rabbitmq.xml:81(td) ./doc/common/tables/trove-rabbitmq.xml:85(td) ./doc/common/tables/trove-rabbitmq.xml:89(td) ./doc/common/tables/trove-rabbitmq.xml:93(td) ./doc/common/tables/trove-rabbitmq.xml:97(td) ./doc/common/tables/trove-rabbitmq.xml:101(td) ./doc/common/tables/trove-rabbitmq.xml:105(td) ./doc/common/tables/trove-rabbitmq.xml:109(td) ./doc/common/tables/ironic-glance.xml:25(td) ./doc/common/tables/ironic-glance.xml:29(td) ./doc/common/tables/ironic-glance.xml:33(td) ./doc/common/tables/ironic-glance.xml:37(td) ./doc/common/tables/ironic-glance.xml:41(td) ./doc/common/tables/ironic-glance.xml:45(td) ./doc/common/tables/ironic-glance.xml:49(td) ./doc/common/tables/ironic-glance.xml:53(td) ./doc/common/tables/ironic-glance.xml:57(td) ./doc/common/tables/ironic-glance.xml:61(td) ./doc/common/tables/ironic-glance.xml:65(td) ./doc/common/tables/ironic-glance.xml:69(td) ./doc/common/tables/ironic-glance.xml:73(td) ./doc/common/tables/ironic-glance.xml:77(td) ./doc/common/tables/nova-upgrade_levels.xml:21(td) ./doc/common/tables/nova-upgrade_levels.xml:28(td) ./doc/common/tables/nova-upgrade_levels.xml:32(td) ./doc/common/tables/nova-upgrade_levels.xml:36(td) ./doc/common/tables/nova-upgrade_levels.xml:40(td) ./doc/common/tables/nova-upgrade_levels.xml:44(td) ./doc/common/tables/nova-upgrade_levels.xml:48(td) ./doc/common/tables/nova-upgrade_levels.xml:52(td) ./doc/common/tables/nova-upgrade_levels.xml:56(td) ./doc/common/tables/nova-upgrade_levels.xml:60(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:21(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:25(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:29(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:33(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:37(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:41(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:45(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:49(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:53(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:57(td) ./doc/common/tables/neutron-ml2_ofa.xml:21(td) ./doc/common/tables/nova-barbican.xml:21(td) ./doc/common/tables/nova-barbican.xml:25(td) ./doc/common/tables/nova-barbican.xml:29(td) ./doc/common/tables/nova-barbican.xml:33(td) ./doc/common/tables/nova-barbican.xml:37(td) ./doc/common/tables/nova-barbican.xml:41(td) ./doc/common/tables/nova-barbican.xml:45(td) ./doc/common/tables/nova-barbican.xml:49(td) ./doc/common/tables/glance-api.xml:21(td) ./doc/common/tables/glance-api.xml:25(td) ./doc/common/tables/glance-api.xml:33(td) ./doc/common/tables/glance-api.xml:37(td) ./doc/common/tables/glance-api.xml:41(td) ./doc/common/tables/glance-api.xml:45(td) ./doc/common/tables/glance-api.xml:49(td) ./doc/common/tables/glance-api.xml:53(td) ./doc/common/tables/glance-api.xml:57(td) ./doc/common/tables/glance-api.xml:61(td) ./doc/common/tables/glance-api.xml:65(td) ./doc/common/tables/glance-api.xml:69(td) ./doc/common/tables/glance-api.xml:73(td) ./doc/common/tables/glance-api.xml:77(td) ./doc/common/tables/glance-api.xml:81(td) ./doc/common/tables/glance-api.xml:85(td) ./doc/common/tables/glance-api.xml:89(td) ./doc/common/tables/glance-api.xml:93(td) ./doc/common/tables/glance-api.xml:100(td) ./doc/common/tables/glance-api.xml:104(td) ./doc/common/tables/glance-api.xml:108(td) ./doc/common/tables/glance-api.xml:115(td) ./doc/common/tables/glance-api.xml:119(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:40(td) ./doc/common/tables/sahara-timeouts.xml:21(td) ./doc/common/tables/sahara-timeouts.xml:25(td) ./doc/common/tables/sahara-timeouts.xml:29(td) ./doc/common/tables/sahara-timeouts.xml:33(td) ./doc/common/tables/sahara-timeouts.xml:37(td) ./doc/common/tables/sahara-timeouts.xml:41(td) ./doc/common/tables/sahara-timeouts.xml:45(td) ./doc/common/tables/swift-rsyncd-container.xml:20(td) ./doc/common/tables/swift-rsyncd-container.xml:24(td) ./doc/common/tables/swift-rsyncd-container.xml:28(td) ./doc/common/tables/swift-rsyncd-container.xml:32(td) ./doc/common/tables/cinder-storwize.xml:21(td) ./doc/common/tables/cinder-storwize.xml:25(td) ./doc/common/tables/cinder-storwize.xml:29(td) ./doc/common/tables/cinder-storwize.xml:33(td) ./doc/common/tables/cinder-storwize.xml:37(td) ./doc/common/tables/cinder-storwize.xml:41(td) ./doc/common/tables/cinder-storwize.xml:45(td) ./doc/common/tables/cinder-storwize.xml:49(td) ./doc/common/tables/cinder-storwize.xml:53(td) ./doc/common/tables/cinder-storwize.xml:57(td) ./doc/common/tables/cinder-storwize.xml:61(td) ./doc/common/tables/cinder-storwize.xml:65(td) ./doc/common/tables/cinder-storwize.xml:69(td) ./doc/common/tables/cinder-storwize.xml:73(td) ./doc/common/tables/cinder-storwize.xml:77(td) ./doc/common/tables/cinder-storwize.xml:81(td) ./doc/common/tables/cinder-hplefthand.xml:21(td) ./doc/common/tables/cinder-hplefthand.xml:25(td) ./doc/common/tables/cinder-hplefthand.xml:29(td) ./doc/common/tables/cinder-hplefthand.xml:33(td) ./doc/common/tables/cinder-hplefthand.xml:37(td) ./doc/common/tables/cinder-hplefthand.xml:41(td) ./doc/common/tables/ironic-ilo.xml:21(td) ./doc/common/tables/ironic-ilo.xml:25(td) ./doc/common/tables/ironic-ilo.xml:29(td) ./doc/common/tables/ironic-ilo.xml:33(td) ./doc/common/tables/ironic-ilo.xml:37(td) ./doc/common/tables/ironic-ilo.xml:41(td) ./doc/common/tables/ironic-ilo.xml:45(td) ./doc/common/tables/ironic-ilo.xml:49(td) ./doc/common/tables/ironic-ilo.xml:53(td) ./doc/common/tables/ironic-ilo.xml:57(td) ./doc/common/tables/ironic-ilo.xml:61(td) ./doc/common/tables/ironic-ilo.xml:65(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:24(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:28(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:38(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:42(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:46(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:50(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:58(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:62(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:70(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:74(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:78(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:82(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:91(td) ./doc/common/tables/sahara-auth_token.xml:21(td) ./doc/common/tables/sahara-auth_token.xml:25(td) ./doc/common/tables/sahara-auth_token.xml:29(td) ./doc/common/tables/sahara-auth_token.xml:33(td) ./doc/common/tables/sahara-auth_token.xml:41(td) ./doc/common/tables/sahara-auth_token.xml:45(td) ./doc/common/tables/sahara-auth_token.xml:49(td) ./doc/common/tables/sahara-auth_token.xml:53(td) ./doc/common/tables/sahara-auth_token.xml:57(td) ./doc/common/tables/sahara-auth_token.xml:61(td) ./doc/common/tables/sahara-auth_token.xml:65(td) ./doc/common/tables/sahara-auth_token.xml:69(td) ./doc/common/tables/sahara-auth_token.xml:73(td) ./doc/common/tables/sahara-auth_token.xml:77(td) ./doc/common/tables/sahara-auth_token.xml:81(td) ./doc/common/tables/sahara-auth_token.xml:85(td) ./doc/common/tables/sahara-auth_token.xml:89(td) ./doc/common/tables/sahara-auth_token.xml:93(td) ./doc/common/tables/sahara-auth_token.xml:97(td) ./doc/common/tables/sahara-auth_token.xml:101(td) ./doc/common/tables/sahara-auth_token.xml:105(td) ./doc/common/tables/sahara-auth_token.xml:109(td) ./doc/common/tables/sahara-auth_token.xml:113(td) ./doc/common/tables/sahara-auth_token.xml:117(td) ./doc/common/tables/sahara-auth_token.xml:121(td) ./doc/common/tables/sahara-auth_token.xml:125(td) ./doc/common/tables/sahara-auth_token.xml:129(td) ./doc/common/tables/sahara-auth_token.xml:133(td) ./doc/common/tables/sahara-auth_token.xml:137(td) ./doc/common/tables/sahara-auth_token.xml:141(td) ./doc/common/tables/sahara-auth_token.xml:145(td) ./doc/common/tables/sahara-auth_token.xml:149(td) ./doc/common/tables/sahara-auth_token.xml:153(td) ./doc/common/tables/sahara-auth_token.xml:157(td) ./doc/common/tables/sahara-auth_token.xml:161(td) ./doc/common/tables/neutron-ipv6_ra.xml:21(td) ./doc/common/tables/glance-s3.xml:21(td) ./doc/common/tables/glance-s3.xml:25(td) ./doc/common/tables/glance-s3.xml:29(td) ./doc/common/tables/glance-s3.xml:33(td) ./doc/common/tables/glance-s3.xml:37(td) ./doc/common/tables/glance-s3.xml:41(td) ./doc/common/tables/glance-s3.xml:45(td) ./doc/common/tables/glance-s3.xml:49(td) ./doc/common/tables/glance-s3.xml:53(td) ./doc/common/tables/glance-s3.xml:57(td) ./doc/common/tables/nova-rootwrap.xml:21(td) ./doc/common/tables/nova-rootwrap.xml:25(td) ./doc/common/tables/nova-rootwrap.xml:29(td) ./doc/common/tables/nova-rootwrap.xml:33(td) ./doc/common/tables/nova-rootwrap.xml:37(td) ./doc/common/tables/heat-loadbalancer.xml:21(td) ./doc/common/tables/ceilometer-api.xml:21(td) ./doc/common/tables/ceilometer-api.xml:25(td) ./doc/common/tables/ceilometer-api.xml:29(td) ./doc/common/tables/ceilometer-api.xml:33(td) ./doc/common/tables/ceilometer-api.xml:41(td) ./doc/common/tables/ceilometer-api.xml:45(td) ./doc/common/tables/ceilometer-api.xml:52(td) ./doc/common/tables/ceilometer-api.xml:56(td) ./doc/common/tables/ceilometer-api.xml:60(td) ./doc/common/tables/ceilometer-exchange.xml:21(td) ./doc/common/tables/ceilometer-exchange.xml:25(td) ./doc/common/tables/ceilometer-exchange.xml:29(td) ./doc/common/tables/ceilometer-exchange.xml:33(td) ./doc/common/tables/ceilometer-exchange.xml:37(td) ./doc/common/tables/ceilometer-exchange.xml:41(td) ./doc/common/tables/ceilometer-exchange.xml:45(td) ./doc/common/tables/ceilometer-exchange.xml:49(td) ./doc/common/tables/ceilometer-exchange.xml:53(td) ./doc/common/tables/ceilometer-exchange.xml:57(td) ./doc/common/tables/ceilometer-exchange.xml:61(td) ./doc/common/tables/ceilometer-exchange.xml:65(td) ./doc/common/tables/cinder-lvm.xml:21(td) ./doc/common/tables/cinder-lvm.xml:25(td) ./doc/common/tables/cinder-lvm.xml:29(td) ./doc/common/tables/cinder-lvm.xml:33(td) ./doc/common/tables/trove-dns.xml:37(td) ./doc/common/tables/trove-dns.xml:41(td) ./doc/common/tables/trove-dns.xml:49(td) ./doc/common/tables/trove-dns.xml:69(td) ./doc/common/tables/trove-dns.xml:73(td) ./doc/common/tables/trove-dns.xml:81(td) ./doc/common/tables/sahara-amqp.xml:21(td) ./doc/common/tables/sahara-amqp.xml:25(td) ./doc/common/tables/sahara-amqp.xml:29(td) ./doc/common/tables/sahara-amqp.xml:33(td) ./doc/common/tables/sahara-amqp.xml:37(td) ./doc/common/tables/sahara-amqp.xml:41(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:20(td) ./doc/common/tables/nova-cells.xml:21(td) ./doc/common/tables/nova-cells.xml:25(td) ./doc/common/tables/nova-cells.xml:29(td) ./doc/common/tables/nova-cells.xml:33(td) ./doc/common/tables/nova-cells.xml:37(td) ./doc/common/tables/nova-cells.xml:41(td) ./doc/common/tables/nova-cells.xml:45(td) ./doc/common/tables/nova-cells.xml:49(td) ./doc/common/tables/nova-cells.xml:53(td) ./doc/common/tables/nova-cells.xml:57(td) ./doc/common/tables/nova-cells.xml:61(td) ./doc/common/tables/nova-cells.xml:65(td) ./doc/common/tables/nova-cells.xml:69(td) ./doc/common/tables/nova-cells.xml:73(td) ./doc/common/tables/nova-cells.xml:77(td) ./doc/common/tables/nova-cells.xml:81(td) ./doc/common/tables/nova-cells.xml:85(td) ./doc/common/tables/nova-cells.xml:89(td) ./doc/common/tables/trove-volume.xml:21(td) ./doc/common/tables/trove-volume.xml:25(td) ./doc/common/tables/trove-volume.xml:29(td) ./doc/common/tables/trove-volume.xml:33(td) ./doc/common/tables/trove-volume.xml:37(td) ./doc/common/tables/trove-volume.xml:41(td) ./doc/common/tables/trove-volume.xml:45(td) ./doc/common/tables/trove-volume.xml:49(td) ./doc/common/tables/trove-volume.xml:53(td) ./doc/common/tables/trove-volume.xml:57(td) ./doc/common/tables/heat-auth_token.xml:21(td) ./doc/common/tables/heat-auth_token.xml:25(td) ./doc/common/tables/heat-auth_token.xml:29(td) ./doc/common/tables/heat-auth_token.xml:33(td) ./doc/common/tables/heat-auth_token.xml:41(td) ./doc/common/tables/heat-auth_token.xml:45(td) ./doc/common/tables/heat-auth_token.xml:49(td) ./doc/common/tables/heat-auth_token.xml:53(td) ./doc/common/tables/heat-auth_token.xml:57(td) ./doc/common/tables/heat-auth_token.xml:61(td) ./doc/common/tables/heat-auth_token.xml:65(td) ./doc/common/tables/heat-auth_token.xml:69(td) ./doc/common/tables/heat-auth_token.xml:73(td) ./doc/common/tables/heat-auth_token.xml:77(td) ./doc/common/tables/heat-auth_token.xml:81(td) ./doc/common/tables/heat-auth_token.xml:85(td) ./doc/common/tables/heat-auth_token.xml:89(td) ./doc/common/tables/heat-auth_token.xml:93(td) ./doc/common/tables/heat-auth_token.xml:97(td) ./doc/common/tables/heat-auth_token.xml:101(td) ./doc/common/tables/heat-auth_token.xml:105(td) ./doc/common/tables/heat-auth_token.xml:109(td) ./doc/common/tables/heat-auth_token.xml:113(td) ./doc/common/tables/heat-auth_token.xml:117(td) ./doc/common/tables/heat-auth_token.xml:121(td) ./doc/common/tables/heat-auth_token.xml:125(td) ./doc/common/tables/heat-auth_token.xml:129(td) ./doc/common/tables/heat-auth_token.xml:133(td) ./doc/common/tables/heat-auth_token.xml:137(td) ./doc/common/tables/heat-auth_token.xml:141(td) ./doc/common/tables/heat-auth_token.xml:145(td) ./doc/common/tables/heat-auth_token.xml:149(td) ./doc/common/tables/heat-auth_token.xml:153(td) ./doc/common/tables/heat-auth_token.xml:157(td) ./doc/common/tables/heat-auth_token.xml:161(td) ./doc/common/tables/neutron-quotas.xml:21(td) ./doc/common/tables/neutron-quotas.xml:28(td) ./doc/common/tables/neutron-quotas.xml:32(td) ./doc/common/tables/neutron-quotas.xml:36(td) ./doc/common/tables/neutron-quotas.xml:40(td) ./doc/common/tables/neutron-quotas.xml:44(td) ./doc/common/tables/neutron-quotas.xml:48(td) ./doc/common/tables/neutron-quotas.xml:52(td) ./doc/common/tables/neutron-quotas.xml:56(td) ./doc/common/tables/neutron-quotas.xml:60(td) ./doc/common/tables/neutron-quotas.xml:64(td) ./doc/common/tables/neutron-quotas.xml:68(td) ./doc/common/tables/neutron-quotas.xml:72(td) ./doc/common/tables/neutron-quotas.xml:76(td) ./doc/common/tables/neutron-quotas.xml:80(td) ./doc/common/tables/neutron-quotas.xml:84(td) ./doc/common/tables/neutron-quotas.xml:88(td) ./doc/common/tables/nova-auth_token.xml:21(td) ./doc/common/tables/nova-auth_token.xml:25(td) ./doc/common/tables/nova-auth_token.xml:29(td) ./doc/common/tables/nova-auth_token.xml:33(td) ./doc/common/tables/nova-auth_token.xml:41(td) ./doc/common/tables/nova-auth_token.xml:45(td) ./doc/common/tables/nova-auth_token.xml:49(td) ./doc/common/tables/nova-auth_token.xml:53(td) ./doc/common/tables/nova-auth_token.xml:57(td) ./doc/common/tables/nova-auth_token.xml:61(td) ./doc/common/tables/nova-auth_token.xml:65(td) ./doc/common/tables/nova-auth_token.xml:69(td) ./doc/common/tables/nova-auth_token.xml:73(td) ./doc/common/tables/nova-auth_token.xml:77(td) ./doc/common/tables/nova-auth_token.xml:81(td) ./doc/common/tables/nova-auth_token.xml:85(td) ./doc/common/tables/nova-auth_token.xml:89(td) ./doc/common/tables/nova-auth_token.xml:93(td) ./doc/common/tables/nova-auth_token.xml:97(td) ./doc/common/tables/nova-auth_token.xml:101(td) ./doc/common/tables/nova-auth_token.xml:105(td) ./doc/common/tables/nova-auth_token.xml:109(td) ./doc/common/tables/nova-auth_token.xml:113(td) ./doc/common/tables/nova-auth_token.xml:117(td) ./doc/common/tables/nova-auth_token.xml:121(td) ./doc/common/tables/nova-auth_token.xml:125(td) ./doc/common/tables/nova-auth_token.xml:129(td) ./doc/common/tables/nova-auth_token.xml:133(td) ./doc/common/tables/nova-auth_token.xml:137(td) ./doc/common/tables/nova-auth_token.xml:141(td) ./doc/common/tables/nova-auth_token.xml:145(td) ./doc/common/tables/nova-auth_token.xml:149(td) ./doc/common/tables/nova-auth_token.xml:153(td) ./doc/common/tables/nova-auth_token.xml:157(td) ./doc/common/tables/nova-auth_token.xml:161(td) ./doc/common/tables/cinder-storage_nfs.xml:21(td) ./doc/common/tables/cinder-storage_nfs.xml:25(td) ./doc/common/tables/cinder-storage_nfs.xml:29(td) ./doc/common/tables/cinder-storage_nfs.xml:33(td) ./doc/common/tables/cinder-storage_nfs.xml:37(td) ./doc/common/tables/cinder-storage_nfs.xml:41(td) ./doc/common/tables/cinder-storage_nfs.xml:45(td) ./doc/common/tables/cinder-quobyte.xml:21(td) ./doc/common/tables/cinder-quobyte.xml:25(td) ./doc/common/tables/cinder-quobyte.xml:29(td) ./doc/common/tables/cinder-quobyte.xml:33(td) ./doc/common/tables/cinder-quobyte.xml:37(td) ./doc/common/tables/cinder-hds-hnas.xml:21(td) ./doc/common/tables/cinder-hds-hnas.xml:25(td) ./doc/common/tables/heat-api.xml:21(td) ./doc/common/tables/heat-api.xml:25(td) ./doc/common/tables/heat-api.xml:29(td) ./doc/common/tables/heat-api.xml:37(td) ./doc/common/tables/heat-api.xml:49(td) ./doc/common/tables/heat-api.xml:53(td) ./doc/common/tables/heat-api.xml:57(td) ./doc/common/tables/heat-api.xml:61(td) ./doc/common/tables/heat-api.xml:65(td) ./doc/common/tables/heat-api.xml:69(td) ./doc/common/tables/heat-api.xml:73(td) ./doc/common/tables/heat-api.xml:77(td) ./doc/common/tables/heat-api.xml:81(td) ./doc/common/tables/heat-api.xml:85(td) ./doc/common/tables/heat-api.xml:89(td) ./doc/common/tables/heat-api.xml:93(td) ./doc/common/tables/heat-api.xml:108(td) ./doc/common/tables/heat-api.xml:119(td) ./doc/common/tables/heat-api.xml:123(td) ./doc/common/tables/heat-api.xml:127(td) ./doc/common/tables/heat-api.xml:131(td) ./doc/common/tables/heat-api.xml:135(td) ./doc/common/tables/heat-api.xml:139(td) ./doc/common/tables/heat-api.xml:146(td) ./doc/common/tables/heat-api.xml:150(td) ./doc/common/tables/heat-api.xml:154(td) ./doc/common/tables/heat-api.xml:158(td) ./doc/common/tables/heat-api.xml:162(td) ./doc/common/tables/heat-api.xml:166(td) ./doc/common/tables/heat-api.xml:170(td) ./doc/common/tables/heat-api.xml:177(td) ./doc/common/tables/heat-api.xml:181(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:26(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:31(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:35(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:46(td) ./doc/common/tables/heat-clients_ceilometer.xml:21(td) ./doc/common/tables/heat-clients_ceilometer.xml:25(td) ./doc/common/tables/heat-clients_ceilometer.xml:29(td) ./doc/common/tables/heat-clients_ceilometer.xml:33(td) ./doc/common/tables/heat-clients_ceilometer.xml:37(td) ./doc/common/tables/neutron-ryu.xml:25(td) ./doc/common/tables/glance-logging.xml:21(td) ./doc/common/tables/glance-logging.xml:25(td) ./doc/common/tables/glance-logging.xml:29(td) ./doc/common/tables/glance-logging.xml:33(td) ./doc/common/tables/glance-logging.xml:37(td) ./doc/common/tables/glance-logging.xml:41(td) ./doc/common/tables/glance-logging.xml:45(td) ./doc/common/tables/glance-logging.xml:49(td) ./doc/common/tables/glance-logging.xml:53(td) ./doc/common/tables/glance-logging.xml:57(td) ./doc/common/tables/glance-logging.xml:61(td) ./doc/common/tables/glance-logging.xml:65(td) ./doc/common/tables/glance-logging.xml:69(td) ./doc/common/tables/glance-logging.xml:73(td) ./doc/common/tables/glance-logging.xml:77(td) ./doc/common/tables/glance-logging.xml:81(td) ./doc/common/tables/glance-logging.xml:85(td) ./doc/common/tables/glance-logging.xml:89(td) ./doc/common/tables/glance-logging.xml:93(td) ./doc/common/tables/glance-logging.xml:97(td) ./doc/common/tables/glance-logging.xml:101(td) ./doc/common/tables/glance-logging.xml:105(td) ./doc/common/tables/glance-logging.xml:109(td) ./doc/common/tables/glance-logging.xml:113(td) ./doc/common/tables/glance-logging.xml:117(td) ./doc/common/tables/glance-logging.xml:121(td) ./doc/common/tables/glance-logging.xml:125(td) ./doc/common/tables/glance-logging.xml:129(td) ./doc/common/tables/swift-internal-client-pipeline-main.xml:20(td) ./doc/common/tables/swift-rsyncd-account.xml:20(td) ./doc/common/tables/swift-rsyncd-account.xml:24(td) ./doc/common/tables/swift-rsyncd-account.xml:28(td) ./doc/common/tables/swift-rsyncd-account.xml:32(td) ./doc/common/tables/neutron-metering_agent.xml:21(td) ./doc/common/tables/neutron-metering_agent.xml:25(td) ./doc/common/tables/neutron-metering_agent.xml:32(td) ./doc/common/tables/neutron-zeromq.xml:21(td) ./doc/common/tables/neutron-zeromq.xml:25(td) ./doc/common/tables/neutron-zeromq.xml:29(td) ./doc/common/tables/neutron-zeromq.xml:33(td) ./doc/common/tables/neutron-zeromq.xml:37(td) ./doc/common/tables/neutron-zeromq.xml:41(td) ./doc/common/tables/neutron-zeromq.xml:45(td) ./doc/common/tables/heat-clients_glance.xml:21(td) ./doc/common/tables/heat-clients_glance.xml:25(td) ./doc/common/tables/heat-clients_glance.xml:29(td) ./doc/common/tables/heat-clients_glance.xml:33(td) ./doc/common/tables/heat-clients_glance.xml:37(td) ./doc/common/tables/cinder-storage_glusterfs.xml:21(td) ./doc/common/tables/cinder-storage_glusterfs.xml:25(td) ./doc/common/tables/cinder-storage_glusterfs.xml:29(td) ./doc/common/tables/cinder-storage_glusterfs.xml:33(td) ./doc/common/tables/cinder-common.xml:29(td) ./doc/common/tables/cinder-common.xml:33(td) ./doc/common/tables/cinder-common.xml:37(td) ./doc/common/tables/cinder-common.xml:41(td) ./doc/common/tables/cinder-common.xml:45(td) ./doc/common/tables/cinder-common.xml:49(td) ./doc/common/tables/cinder-common.xml:53(td) ./doc/common/tables/cinder-common.xml:57(td) ./doc/common/tables/cinder-common.xml:61(td) ./doc/common/tables/cinder-common.xml:65(td) ./doc/common/tables/cinder-common.xml:69(td) ./doc/common/tables/cinder-common.xml:73(td) ./doc/common/tables/cinder-common.xml:85(td) ./doc/common/tables/cinder-common.xml:89(td) ./doc/common/tables/cinder-common.xml:93(td) ./doc/common/tables/cinder-common.xml:101(td) ./doc/common/tables/cinder-common.xml:105(td) ./doc/common/tables/cinder-common.xml:109(td) ./doc/common/tables/cinder-common.xml:113(td) ./doc/common/tables/cinder-common.xml:117(td) ./doc/common/tables/cinder-common.xml:121(td) ./doc/common/tables/cinder-common.xml:125(td) ./doc/common/tables/cinder-common.xml:129(td) ./doc/common/tables/cinder-common.xml:133(td) ./doc/common/tables/cinder-common.xml:137(td) ./doc/common/tables/cinder-common.xml:141(td) ./doc/common/tables/cinder-common.xml:145(td) ./doc/common/tables/cinder-common.xml:149(td) ./doc/common/tables/cinder-common.xml:153(td) ./doc/common/tables/cinder-common.xml:157(td) ./doc/common/tables/cinder-common.xml:161(td) ./doc/common/tables/cinder-common.xml:165(td) ./doc/common/tables/cinder-common.xml:169(td) ./doc/common/tables/cinder-common.xml:173(td) ./doc/common/tables/cinder-common.xml:177(td) ./doc/common/tables/cinder-common.xml:181(td) ./doc/common/tables/cinder-common.xml:185(td) ./doc/common/tables/cinder-common.xml:189(td) ./doc/common/tables/cinder-common.xml:193(td) ./doc/common/tables/cinder-common.xml:197(td) ./doc/common/tables/cinder-common.xml:201(td) ./doc/common/tables/cinder-common.xml:205(td) ./doc/common/tables/cinder-common.xml:209(td) ./doc/common/tables/cinder-common.xml:213(td) ./doc/common/tables/cinder-common.xml:217(td) ./doc/common/tables/cinder-common.xml:221(td) ./doc/common/tables/cinder-common.xml:225(td) ./doc/common/tables/cinder-common.xml:229(td) ./doc/common/tables/cinder-common.xml:236(td) ./doc/common/tables/glance-swift.xml:21(td) ./doc/common/tables/glance-swift.xml:25(td) ./doc/common/tables/glance-swift.xml:29(td) ./doc/common/tables/glance-swift.xml:33(td) ./doc/common/tables/glance-swift.xml:37(td) ./doc/common/tables/glance-swift.xml:44(td) ./doc/common/tables/glance-swift.xml:52(td) ./doc/common/tables/glance-swift.xml:56(td) ./doc/common/tables/glance-swift.xml:60(td) ./doc/common/tables/glance-swift.xml:64(td) ./doc/common/tables/glance-swift.xml:68(td) ./doc/common/tables/glance-swift.xml:72(td) ./doc/common/tables/glance-swift.xml:76(td) ./doc/common/tables/glance-swift.xml:80(td) ./doc/common/tables/glance-swift.xml:84(td) ./doc/common/tables/glance-swift.xml:88(td) ./doc/common/tables/glance-swift.xml:92(td) ./doc/common/tables/glance-swift.xml:96(td) ./doc/common/tables/glance-swift.xml:100(td) ./doc/common/tables/glance-swift.xml:104(td) ./doc/common/tables/glance-swift.xml:108(td) ./doc/common/tables/glance-swift.xml:112(td) ./doc/common/tables/glance-swift.xml:116(td) ./doc/common/tables/glance-swift.xml:120(td) ./doc/common/tables/glance-swift.xml:124(td) ./doc/common/tables/trove-quota.xml:21(td) ./doc/common/tables/trove-quota.xml:25(td) ./doc/common/tables/trove-quota.xml:29(td) ./doc/common/tables/trove-quota.xml:33(td) ./doc/common/tables/trove-quota.xml:37(td) ./doc/common/tables/trove-clients.xml:21(td) ./doc/common/tables/trove-clients.xml:25(td) ./doc/common/tables/trove-clients.xml:29(td) ./doc/common/tables/trove-clients.xml:33(td) ./doc/common/tables/trove-clients.xml:37(td) ./doc/common/tables/trove-clients.xml:41(td) ./doc/common/tables/trove-clients.xml:45(td) ./doc/common/tables/cinder-auth_token.xml:21(td) ./doc/common/tables/cinder-auth_token.xml:25(td) ./doc/common/tables/cinder-auth_token.xml:29(td) ./doc/common/tables/cinder-auth_token.xml:33(td) ./doc/common/tables/cinder-auth_token.xml:41(td) ./doc/common/tables/cinder-auth_token.xml:45(td) ./doc/common/tables/cinder-auth_token.xml:49(td) ./doc/common/tables/cinder-auth_token.xml:53(td) ./doc/common/tables/cinder-auth_token.xml:57(td) ./doc/common/tables/cinder-auth_token.xml:61(td) ./doc/common/tables/cinder-auth_token.xml:65(td) ./doc/common/tables/cinder-auth_token.xml:69(td) ./doc/common/tables/cinder-auth_token.xml:73(td) ./doc/common/tables/cinder-auth_token.xml:77(td) ./doc/common/tables/cinder-auth_token.xml:81(td) ./doc/common/tables/cinder-auth_token.xml:85(td) ./doc/common/tables/cinder-auth_token.xml:89(td) ./doc/common/tables/cinder-auth_token.xml:93(td) ./doc/common/tables/cinder-auth_token.xml:97(td) ./doc/common/tables/cinder-auth_token.xml:101(td) ./doc/common/tables/cinder-auth_token.xml:105(td) ./doc/common/tables/cinder-auth_token.xml:109(td) ./doc/common/tables/cinder-auth_token.xml:113(td) ./doc/common/tables/cinder-auth_token.xml:117(td) ./doc/common/tables/cinder-auth_token.xml:121(td) ./doc/common/tables/cinder-auth_token.xml:125(td) ./doc/common/tables/cinder-auth_token.xml:129(td) ./doc/common/tables/cinder-auth_token.xml:133(td) ./doc/common/tables/cinder-auth_token.xml:137(td) ./doc/common/tables/cinder-auth_token.xml:141(td) ./doc/common/tables/cinder-auth_token.xml:145(td) ./doc/common/tables/cinder-auth_token.xml:149(td) ./doc/common/tables/cinder-auth_token.xml:153(td) ./doc/common/tables/cinder-auth_token.xml:157(td) ./doc/common/tables/cinder-auth_token.xml:161(td) ./doc/common/tables/ceilometer-alarm.xml:21(td) ./doc/common/tables/ceilometer-alarm.xml:25(td) ./doc/common/tables/ceilometer-alarm.xml:29(td) ./doc/common/tables/ceilometer-alarm.xml:33(td) ./doc/common/tables/ceilometer-alarm.xml:37(td) ./doc/common/tables/ceilometer-alarm.xml:41(td) ./doc/common/tables/ceilometer-alarm.xml:53(td) ./doc/common/tables/ceilometer-alarm.xml:57(td) ./doc/common/tables/ceilometer-alarm.xml:61(td) ./doc/common/tables/sahara-clients.xml:21(td) ./doc/common/tables/sahara-clients.xml:25(td) ./doc/common/tables/sahara-clients.xml:29(td) ./doc/common/tables/sahara-clients.xml:36(td) ./doc/common/tables/sahara-clients.xml:40(td) ./doc/common/tables/sahara-clients.xml:47(td) ./doc/common/tables/sahara-clients.xml:51(td) ./doc/common/tables/sahara-clients.xml:58(td) ./doc/common/tables/sahara-clients.xml:62(td) ./doc/common/tables/sahara-clients.xml:69(td) ./doc/common/tables/sahara-clients.xml:73(td) ./doc/common/tables/sahara-clients.xml:80(td) ./doc/common/tables/sahara-clients.xml:84(td) ./doc/common/tables/ceilometer-events.xml:21(td) ./doc/common/tables/ceilometer-events.xml:25(td) ./doc/common/tables/ceilometer-events.xml:29(td) ./doc/common/tables/ceilometer-events.xml:36(td) ./doc/common/tables/ceilometer-events.xml:40(td) ./doc/common/tables/ceilometer-events.xml:44(td) ./doc/common/tables/heat-testing.xml:21(td) ./doc/common/tables/heat-testing.xml:25(td) ./doc/common/tables/ironic-qpid.xml:21(td) ./doc/common/tables/ironic-qpid.xml:25(td) ./doc/common/tables/ironic-qpid.xml:29(td) ./doc/common/tables/ironic-qpid.xml:33(td) ./doc/common/tables/ironic-qpid.xml:37(td) ./doc/common/tables/ironic-qpid.xml:45(td) ./doc/common/tables/ironic-qpid.xml:49(td) ./doc/common/tables/ironic-qpid.xml:53(td) ./doc/common/tables/ironic-qpid.xml:61(td) ./doc/common/tables/ironic-qpid.xml:65(td) ./doc/common/tables/ironic-qpid.xml:73(td) ./doc/common/tables/cinder-xiv.xml:29(td) ./doc/common/tables/cinder-xiv.xml:37(td) ./doc/common/tables/cinder-xiv.xml:41(td) ./doc/common/tables/cinder-xiv.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:32(td) ./doc/common/tables/ironic-ssh.xml:21(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:85(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:89(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:96(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:100(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:104(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:108(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:112(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:116(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:120(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:124(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:128(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:132(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:136(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:140(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:144(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:148(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:155(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:159(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:163(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:170(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:174(td) ./doc/common/tables/nova-glance.xml:21(td) ./doc/common/tables/nova-glance.xml:32(td) ./doc/common/tables/nova-glance.xml:36(td) ./doc/common/tables/nova-glance.xml:40(td) ./doc/common/tables/nova-glance.xml:44(td) ./doc/common/tables/nova-glance.xml:48(td) ./doc/common/tables/nova-glance.xml:52(td) ./doc/common/tables/neutron-database.xml:21(td) ./doc/common/tables/neutron-database.xml:25(td) ./doc/common/tables/neutron-database.xml:29(td) ./doc/common/tables/neutron-database.xml:33(td) ./doc/common/tables/neutron-database.xml:37(td) ./doc/common/tables/neutron-database.xml:41(td) ./doc/common/tables/neutron-database.xml:45(td) ./doc/common/tables/neutron-database.xml:49(td) ./doc/common/tables/neutron-database.xml:53(td) ./doc/common/tables/neutron-database.xml:57(td) ./doc/common/tables/neutron-database.xml:61(td) ./doc/common/tables/neutron-database.xml:65(td) ./doc/common/tables/neutron-database.xml:69(td) ./doc/common/tables/neutron-database.xml:73(td) ./doc/common/tables/neutron-database.xml:77(td) ./doc/common/tables/neutron-database.xml:81(td) ./doc/common/tables/neutron-database.xml:85(td) ./doc/common/tables/neutron-database.xml:89(td) ./doc/common/tables/neutron-database.xml:93(td) ./doc/common/tables/neutron-database.xml:97(td) ./doc/common/tables/keystone-auth_token.xml:21(td) ./doc/common/tables/keystone-auth_token.xml:25(td) ./doc/common/tables/keystone-auth_token.xml:29(td) ./doc/common/tables/keystone-auth_token.xml:33(td) ./doc/common/tables/keystone-auth_token.xml:41(td) ./doc/common/tables/keystone-auth_token.xml:45(td) ./doc/common/tables/keystone-auth_token.xml:49(td) ./doc/common/tables/keystone-auth_token.xml:53(td) ./doc/common/tables/keystone-auth_token.xml:57(td) ./doc/common/tables/keystone-auth_token.xml:61(td) ./doc/common/tables/keystone-auth_token.xml:65(td) ./doc/common/tables/keystone-auth_token.xml:69(td) ./doc/common/tables/keystone-auth_token.xml:73(td) ./doc/common/tables/keystone-auth_token.xml:77(td) ./doc/common/tables/keystone-auth_token.xml:81(td) ./doc/common/tables/keystone-auth_token.xml:85(td) ./doc/common/tables/keystone-auth_token.xml:89(td) ./doc/common/tables/keystone-auth_token.xml:93(td) ./doc/common/tables/keystone-auth_token.xml:97(td) ./doc/common/tables/keystone-auth_token.xml:101(td) ./doc/common/tables/keystone-auth_token.xml:105(td) ./doc/common/tables/keystone-auth_token.xml:109(td) ./doc/common/tables/keystone-auth_token.xml:113(td) ./doc/common/tables/keystone-auth_token.xml:117(td) ./doc/common/tables/keystone-auth_token.xml:121(td) ./doc/common/tables/keystone-auth_token.xml:125(td) ./doc/common/tables/keystone-auth_token.xml:129(td) ./doc/common/tables/keystone-auth_token.xml:133(td) ./doc/common/tables/keystone-auth_token.xml:137(td) ./doc/common/tables/keystone-auth_token.xml:141(td) ./doc/common/tables/keystone-auth_token.xml:145(td) ./doc/common/tables/keystone-auth_token.xml:149(td) ./doc/common/tables/keystone-auth_token.xml:153(td) ./doc/common/tables/keystone-auth_token.xml:157(td) ./doc/common/tables/keystone-auth_token.xml:161(td) ./doc/common/tables/nova-s3.xml:21(td) ./doc/common/tables/nova-s3.xml:25(td) ./doc/common/tables/nova-s3.xml:29(td) ./doc/common/tables/nova-s3.xml:33(td) ./doc/common/tables/nova-s3.xml:37(td) ./doc/common/tables/nova-s3.xml:41(td) ./doc/common/tables/nova-s3.xml:45(td) ./doc/common/tables/nova-s3.xml:49(td) ./doc/common/tables/nova-s3.xml:53(td) ./doc/common/tables/nova-s3.xml:57(td) ./doc/common/tables/nova-serial_console.xml:21(td) ./doc/common/tables/nova-serial_console.xml:25(td) ./doc/common/tables/nova-serial_console.xml:29(td) ./doc/common/tables/nova-serial_console.xml:33(td) ./doc/common/tables/nova-serial_console.xml:37(td) ./doc/common/tables/nova-serial_console.xml:41(td) ./doc/common/tables/nova-serial_console.xml:45(td) ./doc/common/tables/ironic-api.xml:21(td) ./doc/common/tables/ironic-api.xml:25(td) ./doc/common/tables/ironic-api.xml:29(td) ./doc/common/tables/nova-pci.xml:21(td) ./doc/common/tables/nova-pci.xml:25(td) ./doc/common/tables/swift-account-server-filter-recon.xml:20(td) ./doc/common/tables/swift-account-server-filter-recon.xml:24(td) ./doc/common/tables/ceilometer-magnetodb.xml:21(td) ./doc/common/tables/heat-clients_cinder.xml:21(td) ./doc/common/tables/heat-clients_cinder.xml:25(td) ./doc/common/tables/heat-clients_cinder.xml:29(td) ./doc/common/tables/heat-clients_cinder.xml:33(td) ./doc/common/tables/heat-clients_cinder.xml:37(td) ./doc/common/tables/heat-clients_cinder.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:52(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:56(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:60(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:64(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:68(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:72(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:76(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:80(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:84(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:88(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:92(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:96(td) ./doc/common/tables/sahara-testing.xml:21(td) ./doc/common/tables/keystone-revoke.xml:21(td) ./doc/common/tables/keystone-revoke.xml:25(td) ./doc/common/tables/keystone-revoke.xml:29(td) ./doc/common/tables/keystone-revoke.xml:33(td) ./doc/common/tables/sahara-common.xml:21(td) ./doc/common/tables/sahara-common.xml:25(td) ./doc/common/tables/sahara-common.xml:29(td) ./doc/common/tables/sahara-common.xml:33(td) ./doc/common/tables/sahara-common.xml:37(td) ./doc/common/tables/sahara-common.xml:41(td) ./doc/common/tables/sahara-common.xml:45(td) ./doc/common/tables/sahara-common.xml:49(td) ./doc/common/tables/sahara-common.xml:53(td) ./doc/common/tables/sahara-common.xml:57(td) ./doc/common/tables/sahara-common.xml:61(td) ./doc/common/tables/sahara-common.xml:65(td) ./doc/common/tables/sahara-common.xml:69(td) ./doc/common/tables/sahara-common.xml:73(td) ./doc/common/tables/sahara-common.xml:81(td) ./doc/common/tables/sahara-common.xml:85(td) ./doc/common/tables/sahara-common.xml:89(td) ./doc/common/tables/sahara-common.xml:93(td) ./doc/common/tables/sahara-common.xml:97(td) ./doc/common/tables/sahara-common.xml:101(td) ./doc/common/tables/sahara-common.xml:105(td) ./doc/common/tables/sahara-common.xml:109(td) ./doc/common/tables/sahara-common.xml:113(td) ./doc/common/tables/sahara-common.xml:121(td) ./doc/common/tables/sahara-common.xml:125(td) ./doc/common/tables/sahara-common.xml:129(td) ./doc/common/tables/sahara-common.xml:133(td) ./doc/common/tables/sahara-common.xml:137(td) ./doc/common/tables/sahara-common.xml:141(td) ./doc/common/tables/sahara-common.xml:145(td) ./doc/common/tables/sahara-common.xml:149(td) ./doc/common/tables/sahara-common.xml:153(td) ./doc/common/tables/sahara-common.xml:157(td) ./doc/common/tables/sahara-common.xml:164(td) ./doc/common/tables/sahara-common.xml:171(td) ./doc/common/tables/cinder-api.xml:21(td) ./doc/common/tables/cinder-api.xml:25(td) ./doc/common/tables/cinder-api.xml:29(td) ./doc/common/tables/cinder-api.xml:33(td) ./doc/common/tables/cinder-api.xml:37(td) ./doc/common/tables/cinder-api.xml:41(td) ./doc/common/tables/cinder-api.xml:45(td) ./doc/common/tables/cinder-api.xml:49(td) ./doc/common/tables/cinder-api.xml:53(td) ./doc/common/tables/cinder-api.xml:57(td) ./doc/common/tables/cinder-api.xml:61(td) ./doc/common/tables/cinder-api.xml:65(td) ./doc/common/tables/cinder-api.xml:73(td) ./doc/common/tables/cinder-api.xml:77(td) ./doc/common/tables/cinder-api.xml:81(td) ./doc/common/tables/cinder-api.xml:85(td) ./doc/common/tables/cinder-api.xml:89(td) ./doc/common/tables/cinder-api.xml:93(td) ./doc/common/tables/cinder-api.xml:97(td) ./doc/common/tables/cinder-api.xml:101(td) ./doc/common/tables/cinder-api.xml:105(td) ./doc/common/tables/cinder-api.xml:109(td) ./doc/common/tables/cinder-api.xml:113(td) ./doc/common/tables/ceilometer-rootwrap.xml:21(td) ./doc/common/tables/ceilometer-rootwrap.xml:25(td) ./doc/common/tables/ceilometer-rootwrap.xml:29(td) ./doc/common/tables/ceilometer-rootwrap.xml:33(td) ./doc/common/tables/ceilometer-rootwrap.xml:37(td) ./doc/common/tables/ironic-virtualbox.xml:21(td) ./doc/common/tables/keystone-saml.xml:21(td) ./doc/common/tables/keystone-saml.xml:25(td) ./doc/common/tables/keystone-saml.xml:29(td) ./doc/common/tables/keystone-saml.xml:33(td) ./doc/common/tables/keystone-saml.xml:37(td) ./doc/common/tables/keystone-saml.xml:41(td) ./doc/common/tables/keystone-saml.xml:45(td) ./doc/common/tables/keystone-saml.xml:49(td) ./doc/common/tables/keystone-saml.xml:53(td) ./doc/common/tables/keystone-saml.xml:57(td) ./doc/common/tables/keystone-saml.xml:61(td) ./doc/common/tables/keystone-saml.xml:65(td) ./doc/common/tables/keystone-saml.xml:69(td) ./doc/common/tables/keystone-saml.xml:73(td) ./doc/common/tables/keystone-saml.xml:77(td) ./doc/common/tables/keystone-saml.xml:81(td) ./doc/common/tables/keystone-saml.xml:85(td) ./doc/common/tables/keystone-saml.xml:89(td) ./doc/common/tables/trove-db_couchbase.xml:21(td) ./doc/common/tables/trove-db_couchbase.xml:25(td) ./doc/common/tables/trove-db_couchbase.xml:29(td) ./doc/common/tables/trove-db_couchbase.xml:33(td) ./doc/common/tables/trove-db_couchbase.xml:37(td) ./doc/common/tables/trove-db_couchbase.xml:41(td) ./doc/common/tables/trove-db_couchbase.xml:45(td) ./doc/common/tables/trove-db_couchbase.xml:49(td) ./doc/common/tables/trove-db_couchbase.xml:53(td) ./doc/common/tables/trove-db_couchbase.xml:61(td) ./doc/common/tables/trove-db_couchbase.xml:68(td) ./doc/common/tables/trove-db_couchbase.xml:72(td) ./doc/common/tables/trove-db_couchbase.xml:76(td) ./doc/common/tables/trove-db_couchbase.xml:80(td) ./doc/common/tables/trove-db_couchbase.xml:84(td) ./doc/common/tables/trove-db_couchbase.xml:88(td) ./doc/common/tables/trove-db_couchbase.xml:92(td) ./doc/common/tables/trove-db_couchbase.xml:96(td) ./doc/common/tables/trove-db_couchbase.xml:100(td) ./doc/common/tables/trove-db_couchbase.xml:108(td) ./doc/common/tables/heat-clients_trove.xml:21(td) ./doc/common/tables/heat-clients_trove.xml:25(td) ./doc/common/tables/heat-clients_trove.xml:29(td) ./doc/common/tables/heat-clients_trove.xml:33(td) ./doc/common/tables/heat-clients_trove.xml:37(td) ./doc/common/tables/swift-account-server-account-replicator.xml:20(td) ./doc/common/tables/swift-account-server-account-replicator.xml:24(td) ./doc/common/tables/swift-account-server-account-replicator.xml:28(td) ./doc/common/tables/swift-account-server-account-replicator.xml:32(td) ./doc/common/tables/swift-account-server-account-replicator.xml:36(td) ./doc/common/tables/swift-account-server-account-replicator.xml:40(td) ./doc/common/tables/swift-account-server-account-replicator.xml:44(td) ./doc/common/tables/swift-account-server-account-replicator.xml:48(td) ./doc/common/tables/swift-account-server-account-replicator.xml:52(td) ./doc/common/tables/swift-account-server-account-replicator.xml:56(td) ./doc/common/tables/swift-account-server-account-replicator.xml:60(td) ./doc/common/tables/swift-account-server-account-replicator.xml:64(td) ./doc/common/tables/swift-account-server-account-replicator.xml:68(td) ./doc/common/tables/swift-account-server-account-replicator.xml:72(td) ./doc/common/tables/swift-account-server-account-replicator.xml:76(td) ./doc/common/tables/swift-account-server-account-replicator.xml:80(td) ./doc/common/tables/trove-testing.xml:21(td) ./doc/common/tables/neutron-plumgrid.xml:21(td) ./doc/common/tables/neutron-plumgrid.xml:25(td) ./doc/common/tables/neutron-plumgrid.xml:29(td) ./doc/common/tables/neutron-plumgrid.xml:33(td) ./doc/common/tables/neutron-plumgrid.xml:37(td) ./doc/common/tables/neutron-plumgrid.xml:41(td) ./doc/common/tables/trove-heat.xml:21(td) ./doc/common/tables/trove-heat.xml:25(td) ./doc/common/tables/trove-heat.xml:29(td) ./doc/common/tables/trove-heat.xml:33(td) ./doc/common/tables/glance-sheepdog.xml:21(td) ./doc/common/tables/glance-sheepdog.xml:25(td) ./doc/common/tables/glance-sheepdog.xml:29(td) ./doc/common/tables/keystone-mapping.xml:21(td) ./doc/common/tables/keystone-mapping.xml:25(td) ./doc/common/tables/keystone-mapping.xml:29(td) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:20(td) ./doc/common/tables/cinder-zfssa-nfs.xml:21(td) ./doc/common/tables/cinder-zfssa-nfs.xml:25(td) ./doc/common/tables/cinder-zfssa-nfs.xml:37(td) ./doc/common/tables/cinder-zfssa-nfs.xml:41(td) ./doc/common/tables/cinder-zfssa-nfs.xml:45(td) ./doc/common/tables/cinder-zfssa-nfs.xml:49(td) ./doc/common/tables/cinder-zfssa-nfs.xml:53(td) ./doc/common/tables/cinder-windows.xml:21(td) ./doc/common/tables/cinder-san-solaris.xml:21(td) ./doc/common/tables/neutron-nuage.xml:25(td) ./doc/common/tables/neutron-nuage.xml:29(td) ./doc/common/tables/neutron-nuage.xml:33(td) ./doc/common/tables/neutron-nuage.xml:37(td) ./doc/common/tables/neutron-nuage.xml:41(td) ./doc/common/tables/neutron-nuage.xml:45(td) ./doc/common/tables/neutron-nuage.xml:49(td) ./doc/common/tables/neutron-nuage.xml:56(td) ./doc/common/tables/neutron-nuage.xml:60(td) ./doc/common/tables/keystone-rabbitmq.xml:21(td) ./doc/common/tables/keystone-rabbitmq.xml:25(td) ./doc/common/tables/keystone-rabbitmq.xml:29(td) ./doc/common/tables/keystone-rabbitmq.xml:33(td) ./doc/common/tables/keystone-rabbitmq.xml:37(td) ./doc/common/tables/keystone-rabbitmq.xml:41(td) ./doc/common/tables/keystone-rabbitmq.xml:61(td) ./doc/common/tables/keystone-rabbitmq.xml:65(td) ./doc/common/tables/keystone-rabbitmq.xml:69(td) ./doc/common/tables/keystone-rabbitmq.xml:73(td) ./doc/common/tables/keystone-rabbitmq.xml:77(td) ./doc/common/tables/keystone-rabbitmq.xml:81(td) ./doc/common/tables/keystone-rabbitmq.xml:85(td) ./doc/common/tables/keystone-rabbitmq.xml:89(td) ./doc/common/tables/keystone-rabbitmq.xml:93(td) ./doc/common/tables/keystone-rabbitmq.xml:97(td) ./doc/common/tables/keystone-rabbitmq.xml:101(td) ./doc/common/tables/keystone-rabbitmq.xml:105(td) ./doc/common/tables/keystone-rabbitmq.xml:109(td) ./doc/common/tables/keystone-zeromq.xml:21(td) ./doc/common/tables/keystone-zeromq.xml:25(td) ./doc/common/tables/keystone-zeromq.xml:29(td) ./doc/common/tables/keystone-zeromq.xml:33(td) ./doc/common/tables/keystone-zeromq.xml:37(td) ./doc/common/tables/keystone-zeromq.xml:41(td) ./doc/common/tables/keystone-zeromq.xml:45(td) ./doc/common/tables/ceilometer-notification.xml:21(td) ./doc/common/tables/glance-zeromq.xml:21(td) ./doc/common/tables/glance-zeromq.xml:25(td) ./doc/common/tables/glance-zeromq.xml:29(td) ./doc/common/tables/glance-zeromq.xml:33(td) ./doc/common/tables/glance-zeromq.xml:37(td) ./doc/common/tables/glance-zeromq.xml:41(td) ./doc/common/tables/glance-zeromq.xml:45(td) ./doc/common/tables/ironic-database.xml:21(td) ./doc/common/tables/ironic-database.xml:25(td) ./doc/common/tables/ironic-database.xml:29(td) ./doc/common/tables/ironic-database.xml:33(td) ./doc/common/tables/ironic-database.xml:37(td) ./doc/common/tables/ironic-database.xml:41(td) ./doc/common/tables/ironic-database.xml:45(td) ./doc/common/tables/ironic-database.xml:49(td) ./doc/common/tables/ironic-database.xml:53(td) ./doc/common/tables/ironic-database.xml:57(td) ./doc/common/tables/ironic-database.xml:61(td) ./doc/common/tables/ironic-database.xml:65(td) ./doc/common/tables/ironic-database.xml:69(td) ./doc/common/tables/ironic-database.xml:73(td) ./doc/common/tables/ironic-database.xml:77(td) ./doc/common/tables/ironic-database.xml:81(td) ./doc/common/tables/ironic-database.xml:85(td) ./doc/common/tables/ironic-database.xml:89(td) ./doc/common/tables/ironic-database.xml:93(td) ./doc/common/tables/ironic-database.xml:97(td) ./doc/common/tables/ironic-database.xml:101(td) ./doc/common/tables/neutron-bigswitch.xml:85(td) ./doc/common/tables/neutron-bigswitch.xml:89(td) ./doc/common/tables/neutron-bigswitch.xml:96(td) ./doc/common/tables/neutron-bigswitch.xml:100(td) ./doc/common/tables/neutron-bigswitch.xml:104(td) ./doc/common/tables/neutron-bigswitch.xml:108(td) ./doc/common/tables/neutron-bigswitch.xml:112(td) ./doc/common/tables/neutron-bigswitch.xml:116(td) ./doc/common/tables/neutron-bigswitch.xml:120(td) ./doc/common/tables/neutron-bigswitch.xml:124(td) ./doc/common/tables/neutron-bigswitch.xml:128(td) ./doc/common/tables/neutron-bigswitch.xml:132(td) ./doc/common/tables/neutron-bigswitch.xml:136(td) ./doc/common/tables/neutron-bigswitch.xml:140(td) ./doc/common/tables/neutron-bigswitch.xml:144(td) ./doc/common/tables/neutron-bigswitch.xml:148(td) ./doc/common/tables/neutron-bigswitch.xml:155(td) ./doc/common/tables/neutron-bigswitch.xml:159(td) ./doc/common/tables/neutron-bigswitch.xml:163(td) ./doc/common/tables/neutron-bigswitch.xml:170(td) ./doc/common/tables/neutron-bigswitch.xml:174(td) ./doc/common/tables/neutron-cfg_agent.xml:21(td) ./doc/common/tables/neutron-cfg_agent.xml:25(td) ./doc/common/tables/neutron-cfg_agent.xml:29(td) ./doc/common/tables/neutron-cfg_agent.xml:33(td) ./doc/common/tables/ceilometer-rpc.xml:21(td) ./doc/common/tables/ceilometer-rpc.xml:25(td) ./doc/common/tables/ceilometer-rpc.xml:29(td) ./doc/common/tables/ceilometer-rpc.xml:33(td) ./doc/common/tables/ceilometer-rpc.xml:37(td) ./doc/common/tables/ceilometer-rpc.xml:41(td) ./doc/common/tables/ceilometer-rpc.xml:45(td) ./doc/common/tables/ceilometer-rpc.xml:52(td) ./doc/common/tables/ceilometer-rpc.xml:59(td) ./doc/common/tables/ceilometer-rpc.xml:63(td) ./doc/common/tables/ceilometer-rpc.xml:67(td) ./doc/common/tables/ceilometer-rpc.xml:71(td) ./doc/common/tables/ceilometer-rpc.xml:75(td) ./doc/common/tables/ceilometer-rpc.xml:79(td) ./doc/common/tables/ceilometer-rpc.xml:95(td) ./doc/common/tables/ceilometer-rpc.xml:99(td) ./doc/common/tables/ceilometer-rpc.xml:106(td) ./doc/common/tables/ceilometer-rpc.xml:113(td) ./doc/common/tables/ceilometer-rpc.xml:117(td) ./doc/common/tables/ceilometer-rpc.xml:121(td) ./doc/common/tables/ceilometer-rpc.xml:128(td) ./doc/common/tables/cinder-redis.xml:21(td) ./doc/common/tables/cinder-redis.xml:25(td) ./doc/common/tables/cinder-redis.xml:29(td) ./doc/common/tables/cinder-redis.xml:36(td) ./doc/common/tables/swift-container-server-container-updater.xml:20(td) ./doc/common/tables/swift-container-server-container-updater.xml:25(td) ./doc/common/tables/swift-container-server-container-updater.xml:29(td) ./doc/common/tables/swift-container-server-container-updater.xml:33(td) ./doc/common/tables/swift-container-server-container-updater.xml:37(td) ./doc/common/tables/swift-container-server-container-updater.xml:41(td) ./doc/common/tables/swift-container-server-container-updater.xml:45(td) ./doc/common/tables/swift-container-server-container-updater.xml:49(td) ./doc/common/tables/swift-container-server-container-updater.xml:53(td) ./doc/common/tables/swift-container-server-container-updater.xml:57(td) ./doc/common/tables/swift-container-server-container-updater.xml:61(td) ./doc/common/tables/ironic-ipmi.xml:21(td) ./doc/common/tables/ironic-ipmi.xml:25(td) ./doc/common/tables/trove-db_mongodb.xml:21(td) ./doc/common/tables/trove-db_mongodb.xml:25(td) ./doc/common/tables/trove-db_mongodb.xml:29(td) ./doc/common/tables/trove-db_mongodb.xml:33(td) ./doc/common/tables/trove-db_mongodb.xml:37(td) ./doc/common/tables/trove-db_mongodb.xml:41(td) ./doc/common/tables/trove-db_mongodb.xml:45(td) ./doc/common/tables/trove-db_mongodb.xml:49(td) ./doc/common/tables/trove-db_mongodb.xml:53(td) ./doc/common/tables/trove-db_mongodb.xml:57(td) ./doc/common/tables/trove-db_mongodb.xml:61(td) ./doc/common/tables/trove-db_mongodb.xml:65(td) ./doc/common/tables/trove-db_mongodb.xml:69(td) ./doc/common/tables/trove-db_mongodb.xml:73(td) ./doc/common/tables/trove-db_mongodb.xml:81(td) ./doc/common/tables/sahara-policy.xml:21(td) ./doc/common/tables/sahara-policy.xml:25(td) ./doc/common/tables/sahara-policy.xml:29(td) ./doc/common/tables/ironic-snmp.xml:21(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:20(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:24(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:28(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:32(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:36(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:40(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:44(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:48(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:52(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:56(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:60(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:64(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:68(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:72(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:76(td) ./doc/common/tables/swift-object-server-object-replicator.xml:20(td) ./doc/common/tables/swift-object-server-object-replicator.xml:24(td) ./doc/common/tables/swift-object-server-object-replicator.xml:28(td) ./doc/common/tables/swift-object-server-object-replicator.xml:32(td) ./doc/common/tables/swift-object-server-object-replicator.xml:36(td) ./doc/common/tables/swift-object-server-object-replicator.xml:40(td) ./doc/common/tables/swift-object-server-object-replicator.xml:44(td) ./doc/common/tables/swift-object-server-object-replicator.xml:48(td) ./doc/common/tables/swift-object-server-object-replicator.xml:52(td) ./doc/common/tables/swift-object-server-object-replicator.xml:56(td) ./doc/common/tables/swift-object-server-object-replicator.xml:60(td) ./doc/common/tables/swift-object-server-object-replicator.xml:64(td) ./doc/common/tables/swift-object-server-object-replicator.xml:68(td) ./doc/common/tables/swift-object-server-object-replicator.xml:72(td) ./doc/common/tables/swift-object-server-object-replicator.xml:76(td) ./doc/common/tables/swift-object-server-object-replicator.xml:80(td) ./doc/common/tables/swift-object-server-object-replicator.xml:84(td) ./doc/common/tables/swift-object-server-object-replicator.xml:88(td) ./doc/common/tables/swift-object-server-object-replicator.xml:92(td) ./doc/common/tables/swift-object-server-object-replicator.xml:96(td) ./doc/common/tables/swift-object-server-object-replicator.xml:100(td) ./doc/common/tables/swift-object-server-object-replicator.xml:104(td) ./doc/common/tables/glance-filesystem.xml:21(td) ./doc/common/tables/glance-filesystem.xml:25(td) ./doc/common/tables/glance-filesystem.xml:29(td) ./doc/common/tables/glance-filesystem.xml:33(td) ./doc/common/tables/trove-rpc.xml:21(td) ./doc/common/tables/trove-rpc.xml:25(td) ./doc/common/tables/trove-rpc.xml:29(td) ./doc/common/tables/trove-rpc.xml:33(td) ./doc/common/tables/trove-rpc.xml:37(td) ./doc/common/tables/trove-rpc.xml:41(td) ./doc/common/tables/trove-rpc.xml:45(td) ./doc/common/tables/trove-rpc.xml:49(td) ./doc/common/tables/trove-rpc.xml:56(td) ./doc/common/tables/trove-rpc.xml:60(td) ./doc/common/tables/trove-rpc.xml:64(td) ./doc/common/tables/trove-rpc.xml:68(td) ./doc/common/tables/trove-rpc.xml:72(td) ./doc/common/tables/trove-rpc.xml:76(td) ./doc/common/tables/trove-rpc.xml:92(td) ./doc/common/tables/trove-rpc.xml:96(td) ./doc/common/tables/ceilometer-swift.xml:21(td) ./doc/common/tables/trove-backup.xml:21(td) ./doc/common/tables/trove-backup.xml:25(td) ./doc/common/tables/trove-backup.xml:29(td) ./doc/common/tables/trove-backup.xml:33(td) ./doc/common/tables/trove-backup.xml:37(td) ./doc/common/tables/trove-backup.xml:41(td) ./doc/common/tables/trove-backup.xml:45(td) ./doc/common/tables/trove-backup.xml:49(td) ./doc/common/tables/trove-backup.xml:53(td) ./doc/common/tables/trove-backup.xml:57(td) ./doc/common/tables/glance-debug.xml:21(td) ./doc/common/tables/nova-network.xml:21(td) ./doc/common/tables/nova-network.xml:25(td) ./doc/common/tables/nova-network.xml:29(td) ./doc/common/tables/nova-network.xml:33(td) ./doc/common/tables/nova-network.xml:37(td) ./doc/common/tables/nova-network.xml:41(td) ./doc/common/tables/nova-network.xml:45(td) ./doc/common/tables/nova-network.xml:49(td) ./doc/common/tables/nova-network.xml:53(td) ./doc/common/tables/nova-network.xml:57(td) ./doc/common/tables/nova-network.xml:61(td) ./doc/common/tables/nova-network.xml:65(td) ./doc/common/tables/nova-network.xml:69(td) ./doc/common/tables/nova-network.xml:77(td) ./doc/common/tables/nova-network.xml:81(td) ./doc/common/tables/nova-network.xml:85(td) ./doc/common/tables/nova-network.xml:89(td) ./doc/common/tables/nova-network.xml:93(td) ./doc/common/tables/nova-network.xml:97(td) ./doc/common/tables/nova-network.xml:101(td) ./doc/common/tables/nova-network.xml:105(td) ./doc/common/tables/nova-network.xml:109(td) ./doc/common/tables/nova-network.xml:113(td) ./doc/common/tables/nova-network.xml:117(td) ./doc/common/tables/nova-network.xml:121(td) ./doc/common/tables/nova-network.xml:125(td) ./doc/common/tables/nova-network.xml:129(td) ./doc/common/tables/nova-network.xml:137(td) ./doc/common/tables/nova-network.xml:145(td) ./doc/common/tables/nova-network.xml:153(td) ./doc/common/tables/nova-network.xml:157(td) ./doc/common/tables/nova-network.xml:161(td) ./doc/common/tables/nova-network.xml:165(td) ./doc/common/tables/nova-network.xml:169(td) ./doc/common/tables/nova-network.xml:173(td) ./doc/common/tables/nova-network.xml:177(td) ./doc/common/tables/nova-network.xml:181(td) ./doc/common/tables/nova-network.xml:185(td) ./doc/common/tables/nova-network.xml:189(td) ./doc/common/tables/nova-network.xml:193(td) ./doc/common/tables/nova-network.xml:197(td) ./doc/common/tables/nova-network.xml:201(td) ./doc/common/tables/nova-network.xml:205(td) ./doc/common/tables/nova-network.xml:209(td) ./doc/common/tables/nova-network.xml:213(td) ./doc/common/tables/nova-network.xml:217(td) ./doc/common/tables/nova-network.xml:221(td) ./doc/common/tables/nova-network.xml:225(td) ./doc/common/tables/nova-network.xml:229(td) ./doc/common/tables/nova-network.xml:233(td) ./doc/common/tables/nova-network.xml:237(td) ./doc/common/tables/nova-network.xml:241(td) ./doc/common/tables/nova-network.xml:245(td) ./doc/common/tables/nova-network.xml:249(td) ./doc/common/tables/nova-network.xml:253(td) ./doc/common/tables/nova-network.xml:257(td) ./doc/common/tables/nova-network.xml:264(td) ./doc/common/tables/glance-redis.xml:21(td) ./doc/common/tables/glance-redis.xml:25(td) ./doc/common/tables/glance-redis.xml:29(td) ./doc/common/tables/glance-redis.xml:36(td) ./doc/common/tables/cinder-smbfs.xml:21(td) ./doc/common/tables/cinder-smbfs.xml:25(td) ./doc/common/tables/cinder-smbfs.xml:29(td) ./doc/common/tables/cinder-smbfs.xml:33(td) ./doc/common/tables/cinder-smbfs.xml:37(td) ./doc/common/tables/cinder-smbfs.xml:41(td) ./doc/common/tables/cinder-smbfs.xml:45(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:25(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:29(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:37(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:45(td) ./doc/common/tables/ironic-discoverd.xml:21(td) ./doc/common/tables/ironic-discoverd.xml:25(td) ./doc/common/tables/ironic-discoverd.xml:29(td) ./doc/common/tables/nova-ca.xml:21(td) ./doc/common/tables/nova-ca.xml:25(td) ./doc/common/tables/nova-ca.xml:29(td) ./doc/common/tables/nova-ca.xml:33(td) ./doc/common/tables/nova-ca.xml:37(td) ./doc/common/tables/nova-ca.xml:41(td) ./doc/common/tables/nova-ca.xml:45(td) ./doc/common/tables/nova-ca.xml:49(td) ./doc/common/tables/nova-ca.xml:53(td) ./doc/common/tables/nova-ca.xml:57(td) ./doc/common/tables/nova-ca.xml:61(td) ./doc/common/tables/nova-ca.xml:65(td) ./doc/common/tables/nova-ca.xml:69(td) ./doc/common/tables/nova-ca.xml:73(td) ./doc/common/tables/nova-ca.xml:80(td) ./doc/common/tables/nova-ca.xml:84(td) ./doc/common/tables/nova-ca.xml:88(td) ./doc/common/tables/neutron-l3_arista.xml:21(td) ./doc/common/tables/neutron-l3_arista.xml:25(td) ./doc/common/tables/neutron-l3_arista.xml:45(td) ./doc/common/tables/neutron-dhcp_agent.xml:21(td) ./doc/common/tables/neutron-dhcp_agent.xml:29(td) ./doc/common/tables/neutron-dhcp_agent.xml:33(td) ./doc/common/tables/neutron-dhcp_agent.xml:37(td) ./doc/common/tables/neutron-dhcp_agent.xml:41(td) ./doc/common/tables/neutron-dhcp_agent.xml:45(td) ./doc/common/tables/neutron-dhcp_agent.xml:49(td) ./doc/common/tables/neutron-dhcp_agent.xml:53(td) ./doc/common/tables/ceilometer-collector.xml:21(td) ./doc/common/tables/ceilometer-collector.xml:28(td) ./doc/common/tables/ceilometer-collector.xml:32(td) ./doc/common/tables/ceilometer-collector.xml:36(td) ./doc/common/tables/ceilometer-collector.xml:40(td) ./doc/common/tables/ceilometer-collector.xml:47(td) ./doc/common/tables/ceilometer-collector.xml:51(td) ./doc/common/tables/ceilometer-collector.xml:55(td) ./doc/common/tables/cinder-hds-hus.xml:21(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:21(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:25(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:29(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:33(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:37(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:41(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:45(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:49(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:53(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:57(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:61(td) ./doc/common/tables/swift-swift-swift-hash.xml:20(td) ./doc/common/tables/swift-swift-swift-hash.xml:31(td) ./doc/common/tables/heat-debug.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:32(td) ./doc/common/tables/trove-guestagent.xml:21(td) ./doc/common/tables/trove-guestagent.xml:25(td) ./doc/common/tables/trove-guestagent.xml:29(td) ./doc/common/tables/trove-guestagent.xml:33(td) ./doc/common/tables/trove-guestagent.xml:37(td) ./doc/common/tables/trove-guestagent.xml:41(td) ./doc/common/tables/trove-guestagent.xml:45(td) ./doc/common/tables/trove-guestagent.xml:49(td) ./doc/common/tables/trove-guestagent.xml:53(td) ./doc/common/tables/trove-guestagent.xml:57(td) ./doc/common/tables/trove-guestagent.xml:61(td) ./doc/common/tables/trove-guestagent.xml:65(td) ./doc/common/tables/trove-guestagent.xml:69(td) ./doc/common/tables/trove-guestagent.xml:73(td) ./doc/common/tables/ironic-irmc.xml:21(td) ./doc/common/tables/ironic-irmc.xml:25(td) ./doc/common/tables/ironic-irmc.xml:29(td) ./doc/common/tables/ironic-irmc.xml:33(td) ./doc/common/tables/nova-qpid.xml:21(td) ./doc/common/tables/nova-qpid.xml:25(td) ./doc/common/tables/nova-qpid.xml:29(td) ./doc/common/tables/nova-qpid.xml:33(td) ./doc/common/tables/nova-qpid.xml:37(td) ./doc/common/tables/nova-qpid.xml:45(td) ./doc/common/tables/nova-qpid.xml:49(td) ./doc/common/tables/nova-qpid.xml:53(td) ./doc/common/tables/nova-qpid.xml:61(td) ./doc/common/tables/nova-qpid.xml:65(td) ./doc/common/tables/nova-qpid.xml:73(td) ./doc/common/tables/glance-qpid.xml:21(td) ./doc/common/tables/glance-qpid.xml:25(td) ./doc/common/tables/glance-qpid.xml:29(td) ./doc/common/tables/glance-qpid.xml:33(td) ./doc/common/tables/glance-qpid.xml:37(td) ./doc/common/tables/glance-qpid.xml:45(td) ./doc/common/tables/glance-qpid.xml:49(td) ./doc/common/tables/glance-qpid.xml:53(td) ./doc/common/tables/glance-qpid.xml:61(td) ./doc/common/tables/glance-qpid.xml:65(td) ./doc/common/tables/glance-qpid.xml:73(td) ./doc/common/tables/sahara-rpc.xml:21(td) ./doc/common/tables/sahara-rpc.xml:25(td) ./doc/common/tables/sahara-rpc.xml:29(td) ./doc/common/tables/sahara-rpc.xml:33(td) ./doc/common/tables/sahara-rpc.xml:37(td) ./doc/common/tables/sahara-rpc.xml:41(td) ./doc/common/tables/sahara-rpc.xml:48(td) ./doc/common/tables/sahara-rpc.xml:52(td) ./doc/common/tables/sahara-rpc.xml:56(td) ./doc/common/tables/sahara-rpc.xml:60(td) ./doc/common/tables/sahara-rpc.xml:64(td) ./doc/common/tables/sahara-rpc.xml:68(td) ./doc/common/tables/sahara-rpc.xml:84(td) ./doc/common/tables/sahara-rpc.xml:88(td) ./doc/common/tables/neutron-ml2_sriov.xml:21(td) ./doc/common/tables/neutron-ml2_sriov.xml:25(td) ./doc/common/tables/neutron-ml2_l2pop.xml:21(td) ./doc/common/tables/cinder-ibmnas.xml:21(td) ./doc/common/tables/glance-amqp.xml:21(td) ./doc/common/tables/glance-amqp.xml:25(td) ./doc/common/tables/glance-amqp.xml:33(td) ./doc/common/tables/glance-amqp.xml:37(td) ./doc/common/tables/glance-amqp.xml:41(td) ./doc/common/tables/cinder-fujitsu_eternus_dx.xml:21(td) ./doc/common/tables/glance-replicator.xml:21(td) ./doc/common/tables/glance-replicator.xml:25(td) ./doc/common/tables/glance-replicator.xml:29(td) ./doc/common/tables/glance-replicator.xml:33(td) ./doc/common/tables/glance-replicator.xml:41(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:20(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:28(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:32(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:36(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:40(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:44(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:49(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:57(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:61(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:71(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:75(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:79(td) ./doc/common/tables/sahara-logging.xml:21(td) ./doc/common/tables/sahara-logging.xml:25(td) ./doc/common/tables/sahara-logging.xml:29(td) ./doc/common/tables/sahara-logging.xml:33(td) ./doc/common/tables/sahara-logging.xml:37(td) ./doc/common/tables/sahara-logging.xml:41(td) ./doc/common/tables/sahara-logging.xml:45(td) ./doc/common/tables/sahara-logging.xml:49(td) ./doc/common/tables/sahara-logging.xml:53(td) ./doc/common/tables/sahara-logging.xml:57(td) ./doc/common/tables/sahara-logging.xml:61(td) ./doc/common/tables/sahara-logging.xml:65(td) ./doc/common/tables/sahara-logging.xml:69(td) ./doc/common/tables/sahara-logging.xml:73(td) ./doc/common/tables/sahara-logging.xml:77(td) ./doc/common/tables/sahara-logging.xml:81(td) ./doc/common/tables/sahara-logging.xml:85(td) ./doc/common/tables/sahara-logging.xml:89(td) ./doc/common/tables/sahara-logging.xml:93(td) ./doc/common/tables/sahara-logging.xml:97(td) ./doc/common/tables/sahara-logging.xml:101(td) ./doc/common/tables/sahara-logging.xml:105(td) ./doc/common/tables/sahara-logging.xml:109(td) ./doc/common/tables/sahara-logging.xml:113(td) ./doc/common/tables/sahara-logging.xml:117(td) ./doc/common/tables/sahara-logging.xml:121(td) ./doc/common/tables/sahara-logging.xml:125(td) ./doc/common/tables/sahara-logging.xml:129(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:48(td) ./doc/common/tables/neutron-l2gw.xml:21(td) ./doc/common/tables/neutron-l2gw.xml:25(td) ./doc/common/tables/neutron-l2gw.xml:29(td) ./doc/common/tables/neutron-l2gw.xml:33(td) ./doc/common/tables/neutron-l2gw.xml:37(td) ./doc/common/tables/neutron-l2gw.xml:44(td) ./doc/common/tables/neutron-l2gw.xml:48(td) ./doc/common/tables/neutron-l2gw.xml:52(td) ./doc/common/tables/neutron-l2gw.xml:56(td) ./doc/common/tables/neutron-l2gw.xml:60(td) ./doc/common/tables/neutron-l2gw.xml:64(td) ./doc/common/tables/neutron-testing.xml:21(td) ./doc/common/tables/swift-object-server-pipeline-main.xml:20(td) ./doc/common/tables/swift-memcache-memcache.xml:20(td) ./doc/common/tables/swift-memcache-memcache.xml:24(td) ./doc/common/tables/swift-memcache-memcache.xml:28(td) ./doc/common/tables/swift-memcache-memcache.xml:32(td) ./doc/common/tables/swift-memcache-memcache.xml:36(td) ./doc/common/tables/swift-memcache-memcache.xml:40(td) ./doc/common/tables/swift-memcache-memcache.xml:44(td) ./doc/common/tables/neutron-ca.xml:21(td) ./doc/common/tables/neutron-ca.xml:25(td) ./doc/common/tables/neutron-ca.xml:29(td) ./doc/common/tables/ceilometer-debug.xml:21(td) ./doc/common/tables/ceilometer-debug.xml:25(td) ./doc/common/tables/swift-account-server-app-account-server.xml:20(td) ./doc/common/tables/swift-account-server-app-account-server.xml:24(td) ./doc/common/tables/swift-account-server-app-account-server.xml:28(td) ./doc/common/tables/swift-account-server-app-account-server.xml:32(td) ./doc/common/tables/swift-account-server-app-account-server.xml:36(td) ./doc/common/tables/swift-account-server-app-account-server.xml:40(td) ./doc/common/tables/swift-account-server-app-account-server.xml:44(td) ./doc/common/tables/swift-account-server-app-account-server.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:20(td) ./doc/common/tables/trove-compute.xml:21(td) ./doc/common/tables/trove-compute.xml:25(td) ./doc/common/tables/trove-compute.xml:29(td) ./doc/common/tables/trove-compute.xml:33(td) ./doc/common/tables/trove-compute.xml:37(td) ./doc/common/tables/trove-compute.xml:41(td) ./doc/common/tables/ironic-policy.xml:21(td) ./doc/common/tables/ironic-policy.xml:25(td) ./doc/common/tables/ironic-policy.xml:29(td) ./doc/common/tables/sahara-rabbitmq.xml:21(td) ./doc/common/tables/sahara-rabbitmq.xml:25(td) ./doc/common/tables/sahara-rabbitmq.xml:29(td) ./doc/common/tables/sahara-rabbitmq.xml:33(td) ./doc/common/tables/sahara-rabbitmq.xml:37(td) ./doc/common/tables/sahara-rabbitmq.xml:41(td) ./doc/common/tables/sahara-rabbitmq.xml:61(td) ./doc/common/tables/sahara-rabbitmq.xml:65(td) ./doc/common/tables/sahara-rabbitmq.xml:69(td) ./doc/common/tables/sahara-rabbitmq.xml:73(td) ./doc/common/tables/sahara-rabbitmq.xml:77(td) ./doc/common/tables/sahara-rabbitmq.xml:81(td) ./doc/common/tables/sahara-rabbitmq.xml:85(td) ./doc/common/tables/sahara-rabbitmq.xml:89(td) ./doc/common/tables/sahara-rabbitmq.xml:93(td) ./doc/common/tables/sahara-rabbitmq.xml:97(td) ./doc/common/tables/sahara-rabbitmq.xml:101(td) ./doc/common/tables/sahara-rabbitmq.xml:105(td) ./doc/common/tables/sahara-rabbitmq.xml:109(td) ./doc/common/tables/ironic-rootwrap.xml:21(td) ./doc/common/tables/ironic-rootwrap.xml:25(td) ./doc/common/tables/ironic-rootwrap.xml:29(td) ./doc/common/tables/ironic-rootwrap.xml:33(td) ./doc/common/tables/ironic-rootwrap.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:38(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:42(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:46(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:50(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:58(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:62(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:70(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:74(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:78(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:82(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:91(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:20(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:24(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:28(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:32(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:36(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:40(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:44(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:48(td) ./doc/common/tables/swift-object-expirer-filter-cache.xml:20(td) ./doc/common/tables/trove-db_redis.xml:21(td) ./doc/common/tables/trove-db_redis.xml:25(td) ./doc/common/tables/trove-db_redis.xml:29(td) ./doc/common/tables/trove-db_redis.xml:33(td) ./doc/common/tables/trove-db_redis.xml:37(td) ./doc/common/tables/trove-db_redis.xml:41(td) ./doc/common/tables/trove-db_redis.xml:45(td) ./doc/common/tables/trove-db_redis.xml:49(td) ./doc/common/tables/trove-db_redis.xml:57(td) ./doc/common/tables/trove-db_db2.xml:21(td) ./doc/common/tables/trove-db_db2.xml:25(td) ./doc/common/tables/trove-db_db2.xml:29(td) ./doc/common/tables/trove-db_db2.xml:33(td) ./doc/common/tables/trove-db_db2.xml:37(td) ./doc/common/tables/trove-db_db2.xml:41(td) ./doc/common/tables/trove-db_db2.xml:45(td) ./doc/common/tables/trove-db_db2.xml:49(td) ./doc/common/tables/trove-db_db2.xml:53(td) ./doc/common/tables/trove-db_db2.xml:57(td) ./doc/common/tables/trove-db_db2.xml:65(td) ./doc/common/tables/cinder-rpc.xml:21(td) ./doc/common/tables/cinder-rpc.xml:25(td) ./doc/common/tables/cinder-rpc.xml:29(td) ./doc/common/tables/cinder-rpc.xml:33(td) ./doc/common/tables/cinder-rpc.xml:37(td) ./doc/common/tables/cinder-rpc.xml:41(td) ./doc/common/tables/cinder-rpc.xml:45(td) ./doc/common/tables/cinder-rpc.xml:52(td) ./doc/common/tables/cinder-rpc.xml:56(td) ./doc/common/tables/cinder-rpc.xml:63(td) ./doc/common/tables/cinder-rpc.xml:67(td) ./doc/common/tables/cinder-rpc.xml:71(td) ./doc/common/tables/cinder-rpc.xml:75(td) ./doc/common/tables/cinder-rpc.xml:79(td) ./doc/common/tables/cinder-rpc.xml:83(td) ./doc/common/tables/cinder-rpc.xml:99(td) ./doc/common/tables/cinder-rpc.xml:103(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:20(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:24(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:28(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:32(td) ./doc/common/tables/cinder-hpmsa.xml:21(td) ./doc/common/tables/nova-apiv3.xml:21(td) ./doc/common/tables/keystone-oauth.xml:21(td) ./doc/common/tables/keystone-oauth.xml:25(td) ./doc/common/tables/keystone-oauth.xml:29(td) ./doc/common/tables/cinder-storage_gpfs.xml:21(td) ./doc/common/tables/cinder-storage_gpfs.xml:25(td) ./doc/common/tables/cinder-storage_gpfs.xml:29(td) ./doc/common/tables/cinder-storage_gpfs.xml:33(td) ./doc/common/tables/cinder-storage_gpfs.xml:37(td) ./doc/common/tables/cinder-storage_gpfs.xml:41(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:20(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:24(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:28(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:32(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:36(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:40(td) ./doc/common/tables/swift-object-server-object-auditor.xml:20(td) ./doc/common/tables/swift-object-server-object-auditor.xml:24(td) ./doc/common/tables/swift-object-server-object-auditor.xml:28(td) ./doc/common/tables/swift-object-server-object-auditor.xml:32(td) ./doc/common/tables/swift-object-server-object-auditor.xml:36(td) ./doc/common/tables/swift-object-server-object-auditor.xml:40(td) ./doc/common/tables/swift-object-server-object-auditor.xml:44(td) ./doc/common/tables/swift-object-server-object-auditor.xml:48(td) ./doc/common/tables/swift-object-server-object-auditor.xml:52(td) ./doc/common/tables/swift-object-server-object-auditor.xml:60(td) ./doc/common/tables/swift-object-server-object-auditor.xml:64(td) ./doc/common/tables/trove-zeromq.xml:21(td) ./doc/common/tables/trove-zeromq.xml:25(td) ./doc/common/tables/trove-zeromq.xml:29(td) ./doc/common/tables/trove-zeromq.xml:33(td) ./doc/common/tables/trove-zeromq.xml:37(td) ./doc/common/tables/trove-zeromq.xml:41(td) ./doc/common/tables/trove-zeromq.xml:45(td) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:20(td) ./doc/common/tables/cinder-backups_swift.xml:21(td) ./doc/common/tables/cinder-backups_swift.xml:25(td) ./doc/common/tables/cinder-backups_swift.xml:29(td) ./doc/common/tables/cinder-backups_swift.xml:33(td) ./doc/common/tables/cinder-backups_swift.xml:37(td) ./doc/common/tables/cinder-backups_swift.xml:41(td) ./doc/common/tables/cinder-backups_swift.xml:45(td) ./doc/common/tables/cinder-backups_swift.xml:49(td) ./doc/common/tables/cinder-backups_swift.xml:53(td) ./doc/common/tables/cinder-backups_swift.xml:57(td) ./doc/common/tables/cinder-backups_swift.xml:61(td) ./doc/common/tables/cinder-backups_swift.xml:65(td) ./doc/common/tables/cinder-backups_swift.xml:69(td) ./doc/common/tables/trove-database.xml:21(td) ./doc/common/tables/trove-database.xml:28(td) ./doc/common/tables/trove-database.xml:32(td) ./doc/common/tables/trove-database.xml:36(td) ./doc/common/tables/ironic-common.xml:21(td) ./doc/common/tables/ironic-common.xml:25(td) ./doc/common/tables/ironic-common.xml:29(td) ./doc/common/tables/ironic-common.xml:33(td) ./doc/common/tables/ironic-common.xml:37(td) ./doc/common/tables/ironic-common.xml:41(td) ./doc/common/tables/ironic-common.xml:45(td) ./doc/common/tables/ironic-common.xml:49(td) ./doc/common/tables/ironic-common.xml:53(td) ./doc/common/tables/ironic-common.xml:57(td) ./doc/common/tables/ironic-common.xml:61(td) ./doc/common/tables/ironic-common.xml:65(td) ./doc/common/tables/ironic-common.xml:69(td) ./doc/common/tables/ironic-common.xml:73(td) ./doc/common/tables/ironic-common.xml:77(td) ./doc/common/tables/ironic-common.xml:81(td) ./doc/common/tables/ironic-common.xml:85(td) ./doc/common/tables/ironic-common.xml:89(td) ./doc/common/tables/ironic-common.xml:93(td) ./doc/common/tables/swift-container-server-app-container-server.xml:20(td) ./doc/common/tables/swift-container-server-app-container-server.xml:24(td) ./doc/common/tables/swift-container-server-app-container-server.xml:28(td) ./doc/common/tables/swift-container-server-app-container-server.xml:32(td) ./doc/common/tables/swift-container-server-app-container-server.xml:36(td) ./doc/common/tables/swift-container-server-app-container-server.xml:40(td) ./doc/common/tables/swift-container-server-app-container-server.xml:44(td) ./doc/common/tables/swift-container-server-app-container-server.xml:48(td) ./doc/common/tables/swift-container-server-app-container-server.xml:52(td) ./doc/common/tables/swift-container-server-app-container-server.xml:56(td) ./doc/common/tables/swift-container-server-app-container-server.xml:60(td) ./doc/common/tables/nova-authentication.xml:21(td) ./doc/common/tables/neutron-nvsd.xml:21(td) ./doc/common/tables/neutron-nvsd.xml:28(td) ./doc/common/tables/neutron-nvsd.xml:32(td) ./doc/common/tables/neutron-nvsd.xml:36(td) ./doc/common/tables/neutron-nvsd.xml:40(td) ./doc/common/tables/neutron-nvsd.xml:44(td) ./doc/common/tables/neutron-nvsd.xml:48(td) ./doc/common/tables/cinder-ca.xml:21(td) ./doc/common/tables/cinder-ca.xml:25(td) ./doc/common/tables/cinder-ca.xml:29(td) ./doc/common/tables/swift-account-server-pipeline-main.xml:20(td) ./doc/common/tables/ironic-zeromq.xml:21(td) ./doc/common/tables/ironic-zeromq.xml:25(td) ./doc/common/tables/ironic-zeromq.xml:29(td) ./doc/common/tables/ironic-zeromq.xml:33(td) ./doc/common/tables/ironic-zeromq.xml:37(td) ./doc/common/tables/ironic-zeromq.xml:41(td) ./doc/common/tables/ironic-zeromq.xml:45(td) ./doc/common/tables/glance-gridfs.xml:21(td) ./doc/common/tables/glance-gridfs.xml:25(td) ./doc/common/tables/neutron-hyperv_agent.xml:21(td) ./doc/common/tables/neutron-hyperv_agent.xml:25(td) ./doc/common/tables/neutron-hyperv_agent.xml:29(td) ./doc/common/tables/neutron-hyperv_agent.xml:37(td) ./doc/common/tables/neutron-hyperv_agent.xml:44(td) ./doc/common/tables/ceilometer-tripleo.xml:21(td) ./doc/common/tables/ceilometer-tripleo.xml:25(td) ./doc/common/tables/ceilometer-tripleo.xml:29(td) ./doc/common/tables/keystone-federation.xml:25(td) ./doc/common/tables/keystone-federation.xml:29(td) ./doc/common/tables/keystone-federation.xml:33(td) ./doc/common/tables/keystone-federation.xml:37(td) ./doc/common/tables/keystone-federation.xml:41(td) ./doc/common/tables/glance-taskflow.xml:21(td) ./doc/common/tables/glance-taskflow.xml:25(td) ./doc/common/tables/glance-taskflow.xml:29(td) ./doc/common/tables/ceilometer-service_types.xml:21(td) ./doc/common/tables/ceilometer-service_types.xml:25(td) ./doc/common/tables/ceilometer-service_types.xml:29(td) ./doc/common/tables/ceilometer-service_types.xml:33(td) ./doc/common/tables/ceilometer-service_types.xml:37(td) ./doc/common/tables/ceilometer-service_types.xml:41(td) ./doc/common/tables/cinder-eqlx.xml:21(td) ./doc/common/tables/cinder-eqlx.xml:25(td) ./doc/common/tables/cinder-eqlx.xml:29(td) ./doc/common/tables/cinder-eqlx.xml:33(td) ./doc/common/tables/cinder-eqlx.xml:37(td) ./doc/common/tables/cinder-eqlx.xml:41(td) ./doc/common/tables/cinder-eqlx.xml:45(td) ./doc/common/tables/heat-redis.xml:21(td) ./doc/common/tables/heat-redis.xml:25(td) ./doc/common/tables/heat-redis.xml:29(td) ./doc/common/tables/heat-redis.xml:36(td) ./doc/common/tables/nova-ec2.xml:21(td) ./doc/common/tables/nova-ec2.xml:25(td) ./doc/common/tables/nova-ec2.xml:29(td) ./doc/common/tables/nova-ec2.xml:33(td) ./doc/common/tables/nova-ec2.xml:37(td) ./doc/common/tables/nova-ec2.xml:41(td) ./doc/common/tables/nova-ec2.xml:45(td) ./doc/common/tables/nova-ec2.xml:49(td) ./doc/common/tables/nova-ec2.xml:53(td) ./doc/common/tables/nova-ec2.xml:57(td) ./doc/common/tables/nova-ec2.xml:61(td) ./doc/common/tables/nova-ec2.xml:65(td) ./doc/common/tables/nova-ec2.xml:69(td) ./doc/common/tables/nova-ec2.xml:73(td) ./doc/common/tables/nova-ec2.xml:77(td) ./doc/common/tables/nova-ec2.xml:81(td) ./doc/common/tables/keystone-credential.xml:21(td) ./doc/common/tables/ironic-conductor.xml:21(td) ./doc/common/tables/ironic-conductor.xml:25(td) ./doc/common/tables/ironic-conductor.xml:29(td) ./doc/common/tables/ironic-conductor.xml:33(td) ./doc/common/tables/ironic-conductor.xml:37(td) ./doc/common/tables/ironic-conductor.xml:41(td) ./doc/common/tables/ironic-conductor.xml:45(td) ./doc/common/tables/ironic-conductor.xml:49(td) ./doc/common/tables/ironic-conductor.xml:53(td) ./doc/common/tables/ironic-conductor.xml:57(td) ./doc/common/tables/ironic-conductor.xml:61(td) ./doc/common/tables/ironic-conductor.xml:65(td) ./doc/common/tables/ironic-conductor.xml:69(td) ./doc/common/tables/ironic-conductor.xml:73(td) ./doc/common/tables/ironic-conductor.xml:77(td) ./doc/common/tables/ironic-conductor.xml:81(td) ./doc/common/tables/ironic-conductor.xml:85(td) ./doc/common/tables/ironic-conductor.xml:89(td) ./doc/common/tables/ironic-conductor.xml:93(td) ./doc/common/tables/ironic-conductor.xml:97(td) ./doc/common/tables/neutron-metadata.xml:21(td) ./doc/common/tables/neutron-metadata.xml:25(td) ./doc/common/tables/neutron-metadata.xml:29(td) ./doc/common/tables/neutron-metadata.xml:33(td) ./doc/common/tables/neutron-metadata.xml:45(td) ./doc/common/tables/neutron-metadata.xml:49(td) ./doc/common/tables/neutron-metadata.xml:57(td) ./doc/common/tables/neutron-metadata.xml:61(td) ./doc/common/tables/neutron-metadata.xml:65(td) ./doc/common/tables/neutron-metadata.xml:69(td) ./doc/common/tables/neutron-metadata.xml:73(td) ./doc/common/tables/neutron-metadata.xml:77(td) ./doc/common/tables/nova-fping.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:20(td) ./doc/common/tables/ironic-auth.xml:21(td) ./doc/common/tables/trove-cluster.xml:21(td) ./doc/common/tables/trove-cluster.xml:25(td) ./doc/common/tables/trove-cluster.xml:29(td) ./doc/common/tables/swift-container-server-container-replicator.xml:20(td) ./doc/common/tables/swift-container-server-container-replicator.xml:24(td) ./doc/common/tables/swift-container-server-container-replicator.xml:28(td) ./doc/common/tables/swift-container-server-container-replicator.xml:32(td) ./doc/common/tables/swift-container-server-container-replicator.xml:36(td) ./doc/common/tables/swift-container-server-container-replicator.xml:40(td) ./doc/common/tables/swift-container-server-container-replicator.xml:44(td) ./doc/common/tables/swift-container-server-container-replicator.xml:48(td) ./doc/common/tables/swift-container-server-container-replicator.xml:52(td) ./doc/common/tables/swift-container-server-container-replicator.xml:56(td) ./doc/common/tables/swift-container-server-container-replicator.xml:60(td) ./doc/common/tables/swift-container-server-container-replicator.xml:64(td) ./doc/common/tables/swift-container-server-container-replicator.xml:68(td) ./doc/common/tables/swift-container-server-container-replicator.xml:72(td) ./doc/common/tables/neutron-debug.xml:21(td) ./doc/common/tables/sahara-qpid.xml:21(td) ./doc/common/tables/sahara-qpid.xml:25(td) ./doc/common/tables/sahara-qpid.xml:29(td) ./doc/common/tables/sahara-qpid.xml:33(td) ./doc/common/tables/sahara-qpid.xml:37(td) ./doc/common/tables/sahara-qpid.xml:45(td) ./doc/common/tables/sahara-qpid.xml:49(td) ./doc/common/tables/sahara-qpid.xml:53(td) ./doc/common/tables/sahara-qpid.xml:61(td) ./doc/common/tables/sahara-qpid.xml:65(td) ./doc/common/tables/sahara-qpid.xml:73(td) ./doc/common/tables/neutron-ml2_ncs.xml:21(td) ./doc/common/tables/neutron-ml2_ncs.xml:25(td) ./doc/common/tables/neutron-ml2_ncs.xml:29(td) ./doc/common/tables/neutron-ml2_ncs.xml:33(td) ./doc/common/tables/neutron-ml2_arista.xml:33(td) ./doc/common/tables/neutron-ml2_arista.xml:37(td) ./doc/common/tables/neutron-ml2_arista.xml:41(td) ./doc/common/tables/nova-trustedcomputing.xml:21(td) ./doc/common/tables/nova-trustedcomputing.xml:25(td) ./doc/common/tables/nova-trustedcomputing.xml:29(td) ./doc/common/tables/nova-trustedcomputing.xml:33(td) ./doc/common/tables/nova-trustedcomputing.xml:37(td) ./doc/common/tables/nova-trustedcomputing.xml:41(td) ./doc/common/tables/nova-trustedcomputing.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:44(td) ./doc/common/tables/nova-amqp.xml:21(td) ./doc/common/tables/nova-amqp.xml:25(td) ./doc/common/tables/nova-amqp.xml:29(td) ./doc/common/tables/nova-amqp.xml:33(td) ./doc/common/tables/nova-amqp.xml:37(td) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:20(td) ./doc/common/tables/neutron-compute.xml:21(td) ./doc/common/tables/neutron-compute.xml:25(td) ./doc/common/tables/neutron-compute.xml:29(td) ./doc/common/tables/neutron-compute.xml:33(td) ./doc/common/tables/neutron-compute.xml:37(td) ./doc/common/tables/neutron-compute.xml:41(td) ./doc/common/tables/neutron-compute.xml:45(td) ./doc/common/tables/neutron-compute.xml:57(td) ./doc/common/tables/neutron-compute.xml:61(td) ./doc/common/tables/glance-imagecache.xml:21(td) ./doc/common/tables/glance-imagecache.xml:25(td) ./doc/common/tables/glance-imagecache.xml:29(td) ./doc/common/tables/glance-imagecache.xml:33(td) ./doc/common/tables/glance-imagecache.xml:37(td) ./doc/common/tables/glance-imagecache.xml:41(td) ./doc/common/tables/glance-imagecache.xml:45(td) ./doc/common/tables/glance-imagecache.xml:49(td) ./doc/common/tables/glance-imagecache.xml:53(td) ./doc/common/tables/glance-imagecache.xml:57(td) ./doc/common/tables/neutron-ml2_brocade.xml:25(td) ./doc/common/tables/neutron-ml2_brocade.xml:29(td) ./doc/common/tables/neutron-ml2_brocade.xml:33(td) ./doc/common/tables/neutron-ml2_brocade.xml:41(td) ./doc/common/tables/neutron-ml2_brocade.xml:45(td) ./doc/common/tables/swift-account-server-account-auditor.xml:20(td) ./doc/common/tables/swift-account-server-account-auditor.xml:24(td) ./doc/common/tables/swift-account-server-account-auditor.xml:28(td) ./doc/common/tables/swift-account-server-account-auditor.xml:32(td) ./doc/common/tables/swift-account-server-account-auditor.xml:36(td) ./doc/common/tables/swift-account-server-account-auditor.xml:40(td) ./doc/common/tables/swift-account-server-account-auditor.xml:44(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:20(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:28(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:32(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:36(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:40(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:45(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:53(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:57(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:67(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:71(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:75(td) ./doc/common/tables/cinder-nas.xml:25(td) ./doc/common/tables/cinder-nas.xml:29(td) ./doc/common/tables/cinder-nas.xml:41(td) ./doc/common/tables/cinder-nas.xml:45(td) ./doc/common/tables/cinder-nas.xml:53(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:21(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:25(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:29(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:33(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:37(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:41(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:45(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:49(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:53(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:57(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:61(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:65(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:69(td) ./doc/common/tables/heat-clients_swift.xml:21(td) ./doc/common/tables/heat-clients_swift.xml:25(td) ./doc/common/tables/heat-clients_swift.xml:29(td) ./doc/common/tables/heat-clients_swift.xml:33(td) ./doc/common/tables/heat-clients_swift.xml:37(td) ./doc/common/tables/keystone-logging.xml:21(td) ./doc/common/tables/keystone-logging.xml:25(td) ./doc/common/tables/keystone-logging.xml:29(td) ./doc/common/tables/keystone-logging.xml:33(td) ./doc/common/tables/keystone-logging.xml:37(td) ./doc/common/tables/keystone-logging.xml:41(td) ./doc/common/tables/keystone-logging.xml:45(td) ./doc/common/tables/keystone-logging.xml:49(td) ./doc/common/tables/keystone-logging.xml:53(td) ./doc/common/tables/keystone-logging.xml:57(td) ./doc/common/tables/keystone-logging.xml:61(td) ./doc/common/tables/keystone-logging.xml:65(td) ./doc/common/tables/keystone-logging.xml:69(td) ./doc/common/tables/keystone-logging.xml:73(td) ./doc/common/tables/keystone-logging.xml:77(td) ./doc/common/tables/keystone-logging.xml:81(td) ./doc/common/tables/keystone-logging.xml:85(td) ./doc/common/tables/keystone-logging.xml:89(td) ./doc/common/tables/keystone-logging.xml:93(td) ./doc/common/tables/keystone-logging.xml:97(td) ./doc/common/tables/neutron-brocade.xml:21(td) ./doc/common/tables/neutron-brocade.xml:32(td) ./doc/common/tables/neutron-ml2_odl.xml:21(td) ./doc/common/tables/neutron-ml2_odl.xml:25(td) ./doc/common/tables/neutron-ml2_odl.xml:29(td) ./doc/common/tables/neutron-ml2_odl.xml:33(td) ./doc/common/tables/neutron-ml2_odl.xml:37(td) ./doc/common/tables/swift-object-server-filter-recon.xml:20(td) ./doc/common/tables/swift-object-server-filter-recon.xml:24(td) ./doc/common/tables/swift-object-server-filter-recon.xml:28(td) ./doc/common/tables/heat-rpc.xml:21(td) ./doc/common/tables/heat-rpc.xml:25(td) ./doc/common/tables/heat-rpc.xml:29(td) ./doc/common/tables/heat-rpc.xml:33(td) ./doc/common/tables/heat-rpc.xml:37(td) ./doc/common/tables/heat-rpc.xml:41(td) ./doc/common/tables/heat-rpc.xml:45(td) ./doc/common/tables/heat-rpc.xml:52(td) ./doc/common/tables/heat-rpc.xml:56(td) ./doc/common/tables/heat-rpc.xml:60(td) ./doc/common/tables/heat-rpc.xml:64(td) ./doc/common/tables/heat-rpc.xml:68(td) ./doc/common/tables/heat-rpc.xml:72(td) ./doc/common/tables/heat-rpc.xml:88(td) ./doc/common/tables/heat-rpc.xml:92(td) ./doc/common/tables/trove-taskmanager.xml:21(td) ./doc/common/tables/trove-taskmanager.xml:25(td) ./doc/common/tables/trove-taskmanager.xml:29(td) ./doc/common/tables/trove-taskmanager.xml:33(td) ./doc/common/tables/trove-taskmanager.xml:37(td) ./doc/common/tables/trove-taskmanager.xml:41(td) ./doc/common/tables/trove-taskmanager.xml:45(td) ./doc/common/tables/trove-taskmanager.xml:49(td) ./doc/common/tables/trove-taskmanager.xml:53(td) ./doc/common/tables/trove-taskmanager.xml:57(td) ./doc/common/tables/trove-taskmanager.xml:61(td) ./doc/common/tables/trove-taskmanager.xml:65(td) ./doc/common/tables/trove-taskmanager.xml:69(td) ./doc/common/tables/trove-taskmanager.xml:73(td) ./doc/common/tables/trove-taskmanager.xml:77(td) ./doc/common/tables/trove-taskmanager.xml:81(td) ./doc/common/tables/trove-taskmanager.xml:85(td) ./doc/common/tables/heat-cloudwatch_api.xml:21(td) ./doc/common/tables/heat-cloudwatch_api.xml:32(td) ./doc/common/tables/heat-cloudwatch_api.xml:36(td) ./doc/common/tables/heat-cloudwatch_api.xml:40(td) ./doc/common/tables/heat-cloudwatch_api.xml:44(td) ./doc/common/tables/heat-cloudwatch_api.xml:48(td) ./doc/common/tables/heat-cloudwatch_api.xml:52(td) ./doc/common/tables/heat-cloudwatch_api.xml:56(td) ./doc/common/tables/cinder-images.xml:25(td) ./doc/common/tables/cinder-images.xml:29(td) ./doc/common/tables/cinder-images.xml:33(td) ./doc/common/tables/cinder-images.xml:37(td) ./doc/common/tables/cinder-images.xml:41(td) ./doc/common/tables/cinder-images.xml:45(td) ./doc/common/tables/cinder-images.xml:49(td) ./doc/common/tables/cinder-images.xml:53(td) ./doc/common/tables/cinder-images.xml:57(td) ./doc/common/tables/cinder-images.xml:61(td) ./doc/common/tables/cinder-images.xml:65(td) ./doc/common/tables/cinder-images.xml:69(td) ./doc/common/tables/cinder-huawei.xml:21(td) ./doc/common/tables/nova-console.xml:21(td) ./doc/common/tables/nova-console.xml:25(td) ./doc/common/tables/nova-console.xml:29(td) ./doc/common/tables/cinder-profiler.xml:21(td) ./doc/common/tables/cinder-profiler.xml:25(td) ./doc/common/tables/neutron-fwaas.xml:21(td) ./doc/common/tables/nova-database.xml:21(td) ./doc/common/tables/nova-database.xml:28(td) ./doc/common/tables/nova-database.xml:32(td) ./doc/common/tables/nova-database.xml:36(td) ./doc/common/tables/nova-database.xml:40(td) ./doc/common/tables/nova-database.xml:44(td) ./doc/common/tables/nova-database.xml:48(td) ./doc/common/tables/nova-database.xml:52(td) ./doc/common/tables/nova-database.xml:56(td) ./doc/common/tables/nova-database.xml:60(td) ./doc/common/tables/nova-database.xml:64(td) ./doc/common/tables/nova-database.xml:68(td) ./doc/common/tables/nova-database.xml:72(td) ./doc/common/tables/nova-database.xml:79(td) ./doc/common/tables/nova-database.xml:83(td) ./doc/common/tables/nova-database.xml:87(td) ./doc/common/tables/nova-database.xml:91(td) ./doc/common/tables/nova-database.xml:95(td) ./doc/common/tables/nova-database.xml:99(td) ./doc/common/tables/nova-database.xml:103(td) ./doc/common/tables/nova-database.xml:107(td) ./doc/common/tables/nova-database.xml:111(td) ./doc/common/tables/nova-database.xml:115(td) ./doc/common/tables/nova-database.xml:119(td) ./doc/common/tables/nova-database.xml:123(td) ./doc/common/tables/nova-database.xml:127(td) ./doc/common/tables/nova-database.xml:131(td) ./doc/common/tables/nova-database.xml:135(td) ./doc/common/tables/nova-database.xml:139(td) ./doc/common/tables/nova-database.xml:143(td) ./doc/common/tables/nova-database.xml:147(td) ./doc/common/tables/nova-database.xml:151(td) ./doc/common/tables/nova-database.xml:155(td) ./doc/common/tables/nova-database.xml:159(td) ./doc/common/tables/nova-quota.xml:21(td) ./doc/common/tables/nova-quota.xml:25(td) ./doc/common/tables/nova-quota.xml:29(td) ./doc/common/tables/nova-quota.xml:33(td) ./doc/common/tables/nova-quota.xml:37(td) ./doc/common/tables/nova-quota.xml:41(td) ./doc/common/tables/nova-quota.xml:45(td) ./doc/common/tables/nova-quota.xml:49(td) ./doc/common/tables/nova-quota.xml:53(td) ./doc/common/tables/nova-quota.xml:57(td) ./doc/common/tables/nova-quota.xml:61(td) ./doc/common/tables/nova-quota.xml:65(td) ./doc/common/tables/nova-quota.xml:69(td) ./doc/common/tables/nova-quota.xml:73(td) ./doc/common/tables/nova-quota.xml:77(td) ./doc/common/tables/nova-quota.xml:81(td) ./doc/common/tables/nova-quota.xml:85(td) ./doc/common/tables/nova-quota.xml:89(td) ./doc/common/tables/nova-quota.xml:96(td) ./doc/common/tables/heat-logging.xml:21(td) ./doc/common/tables/heat-logging.xml:25(td) ./doc/common/tables/heat-logging.xml:29(td) ./doc/common/tables/heat-logging.xml:33(td) ./doc/common/tables/heat-logging.xml:37(td) ./doc/common/tables/heat-logging.xml:41(td) ./doc/common/tables/heat-logging.xml:45(td) ./doc/common/tables/heat-logging.xml:49(td) ./doc/common/tables/heat-logging.xml:53(td) ./doc/common/tables/heat-logging.xml:57(td) ./doc/common/tables/heat-logging.xml:61(td) ./doc/common/tables/heat-logging.xml:65(td) ./doc/common/tables/heat-logging.xml:69(td) ./doc/common/tables/heat-logging.xml:73(td) ./doc/common/tables/heat-logging.xml:77(td) ./doc/common/tables/heat-logging.xml:81(td) ./doc/common/tables/heat-logging.xml:85(td) ./doc/common/tables/heat-logging.xml:89(td) ./doc/common/tables/heat-logging.xml:93(td) ./doc/common/tables/heat-logging.xml:97(td) ./doc/common/tables/heat-logging.xml:101(td) ./doc/common/tables/ironic-pxe.xml:21(td) ./doc/common/tables/ironic-pxe.xml:25(td) ./doc/common/tables/ironic-pxe.xml:29(td) ./doc/common/tables/ironic-pxe.xml:33(td) ./doc/common/tables/ironic-pxe.xml:37(td) ./doc/common/tables/ironic-pxe.xml:41(td) ./doc/common/tables/ironic-pxe.xml:45(td) ./doc/common/tables/ironic-pxe.xml:49(td) ./doc/common/tables/ironic-pxe.xml:53(td) ./doc/common/tables/ironic-pxe.xml:57(td) ./doc/common/tables/ironic-pxe.xml:61(td) ./doc/common/tables/ironic-pxe.xml:65(td) ./doc/common/tables/ironic-pxe.xml:69(td) ./doc/common/tables/ironic-pxe.xml:73(td) ./doc/common/tables/ironic-pxe.xml:77(td) ./doc/common/tables/ironic-pxe.xml:81(td) ./doc/common/tables/ironic-pxe.xml:85(td) ./doc/common/tables/ironic-pxe.xml:89(td) ./doc/common/tables/trove-redis.xml:21(td) ./doc/common/tables/trove-redis.xml:25(td) ./doc/common/tables/trove-redis.xml:29(td) ./doc/common/tables/trove-redis.xml:36(td) ./doc/common/tables/heat-crypt.xml:21(td) ./doc/common/tables/neutron-midonet.xml:21(td) ./doc/common/tables/neutron-midonet.xml:25(td) ./doc/common/tables/neutron-midonet.xml:29(td) ./doc/common/tables/neutron-midonet.xml:33(td) ./doc/common/tables/cinder-compute.xml:21(td) ./doc/common/tables/cinder-compute.xml:25(td) ./doc/common/tables/cinder-compute.xml:29(td) ./doc/common/tables/cinder-compute.xml:33(td) ./doc/common/tables/cinder-compute.xml:37(td) ./doc/common/tables/cinder-compute.xml:41(td) ./doc/common/tables/cinder-compute.xml:45(td) ./doc/common/tables/ironic-debug.xml:21(td) ./doc/common/tables/ironic-debug.xml:25(td) ./doc/common/tables/ironic-console.xml:21(td) ./doc/common/tables/ironic-console.xml:25(td) ./doc/common/tables/ironic-console.xml:29(td) ./doc/common/tables/ironic-console.xml:33(td) ./doc/common/tables/ironic-console.xml:37(td) ./doc/common/tables/swift-rsyncd-object.xml:20(td) ./doc/common/tables/swift-rsyncd-object.xml:24(td) ./doc/common/tables/swift-rsyncd-object.xml:28(td) ./doc/common/tables/swift-rsyncd-object.xml:32(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:20(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:24(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:28(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:32(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:36(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:40(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:44(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:48(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:52(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:56(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:60(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:64(td) ./doc/common/tables/ironic-logging.xml:21(td) ./doc/common/tables/ironic-logging.xml:25(td) ./doc/common/tables/ironic-logging.xml:29(td) ./doc/common/tables/ironic-logging.xml:33(td) ./doc/common/tables/ironic-logging.xml:37(td) ./doc/common/tables/ironic-logging.xml:41(td) ./doc/common/tables/ironic-logging.xml:45(td) ./doc/common/tables/ironic-logging.xml:49(td) ./doc/common/tables/ironic-logging.xml:53(td) ./doc/common/tables/ironic-logging.xml:57(td) ./doc/common/tables/ironic-logging.xml:61(td) ./doc/common/tables/ironic-logging.xml:65(td) ./doc/common/tables/ironic-logging.xml:69(td) ./doc/common/tables/ironic-logging.xml:73(td) ./doc/common/tables/ironic-logging.xml:77(td) ./doc/common/tables/ironic-logging.xml:81(td) ./doc/common/tables/ironic-logging.xml:85(td) ./doc/common/tables/ironic-logging.xml:89(td) ./doc/common/tables/ironic-logging.xml:93(td) ./doc/common/tables/ironic-logging.xml:97(td) ./doc/common/tables/ceilometer-rgw.xml:21(td) ./doc/common/tables/ceilometer-rgw.xml:25(td) ./doc/common/tables/neutron-qpid.xml:21(td) ./doc/common/tables/neutron-qpid.xml:25(td) ./doc/common/tables/neutron-qpid.xml:29(td) ./doc/common/tables/neutron-qpid.xml:33(td) ./doc/common/tables/neutron-qpid.xml:37(td) ./doc/common/tables/neutron-qpid.xml:45(td) ./doc/common/tables/neutron-qpid.xml:49(td) ./doc/common/tables/neutron-qpid.xml:53(td) ./doc/common/tables/neutron-qpid.xml:61(td) ./doc/common/tables/neutron-qpid.xml:65(td) ./doc/common/tables/neutron-qpid.xml:73(td) ./doc/common/tables/nova-rpc.xml:21(td) ./doc/common/tables/nova-rpc.xml:25(td) ./doc/common/tables/nova-rpc.xml:29(td) ./doc/common/tables/nova-rpc.xml:33(td) ./doc/common/tables/nova-rpc.xml:37(td) ./doc/common/tables/nova-rpc.xml:41(td) ./doc/common/tables/nova-rpc.xml:48(td) ./doc/common/tables/nova-rpc.xml:55(td) ./doc/common/tables/nova-rpc.xml:59(td) ./doc/common/tables/nova-rpc.xml:66(td) ./doc/common/tables/nova-rpc.xml:70(td) ./doc/common/tables/nova-rpc.xml:74(td) ./doc/common/tables/nova-rpc.xml:78(td) ./doc/common/tables/nova-rpc.xml:82(td) ./doc/common/tables/nova-rpc.xml:86(td) ./doc/common/tables/nova-rpc.xml:102(td) ./doc/common/tables/nova-rpc.xml:106(td) ./doc/common/tables/nova-rpc.xml:113(td) ./doc/common/tables/cinder-zoning_manager_cisco.xml:21(td) ./doc/common/tables/cinder-backups_tsm.xml:21(td) ./doc/common/tables/cinder-backups_tsm.xml:25(td) ./doc/common/tables/cinder-backups_tsm.xml:29(td) ./doc/common/tables/cinder-san.xml:29(td) ./doc/common/tables/cinder-san.xml:33(td) ./doc/common/tables/cinder-san.xml:45(td) ./doc/common/tables/cinder-san.xml:49(td) ./doc/common/tables/cinder-san.xml:53(td) ./doc/common/tables/cinder-san.xml:57(td) ./doc/common/tables/cinder-san.xml:61(td) ./doc/common/tables/cinder-san.xml:65(td) ./doc/common/tables/nova-logging.xml:21(td) ./doc/common/tables/nova-logging.xml:25(td) ./doc/common/tables/nova-logging.xml:29(td) ./doc/common/tables/nova-logging.xml:33(td) ./doc/common/tables/nova-logging.xml:37(td) ./doc/common/tables/nova-logging.xml:41(td) ./doc/common/tables/nova-logging.xml:45(td) ./doc/common/tables/nova-logging.xml:49(td) ./doc/common/tables/nova-logging.xml:53(td) ./doc/common/tables/nova-logging.xml:57(td) ./doc/common/tables/nova-logging.xml:61(td) ./doc/common/tables/nova-logging.xml:65(td) ./doc/common/tables/nova-logging.xml:69(td) ./doc/common/tables/nova-logging.xml:73(td) ./doc/common/tables/nova-logging.xml:77(td) ./doc/common/tables/nova-logging.xml:81(td) ./doc/common/tables/nova-logging.xml:85(td) ./doc/common/tables/nova-logging.xml:89(td) ./doc/common/tables/nova-logging.xml:93(td) ./doc/common/tables/nova-logging.xml:97(td) ./doc/common/tables/nova-logging.xml:101(td) ./doc/common/tables/nova-logging.xml:105(td) ./doc/common/tables/nova-logging.xml:109(td) ./doc/common/tables/nova-logging.xml:113(td) ./doc/common/tables/nova-logging.xml:117(td) ./doc/common/tables/nova-logging.xml:121(td) ./doc/common/tables/nova-logging.xml:125(td) ./doc/common/tables/nova-logging.xml:129(td) ./doc/common/tables/nova-logging.xml:133(td) ./doc/common/tables/ceilometer-alarms.xml:21(td) ./doc/common/tables/neutron-nec.xml:21(td) ./doc/common/tables/neutron-nec.xml:25(td) ./doc/common/tables/neutron-nec.xml:29(td) ./doc/common/tables/neutron-nec.xml:33(td) ./doc/common/tables/neutron-nec.xml:37(td) ./doc/common/tables/neutron-nec.xml:41(td) ./doc/common/tables/neutron-nec.xml:45(td) ./doc/common/tables/neutron-nec.xml:53(td) ./doc/common/tables/neutron-nec.xml:57(td) ./doc/common/tables/neutron-nec.xml:61(td) ./doc/common/tables/neutron-nec.xml:68(td) ./doc/common/tables/neutron-nec.xml:72(td) ./doc/common/tables/keystone-security.xml:21(td) ./doc/common/tables/ceilometer-policy.xml:21(td) ./doc/common/tables/ceilometer-policy.xml:25(td) ./doc/common/tables/ceilometer-policy.xml:29(td) ./doc/common/tables/heat-clients_neutron.xml:21(td) ./doc/common/tables/heat-clients_neutron.xml:25(td) ./doc/common/tables/heat-clients_neutron.xml:29(td) ./doc/common/tables/heat-clients_neutron.xml:33(td) ./doc/common/tables/heat-clients_neutron.xml:37(td) ./doc/common/tables/nova-api.xml:21(td) ./doc/common/tables/nova-api.xml:25(td) ./doc/common/tables/nova-api.xml:29(td) ./doc/common/tables/nova-api.xml:33(td) ./doc/common/tables/nova-api.xml:37(td) ./doc/common/tables/nova-api.xml:45(td) ./doc/common/tables/nova-api.xml:49(td) ./doc/common/tables/nova-api.xml:53(td) ./doc/common/tables/nova-api.xml:57(td) ./doc/common/tables/nova-api.xml:61(td) ./doc/common/tables/nova-api.xml:69(td) ./doc/common/tables/nova-api.xml:73(td) ./doc/common/tables/nova-api.xml:77(td) ./doc/common/tables/nova-api.xml:81(td) ./doc/common/tables/nova-api.xml:85(td) ./doc/common/tables/nova-api.xml:89(td) ./doc/common/tables/nova-api.xml:93(td) ./doc/common/tables/nova-api.xml:97(td) ./doc/common/tables/nova-api.xml:101(td) ./doc/common/tables/nova-api.xml:105(td) ./doc/common/tables/nova-api.xml:109(td) ./doc/common/tables/nova-api.xml:113(td) ./doc/common/tables/nova-api.xml:117(td) ./doc/common/tables/neutron-opencontrail.xml:21(td) ./doc/common/tables/neutron-opencontrail.xml:25(td) ./doc/common/tables/neutron-ml2_mlnx.xml:21(td) ./doc/common/tables/neutron-ml2_mlnx.xml:25(td) ./doc/common/tables/neutron-ml2_mlnx.xml:33(td) ./doc/common/tables/neutron-ml2_mlnx.xml:37(td) ./doc/common/tables/neutron-ml2_mlnx.xml:41(td) ./doc/common/tables/sahara-domain.xml:21(td) ./doc/common/tables/sahara-domain.xml:25(td) ./doc/common/tables/sahara-domain.xml:29(td) ./doc/common/tables/trove-auth_token.xml:21(td) ./doc/common/tables/trove-auth_token.xml:25(td) ./doc/common/tables/trove-auth_token.xml:29(td) ./doc/common/tables/trove-auth_token.xml:33(td) ./doc/common/tables/trove-auth_token.xml:41(td) ./doc/common/tables/trove-auth_token.xml:45(td) ./doc/common/tables/trove-auth_token.xml:49(td) ./doc/common/tables/trove-auth_token.xml:53(td) ./doc/common/tables/trove-auth_token.xml:57(td) ./doc/common/tables/trove-auth_token.xml:61(td) ./doc/common/tables/trove-auth_token.xml:65(td) ./doc/common/tables/trove-auth_token.xml:69(td) ./doc/common/tables/trove-auth_token.xml:73(td) ./doc/common/tables/trove-auth_token.xml:77(td) ./doc/common/tables/trove-auth_token.xml:81(td) ./doc/common/tables/trove-auth_token.xml:85(td) ./doc/common/tables/trove-auth_token.xml:89(td) ./doc/common/tables/trove-auth_token.xml:93(td) ./doc/common/tables/trove-auth_token.xml:97(td) ./doc/common/tables/trove-auth_token.xml:101(td) ./doc/common/tables/trove-auth_token.xml:105(td) ./doc/common/tables/trove-auth_token.xml:109(td) ./doc/common/tables/trove-auth_token.xml:113(td) ./doc/common/tables/trove-auth_token.xml:117(td) ./doc/common/tables/trove-auth_token.xml:121(td) ./doc/common/tables/trove-auth_token.xml:125(td) ./doc/common/tables/trove-auth_token.xml:129(td) ./doc/common/tables/trove-auth_token.xml:133(td) ./doc/common/tables/trove-auth_token.xml:137(td) ./doc/common/tables/trove-auth_token.xml:141(td) ./doc/common/tables/trove-auth_token.xml:145(td) ./doc/common/tables/trove-auth_token.xml:149(td) ./doc/common/tables/trove-auth_token.xml:153(td) ./doc/common/tables/trove-auth_token.xml:157(td) ./doc/common/tables/trove-auth_token.xml:161(td) ./doc/common/tables/keystone-trust.xml:21(td) ./doc/common/tables/keystone-trust.xml:25(td) ./doc/common/tables/keystone-trust.xml:29(td) ./doc/common/tables/keystone-trust.xml:33(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:20(td) ./doc/common/tables/glance-cinder.xml:21(td) ./doc/common/tables/glance-cinder.xml:25(td) ./doc/common/tables/glance-cinder.xml:29(td) ./doc/common/tables/glance-cinder.xml:33(td) ./doc/common/tables/glance-cinder.xml:37(td) ./doc/common/tables/swift-object-server-object-updater.xml:20(td) ./doc/common/tables/swift-object-server-object-updater.xml:24(td) ./doc/common/tables/swift-object-server-object-updater.xml:28(td) ./doc/common/tables/swift-object-server-object-updater.xml:32(td) ./doc/common/tables/swift-object-server-object-updater.xml:36(td) ./doc/common/tables/swift-object-server-object-updater.xml:40(td) ./doc/common/tables/swift-object-server-object-updater.xml:44(td) ./doc/common/tables/swift-object-server-object-updater.xml:48(td) ./doc/common/tables/swift-object-server-object-updater.xml:52(td) ./doc/common/tables/glance-common.xml:21(td) ./doc/common/tables/glance-common.xml:25(td) ./doc/common/tables/glance-common.xml:29(td) ./doc/common/tables/glance-common.xml:33(td) ./doc/common/tables/glance-common.xml:37(td) ./doc/common/tables/glance-common.xml:41(td) ./doc/common/tables/glance-common.xml:45(td) ./doc/common/tables/glance-common.xml:49(td) ./doc/common/tables/glance-common.xml:53(td) ./doc/common/tables/glance-common.xml:57(td) ./doc/common/tables/glance-common.xml:61(td) ./doc/common/tables/glance-common.xml:65(td) ./doc/common/tables/glance-common.xml:69(td) ./doc/common/tables/glance-common.xml:73(td) ./doc/common/tables/glance-common.xml:77(td) ./doc/common/tables/glance-common.xml:81(td) ./doc/common/tables/glance-common.xml:85(td) ./doc/common/tables/glance-common.xml:89(td) ./doc/common/tables/glance-common.xml:93(td) ./doc/common/tables/glance-common.xml:97(td) ./doc/common/tables/glance-common.xml:101(td) ./doc/common/tables/glance-common.xml:105(td) ./doc/common/tables/glance-common.xml:112(td) ./doc/common/tables/glance-common.xml:119(td) ./doc/common/tables/glance-common.xml:123(td) ./doc/common/tables/glance-common.xml:130(td) ./doc/common/tables/glance-common.xml:137(td) ./doc/common/tables/glance-common.xml:141(td) ./doc/common/tables/glance-common.xml:145(td) ./doc/common/tables/glance-common.xml:149(td) ./doc/common/tables/glance-common.xml:153(td) ./doc/common/tables/glance-common.xml:157(td) ./doc/common/tables/glance-common.xml:165(td) ./doc/common/tables/glance-common.xml:169(td) ./doc/common/tables/glance-common.xml:176(td) ./doc/common/tables/glance-common.xml:180(td) ./doc/common/tables/glance-common.xml:184(td) ./doc/common/tables/neutron-ml2_vxlan.xml:36(td) ./doc/common/tables/swift-dispersion-dispersion.xml:20(td) ./doc/common/tables/swift-dispersion-dispersion.xml:24(td) ./doc/common/tables/swift-dispersion-dispersion.xml:28(td) ./doc/common/tables/swift-dispersion-dispersion.xml:32(td) ./doc/common/tables/swift-dispersion-dispersion.xml:36(td) ./doc/common/tables/swift-dispersion-dispersion.xml:40(td) ./doc/common/tables/swift-dispersion-dispersion.xml:44(td) ./doc/common/tables/swift-dispersion-dispersion.xml:48(td) ./doc/common/tables/swift-dispersion-dispersion.xml:52(td) ./doc/common/tables/swift-dispersion-dispersion.xml:56(td) ./doc/common/tables/swift-dispersion-dispersion.xml:60(td) ./doc/common/tables/swift-dispersion-dispersion.xml:64(td) ./doc/common/tables/swift-dispersion-dispersion.xml:68(td) ./doc/common/tables/swift-dispersion-dispersion.xml:72(td) ./doc/common/tables/swift-dispersion-dispersion.xml:76(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:20(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:24(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:28(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:32(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:36(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:40(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:44(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:48(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:52(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:56(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:68(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:72(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:107(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:111(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:121(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:125(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:129(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:133(td) ./doc/common/tables/ironic-amt.xml:21(td) ./doc/common/tables/ironic-amt.xml:25(td) ./doc/common/tables/ironic-amt.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:28(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:36(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:40(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:44(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:53(td) ./doc/common/tables/keystone-domain.xml:21(td) ./doc/common/tables/keystone-domain.xml:25(td) ./doc/common/tables/keystone-domain.xml:29(td) ./doc/common/tables/neutron-rabbitmq.xml:21(td) ./doc/common/tables/neutron-rabbitmq.xml:25(td) ./doc/common/tables/neutron-rabbitmq.xml:29(td) ./doc/common/tables/neutron-rabbitmq.xml:33(td) ./doc/common/tables/neutron-rabbitmq.xml:37(td) ./doc/common/tables/neutron-rabbitmq.xml:41(td) ./doc/common/tables/neutron-rabbitmq.xml:61(td) ./doc/common/tables/neutron-rabbitmq.xml:65(td) ./doc/common/tables/neutron-rabbitmq.xml:69(td) ./doc/common/tables/neutron-rabbitmq.xml:73(td) ./doc/common/tables/neutron-rabbitmq.xml:77(td) ./doc/common/tables/neutron-rabbitmq.xml:81(td) ./doc/common/tables/neutron-rabbitmq.xml:85(td) ./doc/common/tables/neutron-rabbitmq.xml:89(td) ./doc/common/tables/neutron-rabbitmq.xml:93(td) ./doc/common/tables/neutron-rabbitmq.xml:97(td) ./doc/common/tables/neutron-rabbitmq.xml:101(td) ./doc/common/tables/neutron-rabbitmq.xml:105(td) ./doc/common/tables/neutron-rabbitmq.xml:109(td) ./doc/common/tables/keystone-ec2.xml:21(td) ./doc/common/tables/keystone-ec2.xml:25(td) ./doc/common/tables/keystone-ec2.xml:29(td) ./doc/common/tables/keystone-ec2.xml:33(td) ./doc/common/tables/keystone-ec2.xml:37(td) ./doc/common/tables/heat-clients_keystone.xml:21(td) ./doc/common/tables/heat-clients_keystone.xml:25(td) ./doc/common/tables/heat-clients_keystone.xml:29(td) ./doc/common/tables/heat-clients_keystone.xml:33(td) ./doc/common/tables/heat-clients_keystone.xml:37(td) ./doc/common/tables/neutron-nsx.xml:21(td) ./doc/common/tables/neutron-nsx.xml:25(td) ./doc/common/tables/neutron-nsx.xml:29(td) ./doc/common/tables/neutron-nsx.xml:33(td) ./doc/common/tables/neutron-nsx.xml:37(td) ./doc/common/tables/neutron-nsx.xml:41(td) ./doc/common/tables/neutron-nsx.xml:45(td) ./doc/common/tables/neutron-nsx.xml:49(td) ./doc/common/tables/neutron-nsx.xml:53(td) ./doc/common/tables/neutron-nsx.xml:60(td) ./doc/common/tables/neutron-nsx.xml:64(td) ./doc/common/tables/neutron-nsx.xml:68(td) ./doc/common/tables/neutron-nsx.xml:72(td) ./doc/common/tables/neutron-nsx.xml:76(td) ./doc/common/tables/neutron-nsx.xml:80(td) ./doc/common/tables/neutron-nsx.xml:84(td) ./doc/common/tables/neutron-nsx.xml:88(td) ./doc/common/tables/neutron-nsx.xml:95(td) ./doc/common/tables/neutron-nsx.xml:99(td) ./doc/common/tables/neutron-nsx.xml:103(td) ./doc/common/tables/neutron-nsx.xml:107(td) ./doc/common/tables/neutron-nsx.xml:111(td) ./doc/common/tables/neutron-nsx.xml:118(td) ./doc/common/tables/neutron-nsx.xml:125(td) ./doc/common/tables/neutron-nsx.xml:133(td) ./doc/common/tables/neutron-nsx.xml:137(td) ./doc/common/tables/neutron-nsx.xml:141(td) ./doc/common/tables/neutron-nsx.xml:145(td) ./doc/common/tables/neutron-nsx.xml:149(td) ./doc/common/tables/neutron-nsx.xml:153(td) ./doc/common/tables/neutron-nsx.xml:157(td) ./doc/common/tables/neutron-nsx.xml:161(td) ./doc/common/tables/neutron-nsx.xml:165(td) ./doc/common/tables/neutron-nsx.xml:169(td) ./doc/common/tables/neutron-nsx.xml:173(td) ./doc/common/tables/neutron-nsx.xml:177(td) ./doc/common/tables/neutron-nsx.xml:181(td) ./doc/common/tables/neutron-nsx.xml:185(td) ./doc/common/tables/neutron-nsx.xml:189(td) ./doc/common/tables/neutron-nsx.xml:193(td) ./doc/common/tables/neutron-nsx.xml:197(td) ./doc/common/tables/neutron-nsx.xml:201(td) ./doc/common/tables/neutron-nsx.xml:205(td) ./doc/common/tables/neutron-nsx.xml:209(td) ./doc/common/tables/neutron-nsx.xml:213(td) ./doc/common/tables/neutron-nsx.xml:217(td) ./doc/common/tables/ceilometer-testing.xml:21(td) ./doc/common/tables/neutron-api.xml:21(td) ./doc/common/tables/neutron-api.xml:25(td) ./doc/common/tables/neutron-api.xml:29(td) ./doc/common/tables/neutron-api.xml:37(td) ./doc/common/tables/neutron-api.xml:41(td) ./doc/common/tables/neutron-api.xml:45(td) ./doc/common/tables/neutron-api.xml:49(td) ./doc/common/tables/neutron-api.xml:53(td) ./doc/common/tables/neutron-api.xml:57(td) ./doc/common/tables/neutron-api.xml:61(td) ./doc/common/tables/neutron-api.xml:69(td) ./doc/common/tables/neutron-api.xml:73(td) ./doc/common/tables/neutron-api.xml:80(td) ./doc/common/tables/trove-logging.xml:21(td) ./doc/common/tables/trove-logging.xml:25(td) ./doc/common/tables/trove-logging.xml:29(td) ./doc/common/tables/trove-logging.xml:33(td) ./doc/common/tables/trove-logging.xml:37(td) ./doc/common/tables/trove-logging.xml:41(td) ./doc/common/tables/trove-logging.xml:45(td) ./doc/common/tables/trove-logging.xml:49(td) ./doc/common/tables/trove-logging.xml:53(td) ./doc/common/tables/trove-logging.xml:57(td) ./doc/common/tables/trove-logging.xml:61(td) ./doc/common/tables/trove-logging.xml:65(td) ./doc/common/tables/trove-logging.xml:69(td) ./doc/common/tables/trove-logging.xml:73(td) ./doc/common/tables/trove-logging.xml:77(td) ./doc/common/tables/trove-logging.xml:81(td) ./doc/common/tables/trove-logging.xml:85(td) ./doc/common/tables/trove-logging.xml:89(td) ./doc/common/tables/trove-logging.xml:93(td) ./doc/common/tables/trove-logging.xml:97(td) ./doc/common/tables/trove-logging.xml:101(td) ./doc/common/tables/trove-logging.xml:105(td) ./doc/common/tables/keystone-kvs.xml:25(td) ./doc/common/tables/keystone-kvs.xml:29(td) ./doc/common/tables/keystone-kvs.xml:33(td) ./doc/common/tables/keystone-redis.xml:21(td) ./doc/common/tables/keystone-redis.xml:25(td) ./doc/common/tables/keystone-redis.xml:29(td) ./doc/common/tables/keystone-redis.xml:36(td) ./doc/common/tables/nova-xvpnvncproxy.xml:21(td) ./doc/common/tables/nova-xvpnvncproxy.xml:25(td) ./doc/common/tables/nova-xvpnvncproxy.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:24(td) ./doc/common/tables/swift-account-server-account-reaper.xml:20(td) ./doc/common/tables/swift-account-server-account-reaper.xml:24(td) ./doc/common/tables/swift-account-server-account-reaper.xml:28(td) ./doc/common/tables/swift-account-server-account-reaper.xml:32(td) ./doc/common/tables/swift-account-server-account-reaper.xml:36(td) ./doc/common/tables/swift-account-server-account-reaper.xml:40(td) ./doc/common/tables/swift-account-server-account-reaper.xml:44(td) ./doc/common/tables/swift-account-server-account-reaper.xml:48(td) ./doc/common/tables/swift-account-server-account-reaper.xml:52(td) ./doc/common/tables/swift-account-server-account-reaper.xml:56(td) ./doc/common/tables/nova-hyperv.xml:21(td) ./doc/common/tables/nova-hyperv.xml:25(td) ./doc/common/tables/nova-hyperv.xml:29(td) ./doc/common/tables/nova-hyperv.xml:37(td) ./doc/common/tables/nova-hyperv.xml:41(td) ./doc/common/tables/nova-hyperv.xml:45(td) ./doc/common/tables/nova-hyperv.xml:49(td) ./doc/common/tables/nova-hyperv.xml:53(td) ./doc/common/tables/nova-hyperv.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:24(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:28(td) ./doc/common/tables/heat-clients_backends.xml:21(td) ./doc/common/tables/glance-testing.xml:21(td) ./doc/common/tables/glance-testing.xml:25(td) ./doc/common/tables/neutron-common.xml:21(td) ./doc/common/tables/neutron-common.xml:25(td) ./doc/common/tables/neutron-common.xml:29(td) ./doc/common/tables/neutron-common.xml:33(td) ./doc/common/tables/neutron-common.xml:37(td) ./doc/common/tables/neutron-common.xml:41(td) ./doc/common/tables/neutron-common.xml:45(td) ./doc/common/tables/neutron-common.xml:49(td) ./doc/common/tables/neutron-common.xml:53(td) ./doc/common/tables/neutron-common.xml:57(td) ./doc/common/tables/neutron-common.xml:61(td) ./doc/common/tables/neutron-common.xml:65(td) ./doc/common/tables/neutron-common.xml:69(td) ./doc/common/tables/neutron-common.xml:73(td) ./doc/common/tables/neutron-common.xml:77(td) ./doc/common/tables/neutron-common.xml:81(td) ./doc/common/tables/neutron-common.xml:85(td) ./doc/common/tables/neutron-common.xml:89(td) ./doc/common/tables/neutron-common.xml:93(td) ./doc/common/tables/neutron-common.xml:97(td) ./doc/common/tables/neutron-common.xml:101(td) ./doc/common/tables/neutron-common.xml:105(td) ./doc/common/tables/neutron-common.xml:109(td) ./doc/common/tables/neutron-common.xml:113(td) ./doc/common/tables/neutron-common.xml:117(td) ./doc/common/tables/neutron-common.xml:121(td) ./doc/common/tables/neutron-common.xml:125(td) ./doc/common/tables/neutron-common.xml:129(td) ./doc/common/tables/neutron-common.xml:133(td) ./doc/common/tables/neutron-common.xml:137(td) ./doc/common/tables/neutron-common.xml:141(td) ./doc/common/tables/neutron-common.xml:145(td) ./doc/common/tables/neutron-common.xml:149(td) ./doc/common/tables/neutron-common.xml:153(td) ./doc/common/tables/neutron-common.xml:157(td) ./doc/common/tables/neutron-common.xml:161(td) ./doc/common/tables/neutron-common.xml:165(td) ./doc/common/tables/neutron-common.xml:169(td) ./doc/common/tables/neutron-common.xml:173(td) ./doc/common/tables/neutron-common.xml:177(td) ./doc/common/tables/neutron-common.xml:181(td) ./doc/common/tables/neutron-common.xml:185(td) ./doc/common/tables/neutron-common.xml:189(td) ./doc/common/tables/neutron-common.xml:196(td) ./doc/common/tables/neutron-common.xml:200(td) ./doc/common/tables/neutron-common.xml:204(td) ./doc/common/tables/neutron-common.xml:208(td) ./doc/common/tables/neutron-common.xml:215(td) ./doc/common/tables/neutron-common.xml:219(td) ./doc/common/tables/neutron-common.xml:223(td) ./doc/common/tables/neutron-common.xml:227(td) ./doc/common/tables/neutron-common.xml:231(td) ./doc/common/tables/neutron-common.xml:235(td) ./doc/common/tables/neutron-common.xml:242(td) ./doc/common/tables/neutron-common.xml:249(td) ./doc/common/tables/nova-hypervisor.xml:21(td) ./doc/common/tables/nova-hypervisor.xml:25(td) ./doc/common/tables/nova-hypervisor.xml:29(td) ./doc/common/tables/nova-hypervisor.xml:33(td) ./doc/common/tables/nova-hypervisor.xml:37(td) ./doc/common/tables/nova-hypervisor.xml:41(td) ./doc/common/tables/nova-hypervisor.xml:45(td) ./doc/common/tables/keystone-fernet_tokens.xml:21(td) ./doc/common/tables/keystone-fernet_tokens.xml:25(td) ./doc/common/tables/keystone-qpid.xml:21(td) ./doc/common/tables/keystone-qpid.xml:25(td) ./doc/common/tables/keystone-qpid.xml:29(td) ./doc/common/tables/keystone-qpid.xml:33(td) ./doc/common/tables/keystone-qpid.xml:37(td) ./doc/common/tables/keystone-qpid.xml:45(td) ./doc/common/tables/keystone-qpid.xml:49(td) ./doc/common/tables/keystone-qpid.xml:53(td) ./doc/common/tables/keystone-qpid.xml:61(td) ./doc/common/tables/keystone-qpid.xml:65(td) ./doc/common/tables/keystone-qpid.xml:73(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:20(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:24(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:28(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:32(td) ./doc/common/tables/ironic-deploy.xml:21(td) ./doc/common/tables/ironic-deploy.xml:25(td) ./doc/common/tables/ironic-deploy.xml:29(td) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:24(td) ./doc/common/tables/keystone-cache.xml:21(td) ./doc/common/tables/keystone-cache.xml:25(td) ./doc/common/tables/keystone-cache.xml:29(td) ./doc/common/tables/keystone-cache.xml:33(td) ./doc/common/tables/keystone-cache.xml:37(td) ./doc/common/tables/keystone-cache.xml:41(td) ./doc/common/tables/keystone-cache.xml:45(td) ./doc/common/tables/keystone-cache.xml:49(td) ./doc/common/tables/keystone-cache.xml:53(td) ./doc/common/tables/keystone-cache.xml:57(td) ./doc/common/tables/keystone-cache.xml:61(td) ./doc/common/tables/keystone-cache.xml:65(td) ./doc/common/tables/keystone-cache.xml:76(td) ./doc/common/tables/keystone-cache.xml:80(td) ./doc/common/tables/keystone-cache.xml:84(td) ./doc/common/tables/keystone-cache.xml:88(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:21(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:25(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:29(td) ./doc/common/tables/nova-configdrive.xml:21(td) ./doc/common/tables/nova-configdrive.xml:25(td) ./doc/common/tables/nova-configdrive.xml:29(td) ./doc/common/tables/nova-configdrive.xml:33(td) ./doc/common/tables/nova-configdrive.xml:40(td) ./doc/common/tables/nova-configdrive.xml:44(td) ./doc/common/tables/keystone-token.xml:21(td) ./doc/common/tables/keystone-token.xml:29(td) ./doc/common/tables/keystone-token.xml:33(td) ./doc/common/tables/keystone-token.xml:37(td) ./doc/common/tables/keystone-token.xml:41(td) ./doc/common/tables/keystone-token.xml:45(td) ./doc/common/tables/keystone-token.xml:49(td) ./doc/common/tables/keystone-token.xml:53(td) ./doc/common/tables/keystone-token.xml:57(td) ./doc/common/tables/ceilometer-qpid.xml:21(td) ./doc/common/tables/ceilometer-qpid.xml:25(td) ./doc/common/tables/ceilometer-qpid.xml:29(td) ./doc/common/tables/ceilometer-qpid.xml:33(td) ./doc/common/tables/ceilometer-qpid.xml:37(td) ./doc/common/tables/ceilometer-qpid.xml:45(td) ./doc/common/tables/ceilometer-qpid.xml:49(td) ./doc/common/tables/ceilometer-qpid.xml:53(td) ./doc/common/tables/ceilometer-qpid.xml:61(td) ./doc/common/tables/ceilometer-qpid.xml:65(td) ./doc/common/tables/ceilometer-qpid.xml:73(td) ./doc/common/tables/cinder-datera.xml:21(td) ./doc/common/tables/cinder-datera.xml:25(td) ./doc/common/tables/cinder-datera.xml:29(td) ./doc/common/tables/cinder-datera.xml:33(td) ./doc/common/tables/cinder-datera.xml:37(td) ./doc/common/tables/cinder-datera.xml:41(td) ./doc/common/tables/ceilometer-ipmi.xml:21(td) ./doc/common/tables/ceilometer-ipmi.xml:25(td) ./doc/common/tables/cinder-drbd.xml:21(td) ./doc/common/tables/heat-database.xml:21(td) ./doc/common/tables/heat-database.xml:25(td) ./doc/common/tables/heat-database.xml:29(td) ./doc/common/tables/heat-database.xml:33(td) ./doc/common/tables/heat-database.xml:37(td) ./doc/common/tables/heat-database.xml:41(td) ./doc/common/tables/heat-database.xml:45(td) ./doc/common/tables/heat-database.xml:49(td) ./doc/common/tables/heat-database.xml:53(td) ./doc/common/tables/heat-database.xml:57(td) ./doc/common/tables/heat-database.xml:61(td) ./doc/common/tables/heat-database.xml:65(td) ./doc/common/tables/heat-database.xml:69(td) ./doc/common/tables/heat-database.xml:73(td) ./doc/common/tables/heat-database.xml:77(td) ./doc/common/tables/heat-database.xml:81(td) ./doc/common/tables/heat-database.xml:85(td) ./doc/common/tables/heat-database.xml:89(td) ./doc/common/tables/heat-database.xml:93(td) ./doc/common/tables/heat-database.xml:97(td) ./doc/common/tables/ceilometer-rabbitmq.xml:21(td) ./doc/common/tables/ceilometer-rabbitmq.xml:25(td) ./doc/common/tables/ceilometer-rabbitmq.xml:29(td) ./doc/common/tables/ceilometer-rabbitmq.xml:33(td) ./doc/common/tables/ceilometer-rabbitmq.xml:37(td) ./doc/common/tables/ceilometer-rabbitmq.xml:41(td) ./doc/common/tables/ceilometer-rabbitmq.xml:61(td) ./doc/common/tables/ceilometer-rabbitmq.xml:65(td) ./doc/common/tables/ceilometer-rabbitmq.xml:69(td) ./doc/common/tables/ceilometer-rabbitmq.xml:73(td) ./doc/common/tables/ceilometer-rabbitmq.xml:77(td) ./doc/common/tables/ceilometer-rabbitmq.xml:81(td) ./doc/common/tables/ceilometer-rabbitmq.xml:85(td) ./doc/common/tables/ceilometer-rabbitmq.xml:89(td) ./doc/common/tables/ceilometer-rabbitmq.xml:93(td) ./doc/common/tables/ceilometer-rabbitmq.xml:97(td) ./doc/common/tables/ceilometer-rabbitmq.xml:101(td) ./doc/common/tables/ceilometer-rabbitmq.xml:105(td) ./doc/common/tables/ceilometer-rabbitmq.xml:109(td) ./doc/common/tables/neutron-ml2.xml:29(td) ./doc/common/tables/neutron-ml2.xml:37(td) ./doc/common/tables/neutron-ml2.xml:41(td) ./doc/common/tables/neutron-ml2.xml:45(td) ./doc/common/tables/keystone-database.xml:21(td) ./doc/common/tables/keystone-database.xml:25(td) ./doc/common/tables/keystone-database.xml:29(td) ./doc/common/tables/keystone-database.xml:33(td) ./doc/common/tables/keystone-database.xml:37(td) ./doc/common/tables/keystone-database.xml:41(td) ./doc/common/tables/keystone-database.xml:45(td) ./doc/common/tables/keystone-database.xml:49(td) ./doc/common/tables/keystone-database.xml:53(td) ./doc/common/tables/keystone-database.xml:57(td) ./doc/common/tables/keystone-database.xml:61(td) ./doc/common/tables/keystone-database.xml:65(td) ./doc/common/tables/keystone-database.xml:69(td) ./doc/common/tables/keystone-database.xml:73(td) ./doc/common/tables/keystone-database.xml:77(td) ./doc/common/tables/keystone-database.xml:81(td) ./doc/common/tables/keystone-database.xml:85(td) ./doc/common/tables/keystone-database.xml:89(td) ./doc/common/tables/keystone-database.xml:93(td) ./doc/common/tables/keystone-database.xml:97(td) ./doc/common/tables/glance-profiler.xml:21(td) ./doc/common/tables/glance-profiler.xml:25(td) ./doc/common/tables/keystone-memcache.xml:21(td) ./doc/common/tables/keystone-memcache.xml:25(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:25(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:37(td) ./doc/common/tables/trove-debug.xml:21(td) ./doc/common/tables/trove-debug.xml:25(td) ./doc/common/tables/trove-debug.xml:29(td) ./doc/common/tables/trove-debug.xml:33(td) ./doc/common/tables/trove-debug.xml:37(td) ./doc/common/tables/trove-debug.xml:44(td) ./doc/common/tables/trove-debug.xml:48(td) ./doc/common/tables/trove-swift.xml:21(td) ./doc/common/tables/trove-swift.xml:25(td) ./doc/common/tables/trove-swift.xml:29(td) ./doc/common/tables/nova-libvirt.xml:21(td) ./doc/common/tables/nova-libvirt.xml:25(td) ./doc/common/tables/nova-libvirt.xml:32(td) ./doc/common/tables/nova-libvirt.xml:36(td) ./doc/common/tables/nova-libvirt.xml:40(td) ./doc/common/tables/nova-libvirt.xml:48(td) ./doc/common/tables/nova-libvirt.xml:52(td) ./doc/common/tables/nova-libvirt.xml:60(td) ./doc/common/tables/nova-libvirt.xml:68(td) ./doc/common/tables/nova-libvirt.xml:72(td) ./doc/common/tables/nova-libvirt.xml:76(td) ./doc/common/tables/nova-libvirt.xml:84(td) ./doc/common/tables/nova-libvirt.xml:88(td) ./doc/common/tables/nova-libvirt.xml:92(td) ./doc/common/tables/nova-libvirt.xml:96(td) ./doc/common/tables/nova-libvirt.xml:100(td) ./doc/common/tables/nova-libvirt.xml:104(td) ./doc/common/tables/nova-libvirt.xml:108(td) ./doc/common/tables/nova-libvirt.xml:112(td) ./doc/common/tables/nova-libvirt.xml:116(td) ./doc/common/tables/nova-libvirt.xml:120(td) ./doc/common/tables/nova-libvirt.xml:124(td) ./doc/common/tables/nova-libvirt.xml:128(td) ./doc/common/tables/nova-libvirt.xml:132(td) ./doc/common/tables/nova-libvirt.xml:136(td) ./doc/common/tables/nova-libvirt.xml:140(td) ./doc/common/tables/nova-libvirt.xml:144(td) ./doc/common/tables/nova-libvirt.xml:148(td) ./doc/common/tables/nova-libvirt.xml:152(td) ./doc/common/tables/nova-libvirt.xml:156(td) ./doc/common/tables/nova-libvirt.xml:160(td) ./doc/common/tables/nova-libvirt.xml:164(td) ./doc/common/tables/nova-libvirt.xml:172(td) ./doc/common/tables/nova-libvirt.xml:176(td) ./doc/common/tables/nova-libvirt.xml:180(td) ./doc/common/tables/nova-libvirt.xml:184(td) ./doc/common/tables/nova-libvirt.xml:188(td) ./doc/common/tables/nova-libvirt.xml:192(td) ./doc/common/tables/trove-upgrades.xml:21(td) ./doc/common/tables/trove-upgrades.xml:25(td) ./doc/common/tables/trove-upgrades.xml:29(td) ./doc/common/tables/neutron-mlnx.xml:21(td) ./doc/common/tables/neutron-mlnx.xml:25(td) ./doc/common/tables/neutron-mlnx.xml:33(td) ./doc/common/tables/cinder-zoning_manager.xml:21(td) ./doc/common/tables/ceilometer-amqp.xml:21(td) ./doc/common/tables/ceilometer-amqp.xml:25(td) ./doc/common/tables/ceilometer-amqp.xml:29(td) ./doc/common/tables/ceilometer-amqp.xml:33(td) ./doc/common/tables/ceilometer-glance.xml:21(td) ./doc/common/tables/neutron-nova.xml:21(td) ./doc/common/tables/neutron-nova.xml:25(td) ./doc/common/tables/neutron-nova.xml:29(td) ./doc/common/tables/neutron-nova.xml:33(td) ./doc/common/tables/neutron-nova.xml:37(td) ./doc/common/tables/neutron-nova.xml:41(td) ./doc/common/tables/neutron-nova.xml:45(td) ./doc/common/tables/neutron-nova.xml:49(td) ./doc/common/tables/ironic-dhcp.xml:21(td) ./doc/common/tables/neutron-securitygroups.xml:21(td) ./doc/common/tables/neutron-securitygroups.xml:25(td) ./doc/common/tables/neutron-securitygroups.xml:29(td) ./doc/common/tables/neutron-securitygroups.xml:33(td) ./doc/common/tables/neutron-securitygroups.xml:37(td) ./doc/common/tables/neutron-securitygroups.xml:41(td) ./doc/common/tables/keystone-debug.xml:21(td) ./doc/common/tables/keystone-debug.xml:25(td) ./doc/common/tables/keystone-debug.xml:29(td) ./doc/common/tables/keystone-debug.xml:33(td) ./doc/common/tables/keystone-debug.xml:40(td) ./doc/common/tables/nova-debug.xml:21(td) ./doc/common/tables/nova-debug.xml:28(td) ./doc/common/tables/cinder-rootwrap.xml:21(td) ./doc/common/tables/cinder-rootwrap.xml:25(td) ./doc/common/tables/cinder-rootwrap.xml:29(td) ./doc/common/tables/cinder-rootwrap.xml:33(td) ./doc/common/tables/cinder-rootwrap.xml:37(td) msgid " = " msgstr "" @@ -8823,163 +8823,159 @@ msgstr "" msgid "(StrOpt) The connection string used to connect to the alarm database. (if unset, connection is used)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:32(replaceable) ./doc/common/tables/ceilometer-database.xml:76(replaceable) ./doc/common/tables/ceilometer-database.xml:100(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:21(replaceable) ./doc/common/tables/keystone-ldap.xml:109(replaceable) ./doc/common/tables/nova-conductor.xml:21(replaceable) ./doc/common/tables/neutron-quotas.xml:28(replaceable) ./doc/common/tables/neutron-quotas.xml:40(replaceable) ./doc/common/tables/neutron-quotas.xml:48(replaceable) ./doc/common/tables/nova-network.xml:69(replaceable) ./doc/common/tables/nova-quota.xml:37(replaceable) ./doc/common/tables/neutron-nsx.xml:84(replaceable) ./doc/common/tables/neutron-api.xml:53(replaceable) -msgid "-1" -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml:33(td) -msgid "(IntOpt) Number of seconds that alarm histories are kept in the database for (<= 0 means forever)." -msgstr "" - -#: ./doc/common/tables/ceilometer-database.xml:36(replaceable) ./doc/common/tables/cinder-database.xml:28(replaceable) ./doc/common/tables/glance-database.xml:21(replaceable) ./doc/common/tables/sahara-database.xml:28(replaceable) ./doc/common/tables/neutron-database.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:21(replaceable) ./doc/common/tables/nova-database.xml:79(replaceable) ./doc/common/tables/heat-database.xml:21(replaceable) ./doc/common/tables/keystone-database.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:32(replaceable) ./doc/common/tables/cinder-database.xml:28(replaceable) ./doc/common/tables/glance-database.xml:21(replaceable) ./doc/common/tables/sahara-database.xml:28(replaceable) ./doc/common/tables/neutron-database.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:21(replaceable) ./doc/common/tables/nova-database.xml:79(replaceable) ./doc/common/tables/heat-database.xml:21(replaceable) ./doc/common/tables/keystone-database.xml:21(replaceable) msgid "sqlalchemy" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:37(td) ./doc/common/tables/cinder-database.xml:29(td) ./doc/common/tables/glance-database.xml:22(td) ./doc/common/tables/sahara-database.xml:29(td) ./doc/common/tables/glance-conf-changes.xml:121(td) ./doc/common/tables/neutron-database.xml:22(td) ./doc/common/tables/nova-conf-changes.xml:201(td) ./doc/common/tables/ironic-database.xml:22(td) ./doc/common/tables/nova-database.xml:80(td) ./doc/common/tables/heat-database.xml:22(td) ./doc/common/tables/keystone-database.xml:22(td) +#: ./doc/common/tables/ceilometer-database.xml:33(td) ./doc/common/tables/cinder-database.xml:29(td) ./doc/common/tables/glance-database.xml:22(td) ./doc/common/tables/sahara-database.xml:29(td) ./doc/common/tables/glance-conf-changes.xml:121(td) ./doc/common/tables/neutron-database.xml:22(td) ./doc/common/tables/nova-conf-changes.xml:201(td) ./doc/common/tables/ironic-database.xml:22(td) ./doc/common/tables/nova-database.xml:80(td) ./doc/common/tables/heat-database.xml:22(td) ./doc/common/tables/keystone-database.xml:22(td) msgid "(StrOpt) The back end to use for the database." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:41(td) ./doc/common/tables/cinder-database.xml:33(td) ./doc/common/tables/glance-database.xml:26(td) ./doc/common/tables/sahara-database.xml:33(td) ./doc/common/tables/glance-conf-changes.xml:125(td) ./doc/common/tables/neutron-database.xml:26(td) ./doc/common/tables/nova-conf-changes.xml:205(td) ./doc/common/tables/ironic-database.xml:26(td) ./doc/common/tables/nova-database.xml:84(td) ./doc/common/tables/heat-database.xml:26(td) ./doc/common/tables/keystone-database.xml:26(td) +#: ./doc/common/tables/ceilometer-database.xml:37(td) ./doc/common/tables/cinder-database.xml:33(td) ./doc/common/tables/glance-database.xml:26(td) ./doc/common/tables/sahara-database.xml:33(td) ./doc/common/tables/glance-conf-changes.xml:125(td) ./doc/common/tables/neutron-database.xml:26(td) ./doc/common/tables/nova-conf-changes.xml:205(td) ./doc/common/tables/ironic-database.xml:26(td) ./doc/common/tables/nova-database.xml:84(td) ./doc/common/tables/heat-database.xml:26(td) ./doc/common/tables/keystone-database.xml:26(td) msgid "(StrOpt) The SQLAlchemy connection string to use to connect to the database." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:44(replaceable) ./doc/common/tables/neutron-rpc.xml:45(replaceable) ./doc/common/tables/neutron-rpc.xml:86(replaceable) ./doc/common/tables/neutron-rpc.xml:232(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:96(replaceable) ./doc/common/tables/ceilometer-common.xml:49(replaceable) ./doc/common/tables/cinder-database.xml:36(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:57(replaceable) ./doc/common/tables/glance-rpc.xml:79(replaceable) ./doc/common/tables/glance-rpc.xml:225(replaceable) ./doc/common/tables/glance-database.xml:29(replaceable) ./doc/common/tables/nova-rabbitmq.xml:57(replaceable) ./doc/common/tables/sahara-database.xml:36(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:56(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:123(replaceable) ./doc/common/tables/nova-policy.xml:33(replaceable) ./doc/common/tables/nova-policy.xml:73(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:40(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:77(replaceable) ./doc/common/tables/cinder-quota.xml:21(replaceable) ./doc/common/tables/ironic-rpc.xml:75(replaceable) ./doc/common/tables/ironic-rpc.xml:221(replaceable) ./doc/common/tables/nova-compute.xml:77(replaceable) ./doc/common/tables/nova-compute.xml:105(replaceable) ./doc/common/tables/nova-compute.xml:109(replaceable) ./doc/common/tables/nova-compute.xml:113(replaceable) ./doc/common/tables/nova-compute.xml:117(replaceable) ./doc/common/tables/nova-compute.xml:133(replaceable) ./doc/common/tables/nova-compute.xml:137(replaceable) ./doc/common/tables/nova-scheduler.xml:69(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:33(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:37(replaceable) ./doc/common/tables/heat-cfn_api.xml:25(replaceable) ./doc/common/tables/heat-cfn_api.xml:56(replaceable) ./doc/common/tables/cinder-storage.xml:113(replaceable) ./doc/common/tables/cinder-storage.xml:121(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:56(replaceable) ./doc/common/tables/nova-volumes.xml:37(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/keystone-ldap.xml:97(replaceable) ./doc/common/tables/keystone-ldap.xml:321(replaceable) ./doc/common/tables/nova-vpn.xml:41(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:36(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:42(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:88(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:96(replaceable) ./doc/common/tables/nova-livemigration.xml:28(replaceable) ./doc/common/tables/heat-rabbitmq.xml:57(replaceable) ./doc/common/tables/keystone-rpc.xml:64(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:88(replaceable) ./doc/common/tables/trove-rabbitmq.xml:57(replaceable) ./doc/common/tables/ironic-glance.xml:41(replaceable) ./doc/common/tables/ironic-glance.xml:69(replaceable) ./doc/common/tables/glance-api.xml:104(replaceable) ./doc/common/tables/cinder-storwize.xml:69(replaceable) ./doc/common/tables/cinder-storwize.xml:77(replaceable) ./doc/common/tables/ironic-ilo.xml:21(replaceable) ./doc/common/tables/cinder-lvm.xml:25(replaceable) ./doc/common/tables/heat-api.xml:170(replaceable) ./doc/common/tables/cinder-common.xml:157(replaceable) ./doc/common/tables/cinder-common.xml:217(replaceable) ./doc/common/tables/glance-swift.xml:104(replaceable) ./doc/common/tables/glance-swift.xml:112(replaceable) ./doc/common/tables/ceilometer-alarm.xml:53(replaceable) ./doc/common/tables/nova-glance.xml:44(replaceable) ./doc/common/tables/neutron-database.xml:29(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:60(replaceable) ./doc/common/tables/sahara-common.xml:29(replaceable) ./doc/common/tables/sahara-common.xml:33(replaceable) ./doc/common/tables/nova-conf-changes.xml:582(td) ./doc/common/tables/neutron-nuage.xml:60(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:77(replaceable) ./doc/common/tables/ironic-database.xml:29(replaceable) ./doc/common/tables/ceilometer-rpc.xml:75(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:76(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:80(replaceable) ./doc/common/tables/glance-filesystem.xml:29(replaceable) ./doc/common/tables/trove-rpc.xml:72(replaceable) ./doc/common/tables/trove-rpc.xml:178(replaceable) ./doc/common/tables/trove-rpc.xml:218(replaceable) ./doc/common/tables/nova-network.xml:29(replaceable) ./doc/common/tables/nova-network.xml:169(replaceable) ./doc/common/tables/ceilometer-collector.xml:47(replaceable) ./doc/common/tables/ceilometer-collector.xml:55(replaceable) ./doc/common/tables/sahara-rpc.xml:64(replaceable) ./doc/common/tables/sahara-rpc.xml:170(replaceable) ./doc/common/tables/sahara-rpc.xml:210(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:36(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:57(replaceable) ./doc/common/tables/cinder-rpc.xml:79(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:29(replaceable) ./doc/common/tables/neutron-nvsd.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:20(replaceable) ./doc/common/tables/glance-imagecache.xml:53(replaceable) ./doc/common/tables/heat-rpc.xml:68(replaceable) ./doc/common/tables/heat-rpc.xml:214(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:56(replaceable) ./doc/common/tables/cinder-images.xml:53(replaceable) ./doc/common/tables/nova-database.xml:32(replaceable) ./doc/common/tables/nova-database.xml:87(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:44(replaceable) ./doc/common/tables/nova-rpc.xml:82(replaceable) ./doc/common/tables/nova-rpc.xml:228(replaceable) ./doc/common/tables/glance-common.xml:101(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:52(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:72(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:57(replaceable) ./doc/common/tables/neutron-nsx.xml:99(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:28(replaceable) ./doc/common/tables/neutron-common.xml:37(replaceable) ./doc/common/tables/heat-database.xml:29(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:77(replaceable) ./doc/common/tables/neutron-ml2.xml:33(replaceable) ./doc/common/tables/neutron-ml2.xml:41(replaceable) ./doc/common/tables/keystone-database.xml:29(replaceable) ./doc/common/tables/cinder-conf-changes.xml:607(td) ./doc/common/tables/nova-libvirt.xml:188(replaceable) ./doc/common/tables/ceilometer-glance.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:40(replaceable) ./doc/common/tables/neutron-rpc.xml:45(replaceable) ./doc/common/tables/neutron-rpc.xml:86(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:96(replaceable) ./doc/common/tables/ceilometer-common.xml:49(replaceable) ./doc/common/tables/cinder-database.xml:36(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:37(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:77(replaceable) ./doc/common/tables/glance-rpc.xml:79(replaceable) ./doc/common/tables/glance-database.xml:29(replaceable) ./doc/common/tables/nova-rabbitmq.xml:37(replaceable) ./doc/common/tables/nova-rabbitmq.xml:77(replaceable) ./doc/common/tables/sahara-database.xml:36(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:56(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:123(replaceable) ./doc/common/tables/nova-policy.xml:33(replaceable) ./doc/common/tables/nova-policy.xml:73(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:40(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:37(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:77(replaceable) ./doc/common/tables/cinder-quota.xml:21(replaceable) ./doc/common/tables/ironic-rpc.xml:75(replaceable) ./doc/common/tables/nova-compute.xml:77(replaceable) ./doc/common/tables/nova-compute.xml:105(replaceable) ./doc/common/tables/nova-compute.xml:109(replaceable) ./doc/common/tables/nova-compute.xml:113(replaceable) ./doc/common/tables/nova-compute.xml:117(replaceable) ./doc/common/tables/nova-compute.xml:133(replaceable) ./doc/common/tables/nova-compute.xml:137(replaceable) ./doc/common/tables/nova-scheduler.xml:69(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:33(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:37(replaceable) ./doc/common/tables/heat-cfn_api.xml:25(replaceable) ./doc/common/tables/heat-cfn_api.xml:56(replaceable) ./doc/common/tables/cinder-storage.xml:113(replaceable) ./doc/common/tables/cinder-storage.xml:121(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:56(replaceable) ./doc/common/tables/nova-volumes.xml:37(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/glance-rabbitmq.xml:37(replaceable) ./doc/common/tables/glance-rabbitmq.xml:77(replaceable) ./doc/common/tables/keystone-ldap.xml:97(replaceable) ./doc/common/tables/keystone-ldap.xml:321(replaceable) ./doc/common/tables/nova-vpn.xml:41(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:36(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:42(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:88(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:96(replaceable) ./doc/common/tables/nova-livemigration.xml:28(replaceable) ./doc/common/tables/heat-rabbitmq.xml:37(replaceable) ./doc/common/tables/heat-rabbitmq.xml:77(replaceable) ./doc/common/tables/keystone-rpc.xml:64(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:88(replaceable) ./doc/common/tables/trove-rabbitmq.xml:37(replaceable) ./doc/common/tables/trove-rabbitmq.xml:77(replaceable) ./doc/common/tables/ironic-glance.xml:41(replaceable) ./doc/common/tables/ironic-glance.xml:69(replaceable) ./doc/common/tables/glance-api.xml:104(replaceable) ./doc/common/tables/cinder-storwize.xml:69(replaceable) ./doc/common/tables/cinder-storwize.xml:77(replaceable) ./doc/common/tables/ironic-ilo.xml:21(replaceable) ./doc/common/tables/cinder-lvm.xml:25(replaceable) ./doc/common/tables/heat-api.xml:170(replaceable) ./doc/common/tables/cinder-common.xml:157(replaceable) ./doc/common/tables/cinder-common.xml:217(replaceable) ./doc/common/tables/glance-swift.xml:104(replaceable) ./doc/common/tables/glance-swift.xml:112(replaceable) ./doc/common/tables/ceilometer-alarm.xml:53(replaceable) ./doc/common/tables/nova-glance.xml:44(replaceable) ./doc/common/tables/neutron-database.xml:29(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:60(replaceable) ./doc/common/tables/sahara-common.xml:29(replaceable) ./doc/common/tables/sahara-common.xml:33(replaceable) ./doc/common/tables/nova-conf-changes.xml:582(td) ./doc/common/tables/neutron-nuage.xml:60(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:37(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:77(replaceable) ./doc/common/tables/ironic-database.xml:29(replaceable) ./doc/common/tables/ceilometer-rpc.xml:75(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:76(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:80(replaceable) ./doc/common/tables/glance-filesystem.xml:29(replaceable) ./doc/common/tables/trove-rpc.xml:72(replaceable) ./doc/common/tables/nova-network.xml:29(replaceable) ./doc/common/tables/nova-network.xml:169(replaceable) ./doc/common/tables/ceilometer-collector.xml:47(replaceable) ./doc/common/tables/ceilometer-collector.xml:55(replaceable) ./doc/common/tables/sahara-rpc.xml:64(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:36(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:37(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:77(replaceable) ./doc/common/tables/cinder-rpc.xml:79(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:29(replaceable) ./doc/common/tables/neutron-nvsd.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:20(replaceable) ./doc/common/tables/glance-imagecache.xml:53(replaceable) ./doc/common/tables/heat-rpc.xml:68(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:56(replaceable) ./doc/common/tables/cinder-images.xml:53(replaceable) ./doc/common/tables/nova-database.xml:32(replaceable) ./doc/common/tables/nova-database.xml:87(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:44(replaceable) ./doc/common/tables/nova-rpc.xml:82(replaceable) ./doc/common/tables/glance-common.xml:101(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:52(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:72(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:37(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:77(replaceable) ./doc/common/tables/neutron-nsx.xml:99(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:28(replaceable) ./doc/common/tables/neutron-common.xml:37(replaceable) ./doc/common/tables/heat-database.xml:29(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:37(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:77(replaceable) ./doc/common/tables/neutron-ml2.xml:29(replaceable) ./doc/common/tables/neutron-ml2.xml:37(replaceable) ./doc/common/tables/keystone-database.xml:29(replaceable) ./doc/common/tables/cinder-conf-changes.xml:607(td) ./doc/common/tables/nova-libvirt.xml:188(replaceable) ./doc/common/tables/ceilometer-glance.xml:21(replaceable) msgid "0" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:45(td) ./doc/common/tables/cinder-database.xml:37(td) ./doc/common/tables/glance-database.xml:30(td) ./doc/common/tables/sahara-database.xml:37(td) ./doc/common/tables/glance-conf-changes.xml:129(td) ./doc/common/tables/neutron-database.xml:30(td) ./doc/common/tables/nova-conf-changes.xml:105(td) ./doc/common/tables/nova-conf-changes.xml:209(td) ./doc/common/tables/ironic-database.xml:30(td) ./doc/common/tables/nova-database.xml:33(td) ./doc/common/tables/nova-database.xml:88(td) ./doc/common/tables/heat-database.xml:30(td) ./doc/common/tables/keystone-database.xml:30(td) +#: ./doc/common/tables/ceilometer-database.xml:41(td) ./doc/common/tables/cinder-database.xml:37(td) ./doc/common/tables/glance-database.xml:30(td) ./doc/common/tables/sahara-database.xml:37(td) ./doc/common/tables/glance-conf-changes.xml:129(td) ./doc/common/tables/neutron-database.xml:30(td) ./doc/common/tables/nova-conf-changes.xml:105(td) ./doc/common/tables/nova-conf-changes.xml:209(td) ./doc/common/tables/ironic-database.xml:30(td) ./doc/common/tables/nova-database.xml:33(td) ./doc/common/tables/nova-database.xml:88(td) ./doc/common/tables/heat-database.xml:30(td) ./doc/common/tables/keystone-database.xml:30(td) msgid "(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:48(replaceable) ./doc/common/tables/ceilometer-database.xml:136(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:25(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:36(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:44(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:48(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:118(replaceable) ./doc/common/tables/heat-clients.xml:40(replaceable) ./doc/common/tables/cinder-solidfire.xml:29(replaceable) ./doc/common/tables/neutron-rpc.xml:52(replaceable) ./doc/common/tables/neutron-rpc.xml:59(replaceable) ./doc/common/tables/neutron-rpc.xml:70(replaceable) ./doc/common/tables/neutron-rpc.xml:110(replaceable) ./doc/common/tables/neutron-rpc.xml:117(replaceable) ./doc/common/tables/neutron-rpc.xml:121(replaceable) ./doc/common/tables/neutron-rpc.xml:176(replaceable) ./doc/common/tables/neutron-rpc.xml:180(replaceable) ./doc/common/tables/neutron-rpc.xml:184(replaceable) ./doc/common/tables/neutron-rpc.xml:216(replaceable) ./doc/common/tables/neutron-rpc.xml:252(replaceable) ./doc/common/tables/trove-db_percona.xml:61(replaceable) ./doc/common/tables/glance-auth_token.xml:81(replaceable) ./doc/common/tables/glance-auth_token.xml:85(replaceable) ./doc/common/tables/glance-auth_token.xml:113(replaceable) ./doc/common/tables/glance-auth_token.xml:149(replaceable) ./doc/common/tables/keystone-testing.xml:21(replaceable) ./doc/common/tables/cinder-flashsystem.xml:29(replaceable) ./doc/common/tables/cinder-qpid.xml:21(replaceable) ./doc/common/tables/cinder-qpid.xml:25(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:29(replaceable) ./doc/common/tables/neutron-cisco.xml:25(replaceable) ./doc/common/tables/neutron-cisco.xml:41(replaceable) ./doc/common/tables/neutron-cisco.xml:96(replaceable) ./doc/common/tables/nova-testing.xml:21(replaceable) ./doc/common/tables/nova-testing.xml:25(replaceable) ./doc/common/tables/nova-testing.xml:29(replaceable) ./doc/common/tables/heat-clients_nova.xml:33(replaceable) ./doc/common/tables/cinder-hp3par.xml:33(replaceable) ./doc/common/tables/cinder-hp3par.xml:37(replaceable) ./doc/common/tables/neutron-scheduler.xml:33(replaceable) ./doc/common/tables/ceilometer-common.xml:53(replaceable) ./doc/common/tables/ceilometer-common.xml:60(replaceable) ./doc/common/tables/cinder-database.xml:40(replaceable) ./doc/common/tables/cinder-database.xml:104(replaceable) ./doc/common/tables/cinder-database.xml:108(replaceable) ./doc/common/tables/ceilometer-logging.xml:21(replaceable) ./doc/common/tables/ceilometer-logging.xml:29(replaceable) ./doc/common/tables/ceilometer-logging.xml:77(replaceable) ./doc/common/tables/ceilometer-logging.xml:89(replaceable) ./doc/common/tables/ceilometer-logging.xml:93(replaceable) ./doc/common/tables/ceilometer-logging.xml:97(replaceable) ./doc/common/tables/heat-common.xml:21(replaceable) ./doc/common/tables/nova-ipv6.xml:33(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:41(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:77(replaceable) ./doc/common/tables/nova-vnc.xml:21(replaceable) ./doc/common/tables/nova-vnc.xml:41(replaceable) ./doc/common/tables/nova-vnc.xml:45(replaceable) ./doc/common/tables/nova-vnc.xml:49(replaceable) ./doc/common/tables/cinder-xio.xml:21(replaceable) ./doc/common/tables/keystone-api.xml:69(replaceable) ./doc/common/tables/keystone-api.xml:118(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:21(replaceable) ./doc/common/tables/glance-rpc.xml:52(replaceable) ./doc/common/tables/glance-rpc.xml:63(replaceable) ./doc/common/tables/glance-rpc.xml:103(replaceable) ./doc/common/tables/glance-rpc.xml:110(replaceable) ./doc/common/tables/glance-rpc.xml:114(replaceable) ./doc/common/tables/glance-rpc.xml:169(replaceable) ./doc/common/tables/glance-rpc.xml:173(replaceable) ./doc/common/tables/glance-rpc.xml:177(replaceable) ./doc/common/tables/glance-rpc.xml:209(replaceable) ./doc/common/tables/glance-rpc.xml:245(replaceable) ./doc/common/tables/neutron-policy.xml:21(replaceable) ./doc/common/tables/glance-database.xml:33(replaceable) ./doc/common/tables/glance-database.xml:97(replaceable) ./doc/common/tables/nova-spice.xml:25(replaceable) ./doc/common/tables/nova-xen.xml:45(replaceable) ./doc/common/tables/nova-xen.xml:103(replaceable) ./doc/common/tables/nova-xen.xml:151(replaceable) ./doc/common/tables/nova-xen.xml:219(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:81(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:85(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:113(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:149(replaceable) ./doc/common/tables/nova-rabbitmq.xml:41(replaceable) ./doc/common/tables/nova-rabbitmq.xml:77(replaceable) ./doc/common/tables/sahara-database.xml:40(replaceable) ./doc/common/tables/sahara-database.xml:104(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:28(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:36(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:52(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:68(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:182(replaceable) ./doc/common/tables/nova-policy.xml:25(replaceable) ./doc/common/tables/nova-policy.xml:29(replaceable) ./doc/common/tables/nova-policy.xml:69(replaceable) ./doc/common/tables/keystone-identity.xml:37(replaceable) ./doc/common/tables/keystone-identity.xml:41(replaceable) ./doc/common/tables/ceilometer-concurrency.xml:21(replaceable) ./doc/common/tables/neutron-logging.xml:21(replaceable) ./doc/common/tables/neutron-logging.xml:29(replaceable) ./doc/common/tables/neutron-logging.xml:97(replaceable) ./doc/common/tables/neutron-logging.xml:109(replaceable) ./doc/common/tables/neutron-logging.xml:113(replaceable) ./doc/common/tables/neutron-logging.xml:117(replaceable) ./doc/common/tables/neutron-logging.xml:125(replaceable) ./doc/common/tables/neutron-logging.xml:129(replaceable) ./doc/common/tables/neutron-logging.xml:133(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:21(replaceable) ./doc/common/tables/neutron-rootwrap.xml:29(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:21(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:25(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:29(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:61(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-ca.xml:25(replaceable) ./doc/common/tables/keystone-ca.xml:33(replaceable) ./doc/common/tables/neutron-auth_token.xml:81(replaceable) ./doc/common/tables/neutron-auth_token.xml:85(replaceable) ./doc/common/tables/neutron-auth_token.xml:113(replaceable) ./doc/common/tables/neutron-auth_token.xml:149(replaceable) ./doc/common/tables/cinder-testing.xml:21(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:21(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:57(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:101(replaceable) ./doc/common/tables/ceilometer-auth.xml:21(replaceable) ./doc/common/tables/keystone-os_inherit.xml:21(replaceable) ./doc/common/tables/ironic-rpc.xml:48(replaceable) ./doc/common/tables/ironic-rpc.xml:59(replaceable) ./doc/common/tables/ironic-rpc.xml:99(replaceable) ./doc/common/tables/ironic-rpc.xml:106(replaceable) ./doc/common/tables/ironic-rpc.xml:110(replaceable) ./doc/common/tables/ironic-rpc.xml:165(replaceable) ./doc/common/tables/ironic-rpc.xml:169(replaceable) ./doc/common/tables/ironic-rpc.xml:173(replaceable) ./doc/common/tables/ironic-rpc.xml:205(replaceable) ./doc/common/tables/ironic-rpc.xml:241(replaceable) ./doc/common/tables/neutron-sdnve.xml:73(replaceable) ./doc/common/tables/nova-compute.xml:85(replaceable) ./doc/common/tables/nova-compute.xml:121(replaceable) ./doc/common/tables/sahara-rootwrap.xml:29(replaceable) ./doc/common/tables/nova-scheduler.xml:129(replaceable) ./doc/common/tables/nova-vmware.xml:65(replaceable) ./doc/common/tables/neutron-vmware.xml:32(replaceable) ./doc/common/tables/neutron-vmware.xml:67(replaceable) ./doc/common/tables/nova-rdp.xml:21(replaceable) ./doc/common/tables/cinder-storage.xml:137(replaceable) ./doc/common/tables/glance-registry.xml:53(replaceable) ./doc/common/tables/neutron-conf-changes.xml:729(td) ./doc/common/tables/neutron-conf-changes.xml:754(td) ./doc/common/tables/nova-common.xml:49(replaceable) ./doc/common/tables/nova-common.xml:99(replaceable) ./doc/common/tables/nova-volumes.xml:68(replaceable) ./doc/common/tables/nova-volumes.xml:87(replaceable) ./doc/common/tables/trove-db_mysql.xml:53(replaceable) ./doc/common/tables/neutron-dvr.xml:25(replaceable) ./doc/common/tables/cinder-violin.xml:29(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:43(replaceable) ./doc/common/tables/cinder-logging.xml:21(replaceable) ./doc/common/tables/cinder-logging.xml:29(replaceable) ./doc/common/tables/cinder-logging.xml:33(replaceable) ./doc/common/tables/cinder-logging.xml:101(replaceable) ./doc/common/tables/cinder-logging.xml:113(replaceable) ./doc/common/tables/cinder-logging.xml:117(replaceable) ./doc/common/tables/cinder-logging.xml:125(replaceable) ./doc/common/tables/cinder-logging.xml:129(replaceable) ./doc/common/tables/cinder-logging.xml:133(replaceable) ./doc/common/tables/neutron-l3_agent.xml:29(replaceable) ./doc/common/tables/neutron-l3_agent.xml:73(replaceable) ./doc/common/tables/nova-neutron.xml:52(replaceable) ./doc/common/tables/nova-neutron.xml:80(replaceable) ./doc/common/tables/nova-neutron.xml:100(replaceable) ./doc/common/tables/keystone-ldap.xml:25(replaceable) ./doc/common/tables/keystone-ldap.xml:157(replaceable) ./doc/common/tables/keystone-ldap.xml:257(replaceable) ./doc/common/tables/keystone-ldap.xml:261(replaceable) ./doc/common/tables/keystone-ldap.xml:265(replaceable) ./doc/common/tables/keystone-ldap.xml:269(replaceable) ./doc/common/tables/keystone-ldap.xml:309(replaceable) ./doc/common/tables/keystone-ldap.xml:317(replaceable) ./doc/common/tables/trove-db_postgresql.xml:53(replaceable) ./doc/common/tables/glance-vmware.xml:21(replaceable) ./doc/common/tables/nova-conductor.xml:36(replaceable) ./doc/common/tables/ironic-auth_token.xml:81(replaceable) ./doc/common/tables/ironic-auth_token.xml:85(replaceable) ./doc/common/tables/ironic-auth_token.xml:113(replaceable) ./doc/common/tables/ironic-auth_token.xml:149(replaceable) ./doc/common/tables/heat-rabbitmq.xml:41(replaceable) ./doc/common/tables/heat-rabbitmq.xml:77(replaceable) ./doc/common/tables/keystone-rpc.xml:48(replaceable) ./doc/common/tables/keystone-rpc.xml:88(replaceable) ./doc/common/tables/cinder-emc.xml:21(replaceable) ./doc/common/tables/cinder-emc.xml:29(replaceable) ./doc/common/tables/cinder-emc.xml:33(replaceable) ./doc/common/tables/cinder-emc.xml:37(replaceable) ./doc/common/tables/cinder-emc.xml:41(replaceable) ./doc/common/tables/trove-rabbitmq.xml:41(replaceable) ./doc/common/tables/trove-rabbitmq.xml:77(replaceable) ./doc/common/tables/ironic-glance.xml:29(replaceable) ./doc/common/tables/nova-barbican.xml:37(replaceable) ./doc/common/tables/glance-api.xml:25(replaceable) ./doc/common/tables/glance-api.xml:81(replaceable) ./doc/common/tables/glance-api.xml:85(replaceable) ./doc/common/tables/cinder-storwize.xml:21(replaceable) ./doc/common/tables/cinder-storwize.xml:41(replaceable) ./doc/common/tables/cinder-storwize.xml:45(replaceable) ./doc/common/tables/cinder-storwize.xml:57(replaceable) ./doc/common/tables/cinder-hplefthand.xml:29(replaceable) ./doc/common/tables/cinder-hplefthand.xml:33(replaceable) ./doc/common/tables/sahara-auth_token.xml:81(replaceable) ./doc/common/tables/sahara-auth_token.xml:85(replaceable) ./doc/common/tables/sahara-auth_token.xml:113(replaceable) ./doc/common/tables/sahara-auth_token.xml:149(replaceable) ./doc/common/tables/glance-s3.xml:33(replaceable) ./doc/common/tables/nova-rootwrap.xml:29(replaceable) ./doc/common/tables/ceilometer-api.xml:56(replaceable) ./doc/common/tables/trove-dns.xml:81(replaceable) ./doc/common/tables/nova-cells.xml:45(replaceable) ./doc/common/tables/heat-auth_token.xml:81(replaceable) ./doc/common/tables/heat-auth_token.xml:85(replaceable) ./doc/common/tables/heat-auth_token.xml:113(replaceable) ./doc/common/tables/heat-auth_token.xml:149(replaceable) ./doc/common/tables/nova-auth_token.xml:81(replaceable) ./doc/common/tables/nova-auth_token.xml:85(replaceable) ./doc/common/tables/nova-auth_token.xml:113(replaceable) ./doc/common/tables/nova-auth_token.xml:149(replaceable) ./doc/common/tables/heat-api.xml:25(replaceable) ./doc/common/tables/heat-api.xml:29(replaceable) ./doc/common/tables/heat-api.xml:85(replaceable) ./doc/common/tables/heat-api.xml:108(replaceable) ./doc/common/tables/heat-api.xml:131(replaceable) ./doc/common/tables/heat-api.xml:139(replaceable) ./doc/common/tables/glance-logging.xml:21(replaceable) ./doc/common/tables/glance-logging.xml:29(replaceable) ./doc/common/tables/glance-logging.xml:97(replaceable) ./doc/common/tables/glance-logging.xml:109(replaceable) ./doc/common/tables/glance-logging.xml:113(replaceable) ./doc/common/tables/glance-logging.xml:121(replaceable) ./doc/common/tables/glance-logging.xml:125(replaceable) ./doc/common/tables/glance-logging.xml:129(replaceable) ./doc/common/tables/cinder-storage_glusterfs.xml:25(replaceable) ./doc/common/tables/cinder-common.xml:65(replaceable) ./doc/common/tables/cinder-common.xml:93(replaceable) ./doc/common/tables/cinder-common.xml:105(replaceable) ./doc/common/tables/cinder-common.xml:169(replaceable) ./doc/common/tables/cinder-common.xml:197(replaceable) ./doc/common/tables/cinder-common.xml:221(replaceable) ./doc/common/tables/cinder-common.xml:225(replaceable) ./doc/common/tables/glance-swift.xml:56(replaceable) ./doc/common/tables/glance-swift.xml:76(replaceable) ./doc/common/tables/glance-swift.xml:100(replaceable) ./doc/common/tables/cinder-auth_token.xml:81(replaceable) ./doc/common/tables/cinder-auth_token.xml:85(replaceable) ./doc/common/tables/cinder-auth_token.xml:113(replaceable) ./doc/common/tables/cinder-auth_token.xml:149(replaceable) ./doc/common/tables/sahara-clients.xml:21(replaceable) ./doc/common/tables/sahara-clients.xml:36(replaceable) ./doc/common/tables/sahara-clients.xml:47(replaceable) ./doc/common/tables/sahara-clients.xml:58(replaceable) ./doc/common/tables/sahara-clients.xml:69(replaceable) ./doc/common/tables/sahara-clients.xml:80(replaceable) ./doc/common/tables/ceilometer-events.xml:25(replaceable) ./doc/common/tables/ceilometer-events.xml:40(replaceable) ./doc/common/tables/ceilometer-events.xml:44(replaceable) ./doc/common/tables/heat-testing.xml:21(replaceable) ./doc/common/tables/heat-testing.xml:25(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:116(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:144(replaceable) ./doc/common/tables/nova-glance.xml:32(replaceable) ./doc/common/tables/neutron-database.xml:33(replaceable) ./doc/common/tables/neutron-database.xml:97(replaceable) ./doc/common/tables/keystone-auth_token.xml:81(replaceable) ./doc/common/tables/keystone-auth_token.xml:85(replaceable) ./doc/common/tables/keystone-auth_token.xml:113(replaceable) ./doc/common/tables/keystone-auth_token.xml:149(replaceable) ./doc/common/tables/nova-s3.xml:33(replaceable) ./doc/common/tables/nova-s3.xml:57(replaceable) ./doc/common/tables/nova-serial_console.xml:25(replaceable) ./doc/common/tables/heat-clients_cinder.xml:33(replaceable) ./doc/common/tables/sahara-testing.xml:21(replaceable) ./doc/common/tables/sahara-common.xml:45(replaceable) ./doc/common/tables/sahara-common.xml:49(replaceable) ./doc/common/tables/sahara-common.xml:57(replaceable) ./doc/common/tables/sahara-common.xml:137(replaceable) ./doc/common/tables/sahara-common.xml:149(replaceable) ./doc/common/tables/sahara-common.xml:153(replaceable) ./doc/common/tables/sahara-common.xml:157(replaceable) ./doc/common/tables/ceilometer-rootwrap.xml:29(replaceable) ./doc/common/tables/trove-db_couchbase.xml:96(replaceable) ./doc/common/tables/ironic-scheduler.xml:33(replaceable) ./doc/common/tables/trove-testing.xml:21(replaceable) ./doc/common/tables/neutron-nuage.xml:49(replaceable) ./doc/common/tables/neutron-nuage.xml:56(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:21(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:25(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:29(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:61(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:97(replaceable) ./doc/common/tables/ceilometer-notification.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:33(replaceable) ./doc/common/tables/ironic-database.xml:101(replaceable) ./doc/common/tables/neutron-bigswitch.xml:116(replaceable) ./doc/common/tables/neutron-bigswitch.xml:144(replaceable) ./doc/common/tables/ceilometer-rpc.xml:59(replaceable) ./doc/common/tables/ceilometer-rpc.xml:99(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:28(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:32(replaceable) ./doc/common/tables/trove-rpc.xml:56(replaceable) ./doc/common/tables/trove-rpc.xml:96(replaceable) ./doc/common/tables/trove-rpc.xml:103(replaceable) ./doc/common/tables/trove-rpc.xml:107(replaceable) ./doc/common/tables/trove-rpc.xml:162(replaceable) ./doc/common/tables/trove-rpc.xml:166(replaceable) ./doc/common/tables/trove-rpc.xml:170(replaceable) ./doc/common/tables/trove-rpc.xml:202(replaceable) ./doc/common/tables/trove-rpc.xml:238(replaceable) ./doc/common/tables/trove-backup.xml:53(replaceable) ./doc/common/tables/nova-network.xml:25(replaceable) ./doc/common/tables/nova-network.xml:45(replaceable) ./doc/common/tables/nova-network.xml:93(replaceable) ./doc/common/tables/nova-network.xml:165(replaceable) ./doc/common/tables/nova-network.xml:221(replaceable) ./doc/common/tables/nova-network.xml:229(replaceable) ./doc/common/tables/nova-network.xml:233(replaceable) ./doc/common/tables/nova-network.xml:237(replaceable) ./doc/common/tables/nova-network.xml:241(replaceable) ./doc/common/tables/nova-network.xml:245(replaceable) ./doc/common/tables/nova-network.xml:249(replaceable) ./doc/common/tables/ironic-discoverd.xml:21(replaceable) ./doc/common/tables/nova-ca.xml:69(replaceable) ./doc/common/tables/neutron-l3_arista.xml:25(replaceable) ./doc/common/tables/neutron-l3_arista.xml:45(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:21(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:37(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:41(replaceable) ./doc/common/tables/ceilometer-collector.xml:28(replaceable) ./doc/common/tables/ceilometer-collector.xml:32(replaceable) ./doc/common/tables/sahara-rpc.xml:48(replaceable) ./doc/common/tables/sahara-rpc.xml:88(replaceable) ./doc/common/tables/sahara-rpc.xml:95(replaceable) ./doc/common/tables/sahara-rpc.xml:99(replaceable) ./doc/common/tables/sahara-rpc.xml:154(replaceable) ./doc/common/tables/sahara-rpc.xml:158(replaceable) ./doc/common/tables/sahara-rpc.xml:162(replaceable) ./doc/common/tables/sahara-rpc.xml:194(replaceable) ./doc/common/tables/sahara-rpc.xml:230(replaceable) ./doc/common/tables/neutron-ml2_sriov.xml:21(replaceable) ./doc/common/tables/glance-replicator.xml:41(replaceable) ./doc/common/tables/sahara-logging.xml:21(replaceable) ./doc/common/tables/sahara-logging.xml:29(replaceable) ./doc/common/tables/sahara-logging.xml:97(replaceable) ./doc/common/tables/sahara-logging.xml:109(replaceable) ./doc/common/tables/sahara-logging.xml:113(replaceable) ./doc/common/tables/sahara-logging.xml:121(replaceable) ./doc/common/tables/sahara-logging.xml:125(replaceable) ./doc/common/tables/sahara-logging.xml:129(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:48(replaceable) ./doc/common/tables/neutron-testing.xml:21(replaceable) ./doc/common/tables/ceilometer-debug.xml:25(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:41(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:77(replaceable) ./doc/common/tables/ironic-rootwrap.xml:29(replaceable) ./doc/common/tables/swift-conf-changes.xml:294(td) ./doc/common/tables/trove-db_redis.xml:57(replaceable) ./doc/common/tables/trove-db_db2.xml:53(replaceable) ./doc/common/tables/cinder-rpc.xml:52(replaceable) ./doc/common/tables/cinder-rpc.xml:63(replaceable) ./doc/common/tables/cinder-rpc.xml:103(replaceable) ./doc/common/tables/nova-apiv3.xml:21(replaceable) ./doc/common/tables/trove-database.xml:21(replaceable) ./doc/common/tables/trove-database.xml:36(replaceable) ./doc/common/tables/ironic-common.xml:29(replaceable) ./doc/common/tables/ironic-common.xml:69(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:21(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:44(replaceable) ./doc/common/tables/cinder-eqlx.xml:45(replaceable) ./doc/common/tables/nova-ec2.xml:45(replaceable) ./doc/common/tables/nova-ec2.xml:65(replaceable) ./doc/common/tables/ironic-conductor.xml:37(replaceable) ./doc/common/tables/ironic-conductor.xml:77(replaceable) ./doc/common/tables/ironic-testing.xml:21(replaceable) ./doc/common/tables/neutron-metadata.xml:65(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:33(replaceable) ./doc/common/tables/glance-imagecache.xml:21(replaceable) ./doc/common/tables/glance-imagecache.xml:29(replaceable) ./doc/common/tables/ironic-cells.xml:37(replaceable) ./doc/common/tables/keystone-logging.xml:21(replaceable) ./doc/common/tables/keystone-logging.xml:29(replaceable) ./doc/common/tables/keystone-logging.xml:77(replaceable) ./doc/common/tables/keystone-logging.xml:85(replaceable) ./doc/common/tables/keystone-logging.xml:89(replaceable) ./doc/common/tables/keystone-logging.xml:97(replaceable) ./doc/common/tables/heat-rpc.xml:52(replaceable) ./doc/common/tables/heat-rpc.xml:92(replaceable) ./doc/common/tables/heat-rpc.xml:99(replaceable) ./doc/common/tables/heat-rpc.xml:103(replaceable) ./doc/common/tables/heat-rpc.xml:158(replaceable) ./doc/common/tables/heat-rpc.xml:162(replaceable) ./doc/common/tables/heat-rpc.xml:166(replaceable) ./doc/common/tables/heat-rpc.xml:198(replaceable) ./doc/common/tables/heat-rpc.xml:234(replaceable) ./doc/common/tables/trove-taskmanager.xml:73(replaceable) ./doc/common/tables/trove-taskmanager.xml:77(replaceable) ./doc/common/tables/trove-taskmanager.xml:81(replaceable) ./doc/common/tables/cinder-images.xml:25(replaceable) ./doc/common/tables/cinder-images.xml:33(replaceable) ./doc/common/tables/cinder-images.xml:69(replaceable) ./doc/common/tables/cinder-profiler.xml:21(replaceable) ./doc/common/tables/cinder-profiler.xml:25(replaceable) ./doc/common/tables/neutron-fwaas.xml:21(replaceable) ./doc/common/tables/nova-database.xml:36(replaceable) ./doc/common/tables/nova-database.xml:91(replaceable) ./doc/common/tables/nova-database.xml:155(replaceable) ./doc/common/tables/nova-database.xml:159(replaceable) ./doc/common/tables/nova-quota.xml:25(replaceable) ./doc/common/tables/heat-logging.xml:21(replaceable) ./doc/common/tables/heat-logging.xml:29(replaceable) ./doc/common/tables/heat-logging.xml:33(replaceable) ./doc/common/tables/heat-logging.xml:81(replaceable) ./doc/common/tables/heat-logging.xml:89(replaceable) ./doc/common/tables/heat-logging.xml:93(replaceable) ./doc/common/tables/heat-logging.xml:101(replaceable) ./doc/common/tables/ironic-pxe.xml:57(replaceable) ./doc/common/tables/neutron-midonet.xml:33(replaceable) ./doc/common/tables/cinder-compute.xml:21(replaceable) ./doc/common/tables/ironic-debug.xml:25(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:48(replaceable) ./doc/common/tables/ironic-logging.xml:21(replaceable) ./doc/common/tables/ironic-logging.xml:29(replaceable) ./doc/common/tables/ironic-logging.xml:77(replaceable) ./doc/common/tables/ironic-logging.xml:89(replaceable) ./doc/common/tables/ironic-logging.xml:93(replaceable) ./doc/common/tables/ironic-logging.xml:97(replaceable) ./doc/common/tables/nova-rpc.xml:55(replaceable) ./doc/common/tables/nova-rpc.xml:66(replaceable) ./doc/common/tables/nova-rpc.xml:106(replaceable) ./doc/common/tables/nova-rpc.xml:113(replaceable) ./doc/common/tables/nova-rpc.xml:117(replaceable) ./doc/common/tables/nova-rpc.xml:172(replaceable) ./doc/common/tables/nova-rpc.xml:176(replaceable) ./doc/common/tables/nova-rpc.xml:180(replaceable) ./doc/common/tables/nova-rpc.xml:212(replaceable) ./doc/common/tables/nova-rpc.xml:248(replaceable) ./doc/common/tables/cinder-san.xml:29(replaceable) ./doc/common/tables/nova-logging.xml:21(replaceable) ./doc/common/tables/nova-logging.xml:29(replaceable) ./doc/common/tables/nova-logging.xml:33(replaceable) ./doc/common/tables/nova-logging.xml:101(replaceable) ./doc/common/tables/nova-logging.xml:113(replaceable) ./doc/common/tables/nova-logging.xml:117(replaceable) ./doc/common/tables/nova-logging.xml:125(replaceable) ./doc/common/tables/nova-logging.xml:129(replaceable) ./doc/common/tables/nova-logging.xml:133(replaceable) ./doc/common/tables/neutron-nec.xml:41(replaceable) ./doc/common/tables/neutron-nec.xml:61(replaceable) ./doc/common/tables/nova-api.xml:25(replaceable) ./doc/common/tables/nova-api.xml:105(replaceable) ./doc/common/tables/sahara-domain.xml:29(replaceable) ./doc/common/tables/trove-auth_token.xml:81(replaceable) ./doc/common/tables/trove-auth_token.xml:85(replaceable) ./doc/common/tables/trove-auth_token.xml:113(replaceable) ./doc/common/tables/trove-auth_token.xml:149(replaceable) ./doc/common/tables/keystone-trust.xml:21(replaceable) ./doc/common/tables/glance-cinder.xml:21(replaceable) ./doc/common/tables/glance-common.xml:97(replaceable) ./doc/common/tables/glance-common.xml:137(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:41(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:77(replaceable) ./doc/common/tables/keystone-ec2.xml:29(replaceable) ./doc/common/tables/neutron-nsx.xml:95(replaceable) ./doc/common/tables/ceilometer-testing.xml:21(replaceable) ./doc/common/tables/neutron-api.xml:25(replaceable) ./doc/common/tables/neutron-api.xml:29(replaceable) ./doc/common/tables/trove-logging.xml:21(replaceable) ./doc/common/tables/trove-logging.xml:29(replaceable) ./doc/common/tables/trove-logging.xml:85(replaceable) ./doc/common/tables/trove-logging.xml:97(replaceable) ./doc/common/tables/trove-logging.xml:101(replaceable) ./doc/common/tables/trove-logging.xml:105(replaceable) ./doc/common/tables/nova-hyperv.xml:25(replaceable) ./doc/common/tables/nova-hyperv.xml:29(replaceable) ./doc/common/tables/nova-hyperv.xml:37(replaceable) ./doc/common/tables/neutron-common.xml:45(replaceable) ./doc/common/tables/neutron-common.xml:93(replaceable) ./doc/common/tables/neutron-common.xml:101(replaceable) ./doc/common/tables/neutron-common.xml:125(replaceable) ./doc/common/tables/neutron-common.xml:145(replaceable) ./doc/common/tables/neutron-common.xml:193(replaceable) ./doc/common/tables/keystone-qpid.xml:21(replaceable) ./doc/common/tables/keystone-qpid.xml:25(replaceable) ./doc/common/tables/keystone-cache.xml:33(replaceable) ./doc/common/tables/keystone-cache.xml:37(replaceable) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:25(replaceable) ./doc/common/tables/nova-configdrive.xml:40(replaceable) ./doc/common/tables/nova-configdrive.xml:44(replaceable) ./doc/common/tables/ceilometer-qpid.xml:21(replaceable) ./doc/common/tables/ceilometer-qpid.xml:25(replaceable) ./doc/common/tables/heat-database.xml:33(replaceable) ./doc/common/tables/heat-database.xml:97(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:21(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:25(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:29(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:61(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-database.xml:33(replaceable) ./doc/common/tables/keystone-database.xml:97(replaceable) ./doc/common/tables/glance-profiler.xml:21(replaceable) ./doc/common/tables/glance-profiler.xml:25(replaceable) ./doc/common/tables/trove-debug.xml:44(replaceable) ./doc/common/tables/nova-libvirt.xml:36(replaceable) ./doc/common/tables/nova-libvirt.xml:96(replaceable) ./doc/common/tables/nova-libvirt.xml:104(replaceable) ./doc/common/tables/nova-libvirt.xml:112(replaceable) ./doc/common/tables/nova-libvirt.xml:116(replaceable) ./doc/common/tables/nova-libvirt.xml:124(replaceable) ./doc/common/tables/nova-libvirt.xml:148(replaceable) ./doc/common/tables/nova-libvirt.xml:160(replaceable) ./doc/common/tables/neutron-nova.xml:37(replaceable) ./doc/common/tables/keystone-debug.xml:33(replaceable) ./doc/common/tables/nova-debug.xml:28(replaceable) ./doc/common/tables/cinder-rootwrap.xml:29(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:44(replaceable) ./doc/common/tables/ceilometer-database.xml:132(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:25(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:36(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:44(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:48(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:60(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:118(replaceable) ./doc/common/tables/heat-clients.xml:40(replaceable) ./doc/common/tables/cinder-solidfire.xml:29(replaceable) ./doc/common/tables/neutron-rpc.xml:52(replaceable) ./doc/common/tables/neutron-rpc.xml:59(replaceable) ./doc/common/tables/neutron-rpc.xml:70(replaceable) ./doc/common/tables/neutron-rpc.xml:110(replaceable) ./doc/common/tables/trove-db_percona.xml:61(replaceable) ./doc/common/tables/glance-auth_token.xml:81(replaceable) ./doc/common/tables/glance-auth_token.xml:85(replaceable) ./doc/common/tables/glance-auth_token.xml:113(replaceable) ./doc/common/tables/glance-auth_token.xml:149(replaceable) ./doc/common/tables/keystone-testing.xml:21(replaceable) ./doc/common/tables/cinder-flashsystem.xml:29(replaceable) ./doc/common/tables/cinder-qpid.xml:21(replaceable) ./doc/common/tables/cinder-qpid.xml:25(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:29(replaceable) ./doc/common/tables/neutron-cisco.xml:25(replaceable) ./doc/common/tables/neutron-cisco.xml:41(replaceable) ./doc/common/tables/neutron-cisco.xml:96(replaceable) ./doc/common/tables/nova-testing.xml:21(replaceable) ./doc/common/tables/nova-testing.xml:25(replaceable) ./doc/common/tables/nova-testing.xml:29(replaceable) ./doc/common/tables/heat-clients_nova.xml:33(replaceable) ./doc/common/tables/cinder-hp3par.xml:33(replaceable) ./doc/common/tables/cinder-hp3par.xml:37(replaceable) ./doc/common/tables/neutron-scheduler.xml:33(replaceable) ./doc/common/tables/ceilometer-common.xml:53(replaceable) ./doc/common/tables/ceilometer-common.xml:60(replaceable) ./doc/common/tables/cinder-database.xml:40(replaceable) ./doc/common/tables/cinder-database.xml:104(replaceable) ./doc/common/tables/cinder-database.xml:108(replaceable) ./doc/common/tables/ceilometer-logging.xml:21(replaceable) ./doc/common/tables/ceilometer-logging.xml:29(replaceable) ./doc/common/tables/ceilometer-logging.xml:77(replaceable) ./doc/common/tables/ceilometer-logging.xml:89(replaceable) ./doc/common/tables/ceilometer-logging.xml:93(replaceable) ./doc/common/tables/ceilometer-logging.xml:97(replaceable) ./doc/common/tables/heat-common.xml:21(replaceable) ./doc/common/tables/nova-ipv6.xml:33(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:21(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:25(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:29(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:61(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:97(replaceable) ./doc/common/tables/nova-vnc.xml:21(replaceable) ./doc/common/tables/nova-vnc.xml:41(replaceable) ./doc/common/tables/nova-vnc.xml:45(replaceable) ./doc/common/tables/nova-vnc.xml:49(replaceable) ./doc/common/tables/trove-qpid.xml:21(replaceable) ./doc/common/tables/trove-qpid.xml:25(replaceable) ./doc/common/tables/cinder-xio.xml:21(replaceable) ./doc/common/tables/keystone-api.xml:69(replaceable) ./doc/common/tables/keystone-api.xml:118(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:21(replaceable) ./doc/common/tables/glance-rpc.xml:52(replaceable) ./doc/common/tables/glance-rpc.xml:63(replaceable) ./doc/common/tables/glance-rpc.xml:103(replaceable) ./doc/common/tables/neutron-policy.xml:21(replaceable) ./doc/common/tables/glance-database.xml:33(replaceable) ./doc/common/tables/glance-database.xml:97(replaceable) ./doc/common/tables/nova-spice.xml:25(replaceable) ./doc/common/tables/nova-xen.xml:45(replaceable) ./doc/common/tables/nova-xen.xml:103(replaceable) ./doc/common/tables/nova-xen.xml:151(replaceable) ./doc/common/tables/nova-xen.xml:219(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:81(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:85(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:113(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:149(replaceable) ./doc/common/tables/nova-rabbitmq.xml:21(replaceable) ./doc/common/tables/nova-rabbitmq.xml:25(replaceable) ./doc/common/tables/nova-rabbitmq.xml:29(replaceable) ./doc/common/tables/nova-rabbitmq.xml:61(replaceable) ./doc/common/tables/nova-rabbitmq.xml:97(replaceable) ./doc/common/tables/sahara-database.xml:40(replaceable) ./doc/common/tables/sahara-database.xml:104(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:28(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:36(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:52(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:68(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:182(replaceable) ./doc/common/tables/nova-policy.xml:25(replaceable) ./doc/common/tables/nova-policy.xml:29(replaceable) ./doc/common/tables/nova-policy.xml:69(replaceable) ./doc/common/tables/keystone-identity.xml:37(replaceable) ./doc/common/tables/keystone-identity.xml:41(replaceable) ./doc/common/tables/ceilometer-concurrency.xml:21(replaceable) ./doc/common/tables/neutron-logging.xml:21(replaceable) ./doc/common/tables/neutron-logging.xml:29(replaceable) ./doc/common/tables/neutron-logging.xml:97(replaceable) ./doc/common/tables/neutron-logging.xml:109(replaceable) ./doc/common/tables/neutron-logging.xml:113(replaceable) ./doc/common/tables/neutron-logging.xml:117(replaceable) ./doc/common/tables/neutron-logging.xml:125(replaceable) ./doc/common/tables/neutron-logging.xml:129(replaceable) ./doc/common/tables/neutron-logging.xml:133(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:21(replaceable) ./doc/common/tables/neutron-rootwrap.xml:29(replaceable) ./doc/common/tables/heat-qpid.xml:21(replaceable) ./doc/common/tables/heat-qpid.xml:25(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:21(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:25(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:29(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:61(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-ca.xml:25(replaceable) ./doc/common/tables/keystone-ca.xml:33(replaceable) ./doc/common/tables/neutron-auth_token.xml:81(replaceable) ./doc/common/tables/neutron-auth_token.xml:85(replaceable) ./doc/common/tables/neutron-auth_token.xml:113(replaceable) ./doc/common/tables/neutron-auth_token.xml:149(replaceable) ./doc/common/tables/cinder-testing.xml:21(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:21(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:57(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:101(replaceable) ./doc/common/tables/ceilometer-auth.xml:21(replaceable) ./doc/common/tables/keystone-os_inherit.xml:21(replaceable) ./doc/common/tables/ironic-rpc.xml:48(replaceable) ./doc/common/tables/ironic-rpc.xml:59(replaceable) ./doc/common/tables/ironic-rpc.xml:99(replaceable) ./doc/common/tables/neutron-sdnve.xml:73(replaceable) ./doc/common/tables/nova-compute.xml:85(replaceable) ./doc/common/tables/nova-compute.xml:121(replaceable) ./doc/common/tables/sahara-rootwrap.xml:29(replaceable) ./doc/common/tables/nova-scheduler.xml:129(replaceable) ./doc/common/tables/nova-vmware.xml:65(replaceable) ./doc/common/tables/neutron-vmware.xml:32(replaceable) ./doc/common/tables/neutron-vmware.xml:87(replaceable) ./doc/common/tables/nova-rdp.xml:21(replaceable) ./doc/common/tables/cinder-storage.xml:137(replaceable) ./doc/common/tables/glance-registry.xml:53(replaceable) ./doc/common/tables/neutron-conf-changes.xml:729(td) ./doc/common/tables/neutron-conf-changes.xml:754(td) ./doc/common/tables/nova-common.xml:49(replaceable) ./doc/common/tables/nova-common.xml:99(replaceable) ./doc/common/tables/nova-volumes.xml:68(replaceable) ./doc/common/tables/nova-volumes.xml:87(replaceable) ./doc/common/tables/trove-db_mysql.xml:53(replaceable) ./doc/common/tables/neutron-dvr.xml:25(replaceable) ./doc/common/tables/cinder-violin.xml:29(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:43(replaceable) ./doc/common/tables/cinder-logging.xml:21(replaceable) ./doc/common/tables/cinder-logging.xml:29(replaceable) ./doc/common/tables/cinder-logging.xml:33(replaceable) ./doc/common/tables/cinder-logging.xml:101(replaceable) ./doc/common/tables/cinder-logging.xml:113(replaceable) ./doc/common/tables/cinder-logging.xml:117(replaceable) ./doc/common/tables/cinder-logging.xml:125(replaceable) ./doc/common/tables/cinder-logging.xml:129(replaceable) ./doc/common/tables/cinder-logging.xml:133(replaceable) ./doc/common/tables/glance-rabbitmq.xml:21(replaceable) ./doc/common/tables/glance-rabbitmq.xml:25(replaceable) ./doc/common/tables/glance-rabbitmq.xml:29(replaceable) ./doc/common/tables/glance-rabbitmq.xml:61(replaceable) ./doc/common/tables/glance-rabbitmq.xml:97(replaceable) ./doc/common/tables/neutron-l3_agent.xml:29(replaceable) ./doc/common/tables/neutron-l3_agent.xml:73(replaceable) ./doc/common/tables/nova-neutron.xml:52(replaceable) ./doc/common/tables/nova-neutron.xml:80(replaceable) ./doc/common/tables/nova-neutron.xml:100(replaceable) ./doc/common/tables/keystone-ldap.xml:25(replaceable) ./doc/common/tables/keystone-ldap.xml:157(replaceable) ./doc/common/tables/keystone-ldap.xml:257(replaceable) ./doc/common/tables/keystone-ldap.xml:261(replaceable) ./doc/common/tables/keystone-ldap.xml:265(replaceable) ./doc/common/tables/keystone-ldap.xml:269(replaceable) ./doc/common/tables/keystone-ldap.xml:309(replaceable) ./doc/common/tables/keystone-ldap.xml:317(replaceable) ./doc/common/tables/trove-db_postgresql.xml:53(replaceable) ./doc/common/tables/glance-vmware.xml:21(replaceable) ./doc/common/tables/nova-conductor.xml:36(replaceable) ./doc/common/tables/ironic-auth_token.xml:81(replaceable) ./doc/common/tables/ironic-auth_token.xml:85(replaceable) ./doc/common/tables/ironic-auth_token.xml:113(replaceable) ./doc/common/tables/ironic-auth_token.xml:149(replaceable) ./doc/common/tables/heat-rabbitmq.xml:21(replaceable) ./doc/common/tables/heat-rabbitmq.xml:25(replaceable) ./doc/common/tables/heat-rabbitmq.xml:29(replaceable) ./doc/common/tables/heat-rabbitmq.xml:61(replaceable) ./doc/common/tables/heat-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-rpc.xml:48(replaceable) ./doc/common/tables/keystone-rpc.xml:88(replaceable) ./doc/common/tables/cinder-emc.xml:21(replaceable) ./doc/common/tables/cinder-emc.xml:29(replaceable) ./doc/common/tables/cinder-emc.xml:33(replaceable) ./doc/common/tables/cinder-emc.xml:37(replaceable) ./doc/common/tables/cinder-emc.xml:41(replaceable) ./doc/common/tables/trove-rabbitmq.xml:21(replaceable) ./doc/common/tables/trove-rabbitmq.xml:25(replaceable) ./doc/common/tables/trove-rabbitmq.xml:29(replaceable) ./doc/common/tables/trove-rabbitmq.xml:61(replaceable) ./doc/common/tables/trove-rabbitmq.xml:97(replaceable) ./doc/common/tables/ironic-glance.xml:29(replaceable) ./doc/common/tables/nova-barbican.xml:37(replaceable) ./doc/common/tables/glance-api.xml:25(replaceable) ./doc/common/tables/glance-api.xml:81(replaceable) ./doc/common/tables/glance-api.xml:85(replaceable) ./doc/common/tables/cinder-storwize.xml:21(replaceable) ./doc/common/tables/cinder-storwize.xml:41(replaceable) ./doc/common/tables/cinder-storwize.xml:45(replaceable) ./doc/common/tables/cinder-storwize.xml:57(replaceable) ./doc/common/tables/cinder-hplefthand.xml:29(replaceable) ./doc/common/tables/cinder-hplefthand.xml:33(replaceable) ./doc/common/tables/sahara-auth_token.xml:81(replaceable) ./doc/common/tables/sahara-auth_token.xml:85(replaceable) ./doc/common/tables/sahara-auth_token.xml:113(replaceable) ./doc/common/tables/sahara-auth_token.xml:149(replaceable) ./doc/common/tables/glance-s3.xml:33(replaceable) ./doc/common/tables/nova-rootwrap.xml:29(replaceable) ./doc/common/tables/ceilometer-api.xml:56(replaceable) ./doc/common/tables/trove-dns.xml:81(replaceable) ./doc/common/tables/nova-cells.xml:45(replaceable) ./doc/common/tables/heat-auth_token.xml:81(replaceable) ./doc/common/tables/heat-auth_token.xml:85(replaceable) ./doc/common/tables/heat-auth_token.xml:113(replaceable) ./doc/common/tables/heat-auth_token.xml:149(replaceable) ./doc/common/tables/nova-auth_token.xml:81(replaceable) ./doc/common/tables/nova-auth_token.xml:85(replaceable) ./doc/common/tables/nova-auth_token.xml:113(replaceable) ./doc/common/tables/nova-auth_token.xml:149(replaceable) ./doc/common/tables/heat-api.xml:25(replaceable) ./doc/common/tables/heat-api.xml:29(replaceable) ./doc/common/tables/heat-api.xml:85(replaceable) ./doc/common/tables/heat-api.xml:108(replaceable) ./doc/common/tables/heat-api.xml:131(replaceable) ./doc/common/tables/heat-api.xml:139(replaceable) ./doc/common/tables/glance-logging.xml:21(replaceable) ./doc/common/tables/glance-logging.xml:29(replaceable) ./doc/common/tables/glance-logging.xml:97(replaceable) ./doc/common/tables/glance-logging.xml:109(replaceable) ./doc/common/tables/glance-logging.xml:113(replaceable) ./doc/common/tables/glance-logging.xml:121(replaceable) ./doc/common/tables/glance-logging.xml:125(replaceable) ./doc/common/tables/glance-logging.xml:129(replaceable) ./doc/common/tables/cinder-storage_glusterfs.xml:25(replaceable) ./doc/common/tables/cinder-common.xml:65(replaceable) ./doc/common/tables/cinder-common.xml:93(replaceable) ./doc/common/tables/cinder-common.xml:105(replaceable) ./doc/common/tables/cinder-common.xml:169(replaceable) ./doc/common/tables/cinder-common.xml:197(replaceable) ./doc/common/tables/cinder-common.xml:221(replaceable) ./doc/common/tables/cinder-common.xml:225(replaceable) ./doc/common/tables/glance-swift.xml:56(replaceable) ./doc/common/tables/glance-swift.xml:76(replaceable) ./doc/common/tables/glance-swift.xml:100(replaceable) ./doc/common/tables/cinder-auth_token.xml:81(replaceable) ./doc/common/tables/cinder-auth_token.xml:85(replaceable) ./doc/common/tables/cinder-auth_token.xml:113(replaceable) ./doc/common/tables/cinder-auth_token.xml:149(replaceable) ./doc/common/tables/sahara-clients.xml:21(replaceable) ./doc/common/tables/sahara-clients.xml:36(replaceable) ./doc/common/tables/sahara-clients.xml:47(replaceable) ./doc/common/tables/sahara-clients.xml:58(replaceable) ./doc/common/tables/sahara-clients.xml:69(replaceable) ./doc/common/tables/sahara-clients.xml:80(replaceable) ./doc/common/tables/ceilometer-events.xml:25(replaceable) ./doc/common/tables/ceilometer-events.xml:40(replaceable) ./doc/common/tables/ceilometer-events.xml:44(replaceable) ./doc/common/tables/heat-testing.xml:21(replaceable) ./doc/common/tables/heat-testing.xml:25(replaceable) ./doc/common/tables/ironic-qpid.xml:21(replaceable) ./doc/common/tables/ironic-qpid.xml:25(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:116(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:144(replaceable) ./doc/common/tables/nova-glance.xml:32(replaceable) ./doc/common/tables/neutron-database.xml:33(replaceable) ./doc/common/tables/neutron-database.xml:97(replaceable) ./doc/common/tables/keystone-auth_token.xml:81(replaceable) ./doc/common/tables/keystone-auth_token.xml:85(replaceable) ./doc/common/tables/keystone-auth_token.xml:113(replaceable) ./doc/common/tables/keystone-auth_token.xml:149(replaceable) ./doc/common/tables/nova-s3.xml:33(replaceable) ./doc/common/tables/nova-s3.xml:57(replaceable) ./doc/common/tables/nova-serial_console.xml:25(replaceable) ./doc/common/tables/heat-clients_cinder.xml:33(replaceable) ./doc/common/tables/sahara-testing.xml:21(replaceable) ./doc/common/tables/sahara-common.xml:45(replaceable) ./doc/common/tables/sahara-common.xml:49(replaceable) ./doc/common/tables/sahara-common.xml:57(replaceable) ./doc/common/tables/sahara-common.xml:137(replaceable) ./doc/common/tables/sahara-common.xml:149(replaceable) ./doc/common/tables/sahara-common.xml:153(replaceable) ./doc/common/tables/sahara-common.xml:157(replaceable) ./doc/common/tables/ceilometer-rootwrap.xml:29(replaceable) ./doc/common/tables/trove-db_couchbase.xml:96(replaceable) ./doc/common/tables/trove-testing.xml:21(replaceable) ./doc/common/tables/neutron-nuage.xml:49(replaceable) ./doc/common/tables/neutron-nuage.xml:56(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:21(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:25(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:29(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:61(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:97(replaceable) ./doc/common/tables/ceilometer-notification.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:33(replaceable) ./doc/common/tables/ironic-database.xml:101(replaceable) ./doc/common/tables/neutron-bigswitch.xml:116(replaceable) ./doc/common/tables/neutron-bigswitch.xml:144(replaceable) ./doc/common/tables/ceilometer-rpc.xml:59(replaceable) ./doc/common/tables/ceilometer-rpc.xml:99(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:28(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:32(replaceable) ./doc/common/tables/trove-rpc.xml:56(replaceable) ./doc/common/tables/trove-rpc.xml:96(replaceable) ./doc/common/tables/trove-backup.xml:53(replaceable) ./doc/common/tables/nova-network.xml:25(replaceable) ./doc/common/tables/nova-network.xml:45(replaceable) ./doc/common/tables/nova-network.xml:93(replaceable) ./doc/common/tables/nova-network.xml:165(replaceable) ./doc/common/tables/nova-network.xml:221(replaceable) ./doc/common/tables/nova-network.xml:229(replaceable) ./doc/common/tables/nova-network.xml:233(replaceable) ./doc/common/tables/nova-network.xml:237(replaceable) ./doc/common/tables/nova-network.xml:241(replaceable) ./doc/common/tables/nova-network.xml:245(replaceable) ./doc/common/tables/nova-network.xml:249(replaceable) ./doc/common/tables/ironic-discoverd.xml:21(replaceable) ./doc/common/tables/nova-ca.xml:69(replaceable) ./doc/common/tables/neutron-l3_arista.xml:25(replaceable) ./doc/common/tables/neutron-l3_arista.xml:45(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:21(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:37(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:41(replaceable) ./doc/common/tables/ceilometer-collector.xml:28(replaceable) ./doc/common/tables/ceilometer-collector.xml:32(replaceable) ./doc/common/tables/nova-qpid.xml:21(replaceable) ./doc/common/tables/nova-qpid.xml:25(replaceable) ./doc/common/tables/glance-qpid.xml:21(replaceable) ./doc/common/tables/glance-qpid.xml:25(replaceable) ./doc/common/tables/sahara-rpc.xml:48(replaceable) ./doc/common/tables/sahara-rpc.xml:88(replaceable) ./doc/common/tables/neutron-ml2_sriov.xml:21(replaceable) ./doc/common/tables/glance-replicator.xml:41(replaceable) ./doc/common/tables/sahara-logging.xml:21(replaceable) ./doc/common/tables/sahara-logging.xml:29(replaceable) ./doc/common/tables/sahara-logging.xml:97(replaceable) ./doc/common/tables/sahara-logging.xml:109(replaceable) ./doc/common/tables/sahara-logging.xml:113(replaceable) ./doc/common/tables/sahara-logging.xml:121(replaceable) ./doc/common/tables/sahara-logging.xml:125(replaceable) ./doc/common/tables/sahara-logging.xml:129(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:48(replaceable) ./doc/common/tables/neutron-testing.xml:21(replaceable) ./doc/common/tables/ceilometer-debug.xml:25(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:21(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:25(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:29(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:61(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:97(replaceable) ./doc/common/tables/ironic-rootwrap.xml:29(replaceable) ./doc/common/tables/swift-conf-changes.xml:294(td) ./doc/common/tables/trove-db_redis.xml:57(replaceable) ./doc/common/tables/trove-db_db2.xml:53(replaceable) ./doc/common/tables/cinder-rpc.xml:52(replaceable) ./doc/common/tables/cinder-rpc.xml:63(replaceable) ./doc/common/tables/cinder-rpc.xml:103(replaceable) ./doc/common/tables/nova-apiv3.xml:21(replaceable) ./doc/common/tables/trove-database.xml:21(replaceable) ./doc/common/tables/trove-database.xml:36(replaceable) ./doc/common/tables/ironic-common.xml:29(replaceable) ./doc/common/tables/ironic-common.xml:69(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:21(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:44(replaceable) ./doc/common/tables/cinder-eqlx.xml:45(replaceable) ./doc/common/tables/nova-ec2.xml:45(replaceable) ./doc/common/tables/nova-ec2.xml:65(replaceable) ./doc/common/tables/ironic-conductor.xml:37(replaceable) ./doc/common/tables/ironic-conductor.xml:77(replaceable) ./doc/common/tables/neutron-metadata.xml:65(replaceable) ./doc/common/tables/sahara-qpid.xml:21(replaceable) ./doc/common/tables/sahara-qpid.xml:25(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:33(replaceable) ./doc/common/tables/glance-imagecache.xml:21(replaceable) ./doc/common/tables/glance-imagecache.xml:29(replaceable) ./doc/common/tables/keystone-logging.xml:21(replaceable) ./doc/common/tables/keystone-logging.xml:29(replaceable) ./doc/common/tables/keystone-logging.xml:77(replaceable) ./doc/common/tables/keystone-logging.xml:85(replaceable) ./doc/common/tables/keystone-logging.xml:89(replaceable) ./doc/common/tables/keystone-logging.xml:97(replaceable) ./doc/common/tables/heat-rpc.xml:52(replaceable) ./doc/common/tables/heat-rpc.xml:92(replaceable) ./doc/common/tables/trove-taskmanager.xml:73(replaceable) ./doc/common/tables/trove-taskmanager.xml:77(replaceable) ./doc/common/tables/trove-taskmanager.xml:81(replaceable) ./doc/common/tables/cinder-images.xml:25(replaceable) ./doc/common/tables/cinder-images.xml:33(replaceable) ./doc/common/tables/cinder-images.xml:69(replaceable) ./doc/common/tables/cinder-profiler.xml:21(replaceable) ./doc/common/tables/cinder-profiler.xml:25(replaceable) ./doc/common/tables/neutron-fwaas.xml:21(replaceable) ./doc/common/tables/nova-database.xml:36(replaceable) ./doc/common/tables/nova-database.xml:91(replaceable) ./doc/common/tables/nova-database.xml:155(replaceable) ./doc/common/tables/nova-database.xml:159(replaceable) ./doc/common/tables/nova-quota.xml:25(replaceable) ./doc/common/tables/heat-logging.xml:21(replaceable) ./doc/common/tables/heat-logging.xml:29(replaceable) ./doc/common/tables/heat-logging.xml:33(replaceable) ./doc/common/tables/heat-logging.xml:81(replaceable) ./doc/common/tables/heat-logging.xml:89(replaceable) ./doc/common/tables/heat-logging.xml:93(replaceable) ./doc/common/tables/heat-logging.xml:101(replaceable) ./doc/common/tables/ironic-pxe.xml:57(replaceable) ./doc/common/tables/neutron-midonet.xml:33(replaceable) ./doc/common/tables/cinder-compute.xml:21(replaceable) ./doc/common/tables/ironic-debug.xml:25(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:48(replaceable) ./doc/common/tables/ironic-logging.xml:21(replaceable) ./doc/common/tables/ironic-logging.xml:29(replaceable) ./doc/common/tables/ironic-logging.xml:77(replaceable) ./doc/common/tables/ironic-logging.xml:89(replaceable) ./doc/common/tables/ironic-logging.xml:93(replaceable) ./doc/common/tables/ironic-logging.xml:97(replaceable) ./doc/common/tables/neutron-qpid.xml:21(replaceable) ./doc/common/tables/neutron-qpid.xml:25(replaceable) ./doc/common/tables/nova-rpc.xml:55(replaceable) ./doc/common/tables/nova-rpc.xml:66(replaceable) ./doc/common/tables/nova-rpc.xml:106(replaceable) ./doc/common/tables/cinder-san.xml:29(replaceable) ./doc/common/tables/nova-logging.xml:21(replaceable) ./doc/common/tables/nova-logging.xml:29(replaceable) ./doc/common/tables/nova-logging.xml:33(replaceable) ./doc/common/tables/nova-logging.xml:101(replaceable) ./doc/common/tables/nova-logging.xml:113(replaceable) ./doc/common/tables/nova-logging.xml:117(replaceable) ./doc/common/tables/nova-logging.xml:125(replaceable) ./doc/common/tables/nova-logging.xml:129(replaceable) ./doc/common/tables/nova-logging.xml:133(replaceable) ./doc/common/tables/neutron-nec.xml:41(replaceable) ./doc/common/tables/neutron-nec.xml:61(replaceable) ./doc/common/tables/nova-api.xml:25(replaceable) ./doc/common/tables/nova-api.xml:105(replaceable) ./doc/common/tables/sahara-domain.xml:29(replaceable) ./doc/common/tables/trove-auth_token.xml:81(replaceable) ./doc/common/tables/trove-auth_token.xml:85(replaceable) ./doc/common/tables/trove-auth_token.xml:113(replaceable) ./doc/common/tables/trove-auth_token.xml:149(replaceable) ./doc/common/tables/keystone-trust.xml:21(replaceable) ./doc/common/tables/glance-cinder.xml:21(replaceable) ./doc/common/tables/glance-common.xml:97(replaceable) ./doc/common/tables/glance-common.xml:137(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:21(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:25(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:29(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:61(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-ec2.xml:29(replaceable) ./doc/common/tables/neutron-nsx.xml:95(replaceable) ./doc/common/tables/ceilometer-testing.xml:21(replaceable) ./doc/common/tables/neutron-api.xml:25(replaceable) ./doc/common/tables/neutron-api.xml:29(replaceable) ./doc/common/tables/trove-logging.xml:21(replaceable) ./doc/common/tables/trove-logging.xml:29(replaceable) ./doc/common/tables/trove-logging.xml:85(replaceable) ./doc/common/tables/trove-logging.xml:97(replaceable) ./doc/common/tables/trove-logging.xml:101(replaceable) ./doc/common/tables/trove-logging.xml:105(replaceable) ./doc/common/tables/nova-hyperv.xml:25(replaceable) ./doc/common/tables/nova-hyperv.xml:29(replaceable) ./doc/common/tables/nova-hyperv.xml:37(replaceable) ./doc/common/tables/neutron-common.xml:45(replaceable) ./doc/common/tables/neutron-common.xml:93(replaceable) ./doc/common/tables/neutron-common.xml:101(replaceable) ./doc/common/tables/neutron-common.xml:121(replaceable) ./doc/common/tables/neutron-common.xml:141(replaceable) ./doc/common/tables/neutron-common.xml:189(replaceable) ./doc/common/tables/keystone-qpid.xml:21(replaceable) ./doc/common/tables/keystone-qpid.xml:25(replaceable) ./doc/common/tables/keystone-cache.xml:33(replaceable) ./doc/common/tables/keystone-cache.xml:37(replaceable) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:25(replaceable) ./doc/common/tables/nova-configdrive.xml:40(replaceable) ./doc/common/tables/nova-configdrive.xml:44(replaceable) ./doc/common/tables/ceilometer-qpid.xml:21(replaceable) ./doc/common/tables/ceilometer-qpid.xml:25(replaceable) ./doc/common/tables/heat-database.xml:33(replaceable) ./doc/common/tables/heat-database.xml:97(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:21(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:25(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:29(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:61(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-database.xml:33(replaceable) ./doc/common/tables/keystone-database.xml:97(replaceable) ./doc/common/tables/glance-profiler.xml:21(replaceable) ./doc/common/tables/glance-profiler.xml:25(replaceable) ./doc/common/tables/trove-debug.xml:44(replaceable) ./doc/common/tables/nova-libvirt.xml:36(replaceable) ./doc/common/tables/nova-libvirt.xml:96(replaceable) ./doc/common/tables/nova-libvirt.xml:104(replaceable) ./doc/common/tables/nova-libvirt.xml:112(replaceable) ./doc/common/tables/nova-libvirt.xml:116(replaceable) ./doc/common/tables/nova-libvirt.xml:124(replaceable) ./doc/common/tables/nova-libvirt.xml:148(replaceable) ./doc/common/tables/nova-libvirt.xml:160(replaceable) ./doc/common/tables/neutron-nova.xml:37(replaceable) ./doc/common/tables/keystone-debug.xml:33(replaceable) ./doc/common/tables/nova-debug.xml:28(replaceable) ./doc/common/tables/cinder-rootwrap.xml:29(replaceable) msgid "False" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:49(td) ./doc/common/tables/cinder-database.xml:41(td) ./doc/common/tables/glance-database.xml:34(td) ./doc/common/tables/sahara-database.xml:41(td) ./doc/common/tables/glance-conf-changes.xml:133(td) ./doc/common/tables/neutron-database.xml:34(td) ./doc/common/tables/nova-conf-changes.xml:109(td) ./doc/common/tables/nova-conf-changes.xml:213(td) ./doc/common/tables/ironic-database.xml:34(td) ./doc/common/tables/nova-database.xml:37(td) ./doc/common/tables/nova-database.xml:92(td) ./doc/common/tables/heat-database.xml:34(td) ./doc/common/tables/keystone-database.xml:34(td) +#: ./doc/common/tables/ceilometer-database.xml:45(td) ./doc/common/tables/cinder-database.xml:41(td) ./doc/common/tables/glance-database.xml:34(td) ./doc/common/tables/sahara-database.xml:41(td) ./doc/common/tables/glance-conf-changes.xml:133(td) ./doc/common/tables/neutron-database.xml:34(td) ./doc/common/tables/nova-conf-changes.xml:109(td) ./doc/common/tables/nova-conf-changes.xml:213(td) ./doc/common/tables/ironic-database.xml:34(td) ./doc/common/tables/nova-database.xml:37(td) ./doc/common/tables/nova-database.xml:92(td) ./doc/common/tables/heat-database.xml:34(td) ./doc/common/tables/keystone-database.xml:34(td) msgid "(BoolOpt) Add Python stack traces to SQL as comment strings." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:52(replaceable) ./doc/common/tables/nova-scheduler.xml:73(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:40(replaceable) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:29(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:48(replaceable) ./doc/common/tables/nova-scheduler.xml:73(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:40(replaceable) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:29(replaceable) msgid "512" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:53(td) ./doc/common/tables/ceilometer-conf-changes.xml:69(td) +#: ./doc/common/tables/ceilometer-database.xml:49(td) ./doc/common/tables/ceilometer-conf-changes.xml:69(td) msgid "(IntOpt) The max length of resources id in DB2 nosql, the value should be larger than len(hostname) * 2 as compute node's resource id is <hostname>_<nodename>." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:56(replaceable) ./doc/common/tables/ceilometer-database.xml:132(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:40(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:52(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:60(replaceable) ./doc/common/tables/cinder-solidfire.xml:25(replaceable) ./doc/common/tables/cinder-solidfire.xml:37(replaceable) ./doc/common/tables/neutron-rpc.xml:157(replaceable) ./doc/common/tables/trove-db_percona.xml:77(replaceable) ./doc/common/tables/nova-periodic.xml:21(replaceable) ./doc/common/tables/nova-periodic.xml:29(replaceable) ./doc/common/tables/glance-auth_token.xml:109(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:145(replaceable) ./doc/common/tables/cinder-flashsystem.xml:25(replaceable) ./doc/common/tables/cinder-qpid.xml:61(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:41(replaceable) ./doc/common/tables/neutron-cisco.xml:29(replaceable) ./doc/common/tables/neutron-cisco.xml:33(replaceable) ./doc/common/tables/neutron-cisco.xml:64(replaceable) ./doc/common/tables/neutron-cisco.xml:92(replaceable) ./doc/common/tables/neutron-cisco.xml:138(replaceable) ./doc/common/tables/neutron-scheduler.xml:21(replaceable) ./doc/common/tables/neutron-scheduler.xml:29(replaceable) ./doc/common/tables/cinder-fusionio.xml:29(replaceable) ./doc/common/tables/cinder-database.xml:44(replaceable) ./doc/common/tables/cinder-database.xml:100(replaceable) ./doc/common/tables/trove-db_vertica.xml:41(replaceable) ./doc/common/tables/trove-db_vertica.xml:81(replaceable) ./doc/common/tables/ceilometer-logging.xml:85(replaceable) ./doc/common/tables/nova-vnc.xml:53(replaceable) ./doc/common/tables/trove-qpid.xml:53(replaceable) ./doc/common/tables/keystone-api.xml:33(replaceable) ./doc/common/tables/keystone-api.xml:80(replaceable) ./doc/common/tables/keystone-api.xml:140(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:37(replaceable) ./doc/common/tables/glance-rpc.xml:150(replaceable) ./doc/common/tables/glance-database.xml:37(replaceable) ./doc/common/tables/glance-database.xml:93(replaceable) ./doc/common/tables/nova-spice.xml:21(replaceable) ./doc/common/tables/nova-xen.xml:79(replaceable) ./doc/common/tables/nova-xen.xml:163(replaceable) ./doc/common/tables/nova-xen.xml:223(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:109(replaceable) ./doc/common/tables/sahara-database.xml:44(replaceable) ./doc/common/tables/sahara-database.xml:100(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:40(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:44(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:127(replaceable) ./doc/common/tables/nova-policy.xml:21(replaceable) ./doc/common/tables/keystone-identity.xml:25(replaceable) ./doc/common/tables/trove-db_cassandra.xml:57(replaceable) ./doc/common/tables/neutron-logging.xml:121(replaceable) ./doc/common/tables/keystone-catalog.xml:25(replaceable) ./doc/common/tables/heat-qpid.xml:53(replaceable) ./doc/common/tables/ironic-agent.xml:45(replaceable) ./doc/common/tables/neutron-auth_token.xml:109(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:61(replaceable) ./doc/common/tables/cinder-quota.xml:57(replaceable) ./doc/common/tables/ironic-rpc.xml:146(replaceable) ./doc/common/tables/neutron-sdnve.xml:53(replaceable) ./doc/common/tables/neutron-sdnve.xml:69(replaceable) ./doc/common/tables/neutron-sdnve.xml:88(replaceable) ./doc/common/tables/nova-compute.xml:61(replaceable) ./doc/common/tables/nova-compute.xml:153(replaceable) ./doc/common/tables/nova-scheduler.xml:77(replaceable) ./doc/common/tables/nova-scheduler.xml:125(replaceable) ./doc/common/tables/nova-scheduler.xml:163(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:45(replaceable) ./doc/common/tables/nova-vmware.xml:77(replaceable) ./doc/common/tables/neutron-vmware.xml:83(replaceable) ./doc/common/tables/keystone-role.xml:25(replaceable) ./doc/common/tables/neutron-embrane.xml:25(replaceable) ./doc/common/tables/neutron-conf-changes.xml:730(td) ./doc/common/tables/neutron-conf-changes.xml:755(td) ./doc/common/tables/nova-common.xml:91(replaceable) ./doc/common/tables/nova-common.xml:95(replaceable) ./doc/common/tables/nova-volumes.xml:56(replaceable) ./doc/common/tables/trove-db_mysql.xml:69(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:39(replaceable) ./doc/common/tables/cinder-logging.xml:121(replaceable) ./doc/common/tables/neutron-l3_agent.xml:25(replaceable) ./doc/common/tables/neutron-l3_agent.xml:33(replaceable) ./doc/common/tables/neutron-l3_agent.xml:65(replaceable) ./doc/common/tables/neutron-l3_agent.xml:100(replaceable) ./doc/common/tables/neutron-l3_agent.xml:104(replaceable) ./doc/common/tables/cinder-backups.xml:37(replaceable) ./doc/common/tables/cinder-backups.xml:89(replaceable) ./doc/common/tables/keystone-ldap.xml:53(replaceable) ./doc/common/tables/keystone-ldap.xml:57(replaceable) ./doc/common/tables/keystone-ldap.xml:61(replaceable) ./doc/common/tables/keystone-ldap.xml:129(replaceable) ./doc/common/tables/keystone-ldap.xml:133(replaceable) ./doc/common/tables/keystone-ldap.xml:137(replaceable) ./doc/common/tables/keystone-ldap.xml:197(replaceable) ./doc/common/tables/keystone-ldap.xml:201(replaceable) ./doc/common/tables/keystone-ldap.xml:205(replaceable) ./doc/common/tables/keystone-ldap.xml:281(replaceable) ./doc/common/tables/keystone-ldap.xml:285(replaceable) ./doc/common/tables/keystone-ldap.xml:289(replaceable) ./doc/common/tables/keystone-ldap.xml:305(replaceable) ./doc/common/tables/trove-db_postgresql.xml:65(replaceable) ./doc/common/tables/trove-api.xml:45(replaceable) ./doc/common/tables/trove-api.xml:113(replaceable) ./doc/common/tables/ironic-auth_token.xml:109(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:60(replaceable) ./doc/common/tables/cinder-zones.xml:21(replaceable) ./doc/common/tables/neutron-ml2_ofa.xml:21(replaceable) ./doc/common/tables/glance-api.xml:33(replaceable) ./doc/common/tables/glance-api.xml:37(replaceable) ./doc/common/tables/glance-api.xml:41(replaceable) ./doc/common/tables/glance-api.xml:45(replaceable) ./doc/common/tables/glance-api.xml:49(replaceable) ./doc/common/tables/glance-api.xml:61(replaceable) ./doc/common/tables/glance-api.xml:73(replaceable) ./doc/common/tables/glance-api.xml:93(replaceable) ./doc/common/tables/cinder-storwize.xml:33(replaceable) ./doc/common/tables/cinder-storwize.xml:37(replaceable) ./doc/common/tables/cinder-storwize.xml:53(replaceable) ./doc/common/tables/cinder-storwize.xml:61(replaceable) ./doc/common/tables/sahara-auth_token.xml:109(replaceable) ./doc/common/tables/trove-volume.xml:45(replaceable) ./doc/common/tables/heat-auth_token.xml:109(replaceable) ./doc/common/tables/nova-auth_token.xml:109(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:41(replaceable) ./doc/common/tables/cinder-quobyte.xml:29(replaceable) ./doc/common/tables/cinder-quobyte.xml:33(replaceable) ./doc/common/tables/glance-logging.xml:117(replaceable) ./doc/common/tables/cinder-storage_glusterfs.xml:33(replaceable) ./doc/common/tables/cinder-common.xml:57(replaceable) ./doc/common/tables/cinder-common.xml:165(replaceable) ./doc/common/tables/cinder-common.xml:201(replaceable) ./doc/common/tables/cinder-common.xml:229(replaceable) ./doc/common/tables/glance-swift.xml:120(replaceable) ./doc/common/tables/cinder-auth_token.xml:109(replaceable) ./doc/common/tables/ceilometer-alarm.xml:41(replaceable) ./doc/common/tables/ceilometer-alarm.xml:57(replaceable) ./doc/common/tables/ceilometer-events.xml:36(replaceable) ./doc/common/tables/ironic-qpid.xml:53(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:96(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:100(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:104(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:124(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:140(replaceable) ./doc/common/tables/neutron-database.xml:37(replaceable) ./doc/common/tables/neutron-database.xml:93(replaceable) ./doc/common/tables/keystone-auth_token.xml:109(replaceable) ./doc/common/tables/keystone-revoke.xml:25(replaceable) ./doc/common/tables/sahara-common.xml:53(replaceable) ./doc/common/tables/sahara-common.xml:101(replaceable) ./doc/common/tables/sahara-common.xml:129(replaceable) ./doc/common/tables/sahara-common.xml:141(replaceable) ./doc/common/tables/sahara-common.xml:145(replaceable) ./doc/common/tables/sahara-common.xml:164(replaceable) ./doc/common/tables/cinder-api.xml:25(replaceable) ./doc/common/tables/cinder-api.xml:41(replaceable) ./doc/common/tables/cinder-api.xml:45(replaceable) ./doc/common/tables/trove-db_couchbase.xml:49(replaceable) ./doc/common/tables/trove-db_couchbase.xml:61(replaceable) ./doc/common/tables/trove-db_couchbase.xml:108(replaceable) ./doc/common/tables/keystone-mapping.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:37(replaceable) ./doc/common/tables/ironic-database.xml:97(replaceable) ./doc/common/tables/neutron-bigswitch.xml:96(replaceable) ./doc/common/tables/neutron-bigswitch.xml:100(replaceable) ./doc/common/tables/neutron-bigswitch.xml:104(replaceable) ./doc/common/tables/neutron-bigswitch.xml:124(replaceable) ./doc/common/tables/neutron-bigswitch.xml:140(replaceable) ./doc/common/tables/trove-db_mongodb.xml:37(replaceable) ./doc/common/tables/trove-db_mongodb.xml:81(replaceable) ./doc/common/tables/trove-rpc.xml:143(replaceable) ./doc/common/tables/trove-backup.xml:45(replaceable) ./doc/common/tables/trove-backup.xml:49(replaceable) ./doc/common/tables/nova-network.xml:21(replaceable) ./doc/common/tables/nova-network.xml:113(replaceable) ./doc/common/tables/cinder-smbfs.xml:41(replaceable) ./doc/common/tables/cinder-prophetstor_dpl.xml:45(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:53(replaceable) ./doc/common/tables/nova-qpid.xml:53(replaceable) ./doc/common/tables/sahara-rpc.xml:135(replaceable) ./doc/common/tables/sahara-logging.xml:117(replaceable) ./doc/common/tables/trove-compute.xml:41(replaceable) ./doc/common/tables/trove-db_db2.xml:65(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:37(replaceable) ./doc/common/tables/cinder-backups_swift.xml:37(replaceable) ./doc/common/tables/ironic-common.xml:33(replaceable) ./doc/common/tables/ironic-common.xml:85(replaceable) ./doc/common/tables/nova-ec2.xml:53(replaceable) ./doc/common/tables/ironic-conductor.xml:29(replaceable) ./doc/common/tables/ironic-conductor.xml:45(replaceable) ./doc/common/tables/sahara-qpid.xml:53(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:41(replaceable) ./doc/common/tables/neutron-compute.xml:21(replaceable) ./doc/common/tables/neutron-compute.xml:25(replaceable) ./doc/common/tables/keystone-logging.xml:93(replaceable) ./doc/common/tables/heat-rpc.xml:139(replaceable) ./doc/common/tables/trove-taskmanager.xml:65(replaceable) ./doc/common/tables/trove-taskmanager.xml:85(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:21(replaceable) ./doc/common/tables/nova-database.xml:72(replaceable) ./doc/common/tables/nova-database.xml:95(replaceable) ./doc/common/tables/nova-database.xml:151(replaceable) ./doc/common/tables/heat-logging.xml:97(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:64(replaceable) ./doc/common/tables/ironic-logging.xml:85(replaceable) ./doc/common/tables/neutron-qpid.xml:53(replaceable) ./doc/common/tables/nova-rpc.xml:153(replaceable) ./doc/common/tables/cinder-backups_tsm.xml:21(replaceable) ./doc/common/tables/cinder-san.xml:53(replaceable) ./doc/common/tables/nova-logging.xml:121(replaceable) ./doc/common/tables/neutron-nec.xml:33(replaceable) ./doc/common/tables/neutron-nec.xml:57(replaceable) ./doc/common/tables/nova-api.xml:33(replaceable) ./doc/common/tables/nova-api.xml:113(replaceable) ./doc/common/tables/trove-auth_token.xml:109(replaceable) ./doc/common/tables/keystone-trust.xml:29(replaceable) ./doc/common/tables/glance-common.xml:21(replaceable) ./doc/common/tables/keystone-domain.xml:25(replaceable) ./doc/common/tables/neutron-nsx.xml:201(replaceable) ./doc/common/tables/neutron-api.xml:21(replaceable) ./doc/common/tables/neutron-api.xml:61(replaceable) ./doc/common/tables/neutron-api.xml:73(replaceable) ./doc/common/tables/trove-logging.xml:93(replaceable) ./doc/common/tables/keystone-kvs.xml:33(replaceable) ./doc/common/tables/neutron-common.xml:85(replaceable) ./doc/common/tables/neutron-common.xml:133(replaceable) ./doc/common/tables/nova-hypervisor.xml:25(replaceable) ./doc/common/tables/nova-hypervisor.xml:37(replaceable) ./doc/common/tables/keystone-qpid.xml:61(replaceable) ./doc/common/tables/keystone-token.xml:21(replaceable) ./doc/common/tables/keystone-token.xml:33(replaceable) ./doc/common/tables/keystone-token.xml:57(replaceable) ./doc/common/tables/ceilometer-qpid.xml:61(replaceable) ./doc/common/tables/heat-database.xml:37(replaceable) ./doc/common/tables/heat-database.xml:93(replaceable) ./doc/common/tables/keystone-database.xml:37(replaceable) ./doc/common/tables/keystone-database.xml:93(replaceable) ./doc/common/tables/trove-debug.xml:48(replaceable) ./doc/common/tables/nova-libvirt.xml:21(replaceable) ./doc/common/tables/nova-libvirt.xml:172(replaceable) ./doc/common/tables/nova-libvirt.xml:176(replaceable) ./doc/common/tables/neutron-securitygroups.xml:21(replaceable) ./doc/common/tables/neutron-securitygroups.xml:25(replaceable) ./doc/common/tables/neutron-securitygroups.xml:29(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:52(replaceable) ./doc/common/tables/ceilometer-database.xml:128(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:40(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:52(replaceable) ./doc/common/tables/cinder-solidfire.xml:25(replaceable) ./doc/common/tables/cinder-solidfire.xml:37(replaceable) ./doc/common/tables/trove-db_percona.xml:77(replaceable) ./doc/common/tables/nova-periodic.xml:21(replaceable) ./doc/common/tables/nova-periodic.xml:29(replaceable) ./doc/common/tables/glance-auth_token.xml:109(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:145(replaceable) ./doc/common/tables/cinder-flashsystem.xml:25(replaceable) ./doc/common/tables/cinder-qpid.xml:61(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:41(replaceable) ./doc/common/tables/neutron-cisco.xml:29(replaceable) ./doc/common/tables/neutron-cisco.xml:33(replaceable) ./doc/common/tables/neutron-cisco.xml:64(replaceable) ./doc/common/tables/neutron-cisco.xml:92(replaceable) ./doc/common/tables/neutron-cisco.xml:138(replaceable) ./doc/common/tables/neutron-scheduler.xml:21(replaceable) ./doc/common/tables/neutron-scheduler.xml:29(replaceable) ./doc/common/tables/cinder-fusionio.xml:29(replaceable) ./doc/common/tables/cinder-database.xml:44(replaceable) ./doc/common/tables/cinder-database.xml:100(replaceable) ./doc/common/tables/trove-db_vertica.xml:41(replaceable) ./doc/common/tables/trove-db_vertica.xml:81(replaceable) ./doc/common/tables/ceilometer-logging.xml:85(replaceable) ./doc/common/tables/nova-vnc.xml:53(replaceable) ./doc/common/tables/trove-qpid.xml:61(replaceable) ./doc/common/tables/keystone-api.xml:33(replaceable) ./doc/common/tables/keystone-api.xml:80(replaceable) ./doc/common/tables/keystone-api.xml:140(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:37(replaceable) ./doc/common/tables/glance-database.xml:37(replaceable) ./doc/common/tables/glance-database.xml:93(replaceable) ./doc/common/tables/nova-spice.xml:21(replaceable) ./doc/common/tables/nova-xen.xml:79(replaceable) ./doc/common/tables/nova-xen.xml:163(replaceable) ./doc/common/tables/nova-xen.xml:223(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:109(replaceable) ./doc/common/tables/sahara-database.xml:44(replaceable) ./doc/common/tables/sahara-database.xml:100(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:40(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:44(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:127(replaceable) ./doc/common/tables/nova-policy.xml:21(replaceable) ./doc/common/tables/keystone-identity.xml:25(replaceable) ./doc/common/tables/trove-db_cassandra.xml:57(replaceable) ./doc/common/tables/neutron-logging.xml:121(replaceable) ./doc/common/tables/keystone-catalog.xml:25(replaceable) ./doc/common/tables/heat-qpid.xml:61(replaceable) ./doc/common/tables/ironic-agent.xml:45(replaceable) ./doc/common/tables/neutron-auth_token.xml:109(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:61(replaceable) ./doc/common/tables/cinder-quota.xml:57(replaceable) ./doc/common/tables/neutron-sdnve.xml:53(replaceable) ./doc/common/tables/neutron-sdnve.xml:69(replaceable) ./doc/common/tables/neutron-sdnve.xml:88(replaceable) ./doc/common/tables/nova-compute.xml:61(replaceable) ./doc/common/tables/nova-compute.xml:153(replaceable) ./doc/common/tables/nova-scheduler.xml:77(replaceable) ./doc/common/tables/nova-scheduler.xml:125(replaceable) ./doc/common/tables/nova-scheduler.xml:163(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:45(replaceable) ./doc/common/tables/nova-vmware.xml:77(replaceable) ./doc/common/tables/neutron-vmware.xml:40(replaceable) ./doc/common/tables/neutron-vmware.xml:103(replaceable) ./doc/common/tables/keystone-role.xml:25(replaceable) ./doc/common/tables/neutron-embrane.xml:25(replaceable) ./doc/common/tables/neutron-conf-changes.xml:730(td) ./doc/common/tables/neutron-conf-changes.xml:755(td) ./doc/common/tables/nova-common.xml:91(replaceable) ./doc/common/tables/nova-common.xml:95(replaceable) ./doc/common/tables/nova-volumes.xml:56(replaceable) ./doc/common/tables/trove-db_mysql.xml:69(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:39(replaceable) ./doc/common/tables/cinder-logging.xml:121(replaceable) ./doc/common/tables/neutron-l3_agent.xml:25(replaceable) ./doc/common/tables/neutron-l3_agent.xml:33(replaceable) ./doc/common/tables/neutron-l3_agent.xml:65(replaceable) ./doc/common/tables/neutron-l3_agent.xml:100(replaceable) ./doc/common/tables/neutron-l3_agent.xml:104(replaceable) ./doc/common/tables/cinder-backups.xml:37(replaceable) ./doc/common/tables/cinder-backups.xml:89(replaceable) ./doc/common/tables/keystone-ldap.xml:53(replaceable) ./doc/common/tables/keystone-ldap.xml:57(replaceable) ./doc/common/tables/keystone-ldap.xml:61(replaceable) ./doc/common/tables/keystone-ldap.xml:129(replaceable) ./doc/common/tables/keystone-ldap.xml:133(replaceable) ./doc/common/tables/keystone-ldap.xml:137(replaceable) ./doc/common/tables/keystone-ldap.xml:197(replaceable) ./doc/common/tables/keystone-ldap.xml:201(replaceable) ./doc/common/tables/keystone-ldap.xml:205(replaceable) ./doc/common/tables/keystone-ldap.xml:281(replaceable) ./doc/common/tables/keystone-ldap.xml:285(replaceable) ./doc/common/tables/keystone-ldap.xml:289(replaceable) ./doc/common/tables/keystone-ldap.xml:305(replaceable) ./doc/common/tables/trove-db_postgresql.xml:65(replaceable) ./doc/common/tables/trove-api.xml:45(replaceable) ./doc/common/tables/trove-api.xml:113(replaceable) ./doc/common/tables/ironic-auth_token.xml:109(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:60(replaceable) ./doc/common/tables/cinder-zones.xml:21(replaceable) ./doc/common/tables/neutron-ml2_ofa.xml:21(replaceable) ./doc/common/tables/glance-api.xml:33(replaceable) ./doc/common/tables/glance-api.xml:37(replaceable) ./doc/common/tables/glance-api.xml:41(replaceable) ./doc/common/tables/glance-api.xml:45(replaceable) ./doc/common/tables/glance-api.xml:49(replaceable) ./doc/common/tables/glance-api.xml:61(replaceable) ./doc/common/tables/glance-api.xml:73(replaceable) ./doc/common/tables/glance-api.xml:93(replaceable) ./doc/common/tables/cinder-storwize.xml:33(replaceable) ./doc/common/tables/cinder-storwize.xml:37(replaceable) ./doc/common/tables/cinder-storwize.xml:53(replaceable) ./doc/common/tables/cinder-storwize.xml:61(replaceable) ./doc/common/tables/sahara-auth_token.xml:109(replaceable) ./doc/common/tables/trove-volume.xml:45(replaceable) ./doc/common/tables/heat-auth_token.xml:109(replaceable) ./doc/common/tables/nova-auth_token.xml:109(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:41(replaceable) ./doc/common/tables/cinder-quobyte.xml:29(replaceable) ./doc/common/tables/cinder-quobyte.xml:33(replaceable) ./doc/common/tables/glance-logging.xml:117(replaceable) ./doc/common/tables/cinder-storage_glusterfs.xml:33(replaceable) ./doc/common/tables/cinder-common.xml:57(replaceable) ./doc/common/tables/cinder-common.xml:165(replaceable) ./doc/common/tables/cinder-common.xml:201(replaceable) ./doc/common/tables/cinder-common.xml:229(replaceable) ./doc/common/tables/glance-swift.xml:120(replaceable) ./doc/common/tables/cinder-auth_token.xml:109(replaceable) ./doc/common/tables/ceilometer-alarm.xml:41(replaceable) ./doc/common/tables/ceilometer-alarm.xml:57(replaceable) ./doc/common/tables/ceilometer-events.xml:36(replaceable) ./doc/common/tables/ironic-qpid.xml:61(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:96(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:100(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:104(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:124(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:140(replaceable) ./doc/common/tables/neutron-database.xml:37(replaceable) ./doc/common/tables/neutron-database.xml:93(replaceable) ./doc/common/tables/keystone-auth_token.xml:109(replaceable) ./doc/common/tables/keystone-revoke.xml:25(replaceable) ./doc/common/tables/sahara-common.xml:53(replaceable) ./doc/common/tables/sahara-common.xml:101(replaceable) ./doc/common/tables/sahara-common.xml:129(replaceable) ./doc/common/tables/sahara-common.xml:141(replaceable) ./doc/common/tables/sahara-common.xml:145(replaceable) ./doc/common/tables/sahara-common.xml:164(replaceable) ./doc/common/tables/cinder-api.xml:25(replaceable) ./doc/common/tables/cinder-api.xml:41(replaceable) ./doc/common/tables/cinder-api.xml:45(replaceable) ./doc/common/tables/trove-db_couchbase.xml:49(replaceable) ./doc/common/tables/trove-db_couchbase.xml:61(replaceable) ./doc/common/tables/trove-db_couchbase.xml:108(replaceable) ./doc/common/tables/keystone-mapping.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:37(replaceable) ./doc/common/tables/ironic-database.xml:97(replaceable) ./doc/common/tables/neutron-bigswitch.xml:96(replaceable) ./doc/common/tables/neutron-bigswitch.xml:100(replaceable) ./doc/common/tables/neutron-bigswitch.xml:104(replaceable) ./doc/common/tables/neutron-bigswitch.xml:124(replaceable) ./doc/common/tables/neutron-bigswitch.xml:140(replaceable) ./doc/common/tables/trove-db_mongodb.xml:37(replaceable) ./doc/common/tables/trove-db_mongodb.xml:81(replaceable) ./doc/common/tables/trove-backup.xml:45(replaceable) ./doc/common/tables/trove-backup.xml:49(replaceable) ./doc/common/tables/nova-network.xml:21(replaceable) ./doc/common/tables/nova-network.xml:113(replaceable) ./doc/common/tables/cinder-smbfs.xml:41(replaceable) ./doc/common/tables/cinder-prophetstor_dpl.xml:45(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:53(replaceable) ./doc/common/tables/nova-qpid.xml:61(replaceable) ./doc/common/tables/glance-qpid.xml:61(replaceable) ./doc/common/tables/sahara-logging.xml:117(replaceable) ./doc/common/tables/trove-compute.xml:41(replaceable) ./doc/common/tables/trove-db_db2.xml:65(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:37(replaceable) ./doc/common/tables/cinder-backups_swift.xml:37(replaceable) ./doc/common/tables/ironic-common.xml:33(replaceable) ./doc/common/tables/ironic-common.xml:85(replaceable) ./doc/common/tables/nova-ec2.xml:53(replaceable) ./doc/common/tables/ironic-conductor.xml:29(replaceable) ./doc/common/tables/ironic-conductor.xml:45(replaceable) ./doc/common/tables/sahara-qpid.xml:61(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:41(replaceable) ./doc/common/tables/neutron-compute.xml:21(replaceable) ./doc/common/tables/neutron-compute.xml:25(replaceable) ./doc/common/tables/keystone-logging.xml:93(replaceable) ./doc/common/tables/trove-taskmanager.xml:65(replaceable) ./doc/common/tables/trove-taskmanager.xml:85(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:21(replaceable) ./doc/common/tables/nova-database.xml:72(replaceable) ./doc/common/tables/nova-database.xml:95(replaceable) ./doc/common/tables/nova-database.xml:151(replaceable) ./doc/common/tables/heat-logging.xml:97(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:64(replaceable) ./doc/common/tables/ironic-logging.xml:85(replaceable) ./doc/common/tables/neutron-qpid.xml:61(replaceable) ./doc/common/tables/cinder-backups_tsm.xml:21(replaceable) ./doc/common/tables/cinder-san.xml:53(replaceable) ./doc/common/tables/nova-logging.xml:121(replaceable) ./doc/common/tables/neutron-nec.xml:33(replaceable) ./doc/common/tables/neutron-nec.xml:57(replaceable) ./doc/common/tables/nova-api.xml:33(replaceable) ./doc/common/tables/nova-api.xml:113(replaceable) ./doc/common/tables/trove-auth_token.xml:109(replaceable) ./doc/common/tables/keystone-trust.xml:29(replaceable) ./doc/common/tables/glance-common.xml:21(replaceable) ./doc/common/tables/keystone-domain.xml:25(replaceable) ./doc/common/tables/neutron-nsx.xml:201(replaceable) ./doc/common/tables/neutron-api.xml:21(replaceable) ./doc/common/tables/neutron-api.xml:61(replaceable) ./doc/common/tables/neutron-api.xml:73(replaceable) ./doc/common/tables/trove-logging.xml:93(replaceable) ./doc/common/tables/keystone-kvs.xml:33(replaceable) ./doc/common/tables/neutron-common.xml:85(replaceable) ./doc/common/tables/neutron-common.xml:129(replaceable) ./doc/common/tables/nova-hypervisor.xml:25(replaceable) ./doc/common/tables/nova-hypervisor.xml:37(replaceable) ./doc/common/tables/keystone-qpid.xml:61(replaceable) ./doc/common/tables/keystone-token.xml:21(replaceable) ./doc/common/tables/keystone-token.xml:33(replaceable) ./doc/common/tables/keystone-token.xml:57(replaceable) ./doc/common/tables/ceilometer-qpid.xml:61(replaceable) ./doc/common/tables/heat-database.xml:37(replaceable) ./doc/common/tables/heat-database.xml:93(replaceable) ./doc/common/tables/keystone-database.xml:37(replaceable) ./doc/common/tables/keystone-database.xml:93(replaceable) ./doc/common/tables/trove-debug.xml:48(replaceable) ./doc/common/tables/nova-libvirt.xml:21(replaceable) ./doc/common/tables/nova-libvirt.xml:172(replaceable) ./doc/common/tables/nova-libvirt.xml:176(replaceable) ./doc/common/tables/neutron-securitygroups.xml:21(replaceable) ./doc/common/tables/neutron-securitygroups.xml:25(replaceable) ./doc/common/tables/neutron-securitygroups.xml:29(replaceable) msgid "True" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:57(td) ./doc/common/tables/cinder-database.xml:45(td) ./doc/common/tables/glance-database.xml:38(td) ./doc/common/tables/sahara-database.xml:45(td) ./doc/common/tables/glance-conf-changes.xml:137(td) ./doc/common/tables/neutron-database.xml:38(td) ./doc/common/tables/nova-conf-changes.xml:217(td) ./doc/common/tables/ironic-database.xml:38(td) ./doc/common/tables/nova-database.xml:96(td) ./doc/common/tables/heat-database.xml:38(td) +#: ./doc/common/tables/ceilometer-database.xml:53(td) ./doc/common/tables/cinder-database.xml:45(td) ./doc/common/tables/glance-database.xml:38(td) ./doc/common/tables/sahara-database.xml:45(td) ./doc/common/tables/glance-conf-changes.xml:137(td) ./doc/common/tables/neutron-database.xml:38(td) ./doc/common/tables/nova-conf-changes.xml:217(td) ./doc/common/tables/ironic-database.xml:38(td) ./doc/common/tables/nova-database.xml:96(td) ./doc/common/tables/heat-database.xml:38(td) msgid "(BoolOpt) If True, increases the interval between retries of a database operation up to db_max_retry_interval." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:60(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:61(replaceable) ./doc/common/tables/cinder-database.xml:48(replaceable) ./doc/common/tables/glance-database.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:115(replaceable) ./doc/common/tables/nova-xen.xml:227(replaceable) ./doc/common/tables/sahara-database.xml:48(replaceable) ./doc/common/tables/ironic-disk_partitioner.xml:25(replaceable) ./doc/common/tables/trove-common.xml:21(replaceable) ./doc/common/tables/trove-common.xml:25(replaceable) ./doc/common/tables/trove-api.xml:73(replaceable) ./doc/common/tables/trove-api.xml:117(replaceable) ./doc/common/tables/ironic-ilo.xml:41(replaceable) ./doc/common/tables/trove-quota.xml:33(replaceable) ./doc/common/tables/neutron-database.xml:41(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:56(replaceable) ./doc/common/tables/ironic-database.xml:41(replaceable) ./doc/common/tables/trove-backup.xml:57(replaceable) ./doc/common/tables/neutron-l2gw.xml:64(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:32(replaceable) ./doc/common/tables/trove-cluster.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:65(replaceable) ./doc/common/tables/nova-database.xml:99(replaceable) ./doc/common/tables/nova-quota.xml:29(replaceable) ./doc/common/tables/nova-quota.xml:77(replaceable) ./doc/common/tables/neutron-nsx.xml:157(replaceable) ./doc/common/tables/neutron-common.xml:165(replaceable) ./doc/common/tables/heat-database.xml:41(replaceable) ./doc/common/tables/keystone-database.xml:41(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:56(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:61(replaceable) ./doc/common/tables/cinder-database.xml:48(replaceable) ./doc/common/tables/glance-database.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:115(replaceable) ./doc/common/tables/nova-xen.xml:227(replaceable) ./doc/common/tables/sahara-database.xml:48(replaceable) ./doc/common/tables/ironic-disk_partitioner.xml:25(replaceable) ./doc/common/tables/trove-common.xml:21(replaceable) ./doc/common/tables/trove-common.xml:25(replaceable) ./doc/common/tables/trove-api.xml:73(replaceable) ./doc/common/tables/trove-api.xml:117(replaceable) ./doc/common/tables/ironic-ilo.xml:41(replaceable) ./doc/common/tables/trove-quota.xml:33(replaceable) ./doc/common/tables/neutron-database.xml:41(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:56(replaceable) ./doc/common/tables/ironic-database.xml:41(replaceable) ./doc/common/tables/trove-backup.xml:57(replaceable) ./doc/common/tables/neutron-l2gw.xml:64(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:32(replaceable) ./doc/common/tables/trove-cluster.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:65(replaceable) ./doc/common/tables/nova-database.xml:99(replaceable) ./doc/common/tables/nova-quota.xml:29(replaceable) ./doc/common/tables/nova-quota.xml:77(replaceable) ./doc/common/tables/neutron-nsx.xml:157(replaceable) ./doc/common/tables/neutron-common.xml:161(replaceable) ./doc/common/tables/heat-database.xml:41(replaceable) ./doc/common/tables/keystone-database.xml:41(replaceable) msgid "20" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:61(td) ./doc/common/tables/cinder-database.xml:49(td) ./doc/common/tables/glance-database.xml:42(td) ./doc/common/tables/sahara-database.xml:49(td) ./doc/common/tables/glance-conf-changes.xml:141(td) ./doc/common/tables/neutron-database.xml:42(td) ./doc/common/tables/nova-conf-changes.xml:221(td) ./doc/common/tables/ironic-database.xml:42(td) ./doc/common/tables/nova-database.xml:100(td) ./doc/common/tables/heat-database.xml:42(td) +#: ./doc/common/tables/ceilometer-database.xml:57(td) ./doc/common/tables/cinder-database.xml:49(td) ./doc/common/tables/glance-database.xml:42(td) ./doc/common/tables/sahara-database.xml:49(td) ./doc/common/tables/glance-conf-changes.xml:141(td) ./doc/common/tables/neutron-database.xml:42(td) ./doc/common/tables/nova-conf-changes.xml:221(td) ./doc/common/tables/ironic-database.xml:42(td) ./doc/common/tables/nova-database.xml:100(td) ./doc/common/tables/heat-database.xml:42(td) msgid "(IntOpt) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:64(replaceable) ./doc/common/tables/ceilometer-database.xml:92(replaceable) ./doc/common/tables/ceilometer-database.xml:120(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:29(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:64(replaceable) ./doc/common/tables/glance-auth_token.xml:121(replaceable) ./doc/common/tables/glance-auth_token.xml:129(replaceable) ./doc/common/tables/glance-auth_token.xml:153(replaceable) ./doc/common/tables/ironic-seamicro.xml:21(replaceable) ./doc/common/tables/ceilometer-vmware.xml:21(replaceable) ./doc/common/tables/neutron-cisco.xml:126(replaceable) ./doc/common/tables/cinder-database.xml:52(replaceable) ./doc/common/tables/cinder-database.xml:72(replaceable) ./doc/common/tables/cinder-database.xml:88(replaceable) ./doc/common/tables/heat-common.xml:45(replaceable) ./doc/common/tables/glance-database.xml:45(replaceable) ./doc/common/tables/glance-database.xml:65(replaceable) ./doc/common/tables/glance-database.xml:81(replaceable) ./doc/common/tables/nova-xen.xml:135(replaceable) ./doc/common/tables/nova-xen.xml:143(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:121(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:129(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:153(replaceable) ./doc/common/tables/sahara-database.xml:52(replaceable) ./doc/common/tables/sahara-database.xml:72(replaceable) ./doc/common/tables/sahara-database.xml:88(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:36(replaceable) ./doc/common/tables/neutron-auth_token.xml:121(replaceable) ./doc/common/tables/neutron-auth_token.xml:129(replaceable) ./doc/common/tables/neutron-auth_token.xml:153(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:25(replaceable) ./doc/common/tables/cinder-quota.xml:29(replaceable) ./doc/common/tables/cinder-quota.xml:33(replaceable) ./doc/common/tables/cinder-quota.xml:45(replaceable) ./doc/common/tables/cinder-quota.xml:49(replaceable) ./doc/common/tables/nova-compute.xml:97(replaceable) ./doc/common/tables/nova-scheduler.xml:148(replaceable) ./doc/common/tables/nova-vmware.xml:21(replaceable) ./doc/common/tables/nova-common.xml:61(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:48(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:68(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:84(replaceable) ./doc/common/tables/nova-volumes.xml:91(replaceable) ./doc/common/tables/nova-volumes.xml:157(replaceable) ./doc/common/tables/cinder-backups.xml:65(replaceable) ./doc/common/tables/keystone-ldap.xml:121(replaceable) ./doc/common/tables/glance-vmware.xml:25(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:33(replaceable) ./doc/common/tables/ironic-auth_token.xml:121(replaceable) ./doc/common/tables/ironic-auth_token.xml:129(replaceable) ./doc/common/tables/ironic-auth_token.xml:157(replaceable) ./doc/common/tables/cinder-vmware.xml:21(replaceable) ./doc/common/tables/sahara-timeouts.xml:21(replaceable) ./doc/common/tables/ironic-ilo.xml:29(replaceable) ./doc/common/tables/sahara-auth_token.xml:121(replaceable) ./doc/common/tables/sahara-auth_token.xml:129(replaceable) ./doc/common/tables/sahara-auth_token.xml:153(replaceable) ./doc/common/tables/glance-s3.xml:41(replaceable) ./doc/common/tables/glance-s3.xml:57(replaceable) ./doc/common/tables/nova-cells.xml:61(replaceable) ./doc/common/tables/heat-auth_token.xml:121(replaceable) ./doc/common/tables/heat-auth_token.xml:129(replaceable) ./doc/common/tables/heat-auth_token.xml:153(replaceable) ./doc/common/tables/neutron-quotas.xml:52(replaceable) ./doc/common/tables/neutron-quotas.xml:64(replaceable) ./doc/common/tables/neutron-quotas.xml:72(replaceable) ./doc/common/tables/neutron-quotas.xml:76(replaceable) ./doc/common/tables/neutron-quotas.xml:84(replaceable) ./doc/common/tables/neutron-quotas.xml:88(replaceable) ./doc/common/tables/nova-auth_token.xml:121(replaceable) ./doc/common/tables/nova-auth_token.xml:129(replaceable) ./doc/common/tables/nova-auth_token.xml:153(replaceable) ./doc/common/tables/cinder-common.xml:149(replaceable) ./doc/common/tables/cinder-auth_token.xml:121(replaceable) ./doc/common/tables/cinder-auth_token.xml:129(replaceable) ./doc/common/tables/cinder-auth_token.xml:153(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:128(replaceable) ./doc/common/tables/neutron-database.xml:45(replaceable) ./doc/common/tables/neutron-database.xml:65(replaceable) ./doc/common/tables/neutron-database.xml:81(replaceable) ./doc/common/tables/keystone-auth_token.xml:121(replaceable) ./doc/common/tables/keystone-auth_token.xml:129(replaceable) ./doc/common/tables/keystone-auth_token.xml:153(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:32(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:60(replaceable) ./doc/common/tables/ironic-database.xml:45(replaceable) ./doc/common/tables/ironic-database.xml:65(replaceable) ./doc/common/tables/ironic-database.xml:85(replaceable) ./doc/common/tables/neutron-bigswitch.xml:128(replaceable) ./doc/common/tables/neutron-cfg_agent.xml:33(replaceable) ./doc/common/tables/ironic-snmp.xml:21(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:56(replaceable) ./doc/common/tables/trove-rpc.xml:33(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:24(replaceable) ./doc/common/tables/trove-guestagent.xml:33(replaceable) ./doc/common/tables/neutron-l2gw.xml:56(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:20(replaceable) ./doc/common/tables/glance-taskflow.xml:29(replaceable) ./doc/common/tables/ironic-conductor.xml:49(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:52(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:25(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:44(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:29(replaceable) ./doc/common/tables/nova-database.xml:52(replaceable) ./doc/common/tables/nova-database.xml:64(replaceable) ./doc/common/tables/nova-database.xml:103(replaceable) ./doc/common/tables/nova-database.xml:123(replaceable) ./doc/common/tables/nova-database.xml:139(replaceable) ./doc/common/tables/nova-quota.xml:41(replaceable) ./doc/common/tables/nova-quota.xml:57(replaceable) ./doc/common/tables/nova-quota.xml:81(replaceable) ./doc/common/tables/nova-quota.xml:85(replaceable) ./doc/common/tables/nova-quota.xml:89(replaceable) ./doc/common/tables/ironic-console.xml:25(replaceable) ./doc/common/tables/trove-auth_token.xml:121(replaceable) ./doc/common/tables/trove-auth_token.xml:129(replaceable) ./doc/common/tables/trove-auth_token.xml:153(replaceable) ./doc/common/tables/glance-common.xml:53(replaceable) ./doc/common/tables/ironic-amt.xml:21(replaceable) ./doc/common/tables/neutron-nsx.xml:64(replaceable) ./doc/common/tables/neutron-nsx.xml:111(replaceable) ./doc/common/tables/neutron-nsx.xml:197(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:52(replaceable) ./doc/common/tables/nova-hyperv.xml:41(replaceable) ./doc/common/tables/neutron-common.xml:153(replaceable) ./doc/common/tables/nova-hypervisor.xml:33(replaceable) ./doc/common/tables/keystone-cache.xml:49(replaceable) ./doc/common/tables/keystone-cache.xml:53(replaceable) ./doc/common/tables/keystone-cache.xml:80(replaceable) ./doc/common/tables/keystone-cache.xml:84(replaceable) ./doc/common/tables/heat-database.xml:45(replaceable) ./doc/common/tables/heat-database.xml:65(replaceable) ./doc/common/tables/heat-database.xml:81(replaceable) ./doc/common/tables/keystone-database.xml:45(replaceable) ./doc/common/tables/keystone-database.xml:65(replaceable) ./doc/common/tables/keystone-database.xml:81(replaceable) ./doc/common/tables/nova-libvirt.xml:120(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:60(replaceable) ./doc/common/tables/ceilometer-database.xml:88(replaceable) ./doc/common/tables/ceilometer-database.xml:116(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:29(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:64(replaceable) ./doc/common/tables/glance-auth_token.xml:121(replaceable) ./doc/common/tables/glance-auth_token.xml:129(replaceable) ./doc/common/tables/glance-auth_token.xml:153(replaceable) ./doc/common/tables/ironic-seamicro.xml:21(replaceable) ./doc/common/tables/ceilometer-vmware.xml:21(replaceable) ./doc/common/tables/neutron-cisco.xml:126(replaceable) ./doc/common/tables/cinder-database.xml:52(replaceable) ./doc/common/tables/cinder-database.xml:72(replaceable) ./doc/common/tables/cinder-database.xml:88(replaceable) ./doc/common/tables/heat-common.xml:45(replaceable) ./doc/common/tables/glance-database.xml:45(replaceable) ./doc/common/tables/glance-database.xml:65(replaceable) ./doc/common/tables/glance-database.xml:81(replaceable) ./doc/common/tables/nova-xen.xml:135(replaceable) ./doc/common/tables/nova-xen.xml:143(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:121(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:129(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:153(replaceable) ./doc/common/tables/sahara-database.xml:52(replaceable) ./doc/common/tables/sahara-database.xml:72(replaceable) ./doc/common/tables/sahara-database.xml:88(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:36(replaceable) ./doc/common/tables/neutron-auth_token.xml:121(replaceable) ./doc/common/tables/neutron-auth_token.xml:129(replaceable) ./doc/common/tables/neutron-auth_token.xml:153(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:25(replaceable) ./doc/common/tables/cinder-quota.xml:29(replaceable) ./doc/common/tables/cinder-quota.xml:33(replaceable) ./doc/common/tables/cinder-quota.xml:45(replaceable) ./doc/common/tables/cinder-quota.xml:49(replaceable) ./doc/common/tables/nova-compute.xml:97(replaceable) ./doc/common/tables/nova-scheduler.xml:148(replaceable) ./doc/common/tables/nova-vmware.xml:21(replaceable) ./doc/common/tables/nova-common.xml:61(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:48(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:68(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:84(replaceable) ./doc/common/tables/nova-volumes.xml:91(replaceable) ./doc/common/tables/nova-volumes.xml:157(replaceable) ./doc/common/tables/cinder-backups.xml:65(replaceable) ./doc/common/tables/keystone-ldap.xml:121(replaceable) ./doc/common/tables/glance-vmware.xml:25(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:33(replaceable) ./doc/common/tables/ironic-auth_token.xml:121(replaceable) ./doc/common/tables/ironic-auth_token.xml:129(replaceable) ./doc/common/tables/ironic-auth_token.xml:157(replaceable) ./doc/common/tables/cinder-vmware.xml:21(replaceable) ./doc/common/tables/sahara-timeouts.xml:21(replaceable) ./doc/common/tables/ironic-ilo.xml:29(replaceable) ./doc/common/tables/sahara-auth_token.xml:121(replaceable) ./doc/common/tables/sahara-auth_token.xml:129(replaceable) ./doc/common/tables/sahara-auth_token.xml:153(replaceable) ./doc/common/tables/glance-s3.xml:41(replaceable) ./doc/common/tables/glance-s3.xml:57(replaceable) ./doc/common/tables/nova-cells.xml:61(replaceable) ./doc/common/tables/heat-auth_token.xml:121(replaceable) ./doc/common/tables/heat-auth_token.xml:129(replaceable) ./doc/common/tables/heat-auth_token.xml:153(replaceable) ./doc/common/tables/neutron-quotas.xml:52(replaceable) ./doc/common/tables/neutron-quotas.xml:64(replaceable) ./doc/common/tables/neutron-quotas.xml:72(replaceable) ./doc/common/tables/neutron-quotas.xml:76(replaceable) ./doc/common/tables/neutron-quotas.xml:84(replaceable) ./doc/common/tables/neutron-quotas.xml:88(replaceable) ./doc/common/tables/nova-auth_token.xml:121(replaceable) ./doc/common/tables/nova-auth_token.xml:129(replaceable) ./doc/common/tables/nova-auth_token.xml:153(replaceable) ./doc/common/tables/cinder-common.xml:149(replaceable) ./doc/common/tables/cinder-auth_token.xml:121(replaceable) ./doc/common/tables/cinder-auth_token.xml:129(replaceable) ./doc/common/tables/cinder-auth_token.xml:153(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:128(replaceable) ./doc/common/tables/neutron-database.xml:45(replaceable) ./doc/common/tables/neutron-database.xml:65(replaceable) ./doc/common/tables/neutron-database.xml:81(replaceable) ./doc/common/tables/keystone-auth_token.xml:121(replaceable) ./doc/common/tables/keystone-auth_token.xml:129(replaceable) ./doc/common/tables/keystone-auth_token.xml:153(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:32(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:60(replaceable) ./doc/common/tables/ironic-database.xml:45(replaceable) ./doc/common/tables/ironic-database.xml:65(replaceable) ./doc/common/tables/ironic-database.xml:85(replaceable) ./doc/common/tables/neutron-bigswitch.xml:128(replaceable) ./doc/common/tables/neutron-cfg_agent.xml:33(replaceable) ./doc/common/tables/ironic-snmp.xml:21(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:56(replaceable) ./doc/common/tables/trove-rpc.xml:33(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:24(replaceable) ./doc/common/tables/trove-guestagent.xml:33(replaceable) ./doc/common/tables/neutron-l2gw.xml:56(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:20(replaceable) ./doc/common/tables/glance-taskflow.xml:29(replaceable) ./doc/common/tables/ironic-conductor.xml:49(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:52(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:25(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:44(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:29(replaceable) ./doc/common/tables/nova-database.xml:52(replaceable) ./doc/common/tables/nova-database.xml:64(replaceable) ./doc/common/tables/nova-database.xml:103(replaceable) ./doc/common/tables/nova-database.xml:123(replaceable) ./doc/common/tables/nova-database.xml:139(replaceable) ./doc/common/tables/nova-quota.xml:41(replaceable) ./doc/common/tables/nova-quota.xml:57(replaceable) ./doc/common/tables/nova-quota.xml:81(replaceable) ./doc/common/tables/nova-quota.xml:85(replaceable) ./doc/common/tables/nova-quota.xml:89(replaceable) ./doc/common/tables/ironic-console.xml:25(replaceable) ./doc/common/tables/trove-auth_token.xml:121(replaceable) ./doc/common/tables/trove-auth_token.xml:129(replaceable) ./doc/common/tables/trove-auth_token.xml:153(replaceable) ./doc/common/tables/glance-common.xml:53(replaceable) ./doc/common/tables/ironic-amt.xml:21(replaceable) ./doc/common/tables/neutron-nsx.xml:64(replaceable) ./doc/common/tables/neutron-nsx.xml:111(replaceable) ./doc/common/tables/neutron-nsx.xml:197(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:52(replaceable) ./doc/common/tables/nova-hyperv.xml:41(replaceable) ./doc/common/tables/neutron-common.xml:149(replaceable) ./doc/common/tables/nova-hypervisor.xml:33(replaceable) ./doc/common/tables/keystone-cache.xml:49(replaceable) ./doc/common/tables/keystone-cache.xml:53(replaceable) ./doc/common/tables/keystone-cache.xml:80(replaceable) ./doc/common/tables/keystone-cache.xml:84(replaceable) ./doc/common/tables/heat-database.xml:45(replaceable) ./doc/common/tables/heat-database.xml:65(replaceable) ./doc/common/tables/heat-database.xml:81(replaceable) ./doc/common/tables/keystone-database.xml:45(replaceable) ./doc/common/tables/keystone-database.xml:65(replaceable) ./doc/common/tables/keystone-database.xml:81(replaceable) ./doc/common/tables/nova-libvirt.xml:120(replaceable) msgid "10" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:65(td) ./doc/common/tables/cinder-database.xml:53(td) ./doc/common/tables/glance-database.xml:46(td) ./doc/common/tables/sahara-database.xml:53(td) ./doc/common/tables/glance-conf-changes.xml:145(td) ./doc/common/tables/neutron-database.xml:46(td) ./doc/common/tables/nova-conf-changes.xml:225(td) ./doc/common/tables/ironic-database.xml:46(td) ./doc/common/tables/nova-database.xml:104(td) ./doc/common/tables/heat-database.xml:46(td) +#: ./doc/common/tables/ceilometer-database.xml:61(td) ./doc/common/tables/cinder-database.xml:53(td) ./doc/common/tables/glance-database.xml:46(td) ./doc/common/tables/sahara-database.xml:53(td) ./doc/common/tables/glance-conf-changes.xml:145(td) ./doc/common/tables/neutron-database.xml:46(td) ./doc/common/tables/nova-conf-changes.xml:225(td) ./doc/common/tables/ironic-database.xml:46(td) ./doc/common/tables/nova-database.xml:104(td) ./doc/common/tables/heat-database.xml:46(td) msgid "(IntOpt) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:68(replaceable) ./doc/common/tables/ceilometer-database.xml:104(replaceable) ./doc/common/tables/neutron-rpc.xml:149(replaceable) ./doc/common/tables/neutron-rpc.xml:161(replaceable) ./doc/common/tables/neutron-rpc.xml:248(replaceable) ./doc/common/tables/cinder-qpid.xml:53(replaceable) ./doc/common/tables/cinder-qpid.xml:65(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:20(replaceable) ./doc/common/tables/ceilometer-common.xml:33(replaceable) ./doc/common/tables/cinder-database.xml:56(replaceable) ./doc/common/tables/cinder-database.xml:76(replaceable) ./doc/common/tables/sahara-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:73(replaceable) ./doc/common/tables/trove-qpid.xml:45(replaceable) ./doc/common/tables/trove-qpid.xml:57(replaceable) ./doc/common/tables/cinder-xio.xml:33(replaceable) ./doc/common/tables/cinder-xio.xml:37(replaceable) ./doc/common/tables/cinder-xio.xml:41(replaceable) ./doc/common/tables/nova-ironic.xml:53(replaceable) ./doc/common/tables/glance-rpc.xml:142(replaceable) ./doc/common/tables/glance-rpc.xml:154(replaceable) ./doc/common/tables/glance-rpc.xml:241(replaceable) ./doc/common/tables/glance-database.xml:49(replaceable) ./doc/common/tables/glance-database.xml:69(replaceable) ./doc/common/tables/nova-xen.xml:207(replaceable) ./doc/common/tables/nova-rabbitmq.xml:73(replaceable) ./doc/common/tables/sahara-database.xml:56(replaceable) ./doc/common/tables/sahara-database.xml:76(replaceable) ./doc/common/tables/heat-qpid.xml:45(replaceable) ./doc/common/tables/heat-qpid.xml:57(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:93(replaceable) ./doc/common/tables/ironic-rpc.xml:138(replaceable) ./doc/common/tables/ironic-rpc.xml:150(replaceable) ./doc/common/tables/ironic-rpc.xml:237(replaceable) ./doc/common/tables/nova-scheduler.xml:101(replaceable) ./doc/common/tables/heat-conf-changes.xml:346(td) ./doc/common/tables/heat-cfn_api.xml:21(replaceable) ./doc/common/tables/nova-zeromq.xml:25(replaceable) ./doc/common/tables/heat-zeromq.xml:25(replaceable) ./doc/common/tables/cinder-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-disk_partitioner.xml:21(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:24(replaceable) ./doc/common/tables/heat-rabbitmq.xml:73(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:25(replaceable) ./doc/common/tables/trove-rabbitmq.xml:73(replaceable) ./doc/common/tables/ironic-ilo.xml:33(replaceable) ./doc/common/tables/ceilometer-api.xml:25(replaceable) ./doc/common/tables/nova-cells.xml:49(replaceable) ./doc/common/tables/neutron-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-qpid.xml:45(replaceable) ./doc/common/tables/ironic-qpid.xml:57(replaceable) ./doc/common/tables/neutron-database.xml:49(replaceable) ./doc/common/tables/neutron-database.xml:69(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:93(replaceable) ./doc/common/tables/keystone-zeromq.xml:25(replaceable) ./doc/common/tables/glance-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-database.xml:49(replaceable) ./doc/common/tables/ironic-database.xml:69(replaceable) ./doc/common/tables/trove-db_mongodb.xml:57(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:20(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:20(replaceable) ./doc/common/tables/trove-rpc.xml:135(replaceable) ./doc/common/tables/trove-rpc.xml:147(replaceable) ./doc/common/tables/trove-rpc.xml:234(replaceable) ./doc/common/tables/nova-network.xml:201(replaceable) ./doc/common/tables/ceilometer-collector.xml:21(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:28(replaceable) ./doc/common/tables/nova-qpid.xml:45(replaceable) ./doc/common/tables/nova-qpid.xml:57(replaceable) ./doc/common/tables/sahara-rpc.xml:127(replaceable) ./doc/common/tables/sahara-rpc.xml:139(replaceable) ./doc/common/tables/sahara-rpc.xml:226(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:73(replaceable) ./doc/common/tables/swift-conf-changes.xml:293(td) ./doc/common/tables/swift-object-server-object-auditor.xml:24(replaceable) ./doc/common/tables/trove-zeromq.xml:25(replaceable) ./doc/common/tables/cinder-backups_swift.xml:25(replaceable) ./doc/common/tables/ironic-common.xml:41(replaceable) ./doc/common/tables/ironic-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-conductor.xml:65(replaceable) ./doc/common/tables/sahara-qpid.xml:45(replaceable) ./doc/common/tables/sahara-qpid.xml:57(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:41(replaceable) ./doc/common/tables/heat-rpc.xml:131(replaceable) ./doc/common/tables/heat-rpc.xml:143(replaceable) ./doc/common/tables/heat-rpc.xml:230(replaceable) ./doc/common/tables/cinder-images.xml:37(replaceable) ./doc/common/tables/nova-database.xml:107(replaceable) ./doc/common/tables/nova-database.xml:127(replaceable) ./doc/common/tables/ironic-console.xml:21(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:24(replaceable) ./doc/common/tables/neutron-qpid.xml:45(replaceable) ./doc/common/tables/neutron-qpid.xml:57(replaceable) ./doc/common/tables/nova-rpc.xml:145(replaceable) ./doc/common/tables/nova-rpc.xml:157(replaceable) ./doc/common/tables/nova-rpc.xml:244(replaceable) ./doc/common/tables/cinder-san.xml:65(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:20(replaceable) ./doc/common/tables/glance-common.xml:73(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:73(replaceable) ./doc/common/tables/neutron-nsx.xml:107(replaceable) ./doc/common/tables/neutron-common.xml:89(replaceable) ./doc/common/tables/keystone-qpid.xml:53(replaceable) ./doc/common/tables/keystone-qpid.xml:65(replaceable) ./doc/common/tables/ceilometer-qpid.xml:53(replaceable) ./doc/common/tables/ceilometer-qpid.xml:65(replaceable) ./doc/common/tables/cinder-datera.xml:29(replaceable) ./doc/common/tables/cinder-drbd.xml:21(replaceable) ./doc/common/tables/heat-database.xml:49(replaceable) ./doc/common/tables/heat-database.xml:69(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:93(replaceable) ./doc/common/tables/keystone-database.xml:49(replaceable) ./doc/common/tables/keystone-database.xml:69(replaceable) ./doc/common/tables/cinder-conf-changes.xml:602(td) +#: ./doc/common/tables/ceilometer-database.xml:64(replaceable) ./doc/common/tables/ceilometer-database.xml:100(replaceable) ./doc/common/tables/cinder-qpid.xml:53(replaceable) ./doc/common/tables/cinder-qpid.xml:65(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:20(replaceable) ./doc/common/tables/ceilometer-common.xml:33(replaceable) ./doc/common/tables/cinder-database.xml:56(replaceable) ./doc/common/tables/cinder-database.xml:76(replaceable) ./doc/common/tables/sahara-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:93(replaceable) ./doc/common/tables/trove-qpid.xml:53(replaceable) ./doc/common/tables/trove-qpid.xml:65(replaceable) ./doc/common/tables/cinder-xio.xml:33(replaceable) ./doc/common/tables/cinder-xio.xml:37(replaceable) ./doc/common/tables/cinder-xio.xml:41(replaceable) ./doc/common/tables/nova-ironic.xml:53(replaceable) ./doc/common/tables/glance-database.xml:49(replaceable) ./doc/common/tables/glance-database.xml:69(replaceable) ./doc/common/tables/nova-xen.xml:207(replaceable) ./doc/common/tables/nova-rabbitmq.xml:93(replaceable) ./doc/common/tables/sahara-database.xml:56(replaceable) ./doc/common/tables/sahara-database.xml:76(replaceable) ./doc/common/tables/heat-qpid.xml:53(replaceable) ./doc/common/tables/heat-qpid.xml:65(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:93(replaceable) ./doc/common/tables/nova-scheduler.xml:101(replaceable) ./doc/common/tables/heat-conf-changes.xml:346(td) ./doc/common/tables/heat-cfn_api.xml:21(replaceable) ./doc/common/tables/nova-zeromq.xml:25(replaceable) ./doc/common/tables/heat-zeromq.xml:25(replaceable) ./doc/common/tables/glance-rabbitmq.xml:93(replaceable) ./doc/common/tables/cinder-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-disk_partitioner.xml:21(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:24(replaceable) ./doc/common/tables/heat-rabbitmq.xml:93(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:25(replaceable) ./doc/common/tables/trove-rabbitmq.xml:93(replaceable) ./doc/common/tables/ironic-ilo.xml:33(replaceable) ./doc/common/tables/ceilometer-api.xml:25(replaceable) ./doc/common/tables/nova-cells.xml:49(replaceable) ./doc/common/tables/neutron-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-qpid.xml:53(replaceable) ./doc/common/tables/ironic-qpid.xml:65(replaceable) ./doc/common/tables/neutron-database.xml:49(replaceable) ./doc/common/tables/neutron-database.xml:69(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:93(replaceable) ./doc/common/tables/keystone-zeromq.xml:25(replaceable) ./doc/common/tables/glance-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-database.xml:49(replaceable) ./doc/common/tables/ironic-database.xml:69(replaceable) ./doc/common/tables/trove-db_mongodb.xml:57(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:20(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:20(replaceable) ./doc/common/tables/nova-network.xml:201(replaceable) ./doc/common/tables/ceilometer-collector.xml:21(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:28(replaceable) ./doc/common/tables/nova-qpid.xml:53(replaceable) ./doc/common/tables/nova-qpid.xml:65(replaceable) ./doc/common/tables/glance-qpid.xml:53(replaceable) ./doc/common/tables/glance-qpid.xml:65(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:93(replaceable) ./doc/common/tables/swift-conf-changes.xml:293(td) ./doc/common/tables/swift-object-server-object-auditor.xml:24(replaceable) ./doc/common/tables/trove-zeromq.xml:25(replaceable) ./doc/common/tables/cinder-backups_swift.xml:25(replaceable) ./doc/common/tables/ironic-common.xml:41(replaceable) ./doc/common/tables/ironic-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-conductor.xml:65(replaceable) ./doc/common/tables/sahara-qpid.xml:53(replaceable) ./doc/common/tables/sahara-qpid.xml:65(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:41(replaceable) ./doc/common/tables/cinder-images.xml:37(replaceable) ./doc/common/tables/nova-database.xml:107(replaceable) ./doc/common/tables/nova-database.xml:127(replaceable) ./doc/common/tables/ironic-console.xml:21(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:24(replaceable) ./doc/common/tables/neutron-qpid.xml:53(replaceable) ./doc/common/tables/neutron-qpid.xml:65(replaceable) ./doc/common/tables/cinder-san.xml:65(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:20(replaceable) ./doc/common/tables/glance-common.xml:73(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:93(replaceable) ./doc/common/tables/neutron-nsx.xml:107(replaceable) ./doc/common/tables/neutron-common.xml:89(replaceable) ./doc/common/tables/keystone-qpid.xml:53(replaceable) ./doc/common/tables/keystone-qpid.xml:65(replaceable) ./doc/common/tables/ceilometer-qpid.xml:53(replaceable) ./doc/common/tables/ceilometer-qpid.xml:65(replaceable) ./doc/common/tables/cinder-datera.xml:29(replaceable) ./doc/common/tables/cinder-drbd.xml:21(replaceable) ./doc/common/tables/heat-database.xml:49(replaceable) ./doc/common/tables/heat-database.xml:69(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:93(replaceable) ./doc/common/tables/keystone-database.xml:49(replaceable) ./doc/common/tables/keystone-database.xml:69(replaceable) ./doc/common/tables/cinder-conf-changes.xml:602(td) msgid "1" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:69(td) ./doc/common/tables/cinder-database.xml:57(td) ./doc/common/tables/glance-database.xml:50(td) ./doc/common/tables/sahara-database.xml:57(td) ./doc/common/tables/glance-conf-changes.xml:149(td) ./doc/common/tables/neutron-database.xml:50(td) ./doc/common/tables/nova-conf-changes.xml:229(td) ./doc/common/tables/ironic-database.xml:50(td) ./doc/common/tables/nova-database.xml:108(td) ./doc/common/tables/heat-database.xml:50(td) +#: ./doc/common/tables/ceilometer-database.xml:65(td) ./doc/common/tables/cinder-database.xml:57(td) ./doc/common/tables/glance-database.xml:50(td) ./doc/common/tables/sahara-database.xml:57(td) ./doc/common/tables/glance-conf-changes.xml:149(td) ./doc/common/tables/neutron-database.xml:50(td) ./doc/common/tables/nova-conf-changes.xml:229(td) ./doc/common/tables/ironic-database.xml:50(td) ./doc/common/tables/nova-database.xml:108(td) ./doc/common/tables/heat-database.xml:50(td) msgid "(IntOpt) Seconds between retries of a database transaction." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:73(td) ./doc/common/tables/ceilometer-conf-changes.xml:73(td) +#: ./doc/common/tables/ceilometer-database.xml:69(td) ./doc/common/tables/ceilometer-conf-changes.xml:73(td) msgid "(StrOpt) The connection string used to connect to the event database. (if unset, connection is used)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:77(td) ./doc/common/tables/ceilometer-conf-changes.xml:77(td) +#: ./doc/common/tables/ceilometer-database.xml:72(replaceable) ./doc/common/tables/ceilometer-database.xml:96(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:21(replaceable) ./doc/common/tables/keystone-ldap.xml:109(replaceable) ./doc/common/tables/nova-conductor.xml:21(replaceable) ./doc/common/tables/neutron-quotas.xml:28(replaceable) ./doc/common/tables/neutron-quotas.xml:40(replaceable) ./doc/common/tables/neutron-quotas.xml:48(replaceable) ./doc/common/tables/nova-network.xml:69(replaceable) ./doc/common/tables/nova-quota.xml:37(replaceable) ./doc/common/tables/neutron-nsx.xml:84(replaceable) ./doc/common/tables/neutron-api.xml:53(replaceable) +msgid "-1" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml:73(td) ./doc/common/tables/ceilometer-conf-changes.xml:77(td) msgid "(IntOpt) Number of seconds that events are kept in the database for (<= 0 means forever)." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:80(replaceable) ./doc/common/tables/cinder-database.xml:60(replaceable) ./doc/common/tables/glance-database.xml:53(replaceable) ./doc/common/tables/nova-xen.xml:215(replaceable) ./doc/common/tables/sahara-database.xml:60(replaceable) ./doc/common/tables/nova-ldap.xml:49(replaceable) ./doc/common/tables/nova-compute.xml:141(replaceable) ./doc/common/tables/nova-cells.xml:53(replaceable) ./doc/common/tables/heat-api.xml:73(replaceable) ./doc/common/tables/neutron-database.xml:53(replaceable) ./doc/common/tables/keystone-revoke.xml:21(replaceable) ./doc/common/tables/cinder-api.xml:29(replaceable) ./doc/common/tables/keystone-saml.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:53(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:52(replaceable) ./doc/common/tables/trove-database.xml:32(replaceable) ./doc/common/tables/nova-database.xml:40(replaceable) ./doc/common/tables/nova-database.xml:111(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:32(replaceable) ./doc/common/tables/keystone-token.xml:45(replaceable) ./doc/common/tables/heat-database.xml:53(replaceable) ./doc/common/tables/keystone-database.xml:53(replaceable) ./doc/common/tables/nova-libvirt.xml:40(replaceable) ./doc/common/tables/nova-libvirt.xml:128(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:76(replaceable) ./doc/common/tables/cinder-database.xml:60(replaceable) ./doc/common/tables/glance-database.xml:53(replaceable) ./doc/common/tables/nova-xen.xml:215(replaceable) ./doc/common/tables/sahara-database.xml:60(replaceable) ./doc/common/tables/nova-ldap.xml:49(replaceable) ./doc/common/tables/nova-compute.xml:141(replaceable) ./doc/common/tables/nova-cells.xml:53(replaceable) ./doc/common/tables/heat-api.xml:73(replaceable) ./doc/common/tables/neutron-database.xml:53(replaceable) ./doc/common/tables/keystone-revoke.xml:21(replaceable) ./doc/common/tables/cinder-api.xml:29(replaceable) ./doc/common/tables/keystone-saml.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:53(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:52(replaceable) ./doc/common/tables/trove-database.xml:32(replaceable) ./doc/common/tables/nova-database.xml:40(replaceable) ./doc/common/tables/nova-database.xml:111(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:32(replaceable) ./doc/common/tables/keystone-token.xml:45(replaceable) ./doc/common/tables/heat-database.xml:53(replaceable) ./doc/common/tables/keystone-database.xml:53(replaceable) ./doc/common/tables/nova-libvirt.xml:40(replaceable) ./doc/common/tables/nova-libvirt.xml:128(replaceable) msgid "3600" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:81(td) ./doc/common/tables/cinder-database.xml:61(td) ./doc/common/tables/glance-database.xml:54(td) ./doc/common/tables/sahara-database.xml:61(td) ./doc/common/tables/glance-conf-changes.xml:153(td) ./doc/common/tables/neutron-database.xml:54(td) ./doc/common/tables/nova-conf-changes.xml:113(td) ./doc/common/tables/nova-conf-changes.xml:233(td) ./doc/common/tables/ironic-database.xml:54(td) ./doc/common/tables/nova-database.xml:41(td) ./doc/common/tables/nova-database.xml:112(td) ./doc/common/tables/heat-database.xml:54(td) ./doc/common/tables/keystone-database.xml:54(td) +#: ./doc/common/tables/ceilometer-database.xml:77(td) ./doc/common/tables/cinder-database.xml:61(td) ./doc/common/tables/glance-database.xml:54(td) ./doc/common/tables/sahara-database.xml:61(td) ./doc/common/tables/glance-conf-changes.xml:153(td) ./doc/common/tables/neutron-database.xml:54(td) ./doc/common/tables/nova-conf-changes.xml:113(td) ./doc/common/tables/nova-conf-changes.xml:233(td) ./doc/common/tables/ironic-database.xml:54(td) ./doc/common/tables/nova-database.xml:41(td) ./doc/common/tables/nova-database.xml:112(td) ./doc/common/tables/heat-database.xml:54(td) ./doc/common/tables/keystone-database.xml:54(td) msgid "(IntOpt) Timeout before idle SQL connections are reaped." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:85(td) ./doc/common/tables/cinder-database.xml:65(td) ./doc/common/tables/glance-database.xml:58(td) ./doc/common/tables/sahara-database.xml:65(td) ./doc/common/tables/glance-conf-changes.xml:157(td) ./doc/common/tables/neutron-database.xml:58(td) ./doc/common/tables/nova-conf-changes.xml:117(td) ./doc/common/tables/nova-conf-changes.xml:237(td) ./doc/common/tables/ironic-database.xml:58(td) ./doc/common/tables/nova-database.xml:45(td) ./doc/common/tables/nova-database.xml:116(td) ./doc/common/tables/heat-database.xml:58(td) ./doc/common/tables/keystone-database.xml:58(td) +#: ./doc/common/tables/ceilometer-database.xml:81(td) ./doc/common/tables/cinder-database.xml:65(td) ./doc/common/tables/glance-database.xml:58(td) ./doc/common/tables/sahara-database.xml:65(td) ./doc/common/tables/glance-conf-changes.xml:157(td) ./doc/common/tables/neutron-database.xml:58(td) ./doc/common/tables/nova-conf-changes.xml:117(td) ./doc/common/tables/nova-conf-changes.xml:237(td) ./doc/common/tables/ironic-database.xml:58(td) ./doc/common/tables/nova-database.xml:45(td) ./doc/common/tables/nova-database.xml:116(td) ./doc/common/tables/heat-database.xml:58(td) ./doc/common/tables/keystone-database.xml:58(td) msgid "(IntOpt) If set, use this value for max_overflow with SQLAlchemy." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:89(td) ./doc/common/tables/cinder-database.xml:69(td) ./doc/common/tables/glance-database.xml:62(td) ./doc/common/tables/sahara-database.xml:69(td) ./doc/common/tables/glance-conf-changes.xml:161(td) ./doc/common/tables/neutron-database.xml:62(td) ./doc/common/tables/nova-conf-changes.xml:121(td) ./doc/common/tables/nova-conf-changes.xml:241(td) ./doc/common/tables/ironic-database.xml:62(td) ./doc/common/tables/nova-database.xml:49(td) ./doc/common/tables/nova-database.xml:120(td) ./doc/common/tables/heat-database.xml:62(td) ./doc/common/tables/keystone-database.xml:62(td) +#: ./doc/common/tables/ceilometer-database.xml:85(td) ./doc/common/tables/cinder-database.xml:69(td) ./doc/common/tables/glance-database.xml:62(td) ./doc/common/tables/sahara-database.xml:69(td) ./doc/common/tables/glance-conf-changes.xml:161(td) ./doc/common/tables/neutron-database.xml:62(td) ./doc/common/tables/nova-conf-changes.xml:121(td) ./doc/common/tables/nova-conf-changes.xml:241(td) ./doc/common/tables/ironic-database.xml:62(td) ./doc/common/tables/nova-database.xml:49(td) ./doc/common/tables/nova-database.xml:120(td) ./doc/common/tables/heat-database.xml:62(td) ./doc/common/tables/keystone-database.xml:62(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:93(td) ./doc/common/tables/cinder-database.xml:73(td) ./doc/common/tables/glance-database.xml:66(td) ./doc/common/tables/sahara-database.xml:73(td) ./doc/common/tables/glance-conf-changes.xml:165(td) ./doc/common/tables/neutron-database.xml:66(td) ./doc/common/tables/nova-conf-changes.xml:125(td) ./doc/common/tables/nova-conf-changes.xml:245(td) ./doc/common/tables/ironic-database.xml:66(td) ./doc/common/tables/nova-database.xml:53(td) ./doc/common/tables/nova-database.xml:124(td) ./doc/common/tables/heat-database.xml:66(td) ./doc/common/tables/keystone-database.xml:66(td) +#: ./doc/common/tables/ceilometer-database.xml:89(td) ./doc/common/tables/cinder-database.xml:73(td) ./doc/common/tables/glance-database.xml:66(td) ./doc/common/tables/sahara-database.xml:73(td) ./doc/common/tables/glance-conf-changes.xml:165(td) ./doc/common/tables/neutron-database.xml:66(td) ./doc/common/tables/nova-conf-changes.xml:125(td) ./doc/common/tables/nova-conf-changes.xml:245(td) ./doc/common/tables/ironic-database.xml:66(td) ./doc/common/tables/nova-database.xml:53(td) ./doc/common/tables/nova-database.xml:124(td) ./doc/common/tables/heat-database.xml:66(td) ./doc/common/tables/keystone-database.xml:66(td) msgid "(IntOpt) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:97(td) +#: ./doc/common/tables/ceilometer-database.xml:93(td) msgid "(StrOpt) The connection string used to connect to the metering database. (if unset, connection is used)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:101(td) ./doc/common/tables/ceilometer-conf-changes.xml:81(td) +#: ./doc/common/tables/ceilometer-database.xml:97(td) ./doc/common/tables/ceilometer-conf-changes.xml:81(td) msgid "(IntOpt) Number of seconds that samples are kept in the database for (<= 0 means forever)." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:105(td) ./doc/common/tables/cinder-database.xml:77(td) ./doc/common/tables/glance-database.xml:70(td) ./doc/common/tables/sahara-database.xml:77(td) ./doc/common/tables/glance-conf-changes.xml:169(td) ./doc/common/tables/neutron-database.xml:70(td) ./doc/common/tables/nova-conf-changes.xml:249(td) ./doc/common/tables/ironic-database.xml:70(td) ./doc/common/tables/nova-database.xml:128(td) ./doc/common/tables/heat-database.xml:70(td) ./doc/common/tables/keystone-database.xml:70(td) +#: ./doc/common/tables/ceilometer-database.xml:101(td) ./doc/common/tables/cinder-database.xml:77(td) ./doc/common/tables/glance-database.xml:70(td) ./doc/common/tables/sahara-database.xml:77(td) ./doc/common/tables/glance-conf-changes.xml:169(td) ./doc/common/tables/neutron-database.xml:70(td) ./doc/common/tables/nova-conf-changes.xml:249(td) ./doc/common/tables/ironic-database.xml:70(td) ./doc/common/tables/nova-database.xml:128(td) ./doc/common/tables/heat-database.xml:70(td) ./doc/common/tables/keystone-database.xml:70(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:108(td) ./doc/common/tables/neutron-openvswitch_agent.xml:68(td) ./doc/common/tables/neutron-openvswitch_agent.xml:90(td) ./doc/common/tables/neutron-rpc.xml:94(td) ./doc/common/tables/neutron-rpc.xml:98(td) ./doc/common/tables/neutron-rpc.xml:102(td) ./doc/common/tables/neutron-rpc.xml:137(td) ./doc/common/tables/neutron-rpc.xml:153(td) ./doc/common/tables/neutron-rpc.xml:165(td) ./doc/common/tables/neutron-rpc.xml:200(td) ./doc/common/tables/neutron-rpc.xml:204(td) ./doc/common/tables/neutron-rpc.xml:208(td) ./doc/common/tables/neutron-rpc.xml:212(td) ./doc/common/tables/trove-db_percona.xml:69(td) ./doc/common/tables/glance-auth_token.xml:37(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:48(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:113(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:127(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:153(td) ./doc/common/tables/cinder-qpid.xml:41(td) ./doc/common/tables/cinder-qpid.xml:57(td) ./doc/common/tables/cinder-qpid.xml:69(td) ./doc/common/tables/cinder-zoning_fabric.xml:21(td) ./doc/common/tables/cinder-zoning_fabric.xml:25(td) ./doc/common/tables/cinder-zoning_fabric.xml:33(td) ./doc/common/tables/cinder-storage_ceph.xml:25(td) ./doc/common/tables/ceilometer-vmware.xml:25(td) ./doc/common/tables/ceilometer-vmware.xml:29(td) ./doc/common/tables/ceilometer-vmware.xml:37(td) ./doc/common/tables/neutron-cisco.xml:52(td) ./doc/common/tables/cinder-hp3par.xml:21(td) ./doc/common/tables/cinder-hp3par.xml:29(td) ./doc/common/tables/cinder-hp3par.xml:41(td) ./doc/common/tables/cinder-hp3par.xml:45(td) ./doc/common/tables/cinder-hp3par.xml:49(td) ./doc/common/tables/cinder-hp3par.xml:53(td) ./doc/common/tables/cinder-hp3par.xml:57(td) ./doc/common/tables/ironic-rabbitmq.xml:25(td) ./doc/common/tables/ironic-rabbitmq.xml:29(td) ./doc/common/tables/ironic-rabbitmq.xml:33(td) ./doc/common/tables/ironic-rabbitmq.xml:37(td) ./doc/common/tables/trove-qpid.xml:33(td) ./doc/common/tables/trove-qpid.xml:49(td) ./doc/common/tables/trove-qpid.xml:61(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:21(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:25(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:33(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:29(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:24(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:49(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:63(td) ./doc/common/tables/glance-rpc.xml:87(td) ./doc/common/tables/glance-rpc.xml:91(td) ./doc/common/tables/glance-rpc.xml:95(td) ./doc/common/tables/glance-rpc.xml:130(td) ./doc/common/tables/glance-rpc.xml:146(td) ./doc/common/tables/glance-rpc.xml:158(td) ./doc/common/tables/glance-rpc.xml:193(td) ./doc/common/tables/glance-rpc.xml:197(td) ./doc/common/tables/glance-rpc.xml:201(td) ./doc/common/tables/glance-rpc.xml:205(td) ./doc/common/tables/heat-clients_heat.xml:41(td) ./doc/common/tables/ceilometer-auth_token.xml:37(td) ./doc/common/tables/nova-rabbitmq.xml:25(td) ./doc/common/tables/nova-rabbitmq.xml:29(td) ./doc/common/tables/nova-rabbitmq.xml:33(td) ./doc/common/tables/nova-rabbitmq.xml:37(td) ./doc/common/tables/neutron-ml2_cisco.xml:99(td) ./doc/common/tables/neutron-ml2_cisco.xml:103(td) ./doc/common/tables/neutron-ml2_cisco.xml:143(td) ./doc/common/tables/nova-policy.xml:41(td) ./doc/common/tables/ceilometer-inspector.xml:29(td) ./doc/common/tables/cinder-scheduler.xml:45(td) ./doc/common/tables/trove-db_cassandra.xml:53(td) ./doc/common/tables/heat-qpid.xml:33(td) ./doc/common/tables/heat-qpid.xml:49(td) ./doc/common/tables/heat-qpid.xml:61(td) ./doc/common/tables/cinder-rabbitmq.xml:45(td) ./doc/common/tables/cinder-rabbitmq.xml:49(td) ./doc/common/tables/cinder-rabbitmq.xml:53(td) ./doc/common/tables/cinder-rabbitmq.xml:57(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:21(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:33(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:37(td) ./doc/common/tables/neutron-auth_token.xml:37(td) ./doc/common/tables/ironic-ca.xml:21(td) ./doc/common/tables/ironic-ca.xml:25(td) ./doc/common/tables/ironic-ca.xml:29(td) ./doc/common/tables/ceilometer-auth.xml:45(td) ./doc/common/tables/ironic-rpc.xml:83(td) ./doc/common/tables/ironic-rpc.xml:87(td) ./doc/common/tables/ironic-rpc.xml:91(td) ./doc/common/tables/ironic-rpc.xml:126(td) ./doc/common/tables/ironic-rpc.xml:142(td) ./doc/common/tables/ironic-rpc.xml:154(td) ./doc/common/tables/ironic-rpc.xml:189(td) ./doc/common/tables/ironic-rpc.xml:193(td) ./doc/common/tables/ironic-rpc.xml:197(td) ./doc/common/tables/ironic-rpc.xml:201(td) ./doc/common/tables/neutron-sdnve.xml:45(td) ./doc/common/tables/nova-compute.xml:33(td) ./doc/common/tables/nova-scheduler.xml:45(td) ./doc/common/tables/nova-scheduler.xml:49(td) ./doc/common/tables/nova-scheduler.xml:109(td) ./doc/common/tables/nova-scheduler.xml:175(td) ./doc/common/tables/neutron-vmware.xml:36(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:20(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:40(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:60(td) ./doc/common/tables/nova-volumes.xml:126(td) ./doc/common/tables/nova-volumes.xml:146(td) ./doc/common/tables/trove-db_mysql.xml:61(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:21(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:28(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:107(td) ./doc/common/tables/neutron-l3_agent.xml:45(td) ./doc/common/tables/neutron-l3_agent.xml:69(td) ./doc/common/tables/neutron-l3_agent.xml:89(td) ./doc/common/tables/nova-neutron.xml:88(td) ./doc/common/tables/keystone-ldap.xml:49(td) ./doc/common/tables/keystone-ldap.xml:65(td) ./doc/common/tables/keystone-ldap.xml:125(td) ./doc/common/tables/keystone-ldap.xml:141(td) ./doc/common/tables/keystone-ldap.xml:193(td) ./doc/common/tables/keystone-ldap.xml:209(td) ./doc/common/tables/keystone-ldap.xml:277(td) ./doc/common/tables/trove-db_postgresql.xml:61(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:20(td) ./doc/common/tables/nova-vpn.xml:25(td) ./doc/common/tables/trove-common.xml:33(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:20(td) ./doc/common/tables/ironic-auth_token.xml:37(td) ./doc/common/tables/heat-rabbitmq.xml:25(td) ./doc/common/tables/heat-rabbitmq.xml:29(td) ./doc/common/tables/heat-rabbitmq.xml:33(td) ./doc/common/tables/heat-rabbitmq.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:54(td) ./doc/common/tables/keystone-rpc.xml:72(td) ./doc/common/tables/keystone-rpc.xml:76(td) ./doc/common/tables/keystone-rpc.xml:80(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:105(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:119(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:31(td) ./doc/common/tables/cinder-emc.xml:45(td) ./doc/common/tables/cinder-emc.xml:53(td) ./doc/common/tables/cinder-emc.xml:69(td) ./doc/common/tables/neutron-ml2_flat.xml:21(td) ./doc/common/tables/heat-metadata_api.xml:21(td) ./doc/common/tables/trove-rabbitmq.xml:25(td) ./doc/common/tables/trove-rabbitmq.xml:29(td) ./doc/common/tables/trove-rabbitmq.xml:33(td) ./doc/common/tables/trove-rabbitmq.xml:37(td) ./doc/common/tables/ironic-glance.xml:21(td) ./doc/common/tables/glance-api.xml:29(td) ./doc/common/tables/glance-api.xml:126(td) ./doc/common/tables/heat-waitcondition_api.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:32(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:54(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:66(td) ./doc/common/tables/sahara-auth_token.xml:37(td) ./doc/common/tables/ceilometer-api.xml:37(td) ./doc/common/tables/trove-dns.xml:21(td) ./doc/common/tables/trove-dns.xml:25(td) ./doc/common/tables/trove-dns.xml:29(td) ./doc/common/tables/trove-dns.xml:33(td) ./doc/common/tables/trove-dns.xml:45(td) ./doc/common/tables/trove-dns.xml:53(td) ./doc/common/tables/trove-dns.xml:57(td) ./doc/common/tables/trove-dns.xml:61(td) ./doc/common/tables/trove-dns.xml:65(td) ./doc/common/tables/trove-dns.xml:77(td) ./doc/common/tables/heat-auth_token.xml:37(td) ./doc/common/tables/nova-auth_token.xml:37(td) ./doc/common/tables/heat-api.xml:33(td) ./doc/common/tables/heat-api.xml:41(td) ./doc/common/tables/heat-api.xml:45(td) ./doc/common/tables/heat-api.xml:97(td) ./doc/common/tables/heat-api.xml:104(td) ./doc/common/tables/heat-api.xml:115(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:20(td) ./doc/common/tables/neutron-ryu.xml:21(td) ./doc/common/tables/cinder-common.xml:21(td) ./doc/common/tables/cinder-common.xml:25(td) ./doc/common/tables/cinder-common.xml:77(td) ./doc/common/tables/cinder-common.xml:81(td) ./doc/common/tables/cinder-common.xml:97(td) ./doc/common/tables/glance-swift.xml:48(td) ./doc/common/tables/cinder-auth_token.xml:37(td) ./doc/common/tables/ceilometer-alarm.xml:45(td) ./doc/common/tables/ceilometer-alarm.xml:49(td) ./doc/common/tables/ironic-qpid.xml:33(td) ./doc/common/tables/ironic-qpid.xml:49(td) ./doc/common/tables/ironic-qpid.xml:61(td) ./doc/common/tables/cinder-xiv.xml:21(td) ./doc/common/tables/cinder-xiv.xml:25(td) ./doc/common/tables/cinder-xiv.xml:33(td) ./doc/common/tables/neutron-sriov.xml:21(td) ./doc/common/tables/neutron-sriov.xml:25(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:21(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:25(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:29(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:33(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:37(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:41(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:45(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:49(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:53(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:57(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:61(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:65(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:69(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:73(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:77(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:81(td) ./doc/common/tables/nova-glance.xml:28(td) ./doc/common/tables/nova-glance.xml:59(td) ./doc/common/tables/keystone-auth_token.xml:37(td) ./doc/common/tables/sahara-common.xml:77(td) ./doc/common/tables/sahara-common.xml:117(td) ./doc/common/tables/cinder-api.xml:69(td) ./doc/common/tables/trove-db_couchbase.xml:57(td) ./doc/common/tables/trove-db_couchbase.xml:104(td) ./doc/common/tables/cinder-zfssa-nfs.xml:29(td) ./doc/common/tables/cinder-zfssa-nfs.xml:33(td) ./doc/common/tables/neutron-nuage.xml:21(td) ./doc/common/tables/keystone-rabbitmq.xml:45(td) ./doc/common/tables/keystone-rabbitmq.xml:49(td) ./doc/common/tables/keystone-rabbitmq.xml:53(td) ./doc/common/tables/keystone-rabbitmq.xml:57(td) ./doc/common/tables/neutron-bigswitch.xml:21(td) ./doc/common/tables/neutron-bigswitch.xml:25(td) ./doc/common/tables/neutron-bigswitch.xml:29(td) ./doc/common/tables/neutron-bigswitch.xml:33(td) ./doc/common/tables/neutron-bigswitch.xml:37(td) ./doc/common/tables/neutron-bigswitch.xml:41(td) ./doc/common/tables/neutron-bigswitch.xml:45(td) ./doc/common/tables/neutron-bigswitch.xml:49(td) ./doc/common/tables/neutron-bigswitch.xml:53(td) ./doc/common/tables/neutron-bigswitch.xml:57(td) ./doc/common/tables/neutron-bigswitch.xml:61(td) ./doc/common/tables/neutron-bigswitch.xml:65(td) ./doc/common/tables/neutron-bigswitch.xml:69(td) ./doc/common/tables/neutron-bigswitch.xml:73(td) ./doc/common/tables/neutron-bigswitch.xml:77(td) ./doc/common/tables/neutron-bigswitch.xml:81(td) ./doc/common/tables/ceilometer-rpc.xml:83(td) ./doc/common/tables/ceilometer-rpc.xml:87(td) ./doc/common/tables/ceilometer-rpc.xml:91(td) ./doc/common/tables/trove-db_mongodb.xml:77(td) ./doc/common/tables/trove-rpc.xml:80(td) ./doc/common/tables/trove-rpc.xml:84(td) ./doc/common/tables/trove-rpc.xml:88(td) ./doc/common/tables/trove-rpc.xml:123(td) ./doc/common/tables/trove-rpc.xml:139(td) ./doc/common/tables/trove-rpc.xml:151(td) ./doc/common/tables/trove-rpc.xml:186(td) ./doc/common/tables/trove-rpc.xml:190(td) ./doc/common/tables/trove-rpc.xml:194(td) ./doc/common/tables/trove-rpc.xml:198(td) ./doc/common/tables/nova-network.xml:73(td) ./doc/common/tables/nova-network.xml:133(td) ./doc/common/tables/nova-network.xml:141(td) ./doc/common/tables/nova-network.xml:149(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:21(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:33(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:41(td) ./doc/common/tables/neutron-l3_arista.xml:29(td) ./doc/common/tables/neutron-l3_arista.xml:33(td) ./doc/common/tables/neutron-l3_arista.xml:37(td) ./doc/common/tables/neutron-l3_arista.xml:41(td) ./doc/common/tables/neutron-dhcp_agent.xml:25(td) ./doc/common/tables/neutron-ml2_gre.xml:21(td) ./doc/common/tables/nova-qpid.xml:33(td) ./doc/common/tables/nova-qpid.xml:49(td) ./doc/common/tables/nova-qpid.xml:61(td) ./doc/common/tables/sahara-rpc.xml:72(td) ./doc/common/tables/sahara-rpc.xml:76(td) ./doc/common/tables/sahara-rpc.xml:80(td) ./doc/common/tables/sahara-rpc.xml:115(td) ./doc/common/tables/sahara-rpc.xml:131(td) ./doc/common/tables/sahara-rpc.xml:143(td) ./doc/common/tables/sahara-rpc.xml:178(td) ./doc/common/tables/sahara-rpc.xml:182(td) ./doc/common/tables/sahara-rpc.xml:186(td) ./doc/common/tables/sahara-rpc.xml:190(td) ./doc/common/tables/glance-amqp.xml:29(td) ./doc/common/tables/glance-replicator.xml:37(td) ./doc/common/tables/glance-replicator.xml:45(td) ./doc/common/tables/glance-replicator.xml:49(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:24(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:53(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:67(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:21(td) ./doc/common/tables/sahara-rabbitmq.xml:25(td) ./doc/common/tables/sahara-rabbitmq.xml:29(td) ./doc/common/tables/sahara-rabbitmq.xml:33(td) ./doc/common/tables/sahara-rabbitmq.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:54(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:66(td) ./doc/common/tables/trove-db_redis.xml:53(td) ./doc/common/tables/trove-db_db2.xml:61(td) ./doc/common/tables/cinder-rpc.xml:87(td) ./doc/common/tables/cinder-rpc.xml:91(td) ./doc/common/tables/cinder-rpc.xml:95(td) ./doc/common/tables/nova-apiv3.xml:25(td) ./doc/common/tables/nova-apiv3.xml:29(td) ./doc/common/tables/neutron-ml2_vlan.xml:21(td) ./doc/common/tables/swift-object-server-object-auditor.xml:56(td) ./doc/common/tables/neutron-hyperv_agent.xml:33(td) ./doc/common/tables/keystone-federation.xml:21(td) ./doc/common/tables/nova-ec2.xml:85(td) ./doc/common/tables/cinder-block-device.xml:21(td) ./doc/common/tables/neutron-metadata.xml:37(td) ./doc/common/tables/neutron-metadata.xml:41(td) ./doc/common/tables/neutron-metadata.xml:53(td) ./doc/common/tables/sahara-qpid.xml:33(td) ./doc/common/tables/sahara-qpid.xml:49(td) ./doc/common/tables/sahara-qpid.xml:61(td) ./doc/common/tables/neutron-ml2_arista.xml:21(td) ./doc/common/tables/neutron-ml2_arista.xml:25(td) ./doc/common/tables/neutron-ml2_arista.xml:29(td) ./doc/common/tables/neutron-compute.xml:49(td) ./doc/common/tables/neutron-compute.xml:53(td) ./doc/common/tables/neutron-ml2_brocade.xml:21(td) ./doc/common/tables/neutron-ml2_brocade.xml:37(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:24(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:49(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:63(td) ./doc/common/tables/cinder-nas.xml:21(td) ./doc/common/tables/cinder-nas.xml:33(td) ./doc/common/tables/cinder-nas.xml:37(td) ./doc/common/tables/cinder-nas.xml:49(td) ./doc/common/tables/neutron-brocade.xml:28(td) ./doc/common/tables/neutron-brocade.xml:36(td) ./doc/common/tables/neutron-brocade.xml:40(td) ./doc/common/tables/heat-rpc.xml:76(td) ./doc/common/tables/heat-rpc.xml:80(td) ./doc/common/tables/heat-rpc.xml:84(td) ./doc/common/tables/heat-rpc.xml:119(td) ./doc/common/tables/heat-rpc.xml:135(td) ./doc/common/tables/heat-rpc.xml:147(td) ./doc/common/tables/heat-rpc.xml:182(td) ./doc/common/tables/heat-rpc.xml:186(td) ./doc/common/tables/heat-rpc.xml:190(td) ./doc/common/tables/heat-rpc.xml:194(td) ./doc/common/tables/heat-cloudwatch_api.xml:25(td) ./doc/common/tables/cinder-images.xml:21(td) ./doc/common/tables/neutron-qpid.xml:33(td) ./doc/common/tables/neutron-qpid.xml:49(td) ./doc/common/tables/neutron-qpid.xml:61(td) ./doc/common/tables/nova-rpc.xml:90(td) ./doc/common/tables/nova-rpc.xml:94(td) ./doc/common/tables/nova-rpc.xml:98(td) ./doc/common/tables/nova-rpc.xml:133(td) ./doc/common/tables/nova-rpc.xml:149(td) ./doc/common/tables/nova-rpc.xml:161(td) ./doc/common/tables/nova-rpc.xml:196(td) ./doc/common/tables/nova-rpc.xml:200(td) ./doc/common/tables/nova-rpc.xml:204(td) ./doc/common/tables/nova-rpc.xml:208(td) ./doc/common/tables/cinder-san.xml:21(td) ./doc/common/tables/cinder-san.xml:25(td) ./doc/common/tables/cinder-san.xml:37(td) ./doc/common/tables/cinder-san.xml:41(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:21(td) ./doc/common/tables/neutron-nec.xml:49(td) ./doc/common/tables/neutron-nec.xml:79(td) ./doc/common/tables/nova-api.xml:41(td) ./doc/common/tables/nova-api.xml:65(td) ./doc/common/tables/neutron-ml2_mlnx.xml:29(td) ./doc/common/tables/trove-auth_token.xml:37(td) ./doc/common/tables/glance-common.xml:161(td) ./doc/common/tables/neutron-ml2_vxlan.xml:21(td) ./doc/common/tables/neutron-ml2_vxlan.xml:25(td) ./doc/common/tables/neutron-ml2_vxlan.xml:32(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:103(td) ./doc/common/tables/trove-nova.xml:21(td) ./doc/common/tables/trove-nova.xml:25(td) ./doc/common/tables/trove-nova.xml:29(td) ./doc/common/tables/neutron-meta.xml:21(td) ./doc/common/tables/neutron-meta.xml:25(td) ./doc/common/tables/neutron-meta.xml:29(td) ./doc/common/tables/neutron-meta.xml:33(td) ./doc/common/tables/neutron-meta.xml:37(td) ./doc/common/tables/neutron-meta.xml:41(td) ./doc/common/tables/neutron-meta.xml:45(td) ./doc/common/tables/neutron-rabbitmq.xml:25(td) ./doc/common/tables/neutron-rabbitmq.xml:29(td) ./doc/common/tables/neutron-rabbitmq.xml:33(td) ./doc/common/tables/neutron-rabbitmq.xml:37(td) ./doc/common/tables/neutron-nsx.xml:129(td) ./doc/common/tables/neutron-api.xml:33(td) ./doc/common/tables/neutron-api.xml:65(td) ./doc/common/tables/keystone-kvs.xml:21(td) ./doc/common/tables/nova-hyperv.xml:33(td) ./doc/common/tables/cinder-openvstorage.xml:21(td) ./doc/common/tables/keystone-qpid.xml:41(td) ./doc/common/tables/keystone-qpid.xml:57(td) ./doc/common/tables/keystone-qpid.xml:69(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:20(td) ./doc/common/tables/keystone-cache.xml:69(td) ./doc/common/tables/keystone-token.xml:25(td) ./doc/common/tables/ceilometer-qpid.xml:41(td) ./doc/common/tables/ceilometer-qpid.xml:57(td) ./doc/common/tables/ceilometer-qpid.xml:69(td) ./doc/common/tables/ceilometer-rabbitmq.xml:45(td) ./doc/common/tables/ceilometer-rabbitmq.xml:49(td) ./doc/common/tables/ceilometer-rabbitmq.xml:53(td) ./doc/common/tables/ceilometer-rabbitmq.xml:57(td) ./doc/common/tables/neutron-ml2.xml:21(td) ./doc/common/tables/neutron-ml2.xml:29(td) ./doc/common/tables/neutron-ml2.xml:37(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:21(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:29(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:33(td) ./doc/common/tables/nova-libvirt.xml:44(td) ./doc/common/tables/nova-libvirt.xml:56(td) ./doc/common/tables/nova-libvirt.xml:64(td) ./doc/common/tables/nova-libvirt.xml:80(td) ./doc/common/tables/nova-libvirt.xml:168(td) ./doc/common/tables/neutron-mlnx.xml:29(td) +#: ./doc/common/tables/ceilometer-database.xml:104(td) ./doc/common/tables/neutron-openvswitch_agent.xml:68(td) ./doc/common/tables/neutron-openvswitch_agent.xml:90(td) ./doc/common/tables/neutron-rpc.xml:94(td) ./doc/common/tables/neutron-rpc.xml:98(td) ./doc/common/tables/neutron-rpc.xml:102(td) ./doc/common/tables/trove-db_percona.xml:69(td) ./doc/common/tables/glance-auth_token.xml:37(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:48(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:113(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:127(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:153(td) ./doc/common/tables/cinder-qpid.xml:41(td) ./doc/common/tables/cinder-qpid.xml:57(td) ./doc/common/tables/cinder-qpid.xml:69(td) ./doc/common/tables/cinder-zoning_fabric.xml:21(td) ./doc/common/tables/cinder-zoning_fabric.xml:25(td) ./doc/common/tables/cinder-zoning_fabric.xml:33(td) ./doc/common/tables/cinder-storage_ceph.xml:25(td) ./doc/common/tables/ceilometer-vmware.xml:25(td) ./doc/common/tables/ceilometer-vmware.xml:29(td) ./doc/common/tables/ceilometer-vmware.xml:37(td) ./doc/common/tables/neutron-cisco.xml:52(td) ./doc/common/tables/cinder-hp3par.xml:21(td) ./doc/common/tables/cinder-hp3par.xml:29(td) ./doc/common/tables/cinder-hp3par.xml:41(td) ./doc/common/tables/cinder-hp3par.xml:45(td) ./doc/common/tables/cinder-hp3par.xml:49(td) ./doc/common/tables/cinder-hp3par.xml:53(td) ./doc/common/tables/cinder-hp3par.xml:57(td) ./doc/common/tables/ironic-rabbitmq.xml:45(td) ./doc/common/tables/ironic-rabbitmq.xml:49(td) ./doc/common/tables/ironic-rabbitmq.xml:53(td) ./doc/common/tables/ironic-rabbitmq.xml:57(td) ./doc/common/tables/trove-qpid.xml:41(td) ./doc/common/tables/trove-qpid.xml:57(td) ./doc/common/tables/trove-qpid.xml:69(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:21(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:25(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:33(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:29(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:24(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:49(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:63(td) ./doc/common/tables/glance-rpc.xml:87(td) ./doc/common/tables/glance-rpc.xml:91(td) ./doc/common/tables/glance-rpc.xml:95(td) ./doc/common/tables/heat-clients_heat.xml:41(td) ./doc/common/tables/ceilometer-auth_token.xml:37(td) ./doc/common/tables/nova-rabbitmq.xml:45(td) ./doc/common/tables/nova-rabbitmq.xml:49(td) ./doc/common/tables/nova-rabbitmq.xml:53(td) ./doc/common/tables/nova-rabbitmq.xml:57(td) ./doc/common/tables/neutron-ml2_cisco.xml:99(td) ./doc/common/tables/neutron-ml2_cisco.xml:103(td) ./doc/common/tables/neutron-ml2_cisco.xml:143(td) ./doc/common/tables/nova-policy.xml:41(td) ./doc/common/tables/ceilometer-inspector.xml:29(td) ./doc/common/tables/cinder-scheduler.xml:45(td) ./doc/common/tables/trove-db_cassandra.xml:53(td) ./doc/common/tables/heat-qpid.xml:41(td) ./doc/common/tables/heat-qpid.xml:57(td) ./doc/common/tables/heat-qpid.xml:69(td) ./doc/common/tables/cinder-rabbitmq.xml:45(td) ./doc/common/tables/cinder-rabbitmq.xml:49(td) ./doc/common/tables/cinder-rabbitmq.xml:53(td) ./doc/common/tables/cinder-rabbitmq.xml:57(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:21(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:33(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni_switch.xml:37(td) ./doc/common/tables/neutron-auth_token.xml:37(td) ./doc/common/tables/ceilometer-auth.xml:45(td) ./doc/common/tables/ironic-rpc.xml:83(td) ./doc/common/tables/ironic-rpc.xml:87(td) ./doc/common/tables/ironic-rpc.xml:91(td) ./doc/common/tables/neutron-sdnve.xml:45(td) ./doc/common/tables/nova-compute.xml:33(td) ./doc/common/tables/nova-scheduler.xml:45(td) ./doc/common/tables/nova-scheduler.xml:49(td) ./doc/common/tables/nova-scheduler.xml:109(td) ./doc/common/tables/nova-scheduler.xml:175(td) ./doc/common/tables/neutron-vmware.xml:36(td) ./doc/common/tables/neutron-vmware.xml:48(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:20(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:40(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:60(td) ./doc/common/tables/nova-volumes.xml:126(td) ./doc/common/tables/nova-volumes.xml:146(td) ./doc/common/tables/trove-db_mysql.xml:61(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:21(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:28(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:64(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:107(td) ./doc/common/tables/glance-rabbitmq.xml:45(td) ./doc/common/tables/glance-rabbitmq.xml:49(td) ./doc/common/tables/glance-rabbitmq.xml:53(td) ./doc/common/tables/glance-rabbitmq.xml:57(td) ./doc/common/tables/neutron-l3_agent.xml:45(td) ./doc/common/tables/neutron-l3_agent.xml:69(td) ./doc/common/tables/neutron-l3_agent.xml:89(td) ./doc/common/tables/nova-neutron.xml:88(td) ./doc/common/tables/keystone-ldap.xml:49(td) ./doc/common/tables/keystone-ldap.xml:65(td) ./doc/common/tables/keystone-ldap.xml:125(td) ./doc/common/tables/keystone-ldap.xml:141(td) ./doc/common/tables/keystone-ldap.xml:193(td) ./doc/common/tables/keystone-ldap.xml:209(td) ./doc/common/tables/keystone-ldap.xml:277(td) ./doc/common/tables/trove-db_postgresql.xml:61(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:20(td) ./doc/common/tables/nova-vpn.xml:25(td) ./doc/common/tables/trove-common.xml:33(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:20(td) ./doc/common/tables/ironic-auth_token.xml:37(td) ./doc/common/tables/heat-rabbitmq.xml:45(td) ./doc/common/tables/heat-rabbitmq.xml:49(td) ./doc/common/tables/heat-rabbitmq.xml:53(td) ./doc/common/tables/heat-rabbitmq.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:54(td) ./doc/common/tables/keystone-rpc.xml:72(td) ./doc/common/tables/keystone-rpc.xml:76(td) ./doc/common/tables/keystone-rpc.xml:80(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:76(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:105(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:119(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:31(td) ./doc/common/tables/cinder-emc.xml:45(td) ./doc/common/tables/cinder-emc.xml:53(td) ./doc/common/tables/cinder-emc.xml:69(td) ./doc/common/tables/neutron-ml2_flat.xml:21(td) ./doc/common/tables/heat-metadata_api.xml:21(td) ./doc/common/tables/trove-rabbitmq.xml:45(td) ./doc/common/tables/trove-rabbitmq.xml:49(td) ./doc/common/tables/trove-rabbitmq.xml:53(td) ./doc/common/tables/trove-rabbitmq.xml:57(td) ./doc/common/tables/ironic-glance.xml:21(td) ./doc/common/tables/glance-api.xml:29(td) ./doc/common/tables/glance-api.xml:126(td) ./doc/common/tables/heat-waitcondition_api.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:32(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:54(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:66(td) ./doc/common/tables/sahara-auth_token.xml:37(td) ./doc/common/tables/ceilometer-api.xml:37(td) ./doc/common/tables/trove-dns.xml:21(td) ./doc/common/tables/trove-dns.xml:25(td) ./doc/common/tables/trove-dns.xml:29(td) ./doc/common/tables/trove-dns.xml:33(td) ./doc/common/tables/trove-dns.xml:45(td) ./doc/common/tables/trove-dns.xml:53(td) ./doc/common/tables/trove-dns.xml:57(td) ./doc/common/tables/trove-dns.xml:61(td) ./doc/common/tables/trove-dns.xml:65(td) ./doc/common/tables/trove-dns.xml:77(td) ./doc/common/tables/heat-auth_token.xml:37(td) ./doc/common/tables/nova-auth_token.xml:37(td) ./doc/common/tables/heat-api.xml:33(td) ./doc/common/tables/heat-api.xml:41(td) ./doc/common/tables/heat-api.xml:45(td) ./doc/common/tables/heat-api.xml:97(td) ./doc/common/tables/heat-api.xml:104(td) ./doc/common/tables/heat-api.xml:115(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:20(td) ./doc/common/tables/neutron-ryu.xml:21(td) ./doc/common/tables/cinder-common.xml:21(td) ./doc/common/tables/cinder-common.xml:25(td) ./doc/common/tables/cinder-common.xml:77(td) ./doc/common/tables/cinder-common.xml:81(td) ./doc/common/tables/cinder-common.xml:97(td) ./doc/common/tables/glance-swift.xml:48(td) ./doc/common/tables/cinder-auth_token.xml:37(td) ./doc/common/tables/ceilometer-alarm.xml:45(td) ./doc/common/tables/ceilometer-alarm.xml:49(td) ./doc/common/tables/ironic-qpid.xml:41(td) ./doc/common/tables/ironic-qpid.xml:57(td) ./doc/common/tables/ironic-qpid.xml:69(td) ./doc/common/tables/cinder-xiv.xml:21(td) ./doc/common/tables/cinder-xiv.xml:25(td) ./doc/common/tables/cinder-xiv.xml:33(td) ./doc/common/tables/neutron-sriov.xml:21(td) ./doc/common/tables/neutron-sriov.xml:25(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:21(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:25(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:29(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:33(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:37(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:41(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:45(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:49(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:53(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:57(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:61(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:65(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:69(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:73(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:77(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:81(td) ./doc/common/tables/nova-glance.xml:28(td) ./doc/common/tables/nova-glance.xml:59(td) ./doc/common/tables/keystone-auth_token.xml:37(td) ./doc/common/tables/sahara-common.xml:77(td) ./doc/common/tables/sahara-common.xml:117(td) ./doc/common/tables/cinder-api.xml:69(td) ./doc/common/tables/trove-db_couchbase.xml:57(td) ./doc/common/tables/trove-db_couchbase.xml:104(td) ./doc/common/tables/cinder-zfssa-nfs.xml:29(td) ./doc/common/tables/cinder-zfssa-nfs.xml:33(td) ./doc/common/tables/neutron-nuage.xml:21(td) ./doc/common/tables/keystone-rabbitmq.xml:45(td) ./doc/common/tables/keystone-rabbitmq.xml:49(td) ./doc/common/tables/keystone-rabbitmq.xml:53(td) ./doc/common/tables/keystone-rabbitmq.xml:57(td) ./doc/common/tables/neutron-bigswitch.xml:21(td) ./doc/common/tables/neutron-bigswitch.xml:25(td) ./doc/common/tables/neutron-bigswitch.xml:29(td) ./doc/common/tables/neutron-bigswitch.xml:33(td) ./doc/common/tables/neutron-bigswitch.xml:37(td) ./doc/common/tables/neutron-bigswitch.xml:41(td) ./doc/common/tables/neutron-bigswitch.xml:45(td) ./doc/common/tables/neutron-bigswitch.xml:49(td) ./doc/common/tables/neutron-bigswitch.xml:53(td) ./doc/common/tables/neutron-bigswitch.xml:57(td) ./doc/common/tables/neutron-bigswitch.xml:61(td) ./doc/common/tables/neutron-bigswitch.xml:65(td) ./doc/common/tables/neutron-bigswitch.xml:69(td) ./doc/common/tables/neutron-bigswitch.xml:73(td) ./doc/common/tables/neutron-bigswitch.xml:77(td) ./doc/common/tables/neutron-bigswitch.xml:81(td) ./doc/common/tables/ceilometer-rpc.xml:83(td) ./doc/common/tables/ceilometer-rpc.xml:87(td) ./doc/common/tables/ceilometer-rpc.xml:91(td) ./doc/common/tables/trove-db_mongodb.xml:77(td) ./doc/common/tables/trove-rpc.xml:80(td) ./doc/common/tables/trove-rpc.xml:84(td) ./doc/common/tables/trove-rpc.xml:88(td) ./doc/common/tables/nova-network.xml:73(td) ./doc/common/tables/nova-network.xml:133(td) ./doc/common/tables/nova-network.xml:141(td) ./doc/common/tables/nova-network.xml:149(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:21(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:33(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:41(td) ./doc/common/tables/neutron-l3_arista.xml:29(td) ./doc/common/tables/neutron-l3_arista.xml:33(td) ./doc/common/tables/neutron-l3_arista.xml:37(td) ./doc/common/tables/neutron-l3_arista.xml:41(td) ./doc/common/tables/neutron-dhcp_agent.xml:25(td) ./doc/common/tables/neutron-ml2_gre.xml:21(td) ./doc/common/tables/nova-qpid.xml:41(td) ./doc/common/tables/nova-qpid.xml:57(td) ./doc/common/tables/nova-qpid.xml:69(td) ./doc/common/tables/glance-qpid.xml:41(td) ./doc/common/tables/glance-qpid.xml:57(td) ./doc/common/tables/glance-qpid.xml:69(td) ./doc/common/tables/sahara-rpc.xml:72(td) ./doc/common/tables/sahara-rpc.xml:76(td) ./doc/common/tables/sahara-rpc.xml:80(td) ./doc/common/tables/glance-amqp.xml:29(td) ./doc/common/tables/glance-replicator.xml:37(td) ./doc/common/tables/glance-replicator.xml:45(td) ./doc/common/tables/glance-replicator.xml:49(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:24(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:53(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:67(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:21(td) ./doc/common/tables/sahara-rabbitmq.xml:45(td) ./doc/common/tables/sahara-rabbitmq.xml:49(td) ./doc/common/tables/sahara-rabbitmq.xml:53(td) ./doc/common/tables/sahara-rabbitmq.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:54(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:66(td) ./doc/common/tables/trove-db_redis.xml:53(td) ./doc/common/tables/trove-db_db2.xml:61(td) ./doc/common/tables/cinder-rpc.xml:87(td) ./doc/common/tables/cinder-rpc.xml:91(td) ./doc/common/tables/cinder-rpc.xml:95(td) ./doc/common/tables/nova-apiv3.xml:25(td) ./doc/common/tables/nova-apiv3.xml:29(td) ./doc/common/tables/neutron-ml2_vlan.xml:21(td) ./doc/common/tables/swift-object-server-object-auditor.xml:56(td) ./doc/common/tables/neutron-hyperv_agent.xml:33(td) ./doc/common/tables/keystone-federation.xml:21(td) ./doc/common/tables/nova-ec2.xml:85(td) ./doc/common/tables/cinder-block-device.xml:21(td) ./doc/common/tables/neutron-metadata.xml:37(td) ./doc/common/tables/neutron-metadata.xml:41(td) ./doc/common/tables/neutron-metadata.xml:53(td) ./doc/common/tables/sahara-qpid.xml:41(td) ./doc/common/tables/sahara-qpid.xml:57(td) ./doc/common/tables/sahara-qpid.xml:69(td) ./doc/common/tables/neutron-ml2_arista.xml:21(td) ./doc/common/tables/neutron-ml2_arista.xml:25(td) ./doc/common/tables/neutron-ml2_arista.xml:29(td) ./doc/common/tables/neutron-compute.xml:49(td) ./doc/common/tables/neutron-compute.xml:53(td) ./doc/common/tables/neutron-ml2_brocade.xml:21(td) ./doc/common/tables/neutron-ml2_brocade.xml:37(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:24(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:49(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:63(td) ./doc/common/tables/cinder-nas.xml:21(td) ./doc/common/tables/cinder-nas.xml:33(td) ./doc/common/tables/cinder-nas.xml:37(td) ./doc/common/tables/cinder-nas.xml:49(td) ./doc/common/tables/neutron-brocade.xml:28(td) ./doc/common/tables/neutron-brocade.xml:36(td) ./doc/common/tables/neutron-brocade.xml:40(td) ./doc/common/tables/heat-rpc.xml:76(td) ./doc/common/tables/heat-rpc.xml:80(td) ./doc/common/tables/heat-rpc.xml:84(td) ./doc/common/tables/heat-cloudwatch_api.xml:25(td) ./doc/common/tables/cinder-images.xml:21(td) ./doc/common/tables/neutron-qpid.xml:41(td) ./doc/common/tables/neutron-qpid.xml:57(td) ./doc/common/tables/neutron-qpid.xml:69(td) ./doc/common/tables/nova-rpc.xml:90(td) ./doc/common/tables/nova-rpc.xml:94(td) ./doc/common/tables/nova-rpc.xml:98(td) ./doc/common/tables/cinder-san.xml:21(td) ./doc/common/tables/cinder-san.xml:25(td) ./doc/common/tables/cinder-san.xml:37(td) ./doc/common/tables/cinder-san.xml:41(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:21(td) ./doc/common/tables/neutron-nec.xml:49(td) ./doc/common/tables/neutron-nec.xml:79(td) ./doc/common/tables/nova-api.xml:41(td) ./doc/common/tables/nova-api.xml:65(td) ./doc/common/tables/neutron-ml2_mlnx.xml:29(td) ./doc/common/tables/trove-auth_token.xml:37(td) ./doc/common/tables/glance-common.xml:161(td) ./doc/common/tables/neutron-ml2_vxlan.xml:21(td) ./doc/common/tables/neutron-ml2_vxlan.xml:25(td) ./doc/common/tables/neutron-ml2_vxlan.xml:32(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:60(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:103(td) ./doc/common/tables/trove-nova.xml:21(td) ./doc/common/tables/trove-nova.xml:25(td) ./doc/common/tables/trove-nova.xml:29(td) ./doc/common/tables/neutron-meta.xml:21(td) ./doc/common/tables/neutron-meta.xml:25(td) ./doc/common/tables/neutron-meta.xml:29(td) ./doc/common/tables/neutron-meta.xml:33(td) ./doc/common/tables/neutron-meta.xml:37(td) ./doc/common/tables/neutron-meta.xml:41(td) ./doc/common/tables/neutron-meta.xml:45(td) ./doc/common/tables/neutron-rabbitmq.xml:45(td) ./doc/common/tables/neutron-rabbitmq.xml:49(td) ./doc/common/tables/neutron-rabbitmq.xml:53(td) ./doc/common/tables/neutron-rabbitmq.xml:57(td) ./doc/common/tables/neutron-nsx.xml:129(td) ./doc/common/tables/neutron-api.xml:33(td) ./doc/common/tables/neutron-api.xml:65(td) ./doc/common/tables/keystone-kvs.xml:21(td) ./doc/common/tables/nova-hyperv.xml:33(td) ./doc/common/tables/cinder-openvstorage.xml:21(td) ./doc/common/tables/keystone-qpid.xml:41(td) ./doc/common/tables/keystone-qpid.xml:57(td) ./doc/common/tables/keystone-qpid.xml:69(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:20(td) ./doc/common/tables/keystone-cache.xml:69(td) ./doc/common/tables/keystone-token.xml:25(td) ./doc/common/tables/ceilometer-qpid.xml:41(td) ./doc/common/tables/ceilometer-qpid.xml:57(td) ./doc/common/tables/ceilometer-qpid.xml:69(td) ./doc/common/tables/ceilometer-rabbitmq.xml:45(td) ./doc/common/tables/ceilometer-rabbitmq.xml:49(td) ./doc/common/tables/ceilometer-rabbitmq.xml:53(td) ./doc/common/tables/ceilometer-rabbitmq.xml:57(td) ./doc/common/tables/neutron-ml2.xml:21(td) ./doc/common/tables/neutron-ml2.xml:25(td) ./doc/common/tables/neutron-ml2.xml:33(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:21(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:29(td) ./doc/common/tables/neutron-l3_brocade_mlx_switch.xml:33(td) ./doc/common/tables/nova-libvirt.xml:44(td) ./doc/common/tables/nova-libvirt.xml:56(td) ./doc/common/tables/nova-libvirt.xml:64(td) ./doc/common/tables/nova-libvirt.xml:80(td) ./doc/common/tables/nova-libvirt.xml:168(td) ./doc/common/tables/neutron-mlnx.xml:29(td) msgid " = " msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:109(td) ./doc/common/tables/ceilometer-conf-changes.xml:85(td) +#: ./doc/common/tables/ceilometer-database.xml:105(td) ./doc/common/tables/ceilometer-conf-changes.xml:85(td) msgid "(StrOpt) The name of the replica set which is used to connect to MongoDB database. If it is set, MongoReplicaSetClient will be used instead of MongoClient." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:112(replaceable) ./doc/common/tables/cinder-database.xml:80(replaceable) ./doc/common/tables/glance-database.xml:73(replaceable) ./doc/common/tables/sahara-database.xml:80(replaceable) ./doc/common/tables/neutron-database.xml:73(replaceable) ./doc/common/tables/ironic-database.xml:77(replaceable) ./doc/common/tables/nova-database.xml:56(replaceable) ./doc/common/tables/nova-database.xml:131(replaceable) ./doc/common/tables/heat-database.xml:73(replaceable) ./doc/common/tables/keystone-database.xml:73(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:108(replaceable) ./doc/common/tables/cinder-database.xml:80(replaceable) ./doc/common/tables/glance-database.xml:73(replaceable) ./doc/common/tables/sahara-database.xml:80(replaceable) ./doc/common/tables/neutron-database.xml:73(replaceable) ./doc/common/tables/ironic-database.xml:77(replaceable) ./doc/common/tables/nova-database.xml:56(replaceable) ./doc/common/tables/nova-database.xml:131(replaceable) ./doc/common/tables/heat-database.xml:73(replaceable) ./doc/common/tables/keystone-database.xml:73(replaceable) msgid "TRADITIONAL" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:113(td) ./doc/common/tables/cinder-database.xml:81(td) ./doc/common/tables/glance-database.xml:74(td) ./doc/common/tables/sahara-database.xml:81(td) ./doc/common/tables/glance-conf-changes.xml:173(td) ./doc/common/tables/neutron-database.xml:74(td) ./doc/common/tables/nova-conf-changes.xml:129(td) ./doc/common/tables/nova-conf-changes.xml:253(td) ./doc/common/tables/ironic-database.xml:78(td) ./doc/common/tables/nova-database.xml:57(td) ./doc/common/tables/nova-database.xml:132(td) ./doc/common/tables/heat-database.xml:74(td) ./doc/common/tables/keystone-database.xml:74(td) +#: ./doc/common/tables/ceilometer-database.xml:109(td) ./doc/common/tables/cinder-database.xml:81(td) ./doc/common/tables/glance-database.xml:74(td) ./doc/common/tables/sahara-database.xml:81(td) ./doc/common/tables/glance-conf-changes.xml:173(td) ./doc/common/tables/neutron-database.xml:74(td) ./doc/common/tables/nova-conf-changes.xml:129(td) ./doc/common/tables/nova-conf-changes.xml:253(td) ./doc/common/tables/ironic-database.xml:78(td) ./doc/common/tables/nova-database.xml:57(td) ./doc/common/tables/nova-database.xml:132(td) ./doc/common/tables/heat-database.xml:74(td) ./doc/common/tables/keystone-database.xml:74(td) msgid "(StrOpt) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:117(td) ./doc/common/tables/cinder-database.xml:85(td) ./doc/common/tables/glance-database.xml:78(td) ./doc/common/tables/sahara-database.xml:85(td) ./doc/common/tables/glance-conf-changes.xml:177(td) ./doc/common/tables/neutron-database.xml:78(td) ./doc/common/tables/nova-conf-changes.xml:133(td) ./doc/common/tables/nova-conf-changes.xml:257(td) ./doc/common/tables/ironic-database.xml:82(td) ./doc/common/tables/nova-database.xml:61(td) ./doc/common/tables/nova-database.xml:136(td) ./doc/common/tables/heat-database.xml:78(td) ./doc/common/tables/keystone-database.xml:78(td) +#: ./doc/common/tables/ceilometer-database.xml:113(td) ./doc/common/tables/cinder-database.xml:85(td) ./doc/common/tables/glance-database.xml:78(td) ./doc/common/tables/sahara-database.xml:85(td) ./doc/common/tables/glance-conf-changes.xml:177(td) ./doc/common/tables/neutron-database.xml:78(td) ./doc/common/tables/nova-conf-changes.xml:133(td) ./doc/common/tables/nova-conf-changes.xml:257(td) ./doc/common/tables/ironic-database.xml:82(td) ./doc/common/tables/nova-database.xml:61(td) ./doc/common/tables/nova-database.xml:136(td) ./doc/common/tables/heat-database.xml:78(td) ./doc/common/tables/keystone-database.xml:78(td) msgid "(IntOpt) If set, use this value for pool_timeout with SQLAlchemy." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:121(td) ./doc/common/tables/cinder-database.xml:89(td) ./doc/common/tables/glance-database.xml:82(td) ./doc/common/tables/sahara-database.xml:89(td) ./doc/common/tables/glance-conf-changes.xml:181(td) ./doc/common/tables/neutron-database.xml:82(td) ./doc/common/tables/nova-conf-changes.xml:137(td) ./doc/common/tables/nova-conf-changes.xml:261(td) ./doc/common/tables/ironic-database.xml:86(td) ./doc/common/tables/nova-database.xml:65(td) ./doc/common/tables/nova-database.xml:140(td) ./doc/common/tables/heat-database.xml:82(td) ./doc/common/tables/keystone-database.xml:82(td) +#: ./doc/common/tables/ceilometer-database.xml:117(td) ./doc/common/tables/cinder-database.xml:89(td) ./doc/common/tables/glance-database.xml:82(td) ./doc/common/tables/sahara-database.xml:89(td) ./doc/common/tables/glance-conf-changes.xml:181(td) ./doc/common/tables/neutron-database.xml:82(td) ./doc/common/tables/nova-conf-changes.xml:137(td) ./doc/common/tables/nova-conf-changes.xml:261(td) ./doc/common/tables/ironic-database.xml:86(td) ./doc/common/tables/nova-database.xml:65(td) ./doc/common/tables/nova-database.xml:140(td) ./doc/common/tables/heat-database.xml:82(td) ./doc/common/tables/keystone-database.xml:82(td) msgid "(IntOpt) Interval between retries of opening a SQL connection." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:125(td) ./doc/common/tables/cinder-database.xml:93(td) ./doc/common/tables/glance-database.xml:86(td) ./doc/common/tables/sahara-database.xml:93(td) ./doc/common/tables/glance-conf-changes.xml:185(td) ./doc/common/tables/neutron-database.xml:86(td) ./doc/common/tables/nova-conf-changes.xml:141(td) ./doc/common/tables/nova-conf-changes.xml:265(td) ./doc/common/tables/ironic-database.xml:90(td) ./doc/common/tables/nova-database.xml:69(td) ./doc/common/tables/nova-database.xml:144(td) ./doc/common/tables/heat-database.xml:86(td) ./doc/common/tables/keystone-database.xml:86(td) +#: ./doc/common/tables/ceilometer-database.xml:121(td) ./doc/common/tables/cinder-database.xml:93(td) ./doc/common/tables/glance-database.xml:86(td) ./doc/common/tables/sahara-database.xml:93(td) ./doc/common/tables/glance-conf-changes.xml:185(td) ./doc/common/tables/neutron-database.xml:86(td) ./doc/common/tables/nova-conf-changes.xml:141(td) ./doc/common/tables/nova-conf-changes.xml:265(td) ./doc/common/tables/ironic-database.xml:90(td) ./doc/common/tables/nova-database.xml:69(td) ./doc/common/tables/nova-database.xml:144(td) ./doc/common/tables/heat-database.xml:86(td) ./doc/common/tables/keystone-database.xml:86(td) msgid "(StrOpt) The SQLAlchemy connection string to use to connect to the slave database." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:128(replaceable) ./doc/common/tables/cinder-database.xml:96(replaceable) ./doc/common/tables/glance-database.xml:89(replaceable) ./doc/common/tables/sahara-database.xml:96(replaceable) ./doc/common/tables/neutron-database.xml:89(replaceable) ./doc/common/tables/ironic-database.xml:93(replaceable) ./doc/common/tables/nova-database.xml:147(replaceable) ./doc/common/tables/heat-database.xml:89(replaceable) ./doc/common/tables/keystone-database.xml:89(replaceable) +#: ./doc/common/tables/ceilometer-database.xml:124(replaceable) ./doc/common/tables/cinder-database.xml:96(replaceable) ./doc/common/tables/glance-database.xml:89(replaceable) ./doc/common/tables/sahara-database.xml:96(replaceable) ./doc/common/tables/neutron-database.xml:89(replaceable) ./doc/common/tables/ironic-database.xml:93(replaceable) ./doc/common/tables/nova-database.xml:147(replaceable) ./doc/common/tables/heat-database.xml:89(replaceable) ./doc/common/tables/keystone-database.xml:89(replaceable) msgid "oslo.sqlite" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:129(td) ./doc/common/tables/cinder-database.xml:97(td) ./doc/common/tables/glance-database.xml:90(td) ./doc/common/tables/sahara-database.xml:97(td) ./doc/common/tables/glance-conf-changes.xml:189(td) ./doc/common/tables/neutron-database.xml:90(td) ./doc/common/tables/nova-conf-changes.xml:269(td) ./doc/common/tables/ironic-database.xml:94(td) ./doc/common/tables/nova-database.xml:148(td) ./doc/common/tables/heat-database.xml:90(td) ./doc/common/tables/keystone-database.xml:90(td) +#: ./doc/common/tables/ceilometer-database.xml:125(td) ./doc/common/tables/cinder-database.xml:97(td) ./doc/common/tables/glance-database.xml:90(td) ./doc/common/tables/sahara-database.xml:97(td) ./doc/common/tables/glance-conf-changes.xml:189(td) ./doc/common/tables/neutron-database.xml:90(td) ./doc/common/tables/nova-conf-changes.xml:269(td) ./doc/common/tables/ironic-database.xml:94(td) ./doc/common/tables/nova-database.xml:148(td) ./doc/common/tables/heat-database.xml:90(td) ./doc/common/tables/keystone-database.xml:90(td) msgid "(StrOpt) The file name to use with SQLite." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:133(td) ./doc/common/tables/cinder-database.xml:101(td) ./doc/common/tables/glance-database.xml:94(td) ./doc/common/tables/sahara-database.xml:101(td) ./doc/common/tables/glance-conf-changes.xml:193(td) ./doc/common/tables/neutron-database.xml:94(td) ./doc/common/tables/nova-conf-changes.xml:145(td) ./doc/common/tables/nova-conf-changes.xml:273(td) ./doc/common/tables/ironic-database.xml:98(td) ./doc/common/tables/nova-database.xml:73(td) ./doc/common/tables/nova-database.xml:152(td) ./doc/common/tables/heat-database.xml:94(td) ./doc/common/tables/keystone-database.xml:94(td) +#: ./doc/common/tables/ceilometer-database.xml:129(td) ./doc/common/tables/cinder-database.xml:101(td) ./doc/common/tables/glance-database.xml:94(td) ./doc/common/tables/sahara-database.xml:101(td) ./doc/common/tables/glance-conf-changes.xml:193(td) ./doc/common/tables/neutron-database.xml:94(td) ./doc/common/tables/nova-conf-changes.xml:145(td) ./doc/common/tables/nova-conf-changes.xml:273(td) ./doc/common/tables/ironic-database.xml:98(td) ./doc/common/tables/nova-database.xml:73(td) ./doc/common/tables/nova-database.xml:152(td) ./doc/common/tables/heat-database.xml:94(td) ./doc/common/tables/keystone-database.xml:94(td) msgid "(BoolOpt) If True, SQLite uses synchronous mode." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:137(td) ./doc/common/tables/cinder-database.xml:105(td) ./doc/common/tables/glance-database.xml:98(td) ./doc/common/tables/sahara-database.xml:105(td) ./doc/common/tables/glance-conf-changes.xml:197(td) ./doc/common/tables/neutron-database.xml:98(td) ./doc/common/tables/nova-conf-changes.xml:277(td) ./doc/common/tables/ironic-database.xml:102(td) ./doc/common/tables/nova-database.xml:156(td) ./doc/common/tables/heat-database.xml:98(td) ./doc/common/tables/keystone-database.xml:98(td) +#: ./doc/common/tables/ceilometer-database.xml:133(td) ./doc/common/tables/cinder-database.xml:105(td) ./doc/common/tables/glance-database.xml:98(td) ./doc/common/tables/sahara-database.xml:105(td) ./doc/common/tables/glance-conf-changes.xml:197(td) ./doc/common/tables/neutron-database.xml:98(td) ./doc/common/tables/nova-conf-changes.xml:277(td) ./doc/common/tables/ironic-database.xml:102(td) ./doc/common/tables/nova-database.xml:156(td) ./doc/common/tables/heat-database.xml:98(td) ./doc/common/tables/keystone-database.xml:98(td) msgid "(BoolOpt) Enable the experimental use of database reconnect on connection lost." msgstr "" @@ -8987,7 +8983,7 @@ msgstr "" msgid "Description of Open vSwitch agent configuration options" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:21(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:98(replaceable) ./doc/common/tables/neutron-cisco.xml:76(replaceable) ./doc/common/tables/nova-vmware.xml:53(replaceable) ./doc/common/tables/neutron-vmware.xml:40(replaceable) ./doc/common/tables/nova-neutron.xml:92(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:155(replaceable) ./doc/common/tables/neutron-bigswitch.xml:155(replaceable) ./doc/common/tables/nova-network.xml:161(replaceable) ./doc/common/tables/neutron-nvsd.xml:21(replaceable) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:21(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:98(replaceable) ./doc/common/tables/neutron-cisco.xml:76(replaceable) ./doc/common/tables/nova-vmware.xml:53(replaceable) ./doc/common/tables/neutron-vmware.xml:44(replaceable) ./doc/common/tables/nova-neutron.xml:92(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:155(replaceable) ./doc/common/tables/neutron-bigswitch.xml:155(replaceable) ./doc/common/tables/nova-network.xml:161(replaceable) ./doc/common/tables/neutron-nvsd.xml:21(replaceable) msgid "br-int" msgstr "" @@ -9003,7 +8999,7 @@ msgstr "" msgid "(IntOpt) Timeout in seconds for ovs-vsctl commands" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:33(th) ./doc/common/tables/neutron-rpc.xml:49(th) ./doc/common/tables/neutron-l3_agent.xml:97(th) ./doc/common/tables/neutron-ml2_ofa.xml:18(th) ./doc/common/tables/neutron-metering_agent.xml:29(th) ./doc/common/tables/neutron-nvsd.xml:18(th) ./doc/common/tables/neutron-hyperv_agent.xml:18(th) ./doc/common/tables/neutron-common.xml:197(th) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:33(th) ./doc/common/tables/neutron-rpc.xml:49(th) ./doc/common/tables/neutron-l3_agent.xml:97(th) ./doc/common/tables/neutron-ml2_ofa.xml:18(th) ./doc/common/tables/neutron-metering_agent.xml:29(th) ./doc/common/tables/neutron-nvsd.xml:18(th) ./doc/common/tables/neutron-hyperv_agent.xml:18(th) ./doc/common/tables/neutron-common.xml:193(th) msgid "[AGENT]" msgstr "" @@ -9027,7 +9023,7 @@ msgstr "" msgid "(BoolOpt) Minimize polling by monitoring ovsdb for interface changes." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:56(replaceable) ./doc/common/tables/neutron-rpc.xml:33(replaceable) ./doc/common/tables/neutron-rpc.xml:169(replaceable) ./doc/common/tables/neutron-rpc.xml:264(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/cinder-qpid.xml:73(replaceable) ./doc/common/tables/neutron-cisco.xml:115(replaceable) ./doc/common/tables/cinder-xio.xml:25(replaceable) ./doc/common/tables/glance-rpc.xml:37(replaceable) ./doc/common/tables/glance-rpc.xml:162(replaceable) ./doc/common/tables/glance-rpc.xml:257(replaceable) ./doc/common/tables/nova-xen.xml:67(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:79(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:53(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:109(replaceable) ./doc/common/tables/ironic-rpc.xml:33(replaceable) ./doc/common/tables/ironic-rpc.xml:158(replaceable) ./doc/common/tables/ironic-rpc.xml:253(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/ironic-neutron.xml:37(replaceable) ./doc/common/tables/nova-livemigration.xml:21(replaceable) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:20(replaceable) ./doc/common/tables/keystone-rpc.xml:33(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/ironic-ilo.xml:37(replaceable) ./doc/common/tables/neutron-quotas.xml:21(replaceable) ./doc/common/tables/neutron-metering_agent.xml:25(replaceable) ./doc/common/tables/neutron-metering_agent.xml:32(replaceable) ./doc/common/tables/sahara-common.xml:89(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:36(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:76(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:109(replaceable) ./doc/common/tables/neutron-cfg_agent.xml:21(replaceable) ./doc/common/tables/ceilometer-rpc.xml:37(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:72(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:84(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:92(replaceable) ./doc/common/tables/trove-rpc.xml:41(replaceable) ./doc/common/tables/trove-rpc.xml:155(replaceable) ./doc/common/tables/trove-rpc.xml:250(replaceable) ./doc/common/tables/sahara-rpc.xml:33(replaceable) ./doc/common/tables/sahara-rpc.xml:147(replaceable) ./doc/common/tables/sahara-rpc.xml:242(replaceable) ./doc/common/tables/cinder-rpc.xml:33(replaceable) ./doc/common/tables/neutron-nvsd.xml:48(replaceable) ./doc/common/tables/cinder-eqlx.xml:33(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:28(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:68(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:25(replaceable) ./doc/common/tables/heat-rpc.xml:37(replaceable) ./doc/common/tables/heat-rpc.xml:151(replaceable) ./doc/common/tables/heat-rpc.xml:246(replaceable) ./doc/common/tables/nova-rpc.xml:33(replaceable) ./doc/common/tables/nova-rpc.xml:165(replaceable) ./doc/common/tables/nova-rpc.xml:260(replaceable) ./doc/common/tables/cinder-san.xml:57(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/neutron-api.xml:57(replaceable) ./doc/common/tables/keystone-qpid.xml:73(replaceable) ./doc/common/tables/ceilometer-qpid.xml:73(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:109(replaceable) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:56(replaceable) ./doc/common/tables/neutron-rpc.xml:33(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/cinder-qpid.xml:73(replaceable) ./doc/common/tables/neutron-cisco.xml:115(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:109(replaceable) ./doc/common/tables/trove-qpid.xml:73(replaceable) ./doc/common/tables/cinder-xio.xml:25(replaceable) ./doc/common/tables/glance-rpc.xml:37(replaceable) ./doc/common/tables/nova-xen.xml:67(replaceable) ./doc/common/tables/nova-rabbitmq.xml:109(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:79(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:53(replaceable) ./doc/common/tables/heat-qpid.xml:73(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:109(replaceable) ./doc/common/tables/ironic-rpc.xml:33(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/glance-rabbitmq.xml:109(replaceable) ./doc/common/tables/ironic-neutron.xml:37(replaceable) ./doc/common/tables/nova-livemigration.xml:21(replaceable) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:20(replaceable) ./doc/common/tables/heat-rabbitmq.xml:109(replaceable) ./doc/common/tables/keystone-rpc.xml:33(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/trove-rabbitmq.xml:109(replaceable) ./doc/common/tables/ironic-ilo.xml:37(replaceable) ./doc/common/tables/neutron-quotas.xml:21(replaceable) ./doc/common/tables/neutron-metering_agent.xml:25(replaceable) ./doc/common/tables/neutron-metering_agent.xml:32(replaceable) ./doc/common/tables/ironic-qpid.xml:73(replaceable) ./doc/common/tables/sahara-common.xml:89(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:36(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:76(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:109(replaceable) ./doc/common/tables/neutron-cfg_agent.xml:21(replaceable) ./doc/common/tables/ceilometer-rpc.xml:37(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:72(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:84(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:92(replaceable) ./doc/common/tables/trove-rpc.xml:41(replaceable) ./doc/common/tables/nova-qpid.xml:73(replaceable) ./doc/common/tables/glance-qpid.xml:73(replaceable) ./doc/common/tables/sahara-rpc.xml:33(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:109(replaceable) ./doc/common/tables/cinder-rpc.xml:33(replaceable) ./doc/common/tables/neutron-nvsd.xml:48(replaceable) ./doc/common/tables/cinder-eqlx.xml:33(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:28(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:68(replaceable) ./doc/common/tables/sahara-qpid.xml:73(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:25(replaceable) ./doc/common/tables/heat-rpc.xml:37(replaceable) ./doc/common/tables/neutron-qpid.xml:73(replaceable) ./doc/common/tables/nova-rpc.xml:33(replaceable) ./doc/common/tables/cinder-san.xml:57(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:109(replaceable) ./doc/common/tables/neutron-api.xml:57(replaceable) ./doc/common/tables/keystone-qpid.xml:73(replaceable) ./doc/common/tables/ceilometer-qpid.xml:73(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:109(replaceable) msgid "30" msgstr "" @@ -9051,11 +9047,11 @@ msgstr "" msgid "(IntOpt) MTU size of veth interfaces" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:76(replaceable) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:76(replaceable) ./doc/common/tables/neutron-vmware.xml:80(replaceable) msgid "4789" msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:77(td) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:77(td) ./doc/common/tables/neutron-vmware.xml:81(td) msgid "(IntOpt) The UDP port to use for VXLAN tunnels." msgstr "" @@ -9111,7 +9107,7 @@ msgstr "" msgid "(StrOpt) Peer patch port in tunnel bridge for integration bridge." msgstr "" -#: ./doc/common/tables/neutron-openvswitch_agent.xml:114(replaceable) ./doc/common/tables/neutron-cisco.xml:104(replaceable) +#: ./doc/common/tables/neutron-openvswitch_agent.xml:114(replaceable) ./doc/common/tables/neutron-cisco.xml:104(replaceable) ./doc/common/tables/neutron-vmware.xml:68(replaceable) msgid "br-tun" msgstr "" @@ -9143,7 +9139,7 @@ msgstr "" msgid "(StrOpt) Optional PEM-formatted certificate chain file." msgstr "" -#: ./doc/common/tables/heat-clients.xml:36(replaceable) ./doc/common/tables/ceilometer-auth.xml:33(replaceable) ./doc/common/tables/trove-network.xml:25(replaceable) ./doc/common/tables/trove-volume.xml:25(replaceable) ./doc/common/tables/glance-swift.xml:84(replaceable) ./doc/common/tables/trove-heat.xml:21(replaceable) ./doc/common/tables/trove-compute.xml:25(replaceable) ./doc/common/tables/glance-common.xml:149(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:56(replaceable) ./doc/common/tables/neutron-common.xml:129(replaceable) ./doc/common/tables/trove-swift.xml:21(replaceable) +#: ./doc/common/tables/heat-clients.xml:36(replaceable) ./doc/common/tables/ceilometer-auth.xml:33(replaceable) ./doc/common/tables/trove-network.xml:25(replaceable) ./doc/common/tables/trove-volume.xml:25(replaceable) ./doc/common/tables/glance-swift.xml:84(replaceable) ./doc/common/tables/trove-heat.xml:21(replaceable) ./doc/common/tables/trove-compute.xml:25(replaceable) ./doc/common/tables/glance-common.xml:149(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:56(replaceable) ./doc/common/tables/neutron-common.xml:125(replaceable) ./doc/common/tables/trove-swift.xml:21(replaceable) msgid "publicURL" msgstr "" @@ -9175,7 +9171,7 @@ msgstr "" msgid "(BoolOpt) Allow tenants to specify QOS on create" msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:33(replaceable) ./doc/common/tables/ceilometer-vmware.xml:33(replaceable) ./doc/common/tables/nova-vmware.xml:45(replaceable) ./doc/common/tables/neutron-vmware.xml:87(replaceable) ./doc/common/tables/ironic-ilo.xml:45(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:25(replaceable) ./doc/common/tables/ironic-irmc.xml:29(replaceable) +#: ./doc/common/tables/cinder-solidfire.xml:33(replaceable) ./doc/common/tables/ceilometer-vmware.xml:33(replaceable) ./doc/common/tables/nova-vmware.xml:45(replaceable) ./doc/common/tables/neutron-vmware.xml:107(replaceable) ./doc/common/tables/ironic-ilo.xml:45(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:25(replaceable) ./doc/common/tables/ironic-irmc.xml:29(replaceable) msgid "443" msgstr "" @@ -9199,7 +9195,7 @@ msgstr "" msgid "Description of RPC configuration options" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:21(replaceable) ./doc/common/tables/glance-auth_token.xml:125(replaceable) ./doc/common/tables/glance-auth_token.xml:161(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:41(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:57(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:32(replaceable) ./doc/common/tables/neutron-cisco.xml:119(replaceable) ./doc/common/tables/glance-rpc.xml:25(replaceable) ./doc/common/tables/nova-xen.xml:71(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:125(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:161(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:186(replaceable) ./doc/common/tables/ironic-agent.xml:41(replaceable) ./doc/common/tables/neutron-auth_token.xml:125(replaceable) ./doc/common/tables/neutron-auth_token.xml:161(replaceable) ./doc/common/tables/ironic-rpc.xml:21(replaceable) ./doc/common/tables/nova-compute.xml:81(replaceable) ./doc/common/tables/nova-compute.xml:157(replaceable) ./doc/common/tables/cinder-storage.xml:89(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:132(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:32(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:54(replaceable) ./doc/common/tables/ironic-auth_token.xml:125(replaceable) ./doc/common/tables/ironic-auth_token.xml:165(replaceable) ./doc/common/tables/glance-scrubber.xml:21(replaceable) ./doc/common/tables/keystone-rpc.xml:21(replaceable) ./doc/common/tables/sahara-timeouts.xml:33(replaceable) ./doc/common/tables/sahara-auth_token.xml:125(replaceable) ./doc/common/tables/sahara-auth_token.xml:161(replaceable) ./doc/common/tables/trove-dns.xml:73(replaceable) ./doc/common/tables/nova-cells.xml:65(replaceable) ./doc/common/tables/heat-auth_token.xml:125(replaceable) ./doc/common/tables/heat-auth_token.xml:161(replaceable) ./doc/common/tables/nova-auth_token.xml:125(replaceable) ./doc/common/tables/nova-auth_token.xml:161(replaceable) ./doc/common/tables/cinder-common.xml:153(replaceable) ./doc/common/tables/cinder-auth_token.xml:125(replaceable) ./doc/common/tables/cinder-auth_token.xml:161(replaceable) ./doc/common/tables/keystone-auth_token.xml:125(replaceable) ./doc/common/tables/keystone-auth_token.xml:161(replaceable) ./doc/common/tables/sahara-common.xml:73(replaceable) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:20(replaceable) ./doc/common/tables/neutron-cfg_agent.xml:25(replaceable) ./doc/common/tables/ceilometer-rpc.xml:25(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:33(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:76(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:96(replaceable) ./doc/common/tables/trove-rpc.xml:21(replaceable) ./doc/common/tables/sahara-rpc.xml:21(replaceable) ./doc/common/tables/cinder-rpc.xml:21(replaceable) ./doc/common/tables/nova-ec2.xml:57(replaceable) ./doc/common/tables/ironic-cells.xml:45(replaceable) ./doc/common/tables/heat-rpc.xml:25(replaceable) ./doc/common/tables/nova-rpc.xml:21(replaceable) ./doc/common/tables/trove-auth_token.xml:125(replaceable) ./doc/common/tables/trove-auth_token.xml:161(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:24(replaceable) ./doc/common/tables/keystone-domain.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:185(replaceable) ./doc/common/tables/keystone-cache.xml:45(replaceable) ./doc/common/tables/keystone-cache.xml:76(replaceable) +#: ./doc/common/tables/neutron-rpc.xml:21(replaceable) ./doc/common/tables/glance-auth_token.xml:125(replaceable) ./doc/common/tables/glance-auth_token.xml:161(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:41(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:57(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:32(replaceable) ./doc/common/tables/neutron-cisco.xml:119(replaceable) ./doc/common/tables/glance-rpc.xml:25(replaceable) ./doc/common/tables/nova-xen.xml:71(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:125(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:161(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:186(replaceable) ./doc/common/tables/ironic-agent.xml:41(replaceable) ./doc/common/tables/neutron-auth_token.xml:125(replaceable) ./doc/common/tables/neutron-auth_token.xml:161(replaceable) ./doc/common/tables/ironic-rpc.xml:21(replaceable) ./doc/common/tables/nova-compute.xml:81(replaceable) ./doc/common/tables/nova-compute.xml:157(replaceable) ./doc/common/tables/cinder-storage.xml:89(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:132(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:32(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:54(replaceable) ./doc/common/tables/ironic-auth_token.xml:125(replaceable) ./doc/common/tables/ironic-auth_token.xml:165(replaceable) ./doc/common/tables/glance-scrubber.xml:21(replaceable) ./doc/common/tables/keystone-rpc.xml:21(replaceable) ./doc/common/tables/sahara-timeouts.xml:33(replaceable) ./doc/common/tables/sahara-auth_token.xml:125(replaceable) ./doc/common/tables/sahara-auth_token.xml:161(replaceable) ./doc/common/tables/trove-dns.xml:73(replaceable) ./doc/common/tables/nova-cells.xml:65(replaceable) ./doc/common/tables/heat-auth_token.xml:125(replaceable) ./doc/common/tables/heat-auth_token.xml:161(replaceable) ./doc/common/tables/nova-auth_token.xml:125(replaceable) ./doc/common/tables/nova-auth_token.xml:161(replaceable) ./doc/common/tables/cinder-common.xml:153(replaceable) ./doc/common/tables/cinder-auth_token.xml:125(replaceable) ./doc/common/tables/cinder-auth_token.xml:161(replaceable) ./doc/common/tables/keystone-auth_token.xml:125(replaceable) ./doc/common/tables/keystone-auth_token.xml:161(replaceable) ./doc/common/tables/sahara-common.xml:73(replaceable) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:20(replaceable) ./doc/common/tables/neutron-cfg_agent.xml:25(replaceable) ./doc/common/tables/ceilometer-rpc.xml:25(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:33(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:76(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:96(replaceable) ./doc/common/tables/trove-rpc.xml:21(replaceable) ./doc/common/tables/sahara-rpc.xml:21(replaceable) ./doc/common/tables/cinder-rpc.xml:21(replaceable) ./doc/common/tables/nova-ec2.xml:57(replaceable) ./doc/common/tables/heat-rpc.xml:25(replaceable) ./doc/common/tables/nova-rpc.xml:21(replaceable) ./doc/common/tables/trove-auth_token.xml:125(replaceable) ./doc/common/tables/trove-auth_token.xml:161(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:24(replaceable) ./doc/common/tables/keystone-domain.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:181(replaceable) ./doc/common/tables/keystone-cache.xml:45(replaceable) ./doc/common/tables/keystone-cache.xml:76(replaceable) msgid "300" msgstr "" @@ -9207,7 +9203,7 @@ msgstr "" msgid "(IntOpt) Heartbeat frequency." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:25(replaceable) ./doc/common/tables/ceilometer-common.xml:25(replaceable) ./doc/common/tables/keystone-api.xml:122(replaceable) ./doc/common/tables/glance-rpc.xml:29(replaceable) ./doc/common/tables/nova-xen.xml:187(replaceable) ./doc/common/tables/keystone-identity.xml:21(replaceable) ./doc/common/tables/ironic-rpc.xml:25(replaceable) ./doc/common/tables/nova-compute.xml:149(replaceable) ./doc/common/tables/glance-registry.xml:65(replaceable) ./doc/common/tables/nova-neutron.xml:76(replaceable) ./doc/common/tables/keystone-ldap.xml:105(replaceable) ./doc/common/tables/trove-common.xml:69(replaceable) ./doc/common/tables/trove-api.xml:89(replaceable) ./doc/common/tables/keystone-rpc.xml:25(replaceable) ./doc/common/tables/glance-api.xml:53(replaceable) ./doc/common/tables/glance-api.xml:89(replaceable) ./doc/common/tables/cinder-common.xml:213(replaceable) ./doc/common/tables/ceilometer-rpc.xml:29(replaceable) ./doc/common/tables/trove-rpc.xml:25(replaceable) ./doc/common/tables/nova-network.xml:89(replaceable) ./doc/common/tables/sahara-rpc.xml:25(replaceable) ./doc/common/tables/cinder-rpc.xml:25(replaceable) ./doc/common/tables/ironic-conductor.xml:81(replaceable) ./doc/common/tables/ironic-cells.xml:21(replaceable) ./doc/common/tables/heat-rpc.xml:29(replaceable) ./doc/common/tables/trove-taskmanager.xml:45(replaceable) ./doc/common/tables/trove-taskmanager.xml:53(replaceable) ./doc/common/tables/nova-console.xml:25(replaceable) ./doc/common/tables/nova-quota.xml:21(replaceable) ./doc/common/tables/nova-quota.xml:96(replaceable) ./doc/common/tables/nova-rpc.xml:25(replaceable) ./doc/common/tables/nova-api.xml:101(replaceable) ./doc/common/tables/neutron-api.xml:69(replaceable) ./doc/common/tables/keystone-cache.xml:41(replaceable) +#: ./doc/common/tables/neutron-rpc.xml:25(replaceable) ./doc/common/tables/ceilometer-common.xml:25(replaceable) ./doc/common/tables/keystone-api.xml:122(replaceable) ./doc/common/tables/glance-rpc.xml:29(replaceable) ./doc/common/tables/nova-xen.xml:187(replaceable) ./doc/common/tables/keystone-identity.xml:21(replaceable) ./doc/common/tables/ironic-rpc.xml:25(replaceable) ./doc/common/tables/nova-compute.xml:149(replaceable) ./doc/common/tables/glance-registry.xml:65(replaceable) ./doc/common/tables/nova-neutron.xml:76(replaceable) ./doc/common/tables/keystone-ldap.xml:105(replaceable) ./doc/common/tables/trove-common.xml:69(replaceable) ./doc/common/tables/trove-api.xml:89(replaceable) ./doc/common/tables/keystone-rpc.xml:25(replaceable) ./doc/common/tables/glance-api.xml:53(replaceable) ./doc/common/tables/glance-api.xml:89(replaceable) ./doc/common/tables/cinder-common.xml:213(replaceable) ./doc/common/tables/ceilometer-rpc.xml:29(replaceable) ./doc/common/tables/trove-rpc.xml:25(replaceable) ./doc/common/tables/nova-network.xml:89(replaceable) ./doc/common/tables/sahara-rpc.xml:25(replaceable) ./doc/common/tables/cinder-rpc.xml:25(replaceable) ./doc/common/tables/ironic-conductor.xml:81(replaceable) ./doc/common/tables/heat-rpc.xml:29(replaceable) ./doc/common/tables/trove-taskmanager.xml:45(replaceable) ./doc/common/tables/trove-taskmanager.xml:53(replaceable) ./doc/common/tables/nova-console.xml:25(replaceable) ./doc/common/tables/nova-quota.xml:21(replaceable) ./doc/common/tables/nova-quota.xml:96(replaceable) ./doc/common/tables/nova-rpc.xml:25(replaceable) ./doc/common/tables/nova-api.xml:101(replaceable) ./doc/common/tables/neutron-api.xml:69(replaceable) ./doc/common/tables/keystone-cache.xml:41(replaceable) msgid "600" msgstr "" @@ -9227,7 +9223,7 @@ msgstr "" msgid "(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:37(replaceable) ./doc/common/tables/neutron-rpc.xml:125(replaceable) ./doc/common/tables/neutron-rpc.xml:192(replaceable) ./doc/common/tables/nova-periodic.xml:25(replaceable) ./doc/common/tables/glance-auth_token.xml:137(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:65(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/cinder-qpid.xml:29(replaceable) ./doc/common/tables/neutron-cisco.xml:88(replaceable) ./doc/common/tables/neutron-cisco.xml:130(replaceable) ./doc/common/tables/heat-common.xml:65(replaceable) ./doc/common/tables/trove-qpid.xml:21(replaceable) ./doc/common/tables/nova-ironic.xml:45(replaceable) ./doc/common/tables/glance-rpc.xml:41(replaceable) ./doc/common/tables/glance-rpc.xml:118(replaceable) ./doc/common/tables/glance-rpc.xml:185(replaceable) ./doc/common/tables/nova-xen.xml:63(replaceable) ./doc/common/tables/nova-xen.xml:159(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:137(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:178(replaceable) ./doc/common/tables/heat-qpid.xml:21(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:37(replaceable) ./doc/common/tables/neutron-auth_token.xml:137(replaceable) ./doc/common/tables/ironic-rpc.xml:37(replaceable) ./doc/common/tables/ironic-rpc.xml:114(replaceable) ./doc/common/tables/ironic-rpc.xml:181(replaceable) ./doc/common/tables/nova-compute.xml:65(replaceable) ./doc/common/tables/nova-compute.xml:145(replaceable) ./doc/common/tables/nova-scheduler.xml:93(replaceable) ./doc/common/tables/nova-common.xml:69(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:92(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:96(replaceable) ./doc/common/tables/nova-volumes.xml:21(replaceable) ./doc/common/tables/keystone-ldap.xml:29(replaceable) ./doc/common/tables/ironic-auth_token.xml:137(replaceable) ./doc/common/tables/keystone-rpc.xml:37(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/ironic-ilo.xml:49(replaceable) ./doc/common/tables/sahara-auth_token.xml:137(replaceable) ./doc/common/tables/nova-cells.xml:21(replaceable) ./doc/common/tables/nova-cells.xml:37(replaceable) ./doc/common/tables/trove-volume.xml:57(replaceable) ./doc/common/tables/heat-auth_token.xml:137(replaceable) ./doc/common/tables/nova-auth_token.xml:137(replaceable) ./doc/common/tables/cinder-common.xml:125(replaceable) ./doc/common/tables/cinder-common.xml:129(replaceable) ./doc/common/tables/cinder-common.xml:173(replaceable) ./doc/common/tables/cinder-auth_token.xml:137(replaceable) ./doc/common/tables/ceilometer-alarm.xml:21(replaceable) ./doc/common/tables/ironic-qpid.xml:21(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:108(replaceable) ./doc/common/tables/keystone-auth_token.xml:137(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:64(replaceable) ./doc/common/tables/sahara-common.xml:105(replaceable) ./doc/common/tables/sahara-common.xml:109(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:28(replaceable) ./doc/common/tables/trove-heat.xml:29(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:37(replaceable) ./doc/common/tables/neutron-bigswitch.xml:108(replaceable) ./doc/common/tables/ceilometer-rpc.xml:41(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:20(replaceable) ./doc/common/tables/ironic-ipmi.xml:25(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:32(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:36(replaceable) ./doc/common/tables/trove-rpc.xml:45(replaceable) ./doc/common/tables/trove-rpc.xml:111(replaceable) ./doc/common/tables/ironic-discoverd.xml:29(replaceable) ./doc/common/tables/trove-guestagent.xml:21(replaceable) ./doc/common/tables/trove-guestagent.xml:29(replaceable) ./doc/common/tables/ironic-irmc.xml:25(replaceable) ./doc/common/tables/nova-qpid.xml:21(replaceable) ./doc/common/tables/sahara-rpc.xml:37(replaceable) ./doc/common/tables/sahara-rpc.xml:103(replaceable) ./doc/common/tables/cinder-rpc.xml:37(replaceable) ./doc/common/tables/ironic-common.xml:73(replaceable) ./doc/common/tables/ironic-conductor.xml:25(replaceable) ./doc/common/tables/ironic-conductor.xml:53(replaceable) ./doc/common/tables/ironic-conductor.xml:93(replaceable) ./doc/common/tables/sahara-qpid.xml:21(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:29(replaceable) ./doc/common/tables/ironic-cells.xml:25(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:69(replaceable) ./doc/common/tables/heat-rpc.xml:41(replaceable) ./doc/common/tables/heat-rpc.xml:107(replaceable) ./doc/common/tables/heat-rpc.xml:174(replaceable) ./doc/common/tables/trove-taskmanager.xml:57(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:52(replaceable) ./doc/common/tables/neutron-qpid.xml:21(replaceable) ./doc/common/tables/nova-rpc.xml:37(replaceable) ./doc/common/tables/nova-rpc.xml:121(replaceable) ./doc/common/tables/nova-rpc.xml:188(replaceable) ./doc/common/tables/trove-auth_token.xml:137(replaceable) ./doc/common/tables/nova-hyperv.xml:57(replaceable) ./doc/common/tables/neutron-common.xml:204(replaceable) ./doc/common/tables/keystone-qpid.xml:29(replaceable) ./doc/common/tables/keystone-cache.xml:57(replaceable) ./doc/common/tables/keystone-cache.xml:88(replaceable) ./doc/common/tables/ceilometer-qpid.xml:29(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:37(replaceable) +#: ./doc/common/tables/neutron-rpc.xml:37(replaceable) ./doc/common/tables/nova-periodic.xml:25(replaceable) ./doc/common/tables/glance-auth_token.xml:137(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:65(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/cinder-qpid.xml:29(replaceable) ./doc/common/tables/neutron-cisco.xml:88(replaceable) ./doc/common/tables/neutron-cisco.xml:130(replaceable) ./doc/common/tables/heat-common.xml:65(replaceable) ./doc/common/tables/trove-qpid.xml:29(replaceable) ./doc/common/tables/nova-ironic.xml:45(replaceable) ./doc/common/tables/glance-rpc.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:63(replaceable) ./doc/common/tables/nova-xen.xml:159(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:137(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:178(replaceable) ./doc/common/tables/heat-qpid.xml:29(replaceable) ./doc/common/tables/neutron-auth_token.xml:137(replaceable) ./doc/common/tables/ironic-rpc.xml:37(replaceable) ./doc/common/tables/nova-compute.xml:65(replaceable) ./doc/common/tables/nova-compute.xml:145(replaceable) ./doc/common/tables/nova-scheduler.xml:93(replaceable) ./doc/common/tables/nova-common.xml:69(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:92(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:96(replaceable) ./doc/common/tables/nova-volumes.xml:21(replaceable) ./doc/common/tables/keystone-ldap.xml:29(replaceable) ./doc/common/tables/ironic-auth_token.xml:137(replaceable) ./doc/common/tables/keystone-rpc.xml:37(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/ironic-ilo.xml:49(replaceable) ./doc/common/tables/sahara-auth_token.xml:137(replaceable) ./doc/common/tables/nova-cells.xml:21(replaceable) ./doc/common/tables/nova-cells.xml:37(replaceable) ./doc/common/tables/trove-volume.xml:57(replaceable) ./doc/common/tables/heat-auth_token.xml:137(replaceable) ./doc/common/tables/nova-auth_token.xml:137(replaceable) ./doc/common/tables/cinder-common.xml:125(replaceable) ./doc/common/tables/cinder-common.xml:129(replaceable) ./doc/common/tables/cinder-common.xml:173(replaceable) ./doc/common/tables/cinder-auth_token.xml:137(replaceable) ./doc/common/tables/ceilometer-alarm.xml:21(replaceable) ./doc/common/tables/ironic-qpid.xml:29(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:108(replaceable) ./doc/common/tables/keystone-auth_token.xml:137(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:64(replaceable) ./doc/common/tables/sahara-common.xml:105(replaceable) ./doc/common/tables/sahara-common.xml:109(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:28(replaceable) ./doc/common/tables/trove-heat.xml:29(replaceable) ./doc/common/tables/neutron-bigswitch.xml:108(replaceable) ./doc/common/tables/ceilometer-rpc.xml:41(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:20(replaceable) ./doc/common/tables/ironic-ipmi.xml:25(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:32(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:36(replaceable) ./doc/common/tables/trove-rpc.xml:45(replaceable) ./doc/common/tables/ironic-discoverd.xml:29(replaceable) ./doc/common/tables/trove-guestagent.xml:21(replaceable) ./doc/common/tables/trove-guestagent.xml:29(replaceable) ./doc/common/tables/ironic-irmc.xml:25(replaceable) ./doc/common/tables/nova-qpid.xml:29(replaceable) ./doc/common/tables/glance-qpid.xml:29(replaceable) ./doc/common/tables/sahara-rpc.xml:37(replaceable) ./doc/common/tables/cinder-rpc.xml:37(replaceable) ./doc/common/tables/ironic-common.xml:73(replaceable) ./doc/common/tables/ironic-conductor.xml:25(replaceable) ./doc/common/tables/ironic-conductor.xml:53(replaceable) ./doc/common/tables/ironic-conductor.xml:93(replaceable) ./doc/common/tables/sahara-qpid.xml:29(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:29(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:69(replaceable) ./doc/common/tables/heat-rpc.xml:41(replaceable) ./doc/common/tables/trove-taskmanager.xml:57(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:52(replaceable) ./doc/common/tables/neutron-qpid.xml:29(replaceable) ./doc/common/tables/nova-rpc.xml:37(replaceable) ./doc/common/tables/trove-auth_token.xml:137(replaceable) ./doc/common/tables/nova-hyperv.xml:57(replaceable) ./doc/common/tables/neutron-common.xml:200(replaceable) ./doc/common/tables/keystone-qpid.xml:29(replaceable) ./doc/common/tables/keystone-cache.xml:57(replaceable) ./doc/common/tables/keystone-cache.xml:88(replaceable) ./doc/common/tables/ceilometer-qpid.xml:29(replaceable) msgid "60" msgstr "" @@ -9263,7 +9259,7 @@ msgstr "" msgid "(StrOpt) Directory to use for lock files. For security, the specified directory should only be writable by the user running the processes that need locking. Defaults to environment variable OSLO_LOCK_PATH. If external locks are used, a lock path must be set." msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:67(th) ./doc/common/tables/glance-rpc.xml:60(th) ./doc/common/tables/ironic-ca.xml:18(th) ./doc/common/tables/ironic-rpc.xml:56(th) ./doc/common/tables/keystone-rpc.xml:45(th) ./doc/common/tables/ceilometer-rpc.xml:56(th) ./doc/common/tables/trove-rpc.xml:53(th) ./doc/common/tables/sahara-rpc.xml:45(th) ./doc/common/tables/cinder-rpc.xml:60(th) ./doc/common/tables/heat-rpc.xml:49(th) ./doc/common/tables/nova-rpc.xml:63(th) +#: ./doc/common/tables/neutron-rpc.xml:67(th) ./doc/common/tables/glance-rpc.xml:60(th) ./doc/common/tables/ironic-rpc.xml:56(th) ./doc/common/tables/keystone-rpc.xml:45(th) ./doc/common/tables/ceilometer-rpc.xml:56(th) ./doc/common/tables/trove-rpc.xml:53(th) ./doc/common/tables/sahara-rpc.xml:45(th) ./doc/common/tables/cinder-rpc.xml:60(th) ./doc/common/tables/heat-rpc.xml:49(th) ./doc/common/tables/nova-rpc.xml:63(th) msgid "[oslo_messaging_amqp]" msgstr "" @@ -9303,19 +9299,19 @@ msgstr "" msgid "(StrOpt) address prefix used when sending to a specific server" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:95(td) ./doc/common/tables/glance-rpc.xml:88(td) ./doc/common/tables/ironic-ca.xml:22(td) ./doc/common/tables/ironic-rpc.xml:84(td) ./doc/common/tables/heat-conf-changes.xml:137(td) ./doc/common/tables/glance-conf-changes.xml:257(td) ./doc/common/tables/neutron-conf-changes.xml:509(td) ./doc/common/tables/keystone-conf-changes.xml:189(td) ./doc/common/tables/ceilometer-conf-changes.xml:153(td) ./doc/common/tables/keystone-rpc.xml:73(td) ./doc/common/tables/sahara-conf-changes.xml:161(td) ./doc/common/tables/trove-conf-changes.xml:181(td) ./doc/common/tables/nova-conf-changes.xml:365(td) ./doc/common/tables/ceilometer-rpc.xml:84(td) ./doc/common/tables/trove-rpc.xml:81(td) ./doc/common/tables/sahara-rpc.xml:73(td) ./doc/common/tables/cinder-rpc.xml:88(td) ./doc/common/tables/heat-rpc.xml:77(td) ./doc/common/tables/nova-rpc.xml:91(td) ./doc/common/tables/cinder-conf-changes.xml:421(td) +#: ./doc/common/tables/neutron-rpc.xml:95(td) ./doc/common/tables/glance-rpc.xml:88(td) ./doc/common/tables/ironic-rpc.xml:84(td) ./doc/common/tables/heat-conf-changes.xml:137(td) ./doc/common/tables/glance-conf-changes.xml:257(td) ./doc/common/tables/neutron-conf-changes.xml:509(td) ./doc/common/tables/keystone-conf-changes.xml:189(td) ./doc/common/tables/ceilometer-conf-changes.xml:153(td) ./doc/common/tables/keystone-rpc.xml:73(td) ./doc/common/tables/sahara-conf-changes.xml:161(td) ./doc/common/tables/trove-conf-changes.xml:181(td) ./doc/common/tables/nova-conf-changes.xml:365(td) ./doc/common/tables/ceilometer-rpc.xml:84(td) ./doc/common/tables/trove-rpc.xml:81(td) ./doc/common/tables/sahara-rpc.xml:73(td) ./doc/common/tables/cinder-rpc.xml:88(td) ./doc/common/tables/heat-rpc.xml:77(td) ./doc/common/tables/nova-rpc.xml:91(td) ./doc/common/tables/cinder-conf-changes.xml:421(td) msgid "(StrOpt) CA certificate PEM file for verifing server certificate" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:99(td) ./doc/common/tables/glance-rpc.xml:92(td) ./doc/common/tables/ironic-ca.xml:26(td) ./doc/common/tables/ironic-rpc.xml:88(td) ./doc/common/tables/heat-conf-changes.xml:141(td) ./doc/common/tables/glance-conf-changes.xml:261(td) ./doc/common/tables/neutron-conf-changes.xml:513(td) ./doc/common/tables/keystone-conf-changes.xml:193(td) ./doc/common/tables/ceilometer-conf-changes.xml:157(td) ./doc/common/tables/keystone-rpc.xml:77(td) ./doc/common/tables/sahara-conf-changes.xml:165(td) ./doc/common/tables/trove-conf-changes.xml:185(td) ./doc/common/tables/nova-conf-changes.xml:369(td) ./doc/common/tables/ceilometer-rpc.xml:88(td) ./doc/common/tables/trove-rpc.xml:85(td) ./doc/common/tables/sahara-rpc.xml:77(td) ./doc/common/tables/cinder-rpc.xml:92(td) ./doc/common/tables/heat-rpc.xml:81(td) ./doc/common/tables/nova-rpc.xml:95(td) ./doc/common/tables/cinder-conf-changes.xml:425(td) +#: ./doc/common/tables/neutron-rpc.xml:99(td) ./doc/common/tables/glance-rpc.xml:92(td) ./doc/common/tables/ironic-rpc.xml:88(td) ./doc/common/tables/heat-conf-changes.xml:141(td) ./doc/common/tables/glance-conf-changes.xml:261(td) ./doc/common/tables/neutron-conf-changes.xml:513(td) ./doc/common/tables/keystone-conf-changes.xml:193(td) ./doc/common/tables/ceilometer-conf-changes.xml:157(td) ./doc/common/tables/keystone-rpc.xml:77(td) ./doc/common/tables/sahara-conf-changes.xml:165(td) ./doc/common/tables/trove-conf-changes.xml:185(td) ./doc/common/tables/nova-conf-changes.xml:369(td) ./doc/common/tables/ceilometer-rpc.xml:88(td) ./doc/common/tables/trove-rpc.xml:85(td) ./doc/common/tables/sahara-rpc.xml:77(td) ./doc/common/tables/cinder-rpc.xml:92(td) ./doc/common/tables/heat-rpc.xml:81(td) ./doc/common/tables/nova-rpc.xml:95(td) ./doc/common/tables/cinder-conf-changes.xml:425(td) msgid "(StrOpt) Identifying certificate PEM file to present to clients" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:103(td) ./doc/common/tables/glance-rpc.xml:96(td) ./doc/common/tables/ironic-ca.xml:30(td) ./doc/common/tables/ironic-rpc.xml:92(td) ./doc/common/tables/heat-conf-changes.xml:145(td) ./doc/common/tables/glance-conf-changes.xml:265(td) ./doc/common/tables/neutron-conf-changes.xml:517(td) ./doc/common/tables/keystone-conf-changes.xml:197(td) ./doc/common/tables/ceilometer-conf-changes.xml:161(td) ./doc/common/tables/keystone-rpc.xml:81(td) ./doc/common/tables/sahara-conf-changes.xml:169(td) ./doc/common/tables/trove-conf-changes.xml:189(td) ./doc/common/tables/nova-conf-changes.xml:373(td) ./doc/common/tables/ceilometer-rpc.xml:92(td) ./doc/common/tables/trove-rpc.xml:89(td) ./doc/common/tables/sahara-rpc.xml:81(td) ./doc/common/tables/cinder-rpc.xml:96(td) ./doc/common/tables/heat-rpc.xml:85(td) ./doc/common/tables/nova-rpc.xml:99(td) ./doc/common/tables/cinder-conf-changes.xml:429(td) +#: ./doc/common/tables/neutron-rpc.xml:103(td) ./doc/common/tables/glance-rpc.xml:96(td) ./doc/common/tables/ironic-rpc.xml:92(td) ./doc/common/tables/heat-conf-changes.xml:145(td) ./doc/common/tables/glance-conf-changes.xml:265(td) ./doc/common/tables/neutron-conf-changes.xml:517(td) ./doc/common/tables/keystone-conf-changes.xml:197(td) ./doc/common/tables/ceilometer-conf-changes.xml:161(td) ./doc/common/tables/keystone-rpc.xml:81(td) ./doc/common/tables/sahara-conf-changes.xml:169(td) ./doc/common/tables/trove-conf-changes.xml:189(td) ./doc/common/tables/nova-conf-changes.xml:373(td) ./doc/common/tables/ceilometer-rpc.xml:92(td) ./doc/common/tables/trove-rpc.xml:89(td) ./doc/common/tables/sahara-rpc.xml:81(td) ./doc/common/tables/cinder-rpc.xml:96(td) ./doc/common/tables/heat-rpc.xml:85(td) ./doc/common/tables/nova-rpc.xml:99(td) ./doc/common/tables/cinder-conf-changes.xml:429(td) msgid "(StrOpt) Private key PEM file used to sign cert_file certificate" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:107(td) ./doc/common/tables/glance-rpc.xml:100(td) ./doc/common/tables/ironic-ca.xml:34(td) ./doc/common/tables/ironic-rpc.xml:96(td) ./doc/common/tables/heat-conf-changes.xml:149(td) ./doc/common/tables/glance-conf-changes.xml:269(td) ./doc/common/tables/neutron-conf-changes.xml:521(td) ./doc/common/tables/keystone-conf-changes.xml:201(td) ./doc/common/tables/ceilometer-conf-changes.xml:165(td) ./doc/common/tables/keystone-rpc.xml:85(td) ./doc/common/tables/sahara-conf-changes.xml:173(td) ./doc/common/tables/trove-conf-changes.xml:193(td) ./doc/common/tables/nova-conf-changes.xml:377(td) ./doc/common/tables/ceilometer-rpc.xml:96(td) ./doc/common/tables/trove-rpc.xml:93(td) ./doc/common/tables/sahara-rpc.xml:85(td) ./doc/common/tables/cinder-rpc.xml:100(td) ./doc/common/tables/heat-rpc.xml:89(td) ./doc/common/tables/nova-rpc.xml:103(td) ./doc/common/tables/cinder-conf-changes.xml:433(td) +#: ./doc/common/tables/neutron-rpc.xml:107(td) ./doc/common/tables/glance-rpc.xml:100(td) ./doc/common/tables/ironic-rpc.xml:96(td) ./doc/common/tables/heat-conf-changes.xml:149(td) ./doc/common/tables/glance-conf-changes.xml:269(td) ./doc/common/tables/neutron-conf-changes.xml:521(td) ./doc/common/tables/keystone-conf-changes.xml:201(td) ./doc/common/tables/ceilometer-conf-changes.xml:165(td) ./doc/common/tables/keystone-rpc.xml:85(td) ./doc/common/tables/sahara-conf-changes.xml:173(td) ./doc/common/tables/trove-conf-changes.xml:193(td) ./doc/common/tables/nova-conf-changes.xml:377(td) ./doc/common/tables/ceilometer-rpc.xml:96(td) ./doc/common/tables/trove-rpc.xml:93(td) ./doc/common/tables/sahara-rpc.xml:85(td) ./doc/common/tables/cinder-rpc.xml:100(td) ./doc/common/tables/heat-rpc.xml:89(td) ./doc/common/tables/nova-rpc.xml:103(td) ./doc/common/tables/cinder-conf-changes.xml:433(td) msgid "(StrOpt) Password for decrypting ssl_key_file (if encrypted)" msgstr "" @@ -9323,190 +9319,6 @@ msgstr "" msgid "(BoolOpt) Debug: dump AMQP frames to stdout" msgstr "" -#: ./doc/common/tables/neutron-rpc.xml:114(th) ./doc/common/tables/cinder-qpid.xml:18(th) ./doc/common/tables/glance-rpc.xml:107(th) ./doc/common/tables/ironic-rpc.xml:103(th) ./doc/common/tables/trove-rpc.xml:100(th) ./doc/common/tables/sahara-rpc.xml:92(th) ./doc/common/tables/heat-rpc.xml:96(th) ./doc/common/tables/nova-rpc.xml:110(th) ./doc/common/tables/keystone-qpid.xml:18(th) ./doc/common/tables/ceilometer-qpid.xml:18(th) -msgid "[oslo_messaging_qpid]" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:118(td) ./doc/common/tables/neutron-rpc.xml:177(td) ./doc/common/tables/cinder-qpid.xml:22(td) ./doc/common/tables/glance-rpc.xml:111(td) ./doc/common/tables/glance-rpc.xml:170(td) ./doc/common/tables/cinder-rabbitmq.xml:22(td) ./doc/common/tables/ironic-rpc.xml:107(td) ./doc/common/tables/ironic-rpc.xml:166(td) ./doc/common/tables/heat-conf-changes.xml:157(td) ./doc/common/tables/heat-conf-changes.xml:213(td) ./doc/common/tables/glance-conf-changes.xml:277(td) ./doc/common/tables/glance-conf-changes.xml:333(td) ./doc/common/tables/neutron-conf-changes.xml:529(td) ./doc/common/tables/neutron-conf-changes.xml:585(td) ./doc/common/tables/keystone-conf-changes.xml:209(td) ./doc/common/tables/keystone-conf-changes.xml:265(td) ./doc/common/tables/ceilometer-conf-changes.xml:173(td) ./doc/common/tables/ceilometer-conf-changes.xml:229(td) ./doc/common/tables/sahara-conf-changes.xml:181(td) ./doc/common/tables/sahara-conf-changes.xml:237(td) ./doc/common/tables/trove-conf-changes.xml:201(td) ./doc/common/tables/trove-conf-changes.xml:257(td) ./doc/common/tables/nova-conf-changes.xml:385(td) ./doc/common/tables/nova-conf-changes.xml:441(td) ./doc/common/tables/keystone-rabbitmq.xml:22(td) ./doc/common/tables/trove-rpc.xml:104(td) ./doc/common/tables/trove-rpc.xml:163(td) ./doc/common/tables/sahara-rpc.xml:96(td) ./doc/common/tables/sahara-rpc.xml:155(td) ./doc/common/tables/heat-rpc.xml:100(td) ./doc/common/tables/heat-rpc.xml:159(td) ./doc/common/tables/nova-rpc.xml:114(td) ./doc/common/tables/nova-rpc.xml:173(td) ./doc/common/tables/keystone-qpid.xml:22(td) ./doc/common/tables/ceilometer-qpid.xml:22(td) ./doc/common/tables/ceilometer-rabbitmq.xml:22(td) ./doc/common/tables/cinder-conf-changes.xml:441(td) ./doc/common/tables/cinder-conf-changes.xml:497(td) -msgid "(BoolOpt) Auto-delete queues in AMQP." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:122(td) ./doc/common/tables/neutron-rpc.xml:181(td) ./doc/common/tables/cinder-qpid.xml:26(td) ./doc/common/tables/glance-rpc.xml:115(td) ./doc/common/tables/glance-rpc.xml:174(td) ./doc/common/tables/cinder-rabbitmq.xml:26(td) ./doc/common/tables/ironic-rpc.xml:111(td) ./doc/common/tables/ironic-rpc.xml:170(td) ./doc/common/tables/heat-conf-changes.xml:161(td) ./doc/common/tables/heat-conf-changes.xml:217(td) ./doc/common/tables/glance-conf-changes.xml:281(td) ./doc/common/tables/glance-conf-changes.xml:337(td) ./doc/common/tables/neutron-conf-changes.xml:533(td) ./doc/common/tables/neutron-conf-changes.xml:589(td) ./doc/common/tables/keystone-conf-changes.xml:213(td) ./doc/common/tables/keystone-conf-changes.xml:269(td) ./doc/common/tables/ceilometer-conf-changes.xml:177(td) ./doc/common/tables/ceilometer-conf-changes.xml:233(td) ./doc/common/tables/sahara-conf-changes.xml:185(td) ./doc/common/tables/sahara-conf-changes.xml:241(td) ./doc/common/tables/trove-conf-changes.xml:205(td) ./doc/common/tables/trove-conf-changes.xml:261(td) ./doc/common/tables/nova-conf-changes.xml:389(td) ./doc/common/tables/nova-conf-changes.xml:445(td) ./doc/common/tables/keystone-rabbitmq.xml:26(td) ./doc/common/tables/trove-rpc.xml:108(td) ./doc/common/tables/trove-rpc.xml:167(td) ./doc/common/tables/sahara-rpc.xml:100(td) ./doc/common/tables/sahara-rpc.xml:159(td) ./doc/common/tables/heat-rpc.xml:104(td) ./doc/common/tables/heat-rpc.xml:163(td) ./doc/common/tables/nova-rpc.xml:118(td) ./doc/common/tables/nova-rpc.xml:177(td) ./doc/common/tables/keystone-qpid.xml:26(td) ./doc/common/tables/ceilometer-qpid.xml:26(td) ./doc/common/tables/ceilometer-rabbitmq.xml:26(td) ./doc/common/tables/cinder-conf-changes.xml:445(td) ./doc/common/tables/cinder-conf-changes.xml:501(td) -msgid "(BoolOpt) Use durable queues in AMQP." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:126(td) ./doc/common/tables/cinder-qpid.xml:30(td) ./doc/common/tables/trove-qpid.xml:22(td) ./doc/common/tables/glance-rpc.xml:119(td) ./doc/common/tables/heat-qpid.xml:22(td) ./doc/common/tables/ironic-rpc.xml:115(td) ./doc/common/tables/heat-conf-changes.xml:165(td) ./doc/common/tables/glance-conf-changes.xml:285(td) ./doc/common/tables/neutron-conf-changes.xml:537(td) ./doc/common/tables/keystone-conf-changes.xml:217(td) ./doc/common/tables/ceilometer-conf-changes.xml:181(td) ./doc/common/tables/sahara-conf-changes.xml:189(td) ./doc/common/tables/trove-conf-changes.xml:209(td) ./doc/common/tables/ironic-qpid.xml:22(td) ./doc/common/tables/nova-conf-changes.xml:393(td) ./doc/common/tables/trove-rpc.xml:112(td) ./doc/common/tables/nova-qpid.xml:22(td) ./doc/common/tables/sahara-rpc.xml:104(td) ./doc/common/tables/sahara-qpid.xml:22(td) ./doc/common/tables/heat-rpc.xml:108(td) ./doc/common/tables/neutron-qpid.xml:22(td) ./doc/common/tables/nova-rpc.xml:122(td) ./doc/common/tables/keystone-qpid.xml:30(td) ./doc/common/tables/ceilometer-qpid.xml:30(td) ./doc/common/tables/cinder-conf-changes.xml:449(td) -msgid "(IntOpt) Seconds between connection keepalive heartbeats." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:129(replaceable) ./doc/common/tables/neutron-rpc.xml:220(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:109(replaceable) ./doc/common/tables/cinder-qpid.xml:33(replaceable) ./doc/common/tables/glance-rbd.xml:29(replaceable) ./doc/common/tables/ceilometer-common.xml:21(replaceable) ./doc/common/tables/heat-common.xml:49(replaceable) ./doc/common/tables/sahara-zeromq.xml:29(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:45(replaceable) ./doc/common/tables/trove-qpid.xml:25(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:45(replaceable) ./doc/common/tables/glance-rpc.xml:122(replaceable) ./doc/common/tables/glance-rpc.xml:213(replaceable) ./doc/common/tables/nova-rabbitmq.xml:45(replaceable) ./doc/common/tables/heat-qpid.xml:25(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:65(replaceable) ./doc/common/tables/ironic-rpc.xml:118(replaceable) ./doc/common/tables/ironic-rpc.xml:209(replaceable) ./doc/common/tables/nova-compute.xml:45(replaceable) ./doc/common/tables/nova-zeromq.xml:29(replaceable) ./doc/common/tables/nova-common.xml:37(replaceable) ./doc/common/tables/heat-zeromq.xml:29(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:89(replaceable) ./doc/common/tables/cinder-zeromq.xml:29(replaceable) ./doc/common/tables/heat-rabbitmq.xml:45(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:101(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:29(replaceable) ./doc/common/tables/trove-rabbitmq.xml:45(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:50(replaceable) ./doc/common/tables/neutron-zeromq.xml:29(replaceable) ./doc/common/tables/cinder-common.xml:69(replaceable) ./doc/common/tables/ironic-qpid.xml:25(replaceable) ./doc/common/tables/neutron-plumgrid.xml:21(replaceable) ./doc/common/tables/glance-sheepdog.xml:21(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:65(replaceable) ./doc/common/tables/keystone-zeromq.xml:29(replaceable) ./doc/common/tables/glance-zeromq.xml:29(replaceable) ./doc/common/tables/trove-rpc.xml:115(replaceable) ./doc/common/tables/trove-rpc.xml:206(replaceable) ./doc/common/tables/nova-qpid.xml:25(replaceable) ./doc/common/tables/sahara-rpc.xml:107(replaceable) ./doc/common/tables/sahara-rpc.xml:198(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:49(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:45(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:50(replaceable) ./doc/common/tables/trove-zeromq.xml:29(replaceable) ./doc/common/tables/ironic-zeromq.xml:29(replaceable) ./doc/common/tables/sahara-qpid.xml:25(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:45(replaceable) ./doc/common/tables/heat-rpc.xml:111(replaceable) ./doc/common/tables/heat-rpc.xml:202(replaceable) ./doc/common/tables/nova-console.xml:21(replaceable) ./doc/common/tables/neutron-midonet.xml:21(replaceable) ./doc/common/tables/neutron-qpid.xml:25(replaceable) ./doc/common/tables/nova-rpc.xml:125(replaceable) ./doc/common/tables/nova-rpc.xml:216(replaceable) ./doc/common/tables/glance-common.xml:49(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:85(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:45(replaceable) ./doc/common/tables/neutron-common.xml:137(replaceable) ./doc/common/tables/keystone-qpid.xml:33(replaceable) ./doc/common/tables/ceilometer-qpid.xml:33(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:65(replaceable) -msgid "localhost" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:130(td) ./doc/common/tables/cinder-qpid.xml:34(td) ./doc/common/tables/trove-qpid.xml:26(td) ./doc/common/tables/glance-rpc.xml:123(td) ./doc/common/tables/heat-qpid.xml:26(td) ./doc/common/tables/ironic-rpc.xml:119(td) ./doc/common/tables/heat-conf-changes.xml:169(td) ./doc/common/tables/glance-conf-changes.xml:289(td) ./doc/common/tables/neutron-conf-changes.xml:541(td) ./doc/common/tables/keystone-conf-changes.xml:221(td) ./doc/common/tables/ceilometer-conf-changes.xml:185(td) ./doc/common/tables/sahara-conf-changes.xml:193(td) ./doc/common/tables/trove-conf-changes.xml:213(td) ./doc/common/tables/ironic-qpid.xml:26(td) ./doc/common/tables/nova-conf-changes.xml:397(td) ./doc/common/tables/trove-rpc.xml:116(td) ./doc/common/tables/nova-qpid.xml:26(td) ./doc/common/tables/sahara-rpc.xml:108(td) ./doc/common/tables/sahara-qpid.xml:26(td) ./doc/common/tables/heat-rpc.xml:112(td) ./doc/common/tables/neutron-qpid.xml:26(td) ./doc/common/tables/nova-rpc.xml:126(td) ./doc/common/tables/keystone-qpid.xml:34(td) ./doc/common/tables/ceilometer-qpid.xml:34(td) ./doc/common/tables/cinder-conf-changes.xml:453(td) -msgid "(StrOpt) Qpid broker hostname." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:133(replaceable) ./doc/common/tables/cinder-qpid.xml:37(replaceable) ./doc/common/tables/trove-qpid.xml:29(replaceable) ./doc/common/tables/glance-rpc.xml:126(replaceable) ./doc/common/tables/heat-qpid.xml:29(replaceable) ./doc/common/tables/ironic-rpc.xml:122(replaceable) ./doc/common/tables/ironic-qpid.xml:29(replaceable) ./doc/common/tables/trove-rpc.xml:119(replaceable) ./doc/common/tables/nova-qpid.xml:29(replaceable) ./doc/common/tables/sahara-rpc.xml:111(replaceable) ./doc/common/tables/sahara-qpid.xml:29(replaceable) ./doc/common/tables/heat-rpc.xml:115(replaceable) ./doc/common/tables/neutron-qpid.xml:29(replaceable) ./doc/common/tables/nova-rpc.xml:129(replaceable) ./doc/common/tables/keystone-qpid.xml:37(replaceable) ./doc/common/tables/ceilometer-qpid.xml:37(replaceable) -msgid "$qpid_hostname:$qpid_port" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:134(td) ./doc/common/tables/cinder-qpid.xml:38(td) ./doc/common/tables/trove-qpid.xml:30(td) ./doc/common/tables/glance-rpc.xml:127(td) ./doc/common/tables/heat-qpid.xml:30(td) ./doc/common/tables/ironic-rpc.xml:123(td) ./doc/common/tables/heat-conf-changes.xml:173(td) ./doc/common/tables/glance-conf-changes.xml:293(td) ./doc/common/tables/neutron-conf-changes.xml:545(td) ./doc/common/tables/keystone-conf-changes.xml:225(td) ./doc/common/tables/ceilometer-conf-changes.xml:189(td) ./doc/common/tables/sahara-conf-changes.xml:197(td) ./doc/common/tables/trove-conf-changes.xml:217(td) ./doc/common/tables/ironic-qpid.xml:30(td) ./doc/common/tables/nova-conf-changes.xml:401(td) ./doc/common/tables/trove-rpc.xml:120(td) ./doc/common/tables/nova-qpid.xml:30(td) ./doc/common/tables/sahara-rpc.xml:112(td) ./doc/common/tables/sahara-qpid.xml:30(td) ./doc/common/tables/heat-rpc.xml:116(td) ./doc/common/tables/neutron-qpid.xml:30(td) ./doc/common/tables/nova-rpc.xml:130(td) ./doc/common/tables/keystone-qpid.xml:38(td) ./doc/common/tables/ceilometer-qpid.xml:38(td) ./doc/common/tables/cinder-conf-changes.xml:457(td) -msgid "(ListOpt) Qpid HA cluster host:port pairs." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:138(td) ./doc/common/tables/cinder-qpid.xml:42(td) ./doc/common/tables/trove-qpid.xml:34(td) ./doc/common/tables/glance-rpc.xml:131(td) ./doc/common/tables/heat-qpid.xml:34(td) ./doc/common/tables/ironic-rpc.xml:127(td) ./doc/common/tables/heat-conf-changes.xml:177(td) ./doc/common/tables/glance-conf-changes.xml:297(td) ./doc/common/tables/neutron-conf-changes.xml:549(td) ./doc/common/tables/keystone-conf-changes.xml:229(td) ./doc/common/tables/ceilometer-conf-changes.xml:193(td) ./doc/common/tables/sahara-conf-changes.xml:201(td) ./doc/common/tables/trove-conf-changes.xml:221(td) ./doc/common/tables/ironic-qpid.xml:34(td) ./doc/common/tables/nova-conf-changes.xml:405(td) ./doc/common/tables/trove-rpc.xml:124(td) ./doc/common/tables/nova-qpid.xml:34(td) ./doc/common/tables/sahara-rpc.xml:116(td) ./doc/common/tables/sahara-qpid.xml:34(td) ./doc/common/tables/heat-rpc.xml:120(td) ./doc/common/tables/neutron-qpid.xml:34(td) ./doc/common/tables/nova-rpc.xml:134(td) ./doc/common/tables/keystone-qpid.xml:42(td) ./doc/common/tables/ceilometer-qpid.xml:42(td) ./doc/common/tables/cinder-conf-changes.xml:461(td) -msgid "(StrOpt) Password for Qpid connection." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:141(replaceable) ./doc/common/tables/neutron-rpc.xml:240(replaceable) ./doc/common/tables/cinder-qpid.xml:45(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:65(replaceable) ./doc/common/tables/trove-qpid.xml:37(replaceable) ./doc/common/tables/glance-rpc.xml:134(replaceable) ./doc/common/tables/glance-rpc.xml:233(replaceable) ./doc/common/tables/nova-rabbitmq.xml:65(replaceable) ./doc/common/tables/heat-qpid.xml:37(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:85(replaceable) ./doc/common/tables/ironic-rpc.xml:130(replaceable) ./doc/common/tables/ironic-rpc.xml:229(replaceable) ./doc/common/tables/heat-rabbitmq.xml:65(replaceable) ./doc/common/tables/trove-rabbitmq.xml:65(replaceable) ./doc/common/tables/ironic-qpid.xml:37(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:85(replaceable) ./doc/common/tables/trove-rpc.xml:127(replaceable) ./doc/common/tables/trove-rpc.xml:226(replaceable) ./doc/common/tables/nova-qpid.xml:37(replaceable) ./doc/common/tables/sahara-rpc.xml:119(replaceable) ./doc/common/tables/sahara-rpc.xml:218(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:65(replaceable) ./doc/common/tables/sahara-qpid.xml:37(replaceable) ./doc/common/tables/heat-rpc.xml:123(replaceable) ./doc/common/tables/heat-rpc.xml:222(replaceable) ./doc/common/tables/neutron-qpid.xml:37(replaceable) ./doc/common/tables/nova-rpc.xml:137(replaceable) ./doc/common/tables/nova-rpc.xml:236(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:65(replaceable) ./doc/common/tables/keystone-qpid.xml:45(replaceable) ./doc/common/tables/ceilometer-qpid.xml:45(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:85(replaceable) -msgid "5672" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:142(td) ./doc/common/tables/cinder-qpid.xml:46(td) ./doc/common/tables/trove-qpid.xml:38(td) ./doc/common/tables/glance-rpc.xml:135(td) ./doc/common/tables/heat-qpid.xml:38(td) ./doc/common/tables/ironic-rpc.xml:131(td) ./doc/common/tables/heat-conf-changes.xml:181(td) ./doc/common/tables/glance-conf-changes.xml:301(td) ./doc/common/tables/neutron-conf-changes.xml:553(td) ./doc/common/tables/keystone-conf-changes.xml:233(td) ./doc/common/tables/ceilometer-conf-changes.xml:197(td) ./doc/common/tables/sahara-conf-changes.xml:205(td) ./doc/common/tables/trove-conf-changes.xml:225(td) ./doc/common/tables/ironic-qpid.xml:38(td) ./doc/common/tables/nova-conf-changes.xml:409(td) ./doc/common/tables/trove-rpc.xml:128(td) ./doc/common/tables/nova-qpid.xml:38(td) ./doc/common/tables/sahara-rpc.xml:120(td) ./doc/common/tables/sahara-qpid.xml:38(td) ./doc/common/tables/heat-rpc.xml:124(td) ./doc/common/tables/neutron-qpid.xml:38(td) ./doc/common/tables/nova-rpc.xml:138(td) ./doc/common/tables/keystone-qpid.xml:46(td) ./doc/common/tables/ceilometer-qpid.xml:46(td) ./doc/common/tables/cinder-conf-changes.xml:465(td) -msgid "(IntOpt) Qpid broker port." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:145(replaceable) ./doc/common/tables/cinder-qpid.xml:49(replaceable) ./doc/common/tables/trove-qpid.xml:41(replaceable) ./doc/common/tables/glance-rpc.xml:138(replaceable) ./doc/common/tables/heat-qpid.xml:41(replaceable) ./doc/common/tables/ironic-rpc.xml:134(replaceable) ./doc/common/tables/ironic-qpid.xml:41(replaceable) ./doc/common/tables/trove-rpc.xml:131(replaceable) ./doc/common/tables/nova-qpid.xml:41(replaceable) ./doc/common/tables/sahara-rpc.xml:123(replaceable) ./doc/common/tables/sahara-qpid.xml:41(replaceable) ./doc/common/tables/heat-rpc.xml:127(replaceable) ./doc/common/tables/neutron-qpid.xml:41(replaceable) ./doc/common/tables/nova-rpc.xml:141(replaceable) ./doc/common/tables/keystone-qpid.xml:49(replaceable) ./doc/common/tables/ceilometer-qpid.xml:49(replaceable) -msgid "tcp" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:146(td) ./doc/common/tables/cinder-qpid.xml:50(td) ./doc/common/tables/trove-qpid.xml:42(td) ./doc/common/tables/glance-rpc.xml:139(td) ./doc/common/tables/heat-qpid.xml:42(td) ./doc/common/tables/ironic-rpc.xml:135(td) ./doc/common/tables/heat-conf-changes.xml:185(td) ./doc/common/tables/glance-conf-changes.xml:305(td) ./doc/common/tables/neutron-conf-changes.xml:557(td) ./doc/common/tables/keystone-conf-changes.xml:237(td) ./doc/common/tables/ceilometer-conf-changes.xml:201(td) ./doc/common/tables/sahara-conf-changes.xml:209(td) ./doc/common/tables/trove-conf-changes.xml:229(td) ./doc/common/tables/ironic-qpid.xml:42(td) ./doc/common/tables/nova-conf-changes.xml:413(td) ./doc/common/tables/trove-rpc.xml:132(td) ./doc/common/tables/nova-qpid.xml:42(td) ./doc/common/tables/sahara-rpc.xml:124(td) ./doc/common/tables/sahara-qpid.xml:42(td) ./doc/common/tables/heat-rpc.xml:128(td) ./doc/common/tables/neutron-qpid.xml:42(td) ./doc/common/tables/nova-rpc.xml:142(td) ./doc/common/tables/keystone-qpid.xml:50(td) ./doc/common/tables/ceilometer-qpid.xml:50(td) ./doc/common/tables/cinder-conf-changes.xml:469(td) -msgid "(StrOpt) Transport to use, either 'tcp' or 'ssl'." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:150(td) ./doc/common/tables/cinder-qpid.xml:54(td) ./doc/common/tables/trove-qpid.xml:46(td) ./doc/common/tables/glance-rpc.xml:143(td) ./doc/common/tables/heat-qpid.xml:46(td) ./doc/common/tables/ironic-rpc.xml:139(td) ./doc/common/tables/heat-conf-changes.xml:189(td) ./doc/common/tables/glance-conf-changes.xml:309(td) ./doc/common/tables/neutron-conf-changes.xml:561(td) ./doc/common/tables/keystone-conf-changes.xml:241(td) ./doc/common/tables/ceilometer-conf-changes.xml:205(td) ./doc/common/tables/sahara-conf-changes.xml:213(td) ./doc/common/tables/trove-conf-changes.xml:233(td) ./doc/common/tables/ironic-qpid.xml:46(td) ./doc/common/tables/nova-conf-changes.xml:417(td) ./doc/common/tables/trove-rpc.xml:136(td) ./doc/common/tables/nova-qpid.xml:46(td) ./doc/common/tables/sahara-rpc.xml:128(td) ./doc/common/tables/sahara-qpid.xml:46(td) ./doc/common/tables/heat-rpc.xml:132(td) ./doc/common/tables/neutron-qpid.xml:46(td) ./doc/common/tables/nova-rpc.xml:146(td) ./doc/common/tables/keystone-qpid.xml:54(td) ./doc/common/tables/ceilometer-qpid.xml:54(td) ./doc/common/tables/cinder-conf-changes.xml:473(td) -msgid "(IntOpt) The number of prefetched messages held by receiver." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:154(td) ./doc/common/tables/cinder-qpid.xml:58(td) ./doc/common/tables/trove-qpid.xml:50(td) ./doc/common/tables/glance-rpc.xml:147(td) ./doc/common/tables/heat-qpid.xml:50(td) ./doc/common/tables/ironic-rpc.xml:143(td) ./doc/common/tables/heat-conf-changes.xml:193(td) ./doc/common/tables/glance-conf-changes.xml:313(td) ./doc/common/tables/neutron-conf-changes.xml:565(td) ./doc/common/tables/keystone-conf-changes.xml:245(td) ./doc/common/tables/ceilometer-conf-changes.xml:209(td) ./doc/common/tables/sahara-conf-changes.xml:217(td) ./doc/common/tables/trove-conf-changes.xml:237(td) ./doc/common/tables/ironic-qpid.xml:50(td) ./doc/common/tables/nova-conf-changes.xml:421(td) ./doc/common/tables/trove-rpc.xml:140(td) ./doc/common/tables/nova-qpid.xml:50(td) ./doc/common/tables/sahara-rpc.xml:132(td) ./doc/common/tables/sahara-qpid.xml:50(td) ./doc/common/tables/heat-rpc.xml:136(td) ./doc/common/tables/neutron-qpid.xml:50(td) ./doc/common/tables/nova-rpc.xml:150(td) ./doc/common/tables/keystone-qpid.xml:58(td) ./doc/common/tables/ceilometer-qpid.xml:58(td) ./doc/common/tables/cinder-conf-changes.xml:477(td) -msgid "(StrOpt) Space separated list of SASL mechanisms to use for auth." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:158(td) ./doc/common/tables/cinder-qpid.xml:62(td) ./doc/common/tables/trove-qpid.xml:54(td) ./doc/common/tables/glance-rpc.xml:151(td) ./doc/common/tables/heat-qpid.xml:54(td) ./doc/common/tables/ironic-rpc.xml:147(td) ./doc/common/tables/heat-conf-changes.xml:197(td) ./doc/common/tables/glance-conf-changes.xml:317(td) ./doc/common/tables/neutron-conf-changes.xml:569(td) ./doc/common/tables/keystone-conf-changes.xml:249(td) ./doc/common/tables/ceilometer-conf-changes.xml:213(td) ./doc/common/tables/sahara-conf-changes.xml:221(td) ./doc/common/tables/trove-conf-changes.xml:241(td) ./doc/common/tables/ironic-qpid.xml:54(td) ./doc/common/tables/nova-conf-changes.xml:425(td) ./doc/common/tables/trove-rpc.xml:144(td) ./doc/common/tables/nova-qpid.xml:54(td) ./doc/common/tables/sahara-rpc.xml:136(td) ./doc/common/tables/sahara-qpid.xml:54(td) ./doc/common/tables/heat-rpc.xml:140(td) ./doc/common/tables/neutron-qpid.xml:54(td) ./doc/common/tables/nova-rpc.xml:154(td) ./doc/common/tables/keystone-qpid.xml:62(td) ./doc/common/tables/ceilometer-qpid.xml:62(td) ./doc/common/tables/cinder-conf-changes.xml:481(td) -msgid "(BoolOpt) Whether to disable the Nagle algorithm." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:162(td) ./doc/common/tables/cinder-qpid.xml:66(td) ./doc/common/tables/trove-qpid.xml:58(td) ./doc/common/tables/glance-rpc.xml:155(td) ./doc/common/tables/heat-qpid.xml:58(td) ./doc/common/tables/ironic-rpc.xml:151(td) ./doc/common/tables/heat-conf-changes.xml:201(td) ./doc/common/tables/glance-conf-changes.xml:321(td) ./doc/common/tables/neutron-conf-changes.xml:573(td) ./doc/common/tables/keystone-conf-changes.xml:253(td) ./doc/common/tables/ceilometer-conf-changes.xml:217(td) ./doc/common/tables/sahara-conf-changes.xml:225(td) ./doc/common/tables/trove-conf-changes.xml:245(td) ./doc/common/tables/ironic-qpid.xml:58(td) ./doc/common/tables/nova-conf-changes.xml:429(td) ./doc/common/tables/trove-rpc.xml:148(td) ./doc/common/tables/nova-qpid.xml:58(td) ./doc/common/tables/sahara-rpc.xml:140(td) ./doc/common/tables/sahara-qpid.xml:58(td) ./doc/common/tables/heat-rpc.xml:144(td) ./doc/common/tables/neutron-qpid.xml:58(td) ./doc/common/tables/nova-rpc.xml:158(td) ./doc/common/tables/keystone-qpid.xml:66(td) ./doc/common/tables/ceilometer-qpid.xml:66(td) ./doc/common/tables/cinder-conf-changes.xml:485(td) -msgid "(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:166(td) ./doc/common/tables/cinder-qpid.xml:70(td) ./doc/common/tables/trove-qpid.xml:62(td) ./doc/common/tables/glance-rpc.xml:159(td) ./doc/common/tables/heat-qpid.xml:62(td) ./doc/common/tables/ironic-rpc.xml:155(td) ./doc/common/tables/heat-conf-changes.xml:205(td) ./doc/common/tables/glance-conf-changes.xml:325(td) ./doc/common/tables/neutron-conf-changes.xml:577(td) ./doc/common/tables/keystone-conf-changes.xml:257(td) ./doc/common/tables/ceilometer-conf-changes.xml:221(td) ./doc/common/tables/sahara-conf-changes.xml:229(td) ./doc/common/tables/trove-conf-changes.xml:249(td) ./doc/common/tables/ironic-qpid.xml:62(td) ./doc/common/tables/nova-conf-changes.xml:433(td) ./doc/common/tables/trove-rpc.xml:152(td) ./doc/common/tables/nova-qpid.xml:62(td) ./doc/common/tables/sahara-rpc.xml:144(td) ./doc/common/tables/sahara-qpid.xml:62(td) ./doc/common/tables/heat-rpc.xml:148(td) ./doc/common/tables/neutron-qpid.xml:62(td) ./doc/common/tables/nova-rpc.xml:162(td) ./doc/common/tables/keystone-qpid.xml:70(td) ./doc/common/tables/ceilometer-qpid.xml:70(td) ./doc/common/tables/cinder-conf-changes.xml:489(td) -msgid "(StrOpt) Username for Qpid connection." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:170(td) ./doc/common/tables/neutron-rpc.xml:265(td) ./doc/common/tables/cinder-qpid.xml:74(td) ./doc/common/tables/glance-rpc.xml:163(td) ./doc/common/tables/glance-rpc.xml:258(td) ./doc/common/tables/cinder-rabbitmq.xml:110(td) ./doc/common/tables/ironic-rpc.xml:159(td) ./doc/common/tables/ironic-rpc.xml:254(td) ./doc/common/tables/heat-conf-changes.xml:209(td) ./doc/common/tables/heat-conf-changes.xml:301(td) ./doc/common/tables/glance-conf-changes.xml:329(td) ./doc/common/tables/glance-conf-changes.xml:421(td) ./doc/common/tables/neutron-conf-changes.xml:581(td) ./doc/common/tables/neutron-conf-changes.xml:673(td) ./doc/common/tables/keystone-conf-changes.xml:261(td) ./doc/common/tables/keystone-conf-changes.xml:353(td) ./doc/common/tables/ceilometer-conf-changes.xml:225(td) ./doc/common/tables/ceilometer-conf-changes.xml:317(td) ./doc/common/tables/sahara-conf-changes.xml:233(td) ./doc/common/tables/sahara-conf-changes.xml:325(td) ./doc/common/tables/trove-conf-changes.xml:253(td) ./doc/common/tables/trove-conf-changes.xml:345(td) ./doc/common/tables/nova-conf-changes.xml:437(td) ./doc/common/tables/nova-conf-changes.xml:529(td) ./doc/common/tables/keystone-rabbitmq.xml:110(td) ./doc/common/tables/trove-rpc.xml:156(td) ./doc/common/tables/trove-rpc.xml:251(td) ./doc/common/tables/sahara-rpc.xml:148(td) ./doc/common/tables/sahara-rpc.xml:243(td) ./doc/common/tables/heat-rpc.xml:152(td) ./doc/common/tables/heat-rpc.xml:247(td) ./doc/common/tables/nova-rpc.xml:166(td) ./doc/common/tables/nova-rpc.xml:261(td) ./doc/common/tables/keystone-qpid.xml:74(td) ./doc/common/tables/ceilometer-qpid.xml:74(td) ./doc/common/tables/ceilometer-rabbitmq.xml:110(td) ./doc/common/tables/cinder-conf-changes.xml:493(td) ./doc/common/tables/cinder-conf-changes.xml:585(td) -msgid "(IntOpt) Size of RPC connection pool." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:173(th) ./doc/common/tables/glance-rpc.xml:166(th) ./doc/common/tables/cinder-rabbitmq.xml:18(th) ./doc/common/tables/ironic-rpc.xml:162(th) ./doc/common/tables/keystone-rabbitmq.xml:18(th) ./doc/common/tables/trove-rpc.xml:159(th) ./doc/common/tables/sahara-rpc.xml:151(th) ./doc/common/tables/heat-rpc.xml:155(th) ./doc/common/tables/nova-rpc.xml:169(th) ./doc/common/tables/ceilometer-rabbitmq.xml:18(th) -msgid "[oslo_messaging_rabbit]" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:185(td) ./doc/common/tables/keystone-testing.xml:22(td) ./doc/common/tables/glance-rpc.xml:178(td) ./doc/common/tables/cinder-rabbitmq.xml:30(td) ./doc/common/tables/cinder-testing.xml:22(td) ./doc/common/tables/ironic-rpc.xml:174(td) ./doc/common/tables/heat-conf-changes.xml:221(td) ./doc/common/tables/glance-conf-changes.xml:341(td) ./doc/common/tables/neutron-conf-changes.xml:593(td) ./doc/common/tables/keystone-conf-changes.xml:273(td) ./doc/common/tables/ceilometer-conf-changes.xml:237(td) ./doc/common/tables/sahara-conf-changes.xml:245(td) ./doc/common/tables/trove-conf-changes.xml:265(td) ./doc/common/tables/sahara-testing.xml:22(td) ./doc/common/tables/nova-conf-changes.xml:449(td) ./doc/common/tables/trove-testing.xml:22(td) ./doc/common/tables/keystone-rabbitmq.xml:30(td) ./doc/common/tables/trove-rpc.xml:171(td) ./doc/common/tables/sahara-rpc.xml:163(td) ./doc/common/tables/neutron-testing.xml:22(td) ./doc/common/tables/ironic-testing.xml:22(td) ./doc/common/tables/heat-rpc.xml:167(td) ./doc/common/tables/nova-rpc.xml:181(td) ./doc/common/tables/ceilometer-testing.xml:22(td) ./doc/common/tables/ceilometer-rabbitmq.xml:30(td) ./doc/common/tables/cinder-conf-changes.xml:505(td) -msgid "(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:188(replaceable) ./doc/common/tables/neutron-rpc.xml:244(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:21(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:69(replaceable) ./doc/common/tables/nova-ironic.xml:49(replaceable) ./doc/common/tables/glance-rpc.xml:181(replaceable) ./doc/common/tables/glance-rpc.xml:237(replaceable) ./doc/common/tables/ironic-swift.xml:21(replaceable) ./doc/common/tables/nova-rabbitmq.xml:69(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:75(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:33(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:89(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:24(replaceable) ./doc/common/tables/ironic-rpc.xml:177(replaceable) ./doc/common/tables/ironic-rpc.xml:233(replaceable) ./doc/common/tables/neutron-sdnve.xml:84(replaceable) ./doc/common/tables/nova-scheduler.xml:152(replaceable) ./doc/common/tables/neutron-vmware.xml:48(replaceable) ./doc/common/tables/neutron-l3_agent.xml:53(replaceable) ./doc/common/tables/neutron-l3_agent.xml:85(replaceable) ./doc/common/tables/cinder-backups.xml:49(replaceable) ./doc/common/tables/heat-rabbitmq.xml:69(replaceable) ./doc/common/tables/trove-rabbitmq.xml:69(replaceable) ./doc/common/tables/cinder-storwize.xml:73(replaceable) ./doc/common/tables/ironic-ilo.xml:57(replaceable) ./doc/common/tables/swift-rsyncd-account.xml:24(replaceable) ./doc/common/tables/glance-swift.xml:60(replaceable) ./doc/common/tables/sahara-clients.xml:25(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:33(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:89(replaceable) ./doc/common/tables/trove-rpc.xml:174(replaceable) ./doc/common/tables/trove-rpc.xml:230(replaceable) ./doc/common/tables/sahara-rpc.xml:166(replaceable) ./doc/common/tables/sahara-rpc.xml:222(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:28(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:32(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:69(replaceable) ./doc/common/tables/cinder-backups_swift.xml:53(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:37(replaceable) ./doc/common/tables/neutron-metadata.xml:61(replaceable) ./doc/common/tables/neutron-compute.xml:61(replaceable) ./doc/common/tables/heat-rpc.xml:21(replaceable) ./doc/common/tables/heat-rpc.xml:170(replaceable) ./doc/common/tables/heat-rpc.xml:226(replaceable) ./doc/common/tables/nova-rpc.xml:184(replaceable) ./doc/common/tables/nova-rpc.xml:240(replaceable) ./doc/common/tables/neutron-ml2_mlnx.xml:21(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:69(replaceable) ./doc/common/tables/neutron-nsx.xml:49(replaceable) ./doc/common/tables/neutron-nsx.xml:53(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:33(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:89(replaceable) ./doc/common/tables/cinder-conf-changes.xml:603(td) ./doc/common/tables/neutron-mlnx.xml:21(replaceable) -msgid "2" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:189(td) ./doc/common/tables/glance-rpc.xml:182(td) ./doc/common/tables/cinder-rabbitmq.xml:34(td) ./doc/common/tables/ironic-rpc.xml:178(td) ./doc/common/tables/heat-conf-changes.xml:225(td) ./doc/common/tables/glance-conf-changes.xml:345(td) ./doc/common/tables/neutron-conf-changes.xml:597(td) ./doc/common/tables/keystone-conf-changes.xml:277(td) ./doc/common/tables/ceilometer-conf-changes.xml:241(td) ./doc/common/tables/sahara-conf-changes.xml:249(td) ./doc/common/tables/trove-conf-changes.xml:269(td) ./doc/common/tables/nova-conf-changes.xml:453(td) ./doc/common/tables/keystone-rabbitmq.xml:34(td) ./doc/common/tables/trove-rpc.xml:175(td) ./doc/common/tables/sahara-rpc.xml:167(td) ./doc/common/tables/heat-rpc.xml:171(td) ./doc/common/tables/nova-rpc.xml:185(td) ./doc/common/tables/ceilometer-rabbitmq.xml:34(td) ./doc/common/tables/cinder-conf-changes.xml:509(td) -msgid "(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:193(td) ./doc/common/tables/glance-rpc.xml:186(td) ./doc/common/tables/cinder-rabbitmq.xml:38(td) ./doc/common/tables/ironic-rpc.xml:182(td) ./doc/common/tables/keystone-rabbitmq.xml:38(td) ./doc/common/tables/heat-rpc.xml:175(td) ./doc/common/tables/nova-rpc.xml:189(td) ./doc/common/tables/ceilometer-rabbitmq.xml:38(td) -msgid "(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat)." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:196(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:104(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:121(replaceable) ./doc/common/tables/ceilometer-common.xml:75(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:21(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:57(replaceable) ./doc/common/tables/glance-rpc.xml:189(replaceable) ./doc/common/tables/nova-xen.xml:211(replaceable) ./doc/common/tables/nova-rabbitmq.xml:21(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:41(replaceable) ./doc/common/tables/ironic-rpc.xml:185(replaceable) ./doc/common/tables/nova-scheduler.xml:37(replaceable) ./doc/common/tables/nova-scheduler.xml:65(replaceable) ./doc/common/tables/nova-scheduler.xml:167(replaceable) ./doc/common/tables/cinder-storage.xml:25(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:84(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:101(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:48(replaceable) ./doc/common/tables/heat-rabbitmq.xml:21(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:96(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:113(replaceable) ./doc/common/tables/trove-rabbitmq.xml:21(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:46(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:62(replaceable) ./doc/common/tables/nova-cells.xml:81(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:33(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:41(replaceable) ./doc/common/tables/trove-rpc.xml:182(replaceable) ./doc/common/tables/nova-network.xml:81(replaceable) ./doc/common/tables/cinder-smbfs.xml:33(replaceable) ./doc/common/tables/sahara-rpc.xml:174(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:61(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:40(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:21(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:46(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:62(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:57(replaceable) ./doc/common/tables/heat-rpc.xml:178(replaceable) ./doc/common/tables/nova-rpc.xml:192(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:32(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:48(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:80(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:97(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:21(replaceable) ./doc/common/tables/nova-hyperv.xml:21(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:41(replaceable) -msgid "1.0" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:197(td) ./doc/common/tables/ironic-rabbitmq.xml:22(td) ./doc/common/tables/glance-rpc.xml:190(td) ./doc/common/tables/nova-rabbitmq.xml:22(td) ./doc/common/tables/cinder-rabbitmq.xml:42(td) ./doc/common/tables/ironic-rpc.xml:186(td) ./doc/common/tables/heat-conf-changes.xml:233(td) ./doc/common/tables/glance-conf-changes.xml:353(td) ./doc/common/tables/neutron-conf-changes.xml:605(td) ./doc/common/tables/keystone-conf-changes.xml:285(td) ./doc/common/tables/ceilometer-conf-changes.xml:249(td) ./doc/common/tables/heat-rabbitmq.xml:22(td) ./doc/common/tables/trove-rabbitmq.xml:22(td) ./doc/common/tables/sahara-conf-changes.xml:257(td) ./doc/common/tables/trove-conf-changes.xml:277(td) ./doc/common/tables/nova-conf-changes.xml:461(td) ./doc/common/tables/keystone-rabbitmq.xml:42(td) ./doc/common/tables/trove-rpc.xml:183(td) ./doc/common/tables/sahara-rpc.xml:175(td) ./doc/common/tables/sahara-rabbitmq.xml:22(td) ./doc/common/tables/heat-rpc.xml:179(td) ./doc/common/tables/nova-rpc.xml:193(td) ./doc/common/tables/neutron-rabbitmq.xml:22(td) ./doc/common/tables/ceilometer-rabbitmq.xml:42(td) ./doc/common/tables/cinder-conf-changes.xml:517(td) -msgid "(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:201(td) ./doc/common/tables/ironic-rabbitmq.xml:26(td) ./doc/common/tables/glance-rpc.xml:194(td) ./doc/common/tables/nova-rabbitmq.xml:26(td) ./doc/common/tables/cinder-rabbitmq.xml:46(td) ./doc/common/tables/ironic-rpc.xml:190(td) ./doc/common/tables/heat-conf-changes.xml:237(td) ./doc/common/tables/glance-conf-changes.xml:357(td) ./doc/common/tables/neutron-conf-changes.xml:609(td) ./doc/common/tables/keystone-conf-changes.xml:289(td) ./doc/common/tables/ceilometer-conf-changes.xml:253(td) ./doc/common/tables/heat-rabbitmq.xml:26(td) ./doc/common/tables/trove-rabbitmq.xml:26(td) ./doc/common/tables/sahara-conf-changes.xml:261(td) ./doc/common/tables/trove-conf-changes.xml:281(td) ./doc/common/tables/nova-conf-changes.xml:465(td) ./doc/common/tables/keystone-rabbitmq.xml:46(td) ./doc/common/tables/trove-rpc.xml:187(td) ./doc/common/tables/sahara-rpc.xml:179(td) ./doc/common/tables/sahara-rabbitmq.xml:26(td) ./doc/common/tables/heat-rpc.xml:183(td) ./doc/common/tables/nova-rpc.xml:197(td) ./doc/common/tables/neutron-rabbitmq.xml:26(td) ./doc/common/tables/ceilometer-rabbitmq.xml:46(td) ./doc/common/tables/cinder-conf-changes.xml:521(td) -msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:205(td) ./doc/common/tables/ironic-rabbitmq.xml:30(td) ./doc/common/tables/glance-rpc.xml:198(td) ./doc/common/tables/nova-rabbitmq.xml:30(td) ./doc/common/tables/cinder-rabbitmq.xml:50(td) ./doc/common/tables/ironic-rpc.xml:194(td) ./doc/common/tables/heat-conf-changes.xml:241(td) ./doc/common/tables/glance-conf-changes.xml:361(td) ./doc/common/tables/neutron-conf-changes.xml:613(td) ./doc/common/tables/keystone-conf-changes.xml:293(td) ./doc/common/tables/ceilometer-conf-changes.xml:257(td) ./doc/common/tables/heat-rabbitmq.xml:30(td) ./doc/common/tables/trove-rabbitmq.xml:30(td) ./doc/common/tables/sahara-conf-changes.xml:265(td) ./doc/common/tables/trove-conf-changes.xml:285(td) ./doc/common/tables/nova-conf-changes.xml:469(td) ./doc/common/tables/keystone-rabbitmq.xml:50(td) ./doc/common/tables/trove-rpc.xml:191(td) ./doc/common/tables/sahara-rpc.xml:183(td) ./doc/common/tables/sahara-rabbitmq.xml:30(td) ./doc/common/tables/heat-rpc.xml:187(td) ./doc/common/tables/nova-rpc.xml:201(td) ./doc/common/tables/neutron-rabbitmq.xml:30(td) ./doc/common/tables/ceilometer-rabbitmq.xml:50(td) ./doc/common/tables/cinder-conf-changes.xml:525(td) -msgid "(StrOpt) SSL cert file (valid only if SSL enabled)." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:209(td) ./doc/common/tables/ironic-rabbitmq.xml:34(td) ./doc/common/tables/glance-rpc.xml:202(td) ./doc/common/tables/nova-rabbitmq.xml:34(td) ./doc/common/tables/cinder-rabbitmq.xml:54(td) ./doc/common/tables/ironic-rpc.xml:198(td) ./doc/common/tables/heat-conf-changes.xml:245(td) ./doc/common/tables/glance-conf-changes.xml:365(td) ./doc/common/tables/neutron-conf-changes.xml:617(td) ./doc/common/tables/keystone-conf-changes.xml:297(td) ./doc/common/tables/ceilometer-conf-changes.xml:261(td) ./doc/common/tables/heat-rabbitmq.xml:34(td) ./doc/common/tables/trove-rabbitmq.xml:34(td) ./doc/common/tables/sahara-conf-changes.xml:269(td) ./doc/common/tables/trove-conf-changes.xml:289(td) ./doc/common/tables/nova-conf-changes.xml:473(td) ./doc/common/tables/keystone-rabbitmq.xml:54(td) ./doc/common/tables/trove-rpc.xml:195(td) ./doc/common/tables/sahara-rpc.xml:187(td) ./doc/common/tables/sahara-rabbitmq.xml:34(td) ./doc/common/tables/heat-rpc.xml:191(td) ./doc/common/tables/nova-rpc.xml:205(td) ./doc/common/tables/neutron-rabbitmq.xml:34(td) ./doc/common/tables/ceilometer-rabbitmq.xml:54(td) ./doc/common/tables/cinder-conf-changes.xml:529(td) -msgid "(StrOpt) SSL key file (valid only if SSL enabled)." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:213(td) ./doc/common/tables/ironic-rabbitmq.xml:38(td) ./doc/common/tables/glance-rpc.xml:206(td) ./doc/common/tables/nova-rabbitmq.xml:38(td) ./doc/common/tables/cinder-rabbitmq.xml:58(td) ./doc/common/tables/ironic-rpc.xml:202(td) ./doc/common/tables/heat-conf-changes.xml:249(td) ./doc/common/tables/glance-conf-changes.xml:369(td) ./doc/common/tables/neutron-conf-changes.xml:621(td) ./doc/common/tables/keystone-conf-changes.xml:301(td) ./doc/common/tables/ceilometer-conf-changes.xml:265(td) ./doc/common/tables/sahara-conf-changes.xml:273(td) ./doc/common/tables/trove-conf-changes.xml:293(td) ./doc/common/tables/nova-conf-changes.xml:477(td) ./doc/common/tables/keystone-rabbitmq.xml:58(td) ./doc/common/tables/trove-rpc.xml:199(td) ./doc/common/tables/sahara-rpc.xml:191(td) ./doc/common/tables/heat-rpc.xml:195(td) ./doc/common/tables/nova-rpc.xml:209(td) ./doc/common/tables/neutron-rabbitmq.xml:38(td) ./doc/common/tables/ceilometer-rabbitmq.xml:58(td) ./doc/common/tables/cinder-conf-changes.xml:533(td) -msgid "(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:217(td) ./doc/common/tables/ironic-rabbitmq.xml:42(td) ./doc/common/tables/glance-rpc.xml:210(td) ./doc/common/tables/nova-rabbitmq.xml:42(td) ./doc/common/tables/cinder-rabbitmq.xml:62(td) ./doc/common/tables/ironic-rpc.xml:206(td) ./doc/common/tables/heat-conf-changes.xml:253(td) ./doc/common/tables/glance-conf-changes.xml:373(td) ./doc/common/tables/neutron-conf-changes.xml:625(td) ./doc/common/tables/keystone-conf-changes.xml:305(td) ./doc/common/tables/ceilometer-conf-changes.xml:269(td) ./doc/common/tables/heat-rabbitmq.xml:42(td) ./doc/common/tables/trove-rabbitmq.xml:42(td) ./doc/common/tables/sahara-conf-changes.xml:277(td) ./doc/common/tables/trove-conf-changes.xml:297(td) ./doc/common/tables/nova-conf-changes.xml:481(td) ./doc/common/tables/keystone-rabbitmq.xml:62(td) ./doc/common/tables/trove-rpc.xml:203(td) ./doc/common/tables/sahara-rpc.xml:195(td) ./doc/common/tables/sahara-rabbitmq.xml:42(td) ./doc/common/tables/heat-rpc.xml:199(td) ./doc/common/tables/nova-rpc.xml:213(td) ./doc/common/tables/neutron-rabbitmq.xml:42(td) ./doc/common/tables/ceilometer-rabbitmq.xml:62(td) ./doc/common/tables/cinder-conf-changes.xml:537(td) -msgid "(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:221(td) ./doc/common/tables/ironic-rabbitmq.xml:46(td) ./doc/common/tables/glance-rpc.xml:214(td) ./doc/common/tables/nova-rabbitmq.xml:46(td) ./doc/common/tables/cinder-rabbitmq.xml:66(td) ./doc/common/tables/ironic-rpc.xml:210(td) ./doc/common/tables/heat-conf-changes.xml:257(td) ./doc/common/tables/glance-conf-changes.xml:377(td) ./doc/common/tables/neutron-conf-changes.xml:629(td) ./doc/common/tables/keystone-conf-changes.xml:309(td) ./doc/common/tables/ceilometer-conf-changes.xml:273(td) ./doc/common/tables/heat-rabbitmq.xml:46(td) ./doc/common/tables/trove-rabbitmq.xml:46(td) ./doc/common/tables/sahara-conf-changes.xml:281(td) ./doc/common/tables/trove-conf-changes.xml:301(td) ./doc/common/tables/nova-conf-changes.xml:485(td) ./doc/common/tables/keystone-rabbitmq.xml:66(td) ./doc/common/tables/trove-rpc.xml:207(td) ./doc/common/tables/sahara-rpc.xml:199(td) ./doc/common/tables/sahara-rabbitmq.xml:46(td) ./doc/common/tables/heat-rpc.xml:203(td) ./doc/common/tables/nova-rpc.xml:217(td) ./doc/common/tables/neutron-rabbitmq.xml:46(td) ./doc/common/tables/ceilometer-rabbitmq.xml:66(td) ./doc/common/tables/cinder-conf-changes.xml:541(td) -msgid "(StrOpt) The RabbitMQ broker address where a single node is used." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:224(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:49(replaceable) ./doc/common/tables/glance-rpc.xml:217(replaceable) ./doc/common/tables/nova-rabbitmq.xml:49(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:69(replaceable) ./doc/common/tables/ironic-rpc.xml:213(replaceable) ./doc/common/tables/heat-rabbitmq.xml:49(replaceable) ./doc/common/tables/trove-rabbitmq.xml:49(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:69(replaceable) ./doc/common/tables/trove-rpc.xml:210(replaceable) ./doc/common/tables/sahara-rpc.xml:202(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:49(replaceable) ./doc/common/tables/heat-rpc.xml:206(replaceable) ./doc/common/tables/nova-rpc.xml:220(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:49(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:69(replaceable) -msgid "$rabbit_host:$rabbit_port" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:225(td) ./doc/common/tables/ironic-rabbitmq.xml:50(td) ./doc/common/tables/glance-rpc.xml:218(td) ./doc/common/tables/nova-rabbitmq.xml:50(td) ./doc/common/tables/cinder-rabbitmq.xml:70(td) ./doc/common/tables/ironic-rpc.xml:214(td) ./doc/common/tables/heat-conf-changes.xml:261(td) ./doc/common/tables/glance-conf-changes.xml:381(td) ./doc/common/tables/neutron-conf-changes.xml:633(td) ./doc/common/tables/keystone-conf-changes.xml:313(td) ./doc/common/tables/ceilometer-conf-changes.xml:277(td) ./doc/common/tables/heat-rabbitmq.xml:50(td) ./doc/common/tables/trove-rabbitmq.xml:50(td) ./doc/common/tables/sahara-conf-changes.xml:285(td) ./doc/common/tables/trove-conf-changes.xml:305(td) ./doc/common/tables/nova-conf-changes.xml:489(td) ./doc/common/tables/keystone-rabbitmq.xml:70(td) ./doc/common/tables/trove-rpc.xml:211(td) ./doc/common/tables/sahara-rpc.xml:203(td) ./doc/common/tables/sahara-rabbitmq.xml:50(td) ./doc/common/tables/heat-rpc.xml:207(td) ./doc/common/tables/nova-rpc.xml:221(td) ./doc/common/tables/neutron-rabbitmq.xml:50(td) ./doc/common/tables/ceilometer-rabbitmq.xml:70(td) ./doc/common/tables/cinder-conf-changes.xml:545(td) -msgid "(ListOpt) RabbitMQ HA cluster host:port pairs." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:228(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:53(replaceable) ./doc/common/tables/glance-rpc.xml:221(replaceable) ./doc/common/tables/nova-rabbitmq.xml:53(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:73(replaceable) ./doc/common/tables/ironic-rpc.xml:217(replaceable) ./doc/common/tables/heat-rabbitmq.xml:53(replaceable) ./doc/common/tables/trove-rabbitmq.xml:53(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:73(replaceable) ./doc/common/tables/trove-rpc.xml:214(replaceable) ./doc/common/tables/sahara-rpc.xml:206(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:53(replaceable) ./doc/common/tables/heat-rpc.xml:210(replaceable) ./doc/common/tables/nova-rpc.xml:224(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:53(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:73(replaceable) -msgid "AMQPLAIN" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:229(td) ./doc/common/tables/ironic-rabbitmq.xml:54(td) ./doc/common/tables/glance-rpc.xml:222(td) ./doc/common/tables/nova-rabbitmq.xml:54(td) ./doc/common/tables/cinder-rabbitmq.xml:74(td) ./doc/common/tables/ironic-rpc.xml:218(td) ./doc/common/tables/heat-conf-changes.xml:265(td) ./doc/common/tables/glance-conf-changes.xml:385(td) ./doc/common/tables/neutron-conf-changes.xml:637(td) ./doc/common/tables/keystone-conf-changes.xml:317(td) ./doc/common/tables/ceilometer-conf-changes.xml:281(td) ./doc/common/tables/heat-rabbitmq.xml:54(td) ./doc/common/tables/trove-rabbitmq.xml:54(td) ./doc/common/tables/sahara-conf-changes.xml:289(td) ./doc/common/tables/trove-conf-changes.xml:309(td) ./doc/common/tables/nova-conf-changes.xml:493(td) ./doc/common/tables/keystone-rabbitmq.xml:74(td) ./doc/common/tables/trove-rpc.xml:215(td) ./doc/common/tables/sahara-rpc.xml:207(td) ./doc/common/tables/sahara-rabbitmq.xml:54(td) ./doc/common/tables/heat-rpc.xml:211(td) ./doc/common/tables/nova-rpc.xml:225(td) ./doc/common/tables/neutron-rabbitmq.xml:54(td) ./doc/common/tables/ceilometer-rabbitmq.xml:74(td) ./doc/common/tables/cinder-conf-changes.xml:549(td) -msgid "(StrOpt) The RabbitMQ login method." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:233(td) ./doc/common/tables/ironic-rabbitmq.xml:58(td) ./doc/common/tables/glance-rpc.xml:226(td) ./doc/common/tables/nova-rabbitmq.xml:58(td) ./doc/common/tables/cinder-rabbitmq.xml:78(td) ./doc/common/tables/ironic-rpc.xml:222(td) ./doc/common/tables/heat-conf-changes.xml:269(td) ./doc/common/tables/glance-conf-changes.xml:389(td) ./doc/common/tables/neutron-conf-changes.xml:641(td) ./doc/common/tables/keystone-conf-changes.xml:321(td) ./doc/common/tables/ceilometer-conf-changes.xml:285(td) ./doc/common/tables/heat-rabbitmq.xml:58(td) ./doc/common/tables/trove-rabbitmq.xml:58(td) ./doc/common/tables/sahara-conf-changes.xml:293(td) ./doc/common/tables/trove-conf-changes.xml:313(td) ./doc/common/tables/nova-conf-changes.xml:497(td) ./doc/common/tables/keystone-rabbitmq.xml:78(td) ./doc/common/tables/trove-rpc.xml:219(td) ./doc/common/tables/sahara-rpc.xml:211(td) ./doc/common/tables/sahara-rabbitmq.xml:58(td) ./doc/common/tables/heat-rpc.xml:215(td) ./doc/common/tables/nova-rpc.xml:229(td) ./doc/common/tables/neutron-rabbitmq.xml:58(td) ./doc/common/tables/ceilometer-rabbitmq.xml:78(td) ./doc/common/tables/cinder-conf-changes.xml:553(td) -msgid "(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count)." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:236(replaceable) ./doc/common/tables/neutron-rpc.xml:256(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:61(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:81(replaceable) ./doc/common/tables/glance-rpc.xml:229(replaceable) ./doc/common/tables/glance-rpc.xml:249(replaceable) ./doc/common/tables/nova-rabbitmq.xml:61(replaceable) ./doc/common/tables/nova-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:101(replaceable) ./doc/common/tables/ironic-rpc.xml:225(replaceable) ./doc/common/tables/ironic-rpc.xml:245(replaceable) ./doc/common/tables/heat-rabbitmq.xml:61(replaceable) ./doc/common/tables/heat-rabbitmq.xml:81(replaceable) ./doc/common/tables/trove-rabbitmq.xml:61(replaceable) ./doc/common/tables/trove-rabbitmq.xml:81(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:81(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:101(replaceable) ./doc/common/tables/trove-rpc.xml:222(replaceable) ./doc/common/tables/trove-rpc.xml:242(replaceable) ./doc/common/tables/sahara-rpc.xml:214(replaceable) ./doc/common/tables/sahara-rpc.xml:234(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:61(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:81(replaceable) ./doc/common/tables/heat-rpc.xml:218(replaceable) ./doc/common/tables/heat-rpc.xml:238(replaceable) ./doc/common/tables/nova-rpc.xml:232(replaceable) ./doc/common/tables/nova-rpc.xml:252(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:61(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:81(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:81(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:101(replaceable) -msgid "guest" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:237(td) ./doc/common/tables/ironic-rabbitmq.xml:62(td) ./doc/common/tables/glance-rpc.xml:230(td) ./doc/common/tables/nova-rabbitmq.xml:62(td) ./doc/common/tables/cinder-rabbitmq.xml:82(td) ./doc/common/tables/ironic-rpc.xml:226(td) ./doc/common/tables/heat-conf-changes.xml:273(td) ./doc/common/tables/glance-conf-changes.xml:393(td) ./doc/common/tables/neutron-conf-changes.xml:645(td) ./doc/common/tables/keystone-conf-changes.xml:325(td) ./doc/common/tables/ceilometer-conf-changes.xml:289(td) ./doc/common/tables/heat-rabbitmq.xml:62(td) ./doc/common/tables/trove-rabbitmq.xml:62(td) ./doc/common/tables/sahara-conf-changes.xml:297(td) ./doc/common/tables/trove-conf-changes.xml:317(td) ./doc/common/tables/nova-conf-changes.xml:501(td) ./doc/common/tables/keystone-rabbitmq.xml:82(td) ./doc/common/tables/trove-rpc.xml:223(td) ./doc/common/tables/sahara-rpc.xml:215(td) ./doc/common/tables/sahara-rabbitmq.xml:62(td) ./doc/common/tables/heat-rpc.xml:219(td) ./doc/common/tables/nova-rpc.xml:233(td) ./doc/common/tables/neutron-rabbitmq.xml:62(td) ./doc/common/tables/ceilometer-rabbitmq.xml:82(td) ./doc/common/tables/cinder-conf-changes.xml:557(td) -msgid "(StrOpt) The RabbitMQ password." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:241(td) ./doc/common/tables/ironic-rabbitmq.xml:66(td) ./doc/common/tables/glance-rpc.xml:234(td) ./doc/common/tables/nova-rabbitmq.xml:66(td) ./doc/common/tables/cinder-rabbitmq.xml:86(td) ./doc/common/tables/ironic-rpc.xml:230(td) ./doc/common/tables/heat-conf-changes.xml:277(td) ./doc/common/tables/glance-conf-changes.xml:397(td) ./doc/common/tables/neutron-conf-changes.xml:649(td) ./doc/common/tables/keystone-conf-changes.xml:329(td) ./doc/common/tables/ceilometer-conf-changes.xml:293(td) ./doc/common/tables/heat-rabbitmq.xml:66(td) ./doc/common/tables/trove-rabbitmq.xml:66(td) ./doc/common/tables/sahara-conf-changes.xml:301(td) ./doc/common/tables/trove-conf-changes.xml:321(td) ./doc/common/tables/nova-conf-changes.xml:505(td) ./doc/common/tables/keystone-rabbitmq.xml:86(td) ./doc/common/tables/trove-rpc.xml:227(td) ./doc/common/tables/sahara-rpc.xml:219(td) ./doc/common/tables/sahara-rabbitmq.xml:66(td) ./doc/common/tables/heat-rpc.xml:223(td) ./doc/common/tables/nova-rpc.xml:237(td) ./doc/common/tables/neutron-rabbitmq.xml:66(td) ./doc/common/tables/ceilometer-rabbitmq.xml:86(td) ./doc/common/tables/cinder-conf-changes.xml:561(td) -msgid "(IntOpt) The RabbitMQ broker port where a single node is used." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:245(td) ./doc/common/tables/ironic-rabbitmq.xml:70(td) ./doc/common/tables/glance-rpc.xml:238(td) ./doc/common/tables/nova-rabbitmq.xml:70(td) ./doc/common/tables/cinder-rabbitmq.xml:90(td) ./doc/common/tables/ironic-rpc.xml:234(td) ./doc/common/tables/heat-conf-changes.xml:281(td) ./doc/common/tables/glance-conf-changes.xml:401(td) ./doc/common/tables/neutron-conf-changes.xml:653(td) ./doc/common/tables/keystone-conf-changes.xml:333(td) ./doc/common/tables/ceilometer-conf-changes.xml:297(td) ./doc/common/tables/heat-rabbitmq.xml:70(td) ./doc/common/tables/trove-rabbitmq.xml:70(td) ./doc/common/tables/sahara-conf-changes.xml:305(td) ./doc/common/tables/trove-conf-changes.xml:325(td) ./doc/common/tables/nova-conf-changes.xml:509(td) ./doc/common/tables/keystone-rabbitmq.xml:90(td) ./doc/common/tables/trove-rpc.xml:231(td) ./doc/common/tables/sahara-rpc.xml:223(td) ./doc/common/tables/sahara-rabbitmq.xml:70(td) ./doc/common/tables/heat-rpc.xml:227(td) ./doc/common/tables/nova-rpc.xml:241(td) ./doc/common/tables/neutron-rabbitmq.xml:70(td) ./doc/common/tables/ceilometer-rabbitmq.xml:90(td) ./doc/common/tables/cinder-conf-changes.xml:565(td) -msgid "(IntOpt) How long to backoff for between retries when connecting to RabbitMQ." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:249(td) ./doc/common/tables/ironic-rabbitmq.xml:74(td) ./doc/common/tables/glance-rpc.xml:242(td) ./doc/common/tables/nova-rabbitmq.xml:74(td) ./doc/common/tables/cinder-rabbitmq.xml:94(td) ./doc/common/tables/ironic-rpc.xml:238(td) ./doc/common/tables/heat-conf-changes.xml:285(td) ./doc/common/tables/glance-conf-changes.xml:405(td) ./doc/common/tables/neutron-conf-changes.xml:657(td) ./doc/common/tables/keystone-conf-changes.xml:337(td) ./doc/common/tables/ceilometer-conf-changes.xml:301(td) ./doc/common/tables/heat-rabbitmq.xml:74(td) ./doc/common/tables/trove-rabbitmq.xml:74(td) ./doc/common/tables/sahara-conf-changes.xml:309(td) ./doc/common/tables/trove-conf-changes.xml:329(td) ./doc/common/tables/nova-conf-changes.xml:513(td) ./doc/common/tables/keystone-rabbitmq.xml:94(td) ./doc/common/tables/trove-rpc.xml:235(td) ./doc/common/tables/sahara-rpc.xml:227(td) ./doc/common/tables/sahara-rabbitmq.xml:74(td) ./doc/common/tables/heat-rpc.xml:231(td) ./doc/common/tables/nova-rpc.xml:245(td) ./doc/common/tables/neutron-rabbitmq.xml:74(td) ./doc/common/tables/ceilometer-rabbitmq.xml:94(td) ./doc/common/tables/cinder-conf-changes.xml:569(td) -msgid "(IntOpt) How frequently to retry connecting with RabbitMQ." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:253(td) ./doc/common/tables/ironic-rabbitmq.xml:78(td) ./doc/common/tables/glance-rpc.xml:246(td) ./doc/common/tables/nova-rabbitmq.xml:78(td) ./doc/common/tables/cinder-rabbitmq.xml:98(td) ./doc/common/tables/ironic-rpc.xml:242(td) ./doc/common/tables/heat-conf-changes.xml:289(td) ./doc/common/tables/glance-conf-changes.xml:409(td) ./doc/common/tables/neutron-conf-changes.xml:661(td) ./doc/common/tables/keystone-conf-changes.xml:341(td) ./doc/common/tables/ceilometer-conf-changes.xml:305(td) ./doc/common/tables/heat-rabbitmq.xml:78(td) ./doc/common/tables/trove-rabbitmq.xml:78(td) ./doc/common/tables/sahara-conf-changes.xml:313(td) ./doc/common/tables/trove-conf-changes.xml:333(td) ./doc/common/tables/nova-conf-changes.xml:517(td) ./doc/common/tables/keystone-rabbitmq.xml:98(td) ./doc/common/tables/trove-rpc.xml:239(td) ./doc/common/tables/sahara-rpc.xml:231(td) ./doc/common/tables/sahara-rabbitmq.xml:78(td) ./doc/common/tables/heat-rpc.xml:235(td) ./doc/common/tables/nova-rpc.xml:249(td) ./doc/common/tables/neutron-rabbitmq.xml:78(td) ./doc/common/tables/ceilometer-rabbitmq.xml:98(td) ./doc/common/tables/cinder-conf-changes.xml:573(td) -msgid "(BoolOpt) Connect over SSL for RabbitMQ." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:257(td) ./doc/common/tables/ironic-rabbitmq.xml:82(td) ./doc/common/tables/glance-rpc.xml:250(td) ./doc/common/tables/nova-rabbitmq.xml:82(td) ./doc/common/tables/cinder-rabbitmq.xml:102(td) ./doc/common/tables/ironic-rpc.xml:246(td) ./doc/common/tables/heat-conf-changes.xml:293(td) ./doc/common/tables/glance-conf-changes.xml:413(td) ./doc/common/tables/neutron-conf-changes.xml:665(td) ./doc/common/tables/keystone-conf-changes.xml:345(td) ./doc/common/tables/ceilometer-conf-changes.xml:309(td) ./doc/common/tables/heat-rabbitmq.xml:82(td) ./doc/common/tables/trove-rabbitmq.xml:82(td) ./doc/common/tables/sahara-conf-changes.xml:317(td) ./doc/common/tables/trove-conf-changes.xml:337(td) ./doc/common/tables/nova-conf-changes.xml:521(td) ./doc/common/tables/keystone-rabbitmq.xml:102(td) ./doc/common/tables/trove-rpc.xml:243(td) ./doc/common/tables/sahara-rpc.xml:235(td) ./doc/common/tables/sahara-rabbitmq.xml:82(td) ./doc/common/tables/heat-rpc.xml:239(td) ./doc/common/tables/nova-rpc.xml:253(td) ./doc/common/tables/neutron-rabbitmq.xml:82(td) ./doc/common/tables/ceilometer-rabbitmq.xml:102(td) ./doc/common/tables/cinder-conf-changes.xml:577(td) -msgid "(StrOpt) The RabbitMQ userid." -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:260(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:85(replaceable) ./doc/common/tables/glance-rpc.xml:253(replaceable) ./doc/common/tables/nova-rabbitmq.xml:85(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:105(replaceable) ./doc/common/tables/ironic-rpc.xml:249(replaceable) ./doc/common/tables/heat-rabbitmq.xml:85(replaceable) ./doc/common/tables/trove-rabbitmq.xml:85(replaceable) ./doc/common/tables/nova-conf-changes.xml:593(td) ./doc/common/tables/neutron-nuage.xml:25(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:105(replaceable) ./doc/common/tables/trove-rpc.xml:246(replaceable) ./doc/common/tables/sahara-rpc.xml:238(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:85(replaceable) ./doc/common/tables/nova-ec2.xml:37(replaceable) ./doc/common/tables/heat-rpc.xml:242(replaceable) ./doc/common/tables/nova-rpc.xml:256(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:85(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:105(replaceable) -msgid "/" -msgstr "" - -#: ./doc/common/tables/neutron-rpc.xml:261(td) ./doc/common/tables/ironic-rabbitmq.xml:86(td) ./doc/common/tables/glance-rpc.xml:254(td) ./doc/common/tables/nova-rabbitmq.xml:86(td) ./doc/common/tables/cinder-rabbitmq.xml:106(td) ./doc/common/tables/ironic-rpc.xml:250(td) ./doc/common/tables/heat-conf-changes.xml:297(td) ./doc/common/tables/glance-conf-changes.xml:417(td) ./doc/common/tables/neutron-conf-changes.xml:669(td) ./doc/common/tables/keystone-conf-changes.xml:349(td) ./doc/common/tables/ceilometer-conf-changes.xml:313(td) ./doc/common/tables/heat-rabbitmq.xml:86(td) ./doc/common/tables/trove-rabbitmq.xml:86(td) ./doc/common/tables/sahara-conf-changes.xml:321(td) ./doc/common/tables/trove-conf-changes.xml:341(td) ./doc/common/tables/nova-conf-changes.xml:525(td) ./doc/common/tables/keystone-rabbitmq.xml:106(td) ./doc/common/tables/trove-rpc.xml:247(td) ./doc/common/tables/sahara-rpc.xml:239(td) ./doc/common/tables/sahara-rabbitmq.xml:86(td) ./doc/common/tables/heat-rpc.xml:243(td) ./doc/common/tables/nova-rpc.xml:257(td) ./doc/common/tables/neutron-rabbitmq.xml:86(td) ./doc/common/tables/ceilometer-rabbitmq.xml:106(td) ./doc/common/tables/cinder-conf-changes.xml:581(td) -msgid "(StrOpt) The RabbitMQ virtual host." -msgstr "" - #: ./doc/common/tables/trove-db_percona.xml:7(caption) msgid "Description of Percona database configuration options" msgstr "" @@ -9631,7 +9443,7 @@ msgstr "" msgid "(BoolOpt) Enable periodic tasks" msgstr "" -#: ./doc/common/tables/nova-periodic.xml:26(td) ./doc/common/tables/neutron-common.xml:174(td) +#: ./doc/common/tables/nova-periodic.xml:26(td) ./doc/common/tables/neutron-common.xml:170(td) msgid "(IntOpt) Range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)" msgstr "" @@ -9779,7 +9591,7 @@ msgstr "" msgid "Description of authorization token configuration options" msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:18(th) ./doc/common/tables/ceilometer-common.xml:79(th) ./doc/common/tables/heat-common.xml:73(th) ./doc/common/tables/keystone-common.xml:25(th) ./doc/common/tables/ceilometer-auth_token.xml:18(th) ./doc/common/tables/neutron-auth_token.xml:18(th) ./doc/common/tables/nova-common.xml:81(th) ./doc/common/tables/trove-common.xml:73(th) ./doc/common/tables/ironic-auth_token.xml:18(th) ./doc/common/tables/sahara-auth_token.xml:18(th) ./doc/common/tables/heat-auth_token.xml:18(th) ./doc/common/tables/nova-auth_token.xml:18(th) ./doc/common/tables/cinder-common.xml:233(th) ./doc/common/tables/cinder-auth_token.xml:18(th) ./doc/common/tables/keystone-auth_token.xml:18(th) ./doc/common/tables/sahara-common.xml:168(th) ./doc/common/tables/trove-auth_token.xml:18(th) ./doc/common/tables/glance-common.xml:127(th) ./doc/common/tables/neutron-common.xml:250(th) +#: ./doc/common/tables/glance-auth_token.xml:18(th) ./doc/common/tables/ceilometer-common.xml:79(th) ./doc/common/tables/heat-common.xml:73(th) ./doc/common/tables/keystone-common.xml:25(th) ./doc/common/tables/ceilometer-auth_token.xml:18(th) ./doc/common/tables/neutron-auth_token.xml:18(th) ./doc/common/tables/nova-common.xml:81(th) ./doc/common/tables/trove-common.xml:73(th) ./doc/common/tables/ironic-auth_token.xml:18(th) ./doc/common/tables/sahara-auth_token.xml:18(th) ./doc/common/tables/heat-auth_token.xml:18(th) ./doc/common/tables/nova-auth_token.xml:18(th) ./doc/common/tables/cinder-common.xml:233(th) ./doc/common/tables/cinder-auth_token.xml:18(th) ./doc/common/tables/keystone-auth_token.xml:18(th) ./doc/common/tables/sahara-common.xml:168(th) ./doc/common/tables/trove-auth_token.xml:18(th) ./doc/common/tables/glance-common.xml:127(th) ./doc/common/tables/neutron-common.xml:246(th) msgid "[keystone_authtoken]" msgstr "" @@ -9903,7 +9715,7 @@ msgstr "" msgid "(BoolOpt) Verify HTTPS connections." msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:122(td) ./doc/common/tables/ceilometer-auth_token.xml:122(td) ./doc/common/tables/ironic-auth_token.xml:122(td) ./doc/common/tables/sahara-auth_token.xml:122(td) ./doc/common/tables/heat-auth_token.xml:122(td) ./doc/common/tables/nova-auth_token.xml:122(td) ./doc/common/tables/cinder-auth_token.xml:122(td) ./doc/common/tables/keystone-auth_token.xml:122(td) ./doc/common/tables/trove-auth_token.xml:122(td) +#: ./doc/common/tables/glance-auth_token.xml:122(td) ./doc/common/tables/ceilometer-auth_token.xml:122(td) ./doc/common/tables/neutron-auth_token.xml:122(td) ./doc/common/tables/ironic-auth_token.xml:122(td) ./doc/common/tables/sahara-auth_token.xml:122(td) ./doc/common/tables/heat-auth_token.xml:122(td) ./doc/common/tables/nova-auth_token.xml:122(td) ./doc/common/tables/cinder-auth_token.xml:122(td) ./doc/common/tables/keystone-auth_token.xml:122(td) ./doc/common/tables/trove-auth_token.xml:122(td) msgid "(IntOpt) (Optional) Number of seconds that an operation will wait to get a memcache client connection from the pool." msgstr "" @@ -9915,7 +9727,7 @@ msgstr "" msgid "(IntOpt) (Optional) Maximum total number of open connections to every memcached server." msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:134(td) ./doc/common/tables/ceilometer-auth_token.xml:134(td) ./doc/common/tables/ironic-auth_token.xml:134(td) ./doc/common/tables/sahara-auth_token.xml:134(td) ./doc/common/tables/heat-auth_token.xml:134(td) ./doc/common/tables/nova-auth_token.xml:134(td) ./doc/common/tables/cinder-auth_token.xml:134(td) ./doc/common/tables/keystone-auth_token.xml:134(td) ./doc/common/tables/trove-auth_token.xml:134(td) +#: ./doc/common/tables/glance-auth_token.xml:134(td) ./doc/common/tables/ceilometer-auth_token.xml:134(td) ./doc/common/tables/neutron-auth_token.xml:134(td) ./doc/common/tables/ironic-auth_token.xml:134(td) ./doc/common/tables/sahara-auth_token.xml:134(td) ./doc/common/tables/heat-auth_token.xml:134(td) ./doc/common/tables/nova-auth_token.xml:134(td) ./doc/common/tables/cinder-auth_token.xml:134(td) ./doc/common/tables/keystone-auth_token.xml:134(td) ./doc/common/tables/trove-auth_token.xml:134(td) msgid "(IntOpt) (Optional) Socket timeout in seconds for communicating with a memcache server." msgstr "" @@ -9931,7 +9743,7 @@ msgstr "" msgid "(StrOpt) (Optional) If defined, indicate whether token data should be authenticated or authenticated and encrypted. Acceptable values are MAC or ENCRYPT. If MAC, token data is authenticated (with HMAC) in the cache. If ENCRYPT, token data is encrypted and authenticated in the cache. If the value is not one of these options or empty, auth_token will raise an exception on initialization." msgstr "" -#: ./doc/common/tables/glance-auth_token.xml:150(td) ./doc/common/tables/ceilometer-auth_token.xml:150(td) ./doc/common/tables/ironic-auth_token.xml:150(td) ./doc/common/tables/sahara-auth_token.xml:150(td) ./doc/common/tables/heat-auth_token.xml:150(td) ./doc/common/tables/nova-auth_token.xml:150(td) ./doc/common/tables/cinder-auth_token.xml:150(td) ./doc/common/tables/keystone-auth_token.xml:150(td) ./doc/common/tables/trove-auth_token.xml:150(td) +#: ./doc/common/tables/glance-auth_token.xml:150(td) ./doc/common/tables/ceilometer-auth_token.xml:150(td) ./doc/common/tables/neutron-auth_token.xml:150(td) ./doc/common/tables/ironic-auth_token.xml:150(td) ./doc/common/tables/sahara-auth_token.xml:150(td) ./doc/common/tables/heat-auth_token.xml:150(td) ./doc/common/tables/nova-auth_token.xml:150(td) ./doc/common/tables/cinder-auth_token.xml:150(td) ./doc/common/tables/keystone-auth_token.xml:150(td) ./doc/common/tables/trove-auth_token.xml:150(td) msgid "(BoolOpt) (Optional) Use the advanced (eventlet safe) memcache client pool. The advanced pool will only work under python 2.x." msgstr "" @@ -9955,6 +9767,10 @@ msgstr "" msgid "[VROUTER]" msgstr "" +#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:21(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:33(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:89(replaceable) ./doc/common/tables/nova-ironic.xml:49(replaceable) ./doc/common/tables/ironic-swift.xml:21(replaceable) ./doc/common/tables/nova-rabbitmq.xml:33(replaceable) ./doc/common/tables/nova-rabbitmq.xml:89(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:75(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:33(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:89(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:24(replaceable) ./doc/common/tables/neutron-sdnve.xml:84(replaceable) ./doc/common/tables/nova-scheduler.xml:152(replaceable) ./doc/common/tables/neutron-vmware.xml:56(replaceable) ./doc/common/tables/glance-rabbitmq.xml:33(replaceable) ./doc/common/tables/glance-rabbitmq.xml:89(replaceable) ./doc/common/tables/neutron-l3_agent.xml:53(replaceable) ./doc/common/tables/neutron-l3_agent.xml:85(replaceable) ./doc/common/tables/cinder-backups.xml:49(replaceable) ./doc/common/tables/heat-rabbitmq.xml:33(replaceable) ./doc/common/tables/heat-rabbitmq.xml:89(replaceable) ./doc/common/tables/trove-rabbitmq.xml:33(replaceable) ./doc/common/tables/trove-rabbitmq.xml:89(replaceable) ./doc/common/tables/cinder-storwize.xml:73(replaceable) ./doc/common/tables/ironic-ilo.xml:57(replaceable) ./doc/common/tables/swift-rsyncd-account.xml:24(replaceable) ./doc/common/tables/glance-swift.xml:60(replaceable) ./doc/common/tables/sahara-clients.xml:25(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:33(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:89(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:28(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:32(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:33(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:89(replaceable) ./doc/common/tables/cinder-backups_swift.xml:53(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:37(replaceable) ./doc/common/tables/neutron-metadata.xml:61(replaceable) ./doc/common/tables/neutron-compute.xml:61(replaceable) ./doc/common/tables/heat-rpc.xml:21(replaceable) ./doc/common/tables/neutron-ml2_mlnx.xml:21(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:33(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:89(replaceable) ./doc/common/tables/neutron-nsx.xml:49(replaceable) ./doc/common/tables/neutron-nsx.xml:53(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:33(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:89(replaceable) ./doc/common/tables/cinder-conf-changes.xml:603(td) ./doc/common/tables/neutron-mlnx.xml:21(replaceable) +msgid "2" +msgstr "" + #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:22(td) ./doc/common/tables/neutron-conf-changes.xml:277(td) msgid "(StrOpt) Nova VM flavor for instances of Vyatta vRouter." msgstr "" @@ -9971,7 +9787,7 @@ msgstr "" msgid "(StrOpt) Vyatta vRouter management network id." msgstr "" -#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:37(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:65(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:20(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:33(replaceable) ./doc/common/tables/cinder-fusionio.xml:25(replaceable) ./doc/common/tables/cinder-xio.xml:29(replaceable) ./doc/common/tables/keystone-api.xml:45(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:33(replaceable) ./doc/common/tables/nova-xen.xml:83(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:37(replaceable) ./doc/common/tables/nova-zookeeper.xml:33(replaceable) ./doc/common/tables/nova-compute.xml:101(replaceable) ./doc/common/tables/heat-conf-changes.xml:342(td) ./doc/common/tables/neutron-vmware.xml:91(replaceable) ./doc/common/tables/heat-quota.xml:25(replaceable) ./doc/common/tables/nova-volumes.xml:95(replaceable) ./doc/common/tables/nova-volumes.xml:118(replaceable) ./doc/common/tables/nova-volumes.xml:122(replaceable) ./doc/common/tables/glance-vmware.xml:57(replaceable) ./doc/common/tables/neutron-quotas.xml:56(replaceable) ./doc/common/tables/heat-api.xml:21(replaceable) ./doc/common/tables/trove-quota.xml:21(replaceable) ./doc/common/tables/trove-quota.xml:29(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:159(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:68(replaceable) ./doc/common/tables/neutron-plumgrid.xml:37(replaceable) ./doc/common/tables/neutron-bigswitch.xml:159(replaceable) ./doc/common/tables/ironic-ipmi.xml:21(replaceable) ./doc/common/tables/nova-network.xml:33(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:49(replaceable) ./doc/common/tables/trove-guestagent.xml:25(replaceable) ./doc/common/tables/trove-guestagent.xml:73(replaceable) ./doc/common/tables/neutron-l2gw.xml:37(replaceable) ./doc/common/tables/ironic-common.xml:45(replaceable) ./doc/common/tables/cinder-eqlx.xml:29(replaceable) ./doc/common/tables/nova-ec2.xml:73(replaceable) ./doc/common/tables/trove-taskmanager.xml:69(replaceable) ./doc/common/tables/nova-quota.xml:53(replaceable) ./doc/common/tables/cinder-san.xml:61(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:72(replaceable) ./doc/common/tables/keystone-kvs.xml:29(replaceable) ./doc/common/tables/nova-hyperv.xml:45(replaceable) ./doc/common/tables/neutron-common.xml:157(replaceable) ./doc/common/tables/neutron-common.xml:161(replaceable) ./doc/common/tables/neutron-common.xml:173(replaceable) ./doc/common/tables/neutron-common.xml:181(replaceable) +#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:37(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:65(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:20(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:33(replaceable) ./doc/common/tables/cinder-fusionio.xml:25(replaceable) ./doc/common/tables/cinder-xio.xml:29(replaceable) ./doc/common/tables/keystone-api.xml:45(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:33(replaceable) ./doc/common/tables/nova-xen.xml:83(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:37(replaceable) ./doc/common/tables/nova-zookeeper.xml:33(replaceable) ./doc/common/tables/nova-compute.xml:101(replaceable) ./doc/common/tables/heat-conf-changes.xml:342(td) ./doc/common/tables/neutron-vmware.xml:111(replaceable) ./doc/common/tables/heat-quota.xml:25(replaceable) ./doc/common/tables/nova-volumes.xml:95(replaceable) ./doc/common/tables/nova-volumes.xml:118(replaceable) ./doc/common/tables/nova-volumes.xml:122(replaceable) ./doc/common/tables/glance-vmware.xml:57(replaceable) ./doc/common/tables/neutron-quotas.xml:56(replaceable) ./doc/common/tables/heat-api.xml:21(replaceable) ./doc/common/tables/trove-quota.xml:21(replaceable) ./doc/common/tables/trove-quota.xml:29(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:159(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:68(replaceable) ./doc/common/tables/neutron-plumgrid.xml:37(replaceable) ./doc/common/tables/neutron-bigswitch.xml:159(replaceable) ./doc/common/tables/ironic-ipmi.xml:21(replaceable) ./doc/common/tables/nova-network.xml:33(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:49(replaceable) ./doc/common/tables/trove-guestagent.xml:25(replaceable) ./doc/common/tables/trove-guestagent.xml:73(replaceable) ./doc/common/tables/neutron-l2gw.xml:37(replaceable) ./doc/common/tables/ironic-common.xml:45(replaceable) ./doc/common/tables/cinder-eqlx.xml:29(replaceable) ./doc/common/tables/nova-ec2.xml:73(replaceable) ./doc/common/tables/trove-taskmanager.xml:69(replaceable) ./doc/common/tables/nova-quota.xml:53(replaceable) ./doc/common/tables/cinder-san.xml:61(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:72(replaceable) ./doc/common/tables/keystone-kvs.xml:29(replaceable) ./doc/common/tables/nova-hyperv.xml:45(replaceable) ./doc/common/tables/neutron-common.xml:153(replaceable) ./doc/common/tables/neutron-common.xml:157(replaceable) ./doc/common/tables/neutron-common.xml:169(replaceable) ./doc/common/tables/neutron-common.xml:177(replaceable) msgid "5" msgstr "" @@ -10091,10 +9907,14 @@ msgstr "" msgid "(StrOpt) Nimble Subnet Label" msgstr "" -#: ./doc/common/tables/keystone-testing.xml:7(caption) ./doc/common/tables/nova-testing.xml:7(caption) ./doc/common/tables/cinder-testing.xml:7(caption) ./doc/common/tables/heat-testing.xml:7(caption) ./doc/common/tables/sahara-testing.xml:7(caption) ./doc/common/tables/trove-testing.xml:7(caption) ./doc/common/tables/neutron-testing.xml:7(caption) ./doc/common/tables/ironic-testing.xml:7(caption) ./doc/common/tables/ceilometer-testing.xml:7(caption) ./doc/common/tables/glance-testing.xml:7(caption) +#: ./doc/common/tables/keystone-testing.xml:7(caption) ./doc/common/tables/nova-testing.xml:7(caption) ./doc/common/tables/cinder-testing.xml:7(caption) ./doc/common/tables/heat-testing.xml:7(caption) ./doc/common/tables/sahara-testing.xml:7(caption) ./doc/common/tables/trove-testing.xml:7(caption) ./doc/common/tables/neutron-testing.xml:7(caption) ./doc/common/tables/ceilometer-testing.xml:7(caption) ./doc/common/tables/glance-testing.xml:7(caption) msgid "Description of testing configuration options" msgstr "" +#: ./doc/common/tables/keystone-testing.xml:22(td) ./doc/common/tables/ironic-rabbitmq.xml:30(td) ./doc/common/tables/nova-rabbitmq.xml:30(td) ./doc/common/tables/cinder-rabbitmq.xml:30(td) ./doc/common/tables/cinder-testing.xml:22(td) ./doc/common/tables/heat-conf-changes.xml:221(td) ./doc/common/tables/glance-conf-changes.xml:341(td) ./doc/common/tables/neutron-conf-changes.xml:593(td) ./doc/common/tables/keystone-conf-changes.xml:273(td) ./doc/common/tables/glance-rabbitmq.xml:30(td) ./doc/common/tables/ceilometer-conf-changes.xml:237(td) ./doc/common/tables/heat-rabbitmq.xml:30(td) ./doc/common/tables/trove-rabbitmq.xml:30(td) ./doc/common/tables/sahara-conf-changes.xml:245(td) ./doc/common/tables/trove-conf-changes.xml:265(td) ./doc/common/tables/sahara-testing.xml:22(td) ./doc/common/tables/nova-conf-changes.xml:449(td) ./doc/common/tables/trove-testing.xml:22(td) ./doc/common/tables/keystone-rabbitmq.xml:30(td) ./doc/common/tables/neutron-testing.xml:22(td) ./doc/common/tables/sahara-rabbitmq.xml:30(td) ./doc/common/tables/neutron-rabbitmq.xml:30(td) ./doc/common/tables/ceilometer-testing.xml:22(td) ./doc/common/tables/ceilometer-rabbitmq.xml:30(td) ./doc/common/tables/cinder-conf-changes.xml:505(td) +msgid "(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake" +msgstr "" + #: ./doc/common/tables/swift-container-server-container-sync.xml:8(literal) msgid "[container-sync]" msgstr "" @@ -10287,10 +10107,18 @@ msgstr "" msgid "swift" msgstr "" +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:104(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:121(replaceable) ./doc/common/tables/ceilometer-common.xml:75(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:41(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:57(replaceable) ./doc/common/tables/nova-xen.xml:211(replaceable) ./doc/common/tables/nova-rabbitmq.xml:41(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:41(replaceable) ./doc/common/tables/nova-scheduler.xml:37(replaceable) ./doc/common/tables/nova-scheduler.xml:65(replaceable) ./doc/common/tables/nova-scheduler.xml:167(replaceable) ./doc/common/tables/cinder-storage.xml:25(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:84(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:101(replaceable) ./doc/common/tables/glance-rabbitmq.xml:41(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:48(replaceable) ./doc/common/tables/heat-rabbitmq.xml:41(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:96(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:113(replaceable) ./doc/common/tables/trove-rabbitmq.xml:41(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:46(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:62(replaceable) ./doc/common/tables/nova-cells.xml:81(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:33(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:41(replaceable) ./doc/common/tables/nova-network.xml:81(replaceable) ./doc/common/tables/cinder-smbfs.xml:33(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:61(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:40(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:41(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:46(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:62(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:57(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:32(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:48(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:80(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:97(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:41(replaceable) ./doc/common/tables/nova-hyperv.xml:21(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:41(replaceable) +msgid "1.0" +msgstr "" + #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:105(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:41(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:45(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:41(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:81(td) msgid "Defines the probability of sending a sample for any given event or timing measurement." msgstr "" +#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:109(replaceable) ./doc/common/tables/cinder-qpid.xml:33(replaceable) ./doc/common/tables/glance-rbd.xml:29(replaceable) ./doc/common/tables/ceilometer-common.xml:21(replaceable) ./doc/common/tables/heat-common.xml:49(replaceable) ./doc/common/tables/sahara-zeromq.xml:29(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:65(replaceable) ./doc/common/tables/trove-qpid.xml:33(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:45(replaceable) ./doc/common/tables/nova-rabbitmq.xml:65(replaceable) ./doc/common/tables/heat-qpid.xml:33(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:65(replaceable) ./doc/common/tables/nova-compute.xml:45(replaceable) ./doc/common/tables/nova-zeromq.xml:29(replaceable) ./doc/common/tables/nova-common.xml:37(replaceable) ./doc/common/tables/heat-zeromq.xml:29(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:89(replaceable) ./doc/common/tables/glance-rabbitmq.xml:65(replaceable) ./doc/common/tables/cinder-zeromq.xml:29(replaceable) ./doc/common/tables/heat-rabbitmq.xml:65(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:101(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:29(replaceable) ./doc/common/tables/trove-rabbitmq.xml:65(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:50(replaceable) ./doc/common/tables/neutron-zeromq.xml:29(replaceable) ./doc/common/tables/cinder-common.xml:69(replaceable) ./doc/common/tables/ironic-qpid.xml:33(replaceable) ./doc/common/tables/neutron-plumgrid.xml:21(replaceable) ./doc/common/tables/glance-sheepdog.xml:21(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:65(replaceable) ./doc/common/tables/keystone-zeromq.xml:29(replaceable) ./doc/common/tables/glance-zeromq.xml:29(replaceable) ./doc/common/tables/nova-qpid.xml:33(replaceable) ./doc/common/tables/glance-qpid.xml:33(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:49(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:65(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:50(replaceable) ./doc/common/tables/trove-zeromq.xml:29(replaceable) ./doc/common/tables/ironic-zeromq.xml:29(replaceable) ./doc/common/tables/sahara-qpid.xml:33(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:45(replaceable) ./doc/common/tables/nova-console.xml:21(replaceable) ./doc/common/tables/neutron-midonet.xml:21(replaceable) ./doc/common/tables/neutron-qpid.xml:33(replaceable) ./doc/common/tables/glance-common.xml:49(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:85(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:65(replaceable) ./doc/common/tables/neutron-common.xml:133(replaceable) ./doc/common/tables/keystone-qpid.xml:33(replaceable) ./doc/common/tables/ceilometer-qpid.xml:33(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:65(replaceable) +msgid "localhost" +msgstr "" + #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:110(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:46(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:90(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:102(td) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:50(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:46(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:86(td) msgid "If not set, the StatsD feature is disabled." msgstr "" @@ -10395,7 +10223,7 @@ msgstr "" msgid "(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option." msgstr "" -#: ./doc/common/tables/neutron-amqp.xml:25(replaceable) ./doc/common/tables/ceilometer-common.xml:41(replaceable) ./doc/common/tables/trove-amqp.xml:33(replaceable) ./doc/common/tables/ironic-amqp.xml:25(replaceable) ./doc/common/tables/neutron-vmware.xml:75(replaceable) ./doc/common/tables/heat-amqp.xml:37(replaceable) ./doc/common/tables/keystone-amqp.xml:29(replaceable) ./doc/common/tables/cinder-amqp.xml:25(replaceable) ./doc/common/tables/sahara-amqp.xml:25(replaceable) ./doc/common/tables/ceilometer-events.xml:29(replaceable) ./doc/common/tables/nova-pci.xml:21(replaceable) ./doc/common/tables/nova-pci.xml:25(replaceable) ./doc/common/tables/ceilometer-rpc.xml:52(replaceable) ./doc/common/tables/nova-network.xml:65(replaceable) ./doc/common/tables/nova-network.xml:117(replaceable) ./doc/common/tables/glance-amqp.xml:33(replaceable) ./doc/common/tables/keystone-federation.xml:41(replaceable) ./doc/common/tables/nova-amqp.xml:29(replaceable) ./doc/common/tables/neutron-api.xml:80(replaceable) ./doc/common/tables/nova-hypervisor.xml:45(replaceable) ./doc/common/tables/keystone-cache.xml:25(replaceable) ./doc/common/tables/ceilometer-amqp.xml:25(replaceable) +#: ./doc/common/tables/neutron-amqp.xml:25(replaceable) ./doc/common/tables/ceilometer-common.xml:41(replaceable) ./doc/common/tables/trove-amqp.xml:33(replaceable) ./doc/common/tables/ironic-amqp.xml:25(replaceable) ./doc/common/tables/heat-amqp.xml:37(replaceable) ./doc/common/tables/keystone-amqp.xml:29(replaceable) ./doc/common/tables/cinder-amqp.xml:25(replaceable) ./doc/common/tables/sahara-amqp.xml:25(replaceable) ./doc/common/tables/ceilometer-events.xml:29(replaceable) ./doc/common/tables/nova-pci.xml:21(replaceable) ./doc/common/tables/nova-pci.xml:25(replaceable) ./doc/common/tables/ceilometer-rpc.xml:52(replaceable) ./doc/common/tables/nova-network.xml:65(replaceable) ./doc/common/tables/nova-network.xml:117(replaceable) ./doc/common/tables/glance-amqp.xml:33(replaceable) ./doc/common/tables/keystone-federation.xml:41(replaceable) ./doc/common/tables/nova-amqp.xml:29(replaceable) ./doc/common/tables/neutron-api.xml:80(replaceable) ./doc/common/tables/nova-hypervisor.xml:45(replaceable) ./doc/common/tables/keystone-cache.xml:25(replaceable) ./doc/common/tables/ceilometer-amqp.xml:25(replaceable) msgid "[]" msgstr "" @@ -10415,10 +10243,82 @@ msgstr "" msgid "(StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration." msgstr "" -#: ./doc/common/tables/cinder-qpid.xml:7(caption) ./doc/common/tables/trove-qpid.xml:7(caption) ./doc/common/tables/heat-qpid.xml:7(caption) ./doc/common/tables/ironic-qpid.xml:7(caption) ./doc/common/tables/nova-qpid.xml:7(caption) ./doc/common/tables/sahara-qpid.xml:7(caption) ./doc/common/tables/neutron-qpid.xml:7(caption) ./doc/common/tables/keystone-qpid.xml:7(caption) ./doc/common/tables/ceilometer-qpid.xml:7(caption) +#: ./doc/common/tables/cinder-qpid.xml:7(caption) ./doc/common/tables/trove-qpid.xml:7(caption) ./doc/common/tables/heat-qpid.xml:7(caption) ./doc/common/tables/ironic-qpid.xml:7(caption) ./doc/common/tables/nova-qpid.xml:7(caption) ./doc/common/tables/glance-qpid.xml:7(caption) ./doc/common/tables/sahara-qpid.xml:7(caption) ./doc/common/tables/neutron-qpid.xml:7(caption) ./doc/common/tables/keystone-qpid.xml:7(caption) ./doc/common/tables/ceilometer-qpid.xml:7(caption) msgid "Description of Qpid configuration options" msgstr "" +#: ./doc/common/tables/cinder-qpid.xml:18(th) ./doc/common/tables/trove-qpid.xml:18(th) ./doc/common/tables/heat-qpid.xml:18(th) ./doc/common/tables/ironic-qpid.xml:18(th) ./doc/common/tables/nova-qpid.xml:18(th) ./doc/common/tables/glance-qpid.xml:18(th) ./doc/common/tables/sahara-qpid.xml:18(th) ./doc/common/tables/neutron-qpid.xml:18(th) ./doc/common/tables/keystone-qpid.xml:18(th) ./doc/common/tables/ceilometer-qpid.xml:18(th) +msgid "[oslo_messaging_qpid]" +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:22(td) ./doc/common/tables/ironic-rabbitmq.xml:22(td) ./doc/common/tables/trove-qpid.xml:22(td) ./doc/common/tables/nova-rabbitmq.xml:22(td) ./doc/common/tables/heat-qpid.xml:22(td) ./doc/common/tables/cinder-rabbitmq.xml:22(td) ./doc/common/tables/heat-conf-changes.xml:157(td) ./doc/common/tables/heat-conf-changes.xml:213(td) ./doc/common/tables/glance-conf-changes.xml:277(td) ./doc/common/tables/glance-conf-changes.xml:333(td) ./doc/common/tables/neutron-conf-changes.xml:529(td) ./doc/common/tables/neutron-conf-changes.xml:585(td) ./doc/common/tables/keystone-conf-changes.xml:209(td) ./doc/common/tables/keystone-conf-changes.xml:265(td) ./doc/common/tables/glance-rabbitmq.xml:22(td) ./doc/common/tables/ceilometer-conf-changes.xml:173(td) ./doc/common/tables/ceilometer-conf-changes.xml:229(td) ./doc/common/tables/heat-rabbitmq.xml:22(td) ./doc/common/tables/trove-rabbitmq.xml:22(td) ./doc/common/tables/sahara-conf-changes.xml:181(td) ./doc/common/tables/sahara-conf-changes.xml:237(td) ./doc/common/tables/trove-conf-changes.xml:201(td) ./doc/common/tables/trove-conf-changes.xml:257(td) ./doc/common/tables/ironic-qpid.xml:22(td) ./doc/common/tables/nova-conf-changes.xml:385(td) ./doc/common/tables/nova-conf-changes.xml:441(td) ./doc/common/tables/keystone-rabbitmq.xml:22(td) ./doc/common/tables/nova-qpid.xml:22(td) ./doc/common/tables/glance-qpid.xml:22(td) ./doc/common/tables/sahara-rabbitmq.xml:22(td) ./doc/common/tables/sahara-qpid.xml:22(td) ./doc/common/tables/neutron-qpid.xml:22(td) ./doc/common/tables/neutron-rabbitmq.xml:22(td) ./doc/common/tables/keystone-qpid.xml:22(td) ./doc/common/tables/ceilometer-qpid.xml:22(td) ./doc/common/tables/ceilometer-rabbitmq.xml:22(td) ./doc/common/tables/cinder-conf-changes.xml:441(td) ./doc/common/tables/cinder-conf-changes.xml:497(td) +msgid "(BoolOpt) Auto-delete queues in AMQP." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:26(td) ./doc/common/tables/ironic-rabbitmq.xml:26(td) ./doc/common/tables/trove-qpid.xml:26(td) ./doc/common/tables/nova-rabbitmq.xml:26(td) ./doc/common/tables/heat-qpid.xml:26(td) ./doc/common/tables/cinder-rabbitmq.xml:26(td) ./doc/common/tables/heat-conf-changes.xml:161(td) ./doc/common/tables/heat-conf-changes.xml:217(td) ./doc/common/tables/glance-conf-changes.xml:281(td) ./doc/common/tables/glance-conf-changes.xml:337(td) ./doc/common/tables/neutron-conf-changes.xml:533(td) ./doc/common/tables/neutron-conf-changes.xml:589(td) ./doc/common/tables/keystone-conf-changes.xml:213(td) ./doc/common/tables/keystone-conf-changes.xml:269(td) ./doc/common/tables/glance-rabbitmq.xml:26(td) ./doc/common/tables/ceilometer-conf-changes.xml:177(td) ./doc/common/tables/ceilometer-conf-changes.xml:233(td) ./doc/common/tables/heat-rabbitmq.xml:26(td) ./doc/common/tables/trove-rabbitmq.xml:26(td) ./doc/common/tables/sahara-conf-changes.xml:185(td) ./doc/common/tables/sahara-conf-changes.xml:241(td) ./doc/common/tables/trove-conf-changes.xml:205(td) ./doc/common/tables/trove-conf-changes.xml:261(td) ./doc/common/tables/ironic-qpid.xml:26(td) ./doc/common/tables/nova-conf-changes.xml:389(td) ./doc/common/tables/nova-conf-changes.xml:445(td) ./doc/common/tables/keystone-rabbitmq.xml:26(td) ./doc/common/tables/nova-qpid.xml:26(td) ./doc/common/tables/glance-qpid.xml:26(td) ./doc/common/tables/sahara-rabbitmq.xml:26(td) ./doc/common/tables/sahara-qpid.xml:26(td) ./doc/common/tables/neutron-qpid.xml:26(td) ./doc/common/tables/neutron-rabbitmq.xml:26(td) ./doc/common/tables/keystone-qpid.xml:26(td) ./doc/common/tables/ceilometer-qpid.xml:26(td) ./doc/common/tables/ceilometer-rabbitmq.xml:26(td) ./doc/common/tables/cinder-conf-changes.xml:445(td) ./doc/common/tables/cinder-conf-changes.xml:501(td) +msgid "(BoolOpt) Use durable queues in AMQP." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:30(td) ./doc/common/tables/trove-qpid.xml:30(td) ./doc/common/tables/heat-qpid.xml:30(td) ./doc/common/tables/heat-conf-changes.xml:165(td) ./doc/common/tables/glance-conf-changes.xml:285(td) ./doc/common/tables/neutron-conf-changes.xml:537(td) ./doc/common/tables/keystone-conf-changes.xml:217(td) ./doc/common/tables/ceilometer-conf-changes.xml:181(td) ./doc/common/tables/sahara-conf-changes.xml:189(td) ./doc/common/tables/trove-conf-changes.xml:209(td) ./doc/common/tables/ironic-qpid.xml:30(td) ./doc/common/tables/nova-conf-changes.xml:393(td) ./doc/common/tables/nova-qpid.xml:30(td) ./doc/common/tables/glance-qpid.xml:30(td) ./doc/common/tables/sahara-qpid.xml:30(td) ./doc/common/tables/neutron-qpid.xml:30(td) ./doc/common/tables/keystone-qpid.xml:30(td) ./doc/common/tables/ceilometer-qpid.xml:30(td) ./doc/common/tables/cinder-conf-changes.xml:449(td) +msgid "(IntOpt) Seconds between connection keepalive heartbeats." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:34(td) ./doc/common/tables/trove-qpid.xml:34(td) ./doc/common/tables/heat-qpid.xml:34(td) ./doc/common/tables/heat-conf-changes.xml:169(td) ./doc/common/tables/glance-conf-changes.xml:289(td) ./doc/common/tables/neutron-conf-changes.xml:541(td) ./doc/common/tables/keystone-conf-changes.xml:221(td) ./doc/common/tables/ceilometer-conf-changes.xml:185(td) ./doc/common/tables/sahara-conf-changes.xml:193(td) ./doc/common/tables/trove-conf-changes.xml:213(td) ./doc/common/tables/ironic-qpid.xml:34(td) ./doc/common/tables/nova-conf-changes.xml:397(td) ./doc/common/tables/nova-qpid.xml:34(td) ./doc/common/tables/glance-qpid.xml:34(td) ./doc/common/tables/sahara-qpid.xml:34(td) ./doc/common/tables/neutron-qpid.xml:34(td) ./doc/common/tables/keystone-qpid.xml:34(td) ./doc/common/tables/ceilometer-qpid.xml:34(td) ./doc/common/tables/cinder-conf-changes.xml:453(td) +msgid "(StrOpt) Qpid broker hostname." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:37(replaceable) ./doc/common/tables/trove-qpid.xml:37(replaceable) ./doc/common/tables/heat-qpid.xml:37(replaceable) ./doc/common/tables/ironic-qpid.xml:37(replaceable) ./doc/common/tables/nova-qpid.xml:37(replaceable) ./doc/common/tables/glance-qpid.xml:37(replaceable) ./doc/common/tables/sahara-qpid.xml:37(replaceable) ./doc/common/tables/neutron-qpid.xml:37(replaceable) ./doc/common/tables/keystone-qpid.xml:37(replaceable) ./doc/common/tables/ceilometer-qpid.xml:37(replaceable) +msgid "$qpid_hostname:$qpid_port" +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:38(td) ./doc/common/tables/trove-qpid.xml:38(td) ./doc/common/tables/heat-qpid.xml:38(td) ./doc/common/tables/heat-conf-changes.xml:173(td) ./doc/common/tables/glance-conf-changes.xml:293(td) ./doc/common/tables/neutron-conf-changes.xml:545(td) ./doc/common/tables/keystone-conf-changes.xml:225(td) ./doc/common/tables/ceilometer-conf-changes.xml:189(td) ./doc/common/tables/sahara-conf-changes.xml:197(td) ./doc/common/tables/trove-conf-changes.xml:217(td) ./doc/common/tables/ironic-qpid.xml:38(td) ./doc/common/tables/nova-conf-changes.xml:401(td) ./doc/common/tables/nova-qpid.xml:38(td) ./doc/common/tables/glance-qpid.xml:38(td) ./doc/common/tables/sahara-qpid.xml:38(td) ./doc/common/tables/neutron-qpid.xml:38(td) ./doc/common/tables/keystone-qpid.xml:38(td) ./doc/common/tables/ceilometer-qpid.xml:38(td) ./doc/common/tables/cinder-conf-changes.xml:457(td) +msgid "(ListOpt) Qpid HA cluster host:port pairs." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:42(td) ./doc/common/tables/trove-qpid.xml:42(td) ./doc/common/tables/heat-qpid.xml:42(td) ./doc/common/tables/heat-conf-changes.xml:177(td) ./doc/common/tables/glance-conf-changes.xml:297(td) ./doc/common/tables/neutron-conf-changes.xml:549(td) ./doc/common/tables/keystone-conf-changes.xml:229(td) ./doc/common/tables/ceilometer-conf-changes.xml:193(td) ./doc/common/tables/sahara-conf-changes.xml:201(td) ./doc/common/tables/trove-conf-changes.xml:221(td) ./doc/common/tables/ironic-qpid.xml:42(td) ./doc/common/tables/nova-conf-changes.xml:405(td) ./doc/common/tables/nova-qpid.xml:42(td) ./doc/common/tables/glance-qpid.xml:42(td) ./doc/common/tables/sahara-qpid.xml:42(td) ./doc/common/tables/neutron-qpid.xml:42(td) ./doc/common/tables/keystone-qpid.xml:42(td) ./doc/common/tables/ceilometer-qpid.xml:42(td) ./doc/common/tables/cinder-conf-changes.xml:461(td) +msgid "(StrOpt) Password for Qpid connection." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:45(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:85(replaceable) ./doc/common/tables/trove-qpid.xml:45(replaceable) ./doc/common/tables/nova-rabbitmq.xml:85(replaceable) ./doc/common/tables/heat-qpid.xml:45(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:85(replaceable) ./doc/common/tables/glance-rabbitmq.xml:85(replaceable) ./doc/common/tables/heat-rabbitmq.xml:85(replaceable) ./doc/common/tables/trove-rabbitmq.xml:85(replaceable) ./doc/common/tables/ironic-qpid.xml:45(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:85(replaceable) ./doc/common/tables/nova-qpid.xml:45(replaceable) ./doc/common/tables/glance-qpid.xml:45(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:85(replaceable) ./doc/common/tables/sahara-qpid.xml:45(replaceable) ./doc/common/tables/neutron-qpid.xml:45(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:85(replaceable) ./doc/common/tables/keystone-qpid.xml:45(replaceable) ./doc/common/tables/ceilometer-qpid.xml:45(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:85(replaceable) +msgid "5672" +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:46(td) ./doc/common/tables/trove-qpid.xml:46(td) ./doc/common/tables/heat-qpid.xml:46(td) ./doc/common/tables/heat-conf-changes.xml:181(td) ./doc/common/tables/glance-conf-changes.xml:301(td) ./doc/common/tables/neutron-conf-changes.xml:553(td) ./doc/common/tables/keystone-conf-changes.xml:233(td) ./doc/common/tables/ceilometer-conf-changes.xml:197(td) ./doc/common/tables/sahara-conf-changes.xml:205(td) ./doc/common/tables/trove-conf-changes.xml:225(td) ./doc/common/tables/ironic-qpid.xml:46(td) ./doc/common/tables/nova-conf-changes.xml:409(td) ./doc/common/tables/nova-qpid.xml:46(td) ./doc/common/tables/glance-qpid.xml:46(td) ./doc/common/tables/sahara-qpid.xml:46(td) ./doc/common/tables/neutron-qpid.xml:46(td) ./doc/common/tables/keystone-qpid.xml:46(td) ./doc/common/tables/ceilometer-qpid.xml:46(td) ./doc/common/tables/cinder-conf-changes.xml:465(td) +msgid "(IntOpt) Qpid broker port." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:49(replaceable) ./doc/common/tables/trove-qpid.xml:49(replaceable) ./doc/common/tables/heat-qpid.xml:49(replaceable) ./doc/common/tables/ironic-qpid.xml:49(replaceable) ./doc/common/tables/nova-qpid.xml:49(replaceable) ./doc/common/tables/glance-qpid.xml:49(replaceable) ./doc/common/tables/sahara-qpid.xml:49(replaceable) ./doc/common/tables/neutron-qpid.xml:49(replaceable) ./doc/common/tables/keystone-qpid.xml:49(replaceable) ./doc/common/tables/ceilometer-qpid.xml:49(replaceable) +msgid "tcp" +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:50(td) ./doc/common/tables/trove-qpid.xml:50(td) ./doc/common/tables/heat-qpid.xml:50(td) ./doc/common/tables/heat-conf-changes.xml:185(td) ./doc/common/tables/glance-conf-changes.xml:305(td) ./doc/common/tables/neutron-conf-changes.xml:557(td) ./doc/common/tables/keystone-conf-changes.xml:237(td) ./doc/common/tables/ceilometer-conf-changes.xml:201(td) ./doc/common/tables/sahara-conf-changes.xml:209(td) ./doc/common/tables/trove-conf-changes.xml:229(td) ./doc/common/tables/ironic-qpid.xml:50(td) ./doc/common/tables/nova-conf-changes.xml:413(td) ./doc/common/tables/nova-qpid.xml:50(td) ./doc/common/tables/glance-qpid.xml:50(td) ./doc/common/tables/sahara-qpid.xml:50(td) ./doc/common/tables/neutron-qpid.xml:50(td) ./doc/common/tables/keystone-qpid.xml:50(td) ./doc/common/tables/ceilometer-qpid.xml:50(td) ./doc/common/tables/cinder-conf-changes.xml:469(td) +msgid "(StrOpt) Transport to use, either 'tcp' or 'ssl'." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:54(td) ./doc/common/tables/trove-qpid.xml:54(td) ./doc/common/tables/heat-qpid.xml:54(td) ./doc/common/tables/heat-conf-changes.xml:189(td) ./doc/common/tables/glance-conf-changes.xml:309(td) ./doc/common/tables/neutron-conf-changes.xml:561(td) ./doc/common/tables/keystone-conf-changes.xml:241(td) ./doc/common/tables/ceilometer-conf-changes.xml:205(td) ./doc/common/tables/sahara-conf-changes.xml:213(td) ./doc/common/tables/trove-conf-changes.xml:233(td) ./doc/common/tables/ironic-qpid.xml:54(td) ./doc/common/tables/nova-conf-changes.xml:417(td) ./doc/common/tables/nova-qpid.xml:54(td) ./doc/common/tables/glance-qpid.xml:54(td) ./doc/common/tables/sahara-qpid.xml:54(td) ./doc/common/tables/neutron-qpid.xml:54(td) ./doc/common/tables/keystone-qpid.xml:54(td) ./doc/common/tables/ceilometer-qpid.xml:54(td) ./doc/common/tables/cinder-conf-changes.xml:473(td) +msgid "(IntOpt) The number of prefetched messages held by receiver." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:58(td) ./doc/common/tables/trove-qpid.xml:58(td) ./doc/common/tables/heat-qpid.xml:58(td) ./doc/common/tables/heat-conf-changes.xml:193(td) ./doc/common/tables/glance-conf-changes.xml:313(td) ./doc/common/tables/neutron-conf-changes.xml:565(td) ./doc/common/tables/keystone-conf-changes.xml:245(td) ./doc/common/tables/ceilometer-conf-changes.xml:209(td) ./doc/common/tables/sahara-conf-changes.xml:217(td) ./doc/common/tables/trove-conf-changes.xml:237(td) ./doc/common/tables/ironic-qpid.xml:58(td) ./doc/common/tables/nova-conf-changes.xml:421(td) ./doc/common/tables/nova-qpid.xml:58(td) ./doc/common/tables/glance-qpid.xml:58(td) ./doc/common/tables/sahara-qpid.xml:58(td) ./doc/common/tables/neutron-qpid.xml:58(td) ./doc/common/tables/keystone-qpid.xml:58(td) ./doc/common/tables/ceilometer-qpid.xml:58(td) ./doc/common/tables/cinder-conf-changes.xml:477(td) +msgid "(StrOpt) Space separated list of SASL mechanisms to use for auth." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:62(td) ./doc/common/tables/trove-qpid.xml:62(td) ./doc/common/tables/heat-qpid.xml:62(td) ./doc/common/tables/heat-conf-changes.xml:197(td) ./doc/common/tables/glance-conf-changes.xml:317(td) ./doc/common/tables/neutron-conf-changes.xml:569(td) ./doc/common/tables/keystone-conf-changes.xml:249(td) ./doc/common/tables/ceilometer-conf-changes.xml:213(td) ./doc/common/tables/sahara-conf-changes.xml:221(td) ./doc/common/tables/trove-conf-changes.xml:241(td) ./doc/common/tables/ironic-qpid.xml:62(td) ./doc/common/tables/nova-conf-changes.xml:425(td) ./doc/common/tables/nova-qpid.xml:62(td) ./doc/common/tables/glance-qpid.xml:62(td) ./doc/common/tables/sahara-qpid.xml:62(td) ./doc/common/tables/neutron-qpid.xml:62(td) ./doc/common/tables/keystone-qpid.xml:62(td) ./doc/common/tables/ceilometer-qpid.xml:62(td) ./doc/common/tables/cinder-conf-changes.xml:481(td) +msgid "(BoolOpt) Whether to disable the Nagle algorithm." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:66(td) ./doc/common/tables/trove-qpid.xml:66(td) ./doc/common/tables/heat-qpid.xml:66(td) ./doc/common/tables/heat-conf-changes.xml:201(td) ./doc/common/tables/glance-conf-changes.xml:321(td) ./doc/common/tables/neutron-conf-changes.xml:573(td) ./doc/common/tables/keystone-conf-changes.xml:253(td) ./doc/common/tables/ceilometer-conf-changes.xml:217(td) ./doc/common/tables/sahara-conf-changes.xml:225(td) ./doc/common/tables/trove-conf-changes.xml:245(td) ./doc/common/tables/ironic-qpid.xml:66(td) ./doc/common/tables/nova-conf-changes.xml:429(td) ./doc/common/tables/nova-qpid.xml:66(td) ./doc/common/tables/glance-qpid.xml:66(td) ./doc/common/tables/sahara-qpid.xml:66(td) ./doc/common/tables/neutron-qpid.xml:66(td) ./doc/common/tables/keystone-qpid.xml:66(td) ./doc/common/tables/ceilometer-qpid.xml:66(td) ./doc/common/tables/cinder-conf-changes.xml:485(td) +msgid "(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:70(td) ./doc/common/tables/trove-qpid.xml:70(td) ./doc/common/tables/heat-qpid.xml:70(td) ./doc/common/tables/heat-conf-changes.xml:205(td) ./doc/common/tables/glance-conf-changes.xml:325(td) ./doc/common/tables/neutron-conf-changes.xml:577(td) ./doc/common/tables/keystone-conf-changes.xml:257(td) ./doc/common/tables/ceilometer-conf-changes.xml:221(td) ./doc/common/tables/sahara-conf-changes.xml:229(td) ./doc/common/tables/trove-conf-changes.xml:249(td) ./doc/common/tables/ironic-qpid.xml:70(td) ./doc/common/tables/nova-conf-changes.xml:433(td) ./doc/common/tables/nova-qpid.xml:70(td) ./doc/common/tables/glance-qpid.xml:70(td) ./doc/common/tables/sahara-qpid.xml:70(td) ./doc/common/tables/neutron-qpid.xml:70(td) ./doc/common/tables/keystone-qpid.xml:70(td) ./doc/common/tables/ceilometer-qpid.xml:70(td) ./doc/common/tables/cinder-conf-changes.xml:489(td) +msgid "(StrOpt) Username for Qpid connection." +msgstr "" + +#: ./doc/common/tables/cinder-qpid.xml:74(td) ./doc/common/tables/ironic-rabbitmq.xml:110(td) ./doc/common/tables/trove-qpid.xml:74(td) ./doc/common/tables/nova-rabbitmq.xml:110(td) ./doc/common/tables/heat-qpid.xml:74(td) ./doc/common/tables/cinder-rabbitmq.xml:110(td) ./doc/common/tables/heat-conf-changes.xml:209(td) ./doc/common/tables/heat-conf-changes.xml:301(td) ./doc/common/tables/glance-conf-changes.xml:329(td) ./doc/common/tables/glance-conf-changes.xml:421(td) ./doc/common/tables/neutron-conf-changes.xml:581(td) ./doc/common/tables/neutron-conf-changes.xml:673(td) ./doc/common/tables/keystone-conf-changes.xml:261(td) ./doc/common/tables/keystone-conf-changes.xml:353(td) ./doc/common/tables/glance-rabbitmq.xml:110(td) ./doc/common/tables/ceilometer-conf-changes.xml:225(td) ./doc/common/tables/ceilometer-conf-changes.xml:317(td) ./doc/common/tables/heat-rabbitmq.xml:110(td) ./doc/common/tables/trove-rabbitmq.xml:110(td) ./doc/common/tables/sahara-conf-changes.xml:233(td) ./doc/common/tables/sahara-conf-changes.xml:325(td) ./doc/common/tables/trove-conf-changes.xml:253(td) ./doc/common/tables/trove-conf-changes.xml:345(td) ./doc/common/tables/ironic-qpid.xml:74(td) ./doc/common/tables/nova-conf-changes.xml:437(td) ./doc/common/tables/nova-conf-changes.xml:529(td) ./doc/common/tables/keystone-rabbitmq.xml:110(td) ./doc/common/tables/nova-qpid.xml:74(td) ./doc/common/tables/glance-qpid.xml:74(td) ./doc/common/tables/sahara-rabbitmq.xml:110(td) ./doc/common/tables/sahara-qpid.xml:74(td) ./doc/common/tables/neutron-qpid.xml:74(td) ./doc/common/tables/neutron-rabbitmq.xml:110(td) ./doc/common/tables/keystone-qpid.xml:74(td) ./doc/common/tables/ceilometer-qpid.xml:74(td) ./doc/common/tables/ceilometer-rabbitmq.xml:110(td) ./doc/common/tables/cinder-conf-changes.xml:493(td) ./doc/common/tables/cinder-conf-changes.xml:585(td) +msgid "(IntOpt) Size of RPC connection pool." +msgstr "" + #: ./doc/common/tables/cinder-zoning_fabric.xml:7(caption) msgid "Description of zoning fabrics configuration options" msgstr "" @@ -10667,7 +10567,7 @@ msgstr "" msgid "(BoolOpt) Restrict the visibility of policy profiles to the tenants" msgstr "" -#: ./doc/common/tables/neutron-cisco.xml:100(replaceable) ./doc/common/tables/sahara-zeromq.xml:37(replaceable) ./doc/common/tables/heat-conf-changes.xml:357(td) ./doc/common/tables/glance-conf-changes.xml:508(td) ./doc/common/tables/neutron-conf-changes.xml:725(td) ./doc/common/tables/keystone-conf-changes.xml:440(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(replaceable) ./doc/common/tables/ceilometer-conf-changes.xml:379(td) ./doc/common/tables/sahara-conf-changes.xml:413(td) ./doc/common/tables/trove-conf-changes.xml:477(td) ./doc/common/tables/nova-conf-changes.xml:603(td) ./doc/common/tables/trove-zeromq.xml:37(replaceable) ./doc/common/tables/neutron-ml2.xml:45(replaceable) ./doc/common/tables/cinder-conf-changes.xml:643(td) +#: ./doc/common/tables/neutron-cisco.xml:100(replaceable) ./doc/common/tables/sahara-zeromq.xml:37(replaceable) ./doc/common/tables/heat-conf-changes.xml:357(td) ./doc/common/tables/glance-conf-changes.xml:508(td) ./doc/common/tables/nova-zeromq.xml:37(replaceable) ./doc/common/tables/neutron-conf-changes.xml:725(td) ./doc/common/tables/keystone-conf-changes.xml:440(td) ./doc/common/tables/heat-zeromq.xml:37(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(replaceable) ./doc/common/tables/cinder-zeromq.xml:37(replaceable) ./doc/common/tables/ceilometer-conf-changes.xml:379(td) ./doc/common/tables/ceilometer-zeromq.xml:37(replaceable) ./doc/common/tables/sahara-conf-changes.xml:413(td) ./doc/common/tables/trove-conf-changes.xml:477(td) ./doc/common/tables/neutron-zeromq.xml:37(replaceable) ./doc/common/tables/nova-conf-changes.xml:603(td) ./doc/common/tables/keystone-zeromq.xml:37(replaceable) ./doc/common/tables/glance-zeromq.xml:37(replaceable) ./doc/common/tables/trove-zeromq.xml:37(replaceable) ./doc/common/tables/ironic-zeromq.xml:37(replaceable) ./doc/common/tables/neutron-ml2.xml:41(replaceable) ./doc/common/tables/cinder-conf-changes.xml:643(td) msgid "local" msgstr "" @@ -10999,7 +10899,7 @@ msgstr "" msgid "Entry point of paste.deploy in the server" msgstr "" -#: ./doc/common/tables/glance-ca.xml:7(caption) ./doc/common/tables/keystone-ca.xml:7(caption) ./doc/common/tables/ironic-ca.xml:7(caption) ./doc/common/tables/sahara-ca.xml:7(caption) ./doc/common/tables/trove-ca.xml:7(caption) ./doc/common/tables/nova-ca.xml:7(caption) ./doc/common/tables/neutron-ca.xml:7(caption) ./doc/common/tables/cinder-ca.xml:7(caption) +#: ./doc/common/tables/glance-ca.xml:7(caption) ./doc/common/tables/keystone-ca.xml:7(caption) ./doc/common/tables/sahara-ca.xml:7(caption) ./doc/common/tables/trove-ca.xml:7(caption) ./doc/common/tables/nova-ca.xml:7(caption) ./doc/common/tables/neutron-ca.xml:7(caption) ./doc/common/tables/cinder-ca.xml:7(caption) msgid "Description of CA and SSL configuration options" msgstr "" @@ -11015,7 +10915,7 @@ msgstr "" msgid "(StrOpt) Private key file to use when starting API server securely." msgstr "" -#: ./doc/common/tables/neutron-scheduler.xml:7(caption) ./doc/common/tables/cinder-scheduler.xml:7(caption) ./doc/common/tables/nova-scheduler.xml:7(caption) ./doc/common/tables/ironic-scheduler.xml:7(caption) +#: ./doc/common/tables/neutron-scheduler.xml:7(caption) ./doc/common/tables/cinder-scheduler.xml:7(caption) ./doc/common/tables/nova-scheduler.xml:7(caption) msgid "Description of scheduler configuration options" msgstr "" @@ -11107,7 +11007,7 @@ msgstr "" msgid "(IntOpt) Timeout seconds for HTTP requests. Set it to None to disable timeout." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:30(td) ./doc/common/tables/heat-common.xml:62(td) ./doc/common/tables/keystone-common.xml:22(td) ./doc/common/tables/nova-common.xml:42(td) ./doc/common/tables/trove-common.xml:50(td) ./doc/common/tables/cinder-common.xml:90(td) ./doc/common/tables/sahara-common.xml:86(td) ./doc/common/tables/ironic-common.xml:62(td) ./doc/common/tables/glance-common.xml:78(td) ./doc/common/tables/neutron-common.xml:170(td) +#: ./doc/common/tables/ceilometer-common.xml:30(td) ./doc/common/tables/heat-common.xml:62(td) ./doc/common/tables/keystone-common.xml:22(td) ./doc/common/tables/nova-common.xml:42(td) ./doc/common/tables/trove-common.xml:50(td) ./doc/common/tables/cinder-common.xml:90(td) ./doc/common/tables/sahara-common.xml:86(td) ./doc/common/tables/ironic-common.xml:62(td) ./doc/common/tables/glance-common.xml:78(td) ./doc/common/tables/neutron-common.xml:166(td) msgid "(ListOpt) Memcached servers or None for in process cache." msgstr "" @@ -11159,7 +11059,7 @@ msgstr "" msgid "(StrOpt) The backend URL to use for distributed coordination. If left empty, per-deployment central agent and per-host compute agent won't do workload partitioning and will only function correctly if a single instance of that service is running." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:71(replaceable) ./doc/common/tables/nova-scheduler.xml:140(replaceable) ./doc/common/tables/nova-cells.xml:85(replaceable) ./doc/common/tables/ironic-cells.xml:53(replaceable) +#: ./doc/common/tables/ceilometer-common.xml:71(replaceable) ./doc/common/tables/nova-scheduler.xml:140(replaceable) ./doc/common/tables/nova-cells.xml:85(replaceable) msgid "10.0" msgstr "" @@ -11171,7 +11071,7 @@ msgstr "" msgid "(FloatOpt) Number of seconds between heartbeats for distributed coordination." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:83(td) ./doc/common/tables/heat-common.xml:77(td) ./doc/common/tables/keystone-common.xml:29(td) ./doc/common/tables/nova-common.xml:85(td) ./doc/common/tables/trove-common.xml:77(td) ./doc/common/tables/ironic-auth_token.xml:154(td) ./doc/common/tables/cinder-common.xml:237(td) ./doc/common/tables/sahara-common.xml:172(td) ./doc/common/tables/glance-common.xml:131(td) ./doc/common/tables/neutron-common.xml:254(td) +#: ./doc/common/tables/ceilometer-common.xml:83(td) ./doc/common/tables/heat-common.xml:77(td) ./doc/common/tables/keystone-common.xml:29(td) ./doc/common/tables/nova-common.xml:85(td) ./doc/common/tables/trove-common.xml:77(td) ./doc/common/tables/ironic-auth_token.xml:154(td) ./doc/common/tables/cinder-common.xml:237(td) ./doc/common/tables/sahara-common.xml:172(td) ./doc/common/tables/glance-common.xml:131(td) ./doc/common/tables/neutron-common.xml:250(td) msgid "(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process." msgstr "" @@ -11559,10 +11459,106 @@ msgstr "" msgid "(IntOpt) Maximum number of ingress messages to locally buffer per topic. Default is unlimited." msgstr "" -#: ./doc/common/tables/ironic-rabbitmq.xml:7(caption) ./doc/common/tables/nova-rabbitmq.xml:7(caption) ./doc/common/tables/cinder-rabbitmq.xml:7(caption) ./doc/common/tables/heat-rabbitmq.xml:7(caption) ./doc/common/tables/trove-rabbitmq.xml:7(caption) ./doc/common/tables/keystone-rabbitmq.xml:7(caption) ./doc/common/tables/sahara-rabbitmq.xml:7(caption) ./doc/common/tables/neutron-rabbitmq.xml:7(caption) ./doc/common/tables/ceilometer-rabbitmq.xml:7(caption) +#: ./doc/common/tables/ironic-rabbitmq.xml:7(caption) ./doc/common/tables/nova-rabbitmq.xml:7(caption) ./doc/common/tables/cinder-rabbitmq.xml:7(caption) ./doc/common/tables/glance-rabbitmq.xml:7(caption) ./doc/common/tables/heat-rabbitmq.xml:7(caption) ./doc/common/tables/trove-rabbitmq.xml:7(caption) ./doc/common/tables/keystone-rabbitmq.xml:7(caption) ./doc/common/tables/sahara-rabbitmq.xml:7(caption) ./doc/common/tables/neutron-rabbitmq.xml:7(caption) ./doc/common/tables/ceilometer-rabbitmq.xml:7(caption) msgid "Description of RabbitMQ configuration options" msgstr "" +#: ./doc/common/tables/ironic-rabbitmq.xml:18(th) ./doc/common/tables/nova-rabbitmq.xml:18(th) ./doc/common/tables/cinder-rabbitmq.xml:18(th) ./doc/common/tables/glance-rabbitmq.xml:18(th) ./doc/common/tables/heat-rabbitmq.xml:18(th) ./doc/common/tables/trove-rabbitmq.xml:18(th) ./doc/common/tables/keystone-rabbitmq.xml:18(th) ./doc/common/tables/sahara-rabbitmq.xml:18(th) ./doc/common/tables/neutron-rabbitmq.xml:18(th) ./doc/common/tables/ceilometer-rabbitmq.xml:18(th) +msgid "[oslo_messaging_rabbit]" +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:34(td) ./doc/common/tables/nova-rabbitmq.xml:34(td) ./doc/common/tables/cinder-rabbitmq.xml:34(td) ./doc/common/tables/heat-conf-changes.xml:225(td) ./doc/common/tables/glance-conf-changes.xml:345(td) ./doc/common/tables/neutron-conf-changes.xml:597(td) ./doc/common/tables/keystone-conf-changes.xml:277(td) ./doc/common/tables/glance-rabbitmq.xml:34(td) ./doc/common/tables/ceilometer-conf-changes.xml:241(td) ./doc/common/tables/heat-rabbitmq.xml:34(td) ./doc/common/tables/trove-rabbitmq.xml:34(td) ./doc/common/tables/sahara-conf-changes.xml:249(td) ./doc/common/tables/trove-conf-changes.xml:269(td) ./doc/common/tables/nova-conf-changes.xml:453(td) ./doc/common/tables/keystone-rabbitmq.xml:34(td) ./doc/common/tables/sahara-rabbitmq.xml:34(td) ./doc/common/tables/neutron-rabbitmq.xml:34(td) ./doc/common/tables/ceilometer-rabbitmq.xml:34(td) ./doc/common/tables/cinder-conf-changes.xml:509(td) +msgid "(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:38(td) ./doc/common/tables/nova-rabbitmq.xml:38(td) ./doc/common/tables/cinder-rabbitmq.xml:38(td) ./doc/common/tables/heat-conf-changes.xml:229(td) ./doc/common/tables/glance-conf-changes.xml:349(td) ./doc/common/tables/neutron-conf-changes.xml:601(td) ./doc/common/tables/keystone-conf-changes.xml:281(td) ./doc/common/tables/glance-rabbitmq.xml:38(td) ./doc/common/tables/ceilometer-conf-changes.xml:245(td) ./doc/common/tables/heat-rabbitmq.xml:38(td) ./doc/common/tables/trove-rabbitmq.xml:38(td) ./doc/common/tables/sahara-conf-changes.xml:253(td) ./doc/common/tables/trove-conf-changes.xml:273(td) ./doc/common/tables/nova-conf-changes.xml:457(td) ./doc/common/tables/keystone-rabbitmq.xml:38(td) ./doc/common/tables/sahara-rabbitmq.xml:38(td) ./doc/common/tables/neutron-rabbitmq.xml:38(td) ./doc/common/tables/ceilometer-rabbitmq.xml:38(td) ./doc/common/tables/cinder-conf-changes.xml:513(td) +msgid "(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL" +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:42(td) ./doc/common/tables/nova-rabbitmq.xml:42(td) ./doc/common/tables/cinder-rabbitmq.xml:42(td) ./doc/common/tables/heat-conf-changes.xml:233(td) ./doc/common/tables/glance-conf-changes.xml:353(td) ./doc/common/tables/neutron-conf-changes.xml:605(td) ./doc/common/tables/keystone-conf-changes.xml:285(td) ./doc/common/tables/glance-rabbitmq.xml:42(td) ./doc/common/tables/ceilometer-conf-changes.xml:249(td) ./doc/common/tables/heat-rabbitmq.xml:42(td) ./doc/common/tables/trove-rabbitmq.xml:42(td) ./doc/common/tables/sahara-conf-changes.xml:257(td) ./doc/common/tables/trove-conf-changes.xml:277(td) ./doc/common/tables/nova-conf-changes.xml:461(td) ./doc/common/tables/keystone-rabbitmq.xml:42(td) ./doc/common/tables/sahara-rabbitmq.xml:42(td) ./doc/common/tables/neutron-rabbitmq.xml:42(td) ./doc/common/tables/ceilometer-rabbitmq.xml:42(td) ./doc/common/tables/cinder-conf-changes.xml:517(td) +msgid "(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:46(td) ./doc/common/tables/nova-rabbitmq.xml:46(td) ./doc/common/tables/cinder-rabbitmq.xml:46(td) ./doc/common/tables/heat-conf-changes.xml:237(td) ./doc/common/tables/glance-conf-changes.xml:357(td) ./doc/common/tables/neutron-conf-changes.xml:609(td) ./doc/common/tables/keystone-conf-changes.xml:289(td) ./doc/common/tables/glance-rabbitmq.xml:46(td) ./doc/common/tables/ceilometer-conf-changes.xml:253(td) ./doc/common/tables/heat-rabbitmq.xml:46(td) ./doc/common/tables/trove-rabbitmq.xml:46(td) ./doc/common/tables/sahara-conf-changes.xml:261(td) ./doc/common/tables/trove-conf-changes.xml:281(td) ./doc/common/tables/nova-conf-changes.xml:465(td) ./doc/common/tables/keystone-rabbitmq.xml:46(td) ./doc/common/tables/sahara-rabbitmq.xml:46(td) ./doc/common/tables/neutron-rabbitmq.xml:46(td) ./doc/common/tables/ceilometer-rabbitmq.xml:46(td) ./doc/common/tables/cinder-conf-changes.xml:521(td) +msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:50(td) ./doc/common/tables/nova-rabbitmq.xml:50(td) ./doc/common/tables/cinder-rabbitmq.xml:50(td) ./doc/common/tables/heat-conf-changes.xml:241(td) ./doc/common/tables/glance-conf-changes.xml:361(td) ./doc/common/tables/neutron-conf-changes.xml:613(td) ./doc/common/tables/keystone-conf-changes.xml:293(td) ./doc/common/tables/glance-rabbitmq.xml:50(td) ./doc/common/tables/ceilometer-conf-changes.xml:257(td) ./doc/common/tables/heat-rabbitmq.xml:50(td) ./doc/common/tables/trove-rabbitmq.xml:50(td) ./doc/common/tables/sahara-conf-changes.xml:265(td) ./doc/common/tables/trove-conf-changes.xml:285(td) ./doc/common/tables/nova-conf-changes.xml:469(td) ./doc/common/tables/keystone-rabbitmq.xml:50(td) ./doc/common/tables/sahara-rabbitmq.xml:50(td) ./doc/common/tables/neutron-rabbitmq.xml:50(td) ./doc/common/tables/ceilometer-rabbitmq.xml:50(td) ./doc/common/tables/cinder-conf-changes.xml:525(td) +msgid "(StrOpt) SSL cert file (valid only if SSL enabled)." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:54(td) ./doc/common/tables/nova-rabbitmq.xml:54(td) ./doc/common/tables/cinder-rabbitmq.xml:54(td) ./doc/common/tables/heat-conf-changes.xml:245(td) ./doc/common/tables/glance-conf-changes.xml:365(td) ./doc/common/tables/neutron-conf-changes.xml:617(td) ./doc/common/tables/keystone-conf-changes.xml:297(td) ./doc/common/tables/glance-rabbitmq.xml:54(td) ./doc/common/tables/ceilometer-conf-changes.xml:261(td) ./doc/common/tables/heat-rabbitmq.xml:54(td) ./doc/common/tables/trove-rabbitmq.xml:54(td) ./doc/common/tables/sahara-conf-changes.xml:269(td) ./doc/common/tables/trove-conf-changes.xml:289(td) ./doc/common/tables/nova-conf-changes.xml:473(td) ./doc/common/tables/keystone-rabbitmq.xml:54(td) ./doc/common/tables/sahara-rabbitmq.xml:54(td) ./doc/common/tables/neutron-rabbitmq.xml:54(td) ./doc/common/tables/ceilometer-rabbitmq.xml:54(td) ./doc/common/tables/cinder-conf-changes.xml:529(td) +msgid "(StrOpt) SSL key file (valid only if SSL enabled)." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:58(td) ./doc/common/tables/nova-rabbitmq.xml:58(td) ./doc/common/tables/cinder-rabbitmq.xml:58(td) ./doc/common/tables/heat-conf-changes.xml:249(td) ./doc/common/tables/glance-conf-changes.xml:369(td) ./doc/common/tables/neutron-conf-changes.xml:621(td) ./doc/common/tables/keystone-conf-changes.xml:301(td) ./doc/common/tables/glance-rabbitmq.xml:58(td) ./doc/common/tables/ceilometer-conf-changes.xml:265(td) ./doc/common/tables/heat-rabbitmq.xml:58(td) ./doc/common/tables/trove-rabbitmq.xml:58(td) ./doc/common/tables/sahara-conf-changes.xml:273(td) ./doc/common/tables/trove-conf-changes.xml:293(td) ./doc/common/tables/nova-conf-changes.xml:477(td) ./doc/common/tables/keystone-rabbitmq.xml:58(td) ./doc/common/tables/sahara-rabbitmq.xml:58(td) ./doc/common/tables/neutron-rabbitmq.xml:58(td) ./doc/common/tables/ceilometer-rabbitmq.xml:58(td) ./doc/common/tables/cinder-conf-changes.xml:533(td) +msgid "(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:62(td) ./doc/common/tables/nova-rabbitmq.xml:62(td) ./doc/common/tables/cinder-rabbitmq.xml:62(td) ./doc/common/tables/heat-conf-changes.xml:253(td) ./doc/common/tables/glance-conf-changes.xml:373(td) ./doc/common/tables/neutron-conf-changes.xml:625(td) ./doc/common/tables/keystone-conf-changes.xml:305(td) ./doc/common/tables/glance-rabbitmq.xml:62(td) ./doc/common/tables/ceilometer-conf-changes.xml:269(td) ./doc/common/tables/heat-rabbitmq.xml:62(td) ./doc/common/tables/trove-rabbitmq.xml:62(td) ./doc/common/tables/sahara-conf-changes.xml:277(td) ./doc/common/tables/trove-conf-changes.xml:297(td) ./doc/common/tables/nova-conf-changes.xml:481(td) ./doc/common/tables/keystone-rabbitmq.xml:62(td) ./doc/common/tables/sahara-rabbitmq.xml:62(td) ./doc/common/tables/neutron-rabbitmq.xml:62(td) ./doc/common/tables/ceilometer-rabbitmq.xml:62(td) ./doc/common/tables/cinder-conf-changes.xml:537(td) +msgid "(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:66(td) ./doc/common/tables/nova-rabbitmq.xml:66(td) ./doc/common/tables/cinder-rabbitmq.xml:66(td) ./doc/common/tables/heat-conf-changes.xml:257(td) ./doc/common/tables/glance-conf-changes.xml:377(td) ./doc/common/tables/neutron-conf-changes.xml:629(td) ./doc/common/tables/keystone-conf-changes.xml:309(td) ./doc/common/tables/glance-rabbitmq.xml:66(td) ./doc/common/tables/ceilometer-conf-changes.xml:273(td) ./doc/common/tables/heat-rabbitmq.xml:66(td) ./doc/common/tables/trove-rabbitmq.xml:66(td) ./doc/common/tables/sahara-conf-changes.xml:281(td) ./doc/common/tables/trove-conf-changes.xml:301(td) ./doc/common/tables/nova-conf-changes.xml:485(td) ./doc/common/tables/keystone-rabbitmq.xml:66(td) ./doc/common/tables/sahara-rabbitmq.xml:66(td) ./doc/common/tables/neutron-rabbitmq.xml:66(td) ./doc/common/tables/ceilometer-rabbitmq.xml:66(td) ./doc/common/tables/cinder-conf-changes.xml:541(td) +msgid "(StrOpt) The RabbitMQ broker address where a single node is used." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:69(replaceable) ./doc/common/tables/nova-rabbitmq.xml:69(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:69(replaceable) ./doc/common/tables/glance-rabbitmq.xml:69(replaceable) ./doc/common/tables/heat-rabbitmq.xml:69(replaceable) ./doc/common/tables/trove-rabbitmq.xml:69(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:69(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:69(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:69(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:69(replaceable) +msgid "$rabbit_host:$rabbit_port" +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:70(td) ./doc/common/tables/nova-rabbitmq.xml:70(td) ./doc/common/tables/cinder-rabbitmq.xml:70(td) ./doc/common/tables/heat-conf-changes.xml:261(td) ./doc/common/tables/glance-conf-changes.xml:381(td) ./doc/common/tables/neutron-conf-changes.xml:633(td) ./doc/common/tables/keystone-conf-changes.xml:313(td) ./doc/common/tables/glance-rabbitmq.xml:70(td) ./doc/common/tables/ceilometer-conf-changes.xml:277(td) ./doc/common/tables/heat-rabbitmq.xml:70(td) ./doc/common/tables/trove-rabbitmq.xml:70(td) ./doc/common/tables/sahara-conf-changes.xml:285(td) ./doc/common/tables/trove-conf-changes.xml:305(td) ./doc/common/tables/nova-conf-changes.xml:489(td) ./doc/common/tables/keystone-rabbitmq.xml:70(td) ./doc/common/tables/sahara-rabbitmq.xml:70(td) ./doc/common/tables/neutron-rabbitmq.xml:70(td) ./doc/common/tables/ceilometer-rabbitmq.xml:70(td) ./doc/common/tables/cinder-conf-changes.xml:545(td) +msgid "(ListOpt) RabbitMQ HA cluster host:port pairs." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:73(replaceable) ./doc/common/tables/nova-rabbitmq.xml:73(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:73(replaceable) ./doc/common/tables/glance-rabbitmq.xml:73(replaceable) ./doc/common/tables/heat-rabbitmq.xml:73(replaceable) ./doc/common/tables/trove-rabbitmq.xml:73(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:73(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:73(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:73(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:73(replaceable) +msgid "AMQPLAIN" +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:74(td) ./doc/common/tables/nova-rabbitmq.xml:74(td) ./doc/common/tables/cinder-rabbitmq.xml:74(td) ./doc/common/tables/heat-conf-changes.xml:265(td) ./doc/common/tables/glance-conf-changes.xml:385(td) ./doc/common/tables/neutron-conf-changes.xml:637(td) ./doc/common/tables/keystone-conf-changes.xml:317(td) ./doc/common/tables/glance-rabbitmq.xml:74(td) ./doc/common/tables/ceilometer-conf-changes.xml:281(td) ./doc/common/tables/heat-rabbitmq.xml:74(td) ./doc/common/tables/trove-rabbitmq.xml:74(td) ./doc/common/tables/sahara-conf-changes.xml:289(td) ./doc/common/tables/trove-conf-changes.xml:309(td) ./doc/common/tables/nova-conf-changes.xml:493(td) ./doc/common/tables/keystone-rabbitmq.xml:74(td) ./doc/common/tables/sahara-rabbitmq.xml:74(td) ./doc/common/tables/neutron-rabbitmq.xml:74(td) ./doc/common/tables/ceilometer-rabbitmq.xml:74(td) ./doc/common/tables/cinder-conf-changes.xml:549(td) +msgid "(StrOpt) The RabbitMQ login method." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:78(td) ./doc/common/tables/nova-rabbitmq.xml:78(td) ./doc/common/tables/cinder-rabbitmq.xml:78(td) ./doc/common/tables/heat-conf-changes.xml:269(td) ./doc/common/tables/glance-conf-changes.xml:389(td) ./doc/common/tables/neutron-conf-changes.xml:641(td) ./doc/common/tables/keystone-conf-changes.xml:321(td) ./doc/common/tables/glance-rabbitmq.xml:78(td) ./doc/common/tables/ceilometer-conf-changes.xml:285(td) ./doc/common/tables/heat-rabbitmq.xml:78(td) ./doc/common/tables/trove-rabbitmq.xml:78(td) ./doc/common/tables/sahara-conf-changes.xml:293(td) ./doc/common/tables/trove-conf-changes.xml:313(td) ./doc/common/tables/nova-conf-changes.xml:497(td) ./doc/common/tables/keystone-rabbitmq.xml:78(td) ./doc/common/tables/sahara-rabbitmq.xml:78(td) ./doc/common/tables/neutron-rabbitmq.xml:78(td) ./doc/common/tables/ceilometer-rabbitmq.xml:78(td) ./doc/common/tables/cinder-conf-changes.xml:553(td) +msgid "(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count)." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:81(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:101(replaceable) ./doc/common/tables/nova-rabbitmq.xml:81(replaceable) ./doc/common/tables/nova-rabbitmq.xml:101(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:101(replaceable) ./doc/common/tables/glance-rabbitmq.xml:81(replaceable) ./doc/common/tables/glance-rabbitmq.xml:101(replaceable) ./doc/common/tables/heat-rabbitmq.xml:81(replaceable) ./doc/common/tables/heat-rabbitmq.xml:101(replaceable) ./doc/common/tables/trove-rabbitmq.xml:81(replaceable) ./doc/common/tables/trove-rabbitmq.xml:101(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:81(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:101(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:81(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:101(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:81(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:101(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:81(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:101(replaceable) +msgid "guest" +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:82(td) ./doc/common/tables/nova-rabbitmq.xml:82(td) ./doc/common/tables/cinder-rabbitmq.xml:82(td) ./doc/common/tables/heat-conf-changes.xml:273(td) ./doc/common/tables/glance-conf-changes.xml:393(td) ./doc/common/tables/neutron-conf-changes.xml:645(td) ./doc/common/tables/keystone-conf-changes.xml:325(td) ./doc/common/tables/glance-rabbitmq.xml:82(td) ./doc/common/tables/ceilometer-conf-changes.xml:289(td) ./doc/common/tables/heat-rabbitmq.xml:82(td) ./doc/common/tables/trove-rabbitmq.xml:82(td) ./doc/common/tables/sahara-conf-changes.xml:297(td) ./doc/common/tables/trove-conf-changes.xml:317(td) ./doc/common/tables/nova-conf-changes.xml:501(td) ./doc/common/tables/keystone-rabbitmq.xml:82(td) ./doc/common/tables/sahara-rabbitmq.xml:82(td) ./doc/common/tables/neutron-rabbitmq.xml:82(td) ./doc/common/tables/ceilometer-rabbitmq.xml:82(td) ./doc/common/tables/cinder-conf-changes.xml:557(td) +msgid "(StrOpt) The RabbitMQ password." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:86(td) ./doc/common/tables/nova-rabbitmq.xml:86(td) ./doc/common/tables/cinder-rabbitmq.xml:86(td) ./doc/common/tables/heat-conf-changes.xml:277(td) ./doc/common/tables/glance-conf-changes.xml:397(td) ./doc/common/tables/neutron-conf-changes.xml:649(td) ./doc/common/tables/keystone-conf-changes.xml:329(td) ./doc/common/tables/glance-rabbitmq.xml:86(td) ./doc/common/tables/ceilometer-conf-changes.xml:293(td) ./doc/common/tables/heat-rabbitmq.xml:86(td) ./doc/common/tables/trove-rabbitmq.xml:86(td) ./doc/common/tables/sahara-conf-changes.xml:301(td) ./doc/common/tables/trove-conf-changes.xml:321(td) ./doc/common/tables/nova-conf-changes.xml:505(td) ./doc/common/tables/keystone-rabbitmq.xml:86(td) ./doc/common/tables/sahara-rabbitmq.xml:86(td) ./doc/common/tables/neutron-rabbitmq.xml:86(td) ./doc/common/tables/ceilometer-rabbitmq.xml:86(td) ./doc/common/tables/cinder-conf-changes.xml:561(td) +msgid "(IntOpt) The RabbitMQ broker port where a single node is used." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:90(td) ./doc/common/tables/nova-rabbitmq.xml:90(td) ./doc/common/tables/cinder-rabbitmq.xml:90(td) ./doc/common/tables/heat-conf-changes.xml:281(td) ./doc/common/tables/glance-conf-changes.xml:401(td) ./doc/common/tables/neutron-conf-changes.xml:653(td) ./doc/common/tables/keystone-conf-changes.xml:333(td) ./doc/common/tables/glance-rabbitmq.xml:90(td) ./doc/common/tables/ceilometer-conf-changes.xml:297(td) ./doc/common/tables/heat-rabbitmq.xml:90(td) ./doc/common/tables/trove-rabbitmq.xml:90(td) ./doc/common/tables/sahara-conf-changes.xml:305(td) ./doc/common/tables/trove-conf-changes.xml:325(td) ./doc/common/tables/nova-conf-changes.xml:509(td) ./doc/common/tables/keystone-rabbitmq.xml:90(td) ./doc/common/tables/sahara-rabbitmq.xml:90(td) ./doc/common/tables/neutron-rabbitmq.xml:90(td) ./doc/common/tables/ceilometer-rabbitmq.xml:90(td) ./doc/common/tables/cinder-conf-changes.xml:565(td) +msgid "(IntOpt) How long to backoff for between retries when connecting to RabbitMQ." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:94(td) ./doc/common/tables/nova-rabbitmq.xml:94(td) ./doc/common/tables/cinder-rabbitmq.xml:94(td) ./doc/common/tables/heat-conf-changes.xml:285(td) ./doc/common/tables/glance-conf-changes.xml:405(td) ./doc/common/tables/neutron-conf-changes.xml:657(td) ./doc/common/tables/keystone-conf-changes.xml:337(td) ./doc/common/tables/glance-rabbitmq.xml:94(td) ./doc/common/tables/ceilometer-conf-changes.xml:301(td) ./doc/common/tables/heat-rabbitmq.xml:94(td) ./doc/common/tables/trove-rabbitmq.xml:94(td) ./doc/common/tables/sahara-conf-changes.xml:309(td) ./doc/common/tables/trove-conf-changes.xml:329(td) ./doc/common/tables/nova-conf-changes.xml:513(td) ./doc/common/tables/keystone-rabbitmq.xml:94(td) ./doc/common/tables/sahara-rabbitmq.xml:94(td) ./doc/common/tables/neutron-rabbitmq.xml:94(td) ./doc/common/tables/ceilometer-rabbitmq.xml:94(td) ./doc/common/tables/cinder-conf-changes.xml:569(td) +msgid "(IntOpt) How frequently to retry connecting with RabbitMQ." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:98(td) ./doc/common/tables/nova-rabbitmq.xml:98(td) ./doc/common/tables/cinder-rabbitmq.xml:98(td) ./doc/common/tables/heat-conf-changes.xml:289(td) ./doc/common/tables/glance-conf-changes.xml:409(td) ./doc/common/tables/neutron-conf-changes.xml:661(td) ./doc/common/tables/keystone-conf-changes.xml:341(td) ./doc/common/tables/glance-rabbitmq.xml:98(td) ./doc/common/tables/ceilometer-conf-changes.xml:305(td) ./doc/common/tables/heat-rabbitmq.xml:98(td) ./doc/common/tables/trove-rabbitmq.xml:98(td) ./doc/common/tables/sahara-conf-changes.xml:313(td) ./doc/common/tables/trove-conf-changes.xml:333(td) ./doc/common/tables/nova-conf-changes.xml:517(td) ./doc/common/tables/keystone-rabbitmq.xml:98(td) ./doc/common/tables/sahara-rabbitmq.xml:98(td) ./doc/common/tables/neutron-rabbitmq.xml:98(td) ./doc/common/tables/ceilometer-rabbitmq.xml:98(td) ./doc/common/tables/cinder-conf-changes.xml:573(td) +msgid "(BoolOpt) Connect over SSL for RabbitMQ." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:102(td) ./doc/common/tables/nova-rabbitmq.xml:102(td) ./doc/common/tables/cinder-rabbitmq.xml:102(td) ./doc/common/tables/heat-conf-changes.xml:293(td) ./doc/common/tables/glance-conf-changes.xml:413(td) ./doc/common/tables/neutron-conf-changes.xml:665(td) ./doc/common/tables/keystone-conf-changes.xml:345(td) ./doc/common/tables/glance-rabbitmq.xml:102(td) ./doc/common/tables/ceilometer-conf-changes.xml:309(td) ./doc/common/tables/heat-rabbitmq.xml:102(td) ./doc/common/tables/trove-rabbitmq.xml:102(td) ./doc/common/tables/sahara-conf-changes.xml:317(td) ./doc/common/tables/trove-conf-changes.xml:337(td) ./doc/common/tables/nova-conf-changes.xml:521(td) ./doc/common/tables/keystone-rabbitmq.xml:102(td) ./doc/common/tables/sahara-rabbitmq.xml:102(td) ./doc/common/tables/neutron-rabbitmq.xml:102(td) ./doc/common/tables/ceilometer-rabbitmq.xml:102(td) ./doc/common/tables/cinder-conf-changes.xml:577(td) +msgid "(StrOpt) The RabbitMQ userid." +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:105(replaceable) ./doc/common/tables/nova-rabbitmq.xml:105(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:105(replaceable) ./doc/common/tables/glance-rabbitmq.xml:105(replaceable) ./doc/common/tables/heat-rabbitmq.xml:105(replaceable) ./doc/common/tables/trove-rabbitmq.xml:105(replaceable) ./doc/common/tables/nova-conf-changes.xml:593(td) ./doc/common/tables/neutron-nuage.xml:25(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:105(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:105(replaceable) ./doc/common/tables/nova-ec2.xml:37(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:105(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:105(replaceable) +msgid "/" +msgstr "" + +#: ./doc/common/tables/ironic-rabbitmq.xml:106(td) ./doc/common/tables/nova-rabbitmq.xml:106(td) ./doc/common/tables/cinder-rabbitmq.xml:106(td) ./doc/common/tables/heat-conf-changes.xml:297(td) ./doc/common/tables/glance-conf-changes.xml:417(td) ./doc/common/tables/neutron-conf-changes.xml:669(td) ./doc/common/tables/keystone-conf-changes.xml:349(td) ./doc/common/tables/glance-rabbitmq.xml:106(td) ./doc/common/tables/ceilometer-conf-changes.xml:313(td) ./doc/common/tables/heat-rabbitmq.xml:106(td) ./doc/common/tables/trove-rabbitmq.xml:106(td) ./doc/common/tables/sahara-conf-changes.xml:321(td) ./doc/common/tables/trove-conf-changes.xml:341(td) ./doc/common/tables/nova-conf-changes.xml:525(td) ./doc/common/tables/keystone-rabbitmq.xml:106(td) ./doc/common/tables/sahara-rabbitmq.xml:106(td) ./doc/common/tables/neutron-rabbitmq.xml:106(td) ./doc/common/tables/ceilometer-rabbitmq.xml:106(td) ./doc/common/tables/cinder-conf-changes.xml:581(td) +msgid "(StrOpt) The RabbitMQ virtual host." +msgstr "" + #: ./doc/common/tables/nova-vnc.xml:7(caption) msgid "Description of VNC configuration options" msgstr "" @@ -11651,130 +11647,6 @@ msgstr "" msgid "(IntOpt) Total number of VNC ports" msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:5(caption) -msgid "Description of extra specs options for NetApp Unified Driver with Clustered Data ONTAP" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:11(th) -msgid "Extra spec" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:12(th) -msgid "Type" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:18(literal) -msgid "netapp_raid_type" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:19(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:24(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:29(td) -msgid "String" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:20(literal) -msgid "raid4, raid_dp" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:20(td) -msgid "Limit the candidate volume list based on one of the following raid types: ." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:23(literal) -msgid "netapp_disk_type" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:25(literal) -msgid "ATA, BSAS, EATA, FCAL, FSAS, LUN, MSATA, SAS, SATA, SCSI, XATA, XSAS, or SSD." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:25(td) -msgid "Limit the candidate volume list based on one of the following disk types: " -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:28(literal) -msgid "netapp:qos_policy_group" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:28(para) -msgid "Please note that this extra spec has a colon (:) in its name because it is used by the driver to assign the QoS policy group to the OpenStack Block Storage volume after it has been provisioned." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:30(td) -msgid "Specify the name of a QoS policy group, which defines measurable Service Level Objectives, that should be applied to the OpenStack Block Storage volume at the time of volume creation. Ensure that the QoS policy group object within Data ONTAP should be defined before an OpenStack Block Storage volume is created, and that the QoS policy group is not associated with the destination FlexVol volume." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:33(literal) -msgid "netapp_mirrored" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:34(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:39(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:44(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:49(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:54(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:59(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:64(td) ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:69(td) -msgid "Boolean" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:35(td) -msgid "Limit the candidate volume list to only the ones that are mirrored on the storage controller." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:38(literal) -msgid "netapp_unmirrored" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:38(para) -msgid "In the Juno release, these negative-assertion extra specs are formally deprecated by the NetApp unified driver. Instead of using the deprecated negative-assertion extra specs (for example, ) with a value of true, use the corresponding positive-assertion extra spec (for example, ) with a value of false." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:40(td) -msgid "Limit the candidate volume list to only the ones that are not mirrored on the storage controller." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:43(literal) -msgid "netapp_dedup" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:45(td) -msgid "Limit the candidate volume list to only the ones that have deduplication enabled on the storage controller." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:48(literal) -msgid "netapp_nodedup" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:50(td) -msgid "Limit the candidate volume list to only the ones that have deduplication disabled on the storage controller." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:53(literal) -msgid "netapp_compression" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:55(td) -msgid "Limit the candidate volume list to only the ones that have compression enabled on the storage controller." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:58(literal) -msgid "netapp_nocompression" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:60(td) -msgid "Limit the candidate volume list to only the ones that have compression disabled on the storage controller." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:63(literal) -msgid "netapp_thin_provisioned" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:65(td) -msgid "Limit the candidate volume list to only the ones that support thin provisioning on the storage controller." -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:68(literal) -msgid "netapp_thick_provisioned" -msgstr "" - -#: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml:70(td) -msgid "Limit the candidate volume list to only the ones that support thick provisioning on the storage controller." -msgstr "" - #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:8(literal) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:8(literal) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:8(literal) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:8(literal) msgid "[app-proxy-server]" msgstr "" @@ -12955,7 +12827,7 @@ msgstr "" msgid "AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:30(td) ./doc/common/tables/nova-scheduler.xml:86(td) ./doc/common/tables/ironic-scheduler.xml:30(td) +#: ./doc/common/tables/cinder-scheduler.xml:30(td) ./doc/common/tables/nova-scheduler.xml:86(td) msgid "(ListOpt) Which filter class names to use for filtering hosts when not specified in the request." msgstr "" @@ -13039,7 +12911,7 @@ msgstr "" msgid "Description of availability zones configuration options" msgstr "" -#: ./doc/common/tables/nova-availabilityzones.xml:21(replaceable) ./doc/common/tables/ceilometer-exchange.xml:49(replaceable) ./doc/common/tables/nova-cells.xml:77(replaceable) ./doc/common/tables/cinder-common.xml:193(replaceable) ./doc/common/tables/nova-network.xml:41(replaceable) ./doc/common/tables/nova-network.xml:217(replaceable) ./doc/common/tables/ironic-cells.xml:49(replaceable) +#: ./doc/common/tables/nova-availabilityzones.xml:21(replaceable) ./doc/common/tables/ceilometer-exchange.xml:49(replaceable) ./doc/common/tables/nova-cells.xml:77(replaceable) ./doc/common/tables/cinder-common.xml:193(replaceable) ./doc/common/tables/nova-network.xml:41(replaceable) ./doc/common/tables/nova-network.xml:217(replaceable) msgid "nova" msgstr "" @@ -13139,7 +13011,7 @@ msgstr "" msgid "(BoolOpt) If set, ignore any SSL validation issues." msgstr "" -#: ./doc/common/tables/neutron-ml2_fslsdn.xml:25(replaceable) ./doc/common/tables/nova-neutron.xml:64(replaceable) ./doc/common/tables/ironic-neutron.xml:21(replaceable) ./doc/common/tables/keystone-amqp.xml:21(replaceable) ./doc/common/tables/ironic-glance.xml:25(replaceable) ./doc/common/tables/ceilometer-exchange.xml:41(replaceable) ./doc/common/tables/nova-authentication.xml:21(replaceable) ./doc/common/tables/ironic-auth.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:53(replaceable) ./doc/common/tables/neutron-common.xml:235(replaceable) +#: ./doc/common/tables/neutron-ml2_fslsdn.xml:25(replaceable) ./doc/common/tables/nova-neutron.xml:64(replaceable) ./doc/common/tables/ironic-neutron.xml:21(replaceable) ./doc/common/tables/keystone-amqp.xml:21(replaceable) ./doc/common/tables/ironic-glance.xml:25(replaceable) ./doc/common/tables/ceilometer-exchange.xml:41(replaceable) ./doc/common/tables/nova-authentication.xml:21(replaceable) ./doc/common/tables/ironic-auth.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:53(replaceable) ./doc/common/tables/neutron-common.xml:231(replaceable) msgid "keystone" msgstr "" @@ -13615,18 +13487,6 @@ msgstr "" msgid "(StrOpt) Fixed key returned by key manager, specified in hex" msgstr "" -#: ./doc/common/tables/neutron-auth_token.xml:122(td) -msgid "(IntOpt) (Optional) Number of seconds that an operation will wait to get a memcached client connection from the pool." -msgstr "" - -#: ./doc/common/tables/neutron-auth_token.xml:134(td) -msgid "(IntOpt) (Optional) Socket timeout in seconds for communicating with a memcached server." -msgstr "" - -#: ./doc/common/tables/neutron-auth_token.xml:150(td) -msgid "(BoolOpt) (Optional) Use the advanced (eventlet safe) memcached client pool. The advanced pool will only work under python 2.x." -msgstr "" - #: ./doc/common/tables/swift-swift-storage-policy-0.xml:8(literal) msgid "[storage-policy-0]" msgstr "" @@ -14087,7 +13947,7 @@ msgstr "" msgid "(BoolOpt) Whether to use rpc." msgstr "" -#: ./doc/common/tables/nova-compute.xml:7(caption) ./doc/common/tables/ironic-compute.xml:7(caption) ./doc/common/tables/trove-compute.xml:7(caption) ./doc/common/tables/neutron-compute.xml:7(caption) ./doc/common/tables/cinder-compute.xml:7(caption) +#: ./doc/common/tables/nova-compute.xml:7(caption) ./doc/common/tables/trove-compute.xml:7(caption) ./doc/common/tables/neutron-compute.xml:7(caption) ./doc/common/tables/cinder-compute.xml:7(caption) msgid "Description of Compute configuration options" msgstr "" @@ -14099,7 +13959,7 @@ msgstr "" msgid "(MultiStrOpt) Monitor classes available to the compute which may be specified more than once." msgstr "" -#: ./doc/common/tables/nova-compute.xml:26(td) ./doc/common/tables/ironic-compute.xml:22(td) +#: ./doc/common/tables/nova-compute.xml:26(td) msgid "(StrOpt) Driver to use for controlling virtualization. Options include: libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver, hyperv.HyperVDriver" msgstr "" @@ -14291,11 +14151,11 @@ msgstr "" msgid "(StrOpt) The separator used between the namespace and keys" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:29(replaceable) ./doc/common/tables/ironic-scheduler.xml:21(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:29(replaceable) msgid "RetryFilter, AvailabilityZoneFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ExactRamFilter, ExactDiskFilter, ExactCoreFilter" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:30(td) ./doc/common/tables/ironic-scheduler.xml:22(td) +#: ./doc/common/tables/nova-scheduler.xml:30(td) msgid "(ListOpt) Which filter class names to use for filtering baremetal hosts when not specified in the request." msgstr "" @@ -14363,15 +14223,15 @@ msgstr "" msgid "(BoolOpt) Whether to force isolated hosts to run only isolated images" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:81(replaceable) ./doc/common/tables/ironic-scheduler.xml:25(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:81(replaceable) msgid "['nova.scheduler.filters.all_filters']" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:82(td) ./doc/common/tables/ironic-scheduler.xml:26(td) +#: ./doc/common/tables/nova-scheduler.xml:82(td) msgid "(MultiStrOpt) Filter classes available to the scheduler which may be specified more than once. An entry of \"nova.scheduler.filters.all_filters\" maps to all filters included with nova." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:85(replaceable) ./doc/common/tables/ironic-scheduler.xml:29(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:85(replaceable) msgid "RetryFilter, AvailabilityZoneFilter, RamFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter" msgstr "" @@ -14423,19 +14283,19 @@ msgstr "" msgid "(BoolOpt) Determines if the Scheduler tracks changes to instances to help with its filtering decisions." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:130(td) ./doc/common/tables/ironic-scheduler.xml:34(td) +#: ./doc/common/tables/nova-scheduler.xml:130(td) msgid "(BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters or not." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:133(replaceable) ./doc/common/tables/ironic-scheduler.xml:37(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:133(replaceable) msgid "nova.scheduler.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:134(td) ./doc/common/tables/ironic-scheduler.xml:38(td) +#: ./doc/common/tables/nova-scheduler.xml:134(td) msgid "(ListOpt) Which weight class names to use for weighing hosts" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:137(th) ./doc/common/tables/nova-upgrade_levels.xml:18(th) ./doc/common/tables/nova-cells.xml:18(th) ./doc/common/tables/ironic-cells.xml:18(th) ./doc/common/tables/nova-quota.xml:93(th) ./doc/common/tables/nova-rpc.xml:45(th) +#: ./doc/common/tables/nova-scheduler.xml:137(th) ./doc/common/tables/nova-upgrade_levels.xml:18(th) ./doc/common/tables/nova-cells.xml:18(th) ./doc/common/tables/nova-quota.xml:93(th) ./doc/common/tables/nova-rpc.xml:45(th) msgid "[cells]" msgstr "" @@ -14776,10 +14636,6 @@ msgstr "" msgid "[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0" msgstr "" -#: ./doc/common/tables/heat-conf-changes.xml:229(td) ./doc/common/tables/glance-conf-changes.xml:349(td) ./doc/common/tables/neutron-conf-changes.xml:601(td) ./doc/common/tables/keystone-conf-changes.xml:281(td) ./doc/common/tables/ceilometer-conf-changes.xml:245(td) ./doc/common/tables/sahara-conf-changes.xml:253(td) ./doc/common/tables/trove-conf-changes.xml:273(td) ./doc/common/tables/nova-conf-changes.xml:457(td) ./doc/common/tables/trove-rpc.xml:179(td) ./doc/common/tables/sahara-rpc.xml:171(td) ./doc/common/tables/cinder-conf-changes.xml:513(td) -msgid "(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL" -msgstr "" - #: ./doc/common/tables/heat-conf-changes.xml:232(td) ./doc/common/tables/glance-conf-changes.xml:352(td) ./doc/common/tables/neutron-conf-changes.xml:604(td) ./doc/common/tables/keystone-conf-changes.xml:284(td) ./doc/common/tables/ceilometer-conf-changes.xml:248(td) ./doc/common/tables/sahara-conf-changes.xml:256(td) ./doc/common/tables/trove-conf-changes.xml:276(td) ./doc/common/tables/nova-conf-changes.xml:460(td) ./doc/common/tables/cinder-conf-changes.xml:516(td) msgid "[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0" msgstr "" @@ -15481,12 +15337,12 @@ msgstr "" msgid "egg:swift#proxy_logging" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:21(replaceable) ./doc/common/tables/neutron-conf-changes.xml:715(td) -msgid "FortyGigE1/0/1" +#: ./doc/common/tables/neutron-vmware.xml:21(replaceable) ./doc/common/tables/neutron-conf-changes.xml:714(td) +msgid "breth0" msgstr "" #: ./doc/common/tables/neutron-vmware.xml:22(td) -msgid "(StrOpt) default_interface_name of the l2 gateway" +msgid "(StrOpt) Name of the interface on a L2 Gateway transport nodewhich should be used by default when setting up a network connection" msgstr "" #: ./doc/common/tables/neutron-vmware.xml:25(th) @@ -15509,91 +15365,119 @@ msgstr "" msgid "(ListOpt) Bridge mappings." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:41(td) ./doc/common/tables/neutron-conf-changes.xml:193(td) +#: ./doc/common/tables/neutron-vmware.xml:41(td) +msgid "(IntOpt) Do not fragment." +msgstr "" + +#: ./doc/common/tables/neutron-vmware.xml:45(td) ./doc/common/tables/neutron-conf-changes.xml:193(td) msgid "(StrOpt) Integration Bridge." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:44(replaceable) +#: ./doc/common/tables/neutron-vmware.xml:49(td) +msgid "(StrOpt) Local IP address of VXLAN tunnel endpoint." +msgstr "" + +#: ./doc/common/tables/neutron-vmware.xml:52(replaceable) msgid "networking_vsphere.drivers.manager.VcenterManager" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:45(td) ./doc/common/tables/neutron-conf-changes.xml:197(td) +#: ./doc/common/tables/neutron-vmware.xml:53(td) ./doc/common/tables/neutron-conf-changes.xml:197(td) msgid "(StrOpt) Driver Manager implementation for NetworkDriver." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:49(td) ./doc/common/tables/neutron-conf-changes.xml:201(td) ./doc/common/tables/neutron-hyperv_agent.xml:38(td) +#: ./doc/common/tables/neutron-vmware.xml:57(td) ./doc/common/tables/neutron-conf-changes.xml:201(td) ./doc/common/tables/neutron-hyperv_agent.xml:38(td) msgid "(IntOpt) The number of seconds the agent will wait between polling for local device changes." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:53(td) ./doc/common/tables/neutron-conf-changes.xml:205(td) +#: ./doc/common/tables/neutron-vmware.xml:61(td) ./doc/common/tables/neutron-conf-changes.xml:205(td) msgid "(IntOpt) Seconds between nodes reporting state to server." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:56(replaceable) +#: ./doc/common/tables/neutron-vmware.xml:64(replaceable) msgid "vlan" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:57(td) ./doc/common/tables/neutron-conf-changes.xml:209(td) -msgid "(StrOpt) Network type for tenant networks - vlan." +#: ./doc/common/tables/neutron-vmware.xml:65(td) +msgid "(StrOpt) Network type for tenant networks" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:60(replaceable) +#: ./doc/common/tables/neutron-vmware.xml:69(td) +msgid "(StrOpt) Tunnel Bridge for tunneling." +msgstr "" + +#: ./doc/common/tables/neutron-vmware.xml:72(replaceable) ./doc/common/tables/neutron-midonet.xml:29(replaceable) +msgid "vxlan" +msgstr "" + +#: ./doc/common/tables/neutron-vmware.xml:73(td) +msgid "(ListOpt) Tunnel network types supported by the OVSvApp Agent." +msgstr "" + +#: ./doc/common/tables/neutron-vmware.xml:76(replaceable) msgid "1500" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:61(td) ./doc/common/tables/neutron-conf-changes.xml:213(td) +#: ./doc/common/tables/neutron-vmware.xml:77(td) ./doc/common/tables/neutron-conf-changes.xml:213(td) msgid "(IntOpt) MTU size of veth interfaces." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:64(th) +#: ./doc/common/tables/neutron-vmware.xml:84(th) msgid "[VMWARE]" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:68(td) ./doc/common/tables/neutron-conf-changes.xml:229(td) +#: ./doc/common/tables/neutron-vmware.xml:88(td) ./doc/common/tables/neutron-conf-changes.xml:229(td) msgid "(BoolOpt) Enable SSL certificate check for vCenter." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:71(replaceable) +#: ./doc/common/tables/neutron-vmware.xml:91(replaceable) msgid "/etc/ssl/certs/certs.pem" msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:72(td) ./doc/common/tables/neutron-conf-changes.xml:233(td) +#: ./doc/common/tables/neutron-vmware.xml:92(td) ./doc/common/tables/neutron-conf-changes.xml:233(td) msgid "(StrOpt) Certificate chain path containing cacert of vCenters." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:76(td) ./doc/common/tables/neutron-conf-changes.xml:237(td) +#: ./doc/common/tables/neutron-vmware.xml:95(replaceable) +msgid "['']" +msgstr "" + +#: ./doc/common/tables/neutron-vmware.xml:96(td) ./doc/common/tables/neutron-conf-changes.xml:237(td) msgid "(MultiStrOpt) vCenter cluster to DVS mapping." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:80(td) ./doc/common/tables/neutron-conf-changes.xml:241(td) +#: ./doc/common/tables/neutron-vmware.xml:100(td) ./doc/common/tables/neutron-conf-changes.xml:241(td) msgid "(StrOpt) ESX host name where this OVSvApp is hosted." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:84(td) ./doc/common/tables/neutron-conf-changes.xml:245(td) +#: ./doc/common/tables/neutron-vmware.xml:104(td) ./doc/common/tables/neutron-conf-changes.xml:245(td) msgid "(BoolOpt) Set host into maintenance mode." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:88(td) ./doc/common/tables/neutron-conf-changes.xml:249(td) +#: ./doc/common/tables/neutron-vmware.xml:108(td) ./doc/common/tables/neutron-conf-changes.xml:249(td) msgid "(IntOpt) Customized https_port for vCenter communication." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:92(td) ./doc/common/tables/neutron-conf-changes.xml:253(td) +#: ./doc/common/tables/neutron-vmware.xml:112(td) ./doc/common/tables/neutron-conf-changes.xml:253(td) msgid "(StrOpt) Number of retries while connecting to vcenter server." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:96(td) ./doc/common/tables/neutron-conf-changes.xml:261(td) +#: ./doc/common/tables/neutron-vmware.xml:116(td) ./doc/common/tables/neutron-conf-changes.xml:257(td) +msgid "(StrOpt) Unique ID of the vCenter Server on which this OVSvApp ishosted" +msgstr "" + +#: ./doc/common/tables/neutron-vmware.xml:120(td) ./doc/common/tables/neutron-conf-changes.xml:261(td) msgid "(StrOpt) vCenter server IP." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:100(td) ./doc/common/tables/neutron-conf-changes.xml:265(td) +#: ./doc/common/tables/neutron-vmware.xml:124(td) ./doc/common/tables/neutron-conf-changes.xml:265(td) msgid "(StrOpt) vCenter server password." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:104(td) ./doc/common/tables/neutron-conf-changes.xml:269(td) +#: ./doc/common/tables/neutron-vmware.xml:128(td) ./doc/common/tables/neutron-conf-changes.xml:269(td) msgid "(StrOpt) vCenter server user name." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:108(td) ./doc/common/tables/neutron-conf-changes.xml:273(td) +#: ./doc/common/tables/neutron-vmware.xml:132(td) ./doc/common/tables/neutron-conf-changes.xml:273(td) msgid "(StrOpt) vCenter server wsdl location." msgstr "" @@ -15617,7 +15501,7 @@ msgstr "" msgid "(StrOpt) Location of RDP html5 console proxy, in the form \"http://127.0.0.1:6083/\"" msgstr "" -#: ./doc/common/tables/trove-ca.xml:22(td) ./doc/common/tables/nova-ca.xml:58(td) ./doc/common/tables/neutron-ca.xml:22(td) ./doc/common/tables/cinder-ca.xml:22(td) ./doc/common/tables/ironic-ssl.xml:22(td) +#: ./doc/common/tables/trove-ca.xml:22(td) ./doc/common/tables/nova-ca.xml:58(td) ./doc/common/tables/neutron-ca.xml:22(td) ./doc/common/tables/cinder-ca.xml:22(td) msgid "(StrOpt) CA certificate file to use to verify connecting clients" msgstr "" @@ -15689,10 +15573,6 @@ msgstr "" msgid "(IntOpt) REST connection timeout. (seconds)" msgstr "" -#: ./doc/common/tables/nova-zeromq.xml:37(replaceable) ./doc/common/tables/heat-zeromq.xml:37(replaceable) ./doc/common/tables/cinder-zeromq.xml:37(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:37(replaceable) ./doc/common/tables/neutron-zeromq.xml:37(replaceable) ./doc/common/tables/keystone-zeromq.xml:37(replaceable) ./doc/common/tables/glance-zeromq.xml:37(replaceable) ./doc/common/tables/ironic-zeromq.xml:37(replaceable) -msgid "oslo_messaging._drivers.matchmaker.MatchMakerLocalhost" -msgstr "" - #: ./doc/common/tables/cinder-storage.xml:7(caption) msgid "Description of storage configuration options" msgstr "" @@ -15937,7 +15817,7 @@ msgstr "" msgid "Description of Embrane configuration options" msgstr "" -#: ./doc/common/tables/neutron-embrane.xml:18(th) ./doc/common/tables/neutron-common.xml:243(th) +#: ./doc/common/tables/neutron-embrane.xml:18(th) ./doc/common/tables/neutron-common.xml:239(th) msgid "[heleos]" msgstr "" @@ -16094,7 +15974,7 @@ msgstr "" msgid "[DEFAULT] enable_services_on_agents_with_admin_state_down = False" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:45(td) ./doc/common/tables/neutron-common.xml:126(td) +#: ./doc/common/tables/neutron-conf-changes.xml:45(td) ./doc/common/tables/neutron-common.xml:122(td) msgid "(BoolOpt) Enable services on an agent with admin_state_up False. If this option is False, when admin_state_up of an agent is turned False, services on it will be disabled. Agents with admin_state_up False are not selected for automatic scheduling regardless of this option. But manual scheduling to such agents is available if this option is True." msgstr "" @@ -16174,7 +16054,7 @@ msgstr "" msgid "[DEFAULT] periodic_monitoring_interval = 5" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:105(td) ./doc/common/tables/neutron-common.xml:182(td) +#: ./doc/common/tables/neutron-conf-changes.xml:105(td) ./doc/common/tables/neutron-common.xml:178(td) msgid "(IntOpt) Periodic interval at which the plugin checks for the monitoring L2 gateway agent" msgstr "" @@ -16194,7 +16074,7 @@ msgstr "" msgid "[DEFAULT] vlan_transparent = False" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:133(td) ./doc/common/tables/neutron-common.xml:194(td) +#: ./doc/common/tables/neutron-conf-changes.xml:133(td) ./doc/common/tables/neutron-common.xml:190(td) msgid "(BoolOpt) If True, then allow plugins that support it to create VLAN transparent networks." msgstr "" @@ -16202,7 +16082,7 @@ msgstr "" msgid "[AGENT] check_child_processes_action = respawn" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:137(td) ./doc/common/tables/neutron-common.xml:201(td) +#: ./doc/common/tables/neutron-conf-changes.xml:137(td) ./doc/common/tables/neutron-common.xml:197(td) msgid "(StrOpt) Action to be executed when a child process dies" msgstr "" @@ -16210,7 +16090,7 @@ msgstr "" msgid "[AGENT] check_child_processes_interval = 60" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:141(td) ./doc/common/tables/neutron-common.xml:205(td) +#: ./doc/common/tables/neutron-conf-changes.xml:141(td) ./doc/common/tables/neutron-common.xml:201(td) msgid "(IntOpt) Interval between checks of child process liveness (seconds), use 0 to disable" msgstr "" @@ -16230,7 +16110,7 @@ msgstr "" msgid "[AGENT] root_helper_daemon = None" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:153(td) ./doc/common/tables/neutron-common.xml:213(td) +#: ./doc/common/tables/neutron-conf-changes.xml:153(td) ./doc/common/tables/neutron-common.xml:209(td) msgid "(StrOpt) Root helper daemon application to use when possible." msgstr "" @@ -16314,6 +16194,10 @@ msgstr "" msgid "[OVSVAPP] tenant_network_type = vlan" msgstr "" +#: ./doc/common/tables/neutron-conf-changes.xml:209(td) +msgid "(StrOpt) Network type for tenant networks - vlan." +msgstr "" + #: ./doc/common/tables/neutron-conf-changes.xml:212(td) msgid "[OVSVAPP] veth_mtu = 1500" msgstr "" @@ -16374,10 +16258,6 @@ msgstr "" msgid "[VMWARE] vcenter_id = None" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:257(td) -msgid "(StrOpt) Unique ID of the vCenter Server on which this OVSvApp ishosted" -msgstr "" - #: ./doc/common/tables/neutron-conf-changes.xml:260(td) msgid "[VMWARE] vcenter_ip = None" msgstr "" @@ -16454,7 +16334,7 @@ msgstr "" msgid "[ml2] path_mtu = 0" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:329(td) ./doc/common/tables/neutron-ml2.xml:34(td) +#: ./doc/common/tables/neutron-conf-changes.xml:329(td) ./doc/common/tables/neutron-ml2.xml:30(td) msgid "(IntOpt) The maximum permissible size of an unfragmented packet travelling from and to addresses where encapsulated Neutron traffic is sent. If <= 0, the path MTU is indeterminate." msgstr "" @@ -16462,7 +16342,7 @@ msgstr "" msgid "[ml2] physical_network_mtus =" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:333(td) ./doc/common/tables/neutron-ml2.xml:38(td) +#: ./doc/common/tables/neutron-conf-changes.xml:333(td) ./doc/common/tables/neutron-ml2.xml:34(td) msgid "(ListOpt) A list of mappings of physical networks to MTU values. The format of the mapping is <physnet>:<mtu val>. This mapping allows specifying a physical network MTU value that differs from the default segment_mtu value." msgstr "" @@ -16470,7 +16350,7 @@ msgstr "" msgid "[ml2] segment_mtu = 0" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:337(td) ./doc/common/tables/neutron-ml2.xml:42(td) +#: ./doc/common/tables/neutron-conf-changes.xml:337(td) ./doc/common/tables/neutron-ml2.xml:38(td) msgid "(IntOpt) The maximum permissible size of an unfragmented packet travelling a L2 network segment. If <= 0, the segment MTU is indeterminate." msgstr "" @@ -16686,8 +16566,8 @@ msgstr "" msgid "[DEFAULT] default_interface_name" msgstr "" -#: ./doc/common/tables/neutron-conf-changes.xml:714(td) -msgid "breth0" +#: ./doc/common/tables/neutron-conf-changes.xml:715(td) +msgid "FortyGigE1/0/1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml:728(td) @@ -17223,7 +17103,7 @@ msgstr "" msgid "(StrOpt) Directory where nova binaries are installed" msgstr "" -#: ./doc/common/tables/nova-common.xml:25(replaceable) ./doc/common/tables/nova-cells.xml:29(replaceable) ./doc/common/tables/trove-compute.xml:29(replaceable) ./doc/common/tables/ceilometer-service_types.xml:33(replaceable) ./doc/common/tables/ironic-cells.xml:33(replaceable) +#: ./doc/common/tables/nova-common.xml:25(replaceable) ./doc/common/tables/nova-cells.xml:29(replaceable) ./doc/common/tables/trove-compute.xml:29(replaceable) ./doc/common/tables/ceilometer-service_types.xml:33(replaceable) msgid "compute" msgstr "" @@ -19320,10 +19200,6 @@ msgstr "" msgid "[container-reconciler]" msgstr "" -#: ./doc/common/tables/heat-rabbitmq.xml:38(td) ./doc/common/tables/trove-rabbitmq.xml:38(td) ./doc/common/tables/sahara-rabbitmq.xml:38(td) -msgid "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1 and SSLv23. SSLv2 and SSLv3 may be available on some distributions." -msgstr "" - #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:8(literal) msgid "[filter-keystoneauth]" msgstr "" @@ -19716,11 +19592,11 @@ msgstr "" msgid "(StrOpt) Cells scheduler to use" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:25(th) ./doc/common/tables/ironic-upgrades.xml:18(th) ./doc/common/tables/nova-rpc.xml:264(th) ./doc/common/tables/trove-upgrades.xml:18(th) +#: ./doc/common/tables/nova-upgrade_levels.xml:25(th) ./doc/common/tables/nova-rpc.xml:110(th) ./doc/common/tables/trove-upgrades.xml:18(th) msgid "[upgrade_levels]" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:29(td) ./doc/common/tables/ironic-upgrades.xml:22(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:29(td) msgid "(StrOpt) Set a version cap for messages sent to local cells services" msgstr "" @@ -20065,7 +19941,7 @@ msgid "(StrOpt) HP LeftHand Super user username" msgstr "" #: ./doc/common/tables/ironic-ilo.xml:7(caption) -msgid "Description of ILO configuration options" +msgid "Description of iLO configuration options" msgstr "" #: ./doc/common/tables/ironic-ilo.xml:18(th) @@ -20140,7 +20016,7 @@ msgstr "" msgid "True." msgstr "" -#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:82(replaceable) ./doc/common/tables/cinder-api.xml:109(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:82(replaceable) ./doc/common/tables/neutron-common.xml:149(replaceable) +#: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:82(replaceable) ./doc/common/tables/cinder-api.xml:109(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:82(replaceable) ./doc/common/tables/neutron-common.xml:145(replaceable) msgid "16" msgstr "" @@ -20713,19 +20589,19 @@ msgstr "" msgid "Description of cell configuration options" msgstr "" -#: ./doc/common/tables/nova-cells.xml:22(td) ./doc/common/tables/ironic-cells.xml:26(td) +#: ./doc/common/tables/nova-cells.xml:22(td) msgid "(IntOpt) Seconds to wait for response from a call to a cell." msgstr "" -#: ./doc/common/tables/nova-cells.xml:25(replaceable) ./doc/common/tables/ironic-cells.xml:29(replaceable) +#: ./doc/common/tables/nova-cells.xml:25(replaceable) msgid "hypervisor=xenserver;kvm, os=linux;windows" msgstr "" -#: ./doc/common/tables/nova-cells.xml:26(td) ./doc/common/tables/ironic-cells.xml:30(td) +#: ./doc/common/tables/nova-cells.xml:26(td) msgid "(ListOpt) Key/Multi-value list with the capabilities of the cell" msgstr "" -#: ./doc/common/tables/nova-cells.xml:30(td) ./doc/common/tables/ironic-cells.xml:34(td) +#: ./doc/common/tables/nova-cells.xml:30(td) msgid "(StrOpt) Type of cell: api or compute" msgstr "" @@ -20745,7 +20621,7 @@ msgstr "" msgid "(StrOpt) Cells communication driver to use" msgstr "" -#: ./doc/common/tables/nova-cells.xml:46(td) ./doc/common/tables/ironic-cells.xml:38(td) +#: ./doc/common/tables/nova-cells.xml:46(td) msgid "(BoolOpt) Enable cell functionality" msgstr "" @@ -20757,11 +20633,11 @@ msgstr "" msgid "(IntOpt) Number of seconds after an instance was updated or deleted to continue to update cells" msgstr "" -#: ./doc/common/tables/nova-cells.xml:57(replaceable) ./doc/common/tables/ironic-cells.xml:41(replaceable) +#: ./doc/common/tables/nova-cells.xml:57(replaceable) msgid "nova.cells.manager.CellsManager" msgstr "" -#: ./doc/common/tables/nova-cells.xml:58(td) ./doc/common/tables/ironic-cells.xml:42(td) +#: ./doc/common/tables/nova-cells.xml:58(td) msgid "(StrOpt) Manager for cells" msgstr "" @@ -20769,7 +20645,7 @@ msgstr "" msgid "(IntOpt) Maximum number of hops for cells routing." msgstr "" -#: ./doc/common/tables/nova-cells.xml:66(td) ./doc/common/tables/ironic-cells.xml:46(td) +#: ./doc/common/tables/nova-cells.xml:66(td) msgid "(IntOpt) Number of seconds after which a lack of capability and capacity updates signals the child cell is to be treated as a mute." msgstr "" @@ -20789,7 +20665,7 @@ msgstr "" msgid "(FloatOpt) Weight value assigned to mute children. (The value should be positive.)" msgstr "" -#: ./doc/common/tables/nova-cells.xml:78(td) ./doc/common/tables/ironic-cells.xml:50(td) +#: ./doc/common/tables/nova-cells.xml:78(td) msgid "(StrOpt) Name of this cell" msgstr "" @@ -20797,15 +20673,15 @@ msgstr "" msgid "(FloatOpt) Multiplier used to weigh offset weigher." msgstr "" -#: ./doc/common/tables/nova-cells.xml:86(td) ./doc/common/tables/ironic-cells.xml:54(td) +#: ./doc/common/tables/nova-cells.xml:86(td) msgid "(FloatOpt) Percentage of cell capacity to hold in reserve. Affects both memory and disk utilization" msgstr "" -#: ./doc/common/tables/nova-cells.xml:89(replaceable) ./doc/common/tables/ironic-cells.xml:57(replaceable) +#: ./doc/common/tables/nova-cells.xml:89(replaceable) msgid "cells" msgstr "" -#: ./doc/common/tables/nova-cells.xml:90(td) ./doc/common/tables/ironic-cells.xml:58(td) +#: ./doc/common/tables/nova-cells.xml:90(td) msgid "(StrOpt) The topic cells nodes listen on" msgstr "" @@ -23515,10 +23391,6 @@ msgstr "" msgid "(IntOpt) Port of sheep daemon." msgstr "" -#: ./doc/common/tables/ironic-upgrades.xml:7(caption) ./doc/common/tables/trove-upgrades.xml:7(caption) -msgid "Description of upgrades configuration options" -msgstr "" - #: ./doc/common/tables/keystone-mapping.xml:7(caption) msgid "Description of mapping configuration options" msgstr "" @@ -24423,11 +24295,11 @@ msgstr "" msgid "(StrOpt) Subject for certificate for projects, %s for project, timestamp" msgstr "" -#: ./doc/common/tables/nova-ca.xml:62(td) ./doc/common/tables/ironic-ssl.xml:26(td) +#: ./doc/common/tables/nova-ca.xml:62(td) msgid "(StrOpt) SSL certificate of API server" msgstr "" -#: ./doc/common/tables/nova-ca.xml:66(td) ./doc/common/tables/ironic-ssl.xml:30(td) +#: ./doc/common/tables/nova-ca.xml:66(td) msgid "(StrOpt) SSL private key of API server" msgstr "" @@ -26169,7 +26041,7 @@ msgid "deduce" msgstr "" #: ./doc/common/tables/neutron-metadata.xml:62(td) -msgid "(IntOpt) Number of separate worker processes for metadata server (defaults to half of the number of CPUs)" +msgid "(IntOpt) Number of separate worker processes for metadata server" msgstr "" #: ./doc/common/tables/neutron-metadata.xml:66(td) @@ -26524,14 +26396,6 @@ msgstr "" msgid "(IntOpt) SSH port to use to connect to NAS system." msgstr "" -#: ./doc/common/tables/ironic-cells.xml:7(caption) -msgid "Description of cells configuration options" -msgstr "" - -#: ./doc/common/tables/ironic-cells.xml:22(td) ./doc/common/tables/nova-quota.xml:97(td) -msgid "(IntOpt) Seconds between bandwidth updates for cells." -msgstr "" - #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:7(caption) msgid "Description of NetApp cDOT NFS driver configuration options" msgstr "" @@ -26884,6 +26748,10 @@ msgstr "" msgid "(IntOpt) Number of server groups per project" msgstr "" +#: ./doc/common/tables/nova-quota.xml:97(td) +msgid "(IntOpt) Seconds between bandwidth updates for cells." +msgstr "" + #: ./doc/common/tables/ironic-pxe.xml:7(caption) msgid "Description of PXE configuration options" msgstr "" @@ -27028,10 +26896,6 @@ msgstr "" msgid "8088" msgstr "" -#: ./doc/common/tables/neutron-midonet.xml:29(replaceable) -msgid "vxlan" -msgstr "" - #: ./doc/common/tables/cinder-compute.xml:22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to nova" msgstr "" @@ -27148,7 +27012,7 @@ msgstr "" msgid "(StrOpt) Base queue name to use when communicating between cells. Various topics by message type will be appended to this." msgstr "" -#: ./doc/common/tables/nova-rpc.xml:268(td) +#: ./doc/common/tables/nova-rpc.xml:114(td) msgid "(StrOpt) Set a version cap for messages sent to the base api in any service" msgstr "" @@ -28344,11 +28208,11 @@ msgstr "" msgid "(IntOpt) The port on which a pydev process is listening for connections." msgstr "" -#: ./doc/common/tables/neutron-common.xml:22(td) ./doc/common/tables/neutron-common.xml:220(td) +#: ./doc/common/tables/neutron-common.xml:22(td) ./doc/common/tables/neutron-common.xml:216(td) msgid "(StrOpt) Admin password" msgstr "" -#: ./doc/common/tables/neutron-common.xml:26(td) ./doc/common/tables/neutron-common.xml:224(td) +#: ./doc/common/tables/neutron-common.xml:26(td) ./doc/common/tables/neutron-common.xml:220(td) msgid "(StrOpt) Admin tenant name" msgstr "" @@ -28372,15 +28236,15 @@ msgstr "" msgid "(BoolOpt) Turn off verification of the certificate for ssl" msgstr "" -#: ./doc/common/tables/neutron-common.xml:50(td) ./doc/common/tables/neutron-common.xml:232(td) +#: ./doc/common/tables/neutron-common.xml:50(td) ./doc/common/tables/neutron-common.xml:228(td) msgid "(StrOpt) Authentication region" msgstr "" -#: ./doc/common/tables/neutron-common.xml:54(td) ./doc/common/tables/neutron-common.xml:236(td) +#: ./doc/common/tables/neutron-common.xml:54(td) ./doc/common/tables/neutron-common.xml:232(td) msgid "(StrOpt) The type of authentication to use" msgstr "" -#: ./doc/common/tables/neutron-common.xml:58(td) ./doc/common/tables/neutron-common.xml:240(td) +#: ./doc/common/tables/neutron-common.xml:58(td) ./doc/common/tables/neutron-common.xml:236(td) msgid "(StrOpt) Authentication URL" msgstr "" @@ -28413,7 +28277,7 @@ msgid "(BoolOpt) Allow sending resource operation notification to DHCP agent" msgstr "" #: ./doc/common/tables/neutron-common.xml:90(td) -msgid "(IntOpt) Number of DHCP agents scheduled to host a tenant network. If this number is greater than 1, the scheduler automatically assigns multiple DHCP agents for a given tenant network, providing high availability for DHCP service." +msgid "(IntOpt) Number of DHCP agents scheduled to host a network." msgstr "" #: ./doc/common/tables/neutron-common.xml:97(replaceable) @@ -28448,95 +28312,87 @@ msgstr "" msgid "networks" msgstr "" -#: ./doc/common/tables/neutron-common.xml:121(replaceable) -msgid "$state_path/ebtables-" -msgstr "" - -#: ./doc/common/tables/neutron-common.xml:122(td) -msgid "(StrOpt) Location of temporary ebtables table files." -msgstr "" - -#: ./doc/common/tables/neutron-common.xml:130(td) +#: ./doc/common/tables/neutron-common.xml:126(td) msgid "(StrOpt) Network service endpoint type to pull from the keystone catalog" msgstr "" -#: ./doc/common/tables/neutron-common.xml:134(td) +#: ./doc/common/tables/neutron-common.xml:130(td) msgid "(BoolOpt) Ensure that configured gateway is on subnet. For IPv6, validate only if gateway is not a link local address. Deprecated, to be removed during the K release, at which point the check will be mandatory." msgstr "" -#: ./doc/common/tables/neutron-common.xml:138(td) +#: ./doc/common/tables/neutron-common.xml:134(td) msgid "(StrOpt) Hostname to be used by the neutron server, agents and services running on this machine. All the agents and services running on this machine must use the same host value." msgstr "" -#: ./doc/common/tables/neutron-common.xml:142(td) +#: ./doc/common/tables/neutron-common.xml:138(td) msgid "(StrOpt) The driver used to manage the virtual interface." msgstr "" -#: ./doc/common/tables/neutron-common.xml:146(td) +#: ./doc/common/tables/neutron-common.xml:142(td) msgid "(BoolOpt) Force ip_lib calls to use the root helper" msgstr "" -#: ./doc/common/tables/neutron-common.xml:150(td) +#: ./doc/common/tables/neutron-common.xml:146(td) msgid "(IntOpt) How many times Neutron will retry MAC generation" msgstr "" -#: ./doc/common/tables/neutron-common.xml:154(td) +#: ./doc/common/tables/neutron-common.xml:150(td) msgid "(IntOpt) Maximum number of allowed address pairs" msgstr "" -#: ./doc/common/tables/neutron-common.xml:158(td) +#: ./doc/common/tables/neutron-common.xml:154(td) msgid "(IntOpt) Maximum number of DNS nameservers" msgstr "" -#: ./doc/common/tables/neutron-common.xml:162(td) +#: ./doc/common/tables/neutron-common.xml:158(td) msgid "(IntOpt) Maximum number of fixed ips per port" msgstr "" -#: ./doc/common/tables/neutron-common.xml:166(td) +#: ./doc/common/tables/neutron-common.xml:162(td) msgid "(IntOpt) Maximum number of host routes per subnet" msgstr "" -#: ./doc/common/tables/neutron-common.xml:177(replaceable) +#: ./doc/common/tables/neutron-common.xml:173(replaceable) msgid "40" msgstr "" -#: ./doc/common/tables/neutron-common.xml:178(td) +#: ./doc/common/tables/neutron-common.xml:174(td) msgid "(IntOpt) Seconds between running periodic tasks" msgstr "" -#: ./doc/common/tables/neutron-common.xml:186(td) +#: ./doc/common/tables/neutron-common.xml:182(td) msgid "(IntOpt) Interval between two metering reports" msgstr "" -#: ./doc/common/tables/neutron-common.xml:189(replaceable) +#: ./doc/common/tables/neutron-common.xml:185(replaceable) msgid "/var/lib/neutron" msgstr "" -#: ./doc/common/tables/neutron-common.xml:190(td) +#: ./doc/common/tables/neutron-common.xml:186(td) msgid "(StrOpt) Where to store Neutron state files. This directory must be writable by the agent." msgstr "" -#: ./doc/common/tables/neutron-common.xml:200(replaceable) +#: ./doc/common/tables/neutron-common.xml:196(replaceable) msgid "respawn" msgstr "" -#: ./doc/common/tables/neutron-common.xml:208(replaceable) +#: ./doc/common/tables/neutron-common.xml:204(replaceable) msgid "sudo" msgstr "" -#: ./doc/common/tables/neutron-common.xml:209(td) +#: ./doc/common/tables/neutron-common.xml:205(td) msgid "(StrOpt) Root helper application." msgstr "" -#: ./doc/common/tables/neutron-common.xml:216(th) +#: ./doc/common/tables/neutron-common.xml:212(th) msgid "[PROXY]" msgstr "" -#: ./doc/common/tables/neutron-common.xml:228(td) +#: ./doc/common/tables/neutron-common.xml:224(td) msgid "(StrOpt) Admin user" msgstr "" -#: ./doc/common/tables/neutron-common.xml:247(td) +#: ./doc/common/tables/neutron-common.xml:243(td) msgid "(StrOpt) ESM admin password." msgstr "" @@ -28864,10 +28720,6 @@ msgstr "" msgid "(IntOpt) Number of retries upon Intel Node Manager initialization failure" msgstr "" -#: ./doc/common/tables/ironic-ssl.xml:7(caption) -msgid "Description of ssl configuration options" -msgstr "" - #: ./doc/common/tables/cinder-drbd.xml:7(caption) msgid "Description of DRBD configuration options" msgstr "" @@ -28889,22 +28741,18 @@ msgid "(ListOpt) An ordered list of extension driver entrypoints to be loaded fr msgstr "" #: ./doc/common/tables/neutron-ml2.xml:26(td) -msgid "(StrOpt) Default network type for external networks when no provider attributes are specified. By default it is None, which means that if provider attributes are not specified while creating external networks then they will have the same type as tenant networks. Allowed values for external_network_type config option depend on the network type values configured in type_drivers config option." -msgstr "" - -#: ./doc/common/tables/neutron-ml2.xml:30(td) msgid "(ListOpt) An ordered list of networking mechanism driver entrypoints to be loaded from the neutron.ml2.mechanism_drivers namespace." msgstr "" -#: ./doc/common/tables/neutron-ml2.xml:46(td) +#: ./doc/common/tables/neutron-ml2.xml:42(td) msgid "(ListOpt) Ordered list of network_types to allocate as tenant networks." msgstr "" -#: ./doc/common/tables/neutron-ml2.xml:49(replaceable) +#: ./doc/common/tables/neutron-ml2.xml:45(replaceable) msgid "local, flat, vlan, gre, vxlan" msgstr "" -#: ./doc/common/tables/neutron-ml2.xml:50(td) +#: ./doc/common/tables/neutron-ml2.xml:46(td) msgid "(ListOpt) List of network type driver entrypoints to be loaded from the neutron.ml2.type_drivers namespace." msgstr "" @@ -29577,6 +29425,10 @@ msgstr "" msgid "(StrOpt) Method used to wipe old volumes (valid options are: none, zero, shred)" msgstr "" +#: ./doc/common/tables/trove-upgrades.xml:7(caption) +msgid "Description of upgrades configuration options" +msgstr "" + #: ./doc/common/tables/trove-upgrades.xml:21(replaceable) ./doc/common/tables/trove-upgrades.xml:25(replaceable) ./doc/common/tables/trove-upgrades.xml:29(replaceable) msgid "icehouse" msgstr "" @@ -29669,8 +29521,132 @@ msgstr "" msgid "/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin" msgstr "" +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:5(caption) +msgid "Description of extra specs options for NetApp Unified Driver with Clustered Data ONTAP" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:11(th) +msgid "Extra spec" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:12(th) +msgid "Type" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:18(literal) +msgid "netapp_raid_type" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:19(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:24(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:29(td) +msgid "String" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:20(literal) +msgid "raid4, raid_dp" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:20(td) +msgid "Limit the candidate volume list based on one of the following raid types: ." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:23(literal) +msgid "netapp_disk_type" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:25(literal) +msgid "ATA, BSAS, EATA, FCAL, FSAS, LUN, MSATA, SAS, SATA, SCSI, XATA, XSAS, or SSD." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:25(td) +msgid "Limit the candidate volume list based on one of the following disk types: " +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:28(literal) +msgid "netapp:qos_policy_group" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:28(para) +msgid "Please note that this extra spec has a colon (:) in its name because it is used by the driver to assign the QoS policy group to the OpenStack Block Storage volume after it has been provisioned." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:30(td) +msgid "Specify the name of a QoS policy group, which defines measurable Service Level Objectives, that should be applied to the OpenStack Block Storage volume at the time of volume creation. Ensure that the QoS policy group object within Data ONTAP should be defined before an OpenStack Block Storage volume is created, and that the QoS policy group is not associated with the destination FlexVol volume." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:33(literal) +msgid "netapp_mirrored" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:34(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:39(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:44(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:49(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:54(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:59(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:64(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:69(td) +msgid "Boolean" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:35(td) +msgid "Limit the candidate volume list to only the ones that are mirrored on the storage controller." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:38(literal) +msgid "netapp_unmirrored" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:38(para) +msgid "In the Juno release, these negative-assertion extra specs are formally deprecated by the NetApp unified driver. Instead of using the deprecated negative-assertion extra specs (for example, ) with a value of true, use the corresponding positive-assertion extra spec (for example, ) with a value of false." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:40(td) +msgid "Limit the candidate volume list to only the ones that are not mirrored on the storage controller." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:43(literal) +msgid "netapp_dedup" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:45(td) +msgid "Limit the candidate volume list to only the ones that have deduplication enabled on the storage controller." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:48(literal) +msgid "netapp_nodedup" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:50(td) +msgid "Limit the candidate volume list to only the ones that have deduplication disabled on the storage controller." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:53(literal) +msgid "netapp_compression" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:55(td) +msgid "Limit the candidate volume list to only the ones that have compression enabled on the storage controller." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:58(literal) +msgid "netapp_nocompression" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:60(td) +msgid "Limit the candidate volume list to only the ones that have compression disabled on the storage controller." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:63(literal) +msgid "netapp_thin_provisioned" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:65(td) +msgid "Limit the candidate volume list to only the ones that support thin provisioning on the storage controller." +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:68(literal) +msgid "netapp_thick_provisioned" +msgstr "" + +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:70(td) +msgid "Limit the candidate volume list to only the ones that support thick provisioning on the storage controller." +msgstr "" + #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -#: ./doc/common/tables/cinder-rootwrap.xml:0(None) +#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:0(None) msgid "translator-credits" msgstr "" diff --git a/doc/common/locale/fr.po b/doc/common/locale/fr.po index 96f34d789c..589f904273 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: 2015-04-30 05:50+0000\n" -"PO-Revision-Date: 2015-04-30 05:48+0000\n" +"POT-Creation-Date: 2015-05-01 04:01+0000\n" +"PO-Revision-Date: 2015-04-30 19:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack-manuals-" "i18n/language/fr/)\n" @@ -2756,12 +2756,6 @@ msgstr "" msgid "[clients]" msgstr "[clients]" -msgid "localhost" -msgstr "localhost" - -msgid "2" -msgstr "2" - msgid "[percona]" msgstr "[percona]" @@ -2774,6 +2768,9 @@ msgstr "[policy]" msgid "3" msgstr "3" +msgid "2" +msgstr "2" + msgid "5" msgstr "5" @@ -2792,6 +2789,9 @@ msgstr "true" msgid "swift" msgstr "swift" +msgid "localhost" +msgstr "localhost" + msgid "1024" msgstr "1024" @@ -2831,9 +2831,6 @@ msgstr "(StrOpt) Passerelle IPv6 par défaut" msgid "(StrOpt) Backend to use for IPv6 generation" msgstr "(StrOpt) Backend à utiliser pour la génération IPv6" -msgid "Type" -msgstr "Type" - msgid "keystone-paste.ini" msgstr "keystone-paste.ini" @@ -3162,6 +3159,9 @@ msgstr "[account-reaper]" msgid "[token]" msgstr "[token]" +msgid "Type" +msgstr "Type" + #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 msgid "translator-credits" msgstr "Olivier Buisson , 2012" diff --git a/doc/common/locale/ja.po b/doc/common/locale/ja.po index 01d4014713..44fe120ed3 100644 --- a/doc/common/locale/ja.po +++ b/doc/common/locale/ja.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-30 05:50+0000\n" -"PO-Revision-Date: 2015-04-30 05:48+0000\n" +"POT-Creation-Date: 2015-05-01 04:01+0000\n" +"PO-Revision-Date: 2015-04-30 19:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-" "manuals-i18n/language/ja/)\n" @@ -4208,27 +4208,6 @@ msgstr "64" msgid "(IntOpt) Size of RPC thread pool." msgstr "(整数オプション) RPC スレッド・プールの容量。" -msgid "localhost" -msgstr "localhost" - -msgid "5672" -msgstr "5672" - -msgid "(IntOpt) Size of RPC connection pool." -msgstr "(整数オプション) RPC 接続プールの容量。" - -msgid "2" -msgstr "2" - -msgid "1.0" -msgstr "1.0" - -msgid "guest" -msgstr "guest" - -msgid "/" -msgstr "/" - msgid "127.0.0.1" msgstr "127.0.0.1" @@ -4241,6 +4220,9 @@ msgstr "admin" msgid "3" msgstr "3" +msgid "2" +msgstr "2" + msgid "5" msgstr "5" @@ -4286,6 +4268,12 @@ msgstr "true" msgid "swift" msgstr "swift" +msgid "1.0" +msgstr "1.0" + +msgid "localhost" +msgstr "localhost" + msgid "1024" msgstr "1024" @@ -4304,6 +4292,12 @@ msgstr "zaqar" msgid "neutron" msgstr "neutron" +msgid "5672" +msgstr "5672" + +msgid "(IntOpt) Size of RPC connection pool." +msgstr "(整数オプション) RPC 接続プールの容量。" + msgid "22" msgstr "22" @@ -4337,15 +4331,15 @@ msgstr "8" msgid "2048" msgstr "2048" +msgid "guest" +msgstr "guest" + +msgid "/" +msgstr "/" + msgid "10000" msgstr "10000" -msgid "Type" -msgstr "種別" - -msgid "String" -msgstr "文字列" - msgid "egg:swift#proxy" msgstr "egg:swift#proxy" @@ -4733,6 +4727,12 @@ msgstr "" msgid "icehouse" msgstr "icehouse" +msgid "Type" +msgstr "種別" + +msgid "String" +msgstr "文字列" + #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 msgid "translator-credits" msgstr "" diff --git a/doc/common/locale/zh_CN.po b/doc/common/locale/zh_CN.po index f7eebbdf0a..17ad3e9fb8 100644 --- a/doc/common/locale/zh_CN.po +++ b/doc/common/locale/zh_CN.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-30 05:50+0000\n" -"PO-Revision-Date: 2015-04-30 05:48+0000\n" +"POT-Creation-Date: 2015-05-01 04:01+0000\n" +"PO-Revision-Date: 2015-04-30 19:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/" "openstack-manuals-i18n/language/zh_CN/)\n" @@ -3302,9 +3302,6 @@ msgstr "基于Intel的处理器" msgid "None" msgstr "无" -msgid "-1" -msgstr "-1" - msgid "0" msgstr "0" @@ -3326,6 +3323,9 @@ msgstr "10" msgid "1" msgstr "1" +msgid "-1" +msgstr "-1" + msgid "3600" msgstr "3600" @@ -3371,24 +3371,6 @@ msgstr "60" msgid "64" msgstr "64" -msgid "$qpid_hostname:$qpid_port" -msgstr "$qpid_hostname:$qpid_port" - -msgid "5672" -msgstr "5672" - -msgid "2" -msgstr "2" - -msgid "$rabbit_host:$rabbit_port" -msgstr "$rabbit_host:$rabbit_port" - -msgid "guest" -msgstr "客户机" - -msgid "/" -msgstr "/" - msgid "trove.guestagent.strategies.backup.mysql_impl" msgstr "trove.guestagent.strategies.backup.mysql_impl" @@ -3437,6 +3419,9 @@ msgstr "35357" msgid "3" msgstr "3" +msgid "2" +msgstr "2" + msgid "720" msgstr "720" @@ -3455,6 +3440,12 @@ msgstr "swift" msgid "neutron" msgstr "neutron" +msgid "$qpid_hostname:$qpid_port" +msgstr "$qpid_hostname:$qpid_port" + +msgid "5672" +msgstr "5672" + msgid "[BRCD_FABRIC_EXAMPLE]" msgstr "[BRCD_FABRIC_EXAMPLE]" @@ -3543,6 +3534,15 @@ msgstr "LOG_USER" msgid "heat.common.heat_keystoneclient.KeystoneClientV3" msgstr "heat.common.heat_keystoneclient.KeystoneClientV3" +msgid "$rabbit_host:$rabbit_port" +msgstr "$rabbit_host:$rabbit_port" + +msgid "guest" +msgstr "客户机" + +msgid "/" +msgstr "/" + msgid "http://127.0.0.1:6080/vnc_auto.html" msgstr "http://127.0.0.1:6080/vnc_auto.html" @@ -3559,48 +3559,6 @@ msgstr "6080" msgid "(BoolOpt) Record sessions to FILE.[session_number]" msgstr "(BoolOpt) Record sessions to FILE.[session_number]" -msgid "Type" -msgstr "类型" - -msgid "netapp_raid_type" -msgstr "netapp_raid_type" - -msgid "String" -msgstr "字符串" - -msgid "raid4, raid_dp" -msgstr "raid4, raid_dp" - -msgid "netapp_disk_type" -msgstr "netapp_disk_type" - -msgid "netapp:qos_policy_group" -msgstr "netapp:qos_policy_group" - -msgid "netapp_mirrored" -msgstr "netapp_mirrored" - -msgid "netapp_unmirrored" -msgstr "netapp_unmirrored" - -msgid "netapp_dedup" -msgstr "netapp_dedup" - -msgid "netapp_nodedup" -msgstr "netapp_nodedup" - -msgid "netapp_compression" -msgstr "netapp_compression" - -msgid "netapp_nocompression" -msgstr "netapp_nocompression" - -msgid "netapp_thin_provisioned" -msgstr "netapp_thin_provisioned" - -msgid "netapp_thick_provisioned" -msgstr "netapp_thick_provisioned" - msgid "8774" msgstr "8774" @@ -4178,6 +4136,48 @@ msgstr "" "cinder.zonemanager.drivers.brocade.brcd_fc_zone_client_cli." "BrcdFCZoneClientCLI" +msgid "Type" +msgstr "类型" + +msgid "netapp_raid_type" +msgstr "netapp_raid_type" + +msgid "String" +msgstr "字符串" + +msgid "raid4, raid_dp" +msgstr "raid4, raid_dp" + +msgid "netapp_disk_type" +msgstr "netapp_disk_type" + +msgid "netapp:qos_policy_group" +msgstr "netapp:qos_policy_group" + +msgid "netapp_mirrored" +msgstr "netapp_mirrored" + +msgid "netapp_unmirrored" +msgstr "netapp_unmirrored" + +msgid "netapp_dedup" +msgstr "netapp_dedup" + +msgid "netapp_nodedup" +msgstr "netapp_nodedup" + +msgid "netapp_compression" +msgstr "netapp_compression" + +msgid "netapp_nocompression" +msgstr "netapp_nocompression" + +msgid "netapp_thin_provisioned" +msgstr "netapp_thin_provisioned" + +msgid "netapp_thick_provisioned" +msgstr "netapp_thick_provisioned" + #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 msgid "translator-credits" msgstr "translator-credits" diff --git a/doc/config-reference/locale/config-reference.pot b/doc/config-reference/locale/config-reference.pot index c9daafd4c8..49719109b3 100644 --- a/doc/config-reference/locale/config-reference.pot +++ b/doc/config-reference/locale/config-reference.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-04-30 06:07+0000\n" +"POT-Creation-Date: 2015-05-01 06:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,7 +81,7 @@ msgstr "" msgid "The following tables provide a comprehensive list of the Identity service options." msgstr "" -#: ./doc/config-reference/ch_dataprocessingserviceconfigure.xml:7(title) +#: ./doc/config-reference/ch_dataprocessingserviceconfigure.xml:7(title) ./doc/config-reference/ch_config-overview.xml:22(para) msgid "Data processing service" msgstr "" @@ -93,7 +93,7 @@ msgstr "" msgid "The following tables provide a comprehensive list of the Data processing service configuration options." msgstr "" -#: ./doc/config-reference/ch_telemetryconfigure.xml:7(title) ./doc/config-reference/ch_config-overview.xml:25(para) +#: ./doc/config-reference/ch_telemetryconfigure.xml:7(title) ./doc/config-reference/ch_config-overview.xml:28(para) msgid "Telemetry" msgstr "" @@ -122,38 +122,42 @@ msgid "This guide pulls together multiple references and configuration options f msgstr "" #: ./doc/config-reference/ch_config-overview.xml:17(para) -msgid "OpenStack Block Storage" +msgid "Bare metal service" msgstr "" #: ./doc/config-reference/ch_config-overview.xml:18(para) -msgid "OpenStack Compute" +msgid "OpenStack Block Storage" msgstr "" #: ./doc/config-reference/ch_config-overview.xml:19(para) -msgid "OpenStack Dashboard" +msgid "OpenStack Compute" msgstr "" -#: ./doc/config-reference/ch_config-overview.xml:20(para) ./doc/config-reference/ch_databaseserviceconfigure.xml:7(title) -msgid "Database service" +#: ./doc/config-reference/ch_config-overview.xml:20(para) +msgid "OpenStack dashboard" msgstr "" #: ./doc/config-reference/ch_config-overview.xml:21(para) -msgid "OpenStack Identity" -msgstr "" - -#: ./doc/config-reference/ch_config-overview.xml:22(para) -msgid "OpenStack Image service" +msgid "Database service for OpenStack" msgstr "" #: ./doc/config-reference/ch_config-overview.xml:23(para) -msgid "OpenStack Networking" +msgid "OpenStack Identity" msgstr "" #: ./doc/config-reference/ch_config-overview.xml:24(para) +msgid "OpenStack Image service" +msgstr "" + +#: ./doc/config-reference/ch_config-overview.xml:25(para) +msgid "OpenStack Networking" +msgstr "" + +#: ./doc/config-reference/ch_config-overview.xml:26(para) msgid "OpenStack Object Storage" msgstr "" -#: ./doc/config-reference/ch_config-overview.xml:26(para) ./doc/config-reference/ch_orchestrationconfigure.xml:7(title) +#: ./doc/config-reference/ch_config-overview.xml:27(para) ./doc/config-reference/ch_orchestrationconfigure.xml:7(title) msgid "Orchestration" msgstr "" @@ -563,6 +567,10 @@ msgstr "" msgid "You can modify many options in the OpenStack Image service. The following tables provide a comprehensive list." msgstr "" +#: ./doc/config-reference/ch_databaseserviceconfigure.xml:7(title) +msgid "Database service" +msgstr "" + #: ./doc/config-reference/ch_databaseserviceconfigure.xml:8(para) msgid "The Database service provides a scalable and reliable Cloud Database-as-a-Service functionality for both relational and non-relational database engines." msgstr "" @@ -8665,31 +8673,91 @@ msgid "To load an ISO image to an Image service data store" msgstr "" #: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:14(para) -msgid "Obtain the ISO image. For example, ubuntu-13.04-server-amd64.iso." -msgstr "" - -#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:18(para) msgid "In the Image service, run the following command:" msgstr "" -#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:23(para) -msgid "In this command, ubuntu.iso is the name for the ISO image after it is loaded to the Image service, and ubuntu-13.04-server-amd64.iso is the name of the source ISO image." +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:19(para) +msgid "In this command, ubuntu.iso is the name for the ISO image after it is loaded to the Image service, and ubuntu-14.04.2-server-amd64.iso is the name of the source ISO image." msgstr "" -#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:30(para) -msgid "Optionally, confirm the upload in Compute." +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:26(para) +msgid "Optionally, to confirm the upload in Image Service (glance), run this command:" msgstr "" -#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:31(para) ./doc/config-reference/image-service/section_image-service-ISO-support.xml:38(para) +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:26(para) msgid "Run this command:" msgstr "" -#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:36(title) +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:31(title) msgid "To boot an instance from an ISO image" msgstr "" -#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:41(para) -msgid "In this command, ubuntu.iso is the ISO image, and instance_name is the name of the new instance." +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:32(para) +msgid "OpenStack supports booting instances using ISO images, but in order to make the instances created using ISO images functional, follow a few more steps:" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:36(para) +msgid "Boot instance with ISO image using the following command:" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:40(replaceable) +msgid "NETWORK_UUID" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:41(replaceable) ./doc/config-reference/image-service/section_image-service-ISO-support.xml:69(replaceable) +msgid "INSTANCE_NAME" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:42(para) +msgid "In this command, ubuntu-14.04.2-server-amd64.iso is the ISO image, and INSTANCE_NAME is the name of the new instance. NETWORK_UUID is a valid network id in your system" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:47(para) +msgid "You need Block Storage service and the parameter shutdown=preserve is also mandatory, thus the volume will be preserved after the shutdown of the instance." +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:52(para) +msgid "After the instance is successfully launched, connect to the instance using remote console and follow the instructions to install the system as using ISO images on regular computers. When the installation is finished and system rebooted, the instance asks you again to you to install the operating system, which means your instance is not usable. If you have problems with image creating please check the Virtual Machine Image Guide for reference." +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:64(title) +msgid "To make the instances booted from ISO image functional" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:65(para) +msgid "Now you have to do the following actions to make your instances created using ISO actually functional:" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:68(para) +msgid "Delete the instance you just created:" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:72(para) +msgid "After you delete an instance, the system you just installed using your ISO image remains because the parameter shutdown=preserve was set, run the following command:" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:77(para) +msgid "You get a list with all the volumes in your system. In this list, you can find the volume that is attached to your ISO created instance, with the false bootable property." +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:83(para) +msgid "Upload the volume to glance:" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:84(replaceable) +msgid "VOLUME_UUID" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:84(replaceable) +msgid "IMAGE_NAME" +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:85(para) +msgid "The VOLUME_UUID is the uuid of the volume that is attached to your ISO created instance, and the IMAGE_NAME is the name that you give to your new image." +msgstr "" + +#: ./doc/config-reference/image-service/section_image-service-ISO-support.xml:91(para) +msgid "After the image is successfully uploaded, you can now use the new image to boot instances, the instance launched using this image will contain the system you just installed using the ISO image." msgstr "" #: ./doc/config-reference/compute/section_compute-configure-backing-storage.xml:6(title) diff --git a/doc/hot-reference/locale/hot-reference.pot b/doc/hot-reference/locale/hot-reference.pot index 867af68d06..a5c97dbe28 100644 --- a/doc/hot-reference/locale/hot-reference.pot +++ b/doc/hot-reference/locale/hot-reference.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-03-15 06:08+0000\n" +"POT-Creation-Date: 2015-05-01 06:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -82,7 +82,7 @@ msgstr "" msgid "OS::Barbican::Order" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:20(title) ./doc/hot-reference/generated/openstack.xml:157(title) ./doc/hot-reference/generated/openstack.xml:309(title) ./doc/hot-reference/generated/openstack.xml:554(title) ./doc/hot-reference/generated/openstack.xml:688(title) ./doc/hot-reference/generated/openstack.xml:866(title) ./doc/hot-reference/generated/openstack.xml:1065(title) ./doc/hot-reference/generated/openstack.xml:1337(title) ./doc/hot-reference/generated/openstack.xml:1418(title) ./doc/hot-reference/generated/openstack.xml:1485(title) ./doc/hot-reference/generated/openstack.xml:1631(title) ./doc/hot-reference/generated/openstack.xml:1687(title) ./doc/hot-reference/generated/openstack.xml:1856(title) ./doc/hot-reference/generated/openstack.xml:2054(title) ./doc/hot-reference/generated/openstack.xml:2122(title) ./doc/hot-reference/generated/openstack.xml:2188(title) ./doc/hot-reference/generated/openstack.xml:2341(title) ./doc/hot-reference/generated/openstack.xml:2459(title) ./doc/hot-reference/generated/openstack.xml:2669(title) ./doc/hot-reference/generated/openstack.xml:2832(title) ./doc/hot-reference/generated/openstack.xml:2941(title) ./doc/hot-reference/generated/openstack.xml:3209(title) ./doc/hot-reference/generated/openstack.xml:3441(title) ./doc/hot-reference/generated/openstack.xml:3577(title) ./doc/hot-reference/generated/openstack.xml:3713(title) ./doc/hot-reference/generated/openstack.xml:3836(title) ./doc/hot-reference/generated/openstack.xml:4056(title) ./doc/hot-reference/generated/openstack.xml:4215(title) ./doc/hot-reference/generated/openstack.xml:4373(title) ./doc/hot-reference/generated/openstack.xml:4562(title) ./doc/hot-reference/generated/openstack.xml:4745(title) ./doc/hot-reference/generated/openstack.xml:4799(title) ./doc/hot-reference/generated/openstack.xml:4876(title) ./doc/hot-reference/generated/openstack.xml:5031(title) ./doc/hot-reference/generated/openstack.xml:5171(title) ./doc/hot-reference/generated/openstack.xml:5427(title) ./doc/hot-reference/generated/openstack.xml:5577(title) ./doc/hot-reference/generated/openstack.xml:5655(title) ./doc/hot-reference/generated/openstack.xml:5853(title) ./doc/hot-reference/generated/openstack.xml:6071(title) ./doc/hot-reference/generated/openstack.xml:6289(title) ./doc/hot-reference/generated/openstack.xml:6614(title) ./doc/hot-reference/generated/openstack.xml:6692(title) ./doc/hot-reference/generated/openstack.xml:6796(title) ./doc/hot-reference/generated/openstack.xml:6913(title) ./doc/hot-reference/generated/openstack.xml:7065(title) ./doc/hot-reference/generated/openstack.xml:7251(title) ./doc/hot-reference/generated/openstack.xml:7543(title) ./doc/hot-reference/generated/openstack.xml:7690(title) ./doc/hot-reference/generated/openstack.xml:8045(title) ./doc/hot-reference/generated/openstack.xml:8178(title) ./doc/hot-reference/generated/openstack.xml:8395(title) ./doc/hot-reference/generated/openstack.xml:8472(title) ./doc/hot-reference/generated/openstack.xml:8586(title) ./doc/hot-reference/generated/openstack.xml:8746(title) ./doc/hot-reference/generated/openstack.xml:9086(title) ./doc/hot-reference/generated/openstack.xml:9269(title) ./doc/hot-reference/generated/openstack.xml:9390(title) ./doc/hot-reference/generated/openstack.xml:9462(title) ./doc/hot-reference/generated/openstack.xml:9537(title) ./doc/hot-reference/generated/openstack.xml:9632(title) ./doc/hot-reference/generated/openstack.xml:10092(title) ./doc/hot-reference/generated/openstack.xml:10170(title) ./doc/hot-reference/generated/openstack.xml:10323(title) ./doc/hot-reference/generated/openstack.xml:10524(title) ./doc/hot-reference/generated/openstack.xml:10775(title) ./doc/hot-reference/generated/openstack.xml:10930(title) ./doc/hot-reference/generated/cfn.xml:21(title) ./doc/hot-reference/generated/cfn.xml:246(title) ./doc/hot-reference/generated/cfn.xml:523(title) ./doc/hot-reference/generated/cfn.xml:623(title) ./doc/hot-reference/generated/cfn.xml:700(title) ./doc/hot-reference/generated/cfn.xml:829(title) ./doc/hot-reference/generated/cfn.xml:1005(title) ./doc/hot-reference/generated/cfn.xml:1083(title) ./doc/hot-reference/generated/cfn.xml:1171(title) ./doc/hot-reference/generated/cfn.xml:1650(title) ./doc/hot-reference/generated/cfn.xml:1716(title) ./doc/hot-reference/generated/cfn.xml:1845(title) ./doc/hot-reference/generated/cfn.xml:1922(title) ./doc/hot-reference/generated/cfn.xml:2143(title) ./doc/hot-reference/generated/cfn.xml:2253(title) ./doc/hot-reference/generated/cfn.xml:2318(title) ./doc/hot-reference/generated/cfn.xml:2403(title) ./doc/hot-reference/generated/cfn.xml:2476(title) ./doc/hot-reference/generated/cfn.xml:2595(title) ./doc/hot-reference/generated/cfn.xml:2687(title) ./doc/hot-reference/generated/cfn.xml:2944(title) ./doc/hot-reference/generated/cfn.xml:3031(title) ./doc/hot-reference/generated/cfn.xml:3130(title) ./doc/hot-reference/generated/cfn.xml:3281(title) +#: ./doc/hot-reference/generated/openstack.xml:20(title) ./doc/hot-reference/generated/openstack.xml:157(title) ./doc/hot-reference/generated/openstack.xml:309(title) ./doc/hot-reference/generated/openstack.xml:556(title) ./doc/hot-reference/generated/openstack.xml:692(title) ./doc/hot-reference/generated/openstack.xml:872(title) ./doc/hot-reference/generated/openstack.xml:1074(title) ./doc/hot-reference/generated/openstack.xml:1273(title) ./doc/hot-reference/generated/openstack.xml:1545(title) ./doc/hot-reference/generated/openstack.xml:1628(title) ./doc/hot-reference/generated/openstack.xml:1697(title) ./doc/hot-reference/generated/openstack.xml:1843(title) ./doc/hot-reference/generated/openstack.xml:1901(title) ./doc/hot-reference/generated/openstack.xml:2070(title) ./doc/hot-reference/generated/openstack.xml:2270(title) ./doc/hot-reference/generated/openstack.xml:2338(title) ./doc/hot-reference/generated/openstack.xml:2404(title) ./doc/hot-reference/generated/openstack.xml:2559(title) ./doc/hot-reference/generated/openstack.xml:2679(title) ./doc/hot-reference/generated/openstack.xml:2891(title) ./doc/hot-reference/generated/openstack.xml:3057(title) ./doc/hot-reference/generated/openstack.xml:3168(title) ./doc/hot-reference/generated/openstack.xml:3438(title) ./doc/hot-reference/generated/openstack.xml:3672(title) ./doc/hot-reference/generated/openstack.xml:3810(title) ./doc/hot-reference/generated/openstack.xml:3946(title) ./doc/hot-reference/generated/openstack.xml:4071(title) ./doc/hot-reference/generated/openstack.xml:4293(title) ./doc/hot-reference/generated/openstack.xml:4454(title) ./doc/hot-reference/generated/openstack.xml:4614(title) ./doc/hot-reference/generated/openstack.xml:4809(title) ./doc/hot-reference/generated/openstack.xml:5047(title) ./doc/hot-reference/generated/openstack.xml:5243(title) ./doc/hot-reference/generated/openstack.xml:5369(title) ./doc/hot-reference/generated/openstack.xml:5552(title) ./doc/hot-reference/generated/openstack.xml:5755(title) ./doc/hot-reference/generated/openstack.xml:5833(title) ./doc/hot-reference/generated/openstack.xml:5988(title) ./doc/hot-reference/generated/openstack.xml:6128(title) ./doc/hot-reference/generated/openstack.xml:6384(title) ./doc/hot-reference/generated/openstack.xml:6534(title) ./doc/hot-reference/generated/openstack.xml:6612(title) ./doc/hot-reference/generated/openstack.xml:6810(title) ./doc/hot-reference/generated/openstack.xml:7028(title) ./doc/hot-reference/generated/openstack.xml:7246(title) ./doc/hot-reference/generated/openstack.xml:7571(title) ./doc/hot-reference/generated/openstack.xml:7651(title) ./doc/hot-reference/generated/openstack.xml:7757(title) ./doc/hot-reference/generated/openstack.xml:7874(title) ./doc/hot-reference/generated/openstack.xml:8028(title) ./doc/hot-reference/generated/openstack.xml:8214(title) ./doc/hot-reference/generated/openstack.xml:8511(title) ./doc/hot-reference/generated/openstack.xml:8658(title) ./doc/hot-reference/generated/openstack.xml:9020(title) ./doc/hot-reference/generated/openstack.xml:9153(title) ./doc/hot-reference/generated/openstack.xml:9370(title) ./doc/hot-reference/generated/openstack.xml:9448(title) ./doc/hot-reference/generated/openstack.xml:9568(title) ./doc/hot-reference/generated/openstack.xml:9728(title) ./doc/hot-reference/generated/openstack.xml:10068(title) ./doc/hot-reference/generated/openstack.xml:10255(title) ./doc/hot-reference/generated/openstack.xml:10378(title) ./doc/hot-reference/generated/openstack.xml:10452(title) ./doc/hot-reference/generated/openstack.xml:10529(title) ./doc/hot-reference/generated/openstack.xml:10624(title) ./doc/hot-reference/generated/openstack.xml:11202(title) ./doc/hot-reference/generated/openstack.xml:11280(title) ./doc/hot-reference/generated/openstack.xml:11435(title) ./doc/hot-reference/generated/openstack.xml:11638(title) ./doc/hot-reference/generated/openstack.xml:11889(title) ./doc/hot-reference/generated/openstack.xml:12045(title) ./doc/hot-reference/generated/openstack.xml:12191(title) ./doc/hot-reference/generated/openstack.xml:12517(title) ./doc/hot-reference/generated/cfn.xml:23(title) ./doc/hot-reference/generated/cfn.xml:248(title) ./doc/hot-reference/generated/cfn.xml:525(title) ./doc/hot-reference/generated/cfn.xml:625(title) ./doc/hot-reference/generated/cfn.xml:704(title) ./doc/hot-reference/generated/cfn.xml:835(title) ./doc/hot-reference/generated/cfn.xml:1011(title) ./doc/hot-reference/generated/cfn.xml:1089(title) ./doc/hot-reference/generated/cfn.xml:1177(title) ./doc/hot-reference/generated/cfn.xml:1656(title) ./doc/hot-reference/generated/cfn.xml:1722(title) ./doc/hot-reference/generated/cfn.xml:1854(title) ./doc/hot-reference/generated/cfn.xml:1931(title) ./doc/hot-reference/generated/cfn.xml:2152(title) ./doc/hot-reference/generated/cfn.xml:2262(title) ./doc/hot-reference/generated/cfn.xml:2328(title) ./doc/hot-reference/generated/cfn.xml:2413(title) ./doc/hot-reference/generated/cfn.xml:2486(title) ./doc/hot-reference/generated/cfn.xml:2605(title) ./doc/hot-reference/generated/cfn.xml:2697(title) ./doc/hot-reference/generated/cfn.xml:2954(title) ./doc/hot-reference/generated/cfn.xml:3041(title) ./doc/hot-reference/generated/cfn.xml:3140(title) ./doc/hot-reference/generated/cfn.xml:3291(title) msgid "Properties" msgstr "" @@ -94,7 +94,7 @@ msgstr "" msgid "The algorithm type used to generate the secret." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:26(para) ./doc/hot-reference/generated/openstack.xml:35(para) ./doc/hot-reference/generated/openstack.xml:44(para) ./doc/hot-reference/generated/openstack.xml:53(para) ./doc/hot-reference/generated/openstack.xml:62(para) ./doc/hot-reference/generated/openstack.xml:70(para) ./doc/hot-reference/generated/openstack.xml:163(para) ./doc/hot-reference/generated/openstack.xml:171(para) ./doc/hot-reference/generated/openstack.xml:180(para) ./doc/hot-reference/generated/openstack.xml:189(para) ./doc/hot-reference/generated/openstack.xml:197(para) ./doc/hot-reference/generated/openstack.xml:205(para) ./doc/hot-reference/generated/openstack.xml:213(para) ./doc/hot-reference/generated/openstack.xml:222(para) ./doc/hot-reference/generated/openstack.xml:372(para) ./doc/hot-reference/generated/openstack.xml:408(para) ./doc/hot-reference/generated/openstack.xml:418(para) ./doc/hot-reference/generated/openstack.xml:426(para) ./doc/hot-reference/generated/openstack.xml:435(para) ./doc/hot-reference/generated/openstack.xml:1071(para) ./doc/hot-reference/generated/openstack.xml:1079(para) ./doc/hot-reference/generated/openstack.xml:1095(para) ./doc/hot-reference/generated/openstack.xml:1123(para) ./doc/hot-reference/generated/openstack.xml:1140(para) ./doc/hot-reference/generated/openstack.xml:1149(para) ./doc/hot-reference/generated/openstack.xml:1170(para) ./doc/hot-reference/generated/openstack.xml:1432(para) ./doc/hot-reference/generated/openstack.xml:1491(para) ./doc/hot-reference/generated/openstack.xml:1500(para) ./doc/hot-reference/generated/openstack.xml:1509(para) ./doc/hot-reference/generated/openstack.xml:1517(para) ./doc/hot-reference/generated/openstack.xml:1525(para) ./doc/hot-reference/generated/openstack.xml:1533(para) ./doc/hot-reference/generated/openstack.xml:1542(para) ./doc/hot-reference/generated/openstack.xml:1551(para) ./doc/hot-reference/generated/openstack.xml:1559(para) ./doc/hot-reference/generated/openstack.xml:1637(para) ./doc/hot-reference/generated/openstack.xml:1745(para) ./doc/hot-reference/generated/openstack.xml:1754(para) ./doc/hot-reference/generated/openstack.xml:1763(para) ./doc/hot-reference/generated/openstack.xml:1887(para) ./doc/hot-reference/generated/openstack.xml:1911(para) ./doc/hot-reference/generated/openstack.xml:1919(para) ./doc/hot-reference/generated/openstack.xml:2060(para) ./doc/hot-reference/generated/openstack.xml:2128(para) ./doc/hot-reference/generated/openstack.xml:2194(para) ./doc/hot-reference/generated/openstack.xml:2210(para) ./doc/hot-reference/generated/openstack.xml:2226(para) ./doc/hot-reference/generated/openstack.xml:2235(para) ./doc/hot-reference/generated/openstack.xml:2244(para) ./doc/hot-reference/generated/openstack.xml:2251(para) ./doc/hot-reference/generated/openstack.xml:2347(para) ./doc/hot-reference/generated/openstack.xml:2356(para) ./doc/hot-reference/generated/openstack.xml:2366(para) ./doc/hot-reference/generated/openstack.xml:2374(para) ./doc/hot-reference/generated/openstack.xml:2382(para) ./doc/hot-reference/generated/openstack.xml:2390(para) ./doc/hot-reference/generated/openstack.xml:2465(para) ./doc/hot-reference/generated/openstack.xml:2474(para) ./doc/hot-reference/generated/openstack.xml:2484(para) ./doc/hot-reference/generated/openstack.xml:2493(para) ./doc/hot-reference/generated/openstack.xml:2508(para) ./doc/hot-reference/generated/openstack.xml:2517(para) ./doc/hot-reference/generated/openstack.xml:2527(para) ./doc/hot-reference/generated/openstack.xml:2536(para) ./doc/hot-reference/generated/openstack.xml:2550(para) ./doc/hot-reference/generated/openstack.xml:2559(para) ./doc/hot-reference/generated/openstack.xml:2570(para) ./doc/hot-reference/generated/openstack.xml:2687(para) ./doc/hot-reference/generated/openstack.xml:2709(para) ./doc/hot-reference/generated/openstack.xml:2719(para) ./doc/hot-reference/generated/openstack.xml:2743(para) ./doc/hot-reference/generated/openstack.xml:2751(para) ./doc/hot-reference/generated/openstack.xml:2847(para) ./doc/hot-reference/generated/openstack.xml:2947(para) ./doc/hot-reference/generated/openstack.xml:2957(para) ./doc/hot-reference/generated/openstack.xml:2967(para) ./doc/hot-reference/generated/openstack.xml:2977(para) ./doc/hot-reference/generated/openstack.xml:2988(para) ./doc/hot-reference/generated/openstack.xml:2996(para) ./doc/hot-reference/generated/openstack.xml:3010(para) ./doc/hot-reference/generated/openstack.xml:3019(para) ./doc/hot-reference/generated/openstack.xml:3029(para) ./doc/hot-reference/generated/openstack.xml:3037(para) ./doc/hot-reference/generated/openstack.xml:3045(para) ./doc/hot-reference/generated/openstack.xml:3053(para) ./doc/hot-reference/generated/openstack.xml:3068(para) ./doc/hot-reference/generated/openstack.xml:3076(para) ./doc/hot-reference/generated/openstack.xml:3085(para) ./doc/hot-reference/generated/openstack.xml:3095(para) ./doc/hot-reference/generated/openstack.xml:3103(para) ./doc/hot-reference/generated/openstack.xml:3111(para) ./doc/hot-reference/generated/openstack.xml:3119(para) ./doc/hot-reference/generated/openstack.xml:3215(para) ./doc/hot-reference/generated/openstack.xml:3223(para) ./doc/hot-reference/generated/openstack.xml:3231(para) ./doc/hot-reference/generated/openstack.xml:3240(para) ./doc/hot-reference/generated/openstack.xml:3250(para) ./doc/hot-reference/generated/openstack.xml:3258(para) ./doc/hot-reference/generated/openstack.xml:3266(para) ./doc/hot-reference/generated/openstack.xml:3274(para) ./doc/hot-reference/generated/openstack.xml:3289(para) ./doc/hot-reference/generated/openstack.xml:3297(para) ./doc/hot-reference/generated/openstack.xml:3306(para) ./doc/hot-reference/generated/openstack.xml:3316(para) ./doc/hot-reference/generated/openstack.xml:3324(para) ./doc/hot-reference/generated/openstack.xml:3332(para) ./doc/hot-reference/generated/openstack.xml:3340(para) ./doc/hot-reference/generated/openstack.xml:3472(para) ./doc/hot-reference/generated/openstack.xml:3480(para) ./doc/hot-reference/generated/openstack.xml:3489(para) ./doc/hot-reference/generated/openstack.xml:3608(para) ./doc/hot-reference/generated/openstack.xml:3624(para) ./doc/hot-reference/generated/openstack.xml:3719(para) ./doc/hot-reference/generated/openstack.xml:3729(para) ./doc/hot-reference/generated/openstack.xml:3842(para) ./doc/hot-reference/generated/openstack.xml:3850(para) ./doc/hot-reference/generated/openstack.xml:3858(para) ./doc/hot-reference/generated/openstack.xml:3867(para) ./doc/hot-reference/generated/openstack.xml:3877(para) ./doc/hot-reference/generated/openstack.xml:3885(para) ./doc/hot-reference/generated/openstack.xml:3893(para) ./doc/hot-reference/generated/openstack.xml:3901(para) ./doc/hot-reference/generated/openstack.xml:3916(para) ./doc/hot-reference/generated/openstack.xml:3924(para) ./doc/hot-reference/generated/openstack.xml:3933(para) ./doc/hot-reference/generated/openstack.xml:3943(para) ./doc/hot-reference/generated/openstack.xml:3951(para) ./doc/hot-reference/generated/openstack.xml:3959(para) ./doc/hot-reference/generated/openstack.xml:3967(para) ./doc/hot-reference/generated/openstack.xml:4079(para) ./doc/hot-reference/generated/openstack.xml:4095(para) ./doc/hot-reference/generated/openstack.xml:4104(para) ./doc/hot-reference/generated/openstack.xml:4112(para) ./doc/hot-reference/generated/openstack.xml:4121(para) ./doc/hot-reference/generated/openstack.xml:4238(para) ./doc/hot-reference/generated/openstack.xml:4254(para) ./doc/hot-reference/generated/openstack.xml:4263(para) ./doc/hot-reference/generated/openstack.xml:4279(para) ./doc/hot-reference/generated/openstack.xml:4379(para) ./doc/hot-reference/generated/openstack.xml:4388(para) ./doc/hot-reference/generated/openstack.xml:4396(para) ./doc/hot-reference/generated/openstack.xml:4577(para) ./doc/hot-reference/generated/openstack.xml:4585(para) ./doc/hot-reference/generated/openstack.xml:4805(para) ./doc/hot-reference/generated/openstack.xml:4813(para) ./doc/hot-reference/generated/openstack.xml:4821(para) ./doc/hot-reference/generated/openstack.xml:5444(para) ./doc/hot-reference/generated/openstack.xml:5462(para) ./doc/hot-reference/generated/openstack.xml:5472(para) ./doc/hot-reference/generated/openstack.xml:5709(para) ./doc/hot-reference/generated/openstack.xml:5859(para) ./doc/hot-reference/generated/openstack.xml:5876(para) ./doc/hot-reference/generated/openstack.xml:5885(para) ./doc/hot-reference/generated/openstack.xml:5894(para) ./doc/hot-reference/generated/openstack.xml:5904(para) ./doc/hot-reference/generated/openstack.xml:5913(para) ./doc/hot-reference/generated/openstack.xml:5932(para) ./doc/hot-reference/generated/openstack.xml:5941(para) ./doc/hot-reference/generated/openstack.xml:6077(para) ./doc/hot-reference/generated/openstack.xml:6094(para) ./doc/hot-reference/generated/openstack.xml:6103(para) ./doc/hot-reference/generated/openstack.xml:6112(para) ./doc/hot-reference/generated/openstack.xml:6122(para) ./doc/hot-reference/generated/openstack.xml:6131(para) ./doc/hot-reference/generated/openstack.xml:6150(para) ./doc/hot-reference/generated/openstack.xml:6159(para) ./doc/hot-reference/generated/openstack.xml:6311(para) ./doc/hot-reference/generated/openstack.xml:6321(para) ./doc/hot-reference/generated/openstack.xml:6330(para) ./doc/hot-reference/generated/openstack.xml:6338(para) ./doc/hot-reference/generated/openstack.xml:6349(para) ./doc/hot-reference/generated/openstack.xml:6357(para) ./doc/hot-reference/generated/openstack.xml:6366(para) ./doc/hot-reference/generated/openstack.xml:6374(para) ./doc/hot-reference/generated/openstack.xml:6390(para) ./doc/hot-reference/generated/openstack.xml:6398(para) ./doc/hot-reference/generated/openstack.xml:6406(para) ./doc/hot-reference/generated/openstack.xml:6414(para) ./doc/hot-reference/generated/openstack.xml:6422(para) ./doc/hot-reference/generated/openstack.xml:6636(para) ./doc/hot-reference/generated/openstack.xml:6698(para) ./doc/hot-reference/generated/openstack.xml:6706(para) ./doc/hot-reference/generated/openstack.xml:6717(para) ./doc/hot-reference/generated/openstack.xml:6802(para) ./doc/hot-reference/generated/openstack.xml:6811(para) ./doc/hot-reference/generated/openstack.xml:6819(para) ./doc/hot-reference/generated/openstack.xml:6827(para) ./doc/hot-reference/generated/openstack.xml:6951(para) ./doc/hot-reference/generated/openstack.xml:7080(para) ./doc/hot-reference/generated/openstack.xml:7093(para) ./doc/hot-reference/generated/openstack.xml:7102(para) ./doc/hot-reference/generated/openstack.xml:7111(para) ./doc/hot-reference/generated/openstack.xml:7122(para) ./doc/hot-reference/generated/openstack.xml:7147(para) ./doc/hot-reference/generated/openstack.xml:7157(para) ./doc/hot-reference/generated/openstack.xml:7165(para) ./doc/hot-reference/generated/openstack.xml:7290(para) ./doc/hot-reference/generated/openstack.xml:7298(para) ./doc/hot-reference/generated/openstack.xml:7310(para) ./doc/hot-reference/generated/openstack.xml:7318(para) ./doc/hot-reference/generated/openstack.xml:7328(para) ./doc/hot-reference/generated/openstack.xml:7336(para) ./doc/hot-reference/generated/openstack.xml:7344(para) ./doc/hot-reference/generated/openstack.xml:7352(para) ./doc/hot-reference/generated/openstack.xml:7360(para) ./doc/hot-reference/generated/openstack.xml:7368(para) ./doc/hot-reference/generated/openstack.xml:7376(para) ./doc/hot-reference/generated/openstack.xml:7386(para) ./doc/hot-reference/generated/openstack.xml:7394(para) ./doc/hot-reference/generated/openstack.xml:7406(para) ./doc/hot-reference/generated/openstack.xml:7419(para) ./doc/hot-reference/generated/openstack.xml:7549(para) ./doc/hot-reference/generated/openstack.xml:7557(para) ./doc/hot-reference/generated/openstack.xml:7573(para) ./doc/hot-reference/generated/openstack.xml:7704(para) ./doc/hot-reference/generated/openstack.xml:7713(para) ./doc/hot-reference/generated/openstack.xml:7723(para) ./doc/hot-reference/generated/openstack.xml:7731(para) ./doc/hot-reference/generated/openstack.xml:7779(para) ./doc/hot-reference/generated/openstack.xml:7789(para) ./doc/hot-reference/generated/openstack.xml:7800(para) ./doc/hot-reference/generated/openstack.xml:7810(para) ./doc/hot-reference/generated/openstack.xml:7824(para) ./doc/hot-reference/generated/openstack.xml:7843(para) ./doc/hot-reference/generated/openstack.xml:7869(para) ./doc/hot-reference/generated/openstack.xml:7879(para) ./doc/hot-reference/generated/openstack.xml:8195(para) ./doc/hot-reference/generated/openstack.xml:8235(para) ./doc/hot-reference/generated/openstack.xml:8255(para) ./doc/hot-reference/generated/openstack.xml:8401(para) ./doc/hot-reference/generated/openstack.xml:8410(para) ./doc/hot-reference/generated/openstack.xml:8420(para) ./doc/hot-reference/generated/openstack.xml:8481(para) ./doc/hot-reference/generated/openstack.xml:8490(para) ./doc/hot-reference/generated/openstack.xml:8498(para) ./doc/hot-reference/generated/openstack.xml:8509(para) ./doc/hot-reference/generated/openstack.xml:8521(para) ./doc/hot-reference/generated/openstack.xml:8531(para) ./doc/hot-reference/generated/openstack.xml:8617(para) ./doc/hot-reference/generated/openstack.xml:8627(para) ./doc/hot-reference/generated/openstack.xml:8636(para) ./doc/hot-reference/generated/openstack.xml:8645(para) ./doc/hot-reference/generated/openstack.xml:8653(para) ./doc/hot-reference/generated/openstack.xml:8661(para) ./doc/hot-reference/generated/openstack.xml:8669(para) ./doc/hot-reference/generated/openstack.xml:8677(para) ./doc/hot-reference/generated/openstack.xml:8685(para) ./doc/hot-reference/generated/openstack.xml:8752(para) ./doc/hot-reference/generated/openstack.xml:8761(para) ./doc/hot-reference/generated/openstack.xml:8770(para) ./doc/hot-reference/generated/openstack.xml:8777(para) ./doc/hot-reference/generated/openstack.xml:8791(para) ./doc/hot-reference/generated/openstack.xml:8831(para) ./doc/hot-reference/generated/openstack.xml:8840(para) ./doc/hot-reference/generated/openstack.xml:8847(para) ./doc/hot-reference/generated/openstack.xml:8861(para) ./doc/hot-reference/generated/openstack.xml:8873(para) ./doc/hot-reference/generated/openstack.xml:8885(para) ./doc/hot-reference/generated/openstack.xml:8902(para) ./doc/hot-reference/generated/openstack.xml:8911(para) ./doc/hot-reference/generated/openstack.xml:8929(para) ./doc/hot-reference/generated/openstack.xml:9116(para) ./doc/hot-reference/generated/openstack.xml:9127(para) ./doc/hot-reference/generated/openstack.xml:9138(para) ./doc/hot-reference/generated/openstack.xml:9148(para) ./doc/hot-reference/generated/openstack.xml:9275(para) ./doc/hot-reference/generated/openstack.xml:9283(para) ./doc/hot-reference/generated/openstack.xml:9299(para) ./doc/hot-reference/generated/openstack.xml:9307(para) ./doc/hot-reference/generated/openstack.xml:9315(para) ./doc/hot-reference/generated/openstack.xml:9323(para) ./doc/hot-reference/generated/openstack.xml:9396(para) ./doc/hot-reference/generated/openstack.xml:9543(para) ./doc/hot-reference/generated/openstack.xml:9552(para) ./doc/hot-reference/generated/openstack.xml:9560(para) ./doc/hot-reference/generated/openstack.xml:9646(para) ./doc/hot-reference/generated/openstack.xml:9654(para) ./doc/hot-reference/generated/openstack.xml:9663(para) ./doc/hot-reference/generated/openstack.xml:9673(para) ./doc/hot-reference/generated/openstack.xml:9681(para) ./doc/hot-reference/generated/openstack.xml:9689(para) ./doc/hot-reference/generated/openstack.xml:9698(para) ./doc/hot-reference/generated/openstack.xml:9707(para) ./doc/hot-reference/generated/openstack.xml:9721(para) ./doc/hot-reference/generated/openstack.xml:9729(para) ./doc/hot-reference/generated/openstack.xml:9774(para) ./doc/hot-reference/generated/openstack.xml:9808(para) ./doc/hot-reference/generated/openstack.xml:9818(para) ./doc/hot-reference/generated/openstack.xml:9826(para) ./doc/hot-reference/generated/openstack.xml:9835(para) ./doc/hot-reference/generated/openstack.xml:9847(para) ./doc/hot-reference/generated/openstack.xml:9862(para) ./doc/hot-reference/generated/openstack.xml:9870(para) ./doc/hot-reference/generated/openstack.xml:9878(para) ./doc/hot-reference/generated/openstack.xml:9886(para) ./doc/hot-reference/generated/openstack.xml:9894(para) ./doc/hot-reference/generated/openstack.xml:9903(para) ./doc/hot-reference/generated/openstack.xml:9911(para) ./doc/hot-reference/generated/openstack.xml:9923(para) ./doc/hot-reference/generated/openstack.xml:10098(para) ./doc/hot-reference/generated/openstack.xml:10106(para) ./doc/hot-reference/generated/openstack.xml:10116(para) ./doc/hot-reference/generated/openstack.xml:10176(para) ./doc/hot-reference/generated/openstack.xml:10184(para) ./doc/hot-reference/generated/openstack.xml:10193(para) ./doc/hot-reference/generated/openstack.xml:10201(para) ./doc/hot-reference/generated/openstack.xml:10210(para) ./doc/hot-reference/generated/openstack.xml:10218(para) ./doc/hot-reference/generated/openstack.xml:10227(para) ./doc/hot-reference/generated/openstack.xml:10238(para) ./doc/hot-reference/generated/openstack.xml:10329(para) ./doc/hot-reference/generated/openstack.xml:10338(para) ./doc/hot-reference/generated/openstack.xml:10349(para) ./doc/hot-reference/generated/openstack.xml:10357(para) ./doc/hot-reference/generated/openstack.xml:10366(para) ./doc/hot-reference/generated/openstack.xml:10374(para) ./doc/hot-reference/generated/openstack.xml:10382(para) ./doc/hot-reference/generated/openstack.xml:10392(para) ./doc/hot-reference/generated/openstack.xml:10401(para) ./doc/hot-reference/generated/openstack.xml:10410(para) ./doc/hot-reference/generated/openstack.xml:10420(para) ./doc/hot-reference/generated/openstack.xml:10429(para) ./doc/hot-reference/generated/openstack.xml:10437(para) ./doc/hot-reference/generated/openstack.xml:10451(para) ./doc/hot-reference/generated/openstack.xml:10530(para) ./doc/hot-reference/generated/openstack.xml:10538(para) ./doc/hot-reference/generated/openstack.xml:10546(para) ./doc/hot-reference/generated/openstack.xml:10554(para) ./doc/hot-reference/generated/openstack.xml:10563(para) ./doc/hot-reference/generated/openstack.xml:10571(para) ./doc/hot-reference/generated/openstack.xml:10579(para) ./doc/hot-reference/generated/openstack.xml:10588(para) ./doc/hot-reference/generated/openstack.xml:10598(para) ./doc/hot-reference/generated/openstack.xml:10606(para) ./doc/hot-reference/generated/openstack.xml:10616(para) ./doc/hot-reference/generated/openstack.xml:10627(para) ./doc/hot-reference/generated/openstack.xml:10635(para) ./doc/hot-reference/generated/openstack.xml:10644(para) ./doc/hot-reference/generated/openstack.xml:10655(para) ./doc/hot-reference/generated/openstack.xml:10664(para) ./doc/hot-reference/generated/openstack.xml:10672(para) ./doc/hot-reference/generated/openstack.xml:10681(para) ./doc/hot-reference/generated/openstack.xml:10784(para) ./doc/hot-reference/generated/openstack.xml:10792(para) ./doc/hot-reference/generated/openstack.xml:10800(para) ./doc/hot-reference/generated/openstack.xml:10808(para) ./doc/hot-reference/generated/openstack.xml:10816(para) ./doc/hot-reference/generated/openstack.xml:10824(para) ./doc/hot-reference/generated/openstack.xml:10936(para) ./doc/hot-reference/generated/openstack.xml:10944(para) ./doc/hot-reference/generated/openstack.xml:10953(para) ./doc/hot-reference/generated/openstack.xml:10963(para) ./doc/hot-reference/generated/openstack.xml:10971(para) ./doc/hot-reference/generated/openstack.xml:10979(para) ./doc/hot-reference/generated/openstack.xml:10995(para) ./doc/hot-reference/generated/openstack.xml:11004(para) ./doc/hot-reference/generated/openstack.xml:11013(para) ./doc/hot-reference/generated/openstack.xml:11021(para) ./doc/hot-reference/generated/openstack.xml:11030(para) ./doc/hot-reference/generated/openstack.xml:11039(para) ./doc/hot-reference/generated/openstack.xml:11049(para) ./doc/hot-reference/generated/openstack.xml:11057(para) ./doc/hot-reference/generated/openstack.xml:11066(para) ./doc/hot-reference/generated/openstack.xml:11081(para) ./doc/hot-reference/generated/openstack.xml:11089(para) ./doc/hot-reference/generated/openstack.xml:11098(para) ./doc/hot-reference/generated/openstack.xml:11107(para) ./doc/hot-reference/generated/openstack.xml:11117(para) ./doc/hot-reference/generated/openstack.xml:11127(para) ./doc/hot-reference/generated/openstack.xml:11138(para) ./doc/hot-reference/generated/openstack.xml:11146(para) ./doc/hot-reference/generated/openstack.xml:11156(para) ./doc/hot-reference/generated/cfn.xml:27(para) ./doc/hot-reference/generated/cfn.xml:67(para) ./doc/hot-reference/generated/cfn.xml:84(para) ./doc/hot-reference/generated/cfn.xml:108(para) ./doc/hot-reference/generated/cfn.xml:117(para) ./doc/hot-reference/generated/cfn.xml:126(para) ./doc/hot-reference/generated/cfn.xml:133(para) ./doc/hot-reference/generated/cfn.xml:147(para) ./doc/hot-reference/generated/cfn.xml:157(para) ./doc/hot-reference/generated/cfn.xml:252(para) ./doc/hot-reference/generated/cfn.xml:261(para) ./doc/hot-reference/generated/cfn.xml:271(para) ./doc/hot-reference/generated/cfn.xml:279(para) ./doc/hot-reference/generated/cfn.xml:289(para) ./doc/hot-reference/generated/cfn.xml:305(para) ./doc/hot-reference/generated/cfn.xml:314(para) ./doc/hot-reference/generated/cfn.xml:355(para) ./doc/hot-reference/generated/cfn.xml:364(para) ./doc/hot-reference/generated/cfn.xml:373(para) ./doc/hot-reference/generated/cfn.xml:390(para) ./doc/hot-reference/generated/cfn.xml:399(para) ./doc/hot-reference/generated/cfn.xml:408(para) ./doc/hot-reference/generated/cfn.xml:417(para) ./doc/hot-reference/generated/cfn.xml:424(para) ./doc/hot-reference/generated/cfn.xml:446(para) ./doc/hot-reference/generated/cfn.xml:454(para) ./doc/hot-reference/generated/cfn.xml:538(para) ./doc/hot-reference/generated/cfn.xml:715(para) ./doc/hot-reference/generated/cfn.xml:723(para) ./doc/hot-reference/generated/cfn.xml:1011(para) ./doc/hot-reference/generated/cfn.xml:1177(para) ./doc/hot-reference/generated/cfn.xml:1185(para) ./doc/hot-reference/generated/cfn.xml:1194(para) ./doc/hot-reference/generated/cfn.xml:1204(para) ./doc/hot-reference/generated/cfn.xml:1212(para) ./doc/hot-reference/generated/cfn.xml:1222(para) ./doc/hot-reference/generated/cfn.xml:1238(para) ./doc/hot-reference/generated/cfn.xml:1247(para) ./doc/hot-reference/generated/cfn.xml:1296(para) ./doc/hot-reference/generated/cfn.xml:1322(para) ./doc/hot-reference/generated/cfn.xml:1347(para) ./doc/hot-reference/generated/cfn.xml:1356(para) ./doc/hot-reference/generated/cfn.xml:1365(para) ./doc/hot-reference/generated/cfn.xml:1372(para) ./doc/hot-reference/generated/cfn.xml:1410(para) ./doc/hot-reference/generated/cfn.xml:1418(para) ./doc/hot-reference/generated/cfn.xml:1451(para) ./doc/hot-reference/generated/cfn.xml:1460(para) ./doc/hot-reference/generated/cfn.xml:1467(para) ./doc/hot-reference/generated/cfn.xml:1489(para) ./doc/hot-reference/generated/cfn.xml:1497(para) ./doc/hot-reference/generated/cfn.xml:1506(para) ./doc/hot-reference/generated/cfn.xml:1516(para) ./doc/hot-reference/generated/cfn.xml:1524(para) ./doc/hot-reference/generated/cfn.xml:1655(para) ./doc/hot-reference/generated/cfn.xml:1722(para) ./doc/hot-reference/generated/cfn.xml:1737(para) ./doc/hot-reference/generated/cfn.xml:1753(para) ./doc/hot-reference/generated/cfn.xml:1760(para) ./doc/hot-reference/generated/cfn.xml:1850(para) ./doc/hot-reference/generated/cfn.xml:1871(para) ./doc/hot-reference/generated/cfn.xml:1928(para) ./doc/hot-reference/generated/cfn.xml:1945(para) ./doc/hot-reference/generated/cfn.xml:1954(para) ./doc/hot-reference/generated/cfn.xml:1961(para) ./doc/hot-reference/generated/cfn.xml:1968(para) ./doc/hot-reference/generated/cfn.xml:1975(para) ./doc/hot-reference/generated/cfn.xml:1982(para) ./doc/hot-reference/generated/cfn.xml:1997(para) ./doc/hot-reference/generated/cfn.xml:2020(para) ./doc/hot-reference/generated/cfn.xml:2029(para) ./doc/hot-reference/generated/cfn.xml:2036(para) ./doc/hot-reference/generated/cfn.xml:2043(para) ./doc/hot-reference/generated/cfn.xml:2050(para) ./doc/hot-reference/generated/cfn.xml:2057(para) ./doc/hot-reference/generated/cfn.xml:2072(para) ./doc/hot-reference/generated/cfn.xml:2086(para) ./doc/hot-reference/generated/cfn.xml:2149(para) ./doc/hot-reference/generated/cfn.xml:2157(para) ./doc/hot-reference/generated/cfn.xml:2164(para) ./doc/hot-reference/generated/cfn.xml:2185(para) ./doc/hot-reference/generated/cfn.xml:2259(para) ./doc/hot-reference/generated/cfn.xml:2267(para) ./doc/hot-reference/generated/cfn.xml:2324(para) ./doc/hot-reference/generated/cfn.xml:2339(para) ./doc/hot-reference/generated/cfn.xml:2409(para) ./doc/hot-reference/generated/cfn.xml:2417(para) ./doc/hot-reference/generated/cfn.xml:2516(para) ./doc/hot-reference/generated/cfn.xml:2525(para) ./doc/hot-reference/generated/cfn.xml:2532(para) ./doc/hot-reference/generated/cfn.xml:2701(para) ./doc/hot-reference/generated/cfn.xml:2709(para) ./doc/hot-reference/generated/cfn.xml:2719(para) ./doc/hot-reference/generated/cfn.xml:2727(para) ./doc/hot-reference/generated/cfn.xml:2735(para) ./doc/hot-reference/generated/cfn.xml:2743(para) ./doc/hot-reference/generated/cfn.xml:2751(para) ./doc/hot-reference/generated/cfn.xml:2778(para) ./doc/hot-reference/generated/cfn.xml:2787(para) ./doc/hot-reference/generated/cfn.xml:2797(para) ./doc/hot-reference/generated/cfn.xml:2805(para) ./doc/hot-reference/generated/cfn.xml:2821(para) ./doc/hot-reference/generated/cfn.xml:2966(para) ./doc/hot-reference/generated/cfn.xml:3037(para) ./doc/hot-reference/generated/cfn.xml:3045(para) ./doc/hot-reference/generated/cfn.xml:3054(para) ./doc/hot-reference/generated/cfn.xml:3065(para) ./doc/hot-reference/generated/cfn.xml:3073(para) ./doc/hot-reference/generated/cfn.xml:3287(para) ./doc/hot-reference/generated/cfn.xml:3296(para) ./doc/hot-reference/generated/cfn.xml:3305(para) ./doc/hot-reference/generated/cfn.xml:3315(para) ./doc/hot-reference/generated/cfn.xml:3323(para) ./doc/hot-reference/generated/cfn.xml:3337(para) ./doc/hot-reference/generated/cfn.xml:3347(para) ./doc/hot-reference/generated/cfn.xml:3355(para) +#: ./doc/hot-reference/generated/openstack.xml:26(para) ./doc/hot-reference/generated/openstack.xml:35(para) ./doc/hot-reference/generated/openstack.xml:44(para) ./doc/hot-reference/generated/openstack.xml:53(para) ./doc/hot-reference/generated/openstack.xml:62(para) ./doc/hot-reference/generated/openstack.xml:70(para) ./doc/hot-reference/generated/openstack.xml:163(para) ./doc/hot-reference/generated/openstack.xml:171(para) ./doc/hot-reference/generated/openstack.xml:180(para) ./doc/hot-reference/generated/openstack.xml:189(para) ./doc/hot-reference/generated/openstack.xml:197(para) ./doc/hot-reference/generated/openstack.xml:205(para) ./doc/hot-reference/generated/openstack.xml:213(para) ./doc/hot-reference/generated/openstack.xml:222(para) ./doc/hot-reference/generated/openstack.xml:372(para) ./doc/hot-reference/generated/openstack.xml:408(para) ./doc/hot-reference/generated/openstack.xml:418(para) ./doc/hot-reference/generated/openstack.xml:426(para) ./doc/hot-reference/generated/openstack.xml:435(para) ./doc/hot-reference/generated/openstack.xml:1279(para) ./doc/hot-reference/generated/openstack.xml:1287(para) ./doc/hot-reference/generated/openstack.xml:1303(para) ./doc/hot-reference/generated/openstack.xml:1331(para) ./doc/hot-reference/generated/openstack.xml:1348(para) ./doc/hot-reference/generated/openstack.xml:1357(para) ./doc/hot-reference/generated/openstack.xml:1378(para) ./doc/hot-reference/generated/openstack.xml:1642(para) ./doc/hot-reference/generated/openstack.xml:1703(para) ./doc/hot-reference/generated/openstack.xml:1712(para) ./doc/hot-reference/generated/openstack.xml:1721(para) ./doc/hot-reference/generated/openstack.xml:1729(para) ./doc/hot-reference/generated/openstack.xml:1737(para) ./doc/hot-reference/generated/openstack.xml:1745(para) ./doc/hot-reference/generated/openstack.xml:1754(para) ./doc/hot-reference/generated/openstack.xml:1763(para) ./doc/hot-reference/generated/openstack.xml:1771(para) ./doc/hot-reference/generated/openstack.xml:1849(para) ./doc/hot-reference/generated/openstack.xml:1959(para) ./doc/hot-reference/generated/openstack.xml:1968(para) ./doc/hot-reference/generated/openstack.xml:1977(para) ./doc/hot-reference/generated/openstack.xml:2101(para) ./doc/hot-reference/generated/openstack.xml:2125(para) ./doc/hot-reference/generated/openstack.xml:2133(para) ./doc/hot-reference/generated/openstack.xml:2276(para) ./doc/hot-reference/generated/openstack.xml:2344(para) ./doc/hot-reference/generated/openstack.xml:2410(para) ./doc/hot-reference/generated/openstack.xml:2426(para) ./doc/hot-reference/generated/openstack.xml:2442(para) ./doc/hot-reference/generated/openstack.xml:2451(para) ./doc/hot-reference/generated/openstack.xml:2460(para) ./doc/hot-reference/generated/openstack.xml:2467(para) ./doc/hot-reference/generated/openstack.xml:2565(para) ./doc/hot-reference/generated/openstack.xml:2574(para) ./doc/hot-reference/generated/openstack.xml:2584(para) ./doc/hot-reference/generated/openstack.xml:2592(para) ./doc/hot-reference/generated/openstack.xml:2600(para) ./doc/hot-reference/generated/openstack.xml:2608(para) ./doc/hot-reference/generated/openstack.xml:2685(para) ./doc/hot-reference/generated/openstack.xml:2694(para) ./doc/hot-reference/generated/openstack.xml:2704(para) ./doc/hot-reference/generated/openstack.xml:2713(para) ./doc/hot-reference/generated/openstack.xml:2728(para) ./doc/hot-reference/generated/openstack.xml:2737(para) ./doc/hot-reference/generated/openstack.xml:2747(para) ./doc/hot-reference/generated/openstack.xml:2756(para) ./doc/hot-reference/generated/openstack.xml:2770(para) ./doc/hot-reference/generated/openstack.xml:2779(para) ./doc/hot-reference/generated/openstack.xml:2790(para) ./doc/hot-reference/generated/openstack.xml:2909(para) ./doc/hot-reference/generated/openstack.xml:2931(para) ./doc/hot-reference/generated/openstack.xml:2941(para) ./doc/hot-reference/generated/openstack.xml:2965(para) ./doc/hot-reference/generated/openstack.xml:2973(para) ./doc/hot-reference/generated/openstack.xml:3072(para) ./doc/hot-reference/generated/openstack.xml:3174(para) ./doc/hot-reference/generated/openstack.xml:3184(para) ./doc/hot-reference/generated/openstack.xml:3194(para) ./doc/hot-reference/generated/openstack.xml:3204(para) ./doc/hot-reference/generated/openstack.xml:3215(para) ./doc/hot-reference/generated/openstack.xml:3223(para) ./doc/hot-reference/generated/openstack.xml:3237(para) ./doc/hot-reference/generated/openstack.xml:3246(para) ./doc/hot-reference/generated/openstack.xml:3256(para) ./doc/hot-reference/generated/openstack.xml:3264(para) ./doc/hot-reference/generated/openstack.xml:3272(para) ./doc/hot-reference/generated/openstack.xml:3280(para) ./doc/hot-reference/generated/openstack.xml:3295(para) ./doc/hot-reference/generated/openstack.xml:3303(para) ./doc/hot-reference/generated/openstack.xml:3312(para) ./doc/hot-reference/generated/openstack.xml:3322(para) ./doc/hot-reference/generated/openstack.xml:3330(para) ./doc/hot-reference/generated/openstack.xml:3338(para) ./doc/hot-reference/generated/openstack.xml:3346(para) ./doc/hot-reference/generated/openstack.xml:3444(para) ./doc/hot-reference/generated/openstack.xml:3452(para) ./doc/hot-reference/generated/openstack.xml:3460(para) ./doc/hot-reference/generated/openstack.xml:3469(para) ./doc/hot-reference/generated/openstack.xml:3479(para) ./doc/hot-reference/generated/openstack.xml:3487(para) ./doc/hot-reference/generated/openstack.xml:3495(para) ./doc/hot-reference/generated/openstack.xml:3503(para) ./doc/hot-reference/generated/openstack.xml:3518(para) ./doc/hot-reference/generated/openstack.xml:3526(para) ./doc/hot-reference/generated/openstack.xml:3535(para) ./doc/hot-reference/generated/openstack.xml:3545(para) ./doc/hot-reference/generated/openstack.xml:3553(para) ./doc/hot-reference/generated/openstack.xml:3561(para) ./doc/hot-reference/generated/openstack.xml:3569(para) ./doc/hot-reference/generated/openstack.xml:3703(para) ./doc/hot-reference/generated/openstack.xml:3711(para) ./doc/hot-reference/generated/openstack.xml:3720(para) ./doc/hot-reference/generated/openstack.xml:3841(para) ./doc/hot-reference/generated/openstack.xml:3857(para) ./doc/hot-reference/generated/openstack.xml:3952(para) ./doc/hot-reference/generated/openstack.xml:3962(para) ./doc/hot-reference/generated/openstack.xml:4077(para) ./doc/hot-reference/generated/openstack.xml:4085(para) ./doc/hot-reference/generated/openstack.xml:4093(para) ./doc/hot-reference/generated/openstack.xml:4102(para) ./doc/hot-reference/generated/openstack.xml:4112(para) ./doc/hot-reference/generated/openstack.xml:4120(para) ./doc/hot-reference/generated/openstack.xml:4128(para) ./doc/hot-reference/generated/openstack.xml:4136(para) ./doc/hot-reference/generated/openstack.xml:4151(para) ./doc/hot-reference/generated/openstack.xml:4159(para) ./doc/hot-reference/generated/openstack.xml:4168(para) ./doc/hot-reference/generated/openstack.xml:4178(para) ./doc/hot-reference/generated/openstack.xml:4186(para) ./doc/hot-reference/generated/openstack.xml:4194(para) ./doc/hot-reference/generated/openstack.xml:4202(para) ./doc/hot-reference/generated/openstack.xml:4316(para) ./doc/hot-reference/generated/openstack.xml:4332(para) ./doc/hot-reference/generated/openstack.xml:4341(para) ./doc/hot-reference/generated/openstack.xml:4349(para) ./doc/hot-reference/generated/openstack.xml:4358(para) ./doc/hot-reference/generated/openstack.xml:4477(para) ./doc/hot-reference/generated/openstack.xml:4493(para) ./doc/hot-reference/generated/openstack.xml:4502(para) ./doc/hot-reference/generated/openstack.xml:4518(para) ./doc/hot-reference/generated/openstack.xml:4620(para) ./doc/hot-reference/generated/openstack.xml:4629(para) ./doc/hot-reference/generated/openstack.xml:4637(para) ./doc/hot-reference/generated/openstack.xml:4824(para) ./doc/hot-reference/generated/openstack.xml:4832(para) ./doc/hot-reference/generated/openstack.xml:5088(para) ./doc/hot-reference/generated/openstack.xml:5098(para) ./doc/hot-reference/generated/openstack.xml:5107(para) ./doc/hot-reference/generated/openstack.xml:5116(para) ./doc/hot-reference/generated/openstack.xml:5610(para) ./doc/hot-reference/generated/openstack.xml:5648(para) ./doc/hot-reference/generated/openstack.xml:5658(para) ./doc/hot-reference/generated/openstack.xml:5667(para) ./doc/hot-reference/generated/openstack.xml:5676(para) ./doc/hot-reference/generated/openstack.xml:5761(para) ./doc/hot-reference/generated/openstack.xml:5769(para) ./doc/hot-reference/generated/openstack.xml:5777(para) ./doc/hot-reference/generated/openstack.xml:6401(para) ./doc/hot-reference/generated/openstack.xml:6419(para) ./doc/hot-reference/generated/openstack.xml:6429(para) ./doc/hot-reference/generated/openstack.xml:6666(para) ./doc/hot-reference/generated/openstack.xml:6816(para) ./doc/hot-reference/generated/openstack.xml:6833(para) ./doc/hot-reference/generated/openstack.xml:6842(para) ./doc/hot-reference/generated/openstack.xml:6851(para) ./doc/hot-reference/generated/openstack.xml:6861(para) ./doc/hot-reference/generated/openstack.xml:6870(para) ./doc/hot-reference/generated/openstack.xml:6889(para) ./doc/hot-reference/generated/openstack.xml:6898(para) ./doc/hot-reference/generated/openstack.xml:7034(para) ./doc/hot-reference/generated/openstack.xml:7051(para) ./doc/hot-reference/generated/openstack.xml:7060(para) ./doc/hot-reference/generated/openstack.xml:7069(para) ./doc/hot-reference/generated/openstack.xml:7079(para) ./doc/hot-reference/generated/openstack.xml:7088(para) ./doc/hot-reference/generated/openstack.xml:7107(para) ./doc/hot-reference/generated/openstack.xml:7116(para) ./doc/hot-reference/generated/openstack.xml:7268(para) ./doc/hot-reference/generated/openstack.xml:7278(para) ./doc/hot-reference/generated/openstack.xml:7287(para) ./doc/hot-reference/generated/openstack.xml:7295(para) ./doc/hot-reference/generated/openstack.xml:7306(para) ./doc/hot-reference/generated/openstack.xml:7314(para) ./doc/hot-reference/generated/openstack.xml:7323(para) ./doc/hot-reference/generated/openstack.xml:7331(para) ./doc/hot-reference/generated/openstack.xml:7347(para) ./doc/hot-reference/generated/openstack.xml:7355(para) ./doc/hot-reference/generated/openstack.xml:7363(para) ./doc/hot-reference/generated/openstack.xml:7371(para) ./doc/hot-reference/generated/openstack.xml:7379(para) ./doc/hot-reference/generated/openstack.xml:7593(para) ./doc/hot-reference/generated/openstack.xml:7657(para) ./doc/hot-reference/generated/openstack.xml:7665(para) ./doc/hot-reference/generated/openstack.xml:7676(para) ./doc/hot-reference/generated/openstack.xml:7763(para) ./doc/hot-reference/generated/openstack.xml:7772(para) ./doc/hot-reference/generated/openstack.xml:7780(para) ./doc/hot-reference/generated/openstack.xml:7788(para) ./doc/hot-reference/generated/openstack.xml:7912(para) ./doc/hot-reference/generated/openstack.xml:8043(para) ./doc/hot-reference/generated/openstack.xml:8056(para) ./doc/hot-reference/generated/openstack.xml:8065(para) ./doc/hot-reference/generated/openstack.xml:8074(para) ./doc/hot-reference/generated/openstack.xml:8085(para) ./doc/hot-reference/generated/openstack.xml:8110(para) ./doc/hot-reference/generated/openstack.xml:8120(para) ./doc/hot-reference/generated/openstack.xml:8128(para) ./doc/hot-reference/generated/openstack.xml:8253(para) ./doc/hot-reference/generated/openstack.xml:8261(para) ./doc/hot-reference/generated/openstack.xml:8273(para) ./doc/hot-reference/generated/openstack.xml:8282(para) ./doc/hot-reference/generated/openstack.xml:8292(para) ./doc/hot-reference/generated/openstack.xml:8300(para) ./doc/hot-reference/generated/openstack.xml:8308(para) ./doc/hot-reference/generated/openstack.xml:8316(para) ./doc/hot-reference/generated/openstack.xml:8324(para) ./doc/hot-reference/generated/openstack.xml:8332(para) ./doc/hot-reference/generated/openstack.xml:8340(para) ./doc/hot-reference/generated/openstack.xml:8350(para) ./doc/hot-reference/generated/openstack.xml:8358(para) ./doc/hot-reference/generated/openstack.xml:8370(para) ./doc/hot-reference/generated/openstack.xml:8384(para) ./doc/hot-reference/generated/openstack.xml:8517(para) ./doc/hot-reference/generated/openstack.xml:8525(para) ./doc/hot-reference/generated/openstack.xml:8541(para) ./doc/hot-reference/generated/openstack.xml:8672(para) ./doc/hot-reference/generated/openstack.xml:8681(para) ./doc/hot-reference/generated/openstack.xml:8691(para) ./doc/hot-reference/generated/openstack.xml:8699(para) ./doc/hot-reference/generated/openstack.xml:8750(para) ./doc/hot-reference/generated/openstack.xml:8760(para) ./doc/hot-reference/generated/openstack.xml:8771(para) ./doc/hot-reference/generated/openstack.xml:8782(para) ./doc/hot-reference/generated/openstack.xml:8797(para) ./doc/hot-reference/generated/openstack.xml:8816(para) ./doc/hot-reference/generated/openstack.xml:8842(para) ./doc/hot-reference/generated/openstack.xml:8852(para) ./doc/hot-reference/generated/openstack.xml:9170(para) ./doc/hot-reference/generated/openstack.xml:9210(para) ./doc/hot-reference/generated/openstack.xml:9230(para) ./doc/hot-reference/generated/openstack.xml:9376(para) ./doc/hot-reference/generated/openstack.xml:9385(para) ./doc/hot-reference/generated/openstack.xml:9396(para) ./doc/hot-reference/generated/openstack.xml:9457(para) ./doc/hot-reference/generated/openstack.xml:9466(para) ./doc/hot-reference/generated/openstack.xml:9475(para) ./doc/hot-reference/generated/openstack.xml:9487(para) ./doc/hot-reference/generated/openstack.xml:9499(para) ./doc/hot-reference/generated/openstack.xml:9510(para) ./doc/hot-reference/generated/openstack.xml:9599(para) ./doc/hot-reference/generated/openstack.xml:9609(para) ./doc/hot-reference/generated/openstack.xml:9618(para) ./doc/hot-reference/generated/openstack.xml:9627(para) ./doc/hot-reference/generated/openstack.xml:9635(para) ./doc/hot-reference/generated/openstack.xml:9643(para) ./doc/hot-reference/generated/openstack.xml:9651(para) ./doc/hot-reference/generated/openstack.xml:9659(para) ./doc/hot-reference/generated/openstack.xml:9667(para) ./doc/hot-reference/generated/openstack.xml:9734(para) ./doc/hot-reference/generated/openstack.xml:9743(para) ./doc/hot-reference/generated/openstack.xml:9752(para) ./doc/hot-reference/generated/openstack.xml:9759(para) ./doc/hot-reference/generated/openstack.xml:9773(para) ./doc/hot-reference/generated/openstack.xml:9813(para) ./doc/hot-reference/generated/openstack.xml:9822(para) ./doc/hot-reference/generated/openstack.xml:9829(para) ./doc/hot-reference/generated/openstack.xml:9843(para) ./doc/hot-reference/generated/openstack.xml:9855(para) ./doc/hot-reference/generated/openstack.xml:9867(para) ./doc/hot-reference/generated/openstack.xml:9884(para) ./doc/hot-reference/generated/openstack.xml:9893(para) ./doc/hot-reference/generated/openstack.xml:9911(para) ./doc/hot-reference/generated/openstack.xml:10098(para) ./doc/hot-reference/generated/openstack.xml:10110(para) ./doc/hot-reference/generated/openstack.xml:10122(para) ./doc/hot-reference/generated/openstack.xml:10133(para) ./doc/hot-reference/generated/openstack.xml:10261(para) ./doc/hot-reference/generated/openstack.xml:10269(para) ./doc/hot-reference/generated/openstack.xml:10285(para) ./doc/hot-reference/generated/openstack.xml:10293(para) ./doc/hot-reference/generated/openstack.xml:10301(para) ./doc/hot-reference/generated/openstack.xml:10309(para) ./doc/hot-reference/generated/openstack.xml:10384(para) ./doc/hot-reference/generated/openstack.xml:10535(para) ./doc/hot-reference/generated/openstack.xml:10544(para) ./doc/hot-reference/generated/openstack.xml:10552(para) ./doc/hot-reference/generated/openstack.xml:10638(para) ./doc/hot-reference/generated/openstack.xml:10646(para) ./doc/hot-reference/generated/openstack.xml:10655(para) ./doc/hot-reference/generated/openstack.xml:10665(para) ./doc/hot-reference/generated/openstack.xml:10673(para) ./doc/hot-reference/generated/openstack.xml:10681(para) ./doc/hot-reference/generated/openstack.xml:10690(para) ./doc/hot-reference/generated/openstack.xml:10699(para) ./doc/hot-reference/generated/openstack.xml:10713(para) ./doc/hot-reference/generated/openstack.xml:10722(para) ./doc/hot-reference/generated/openstack.xml:10732(para) ./doc/hot-reference/generated/openstack.xml:10740(para) ./doc/hot-reference/generated/openstack.xml:10748(para) ./doc/hot-reference/generated/openstack.xml:10756(para) ./doc/hot-reference/generated/openstack.xml:10765(para) ./doc/hot-reference/generated/openstack.xml:10774(para) ./doc/hot-reference/generated/openstack.xml:10783(para) ./doc/hot-reference/generated/openstack.xml:10792(para) ./doc/hot-reference/generated/openstack.xml:10800(para) ./doc/hot-reference/generated/openstack.xml:10809(para) ./doc/hot-reference/generated/openstack.xml:10823(para) ./doc/hot-reference/generated/openstack.xml:10831(para) ./doc/hot-reference/generated/openstack.xml:10876(para) ./doc/hot-reference/generated/openstack.xml:10910(para) ./doc/hot-reference/generated/openstack.xml:10920(para) ./doc/hot-reference/generated/openstack.xml:10928(para) ./doc/hot-reference/generated/openstack.xml:10937(para) ./doc/hot-reference/generated/openstack.xml:10949(para) ./doc/hot-reference/generated/openstack.xml:10964(para) ./doc/hot-reference/generated/openstack.xml:10972(para) ./doc/hot-reference/generated/openstack.xml:10980(para) ./doc/hot-reference/generated/openstack.xml:10988(para) ./doc/hot-reference/generated/openstack.xml:10996(para) ./doc/hot-reference/generated/openstack.xml:11005(para) ./doc/hot-reference/generated/openstack.xml:11013(para) ./doc/hot-reference/generated/openstack.xml:11025(para) ./doc/hot-reference/generated/openstack.xml:11208(para) ./doc/hot-reference/generated/openstack.xml:11216(para) ./doc/hot-reference/generated/openstack.xml:11226(para) ./doc/hot-reference/generated/openstack.xml:11286(para) ./doc/hot-reference/generated/openstack.xml:11294(para) ./doc/hot-reference/generated/openstack.xml:11303(para) ./doc/hot-reference/generated/openstack.xml:11311(para) ./doc/hot-reference/generated/openstack.xml:11320(para) ./doc/hot-reference/generated/openstack.xml:11328(para) ./doc/hot-reference/generated/openstack.xml:11337(para) ./doc/hot-reference/generated/openstack.xml:11348(para) ./doc/hot-reference/generated/openstack.xml:11441(para) ./doc/hot-reference/generated/openstack.xml:11450(para) ./doc/hot-reference/generated/openstack.xml:11461(para) ./doc/hot-reference/generated/openstack.xml:11469(para) ./doc/hot-reference/generated/openstack.xml:11478(para) ./doc/hot-reference/generated/openstack.xml:11486(para) ./doc/hot-reference/generated/openstack.xml:11494(para) ./doc/hot-reference/generated/openstack.xml:11504(para) ./doc/hot-reference/generated/openstack.xml:11513(para) ./doc/hot-reference/generated/openstack.xml:11522(para) ./doc/hot-reference/generated/openstack.xml:11532(para) ./doc/hot-reference/generated/openstack.xml:11541(para) ./doc/hot-reference/generated/openstack.xml:11549(para) ./doc/hot-reference/generated/openstack.xml:11563(para) ./doc/hot-reference/generated/openstack.xml:11644(para) ./doc/hot-reference/generated/openstack.xml:11652(para) ./doc/hot-reference/generated/openstack.xml:11660(para) ./doc/hot-reference/generated/openstack.xml:11668(para) ./doc/hot-reference/generated/openstack.xml:11677(para) ./doc/hot-reference/generated/openstack.xml:11685(para) ./doc/hot-reference/generated/openstack.xml:11693(para) ./doc/hot-reference/generated/openstack.xml:11702(para) ./doc/hot-reference/generated/openstack.xml:11712(para) ./doc/hot-reference/generated/openstack.xml:11720(para) ./doc/hot-reference/generated/openstack.xml:11730(para) ./doc/hot-reference/generated/openstack.xml:11741(para) ./doc/hot-reference/generated/openstack.xml:11749(para) ./doc/hot-reference/generated/openstack.xml:11758(para) ./doc/hot-reference/generated/openstack.xml:11769(para) ./doc/hot-reference/generated/openstack.xml:11778(para) ./doc/hot-reference/generated/openstack.xml:11786(para) ./doc/hot-reference/generated/openstack.xml:11795(para) ./doc/hot-reference/generated/openstack.xml:11898(para) ./doc/hot-reference/generated/openstack.xml:11906(para) ./doc/hot-reference/generated/openstack.xml:11914(para) ./doc/hot-reference/generated/openstack.xml:11922(para) ./doc/hot-reference/generated/openstack.xml:11930(para) ./doc/hot-reference/generated/openstack.xml:11938(para) ./doc/hot-reference/generated/openstack.xml:12051(para) ./doc/hot-reference/generated/openstack.xml:12060(para) ./doc/hot-reference/generated/openstack.xml:12069(para) ./doc/hot-reference/generated/openstack.xml:12078(para) ./doc/hot-reference/generated/openstack.xml:12088(para) ./doc/hot-reference/generated/openstack.xml:12097(para) ./doc/hot-reference/generated/openstack.xml:12112(para) ./doc/hot-reference/generated/openstack.xml:12197(para) ./doc/hot-reference/generated/openstack.xml:12205(para) ./doc/hot-reference/generated/openstack.xml:12214(para) ./doc/hot-reference/generated/openstack.xml:12224(para) ./doc/hot-reference/generated/openstack.xml:12232(para) ./doc/hot-reference/generated/openstack.xml:12240(para) ./doc/hot-reference/generated/openstack.xml:12256(para) ./doc/hot-reference/generated/openstack.xml:12265(para) ./doc/hot-reference/generated/openstack.xml:12274(para) ./doc/hot-reference/generated/openstack.xml:12283(para) ./doc/hot-reference/generated/openstack.xml:12292(para) ./doc/hot-reference/generated/openstack.xml:12301(para) ./doc/hot-reference/generated/openstack.xml:12311(para) ./doc/hot-reference/generated/openstack.xml:12319(para) ./doc/hot-reference/generated/openstack.xml:12328(para) ./doc/hot-reference/generated/openstack.xml:12343(para) ./doc/hot-reference/generated/openstack.xml:12351(para) ./doc/hot-reference/generated/openstack.xml:12360(para) ./doc/hot-reference/generated/openstack.xml:12369(para) ./doc/hot-reference/generated/openstack.xml:12379(para) ./doc/hot-reference/generated/openstack.xml:12389(para) ./doc/hot-reference/generated/openstack.xml:12400(para) ./doc/hot-reference/generated/openstack.xml:12408(para) ./doc/hot-reference/generated/openstack.xml:12418(para) ./doc/hot-reference/generated/openstack.xml:12531(para) ./doc/hot-reference/generated/cfn.xml:29(para) ./doc/hot-reference/generated/cfn.xml:69(para) ./doc/hot-reference/generated/cfn.xml:86(para) ./doc/hot-reference/generated/cfn.xml:110(para) ./doc/hot-reference/generated/cfn.xml:119(para) ./doc/hot-reference/generated/cfn.xml:128(para) ./doc/hot-reference/generated/cfn.xml:135(para) ./doc/hot-reference/generated/cfn.xml:149(para) ./doc/hot-reference/generated/cfn.xml:159(para) ./doc/hot-reference/generated/cfn.xml:254(para) ./doc/hot-reference/generated/cfn.xml:263(para) ./doc/hot-reference/generated/cfn.xml:273(para) ./doc/hot-reference/generated/cfn.xml:281(para) ./doc/hot-reference/generated/cfn.xml:291(para) ./doc/hot-reference/generated/cfn.xml:307(para) ./doc/hot-reference/generated/cfn.xml:316(para) ./doc/hot-reference/generated/cfn.xml:357(para) ./doc/hot-reference/generated/cfn.xml:366(para) ./doc/hot-reference/generated/cfn.xml:375(para) ./doc/hot-reference/generated/cfn.xml:392(para) ./doc/hot-reference/generated/cfn.xml:401(para) ./doc/hot-reference/generated/cfn.xml:410(para) ./doc/hot-reference/generated/cfn.xml:419(para) ./doc/hot-reference/generated/cfn.xml:426(para) ./doc/hot-reference/generated/cfn.xml:448(para) ./doc/hot-reference/generated/cfn.xml:456(para) ./doc/hot-reference/generated/cfn.xml:540(para) ./doc/hot-reference/generated/cfn.xml:719(para) ./doc/hot-reference/generated/cfn.xml:727(para) ./doc/hot-reference/generated/cfn.xml:1017(para) ./doc/hot-reference/generated/cfn.xml:1183(para) ./doc/hot-reference/generated/cfn.xml:1191(para) ./doc/hot-reference/generated/cfn.xml:1200(para) ./doc/hot-reference/generated/cfn.xml:1210(para) ./doc/hot-reference/generated/cfn.xml:1218(para) ./doc/hot-reference/generated/cfn.xml:1228(para) ./doc/hot-reference/generated/cfn.xml:1244(para) ./doc/hot-reference/generated/cfn.xml:1253(para) ./doc/hot-reference/generated/cfn.xml:1302(para) ./doc/hot-reference/generated/cfn.xml:1328(para) ./doc/hot-reference/generated/cfn.xml:1353(para) ./doc/hot-reference/generated/cfn.xml:1362(para) ./doc/hot-reference/generated/cfn.xml:1371(para) ./doc/hot-reference/generated/cfn.xml:1378(para) ./doc/hot-reference/generated/cfn.xml:1416(para) ./doc/hot-reference/generated/cfn.xml:1424(para) ./doc/hot-reference/generated/cfn.xml:1457(para) ./doc/hot-reference/generated/cfn.xml:1466(para) ./doc/hot-reference/generated/cfn.xml:1473(para) ./doc/hot-reference/generated/cfn.xml:1495(para) ./doc/hot-reference/generated/cfn.xml:1503(para) ./doc/hot-reference/generated/cfn.xml:1512(para) ./doc/hot-reference/generated/cfn.xml:1522(para) ./doc/hot-reference/generated/cfn.xml:1530(para) ./doc/hot-reference/generated/cfn.xml:1661(para) ./doc/hot-reference/generated/cfn.xml:1728(para) ./doc/hot-reference/generated/cfn.xml:1743(para) ./doc/hot-reference/generated/cfn.xml:1759(para) ./doc/hot-reference/generated/cfn.xml:1767(para) ./doc/hot-reference/generated/cfn.xml:1859(para) ./doc/hot-reference/generated/cfn.xml:1880(para) ./doc/hot-reference/generated/cfn.xml:1937(para) ./doc/hot-reference/generated/cfn.xml:1954(para) ./doc/hot-reference/generated/cfn.xml:1963(para) ./doc/hot-reference/generated/cfn.xml:1970(para) ./doc/hot-reference/generated/cfn.xml:1977(para) ./doc/hot-reference/generated/cfn.xml:1984(para) ./doc/hot-reference/generated/cfn.xml:1991(para) ./doc/hot-reference/generated/cfn.xml:2006(para) ./doc/hot-reference/generated/cfn.xml:2029(para) ./doc/hot-reference/generated/cfn.xml:2038(para) ./doc/hot-reference/generated/cfn.xml:2045(para) ./doc/hot-reference/generated/cfn.xml:2052(para) ./doc/hot-reference/generated/cfn.xml:2059(para) ./doc/hot-reference/generated/cfn.xml:2066(para) ./doc/hot-reference/generated/cfn.xml:2081(para) ./doc/hot-reference/generated/cfn.xml:2095(para) ./doc/hot-reference/generated/cfn.xml:2158(para) ./doc/hot-reference/generated/cfn.xml:2166(para) ./doc/hot-reference/generated/cfn.xml:2173(para) ./doc/hot-reference/generated/cfn.xml:2194(para) ./doc/hot-reference/generated/cfn.xml:2268(para) ./doc/hot-reference/generated/cfn.xml:2276(para) ./doc/hot-reference/generated/cfn.xml:2334(para) ./doc/hot-reference/generated/cfn.xml:2349(para) ./doc/hot-reference/generated/cfn.xml:2419(para) ./doc/hot-reference/generated/cfn.xml:2427(para) ./doc/hot-reference/generated/cfn.xml:2526(para) ./doc/hot-reference/generated/cfn.xml:2535(para) ./doc/hot-reference/generated/cfn.xml:2542(para) ./doc/hot-reference/generated/cfn.xml:2711(para) ./doc/hot-reference/generated/cfn.xml:2719(para) ./doc/hot-reference/generated/cfn.xml:2729(para) ./doc/hot-reference/generated/cfn.xml:2737(para) ./doc/hot-reference/generated/cfn.xml:2745(para) ./doc/hot-reference/generated/cfn.xml:2753(para) ./doc/hot-reference/generated/cfn.xml:2761(para) ./doc/hot-reference/generated/cfn.xml:2788(para) ./doc/hot-reference/generated/cfn.xml:2797(para) ./doc/hot-reference/generated/cfn.xml:2807(para) ./doc/hot-reference/generated/cfn.xml:2815(para) ./doc/hot-reference/generated/cfn.xml:2831(para) ./doc/hot-reference/generated/cfn.xml:2976(para) ./doc/hot-reference/generated/cfn.xml:3047(para) ./doc/hot-reference/generated/cfn.xml:3055(para) ./doc/hot-reference/generated/cfn.xml:3064(para) ./doc/hot-reference/generated/cfn.xml:3075(para) ./doc/hot-reference/generated/cfn.xml:3083(para) ./doc/hot-reference/generated/cfn.xml:3297(para) ./doc/hot-reference/generated/cfn.xml:3306(para) ./doc/hot-reference/generated/cfn.xml:3315(para) ./doc/hot-reference/generated/cfn.xml:3325(para) ./doc/hot-reference/generated/cfn.xml:3333(para) ./doc/hot-reference/generated/cfn.xml:3347(para) ./doc/hot-reference/generated/cfn.xml:3357(para) ./doc/hot-reference/generated/cfn.xml:3365(para) msgid "Updates cause replacement." msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "The bit-length of the secret." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:36(para) ./doc/hot-reference/generated/openstack.xml:45(para) ./doc/hot-reference/generated/openstack.xml:63(para) ./doc/hot-reference/generated/openstack.xml:164(para) ./doc/hot-reference/generated/openstack.xml:172(para) ./doc/hot-reference/generated/openstack.xml:181(para) ./doc/hot-reference/generated/openstack.xml:190(para) ./doc/hot-reference/generated/openstack.xml:198(para) ./doc/hot-reference/generated/openstack.xml:206(para) ./doc/hot-reference/generated/openstack.xml:223(para) ./doc/hot-reference/generated/openstack.xml:316(para) ./doc/hot-reference/generated/openstack.xml:324(para) ./doc/hot-reference/generated/openstack.xml:333(para) ./doc/hot-reference/generated/openstack.xml:349(para) ./doc/hot-reference/generated/openstack.xml:357(para) ./doc/hot-reference/generated/openstack.xml:381(para) ./doc/hot-reference/generated/openstack.xml:389(para) ./doc/hot-reference/generated/openstack.xml:400(para) ./doc/hot-reference/generated/openstack.xml:409(para) ./doc/hot-reference/generated/openstack.xml:419(para) ./doc/hot-reference/generated/openstack.xml:427(para) ./doc/hot-reference/generated/openstack.xml:436(para) ./doc/hot-reference/generated/openstack.xml:458(para) ./doc/hot-reference/generated/openstack.xml:561(para) ./doc/hot-reference/generated/openstack.xml:578(para) ./doc/hot-reference/generated/openstack.xml:594(para) ./doc/hot-reference/generated/openstack.xml:602(para) ./doc/hot-reference/generated/openstack.xml:610(para) ./doc/hot-reference/generated/openstack.xml:695(para) ./doc/hot-reference/generated/openstack.xml:704(para) ./doc/hot-reference/generated/openstack.xml:712(para) ./doc/hot-reference/generated/openstack.xml:721(para) ./doc/hot-reference/generated/openstack.xml:737(para) ./doc/hot-reference/generated/openstack.xml:745(para) ./doc/hot-reference/generated/openstack.xml:753(para) ./doc/hot-reference/generated/openstack.xml:769(para) ./doc/hot-reference/generated/openstack.xml:873(para) ./doc/hot-reference/generated/openstack.xml:882(para) ./doc/hot-reference/generated/openstack.xml:890(para) ./doc/hot-reference/generated/openstack.xml:899(para) ./doc/hot-reference/generated/openstack.xml:915(para) ./doc/hot-reference/generated/openstack.xml:923(para) ./doc/hot-reference/generated/openstack.xml:931(para) ./doc/hot-reference/generated/openstack.xml:947(para) ./doc/hot-reference/generated/openstack.xml:1072(para) ./doc/hot-reference/generated/openstack.xml:1080(para) ./doc/hot-reference/generated/openstack.xml:1088(para) ./doc/hot-reference/generated/openstack.xml:1096(para) ./doc/hot-reference/generated/openstack.xml:1105(para) ./doc/hot-reference/generated/openstack.xml:1113(para) ./doc/hot-reference/generated/openstack.xml:1124(para) ./doc/hot-reference/generated/openstack.xml:1132(para) ./doc/hot-reference/generated/openstack.xml:1141(para) ./doc/hot-reference/generated/openstack.xml:1150(para) ./doc/hot-reference/generated/openstack.xml:1159(para) ./doc/hot-reference/generated/openstack.xml:1171(para) ./doc/hot-reference/generated/openstack.xml:1352(para) ./doc/hot-reference/generated/openstack.xml:1425(para) ./doc/hot-reference/generated/openstack.xml:1510(para) ./doc/hot-reference/generated/openstack.xml:1534(para) ./doc/hot-reference/generated/openstack.xml:1543(para) ./doc/hot-reference/generated/openstack.xml:1552(para) ./doc/hot-reference/generated/openstack.xml:1560(para) ./doc/hot-reference/generated/openstack.xml:1694(para) ./doc/hot-reference/generated/openstack.xml:1702(para) ./doc/hot-reference/generated/openstack.xml:1736(para) ./doc/hot-reference/generated/openstack.xml:1863(para) ./doc/hot-reference/generated/openstack.xml:1871(para) ./doc/hot-reference/generated/openstack.xml:1888(para) ./doc/hot-reference/generated/openstack.xml:1904(para) ./doc/hot-reference/generated/openstack.xml:1928(para) ./doc/hot-reference/generated/openstack.xml:1961(para) ./doc/hot-reference/generated/openstack.xml:2061(para) ./doc/hot-reference/generated/openstack.xml:2211(para) ./doc/hot-reference/generated/openstack.xml:2227(para) ./doc/hot-reference/generated/openstack.xml:2236(para) ./doc/hot-reference/generated/openstack.xml:2357(para) ./doc/hot-reference/generated/openstack.xml:2375(para) ./doc/hot-reference/generated/openstack.xml:2383(para) ./doc/hot-reference/generated/openstack.xml:2466(para) ./doc/hot-reference/generated/openstack.xml:2475(para) ./doc/hot-reference/generated/openstack.xml:2509(para) ./doc/hot-reference/generated/openstack.xml:2518(para) ./doc/hot-reference/generated/openstack.xml:2560(para) ./doc/hot-reference/generated/openstack.xml:2571(para) ./doc/hot-reference/generated/openstack.xml:2710(para) ./doc/hot-reference/generated/openstack.xml:2744(para) ./doc/hot-reference/generated/openstack.xml:2856(para) ./doc/hot-reference/generated/openstack.xml:2958(para) ./doc/hot-reference/generated/openstack.xml:2978(para) ./doc/hot-reference/generated/openstack.xml:2989(para) ./doc/hot-reference/generated/openstack.xml:3011(para) ./doc/hot-reference/generated/openstack.xml:3020(para) ./doc/hot-reference/generated/openstack.xml:3030(para) ./doc/hot-reference/generated/openstack.xml:3038(para) ./doc/hot-reference/generated/openstack.xml:3069(para) ./doc/hot-reference/generated/openstack.xml:3077(para) ./doc/hot-reference/generated/openstack.xml:3086(para) ./doc/hot-reference/generated/openstack.xml:3096(para) ./doc/hot-reference/generated/openstack.xml:3216(para) ./doc/hot-reference/generated/openstack.xml:3232(para) ./doc/hot-reference/generated/openstack.xml:3241(para) ./doc/hot-reference/generated/openstack.xml:3251(para) ./doc/hot-reference/generated/openstack.xml:3259(para) ./doc/hot-reference/generated/openstack.xml:3290(para) ./doc/hot-reference/generated/openstack.xml:3298(para) ./doc/hot-reference/generated/openstack.xml:3307(para) ./doc/hot-reference/generated/openstack.xml:3317(para) ./doc/hot-reference/generated/openstack.xml:3457(para) ./doc/hot-reference/generated/openstack.xml:3465(para) ./doc/hot-reference/generated/openstack.xml:3473(para) ./doc/hot-reference/generated/openstack.xml:3481(para) ./doc/hot-reference/generated/openstack.xml:3593(para) ./doc/hot-reference/generated/openstack.xml:3601(para) ./doc/hot-reference/generated/openstack.xml:3609(para) ./doc/hot-reference/generated/openstack.xml:3617(para) ./doc/hot-reference/generated/openstack.xml:3720(para) ./doc/hot-reference/generated/openstack.xml:3757(para) ./doc/hot-reference/generated/openstack.xml:3843(para) ./doc/hot-reference/generated/openstack.xml:3859(para) ./doc/hot-reference/generated/openstack.xml:3868(para) ./doc/hot-reference/generated/openstack.xml:3878(para) ./doc/hot-reference/generated/openstack.xml:3886(para) ./doc/hot-reference/generated/openstack.xml:3917(para) ./doc/hot-reference/generated/openstack.xml:3925(para) ./doc/hot-reference/generated/openstack.xml:3934(para) ./doc/hot-reference/generated/openstack.xml:3944(para) ./doc/hot-reference/generated/openstack.xml:4072(para) ./doc/hot-reference/generated/openstack.xml:4088(para) ./doc/hot-reference/generated/openstack.xml:4105(para) ./doc/hot-reference/generated/openstack.xml:4113(para) ./doc/hot-reference/generated/openstack.xml:4231(para) ./doc/hot-reference/generated/openstack.xml:4247(para) ./doc/hot-reference/generated/openstack.xml:4264(para) ./doc/hot-reference/generated/openstack.xml:4272(para) ./doc/hot-reference/generated/openstack.xml:4752(para) ./doc/hot-reference/generated/openstack.xml:4891(para) ./doc/hot-reference/generated/openstack.xml:4907(para) ./doc/hot-reference/generated/openstack.xml:5046(para) ./doc/hot-reference/generated/openstack.xml:5062(para) ./doc/hot-reference/generated/openstack.xml:5187(para) ./doc/hot-reference/generated/openstack.xml:5195(para) ./doc/hot-reference/generated/openstack.xml:5203(para) ./doc/hot-reference/generated/openstack.xml:5228(para) ./doc/hot-reference/generated/openstack.xml:5253(para) ./doc/hot-reference/generated/openstack.xml:5261(para) ./doc/hot-reference/generated/openstack.xml:5434(para) ./doc/hot-reference/generated/openstack.xml:5445(para) ./doc/hot-reference/generated/openstack.xml:5454(para) ./doc/hot-reference/generated/openstack.xml:5473(para) ./doc/hot-reference/generated/openstack.xml:5584(para) ./doc/hot-reference/generated/openstack.xml:5678(para) ./doc/hot-reference/generated/openstack.xml:5686(para) ./doc/hot-reference/generated/openstack.xml:5719(para) ./doc/hot-reference/generated/openstack.xml:5869(para) ./doc/hot-reference/generated/openstack.xml:5895(para) ./doc/hot-reference/generated/openstack.xml:5925(para) ./doc/hot-reference/generated/openstack.xml:6087(para) ./doc/hot-reference/generated/openstack.xml:6113(para) ./doc/hot-reference/generated/openstack.xml:6143(para) ./doc/hot-reference/generated/openstack.xml:6304(para) ./doc/hot-reference/generated/openstack.xml:6312(para) ./doc/hot-reference/generated/openstack.xml:6383(para) ./doc/hot-reference/generated/openstack.xml:6621(para) ./doc/hot-reference/generated/openstack.xml:6699(para) ./doc/hot-reference/generated/openstack.xml:6707(para) ./doc/hot-reference/generated/openstack.xml:6928(para) ./doc/hot-reference/generated/openstack.xml:6936(para) ./doc/hot-reference/generated/openstack.xml:6952(para) ./doc/hot-reference/generated/openstack.xml:7081(para) ./doc/hot-reference/generated/openstack.xml:7094(para) ./doc/hot-reference/generated/openstack.xml:7103(para) ./doc/hot-reference/generated/openstack.xml:7123(para) ./doc/hot-reference/generated/openstack.xml:7148(para) ./doc/hot-reference/generated/openstack.xml:7180(para) ./doc/hot-reference/generated/openstack.xml:7266(para) ./doc/hot-reference/generated/openstack.xml:7291(para) ./doc/hot-reference/generated/openstack.xml:7311(para) ./doc/hot-reference/generated/openstack.xml:7329(para) ./doc/hot-reference/generated/openstack.xml:7345(para) ./doc/hot-reference/generated/openstack.xml:7353(para) ./doc/hot-reference/generated/openstack.xml:7361(para) ./doc/hot-reference/generated/openstack.xml:7377(para) ./doc/hot-reference/generated/openstack.xml:7387(para) ./doc/hot-reference/generated/openstack.xml:7407(para) ./doc/hot-reference/generated/openstack.xml:7420(para) ./doc/hot-reference/generated/openstack.xml:7583(para) ./doc/hot-reference/generated/openstack.xml:7705(para) ./doc/hot-reference/generated/openstack.xml:7714(para) ./doc/hot-reference/generated/openstack.xml:7732(para) ./doc/hot-reference/generated/openstack.xml:7746(para) ./doc/hot-reference/generated/openstack.xml:7755(para) ./doc/hot-reference/generated/openstack.xml:7763(para) ./doc/hot-reference/generated/openstack.xml:7780(para) ./doc/hot-reference/generated/openstack.xml:7790(para) ./doc/hot-reference/generated/openstack.xml:7801(para) ./doc/hot-reference/generated/openstack.xml:7811(para) ./doc/hot-reference/generated/openstack.xml:7825(para) ./doc/hot-reference/generated/openstack.xml:7833(para) ./doc/hot-reference/generated/openstack.xml:7844(para) ./doc/hot-reference/generated/openstack.xml:7862(para) ./doc/hot-reference/generated/openstack.xml:7880(para) ./doc/hot-reference/generated/openstack.xml:8060(para) ./doc/hot-reference/generated/openstack.xml:8085(para) ./doc/hot-reference/generated/openstack.xml:8196(para) ./doc/hot-reference/generated/openstack.xml:8204(para) ./doc/hot-reference/generated/openstack.xml:8214(para) ./doc/hot-reference/generated/openstack.xml:8236(para) ./doc/hot-reference/generated/openstack.xml:8247(para) ./doc/hot-reference/generated/openstack.xml:8256(para) ./doc/hot-reference/generated/openstack.xml:8267(para) ./doc/hot-reference/generated/openstack.xml:8286(para) ./doc/hot-reference/generated/openstack.xml:8402(para) ./doc/hot-reference/generated/openstack.xml:8421(para) ./doc/hot-reference/generated/openstack.xml:8482(para) ./doc/hot-reference/generated/openstack.xml:8491(para) ./doc/hot-reference/generated/openstack.xml:8499(para) ./doc/hot-reference/generated/openstack.xml:8510(para) ./doc/hot-reference/generated/openstack.xml:8522(para) ./doc/hot-reference/generated/openstack.xml:8532(para) ./doc/hot-reference/generated/openstack.xml:8593(para) ./doc/hot-reference/generated/openstack.xml:8601(para) ./doc/hot-reference/generated/openstack.xml:8618(para) ./doc/hot-reference/generated/openstack.xml:8646(para) ./doc/hot-reference/generated/openstack.xml:8654(para) ./doc/hot-reference/generated/openstack.xml:8662(para) ./doc/hot-reference/generated/openstack.xml:8670(para) ./doc/hot-reference/generated/openstack.xml:8678(para) ./doc/hot-reference/generated/openstack.xml:8753(para) ./doc/hot-reference/generated/openstack.xml:8762(para) ./doc/hot-reference/generated/openstack.xml:8816(para) ./doc/hot-reference/generated/openstack.xml:8823(para) ./doc/hot-reference/generated/openstack.xml:8832(para) ./doc/hot-reference/generated/openstack.xml:8874(para) ./doc/hot-reference/generated/openstack.xml:8886(para) ./doc/hot-reference/generated/openstack.xml:8895(para) ./doc/hot-reference/generated/openstack.xml:8903(para) ./doc/hot-reference/generated/openstack.xml:8912(para) ./doc/hot-reference/generated/openstack.xml:8930(para) ./doc/hot-reference/generated/openstack.xml:9101(para) ./doc/hot-reference/generated/openstack.xml:9109(para) ./doc/hot-reference/generated/openstack.xml:9117(para) ./doc/hot-reference/generated/openstack.xml:9128(para) ./doc/hot-reference/generated/openstack.xml:9139(para) ./doc/hot-reference/generated/openstack.xml:9149(para) ./doc/hot-reference/generated/openstack.xml:9292(para) ./doc/hot-reference/generated/openstack.xml:9397(para) ./doc/hot-reference/generated/openstack.xml:9553(para) ./doc/hot-reference/generated/openstack.xml:9639(para) ./doc/hot-reference/generated/openstack.xml:9647(para) ./doc/hot-reference/generated/openstack.xml:9655(para) ./doc/hot-reference/generated/openstack.xml:9664(para) ./doc/hot-reference/generated/openstack.xml:9674(para) ./doc/hot-reference/generated/openstack.xml:9690(para) ./doc/hot-reference/generated/openstack.xml:9699(para) ./doc/hot-reference/generated/openstack.xml:9708(para) ./doc/hot-reference/generated/openstack.xml:9722(para) ./doc/hot-reference/generated/openstack.xml:9730(para) ./doc/hot-reference/generated/openstack.xml:9757(para) ./doc/hot-reference/generated/openstack.xml:9775(para) ./doc/hot-reference/generated/openstack.xml:9784(para) ./doc/hot-reference/generated/openstack.xml:9792(para) ./doc/hot-reference/generated/openstack.xml:9800(para) ./doc/hot-reference/generated/openstack.xml:9809(para) ./doc/hot-reference/generated/openstack.xml:9819(para) ./doc/hot-reference/generated/openstack.xml:9827(para) ./doc/hot-reference/generated/openstack.xml:9836(para) ./doc/hot-reference/generated/openstack.xml:9848(para) ./doc/hot-reference/generated/openstack.xml:9871(para) ./doc/hot-reference/generated/openstack.xml:9879(para) ./doc/hot-reference/generated/openstack.xml:9924(para) ./doc/hot-reference/generated/openstack.xml:10099(para) ./doc/hot-reference/generated/openstack.xml:10117(para) ./doc/hot-reference/generated/openstack.xml:10185(para) ./doc/hot-reference/generated/openstack.xml:10202(para) ./doc/hot-reference/generated/openstack.xml:10211(para) ./doc/hot-reference/generated/openstack.xml:10219(para) ./doc/hot-reference/generated/openstack.xml:10239(para) ./doc/hot-reference/generated/openstack.xml:10330(para) ./doc/hot-reference/generated/openstack.xml:10339(para) ./doc/hot-reference/generated/openstack.xml:10350(para) ./doc/hot-reference/generated/openstack.xml:10358(para) ./doc/hot-reference/generated/openstack.xml:10383(para) ./doc/hot-reference/generated/openstack.xml:10393(para) ./doc/hot-reference/generated/openstack.xml:10402(para) ./doc/hot-reference/generated/openstack.xml:10411(para) ./doc/hot-reference/generated/openstack.xml:10531(para) ./doc/hot-reference/generated/openstack.xml:10539(para) ./doc/hot-reference/generated/openstack.xml:10564(para) ./doc/hot-reference/generated/openstack.xml:10580(para) ./doc/hot-reference/generated/openstack.xml:10589(para) ./doc/hot-reference/generated/openstack.xml:10599(para) ./doc/hot-reference/generated/openstack.xml:10617(para) ./doc/hot-reference/generated/openstack.xml:10636(para) ./doc/hot-reference/generated/openstack.xml:10645(para) ./doc/hot-reference/generated/openstack.xml:10656(para) ./doc/hot-reference/generated/openstack.xml:10665(para) ./doc/hot-reference/generated/openstack.xml:10673(para) ./doc/hot-reference/generated/openstack.xml:10682(para) ./doc/hot-reference/generated/openstack.xml:10809(para) ./doc/hot-reference/generated/openstack.xml:10817(para) ./doc/hot-reference/generated/openstack.xml:10825(para) ./doc/hot-reference/generated/openstack.xml:10937(para) ./doc/hot-reference/generated/openstack.xml:10954(para) ./doc/hot-reference/generated/openstack.xml:10996(para) ./doc/hot-reference/generated/openstack.xml:11005(para) ./doc/hot-reference/generated/openstack.xml:11022(para) ./doc/hot-reference/generated/openstack.xml:11040(para) ./doc/hot-reference/generated/openstack.xml:11050(para) ./doc/hot-reference/generated/openstack.xml:11058(para) ./doc/hot-reference/generated/openstack.xml:11067(para) ./doc/hot-reference/generated/openstack.xml:11082(para) ./doc/hot-reference/generated/openstack.xml:11108(para) ./doc/hot-reference/generated/openstack.xml:11128(para) ./doc/hot-reference/generated/cfn.xml:36(para) ./doc/hot-reference/generated/cfn.xml:44(para) ./doc/hot-reference/generated/cfn.xml:68(para) ./doc/hot-reference/generated/cfn.xml:77(para) ./doc/hot-reference/generated/cfn.xml:85(para) ./doc/hot-reference/generated/cfn.xml:109(para) ./doc/hot-reference/generated/cfn.xml:118(para) ./doc/hot-reference/generated/cfn.xml:148(para) ./doc/hot-reference/generated/cfn.xml:158(para) ./doc/hot-reference/generated/cfn.xml:253(para) ./doc/hot-reference/generated/cfn.xml:262(para) ./doc/hot-reference/generated/cfn.xml:280(para) ./doc/hot-reference/generated/cfn.xml:306(para) ./doc/hot-reference/generated/cfn.xml:315(para) ./doc/hot-reference/generated/cfn.xml:356(para) ./doc/hot-reference/generated/cfn.xml:365(para) ./doc/hot-reference/generated/cfn.xml:374(para) ./doc/hot-reference/generated/cfn.xml:391(para) ./doc/hot-reference/generated/cfn.xml:400(para) ./doc/hot-reference/generated/cfn.xml:409(para) ./doc/hot-reference/generated/cfn.xml:447(para) ./doc/hot-reference/generated/cfn.xml:455(para) ./doc/hot-reference/generated/cfn.xml:547(para) ./doc/hot-reference/generated/cfn.xml:630(para) ./doc/hot-reference/generated/cfn.xml:646(para) ./doc/hot-reference/generated/cfn.xml:835(para) ./doc/hot-reference/generated/cfn.xml:842(para) ./doc/hot-reference/generated/cfn.xml:857(para) ./doc/hot-reference/generated/cfn.xml:871(para) ./doc/hot-reference/generated/cfn.xml:885(para) ./doc/hot-reference/generated/cfn.xml:892(para) ./doc/hot-reference/generated/cfn.xml:921(para) ./doc/hot-reference/generated/cfn.xml:1012(para) ./doc/hot-reference/generated/cfn.xml:1021(para) ./doc/hot-reference/generated/cfn.xml:1090(para) ./doc/hot-reference/generated/cfn.xml:1098(para) ./doc/hot-reference/generated/cfn.xml:1106(para) ./doc/hot-reference/generated/cfn.xml:1115(para) ./doc/hot-reference/generated/cfn.xml:1178(para) ./doc/hot-reference/generated/cfn.xml:1186(para) ./doc/hot-reference/generated/cfn.xml:1195(para) ./doc/hot-reference/generated/cfn.xml:1213(para) ./doc/hot-reference/generated/cfn.xml:1239(para) ./doc/hot-reference/generated/cfn.xml:1248(para) ./doc/hot-reference/generated/cfn.xml:1323(para) ./doc/hot-reference/generated/cfn.xml:1340(para) ./doc/hot-reference/generated/cfn.xml:1348(para) ./doc/hot-reference/generated/cfn.xml:1357(para) ./doc/hot-reference/generated/cfn.xml:1411(para) ./doc/hot-reference/generated/cfn.xml:1419(para) ./doc/hot-reference/generated/cfn.xml:1435(para) ./doc/hot-reference/generated/cfn.xml:1443(para) ./doc/hot-reference/generated/cfn.xml:1452(para) ./doc/hot-reference/generated/cfn.xml:1490(para) ./doc/hot-reference/generated/cfn.xml:1507(para) ./doc/hot-reference/generated/cfn.xml:1656(para) ./doc/hot-reference/generated/cfn.xml:1723(para) ./doc/hot-reference/generated/cfn.xml:1731(para) ./doc/hot-reference/generated/cfn.xml:1738(para) ./doc/hot-reference/generated/cfn.xml:1761(para) ./doc/hot-reference/generated/cfn.xml:1851(para) ./doc/hot-reference/generated/cfn.xml:1936(para) ./doc/hot-reference/generated/cfn.xml:1946(para) ./doc/hot-reference/generated/cfn.xml:1955(para) ./doc/hot-reference/generated/cfn.xml:1962(para) ./doc/hot-reference/generated/cfn.xml:1969(para) ./doc/hot-reference/generated/cfn.xml:1976(para) ./doc/hot-reference/generated/cfn.xml:1983(para) ./doc/hot-reference/generated/cfn.xml:1998(para) ./doc/hot-reference/generated/cfn.xml:2011(para) ./doc/hot-reference/generated/cfn.xml:2021(para) ./doc/hot-reference/generated/cfn.xml:2030(para) ./doc/hot-reference/generated/cfn.xml:2037(para) ./doc/hot-reference/generated/cfn.xml:2044(para) ./doc/hot-reference/generated/cfn.xml:2051(para) ./doc/hot-reference/generated/cfn.xml:2058(para) ./doc/hot-reference/generated/cfn.xml:2073(para) ./doc/hot-reference/generated/cfn.xml:2087(para) ./doc/hot-reference/generated/cfn.xml:2150(para) ./doc/hot-reference/generated/cfn.xml:2165(para) ./doc/hot-reference/generated/cfn.xml:2325(para) ./doc/hot-reference/generated/cfn.xml:2340(para) ./doc/hot-reference/generated/cfn.xml:2410(para) ./doc/hot-reference/generated/cfn.xml:2491(para) ./doc/hot-reference/generated/cfn.xml:2500(para) ./doc/hot-reference/generated/cfn.xml:2508(para) ./doc/hot-reference/generated/cfn.xml:2517(para) ./doc/hot-reference/generated/cfn.xml:2710(para) ./doc/hot-reference/generated/cfn.xml:2763(para) ./doc/hot-reference/generated/cfn.xml:2788(para) ./doc/hot-reference/generated/cfn.xml:3038(para) ./doc/hot-reference/generated/cfn.xml:3046(para) ./doc/hot-reference/generated/cfn.xml:3055(para) ./doc/hot-reference/generated/cfn.xml:3066(para) ./doc/hot-reference/generated/cfn.xml:3074(para) ./doc/hot-reference/generated/cfn.xml:3157(para) ./doc/hot-reference/generated/cfn.xml:3172(para) ./doc/hot-reference/generated/cfn.xml:3193(para) ./doc/hot-reference/generated/cfn.xml:3288(para) ./doc/hot-reference/generated/cfn.xml:3297(para) ./doc/hot-reference/generated/cfn.xml:3306(para) ./doc/hot-reference/generated/cfn.xml:3338(para) ./doc/hot-reference/generated/cfn.xml:3348(para) ./doc/hot-reference/generated/cfn.xml:3356(para) +#: ./doc/hot-reference/generated/openstack.xml:36(para) ./doc/hot-reference/generated/openstack.xml:45(para) ./doc/hot-reference/generated/openstack.xml:63(para) ./doc/hot-reference/generated/openstack.xml:164(para) ./doc/hot-reference/generated/openstack.xml:172(para) ./doc/hot-reference/generated/openstack.xml:181(para) ./doc/hot-reference/generated/openstack.xml:190(para) ./doc/hot-reference/generated/openstack.xml:198(para) ./doc/hot-reference/generated/openstack.xml:206(para) ./doc/hot-reference/generated/openstack.xml:214(para) ./doc/hot-reference/generated/openstack.xml:223(para) ./doc/hot-reference/generated/openstack.xml:316(para) ./doc/hot-reference/generated/openstack.xml:324(para) ./doc/hot-reference/generated/openstack.xml:333(para) ./doc/hot-reference/generated/openstack.xml:349(para) ./doc/hot-reference/generated/openstack.xml:357(para) ./doc/hot-reference/generated/openstack.xml:381(para) ./doc/hot-reference/generated/openstack.xml:389(para) ./doc/hot-reference/generated/openstack.xml:400(para) ./doc/hot-reference/generated/openstack.xml:409(para) ./doc/hot-reference/generated/openstack.xml:419(para) ./doc/hot-reference/generated/openstack.xml:427(para) ./doc/hot-reference/generated/openstack.xml:436(para) ./doc/hot-reference/generated/openstack.xml:458(para) ./doc/hot-reference/generated/openstack.xml:563(para) ./doc/hot-reference/generated/openstack.xml:580(para) ./doc/hot-reference/generated/openstack.xml:596(para) ./doc/hot-reference/generated/openstack.xml:604(para) ./doc/hot-reference/generated/openstack.xml:612(para) ./doc/hot-reference/generated/openstack.xml:699(para) ./doc/hot-reference/generated/openstack.xml:708(para) ./doc/hot-reference/generated/openstack.xml:716(para) ./doc/hot-reference/generated/openstack.xml:725(para) ./doc/hot-reference/generated/openstack.xml:741(para) ./doc/hot-reference/generated/openstack.xml:749(para) ./doc/hot-reference/generated/openstack.xml:757(para) ./doc/hot-reference/generated/openstack.xml:773(para) ./doc/hot-reference/generated/openstack.xml:879(para) ./doc/hot-reference/generated/openstack.xml:888(para) ./doc/hot-reference/generated/openstack.xml:896(para) ./doc/hot-reference/generated/openstack.xml:905(para) ./doc/hot-reference/generated/openstack.xml:921(para) ./doc/hot-reference/generated/openstack.xml:929(para) ./doc/hot-reference/generated/openstack.xml:937(para) ./doc/hot-reference/generated/openstack.xml:953(para) ./doc/hot-reference/generated/openstack.xml:1081(para) ./doc/hot-reference/generated/openstack.xml:1090(para) ./doc/hot-reference/generated/openstack.xml:1098(para) ./doc/hot-reference/generated/openstack.xml:1107(para) ./doc/hot-reference/generated/openstack.xml:1123(para) ./doc/hot-reference/generated/openstack.xml:1131(para) ./doc/hot-reference/generated/openstack.xml:1139(para) ./doc/hot-reference/generated/openstack.xml:1155(para) ./doc/hot-reference/generated/openstack.xml:1280(para) ./doc/hot-reference/generated/openstack.xml:1288(para) ./doc/hot-reference/generated/openstack.xml:1296(para) ./doc/hot-reference/generated/openstack.xml:1304(para) ./doc/hot-reference/generated/openstack.xml:1313(para) ./doc/hot-reference/generated/openstack.xml:1321(para) ./doc/hot-reference/generated/openstack.xml:1332(para) ./doc/hot-reference/generated/openstack.xml:1340(para) ./doc/hot-reference/generated/openstack.xml:1349(para) ./doc/hot-reference/generated/openstack.xml:1358(para) ./doc/hot-reference/generated/openstack.xml:1367(para) ./doc/hot-reference/generated/openstack.xml:1379(para) ./doc/hot-reference/generated/openstack.xml:1560(para) ./doc/hot-reference/generated/openstack.xml:1635(para) ./doc/hot-reference/generated/openstack.xml:1722(para) ./doc/hot-reference/generated/openstack.xml:1746(para) ./doc/hot-reference/generated/openstack.xml:1755(para) ./doc/hot-reference/generated/openstack.xml:1764(para) ./doc/hot-reference/generated/openstack.xml:1772(para) ./doc/hot-reference/generated/openstack.xml:1908(para) ./doc/hot-reference/generated/openstack.xml:1916(para) ./doc/hot-reference/generated/openstack.xml:2077(para) ./doc/hot-reference/generated/openstack.xml:2085(para) ./doc/hot-reference/generated/openstack.xml:2102(para) ./doc/hot-reference/generated/openstack.xml:2118(para) ./doc/hot-reference/generated/openstack.xml:2142(para) ./doc/hot-reference/generated/openstack.xml:2175(para) ./doc/hot-reference/generated/openstack.xml:2277(para) ./doc/hot-reference/generated/openstack.xml:2427(para) ./doc/hot-reference/generated/openstack.xml:2443(para) ./doc/hot-reference/generated/openstack.xml:2452(para) ./doc/hot-reference/generated/openstack.xml:2575(para) ./doc/hot-reference/generated/openstack.xml:2593(para) ./doc/hot-reference/generated/openstack.xml:2601(para) ./doc/hot-reference/generated/openstack.xml:2686(para) ./doc/hot-reference/generated/openstack.xml:2695(para) ./doc/hot-reference/generated/openstack.xml:2729(para) ./doc/hot-reference/generated/openstack.xml:2738(para) ./doc/hot-reference/generated/openstack.xml:2780(para) ./doc/hot-reference/generated/openstack.xml:2791(para) ./doc/hot-reference/generated/openstack.xml:2932(para) ./doc/hot-reference/generated/openstack.xml:2966(para) ./doc/hot-reference/generated/openstack.xml:3081(para) ./doc/hot-reference/generated/openstack.xml:3185(para) ./doc/hot-reference/generated/openstack.xml:3205(para) ./doc/hot-reference/generated/openstack.xml:3216(para) ./doc/hot-reference/generated/openstack.xml:3238(para) ./doc/hot-reference/generated/openstack.xml:3247(para) ./doc/hot-reference/generated/openstack.xml:3257(para) ./doc/hot-reference/generated/openstack.xml:3265(para) ./doc/hot-reference/generated/openstack.xml:3296(para) ./doc/hot-reference/generated/openstack.xml:3304(para) ./doc/hot-reference/generated/openstack.xml:3313(para) ./doc/hot-reference/generated/openstack.xml:3323(para) ./doc/hot-reference/generated/openstack.xml:3445(para) ./doc/hot-reference/generated/openstack.xml:3461(para) ./doc/hot-reference/generated/openstack.xml:3470(para) ./doc/hot-reference/generated/openstack.xml:3480(para) ./doc/hot-reference/generated/openstack.xml:3488(para) ./doc/hot-reference/generated/openstack.xml:3519(para) ./doc/hot-reference/generated/openstack.xml:3527(para) ./doc/hot-reference/generated/openstack.xml:3536(para) ./doc/hot-reference/generated/openstack.xml:3546(para) ./doc/hot-reference/generated/openstack.xml:3688(para) ./doc/hot-reference/generated/openstack.xml:3696(para) ./doc/hot-reference/generated/openstack.xml:3704(para) ./doc/hot-reference/generated/openstack.xml:3712(para) ./doc/hot-reference/generated/openstack.xml:3826(para) ./doc/hot-reference/generated/openstack.xml:3834(para) ./doc/hot-reference/generated/openstack.xml:3842(para) ./doc/hot-reference/generated/openstack.xml:3850(para) ./doc/hot-reference/generated/openstack.xml:3953(para) ./doc/hot-reference/generated/openstack.xml:3990(para) ./doc/hot-reference/generated/openstack.xml:4078(para) ./doc/hot-reference/generated/openstack.xml:4094(para) ./doc/hot-reference/generated/openstack.xml:4103(para) ./doc/hot-reference/generated/openstack.xml:4113(para) ./doc/hot-reference/generated/openstack.xml:4121(para) ./doc/hot-reference/generated/openstack.xml:4152(para) ./doc/hot-reference/generated/openstack.xml:4160(para) ./doc/hot-reference/generated/openstack.xml:4169(para) ./doc/hot-reference/generated/openstack.xml:4179(para) ./doc/hot-reference/generated/openstack.xml:4309(para) ./doc/hot-reference/generated/openstack.xml:4325(para) ./doc/hot-reference/generated/openstack.xml:4342(para) ./doc/hot-reference/generated/openstack.xml:4350(para) ./doc/hot-reference/generated/openstack.xml:4470(para) ./doc/hot-reference/generated/openstack.xml:4486(para) ./doc/hot-reference/generated/openstack.xml:4503(para) ./doc/hot-reference/generated/openstack.xml:4511(para) ./doc/hot-reference/generated/openstack.xml:5071(para) ./doc/hot-reference/generated/openstack.xml:5079(para) ./doc/hot-reference/generated/openstack.xml:5089(para) ./doc/hot-reference/generated/openstack.xml:5099(para) ./doc/hot-reference/generated/openstack.xml:5108(para) ./doc/hot-reference/generated/openstack.xml:5275(para) ./doc/hot-reference/generated/openstack.xml:5376(para) ./doc/hot-reference/generated/openstack.xml:5559(para) ./doc/hot-reference/generated/openstack.xml:5585(para) ./doc/hot-reference/generated/openstack.xml:5601(para) ./doc/hot-reference/generated/openstack.xml:5611(para) ./doc/hot-reference/generated/openstack.xml:5623(para) ./doc/hot-reference/generated/openstack.xml:5631(para) ./doc/hot-reference/generated/openstack.xml:5639(para) ./doc/hot-reference/generated/openstack.xml:5649(para) ./doc/hot-reference/generated/openstack.xml:5659(para) ./doc/hot-reference/generated/openstack.xml:5668(para) ./doc/hot-reference/generated/openstack.xml:5848(para) ./doc/hot-reference/generated/openstack.xml:5864(para) ./doc/hot-reference/generated/openstack.xml:6003(para) ./doc/hot-reference/generated/openstack.xml:6019(para) ./doc/hot-reference/generated/openstack.xml:6144(para) ./doc/hot-reference/generated/openstack.xml:6152(para) ./doc/hot-reference/generated/openstack.xml:6160(para) ./doc/hot-reference/generated/openstack.xml:6185(para) ./doc/hot-reference/generated/openstack.xml:6210(para) ./doc/hot-reference/generated/openstack.xml:6218(para) ./doc/hot-reference/generated/openstack.xml:6391(para) ./doc/hot-reference/generated/openstack.xml:6402(para) ./doc/hot-reference/generated/openstack.xml:6411(para) ./doc/hot-reference/generated/openstack.xml:6430(para) ./doc/hot-reference/generated/openstack.xml:6541(para) ./doc/hot-reference/generated/openstack.xml:6635(para) ./doc/hot-reference/generated/openstack.xml:6643(para) ./doc/hot-reference/generated/openstack.xml:6676(para) ./doc/hot-reference/generated/openstack.xml:6826(para) ./doc/hot-reference/generated/openstack.xml:6852(para) ./doc/hot-reference/generated/openstack.xml:6882(para) ./doc/hot-reference/generated/openstack.xml:7044(para) ./doc/hot-reference/generated/openstack.xml:7070(para) ./doc/hot-reference/generated/openstack.xml:7100(para) ./doc/hot-reference/generated/openstack.xml:7261(para) ./doc/hot-reference/generated/openstack.xml:7269(para) ./doc/hot-reference/generated/openstack.xml:7340(para) ./doc/hot-reference/generated/openstack.xml:7578(para) ./doc/hot-reference/generated/openstack.xml:7658(para) ./doc/hot-reference/generated/openstack.xml:7666(para) ./doc/hot-reference/generated/openstack.xml:7889(para) ./doc/hot-reference/generated/openstack.xml:7897(para) ./doc/hot-reference/generated/openstack.xml:7913(para) ./doc/hot-reference/generated/openstack.xml:8044(para) ./doc/hot-reference/generated/openstack.xml:8057(para) ./doc/hot-reference/generated/openstack.xml:8066(para) ./doc/hot-reference/generated/openstack.xml:8086(para) ./doc/hot-reference/generated/openstack.xml:8111(para) ./doc/hot-reference/generated/openstack.xml:8143(para) ./doc/hot-reference/generated/openstack.xml:8229(para) ./doc/hot-reference/generated/openstack.xml:8254(para) ./doc/hot-reference/generated/openstack.xml:8274(para) ./doc/hot-reference/generated/openstack.xml:8293(para) ./doc/hot-reference/generated/openstack.xml:8309(para) ./doc/hot-reference/generated/openstack.xml:8317(para) ./doc/hot-reference/generated/openstack.xml:8325(para) ./doc/hot-reference/generated/openstack.xml:8341(para) ./doc/hot-reference/generated/openstack.xml:8351(para) ./doc/hot-reference/generated/openstack.xml:8371(para) ./doc/hot-reference/generated/openstack.xml:8385(para) ./doc/hot-reference/generated/openstack.xml:8551(para) ./doc/hot-reference/generated/openstack.xml:8673(para) ./doc/hot-reference/generated/openstack.xml:8682(para) ./doc/hot-reference/generated/openstack.xml:8700(para) ./doc/hot-reference/generated/openstack.xml:8717(para) ./doc/hot-reference/generated/openstack.xml:8726(para) ./doc/hot-reference/generated/openstack.xml:8734(para) ./doc/hot-reference/generated/openstack.xml:8751(para) ./doc/hot-reference/generated/openstack.xml:8761(para) ./doc/hot-reference/generated/openstack.xml:8772(para) ./doc/hot-reference/generated/openstack.xml:8783(para) ./doc/hot-reference/generated/openstack.xml:8798(para) ./doc/hot-reference/generated/openstack.xml:8806(para) ./doc/hot-reference/generated/openstack.xml:8817(para) ./doc/hot-reference/generated/openstack.xml:8835(para) ./doc/hot-reference/generated/openstack.xml:8853(para) ./doc/hot-reference/generated/openstack.xml:9035(para) ./doc/hot-reference/generated/openstack.xml:9060(para) ./doc/hot-reference/generated/openstack.xml:9171(para) ./doc/hot-reference/generated/openstack.xml:9179(para) ./doc/hot-reference/generated/openstack.xml:9189(para) ./doc/hot-reference/generated/openstack.xml:9211(para) ./doc/hot-reference/generated/openstack.xml:9222(para) ./doc/hot-reference/generated/openstack.xml:9231(para) ./doc/hot-reference/generated/openstack.xml:9242(para) ./doc/hot-reference/generated/openstack.xml:9261(para) ./doc/hot-reference/generated/openstack.xml:9377(para) ./doc/hot-reference/generated/openstack.xml:9397(para) ./doc/hot-reference/generated/openstack.xml:9458(para) ./doc/hot-reference/generated/openstack.xml:9467(para) ./doc/hot-reference/generated/openstack.xml:9476(para) ./doc/hot-reference/generated/openstack.xml:9488(para) ./doc/hot-reference/generated/openstack.xml:9500(para) ./doc/hot-reference/generated/openstack.xml:9511(para) ./doc/hot-reference/generated/openstack.xml:9575(para) ./doc/hot-reference/generated/openstack.xml:9583(para) ./doc/hot-reference/generated/openstack.xml:9600(para) ./doc/hot-reference/generated/openstack.xml:9628(para) ./doc/hot-reference/generated/openstack.xml:9636(para) ./doc/hot-reference/generated/openstack.xml:9644(para) ./doc/hot-reference/generated/openstack.xml:9652(para) ./doc/hot-reference/generated/openstack.xml:9660(para) ./doc/hot-reference/generated/openstack.xml:9735(para) ./doc/hot-reference/generated/openstack.xml:9744(para) ./doc/hot-reference/generated/openstack.xml:9798(para) ./doc/hot-reference/generated/openstack.xml:9805(para) ./doc/hot-reference/generated/openstack.xml:9814(para) ./doc/hot-reference/generated/openstack.xml:9856(para) ./doc/hot-reference/generated/openstack.xml:9868(para) ./doc/hot-reference/generated/openstack.xml:9877(para) ./doc/hot-reference/generated/openstack.xml:9885(para) ./doc/hot-reference/generated/openstack.xml:9894(para) ./doc/hot-reference/generated/openstack.xml:9912(para) ./doc/hot-reference/generated/openstack.xml:10083(para) ./doc/hot-reference/generated/openstack.xml:10091(para) ./doc/hot-reference/generated/openstack.xml:10099(para) ./doc/hot-reference/generated/openstack.xml:10111(para) ./doc/hot-reference/generated/openstack.xml:10123(para) ./doc/hot-reference/generated/openstack.xml:10134(para) ./doc/hot-reference/generated/openstack.xml:10278(para) ./doc/hot-reference/generated/openstack.xml:10385(para) ./doc/hot-reference/generated/openstack.xml:10545(para) ./doc/hot-reference/generated/openstack.xml:10631(para) ./doc/hot-reference/generated/openstack.xml:10639(para) ./doc/hot-reference/generated/openstack.xml:10647(para) ./doc/hot-reference/generated/openstack.xml:10656(para) ./doc/hot-reference/generated/openstack.xml:10666(para) ./doc/hot-reference/generated/openstack.xml:10682(para) ./doc/hot-reference/generated/openstack.xml:10691(para) ./doc/hot-reference/generated/openstack.xml:10700(para) ./doc/hot-reference/generated/openstack.xml:10714(para) ./doc/hot-reference/generated/openstack.xml:10723(para) ./doc/hot-reference/generated/openstack.xml:10733(para) ./doc/hot-reference/generated/openstack.xml:10741(para) ./doc/hot-reference/generated/openstack.xml:10749(para) ./doc/hot-reference/generated/openstack.xml:10757(para) ./doc/hot-reference/generated/openstack.xml:10766(para) ./doc/hot-reference/generated/openstack.xml:10775(para) ./doc/hot-reference/generated/openstack.xml:10784(para) ./doc/hot-reference/generated/openstack.xml:10793(para) ./doc/hot-reference/generated/openstack.xml:10801(para) ./doc/hot-reference/generated/openstack.xml:10810(para) ./doc/hot-reference/generated/openstack.xml:10824(para) ./doc/hot-reference/generated/openstack.xml:10832(para) ./doc/hot-reference/generated/openstack.xml:10859(para) ./doc/hot-reference/generated/openstack.xml:10877(para) ./doc/hot-reference/generated/openstack.xml:10886(para) ./doc/hot-reference/generated/openstack.xml:10894(para) ./doc/hot-reference/generated/openstack.xml:10902(para) ./doc/hot-reference/generated/openstack.xml:10911(para) ./doc/hot-reference/generated/openstack.xml:10921(para) ./doc/hot-reference/generated/openstack.xml:10929(para) ./doc/hot-reference/generated/openstack.xml:10938(para) ./doc/hot-reference/generated/openstack.xml:10950(para) ./doc/hot-reference/generated/openstack.xml:10973(para) ./doc/hot-reference/generated/openstack.xml:10981(para) ./doc/hot-reference/generated/openstack.xml:11026(para) ./doc/hot-reference/generated/openstack.xml:11209(para) ./doc/hot-reference/generated/openstack.xml:11227(para) ./doc/hot-reference/generated/openstack.xml:11295(para) ./doc/hot-reference/generated/openstack.xml:11312(para) ./doc/hot-reference/generated/openstack.xml:11321(para) ./doc/hot-reference/generated/openstack.xml:11329(para) ./doc/hot-reference/generated/openstack.xml:11349(para) ./doc/hot-reference/generated/openstack.xml:11442(para) ./doc/hot-reference/generated/openstack.xml:11451(para) ./doc/hot-reference/generated/openstack.xml:11462(para) ./doc/hot-reference/generated/openstack.xml:11470(para) ./doc/hot-reference/generated/openstack.xml:11495(para) ./doc/hot-reference/generated/openstack.xml:11505(para) ./doc/hot-reference/generated/openstack.xml:11514(para) ./doc/hot-reference/generated/openstack.xml:11523(para) ./doc/hot-reference/generated/openstack.xml:11645(para) ./doc/hot-reference/generated/openstack.xml:11653(para) ./doc/hot-reference/generated/openstack.xml:11678(para) ./doc/hot-reference/generated/openstack.xml:11694(para) ./doc/hot-reference/generated/openstack.xml:11703(para) ./doc/hot-reference/generated/openstack.xml:11713(para) ./doc/hot-reference/generated/openstack.xml:11731(para) ./doc/hot-reference/generated/openstack.xml:11750(para) ./doc/hot-reference/generated/openstack.xml:11759(para) ./doc/hot-reference/generated/openstack.xml:11770(para) ./doc/hot-reference/generated/openstack.xml:11779(para) ./doc/hot-reference/generated/openstack.xml:11787(para) ./doc/hot-reference/generated/openstack.xml:11796(para) ./doc/hot-reference/generated/openstack.xml:11923(para) ./doc/hot-reference/generated/openstack.xml:11931(para) ./doc/hot-reference/generated/openstack.xml:11939(para) ./doc/hot-reference/generated/openstack.xml:12079(para) ./doc/hot-reference/generated/openstack.xml:12113(para) ./doc/hot-reference/generated/openstack.xml:12198(para) ./doc/hot-reference/generated/openstack.xml:12215(para) ./doc/hot-reference/generated/openstack.xml:12257(para) ./doc/hot-reference/generated/openstack.xml:12266(para) ./doc/hot-reference/generated/openstack.xml:12284(para) ./doc/hot-reference/generated/openstack.xml:12302(para) ./doc/hot-reference/generated/openstack.xml:12312(para) ./doc/hot-reference/generated/openstack.xml:12320(para) ./doc/hot-reference/generated/openstack.xml:12329(para) ./doc/hot-reference/generated/openstack.xml:12344(para) ./doc/hot-reference/generated/openstack.xml:12370(para) ./doc/hot-reference/generated/openstack.xml:12390(para) ./doc/hot-reference/generated/openstack.xml:12524(para) ./doc/hot-reference/generated/cfn.xml:38(para) ./doc/hot-reference/generated/cfn.xml:46(para) ./doc/hot-reference/generated/cfn.xml:70(para) ./doc/hot-reference/generated/cfn.xml:79(para) ./doc/hot-reference/generated/cfn.xml:87(para) ./doc/hot-reference/generated/cfn.xml:111(para) ./doc/hot-reference/generated/cfn.xml:120(para) ./doc/hot-reference/generated/cfn.xml:150(para) ./doc/hot-reference/generated/cfn.xml:160(para) ./doc/hot-reference/generated/cfn.xml:255(para) ./doc/hot-reference/generated/cfn.xml:264(para) ./doc/hot-reference/generated/cfn.xml:282(para) ./doc/hot-reference/generated/cfn.xml:308(para) ./doc/hot-reference/generated/cfn.xml:317(para) ./doc/hot-reference/generated/cfn.xml:358(para) ./doc/hot-reference/generated/cfn.xml:367(para) ./doc/hot-reference/generated/cfn.xml:376(para) ./doc/hot-reference/generated/cfn.xml:393(para) ./doc/hot-reference/generated/cfn.xml:402(para) ./doc/hot-reference/generated/cfn.xml:411(para) ./doc/hot-reference/generated/cfn.xml:449(para) ./doc/hot-reference/generated/cfn.xml:457(para) ./doc/hot-reference/generated/cfn.xml:549(para) ./doc/hot-reference/generated/cfn.xml:632(para) ./doc/hot-reference/generated/cfn.xml:648(para) ./doc/hot-reference/generated/cfn.xml:841(para) ./doc/hot-reference/generated/cfn.xml:848(para) ./doc/hot-reference/generated/cfn.xml:863(para) ./doc/hot-reference/generated/cfn.xml:877(para) ./doc/hot-reference/generated/cfn.xml:891(para) ./doc/hot-reference/generated/cfn.xml:898(para) ./doc/hot-reference/generated/cfn.xml:927(para) ./doc/hot-reference/generated/cfn.xml:1018(para) ./doc/hot-reference/generated/cfn.xml:1027(para) ./doc/hot-reference/generated/cfn.xml:1096(para) ./doc/hot-reference/generated/cfn.xml:1104(para) ./doc/hot-reference/generated/cfn.xml:1112(para) ./doc/hot-reference/generated/cfn.xml:1121(para) ./doc/hot-reference/generated/cfn.xml:1184(para) ./doc/hot-reference/generated/cfn.xml:1192(para) ./doc/hot-reference/generated/cfn.xml:1201(para) ./doc/hot-reference/generated/cfn.xml:1219(para) ./doc/hot-reference/generated/cfn.xml:1245(para) ./doc/hot-reference/generated/cfn.xml:1254(para) ./doc/hot-reference/generated/cfn.xml:1329(para) ./doc/hot-reference/generated/cfn.xml:1346(para) ./doc/hot-reference/generated/cfn.xml:1354(para) ./doc/hot-reference/generated/cfn.xml:1363(para) ./doc/hot-reference/generated/cfn.xml:1417(para) ./doc/hot-reference/generated/cfn.xml:1425(para) ./doc/hot-reference/generated/cfn.xml:1441(para) ./doc/hot-reference/generated/cfn.xml:1449(para) ./doc/hot-reference/generated/cfn.xml:1458(para) ./doc/hot-reference/generated/cfn.xml:1496(para) ./doc/hot-reference/generated/cfn.xml:1513(para) ./doc/hot-reference/generated/cfn.xml:1662(para) ./doc/hot-reference/generated/cfn.xml:1729(para) ./doc/hot-reference/generated/cfn.xml:1737(para) ./doc/hot-reference/generated/cfn.xml:1744(para) ./doc/hot-reference/generated/cfn.xml:1768(para) ./doc/hot-reference/generated/cfn.xml:1860(para) ./doc/hot-reference/generated/cfn.xml:1945(para) ./doc/hot-reference/generated/cfn.xml:1955(para) ./doc/hot-reference/generated/cfn.xml:1964(para) ./doc/hot-reference/generated/cfn.xml:1971(para) ./doc/hot-reference/generated/cfn.xml:1978(para) ./doc/hot-reference/generated/cfn.xml:1985(para) ./doc/hot-reference/generated/cfn.xml:1992(para) ./doc/hot-reference/generated/cfn.xml:2007(para) ./doc/hot-reference/generated/cfn.xml:2020(para) ./doc/hot-reference/generated/cfn.xml:2030(para) ./doc/hot-reference/generated/cfn.xml:2039(para) ./doc/hot-reference/generated/cfn.xml:2046(para) ./doc/hot-reference/generated/cfn.xml:2053(para) ./doc/hot-reference/generated/cfn.xml:2060(para) ./doc/hot-reference/generated/cfn.xml:2067(para) ./doc/hot-reference/generated/cfn.xml:2082(para) ./doc/hot-reference/generated/cfn.xml:2096(para) ./doc/hot-reference/generated/cfn.xml:2159(para) ./doc/hot-reference/generated/cfn.xml:2174(para) ./doc/hot-reference/generated/cfn.xml:2335(para) ./doc/hot-reference/generated/cfn.xml:2350(para) ./doc/hot-reference/generated/cfn.xml:2420(para) ./doc/hot-reference/generated/cfn.xml:2501(para) ./doc/hot-reference/generated/cfn.xml:2510(para) ./doc/hot-reference/generated/cfn.xml:2518(para) ./doc/hot-reference/generated/cfn.xml:2527(para) ./doc/hot-reference/generated/cfn.xml:2720(para) ./doc/hot-reference/generated/cfn.xml:2773(para) ./doc/hot-reference/generated/cfn.xml:2798(para) ./doc/hot-reference/generated/cfn.xml:3048(para) ./doc/hot-reference/generated/cfn.xml:3056(para) ./doc/hot-reference/generated/cfn.xml:3065(para) ./doc/hot-reference/generated/cfn.xml:3076(para) ./doc/hot-reference/generated/cfn.xml:3084(para) ./doc/hot-reference/generated/cfn.xml:3167(para) ./doc/hot-reference/generated/cfn.xml:3182(para) ./doc/hot-reference/generated/cfn.xml:3203(para) ./doc/hot-reference/generated/cfn.xml:3298(para) ./doc/hot-reference/generated/cfn.xml:3307(para) ./doc/hot-reference/generated/cfn.xml:3316(para) ./doc/hot-reference/generated/cfn.xml:3348(para) ./doc/hot-reference/generated/cfn.xml:3358(para) ./doc/hot-reference/generated/cfn.xml:3366(para) msgid "Optional property." msgstr "" @@ -150,7 +150,7 @@ msgstr "" msgid "Allowed values: cbc" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:59(term) ./doc/hot-reference/generated/openstack.xml:194(term) ./doc/hot-reference/generated/openstack.xml:1109(term) ./doc/hot-reference/generated/openstack.xml:1429(term) ./doc/hot-reference/generated/openstack.xml:1548(term) ./doc/hot-reference/generated/openstack.xml:3042(term) ./doc/hot-reference/generated/openstack.xml:3108(term) ./doc/hot-reference/generated/openstack.xml:3263(term) ./doc/hot-reference/generated/openstack.xml:3329(term) ./doc/hot-reference/generated/openstack.xml:3469(term) ./doc/hot-reference/generated/openstack.xml:3605(term) ./doc/hot-reference/generated/openstack.xml:3890(term) ./doc/hot-reference/generated/openstack.xml:3956(term) ./doc/hot-reference/generated/openstack.xml:4101(term) ./doc/hot-reference/generated/openstack.xml:4260(term) ./doc/hot-reference/generated/openstack.xml:4748(term) ./doc/hot-reference/generated/openstack.xml:4903(term) ./doc/hot-reference/generated/openstack.xml:4945(term) ./doc/hot-reference/generated/openstack.xml:5058(term) ./doc/hot-reference/generated/openstack.xml:5097(term) ./doc/hot-reference/generated/openstack.xml:5224(term) ./doc/hot-reference/generated/openstack.xml:5312(term) ./doc/hot-reference/generated/openstack.xml:5921(term) ./doc/hot-reference/generated/openstack.xml:5982(term) ./doc/hot-reference/generated/openstack.xml:6139(term) ./doc/hot-reference/generated/openstack.xml:6200(term) ./doc/hot-reference/generated/openstack.xml:6379(term) ./doc/hot-reference/generated/openstack.xml:6480(term) ./doc/hot-reference/generated/openstack.xml:6703(term) ./doc/hot-reference/generated/openstack.xml:6733(term) ./doc/hot-reference/generated/openstack.xml:6932(term) ./doc/hot-reference/generated/openstack.xml:6975(term) ./doc/hot-reference/generated/openstack.xml:7176(term) ./doc/hot-reference/generated/openstack.xml:7287(term) ./doc/hot-reference/generated/openstack.xml:7357(term) ./doc/hot-reference/generated/openstack.xml:7447(term) ./doc/hot-reference/generated/openstack.xml:7829(term) ./doc/hot-reference/generated/openstack.xml:7926(term) ./doc/hot-reference/generated/openstack.xml:8056(term) ./doc/hot-reference/generated/openstack.xml:8263(term) ./doc/hot-reference/generated/openstack.xml:8307(term) ./doc/hot-reference/generated/openstack.xml:8597(term) ./doc/hot-reference/generated/openstack.xml:8891(term) ./doc/hot-reference/generated/openstack.xml:8982(term) ./doc/hot-reference/generated/openstack.xml:9105(term) ./doc/hot-reference/generated/openstack.xml:9170(term) ./doc/hot-reference/generated/openstack.xml:9540(term) ./doc/hot-reference/generated/openstack.xml:9788(term) ./doc/hot-reference/generated/openstack.xml:9972(term) ./doc/hot-reference/generated/openstack.xml:10095(term) ./doc/hot-reference/generated/openstack.xml:10207(term) ./doc/hot-reference/generated/openstack.xml:10379(term) ./doc/hot-reference/generated/openstack.xml:10426(term) ./doc/hot-reference/generated/openstack.xml:10585(term) ./doc/hot-reference/generated/openstack.xml:10821(term) ./doc/hot-reference/generated/openstack.xml:10976(term) ./doc/hot-reference/generated/openstack.xml:11018(term) ./doc/hot-reference/generated/openstack.xml:11143(term) ./doc/hot-reference/generated/functions.xml:30(term) +#: ./doc/hot-reference/generated/openstack.xml:59(term) ./doc/hot-reference/generated/openstack.xml:194(term) ./doc/hot-reference/generated/openstack.xml:1317(term) ./doc/hot-reference/generated/openstack.xml:1639(term) ./doc/hot-reference/generated/openstack.xml:1760(term) ./doc/hot-reference/generated/openstack.xml:3269(term) ./doc/hot-reference/generated/openstack.xml:3335(term) ./doc/hot-reference/generated/openstack.xml:3492(term) ./doc/hot-reference/generated/openstack.xml:3558(term) ./doc/hot-reference/generated/openstack.xml:3700(term) ./doc/hot-reference/generated/openstack.xml:3838(term) ./doc/hot-reference/generated/openstack.xml:4125(term) ./doc/hot-reference/generated/openstack.xml:4191(term) ./doc/hot-reference/generated/openstack.xml:4338(term) ./doc/hot-reference/generated/openstack.xml:4499(term) ./doc/hot-reference/generated/openstack.xml:5067(term) ./doc/hot-reference/generated/openstack.xml:5271(term) ./doc/hot-reference/generated/openstack.xml:5372(term) ./doc/hot-reference/generated/openstack.xml:5619(term) ./doc/hot-reference/generated/openstack.xml:5860(term) ./doc/hot-reference/generated/openstack.xml:5902(term) ./doc/hot-reference/generated/openstack.xml:6015(term) ./doc/hot-reference/generated/openstack.xml:6054(term) ./doc/hot-reference/generated/openstack.xml:6181(term) ./doc/hot-reference/generated/openstack.xml:6269(term) ./doc/hot-reference/generated/openstack.xml:6878(term) ./doc/hot-reference/generated/openstack.xml:6939(term) ./doc/hot-reference/generated/openstack.xml:7096(term) ./doc/hot-reference/generated/openstack.xml:7157(term) ./doc/hot-reference/generated/openstack.xml:7336(term) ./doc/hot-reference/generated/openstack.xml:7437(term) ./doc/hot-reference/generated/openstack.xml:7662(term) ./doc/hot-reference/generated/openstack.xml:7692(term) ./doc/hot-reference/generated/openstack.xml:7893(term) ./doc/hot-reference/generated/openstack.xml:7936(term) ./doc/hot-reference/generated/openstack.xml:8139(term) ./doc/hot-reference/generated/openstack.xml:8250(term) ./doc/hot-reference/generated/openstack.xml:8321(term) ./doc/hot-reference/generated/openstack.xml:8413(term) ./doc/hot-reference/generated/openstack.xml:8802(term) ./doc/hot-reference/generated/openstack.xml:8899(term) ./doc/hot-reference/generated/openstack.xml:9031(term) ./doc/hot-reference/generated/openstack.xml:9238(term) ./doc/hot-reference/generated/openstack.xml:9282(term) ./doc/hot-reference/generated/openstack.xml:9579(term) ./doc/hot-reference/generated/openstack.xml:9873(term) ./doc/hot-reference/generated/openstack.xml:9964(term) ./doc/hot-reference/generated/openstack.xml:10087(term) ./doc/hot-reference/generated/openstack.xml:10156(term) ./doc/hot-reference/generated/openstack.xml:10532(term) ./doc/hot-reference/generated/openstack.xml:10890(term) ./doc/hot-reference/generated/openstack.xml:11077(term) ./doc/hot-reference/generated/openstack.xml:11205(term) ./doc/hot-reference/generated/openstack.xml:11317(term) ./doc/hot-reference/generated/openstack.xml:11491(term) ./doc/hot-reference/generated/openstack.xml:11538(term) ./doc/hot-reference/generated/openstack.xml:11699(term) ./doc/hot-reference/generated/openstack.xml:11935(term) ./doc/hot-reference/generated/openstack.xml:12109(term) ./doc/hot-reference/generated/openstack.xml:12237(term) ./doc/hot-reference/generated/openstack.xml:12280(term) ./doc/hot-reference/generated/openstack.xml:12405(term) ./doc/hot-reference/generated/openstack.xml:12528(term) ./doc/hot-reference/generated/functions.xml:30(term) msgid "name" msgstr "" @@ -174,7 +174,7 @@ msgstr "" msgid "Allowed values: application/octet-stream" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:78(title) ./doc/hot-reference/generated/openstack.xml:230(title) ./doc/hot-reference/generated/openstack.xml:1177(title) ./doc/hot-reference/generated/openstack.xml:1774(title) ./doc/hot-reference/generated/openstack.xml:2067(title) ./doc/hot-reference/generated/openstack.xml:2136(title) ./doc/hot-reference/generated/openstack.xml:2264(title) ./doc/hot-reference/generated/openstack.xml:2404(title) ./doc/hot-reference/generated/openstack.xml:2578(title) ./doc/hot-reference/generated/openstack.xml:2761(title) ./doc/hot-reference/generated/openstack.xml:2870(title) ./doc/hot-reference/generated/openstack.xml:3133(title) ./doc/hot-reference/generated/openstack.xml:3354(title) ./doc/hot-reference/generated/openstack.xml:3497(title) ./doc/hot-reference/generated/openstack.xml:3632(title) ./doc/hot-reference/generated/openstack.xml:3763(title) ./doc/hot-reference/generated/openstack.xml:3981(title) ./doc/hot-reference/generated/openstack.xml:4129(title) ./doc/hot-reference/generated/openstack.xml:4287(title) ./doc/hot-reference/generated/openstack.xml:4404(title) ./doc/hot-reference/generated/openstack.xml:4463(title) ./doc/hot-reference/generated/openstack.xml:4593(title) ./doc/hot-reference/generated/openstack.xml:4652(title) ./doc/hot-reference/generated/openstack.xml:4924(title) ./doc/hot-reference/generated/openstack.xml:5076(title) ./doc/hot-reference/generated/openstack.xml:5267(title) ./doc/hot-reference/generated/openstack.xml:5480(title) ./doc/hot-reference/generated/openstack.xml:5725(title) ./doc/hot-reference/generated/openstack.xml:5949(title) ./doc/hot-reference/generated/openstack.xml:6167(title) ./doc/hot-reference/generated/openstack.xml:6429(title) ./doc/hot-reference/generated/openstack.xml:6724(title) ./doc/hot-reference/generated/openstack.xml:6834(title) ./doc/hot-reference/generated/openstack.xml:6966(title) ./doc/hot-reference/generated/openstack.xml:7186(title) ./doc/hot-reference/generated/openstack.xml:7426(title) ./doc/hot-reference/generated/openstack.xml:7590(title) ./doc/hot-reference/generated/openstack.xml:7887(title) ./doc/hot-reference/generated/openstack.xml:8099(title) ./doc/hot-reference/generated/openstack.xml:8292(title) ./doc/hot-reference/generated/openstack.xml:8937(title) ./doc/hot-reference/generated/openstack.xml:9155(title) ./doc/hot-reference/generated/openstack.xml:9403(title) ./doc/hot-reference/generated/openstack.xml:9567(title) ./doc/hot-reference/generated/openstack.xml:9930(title) ./doc/hot-reference/generated/openstack.xml:10246(title) ./doc/hot-reference/generated/openstack.xml:10831(title) ./doc/hot-reference/generated/openstack.xml:11170(title) ./doc/hot-reference/generated/cfn.xml:167(title) ./doc/hot-reference/generated/cfn.xml:561(title) ./doc/hot-reference/generated/cfn.xml:731(title) ./doc/hot-reference/generated/cfn.xml:1028(title) ./doc/hot-reference/generated/cfn.xml:1538(title) ./doc/hot-reference/generated/cfn.xml:1780(title) ./doc/hot-reference/generated/cfn.xml:2192(title) ./doc/hot-reference/generated/cfn.xml:2859(title) ./doc/hot-reference/generated/cfn.xml:2973(title) ./doc/hot-reference/generated/cfn.xml:3199(title) ./doc/hot-reference/generated/cfn.xml:3365(title) +#: ./doc/hot-reference/generated/openstack.xml:78(title) ./doc/hot-reference/generated/openstack.xml:230(title) ./doc/hot-reference/generated/openstack.xml:1385(title) ./doc/hot-reference/generated/openstack.xml:1988(title) ./doc/hot-reference/generated/openstack.xml:2283(title) ./doc/hot-reference/generated/openstack.xml:2352(title) ./doc/hot-reference/generated/openstack.xml:2480(title) ./doc/hot-reference/generated/openstack.xml:2622(title) ./doc/hot-reference/generated/openstack.xml:2798(title) ./doc/hot-reference/generated/openstack.xml:2983(title) ./doc/hot-reference/generated/openstack.xml:3095(title) ./doc/hot-reference/generated/openstack.xml:3360(title) ./doc/hot-reference/generated/openstack.xml:3583(title) ./doc/hot-reference/generated/openstack.xml:3728(title) ./doc/hot-reference/generated/openstack.xml:3865(title) ./doc/hot-reference/generated/openstack.xml:3996(title) ./doc/hot-reference/generated/openstack.xml:4216(title) ./doc/hot-reference/generated/openstack.xml:4366(title) ./doc/hot-reference/generated/openstack.xml:4526(title) ./doc/hot-reference/generated/openstack.xml:4645(title) ./doc/hot-reference/generated/openstack.xml:4706(title) ./doc/hot-reference/generated/openstack.xml:4840(title) ./doc/hot-reference/generated/openstack.xml:4901(title) ./doc/hot-reference/generated/openstack.xml:5881(title) ./doc/hot-reference/generated/openstack.xml:6033(title) ./doc/hot-reference/generated/openstack.xml:6224(title) ./doc/hot-reference/generated/openstack.xml:6437(title) ./doc/hot-reference/generated/openstack.xml:6682(title) ./doc/hot-reference/generated/openstack.xml:6906(title) ./doc/hot-reference/generated/openstack.xml:7124(title) ./doc/hot-reference/generated/openstack.xml:7386(title) ./doc/hot-reference/generated/openstack.xml:7683(title) ./doc/hot-reference/generated/openstack.xml:7795(title) ./doc/hot-reference/generated/openstack.xml:7927(title) ./doc/hot-reference/generated/openstack.xml:8149(title) ./doc/hot-reference/generated/openstack.xml:8392(title) ./doc/hot-reference/generated/openstack.xml:8558(title) ./doc/hot-reference/generated/openstack.xml:8860(title) ./doc/hot-reference/generated/openstack.xml:9074(title) ./doc/hot-reference/generated/openstack.xml:9267(title) ./doc/hot-reference/generated/openstack.xml:9919(title) ./doc/hot-reference/generated/openstack.xml:10141(title) ./doc/hot-reference/generated/openstack.xml:10391(title) ./doc/hot-reference/generated/openstack.xml:10559(title) ./doc/hot-reference/generated/openstack.xml:11032(title) ./doc/hot-reference/generated/openstack.xml:11356(title) ./doc/hot-reference/generated/openstack.xml:11945(title) ./doc/hot-reference/generated/openstack.xml:12120(title) ./doc/hot-reference/generated/openstack.xml:12432(title) ./doc/hot-reference/generated/openstack.xml:12538(title) ./doc/hot-reference/generated/cfn.xml:169(title) ./doc/hot-reference/generated/cfn.xml:563(title) ./doc/hot-reference/generated/cfn.xml:735(title) ./doc/hot-reference/generated/cfn.xml:1034(title) ./doc/hot-reference/generated/cfn.xml:1544(title) ./doc/hot-reference/generated/cfn.xml:1787(title) ./doc/hot-reference/generated/cfn.xml:2201(title) ./doc/hot-reference/generated/cfn.xml:2869(title) ./doc/hot-reference/generated/cfn.xml:2983(title) ./doc/hot-reference/generated/cfn.xml:3209(title) ./doc/hot-reference/generated/cfn.xml:3375(title) msgid "Attributes" msgstr "" @@ -194,7 +194,7 @@ msgstr "" msgid "The URI to the created secret." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:93(term) ./doc/hot-reference/generated/openstack.xml:239(term) ./doc/hot-reference/generated/openstack.xml:1252(term) ./doc/hot-reference/generated/openstack.xml:4963(term) ./doc/hot-reference/generated/openstack.xml:6516(term) ./doc/hot-reference/generated/openstack.xml:6987(term) ./doc/hot-reference/generated/openstack.xml:7950(term) ./doc/hot-reference/generated/openstack.xml:8108(term) ./doc/hot-reference/generated/openstack.xml:8319(term) ./doc/hot-reference/generated/openstack.xml:9188(term) ./doc/hot-reference/generated/openstack.xml:10255(term) +#: ./doc/hot-reference/generated/openstack.xml:93(term) ./doc/hot-reference/generated/openstack.xml:239(term) ./doc/hot-reference/generated/openstack.xml:1460(term) ./doc/hot-reference/generated/openstack.xml:5920(term) ./doc/hot-reference/generated/openstack.xml:7473(term) ./doc/hot-reference/generated/openstack.xml:7948(term) ./doc/hot-reference/generated/openstack.xml:8923(term) ./doc/hot-reference/generated/openstack.xml:9083(term) ./doc/hot-reference/generated/openstack.xml:9294(term) ./doc/hot-reference/generated/openstack.xml:10174(term) ./doc/hot-reference/generated/openstack.xml:11365(term) msgid "status" msgstr "" @@ -202,15 +202,15 @@ msgstr "" msgid "The status of the order." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:101(title) ./doc/hot-reference/generated/openstack.xml:247(title) ./doc/hot-reference/generated/openstack.xml:473(title) ./doc/hot-reference/generated/openstack.xml:625(title) ./doc/hot-reference/generated/openstack.xml:791(title) ./doc/hot-reference/generated/openstack.xml:985(title) ./doc/hot-reference/generated/openstack.xml:1266(title) ./doc/hot-reference/generated/openstack.xml:1367(title) ./doc/hot-reference/generated/openstack.xml:1439(title) ./doc/hot-reference/generated/openstack.xml:1566(title) ./doc/hot-reference/generated/openstack.xml:1644(title) ./doc/hot-reference/generated/openstack.xml:1797(title) ./doc/hot-reference/generated/openstack.xml:1968(title) ./doc/hot-reference/generated/openstack.xml:2078(title) ./doc/hot-reference/generated/openstack.xml:2147(title) ./doc/hot-reference/generated/openstack.xml:2275(title) ./doc/hot-reference/generated/openstack.xml:2415(title) ./doc/hot-reference/generated/openstack.xml:2589(title) ./doc/hot-reference/generated/openstack.xml:2778(title) ./doc/hot-reference/generated/openstack.xml:2881(title) ./doc/hot-reference/generated/openstack.xml:3144(title) ./doc/hot-reference/generated/openstack.xml:3365(title) ./doc/hot-reference/generated/openstack.xml:3520(title) ./doc/hot-reference/generated/openstack.xml:3655(title) ./doc/hot-reference/generated/openstack.xml:3780(title) ./doc/hot-reference/generated/openstack.xml:3992(title) ./doc/hot-reference/generated/openstack.xml:4152(title) ./doc/hot-reference/generated/openstack.xml:4310(title) ./doc/hot-reference/generated/openstack.xml:4415(title) ./doc/hot-reference/generated/openstack.xml:4486(title) ./doc/hot-reference/generated/openstack.xml:4527(title) ./doc/hot-reference/generated/openstack.xml:4604(title) ./doc/hot-reference/generated/openstack.xml:4675(title) ./doc/hot-reference/generated/openstack.xml:4758(title) ./doc/hot-reference/generated/openstack.xml:4828(title) ./doc/hot-reference/generated/openstack.xml:4977(title) ./doc/hot-reference/generated/openstack.xml:5117(title) ./doc/hot-reference/generated/openstack.xml:5356(title) ./doc/hot-reference/generated/openstack.xml:5527(title) ./doc/hot-reference/generated/openstack.xml:5607(title) ./doc/hot-reference/generated/openstack.xml:5790(title) ./doc/hot-reference/generated/openstack.xml:6008(title) ./doc/hot-reference/generated/openstack.xml:6226(title) ./doc/hot-reference/generated/openstack.xml:6536(title) ./doc/hot-reference/generated/openstack.xml:6643(title) ./doc/hot-reference/generated/openstack.xml:6747(title) ./doc/hot-reference/generated/openstack.xml:6863(title) ./doc/hot-reference/generated/openstack.xml:7007(title) ./doc/hot-reference/generated/openstack.xml:7203(title) ./doc/hot-reference/generated/openstack.xml:7479(title) ./doc/hot-reference/generated/openstack.xml:7637(title) ./doc/hot-reference/generated/openstack.xml:7970(title) ./doc/hot-reference/generated/openstack.xml:8122(title) ./doc/hot-reference/generated/openstack.xml:8333(title) ./doc/hot-reference/generated/openstack.xml:8428(title) ./doc/hot-reference/generated/openstack.xml:8538(title) ./doc/hot-reference/generated/openstack.xml:8699(title) ./doc/hot-reference/generated/openstack.xml:9008(title) ./doc/hot-reference/generated/openstack.xml:9208(title) ./doc/hot-reference/generated/openstack.xml:9330(title) ./doc/hot-reference/generated/openstack.xml:9420(title) ./doc/hot-reference/generated/openstack.xml:9484(title) ./doc/hot-reference/generated/openstack.xml:9584(title) ./doc/hot-reference/generated/openstack.xml:9992(title) ./doc/hot-reference/generated/openstack.xml:10126(title) ./doc/hot-reference/generated/openstack.xml:10263(title) ./doc/hot-reference/generated/openstack.xml:10458(title) ./doc/hot-reference/generated/openstack.xml:10689(title) ./doc/hot-reference/generated/openstack.xml:10872(title) ./doc/hot-reference/generated/openstack.xml:11187(title) ./doc/hot-reference/generated/cfn.xml:178(title) ./doc/hot-reference/generated/cfn.xml:461(title) ./doc/hot-reference/generated/cfn.xml:572(title) ./doc/hot-reference/generated/cfn.xml:652(title) ./doc/hot-reference/generated/cfn.xml:742(title) ./doc/hot-reference/generated/cfn.xml:795(title) ./doc/hot-reference/generated/cfn.xml:928(title) ./doc/hot-reference/generated/cfn.xml:1039(title) ./doc/hot-reference/generated/cfn.xml:1121(title) ./doc/hot-reference/generated/cfn.xml:1573(title) ./doc/hot-reference/generated/cfn.xml:1675(title) ./doc/hot-reference/generated/cfn.xml:1791(title) ./doc/hot-reference/generated/cfn.xml:1878(title) ./doc/hot-reference/generated/cfn.xml:2093(title) ./doc/hot-reference/generated/cfn.xml:2203(title) ./doc/hot-reference/generated/cfn.xml:2274(title) ./doc/hot-reference/generated/cfn.xml:2359(title) ./doc/hot-reference/generated/cfn.xml:2432(title) ./doc/hot-reference/generated/cfn.xml:2545(title) ./doc/hot-reference/generated/cfn.xml:2627(title) ./doc/hot-reference/generated/cfn.xml:2894(title) ./doc/hot-reference/generated/cfn.xml:2990(title) ./doc/hot-reference/generated/cfn.xml:3080(title) ./doc/hot-reference/generated/cfn.xml:3216(title) ./doc/hot-reference/generated/cfn.xml:3382(title) +#: ./doc/hot-reference/generated/openstack.xml:101(title) ./doc/hot-reference/generated/openstack.xml:247(title) ./doc/hot-reference/generated/openstack.xml:473(title) ./doc/hot-reference/generated/openstack.xml:627(title) ./doc/hot-reference/generated/openstack.xml:795(title) ./doc/hot-reference/generated/openstack.xml:991(title) ./doc/hot-reference/generated/openstack.xml:1193(title) ./doc/hot-reference/generated/openstack.xml:1474(title) ./doc/hot-reference/generated/openstack.xml:1575(title) ./doc/hot-reference/generated/openstack.xml:1649(title) ./doc/hot-reference/generated/openstack.xml:1778(title) ./doc/hot-reference/generated/openstack.xml:1856(title) ./doc/hot-reference/generated/openstack.xml:2011(title) ./doc/hot-reference/generated/openstack.xml:2182(title) ./doc/hot-reference/generated/openstack.xml:2294(title) ./doc/hot-reference/generated/openstack.xml:2363(title) ./doc/hot-reference/generated/openstack.xml:2491(title) ./doc/hot-reference/generated/openstack.xml:2633(title) ./doc/hot-reference/generated/openstack.xml:2809(title) ./doc/hot-reference/generated/openstack.xml:3003(title) ./doc/hot-reference/generated/openstack.xml:3106(title) ./doc/hot-reference/generated/openstack.xml:3371(title) ./doc/hot-reference/generated/openstack.xml:3594(title) ./doc/hot-reference/generated/openstack.xml:3751(title) ./doc/hot-reference/generated/openstack.xml:3888(title) ./doc/hot-reference/generated/openstack.xml:4013(title) ./doc/hot-reference/generated/openstack.xml:4227(title) ./doc/hot-reference/generated/openstack.xml:4389(title) ./doc/hot-reference/generated/openstack.xml:4549(title) ./doc/hot-reference/generated/openstack.xml:4656(title) ./doc/hot-reference/generated/openstack.xml:4729(title) ./doc/hot-reference/generated/openstack.xml:4772(title) ./doc/hot-reference/generated/openstack.xml:4851(title) ./doc/hot-reference/generated/openstack.xml:4924(title) ./doc/hot-reference/generated/openstack.xml:5130(title) ./doc/hot-reference/generated/openstack.xml:5281(title) ./doc/hot-reference/generated/openstack.xml:5382(title) ./doc/hot-reference/generated/openstack.xml:5690(title) ./doc/hot-reference/generated/openstack.xml:5785(title) ./doc/hot-reference/generated/openstack.xml:5934(title) ./doc/hot-reference/generated/openstack.xml:6074(title) ./doc/hot-reference/generated/openstack.xml:6313(title) ./doc/hot-reference/generated/openstack.xml:6484(title) ./doc/hot-reference/generated/openstack.xml:6564(title) ./doc/hot-reference/generated/openstack.xml:6747(title) ./doc/hot-reference/generated/openstack.xml:6965(title) ./doc/hot-reference/generated/openstack.xml:7183(title) ./doc/hot-reference/generated/openstack.xml:7493(title) ./doc/hot-reference/generated/openstack.xml:7600(title) ./doc/hot-reference/generated/openstack.xml:7706(title) ./doc/hot-reference/generated/openstack.xml:7824(title) ./doc/hot-reference/generated/openstack.xml:7968(title) ./doc/hot-reference/generated/openstack.xml:8166(title) ./doc/hot-reference/generated/openstack.xml:8445(title) ./doc/hot-reference/generated/openstack.xml:8605(title) ./doc/hot-reference/generated/openstack.xml:8943(title) ./doc/hot-reference/generated/openstack.xml:9097(title) ./doc/hot-reference/generated/openstack.xml:9308(title) ./doc/hot-reference/generated/openstack.xml:9404(title) ./doc/hot-reference/generated/openstack.xml:9518(title) ./doc/hot-reference/generated/openstack.xml:9681(title) ./doc/hot-reference/generated/openstack.xml:9990(title) ./doc/hot-reference/generated/openstack.xml:10194(title) ./doc/hot-reference/generated/openstack.xml:10316(title) ./doc/hot-reference/generated/openstack.xml:10408(title) ./doc/hot-reference/generated/openstack.xml:10474(title) ./doc/hot-reference/generated/openstack.xml:10576(title) ./doc/hot-reference/generated/openstack.xml:11097(title) ./doc/hot-reference/generated/openstack.xml:11236(title) ./doc/hot-reference/generated/openstack.xml:11373(title) ./doc/hot-reference/generated/openstack.xml:11570(title) ./doc/hot-reference/generated/openstack.xml:11803(title) ./doc/hot-reference/generated/openstack.xml:11986(title) ./doc/hot-reference/generated/openstack.xml:12137(title) ./doc/hot-reference/generated/openstack.xml:12449(title) ./doc/hot-reference/generated/openstack.xml:12558(title) ./doc/hot-reference/generated/cfn.xml:180(title) ./doc/hot-reference/generated/cfn.xml:463(title) ./doc/hot-reference/generated/cfn.xml:574(title) ./doc/hot-reference/generated/cfn.xml:654(title) ./doc/hot-reference/generated/cfn.xml:746(title) ./doc/hot-reference/generated/cfn.xml:801(title) ./doc/hot-reference/generated/cfn.xml:934(title) ./doc/hot-reference/generated/cfn.xml:1045(title) ./doc/hot-reference/generated/cfn.xml:1127(title) ./doc/hot-reference/generated/cfn.xml:1579(title) ./doc/hot-reference/generated/cfn.xml:1681(title) ./doc/hot-reference/generated/cfn.xml:1798(title) ./doc/hot-reference/generated/cfn.xml:1887(title) ./doc/hot-reference/generated/cfn.xml:2102(title) ./doc/hot-reference/generated/cfn.xml:2212(title) ./doc/hot-reference/generated/cfn.xml:2284(title) ./doc/hot-reference/generated/cfn.xml:2369(title) ./doc/hot-reference/generated/cfn.xml:2442(title) ./doc/hot-reference/generated/cfn.xml:2555(title) ./doc/hot-reference/generated/cfn.xml:2637(title) ./doc/hot-reference/generated/cfn.xml:2904(title) ./doc/hot-reference/generated/cfn.xml:3000(title) ./doc/hot-reference/generated/cfn.xml:3090(title) ./doc/hot-reference/generated/cfn.xml:3226(title) ./doc/hot-reference/generated/cfn.xml:3392(title) msgid "HOT Syntax" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:117(title) ./doc/hot-reference/generated/openstack.xml:265(title) ./doc/hot-reference/generated/openstack.xml:497(title) ./doc/hot-reference/generated/openstack.xml:643(title) ./doc/hot-reference/generated/openstack.xml:813(title) ./doc/hot-reference/generated/openstack.xml:1009(title) ./doc/hot-reference/generated/openstack.xml:1287(title) ./doc/hot-reference/generated/openstack.xml:1380(title) ./doc/hot-reference/generated/openstack.xml:1451(title) ./doc/hot-reference/generated/openstack.xml:1585(title) ./doc/hot-reference/generated/openstack.xml:1655(title) ./doc/hot-reference/generated/openstack.xml:1813(title) ./doc/hot-reference/generated/openstack.xml:1991(title) ./doc/hot-reference/generated/openstack.xml:2089(title) ./doc/hot-reference/generated/openstack.xml:2158(title) ./doc/hot-reference/generated/openstack.xml:2290(title) ./doc/hot-reference/generated/openstack.xml:2426(title) ./doc/hot-reference/generated/openstack.xml:2603(title) ./doc/hot-reference/generated/openstack.xml:2792(title) ./doc/hot-reference/generated/openstack.xml:2895(title) ./doc/hot-reference/generated/openstack.xml:3158(title) ./doc/hot-reference/generated/openstack.xml:3380(title) ./doc/hot-reference/generated/openstack.xml:3536(title) ./doc/hot-reference/generated/openstack.xml:3671(title) ./doc/hot-reference/generated/openstack.xml:3794(title) ./doc/hot-reference/generated/openstack.xml:4007(title) ./doc/hot-reference/generated/openstack.xml:4170(title) ./doc/hot-reference/generated/openstack.xml:4328(title) ./doc/hot-reference/generated/openstack.xml:4428(title) ./doc/hot-reference/generated/openstack.xml:4495(title) ./doc/hot-reference/generated/openstack.xml:4536(title) ./doc/hot-reference/generated/openstack.xml:4617(title) ./doc/hot-reference/generated/openstack.xml:4684(title) ./doc/hot-reference/generated/openstack.xml:4769(title) ./doc/hot-reference/generated/openstack.xml:4841(title) ./doc/hot-reference/generated/openstack.xml:4992(title) ./doc/hot-reference/generated/openstack.xml:5132(title) ./doc/hot-reference/generated/openstack.xml:5377(title) ./doc/hot-reference/generated/openstack.xml:5541(title) ./doc/hot-reference/generated/openstack.xml:5620(title) ./doc/hot-reference/generated/openstack.xml:5808(title) ./doc/hot-reference/generated/openstack.xml:6026(title) ./doc/hot-reference/generated/openstack.xml:6244(title) ./doc/hot-reference/generated/openstack.xml:6559(title) ./doc/hot-reference/generated/openstack.xml:6656(title) ./doc/hot-reference/generated/openstack.xml:6760(title) ./doc/hot-reference/generated/openstack.xml:6877(title) ./doc/hot-reference/generated/openstack.xml:7023(title) ./doc/hot-reference/generated/openstack.xml:7216(title) ./doc/hot-reference/generated/openstack.xml:7497(title) ./doc/hot-reference/generated/openstack.xml:7652(title) ./doc/hot-reference/generated/openstack.xml:7992(title) ./doc/hot-reference/generated/openstack.xml:8138(title) ./doc/hot-reference/generated/openstack.xml:8350(title) ./doc/hot-reference/generated/openstack.xml:8440(title) ./doc/hot-reference/generated/openstack.xml:8551(title) ./doc/hot-reference/generated/openstack.xml:8712(title) ./doc/hot-reference/generated/openstack.xml:9031(title) ./doc/hot-reference/generated/openstack.xml:9223(title) ./doc/hot-reference/generated/openstack.xml:9347(title) ./doc/hot-reference/generated/openstack.xml:9431(title) ./doc/hot-reference/generated/openstack.xml:9496(title) ./doc/hot-reference/generated/openstack.xml:9597(title) ./doc/hot-reference/generated/openstack.xml:10022(title) ./doc/hot-reference/generated/openstack.xml:10138(title) ./doc/hot-reference/generated/openstack.xml:10280(title) ./doc/hot-reference/generated/openstack.xml:10477(title) ./doc/hot-reference/generated/openstack.xml:10715(title) ./doc/hot-reference/generated/openstack.xml:10888(title) ./doc/hot-reference/generated/openstack.xml:11207(title) ./doc/hot-reference/generated/cfn.xml:198(title) ./doc/hot-reference/generated/cfn.xml:479(title) ./doc/hot-reference/generated/cfn.xml:586(title) ./doc/hot-reference/generated/cfn.xml:665(title) ./doc/hot-reference/generated/cfn.xml:755(title) ./doc/hot-reference/generated/cfn.xml:804(title) ./doc/hot-reference/generated/cfn.xml:951(title) ./doc/hot-reference/generated/cfn.xml:1051(title) ./doc/hot-reference/generated/cfn.xml:1135(title) ./doc/hot-reference/generated/cfn.xml:1596(title) ./doc/hot-reference/generated/cfn.xml:1686(title) ./doc/hot-reference/generated/cfn.xml:1806(title) ./doc/hot-reference/generated/cfn.xml:1890(title) ./doc/hot-reference/generated/cfn.xml:2107(title) ./doc/hot-reference/generated/cfn.xml:2217(title) ./doc/hot-reference/generated/cfn.xml:2286(title) ./doc/hot-reference/generated/cfn.xml:2371(title) ./doc/hot-reference/generated/cfn.xml:2444(title) ./doc/hot-reference/generated/cfn.xml:2559(title) ./doc/hot-reference/generated/cfn.xml:2640(title) ./doc/hot-reference/generated/cfn.xml:2908(title) ./doc/hot-reference/generated/cfn.xml:3001(title) ./doc/hot-reference/generated/cfn.xml:3094(title) ./doc/hot-reference/generated/cfn.xml:3235(title) ./doc/hot-reference/generated/cfn.xml:3395(title) +#: ./doc/hot-reference/generated/openstack.xml:117(title) ./doc/hot-reference/generated/openstack.xml:265(title) ./doc/hot-reference/generated/openstack.xml:497(title) ./doc/hot-reference/generated/openstack.xml:645(title) ./doc/hot-reference/generated/openstack.xml:817(title) ./doc/hot-reference/generated/openstack.xml:1015(title) ./doc/hot-reference/generated/openstack.xml:1217(title) ./doc/hot-reference/generated/openstack.xml:1495(title) ./doc/hot-reference/generated/openstack.xml:1588(title) ./doc/hot-reference/generated/openstack.xml:1661(title) ./doc/hot-reference/generated/openstack.xml:1797(title) ./doc/hot-reference/generated/openstack.xml:1867(title) ./doc/hot-reference/generated/openstack.xml:2027(title) ./doc/hot-reference/generated/openstack.xml:2205(title) ./doc/hot-reference/generated/openstack.xml:2305(title) ./doc/hot-reference/generated/openstack.xml:2374(title) ./doc/hot-reference/generated/openstack.xml:2506(title) ./doc/hot-reference/generated/openstack.xml:2644(title) ./doc/hot-reference/generated/openstack.xml:2823(title) ./doc/hot-reference/generated/openstack.xml:3017(title) ./doc/hot-reference/generated/openstack.xml:3120(title) ./doc/hot-reference/generated/openstack.xml:3385(title) ./doc/hot-reference/generated/openstack.xml:3609(title) ./doc/hot-reference/generated/openstack.xml:3767(title) ./doc/hot-reference/generated/openstack.xml:3904(title) ./doc/hot-reference/generated/openstack.xml:4027(title) ./doc/hot-reference/generated/openstack.xml:4242(title) ./doc/hot-reference/generated/openstack.xml:4407(title) ./doc/hot-reference/generated/openstack.xml:4567(title) ./doc/hot-reference/generated/openstack.xml:4669(title) ./doc/hot-reference/generated/openstack.xml:4738(title) ./doc/hot-reference/generated/openstack.xml:4781(title) ./doc/hot-reference/generated/openstack.xml:4864(title) ./doc/hot-reference/generated/openstack.xml:4933(title) ./doc/hot-reference/generated/openstack.xml:5144(title) ./doc/hot-reference/generated/openstack.xml:5295(title) ./doc/hot-reference/generated/openstack.xml:5393(title) ./doc/hot-reference/generated/openstack.xml:5709(title) ./doc/hot-reference/generated/openstack.xml:5798(title) ./doc/hot-reference/generated/openstack.xml:5949(title) ./doc/hot-reference/generated/openstack.xml:6089(title) ./doc/hot-reference/generated/openstack.xml:6334(title) ./doc/hot-reference/generated/openstack.xml:6498(title) ./doc/hot-reference/generated/openstack.xml:6577(title) ./doc/hot-reference/generated/openstack.xml:6765(title) ./doc/hot-reference/generated/openstack.xml:6983(title) ./doc/hot-reference/generated/openstack.xml:7201(title) ./doc/hot-reference/generated/openstack.xml:7516(title) ./doc/hot-reference/generated/openstack.xml:7613(title) ./doc/hot-reference/generated/openstack.xml:7719(title) ./doc/hot-reference/generated/openstack.xml:7838(title) ./doc/hot-reference/generated/openstack.xml:7984(title) ./doc/hot-reference/generated/openstack.xml:8179(title) ./doc/hot-reference/generated/openstack.xml:8463(title) ./doc/hot-reference/generated/openstack.xml:8620(title) ./doc/hot-reference/generated/openstack.xml:8965(title) ./doc/hot-reference/generated/openstack.xml:9113(title) ./doc/hot-reference/generated/openstack.xml:9325(title) ./doc/hot-reference/generated/openstack.xml:9416(title) ./doc/hot-reference/generated/openstack.xml:9531(title) ./doc/hot-reference/generated/openstack.xml:9694(title) ./doc/hot-reference/generated/openstack.xml:10013(title) ./doc/hot-reference/generated/openstack.xml:10209(title) ./doc/hot-reference/generated/openstack.xml:10333(title) ./doc/hot-reference/generated/openstack.xml:10419(title) ./doc/hot-reference/generated/openstack.xml:10486(title) ./doc/hot-reference/generated/openstack.xml:10589(title) ./doc/hot-reference/generated/openstack.xml:11128(title) ./doc/hot-reference/generated/openstack.xml:11248(title) ./doc/hot-reference/generated/openstack.xml:11390(title) ./doc/hot-reference/generated/openstack.xml:11589(title) ./doc/hot-reference/generated/openstack.xml:11829(title) ./doc/hot-reference/generated/openstack.xml:12002(title) ./doc/hot-reference/generated/openstack.xml:12151(title) ./doc/hot-reference/generated/openstack.xml:12469(title) ./doc/hot-reference/generated/openstack.xml:12570(title) ./doc/hot-reference/generated/cfn.xml:200(title) ./doc/hot-reference/generated/cfn.xml:481(title) ./doc/hot-reference/generated/cfn.xml:588(title) ./doc/hot-reference/generated/cfn.xml:667(title) ./doc/hot-reference/generated/cfn.xml:759(title) ./doc/hot-reference/generated/cfn.xml:810(title) ./doc/hot-reference/generated/cfn.xml:957(title) ./doc/hot-reference/generated/cfn.xml:1057(title) ./doc/hot-reference/generated/cfn.xml:1141(title) ./doc/hot-reference/generated/cfn.xml:1602(title) ./doc/hot-reference/generated/cfn.xml:1692(title) ./doc/hot-reference/generated/cfn.xml:1813(title) ./doc/hot-reference/generated/cfn.xml:1899(title) ./doc/hot-reference/generated/cfn.xml:2116(title) ./doc/hot-reference/generated/cfn.xml:2226(title) ./doc/hot-reference/generated/cfn.xml:2296(title) ./doc/hot-reference/generated/cfn.xml:2381(title) ./doc/hot-reference/generated/cfn.xml:2454(title) ./doc/hot-reference/generated/cfn.xml:2569(title) ./doc/hot-reference/generated/cfn.xml:2650(title) ./doc/hot-reference/generated/cfn.xml:2918(title) ./doc/hot-reference/generated/cfn.xml:3011(title) ./doc/hot-reference/generated/cfn.xml:3104(title) ./doc/hot-reference/generated/cfn.xml:3245(title) ./doc/hot-reference/generated/cfn.xml:3405(title) msgid "YAML Syntax" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:133(title) ./doc/hot-reference/generated/openstack.xml:283(title) ./doc/hot-reference/generated/openstack.xml:521(title) ./doc/hot-reference/generated/openstack.xml:661(title) ./doc/hot-reference/generated/openstack.xml:835(title) ./doc/hot-reference/generated/openstack.xml:1033(title) ./doc/hot-reference/generated/openstack.xml:1308(title) ./doc/hot-reference/generated/openstack.xml:1393(title) ./doc/hot-reference/generated/openstack.xml:1463(title) ./doc/hot-reference/generated/openstack.xml:1604(title) ./doc/hot-reference/generated/openstack.xml:1666(title) ./doc/hot-reference/generated/openstack.xml:1829(title) ./doc/hot-reference/generated/openstack.xml:2014(title) ./doc/hot-reference/generated/openstack.xml:2100(title) ./doc/hot-reference/generated/openstack.xml:2169(title) ./doc/hot-reference/generated/openstack.xml:2305(title) ./doc/hot-reference/generated/openstack.xml:2437(title) ./doc/hot-reference/generated/openstack.xml:2617(title) ./doc/hot-reference/generated/openstack.xml:2806(title) ./doc/hot-reference/generated/openstack.xml:2909(title) ./doc/hot-reference/generated/openstack.xml:3172(title) ./doc/hot-reference/generated/openstack.xml:3395(title) ./doc/hot-reference/generated/openstack.xml:3552(title) ./doc/hot-reference/generated/openstack.xml:3687(title) ./doc/hot-reference/generated/openstack.xml:3808(title) ./doc/hot-reference/generated/openstack.xml:4022(title) ./doc/hot-reference/generated/openstack.xml:4188(title) ./doc/hot-reference/generated/openstack.xml:4346(title) ./doc/hot-reference/generated/openstack.xml:4441(title) ./doc/hot-reference/generated/openstack.xml:4504(title) ./doc/hot-reference/generated/openstack.xml:4545(title) ./doc/hot-reference/generated/openstack.xml:4630(title) ./doc/hot-reference/generated/openstack.xml:4693(title) ./doc/hot-reference/generated/openstack.xml:4780(title) ./doc/hot-reference/generated/openstack.xml:4854(title) ./doc/hot-reference/generated/openstack.xml:5007(title) ./doc/hot-reference/generated/openstack.xml:5147(title) ./doc/hot-reference/generated/openstack.xml:5398(title) ./doc/hot-reference/generated/openstack.xml:5555(title) ./doc/hot-reference/generated/openstack.xml:5633(title) ./doc/hot-reference/generated/openstack.xml:5826(title) ./doc/hot-reference/generated/openstack.xml:6044(title) ./doc/hot-reference/generated/openstack.xml:6262(title) ./doc/hot-reference/generated/openstack.xml:6582(title) ./doc/hot-reference/generated/openstack.xml:6669(title) ./doc/hot-reference/generated/openstack.xml:6773(title) ./doc/hot-reference/generated/openstack.xml:6891(title) ./doc/hot-reference/generated/openstack.xml:7039(title) ./doc/hot-reference/generated/openstack.xml:7229(title) ./doc/hot-reference/generated/openstack.xml:7515(title) ./doc/hot-reference/generated/openstack.xml:7667(title) ./doc/hot-reference/generated/openstack.xml:8014(title) ./doc/hot-reference/generated/openstack.xml:8154(title) ./doc/hot-reference/generated/openstack.xml:8367(title) ./doc/hot-reference/generated/openstack.xml:8452(title) ./doc/hot-reference/generated/openstack.xml:8564(title) ./doc/hot-reference/generated/openstack.xml:8725(title) ./doc/hot-reference/generated/openstack.xml:9054(title) ./doc/hot-reference/generated/openstack.xml:9238(title) ./doc/hot-reference/generated/openstack.xml:9364(title) ./doc/hot-reference/generated/openstack.xml:9442(title) ./doc/hot-reference/generated/openstack.xml:9508(title) ./doc/hot-reference/generated/openstack.xml:9610(title) ./doc/hot-reference/generated/openstack.xml:10052(title) ./doc/hot-reference/generated/openstack.xml:10150(title) ./doc/hot-reference/generated/openstack.xml:10297(title) ./doc/hot-reference/generated/openstack.xml:10496(title) ./doc/hot-reference/generated/openstack.xml:10741(title) ./doc/hot-reference/generated/openstack.xml:10904(title) ./doc/hot-reference/generated/openstack.xml:11227(title) ./doc/hot-reference/generated/cfn.xml:218(title) ./doc/hot-reference/generated/cfn.xml:497(title) ./doc/hot-reference/generated/cfn.xml:600(title) ./doc/hot-reference/generated/cfn.xml:678(title) ./doc/hot-reference/generated/cfn.xml:768(title) ./doc/hot-reference/generated/cfn.xml:813(title) ./doc/hot-reference/generated/cfn.xml:974(title) ./doc/hot-reference/generated/cfn.xml:1063(title) ./doc/hot-reference/generated/cfn.xml:1149(title) ./doc/hot-reference/generated/cfn.xml:1619(title) ./doc/hot-reference/generated/cfn.xml:1697(title) ./doc/hot-reference/generated/cfn.xml:1821(title) ./doc/hot-reference/generated/cfn.xml:1902(title) ./doc/hot-reference/generated/cfn.xml:2121(title) ./doc/hot-reference/generated/cfn.xml:2231(title) ./doc/hot-reference/generated/cfn.xml:2298(title) ./doc/hot-reference/generated/cfn.xml:2383(title) ./doc/hot-reference/generated/cfn.xml:2456(title) ./doc/hot-reference/generated/cfn.xml:2573(title) ./doc/hot-reference/generated/cfn.xml:2653(title) ./doc/hot-reference/generated/cfn.xml:2922(title) ./doc/hot-reference/generated/cfn.xml:3012(title) ./doc/hot-reference/generated/cfn.xml:3108(title) ./doc/hot-reference/generated/cfn.xml:3254(title) ./doc/hot-reference/generated/cfn.xml:3408(title) +#: ./doc/hot-reference/generated/openstack.xml:133(title) ./doc/hot-reference/generated/openstack.xml:283(title) ./doc/hot-reference/generated/openstack.xml:521(title) ./doc/hot-reference/generated/openstack.xml:663(title) ./doc/hot-reference/generated/openstack.xml:839(title) ./doc/hot-reference/generated/openstack.xml:1039(title) ./doc/hot-reference/generated/openstack.xml:1241(title) ./doc/hot-reference/generated/openstack.xml:1516(title) ./doc/hot-reference/generated/openstack.xml:1601(title) ./doc/hot-reference/generated/openstack.xml:1673(title) ./doc/hot-reference/generated/openstack.xml:1816(title) ./doc/hot-reference/generated/openstack.xml:1878(title) ./doc/hot-reference/generated/openstack.xml:2043(title) ./doc/hot-reference/generated/openstack.xml:2228(title) ./doc/hot-reference/generated/openstack.xml:2316(title) ./doc/hot-reference/generated/openstack.xml:2385(title) ./doc/hot-reference/generated/openstack.xml:2521(title) ./doc/hot-reference/generated/openstack.xml:2655(title) ./doc/hot-reference/generated/openstack.xml:2837(title) ./doc/hot-reference/generated/openstack.xml:3031(title) ./doc/hot-reference/generated/openstack.xml:3134(title) ./doc/hot-reference/generated/openstack.xml:3399(title) ./doc/hot-reference/generated/openstack.xml:3624(title) ./doc/hot-reference/generated/openstack.xml:3783(title) ./doc/hot-reference/generated/openstack.xml:3920(title) ./doc/hot-reference/generated/openstack.xml:4041(title) ./doc/hot-reference/generated/openstack.xml:4257(title) ./doc/hot-reference/generated/openstack.xml:4425(title) ./doc/hot-reference/generated/openstack.xml:4585(title) ./doc/hot-reference/generated/openstack.xml:4682(title) ./doc/hot-reference/generated/openstack.xml:4747(title) ./doc/hot-reference/generated/openstack.xml:4790(title) ./doc/hot-reference/generated/openstack.xml:4877(title) ./doc/hot-reference/generated/openstack.xml:4942(title) ./doc/hot-reference/generated/openstack.xml:5158(title) ./doc/hot-reference/generated/openstack.xml:5309(title) ./doc/hot-reference/generated/openstack.xml:5404(title) ./doc/hot-reference/generated/openstack.xml:5728(title) ./doc/hot-reference/generated/openstack.xml:5811(title) ./doc/hot-reference/generated/openstack.xml:5964(title) ./doc/hot-reference/generated/openstack.xml:6104(title) ./doc/hot-reference/generated/openstack.xml:6355(title) ./doc/hot-reference/generated/openstack.xml:6512(title) ./doc/hot-reference/generated/openstack.xml:6590(title) ./doc/hot-reference/generated/openstack.xml:6783(title) ./doc/hot-reference/generated/openstack.xml:7001(title) ./doc/hot-reference/generated/openstack.xml:7219(title) ./doc/hot-reference/generated/openstack.xml:7539(title) ./doc/hot-reference/generated/openstack.xml:7626(title) ./doc/hot-reference/generated/openstack.xml:7732(title) ./doc/hot-reference/generated/openstack.xml:7852(title) ./doc/hot-reference/generated/openstack.xml:8000(title) ./doc/hot-reference/generated/openstack.xml:8192(title) ./doc/hot-reference/generated/openstack.xml:8481(title) ./doc/hot-reference/generated/openstack.xml:8635(title) ./doc/hot-reference/generated/openstack.xml:8987(title) ./doc/hot-reference/generated/openstack.xml:9129(title) ./doc/hot-reference/generated/openstack.xml:9342(title) ./doc/hot-reference/generated/openstack.xml:9428(title) ./doc/hot-reference/generated/openstack.xml:9544(title) ./doc/hot-reference/generated/openstack.xml:9707(title) ./doc/hot-reference/generated/openstack.xml:10036(title) ./doc/hot-reference/generated/openstack.xml:10224(title) ./doc/hot-reference/generated/openstack.xml:10350(title) ./doc/hot-reference/generated/openstack.xml:10430(title) ./doc/hot-reference/generated/openstack.xml:10498(title) ./doc/hot-reference/generated/openstack.xml:10602(title) ./doc/hot-reference/generated/openstack.xml:11159(title) ./doc/hot-reference/generated/openstack.xml:11260(title) ./doc/hot-reference/generated/openstack.xml:11407(title) ./doc/hot-reference/generated/openstack.xml:11608(title) ./doc/hot-reference/generated/openstack.xml:11855(title) ./doc/hot-reference/generated/openstack.xml:12018(title) ./doc/hot-reference/generated/openstack.xml:12165(title) ./doc/hot-reference/generated/openstack.xml:12489(title) ./doc/hot-reference/generated/openstack.xml:12582(title) ./doc/hot-reference/generated/cfn.xml:220(title) ./doc/hot-reference/generated/cfn.xml:499(title) ./doc/hot-reference/generated/cfn.xml:602(title) ./doc/hot-reference/generated/cfn.xml:680(title) ./doc/hot-reference/generated/cfn.xml:772(title) ./doc/hot-reference/generated/cfn.xml:819(title) ./doc/hot-reference/generated/cfn.xml:980(title) ./doc/hot-reference/generated/cfn.xml:1069(title) ./doc/hot-reference/generated/cfn.xml:1155(title) ./doc/hot-reference/generated/cfn.xml:1625(title) ./doc/hot-reference/generated/cfn.xml:1703(title) ./doc/hot-reference/generated/cfn.xml:1828(title) ./doc/hot-reference/generated/cfn.xml:1911(title) ./doc/hot-reference/generated/cfn.xml:2130(title) ./doc/hot-reference/generated/cfn.xml:2240(title) ./doc/hot-reference/generated/cfn.xml:2308(title) ./doc/hot-reference/generated/cfn.xml:2393(title) ./doc/hot-reference/generated/cfn.xml:2466(title) ./doc/hot-reference/generated/cfn.xml:2583(title) ./doc/hot-reference/generated/cfn.xml:2663(title) ./doc/hot-reference/generated/cfn.xml:2932(title) ./doc/hot-reference/generated/cfn.xml:3022(title) ./doc/hot-reference/generated/cfn.xml:3118(title) ./doc/hot-reference/generated/cfn.xml:3264(title) ./doc/hot-reference/generated/cfn.xml:3418(title) msgid "JSON Syntax" msgstr "" @@ -218,7 +218,7 @@ msgstr "" msgid "OS::Barbican::Secret" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:173(para) ./doc/hot-reference/generated/openstack.xml:1535(para) ./doc/hot-reference/generated/openstack.xml:1544(para) ./doc/hot-reference/generated/openstack.xml:1711(para) ./doc/hot-reference/generated/openstack.xml:1720(para) ./doc/hot-reference/generated/openstack.xml:1747(para) ./doc/hot-reference/generated/openstack.xml:1756(para) ./doc/hot-reference/generated/openstack.xml:1765(para) ./doc/hot-reference/generated/openstack.xml:2677(para) ./doc/hot-reference/generated/openstack.xml:10674(para) +#: ./doc/hot-reference/generated/openstack.xml:173(para) ./doc/hot-reference/generated/openstack.xml:1747(para) ./doc/hot-reference/generated/openstack.xml:1756(para) ./doc/hot-reference/generated/openstack.xml:1925(para) ./doc/hot-reference/generated/openstack.xml:1934(para) ./doc/hot-reference/generated/openstack.xml:1961(para) ./doc/hot-reference/generated/openstack.xml:1970(para) ./doc/hot-reference/generated/openstack.xml:1979(para) ./doc/hot-reference/generated/openstack.xml:2899(para) ./doc/hot-reference/generated/openstack.xml:11788(para) msgid "The value must be at least 0." msgstr "" @@ -238,10 +238,6 @@ msgstr "" msgid "The encoding format used to provide the payload data." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:214(para) -msgid "Optional property, defaults to \"base64\"." -msgstr "" - #: ./doc/hot-reference/generated/openstack.xml:215(para) msgid "Allowed values: base64" msgstr "" @@ -266,63 +262,63 @@ msgstr "" msgid "OS::Ceilometer::Alarm" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:312(term) ./doc/hot-reference/generated/openstack.xml:557(term) ./doc/hot-reference/generated/openstack.xml:700(term) ./doc/hot-reference/generated/openstack.xml:878(term) +#: ./doc/hot-reference/generated/openstack.xml:312(term) ./doc/hot-reference/generated/openstack.xml:559(term) ./doc/hot-reference/generated/openstack.xml:704(term) ./doc/hot-reference/generated/openstack.xml:884(term) ./doc/hot-reference/generated/openstack.xml:1086(term) msgid "alarm_actions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:314(para) ./doc/hot-reference/generated/openstack.xml:559(para) ./doc/hot-reference/generated/openstack.xml:702(para) ./doc/hot-reference/generated/openstack.xml:880(para) +#: ./doc/hot-reference/generated/openstack.xml:314(para) ./doc/hot-reference/generated/openstack.xml:561(para) ./doc/hot-reference/generated/openstack.xml:706(para) ./doc/hot-reference/generated/openstack.xml:886(para) ./doc/hot-reference/generated/openstack.xml:1088(para) msgid "A list of URLs (webhooks) to invoke when state transitions to alarm." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:315(para) ./doc/hot-reference/generated/openstack.xml:323(para) ./doc/hot-reference/generated/openstack.xml:332(para) ./doc/hot-reference/generated/openstack.xml:340(para) ./doc/hot-reference/generated/openstack.xml:348(para) ./doc/hot-reference/generated/openstack.xml:356(para) ./doc/hot-reference/generated/openstack.xml:364(para) ./doc/hot-reference/generated/openstack.xml:380(para) ./doc/hot-reference/generated/openstack.xml:388(para) ./doc/hot-reference/generated/openstack.xml:399(para) ./doc/hot-reference/generated/openstack.xml:449(para) ./doc/hot-reference/generated/openstack.xml:457(para) ./doc/hot-reference/generated/openstack.xml:466(para) ./doc/hot-reference/generated/openstack.xml:560(para) ./doc/hot-reference/generated/openstack.xml:568(para) ./doc/hot-reference/generated/openstack.xml:577(para) ./doc/hot-reference/generated/openstack.xml:585(para) ./doc/hot-reference/generated/openstack.xml:593(para) ./doc/hot-reference/generated/openstack.xml:601(para) ./doc/hot-reference/generated/openstack.xml:609(para) ./doc/hot-reference/generated/openstack.xml:618(para) ./doc/hot-reference/generated/openstack.xml:694(para) ./doc/hot-reference/generated/openstack.xml:703(para) ./doc/hot-reference/generated/openstack.xml:711(para) ./doc/hot-reference/generated/openstack.xml:720(para) ./doc/hot-reference/generated/openstack.xml:728(para) ./doc/hot-reference/generated/openstack.xml:736(para) ./doc/hot-reference/generated/openstack.xml:744(para) ./doc/hot-reference/generated/openstack.xml:752(para) ./doc/hot-reference/generated/openstack.xml:760(para) ./doc/hot-reference/generated/openstack.xml:768(para) ./doc/hot-reference/generated/openstack.xml:776(para) ./doc/hot-reference/generated/openstack.xml:784(para) ./doc/hot-reference/generated/openstack.xml:872(para) ./doc/hot-reference/generated/openstack.xml:881(para) ./doc/hot-reference/generated/openstack.xml:889(para) ./doc/hot-reference/generated/openstack.xml:898(para) ./doc/hot-reference/generated/openstack.xml:906(para) ./doc/hot-reference/generated/openstack.xml:914(para) ./doc/hot-reference/generated/openstack.xml:922(para) ./doc/hot-reference/generated/openstack.xml:930(para) ./doc/hot-reference/generated/openstack.xml:938(para) ./doc/hot-reference/generated/openstack.xml:946(para) ./doc/hot-reference/generated/openstack.xml:954(para) ./doc/hot-reference/generated/openstack.xml:962(para) ./doc/hot-reference/generated/openstack.xml:970(para) ./doc/hot-reference/generated/openstack.xml:978(para) ./doc/hot-reference/generated/openstack.xml:1087(para) ./doc/hot-reference/generated/openstack.xml:1104(para) ./doc/hot-reference/generated/openstack.xml:1112(para) ./doc/hot-reference/generated/openstack.xml:1131(para) ./doc/hot-reference/generated/openstack.xml:1158(para) ./doc/hot-reference/generated/openstack.xml:1343(para) ./doc/hot-reference/generated/openstack.xml:1351(para) ./doc/hot-reference/generated/openstack.xml:1359(para) ./doc/hot-reference/generated/openstack.xml:1424(para) ./doc/hot-reference/generated/openstack.xml:1693(para) ./doc/hot-reference/generated/openstack.xml:1701(para) ./doc/hot-reference/generated/openstack.xml:1709(para) ./doc/hot-reference/generated/openstack.xml:1718(para) ./doc/hot-reference/generated/openstack.xml:1727(para) ./doc/hot-reference/generated/openstack.xml:1735(para) ./doc/hot-reference/generated/openstack.xml:1862(para) ./doc/hot-reference/generated/openstack.xml:1870(para) ./doc/hot-reference/generated/openstack.xml:1878(para) ./doc/hot-reference/generated/openstack.xml:1895(para) ./doc/hot-reference/generated/openstack.xml:1903(para) ./doc/hot-reference/generated/openstack.xml:1927(para) ./doc/hot-reference/generated/openstack.xml:1935(para) ./doc/hot-reference/generated/openstack.xml:1943(para) ./doc/hot-reference/generated/openstack.xml:1952(para) ./doc/hot-reference/generated/openstack.xml:1960(para) ./doc/hot-reference/generated/openstack.xml:2202(para) ./doc/hot-reference/generated/openstack.xml:2218(para) ./doc/hot-reference/generated/openstack.xml:2675(para) ./doc/hot-reference/generated/openstack.xml:2699(para) ./doc/hot-reference/generated/openstack.xml:2733(para) ./doc/hot-reference/generated/openstack.xml:2838(para) ./doc/hot-reference/generated/openstack.xml:2855(para) ./doc/hot-reference/generated/openstack.xml:2863(para) ./doc/hot-reference/generated/openstack.xml:3447(para) ./doc/hot-reference/generated/openstack.xml:3456(para) ./doc/hot-reference/generated/openstack.xml:3464(para) ./doc/hot-reference/generated/openstack.xml:3583(para) ./doc/hot-reference/generated/openstack.xml:3592(para) ./doc/hot-reference/generated/openstack.xml:3600(para) ./doc/hot-reference/generated/openstack.xml:3616(para) ./doc/hot-reference/generated/openstack.xml:3740(para) ./doc/hot-reference/generated/openstack.xml:3748(para) ./doc/hot-reference/generated/openstack.xml:3756(para) ./doc/hot-reference/generated/openstack.xml:4062(para) ./doc/hot-reference/generated/openstack.xml:4071(para) ./doc/hot-reference/generated/openstack.xml:4087(para) ./doc/hot-reference/generated/openstack.xml:4221(para) ./doc/hot-reference/generated/openstack.xml:4230(para) ./doc/hot-reference/generated/openstack.xml:4246(para) ./doc/hot-reference/generated/openstack.xml:4271(para) ./doc/hot-reference/generated/openstack.xml:4568(para) ./doc/hot-reference/generated/openstack.xml:4751(para) ./doc/hot-reference/generated/openstack.xml:4882(para) ./doc/hot-reference/generated/openstack.xml:4890(para) ./doc/hot-reference/generated/openstack.xml:4898(para) ./doc/hot-reference/generated/openstack.xml:4906(para) ./doc/hot-reference/generated/openstack.xml:4917(para) ./doc/hot-reference/generated/openstack.xml:5037(para) ./doc/hot-reference/generated/openstack.xml:5045(para) ./doc/hot-reference/generated/openstack.xml:5053(para) ./doc/hot-reference/generated/openstack.xml:5061(para) ./doc/hot-reference/generated/openstack.xml:5069(para) ./doc/hot-reference/generated/openstack.xml:5177(para) ./doc/hot-reference/generated/openstack.xml:5186(para) ./doc/hot-reference/generated/openstack.xml:5194(para) ./doc/hot-reference/generated/openstack.xml:5202(para) ./doc/hot-reference/generated/openstack.xml:5210(para) ./doc/hot-reference/generated/openstack.xml:5218(para) ./doc/hot-reference/generated/openstack.xml:5227(para) ./doc/hot-reference/generated/openstack.xml:5235(para) ./doc/hot-reference/generated/openstack.xml:5244(para) ./doc/hot-reference/generated/openstack.xml:5252(para) ./doc/hot-reference/generated/openstack.xml:5260(para) ./doc/hot-reference/generated/openstack.xml:5433(para) ./doc/hot-reference/generated/openstack.xml:5453(para) ./doc/hot-reference/generated/openstack.xml:5583(para) ./doc/hot-reference/generated/openstack.xml:5591(para) ./doc/hot-reference/generated/openstack.xml:5599(para) ./doc/hot-reference/generated/openstack.xml:5661(para) ./doc/hot-reference/generated/openstack.xml:5669(para) ./doc/hot-reference/generated/openstack.xml:5677(para) ./doc/hot-reference/generated/openstack.xml:5685(para) ./doc/hot-reference/generated/openstack.xml:5693(para) ./doc/hot-reference/generated/openstack.xml:5701(para) ./doc/hot-reference/generated/openstack.xml:5718(para) ./doc/hot-reference/generated/openstack.xml:5868(para) ./doc/hot-reference/generated/openstack.xml:5924(para) ./doc/hot-reference/generated/openstack.xml:6086(para) ./doc/hot-reference/generated/openstack.xml:6142(para) ./doc/hot-reference/generated/openstack.xml:6295(para) ./doc/hot-reference/generated/openstack.xml:6303(para) ./doc/hot-reference/generated/openstack.xml:6382(para) ./doc/hot-reference/generated/openstack.xml:6620(para) ./doc/hot-reference/generated/openstack.xml:6628(para) ./doc/hot-reference/generated/openstack.xml:6919(para) ./doc/hot-reference/generated/openstack.xml:6927(para) ./doc/hot-reference/generated/openstack.xml:6935(para) ./doc/hot-reference/generated/openstack.xml:6943(para) ./doc/hot-reference/generated/openstack.xml:6959(para) ./doc/hot-reference/generated/openstack.xml:7071(para) ./doc/hot-reference/generated/openstack.xml:7137(para) ./doc/hot-reference/generated/openstack.xml:7179(para) ./doc/hot-reference/generated/openstack.xml:7257(para) ./doc/hot-reference/generated/openstack.xml:7265(para) ./doc/hot-reference/generated/openstack.xml:7273(para) ./doc/hot-reference/generated/openstack.xml:7282(para) ./doc/hot-reference/generated/openstack.xml:7565(para) ./doc/hot-reference/generated/openstack.xml:7582(para) ./doc/hot-reference/generated/openstack.xml:7696(para) ./doc/hot-reference/generated/openstack.xml:7745(para) ./doc/hot-reference/generated/openstack.xml:7754(para) ./doc/hot-reference/generated/openstack.xml:7762(para) ./doc/hot-reference/generated/openstack.xml:7770(para) ./doc/hot-reference/generated/openstack.xml:7832(para) ./doc/hot-reference/generated/openstack.xml:7852(para) ./doc/hot-reference/generated/openstack.xml:7861(para) ./doc/hot-reference/generated/openstack.xml:8051(para) ./doc/hot-reference/generated/openstack.xml:8059(para) ./doc/hot-reference/generated/openstack.xml:8067(para) ./doc/hot-reference/generated/openstack.xml:8076(para) ./doc/hot-reference/generated/openstack.xml:8084(para) ./doc/hot-reference/generated/openstack.xml:8092(para) ./doc/hot-reference/generated/openstack.xml:8184(para) ./doc/hot-reference/generated/openstack.xml:8203(para) ./doc/hot-reference/generated/openstack.xml:8213(para) ./doc/hot-reference/generated/openstack.xml:8221(para) ./doc/hot-reference/generated/openstack.xml:8246(para) ./doc/hot-reference/generated/openstack.xml:8266(para) ./doc/hot-reference/generated/openstack.xml:8274(para) ./doc/hot-reference/generated/openstack.xml:8285(para) ./doc/hot-reference/generated/openstack.xml:8592(para) ./doc/hot-reference/generated/openstack.xml:8600(para) ./doc/hot-reference/generated/openstack.xml:8608(para) ./doc/hot-reference/generated/openstack.xml:8799(para) ./doc/hot-reference/generated/openstack.xml:8807(para) ./doc/hot-reference/generated/openstack.xml:8815(para) ./doc/hot-reference/generated/openstack.xml:8822(para) ./doc/hot-reference/generated/openstack.xml:8894(para) ./doc/hot-reference/generated/openstack.xml:8919(para) ./doc/hot-reference/generated/openstack.xml:9092(para) ./doc/hot-reference/generated/openstack.xml:9100(para) ./doc/hot-reference/generated/openstack.xml:9108(para) ./doc/hot-reference/generated/openstack.xml:9291(para) ./doc/hot-reference/generated/openstack.xml:9468(para) ./doc/hot-reference/generated/openstack.xml:9476(para) ./doc/hot-reference/generated/openstack.xml:9638(para) ./doc/hot-reference/generated/openstack.xml:9738(para) ./doc/hot-reference/generated/openstack.xml:9747(para) ./doc/hot-reference/generated/openstack.xml:9756(para) ./doc/hot-reference/generated/openstack.xml:9765(para) ./doc/hot-reference/generated/openstack.xml:9783(para) ./doc/hot-reference/generated/openstack.xml:9791(para) ./doc/hot-reference/generated/openstack.xml:9799(para) ./doc/hot-reference/generated/cfn.xml:35(para) ./doc/hot-reference/generated/cfn.xml:43(para) ./doc/hot-reference/generated/cfn.xml:76(para) ./doc/hot-reference/generated/cfn.xml:92(para) ./doc/hot-reference/generated/cfn.xml:100(para) ./doc/hot-reference/generated/cfn.xml:529(para) ./doc/hot-reference/generated/cfn.xml:546(para) ./doc/hot-reference/generated/cfn.xml:554(para) ./doc/hot-reference/generated/cfn.xml:629(para) ./doc/hot-reference/generated/cfn.xml:637(para) ./doc/hot-reference/generated/cfn.xml:645(para) ./doc/hot-reference/generated/cfn.xml:706(para) ./doc/hot-reference/generated/cfn.xml:834(para) ./doc/hot-reference/generated/cfn.xml:841(para) ./doc/hot-reference/generated/cfn.xml:848(para) ./doc/hot-reference/generated/cfn.xml:856(para) ./doc/hot-reference/generated/cfn.xml:863(para) ./doc/hot-reference/generated/cfn.xml:870(para) ./doc/hot-reference/generated/cfn.xml:877(para) ./doc/hot-reference/generated/cfn.xml:884(para) ./doc/hot-reference/generated/cfn.xml:891(para) ./doc/hot-reference/generated/cfn.xml:898(para) ./doc/hot-reference/generated/cfn.xml:905(para) ./doc/hot-reference/generated/cfn.xml:913(para) ./doc/hot-reference/generated/cfn.xml:920(para) ./doc/hot-reference/generated/cfn.xml:1020(para) ./doc/hot-reference/generated/cfn.xml:1089(para) ./doc/hot-reference/generated/cfn.xml:1097(para) ./doc/hot-reference/generated/cfn.xml:1105(para) ./doc/hot-reference/generated/cfn.xml:1114(para) ./doc/hot-reference/generated/cfn.xml:1305(para) ./doc/hot-reference/generated/cfn.xml:1339(para) ./doc/hot-reference/generated/cfn.xml:1434(para) ./doc/hot-reference/generated/cfn.xml:1442(para) ./doc/hot-reference/generated/cfn.xml:1730(para) ./doc/hot-reference/generated/cfn.xml:1935(para) ./doc/hot-reference/generated/cfn.xml:2010(para) ./doc/hot-reference/generated/cfn.xml:2762(para) ./doc/hot-reference/generated/cfn.xml:3135(para) ./doc/hot-reference/generated/cfn.xml:3142(para) ./doc/hot-reference/generated/cfn.xml:3149(para) ./doc/hot-reference/generated/cfn.xml:3156(para) ./doc/hot-reference/generated/cfn.xml:3163(para) ./doc/hot-reference/generated/cfn.xml:3171(para) ./doc/hot-reference/generated/cfn.xml:3178(para) ./doc/hot-reference/generated/cfn.xml:3185(para) ./doc/hot-reference/generated/cfn.xml:3192(para) +#: ./doc/hot-reference/generated/openstack.xml:315(para) ./doc/hot-reference/generated/openstack.xml:323(para) ./doc/hot-reference/generated/openstack.xml:332(para) ./doc/hot-reference/generated/openstack.xml:340(para) ./doc/hot-reference/generated/openstack.xml:348(para) ./doc/hot-reference/generated/openstack.xml:356(para) ./doc/hot-reference/generated/openstack.xml:364(para) ./doc/hot-reference/generated/openstack.xml:380(para) ./doc/hot-reference/generated/openstack.xml:388(para) ./doc/hot-reference/generated/openstack.xml:399(para) ./doc/hot-reference/generated/openstack.xml:449(para) ./doc/hot-reference/generated/openstack.xml:457(para) ./doc/hot-reference/generated/openstack.xml:466(para) ./doc/hot-reference/generated/openstack.xml:562(para) ./doc/hot-reference/generated/openstack.xml:570(para) ./doc/hot-reference/generated/openstack.xml:579(para) ./doc/hot-reference/generated/openstack.xml:587(para) ./doc/hot-reference/generated/openstack.xml:595(para) ./doc/hot-reference/generated/openstack.xml:603(para) ./doc/hot-reference/generated/openstack.xml:611(para) ./doc/hot-reference/generated/openstack.xml:620(para) ./doc/hot-reference/generated/openstack.xml:698(para) ./doc/hot-reference/generated/openstack.xml:707(para) ./doc/hot-reference/generated/openstack.xml:715(para) ./doc/hot-reference/generated/openstack.xml:724(para) ./doc/hot-reference/generated/openstack.xml:732(para) ./doc/hot-reference/generated/openstack.xml:740(para) ./doc/hot-reference/generated/openstack.xml:748(para) ./doc/hot-reference/generated/openstack.xml:756(para) ./doc/hot-reference/generated/openstack.xml:764(para) ./doc/hot-reference/generated/openstack.xml:772(para) ./doc/hot-reference/generated/openstack.xml:780(para) ./doc/hot-reference/generated/openstack.xml:788(para) ./doc/hot-reference/generated/openstack.xml:878(para) ./doc/hot-reference/generated/openstack.xml:887(para) ./doc/hot-reference/generated/openstack.xml:895(para) ./doc/hot-reference/generated/openstack.xml:904(para) ./doc/hot-reference/generated/openstack.xml:912(para) ./doc/hot-reference/generated/openstack.xml:920(para) ./doc/hot-reference/generated/openstack.xml:928(para) ./doc/hot-reference/generated/openstack.xml:936(para) ./doc/hot-reference/generated/openstack.xml:944(para) ./doc/hot-reference/generated/openstack.xml:952(para) ./doc/hot-reference/generated/openstack.xml:960(para) ./doc/hot-reference/generated/openstack.xml:968(para) ./doc/hot-reference/generated/openstack.xml:976(para) ./doc/hot-reference/generated/openstack.xml:984(para) ./doc/hot-reference/generated/openstack.xml:1080(para) ./doc/hot-reference/generated/openstack.xml:1089(para) ./doc/hot-reference/generated/openstack.xml:1097(para) ./doc/hot-reference/generated/openstack.xml:1106(para) ./doc/hot-reference/generated/openstack.xml:1114(para) ./doc/hot-reference/generated/openstack.xml:1122(para) ./doc/hot-reference/generated/openstack.xml:1130(para) ./doc/hot-reference/generated/openstack.xml:1138(para) ./doc/hot-reference/generated/openstack.xml:1146(para) ./doc/hot-reference/generated/openstack.xml:1154(para) ./doc/hot-reference/generated/openstack.xml:1162(para) ./doc/hot-reference/generated/openstack.xml:1170(para) ./doc/hot-reference/generated/openstack.xml:1178(para) ./doc/hot-reference/generated/openstack.xml:1186(para) ./doc/hot-reference/generated/openstack.xml:1295(para) ./doc/hot-reference/generated/openstack.xml:1312(para) ./doc/hot-reference/generated/openstack.xml:1320(para) ./doc/hot-reference/generated/openstack.xml:1339(para) ./doc/hot-reference/generated/openstack.xml:1366(para) ./doc/hot-reference/generated/openstack.xml:1551(para) ./doc/hot-reference/generated/openstack.xml:1559(para) ./doc/hot-reference/generated/openstack.xml:1567(para) ./doc/hot-reference/generated/openstack.xml:1634(para) ./doc/hot-reference/generated/openstack.xml:1907(para) ./doc/hot-reference/generated/openstack.xml:1915(para) ./doc/hot-reference/generated/openstack.xml:1923(para) ./doc/hot-reference/generated/openstack.xml:1932(para) ./doc/hot-reference/generated/openstack.xml:1941(para) ./doc/hot-reference/generated/openstack.xml:1949(para) ./doc/hot-reference/generated/openstack.xml:2076(para) ./doc/hot-reference/generated/openstack.xml:2084(para) ./doc/hot-reference/generated/openstack.xml:2092(para) ./doc/hot-reference/generated/openstack.xml:2109(para) ./doc/hot-reference/generated/openstack.xml:2117(para) ./doc/hot-reference/generated/openstack.xml:2141(para) ./doc/hot-reference/generated/openstack.xml:2149(para) ./doc/hot-reference/generated/openstack.xml:2157(para) ./doc/hot-reference/generated/openstack.xml:2166(para) ./doc/hot-reference/generated/openstack.xml:2174(para) ./doc/hot-reference/generated/openstack.xml:2418(para) ./doc/hot-reference/generated/openstack.xml:2434(para) ./doc/hot-reference/generated/openstack.xml:2897(para) ./doc/hot-reference/generated/openstack.xml:2921(para) ./doc/hot-reference/generated/openstack.xml:2955(para) ./doc/hot-reference/generated/openstack.xml:3063(para) ./doc/hot-reference/generated/openstack.xml:3080(para) ./doc/hot-reference/generated/openstack.xml:3088(para) ./doc/hot-reference/generated/openstack.xml:3678(para) ./doc/hot-reference/generated/openstack.xml:3687(para) ./doc/hot-reference/generated/openstack.xml:3695(para) ./doc/hot-reference/generated/openstack.xml:3816(para) ./doc/hot-reference/generated/openstack.xml:3825(para) ./doc/hot-reference/generated/openstack.xml:3833(para) ./doc/hot-reference/generated/openstack.xml:3849(para) ./doc/hot-reference/generated/openstack.xml:3973(para) ./doc/hot-reference/generated/openstack.xml:3981(para) ./doc/hot-reference/generated/openstack.xml:3989(para) ./doc/hot-reference/generated/openstack.xml:4299(para) ./doc/hot-reference/generated/openstack.xml:4308(para) ./doc/hot-reference/generated/openstack.xml:4324(para) ./doc/hot-reference/generated/openstack.xml:4460(para) ./doc/hot-reference/generated/openstack.xml:4469(para) ./doc/hot-reference/generated/openstack.xml:4485(para) ./doc/hot-reference/generated/openstack.xml:4510(para) ./doc/hot-reference/generated/openstack.xml:4815(para) ./doc/hot-reference/generated/openstack.xml:5053(para) ./doc/hot-reference/generated/openstack.xml:5061(para) ./doc/hot-reference/generated/openstack.xml:5070(para) ./doc/hot-reference/generated/openstack.xml:5078(para) ./doc/hot-reference/generated/openstack.xml:5249(para) ./doc/hot-reference/generated/openstack.xml:5257(para) ./doc/hot-reference/generated/openstack.xml:5266(para) ./doc/hot-reference/generated/openstack.xml:5274(para) ./doc/hot-reference/generated/openstack.xml:5375(para) ./doc/hot-reference/generated/openstack.xml:5558(para) ./doc/hot-reference/generated/openstack.xml:5567(para) ./doc/hot-reference/generated/openstack.xml:5575(para) ./doc/hot-reference/generated/openstack.xml:5584(para) ./doc/hot-reference/generated/openstack.xml:5592(para) ./doc/hot-reference/generated/openstack.xml:5600(para) ./doc/hot-reference/generated/openstack.xml:5622(para) ./doc/hot-reference/generated/openstack.xml:5630(para) ./doc/hot-reference/generated/openstack.xml:5638(para) ./doc/hot-reference/generated/openstack.xml:5839(para) ./doc/hot-reference/generated/openstack.xml:5847(para) ./doc/hot-reference/generated/openstack.xml:5855(para) ./doc/hot-reference/generated/openstack.xml:5863(para) ./doc/hot-reference/generated/openstack.xml:5874(para) ./doc/hot-reference/generated/openstack.xml:5994(para) ./doc/hot-reference/generated/openstack.xml:6002(para) ./doc/hot-reference/generated/openstack.xml:6010(para) ./doc/hot-reference/generated/openstack.xml:6018(para) ./doc/hot-reference/generated/openstack.xml:6026(para) ./doc/hot-reference/generated/openstack.xml:6134(para) ./doc/hot-reference/generated/openstack.xml:6143(para) ./doc/hot-reference/generated/openstack.xml:6151(para) ./doc/hot-reference/generated/openstack.xml:6159(para) ./doc/hot-reference/generated/openstack.xml:6167(para) ./doc/hot-reference/generated/openstack.xml:6175(para) ./doc/hot-reference/generated/openstack.xml:6184(para) ./doc/hot-reference/generated/openstack.xml:6192(para) ./doc/hot-reference/generated/openstack.xml:6201(para) ./doc/hot-reference/generated/openstack.xml:6209(para) ./doc/hot-reference/generated/openstack.xml:6217(para) ./doc/hot-reference/generated/openstack.xml:6390(para) ./doc/hot-reference/generated/openstack.xml:6410(para) ./doc/hot-reference/generated/openstack.xml:6540(para) ./doc/hot-reference/generated/openstack.xml:6548(para) ./doc/hot-reference/generated/openstack.xml:6556(para) ./doc/hot-reference/generated/openstack.xml:6618(para) ./doc/hot-reference/generated/openstack.xml:6626(para) ./doc/hot-reference/generated/openstack.xml:6634(para) ./doc/hot-reference/generated/openstack.xml:6642(para) ./doc/hot-reference/generated/openstack.xml:6650(para) ./doc/hot-reference/generated/openstack.xml:6658(para) ./doc/hot-reference/generated/openstack.xml:6675(para) ./doc/hot-reference/generated/openstack.xml:6825(para) ./doc/hot-reference/generated/openstack.xml:6881(para) ./doc/hot-reference/generated/openstack.xml:7043(para) ./doc/hot-reference/generated/openstack.xml:7099(para) ./doc/hot-reference/generated/openstack.xml:7252(para) ./doc/hot-reference/generated/openstack.xml:7260(para) ./doc/hot-reference/generated/openstack.xml:7339(para) ./doc/hot-reference/generated/openstack.xml:7577(para) ./doc/hot-reference/generated/openstack.xml:7585(para) ./doc/hot-reference/generated/openstack.xml:7880(para) ./doc/hot-reference/generated/openstack.xml:7888(para) ./doc/hot-reference/generated/openstack.xml:7896(para) ./doc/hot-reference/generated/openstack.xml:7904(para) ./doc/hot-reference/generated/openstack.xml:7920(para) ./doc/hot-reference/generated/openstack.xml:8034(para) ./doc/hot-reference/generated/openstack.xml:8100(para) ./doc/hot-reference/generated/openstack.xml:8142(para) ./doc/hot-reference/generated/openstack.xml:8220(para) ./doc/hot-reference/generated/openstack.xml:8228(para) ./doc/hot-reference/generated/openstack.xml:8236(para) ./doc/hot-reference/generated/openstack.xml:8245(para) ./doc/hot-reference/generated/openstack.xml:8533(para) ./doc/hot-reference/generated/openstack.xml:8550(para) ./doc/hot-reference/generated/openstack.xml:8664(para) ./doc/hot-reference/generated/openstack.xml:8716(para) ./doc/hot-reference/generated/openstack.xml:8725(para) ./doc/hot-reference/generated/openstack.xml:8733(para) ./doc/hot-reference/generated/openstack.xml:8741(para) ./doc/hot-reference/generated/openstack.xml:8805(para) ./doc/hot-reference/generated/openstack.xml:8825(para) ./doc/hot-reference/generated/openstack.xml:8834(para) ./doc/hot-reference/generated/openstack.xml:9026(para) ./doc/hot-reference/generated/openstack.xml:9034(para) ./doc/hot-reference/generated/openstack.xml:9042(para) ./doc/hot-reference/generated/openstack.xml:9051(para) ./doc/hot-reference/generated/openstack.xml:9059(para) ./doc/hot-reference/generated/openstack.xml:9067(para) ./doc/hot-reference/generated/openstack.xml:9159(para) ./doc/hot-reference/generated/openstack.xml:9178(para) ./doc/hot-reference/generated/openstack.xml:9188(para) ./doc/hot-reference/generated/openstack.xml:9196(para) ./doc/hot-reference/generated/openstack.xml:9221(para) ./doc/hot-reference/generated/openstack.xml:9241(para) ./doc/hot-reference/generated/openstack.xml:9249(para) ./doc/hot-reference/generated/openstack.xml:9260(para) ./doc/hot-reference/generated/openstack.xml:9574(para) ./doc/hot-reference/generated/openstack.xml:9582(para) ./doc/hot-reference/generated/openstack.xml:9590(para) ./doc/hot-reference/generated/openstack.xml:9781(para) ./doc/hot-reference/generated/openstack.xml:9789(para) ./doc/hot-reference/generated/openstack.xml:9797(para) ./doc/hot-reference/generated/openstack.xml:9804(para) ./doc/hot-reference/generated/openstack.xml:9876(para) ./doc/hot-reference/generated/openstack.xml:9901(para) ./doc/hot-reference/generated/openstack.xml:10074(para) ./doc/hot-reference/generated/openstack.xml:10082(para) ./doc/hot-reference/generated/openstack.xml:10090(para) ./doc/hot-reference/generated/openstack.xml:10277(para) ./doc/hot-reference/generated/openstack.xml:10458(para) ./doc/hot-reference/generated/openstack.xml:10466(para) ./doc/hot-reference/generated/openstack.xml:10630(para) ./doc/hot-reference/generated/openstack.xml:10840(para) ./doc/hot-reference/generated/openstack.xml:10849(para) ./doc/hot-reference/generated/openstack.xml:10858(para) ./doc/hot-reference/generated/openstack.xml:10867(para) ./doc/hot-reference/generated/openstack.xml:10885(para) ./doc/hot-reference/generated/openstack.xml:10893(para) ./doc/hot-reference/generated/openstack.xml:10901(para) ./doc/hot-reference/generated/openstack.xml:12523(para) ./doc/hot-reference/generated/cfn.xml:37(para) ./doc/hot-reference/generated/cfn.xml:45(para) ./doc/hot-reference/generated/cfn.xml:78(para) ./doc/hot-reference/generated/cfn.xml:94(para) ./doc/hot-reference/generated/cfn.xml:102(para) ./doc/hot-reference/generated/cfn.xml:531(para) ./doc/hot-reference/generated/cfn.xml:548(para) ./doc/hot-reference/generated/cfn.xml:556(para) ./doc/hot-reference/generated/cfn.xml:631(para) ./doc/hot-reference/generated/cfn.xml:639(para) ./doc/hot-reference/generated/cfn.xml:647(para) ./doc/hot-reference/generated/cfn.xml:710(para) ./doc/hot-reference/generated/cfn.xml:840(para) ./doc/hot-reference/generated/cfn.xml:847(para) ./doc/hot-reference/generated/cfn.xml:854(para) ./doc/hot-reference/generated/cfn.xml:862(para) ./doc/hot-reference/generated/cfn.xml:869(para) ./doc/hot-reference/generated/cfn.xml:876(para) ./doc/hot-reference/generated/cfn.xml:883(para) ./doc/hot-reference/generated/cfn.xml:890(para) ./doc/hot-reference/generated/cfn.xml:897(para) ./doc/hot-reference/generated/cfn.xml:904(para) ./doc/hot-reference/generated/cfn.xml:911(para) ./doc/hot-reference/generated/cfn.xml:919(para) ./doc/hot-reference/generated/cfn.xml:926(para) ./doc/hot-reference/generated/cfn.xml:1026(para) ./doc/hot-reference/generated/cfn.xml:1095(para) ./doc/hot-reference/generated/cfn.xml:1103(para) ./doc/hot-reference/generated/cfn.xml:1111(para) ./doc/hot-reference/generated/cfn.xml:1120(para) ./doc/hot-reference/generated/cfn.xml:1311(para) ./doc/hot-reference/generated/cfn.xml:1345(para) ./doc/hot-reference/generated/cfn.xml:1440(para) ./doc/hot-reference/generated/cfn.xml:1448(para) ./doc/hot-reference/generated/cfn.xml:1736(para) ./doc/hot-reference/generated/cfn.xml:1944(para) ./doc/hot-reference/generated/cfn.xml:2019(para) ./doc/hot-reference/generated/cfn.xml:2772(para) ./doc/hot-reference/generated/cfn.xml:3145(para) ./doc/hot-reference/generated/cfn.xml:3152(para) ./doc/hot-reference/generated/cfn.xml:3159(para) ./doc/hot-reference/generated/cfn.xml:3166(para) ./doc/hot-reference/generated/cfn.xml:3173(para) ./doc/hot-reference/generated/cfn.xml:3181(para) ./doc/hot-reference/generated/cfn.xml:3188(para) ./doc/hot-reference/generated/cfn.xml:3195(para) ./doc/hot-reference/generated/cfn.xml:3202(para) msgid "Can be updated without replacement." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:320(term) ./doc/hot-reference/generated/openstack.xml:708(term) ./doc/hot-reference/generated/openstack.xml:886(term) +#: ./doc/hot-reference/generated/openstack.xml:320(term) ./doc/hot-reference/generated/openstack.xml:712(term) ./doc/hot-reference/generated/openstack.xml:892(term) ./doc/hot-reference/generated/openstack.xml:1094(term) msgid "comparison_operator" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:322(para) ./doc/hot-reference/generated/openstack.xml:710(para) ./doc/hot-reference/generated/openstack.xml:888(para) +#: ./doc/hot-reference/generated/openstack.xml:322(para) ./doc/hot-reference/generated/openstack.xml:714(para) ./doc/hot-reference/generated/openstack.xml:894(para) ./doc/hot-reference/generated/openstack.xml:1096(para) msgid "Operator used to compare specified statistic with threshold." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:325(para) ./doc/hot-reference/generated/openstack.xml:713(para) ./doc/hot-reference/generated/openstack.xml:891(para) +#: ./doc/hot-reference/generated/openstack.xml:325(para) ./doc/hot-reference/generated/openstack.xml:717(para) ./doc/hot-reference/generated/openstack.xml:897(para) ./doc/hot-reference/generated/openstack.xml:1099(para) msgid "Allowed values: ge, gt, eq, ne, lt, le" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:329(term) ./doc/hot-reference/generated/openstack.xml:574(term) ./doc/hot-reference/generated/openstack.xml:717(term) ./doc/hot-reference/generated/openstack.xml:895(term) ./doc/hot-reference/generated/openstack.xml:1084(term) ./doc/hot-reference/generated/openstack.xml:3034(term) ./doc/hot-reference/generated/openstack.xml:3092(term) ./doc/hot-reference/generated/openstack.xml:3255(term) ./doc/hot-reference/generated/openstack.xml:3313(term) ./doc/hot-reference/generated/openstack.xml:3882(term) ./doc/hot-reference/generated/openstack.xml:3940(term) ./doc/hot-reference/generated/openstack.xml:4887(term) ./doc/hot-reference/generated/openstack.xml:4933(term) ./doc/hot-reference/generated/openstack.xml:5042(term) ./doc/hot-reference/generated/openstack.xml:5085(term) ./doc/hot-reference/generated/openstack.xml:5183(term) ./doc/hot-reference/generated/openstack.xml:5276(term) ./doc/hot-reference/generated/openstack.xml:5865(term) ./doc/hot-reference/generated/openstack.xml:5958(term) ./doc/hot-reference/generated/openstack.xml:6083(term) ./doc/hot-reference/generated/openstack.xml:6176(term) ./doc/hot-reference/generated/openstack.xml:6300(term) ./doc/hot-reference/generated/openstack.xml:6444(term) ./doc/hot-reference/generated/openstack.xml:6695(term) ./doc/hot-reference/generated/openstack.xml:6727(term) ./doc/hot-reference/generated/openstack.xml:7262(term) ./doc/hot-reference/generated/openstack.xml:7349(term) ./doc/hot-reference/generated/openstack.xml:7435(term) ./doc/hot-reference/generated/openstack.xml:8589(term) ./doc/hot-reference/generated/openstack.xml:9097(term) ./doc/hot-reference/generated/openstack.xml:9164(term) ./doc/hot-reference/generated/openstack.xml:10363(term) ./doc/hot-reference/generated/openstack.xml:10543(term) +#: ./doc/hot-reference/generated/openstack.xml:329(term) ./doc/hot-reference/generated/openstack.xml:576(term) ./doc/hot-reference/generated/openstack.xml:721(term) ./doc/hot-reference/generated/openstack.xml:901(term) ./doc/hot-reference/generated/openstack.xml:1103(term) ./doc/hot-reference/generated/openstack.xml:1292(term) ./doc/hot-reference/generated/openstack.xml:3261(term) ./doc/hot-reference/generated/openstack.xml:3319(term) ./doc/hot-reference/generated/openstack.xml:3484(term) ./doc/hot-reference/generated/openstack.xml:3542(term) ./doc/hot-reference/generated/openstack.xml:4117(term) ./doc/hot-reference/generated/openstack.xml:4175(term) ./doc/hot-reference/generated/openstack.xml:5050(term) ./doc/hot-reference/generated/openstack.xml:5246(term) ./doc/hot-reference/generated/openstack.xml:5564(term) ./doc/hot-reference/generated/openstack.xml:5844(term) ./doc/hot-reference/generated/openstack.xml:5890(term) ./doc/hot-reference/generated/openstack.xml:5999(term) ./doc/hot-reference/generated/openstack.xml:6042(term) ./doc/hot-reference/generated/openstack.xml:6140(term) ./doc/hot-reference/generated/openstack.xml:6233(term) ./doc/hot-reference/generated/openstack.xml:6822(term) ./doc/hot-reference/generated/openstack.xml:6915(term) ./doc/hot-reference/generated/openstack.xml:7040(term) ./doc/hot-reference/generated/openstack.xml:7133(term) ./doc/hot-reference/generated/openstack.xml:7257(term) ./doc/hot-reference/generated/openstack.xml:7401(term) ./doc/hot-reference/generated/openstack.xml:7654(term) ./doc/hot-reference/generated/openstack.xml:7686(term) ./doc/hot-reference/generated/openstack.xml:8225(term) ./doc/hot-reference/generated/openstack.xml:8313(term) ./doc/hot-reference/generated/openstack.xml:8401(term) ./doc/hot-reference/generated/openstack.xml:9571(term) ./doc/hot-reference/generated/openstack.xml:10079(term) ./doc/hot-reference/generated/openstack.xml:10150(term) ./doc/hot-reference/generated/openstack.xml:11475(term) ./doc/hot-reference/generated/openstack.xml:11657(term) msgid "description" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:331(para) ./doc/hot-reference/generated/openstack.xml:576(para) ./doc/hot-reference/generated/openstack.xml:719(para) ./doc/hot-reference/generated/openstack.xml:897(para) ./doc/hot-reference/generated/openstack.xml:1869(para) +#: ./doc/hot-reference/generated/openstack.xml:331(para) ./doc/hot-reference/generated/openstack.xml:578(para) ./doc/hot-reference/generated/openstack.xml:723(para) ./doc/hot-reference/generated/openstack.xml:903(para) ./doc/hot-reference/generated/openstack.xml:1105(para) ./doc/hot-reference/generated/openstack.xml:2083(para) msgid "Description for the alarm." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:337(term) ./doc/hot-reference/generated/openstack.xml:582(term) ./doc/hot-reference/generated/openstack.xml:725(term) ./doc/hot-reference/generated/openstack.xml:903(term) ./doc/hot-reference/generated/openstack.xml:5207(term) ./doc/hot-reference/generated/openstack.xml:5294(term) +#: ./doc/hot-reference/generated/openstack.xml:337(term) ./doc/hot-reference/generated/openstack.xml:584(term) ./doc/hot-reference/generated/openstack.xml:729(term) ./doc/hot-reference/generated/openstack.xml:909(term) ./doc/hot-reference/generated/openstack.xml:1111(term) ./doc/hot-reference/generated/openstack.xml:5263(term) ./doc/hot-reference/generated/openstack.xml:5589(term) ./doc/hot-reference/generated/openstack.xml:6164(term) ./doc/hot-reference/generated/openstack.xml:6251(term) msgid "enabled" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:339(para) ./doc/hot-reference/generated/openstack.xml:584(para) ./doc/hot-reference/generated/openstack.xml:727(para) ./doc/hot-reference/generated/openstack.xml:905(para) +#: ./doc/hot-reference/generated/openstack.xml:339(para) ./doc/hot-reference/generated/openstack.xml:586(para) ./doc/hot-reference/generated/openstack.xml:731(para) ./doc/hot-reference/generated/openstack.xml:911(para) ./doc/hot-reference/generated/openstack.xml:1113(para) msgid "True if alarm evaluation/actioning is enabled." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:341(para) ./doc/hot-reference/generated/openstack.xml:450(para) ./doc/hot-reference/generated/openstack.xml:586(para) ./doc/hot-reference/generated/openstack.xml:619(para) ./doc/hot-reference/generated/openstack.xml:729(para) ./doc/hot-reference/generated/openstack.xml:777(para) ./doc/hot-reference/generated/openstack.xml:907(para) ./doc/hot-reference/generated/openstack.xml:955(para) +#: ./doc/hot-reference/generated/openstack.xml:341(para) ./doc/hot-reference/generated/openstack.xml:450(para) ./doc/hot-reference/generated/openstack.xml:588(para) ./doc/hot-reference/generated/openstack.xml:621(para) ./doc/hot-reference/generated/openstack.xml:733(para) ./doc/hot-reference/generated/openstack.xml:781(para) ./doc/hot-reference/generated/openstack.xml:913(para) ./doc/hot-reference/generated/openstack.xml:969(para) ./doc/hot-reference/generated/openstack.xml:1115(para) ./doc/hot-reference/generated/openstack.xml:1163(para) msgid "Optional property, defaults to \"true\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:345(term) ./doc/hot-reference/generated/openstack.xml:733(term) ./doc/hot-reference/generated/openstack.xml:911(term) +#: ./doc/hot-reference/generated/openstack.xml:345(term) ./doc/hot-reference/generated/openstack.xml:737(term) ./doc/hot-reference/generated/openstack.xml:917(term) ./doc/hot-reference/generated/openstack.xml:1119(term) msgid "evaluation_periods" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:347(para) ./doc/hot-reference/generated/openstack.xml:735(para) ./doc/hot-reference/generated/openstack.xml:913(para) ./doc/hot-reference/generated/openstack.xml:1894(para) +#: ./doc/hot-reference/generated/openstack.xml:347(para) ./doc/hot-reference/generated/openstack.xml:739(para) ./doc/hot-reference/generated/openstack.xml:919(para) ./doc/hot-reference/generated/openstack.xml:1121(para) ./doc/hot-reference/generated/openstack.xml:2108(para) msgid "Number of periods to evaluate over." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:353(term) ./doc/hot-reference/generated/openstack.xml:590(term) ./doc/hot-reference/generated/openstack.xml:749(term) ./doc/hot-reference/generated/openstack.xml:927(term) +#: ./doc/hot-reference/generated/openstack.xml:353(term) ./doc/hot-reference/generated/openstack.xml:592(term) ./doc/hot-reference/generated/openstack.xml:753(term) ./doc/hot-reference/generated/openstack.xml:933(term) ./doc/hot-reference/generated/openstack.xml:1135(term) msgid "insufficient_data_actions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:355(para) ./doc/hot-reference/generated/openstack.xml:592(para) ./doc/hot-reference/generated/openstack.xml:751(para) ./doc/hot-reference/generated/openstack.xml:929(para) +#: ./doc/hot-reference/generated/openstack.xml:355(para) ./doc/hot-reference/generated/openstack.xml:594(para) ./doc/hot-reference/generated/openstack.xml:755(para) ./doc/hot-reference/generated/openstack.xml:935(para) ./doc/hot-reference/generated/openstack.xml:1137(para) msgid "A list of URLs (webhooks) to invoke when state transitions to insufficient-data." msgstr "" @@ -334,7 +330,7 @@ msgstr "" msgid "Meter should match this resource metadata (key=value) additionally to the meter_name." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:365(para) ./doc/hot-reference/generated/openstack.xml:3741(para) ./doc/hot-reference/generated/openstack.xml:5463(para) ./doc/hot-reference/generated/openstack.xml:6960(para) ./doc/hot-reference/generated/openstack.xml:7072(para) ./doc/hot-reference/generated/openstack.xml:7870(para) ./doc/hot-reference/generated/openstack.xml:8275(para) ./doc/hot-reference/generated/openstack.xml:8920(para) ./doc/hot-reference/generated/openstack.xml:9863(para) ./doc/hot-reference/generated/openstack.xml:10793(para) ./doc/hot-reference/generated/openstack.xml:10801(para) +#: ./doc/hot-reference/generated/openstack.xml:365(para) ./doc/hot-reference/generated/openstack.xml:3974(para) ./doc/hot-reference/generated/openstack.xml:6420(para) ./doc/hot-reference/generated/openstack.xml:7921(para) ./doc/hot-reference/generated/openstack.xml:8035(para) ./doc/hot-reference/generated/openstack.xml:8843(para) ./doc/hot-reference/generated/openstack.xml:9250(para) ./doc/hot-reference/generated/openstack.xml:9902(para) ./doc/hot-reference/generated/openstack.xml:10965(para) ./doc/hot-reference/generated/openstack.xml:11907(para) ./doc/hot-reference/generated/openstack.xml:11915(para) msgid "Optional property, defaults to \"{}\"." msgstr "" @@ -346,15 +342,15 @@ msgstr "" msgid "Meter name watched by the alarm." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:373(para) ./doc/hot-reference/generated/openstack.xml:467(para) ./doc/hot-reference/generated/openstack.xml:569(para) ./doc/hot-reference/generated/openstack.xml:761(para) ./doc/hot-reference/generated/openstack.xml:785(para) ./doc/hot-reference/generated/openstack.xml:939(para) ./doc/hot-reference/generated/openstack.xml:963(para) ./doc/hot-reference/generated/openstack.xml:971(para) ./doc/hot-reference/generated/openstack.xml:979(para) ./doc/hot-reference/generated/openstack.xml:1344(para) ./doc/hot-reference/generated/openstack.xml:1360(para) ./doc/hot-reference/generated/openstack.xml:1433(para) ./doc/hot-reference/generated/openstack.xml:1492(para) ./doc/hot-reference/generated/openstack.xml:1501(para) ./doc/hot-reference/generated/openstack.xml:1526(para) ./doc/hot-reference/generated/openstack.xml:1638(para) ./doc/hot-reference/generated/openstack.xml:1710(para) ./doc/hot-reference/generated/openstack.xml:1719(para) ./doc/hot-reference/generated/openstack.xml:1728(para) ./doc/hot-reference/generated/openstack.xml:1879(para) ./doc/hot-reference/generated/openstack.xml:1896(para) ./doc/hot-reference/generated/openstack.xml:1912(para) ./doc/hot-reference/generated/openstack.xml:1920(para) ./doc/hot-reference/generated/openstack.xml:1936(para) ./doc/hot-reference/generated/openstack.xml:1944(para) ./doc/hot-reference/generated/openstack.xml:1953(para) ./doc/hot-reference/generated/openstack.xml:2129(para) ./doc/hot-reference/generated/openstack.xml:2195(para) ./doc/hot-reference/generated/openstack.xml:2203(para) ./doc/hot-reference/generated/openstack.xml:2219(para) ./doc/hot-reference/generated/openstack.xml:2245(para) ./doc/hot-reference/generated/openstack.xml:2252(para) ./doc/hot-reference/generated/openstack.xml:2367(para) ./doc/hot-reference/generated/openstack.xml:2537(para) ./doc/hot-reference/generated/openstack.xml:2734(para) ./doc/hot-reference/generated/openstack.xml:2752(para) ./doc/hot-reference/generated/openstack.xml:2839(para) ./doc/hot-reference/generated/openstack.xml:2848(para) ./doc/hot-reference/generated/openstack.xml:2864(para) ./doc/hot-reference/generated/openstack.xml:2948(para) ./doc/hot-reference/generated/openstack.xml:2968(para) ./doc/hot-reference/generated/openstack.xml:2997(para) ./doc/hot-reference/generated/openstack.xml:3046(para) ./doc/hot-reference/generated/openstack.xml:3112(para) ./doc/hot-reference/generated/openstack.xml:3267(para) ./doc/hot-reference/generated/openstack.xml:3333(para) ./doc/hot-reference/generated/openstack.xml:3730(para) ./doc/hot-reference/generated/openstack.xml:3749(para) ./doc/hot-reference/generated/openstack.xml:3894(para) ./doc/hot-reference/generated/openstack.xml:3960(para) ./doc/hot-reference/generated/openstack.xml:4389(para) ./doc/hot-reference/generated/openstack.xml:4397(para) ./doc/hot-reference/generated/openstack.xml:4578(para) ./doc/hot-reference/generated/openstack.xml:4586(para) ./doc/hot-reference/generated/openstack.xml:4806(para) ./doc/hot-reference/generated/openstack.xml:4814(para) ./doc/hot-reference/generated/openstack.xml:4822(para) ./doc/hot-reference/generated/openstack.xml:4899(para) ./doc/hot-reference/generated/openstack.xml:5054(para) ./doc/hot-reference/generated/openstack.xml:5592(para) ./doc/hot-reference/generated/openstack.xml:5600(para) ./doc/hot-reference/generated/openstack.xml:5670(para) ./doc/hot-reference/generated/openstack.xml:5694(para) ./doc/hot-reference/generated/openstack.xml:5702(para) ./doc/hot-reference/generated/openstack.xml:5710(para) ./doc/hot-reference/generated/openstack.xml:6350(para) ./doc/hot-reference/generated/openstack.xml:6367(para) ./doc/hot-reference/generated/openstack.xml:6391(para) ./doc/hot-reference/generated/openstack.xml:6399(para) ./doc/hot-reference/generated/openstack.xml:6407(para) ./doc/hot-reference/generated/openstack.xml:6415(para) ./doc/hot-reference/generated/openstack.xml:6423(para) ./doc/hot-reference/generated/openstack.xml:6629(para) ./doc/hot-reference/generated/openstack.xml:6637(para) ./doc/hot-reference/generated/openstack.xml:6820(para) ./doc/hot-reference/generated/openstack.xml:6828(para) ./doc/hot-reference/generated/openstack.xml:7138(para) ./doc/hot-reference/generated/openstack.xml:7158(para) ./doc/hot-reference/generated/openstack.xml:7166(para) ./doc/hot-reference/generated/openstack.xml:7274(para) ./doc/hot-reference/generated/openstack.xml:7299(para) ./doc/hot-reference/generated/openstack.xml:7319(para) ./doc/hot-reference/generated/openstack.xml:7369(para) ./doc/hot-reference/generated/openstack.xml:7395(para) ./doc/hot-reference/generated/openstack.xml:7550(para) ./doc/hot-reference/generated/openstack.xml:7566(para) ./doc/hot-reference/generated/openstack.xml:7574(para) ./doc/hot-reference/generated/openstack.xml:7724(para) ./doc/hot-reference/generated/openstack.xml:8068(para) ./doc/hot-reference/generated/openstack.xml:8077(para) ./doc/hot-reference/generated/openstack.xml:8222(para) ./doc/hot-reference/generated/openstack.xml:8411(para) ./doc/hot-reference/generated/openstack.xml:8771(para) ./doc/hot-reference/generated/openstack.xml:8778(para) ./doc/hot-reference/generated/openstack.xml:8792(para) ./doc/hot-reference/generated/openstack.xml:8841(para) ./doc/hot-reference/generated/openstack.xml:8848(para) ./doc/hot-reference/generated/openstack.xml:9276(para) ./doc/hot-reference/generated/openstack.xml:9300(para) ./doc/hot-reference/generated/openstack.xml:9324(para) ./doc/hot-reference/generated/openstack.xml:9469(para) ./doc/hot-reference/generated/openstack.xml:9477(para) ./doc/hot-reference/generated/openstack.xml:9544(para) ./doc/hot-reference/generated/openstack.xml:9682(para) ./doc/hot-reference/generated/openstack.xml:9739(para) ./doc/hot-reference/generated/openstack.xml:10177(para) ./doc/hot-reference/generated/openstack.xml:10194(para) ./doc/hot-reference/generated/openstack.xml:10228(para) ./doc/hot-reference/generated/openstack.xml:10375(para) ./doc/hot-reference/generated/openstack.xml:10421(para) ./doc/hot-reference/generated/openstack.xml:10430(para) ./doc/hot-reference/generated/openstack.xml:10438(para) ./doc/hot-reference/generated/openstack.xml:10452(para) ./doc/hot-reference/generated/openstack.xml:10555(para) ./doc/hot-reference/generated/openstack.xml:10572(para) ./doc/hot-reference/generated/openstack.xml:10607(para) ./doc/hot-reference/generated/openstack.xml:10628(para) ./doc/hot-reference/generated/openstack.xml:10980(para) ./doc/hot-reference/generated/openstack.xml:11014(para) ./doc/hot-reference/generated/openstack.xml:11090(para) ./doc/hot-reference/generated/openstack.xml:11118(para) ./doc/hot-reference/generated/openstack.xml:11147(para) ./doc/hot-reference/generated/openstack.xml:11157(para) ./doc/hot-reference/generated/cfn.xml:28(para) ./doc/hot-reference/generated/cfn.xml:93(para) ./doc/hot-reference/generated/cfn.xml:101(para) ./doc/hot-reference/generated/cfn.xml:127(para) ./doc/hot-reference/generated/cfn.xml:134(para) ./doc/hot-reference/generated/cfn.xml:272(para) ./doc/hot-reference/generated/cfn.xml:418(para) ./doc/hot-reference/generated/cfn.xml:425(para) ./doc/hot-reference/generated/cfn.xml:530(para) ./doc/hot-reference/generated/cfn.xml:539(para) ./doc/hot-reference/generated/cfn.xml:555(para) ./doc/hot-reference/generated/cfn.xml:638(para) ./doc/hot-reference/generated/cfn.xml:716(para) ./doc/hot-reference/generated/cfn.xml:724(para) ./doc/hot-reference/generated/cfn.xml:849(para) ./doc/hot-reference/generated/cfn.xml:864(para) ./doc/hot-reference/generated/cfn.xml:878(para) ./doc/hot-reference/generated/cfn.xml:899(para) ./doc/hot-reference/generated/cfn.xml:906(para) ./doc/hot-reference/generated/cfn.xml:914(para) ./doc/hot-reference/generated/cfn.xml:1205(para) ./doc/hot-reference/generated/cfn.xml:1297(para) ./doc/hot-reference/generated/cfn.xml:1306(para) ./doc/hot-reference/generated/cfn.xml:1366(para) ./doc/hot-reference/generated/cfn.xml:1373(para) ./doc/hot-reference/generated/cfn.xml:1461(para) ./doc/hot-reference/generated/cfn.xml:1468(para) ./doc/hot-reference/generated/cfn.xml:1517(para) ./doc/hot-reference/generated/cfn.xml:1525(para) ./doc/hot-reference/generated/cfn.xml:1754(para) ./doc/hot-reference/generated/cfn.xml:1872(para) ./doc/hot-reference/generated/cfn.xml:1929(para) ./doc/hot-reference/generated/cfn.xml:2158(para) ./doc/hot-reference/generated/cfn.xml:2186(para) ./doc/hot-reference/generated/cfn.xml:2260(para) ./doc/hot-reference/generated/cfn.xml:2268(para) ./doc/hot-reference/generated/cfn.xml:2418(para) ./doc/hot-reference/generated/cfn.xml:2483(para) ./doc/hot-reference/generated/cfn.xml:2526(para) ./doc/hot-reference/generated/cfn.xml:2533(para) ./doc/hot-reference/generated/cfn.xml:2602(para) ./doc/hot-reference/generated/cfn.xml:2611(para) ./doc/hot-reference/generated/cfn.xml:2620(para) ./doc/hot-reference/generated/cfn.xml:2702(para) ./doc/hot-reference/generated/cfn.xml:2720(para) ./doc/hot-reference/generated/cfn.xml:2728(para) ./doc/hot-reference/generated/cfn.xml:2736(para) ./doc/hot-reference/generated/cfn.xml:2744(para) ./doc/hot-reference/generated/cfn.xml:2752(para) ./doc/hot-reference/generated/cfn.xml:2779(para) ./doc/hot-reference/generated/cfn.xml:2798(para) ./doc/hot-reference/generated/cfn.xml:2806(para) ./doc/hot-reference/generated/cfn.xml:2822(para) ./doc/hot-reference/generated/cfn.xml:2967(para) ./doc/hot-reference/generated/cfn.xml:3136(para) ./doc/hot-reference/generated/cfn.xml:3143(para) ./doc/hot-reference/generated/cfn.xml:3150(para) ./doc/hot-reference/generated/cfn.xml:3164(para) ./doc/hot-reference/generated/cfn.xml:3179(para) ./doc/hot-reference/generated/cfn.xml:3186(para) ./doc/hot-reference/generated/cfn.xml:3316(para) ./doc/hot-reference/generated/cfn.xml:3324(para) +#: ./doc/hot-reference/generated/openstack.xml:373(para) ./doc/hot-reference/generated/openstack.xml:467(para) ./doc/hot-reference/generated/openstack.xml:571(para) ./doc/hot-reference/generated/openstack.xml:765(para) ./doc/hot-reference/generated/openstack.xml:789(para) ./doc/hot-reference/generated/openstack.xml:945(para) ./doc/hot-reference/generated/openstack.xml:961(para) ./doc/hot-reference/generated/openstack.xml:977(para) ./doc/hot-reference/generated/openstack.xml:985(para) ./doc/hot-reference/generated/openstack.xml:1147(para) ./doc/hot-reference/generated/openstack.xml:1171(para) ./doc/hot-reference/generated/openstack.xml:1179(para) ./doc/hot-reference/generated/openstack.xml:1187(para) ./doc/hot-reference/generated/openstack.xml:1552(para) ./doc/hot-reference/generated/openstack.xml:1568(para) ./doc/hot-reference/generated/openstack.xml:1643(para) ./doc/hot-reference/generated/openstack.xml:1704(para) ./doc/hot-reference/generated/openstack.xml:1713(para) ./doc/hot-reference/generated/openstack.xml:1738(para) ./doc/hot-reference/generated/openstack.xml:1850(para) ./doc/hot-reference/generated/openstack.xml:1924(para) ./doc/hot-reference/generated/openstack.xml:1933(para) ./doc/hot-reference/generated/openstack.xml:1942(para) ./doc/hot-reference/generated/openstack.xml:2093(para) ./doc/hot-reference/generated/openstack.xml:2110(para) ./doc/hot-reference/generated/openstack.xml:2126(para) ./doc/hot-reference/generated/openstack.xml:2134(para) ./doc/hot-reference/generated/openstack.xml:2150(para) ./doc/hot-reference/generated/openstack.xml:2158(para) ./doc/hot-reference/generated/openstack.xml:2167(para) ./doc/hot-reference/generated/openstack.xml:2345(para) ./doc/hot-reference/generated/openstack.xml:2411(para) ./doc/hot-reference/generated/openstack.xml:2419(para) ./doc/hot-reference/generated/openstack.xml:2435(para) ./doc/hot-reference/generated/openstack.xml:2461(para) ./doc/hot-reference/generated/openstack.xml:2468(para) ./doc/hot-reference/generated/openstack.xml:2585(para) ./doc/hot-reference/generated/openstack.xml:2757(para) ./doc/hot-reference/generated/openstack.xml:2956(para) ./doc/hot-reference/generated/openstack.xml:2974(para) ./doc/hot-reference/generated/openstack.xml:3064(para) ./doc/hot-reference/generated/openstack.xml:3073(para) ./doc/hot-reference/generated/openstack.xml:3089(para) ./doc/hot-reference/generated/openstack.xml:3175(para) ./doc/hot-reference/generated/openstack.xml:3224(para) ./doc/hot-reference/generated/openstack.xml:3273(para) ./doc/hot-reference/generated/openstack.xml:3339(para) ./doc/hot-reference/generated/openstack.xml:3496(para) ./doc/hot-reference/generated/openstack.xml:3562(para) ./doc/hot-reference/generated/openstack.xml:3963(para) ./doc/hot-reference/generated/openstack.xml:3982(para) ./doc/hot-reference/generated/openstack.xml:4129(para) ./doc/hot-reference/generated/openstack.xml:4195(para) ./doc/hot-reference/generated/openstack.xml:4630(para) ./doc/hot-reference/generated/openstack.xml:4638(para) ./doc/hot-reference/generated/openstack.xml:4825(para) ./doc/hot-reference/generated/openstack.xml:4833(para) ./doc/hot-reference/generated/openstack.xml:5117(para) ./doc/hot-reference/generated/openstack.xml:5677(para) ./doc/hot-reference/generated/openstack.xml:5762(para) ./doc/hot-reference/generated/openstack.xml:5770(para) ./doc/hot-reference/generated/openstack.xml:5778(para) ./doc/hot-reference/generated/openstack.xml:5856(para) ./doc/hot-reference/generated/openstack.xml:6011(para) ./doc/hot-reference/generated/openstack.xml:6549(para) ./doc/hot-reference/generated/openstack.xml:6557(para) ./doc/hot-reference/generated/openstack.xml:6627(para) ./doc/hot-reference/generated/openstack.xml:6651(para) ./doc/hot-reference/generated/openstack.xml:6659(para) ./doc/hot-reference/generated/openstack.xml:6667(para) ./doc/hot-reference/generated/openstack.xml:7307(para) ./doc/hot-reference/generated/openstack.xml:7324(para) ./doc/hot-reference/generated/openstack.xml:7348(para) ./doc/hot-reference/generated/openstack.xml:7356(para) ./doc/hot-reference/generated/openstack.xml:7364(para) ./doc/hot-reference/generated/openstack.xml:7372(para) ./doc/hot-reference/generated/openstack.xml:7380(para) ./doc/hot-reference/generated/openstack.xml:7586(para) ./doc/hot-reference/generated/openstack.xml:7594(para) ./doc/hot-reference/generated/openstack.xml:7781(para) ./doc/hot-reference/generated/openstack.xml:7789(para) ./doc/hot-reference/generated/openstack.xml:8101(para) ./doc/hot-reference/generated/openstack.xml:8121(para) ./doc/hot-reference/generated/openstack.xml:8129(para) ./doc/hot-reference/generated/openstack.xml:8237(para) ./doc/hot-reference/generated/openstack.xml:8262(para) ./doc/hot-reference/generated/openstack.xml:8283(para) ./doc/hot-reference/generated/openstack.xml:8333(para) ./doc/hot-reference/generated/openstack.xml:8359(para) ./doc/hot-reference/generated/openstack.xml:8518(para) ./doc/hot-reference/generated/openstack.xml:8534(para) ./doc/hot-reference/generated/openstack.xml:8542(para) ./doc/hot-reference/generated/openstack.xml:8692(para) ./doc/hot-reference/generated/openstack.xml:9043(para) ./doc/hot-reference/generated/openstack.xml:9052(para) ./doc/hot-reference/generated/openstack.xml:9197(para) ./doc/hot-reference/generated/openstack.xml:9386(para) ./doc/hot-reference/generated/openstack.xml:9753(para) ./doc/hot-reference/generated/openstack.xml:9760(para) ./doc/hot-reference/generated/openstack.xml:9774(para) ./doc/hot-reference/generated/openstack.xml:9823(para) ./doc/hot-reference/generated/openstack.xml:9830(para) ./doc/hot-reference/generated/openstack.xml:10262(para) ./doc/hot-reference/generated/openstack.xml:10286(para) ./doc/hot-reference/generated/openstack.xml:10310(para) ./doc/hot-reference/generated/openstack.xml:10459(para) ./doc/hot-reference/generated/openstack.xml:10467(para) ./doc/hot-reference/generated/openstack.xml:10536(para) ./doc/hot-reference/generated/openstack.xml:10674(para) ./doc/hot-reference/generated/openstack.xml:10841(para) ./doc/hot-reference/generated/openstack.xml:11287(para) ./doc/hot-reference/generated/openstack.xml:11304(para) ./doc/hot-reference/generated/openstack.xml:11338(para) ./doc/hot-reference/generated/openstack.xml:11487(para) ./doc/hot-reference/generated/openstack.xml:11533(para) ./doc/hot-reference/generated/openstack.xml:11542(para) ./doc/hot-reference/generated/openstack.xml:11550(para) ./doc/hot-reference/generated/openstack.xml:11564(para) ./doc/hot-reference/generated/openstack.xml:11669(para) ./doc/hot-reference/generated/openstack.xml:11686(para) ./doc/hot-reference/generated/openstack.xml:11721(para) ./doc/hot-reference/generated/openstack.xml:11742(para) ./doc/hot-reference/generated/openstack.xml:12052(para) ./doc/hot-reference/generated/openstack.xml:12061(para) ./doc/hot-reference/generated/openstack.xml:12070(para) ./doc/hot-reference/generated/openstack.xml:12089(para) ./doc/hot-reference/generated/openstack.xml:12098(para) ./doc/hot-reference/generated/openstack.xml:12241(para) ./doc/hot-reference/generated/openstack.xml:12275(para) ./doc/hot-reference/generated/openstack.xml:12352(para) ./doc/hot-reference/generated/openstack.xml:12380(para) ./doc/hot-reference/generated/openstack.xml:12409(para) ./doc/hot-reference/generated/openstack.xml:12419(para) ./doc/hot-reference/generated/openstack.xml:12532(para) ./doc/hot-reference/generated/cfn.xml:30(para) ./doc/hot-reference/generated/cfn.xml:95(para) ./doc/hot-reference/generated/cfn.xml:103(para) ./doc/hot-reference/generated/cfn.xml:129(para) ./doc/hot-reference/generated/cfn.xml:136(para) ./doc/hot-reference/generated/cfn.xml:274(para) ./doc/hot-reference/generated/cfn.xml:420(para) ./doc/hot-reference/generated/cfn.xml:427(para) ./doc/hot-reference/generated/cfn.xml:532(para) ./doc/hot-reference/generated/cfn.xml:541(para) ./doc/hot-reference/generated/cfn.xml:557(para) ./doc/hot-reference/generated/cfn.xml:640(para) ./doc/hot-reference/generated/cfn.xml:720(para) ./doc/hot-reference/generated/cfn.xml:728(para) ./doc/hot-reference/generated/cfn.xml:855(para) ./doc/hot-reference/generated/cfn.xml:870(para) ./doc/hot-reference/generated/cfn.xml:884(para) ./doc/hot-reference/generated/cfn.xml:905(para) ./doc/hot-reference/generated/cfn.xml:912(para) ./doc/hot-reference/generated/cfn.xml:920(para) ./doc/hot-reference/generated/cfn.xml:1211(para) ./doc/hot-reference/generated/cfn.xml:1303(para) ./doc/hot-reference/generated/cfn.xml:1312(para) ./doc/hot-reference/generated/cfn.xml:1372(para) ./doc/hot-reference/generated/cfn.xml:1379(para) ./doc/hot-reference/generated/cfn.xml:1467(para) ./doc/hot-reference/generated/cfn.xml:1474(para) ./doc/hot-reference/generated/cfn.xml:1523(para) ./doc/hot-reference/generated/cfn.xml:1531(para) ./doc/hot-reference/generated/cfn.xml:1760(para) ./doc/hot-reference/generated/cfn.xml:1881(para) ./doc/hot-reference/generated/cfn.xml:1938(para) ./doc/hot-reference/generated/cfn.xml:2167(para) ./doc/hot-reference/generated/cfn.xml:2195(para) ./doc/hot-reference/generated/cfn.xml:2269(para) ./doc/hot-reference/generated/cfn.xml:2277(para) ./doc/hot-reference/generated/cfn.xml:2428(para) ./doc/hot-reference/generated/cfn.xml:2493(para) ./doc/hot-reference/generated/cfn.xml:2536(para) ./doc/hot-reference/generated/cfn.xml:2543(para) ./doc/hot-reference/generated/cfn.xml:2612(para) ./doc/hot-reference/generated/cfn.xml:2621(para) ./doc/hot-reference/generated/cfn.xml:2630(para) ./doc/hot-reference/generated/cfn.xml:2712(para) ./doc/hot-reference/generated/cfn.xml:2730(para) ./doc/hot-reference/generated/cfn.xml:2738(para) ./doc/hot-reference/generated/cfn.xml:2746(para) ./doc/hot-reference/generated/cfn.xml:2754(para) ./doc/hot-reference/generated/cfn.xml:2762(para) ./doc/hot-reference/generated/cfn.xml:2789(para) ./doc/hot-reference/generated/cfn.xml:2808(para) ./doc/hot-reference/generated/cfn.xml:2816(para) ./doc/hot-reference/generated/cfn.xml:2832(para) ./doc/hot-reference/generated/cfn.xml:2977(para) ./doc/hot-reference/generated/cfn.xml:3146(para) ./doc/hot-reference/generated/cfn.xml:3153(para) ./doc/hot-reference/generated/cfn.xml:3160(para) ./doc/hot-reference/generated/cfn.xml:3174(para) ./doc/hot-reference/generated/cfn.xml:3189(para) ./doc/hot-reference/generated/cfn.xml:3196(para) ./doc/hot-reference/generated/cfn.xml:3326(para) ./doc/hot-reference/generated/cfn.xml:3334(para) msgid "Required property." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:377(term) ./doc/hot-reference/generated/openstack.xml:598(term) ./doc/hot-reference/generated/openstack.xml:765(term) ./doc/hot-reference/generated/openstack.xml:943(term) +#: ./doc/hot-reference/generated/openstack.xml:377(term) ./doc/hot-reference/generated/openstack.xml:600(term) ./doc/hot-reference/generated/openstack.xml:769(term) ./doc/hot-reference/generated/openstack.xml:949(term) ./doc/hot-reference/generated/openstack.xml:1151(term) msgid "ok_actions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:379(para) ./doc/hot-reference/generated/openstack.xml:600(para) ./doc/hot-reference/generated/openstack.xml:767(para) ./doc/hot-reference/generated/openstack.xml:945(para) +#: ./doc/hot-reference/generated/openstack.xml:379(para) ./doc/hot-reference/generated/openstack.xml:602(para) ./doc/hot-reference/generated/openstack.xml:771(para) ./doc/hot-reference/generated/openstack.xml:951(para) ./doc/hot-reference/generated/openstack.xml:1153(para) msgid "A list of URLs (webhooks) to invoke when state transitions to ok." msgstr "" @@ -362,31 +358,31 @@ msgstr "" msgid "period" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:387(para) ./doc/hot-reference/generated/openstack.xml:1934(para) +#: ./doc/hot-reference/generated/openstack.xml:387(para) ./doc/hot-reference/generated/openstack.xml:2148(para) msgid "Period (seconds) to evaluate over." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:393(term) +#: ./doc/hot-reference/generated/openstack.xml:393(term) ./doc/hot-reference/generated/openstack.xml:957(term) msgid "query" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:396(para) ./doc/hot-reference/generated/openstack.xml:686(para) ./doc/hot-reference/generated/openstack.xml:864(para) ./doc/hot-reference/generated/openstack.xml:1120(para) ./doc/hot-reference/generated/openstack.xml:1416(para) ./doc/hot-reference/generated/openstack.xml:2696(para) ./doc/hot-reference/generated/openstack.xml:4743(para) ./doc/hot-reference/generated/openstack.xml:4914(para) ./doc/hot-reference/generated/openstack.xml:6714(para) ./doc/hot-reference/generated/openstack.xml:8192(para) ./doc/hot-reference/generated/openstack.xml:8232(para) ./doc/hot-reference/generated/openstack.xml:8243(para) ./doc/hot-reference/generated/openstack.xml:8478(para) ./doc/hot-reference/generated/openstack.xml:8870(para) ./doc/hot-reference/generated/openstack.xml:8882(para) ./doc/hot-reference/generated/openstack.xml:10781(para) -msgid "Available since 2015.1 (Kilo)." +#: ./doc/hot-reference/generated/openstack.xml:396(para) ./doc/hot-reference/generated/openstack.xml:689(para) ./doc/hot-reference/generated/openstack.xml:869(para) ./doc/hot-reference/generated/openstack.xml:1071(para) ./doc/hot-reference/generated/openstack.xml:1328(para) ./doc/hot-reference/generated/openstack.xml:1622(para) ./doc/hot-reference/generated/openstack.xml:2918(para) ./doc/hot-reference/generated/openstack.xml:5871(para) ./doc/hot-reference/generated/openstack.xml:7673(para) ./doc/hot-reference/generated/openstack.xml:8713(para) ./doc/hot-reference/generated/openstack.xml:9167(para) ./doc/hot-reference/generated/openstack.xml:9207(para) ./doc/hot-reference/generated/openstack.xml:9218(para) ./doc/hot-reference/generated/openstack.xml:9454(para) ./doc/hot-reference/generated/openstack.xml:9852(para) ./doc/hot-reference/generated/openstack.xml:9864(para) ./doc/hot-reference/generated/openstack.xml:11056(para) ./doc/hot-reference/generated/openstack.xml:11895(para) ./doc/hot-reference/generated/openstack.xml:12042(para) +msgid "Available since 2015.1 (Kilo)" msgstr "" #: ./doc/hot-reference/generated/openstack.xml:398(para) msgid "A list of query factors, each comparing a Sample attribute with a value. Implicitly combined with matching_metadata, if any." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:402(emphasis) ./doc/hot-reference/generated/openstack.xml:2229(emphasis) ./doc/hot-reference/generated/openstack.xml:2350(emphasis) ./doc/hot-reference/generated/openstack.xml:2468(emphasis) ./doc/hot-reference/generated/openstack.xml:2511(emphasis) ./doc/hot-reference/generated/openstack.xml:2702(emphasis) ./doc/hot-reference/generated/openstack.xml:2951(emphasis) ./doc/hot-reference/generated/openstack.xml:2971(emphasis) ./doc/hot-reference/generated/openstack.xml:3013(emphasis) ./doc/hot-reference/generated/openstack.xml:3079(emphasis) ./doc/hot-reference/generated/openstack.xml:3234(emphasis) ./doc/hot-reference/generated/openstack.xml:3300(emphasis) ./doc/hot-reference/generated/openstack.xml:3861(emphasis) ./doc/hot-reference/generated/openstack.xml:3927(emphasis) ./doc/hot-reference/generated/openstack.xml:7074(emphasis) ./doc/hot-reference/generated/openstack.xml:7141(emphasis) ./doc/hot-reference/generated/openstack.xml:7707(emphasis) ./doc/hot-reference/generated/openstack.xml:7773(emphasis) ./doc/hot-reference/generated/openstack.xml:8249(emphasis) ./doc/hot-reference/generated/openstack.xml:8611(emphasis) ./doc/hot-reference/generated/openstack.xml:8755(emphasis) ./doc/hot-reference/generated/openstack.xml:8825(emphasis) ./doc/hot-reference/generated/openstack.xml:9657(emphasis) ./doc/hot-reference/generated/openstack.xml:9802(emphasis) ./doc/hot-reference/generated/openstack.xml:10110(emphasis) ./doc/hot-reference/generated/openstack.xml:10332(emphasis) ./doc/hot-reference/generated/openstack.xml:10404(emphasis) ./doc/hot-reference/generated/openstack.xml:10610(emphasis) ./doc/hot-reference/generated/openstack.xml:10638(emphasis) ./doc/hot-reference/generated/openstack.xml:10947(emphasis) ./doc/hot-reference/generated/openstack.xml:11033(emphasis) ./doc/hot-reference/generated/openstack.xml:11101(emphasis) ./doc/hot-reference/generated/openstack.xml:11121(emphasis) ./doc/hot-reference/generated/cfn.xml:111(emphasis) ./doc/hot-reference/generated/cfn.xml:150(emphasis) ./doc/hot-reference/generated/cfn.xml:255(emphasis) ./doc/hot-reference/generated/cfn.xml:402(emphasis) ./doc/hot-reference/generated/cfn.xml:1188(emphasis) ./doc/hot-reference/generated/cfn.xml:1350(emphasis) ./doc/hot-reference/generated/cfn.xml:1445(emphasis) ./doc/hot-reference/generated/cfn.xml:1500(emphasis) ./doc/hot-reference/generated/cfn.xml:1658(emphasis) ./doc/hot-reference/generated/cfn.xml:1763(emphasis) ./doc/hot-reference/generated/cfn.xml:1853(emphasis) ./doc/hot-reference/generated/cfn.xml:1938(emphasis) ./doc/hot-reference/generated/cfn.xml:2013(emphasis) ./doc/hot-reference/generated/cfn.xml:2167(emphasis) ./doc/hot-reference/generated/cfn.xml:2342(emphasis) ./doc/hot-reference/generated/cfn.xml:2510(emphasis) ./doc/hot-reference/generated/cfn.xml:2781(emphasis) ./doc/hot-reference/generated/cfn.xml:3299(emphasis) +#: ./doc/hot-reference/generated/openstack.xml:402(emphasis) ./doc/hot-reference/generated/openstack.xml:2445(emphasis) ./doc/hot-reference/generated/openstack.xml:2568(emphasis) ./doc/hot-reference/generated/openstack.xml:2688(emphasis) ./doc/hot-reference/generated/openstack.xml:2731(emphasis) ./doc/hot-reference/generated/openstack.xml:2924(emphasis) ./doc/hot-reference/generated/openstack.xml:3178(emphasis) ./doc/hot-reference/generated/openstack.xml:3198(emphasis) ./doc/hot-reference/generated/openstack.xml:3240(emphasis) ./doc/hot-reference/generated/openstack.xml:3306(emphasis) ./doc/hot-reference/generated/openstack.xml:3463(emphasis) ./doc/hot-reference/generated/openstack.xml:3529(emphasis) ./doc/hot-reference/generated/openstack.xml:4096(emphasis) ./doc/hot-reference/generated/openstack.xml:4162(emphasis) ./doc/hot-reference/generated/openstack.xml:5081(emphasis) ./doc/hot-reference/generated/openstack.xml:5603(emphasis) ./doc/hot-reference/generated/openstack.xml:5641(emphasis) ./doc/hot-reference/generated/openstack.xml:8037(emphasis) ./doc/hot-reference/generated/openstack.xml:8104(emphasis) ./doc/hot-reference/generated/openstack.xml:8675(emphasis) ./doc/hot-reference/generated/openstack.xml:8744(emphasis) ./doc/hot-reference/generated/openstack.xml:9224(emphasis) ./doc/hot-reference/generated/openstack.xml:9593(emphasis) ./doc/hot-reference/generated/openstack.xml:9737(emphasis) ./doc/hot-reference/generated/openstack.xml:9807(emphasis) ./doc/hot-reference/generated/openstack.xml:10649(emphasis) ./doc/hot-reference/generated/openstack.xml:10716(emphasis) ./doc/hot-reference/generated/openstack.xml:10904(emphasis) ./doc/hot-reference/generated/openstack.xml:11220(emphasis) ./doc/hot-reference/generated/openstack.xml:11444(emphasis) ./doc/hot-reference/generated/openstack.xml:11516(emphasis) ./doc/hot-reference/generated/openstack.xml:11724(emphasis) ./doc/hot-reference/generated/openstack.xml:11752(emphasis) ./doc/hot-reference/generated/openstack.xml:12072(emphasis) ./doc/hot-reference/generated/openstack.xml:12208(emphasis) ./doc/hot-reference/generated/openstack.xml:12295(emphasis) ./doc/hot-reference/generated/openstack.xml:12363(emphasis) ./doc/hot-reference/generated/openstack.xml:12383(emphasis) ./doc/hot-reference/generated/cfn.xml:113(emphasis) ./doc/hot-reference/generated/cfn.xml:152(emphasis) ./doc/hot-reference/generated/cfn.xml:257(emphasis) ./doc/hot-reference/generated/cfn.xml:404(emphasis) ./doc/hot-reference/generated/cfn.xml:1194(emphasis) ./doc/hot-reference/generated/cfn.xml:1356(emphasis) ./doc/hot-reference/generated/cfn.xml:1451(emphasis) ./doc/hot-reference/generated/cfn.xml:1506(emphasis) ./doc/hot-reference/generated/cfn.xml:1664(emphasis) ./doc/hot-reference/generated/cfn.xml:1770(emphasis) ./doc/hot-reference/generated/cfn.xml:1862(emphasis) ./doc/hot-reference/generated/cfn.xml:1947(emphasis) ./doc/hot-reference/generated/cfn.xml:2022(emphasis) ./doc/hot-reference/generated/cfn.xml:2176(emphasis) ./doc/hot-reference/generated/cfn.xml:2352(emphasis) ./doc/hot-reference/generated/cfn.xml:2520(emphasis) ./doc/hot-reference/generated/cfn.xml:2791(emphasis) ./doc/hot-reference/generated/cfn.xml:3309(emphasis) msgid "List contents:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:406(term) ./doc/hot-reference/generated/openstack.xml:2233(term) ./doc/hot-reference/generated/openstack.xml:2354(term) ./doc/hot-reference/generated/openstack.xml:2472(term) ./doc/hot-reference/generated/openstack.xml:2515(term) ./doc/hot-reference/generated/openstack.xml:2706(term) ./doc/hot-reference/generated/openstack.xml:2955(term) ./doc/hot-reference/generated/openstack.xml:2975(term) ./doc/hot-reference/generated/openstack.xml:3017(term) ./doc/hot-reference/generated/openstack.xml:3083(term) ./doc/hot-reference/generated/openstack.xml:3238(term) ./doc/hot-reference/generated/openstack.xml:3304(term) ./doc/hot-reference/generated/openstack.xml:3865(term) ./doc/hot-reference/generated/openstack.xml:3931(term) ./doc/hot-reference/generated/openstack.xml:7078(term) ./doc/hot-reference/generated/openstack.xml:7145(term) ./doc/hot-reference/generated/openstack.xml:7711(term) ./doc/hot-reference/generated/openstack.xml:7777(term) ./doc/hot-reference/generated/openstack.xml:8253(term) ./doc/hot-reference/generated/openstack.xml:8615(term) ./doc/hot-reference/generated/openstack.xml:8759(term) ./doc/hot-reference/generated/openstack.xml:8829(term) ./doc/hot-reference/generated/openstack.xml:9661(term) ./doc/hot-reference/generated/openstack.xml:9806(term) ./doc/hot-reference/generated/openstack.xml:10114(term) ./doc/hot-reference/generated/openstack.xml:10336(term) ./doc/hot-reference/generated/openstack.xml:10408(term) ./doc/hot-reference/generated/openstack.xml:10614(term) ./doc/hot-reference/generated/openstack.xml:10642(term) ./doc/hot-reference/generated/openstack.xml:10951(term) ./doc/hot-reference/generated/openstack.xml:11037(term) ./doc/hot-reference/generated/openstack.xml:11105(term) ./doc/hot-reference/generated/openstack.xml:11125(term) ./doc/hot-reference/generated/cfn.xml:115(term) ./doc/hot-reference/generated/cfn.xml:154(term) ./doc/hot-reference/generated/cfn.xml:259(term) ./doc/hot-reference/generated/cfn.xml:406(term) ./doc/hot-reference/generated/cfn.xml:1192(term) ./doc/hot-reference/generated/cfn.xml:1354(term) ./doc/hot-reference/generated/cfn.xml:1449(term) ./doc/hot-reference/generated/cfn.xml:1504(term) ./doc/hot-reference/generated/cfn.xml:1662(term) ./doc/hot-reference/generated/cfn.xml:1767(term) ./doc/hot-reference/generated/cfn.xml:1857(term) ./doc/hot-reference/generated/cfn.xml:1942(term) ./doc/hot-reference/generated/cfn.xml:2017(term) ./doc/hot-reference/generated/cfn.xml:2171(term) ./doc/hot-reference/generated/cfn.xml:2346(term) ./doc/hot-reference/generated/cfn.xml:2514(term) ./doc/hot-reference/generated/cfn.xml:2785(term) ./doc/hot-reference/generated/cfn.xml:3303(term) +#: ./doc/hot-reference/generated/openstack.xml:406(term) ./doc/hot-reference/generated/openstack.xml:2449(term) ./doc/hot-reference/generated/openstack.xml:2572(term) ./doc/hot-reference/generated/openstack.xml:2692(term) ./doc/hot-reference/generated/openstack.xml:2735(term) ./doc/hot-reference/generated/openstack.xml:2928(term) ./doc/hot-reference/generated/openstack.xml:3182(term) ./doc/hot-reference/generated/openstack.xml:3202(term) ./doc/hot-reference/generated/openstack.xml:3244(term) ./doc/hot-reference/generated/openstack.xml:3310(term) ./doc/hot-reference/generated/openstack.xml:3467(term) ./doc/hot-reference/generated/openstack.xml:3533(term) ./doc/hot-reference/generated/openstack.xml:4100(term) ./doc/hot-reference/generated/openstack.xml:4166(term) ./doc/hot-reference/generated/openstack.xml:5085(term) ./doc/hot-reference/generated/openstack.xml:5607(term) ./doc/hot-reference/generated/openstack.xml:5645(term) ./doc/hot-reference/generated/openstack.xml:8041(term) ./doc/hot-reference/generated/openstack.xml:8108(term) ./doc/hot-reference/generated/openstack.xml:8679(term) ./doc/hot-reference/generated/openstack.xml:8748(term) ./doc/hot-reference/generated/openstack.xml:9228(term) ./doc/hot-reference/generated/openstack.xml:9597(term) ./doc/hot-reference/generated/openstack.xml:9741(term) ./doc/hot-reference/generated/openstack.xml:9811(term) ./doc/hot-reference/generated/openstack.xml:10653(term) ./doc/hot-reference/generated/openstack.xml:10720(term) ./doc/hot-reference/generated/openstack.xml:10908(term) ./doc/hot-reference/generated/openstack.xml:11224(term) ./doc/hot-reference/generated/openstack.xml:11448(term) ./doc/hot-reference/generated/openstack.xml:11520(term) ./doc/hot-reference/generated/openstack.xml:11728(term) ./doc/hot-reference/generated/openstack.xml:11756(term) ./doc/hot-reference/generated/openstack.xml:12076(term) ./doc/hot-reference/generated/openstack.xml:12212(term) ./doc/hot-reference/generated/openstack.xml:12299(term) ./doc/hot-reference/generated/openstack.xml:12367(term) ./doc/hot-reference/generated/openstack.xml:12387(term) ./doc/hot-reference/generated/cfn.xml:117(term) ./doc/hot-reference/generated/cfn.xml:156(term) ./doc/hot-reference/generated/cfn.xml:261(term) ./doc/hot-reference/generated/cfn.xml:408(term) ./doc/hot-reference/generated/cfn.xml:1198(term) ./doc/hot-reference/generated/cfn.xml:1360(term) ./doc/hot-reference/generated/cfn.xml:1455(term) ./doc/hot-reference/generated/cfn.xml:1510(term) ./doc/hot-reference/generated/cfn.xml:1668(term) ./doc/hot-reference/generated/cfn.xml:1774(term) ./doc/hot-reference/generated/cfn.xml:1866(term) ./doc/hot-reference/generated/cfn.xml:1951(term) ./doc/hot-reference/generated/cfn.xml:2026(term) ./doc/hot-reference/generated/cfn.xml:2180(term) ./doc/hot-reference/generated/cfn.xml:2356(term) ./doc/hot-reference/generated/cfn.xml:2524(term) ./doc/hot-reference/generated/cfn.xml:2795(term) ./doc/hot-reference/generated/cfn.xml:3313(term) msgid "*" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:411(emphasis) ./doc/hot-reference/generated/openstack.xml:1738(emphasis) ./doc/hot-reference/generated/openstack.xml:2238(emphasis) ./doc/hot-reference/generated/openstack.xml:2359(emphasis) ./doc/hot-reference/generated/openstack.xml:2477(emphasis) ./doc/hot-reference/generated/openstack.xml:2520(emphasis) ./doc/hot-reference/generated/openstack.xml:2712(emphasis) ./doc/hot-reference/generated/openstack.xml:2736(emphasis) ./doc/hot-reference/generated/openstack.xml:2960(emphasis) ./doc/hot-reference/generated/openstack.xml:3022(emphasis) ./doc/hot-reference/generated/openstack.xml:3088(emphasis) ./doc/hot-reference/generated/openstack.xml:3243(emphasis) ./doc/hot-reference/generated/openstack.xml:3309(emphasis) ./doc/hot-reference/generated/openstack.xml:3722(emphasis) ./doc/hot-reference/generated/openstack.xml:3870(emphasis) ./doc/hot-reference/generated/openstack.xml:3936(emphasis) ./doc/hot-reference/generated/openstack.xml:5897(emphasis) ./doc/hot-reference/generated/openstack.xml:6115(emphasis) ./doc/hot-reference/generated/openstack.xml:6314(emphasis) ./doc/hot-reference/generated/openstack.xml:7083(emphasis) ./doc/hot-reference/generated/openstack.xml:7150(emphasis) ./doc/hot-reference/generated/openstack.xml:7321(emphasis) ./doc/hot-reference/generated/openstack.xml:7379(emphasis) ./doc/hot-reference/generated/openstack.xml:7716(emphasis) ./doc/hot-reference/generated/openstack.xml:7782(emphasis) ./doc/hot-reference/generated/openstack.xml:8206(emphasis) ./doc/hot-reference/generated/openstack.xml:8620(emphasis) ./doc/hot-reference/generated/openstack.xml:8764(emphasis) ./doc/hot-reference/generated/openstack.xml:8834(emphasis) ./doc/hot-reference/generated/openstack.xml:9666(emphasis) ./doc/hot-reference/generated/openstack.xml:9811(emphasis) ./doc/hot-reference/generated/openstack.xml:10413(emphasis) ./doc/hot-reference/generated/openstack.xml:10956(emphasis) ./doc/hot-reference/generated/openstack.xml:11042(emphasis) ./doc/hot-reference/generated/openstack.xml:11110(emphasis) ./doc/hot-reference/generated/cfn.xml:120(emphasis) ./doc/hot-reference/generated/cfn.xml:264(emphasis) ./doc/hot-reference/generated/cfn.xml:282(emphasis) ./doc/hot-reference/generated/cfn.xml:411(emphasis) ./doc/hot-reference/generated/cfn.xml:1197(emphasis) ./doc/hot-reference/generated/cfn.xml:1215(emphasis) ./doc/hot-reference/generated/cfn.xml:1359(emphasis) ./doc/hot-reference/generated/cfn.xml:1454(emphasis) ./doc/hot-reference/generated/cfn.xml:1509(emphasis) ./doc/hot-reference/generated/cfn.xml:1948(emphasis) ./doc/hot-reference/generated/cfn.xml:2023(emphasis) ./doc/hot-reference/generated/cfn.xml:2519(emphasis) ./doc/hot-reference/generated/cfn.xml:2712(emphasis) ./doc/hot-reference/generated/cfn.xml:2790(emphasis) ./doc/hot-reference/generated/cfn.xml:3048(emphasis) ./doc/hot-reference/generated/cfn.xml:3308(emphasis) ./doc/hot-reference/generated/cfn.xml:3340(emphasis) +#: ./doc/hot-reference/generated/openstack.xml:411(emphasis) ./doc/hot-reference/generated/openstack.xml:1952(emphasis) ./doc/hot-reference/generated/openstack.xml:2454(emphasis) ./doc/hot-reference/generated/openstack.xml:2577(emphasis) ./doc/hot-reference/generated/openstack.xml:2697(emphasis) ./doc/hot-reference/generated/openstack.xml:2740(emphasis) ./doc/hot-reference/generated/openstack.xml:2934(emphasis) ./doc/hot-reference/generated/openstack.xml:2958(emphasis) ./doc/hot-reference/generated/openstack.xml:3187(emphasis) ./doc/hot-reference/generated/openstack.xml:3249(emphasis) ./doc/hot-reference/generated/openstack.xml:3315(emphasis) ./doc/hot-reference/generated/openstack.xml:3472(emphasis) ./doc/hot-reference/generated/openstack.xml:3538(emphasis) ./doc/hot-reference/generated/openstack.xml:3955(emphasis) ./doc/hot-reference/generated/openstack.xml:4105(emphasis) ./doc/hot-reference/generated/openstack.xml:4171(emphasis) ./doc/hot-reference/generated/openstack.xml:5091(emphasis) ./doc/hot-reference/generated/openstack.xml:5651(emphasis) ./doc/hot-reference/generated/openstack.xml:6854(emphasis) ./doc/hot-reference/generated/openstack.xml:7072(emphasis) ./doc/hot-reference/generated/openstack.xml:7271(emphasis) ./doc/hot-reference/generated/openstack.xml:8046(emphasis) ./doc/hot-reference/generated/openstack.xml:8113(emphasis) ./doc/hot-reference/generated/openstack.xml:8285(emphasis) ./doc/hot-reference/generated/openstack.xml:8343(emphasis) ./doc/hot-reference/generated/openstack.xml:8684(emphasis) ./doc/hot-reference/generated/openstack.xml:8753(emphasis) ./doc/hot-reference/generated/openstack.xml:9181(emphasis) ./doc/hot-reference/generated/openstack.xml:9602(emphasis) ./doc/hot-reference/generated/openstack.xml:9746(emphasis) ./doc/hot-reference/generated/openstack.xml:9816(emphasis) ./doc/hot-reference/generated/openstack.xml:10658(emphasis) ./doc/hot-reference/generated/openstack.xml:10725(emphasis) ./doc/hot-reference/generated/openstack.xml:10913(emphasis) ./doc/hot-reference/generated/openstack.xml:11525(emphasis) ./doc/hot-reference/generated/openstack.xml:12081(emphasis) ./doc/hot-reference/generated/openstack.xml:12217(emphasis) ./doc/hot-reference/generated/openstack.xml:12304(emphasis) ./doc/hot-reference/generated/openstack.xml:12372(emphasis) ./doc/hot-reference/generated/cfn.xml:122(emphasis) ./doc/hot-reference/generated/cfn.xml:266(emphasis) ./doc/hot-reference/generated/cfn.xml:284(emphasis) ./doc/hot-reference/generated/cfn.xml:413(emphasis) ./doc/hot-reference/generated/cfn.xml:1203(emphasis) ./doc/hot-reference/generated/cfn.xml:1221(emphasis) ./doc/hot-reference/generated/cfn.xml:1365(emphasis) ./doc/hot-reference/generated/cfn.xml:1460(emphasis) ./doc/hot-reference/generated/cfn.xml:1515(emphasis) ./doc/hot-reference/generated/cfn.xml:1957(emphasis) ./doc/hot-reference/generated/cfn.xml:2032(emphasis) ./doc/hot-reference/generated/cfn.xml:2529(emphasis) ./doc/hot-reference/generated/cfn.xml:2722(emphasis) ./doc/hot-reference/generated/cfn.xml:2800(emphasis) ./doc/hot-reference/generated/cfn.xml:3058(emphasis) ./doc/hot-reference/generated/cfn.xml:3318(emphasis) ./doc/hot-reference/generated/cfn.xml:3350(emphasis) msgid "Map properties:" msgstr "" @@ -410,7 +406,7 @@ msgstr "" msgid "Allowed values: le, ge, eq, lt, gt, ne" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:432(term) ./doc/hot-reference/generated/openstack.xml:2581(term) ./doc/hot-reference/generated/openstack.xml:5910(term) ./doc/hot-reference/generated/openstack.xml:6128(term) ./doc/hot-reference/generated/functions.xml:54(term) +#: ./doc/hot-reference/generated/openstack.xml:432(term) ./doc/hot-reference/generated/openstack.xml:2801(term) ./doc/hot-reference/generated/openstack.xml:6867(term) ./doc/hot-reference/generated/openstack.xml:7085(term) ./doc/hot-reference/generated/functions.xml:54(term) msgid "value" msgstr "" @@ -418,11 +414,11 @@ msgstr "" msgid "String value with which to compare" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:446(term) ./doc/hot-reference/generated/openstack.xml:615(term) ./doc/hot-reference/generated/openstack.xml:773(term) ./doc/hot-reference/generated/openstack.xml:951(term) +#: ./doc/hot-reference/generated/openstack.xml:446(term) ./doc/hot-reference/generated/openstack.xml:617(term) ./doc/hot-reference/generated/openstack.xml:777(term) ./doc/hot-reference/generated/openstack.xml:965(term) ./doc/hot-reference/generated/openstack.xml:1159(term) msgid "repeat_actions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:448(para) ./doc/hot-reference/generated/openstack.xml:617(para) ./doc/hot-reference/generated/openstack.xml:775(para) ./doc/hot-reference/generated/openstack.xml:953(para) +#: ./doc/hot-reference/generated/openstack.xml:448(para) ./doc/hot-reference/generated/openstack.xml:619(para) ./doc/hot-reference/generated/openstack.xml:779(para) ./doc/hot-reference/generated/openstack.xml:967(para) ./doc/hot-reference/generated/openstack.xml:1161(para) msgid "False to trigger actions when the threshold is reached AND the alarm's state has changed. By default, actions are called each time the threshold is reached." msgstr "" @@ -438,11 +434,11 @@ msgstr "" msgid "Allowed values: count, avg, sum, min, max" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:463(term) ./doc/hot-reference/generated/openstack.xml:781(term) ./doc/hot-reference/generated/openstack.xml:975(term) +#: ./doc/hot-reference/generated/openstack.xml:463(term) ./doc/hot-reference/generated/openstack.xml:785(term) ./doc/hot-reference/generated/openstack.xml:981(term) ./doc/hot-reference/generated/openstack.xml:1183(term) msgid "threshold" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:465(para) ./doc/hot-reference/generated/openstack.xml:783(para) ./doc/hot-reference/generated/openstack.xml:977(para) ./doc/hot-reference/generated/openstack.xml:1951(para) +#: ./doc/hot-reference/generated/openstack.xml:465(para) ./doc/hot-reference/generated/openstack.xml:787(para) ./doc/hot-reference/generated/openstack.xml:983(para) ./doc/hot-reference/generated/openstack.xml:1185(para) ./doc/hot-reference/generated/openstack.xml:2165(para) msgid "Threshold to evaluate against." msgstr "" @@ -450,4710 +446,5210 @@ msgstr "" msgid "OS::Ceilometer::CombinationAlarm" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:552(para) ./doc/hot-reference/generated/openstack.xml:1685(para) ./doc/hot-reference/generated/openstack.xml:2052(para) ./doc/hot-reference/generated/openstack.xml:2339(para) ./doc/hot-reference/generated/openstack.xml:2457(para) ./doc/hot-reference/generated/openstack.xml:2667(para) ./doc/hot-reference/generated/openstack.xml:3207(para) ./doc/hot-reference/generated/openstack.xml:3439(para) ./doc/hot-reference/generated/openstack.xml:3834(para) ./doc/hot-reference/generated/openstack.xml:4054(para) ./doc/hot-reference/generated/openstack.xml:4525(para) ./doc/hot-reference/generated/openstack.xml:6690(para) ./doc/hot-reference/generated/openstack.xml:6794(para) ./doc/hot-reference/generated/openstack.xml:7063(para) ./doc/hot-reference/generated/openstack.xml:7541(para) ./doc/hot-reference/generated/openstack.xml:8043(para) ./doc/hot-reference/generated/openstack.xml:8584(para) ./doc/hot-reference/generated/openstack.xml:9388(para) ./doc/hot-reference/generated/openstack.xml:9460(para) ./doc/hot-reference/generated/openstack.xml:9535(para) ./doc/hot-reference/generated/openstack.xml:10928(para) ./doc/hot-reference/generated/cfn.xml:19(para) ./doc/hot-reference/generated/cfn.xml:698(para) ./doc/hot-reference/generated/cfn.xml:793(para) ./doc/hot-reference/generated/cfn.xml:1843(para) -msgid "Available since 2014.1 (Icehouse)." +#: ./doc/hot-reference/generated/openstack.xml:553(para) ./doc/hot-reference/generated/openstack.xml:1897(para) ./doc/hot-reference/generated/openstack.xml:2259(para) ./doc/hot-reference/generated/openstack.xml:2544(para) ./doc/hot-reference/generated/openstack.xml:2674(para) ./doc/hot-reference/generated/openstack.xml:2859(para) ./doc/hot-reference/generated/openstack.xml:3421(para) ./doc/hot-reference/generated/openstack.xml:3647(para) ./doc/hot-reference/generated/openstack.xml:4063(para) ./doc/hot-reference/generated/openstack.xml:4280(para) ./doc/hot-reference/generated/openstack.xml:4763(para) ./doc/hot-reference/generated/openstack.xml:7647(para) ./doc/hot-reference/generated/openstack.xml:7753(para) ./doc/hot-reference/generated/openstack.xml:8024(para) ./doc/hot-reference/generated/openstack.xml:8507(para) ./doc/hot-reference/generated/openstack.xml:9017(para) ./doc/hot-reference/generated/openstack.xml:9565(para) ./doc/hot-reference/generated/openstack.xml:10375(para) ./doc/hot-reference/generated/openstack.xml:10449(para) ./doc/hot-reference/generated/openstack.xml:10518(para) ./doc/hot-reference/generated/openstack.xml:12187(para) ./doc/hot-reference/generated/cfn.xml:20(para) ./doc/hot-reference/generated/cfn.xml:701(para) ./doc/hot-reference/generated/cfn.xml:793(para) ./doc/hot-reference/generated/cfn.xml:1851(para) +msgid "Available since 2014.1 (Icehouse)" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:565(term) +#: ./doc/hot-reference/generated/openstack.xml:567(term) msgid "alarm_ids" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:567(para) +#: ./doc/hot-reference/generated/openstack.xml:569(para) msgid "List of alarm identifiers to combine." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:570(para) ./doc/hot-reference/generated/openstack.xml:2949(para) ./doc/hot-reference/generated/openstack.xml:2969(para) ./doc/hot-reference/generated/openstack.xml:7139(para) ./doc/hot-reference/generated/openstack.xml:10608(para) ./doc/hot-reference/generated/openstack.xml:11119(para) +#: ./doc/hot-reference/generated/openstack.xml:572(para) ./doc/hot-reference/generated/openstack.xml:3176(para) ./doc/hot-reference/generated/openstack.xml:3196(para) ./doc/hot-reference/generated/openstack.xml:8102(para) ./doc/hot-reference/generated/openstack.xml:11722(para) ./doc/hot-reference/generated/openstack.xml:12381(para) msgid "The length must be at least 1." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:606(term) +#: ./doc/hot-reference/generated/openstack.xml:608(term) msgid "operator" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:608(para) +#: ./doc/hot-reference/generated/openstack.xml:610(para) msgid "Operator used to combine the alarms." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:611(para) +#: ./doc/hot-reference/generated/openstack.xml:613(para) msgid "Allowed values: and, or" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:685(title) -msgid "OS::Ceilometer::GnocchiMetricslarm" +#: ./doc/hot-reference/generated/openstack.xml:687(title) +msgid "OS::Ceilometer::GnocchiAggregationByMetricsAlarm" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:691(term) ./doc/hot-reference/generated/openstack.xml:869(term) +#: ./doc/hot-reference/generated/openstack.xml:695(term) ./doc/hot-reference/generated/openstack.xml:875(term) ./doc/hot-reference/generated/openstack.xml:1077(term) msgid "aggregation_method" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:693(para) ./doc/hot-reference/generated/openstack.xml:871(para) +#: ./doc/hot-reference/generated/openstack.xml:697(para) ./doc/hot-reference/generated/openstack.xml:877(para) ./doc/hot-reference/generated/openstack.xml:1079(para) msgid "The aggregation method to compare to the threshold" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:696(para) ./doc/hot-reference/generated/openstack.xml:874(para) +#: ./doc/hot-reference/generated/openstack.xml:700(para) ./doc/hot-reference/generated/openstack.xml:880(para) ./doc/hot-reference/generated/openstack.xml:1082(para) msgid "Allowed values: mean, sum, last, max, min, std, median, first, count" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:741(term) ./doc/hot-reference/generated/openstack.xml:919(term) +#: ./doc/hot-reference/generated/openstack.xml:745(term) ./doc/hot-reference/generated/openstack.xml:925(term) ./doc/hot-reference/generated/openstack.xml:1127(term) msgid "granularity" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:743(para) ./doc/hot-reference/generated/openstack.xml:921(para) +#: ./doc/hot-reference/generated/openstack.xml:747(para) ./doc/hot-reference/generated/openstack.xml:927(para) ./doc/hot-reference/generated/openstack.xml:1129(para) msgid "The time range in seconds." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:757(term) +#: ./doc/hot-reference/generated/openstack.xml:761(term) msgid "metrics" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:759(para) +#: ./doc/hot-reference/generated/openstack.xml:763(para) msgid "A list of metric ids." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:863(title) -msgid "OS::Ceilometer::GnocchiResourcesAlarm" +#: ./doc/hot-reference/generated/openstack.xml:867(title) +msgid "OS::Ceilometer::GnocchiAggregationByResourcesAlarm" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:935(term) +#: ./doc/hot-reference/generated/openstack.xml:941(term) ./doc/hot-reference/generated/openstack.xml:1143(term) msgid "metric" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:937(para) ./doc/hot-reference/generated/openstack.xml:1910(para) +#: ./doc/hot-reference/generated/openstack.xml:943(para) ./doc/hot-reference/generated/openstack.xml:1145(para) ./doc/hot-reference/generated/openstack.xml:2124(para) msgid "Metric name watched by the alarm." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:959(term) -msgid "resource_constraint" +#: ./doc/hot-reference/generated/openstack.xml:959(para) +msgid "The query to filter the metrics" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:961(para) -msgid "Id of a resource or expression to select multiple resources" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:967(term) +#: ./doc/hot-reference/generated/openstack.xml:973(term) ./doc/hot-reference/generated/openstack.xml:1175(term) msgid "resource_type" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:969(para) +#: ./doc/hot-reference/generated/openstack.xml:975(para) ./doc/hot-reference/generated/openstack.xml:1177(para) msgid "Resource type" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1063(title) -msgid "OS::Cinder::Volume" +#: ./doc/hot-reference/generated/openstack.xml:1069(title) +msgid "OS::Ceilometer::GnocchiResourcesAlarm" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1068(term) ./doc/hot-reference/generated/openstack.xml:1186(term) ./doc/hot-reference/generated/openstack.xml:9643(term) ./doc/hot-reference/generated/openstack.xml:10535(term) ./doc/hot-reference/generated/openstack.xml:10933(term) -msgid "availability_zone" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1070(para) ./doc/hot-reference/generated/cfn.xml:2481(para) -msgid "The availability zone in which the volume will be created." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1076(term) -msgid "backup_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1078(para) -msgid "If specified, the backup to create the volume from." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1086(para) -msgid "A description of the volume." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1092(term) ./doc/hot-reference/generated/openstack.xml:9753(term) ./doc/hot-reference/generated/openstack.xml:10232(term) -msgid "image" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1094(para) -msgid "If specified, the name or ID of the image to create the volume from." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1097(para) ./doc/hot-reference/generated/openstack.xml:9758(para) ./doc/hot-reference/generated/openstack.xml:10240(para) ./doc/hot-reference/generated/cfn.xml:357(para) ./doc/hot-reference/generated/cfn.xml:1298(para) -msgid "Value must be of type glance.image" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1101(term) ./doc/hot-reference/generated/openstack.xml:1222(term) ./doc/hot-reference/generated/openstack.xml:1421(term) ./doc/hot-reference/generated/openstack.xml:9780(term) -msgid "metadata" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1103(para) -msgid "Key/value pairs to associate with the volume." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1111(para) -msgid "A name used to distinguish the volume." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1117(term) ./doc/hot-reference/generated/openstack.xml:9875(term) -msgid "scheduler_hints" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1122(para) -msgid "Arbitrary key-value pairs specified by the client to help the Cinder scheduler creating a volume." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1128(term) ./doc/hot-reference/generated/openstack.xml:1234(term) ./doc/hot-reference/generated/openstack.xml:11086(term) -msgid "size" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1130(para) -msgid "The size of the volume in GB. On update only increase in size is supported." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1133(para) ./doc/hot-reference/generated/openstack.xml:4570(para) ./doc/hot-reference/generated/openstack.xml:10422(para) ./doc/hot-reference/generated/openstack.xml:10683(para) ./doc/hot-reference/generated/cfn.xml:708(para) ./doc/hot-reference/generated/cfn.xml:2492(para) -msgid "The value must be at least 1." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1137(term) ./doc/hot-reference/generated/openstack.xml:1240(term) ./doc/hot-reference/generated/openstack.xml:9686(term) -msgid "snapshot_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1139(para) -msgid "If specified, the snapshot to create the volume from." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1142(para) ./doc/hot-reference/generated/openstack.xml:9691(para) ./doc/hot-reference/generated/cfn.xml:307(para) ./doc/hot-reference/generated/cfn.xml:1240(para) -msgid "Value must be of type cinder.snapshot" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1146(term) ./doc/hot-reference/generated/openstack.xml:1246(term) -msgid "source_volid" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1148(para) -msgid "If specified, the volume to use as source." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1151(para) ./doc/hot-reference/generated/openstack.xml:1361(para) ./doc/hot-reference/generated/openstack.xml:9700(para) ./doc/hot-reference/generated/cfn.xml:1526(para) ./doc/hot-reference/generated/cfn.xml:2621(para) -msgid "Value must be of type cinder.volume" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1155(term) ./doc/hot-reference/generated/openstack.xml:1258(term) ./doc/hot-reference/generated/openstack.xml:10652(term) -msgid "volume_type" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1157(para) -msgid "If specified, the type of volume to use, mapping to a specific backend." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1160(para) ./doc/hot-reference/generated/openstack.xml:10657(para) -msgid "Value must be of type cinder.vtype" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1164(term) -msgid "imageRef" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1167(para) -msgid "DEPRECATED - Use property image." +#: ./doc/hot-reference/generated/openstack.xml:1167(term) +msgid "resource_id" msgstr "" #: ./doc/hot-reference/generated/openstack.xml:1169(para) +msgid "Id of a resource" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1271(title) +msgid "OS::Cinder::Volume" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1276(term) ./doc/hot-reference/generated/openstack.xml:1394(term) ./doc/hot-reference/generated/openstack.xml:10635(term) ./doc/hot-reference/generated/openstack.xml:11649(term) ./doc/hot-reference/generated/openstack.xml:12194(term) +msgid "availability_zone" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1278(para) ./doc/hot-reference/generated/cfn.xml:2491(para) +msgid "The availability zone in which the volume will be created." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1284(term) +msgid "backup_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1286(para) +msgid "If specified, the backup to create the volume from." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1294(para) +msgid "A description of the volume." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1300(term) ./doc/hot-reference/generated/openstack.xml:10855(term) ./doc/hot-reference/generated/openstack.xml:11342(term) +msgid "image" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1302(para) +msgid "If specified, the name or ID of the image to create the volume from." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1305(para) ./doc/hot-reference/generated/openstack.xml:10776(para) ./doc/hot-reference/generated/openstack.xml:10860(para) ./doc/hot-reference/generated/openstack.xml:11350(para) ./doc/hot-reference/generated/cfn.xml:359(para) ./doc/hot-reference/generated/cfn.xml:1304(para) +msgid "Value must be of type glance.image" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1309(term) ./doc/hot-reference/generated/openstack.xml:1430(term) ./doc/hot-reference/generated/openstack.xml:1631(term) ./doc/hot-reference/generated/openstack.xml:10882(term) ./doc/hot-reference/generated/openstack.xml:12520(term) +msgid "metadata" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1311(para) +msgid "Key/value pairs to associate with the volume." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1319(para) +msgid "A name used to distinguish the volume." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1325(term) ./doc/hot-reference/generated/openstack.xml:10977(term) +msgid "scheduler_hints" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1330(para) +msgid "Arbitrary key-value pairs specified by the client to help the Cinder scheduler creating a volume." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1336(term) ./doc/hot-reference/generated/openstack.xml:1442(term) ./doc/hot-reference/generated/openstack.xml:12348(term) +msgid "size" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1338(para) +msgid "The size of the volume in GB. On update only increase in size is supported." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1341(para) ./doc/hot-reference/generated/openstack.xml:4817(para) ./doc/hot-reference/generated/openstack.xml:11534(para) ./doc/hot-reference/generated/openstack.xml:11797(para) ./doc/hot-reference/generated/cfn.xml:712(para) ./doc/hot-reference/generated/cfn.xml:2502(para) +msgid "The value must be at least 1." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1345(term) ./doc/hot-reference/generated/openstack.xml:1448(term) ./doc/hot-reference/generated/openstack.xml:10678(term) ./doc/hot-reference/generated/openstack.xml:10780(term) +msgid "snapshot_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1347(para) +msgid "If specified, the snapshot to create the volume from." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1350(para) ./doc/hot-reference/generated/openstack.xml:10683(para) ./doc/hot-reference/generated/openstack.xml:10785(para) ./doc/hot-reference/generated/cfn.xml:309(para) ./doc/hot-reference/generated/cfn.xml:1246(para) +msgid "Value must be of type cinder.snapshot" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1354(term) ./doc/hot-reference/generated/openstack.xml:1454(term) +msgid "source_volid" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1356(para) +msgid "If specified, the volume to use as source." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1359(para) ./doc/hot-reference/generated/openstack.xml:1569(para) ./doc/hot-reference/generated/openstack.xml:10692(para) ./doc/hot-reference/generated/openstack.xml:10802(para) ./doc/hot-reference/generated/cfn.xml:1532(para) ./doc/hot-reference/generated/cfn.xml:2631(para) +msgid "Value must be of type cinder.volume" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1363(term) ./doc/hot-reference/generated/openstack.xml:1466(term) ./doc/hot-reference/generated/openstack.xml:11766(term) +msgid "volume_type" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1365(para) +msgid "If specified, the type of volume to use, mapping to a specific backend." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1368(para) ./doc/hot-reference/generated/openstack.xml:11771(para) +msgid "Value must be of type cinder.vtype" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1372(term) +msgid "imageRef" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1375(para) +msgid "DEPRECATED - Use property image." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1377(para) msgid "The ID of the image to create the volume from." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1180(term) +#: ./doc/hot-reference/generated/openstack.xml:1388(term) msgid "attachments" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1182(para) +#: ./doc/hot-reference/generated/openstack.xml:1390(para) msgid "The list of attachments of the volume." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1188(para) +#: ./doc/hot-reference/generated/openstack.xml:1396(para) msgid "The availability zone in which the volume is located." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1192(term) +#: ./doc/hot-reference/generated/openstack.xml:1400(term) msgid "bootable" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1194(para) +#: ./doc/hot-reference/generated/openstack.xml:1402(para) msgid "Boolean indicating if the volume can be booted or not." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1198(term) +#: ./doc/hot-reference/generated/openstack.xml:1406(term) msgid "created_at" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1200(para) +#: ./doc/hot-reference/generated/openstack.xml:1408(para) msgid "The timestamp indicating volume creation." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1204(term) +#: ./doc/hot-reference/generated/openstack.xml:1412(term) msgid "display_description" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1206(para) +#: ./doc/hot-reference/generated/openstack.xml:1414(para) msgid "Description of the volume." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1210(term) +#: ./doc/hot-reference/generated/openstack.xml:1418(term) msgid "display_name" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1212(para) +#: ./doc/hot-reference/generated/openstack.xml:1420(para) msgid "Name of the volume." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1216(term) +#: ./doc/hot-reference/generated/openstack.xml:1424(term) msgid "encrypted" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1218(para) +#: ./doc/hot-reference/generated/openstack.xml:1426(para) msgid "Boolean indicating if the volume is encrypted or not." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1224(para) +#: ./doc/hot-reference/generated/openstack.xml:1432(para) msgid "Key/value pairs associated with the volume." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1228(term) +#: ./doc/hot-reference/generated/openstack.xml:1436(term) msgid "metadata_values" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1230(para) +#: ./doc/hot-reference/generated/openstack.xml:1438(para) msgid "Key/value pairs associated with the volume in raw dict form." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1236(para) ./doc/hot-reference/generated/cfn.xml:2489(para) +#: ./doc/hot-reference/generated/openstack.xml:1444(para) ./doc/hot-reference/generated/cfn.xml:2499(para) msgid "The size of the volume in GB." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1242(para) +#: ./doc/hot-reference/generated/openstack.xml:1450(para) msgid "The snapshot the volume was created from, if any." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1248(para) +#: ./doc/hot-reference/generated/openstack.xml:1456(para) msgid "The volume used as source, if any." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1254(para) +#: ./doc/hot-reference/generated/openstack.xml:1462(para) msgid "The current status of the volume." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1260(para) +#: ./doc/hot-reference/generated/openstack.xml:1468(para) msgid "The type of the volume mapping to a backend, if any." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1335(title) +#: ./doc/hot-reference/generated/openstack.xml:1543(title) msgid "OS::Cinder::VolumeAttachment" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1340(term) +#: ./doc/hot-reference/generated/openstack.xml:1548(term) msgid "instance_uuid" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1342(para) +#: ./doc/hot-reference/generated/openstack.xml:1550(para) msgid "The ID of the server to which the volume attaches." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1348(term) +#: ./doc/hot-reference/generated/openstack.xml:1556(term) msgid "mountpoint" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1350(para) +#: ./doc/hot-reference/generated/openstack.xml:1558(para) msgid "The location where the volume is exposed on the instance. This assignment may not be honored and it is advised that the path /dev/disk/by-id/virtio-<VolumeId> be used instead." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1356(term) ./doc/hot-reference/generated/openstack.xml:9695(term) +#: ./doc/hot-reference/generated/openstack.xml:1564(term) ./doc/hot-reference/generated/openstack.xml:10687(term) ./doc/hot-reference/generated/openstack.xml:10797(term) msgid "volume_id" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1358(para) ./doc/hot-reference/generated/cfn.xml:1523(para) ./doc/hot-reference/generated/cfn.xml:2618(para) +#: ./doc/hot-reference/generated/openstack.xml:1566(para) ./doc/hot-reference/generated/cfn.xml:1529(para) ./doc/hot-reference/generated/cfn.xml:2628(para) msgid "The ID of the volume to be attached." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1412(title) +#: ./doc/hot-reference/generated/openstack.xml:1620(title) msgid "OS::Cinder::VolumeType" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1413(para) ./doc/hot-reference/generated/openstack.xml:9260(para) +#: ./doc/hot-reference/generated/openstack.xml:1624(para) ./doc/hot-reference/generated/openstack.xml:10246(para) msgid "A resource for creating OpenStack virtual hardware templates." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1414(para) +#: ./doc/hot-reference/generated/openstack.xml:1625(para) msgid "Note that default cinder security policy usage of this resource is limited to being used by administrators only." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1423(para) +#: ./doc/hot-reference/generated/openstack.xml:1633(para) msgid "The extra specs key and value pairs of the volume type." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1431(para) +#: ./doc/hot-reference/generated/openstack.xml:1641(para) msgid "Name of the volume type." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1481(title) +#: ./doc/hot-reference/generated/openstack.xml:1691(title) msgid "OS::Glance::Image" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1482(para) +#: ./doc/hot-reference/generated/openstack.xml:1693(para) ./doc/hot-reference/generated/openstack.xml:2906(para) ./doc/hot-reference/generated/openstack.xml:2989(para) ./doc/hot-reference/generated/openstack.xml:3156(para) ./doc/hot-reference/generated/openstack.xml:3807(para) ./doc/hot-reference/generated/openstack.xml:4451(para) ./doc/hot-reference/generated/openstack.xml:4611(para) ./doc/hot-reference/generated/openstack.xml:4703(para) ./doc/hot-reference/generated/openstack.xml:4806(para) ./doc/hot-reference/generated/openstack.xml:4898(para) ./doc/hot-reference/generated/openstack.xml:6398(para) ./doc/hot-reference/generated/openstack.xml:8053(para) ./doc/hot-reference/generated/openstack.xml:8270(para) ./doc/hot-reference/generated/openstack.xml:8768(para) ./doc/hot-reference/generated/openstack.xml:8813(para) ./doc/hot-reference/generated/openstack.xml:10107(para) ./doc/hot-reference/generated/openstack.xml:11198(para) ./doc/hot-reference/generated/openstack.xml:11432(para) ./doc/hot-reference/generated/openstack.xml:11635(para) +msgid "Available since 2014.2 (Juno)" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1695(para) msgid "A resource managing for image in Glance." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1483(para) ./doc/hot-reference/generated/openstack.xml:2684(para) ./doc/hot-reference/generated/openstack.xml:2939(para) ./doc/hot-reference/generated/openstack.xml:3575(para) ./doc/hot-reference/generated/openstack.xml:4213(para) ./doc/hot-reference/generated/openstack.xml:4371(para) ./doc/hot-reference/generated/openstack.xml:4461(para) ./doc/hot-reference/generated/openstack.xml:4560(para) ./doc/hot-reference/generated/openstack.xml:4650(para) ./doc/hot-reference/generated/openstack.xml:5441(para) ./doc/hot-reference/generated/openstack.xml:7090(para) ./doc/hot-reference/generated/openstack.xml:7307(para) ./doc/hot-reference/generated/openstack.xml:7797(para) ./doc/hot-reference/generated/openstack.xml:7840(para) ./doc/hot-reference/generated/openstack.xml:9124(para) ./doc/hot-reference/generated/openstack.xml:10090(para) ./doc/hot-reference/generated/openstack.xml:10321(para) ./doc/hot-reference/generated/openstack.xml:10522(para) -msgid "Available since 2014.2 (Juno)." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:1488(term) +#: ./doc/hot-reference/generated/openstack.xml:1700(term) msgid "container_format" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1490(para) +#: ./doc/hot-reference/generated/openstack.xml:1702(para) msgid "Container format of image." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1493(para) +#: ./doc/hot-reference/generated/openstack.xml:1705(para) msgid "Allowed values: ami, ari, aki, bare, ova, ovf" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1497(term) +#: ./doc/hot-reference/generated/openstack.xml:1709(term) msgid "disk_format" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1499(para) +#: ./doc/hot-reference/generated/openstack.xml:1711(para) msgid "Disk format of image." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1502(para) +#: ./doc/hot-reference/generated/openstack.xml:1714(para) msgid "Allowed values: ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1506(term) ./doc/hot-reference/generated/openstack.xml:7154(term) +#: ./doc/hot-reference/generated/openstack.xml:1718(term) ./doc/hot-reference/generated/openstack.xml:8117(term) msgid "id" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1508(para) +#: ./doc/hot-reference/generated/openstack.xml:1720(para) msgid "The image ID. Glance will generate a UUID if not specified." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1514(term) +#: ./doc/hot-reference/generated/openstack.xml:1726(term) msgid "is_public" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1516(para) +#: ./doc/hot-reference/generated/openstack.xml:1728(para) msgid "Scope of image accessibility. Public or private. Default value is False means private." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1518(para) ./doc/hot-reference/generated/openstack.xml:3104(para) ./doc/hot-reference/generated/openstack.xml:3325(para) ./doc/hot-reference/generated/openstack.xml:3952(para) ./doc/hot-reference/generated/openstack.xml:4918(para) ./doc/hot-reference/generated/openstack.xml:5038(para) ./doc/hot-reference/generated/openstack.xml:5070(para) ./doc/hot-reference/generated/openstack.xml:5245(para) ./doc/hot-reference/generated/openstack.xml:6718(para) ./doc/hot-reference/generated/openstack.xml:6812(para) ./doc/hot-reference/generated/openstack.xml:6944(para) ./doc/hot-reference/generated/openstack.xml:9561(para) ./doc/hot-reference/generated/openstack.xml:10785(para) +#: ./doc/hot-reference/generated/openstack.xml:1730(para) ./doc/hot-reference/generated/openstack.xml:3331(para) ./doc/hot-reference/generated/openstack.xml:3554(para) ./doc/hot-reference/generated/openstack.xml:4187(para) ./doc/hot-reference/generated/openstack.xml:5875(para) ./doc/hot-reference/generated/openstack.xml:5995(para) ./doc/hot-reference/generated/openstack.xml:6027(para) ./doc/hot-reference/generated/openstack.xml:6202(para) ./doc/hot-reference/generated/openstack.xml:7677(para) ./doc/hot-reference/generated/openstack.xml:7773(para) ./doc/hot-reference/generated/openstack.xml:7905(para) ./doc/hot-reference/generated/openstack.xml:10553(para) ./doc/hot-reference/generated/openstack.xml:11899(para) msgid "Optional property, defaults to \"False\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1522(term) +#: ./doc/hot-reference/generated/openstack.xml:1734(term) msgid "location" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1524(para) +#: ./doc/hot-reference/generated/openstack.xml:1736(para) msgid "URL where the data for this image already resides. For example, if the image data is stored in swift, you could specify \"swift://example.com/container/obj\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1530(term) +#: ./doc/hot-reference/generated/openstack.xml:1742(term) msgid "min_disk" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1532(para) +#: ./doc/hot-reference/generated/openstack.xml:1744(para) msgid "Amount of disk space (in GB) required to boot image. Default value is 0 if not specified and means no limit on the disk size." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1539(term) +#: ./doc/hot-reference/generated/openstack.xml:1751(term) msgid "min_ram" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1541(para) +#: ./doc/hot-reference/generated/openstack.xml:1753(para) msgid "Amount of ram (in MB) required to boot image. Default value is 0 if not specified and means no limit on the ram size." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1550(para) +#: ./doc/hot-reference/generated/openstack.xml:1762(para) msgid "Name for the image. The name of an image is not unique to a Image Service node." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1556(term) +#: ./doc/hot-reference/generated/openstack.xml:1768(term) msgid "protected" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1558(para) +#: ./doc/hot-reference/generated/openstack.xml:1770(para) msgid "Whether the image can be deleted. If the value is True, the image is protected and cannot be deleted." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1629(title) +#: ./doc/hot-reference/generated/openstack.xml:1841(title) msgid "OS::Heat::AccessPolicy" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1634(term) +#: ./doc/hot-reference/generated/openstack.xml:1846(term) msgid "AllowedResources" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1636(para) +#: ./doc/hot-reference/generated/openstack.xml:1848(para) msgid "Resources that users are allowed to access by the DescribeStackResource API." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1683(title) +#: ./doc/hot-reference/generated/openstack.xml:1895(title) msgid "OS::Heat::AutoScalingGroup" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1684(para) +#: ./doc/hot-reference/generated/openstack.xml:1899(para) msgid "An autoscaling group that can scale arbitrary resources." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1690(term) ./doc/hot-reference/generated/openstack.xml:2852(term) +#: ./doc/hot-reference/generated/openstack.xml:1904(term) ./doc/hot-reference/generated/openstack.xml:3077(term) msgid "cooldown" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1692(para) ./doc/hot-reference/generated/openstack.xml:2854(para) ./doc/hot-reference/generated/cfn.xml:34(para) ./doc/hot-reference/generated/cfn.xml:545(para) +#: ./doc/hot-reference/generated/openstack.xml:1906(para) ./doc/hot-reference/generated/openstack.xml:3079(para) ./doc/hot-reference/generated/cfn.xml:36(para) ./doc/hot-reference/generated/cfn.xml:547(para) msgid "Cooldown period, in seconds." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1698(term) +#: ./doc/hot-reference/generated/openstack.xml:1912(term) msgid "desired_capacity" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1700(para) +#: ./doc/hot-reference/generated/openstack.xml:1914(para) msgid "Desired initial number of resources." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1706(term) +#: ./doc/hot-reference/generated/openstack.xml:1920(term) msgid "max_size" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1708(para) +#: ./doc/hot-reference/generated/openstack.xml:1922(para) msgid "Maximum number of resources in the group." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1715(term) +#: ./doc/hot-reference/generated/openstack.xml:1929(term) msgid "min_size" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1717(para) +#: ./doc/hot-reference/generated/openstack.xml:1931(para) msgid "Minimum number of resources in the group." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1724(term) ./doc/hot-reference/generated/functions.xml:116(term) +#: ./doc/hot-reference/generated/openstack.xml:1938(term) ./doc/hot-reference/generated/functions.xml:116(term) msgid "resource" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1726(para) +#: ./doc/hot-reference/generated/openstack.xml:1940(para) msgid "Resource definition for the resources in the group, in HOT format. The value of this property is the definition of a resource just as if it had been declared in the template itself." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1732(term) +#: ./doc/hot-reference/generated/openstack.xml:1946(term) msgid "rolling_updates" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1734(para) +#: ./doc/hot-reference/generated/openstack.xml:1948(para) msgid "Policy for rolling updates for this scaling group." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1742(term) +#: ./doc/hot-reference/generated/openstack.xml:1950(para) +msgid "Optional property, defaults to \"{'min_in_service': 0, 'pause_time': 0, 'max_batch_size': 1}\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:1956(term) msgid "max_batch_size" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1744(para) +#: ./doc/hot-reference/generated/openstack.xml:1958(para) msgid "The maximum number of resources to replace at once." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1746(para) ./doc/hot-reference/generated/openstack.xml:2494(para) ./doc/hot-reference/generated/openstack.xml:2528(para) ./doc/hot-reference/generated/openstack.xml:2676(para) ./doc/hot-reference/generated/openstack.xml:4380(para) ./doc/hot-reference/generated/openstack.xml:4569(para) ./doc/hot-reference/generated/cfn.xml:707(para) +#: ./doc/hot-reference/generated/openstack.xml:1960(para) ./doc/hot-reference/generated/openstack.xml:2714(para) ./doc/hot-reference/generated/openstack.xml:2748(para) ./doc/hot-reference/generated/openstack.xml:2898(para) ./doc/hot-reference/generated/openstack.xml:4621(para) ./doc/hot-reference/generated/openstack.xml:4816(para) ./doc/hot-reference/generated/cfn.xml:711(para) msgid "Optional property, defaults to \"1\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1751(term) +#: ./doc/hot-reference/generated/openstack.xml:1965(term) msgid "min_in_service" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1753(para) +#: ./doc/hot-reference/generated/openstack.xml:1967(para) msgid "The minimum number of resources in service while rolling updates are being executed." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1755(para) ./doc/hot-reference/generated/openstack.xml:1764(para) ./doc/hot-reference/generated/openstack.xml:9284(para) ./doc/hot-reference/generated/openstack.xml:9316(para) +#: ./doc/hot-reference/generated/openstack.xml:1969(para) ./doc/hot-reference/generated/openstack.xml:1978(para) ./doc/hot-reference/generated/openstack.xml:10270(para) ./doc/hot-reference/generated/openstack.xml:10302(para) msgid "Optional property, defaults to \"0\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1760(term) +#: ./doc/hot-reference/generated/openstack.xml:1974(term) msgid "pause_time" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1762(para) +#: ./doc/hot-reference/generated/openstack.xml:1976(para) msgid "The number of seconds to wait between batches of updates." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1777(term) +#: ./doc/hot-reference/generated/openstack.xml:1991(term) msgid "current_size" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1779(para) +#: ./doc/hot-reference/generated/openstack.xml:1993(para) msgid "The current size of AutoscalingResourceGroup." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1783(term) ./doc/hot-reference/generated/openstack.xml:3073(term) ./doc/hot-reference/generated/openstack.xml:3294(term) ./doc/hot-reference/generated/openstack.xml:3766(term) ./doc/hot-reference/generated/openstack.xml:3921(term) +#: ./doc/hot-reference/generated/openstack.xml:1997(term) ./doc/hot-reference/generated/openstack.xml:3300(term) ./doc/hot-reference/generated/openstack.xml:3523(term) ./doc/hot-reference/generated/openstack.xml:3999(term) ./doc/hot-reference/generated/openstack.xml:4156(term) msgid "outputs" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1785(para) +#: ./doc/hot-reference/generated/openstack.xml:1999(para) msgid "A map of resource names to the specified attribute of each individual resource." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1789(term) +#: ./doc/hot-reference/generated/openstack.xml:2003(term) msgid "outputs_list" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1791(para) +#: ./doc/hot-reference/generated/openstack.xml:2005(para) msgid "A list of the specified attribute of each individual resource." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1851(title) +#: ./doc/hot-reference/generated/openstack.xml:2065(title) msgid "OS::Heat::CWLiteAlarm" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1853(para) +#: ./doc/hot-reference/generated/openstack.xml:2067(para) msgid "DEPRECATED - OS::Heat::CWLiteAlarm is deprecated, use OS::Ceilometer::Alarm instead." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1859(term) ./doc/hot-reference/generated/cfn.xml:832(term) +#: ./doc/hot-reference/generated/openstack.xml:2073(term) ./doc/hot-reference/generated/cfn.xml:838(term) msgid "AlarmActions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1861(para) +#: ./doc/hot-reference/generated/openstack.xml:2075(para) msgid "A list of actions to execute when state transitions to alarm." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1867(term) ./doc/hot-reference/generated/cfn.xml:839(term) +#: ./doc/hot-reference/generated/openstack.xml:2081(term) ./doc/hot-reference/generated/cfn.xml:845(term) msgid "AlarmDescription" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1875(term) ./doc/hot-reference/generated/cfn.xml:846(term) +#: ./doc/hot-reference/generated/openstack.xml:2089(term) ./doc/hot-reference/generated/cfn.xml:852(term) msgid "ComparisonOperator" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1877(para) +#: ./doc/hot-reference/generated/openstack.xml:2091(para) msgid "Operator used to compare the specified Statistic with Threshold." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1880(para) ./doc/hot-reference/generated/cfn.xml:850(para) +#: ./doc/hot-reference/generated/openstack.xml:2094(para) ./doc/hot-reference/generated/cfn.xml:856(para) msgid "Allowed values: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1884(term) ./doc/hot-reference/generated/cfn.xml:854(term) +#: ./doc/hot-reference/generated/openstack.xml:2098(term) ./doc/hot-reference/generated/cfn.xml:860(term) msgid "Dimensions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1886(para) +#: ./doc/hot-reference/generated/openstack.xml:2100(para) msgid "A list of dimensions (arbitrary name/value pairs) associated with the metric." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1892(term) ./doc/hot-reference/generated/cfn.xml:861(term) +#: ./doc/hot-reference/generated/openstack.xml:2106(term) ./doc/hot-reference/generated/cfn.xml:867(term) msgid "EvaluationPeriods" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1900(term) ./doc/hot-reference/generated/cfn.xml:868(term) +#: ./doc/hot-reference/generated/openstack.xml:2114(term) ./doc/hot-reference/generated/cfn.xml:874(term) msgid "InsufficientDataActions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1902(para) +#: ./doc/hot-reference/generated/openstack.xml:2116(para) msgid "A list of actions to execute when state transitions to insufficient-data." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1908(term) ./doc/hot-reference/generated/cfn.xml:875(term) +#: ./doc/hot-reference/generated/openstack.xml:2122(term) ./doc/hot-reference/generated/cfn.xml:881(term) msgid "MetricName" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1916(term) ./doc/hot-reference/generated/cfn.xml:882(term) +#: ./doc/hot-reference/generated/openstack.xml:2130(term) ./doc/hot-reference/generated/cfn.xml:888(term) msgid "Namespace" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1918(para) +#: ./doc/hot-reference/generated/openstack.xml:2132(para) msgid "Namespace for the metric." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1924(term) ./doc/hot-reference/generated/cfn.xml:889(term) +#: ./doc/hot-reference/generated/openstack.xml:2138(term) ./doc/hot-reference/generated/cfn.xml:895(term) msgid "OKActions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1926(para) +#: ./doc/hot-reference/generated/openstack.xml:2140(para) msgid "A list of actions to execute when state transitions to ok." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1932(term) ./doc/hot-reference/generated/cfn.xml:896(term) +#: ./doc/hot-reference/generated/openstack.xml:2146(term) ./doc/hot-reference/generated/cfn.xml:902(term) msgid "Period" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1940(term) ./doc/hot-reference/generated/cfn.xml:903(term) +#: ./doc/hot-reference/generated/openstack.xml:2154(term) ./doc/hot-reference/generated/cfn.xml:909(term) msgid "Statistic" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1942(para) +#: ./doc/hot-reference/generated/openstack.xml:2156(para) msgid "Metric statistic to evaluate." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1945(para) ./doc/hot-reference/generated/cfn.xml:907(para) +#: ./doc/hot-reference/generated/openstack.xml:2159(para) ./doc/hot-reference/generated/cfn.xml:913(para) msgid "Allowed values: SampleCount, Average, Sum, Minimum, Maximum" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1949(term) ./doc/hot-reference/generated/cfn.xml:911(term) +#: ./doc/hot-reference/generated/openstack.xml:2163(term) ./doc/hot-reference/generated/cfn.xml:917(term) msgid "Threshold" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1957(term) ./doc/hot-reference/generated/cfn.xml:918(term) +#: ./doc/hot-reference/generated/openstack.xml:2171(term) ./doc/hot-reference/generated/cfn.xml:924(term) msgid "Units" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1959(para) +#: ./doc/hot-reference/generated/openstack.xml:2173(para) msgid "Unit for the metric." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:1962(para) ./doc/hot-reference/generated/cfn.xml:922(para) +#: ./doc/hot-reference/generated/openstack.xml:2176(para) ./doc/hot-reference/generated/cfn.xml:928(para) msgid "Allowed values: Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2043(title) +#: ./doc/hot-reference/generated/openstack.xml:2257(title) msgid "OS::Heat::CloudConfig" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2044(para) +#: ./doc/hot-reference/generated/openstack.xml:2261(para) msgid "A configuration resource for representing cloud-init cloud-config." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2045(para) +#: ./doc/hot-reference/generated/openstack.xml:2262(para) msgid "This resource allows cloud-config YAML to be defined and stored by the config API. Any intrinsic functions called in the config will be resolved before storing the result." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2048(para) +#: ./doc/hot-reference/generated/openstack.xml:2265(para) msgid "This resource will generally be referenced by OS::Nova::Server user_data, or OS::Heat::MultipartMime parts config. Since cloud-config is boot-only configuration, any changes to the definition will result in the replacement of all servers which reference it." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2057(term) +#: ./doc/hot-reference/generated/openstack.xml:2273(term) msgid "cloud_config" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2059(para) +#: ./doc/hot-reference/generated/openstack.xml:2275(para) msgid "Map representing the cloud-config data structure which will be formatted as YAML." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2070(term) ./doc/hot-reference/generated/openstack.xml:2363(term) ./doc/hot-reference/generated/openstack.xml:2407(term) ./doc/hot-reference/generated/openstack.xml:2985(term) ./doc/hot-reference/generated/openstack.xml:3136(term) ./doc/hot-reference/generated/openstack.xml:3212(term) ./doc/hot-reference/generated/openstack.xml:3357(term) ./doc/hot-reference/generated/openstack.xml:3453(term) ./doc/hot-reference/generated/openstack.xml:3589(term) ./doc/hot-reference/generated/openstack.xml:3839(term) ./doc/hot-reference/generated/openstack.xml:3984(term) ./doc/hot-reference/generated/openstack.xml:4068(term) ./doc/hot-reference/generated/openstack.xml:4227(term) +#: ./doc/hot-reference/generated/openstack.xml:2286(term) ./doc/hot-reference/generated/openstack.xml:2581(term) ./doc/hot-reference/generated/openstack.xml:2625(term) ./doc/hot-reference/generated/openstack.xml:3212(term) ./doc/hot-reference/generated/openstack.xml:3363(term) ./doc/hot-reference/generated/openstack.xml:3441(term) ./doc/hot-reference/generated/openstack.xml:3586(term) ./doc/hot-reference/generated/openstack.xml:3684(term) ./doc/hot-reference/generated/openstack.xml:3822(term) ./doc/hot-reference/generated/openstack.xml:4074(term) ./doc/hot-reference/generated/openstack.xml:4219(term) ./doc/hot-reference/generated/openstack.xml:4305(term) ./doc/hot-reference/generated/openstack.xml:4466(term) msgid "config" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2072(para) ./doc/hot-reference/generated/openstack.xml:2409(para) ./doc/hot-reference/generated/openstack.xml:3138(para) ./doc/hot-reference/generated/openstack.xml:3359(para) ./doc/hot-reference/generated/openstack.xml:3986(para) +#: ./doc/hot-reference/generated/openstack.xml:2288(para) ./doc/hot-reference/generated/openstack.xml:2627(para) ./doc/hot-reference/generated/openstack.xml:3365(para) ./doc/hot-reference/generated/openstack.xml:3588(para) ./doc/hot-reference/generated/openstack.xml:4221(para) msgid "The config value of the software config." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2117(title) +#: ./doc/hot-reference/generated/openstack.xml:2333(title) msgid "OS::Heat::HARestarter" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2119(para) +#: ./doc/hot-reference/generated/openstack.xml:2335(para) msgid "DEPRECATED - The HARestarter resource type is unsupported and will be removed in a future release of Heat, once it has support for auto-healing any type of resource. Note that HARestarter does *not* actually restart servers - it deletes and then recreates them. It also does the same to all dependent resources, and may therefore exhibit unexpected and undesirable behaviour. Avoid." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2125(term) ./doc/hot-reference/generated/cfn.xml:64(term) ./doc/hot-reference/generated/cfn.xml:361(term) ./doc/hot-reference/generated/cfn.xml:1017(term) ./doc/hot-reference/generated/cfn.xml:1102(term) ./doc/hot-reference/generated/cfn.xml:2607(term) +#: ./doc/hot-reference/generated/openstack.xml:2341(term) ./doc/hot-reference/generated/cfn.xml:66(term) ./doc/hot-reference/generated/cfn.xml:363(term) ./doc/hot-reference/generated/cfn.xml:1023(term) ./doc/hot-reference/generated/cfn.xml:1108(term) ./doc/hot-reference/generated/cfn.xml:2617(term) msgid "InstanceId" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2127(para) +#: ./doc/hot-reference/generated/openstack.xml:2343(para) msgid "Instance ID to be restarted." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2130(para) ./doc/hot-reference/generated/openstack.xml:3482(para) ./doc/hot-reference/generated/openstack.xml:4114(para) ./doc/hot-reference/generated/openstack.xml:9478(para) ./doc/hot-reference/generated/cfn.xml:69(para) ./doc/hot-reference/generated/cfn.xml:366(para) ./doc/hot-reference/generated/cfn.xml:1022(para) ./doc/hot-reference/generated/cfn.xml:1107(para) ./doc/hot-reference/generated/cfn.xml:2612(para) +#: ./doc/hot-reference/generated/openstack.xml:2346(para) ./doc/hot-reference/generated/openstack.xml:3713(para) ./doc/hot-reference/generated/openstack.xml:4351(para) ./doc/hot-reference/generated/openstack.xml:10468(para) ./doc/hot-reference/generated/cfn.xml:71(para) ./doc/hot-reference/generated/cfn.xml:368(para) ./doc/hot-reference/generated/cfn.xml:1028(para) ./doc/hot-reference/generated/cfn.xml:1113(para) ./doc/hot-reference/generated/cfn.xml:2622(para) msgid "Value must be of type nova.server" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2139(term) ./doc/hot-reference/generated/cfn.xml:564(term) +#: ./doc/hot-reference/generated/openstack.xml:2355(term) ./doc/hot-reference/generated/cfn.xml:566(term) msgid "AlarmUrl" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2141(para) +#: ./doc/hot-reference/generated/openstack.xml:2357(para) msgid "A signed url to handle the alarm (Heat extension)." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2186(title) +#: ./doc/hot-reference/generated/openstack.xml:2402(title) msgid "OS::Heat::InstanceGroup" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2191(term) ./doc/hot-reference/generated/cfn.xml:24(term) ./doc/hot-reference/generated/cfn.xml:2698(term) +#: ./doc/hot-reference/generated/openstack.xml:2407(term) ./doc/hot-reference/generated/cfn.xml:26(term) ./doc/hot-reference/generated/cfn.xml:2708(term) msgid "AvailabilityZones" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2193(para) ./doc/hot-reference/generated/cfn.xml:26(para) ./doc/hot-reference/generated/cfn.xml:3036(para) ./doc/hot-reference/generated/cfn.xml:3064(para) +#: ./doc/hot-reference/generated/openstack.xml:2409(para) ./doc/hot-reference/generated/cfn.xml:28(para) ./doc/hot-reference/generated/cfn.xml:3046(para) ./doc/hot-reference/generated/cfn.xml:3074(para) msgid "Not Implemented." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2199(term) ./doc/hot-reference/generated/cfn.xml:73(term) +#: ./doc/hot-reference/generated/openstack.xml:2415(term) ./doc/hot-reference/generated/cfn.xml:75(term) msgid "LaunchConfigurationName" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2201(para) ./doc/hot-reference/generated/cfn.xml:75(para) +#: ./doc/hot-reference/generated/openstack.xml:2417(para) ./doc/hot-reference/generated/cfn.xml:77(para) msgid "The reference to a LaunchConfiguration resource." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2207(term) ./doc/hot-reference/generated/cfn.xml:81(term) +#: ./doc/hot-reference/generated/openstack.xml:2423(term) ./doc/hot-reference/generated/cfn.xml:83(term) msgid "LoadBalancerNames" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2209(para) ./doc/hot-reference/generated/cfn.xml:83(para) +#: ./doc/hot-reference/generated/openstack.xml:2425(para) ./doc/hot-reference/generated/cfn.xml:85(para) msgid "List of LoadBalancer resources." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2215(term) ./doc/hot-reference/generated/cfn.xml:2487(term) +#: ./doc/hot-reference/generated/openstack.xml:2431(term) ./doc/hot-reference/generated/cfn.xml:2497(term) msgid "Size" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2217(para) +#: ./doc/hot-reference/generated/openstack.xml:2433(para) msgid "Desired number of instances." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2223(term) ./doc/hot-reference/generated/cfn.xml:105(term) ./doc/hot-reference/generated/cfn.xml:1439(term) ./doc/hot-reference/generated/cfn.xml:1653(term) ./doc/hot-reference/generated/cfn.xml:1758(term) ./doc/hot-reference/generated/cfn.xml:1848(term) ./doc/hot-reference/generated/cfn.xml:2162(term) ./doc/hot-reference/generated/cfn.xml:2337(term) ./doc/hot-reference/generated/cfn.xml:2504(term) ./doc/hot-reference/generated/cfn.xml:3293(term) +#: ./doc/hot-reference/generated/openstack.xml:2439(term) ./doc/hot-reference/generated/cfn.xml:107(term) ./doc/hot-reference/generated/cfn.xml:1445(term) ./doc/hot-reference/generated/cfn.xml:1659(term) ./doc/hot-reference/generated/cfn.xml:1765(term) ./doc/hot-reference/generated/cfn.xml:1857(term) ./doc/hot-reference/generated/cfn.xml:2171(term) ./doc/hot-reference/generated/cfn.xml:2347(term) ./doc/hot-reference/generated/cfn.xml:2514(term) ./doc/hot-reference/generated/cfn.xml:3303(term) msgid "Tags" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2225(para) ./doc/hot-reference/generated/cfn.xml:107(para) +#: ./doc/hot-reference/generated/openstack.xml:2441(para) ./doc/hot-reference/generated/cfn.xml:109(para) msgid "Tags to attach to this group." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2242(term) ./doc/hot-reference/generated/cfn.xml:124(term) ./doc/hot-reference/generated/cfn.xml:415(term) ./doc/hot-reference/generated/cfn.xml:1363(term) ./doc/hot-reference/generated/cfn.xml:1458(term) ./doc/hot-reference/generated/cfn.xml:2523(term) ./doc/hot-reference/generated/cfn.xml:3312(term) +#: ./doc/hot-reference/generated/openstack.xml:2458(term) ./doc/hot-reference/generated/cfn.xml:126(term) ./doc/hot-reference/generated/cfn.xml:417(term) ./doc/hot-reference/generated/cfn.xml:1369(term) ./doc/hot-reference/generated/cfn.xml:1464(term) ./doc/hot-reference/generated/cfn.xml:2533(term) ./doc/hot-reference/generated/cfn.xml:3322(term) msgid "Key" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2249(term) ./doc/hot-reference/generated/cfn.xml:131(term) ./doc/hot-reference/generated/cfn.xml:422(term) ./doc/hot-reference/generated/cfn.xml:1370(term) ./doc/hot-reference/generated/cfn.xml:1465(term) ./doc/hot-reference/generated/cfn.xml:2530(term) ./doc/hot-reference/generated/cfn.xml:3320(term) +#: ./doc/hot-reference/generated/openstack.xml:2465(term) ./doc/hot-reference/generated/cfn.xml:133(term) ./doc/hot-reference/generated/cfn.xml:424(term) ./doc/hot-reference/generated/cfn.xml:1376(term) ./doc/hot-reference/generated/cfn.xml:1471(term) ./doc/hot-reference/generated/cfn.xml:2540(term) ./doc/hot-reference/generated/cfn.xml:3330(term) msgid "Value" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2267(term) ./doc/hot-reference/generated/cfn.xml:170(term) +#: ./doc/hot-reference/generated/openstack.xml:2483(term) ./doc/hot-reference/generated/cfn.xml:172(term) msgid "InstanceList" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2269(para) ./doc/hot-reference/generated/cfn.xml:172(para) +#: ./doc/hot-reference/generated/openstack.xml:2485(para) ./doc/hot-reference/generated/cfn.xml:174(para) msgid "A comma-delimited list of server ip addresses. (Heat extension)." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2326(title) +#: ./doc/hot-reference/generated/openstack.xml:2542(title) msgid "OS::Heat::MultipartMime" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2327(para) +#: ./doc/hot-reference/generated/openstack.xml:2546(para) msgid "A resource which assembles a collection of software configurations as a multi-part mime message." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2329(para) +#: ./doc/hot-reference/generated/openstack.xml:2548(para) msgid "Parts in the message can be populated with inline configuration or references to other config resources. If the referenced resource is itself a valid multi-part mime message, that will be broken into parts and those parts appended to this message." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2333(para) +#: ./doc/hot-reference/generated/openstack.xml:2552(para) msgid "The resulting multi-part mime message will be stored by the configs API and can be referenced in properties such as OS::Nova::Server user_data." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2335(para) +#: ./doc/hot-reference/generated/openstack.xml:2554(para) msgid "This resource is generally used to build a list of cloud-init configuration elements including scripts and cloud-config. Since cloud-init is boot-only configuration, any changes to the definition will result in the replacement of all servers which reference it." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2344(term) +#: ./doc/hot-reference/generated/openstack.xml:2562(term) msgid "parts" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2346(para) +#: ./doc/hot-reference/generated/openstack.xml:2564(para) msgid "Parts belonging to this message." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2348(para) ./doc/hot-reference/generated/openstack.xml:2700(para) ./doc/hot-reference/generated/openstack.xml:2720(para) ./doc/hot-reference/generated/openstack.xml:7283(para) ./doc/hot-reference/generated/openstack.xml:7771(para) ./doc/hot-reference/generated/openstack.xml:8609(para) ./doc/hot-reference/generated/openstack.xml:8800(para) ./doc/hot-reference/generated/openstack.xml:9887(para) ./doc/hot-reference/generated/openstack.xml:10945(para) ./doc/hot-reference/generated/openstack.xml:11031(para) ./doc/hot-reference/generated/openstack.xml:11099(para) ./doc/hot-reference/generated/cfn.xml:1498(para) +#: ./doc/hot-reference/generated/openstack.xml:2566(para) ./doc/hot-reference/generated/openstack.xml:2922(para) ./doc/hot-reference/generated/openstack.xml:2942(para) ./doc/hot-reference/generated/openstack.xml:8246(para) ./doc/hot-reference/generated/openstack.xml:8742(para) ./doc/hot-reference/generated/openstack.xml:9591(para) ./doc/hot-reference/generated/openstack.xml:9782(para) ./doc/hot-reference/generated/openstack.xml:10989(para) ./doc/hot-reference/generated/openstack.xml:12206(para) ./doc/hot-reference/generated/openstack.xml:12293(para) ./doc/hot-reference/generated/openstack.xml:12361(para) ./doc/hot-reference/generated/cfn.xml:1504(para) msgid "Optional property, defaults to \"[]\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2365(para) +#: ./doc/hot-reference/generated/openstack.xml:2583(para) msgid "Content of part to attach, either inline or by referencing the ID of another software config resource" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2371(term) +#: ./doc/hot-reference/generated/openstack.xml:2589(term) msgid "filename" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2373(para) +#: ./doc/hot-reference/generated/openstack.xml:2591(para) msgid "Optional filename to associate with part." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2379(term) +#: ./doc/hot-reference/generated/openstack.xml:2597(term) msgid "subtype" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2381(para) +#: ./doc/hot-reference/generated/openstack.xml:2599(para) msgid "Optional subtype to specify with the type." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2387(term) ./doc/hot-reference/generated/openstack.xml:2748(term) ./doc/hot-reference/generated/openstack.xml:3050(term) ./doc/hot-reference/generated/openstack.xml:3116(term) ./doc/hot-reference/generated/openstack.xml:3271(term) ./doc/hot-reference/generated/openstack.xml:3337(term) ./doc/hot-reference/generated/openstack.xml:3898(term) ./doc/hot-reference/generated/openstack.xml:3964(term) ./doc/hot-reference/generated/openstack.xml:5706(term) ./doc/hot-reference/generated/openstack.xml:5776(term) ./doc/hot-reference/generated/openstack.xml:7391(term) +#: ./doc/hot-reference/generated/openstack.xml:2605(term) ./doc/hot-reference/generated/openstack.xml:2970(term) ./doc/hot-reference/generated/openstack.xml:3277(term) ./doc/hot-reference/generated/openstack.xml:3343(term) ./doc/hot-reference/generated/openstack.xml:3500(term) ./doc/hot-reference/generated/openstack.xml:3566(term) ./doc/hot-reference/generated/openstack.xml:4133(term) ./doc/hot-reference/generated/openstack.xml:4199(term) ./doc/hot-reference/generated/openstack.xml:6663(term) ./doc/hot-reference/generated/openstack.xml:6733(term) ./doc/hot-reference/generated/openstack.xml:8355(term) msgid "type" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2389(para) +#: ./doc/hot-reference/generated/openstack.xml:2607(para) msgid "Whether the part content is text or multipart." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2391(para) +#: ./doc/hot-reference/generated/openstack.xml:2609(para) msgid "Optional property, defaults to \"text\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2392(para) +#: ./doc/hot-reference/generated/openstack.xml:2610(para) msgid "Allowed values: text, multipart" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2454(title) +#: ./doc/hot-reference/generated/openstack.xml:2672(title) msgid "OS::Heat::RandomString" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2455(para) +#: ./doc/hot-reference/generated/openstack.xml:2676(para) msgid "A resource which generates a random string." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2456(para) +#: ./doc/hot-reference/generated/openstack.xml:2677(para) msgid "This is useful for configuring passwords and secrets on services." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2462(term) +#: ./doc/hot-reference/generated/openstack.xml:2682(term) msgid "character_classes" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2464(para) +#: ./doc/hot-reference/generated/openstack.xml:2684(para) msgid "A list of character class and their constraints to generate the random string from." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2481(term) +#: ./doc/hot-reference/generated/openstack.xml:2701(term) msgid "class" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2483(para) +#: ./doc/hot-reference/generated/openstack.xml:2703(para) msgid "A character class and its corresponding min constraint to generate the random string from." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2485(para) +#: ./doc/hot-reference/generated/openstack.xml:2705(para) msgid "Optional property, defaults to \"lettersdigits\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2486(para) ./doc/hot-reference/generated/openstack.xml:2572(para) +#: ./doc/hot-reference/generated/openstack.xml:2706(para) ./doc/hot-reference/generated/openstack.xml:2792(para) msgid "Allowed values: lettersdigits, letters, lowercase, uppercase, digits, hexdigits, octdigits" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2490(term) ./doc/hot-reference/generated/openstack.xml:2524(term) +#: ./doc/hot-reference/generated/openstack.xml:2710(term) ./doc/hot-reference/generated/openstack.xml:2744(term) msgid "min" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2492(para) +#: ./doc/hot-reference/generated/openstack.xml:2712(para) msgid "The minimum number of characters from this character class that will be in the generated string." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2495(para) ./doc/hot-reference/generated/openstack.xml:2529(para) ./doc/hot-reference/generated/openstack.xml:2552(para) +#: ./doc/hot-reference/generated/openstack.xml:2715(para) ./doc/hot-reference/generated/openstack.xml:2749(para) ./doc/hot-reference/generated/openstack.xml:2772(para) msgid "The value must be in the range 1 to 512." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2505(term) +#: ./doc/hot-reference/generated/openstack.xml:2725(term) msgid "character_sequences" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2507(para) +#: ./doc/hot-reference/generated/openstack.xml:2727(para) msgid "A list of character sequences and their constraints to generate the random string from." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2526(para) +#: ./doc/hot-reference/generated/openstack.xml:2746(para) msgid "The minimum number of characters from this sequence that will be in the generated string." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2533(term) ./doc/hot-reference/generated/openstack.xml:2564(term) +#: ./doc/hot-reference/generated/openstack.xml:2753(term) ./doc/hot-reference/generated/openstack.xml:2784(term) msgid "sequence" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2535(para) +#: ./doc/hot-reference/generated/openstack.xml:2755(para) msgid "A character sequence and its corresponding min constraint to generate the random string from." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2547(term) +#: ./doc/hot-reference/generated/openstack.xml:2767(term) msgid "length" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2549(para) +#: ./doc/hot-reference/generated/openstack.xml:2769(para) msgid "Length of the string to generate." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2551(para) +#: ./doc/hot-reference/generated/openstack.xml:2771(para) msgid "Optional property, defaults to \"32\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2556(term) +#: ./doc/hot-reference/generated/openstack.xml:2776(term) msgid "salt" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2558(para) +#: ./doc/hot-reference/generated/openstack.xml:2778(para) msgid "Value which can be set or changed on stack update to trigger the resource for replacement with a new random string . The salt value itself is ignored by the random generator." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2567(para) +#: ./doc/hot-reference/generated/openstack.xml:2787(para) msgid "DEPRECATED - Use property character_classes." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2569(para) +#: ./doc/hot-reference/generated/openstack.xml:2789(para) msgid "Sequence of characters to build the random string from." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2583(para) +#: ./doc/hot-reference/generated/openstack.xml:2803(para) msgid "The random string generated by this resource. This value is also available by referencing the resource." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2637(title) +#: ./doc/hot-reference/generated/openstack.xml:2857(title) msgid "OS::Heat::ResourceGroup" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2638(para) +#: ./doc/hot-reference/generated/openstack.xml:2861(para) msgid "A resource that creates one or more identically configured nested resources." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2640(para) +#: ./doc/hot-reference/generated/openstack.xml:2863(para) msgid "In addition to the refs attribute, this resource implements synthetic attributes that mirror those of the resources in the group. When getting an attribute from this resource, however, a list of attribute values for each resource in the group is returned. To get attribute values for a single resource in the group, synthetic attributes of the form resource.{resource index}.{attribute name} can be used. The resource ID of a particular resource in the group can be obtained via the synthetic attribute resource.{resource index}." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2648(para) +#: ./doc/hot-reference/generated/openstack.xml:2871(para) msgid "While each resource in the group will be identically configured, this resource does allow for some index-based customization of the properties of the resources in the group. For example:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2664(para) +#: ./doc/hot-reference/generated/openstack.xml:2887(para) msgid "would result in a group of three servers having the same image and flavor, but names of my_server_0, my_server_1, and my_server_2. The variable used for substitution can be customized by using the index_var property." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2672(term) ./doc/hot-reference/generated/openstack.xml:4376(term) ./doc/hot-reference/generated/openstack.xml:4565(term) ./doc/hot-reference/generated/openstack.xml:10417(term) +#: ./doc/hot-reference/generated/openstack.xml:2894(term) ./doc/hot-reference/generated/openstack.xml:4617(term) ./doc/hot-reference/generated/openstack.xml:4812(term) ./doc/hot-reference/generated/openstack.xml:11529(term) msgid "count" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2674(para) +#: ./doc/hot-reference/generated/openstack.xml:2896(para) msgid "The number of instances to create." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2681(term) +#: ./doc/hot-reference/generated/openstack.xml:2903(term) msgid "index_var" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2686(para) +#: ./doc/hot-reference/generated/openstack.xml:2908(para) msgid "A variable that this resource will use to replace with the current index of a given resource in the group. Can be used, for example, to customize the name property of grouped servers in order to differentiate them when listed with nova client." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2688(para) +#: ./doc/hot-reference/generated/openstack.xml:2910(para) msgid "Optional property, defaults to \"%index%\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2689(para) +#: ./doc/hot-reference/generated/openstack.xml:2911(para) msgid "The length must be at least 3." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2693(term) +#: ./doc/hot-reference/generated/openstack.xml:2915(term) msgid "removal_policies" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2698(para) +#: ./doc/hot-reference/generated/openstack.xml:2920(para) msgid "Policies for removal of resources on update" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2708(para) +#: ./doc/hot-reference/generated/openstack.xml:2930(para) msgid "Policy to be processed when doing an update which requires removal of specific resources." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2716(term) +#: ./doc/hot-reference/generated/openstack.xml:2938(term) msgid "resource_list" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2718(para) +#: ./doc/hot-reference/generated/openstack.xml:2940(para) msgid "List of resources to be removed when doing an update which requires removal of specific resources. The resource may be specified several ways: (1) The resource name, as in the nested stack, (2) The resource reference returned from get_resource in a template, as available via the 'refs' attribute Note this is destructive on update when specified; even if the count is not being reduced, and once a resource name is removed, it's name is never reused in subsequent updates" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2730(term) +#: ./doc/hot-reference/generated/openstack.xml:2952(term) msgid "resource_def" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2732(para) +#: ./doc/hot-reference/generated/openstack.xml:2954(para) msgid "Resource definition for the resources in the group. The value of this property is the definition of a resource just as if it had been declared in the template itself." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2740(term) +#: ./doc/hot-reference/generated/openstack.xml:2962(term) msgid "properties" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2742(para) +#: ./doc/hot-reference/generated/openstack.xml:2964(para) msgid "Property values for the resources in the group" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2750(para) +#: ./doc/hot-reference/generated/openstack.xml:2972(para) msgid "The type of the resources in the group" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2764(term) +#: ./doc/hot-reference/generated/openstack.xml:2986(term) msgid "attributes" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2766(para) +#: ./doc/hot-reference/generated/openstack.xml:2991(para) msgid "A map of resource names to the specified attribute of each individual resource. Requires heat_template_version: 2014-10-16." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2770(term) +#: ./doc/hot-reference/generated/openstack.xml:2995(term) msgid "refs" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2772(para) +#: ./doc/hot-reference/generated/openstack.xml:2997(para) msgid "A list of resource IDs for the resources in the group" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2826(title) +#: ./doc/hot-reference/generated/openstack.xml:3051(title) msgid "OS::Heat::ScalingPolicy" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2827(para) +#: ./doc/hot-reference/generated/openstack.xml:3052(para) msgid "A resource to manage scaling of OS::Heat::AutoScalingGroup." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2828(para) +#: ./doc/hot-reference/generated/openstack.xml:3053(para) msgid " while it may incidentally support AWS::AutoScaling::AutoScalingGroup for now, please don't use it for that purpose and use AWS::AutoScaling::ScalingPolicy instead." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2835(term) +#: ./doc/hot-reference/generated/openstack.xml:3060(term) msgid "adjustment_type" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2837(para) ./doc/hot-reference/generated/cfn.xml:528(para) +#: ./doc/hot-reference/generated/openstack.xml:3062(para) ./doc/hot-reference/generated/cfn.xml:530(para) msgid "Type of adjustment (absolute or percentage)." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2840(para) +#: ./doc/hot-reference/generated/openstack.xml:3065(para) msgid "Allowed values: change_in_capacity, exact_capacity, percent_change_in_capacity" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2844(term) +#: ./doc/hot-reference/generated/openstack.xml:3069(term) msgid "auto_scaling_group_id" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2846(para) +#: ./doc/hot-reference/generated/openstack.xml:3071(para) msgid "AutoScaling group ID to apply policy to." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2860(term) +#: ./doc/hot-reference/generated/openstack.xml:3085(term) msgid "scaling_adjustment" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2862(para) ./doc/hot-reference/generated/cfn.xml:553(para) +#: ./doc/hot-reference/generated/openstack.xml:3087(para) ./doc/hot-reference/generated/cfn.xml:555(para) msgid "Size of adjustment." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2873(term) +#: ./doc/hot-reference/generated/openstack.xml:3098(term) msgid "alarm_url" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2875(para) +#: ./doc/hot-reference/generated/openstack.xml:3100(para) msgid "A signed url to handle the alarm." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2929(title) +#: ./doc/hot-reference/generated/openstack.xml:3154(title) msgid "OS::Heat::SoftwareComponent" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2930(para) +#: ./doc/hot-reference/generated/openstack.xml:3158(para) msgid "A resource for describing and storing a software component." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2931(para) +#: ./doc/hot-reference/generated/openstack.xml:3159(para) msgid "This resource is similar to OS::Heat::SoftwareConfig. In contrast to SoftwareConfig which allows for storing only one configuration (e.g. one script), SoftwareComponent allows for storing multiple configurations to address handling of all lifecycle hooks (CREATE, UPDATE, SUSPEND, RESUME, DELETE) for a software component in one place." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2936(para) +#: ./doc/hot-reference/generated/openstack.xml:3164(para) msgid "This resource is backed by the persistence layer and the API of the SoftwareConfig resource, and only adds handling for the additional 'configs' property and attribute." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2944(term) +#: ./doc/hot-reference/generated/openstack.xml:3171(term) msgid "configs" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2946(para) +#: ./doc/hot-reference/generated/openstack.xml:3173(para) msgid "The list of configurations for the different lifecycle actions of the represented software component." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2964(term) ./doc/hot-reference/generated/openstack.xml:3444(term) ./doc/hot-reference/generated/openstack.xml:3580(term) ./doc/hot-reference/generated/openstack.xml:4059(term) ./doc/hot-reference/generated/openstack.xml:4218(term) ./doc/hot-reference/generated/openstack.xml:6318(term) +#: ./doc/hot-reference/generated/openstack.xml:3191(term) ./doc/hot-reference/generated/openstack.xml:3675(term) ./doc/hot-reference/generated/openstack.xml:3813(term) ./doc/hot-reference/generated/openstack.xml:4296(term) ./doc/hot-reference/generated/openstack.xml:4457(term) ./doc/hot-reference/generated/openstack.xml:7275(term) msgid "actions" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2966(para) +#: ./doc/hot-reference/generated/openstack.xml:3193(para) msgid "Lifecycle actions to which the configuration applies. The string values provided for this property can include the standard resource actions CREATE, DELETE, UPDATE, SUSPEND and RESUME supported by Heat." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:2987(para) ./doc/hot-reference/generated/openstack.xml:3214(para) -msgid "Configuration script or manifest which specifies what actual configuration is performed." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:2993(term) -msgid "tool" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:2995(para) -msgid "The configuration tool used to actually apply the configuration on a server. This string property has to be understood by in-instance tools running inside deployed servers." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3007(term) ./doc/hot-reference/generated/openstack.xml:3228(term) ./doc/hot-reference/generated/openstack.xml:3855(term) -msgid "inputs" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3009(para) ./doc/hot-reference/generated/openstack.xml:3230(para) ./doc/hot-reference/generated/openstack.xml:3857(para) -msgid "Schema representing the inputs that this software config is expecting." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3026(term) ./doc/hot-reference/generated/openstack.xml:3247(term) ./doc/hot-reference/generated/openstack.xml:3874(term) ./doc/hot-reference/generated/openstack.xml:7189(term) -msgid "default" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3028(para) ./doc/hot-reference/generated/openstack.xml:3249(para) ./doc/hot-reference/generated/openstack.xml:3876(para) -msgid "Default value for the input if none is specified." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3036(para) ./doc/hot-reference/generated/openstack.xml:3257(para) ./doc/hot-reference/generated/openstack.xml:3884(para) -msgid "Description of the input." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3044(para) ./doc/hot-reference/generated/openstack.xml:3265(para) ./doc/hot-reference/generated/openstack.xml:3892(para) -msgid "Name of the input." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3052(para) ./doc/hot-reference/generated/openstack.xml:3273(para) ./doc/hot-reference/generated/openstack.xml:3900(para) -msgid "Type of the value of the input." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3054(para) ./doc/hot-reference/generated/openstack.xml:3120(para) ./doc/hot-reference/generated/openstack.xml:3275(para) ./doc/hot-reference/generated/openstack.xml:3341(para) ./doc/hot-reference/generated/openstack.xml:3902(para) ./doc/hot-reference/generated/openstack.xml:3968(para) -msgid "Optional property, defaults to \"String\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3055(para) ./doc/hot-reference/generated/openstack.xml:3121(para) ./doc/hot-reference/generated/openstack.xml:3276(para) ./doc/hot-reference/generated/openstack.xml:3342(para) ./doc/hot-reference/generated/openstack.xml:3903(para) ./doc/hot-reference/generated/openstack.xml:3969(para) -msgid "Allowed values: String, Number, CommaDelimitedList, Json" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3065(term) ./doc/hot-reference/generated/openstack.xml:3286(term) ./doc/hot-reference/generated/openstack.xml:3913(term) -msgid "options" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3067(para) ./doc/hot-reference/generated/openstack.xml:3288(para) ./doc/hot-reference/generated/openstack.xml:3915(para) -msgid "Map containing options specific to the configuration management tool used by this resource." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3075(para) ./doc/hot-reference/generated/openstack.xml:3296(para) ./doc/hot-reference/generated/openstack.xml:3923(para) -msgid "Schema representing the outputs that this software config will produce." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3094(para) ./doc/hot-reference/generated/openstack.xml:3315(para) ./doc/hot-reference/generated/openstack.xml:3942(para) -msgid "Description of the output." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3100(term) ./doc/hot-reference/generated/openstack.xml:3321(term) ./doc/hot-reference/generated/openstack.xml:3948(term) -msgid "error_output" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3102(para) ./doc/hot-reference/generated/openstack.xml:3323(para) ./doc/hot-reference/generated/openstack.xml:3950(para) -msgid "Denotes that the deployment is in an error state if this output has a value." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3110(para) ./doc/hot-reference/generated/openstack.xml:3331(para) ./doc/hot-reference/generated/openstack.xml:3958(para) -msgid "Name of the output." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3118(para) ./doc/hot-reference/generated/openstack.xml:3339(para) ./doc/hot-reference/generated/openstack.xml:3966(para) -msgid "Type of the value of the output." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3192(title) -msgid "OS::Heat::SoftwareConfig" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3193(para) -msgid "A resource for describing and storing software configuration." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3194(para) -msgid "The software_configs API which backs this resource creates immutable configs, so any change to the template resource definition will result in a new config being created, and the old one being deleted." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3197(para) -msgid "Configs can be defined in the same template which uses them, or they can be created in one stack, and passed to another stack via a parameter." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3199(para) -msgid "A config resource can be referenced in other resource properties which are config-aware. This includes the properties OS::Nova::Server user_data, OS::Heat::SoftwareDeployment config and OS::Heat::MultipartMime parts config." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3203(para) -msgid "Along with the config script itself, this resource can define schemas for inputs and outputs which the config script is expected to consume and produce. Inputs and outputs are optional and will map to concepts which are specific to the configuration tool being used." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3220(term) ./doc/hot-reference/generated/openstack.xml:3847(term) -msgid "group" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3222(para) ./doc/hot-reference/generated/openstack.xml:3849(para) -msgid "Namespace to group this software config by when delivered to a server. This may imply what configuration tool is going to perform the configuration." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3224(para) ./doc/hot-reference/generated/openstack.xml:3851(para) -msgid "Optional property, defaults to \"Heat::Ungrouped\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3416(title) -msgid "OS::Heat::SoftwareDeployment" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3417(para) -msgid "This resource associates a server with some configuration which is to be deployed to that server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3419(para) -msgid "A deployment allows input values to be specified which map to the inputs schema defined in the config resource. These input values are interpreted by the configuration tool in a tool-specific manner." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3422(para) -msgid "Whenever this resource goes to an IN_PROGRESS state, it creates an ephemeral config that includes the inputs values plus a number of extra inputs which have names prefixed with deploy_. The extra inputs relate to the current state of the stack, along with the information and credentials required to signal back the deployment results." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3427(para) -msgid "Unless signal_transport=NO_SIGNAL, this resource will remain in an IN_PROGRESS state until the server signals it with the output values for that deployment. Those output values are then available as resource attributes, along with the default attributes deploy_stdout, deploy_stderr and deploy_status_code." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3432(para) -msgid "Specifying actions other than the default CREATE and UPDATE will result in the deployment being triggered in those actions. For example this would allow cleanup configuration to be performed during actions SUSPEND and DELETE. A config could be designed to only work with some specific actions, or a config can read the value of the deploy_action input to allow conditional logic to perform different configuration for different actions." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3446(para) ./doc/hot-reference/generated/openstack.xml:3582(para) ./doc/hot-reference/generated/openstack.xml:4061(para) ./doc/hot-reference/generated/openstack.xml:4220(para) -msgid "Which stack actions will result in this deployment being triggered." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:3448(para) ./doc/hot-reference/generated/openstack.xml:3584(para) ./doc/hot-reference/generated/openstack.xml:4063(para) ./doc/hot-reference/generated/openstack.xml:4222(para) +#: ./doc/hot-reference/generated/openstack.xml:3195(para) ./doc/hot-reference/generated/openstack.xml:3679(para) ./doc/hot-reference/generated/openstack.xml:3817(para) ./doc/hot-reference/generated/openstack.xml:4300(para) ./doc/hot-reference/generated/openstack.xml:4461(para) msgid "Optional property, defaults to \"['CREATE', 'UPDATE']\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3449(para) ./doc/hot-reference/generated/openstack.xml:3585(para) ./doc/hot-reference/generated/openstack.xml:4064(para) ./doc/hot-reference/generated/openstack.xml:4223(para) +#: ./doc/hot-reference/generated/openstack.xml:3214(para) ./doc/hot-reference/generated/openstack.xml:3443(para) +msgid "Configuration script or manifest which specifies what actual configuration is performed." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3220(term) +msgid "tool" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3222(para) +msgid "The configuration tool used to actually apply the configuration on a server. This string property has to be understood by in-instance tools running inside deployed servers." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3234(term) ./doc/hot-reference/generated/openstack.xml:3457(term) ./doc/hot-reference/generated/openstack.xml:4090(term) +msgid "inputs" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3236(para) ./doc/hot-reference/generated/openstack.xml:3459(para) ./doc/hot-reference/generated/openstack.xml:4092(para) +msgid "Schema representing the inputs that this software config is expecting." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3253(term) ./doc/hot-reference/generated/openstack.xml:3476(term) ./doc/hot-reference/generated/openstack.xml:4109(term) ./doc/hot-reference/generated/openstack.xml:8152(term) +msgid "default" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3255(para) ./doc/hot-reference/generated/openstack.xml:3478(para) ./doc/hot-reference/generated/openstack.xml:4111(para) +msgid "Default value for the input if none is specified." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3263(para) ./doc/hot-reference/generated/openstack.xml:3486(para) ./doc/hot-reference/generated/openstack.xml:4119(para) +msgid "Description of the input." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3271(para) ./doc/hot-reference/generated/openstack.xml:3494(para) ./doc/hot-reference/generated/openstack.xml:4127(para) +msgid "Name of the input." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3279(para) ./doc/hot-reference/generated/openstack.xml:3502(para) ./doc/hot-reference/generated/openstack.xml:4135(para) +msgid "Type of the value of the input." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3281(para) ./doc/hot-reference/generated/openstack.xml:3347(para) ./doc/hot-reference/generated/openstack.xml:3504(para) ./doc/hot-reference/generated/openstack.xml:3570(para) ./doc/hot-reference/generated/openstack.xml:4137(para) ./doc/hot-reference/generated/openstack.xml:4203(para) +msgid "Optional property, defaults to \"String\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3282(para) ./doc/hot-reference/generated/openstack.xml:3348(para) ./doc/hot-reference/generated/openstack.xml:3505(para) ./doc/hot-reference/generated/openstack.xml:3571(para) ./doc/hot-reference/generated/openstack.xml:4138(para) ./doc/hot-reference/generated/openstack.xml:4204(para) +msgid "Allowed values: String, Number, CommaDelimitedList, Json" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3292(term) ./doc/hot-reference/generated/openstack.xml:3515(term) ./doc/hot-reference/generated/openstack.xml:4148(term) +msgid "options" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3294(para) ./doc/hot-reference/generated/openstack.xml:3517(para) ./doc/hot-reference/generated/openstack.xml:4150(para) +msgid "Map containing options specific to the configuration management tool used by this resource." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3302(para) ./doc/hot-reference/generated/openstack.xml:3525(para) ./doc/hot-reference/generated/openstack.xml:4158(para) +msgid "Schema representing the outputs that this software config will produce." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3321(para) ./doc/hot-reference/generated/openstack.xml:3544(para) ./doc/hot-reference/generated/openstack.xml:4177(para) +msgid "Description of the output." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3327(term) ./doc/hot-reference/generated/openstack.xml:3550(term) ./doc/hot-reference/generated/openstack.xml:4183(term) +msgid "error_output" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3329(para) ./doc/hot-reference/generated/openstack.xml:3552(para) ./doc/hot-reference/generated/openstack.xml:4185(para) +msgid "Denotes that the deployment is in an error state if this output has a value." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3337(para) ./doc/hot-reference/generated/openstack.xml:3560(para) ./doc/hot-reference/generated/openstack.xml:4193(para) +msgid "Name of the output." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3345(para) ./doc/hot-reference/generated/openstack.xml:3568(para) ./doc/hot-reference/generated/openstack.xml:4201(para) +msgid "Type of the value of the output." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3419(title) +msgid "OS::Heat::SoftwareConfig" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3423(para) +msgid "A resource for describing and storing software configuration." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3424(para) +msgid "The software_configs API which backs this resource creates immutable configs, so any change to the template resource definition will result in a new config being created, and the old one being deleted." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3427(para) +msgid "Configs can be defined in the same template which uses them, or they can be created in one stack, and passed to another stack via a parameter." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3429(para) +msgid "A config resource can be referenced in other resource properties which are config-aware. This includes the properties OS::Nova::Server user_data, OS::Heat::SoftwareDeployment config and OS::Heat::MultipartMime parts config." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3433(para) +msgid "Along with the config script itself, this resource can define schemas for inputs and outputs which the config script is expected to consume and produce. Inputs and outputs are optional and will map to concepts which are specific to the configuration tool being used." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3449(term) ./doc/hot-reference/generated/openstack.xml:4082(term) +msgid "group" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3451(para) ./doc/hot-reference/generated/openstack.xml:4084(para) +msgid "Namespace to group this software config by when delivered to a server. This may imply what configuration tool is going to perform the configuration." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3453(para) ./doc/hot-reference/generated/openstack.xml:4086(para) +msgid "Optional property, defaults to \"Heat::Ungrouped\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3645(title) +msgid "OS::Heat::SoftwareDeployment" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3649(para) +msgid "This resource associates a server with some configuration which is to be deployed to that server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3651(para) +msgid "A deployment allows input values to be specified which map to the inputs schema defined in the config resource. These input values are interpreted by the configuration tool in a tool-specific manner." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3654(para) +msgid "Whenever this resource goes to an IN_PROGRESS state, it creates an ephemeral config that includes the inputs values plus a number of extra inputs which have names prefixed with deploy_. The extra inputs relate to the current state of the stack, along with the information and credentials required to signal back the deployment results." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3659(para) +msgid "Unless signal_transport=NO_SIGNAL, this resource will remain in an IN_PROGRESS state until the server signals it with the output values for that deployment. Those output values are then available as resource attributes, along with the default attributes deploy_stdout, deploy_stderr and deploy_status_code." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3664(para) +msgid "Specifying actions other than the default CREATE and UPDATE will result in the deployment being triggered in those actions. For example this would allow cleanup configuration to be performed during actions SUSPEND and DELETE. A config could be designed to only work with some specific actions, or a config can read the value of the deploy_action input to allow conditional logic to perform different configuration for different actions." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3677(para) ./doc/hot-reference/generated/openstack.xml:3815(para) ./doc/hot-reference/generated/openstack.xml:4298(para) ./doc/hot-reference/generated/openstack.xml:4459(para) +msgid "Which stack actions will result in this deployment being triggered." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:3680(para) ./doc/hot-reference/generated/openstack.xml:3818(para) ./doc/hot-reference/generated/openstack.xml:4301(para) ./doc/hot-reference/generated/openstack.xml:4462(para) msgid "Allowed values: CREATE, UPDATE, DELETE, SUSPEND, RESUME" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3455(para) ./doc/hot-reference/generated/openstack.xml:3591(para) ./doc/hot-reference/generated/openstack.xml:4070(para) ./doc/hot-reference/generated/openstack.xml:4229(para) +#: ./doc/hot-reference/generated/openstack.xml:3686(para) ./doc/hot-reference/generated/openstack.xml:3824(para) ./doc/hot-reference/generated/openstack.xml:4307(para) ./doc/hot-reference/generated/openstack.xml:4468(para) msgid "ID of software configuration resource to execute when applying to the server." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3461(term) ./doc/hot-reference/generated/openstack.xml:3597(term) ./doc/hot-reference/generated/openstack.xml:4084(term) ./doc/hot-reference/generated/openstack.xml:4243(term) +#: ./doc/hot-reference/generated/openstack.xml:3692(term) ./doc/hot-reference/generated/openstack.xml:3830(term) ./doc/hot-reference/generated/openstack.xml:4321(term) ./doc/hot-reference/generated/openstack.xml:4482(term) msgid "input_values" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3463(para) ./doc/hot-reference/generated/openstack.xml:3599(para) ./doc/hot-reference/generated/openstack.xml:4086(para) ./doc/hot-reference/generated/openstack.xml:4245(para) +#: ./doc/hot-reference/generated/openstack.xml:3694(para) ./doc/hot-reference/generated/openstack.xml:3832(para) ./doc/hot-reference/generated/openstack.xml:4323(para) ./doc/hot-reference/generated/openstack.xml:4484(para) msgid "Input values to apply to the software configuration on this server." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3471(para) ./doc/hot-reference/generated/openstack.xml:3607(para) ./doc/hot-reference/generated/openstack.xml:4103(para) ./doc/hot-reference/generated/openstack.xml:4262(para) +#: ./doc/hot-reference/generated/openstack.xml:3702(para) ./doc/hot-reference/generated/openstack.xml:3840(para) ./doc/hot-reference/generated/openstack.xml:4340(para) ./doc/hot-reference/generated/openstack.xml:4501(para) msgid "Name of the derived config associated with this deployment. This is used to apply a sort order to the list of configurations currently deployed to a server." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3477(term) ./doc/hot-reference/generated/openstack.xml:4109(term) +#: ./doc/hot-reference/generated/openstack.xml:3708(term) ./doc/hot-reference/generated/openstack.xml:4346(term) msgid "server" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3479(para) ./doc/hot-reference/generated/openstack.xml:4111(para) +#: ./doc/hot-reference/generated/openstack.xml:3710(para) ./doc/hot-reference/generated/openstack.xml:4348(para) msgid "ID of Nova server to apply configuration to." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3486(term) ./doc/hot-reference/generated/openstack.xml:3621(term) ./doc/hot-reference/generated/openstack.xml:4118(term) ./doc/hot-reference/generated/openstack.xml:4276(term) +#: ./doc/hot-reference/generated/openstack.xml:3717(term) ./doc/hot-reference/generated/openstack.xml:3854(term) ./doc/hot-reference/generated/openstack.xml:4355(term) ./doc/hot-reference/generated/openstack.xml:4515(term) msgid "signal_transport" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3488(para) ./doc/hot-reference/generated/openstack.xml:3623(para) ./doc/hot-reference/generated/openstack.xml:4120(para) ./doc/hot-reference/generated/openstack.xml:4278(para) +#: ./doc/hot-reference/generated/openstack.xml:3719(para) ./doc/hot-reference/generated/openstack.xml:3856(para) ./doc/hot-reference/generated/openstack.xml:4357(para) ./doc/hot-reference/generated/openstack.xml:4517(para) msgid "How the server should signal to heat with the deployment output values. CFN_SIGNAL will allow an HTTP POST to a CFN keypair signed URL. TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT. HEAT_SIGNAL will allow calls to the Heat API resource-signal using the provided keystone credentials. NO_SIGNAL will result in the resource going to the COMPLETE state without waiting for any signal." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3490(para) ./doc/hot-reference/generated/openstack.xml:3625(para) ./doc/hot-reference/generated/openstack.xml:4122(para) ./doc/hot-reference/generated/openstack.xml:4280(para) +#: ./doc/hot-reference/generated/openstack.xml:3721(para) ./doc/hot-reference/generated/openstack.xml:3858(para) ./doc/hot-reference/generated/openstack.xml:4359(para) ./doc/hot-reference/generated/openstack.xml:4519(para) msgid "Optional property, defaults to \"CFN_SIGNAL\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3491(para) ./doc/hot-reference/generated/openstack.xml:3626(para) ./doc/hot-reference/generated/openstack.xml:4123(para) ./doc/hot-reference/generated/openstack.xml:4281(para) +#: ./doc/hot-reference/generated/openstack.xml:3722(para) ./doc/hot-reference/generated/openstack.xml:3859(para) ./doc/hot-reference/generated/openstack.xml:4360(para) ./doc/hot-reference/generated/openstack.xml:4520(para) msgid "Allowed values: CFN_SIGNAL, TEMP_URL_SIGNAL, HEAT_SIGNAL, NO_SIGNAL" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3500(term) ./doc/hot-reference/generated/openstack.xml:4132(term) +#: ./doc/hot-reference/generated/openstack.xml:3731(term) ./doc/hot-reference/generated/openstack.xml:4369(term) msgid "deploy_status_code" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3502(para) ./doc/hot-reference/generated/openstack.xml:4134(para) +#: ./doc/hot-reference/generated/openstack.xml:3733(para) ./doc/hot-reference/generated/openstack.xml:4371(para) msgid "Returned status code from the configuration execution" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3506(term) ./doc/hot-reference/generated/openstack.xml:4138(term) +#: ./doc/hot-reference/generated/openstack.xml:3737(term) ./doc/hot-reference/generated/openstack.xml:4375(term) msgid "deploy_stderr" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3508(para) ./doc/hot-reference/generated/openstack.xml:4140(para) +#: ./doc/hot-reference/generated/openstack.xml:3739(para) ./doc/hot-reference/generated/openstack.xml:4377(para) msgid "Captured stderr from the configuration execution." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3512(term) ./doc/hot-reference/generated/openstack.xml:4144(term) +#: ./doc/hot-reference/generated/openstack.xml:3743(term) ./doc/hot-reference/generated/openstack.xml:4381(term) msgid "deploy_stdout" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3514(para) ./doc/hot-reference/generated/openstack.xml:4146(para) +#: ./doc/hot-reference/generated/openstack.xml:3745(para) ./doc/hot-reference/generated/openstack.xml:4383(para) msgid "Captured stdout from the configuration execution." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3574(title) +#: ./doc/hot-reference/generated/openstack.xml:3805(title) msgid "OS::Heat::SoftwareDeployments" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3613(term) ./doc/hot-reference/generated/openstack.xml:4268(term) +#: ./doc/hot-reference/generated/openstack.xml:3846(term) ./doc/hot-reference/generated/openstack.xml:4507(term) msgid "servers" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3615(para) ./doc/hot-reference/generated/openstack.xml:4270(para) +#: ./doc/hot-reference/generated/openstack.xml:3848(para) ./doc/hot-reference/generated/openstack.xml:4509(para) msgid "A map of Nova names and IDs to apply configuration to." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3635(term) ./doc/hot-reference/generated/openstack.xml:4290(term) +#: ./doc/hot-reference/generated/openstack.xml:3868(term) ./doc/hot-reference/generated/openstack.xml:4529(term) msgid "deploy_status_codes" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3637(para) ./doc/hot-reference/generated/openstack.xml:4292(para) +#: ./doc/hot-reference/generated/openstack.xml:3870(para) ./doc/hot-reference/generated/openstack.xml:4531(para) msgid "A map of Nova names and returned status code from the configuration execution" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3641(term) ./doc/hot-reference/generated/openstack.xml:4296(term) +#: ./doc/hot-reference/generated/openstack.xml:3874(term) ./doc/hot-reference/generated/openstack.xml:4535(term) msgid "deploy_stderrs" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3643(para) ./doc/hot-reference/generated/openstack.xml:4298(para) +#: ./doc/hot-reference/generated/openstack.xml:3876(para) ./doc/hot-reference/generated/openstack.xml:4537(para) msgid "A map of Nova names and captured stderrs from the configuration execution to each server." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3647(term) ./doc/hot-reference/generated/openstack.xml:4302(term) +#: ./doc/hot-reference/generated/openstack.xml:3880(term) ./doc/hot-reference/generated/openstack.xml:4541(term) msgid "deploy_stdouts" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3649(para) ./doc/hot-reference/generated/openstack.xml:4304(para) +#: ./doc/hot-reference/generated/openstack.xml:3882(para) ./doc/hot-reference/generated/openstack.xml:4543(para) msgid "A map of Nova names and captured stdouts from the configuration execution to each server." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3709(title) +#: ./doc/hot-reference/generated/openstack.xml:3942(title) msgid "OS::Heat::Stack" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3710(para) +#: ./doc/hot-reference/generated/openstack.xml:3943(para) msgid "A Resource representing a stack which can be created using specified context." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3716(term) +#: ./doc/hot-reference/generated/openstack.xml:3949(term) msgid "context" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3718(para) +#: ./doc/hot-reference/generated/openstack.xml:3951(para) msgid "Context for this stack." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3726(term) +#: ./doc/hot-reference/generated/openstack.xml:3959(term) msgid "region_name" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3728(para) +#: ./doc/hot-reference/generated/openstack.xml:3961(para) msgid "Region name in which this stack will be created." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3737(term) +#: ./doc/hot-reference/generated/openstack.xml:3970(term) msgid "parameters" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3739(para) +#: ./doc/hot-reference/generated/openstack.xml:3972(para) msgid "Set of parameters passed to this stack." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3745(term) +#: ./doc/hot-reference/generated/openstack.xml:3978(term) msgid "template" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3747(para) +#: ./doc/hot-reference/generated/openstack.xml:3980(para) msgid "Template that specifies the stack to be created as a resource." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3753(term) ./doc/hot-reference/generated/openstack.xml:4393(term) ./doc/hot-reference/generated/openstack.xml:4582(term) ./doc/hot-reference/generated/openstack.xml:5698(term) ./doc/hot-reference/generated/openstack.xml:5770(term) ./doc/hot-reference/generated/openstack.xml:6335(term) +#: ./doc/hot-reference/generated/openstack.xml:3986(term) ./doc/hot-reference/generated/openstack.xml:4634(term) ./doc/hot-reference/generated/openstack.xml:4829(term) ./doc/hot-reference/generated/openstack.xml:6655(term) ./doc/hot-reference/generated/openstack.xml:6727(term) ./doc/hot-reference/generated/openstack.xml:7292(term) msgid "timeout" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3755(para) +#: ./doc/hot-reference/generated/openstack.xml:3988(para) msgid "Number of minutes to wait for this stack creation." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3768(para) +#: ./doc/hot-reference/generated/openstack.xml:4001(para) msgid "A dict of key-value pairs output from the stack." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3772(term) +#: ./doc/hot-reference/generated/openstack.xml:4005(term) msgid "stack_name" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3774(para) +#: ./doc/hot-reference/generated/openstack.xml:4007(para) msgid "Name of the stack." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3828(title) +#: ./doc/hot-reference/generated/openstack.xml:4061(title) msgid "OS::Heat::StructuredConfig" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3829(para) +#: ./doc/hot-reference/generated/openstack.xml:4065(para) msgid "This resource is like OS::Heat::SoftwareConfig except that the config property is represented by a Map rather than a String." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3831(para) +#: ./doc/hot-reference/generated/openstack.xml:4067(para) msgid "This is useful for configuration tools which use YAML or JSON as their configuration syntax. The resulting configuration is transferred, stored and returned by the software_configs API as parsed JSON." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:3841(para) +#: ./doc/hot-reference/generated/openstack.xml:4076(para) msgid "Map representing the configuration data structure which will be serialized to JSON format." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4043(title) +#: ./doc/hot-reference/generated/openstack.xml:4278(title) msgid "OS::Heat::StructuredDeployment" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4044(para) +#: ./doc/hot-reference/generated/openstack.xml:4282(para) msgid "A deployment resource like OS::Heat::SoftwareDeployment, but which performs input value substitution on the config defined by a OS::Heat::StructuredConfig resource." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4047(para) +#: ./doc/hot-reference/generated/openstack.xml:4285(para) msgid "Some configuration tools have no concept of inputs, so the input value substitution needs to occur in the deployment resource. An example of this is the JSON metadata consumed by the cfn-init tool." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4050(para) +#: ./doc/hot-reference/generated/openstack.xml:4288(para) msgid "Where the config contains {get_input: input_name} this will be substituted with the value of input_name in this resource's input_values. If get_input needs to be passed through to the substituted configuration then a different input_key property value can be specified." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4076(term) ./doc/hot-reference/generated/openstack.xml:4235(term) +#: ./doc/hot-reference/generated/openstack.xml:4313(term) ./doc/hot-reference/generated/openstack.xml:4474(term) msgid "input_key" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4078(para) ./doc/hot-reference/generated/openstack.xml:4237(para) +#: ./doc/hot-reference/generated/openstack.xml:4315(para) ./doc/hot-reference/generated/openstack.xml:4476(para) msgid "Name of key to use for substituting inputs during deployment" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4080(para) ./doc/hot-reference/generated/openstack.xml:4239(para) +#: ./doc/hot-reference/generated/openstack.xml:4317(para) ./doc/hot-reference/generated/openstack.xml:4478(para) msgid "Optional property, defaults to \"get_input\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4092(term) ./doc/hot-reference/generated/openstack.xml:4251(term) +#: ./doc/hot-reference/generated/openstack.xml:4329(term) ./doc/hot-reference/generated/openstack.xml:4490(term) msgid "input_values_validate" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4094(para) ./doc/hot-reference/generated/openstack.xml:4253(para) +#: ./doc/hot-reference/generated/openstack.xml:4331(para) ./doc/hot-reference/generated/openstack.xml:4492(para) msgid "Perform a check on the input values passed to verify that each required input has a corresponding value. When the property is set to STRICT and no value is passed, an exception is raised." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4096(para) ./doc/hot-reference/generated/openstack.xml:4255(para) +#: ./doc/hot-reference/generated/openstack.xml:4333(para) ./doc/hot-reference/generated/openstack.xml:4494(para) msgid "Optional property, defaults to \"LAX\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4097(para) ./doc/hot-reference/generated/openstack.xml:4256(para) +#: ./doc/hot-reference/generated/openstack.xml:4334(para) ./doc/hot-reference/generated/openstack.xml:4495(para) msgid "Allowed values: LAX, STRICT" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4212(title) +#: ./doc/hot-reference/generated/openstack.xml:4449(title) msgid "OS::Heat::StructuredDeployments" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4370(title) +#: ./doc/hot-reference/generated/openstack.xml:4609(title) msgid "OS::Heat::SwiftSignal" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4378(para) ./doc/hot-reference/generated/openstack.xml:4567(para) ./doc/hot-reference/generated/cfn.xml:705(para) +#: ./doc/hot-reference/generated/openstack.xml:4619(para) ./doc/hot-reference/generated/openstack.xml:4814(para) ./doc/hot-reference/generated/cfn.xml:709(para) msgid "The number of success signals that must be received before the stack creation process continues." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4381(para) +#: ./doc/hot-reference/generated/openstack.xml:4622(para) msgid "The value must be in the range 1 to 1000." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4385(term) ./doc/hot-reference/generated/openstack.xml:4574(term) +#: ./doc/hot-reference/generated/openstack.xml:4626(term) ./doc/hot-reference/generated/openstack.xml:4821(term) msgid "handle" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4387(para) +#: ./doc/hot-reference/generated/openstack.xml:4628(para) msgid "URL of TempURL where resource will signal completion and optionally upload data." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4395(para) +#: ./doc/hot-reference/generated/openstack.xml:4636(para) msgid "The maximum number of seconds to wait for the resource to signal completion. Once the timeout is reached, creation of the signal resource will fail." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4398(para) ./doc/hot-reference/generated/openstack.xml:4587(para) ./doc/hot-reference/generated/cfn.xml:725(para) +#: ./doc/hot-reference/generated/openstack.xml:4639(para) ./doc/hot-reference/generated/openstack.xml:4834(para) ./doc/hot-reference/generated/cfn.xml:729(para) msgid "The value must be in the range 1 to 43200." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4407(term) ./doc/hot-reference/generated/openstack.xml:4596(term) +#: ./doc/hot-reference/generated/openstack.xml:4648(term) ./doc/hot-reference/generated/openstack.xml:4843(term) msgid "data" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4409(para) +#: ./doc/hot-reference/generated/openstack.xml:4650(para) msgid "JSON data that was uploaded via the SwiftSignalHandle." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4460(title) +#: ./doc/hot-reference/generated/openstack.xml:4701(title) msgid "OS::Heat::SwiftSignalHandle" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4466(term) ./doc/hot-reference/generated/openstack.xml:4655(term) +#: ./doc/hot-reference/generated/openstack.xml:4709(term) ./doc/hot-reference/generated/openstack.xml:4904(term) msgid "curl_cli" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4468(para) ./doc/hot-reference/generated/openstack.xml:4657(para) +#: ./doc/hot-reference/generated/openstack.xml:4711(para) ./doc/hot-reference/generated/openstack.xml:4906(para) msgid "Convenience attribute, provides curl CLI command prefix, which can be used for signalling handle completion or failure. You can signal success by adding --data-binary '{\"status\": \"SUCCESS\"}' , or signal failure by adding --data-binary '{\"status\": \"FAILURE\"}'" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4472(term) ./doc/hot-reference/generated/openstack.xml:4661(term) +#: ./doc/hot-reference/generated/openstack.xml:4715(term) ./doc/hot-reference/generated/openstack.xml:4910(term) msgid "endpoint" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4474(para) ./doc/hot-reference/generated/openstack.xml:4663(para) +#: ./doc/hot-reference/generated/openstack.xml:4717(para) ./doc/hot-reference/generated/openstack.xml:4912(para) msgid "Endpoint/url which can be used for signalling handle" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4478(term) ./doc/hot-reference/generated/openstack.xml:4667(term) +#: ./doc/hot-reference/generated/openstack.xml:4721(term) ./doc/hot-reference/generated/openstack.xml:4916(term) msgid "token" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4480(para) +#: ./doc/hot-reference/generated/openstack.xml:4723(para) msgid "Tokens are not needed for Swift TempURLs. This attribute is being kept for compatibility with the OS::Heat::WaitConditionHandle resource" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4518(title) +#: ./doc/hot-reference/generated/openstack.xml:4761(title) msgid "OS::Heat::UpdateWaitConditionHandle" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4519(para) +#: ./doc/hot-reference/generated/openstack.xml:4765(para) msgid "This works identically to a regular WaitConditionHandle, except that on update it clears all signals received and changes the handle. Using this handle means that you must setup the signal senders to send their signals again any time the update handle changes. This allows us to roll out new configurations and be confident that they are rolled out once UPDATE COMPLETE is reached." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4559(title) +#: ./doc/hot-reference/generated/openstack.xml:4804(title) msgid "OS::Heat::WaitCondition" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4576(para) ./doc/hot-reference/generated/cfn.xml:714(para) +#: ./doc/hot-reference/generated/openstack.xml:4823(para) ./doc/hot-reference/generated/cfn.xml:718(para) msgid "A reference to the wait condition handle used to signal this wait condition." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4584(para) ./doc/hot-reference/generated/cfn.xml:722(para) +#: ./doc/hot-reference/generated/openstack.xml:4831(para) ./doc/hot-reference/generated/cfn.xml:726(para) msgid "The number of seconds to wait for the correct number of signals to arrive." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4598(para) ./doc/hot-reference/generated/cfn.xml:736(para) +#: ./doc/hot-reference/generated/openstack.xml:4845(para) ./doc/hot-reference/generated/cfn.xml:740(para) msgid "JSON serialized dict containing data associated with wait condition signals sent to the handle." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4649(title) +#: ./doc/hot-reference/generated/openstack.xml:4896(title) msgid "OS::Heat::WaitConditionHandle" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4669(para) +#: ./doc/hot-reference/generated/openstack.xml:4918(para) msgid "Token for stack-user which can be used for signalling handle" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4707(title) -msgid "OS::Keystone::Role" +#: ./doc/hot-reference/generated/openstack.xml:4956(title) +msgid "OS::Keystone::Group" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4708(para) -msgid "Heat Template Resource for Keystone Role." +#: ./doc/hot-reference/generated/openstack.xml:4958(para) ./doc/hot-reference/generated/openstack.xml:5180(para) ./doc/hot-reference/generated/openstack.xml:5331(para) ./doc/hot-reference/generated/openstack.xml:5423(para) +msgid "Available since 2015.1 (Kilo) - Supported versions: keystone v3" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4709(para) +#: ./doc/hot-reference/generated/openstack.xml:4960(para) +msgid "Heat Template Resource for Keystone Group." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4961(para) ./doc/hot-reference/generated/openstack.xml:5183(para) ./doc/hot-reference/generated/openstack.xml:5334(para) ./doc/hot-reference/generated/openstack.xml:5426(para) msgid "heat_template_version: 2013-05-23" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4712(term) +#: ./doc/hot-reference/generated/openstack.xml:4962(para) +msgid "description: Sample Keystone Group template" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4965(term) ./doc/hot-reference/generated/openstack.xml:5187(term) ./doc/hot-reference/generated/openstack.xml:5337(term) ./doc/hot-reference/generated/openstack.xml:5430(term) msgid "parameters:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4716(term) -msgid "role_name:" +#: ./doc/hot-reference/generated/openstack.xml:4969(term) +msgid "group_name:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4718(para) -msgid "type: string description: Keystone role name" +#: ./doc/hot-reference/generated/openstack.xml:4971(para) +msgid "type: string description: Keystone group name" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4726(term) +#: ./doc/hot-reference/generated/openstack.xml:4976(term) +msgid "group_description:" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4978(para) +msgid "type: string description: Keystone group description" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4983(term) +msgid "group_domain:" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4985(para) +msgid "type: string description: Keystone group domain name" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4990(term) ./doc/hot-reference/generated/openstack.xml:5490(term) +msgid "group_role:" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4992(para) ./doc/hot-reference/generated/openstack.xml:5492(para) +msgid "type: string description: role" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4997(term) ./doc/hot-reference/generated/openstack.xml:5497(term) +msgid "group_role_domain:" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:4999(para) ./doc/hot-reference/generated/openstack.xml:5499(para) +msgid "type: string description: group role domain" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5004(term) ./doc/hot-reference/generated/openstack.xml:5504(term) +msgid "group_role_project:" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5006(para) ./doc/hot-reference/generated/openstack.xml:5506(para) +msgid "type: string description: group role project" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5014(term) ./doc/hot-reference/generated/openstack.xml:5222(term) ./doc/hot-reference/generated/openstack.xml:5351(term) ./doc/hot-reference/generated/openstack.xml:5514(term) msgid "resources:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4730(term) -msgid "sample_role:" +#: ./doc/hot-reference/generated/openstack.xml:5018(term) +msgid "admin_group:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4732(para) -msgid "type: OS::Keystone::Role properties:" +#: ./doc/hot-reference/generated/openstack.xml:5020(para) +msgid "type: OS::Keystone::Group properties:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4735(para) -msgid "name: {get_param: role_name}" +#: ./doc/hot-reference/generated/openstack.xml:5023(para) +msgid "name: {get_param: group_name} domain: {get_param: group_domain} description: {get_param: group_description} roles:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4750(para) -msgid "Name of keystone role." +#: ./doc/hot-reference/generated/openstack.xml:5030(para) ./doc/hot-reference/generated/openstack.xml:5535(para) +msgid "role: {get_param: group_role} domain: {get_param: group_role_domain}" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:4797(title) -msgid "OS::Neutron::ExtraRoute" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4802(term) ./doc/hot-reference/generated/openstack.xml:8838(term) -msgid "destination" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4804(para) -msgid "Network in CIDR notation." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4810(term) ./doc/hot-reference/generated/openstack.xml:8845(term) -msgid "nexthop" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4812(para) -msgid "Nexthop IP address." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4818(term) ./doc/hot-reference/generated/openstack.xml:5507(term) ./doc/hot-reference/generated/openstack.xml:8407(term) ./doc/hot-reference/generated/openstack.xml:8515(term) ./doc/hot-reference/generated/openstack.xml:9132(term) ./doc/hot-reference/generated/openstack.xml:9176(term) -msgid "router_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4820(para) -msgid "The router id." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4873(title) -msgid "OS::Neutron::Firewall" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4874(para) -msgid "A resource for the Firewall resource in Neutron FWaaS." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4879(term) ./doc/hot-reference/generated/openstack.xml:4927(term) ./doc/hot-reference/generated/openstack.xml:5658(term) ./doc/hot-reference/generated/openstack.xml:5728(term) ./doc/hot-reference/generated/openstack.xml:6292(term) ./doc/hot-reference/generated/openstack.xml:6432(term) ./doc/hot-reference/generated/openstack.xml:6916(term) ./doc/hot-reference/generated/openstack.xml:6969(term) ./doc/hot-reference/generated/openstack.xml:7254(term) ./doc/hot-reference/generated/openstack.xml:7333(term) ./doc/hot-reference/generated/openstack.xml:7429(term) ./doc/hot-reference/generated/openstack.xml:7554(term) ./doc/hot-reference/generated/openstack.xml:7599(term) ./doc/hot-reference/generated/openstack.xml:7693(term) ./doc/hot-reference/generated/openstack.xml:7890(term) ./doc/hot-reference/generated/openstack.xml:8048(term) ./doc/hot-reference/generated/openstack.xml:8181(term) ./doc/hot-reference/generated/openstack.xml:8295(term) ./doc/hot-reference/generated/openstack.xml:9089(term) ./doc/hot-reference/generated/openstack.xml:9158(term) -msgid "admin_state_up" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4881(para) -msgid "Administrative state of the firewall. If false (down), firewall does not forward packets and will drop all traffic to/from VMs behind the firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4883(para) ./doc/hot-reference/generated/openstack.xml:5211(para) ./doc/hot-reference/generated/openstack.xml:5662(para) ./doc/hot-reference/generated/openstack.xml:6296(para) ./doc/hot-reference/generated/openstack.xml:6920(para) ./doc/hot-reference/generated/openstack.xml:7258(para) ./doc/hot-reference/generated/openstack.xml:7337(para) ./doc/hot-reference/generated/openstack.xml:7558(para) ./doc/hot-reference/generated/openstack.xml:7697(para) ./doc/hot-reference/generated/openstack.xml:8052(para) ./doc/hot-reference/generated/openstack.xml:8093(para) ./doc/hot-reference/generated/openstack.xml:8185(para) ./doc/hot-reference/generated/openstack.xml:8808(para) ./doc/hot-reference/generated/openstack.xml:9093(para) ./doc/hot-reference/generated/cfn.xml:290(para) ./doc/hot-reference/generated/cfn.xml:1223(para) -msgid "Optional property, defaults to \"True\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4889(para) -msgid "Description for the firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4895(term) ./doc/hot-reference/generated/openstack.xml:4939(term) ./doc/hot-reference/generated/openstack.xml:5300(term) -msgid "firewall_policy_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4897(para) -msgid "The ID of the firewall policy that this firewall is associated with." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4905(para) ./doc/hot-reference/generated/openstack.xml:4947(para) -msgid "Name for the firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4911(term) ./doc/hot-reference/generated/openstack.xml:4951(term) ./doc/hot-reference/generated/openstack.xml:5066(term) ./doc/hot-reference/generated/openstack.xml:5103(term) ./doc/hot-reference/generated/openstack.xml:5241(term) ./doc/hot-reference/generated/openstack.xml:5330(term) ./doc/hot-reference/generated/openstack.xml:6711(term) ./doc/hot-reference/generated/openstack.xml:6739(term) ./doc/hot-reference/generated/openstack.xml:6940(term) ./doc/hot-reference/generated/openstack.xml:8089(term) -msgid "shared" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4916(para) -msgid "Whether this firewall should be shared across all tenants. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4929(para) -msgid "The administrative state of the firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4935(para) -msgid "Description of the firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4941(para) -msgid "Unique identifier of the firewall policy used to create the firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4953(para) -msgid "Shared status of this firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4957(term) ./doc/hot-reference/generated/openstack.xml:5513(term) ./doc/hot-reference/generated/openstack.xml:5758(term) ./doc/hot-reference/generated/openstack.xml:6981(term) ./doc/hot-reference/generated/openstack.xml:7195(term) ./doc/hot-reference/generated/openstack.xml:7617(term) ./doc/hot-reference/generated/openstack.xml:7944(term) ./doc/hot-reference/generated/openstack.xml:8102(term) ./doc/hot-reference/generated/openstack.xml:8313(term) ./doc/hot-reference/generated/openstack.xml:8994(term) ./doc/hot-reference/generated/openstack.xml:9182(term) ./doc/hot-reference/generated/openstack.xml:9984(term) -msgid "show" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4959(para) ./doc/hot-reference/generated/openstack.xml:5515(para) ./doc/hot-reference/generated/openstack.xml:5760(para) ./doc/hot-reference/generated/openstack.xml:6983(para) ./doc/hot-reference/generated/openstack.xml:7197(para) ./doc/hot-reference/generated/openstack.xml:7619(para) ./doc/hot-reference/generated/openstack.xml:7946(para) ./doc/hot-reference/generated/openstack.xml:8104(para) ./doc/hot-reference/generated/openstack.xml:8315(para) ./doc/hot-reference/generated/openstack.xml:8996(para) ./doc/hot-reference/generated/openstack.xml:9184(para) -msgid "All attributes." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4965(para) -msgid "The status of the firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4969(term) ./doc/hot-reference/generated/openstack.xml:5109(term) ./doc/hot-reference/generated/openstack.xml:5348(term) ./doc/hot-reference/generated/openstack.xml:5519(term) ./doc/hot-reference/generated/openstack.xml:5764(term) ./doc/hot-reference/generated/openstack.xml:6000(term) ./doc/hot-reference/generated/openstack.xml:6212(term) ./doc/hot-reference/generated/openstack.xml:6522(term) ./doc/hot-reference/generated/openstack.xml:6948(term) ./doc/hot-reference/generated/openstack.xml:6999(term) ./doc/hot-reference/generated/openstack.xml:7465(term) ./doc/hot-reference/generated/openstack.xml:7623(term) ./doc/hot-reference/generated/openstack.xml:7962(term) ./doc/hot-reference/generated/openstack.xml:8325(term) ./doc/hot-reference/generated/openstack.xml:8908(term) ./doc/hot-reference/generated/openstack.xml:9000(term) ./doc/hot-reference/generated/openstack.xml:9200(term) -msgid "tenant_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:4971(para) ./doc/hot-reference/generated/openstack.xml:5350(para) -msgid "Id of the tenant owning the firewall." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5028(title) -msgid "OS::Neutron::FirewallPolicy" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5029(para) -msgid "A resource for the FirewallPolicy resource in Neutron FWaaS." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5034(term) ./doc/hot-reference/generated/openstack.xml:5079(term) -msgid "audited" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5036(para) -msgid "Whether this policy should be audited. When set to True, each time the firewall policy or the associated firewall rules are changed, this attribute will be set to False and will have to be explicitly set to True through an update operation." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5044(para) -msgid "Description for the firewall policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5050(term) ./doc/hot-reference/generated/openstack.xml:5091(term) -msgid "firewall_rules" +#: ./doc/hot-reference/generated/openstack.xml:5034(para) ./doc/hot-reference/generated/openstack.xml:5539(para) +msgid "role: {get_param: group_role} project: {get_param: group_role_project}" msgstr "" #: ./doc/hot-reference/generated/openstack.xml:5052(para) -msgid "An ordered list of firewall rules to apply to the firewall." +msgid "Description of keystone group." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:5060(para) ./doc/hot-reference/generated/openstack.xml:5099(para) -msgid "Name for the firewall policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5068(para) -msgid "Whether this policy should be shared across all tenants." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5081(para) -msgid "Audit status of this firewall policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5087(para) -msgid "Description of the firewall policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5093(para) -msgid "List of firewall rules in this firewall policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5105(para) -msgid "Shared status of this firewall policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5111(para) -msgid "Id of the tenant owning the firewall policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5168(title) -msgid "OS::Neutron::FirewallRule" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5169(para) -msgid "A resource for the FirewallRule resource in Neutron FWaaS." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5174(term) ./doc/hot-reference/generated/openstack.xml:5270(term) -msgid "action" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5176(para) -msgid "Action to be performed on the traffic matching the rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5178(para) -msgid "Optional property, defaults to \"deny\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5179(para) -msgid "Allowed values: allow, deny" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5185(para) -msgid "Description for the firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5191(term) ./doc/hot-reference/generated/openstack.xml:5282(term) -msgid "destination_ip_address" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5193(para) -msgid "Destination IP address or CIDR." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5199(term) ./doc/hot-reference/generated/openstack.xml:5288(term) -msgid "destination_port" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5201(para) -msgid "Destination port number or a range." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5209(para) -msgid "Whether this rule should be enabled." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5215(term) ./doc/hot-reference/generated/openstack.xml:5306(term) ./doc/hot-reference/generated/openstack.xml:8858(term) ./doc/hot-reference/generated/openstack.xml:8976(term) -msgid "ip_version" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5217(para) -msgid "Internet protocol version." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5219(para) ./doc/hot-reference/generated/openstack.xml:8862(para) -msgid "Optional property, defaults to \"4\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5220(para) ./doc/hot-reference/generated/openstack.xml:8863(para) -msgid "Allowed values: 4, 6" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5226(para) ./doc/hot-reference/generated/openstack.xml:5314(para) -msgid "Name for the firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5232(term) ./doc/hot-reference/generated/openstack.xml:5324(term) ./doc/hot-reference/generated/openstack.xml:7295(term) ./doc/hot-reference/generated/openstack.xml:7453(term) ./doc/hot-reference/generated/openstack.xml:8658(term) -msgid "protocol" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5234(para) -msgid "Protocol for the firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5236(para) -msgid "Optional property, defaults to \"any\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5237(para) -msgid "Allowed values: tcp, udp, icmp, any" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5243(para) -msgid "Whether this rule should be shared across all tenants." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5249(term) ./doc/hot-reference/generated/openstack.xml:5336(term) -msgid "source_ip_address" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5251(para) -msgid "Source IP address or CIDR." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5257(term) ./doc/hot-reference/generated/openstack.xml:5342(term) -msgid "source_port" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5259(para) -msgid "Source port number or a range." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5272(para) -msgid "Allow or deny action for this firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5278(para) -msgid "Description of the firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5284(para) -msgid "Destination ip_address for this firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5290(para) -msgid "Destination port range for this firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5296(para) -msgid "Indicates whether this firewall rule is enabled or not." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5302(para) -msgid "Unique identifier of the firewall policy to which this firewall rule belongs." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5308(para) -msgid "Ip_version for this firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5318(term) -msgid "position" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5320(para) -msgid "Position of the rule within the firewall policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5326(para) -msgid "Protocol value for this firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5332(para) -msgid "Shared status of this firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5338(para) -msgid "Source ip_address for this firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5344(para) -msgid "Source port range for this firewall rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5425(title) -msgid "OS::Neutron::FloatingIP" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5430(term) ./doc/hot-reference/generated/openstack.xml:5483(term) ./doc/hot-reference/generated/openstack.xml:5580(term) -msgid "fixed_ip_address" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5432(para) ./doc/hot-reference/generated/openstack.xml:5582(para) -msgid "IP address to use if the port has multiple addresses." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5438(term) -msgid "floating_network" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5443(para) -msgid "Network to allocate floating IP from." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5446(para) ./doc/hot-reference/generated/openstack.xml:5474(para) ./doc/hot-reference/generated/openstack.xml:7095(para) ./doc/hot-reference/generated/openstack.xml:7124(para) ./doc/hot-reference/generated/openstack.xml:7845(para) ./doc/hot-reference/generated/openstack.xml:7881(para) ./doc/hot-reference/generated/openstack.xml:8403(para) ./doc/hot-reference/generated/openstack.xml:8422(para) ./doc/hot-reference/generated/openstack.xml:8904(para) ./doc/hot-reference/generated/openstack.xml:8931(para) ./doc/hot-reference/generated/openstack.xml:9828(para) ./doc/hot-reference/generated/openstack.xml:9849(para) ./doc/hot-reference/generated/openstack.xml:10220(para) ./doc/hot-reference/generated/openstack.xml:10394(para) ./doc/hot-reference/generated/openstack.xml:11059(para) -msgid "Value must be of type neutron.network" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5450(term) ./doc/hot-reference/generated/openstack.xml:5501(term) ./doc/hot-reference/generated/openstack.xml:5596(term) ./doc/hot-reference/generated/openstack.xml:8503(term) -msgid "port_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5452(para) ./doc/hot-reference/generated/openstack.xml:5598(para) -msgid "ID of an existing port with at least one IP address to associate with this floating IP." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5455(para) ./doc/hot-reference/generated/openstack.xml:5601(para) ./doc/hot-reference/generated/openstack.xml:8483(para) ./doc/hot-reference/generated/openstack.xml:8511(para) ./doc/hot-reference/generated/openstack.xml:9837(para) ./doc/hot-reference/generated/openstack.xml:11068(para) -msgid "Value must be of type neutron.port" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5459(term) ./doc/hot-reference/generated/openstack.xml:6956(term) ./doc/hot-reference/generated/openstack.xml:7866(term) ./doc/hot-reference/generated/openstack.xml:8271(term) ./doc/hot-reference/generated/openstack.xml:8916(term) -msgid "value_specs" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5461(para) -msgid "Extra parameters to include in the \"floatingip\" object in the creation request. Parameters are often specific to installed hardware or extensions." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5467(term) ./doc/hot-reference/generated/openstack.xml:5495(term) -msgid "floating_network_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5470(para) -msgid "DEPRECATED - Use property floating_network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5485(para) -msgid "IP address of the associated port, if specified." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5489(term) -msgid "floating_ip_address" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5491(para) -msgid "The allocated address of this IP." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5497(para) -msgid "ID of the network in which this IP is allocated." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5503(para) -msgid "ID of the port associated with this IP." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5509(para) -msgid "ID of the router used as gateway, set when associated with a port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5521(para) -msgid "The tenant owning this floating IP." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5575(title) -msgid "OS::Neutron::FloatingIPAssociation" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5588(term) -msgid "floatingip_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5590(para) -msgid "ID of the floating IP to associate." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5652(title) -msgid "OS::Neutron::HealthMonitor" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5653(para) -msgid "A resource for managing health monitors for load balancers in Neutron." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5660(para) -msgid "The administrative state of the health monitor." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5666(term) ./doc/hot-reference/generated/openstack.xml:5734(term) -msgid "delay" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5668(para) ./doc/hot-reference/generated/openstack.xml:5736(para) -msgid "The minimum time in seconds between regular connections of the member." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5674(term) ./doc/hot-reference/generated/openstack.xml:5740(term) -msgid "expected_codes" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5676(para) ./doc/hot-reference/generated/openstack.xml:5742(para) -msgid "The list of HTTP status codes expected in response from the member to declare it healthy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5682(term) ./doc/hot-reference/generated/openstack.xml:5746(term) -msgid "http_method" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5684(para) ./doc/hot-reference/generated/openstack.xml:5748(para) -msgid "The HTTP method used for requests by the monitor of type HTTP." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5690(term) ./doc/hot-reference/generated/openstack.xml:5752(term) -msgid "max_retries" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5692(para) ./doc/hot-reference/generated/openstack.xml:5754(para) -msgid "Number of permissible connection failures before changing the member status to INACTIVE." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5700(para) ./doc/hot-reference/generated/openstack.xml:5772(para) -msgid "Maximum number of seconds for a monitor to wait for a connection to be established before it times out." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5708(para) ./doc/hot-reference/generated/openstack.xml:5778(para) -msgid "One of predefined health monitor types." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5711(para) -msgid "Allowed values: PING, TCP, HTTP, HTTPS" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5715(term) ./doc/hot-reference/generated/openstack.xml:5782(term) -msgid "url_path" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5717(para) ./doc/hot-reference/generated/openstack.xml:5784(para) -msgid "The HTTP path used in the HTTP request used by the monitor to test a member health." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5730(para) -msgid "The administrative state of this health monitor." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5766(para) -msgid "Tenant owning the health monitor." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5850(title) -msgid "OS::Neutron::IKEPolicy" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5851(para) -msgid "A resource for IKE policy in Neutron." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5856(term) ./doc/hot-reference/generated/openstack.xml:5952(term) ./doc/hot-reference/generated/openstack.xml:6074(term) ./doc/hot-reference/generated/openstack.xml:6170(term) -msgid "auth_algorithm" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5858(para) -msgid "Authentication hash algorithm for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5860(para) ./doc/hot-reference/generated/openstack.xml:6078(para) -msgid "Optional property, defaults to \"sha1\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5861(para) ./doc/hot-reference/generated/openstack.xml:6079(para) -msgid "Allowed values: sha1" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5867(para) -msgid "Description for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5873(term) ./doc/hot-reference/generated/openstack.xml:5964(term) ./doc/hot-reference/generated/openstack.xml:6100(term) ./doc/hot-reference/generated/openstack.xml:6188(term) -msgid "encryption_algorithm" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5875(para) -msgid "Encryption algorithm for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5877(para) ./doc/hot-reference/generated/openstack.xml:6104(para) -msgid "Optional property, defaults to \"aes-128\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5878(para) ./doc/hot-reference/generated/openstack.xml:6105(para) -msgid "Allowed values: 3des, aes-128, aes-192, aes-256" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5882(term) ./doc/hot-reference/generated/openstack.xml:5970(term) -msgid "ike_version" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5884(para) -msgid "Version for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5886(para) -msgid "Optional property, defaults to \"v1\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5887(para) -msgid "Allowed values: v1, v2" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5891(term) ./doc/hot-reference/generated/openstack.xml:5976(term) ./doc/hot-reference/generated/openstack.xml:6109(term) ./doc/hot-reference/generated/openstack.xml:6194(term) -msgid "lifetime" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5893(para) -msgid "Safety assessment lifetime configuration for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5901(term) ./doc/hot-reference/generated/openstack.xml:6119(term) -msgid "units" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5903(para) ./doc/hot-reference/generated/openstack.xml:6121(para) -msgid "Safety assessment lifetime units." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5905(para) ./doc/hot-reference/generated/openstack.xml:6123(para) -msgid "Optional property, defaults to \"seconds\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5906(para) ./doc/hot-reference/generated/openstack.xml:6124(para) -msgid "Allowed values: seconds, kilobytes" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5912(para) ./doc/hot-reference/generated/openstack.xml:6130(para) -msgid "Safety assessment lifetime value in specified units." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5914(para) ./doc/hot-reference/generated/openstack.xml:6132(para) -msgid "Optional property, defaults to \"3600\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5923(para) -msgid "Name for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5929(term) ./doc/hot-reference/generated/openstack.xml:5988(term) ./doc/hot-reference/generated/openstack.xml:6147(term) ./doc/hot-reference/generated/openstack.xml:6206(term) -msgid "pfs" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5931(para) -msgid "Perfect forward secrecy in lowercase for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5933(para) ./doc/hot-reference/generated/openstack.xml:6151(para) -msgid "Optional property, defaults to \"group5\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5934(para) ./doc/hot-reference/generated/openstack.xml:6152(para) -msgid "Allowed values: group2, group5, group14" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5938(term) ./doc/hot-reference/generated/openstack.xml:5994(term) -msgid "phase1_negotiation_mode" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5940(para) -msgid "Negotiation mode for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5942(para) -msgid "Optional property, defaults to \"main\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5943(para) -msgid "Allowed values: main" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5954(para) -msgid "The authentication hash algorithm used by the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5960(para) -msgid "The description of the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5966(para) -msgid "The encryption algorithm used by the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5972(para) -msgid "The version of the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5978(para) -msgid "The safety assessment lifetime configuration for the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5984(para) -msgid "The name of the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5990(para) -msgid "The perfect forward secrecy of the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:5996(para) -msgid "The negotiation mode of the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6002(para) -msgid "The unique identifier of the tenant owning the ike policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6068(title) -msgid "OS::Neutron::IPsecPolicy" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6069(para) -msgid "A resource for IPsec policy in Neutron." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6076(para) -msgid "Authentication hash algorithm for the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6085(para) -msgid "Description for the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6091(term) ./doc/hot-reference/generated/openstack.xml:6182(term) -msgid "encapsulation_mode" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6093(para) -msgid "Encapsulation mode for the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6095(para) -msgid "Optional property, defaults to \"tunnel\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6096(para) -msgid "Allowed values: tunnel, transport" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6102(para) -msgid "Encryption algorithm for the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6111(para) -msgid "Safety assessment lifetime configuration for the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6141(para) -msgid "Name for the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6149(para) -msgid "Perfect forward secrecy for the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6156(term) ./doc/hot-reference/generated/openstack.xml:6218(term) -msgid "transform_protocol" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6158(para) -msgid "Transform protocol for the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6160(para) -msgid "Optional property, defaults to \"esp\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6161(para) -msgid "Allowed values: esp, ah, ah-esp" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6172(para) -msgid "The authentication hash algorithm of the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6178(para) -msgid "The description of the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6184(para) -msgid "The encapsulation mode of the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6190(para) -msgid "The encryption algorithm of the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6196(para) -msgid "The safety assessment lifetime configuration of the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6202(para) -msgid "The name of the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6208(para) -msgid "The perfect forward secrecy of the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6214(para) -msgid "The unique identifier of the tenant owning the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6220(para) -msgid "The transform protocol of the ipsec policy." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6286(title) -msgid "OS::Neutron::IPsecSiteConnection" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6287(para) -msgid "A resource for IPsec site connection in Neutron." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6294(para) -msgid "Administrative state for the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6302(para) -msgid "Description for the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6308(term) ./doc/hot-reference/generated/openstack.xml:6450(term) -msgid "dpd" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6310(para) -msgid "Dead Peer Detection protocol configuration for the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6320(para) -msgid "Controls DPD protocol mode." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6322(para) -msgid "Optional property, defaults to \"hold\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6323(para) -msgid "Allowed values: clear, disabled, hold, restart, restart-by-peer" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6327(term) -msgid "interval" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6329(para) -msgid "Number of seconds for the DPD delay." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6331(para) -msgid "Optional property, defaults to \"30\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6337(para) -msgid "Number of seconds for the DPD timeout." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6339(para) -msgid "Optional property, defaults to \"120\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6346(term) ./doc/hot-reference/generated/openstack.xml:6456(term) -msgid "ikepolicy_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6348(para) -msgid "Unique identifier for the ike policy associated with the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6354(term) ./doc/hot-reference/generated/openstack.xml:6462(term) -msgid "initiator" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6356(para) -msgid "Initiator state in lowercase for the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6358(para) -msgid "Optional property, defaults to \"bi-directional\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6359(para) -msgid "Allowed values: bi-directional, response-only" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6363(term) ./doc/hot-reference/generated/openstack.xml:6468(term) -msgid "ipsecpolicy_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6365(para) -msgid "Unique identifier for the ipsec policy associated with the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6371(term) ./doc/hot-reference/generated/openstack.xml:6474(term) -msgid "mtu" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6373(para) -msgid "Maximum transmission unit size (in bytes) for the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6375(para) -msgid "Optional property, defaults to \"1500\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6381(para) -msgid "Name for the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6387(term) ./doc/hot-reference/generated/openstack.xml:6486(term) -msgid "peer_address" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6389(para) -msgid "Remote branch router public IPv4 address or IPv6 address or FQDN." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6395(term) ./doc/hot-reference/generated/openstack.xml:6492(term) -msgid "peer_cidrs" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6397(para) -msgid "Remote subnet(s) in CIDR format." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6403(term) ./doc/hot-reference/generated/openstack.xml:6498(term) -msgid "peer_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6405(para) -msgid "Remote branch router identity." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6411(term) ./doc/hot-reference/generated/openstack.xml:6504(term) -msgid "psk" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6413(para) -msgid "Pre-shared key string for the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6419(term) ./doc/hot-reference/generated/openstack.xml:6528(term) -msgid "vpnservice_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6421(para) -msgid "Unique identifier for the vpn service associated with the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6434(para) -msgid "The administrative state of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6438(term) -msgid "auth_mode" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6440(para) -msgid "The authentication mode of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6446(para) -msgid "The description of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6452(para) -msgid "The dead peer detection protocol configuration of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6458(para) -msgid "The unique identifier of ike policy associated with the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6464(para) -msgid "The initiator of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6470(para) -msgid "The unique identifier of ipsec policy associated with the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6476(para) -msgid "The maximum transmission unit size (in bytes) of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6482(para) -msgid "The name of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6488(para) -msgid "The remote branch router public IPv4 address or IPv6 address or FQDN." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6494(para) -msgid "The remote subnet(s) in CIDR format of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6500(para) -msgid "The remote branch router identity of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6506(para) -msgid "The pre-shared key string of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6510(term) -msgid "route_mode" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6512(para) -msgid "The route mode of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6518(para) -msgid "The status of the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6524(para) -msgid "The unique identifier of the tenant owning the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6530(para) -msgid "The unique identifier of vpn service associated with the ipsec site connection." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6611(title) -msgid "OS::Neutron::LoadBalancer" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6612(para) -msgid "A resource to link a neutron pool with servers." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6617(term) -msgid "members" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6619(para) -msgid "The list of Nova server IDs load balanced." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6625(term) ./doc/hot-reference/generated/openstack.xml:7562(term) ./doc/hot-reference/generated/openstack.xml:7605(term) -msgid "pool_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6627(para) ./doc/hot-reference/generated/openstack.xml:7564(para) ./doc/hot-reference/generated/openstack.xml:7607(para) -msgid "The ID of the load balancing pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6633(term) ./doc/hot-reference/generated/openstack.xml:7365(term) ./doc/hot-reference/generated/openstack.xml:7570(term) ./doc/hot-reference/generated/openstack.xml:7611(term) -msgid "protocol_port" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6635(para) -msgid "Port number on which the servers are running on the members." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6688(title) -msgid "OS::Neutron::MeteringLabel" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6689(para) -msgid "A resource for creating neutron metering label." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6697(para) ./doc/hot-reference/generated/openstack.xml:6729(para) -msgid "Description of the metering label." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6705(para) ./doc/hot-reference/generated/openstack.xml:6735(para) -msgid "Name of the metering label." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6716(para) -msgid "Whether the metering label should be shared across all tenants." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6741(para) -msgid "Shared status of the metering label." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6792(title) -msgid "OS::Neutron::MeteringRule" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6793(para) -msgid "A resource to create rule for some label." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6799(term) ./doc/hot-reference/generated/openstack.xml:6837(term) ./doc/hot-reference/generated/openstack.xml:8624(term) -msgid "direction" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6801(para) -msgid "The direction in which metering rule is applied, either ingress or egress." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6803(para) ./doc/hot-reference/generated/openstack.xml:8628(para) -msgid "Optional property, defaults to \"ingress\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6804(para) ./doc/hot-reference/generated/openstack.xml:8629(para) -msgid "Allowed values: ingress, egress" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6808(term) ./doc/hot-reference/generated/openstack.xml:6843(term) -msgid "excluded" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6810(para) -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/hot-reference/generated/openstack.xml:6816(term) ./doc/hot-reference/generated/openstack.xml:6849(term) -msgid "metering_label_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6818(para) ./doc/hot-reference/generated/openstack.xml:6851(para) -msgid "The metering label ID to associate with this metering rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6824(term) ./doc/hot-reference/generated/openstack.xml:6855(term) ./doc/hot-reference/generated/openstack.xml:8674(term) -msgid "remote_ip_prefix" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6826(para) -msgid "Indicates remote IP prefix to be associated with this metering rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6839(para) -msgid "The direction in which metering rule is applied." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6845(para) -msgid "Exclude state for cidr." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6857(para) -msgid "CIDR to be associated with this metering rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6911(title) -msgid "OS::Neutron::Net" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6918(para) ./doc/hot-reference/generated/openstack.xml:8050(para) -msgid "A boolean value specifying the administrative status of the network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6924(term) -msgid "dhcp_agent_ids" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6926(para) -msgid "The IDs of the DHCP agent to schedule the network. Note that the default policy setting in Neutron restricts usage of this property to administrative users only." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6934(para) ./doc/hot-reference/generated/openstack.xml:8058(para) -msgid "A string specifying a symbolic name for the network, which is not required to be unique." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6942(para) -msgid "Whether this network should be shared across all tenants. Note that the default policy setting restricts usage of this attribute to administrative users only." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6950(para) -msgid "The ID of the tenant which will own the network. Only administrative users can set the tenant identifier; this cannot be changed using authorization policies." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6958(para) -msgid "Extra parameters to include in the \"network\" object in the creation request. Parameters are often specific to installed hardware or extensions." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6971(para) -msgid "The administrative status of the network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6977(para) -msgid "The name of the network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6989(para) ./doc/hot-reference/generated/openstack.xml:8110(para) -msgid "The status of the network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6993(term) ./doc/hot-reference/generated/openstack.xml:7956(term) ./doc/hot-reference/generated/openstack.xml:8114(term) -msgid "subnets" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:6995(para) ./doc/hot-reference/generated/openstack.xml:8116(para) -msgid "Subnets of this network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7001(para) -msgid "The tenant owning this network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7061(title) -msgid "OS::Neutron::NetworkGateway" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7062(para) -msgid "A resource for the Network Gateway resource in Neutron Network Gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7068(term) -msgid "connections" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7070(para) -msgid "Connection info for this network gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7087(term) ./doc/hot-reference/generated/openstack.xml:7837(term) ./doc/hot-reference/generated/openstack.xml:8218(term) ./doc/hot-reference/generated/openstack.xml:8398(term) ./doc/hot-reference/generated/openstack.xml:8899(term) ./doc/hot-reference/generated/openstack.xml:9823(term) ./doc/hot-reference/generated/openstack.xml:11054(term) -msgid "network" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7092(para) -msgid "The internal network to connect on the network gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7099(term) ./doc/hot-reference/generated/openstack.xml:8081(term) -msgid "segmentation_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7101(para) -msgid "The id for L2 segment on the external side of the network gateway. Must be specified when using vlan." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7104(para) -msgid "The value must be in the range 0 to 4094." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7108(term) -msgid "segmentation_type" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7110(para) -msgid "L2 segmentation strategy on the external side of the network gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7112(para) -msgid "Optional property, defaults to \"flat\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7113(para) -msgid "Allowed values: flat, vlan" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7117(term) ./doc/hot-reference/generated/openstack.xml:7874(term) ./doc/hot-reference/generated/openstack.xml:7932(term) ./doc/hot-reference/generated/openstack.xml:8415(term) ./doc/hot-reference/generated/openstack.xml:8924(term) ./doc/hot-reference/generated/openstack.xml:8988(term) -msgid "network_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7120(para) ./doc/hot-reference/generated/openstack.xml:7877(para) ./doc/hot-reference/generated/openstack.xml:8418(para) ./doc/hot-reference/generated/openstack.xml:8927(para) ./doc/hot-reference/generated/openstack.xml:9844(para) -msgid "DEPRECATED - Use property network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7134(term) -msgid "devices" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7136(para) -msgid "Device info for this network gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7156(para) -msgid "The device id for the network gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7162(term) -msgid "interface_name" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7164(para) -msgid "The interface name for the network gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7178(para) -msgid "The name of the network gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7191(para) -msgid "A boolean value of default flag." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7248(title) -msgid "OS::Neutron::Pool" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7249(para) -msgid "A resource for managing load balancer pools in Neutron." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7256(para) ./doc/hot-reference/generated/openstack.xml:7431(para) -msgid "The administrative state of this pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7264(para) ./doc/hot-reference/generated/openstack.xml:7437(para) -msgid "Description of the pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7270(term) ./doc/hot-reference/generated/openstack.xml:7441(term) -msgid "lb_method" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7272(para) ./doc/hot-reference/generated/openstack.xml:7443(para) -msgid "The algorithm used to distribute load between the members of the pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7275(para) -msgid "Allowed values: ROUND_ROBIN, LEAST_CONNECTIONS, SOURCE_IP" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7279(term) -msgid "monitors" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7281(para) -msgid "List of health monitors associated with the pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7289(para) ./doc/hot-reference/generated/openstack.xml:7449(para) -msgid "Name of the pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7297(para) -msgid "Protocol for balancing." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7300(para) -msgid "Allowed values: TCP, HTTP, HTTPS" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7304(term) ./doc/hot-reference/generated/openstack.xml:7403(term) ./doc/hot-reference/generated/openstack.xml:7794(term) ./doc/hot-reference/generated/openstack.xml:8495(term) ./doc/hot-reference/generated/openstack.xml:9121(term) -msgid "subnet" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7309(para) ./doc/hot-reference/generated/openstack.xml:7461(para) -msgid "The subnet for the port on which the members of the pool will be connected." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7315(term) ./doc/hot-reference/generated/openstack.xml:7471(term) -msgid "vip" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7317(para) -msgid "IP address and port of the pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7325(term) ./doc/hot-reference/generated/openstack.xml:7546(term) ./doc/hot-reference/generated/openstack.xml:7593(term) -msgid "address" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7327(para) -msgid "IP address of the vip." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7335(para) -msgid "The administrative state of this vip." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7341(term) -msgid "connection_limit" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7343(para) -msgid "The maximum number of connections per second allowed for the vip." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7351(para) -msgid "Description of the vip." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7359(para) -msgid "Name of the vip." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7367(para) -msgid "TCP port on which to listen for client traffic that is associated with the vip address." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7373(term) -msgid "session_persistence" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7375(para) -msgid "Configuration of session persistence." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7383(term) -msgid "cookie_name" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7385(para) -msgid "Name of the cookie, required if type is APP_COOKIE." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7393(para) -msgid "Method of implementation of session persistence feature." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7396(para) -msgid "Allowed values: SOURCE_IP, HTTP_COOKIE, APP_COOKIE" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7405(para) -msgid "Subnet of the vip." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7414(term) ./doc/hot-reference/generated/openstack.xml:7459(term) ./doc/hot-reference/generated/openstack.xml:7805(term) ./doc/hot-reference/generated/openstack.xml:8526(term) ./doc/hot-reference/generated/openstack.xml:9143(term) ./doc/hot-reference/generated/openstack.xml:9194(term) -msgid "subnet_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7417(para) ./doc/hot-reference/generated/openstack.xml:7808(para) ./doc/hot-reference/generated/openstack.xml:8529(para) ./doc/hot-reference/generated/openstack.xml:9146(para) -msgid "DEPRECATED - Use property subnet." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7455(para) -msgid "Protocol to balance." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7467(para) -msgid "Tenant owning the pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7473(para) -msgid "Vip associated with the pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7539(title) -msgid "OS::Neutron::PoolMember" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7540(para) -msgid "A resource to handle load balancer members." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7548(para) -msgid "IP address of the pool member on the pool network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7556(para) -msgid "The administrative state of the pool member." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7572(para) ./doc/hot-reference/generated/openstack.xml:7613(para) -msgid "TCP port on which the pool member listens for requests or connections." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7575(para) -msgid "The value must be in the range 0 to 65535." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7579(term) ./doc/hot-reference/generated/openstack.xml:7629(term) -msgid "weight" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7581(para) -msgid "Weight of pool member in the pool (default to 1)." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7584(para) -msgid "The value must be in the range 0 to 256." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7595(para) -msgid "IP address of the pool member." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7601(para) -msgid "The administrative state of this pool member." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7625(para) -msgid "Tenant owning the pool member." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7631(para) -msgid "Weight of the pool member in the pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7688(title) -msgid "OS::Neutron::Port" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7695(para) ./doc/hot-reference/generated/openstack.xml:7892(para) -msgid "The administrative state of this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7701(term) ./doc/hot-reference/generated/openstack.xml:7896(term) -msgid "allowed_address_pairs" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7703(para) -msgid "Additional MAC/IP address pairs allowed to pass through the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7720(term) ./doc/hot-reference/generated/openstack.xml:7786(term) -msgid "ip_address" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7722(para) -msgid "IP address to allow through this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7728(term) ./doc/hot-reference/generated/openstack.xml:7821(term) ./doc/hot-reference/generated/openstack.xml:7920(term) -msgid "mac_address" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7730(para) -msgid "MAC address to allow through this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7742(term) -msgid "binding:vnic_type" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7744(para) -msgid "The vnic type to be bound on the neutron port. To support SR-IOV PCI passthrough networking, you can request that the neutron port to be realized as normal (virtual nic), direct (pci passthrough), or macvtap (virtual interface with a tap-like software interface). Note that this only works for Neutron deployments that support the bindings extension." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7747(para) -msgid "Allowed values: normal, direct, macvtap" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7751(term) ./doc/hot-reference/generated/openstack.xml:7902(term) -msgid "device_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7753(para) -msgid "Device ID of this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7759(term) ./doc/hot-reference/generated/openstack.xml:7908(term) -msgid "device_owner" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7761(para) -msgid "Name of the network owning the port. The value is typically network:floatingip or network:router_interface or network:dhcp" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7767(term) ./doc/hot-reference/generated/openstack.xml:7914(term) -msgid "fixed_ips" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7769(para) -msgid "Desired IPs for this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7788(para) -msgid "IP address desired in the subnet for this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7799(para) -msgid "Subnet in which to allocate the IP address for this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7823(para) -msgid "MAC address to give to this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7831(para) -msgid "A symbolic name for this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7842(para) -msgid "Network this port belongs to." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7849(term) -msgid "replacement_policy" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7851(para) -msgid "Policy on how to respond to a stack-update for this resource. REPLACE_ALWAYS will replace the port regardless of any property changes. AUTO will update the existing port for any changed update-allowed property." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7853(para) -msgid "Optional property, defaults to \"REPLACE_ALWAYS\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7854(para) -msgid "Allowed values: REPLACE_ALWAYS, AUTO" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7858(term) ./doc/hot-reference/generated/openstack.xml:7938(term) ./doc/hot-reference/generated/openstack.xml:9883(term) ./doc/hot-reference/generated/openstack.xml:10632(term) -msgid "security_groups" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7860(para) -msgid "Security group IDs to associate with this port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7868(para) -msgid "Extra parameters to include in the \"port\" object in the creation request." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7898(para) -msgid "Additional MAC/IP address pairs allowed to pass through a port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7904(para) -msgid "Unique identifier for the device." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7910(para) -msgid "Name of the network owning the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7916(para) -msgid "Fixed IP addresses." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7922(para) -msgid "MAC address of the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7928(para) -msgid "Friendly name of the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7934(para) -msgid "Unique identifier for the network owning the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7940(para) -msgid "A list of security groups for the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7952(para) -msgid "The status of the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7958(para) -msgid "A list of all subnet attributes for the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:7964(para) -msgid "Tenant owning the port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8042(title) -msgid "OS::Neutron::ProviderNet" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8064(term) -msgid "network_type" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8066(para) -msgid "A string specifying the provider network type for the network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8069(para) -msgid "Allowed values: vlan, flat" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8073(term) -msgid "physical_network" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8075(para) -msgid "A string specifying physical network mapping for the network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8083(para) -msgid "A string specifying the segmentation id for the network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8091(para) -msgid "Whether this network should be shared across all tenants." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8176(title) -msgid "OS::Neutron::Router" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8183(para) -msgid "The administrative state of the router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8189(term) -msgid "distributed" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8194(para) -msgid "Indicates whether or not to create a distributed router. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only. This property can not be used in conjunction with the L3 agent ID." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8200(term) ./doc/hot-reference/generated/openstack.xml:8301(term) -msgid "external_gateway_info" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8202(para) -msgid "External network gateway configuration for a router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8210(term) -msgid "enable_snat" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8212(para) -msgid "Enables Source NAT on the router gateway. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8220(para) -msgid "ID or name of the external network for the gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8229(term) -msgid "ha" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8234(para) -msgid "Indicates whether or not to create a highly available router. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only. And now neutron do not support distributed and ha at the same time." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8240(term) -msgid "l3_agent_ids" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8245(para) -msgid "ID list of the L3 agent. User can specify multi-agents for highly available router. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8265(para) -msgid "The name of the router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8273(para) ./doc/hot-reference/generated/openstack.xml:8918(para) -msgid "Extra parameters to include in the creation request." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8279(term) -msgid "l3_agent_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8282(para) -msgid "DEPRECATED - Deprecated in Kilo. Use property l3_agent_ids." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8284(para) -msgid "ID of the L3 agent. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8297(para) -msgid "Administrative state of the router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8303(para) -msgid "Gateway network for the router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8309(para) -msgid "Friendly name of the router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8321(para) -msgid "The status of the router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8327(para) -msgid "Tenant owning the router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8390(title) -msgid "OS::Neutron::RouterGateway" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8392(para) -msgid "DEPRECATED - RouterGateway resource is deprecated and should not be used. Instead use the `external_gateway_info` property in the router resource to set up the gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8400(para) -msgid "external network for the gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8409(para) ./doc/hot-reference/generated/openstack.xml:8520(para) -msgid "ID of the router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8470(title) -msgid "OS::Neutron::RouterInterface" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8475(term) ./doc/hot-reference/generated/openstack.xml:9832(term) ./doc/hot-reference/generated/openstack.xml:11063(term) -msgid "port" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8480(para) -msgid "The port, either subnet or port should be specified." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8487(term) ./doc/hot-reference/generated/openstack.xml:9113(term) -msgid "router" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8489(para) -msgid "The router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8497(para) -msgid "The subnet, either subnet or port should be specified." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8506(para) -msgid "DEPRECATED - Deprecated in Kilo. Use property port." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8508(para) -msgid "The port id, either subnet or port_id should be specified." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8518(para) -msgid "DEPRECATED - Use property router." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8583(title) -msgid "OS::Neutron::SecurityGroup" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8591(para) ./doc/hot-reference/generated/cfn.xml:1927(para) -msgid "Description of the security group." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8599(para) -msgid "A string specifying a symbolic name for the security group, which is not required to be unique." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8605(term) -msgid "rules" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8607(para) -msgid "List of security group rules." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8626(para) -msgid "The direction in which the security group rule is applied. For a compute instance, an ingress security group rule matches traffic that is incoming (ingress) for that instance. An egress rule is applied to traffic leaving the instance." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8633(term) -msgid "ethertype" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8635(para) -msgid "Ethertype of the traffic." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8637(para) -msgid "Optional property, defaults to \"IPv4\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8638(para) -msgid "Allowed values: IPv4, IPv6" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8642(term) -msgid "port_range_max" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8644(para) -msgid "The maximum port number in the range that is matched by the security group rule. The port_range_min attribute constrains the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8650(term) -msgid "port_range_min" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8652(para) -msgid "The minimum port number in the range that is matched by the security group rule. If the protocol is TCP or UDP, this value must be less than or equal to the value of the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8660(para) -msgid "The protocol that is matched by the security group rule. Valid values include tcp, udp, and icmp." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8666(term) -msgid "remote_group_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8668(para) -msgid "The remote group ID to be associated with this security group rule. If no value is specified then this rule will use this security group for the remote_group_id. The remote mode parameter must be set to \"remote_group_id\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8676(para) -msgid "The remote IP prefix (CIDR) to be associated with this security group rule." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8682(term) -msgid "remote_mode" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8684(para) -msgid "Whether to specify a remote group or a remote IP prefix." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8686(para) -msgid "Optional property, defaults to \"remote_ip_prefix\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8687(para) -msgid "Allowed values: remote_ip_prefix, remote_group_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8744(title) -msgid "OS::Neutron::Subnet" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8749(term) ./doc/hot-reference/generated/openstack.xml:8940(term) -msgid "allocation_pools" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8751(para) -msgid "The start and end addresses for the allocation pools." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8768(term) -msgid "end" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8775(term) -msgid "start" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8788(term) ./doc/hot-reference/generated/openstack.xml:8946(term) -msgid "cidr" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8790(para) -msgid "The CIDR." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8796(term) ./doc/hot-reference/generated/openstack.xml:8952(term) -msgid "dns_nameservers" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8798(para) -msgid "A specified set of DNS name servers to be used." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8804(term) ./doc/hot-reference/generated/openstack.xml:8958(term) -msgid "enable_dhcp" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8806(para) -msgid "Set to true if DHCP is enabled and false if DHCP is disabled." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8812(term) ./doc/hot-reference/generated/openstack.xml:8964(term) -msgid "gateway_ip" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8814(para) -msgid "The gateway IP address. Set to any of [ null | ~ | \"\" ] to create the subnet without a gateway. If omitted, the first IP address within the subnet is assigned to the gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8820(term) ./doc/hot-reference/generated/openstack.xml:8970(term) -msgid "host_routes" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8860(para) -msgid "The IP version, which is 4 or 6." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8867(term) -msgid "ipv6_address_mode" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8872(para) -msgid "IPv6 address mode. dhcpv6-stateful, dhcpv6-stateless, or slaac." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8875(para) ./doc/hot-reference/generated/openstack.xml:8887(para) -msgid "Allowed values: dhcpv6-stateful, dhcpv6-stateless, slaac" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8879(term) -msgid "ipv6_ra_mode" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8884(para) -msgid "IPv6 RA (Router Advertisement) mode. dhcpv6-stateful, dhcpv6-stateless, or slaac." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8893(para) -msgid "The name of the subnet." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8901(para) -msgid "The ID of the attached network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8910(para) -msgid "The ID of the tenant who owns the network. Only administrative users can specify a tenant ID other than their own." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8942(para) -msgid "Ip allocation pools and their ranges." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8948(para) -msgid "CIDR block notation for this subnet." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8954(para) -msgid "List of dns nameservers." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8960(para) -msgid "'true' if DHCP is enabled for this subnet; 'false' otherwise." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8966(para) -msgid "Ip of the subnet's gateway." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8972(para) -msgid "Additional routes for this subnet." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8978(para) -msgid "Ip version for the subnet." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8984(para) -msgid "Friendly name of the subnet." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:8990(para) -msgid "Parent network of the subnet." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9002(para) -msgid "Tenant owning the subnet." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9083(title) -msgid "OS::Neutron::VPNService" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9084(para) -msgid "A resource for VPN service in Neutron." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9091(para) -msgid "Administrative state for the vpn service." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9099(para) -msgid "Description for the vpn service." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9107(para) -msgid "Name for the vpn service." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9115(para) -msgid "The router to which the vpn service will be inserted." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9126(para) -msgid "Subnet in which the vpn service will be created." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9135(para) -msgid "DEPRECATED - Use property router" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9137(para) -msgid "Unique identifier for the router to which the vpn service will be inserted." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9160(para) -msgid "The administrative state of the vpn service." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9166(para) -msgid "The description of the vpn service." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9172(para) -msgid "The name of the vpn service." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9178(para) -msgid "The unique identifier of the router to which the vpn service was inserted." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9190(para) -msgid "The status of the vpn service." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9196(para) -msgid "The unique identifier of the subnet in which the vpn service was created." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9202(para) -msgid "The unique identifier of the tenant owning the vpn service." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9259(title) -msgid "OS::Nova::Flavor" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9261(para) -msgid "Due to default nova security policy usage of this resource is limited to being used by administrators only. The rights may also be delegated to other users by redefining the access controls on the nova-api server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9264(para) -msgid "Note that the current implementation of the Nova Flavor resource does not allow specifying the name and flavorid properties for the resource. This is done to avoid potential naming collision upon flavor creation as all flavor have a global scope." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9272(term) -msgid "disk" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9274(para) -msgid "Size of local disk in GB. Set the value to 0 to remove limit on disk size." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9280(term) -msgid "ephemeral" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9282(para) -msgid "Size of a secondary ephemeral data disk in GB." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9288(term) -msgid "extra_specs" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9290(para) -msgid "Key/Value pairs to extend the capabilities of the flavor." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9296(term) -msgid "ram" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9298(para) -msgid "Memory in MB for the flavor." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9304(term) -msgid "rxtx_factor" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9306(para) -msgid "RX/TX factor." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9308(para) -msgid "Optional property, defaults to \"1.0\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9312(term) -msgid "swap" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9314(para) -msgid "Swap space in MB." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9320(term) -msgid "vcpus" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9322(para) -msgid "Number of VCPUs for the flavor." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9387(title) -msgid "OS::Nova::FloatingIP" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9393(term) ./doc/hot-reference/generated/openstack.xml:9412(term) -msgid "pool" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9395(para) -msgid "Allocate a floating IP from a given floating IP pool." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9406(term) -msgid "ip" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9408(para) -msgid "Allocated floating IP address." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9414(para) -msgid "Pool from which floating IP is allocated." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9459(title) -msgid "OS::Nova::FloatingIPAssociation" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9465(term) -msgid "floating_ip" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9467(para) -msgid "ID of the floating IP to assign to the server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9473(term) -msgid "server_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9475(para) -msgid "Server to assign floating IP to." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9526(title) -msgid "OS::Nova::KeyPair" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9527(para) -msgid "A resource for creating Nova key pairs." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9528(para) -msgid " that if a new key is generated setting save_private_key to True results in the system saving the private key which can then be retrieved via the private_key attribute of this resource." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9531(para) -msgid "Setting the public_key property means that the private_key attribute of this resource will always return an empty string regardless of the save_private_key setting since there will be no private key data to save." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9542(para) -msgid "The name of the key pair." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9545(para) -msgid "The length must be in the range 1 to 255." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9549(term) ./doc/hot-reference/generated/openstack.xml:9576(term) -msgid "public_key" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9551(para) -msgid "The optional public key. This allows users to supply the public key from a pre-existing key pair. If not supplied, a new key pair will be generated." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9557(term) -msgid "save_private_key" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9559(para) -msgid "True if the system should remember a generated private key; False otherwise." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9570(term) -msgid "private_key" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9572(para) -msgid "The private key if it has been saved." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9578(para) -msgid "The public key." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9629(title) -msgid "OS::Nova::Server" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9630(para) -msgid "Resource for Rackspace Cloud Servers." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9635(term) -msgid "admin_pass" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9637(para) -msgid "The administrator password for the server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9645(para) -msgid "Name of the availability zone for server placement." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9651(term) -msgid "block_device_mapping" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9653(para) -msgid "Block device mappings for this server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9670(term) -msgid "delete_on_termination" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9672(para) -msgid "Indicate whether the volume should be deleted when the server is terminated." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9678(term) -msgid "device_name" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9680(para) -msgid "A device name where the volume will be attached in the system at /dev/device_name. This value is typically vda." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9688(para) ./doc/hot-reference/generated/cfn.xml:304(para) ./doc/hot-reference/generated/cfn.xml:1237(para) -msgid "The ID of the snapshot to create a volume from." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9697(para) -msgid "The ID of the volume to boot from. Only one of volume_id or snapshot_id should be provided." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9704(term) -msgid "volume_size" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9706(para) -msgid "The size of the volume, in GB. It is safe to leave this blank and have the Compute service infer the size." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9718(term) -msgid "config_drive" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9720(para) -msgid "If True, enable config drive on the server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9726(term) -msgid "diskConfig" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9728(para) -msgid "Control how the disk is partitioned when the server is created." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9731(para) -msgid "Allowed values: AUTO, MANUAL" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9735(term) ./doc/hot-reference/generated/openstack.xml:10551(term) ./doc/hot-reference/generated/openstack.xml:11010(term) -msgid "flavor" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9737(para) -msgid "The ID or name of the flavor to boot onto." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9740(para) ./doc/hot-reference/generated/openstack.xml:10556(para) ./doc/hot-reference/generated/cfn.xml:375(para) ./doc/hot-reference/generated/cfn.xml:1307(para) -msgid "Value must be of type nova.flavor" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9744(term) -msgid "flavor_update_policy" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9746(para) -msgid "Policy on how to apply a flavor update; either by requesting a server resize or by replacing the entire server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9748(para) -msgid "Optional property, defaults to \"RESIZE\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9749(para) -msgid "Allowed values: RESIZE, REPLACE" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9755(para) -msgid "The ID or name of the image to boot with." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9762(term) -msgid "image_update_policy" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9764(para) -msgid "Policy on how to apply an image-id update; either by requesting a server rebuild or by replacing the entire server" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9766(para) -msgid "Optional property, defaults to \"REPLACE\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9767(para) -msgid "Allowed values: REBUILD, REPLACE, REBUILD_PRESERVE_EPHEMERAL" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9771(term) ./doc/hot-reference/generated/openstack.xml:10198(term) -msgid "key_name" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9773(para) -msgid "Name of keypair to inject into the server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9776(para) ./doc/hot-reference/generated/openstack.xml:10203(para) ./doc/hot-reference/generated/cfn.xml:392(para) ./doc/hot-reference/generated/cfn.xml:1324(para) -msgid "Value must be of type nova.keypair" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9782(para) -msgid "Arbitrary key/value metadata to store for this server. Both keys and values must be 255 characters or less. Non-string values will be serialized to JSON (and the serialized string must be 255 characters or less)." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9790(para) -msgid "Server name." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9796(term) ./doc/hot-reference/generated/openstack.xml:9978(term) ./doc/hot-reference/generated/openstack.xml:11027(term) -msgid "networks" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9798(para) -msgid "An ordered list of nics to be added to this server, with information about connected networks, fixed ips, port etc." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9815(term) ./doc/hot-reference/generated/openstack.xml:11046(term) -msgid "fixed_ip" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9817(para) -msgid "Fixed IP address to specify for the port created on the requested network." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9825(para) -msgid "Name or ID of network to create a port on." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9834(para) -msgid "ID of an existing port to associate with this server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9841(term) -msgid "uuid" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9846(para) -msgid "ID of network to create a port on." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9859(term) -msgid "personality" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9861(para) -msgid "A map of files to create/overwrite on the server upon boot. Keys are file names and values are the file contents." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9867(term) -msgid "reservation_id" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9869(para) -msgid "A UUID for the set of servers being requested." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9877(para) -msgid "Arbitrary key-value pairs specified by the client to help boot a server." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9885(para) -msgid "List of security group names or IDs. Cannot be used if neutron ports are associated with this server; assign security groups to the ports instead." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9891(term) -msgid "software_config_transport" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9893(para) -msgid "How the server should receive the metadata required for software configuration. POLL_SERVER_CFN will allow calls to the cfn API action DescribeStackResource authenticated with the provided keypair. POLL_SERVER_HEAT will allow calls to the Heat API resource-show using the provided keystone credentials. POLL_TEMP_URL will create and populate a Swift TempURL with metadata for polling." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9895(para) -msgid "Optional property, defaults to \"POLL_SERVER_CFN\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9896(para) -msgid "Allowed values: POLL_SERVER_CFN, POLL_SERVER_HEAT, POLL_TEMP_URL" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9900(term) -msgid "user_data" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9902(para) -msgid "User data script to be executed by cloud-init." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:9904(para) ./doc/hot-reference/generated/openstack.xml:10367(para) ./doc/hot-reference/generated/openstack.xml:10547(para) +#: ./doc/hot-reference/generated/openstack.xml:5054(para) ./doc/hot-reference/generated/openstack.xml:5250(para) ./doc/hot-reference/generated/openstack.xml:5568(para) ./doc/hot-reference/generated/openstack.xml:11006(para) ./doc/hot-reference/generated/openstack.xml:11479(para) ./doc/hot-reference/generated/openstack.xml:11661(para) msgid "Optional property, defaults to \"\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9908(term) -msgid "user_data_format" +#: ./doc/hot-reference/generated/openstack.xml:5058(term) ./doc/hot-reference/generated/openstack.xml:5095(term) ./doc/hot-reference/generated/openstack.xml:5254(term) ./doc/hot-reference/generated/openstack.xml:5572(term) ./doc/hot-reference/generated/openstack.xml:5655(term) +msgid "domain" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9910(para) -msgid "How the user_data should be formatted for the server. For HEAT_CFNTOOLS, the user_data is bundled as part of the heat-cfntools cloud-init boot configuration data. For RAW the user_data is passed to Nova unmodified. For SOFTWARE_CONFIG user_data is bundled as part of the software config data, and metadata is derived from any associated SoftwareDeployment resources." +#: ./doc/hot-reference/generated/openstack.xml:5060(para) ./doc/hot-reference/generated/openstack.xml:5256(para) +msgid "Name or id of keystone domain." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9912(para) -msgid "Optional property, defaults to \"HEAT_CFNTOOLS\"." +#: ./doc/hot-reference/generated/openstack.xml:5062(para) ./doc/hot-reference/generated/openstack.xml:5258(para) ./doc/hot-reference/generated/openstack.xml:5576(para) +msgid "Optional property, defaults to \"default\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9913(para) -msgid "Allowed values: HEAT_CFNTOOLS, RAW, SOFTWARE_CONFIG" +#: ./doc/hot-reference/generated/openstack.xml:5063(para) ./doc/hot-reference/generated/openstack.xml:5100(para) ./doc/hot-reference/generated/openstack.xml:5259(para) ./doc/hot-reference/generated/openstack.xml:5577(para) ./doc/hot-reference/generated/openstack.xml:5660(para) +msgid "Value must be of type keystone.domain" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9917(term) -msgid "admin_user" +#: ./doc/hot-reference/generated/openstack.xml:5069(para) +msgid "Name of keystone group." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9920(para) -msgid "DEPRECATED" +#: ./doc/hot-reference/generated/openstack.xml:5075(term) ./doc/hot-reference/generated/openstack.xml:5635(term) +msgid "roles" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9922(para) -msgid "Name of the administrative user to use on the server. This property will be removed from Juno in favor of the default cloud-init user set up for each image (e.g. \"ubuntu\" for Ubuntu 12.04+, \"fedora\" for Fedora 19+ and \"cloud-user\" for CentOS/RHEL 6.5)." +#: ./doc/hot-reference/generated/openstack.xml:5077(para) ./doc/hot-reference/generated/openstack.xml:5637(para) +msgid "List of role assignments." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9933(term) -msgid "accessIPv4" +#: ./doc/hot-reference/generated/openstack.xml:5087(para) ./doc/hot-reference/generated/openstack.xml:5647(para) +msgid "Map between role with either project or domain." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9935(para) -msgid "The manually assigned alternative public IPv4 address of the server." +#: ./doc/hot-reference/generated/openstack.xml:5097(para) ./doc/hot-reference/generated/openstack.xml:5657(para) +msgid "Keystone domain" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9939(term) -msgid "accessIPv6" +#: ./doc/hot-reference/generated/openstack.xml:5104(term) ./doc/hot-reference/generated/openstack.xml:5664(term) +msgid "project" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9941(para) -msgid "The manually assigned alternative public IPv6 address of the server." +#: ./doc/hot-reference/generated/openstack.xml:5106(para) ./doc/hot-reference/generated/openstack.xml:5666(para) +msgid "Keystone project" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9945(term) -msgid "addresses" +#: ./doc/hot-reference/generated/openstack.xml:5109(para) ./doc/hot-reference/generated/openstack.xml:5560(para) ./doc/hot-reference/generated/openstack.xml:5669(para) +msgid "Value must be of type keystone.project" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9947(para) -msgid "A dict of all network addresses with corresponding port_id. The port ID may be obtained through the following expression: \"{get_attr: [<server>, addresses, <network name>, 0, port]}\"." +#: ./doc/hot-reference/generated/openstack.xml:5113(term) ./doc/hot-reference/generated/openstack.xml:5673(term) +msgid "role" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9951(term) -msgid "console_urls" +#: ./doc/hot-reference/generated/openstack.xml:5115(para) ./doc/hot-reference/generated/openstack.xml:5675(para) +msgid "Keystone role" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9953(para) -msgid "URLs of server's consoles. To get a specific console type, the requested type can be specified as parameter to the get_attr function, e.g. get_attr: [ <server>, console_urls, novnc ]. Currently supported types are novnc, xvpvnc, spice-html5, rdp-html5, serial." +#: ./doc/hot-reference/generated/openstack.xml:5118(para) ./doc/hot-reference/generated/openstack.xml:5678(para) +msgid "Value must be of type keystone.role" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9957(term) -msgid "first_address" +#: ./doc/hot-reference/generated/openstack.xml:5178(title) +msgid "OS::Keystone::Project" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9960(para) -msgid "DEPRECATED - Use the networks attribute instead of first_address. For example: \"{get_attr: [<server name>, networks, <network name>, 0]}\"" +#: ./doc/hot-reference/generated/openstack.xml:5182(para) +msgid "Heat Template Resource for Keystone Project." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9962(para) -msgid "Convenience attribute to fetch the first assigned network address, or an empty string if nothing has been assigned at this time. Result may not be predictable if the server has addresses from more than one network." +#: ./doc/hot-reference/generated/openstack.xml:5184(para) +msgid "description: Sample Keystone Project template" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9966(term) -msgid "instance_name" +#: ./doc/hot-reference/generated/openstack.xml:5191(term) +msgid "project_name:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9968(para) -msgid "AWS compatible instance name." +#: ./doc/hot-reference/generated/openstack.xml:5193(para) +msgid "type: string description: Keystone project name" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9974(para) -msgid "Name of the server." +#: ./doc/hot-reference/generated/openstack.xml:5198(term) +msgid "project_description:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9980(para) -msgid "A dict of assigned network addresses of the form: {\"public\": [ip1, ip2...], \"private\": [ip3, ip4]}." +#: ./doc/hot-reference/generated/openstack.xml:5200(para) +msgid "type: string description: Keystone project description" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:9986(para) -msgid "A dict of all server details as returned by the API." +#: ./doc/hot-reference/generated/openstack.xml:5205(term) +msgid "project_enabled:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10088(title) -msgid "OS::Nova::ServerGroup" +#: ./doc/hot-reference/generated/openstack.xml:5207(para) +msgid "type: boolean description: Keystone project is enabled or disabled" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10089(para) -msgid "A resource for managing a Nova server group." +#: ./doc/hot-reference/generated/openstack.xml:5212(term) +msgid "project_domain:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10097(para) -msgid "Server Group name." +#: ./doc/hot-reference/generated/openstack.xml:5214(para) +msgid "type: string description: Keystone project domain name or id" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10103(term) -msgid "policies" +#: ./doc/hot-reference/generated/openstack.xml:5226(term) +msgid "admin_project:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10105(para) -msgid "A list of string policies to apply. Defaults to anti-affinity." +#: ./doc/hot-reference/generated/openstack.xml:5228(para) +msgid "type: OS::Keystone::Project properties:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10107(para) -msgid "Optional property, defaults to \"['anti-affinity']\"." +#: ./doc/hot-reference/generated/openstack.xml:5231(para) +msgid "name: {get_param: project_name} domain: {get_param: project_domain} description: {get_param: project_description} enabled: {get_param: project_enabled}" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10108(para) -msgid "Allowed values: anti-affinity, affinity" +#: ./doc/hot-reference/generated/openstack.xml:5248(para) +msgid "Description of keystone project." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10168(title) -msgid "OS::Sahara::Cluster" +#: ./doc/hot-reference/generated/openstack.xml:5265(para) +msgid "This project is enabled or disabled." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10173(term) -msgid "cluster_template_id" +#: ./doc/hot-reference/generated/openstack.xml:5267(para) ./doc/hot-reference/generated/openstack.xml:5593(para) ./doc/hot-reference/generated/openstack.xml:5840(para) ./doc/hot-reference/generated/openstack.xml:6168(para) ./doc/hot-reference/generated/openstack.xml:6619(para) ./doc/hot-reference/generated/openstack.xml:7253(para) ./doc/hot-reference/generated/openstack.xml:7881(para) ./doc/hot-reference/generated/openstack.xml:8221(para) ./doc/hot-reference/generated/openstack.xml:8301(para) ./doc/hot-reference/generated/openstack.xml:8526(para) ./doc/hot-reference/generated/openstack.xml:8665(para) ./doc/hot-reference/generated/openstack.xml:9027(para) ./doc/hot-reference/generated/openstack.xml:9068(para) ./doc/hot-reference/generated/openstack.xml:9160(para) ./doc/hot-reference/generated/openstack.xml:9790(para) ./doc/hot-reference/generated/openstack.xml:10075(para) ./doc/hot-reference/generated/cfn.xml:292(para) ./doc/hot-reference/generated/cfn.xml:1229(para) +msgid "Optional property, defaults to \"True\"." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10175(para) -msgid "ID of the Cluster Template used for Node Groups and configurations." +#: ./doc/hot-reference/generated/openstack.xml:5273(para) +msgid "Name of keystone project." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10181(term) ./doc/hot-reference/generated/openstack.xml:10354(term) -msgid "default_image_id" +#: ./doc/hot-reference/generated/openstack.xml:5329(title) +msgid "OS::Keystone::Role" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10183(para) -msgid "Default name or UUID of the image used to boot Hadoop nodes." +#: ./doc/hot-reference/generated/openstack.xml:5333(para) +msgid "Heat Template Resource for Keystone Role." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10186(para) ./doc/hot-reference/generated/openstack.xml:10359(para) ./doc/hot-reference/generated/openstack.xml:10581(para) -msgid "Value must be of type sahara.image" +#: ./doc/hot-reference/generated/openstack.xml:5341(term) +msgid "role_name:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10190(term) ./doc/hot-reference/generated/openstack.xml:10371(term) ./doc/hot-reference/generated/openstack.xml:10568(term) -msgid "hadoop_version" +#: ./doc/hot-reference/generated/openstack.xml:5343(para) +msgid "type: string description: Keystone role name" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10192(para) ./doc/hot-reference/generated/openstack.xml:10373(para) ./doc/hot-reference/generated/openstack.xml:10570(para) -msgid "Version of Hadoop running on instances." +#: ./doc/hot-reference/generated/openstack.xml:5355(term) +msgid "sample_role:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10200(para) -msgid "Keypair added to instances to make them accessible for user." +#: ./doc/hot-reference/generated/openstack.xml:5357(para) +msgid "type: OS::Keystone::Role properties:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10209(para) -msgid "Hadoop cluster name." +#: ./doc/hot-reference/generated/openstack.xml:5360(para) +msgid "name: {get_param: role_name}" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10215(term) ./doc/hot-reference/generated/openstack.xml:10389(term) -msgid "neutron_management_network" +#: ./doc/hot-reference/generated/openstack.xml:5374(para) +msgid "Name of keystone role." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10217(para) ./doc/hot-reference/generated/openstack.xml:10391(para) -msgid "Name or UUID of network." +#: ./doc/hot-reference/generated/openstack.xml:5421(title) +msgid "OS::Keystone::User" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10224(term) ./doc/hot-reference/generated/openstack.xml:10448(term) ./doc/hot-reference/generated/openstack.xml:10624(term) -msgid "plugin_name" +#: ./doc/hot-reference/generated/openstack.xml:5425(para) +msgid "Heat Template Resource for Keystone User." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10226(para) ./doc/hot-reference/generated/openstack.xml:10450(para) ./doc/hot-reference/generated/openstack.xml:10626(para) -msgid "Plugin name." +#: ./doc/hot-reference/generated/openstack.xml:5427(para) +msgid "description: Sample Keystone User template" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10235(para) -msgid "DEPRECATED - Property was deprecated in Kilo release. Use property default_image_id." +#: ./doc/hot-reference/generated/openstack.xml:5434(term) +msgid "user_name:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10237(para) -msgid "Name or UUID of the image used to boot Hadoop nodes." +#: ./doc/hot-reference/generated/openstack.xml:5436(para) +msgid "type: string description: Keystone user name" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10249(term) -msgid "info" +#: ./doc/hot-reference/generated/openstack.xml:5441(term) +msgid "user_description:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10251(para) -msgid "Cluster information." +#: ./doc/hot-reference/generated/openstack.xml:5443(para) +msgid "type: string description: Keystone user description" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10257(para) -msgid "Cluster status." +#: ./doc/hot-reference/generated/openstack.xml:5448(term) +msgid "user_enabled:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10320(title) -msgid "OS::Sahara::ClusterTemplate" +#: ./doc/hot-reference/generated/openstack.xml:5450(para) +msgid "type: boolean description: Keystone user is enabled or disabled" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10326(term) -msgid "anti_affinity" +#: ./doc/hot-reference/generated/openstack.xml:5455(term) +msgid "user_domain:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10328(para) -msgid "List of processes to enable anti-affinity for." +#: ./doc/hot-reference/generated/openstack.xml:5457(para) +msgid "type: string description: Keystone user domain name" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10346(term) -msgid "cluster_configs" +#: ./doc/hot-reference/generated/openstack.xml:5462(term) +msgid "user_email:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10348(para) -msgid "Cluster configs dictionary." +#: ./doc/hot-reference/generated/openstack.xml:5464(para) +msgid "type: string description: Keystone user email address" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10356(para) -msgid "ID of the default image to use for the template." +#: ./doc/hot-reference/generated/openstack.xml:5469(term) +msgid "user_password:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10365(para) -msgid "Description of the Sahara Group Template." +#: ./doc/hot-reference/generated/openstack.xml:5471(para) +msgid "type: string description: Keystone user password" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10381(para) -msgid "Name for the Sahara Cluster Template." +#: ./doc/hot-reference/generated/openstack.xml:5476(term) +msgid "user_default_project:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10384(para) ./doc/hot-reference/generated/openstack.xml:10590(para) -msgid "The length must be in the range 1 to 50." +#: ./doc/hot-reference/generated/openstack.xml:5478(para) +msgid "type: string description: Keystone user default project id" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10385(para) ./doc/hot-reference/generated/openstack.xml:10591(para) -msgid "Value must match pattern: ^(([a-zA-Z]|[a-zA-Z][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z]|[A-Za-z][A-Za-z0-9\\-]*[A-Za-z0-9])$" +#: ./doc/hot-reference/generated/openstack.xml:5483(term) +msgid "user_groups:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10398(term) -msgid "node_groups" +#: ./doc/hot-reference/generated/openstack.xml:5485(para) +msgid "type: comma_delimited_list description: Keystone groups, where this user is part of" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10400(para) -msgid "Node groups." +#: ./doc/hot-reference/generated/openstack.xml:5518(term) +msgid "admin_user:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10419(para) -msgid "Number of instances in the Node group." +#: ./doc/hot-reference/generated/openstack.xml:5520(para) +msgid "type: OS::Keystone::User properties:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10428(para) -msgid "Name of the Node group." +#: ./doc/hot-reference/generated/openstack.xml:5523(para) +msgid "name: {get_param: user_name} domain: {get_param: user_domain} description: {get_param: user_description} enabled: {get_param: user_enabled} email: {get_param: user_email} password: {get_param: user_password} default_project: {get_param: user_default_project} groups: {get_param: user_groups} roles:" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10434(term) -msgid "node_group_template_id" +#: ./doc/hot-reference/generated/openstack.xml:5555(term) +msgid "default_project" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10436(para) -msgid "ID of the Node Group Template." +#: ./doc/hot-reference/generated/openstack.xml:5557(para) +msgid "Default project of keystone user." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10521(title) -msgid "OS::Sahara::NodeGroupTemplate" +#: ./doc/hot-reference/generated/openstack.xml:5566(para) +msgid "Description of keystone user." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10527(term) -msgid "auto_security_group" +#: ./doc/hot-reference/generated/openstack.xml:5574(para) +msgid "Name of keystone domain." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10529(para) -msgid "Defines whether auto-assign security group to this Node Group template." +#: ./doc/hot-reference/generated/openstack.xml:5581(term) +msgid "email" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10537(para) -msgid "Availability zone to create servers in." +#: ./doc/hot-reference/generated/openstack.xml:5583(para) +msgid "Email address of keystone user." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10545(para) -msgid "Description of the Node Group Template." +#: ./doc/hot-reference/generated/openstack.xml:5591(para) +msgid "Keystone user is enabled or disabled" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10553(para) -msgid "Name or ID Nova flavor for the nodes." +#: ./doc/hot-reference/generated/openstack.xml:5597(term) +msgid "groups" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10560(term) -msgid "floating_ip_pool" +#: ./doc/hot-reference/generated/openstack.xml:5599(para) +msgid "keystone user groups." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10562(para) -msgid "Name or UUID of the Neutron floating IP network or name of the Nova floating ip pool to use. Should not be provided when used with Nova-network that auto-assign floating IPs." +#: ./doc/hot-reference/generated/openstack.xml:5609(para) +msgid "keystone user group." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10576(term) -msgid "image_id" +#: ./doc/hot-reference/generated/openstack.xml:5612(para) +msgid "Value must be of type keystone.group" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10578(para) -msgid "ID of the image to use for the template." +#: ./doc/hot-reference/generated/openstack.xml:5621(para) +msgid "Name of keystone user." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:10587(para) -msgid "Name for the Sahara Node Group Template." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10595(term) -msgid "node_configs" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10597(para) -msgid "Dictionary of node configurations." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10603(term) -msgid "node_processes" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10605(para) -msgid "List of processes to run on every node." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10634(para) -msgid "List of security group names or IDs to assign to this Node Group template." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10654(para) -msgid "Type of the volume to create on Cinder backend." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10661(term) -msgid "volumes_availability_zone" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10663(para) -msgid "Availability zone to create volumes in." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10669(term) -msgid "volumes_per_node" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10671(para) -msgid "Volumes per node." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10678(term) -msgid "volumes_size" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10680(para) -msgid "Size of the volumes, in GB." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10773(title) -msgid "OS::Swift::Container" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10778(term) -msgid "PurgeOnDelete" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10783(para) -msgid "If True, delete any objects in the container when the container is deleted. Otherwise, deleting a non-empty container will result in an error." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10789(term) -msgid "X-Account-Meta" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10791(para) -msgid "A map of user-defined meta data to associate with the account. Each key in the map will set the header X-Account-Meta-{key} with the corresponding value." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10797(term) -msgid "X-Container-Meta" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10799(para) -msgid "A map of user-defined meta data to associate with the container. Each key in the map will set the header X-Container-Meta-{key} with the corresponding value." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10805(term) -msgid "X-Container-Read" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10807(para) -msgid "Specify the ACL permissions on who can read objects in the container." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10813(term) -msgid "X-Container-Write" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10815(para) -msgid "Specify the ACL permissions on who can write objects to the container." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10823(para) -msgid "Name for the container. If not specified, a unique name will be generated." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10834(term) -msgid "BytesUsed" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10836(para) -msgid "The number of bytes stored in the container." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10840(term) ./doc/hot-reference/generated/cfn.xml:3368(term) -msgid "DomainName" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10842(para) -msgid "The host from the container URL." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10846(term) -msgid "HeadContainer" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10848(para) -msgid "A map containing all headers for the container." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10852(term) -msgid "ObjectCount" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10854(para) -msgid "The number of objects stored in the container." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10858(term) -msgid "RootURL" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10860(para) -msgid "The parent URL of the container." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10864(term) ./doc/hot-reference/generated/cfn.xml:3374(term) -msgid "WebsiteURL" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10866(para) -msgid "The URL of the container." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10926(title) -msgid "OS::Trove::Instance" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10927(para) -msgid "OpenStack cloud database instance resource." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10935(para) -msgid "Name of the availability zone for DB instance." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10941(term) ./doc/hot-reference/generated/openstack.xml:11114(term) -msgid "databases" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10943(para) -msgid "List of databases to be created on DB instance creation." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10960(term) -msgid "character_set" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10962(para) -msgid "Set of symbols and encodings." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10964(para) -msgid "Optional property, defaults to \"utf8\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10968(term) -msgid "collate" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10970(para) -msgid "Set of rules for comparing characters in a character set." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10972(para) -msgid "Optional property, defaults to \"utf8_general_ci\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10978(para) -msgid "Specifies database names for creating databases on instance creation." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10981(para) -msgid "The length must be no greater than 64." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10982(para) ./doc/hot-reference/generated/openstack.xml:11149(para) ./doc/hot-reference/generated/openstack.xml:11158(para) -msgid "Value must match pattern: [a-zA-Z0-9_]+[a-zA-Z0-9_@?#\\s]*[a-zA-Z0-9_]+" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10992(term) -msgid "datastore_type" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10994(para) -msgid "Name of registered datastore type." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:10997(para) ./doc/hot-reference/generated/openstack.xml:11006(para) ./doc/hot-reference/generated/openstack.xml:11023(para) -msgid "The length must be no greater than 255." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11001(term) -msgid "datastore_version" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11003(para) -msgid "Name of the registered datastore version. It must exist for provided datastore type. Defaults to using single active version. If several active versions exist for provided datastore type, explicit value for this parameter must be specified." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11012(para) -msgid "Reference to a flavor for creating DB instance." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11020(para) -msgid "Name of the DB instance to create." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11029(para) -msgid "List of network interfaces to create on instance." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11048(para) -msgid "Fixed IPv4 address for this NIC." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11056(para) -msgid "Name or UUID of the network to attach this NIC to. Either port or network must be specified." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11065(para) -msgid "Name or UUID of Neutron port to attach this NIC to. Either port or network must be specified." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11078(term) -msgid "restore_point" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11080(para) -msgid "DB instance restore point." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11088(para) -msgid "Database volume size in GB." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11091(para) -msgid "The value must be in the range 1 to 150." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11095(term) -msgid "users" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11097(para) -msgid "List of users to be created on DB instance creation." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11116(para) -msgid "Names of databases that those users can access on instance creation." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11135(term) -msgid "host" -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11137(para) -msgid "The host from which a user is allowed to connect to the database." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11139(para) -msgid "Optional property, defaults to \"%\"." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11145(para) -msgid "User name to create a user on instance creation." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11148(para) -msgid "The length must be no greater than 16." -msgstr "" - -#: ./doc/hot-reference/generated/openstack.xml:11153(term) +#: ./doc/hot-reference/generated/openstack.xml:5627(term) ./doc/hot-reference/generated/openstack.xml:12415(term) msgid "password" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:11155(para) +#: ./doc/hot-reference/generated/openstack.xml:5629(para) +msgid "Password of keystone user." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5753(title) +msgid "OS::Neutron::ExtraRoute" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5758(term) ./doc/hot-reference/generated/openstack.xml:9820(term) +msgid "destination" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5760(para) +msgid "Network in CIDR notation." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5766(term) ./doc/hot-reference/generated/openstack.xml:9827(term) +msgid "nexthop" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5768(para) +msgid "Nexthop IP address." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5774(term) ./doc/hot-reference/generated/openstack.xml:6464(term) ./doc/hot-reference/generated/openstack.xml:9382(term) ./doc/hot-reference/generated/openstack.xml:9493(term) ./doc/hot-reference/generated/openstack.xml:10116(term) ./doc/hot-reference/generated/openstack.xml:10162(term) +msgid "router_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5776(para) +msgid "The router id." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5779(para) ./doc/hot-reference/generated/openstack.xml:9387(para) ./doc/hot-reference/generated/openstack.xml:9468(para) ./doc/hot-reference/generated/openstack.xml:9501(para) ./doc/hot-reference/generated/openstack.xml:10100(para) ./doc/hot-reference/generated/openstack.xml:10124(para) +msgid "Value must be of type neutron.router" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5830(title) +msgid "OS::Neutron::Firewall" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5831(para) +msgid "A resource for the Firewall resource in Neutron FWaaS." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5836(term) ./doc/hot-reference/generated/openstack.xml:5884(term) ./doc/hot-reference/generated/openstack.xml:6615(term) ./doc/hot-reference/generated/openstack.xml:6685(term) ./doc/hot-reference/generated/openstack.xml:7249(term) ./doc/hot-reference/generated/openstack.xml:7389(term) ./doc/hot-reference/generated/openstack.xml:7877(term) ./doc/hot-reference/generated/openstack.xml:7930(term) ./doc/hot-reference/generated/openstack.xml:8217(term) ./doc/hot-reference/generated/openstack.xml:8297(term) ./doc/hot-reference/generated/openstack.xml:8395(term) ./doc/hot-reference/generated/openstack.xml:8522(term) ./doc/hot-reference/generated/openstack.xml:8567(term) ./doc/hot-reference/generated/openstack.xml:8661(term) ./doc/hot-reference/generated/openstack.xml:8863(term) ./doc/hot-reference/generated/openstack.xml:9023(term) ./doc/hot-reference/generated/openstack.xml:9156(term) ./doc/hot-reference/generated/openstack.xml:9270(term) ./doc/hot-reference/generated/openstack.xml:10071(term) ./doc/hot-reference/generated/openstack.xml:10144(term) +msgid "admin_state_up" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5838(para) +msgid "Administrative state of the firewall. If false (down), firewall does not forward packets and will drop all traffic to/from VMs behind the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5846(para) +msgid "Description for the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5852(term) ./doc/hot-reference/generated/openstack.xml:5896(term) ./doc/hot-reference/generated/openstack.xml:6257(term) +msgid "firewall_policy_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5854(para) +msgid "The ID of the firewall policy that this firewall is associated with." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5862(para) ./doc/hot-reference/generated/openstack.xml:5904(para) +msgid "Name for the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5868(term) ./doc/hot-reference/generated/openstack.xml:5908(term) ./doc/hot-reference/generated/openstack.xml:6023(term) ./doc/hot-reference/generated/openstack.xml:6060(term) ./doc/hot-reference/generated/openstack.xml:6198(term) ./doc/hot-reference/generated/openstack.xml:6287(term) ./doc/hot-reference/generated/openstack.xml:7670(term) ./doc/hot-reference/generated/openstack.xml:7698(term) ./doc/hot-reference/generated/openstack.xml:7901(term) ./doc/hot-reference/generated/openstack.xml:9064(term) +msgid "shared" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5873(para) +msgid "Whether this firewall should be shared across all tenants. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5886(para) +msgid "The administrative state of the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5892(para) +msgid "Description of the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5898(para) +msgid "Unique identifier of the firewall policy used to create the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5910(para) +msgid "Shared status of this firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5914(term) ./doc/hot-reference/generated/openstack.xml:6470(term) ./doc/hot-reference/generated/openstack.xml:6715(term) ./doc/hot-reference/generated/openstack.xml:7942(term) ./doc/hot-reference/generated/openstack.xml:8158(term) ./doc/hot-reference/generated/openstack.xml:8585(term) ./doc/hot-reference/generated/openstack.xml:8917(term) ./doc/hot-reference/generated/openstack.xml:9077(term) ./doc/hot-reference/generated/openstack.xml:9288(term) ./doc/hot-reference/generated/openstack.xml:9976(term) ./doc/hot-reference/generated/openstack.xml:10168(term) ./doc/hot-reference/generated/openstack.xml:11089(term) +msgid "show" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5916(para) ./doc/hot-reference/generated/openstack.xml:6472(para) ./doc/hot-reference/generated/openstack.xml:6717(para) ./doc/hot-reference/generated/openstack.xml:7944(para) ./doc/hot-reference/generated/openstack.xml:8160(para) ./doc/hot-reference/generated/openstack.xml:8587(para) ./doc/hot-reference/generated/openstack.xml:8919(para) ./doc/hot-reference/generated/openstack.xml:9079(para) ./doc/hot-reference/generated/openstack.xml:9290(para) ./doc/hot-reference/generated/openstack.xml:9978(para) ./doc/hot-reference/generated/openstack.xml:10170(para) +msgid "All attributes." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5922(para) +msgid "The status of the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5926(term) ./doc/hot-reference/generated/openstack.xml:6066(term) ./doc/hot-reference/generated/openstack.xml:6305(term) ./doc/hot-reference/generated/openstack.xml:6476(term) ./doc/hot-reference/generated/openstack.xml:6721(term) ./doc/hot-reference/generated/openstack.xml:6957(term) ./doc/hot-reference/generated/openstack.xml:7169(term) ./doc/hot-reference/generated/openstack.xml:7479(term) ./doc/hot-reference/generated/openstack.xml:7909(term) ./doc/hot-reference/generated/openstack.xml:7960(term) ./doc/hot-reference/generated/openstack.xml:8431(term) ./doc/hot-reference/generated/openstack.xml:8591(term) ./doc/hot-reference/generated/openstack.xml:8935(term) ./doc/hot-reference/generated/openstack.xml:9300(term) ./doc/hot-reference/generated/openstack.xml:9890(term) ./doc/hot-reference/generated/openstack.xml:9982(term) ./doc/hot-reference/generated/openstack.xml:10186(term) +msgid "tenant_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5928(para) ./doc/hot-reference/generated/openstack.xml:6307(para) +msgid "Id of the tenant owning the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5985(title) +msgid "OS::Neutron::FirewallPolicy" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5986(para) +msgid "A resource for the FirewallPolicy resource in Neutron FWaaS." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5991(term) ./doc/hot-reference/generated/openstack.xml:6036(term) +msgid "audited" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:5993(para) +msgid "Whether this policy should be audited. When set to True, each time the firewall policy or the associated firewall rules are changed, this attribute will be set to False and will have to be explicitly set to True through an update operation." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6001(para) +msgid "Description for the firewall policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6007(term) ./doc/hot-reference/generated/openstack.xml:6048(term) +msgid "firewall_rules" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6009(para) +msgid "An ordered list of firewall rules to apply to the firewall." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6017(para) ./doc/hot-reference/generated/openstack.xml:6056(para) +msgid "Name for the firewall policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6025(para) +msgid "Whether this policy should be shared across all tenants." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6038(para) +msgid "Audit status of this firewall policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6044(para) +msgid "Description of the firewall policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6050(para) +msgid "List of firewall rules in this firewall policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6062(para) +msgid "Shared status of this firewall policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6068(para) +msgid "Id of the tenant owning the firewall policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6125(title) +msgid "OS::Neutron::FirewallRule" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6126(para) +msgid "A resource for the FirewallRule resource in Neutron FWaaS." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6131(term) ./doc/hot-reference/generated/openstack.xml:6227(term) +msgid "action" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6133(para) +msgid "Action to be performed on the traffic matching the rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6135(para) +msgid "Optional property, defaults to \"deny\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6136(para) +msgid "Allowed values: allow, deny" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6142(para) +msgid "Description for the firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6148(term) ./doc/hot-reference/generated/openstack.xml:6239(term) +msgid "destination_ip_address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6150(para) +msgid "Destination IP address or CIDR." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6156(term) ./doc/hot-reference/generated/openstack.xml:6245(term) +msgid "destination_port" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6158(para) +msgid "Destination port number or a range." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6166(para) +msgid "Whether this rule should be enabled." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6172(term) ./doc/hot-reference/generated/openstack.xml:6263(term) ./doc/hot-reference/generated/openstack.xml:9840(term) ./doc/hot-reference/generated/openstack.xml:9958(term) +msgid "ip_version" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6174(para) +msgid "Internet protocol version." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6176(para) ./doc/hot-reference/generated/openstack.xml:9844(para) +msgid "Optional property, defaults to \"4\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6177(para) ./doc/hot-reference/generated/openstack.xml:9845(para) +msgid "Allowed values: 4, 6" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6183(para) ./doc/hot-reference/generated/openstack.xml:6271(para) +msgid "Name for the firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6189(term) ./doc/hot-reference/generated/openstack.xml:6281(term) ./doc/hot-reference/generated/openstack.xml:8258(term) ./doc/hot-reference/generated/openstack.xml:8419(term) ./doc/hot-reference/generated/openstack.xml:9640(term) +msgid "protocol" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6191(para) +msgid "Protocol for the firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6193(para) +msgid "Optional property, defaults to \"any\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6194(para) +msgid "Allowed values: tcp, udp, icmp, any" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6200(para) +msgid "Whether this rule should be shared across all tenants." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6206(term) ./doc/hot-reference/generated/openstack.xml:6293(term) +msgid "source_ip_address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6208(para) +msgid "Source IP address or CIDR." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6214(term) ./doc/hot-reference/generated/openstack.xml:6299(term) +msgid "source_port" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6216(para) +msgid "Source port number or a range." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6229(para) +msgid "Allow or deny action for this firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6235(para) +msgid "Description of the firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6241(para) +msgid "Destination ip_address for this firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6247(para) +msgid "Destination port range for this firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6253(para) +msgid "Indicates whether this firewall rule is enabled or not." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6259(para) +msgid "Unique identifier of the firewall policy to which this firewall rule belongs." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6265(para) +msgid "Ip_version for this firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6275(term) +msgid "position" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6277(para) +msgid "Position of the rule within the firewall policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6283(para) +msgid "Protocol value for this firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6289(para) +msgid "Shared status of this firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6295(para) +msgid "Source ip_address for this firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6301(para) +msgid "Source port range for this firewall rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6382(title) +msgid "OS::Neutron::FloatingIP" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6387(term) ./doc/hot-reference/generated/openstack.xml:6440(term) ./doc/hot-reference/generated/openstack.xml:6537(term) +msgid "fixed_ip_address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6389(para) ./doc/hot-reference/generated/openstack.xml:6539(para) +msgid "IP address to use if the port has multiple addresses." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6395(term) +msgid "floating_network" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6400(para) +msgid "Network to allocate floating IP from." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6403(para) ./doc/hot-reference/generated/openstack.xml:6431(para) ./doc/hot-reference/generated/openstack.xml:8058(para) ./doc/hot-reference/generated/openstack.xml:8087(para) ./doc/hot-reference/generated/openstack.xml:8818(para) ./doc/hot-reference/generated/openstack.xml:8854(para) ./doc/hot-reference/generated/openstack.xml:9378(para) ./doc/hot-reference/generated/openstack.xml:9398(para) ./doc/hot-reference/generated/openstack.xml:9886(para) ./doc/hot-reference/generated/openstack.xml:9913(para) ./doc/hot-reference/generated/openstack.xml:10930(para) ./doc/hot-reference/generated/openstack.xml:10951(para) ./doc/hot-reference/generated/openstack.xml:11330(para) ./doc/hot-reference/generated/openstack.xml:11506(para) ./doc/hot-reference/generated/openstack.xml:12321(para) +msgid "Value must be of type neutron.network" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6407(term) ./doc/hot-reference/generated/openstack.xml:6458(term) ./doc/hot-reference/generated/openstack.xml:6553(term) ./doc/hot-reference/generated/openstack.xml:9481(term) +msgid "port_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6409(para) ./doc/hot-reference/generated/openstack.xml:6555(para) +msgid "ID of an existing port with at least one IP address to associate with this floating IP." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6412(para) ./doc/hot-reference/generated/openstack.xml:6558(para) ./doc/hot-reference/generated/openstack.xml:9459(para) ./doc/hot-reference/generated/openstack.xml:9489(para) ./doc/hot-reference/generated/openstack.xml:10939(para) ./doc/hot-reference/generated/openstack.xml:12330(para) +msgid "Value must be of type neutron.port" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6416(term) ./doc/hot-reference/generated/openstack.xml:7917(term) ./doc/hot-reference/generated/openstack.xml:8839(term) ./doc/hot-reference/generated/openstack.xml:9246(term) ./doc/hot-reference/generated/openstack.xml:9898(term) +msgid "value_specs" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6418(para) +msgid "Extra parameters to include in the \"floatingip\" object in the creation request. Parameters are often specific to installed hardware or extensions." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6424(term) ./doc/hot-reference/generated/openstack.xml:6452(term) +msgid "floating_network_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6427(para) +msgid "DEPRECATED - Use property floating_network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6442(para) +msgid "IP address of the associated port, if specified." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6446(term) +msgid "floating_ip_address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6448(para) +msgid "The allocated address of this IP." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6454(para) +msgid "ID of the network in which this IP is allocated." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6460(para) +msgid "ID of the port associated with this IP." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6466(para) +msgid "ID of the router used as gateway, set when associated with a port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6478(para) +msgid "The tenant owning this floating IP." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6532(title) +msgid "OS::Neutron::FloatingIPAssociation" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6545(term) +msgid "floatingip_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6547(para) +msgid "ID of the floating IP to associate." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6609(title) +msgid "OS::Neutron::HealthMonitor" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6610(para) +msgid "A resource for managing health monitors for load balancers in Neutron." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6617(para) +msgid "The administrative state of the health monitor." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6623(term) ./doc/hot-reference/generated/openstack.xml:6691(term) +msgid "delay" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6625(para) ./doc/hot-reference/generated/openstack.xml:6693(para) +msgid "The minimum time in seconds between regular connections of the member." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6631(term) ./doc/hot-reference/generated/openstack.xml:6697(term) +msgid "expected_codes" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6633(para) ./doc/hot-reference/generated/openstack.xml:6699(para) +msgid "The list of HTTP status codes expected in response from the member to declare it healthy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6639(term) ./doc/hot-reference/generated/openstack.xml:6703(term) +msgid "http_method" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6641(para) ./doc/hot-reference/generated/openstack.xml:6705(para) +msgid "The HTTP method used for requests by the monitor of type HTTP." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6647(term) ./doc/hot-reference/generated/openstack.xml:6709(term) +msgid "max_retries" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6649(para) ./doc/hot-reference/generated/openstack.xml:6711(para) +msgid "Number of permissible connection failures before changing the member status to INACTIVE." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6657(para) ./doc/hot-reference/generated/openstack.xml:6729(para) +msgid "Maximum number of seconds for a monitor to wait for a connection to be established before it times out." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6665(para) ./doc/hot-reference/generated/openstack.xml:6735(para) +msgid "One of predefined health monitor types." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6668(para) +msgid "Allowed values: PING, TCP, HTTP, HTTPS" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6672(term) ./doc/hot-reference/generated/openstack.xml:6739(term) +msgid "url_path" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6674(para) ./doc/hot-reference/generated/openstack.xml:6741(para) +msgid "The HTTP path used in the HTTP request used by the monitor to test a member health." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6687(para) +msgid "The administrative state of this health monitor." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6723(para) +msgid "Tenant owning the health monitor." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6807(title) +msgid "OS::Neutron::IKEPolicy" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6808(para) +msgid "A resource for IKE policy in Neutron." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6813(term) ./doc/hot-reference/generated/openstack.xml:6909(term) ./doc/hot-reference/generated/openstack.xml:7031(term) ./doc/hot-reference/generated/openstack.xml:7127(term) +msgid "auth_algorithm" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6815(para) +msgid "Authentication hash algorithm for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6817(para) ./doc/hot-reference/generated/openstack.xml:7035(para) +msgid "Optional property, defaults to \"sha1\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6818(para) ./doc/hot-reference/generated/openstack.xml:7036(para) +msgid "Allowed values: sha1" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6824(para) +msgid "Description for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6830(term) ./doc/hot-reference/generated/openstack.xml:6921(term) ./doc/hot-reference/generated/openstack.xml:7057(term) ./doc/hot-reference/generated/openstack.xml:7145(term) +msgid "encryption_algorithm" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6832(para) +msgid "Encryption algorithm for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6834(para) ./doc/hot-reference/generated/openstack.xml:7061(para) +msgid "Optional property, defaults to \"aes-128\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6835(para) ./doc/hot-reference/generated/openstack.xml:7062(para) +msgid "Allowed values: 3des, aes-128, aes-192, aes-256" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6839(term) ./doc/hot-reference/generated/openstack.xml:6927(term) +msgid "ike_version" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6841(para) +msgid "Version for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6843(para) +msgid "Optional property, defaults to \"v1\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6844(para) +msgid "Allowed values: v1, v2" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6848(term) ./doc/hot-reference/generated/openstack.xml:6933(term) ./doc/hot-reference/generated/openstack.xml:7066(term) ./doc/hot-reference/generated/openstack.xml:7151(term) +msgid "lifetime" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6850(para) +msgid "Safety assessment lifetime configuration for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6858(term) ./doc/hot-reference/generated/openstack.xml:7076(term) +msgid "units" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6860(para) ./doc/hot-reference/generated/openstack.xml:7078(para) +msgid "Safety assessment lifetime units." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6862(para) ./doc/hot-reference/generated/openstack.xml:7080(para) +msgid "Optional property, defaults to \"seconds\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6863(para) ./doc/hot-reference/generated/openstack.xml:7081(para) +msgid "Allowed values: seconds, kilobytes" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6869(para) ./doc/hot-reference/generated/openstack.xml:7087(para) +msgid "Safety assessment lifetime value in specified units." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6871(para) ./doc/hot-reference/generated/openstack.xml:7089(para) +msgid "Optional property, defaults to \"3600\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6880(para) +msgid "Name for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6886(term) ./doc/hot-reference/generated/openstack.xml:6945(term) ./doc/hot-reference/generated/openstack.xml:7104(term) ./doc/hot-reference/generated/openstack.xml:7163(term) +msgid "pfs" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6888(para) +msgid "Perfect forward secrecy in lowercase for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6890(para) ./doc/hot-reference/generated/openstack.xml:7108(para) +msgid "Optional property, defaults to \"group5\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6891(para) ./doc/hot-reference/generated/openstack.xml:7109(para) +msgid "Allowed values: group2, group5, group14" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6895(term) ./doc/hot-reference/generated/openstack.xml:6951(term) +msgid "phase1_negotiation_mode" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6897(para) +msgid "Negotiation mode for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6899(para) +msgid "Optional property, defaults to \"main\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6900(para) +msgid "Allowed values: main" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6911(para) +msgid "The authentication hash algorithm used by the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6917(para) +msgid "The description of the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6923(para) +msgid "The encryption algorithm used by the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6929(para) +msgid "The version of the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6935(para) +msgid "The safety assessment lifetime configuration for the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6941(para) +msgid "The name of the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6947(para) +msgid "The perfect forward secrecy of the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6953(para) +msgid "The negotiation mode of the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:6959(para) +msgid "The unique identifier of the tenant owning the ike policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7025(title) +msgid "OS::Neutron::IPsecPolicy" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7026(para) +msgid "A resource for IPsec policy in Neutron." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7033(para) +msgid "Authentication hash algorithm for the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7042(para) +msgid "Description for the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7048(term) ./doc/hot-reference/generated/openstack.xml:7139(term) +msgid "encapsulation_mode" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7050(para) +msgid "Encapsulation mode for the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7052(para) +msgid "Optional property, defaults to \"tunnel\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7053(para) +msgid "Allowed values: tunnel, transport" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7059(para) +msgid "Encryption algorithm for the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7068(para) +msgid "Safety assessment lifetime configuration for the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7098(para) +msgid "Name for the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7106(para) +msgid "Perfect forward secrecy for the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7113(term) ./doc/hot-reference/generated/openstack.xml:7175(term) +msgid "transform_protocol" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7115(para) +msgid "Transform protocol for the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7117(para) +msgid "Optional property, defaults to \"esp\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7118(para) +msgid "Allowed values: esp, ah, ah-esp" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7129(para) +msgid "The authentication hash algorithm of the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7135(para) +msgid "The description of the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7141(para) +msgid "The encapsulation mode of the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7147(para) +msgid "The encryption algorithm of the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7153(para) +msgid "The safety assessment lifetime configuration of the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7159(para) +msgid "The name of the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7165(para) +msgid "The perfect forward secrecy of the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7171(para) +msgid "The unique identifier of the tenant owning the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7177(para) +msgid "The transform protocol of the ipsec policy." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7243(title) +msgid "OS::Neutron::IPsecSiteConnection" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7244(para) +msgid "A resource for IPsec site connection in Neutron." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7251(para) +msgid "Administrative state for the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7259(para) +msgid "Description for the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7265(term) ./doc/hot-reference/generated/openstack.xml:7407(term) +msgid "dpd" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7267(para) +msgid "Dead Peer Detection protocol configuration for the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7277(para) +msgid "Controls DPD protocol mode." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7279(para) +msgid "Optional property, defaults to \"hold\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7280(para) +msgid "Allowed values: clear, disabled, hold, restart, restart-by-peer" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7284(term) +msgid "interval" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7286(para) +msgid "Number of seconds for the DPD delay." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7288(para) +msgid "Optional property, defaults to \"30\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7294(para) +msgid "Number of seconds for the DPD timeout." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7296(para) +msgid "Optional property, defaults to \"120\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7303(term) ./doc/hot-reference/generated/openstack.xml:7413(term) +msgid "ikepolicy_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7305(para) +msgid "Unique identifier for the ike policy associated with the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7311(term) ./doc/hot-reference/generated/openstack.xml:7419(term) +msgid "initiator" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7313(para) +msgid "Initiator state in lowercase for the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7315(para) +msgid "Optional property, defaults to \"bi-directional\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7316(para) +msgid "Allowed values: bi-directional, response-only" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7320(term) ./doc/hot-reference/generated/openstack.xml:7425(term) +msgid "ipsecpolicy_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7322(para) +msgid "Unique identifier for the ipsec policy associated with the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7328(term) ./doc/hot-reference/generated/openstack.xml:7431(term) +msgid "mtu" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7330(para) +msgid "Maximum transmission unit size (in bytes) for the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7332(para) +msgid "Optional property, defaults to \"1500\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7338(para) +msgid "Name for the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7344(term) ./doc/hot-reference/generated/openstack.xml:7443(term) +msgid "peer_address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7346(para) +msgid "Remote branch router public IPv4 address or IPv6 address or FQDN." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7352(term) ./doc/hot-reference/generated/openstack.xml:7449(term) +msgid "peer_cidrs" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7354(para) +msgid "Remote subnet(s) in CIDR format." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7360(term) ./doc/hot-reference/generated/openstack.xml:7455(term) +msgid "peer_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7362(para) +msgid "Remote branch router identity." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7368(term) ./doc/hot-reference/generated/openstack.xml:7461(term) +msgid "psk" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7370(para) +msgid "Pre-shared key string for the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7376(term) ./doc/hot-reference/generated/openstack.xml:7485(term) +msgid "vpnservice_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7378(para) +msgid "Unique identifier for the vpn service associated with the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7391(para) +msgid "The administrative state of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7395(term) +msgid "auth_mode" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7397(para) +msgid "The authentication mode of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7403(para) +msgid "The description of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7409(para) +msgid "The dead peer detection protocol configuration of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7415(para) +msgid "The unique identifier of ike policy associated with the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7421(para) +msgid "The initiator of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7427(para) +msgid "The unique identifier of ipsec policy associated with the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7433(para) +msgid "The maximum transmission unit size (in bytes) of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7439(para) +msgid "The name of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7445(para) +msgid "The remote branch router public IPv4 address or IPv6 address or FQDN." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7451(para) +msgid "The remote subnet(s) in CIDR format of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7457(para) +msgid "The remote branch router identity of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7463(para) +msgid "The pre-shared key string of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7467(term) +msgid "route_mode" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7469(para) +msgid "The route mode of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7475(para) +msgid "The status of the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7481(para) +msgid "The unique identifier of the tenant owning the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7487(para) +msgid "The unique identifier of vpn service associated with the ipsec site connection." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7568(title) +msgid "OS::Neutron::LoadBalancer" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7569(para) +msgid "A resource to link a neutron pool with servers." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7574(term) +msgid "members" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7576(para) +msgid "The list of Nova server IDs load balanced." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7582(term) ./doc/hot-reference/generated/openstack.xml:8530(term) ./doc/hot-reference/generated/openstack.xml:8573(term) +msgid "pool_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7584(para) ./doc/hot-reference/generated/openstack.xml:8532(para) ./doc/hot-reference/generated/openstack.xml:8575(para) +msgid "The ID of the load balancing pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7590(term) ./doc/hot-reference/generated/openstack.xml:8329(term) ./doc/hot-reference/generated/openstack.xml:8538(term) ./doc/hot-reference/generated/openstack.xml:8579(term) +msgid "protocol_port" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7592(para) +msgid "Port number on which the servers are running on the members." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7645(title) +msgid "OS::Neutron::MeteringLabel" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7649(para) +msgid "A resource for creating neutron metering label." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7656(para) ./doc/hot-reference/generated/openstack.xml:7688(para) +msgid "Description of the metering label." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7664(para) ./doc/hot-reference/generated/openstack.xml:7694(para) +msgid "Name of the metering label." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7675(para) +msgid "Whether the metering label should be shared across all tenants." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7700(para) +msgid "Shared status of the metering label." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7751(title) +msgid "OS::Neutron::MeteringRule" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7755(para) +msgid "A resource to create rule for some label." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7760(term) ./doc/hot-reference/generated/openstack.xml:7798(term) ./doc/hot-reference/generated/openstack.xml:9606(term) +msgid "direction" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7762(para) +msgid "The direction in which metering rule is applied, either ingress or egress." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7764(para) ./doc/hot-reference/generated/openstack.xml:9610(para) +msgid "Optional property, defaults to \"ingress\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7765(para) ./doc/hot-reference/generated/openstack.xml:9611(para) +msgid "Allowed values: ingress, egress" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7769(term) ./doc/hot-reference/generated/openstack.xml:7804(term) +msgid "excluded" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7771(para) +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/hot-reference/generated/openstack.xml:7777(term) ./doc/hot-reference/generated/openstack.xml:7810(term) +msgid "metering_label_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7779(para) ./doc/hot-reference/generated/openstack.xml:7812(para) +msgid "The metering label ID to associate with this metering rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7785(term) ./doc/hot-reference/generated/openstack.xml:7816(term) ./doc/hot-reference/generated/openstack.xml:9656(term) +msgid "remote_ip_prefix" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7787(para) +msgid "Indicates remote IP prefix to be associated with this metering rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7800(para) +msgid "The direction in which metering rule is applied." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7806(para) +msgid "Exclude state for cidr." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7818(para) +msgid "CIDR to be associated with this metering rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7872(title) +msgid "OS::Neutron::Net" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7879(para) ./doc/hot-reference/generated/openstack.xml:9025(para) +msgid "A boolean value specifying the administrative status of the network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7885(term) +msgid "dhcp_agent_ids" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7887(para) +msgid "The IDs of the DHCP agent to schedule the network. Note that the default policy setting in Neutron restricts usage of this property to administrative users only." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7895(para) ./doc/hot-reference/generated/openstack.xml:9033(para) +msgid "A string specifying a symbolic name for the network, which is not required to be unique." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7903(para) +msgid "Whether this network should be shared across all tenants. Note that the default policy setting restricts usage of this attribute to administrative users only." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7911(para) +msgid "The ID of the tenant which will own the network. Only administrative users can set the tenant identifier; this cannot be changed using authorization policies." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7919(para) +msgid "Extra parameters to include in the \"network\" object in the creation request. Parameters are often specific to installed hardware or extensions." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7932(para) +msgid "The administrative status of the network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7938(para) +msgid "The name of the network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7950(para) ./doc/hot-reference/generated/openstack.xml:9085(para) +msgid "The status of the network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7954(term) ./doc/hot-reference/generated/openstack.xml:8929(term) ./doc/hot-reference/generated/openstack.xml:9089(term) +msgid "subnets" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7956(para) ./doc/hot-reference/generated/openstack.xml:9091(para) +msgid "Subnets of this network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:7962(para) +msgid "The tenant owning this network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8022(title) +msgid "OS::Neutron::NetworkGateway" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8026(para) +msgid "A resource for the Network Gateway resource in Neutron Network Gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8031(term) +msgid "connections" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8033(para) +msgid "Connection info for this network gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8050(term) ./doc/hot-reference/generated/openstack.xml:8810(term) ./doc/hot-reference/generated/openstack.xml:9193(term) ./doc/hot-reference/generated/openstack.xml:9373(term) ./doc/hot-reference/generated/openstack.xml:9881(term) ./doc/hot-reference/generated/openstack.xml:10925(term) ./doc/hot-reference/generated/openstack.xml:12316(term) +msgid "network" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8055(para) +msgid "The internal network to connect on the network gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8062(term) ./doc/hot-reference/generated/openstack.xml:9056(term) +msgid "segmentation_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8064(para) +msgid "The id for L2 segment on the external side of the network gateway. Must be specified when using vlan." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8067(para) +msgid "The value must be in the range 0 to 4094." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8071(term) +msgid "segmentation_type" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8073(para) +msgid "L2 segmentation strategy on the external side of the network gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8075(para) +msgid "Optional property, defaults to \"flat\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8076(para) +msgid "Allowed values: flat, vlan" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8080(term) ./doc/hot-reference/generated/openstack.xml:8847(term) ./doc/hot-reference/generated/openstack.xml:8905(term) ./doc/hot-reference/generated/openstack.xml:9391(term) ./doc/hot-reference/generated/openstack.xml:9906(term) ./doc/hot-reference/generated/openstack.xml:9970(term) +msgid "network_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8083(para) ./doc/hot-reference/generated/openstack.xml:8850(para) ./doc/hot-reference/generated/openstack.xml:9394(para) ./doc/hot-reference/generated/openstack.xml:9909(para) ./doc/hot-reference/generated/openstack.xml:10946(para) +msgid "DEPRECATED - Use property network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8097(term) +msgid "devices" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8099(para) +msgid "Device info for this network gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8119(para) +msgid "The device id for the network gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8125(term) +msgid "interface_name" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8127(para) +msgid "The interface name for the network gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8141(para) +msgid "The name of the network gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8154(para) +msgid "A boolean value of default flag." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8211(title) +msgid "OS::Neutron::Pool" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8212(para) +msgid "A resource for managing load balancer pools in Neutron." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8219(para) ./doc/hot-reference/generated/openstack.xml:8397(para) +msgid "The administrative state of this pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8227(para) ./doc/hot-reference/generated/openstack.xml:8403(para) +msgid "Description of the pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8233(term) ./doc/hot-reference/generated/openstack.xml:8407(term) +msgid "lb_method" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8235(para) ./doc/hot-reference/generated/openstack.xml:8409(para) +msgid "The algorithm used to distribute load between the members of the pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8238(para) +msgid "Allowed values: ROUND_ROBIN, LEAST_CONNECTIONS, SOURCE_IP" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8242(term) +msgid "monitors" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8244(para) +msgid "List of health monitors associated with the pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8252(para) ./doc/hot-reference/generated/openstack.xml:8415(para) +msgid "Name of the pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8260(para) +msgid "Protocol for balancing." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8263(para) +msgid "Allowed values: TCP, HTTP, HTTPS" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8267(term) ./doc/hot-reference/generated/openstack.xml:8367(term) ./doc/hot-reference/generated/openstack.xml:8765(term) ./doc/hot-reference/generated/openstack.xml:9472(term) ./doc/hot-reference/generated/openstack.xml:10104(term) +msgid "subnet" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8272(para) ./doc/hot-reference/generated/openstack.xml:8427(para) +msgid "The subnet for the port on which the members of the pool will be connected." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8275(para) ./doc/hot-reference/generated/openstack.xml:8372(para) ./doc/hot-reference/generated/openstack.xml:8386(para) ./doc/hot-reference/generated/openstack.xml:8773(para) ./doc/hot-reference/generated/openstack.xml:8784(para) ./doc/hot-reference/generated/openstack.xml:9477(para) ./doc/hot-reference/generated/openstack.xml:9512(para) ./doc/hot-reference/generated/openstack.xml:10112(para) ./doc/hot-reference/generated/openstack.xml:10135(para) ./doc/hot-reference/generated/cfn.xml:1761(para) ./doc/hot-reference/generated/cfn.xml:2278(para) +msgid "Value must be of type neutron.subnet" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8279(term) ./doc/hot-reference/generated/openstack.xml:8437(term) +msgid "vip" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8281(para) +msgid "IP address and port of the pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8289(term) ./doc/hot-reference/generated/openstack.xml:8514(term) ./doc/hot-reference/generated/openstack.xml:8561(term) +msgid "address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8291(para) +msgid "IP address of the vip." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8299(para) +msgid "The administrative state of this vip." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8305(term) +msgid "connection_limit" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8307(para) +msgid "The maximum number of connections per second allowed for the vip." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8315(para) +msgid "Description of the vip." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8323(para) +msgid "Name of the vip." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8331(para) +msgid "TCP port on which to listen for client traffic that is associated with the vip address." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8337(term) +msgid "session_persistence" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8339(para) +msgid "Configuration of session persistence." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8347(term) +msgid "cookie_name" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8349(para) +msgid "Name of the cookie, required if type is APP_COOKIE." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8357(para) +msgid "Method of implementation of session persistence feature." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8360(para) +msgid "Allowed values: SOURCE_IP, HTTP_COOKIE, APP_COOKIE" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8369(para) +msgid "Subnet of the vip." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8379(term) ./doc/hot-reference/generated/openstack.xml:8425(term) ./doc/hot-reference/generated/openstack.xml:8777(term) ./doc/hot-reference/generated/openstack.xml:9505(term) ./doc/hot-reference/generated/openstack.xml:10128(term) ./doc/hot-reference/generated/openstack.xml:10180(term) +msgid "subnet_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8382(para) ./doc/hot-reference/generated/openstack.xml:8780(para) ./doc/hot-reference/generated/openstack.xml:9508(para) ./doc/hot-reference/generated/openstack.xml:10131(para) +msgid "DEPRECATED - Use property subnet." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8421(para) +msgid "Protocol to balance." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8433(para) +msgid "Tenant owning the pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8439(para) +msgid "Vip associated with the pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8505(title) +msgid "OS::Neutron::PoolMember" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8509(para) +msgid "A resource to handle load balancer members." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8516(para) +msgid "IP address of the pool member on the pool network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8524(para) +msgid "The administrative state of the pool member." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8540(para) ./doc/hot-reference/generated/openstack.xml:8581(para) +msgid "TCP port on which the pool member listens for requests or connections." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8543(para) +msgid "The value must be in the range 0 to 65535." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8547(term) ./doc/hot-reference/generated/openstack.xml:8597(term) +msgid "weight" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8549(para) +msgid "Weight of pool member in the pool (default to 1)." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8552(para) +msgid "The value must be in the range 0 to 256." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8563(para) +msgid "IP address of the pool member." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8569(para) +msgid "The administrative state of this pool member." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8593(para) +msgid "Tenant owning the pool member." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8599(para) +msgid "Weight of the pool member in the pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8656(title) +msgid "OS::Neutron::Port" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8663(para) ./doc/hot-reference/generated/openstack.xml:8865(para) +msgid "The administrative state of this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8669(term) ./doc/hot-reference/generated/openstack.xml:8869(term) +msgid "allowed_address_pairs" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8671(para) +msgid "Additional MAC/IP address pairs allowed to pass through the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8688(term) ./doc/hot-reference/generated/openstack.xml:8757(term) +msgid "ip_address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8690(para) +msgid "IP address to allow through this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8696(term) ./doc/hot-reference/generated/openstack.xml:8794(term) ./doc/hot-reference/generated/openstack.xml:8893(term) +msgid "mac_address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8698(para) +msgid "MAC address to allow through this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8710(term) +msgid "binding:vnic_type" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8715(para) +msgid "The vnic type to be bound on the neutron port. To support SR-IOV PCI passthrough networking, you can request that the neutron port to be realized as normal (virtual nic), direct (pci passthrough), or macvtap (virtual interface with a tap-like software interface). Note that this only works for Neutron deployments that support the bindings extension." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8718(para) +msgid "Allowed values: normal, direct, macvtap" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8722(term) ./doc/hot-reference/generated/openstack.xml:8875(term) +msgid "device_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8724(para) +msgid "Device ID of this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8730(term) ./doc/hot-reference/generated/openstack.xml:8881(term) +msgid "device_owner" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8732(para) +msgid "Name of the network owning the port. The value is typically network:floatingip or network:router_interface or network:dhcp" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8738(term) ./doc/hot-reference/generated/openstack.xml:8887(term) +msgid "fixed_ips" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8740(para) +msgid "Desired IPs for this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8759(para) +msgid "IP address desired in the subnet for this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8770(para) +msgid "Subnet in which to allocate the IP address for this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8796(para) +msgid "MAC address to give to this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8804(para) +msgid "A symbolic name for this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8815(para) +msgid "Network this port belongs to. If you plan to use current port to assign Floating IP, you should specify fixed_ips with subnet" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8822(term) +msgid "replacement_policy" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8824(para) +msgid "Policy on how to respond to a stack-update for this resource. REPLACE_ALWAYS will replace the port regardless of any property changes. AUTO will update the existing port for any changed update-allowed property." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8826(para) +msgid "Optional property, defaults to \"AUTO\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8827(para) +msgid "Allowed values: REPLACE_ALWAYS, AUTO" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8831(term) ./doc/hot-reference/generated/openstack.xml:8911(term) ./doc/hot-reference/generated/openstack.xml:10985(term) ./doc/hot-reference/generated/openstack.xml:11746(term) +msgid "security_groups" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8833(para) +msgid "Security group IDs to associate with this port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8841(para) +msgid "Extra parameters to include in the \"port\" object in the creation request." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8871(para) +msgid "Additional MAC/IP address pairs allowed to pass through a port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8877(para) +msgid "Unique identifier for the device." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8883(para) +msgid "Name of the network owning the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8889(para) +msgid "Fixed IP addresses." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8895(para) +msgid "MAC address of the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8901(para) +msgid "Friendly name of the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8907(para) +msgid "Unique identifier for the network owning the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8913(para) +msgid "A list of security groups for the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8925(para) +msgid "The status of the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8931(para) +msgid "A list of all subnet attributes for the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:8937(para) +msgid "Tenant owning the port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9015(title) +msgid "OS::Neutron::ProviderNet" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9039(term) +msgid "network_type" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9041(para) +msgid "A string specifying the provider network type for the network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9044(para) +msgid "Allowed values: vlan, flat" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9048(term) +msgid "physical_network" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9050(para) +msgid "A string specifying physical network mapping for the network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9058(para) +msgid "A string specifying the segmentation id for the network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9066(para) +msgid "Whether this network should be shared across all tenants." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9151(title) +msgid "OS::Neutron::Router" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9158(para) +msgid "The administrative state of the router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9164(term) +msgid "distributed" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9169(para) +msgid "Indicates whether or not to create a distributed router. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only. This property can not be used in conjunction with the L3 agent ID." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9175(term) ./doc/hot-reference/generated/openstack.xml:9276(term) +msgid "external_gateway_info" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9177(para) +msgid "External network gateway configuration for a router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9185(term) +msgid "enable_snat" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9187(para) +msgid "Enables Source NAT on the router gateway. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9195(para) +msgid "ID or name of the external network for the gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9204(term) +msgid "ha" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9209(para) +msgid "Indicates whether or not to create a highly available router. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only. And now neutron do not support distributed and ha at the same time." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9215(term) +msgid "l3_agent_ids" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9220(para) +msgid "ID list of the L3 agent. User can specify multi-agents for highly available router. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9240(para) +msgid "The name of the router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9248(para) ./doc/hot-reference/generated/openstack.xml:9900(para) +msgid "Extra parameters to include in the creation request." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9254(term) +msgid "l3_agent_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9257(para) +msgid "DEPRECATED - Deprecated in Kilo. Use property l3_agent_ids." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9259(para) +msgid "ID of the L3 agent. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9272(para) +msgid "Administrative state of the router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9278(para) +msgid "Gateway network for the router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9284(para) +msgid "Friendly name of the router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9296(para) +msgid "The status of the router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9302(para) +msgid "Tenant owning the router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9365(title) +msgid "OS::Neutron::RouterGateway" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9367(para) +msgid "DEPRECATED - RouterGateway resource is deprecated and should not be used. Instead use the `external_gateway_info` property in the router resource to set up the gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9375(para) +msgid "external network for the gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9384(para) ./doc/hot-reference/generated/openstack.xml:9498(para) +msgid "ID of the router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9446(title) +msgid "OS::Neutron::RouterInterface" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9451(term) ./doc/hot-reference/generated/openstack.xml:10934(term) ./doc/hot-reference/generated/openstack.xml:12325(term) +msgid "port" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9456(para) +msgid "The port, either subnet or port should be specified." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9463(term) ./doc/hot-reference/generated/openstack.xml:10095(term) +msgid "router" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9465(para) +msgid "The router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9474(para) +msgid "The subnet, either subnet or port should be specified." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9484(para) +msgid "DEPRECATED - Deprecated in Kilo. Use property port." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9486(para) +msgid "The port id, either subnet or port_id should be specified." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9496(para) +msgid "DEPRECATED - Use property router." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9563(title) +msgid "OS::Neutron::SecurityGroup" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9573(para) ./doc/hot-reference/generated/cfn.xml:1936(para) +msgid "Description of the security group." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9581(para) +msgid "A string specifying a symbolic name for the security group, which is not required to be unique." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9587(term) +msgid "rules" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9589(para) +msgid "List of security group rules." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9608(para) +msgid "The direction in which the security group rule is applied. For a compute instance, an ingress security group rule matches traffic that is incoming (ingress) for that instance. An egress rule is applied to traffic leaving the instance." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9615(term) +msgid "ethertype" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9617(para) +msgid "Ethertype of the traffic." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9619(para) +msgid "Optional property, defaults to \"IPv4\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9620(para) +msgid "Allowed values: IPv4, IPv6" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9624(term) +msgid "port_range_max" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9626(para) +msgid "The maximum port number in the range that is matched by the security group rule. The port_range_min attribute constrains the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9632(term) +msgid "port_range_min" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9634(para) +msgid "The minimum port number in the range that is matched by the security group rule. If the protocol is TCP or UDP, this value must be less than or equal to the value of the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9642(para) +msgid "The protocol that is matched by the security group rule. Valid values include tcp, udp, and icmp." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9648(term) +msgid "remote_group_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9650(para) +msgid "The remote group ID to be associated with this security group rule. If no value is specified then this rule will use this security group for the remote_group_id. The remote mode parameter must be set to \"remote_group_id\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9658(para) +msgid "The remote IP prefix (CIDR) to be associated with this security group rule." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9664(term) +msgid "remote_mode" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9666(para) +msgid "Whether to specify a remote group or a remote IP prefix." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9668(para) +msgid "Optional property, defaults to \"remote_ip_prefix\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9669(para) +msgid "Allowed values: remote_ip_prefix, remote_group_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9726(title) +msgid "OS::Neutron::Subnet" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9731(term) ./doc/hot-reference/generated/openstack.xml:9922(term) +msgid "allocation_pools" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9733(para) +msgid "The start and end addresses for the allocation pools." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9750(term) +msgid "end" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9757(term) +msgid "start" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9770(term) ./doc/hot-reference/generated/openstack.xml:9928(term) +msgid "cidr" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9772(para) +msgid "The CIDR." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9778(term) ./doc/hot-reference/generated/openstack.xml:9934(term) +msgid "dns_nameservers" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9780(para) +msgid "A specified set of DNS name servers to be used." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9786(term) ./doc/hot-reference/generated/openstack.xml:9940(term) +msgid "enable_dhcp" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9788(para) +msgid "Set to true if DHCP is enabled and false if DHCP is disabled." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9794(term) ./doc/hot-reference/generated/openstack.xml:9946(term) +msgid "gateway_ip" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9796(para) +msgid "The gateway IP address. Set to any of [ null | ~ | \"\" ] to create the subnet without a gateway. If omitted, the first IP address within the subnet is assigned to the gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9802(term) ./doc/hot-reference/generated/openstack.xml:9952(term) +msgid "host_routes" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9842(para) +msgid "The IP version, which is 4 or 6." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9849(term) +msgid "ipv6_address_mode" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9854(para) +msgid "IPv6 address mode. dhcpv6-stateful, dhcpv6-stateless, or slaac." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9857(para) ./doc/hot-reference/generated/openstack.xml:9869(para) +msgid "Allowed values: dhcpv6-stateful, dhcpv6-stateless, slaac" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9861(term) +msgid "ipv6_ra_mode" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9866(para) +msgid "IPv6 RA (Router Advertisement) mode. dhcpv6-stateful, dhcpv6-stateless, or slaac." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9875(para) +msgid "The name of the subnet." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9883(para) +msgid "The ID of the attached network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9892(para) +msgid "The ID of the tenant who owns the network. Only administrative users can specify a tenant ID other than their own." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9924(para) +msgid "Ip allocation pools and their ranges." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9930(para) +msgid "CIDR block notation for this subnet." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9936(para) +msgid "List of dns nameservers." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9942(para) +msgid "'true' if DHCP is enabled for this subnet; 'false' otherwise." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9948(para) +msgid "Ip of the subnet's gateway." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9954(para) +msgid "Additional routes for this subnet." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9960(para) +msgid "Ip version for the subnet." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9966(para) +msgid "Friendly name of the subnet." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9972(para) +msgid "Parent network of the subnet." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:9984(para) +msgid "Tenant owning the subnet." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10065(title) +msgid "OS::Neutron::VPNService" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10066(para) +msgid "A resource for VPN service in Neutron." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10073(para) +msgid "Administrative state for the vpn service." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10081(para) +msgid "Description for the vpn service." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10089(para) +msgid "Name for the vpn service." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10097(para) +msgid "The router to which the vpn service will be inserted." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10109(para) +msgid "Subnet in which the vpn service will be created." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10119(para) +msgid "DEPRECATED - Use property router" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10121(para) +msgid "Unique identifier for the router to which the vpn service will be inserted." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10146(para) +msgid "The administrative state of the vpn service." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10152(para) +msgid "The description of the vpn service." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10158(para) +msgid "The name of the vpn service." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10164(para) +msgid "The unique identifier of the router to which the vpn service was inserted." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10176(para) +msgid "The status of the vpn service." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10182(para) +msgid "The unique identifier of the subnet in which the vpn service was created." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10188(para) +msgid "The unique identifier of the tenant owning the vpn service." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10245(title) +msgid "OS::Nova::Flavor" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10247(para) +msgid "Due to default nova security policy usage of this resource is limited to being used by administrators only. The rights may also be delegated to other users by redefining the access controls on the nova-api server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10250(para) +msgid "Note that the current implementation of the Nova Flavor resource does not allow specifying the name and flavorid properties for the resource. This is done to avoid potential naming collision upon flavor creation as all flavor have a global scope." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10258(term) +msgid "disk" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10260(para) +msgid "Size of local disk in GB. Set the value to 0 to remove limit on disk size." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10266(term) +msgid "ephemeral" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10268(para) +msgid "Size of a secondary ephemeral data disk in GB." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10274(term) +msgid "extra_specs" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10276(para) +msgid "Key/Value pairs to extend the capabilities of the flavor." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10282(term) +msgid "ram" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10284(para) +msgid "Memory in MB for the flavor." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10290(term) +msgid "rxtx_factor" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10292(para) +msgid "RX/TX factor." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10294(para) +msgid "Optional property, defaults to \"1.0\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10298(term) +msgid "swap" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10300(para) +msgid "Swap space in MB." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10306(term) +msgid "vcpus" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10308(para) +msgid "Number of VCPUs for the flavor." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10373(title) +msgid "OS::Nova::FloatingIP" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10381(term) ./doc/hot-reference/generated/openstack.xml:10400(term) +msgid "pool" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10383(para) +msgid "Allocate a floating IP from a given floating IP pool." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10394(term) ./doc/hot-reference/generated/openstack.xml:12129(term) +msgid "ip" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10396(para) +msgid "Allocated floating IP address." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10402(para) +msgid "Pool from which floating IP is allocated." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10447(title) +msgid "OS::Nova::FloatingIPAssociation" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10455(term) +msgid "floating_ip" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10457(para) +msgid "ID of the floating IP to assign to the server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10463(term) +msgid "server_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10465(para) +msgid "Server to assign floating IP to." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10516(title) +msgid "OS::Nova::KeyPair" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10520(para) +msgid "A resource for creating Nova key pairs." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10521(para) +msgid " that if a new key is generated setting save_private_key to True results in the system saving the private key which can then be retrieved via the private_key attribute of this resource." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10524(para) +msgid "Setting the public_key property means that the private_key attribute of this resource will always return an empty string regardless of the save_private_key setting since there will be no private key data to save." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10534(para) +msgid "The name of the key pair." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10537(para) +msgid "The length must be in the range 1 to 255." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10541(term) ./doc/hot-reference/generated/openstack.xml:10568(term) +msgid "public_key" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10543(para) +msgid "The optional public key. This allows users to supply the public key from a pre-existing key pair. If not supplied, a new key pair will be generated." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10549(term) +msgid "save_private_key" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10551(para) +msgid "True if the system should remember a generated private key; False otherwise." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10562(term) +msgid "private_key" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10564(para) +msgid "The private key if it has been saved." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10570(para) +msgid "The public key." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10621(title) +msgid "OS::Nova::Server" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10622(para) +msgid "Resource for Rackspace Cloud Servers." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10627(term) +msgid "admin_pass" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10629(para) +msgid "The administrator password for the server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10637(para) +msgid "Name of the availability zone for server placement." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10643(term) +msgid "block_device_mapping" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10645(para) +msgid "Block device mappings for this server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10662(term) ./doc/hot-reference/generated/openstack.xml:10737(term) +msgid "delete_on_termination" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10664(para) ./doc/hot-reference/generated/openstack.xml:10739(para) +msgid "Indicate whether the volume should be deleted when the server is terminated." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10670(term) ./doc/hot-reference/generated/openstack.xml:10745(term) +msgid "device_name" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10672(para) ./doc/hot-reference/generated/openstack.xml:10747(para) +msgid "A device name where the volume will be attached in the system at /dev/device_name. This value is typically vda." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10680(para) ./doc/hot-reference/generated/openstack.xml:10782(para) ./doc/hot-reference/generated/cfn.xml:306(para) ./doc/hot-reference/generated/cfn.xml:1243(para) +msgid "The ID of the snapshot to create a volume from." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10689(para) +msgid "The ID of the volume to boot from. Only one of volume_id or snapshot_id should be provided." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10696(term) ./doc/hot-reference/generated/openstack.xml:10806(term) ./doc/hot-reference/generated/openstack.xml:12094(term) +msgid "volume_size" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10698(para) +msgid "The size of the volume, in GB. It is safe to leave this blank and have the Compute service infer the size." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10710(term) +msgid "block_device_mapping_v2" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10712(para) +msgid "Block device mappings v2 for this server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10729(term) +msgid "boot_index" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10731(para) +msgid "Integer used for ordering the boot disks." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10753(term) +msgid "device_type" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10755(para) +msgid "Device type: at the moment we can make distinction only between disk and cdrom." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10758(para) +msgid "Allowed values: cdrom, disk" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10762(term) +msgid "disk_bus" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10764(para) +msgid "Bus of the device: hypervisor driver chooses a suitable default if omitted." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10767(para) +msgid "Allowed values: ide, lame_bus, scsi, usb, virtio" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10771(term) ./doc/hot-reference/generated/openstack.xml:11690(term) +msgid "image_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10773(para) +msgid "The ID of the image to create a volume from." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10789(term) +msgid "swap_size" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10791(para) +msgid "The size of the swap, in MB." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10799(para) +msgid "The volume_id can be boot or non-boot device to the server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10808(para) +msgid "Size of the block device in GB. If it is omitted, hypervisor driver calculates size." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10820(term) +msgid "config_drive" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10822(para) +msgid "If True, enable config drive on the server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10828(term) +msgid "diskConfig" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10830(para) +msgid "Control how the disk is partitioned when the server is created." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10833(para) +msgid "Allowed values: AUTO, MANUAL" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10837(term) ./doc/hot-reference/generated/openstack.xml:11665(term) ./doc/hot-reference/generated/openstack.xml:12085(term) ./doc/hot-reference/generated/openstack.xml:12271(term) +msgid "flavor" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10839(para) +msgid "The ID or name of the flavor to boot onto." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10842(para) ./doc/hot-reference/generated/openstack.xml:11670(para) ./doc/hot-reference/generated/cfn.xml:377(para) ./doc/hot-reference/generated/cfn.xml:1313(para) +msgid "Value must be of type nova.flavor" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10846(term) +msgid "flavor_update_policy" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10848(para) +msgid "Policy on how to apply a flavor update; either by requesting a server resize or by replacing the entire server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10850(para) +msgid "Optional property, defaults to \"RESIZE\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10851(para) +msgid "Allowed values: RESIZE, REPLACE" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10857(para) +msgid "The ID or name of the image to boot with." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10864(term) +msgid "image_update_policy" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10866(para) +msgid "Policy on how to apply an image-id update; either by requesting a server rebuild or by replacing the entire server" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10868(para) +msgid "Optional property, defaults to \"REBUILD\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10869(para) +msgid "Allowed values: REBUILD, REPLACE, REBUILD_PRESERVE_EPHEMERAL" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10873(term) ./doc/hot-reference/generated/openstack.xml:11308(term) +msgid "key_name" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10875(para) +msgid "Name of keypair to inject into the server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10878(para) ./doc/hot-reference/generated/openstack.xml:11313(para) ./doc/hot-reference/generated/cfn.xml:394(para) ./doc/hot-reference/generated/cfn.xml:1330(para) +msgid "Value must be of type nova.keypair" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10884(para) +msgid "Arbitrary key/value metadata to store for this server. Both keys and values must be 255 characters or less. Non-string values will be serialized to JSON (and the serialized string must be 255 characters or less)." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10892(para) +msgid "Server name." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10898(term) ./doc/hot-reference/generated/openstack.xml:11083(term) ./doc/hot-reference/generated/openstack.xml:12289(term) +msgid "networks" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10900(para) +msgid "An ordered list of nics to be added to this server, with information about connected networks, fixed ips, port etc." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10917(term) ./doc/hot-reference/generated/openstack.xml:12308(term) +msgid "fixed_ip" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10919(para) +msgid "Fixed IP address to specify for the port created on the requested network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10927(para) +msgid "Name or ID of network to create a port on." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10936(para) +msgid "ID of an existing port to associate with this server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10943(term) +msgid "uuid" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10948(para) +msgid "ID of network to create a port on." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10961(term) +msgid "personality" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10963(para) +msgid "A map of files to create/overwrite on the server upon boot. Keys are file names and values are the file contents." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10969(term) +msgid "reservation_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10971(para) +msgid "A UUID for the set of servers being requested." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10979(para) +msgid "Arbitrary key-value pairs specified by the client to help boot a server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10987(para) +msgid "List of security group names or IDs. Cannot be used if neutron ports are associated with this server; assign security groups to the ports instead." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10993(term) +msgid "software_config_transport" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10995(para) +msgid "How the server should receive the metadata required for software configuration. POLL_SERVER_CFN will allow calls to the cfn API action DescribeStackResource authenticated with the provided keypair. POLL_SERVER_HEAT will allow calls to the Heat API resource-show using the provided keystone credentials. POLL_TEMP_URL will create and populate a Swift TempURL with metadata for polling." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10997(para) +msgid "Optional property, defaults to \"POLL_SERVER_CFN\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:10998(para) +msgid "Allowed values: POLL_SERVER_CFN, POLL_SERVER_HEAT, POLL_TEMP_URL" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11002(term) +msgid "user_data" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11004(para) +msgid "User data script to be executed by cloud-init." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11010(term) +msgid "user_data_format" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11012(para) +msgid "How the user_data should be formatted for the server. For HEAT_CFNTOOLS, the user_data is bundled as part of the heat-cfntools cloud-init boot configuration data. For RAW the user_data is passed to Nova unmodified. For SOFTWARE_CONFIG user_data is bundled as part of the software config data, and metadata is derived from any associated SoftwareDeployment resources." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11014(para) +msgid "Optional property, defaults to \"HEAT_CFNTOOLS\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11015(para) +msgid "Allowed values: HEAT_CFNTOOLS, RAW, SOFTWARE_CONFIG" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11019(term) +msgid "admin_user" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11022(para) +msgid "DEPRECATED" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11024(para) +msgid "Name of the administrative user to use on the server. This property will be removed from Juno in favor of the default cloud-init user set up for each image (e.g. \"ubuntu\" for Ubuntu 12.04+, \"fedora\" for Fedora 19+ and \"cloud-user\" for CentOS/RHEL 6.5)." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11035(term) +msgid "accessIPv4" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11037(para) +msgid "The manually assigned alternative public IPv4 address of the server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11041(term) +msgid "accessIPv6" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11043(para) +msgid "The manually assigned alternative public IPv6 address of the server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11047(term) +msgid "addresses" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11049(para) +msgid "A dict of all network addresses with corresponding port_id. The port ID may be obtained through the following expression: \"{get_attr: [<server>, addresses, <network name>, 0, port]}\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11053(term) +msgid "console_urls" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11058(para) +msgid "URLs of server's consoles. To get a specific console type, the requested type can be specified as parameter to the get_attr function, e.g. get_attr: [ <server>, console_urls, novnc ]. Currently supported types are novnc, xvpvnc, spice-html5, rdp-html5, serial." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11062(term) +msgid "first_address" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11065(para) +msgid "DEPRECATED - Use the networks attribute instead of first_address. For example: \"{get_attr: [<server name>, networks, <network name>, 0]}\"" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11067(para) +msgid "Convenience attribute to fetch the first assigned network address, or an empty string if nothing has been assigned at this time. Result may not be predictable if the server has addresses from more than one network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11071(term) +msgid "instance_name" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11073(para) +msgid "AWS compatible instance name." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11079(para) +msgid "Name of the server." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11085(para) +msgid "A dict of assigned network addresses of the form: {\"public\": [ip1, ip2...], \"private\": [ip3, ip4]}." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11091(para) +msgid "A dict of all server details as returned by the API." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11196(title) +msgid "OS::Nova::ServerGroup" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11200(para) +msgid "A resource for managing a Nova server group." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11207(para) +msgid "Server Group name." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11213(term) +msgid "policies" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11215(para) +msgid "A list of string policies to apply. Defaults to anti-affinity." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11217(para) +msgid "Optional property, defaults to \"['anti-affinity']\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11218(para) +msgid "Allowed values: anti-affinity, affinity" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11278(title) +msgid "OS::Sahara::Cluster" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11283(term) +msgid "cluster_template_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11285(para) +msgid "ID of the Cluster Template used for Node Groups and configurations." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11291(term) ./doc/hot-reference/generated/openstack.xml:11466(term) +msgid "default_image_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11293(para) +msgid "Default name or UUID of the image used to boot Hadoop nodes." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11296(para) ./doc/hot-reference/generated/openstack.xml:11471(para) ./doc/hot-reference/generated/openstack.xml:11695(para) +msgid "Value must be of type sahara.image" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11300(term) ./doc/hot-reference/generated/openstack.xml:11483(term) ./doc/hot-reference/generated/openstack.xml:11682(term) +msgid "hadoop_version" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11302(para) ./doc/hot-reference/generated/openstack.xml:11485(para) ./doc/hot-reference/generated/openstack.xml:11684(para) +msgid "Version of Hadoop running on instances." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11310(para) +msgid "Keypair added to instances to make them accessible for user." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11319(para) +msgid "Hadoop cluster name." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11325(term) ./doc/hot-reference/generated/openstack.xml:11501(term) +msgid "neutron_management_network" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11327(para) ./doc/hot-reference/generated/openstack.xml:11503(para) +msgid "Name or UUID of network." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11334(term) ./doc/hot-reference/generated/openstack.xml:11560(term) ./doc/hot-reference/generated/openstack.xml:11738(term) +msgid "plugin_name" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11336(para) ./doc/hot-reference/generated/openstack.xml:11562(para) ./doc/hot-reference/generated/openstack.xml:11740(para) +msgid "Plugin name." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11345(para) +msgid "DEPRECATED - Property was deprecated in Kilo release. Use property default_image_id." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11347(para) +msgid "Name or UUID of the image used to boot Hadoop nodes." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11359(term) +msgid "info" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11361(para) +msgid "Cluster information." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11367(para) +msgid "Cluster status." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11430(title) +msgid "OS::Sahara::ClusterTemplate" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11438(term) +msgid "anti_affinity" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11440(para) +msgid "List of processes to enable anti-affinity for." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11458(term) +msgid "cluster_configs" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11460(para) +msgid "Cluster configs dictionary." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11468(para) +msgid "ID of the default image to use for the template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11477(para) +msgid "Description of the Sahara Group Template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11493(para) +msgid "Name for the Sahara Cluster Template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11496(para) ./doc/hot-reference/generated/openstack.xml:11704(para) +msgid "The length must be in the range 1 to 50." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11497(para) ./doc/hot-reference/generated/openstack.xml:11705(para) +msgid "Value must match pattern: ^(([a-zA-Z]|[a-zA-Z][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z]|[A-Za-z][A-Za-z0-9\\-]*[A-Za-z0-9])$" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11510(term) +msgid "node_groups" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11512(para) +msgid "Node groups." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11531(para) +msgid "Number of instances in the Node group." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11540(para) +msgid "Name of the Node group." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11546(term) +msgid "node_group_template_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11548(para) +msgid "ID of the Node Group Template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11633(title) +msgid "OS::Sahara::NodeGroupTemplate" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11641(term) +msgid "auto_security_group" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11643(para) +msgid "Defines whether auto-assign security group to this Node Group template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11651(para) +msgid "Availability zone to create servers in." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11659(para) +msgid "Description of the Node Group Template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11667(para) +msgid "Name or ID Nova flavor for the nodes." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11674(term) +msgid "floating_ip_pool" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11676(para) +msgid "Name or UUID of the Neutron floating IP network or name of the Nova floating ip pool to use. Should not be provided when used with Nova-network that auto-assign floating IPs." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11692(para) +msgid "ID of the image to use for the template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11701(para) +msgid "Name for the Sahara Node Group Template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11709(term) +msgid "node_configs" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11711(para) +msgid "Dictionary of node configurations." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11717(term) +msgid "node_processes" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11719(para) +msgid "List of processes to run on every node." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11748(para) +msgid "List of security group names or IDs to assign to this Node Group template." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11768(para) +msgid "Type of the volume to create on Cinder backend." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11775(term) +msgid "volumes_availability_zone" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11777(para) +msgid "Availability zone to create volumes in." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11783(term) +msgid "volumes_per_node" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11785(para) +msgid "Volumes per node." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11792(term) +msgid "volumes_size" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11794(para) +msgid "Size of the volumes, in GB." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11887(title) +msgid "OS::Swift::Container" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11892(term) +msgid "PurgeOnDelete" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11897(para) +msgid "If True, delete any objects in the container when the container is deleted. Otherwise, deleting a non-empty container will result in an error." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11903(term) +msgid "X-Account-Meta" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11905(para) +msgid "A map of user-defined meta data to associate with the account. Each key in the map will set the header X-Account-Meta-{key} with the corresponding value." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11911(term) +msgid "X-Container-Meta" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11913(para) +msgid "A map of user-defined meta data to associate with the container. Each key in the map will set the header X-Container-Meta-{key} with the corresponding value." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11919(term) +msgid "X-Container-Read" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11921(para) +msgid "Specify the ACL permissions on who can read objects in the container." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11927(term) +msgid "X-Container-Write" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11929(para) +msgid "Specify the ACL permissions on who can write objects to the container." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11937(para) +msgid "Name for the container. If not specified, a unique name will be generated." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11948(term) +msgid "BytesUsed" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11950(para) +msgid "The number of bytes stored in the container." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11954(term) ./doc/hot-reference/generated/cfn.xml:3378(term) +msgid "DomainName" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11956(para) +msgid "The host from the container URL." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11960(term) +msgid "HeadContainer" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11962(para) +msgid "A map containing all headers for the container." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11966(term) +msgid "ObjectCount" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11968(para) +msgid "The number of objects stored in the container." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11972(term) +msgid "RootURL" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11974(para) +msgid "The parent URL of the container." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11978(term) ./doc/hot-reference/generated/cfn.xml:3384(term) +msgid "WebsiteURL" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:11980(para) +msgid "The URL of the container." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12040(title) +msgid "OS::Trove::Cluster" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12048(term) ./doc/hot-reference/generated/openstack.xml:12253(term) +msgid "datastore_type" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12050(para) ./doc/hot-reference/generated/openstack.xml:12255(para) +msgid "Name of registered datastore type." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12053(para) ./doc/hot-reference/generated/openstack.xml:12062(para) ./doc/hot-reference/generated/openstack.xml:12114(para) ./doc/hot-reference/generated/openstack.xml:12258(para) ./doc/hot-reference/generated/openstack.xml:12267(para) ./doc/hot-reference/generated/openstack.xml:12285(para) +msgid "The length must be no greater than 255." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12057(term) ./doc/hot-reference/generated/openstack.xml:12262(term) +msgid "datastore_version" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12059(para) ./doc/hot-reference/generated/openstack.xml:12264(para) +msgid "Name of the registered datastore version. It must exist for provided datastore type. Defaults to using single active version. If several active versions exist for provided datastore type, explicit value for this parameter must be specified." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12066(term) ./doc/hot-reference/generated/openstack.xml:12123(term) +msgid "instances" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12068(para) +msgid "List of database instances." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12087(para) +msgid "Flavor of the instance." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12090(para) ./doc/hot-reference/generated/openstack.xml:12276(para) +msgid "Value must be of type trove.flavor" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12096(para) +msgid "Size of the instance disk volume in GB." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12099(para) ./doc/hot-reference/generated/openstack.xml:12353(para) +msgid "The value must be in the range 1 to 150." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12111(para) +msgid "Name of the cluster to create." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12125(para) +msgid "A list of instances ids." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12131(para) +msgid "IP of the cluster." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12185(title) +msgid "OS::Trove::Instance" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12189(para) +msgid "OpenStack cloud database instance resource." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12196(para) +msgid "Name of the availability zone for DB instance." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12202(term) ./doc/hot-reference/generated/openstack.xml:12376(term) +msgid "databases" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12204(para) +msgid "List of databases to be created on DB instance creation." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12221(term) +msgid "character_set" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12223(para) +msgid "Set of symbols and encodings." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12225(para) +msgid "Optional property, defaults to \"utf8\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12229(term) +msgid "collate" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12231(para) +msgid "Set of rules for comparing characters in a character set." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12233(para) +msgid "Optional property, defaults to \"utf8_general_ci\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12239(para) +msgid "Specifies database names for creating databases on instance creation." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12242(para) +msgid "The length must be no greater than 64." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12243(para) ./doc/hot-reference/generated/openstack.xml:12411(para) ./doc/hot-reference/generated/openstack.xml:12420(para) +msgid "Value must match pattern: [a-zA-Z0-9_]+[a-zA-Z0-9_@?#\\s]*[a-zA-Z0-9_]+" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12273(para) +msgid "Reference to a flavor for creating DB instance." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12282(para) +msgid "Name of the DB instance to create." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12291(para) +msgid "List of network interfaces to create on instance." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12310(para) +msgid "Fixed IPv4 address for this NIC." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12318(para) +msgid "Name or UUID of the network to attach this NIC to. Either port or network must be specified." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12327(para) +msgid "Name or UUID of Neutron port to attach this NIC to. Either port or network must be specified." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12340(term) +msgid "restore_point" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12342(para) +msgid "DB instance restore point." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12350(para) +msgid "Database volume size in GB." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12357(term) +msgid "users" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12359(para) +msgid "List of users to be created on DB instance creation." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12378(para) +msgid "Names of databases that those users can access on instance creation." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12397(term) +msgid "host" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12399(para) +msgid "The host from which a user is allowed to connect to the database." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12401(para) +msgid "Optional property, defaults to \"%\"." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12407(para) +msgid "User name to create a user on instance creation." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12410(para) +msgid "The length must be no greater than 16." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12417(para) msgid "Password for those users on instance creation." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:11173(term) +#: ./doc/hot-reference/generated/openstack.xml:12435(term) msgid "hostname" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:11175(para) +#: ./doc/hot-reference/generated/openstack.xml:12437(para) msgid "Hostname of the instance." msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:11179(term) +#: ./doc/hot-reference/generated/openstack.xml:12441(term) ./doc/hot-reference/generated/openstack.xml:12541(term) msgid "href" msgstr "" -#: ./doc/hot-reference/generated/openstack.xml:11181(para) +#: ./doc/hot-reference/generated/openstack.xml:12443(para) msgid "Api endpoint reference of the instance." msgstr "" +#: ./doc/hot-reference/generated/openstack.xml:12515(title) +msgid "OS::Zaqar::Queue" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12522(para) +msgid "Arbitrary key/value metadata to store contextual information about this queue." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12530(para) +msgid "Name of the queue instance to create." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12543(para) +msgid "The resource href of the queue." +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12547(term) +msgid "queue_id" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12550(para) +msgid "DEPRECATED - Deprecated in kilo. Use get_resource|Ref command instead. For example: { get_resource : <resource_name> }" +msgstr "" + +#: ./doc/hot-reference/generated/openstack.xml:12552(para) +msgid "ID of the queue." +msgstr "" + #. WARNING: This file is automatically generated. Do not edit it. #: ./doc/hot-reference/generated/cfn.xml:15(title) msgid "CloudFormation Compatible Resource Types" @@ -5163,999 +5659,999 @@ msgstr "" msgid "AWS::AutoScaling::AutoScalingGroup" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:32(term) ./doc/hot-reference/generated/cfn.xml:543(term) +#: ./doc/hot-reference/generated/cfn.xml:34(term) ./doc/hot-reference/generated/cfn.xml:545(term) msgid "Cooldown" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:40(term) +#: ./doc/hot-reference/generated/cfn.xml:42(term) msgid "DesiredCapacity" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:42(para) +#: ./doc/hot-reference/generated/cfn.xml:44(para) msgid "Desired initial number of instances." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:48(term) +#: ./doc/hot-reference/generated/cfn.xml:50(term) msgid "HealthCheckGracePeriod" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:51(para) ./doc/hot-reference/generated/cfn.xml:59(para) ./doc/hot-reference/generated/cfn.xml:297(para) ./doc/hot-reference/generated/cfn.xml:322(para) ./doc/hot-reference/generated/cfn.xml:333(para) ./doc/hot-reference/generated/cfn.xml:341(para) ./doc/hot-reference/generated/cfn.xml:382(para) ./doc/hot-reference/generated/cfn.xml:438(para) ./doc/hot-reference/generated/cfn.xml:1230(para) ./doc/hot-reference/generated/cfn.xml:1255(para) ./doc/hot-reference/generated/cfn.xml:1266(para) ./doc/hot-reference/generated/cfn.xml:1274(para) ./doc/hot-reference/generated/cfn.xml:1288(para) ./doc/hot-reference/generated/cfn.xml:1314(para) ./doc/hot-reference/generated/cfn.xml:1331(para) ./doc/hot-reference/generated/cfn.xml:1386(para) ./doc/hot-reference/generated/cfn.xml:1394(para) ./doc/hot-reference/generated/cfn.xml:1402(para) ./doc/hot-reference/generated/cfn.xml:1426(para) ./doc/hot-reference/generated/cfn.xml:1481(para) ./doc/hot-reference/generated/cfn.xml:1665(para) ./doc/hot-reference/generated/cfn.xml:1745(para) ./doc/hot-reference/generated/cfn.xml:1770(para) ./doc/hot-reference/generated/cfn.xml:1860(para) ./doc/hot-reference/generated/cfn.xml:1990(para) ./doc/hot-reference/generated/cfn.xml:2065(para) ./doc/hot-reference/generated/cfn.xml:2174(para) ./doc/hot-reference/generated/cfn.xml:2332(para) ./doc/hot-reference/generated/cfn.xml:2349(para) ./doc/hot-reference/generated/cfn.xml:2425(para) ./doc/hot-reference/generated/cfn.xml:2693(para) ./doc/hot-reference/generated/cfn.xml:2770(para) ./doc/hot-reference/generated/cfn.xml:2813(para) ./doc/hot-reference/generated/cfn.xml:2830(para) ./doc/hot-reference/generated/cfn.xml:2844(para) ./doc/hot-reference/generated/cfn.xml:2852(para) ./doc/hot-reference/generated/cfn.xml:2950(para) ./doc/hot-reference/generated/cfn.xml:2958(para) +#: ./doc/hot-reference/generated/cfn.xml:53(para) ./doc/hot-reference/generated/cfn.xml:61(para) ./doc/hot-reference/generated/cfn.xml:299(para) ./doc/hot-reference/generated/cfn.xml:324(para) ./doc/hot-reference/generated/cfn.xml:335(para) ./doc/hot-reference/generated/cfn.xml:343(para) ./doc/hot-reference/generated/cfn.xml:384(para) ./doc/hot-reference/generated/cfn.xml:440(para) ./doc/hot-reference/generated/cfn.xml:1236(para) ./doc/hot-reference/generated/cfn.xml:1261(para) ./doc/hot-reference/generated/cfn.xml:1272(para) ./doc/hot-reference/generated/cfn.xml:1280(para) ./doc/hot-reference/generated/cfn.xml:1294(para) ./doc/hot-reference/generated/cfn.xml:1320(para) ./doc/hot-reference/generated/cfn.xml:1337(para) ./doc/hot-reference/generated/cfn.xml:1392(para) ./doc/hot-reference/generated/cfn.xml:1400(para) ./doc/hot-reference/generated/cfn.xml:1408(para) ./doc/hot-reference/generated/cfn.xml:1432(para) ./doc/hot-reference/generated/cfn.xml:1487(para) ./doc/hot-reference/generated/cfn.xml:1671(para) ./doc/hot-reference/generated/cfn.xml:1751(para) ./doc/hot-reference/generated/cfn.xml:1777(para) ./doc/hot-reference/generated/cfn.xml:1869(para) ./doc/hot-reference/generated/cfn.xml:1999(para) ./doc/hot-reference/generated/cfn.xml:2074(para) ./doc/hot-reference/generated/cfn.xml:2183(para) ./doc/hot-reference/generated/cfn.xml:2342(para) ./doc/hot-reference/generated/cfn.xml:2359(para) ./doc/hot-reference/generated/cfn.xml:2435(para) ./doc/hot-reference/generated/cfn.xml:2703(para) ./doc/hot-reference/generated/cfn.xml:2780(para) ./doc/hot-reference/generated/cfn.xml:2823(para) ./doc/hot-reference/generated/cfn.xml:2840(para) ./doc/hot-reference/generated/cfn.xml:2854(para) ./doc/hot-reference/generated/cfn.xml:2862(para) ./doc/hot-reference/generated/cfn.xml:2960(para) ./doc/hot-reference/generated/cfn.xml:2968(para) msgid "Not implemented." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:56(term) +#: ./doc/hot-reference/generated/cfn.xml:58(term) msgid "HealthCheckType" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:66(para) +#: ./doc/hot-reference/generated/cfn.xml:68(para) msgid "The ID of an existing instance to use to create the Auto Scaling group. If specify this property, will create the group use an existing instance instead of a launch configuration." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:89(term) +#: ./doc/hot-reference/generated/cfn.xml:91(term) msgid "MaxSize" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:91(para) +#: ./doc/hot-reference/generated/cfn.xml:93(para) msgid "Maximum number of instances in the group." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:97(term) +#: ./doc/hot-reference/generated/cfn.xml:99(term) msgid "MinSize" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:99(para) +#: ./doc/hot-reference/generated/cfn.xml:101(para) msgid "Minimum number of instances in the group." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:144(term) +#: ./doc/hot-reference/generated/cfn.xml:146(term) msgid "VPCZoneIdentifier" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:146(para) +#: ./doc/hot-reference/generated/cfn.xml:148(para) msgid "Use only with Neutron, to list the internal subnet to which the instance will be attached; needed only if multiple exist; list length must be exactly 1." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:156(para) +#: ./doc/hot-reference/generated/cfn.xml:158(para) msgid "UUID of the internal subnet to which the instance will be attached." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:244(title) +#: ./doc/hot-reference/generated/cfn.xml:246(title) msgid "AWS::AutoScaling::LaunchConfiguration" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:249(term) ./doc/hot-reference/generated/cfn.xml:1182(term) +#: ./doc/hot-reference/generated/cfn.xml:251(term) ./doc/hot-reference/generated/cfn.xml:1188(term) msgid "BlockDeviceMappings" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:251(para) ./doc/hot-reference/generated/cfn.xml:1184(para) +#: ./doc/hot-reference/generated/cfn.xml:253(para) ./doc/hot-reference/generated/cfn.xml:1190(para) msgid "Block device mappings to attach to instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:268(term) ./doc/hot-reference/generated/cfn.xml:1201(term) +#: ./doc/hot-reference/generated/cfn.xml:270(term) ./doc/hot-reference/generated/cfn.xml:1207(term) msgid "DeviceName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:270(para) ./doc/hot-reference/generated/cfn.xml:1203(para) +#: ./doc/hot-reference/generated/cfn.xml:272(para) ./doc/hot-reference/generated/cfn.xml:1209(para) msgid "A device name where the volume will be attached in the system at /dev/device_name.e.g. vdb" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:276(term) ./doc/hot-reference/generated/cfn.xml:1209(term) +#: ./doc/hot-reference/generated/cfn.xml:278(term) ./doc/hot-reference/generated/cfn.xml:1215(term) msgid "Ebs" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:278(para) ./doc/hot-reference/generated/cfn.xml:1211(para) +#: ./doc/hot-reference/generated/cfn.xml:280(para) ./doc/hot-reference/generated/cfn.xml:1217(para) msgid "The ebs volume to attach to the instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:286(term) ./doc/hot-reference/generated/cfn.xml:1219(term) +#: ./doc/hot-reference/generated/cfn.xml:288(term) ./doc/hot-reference/generated/cfn.xml:1225(term) msgid "DeleteOnTermination" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:288(para) ./doc/hot-reference/generated/cfn.xml:1221(para) +#: ./doc/hot-reference/generated/cfn.xml:290(para) ./doc/hot-reference/generated/cfn.xml:1227(para) msgid "Indicate whether the volume should be deleted when the instance is terminated." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:294(term) ./doc/hot-reference/generated/cfn.xml:1227(term) +#: ./doc/hot-reference/generated/cfn.xml:296(term) ./doc/hot-reference/generated/cfn.xml:1233(term) msgid "Iops" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:302(term) ./doc/hot-reference/generated/cfn.xml:1235(term) ./doc/hot-reference/generated/cfn.xml:2496(term) +#: ./doc/hot-reference/generated/cfn.xml:304(term) ./doc/hot-reference/generated/cfn.xml:1241(term) ./doc/hot-reference/generated/cfn.xml:2506(term) msgid "SnapshotId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:311(term) ./doc/hot-reference/generated/cfn.xml:1244(term) +#: ./doc/hot-reference/generated/cfn.xml:313(term) ./doc/hot-reference/generated/cfn.xml:1250(term) msgid "VolumeSize" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:313(para) ./doc/hot-reference/generated/cfn.xml:1246(para) +#: ./doc/hot-reference/generated/cfn.xml:315(para) ./doc/hot-reference/generated/cfn.xml:1252(para) msgid "The size of the volume, in GB. Must be equal or greater than the size of the snapshot. It is safe to leave this blank and have the Compute service infer the size." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:319(term) ./doc/hot-reference/generated/cfn.xml:1252(term) +#: ./doc/hot-reference/generated/cfn.xml:321(term) ./doc/hot-reference/generated/cfn.xml:1258(term) msgid "VolumeType" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:330(term) ./doc/hot-reference/generated/cfn.xml:1263(term) +#: ./doc/hot-reference/generated/cfn.xml:332(term) ./doc/hot-reference/generated/cfn.xml:1269(term) msgid "NoDevice" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:338(term) ./doc/hot-reference/generated/cfn.xml:1271(term) +#: ./doc/hot-reference/generated/cfn.xml:340(term) ./doc/hot-reference/generated/cfn.xml:1277(term) msgid "VirtualName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:352(term) ./doc/hot-reference/generated/cfn.xml:1293(term) +#: ./doc/hot-reference/generated/cfn.xml:354(term) ./doc/hot-reference/generated/cfn.xml:1299(term) msgid "ImageId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:354(para) ./doc/hot-reference/generated/cfn.xml:1295(para) +#: ./doc/hot-reference/generated/cfn.xml:356(para) ./doc/hot-reference/generated/cfn.xml:1301(para) msgid "Glance image ID or name." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:363(para) +#: ./doc/hot-reference/generated/cfn.xml:365(para) msgid "The ID of an existing instance you want to use to create the launch configuration. All properties are derived from the instance with the exception of BlockDeviceMapping." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:370(term) ./doc/hot-reference/generated/cfn.xml:1302(term) +#: ./doc/hot-reference/generated/cfn.xml:372(term) ./doc/hot-reference/generated/cfn.xml:1308(term) msgid "InstanceType" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:372(para) ./doc/hot-reference/generated/cfn.xml:1304(para) +#: ./doc/hot-reference/generated/cfn.xml:374(para) ./doc/hot-reference/generated/cfn.xml:1310(para) msgid "Nova instance type (flavor)." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:379(term) ./doc/hot-reference/generated/cfn.xml:1311(term) +#: ./doc/hot-reference/generated/cfn.xml:381(term) ./doc/hot-reference/generated/cfn.xml:1317(term) msgid "KernelId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:387(term) ./doc/hot-reference/generated/cfn.xml:1319(term) ./doc/hot-reference/generated/cfn.xml:3169(term) +#: ./doc/hot-reference/generated/cfn.xml:389(term) ./doc/hot-reference/generated/cfn.xml:1325(term) ./doc/hot-reference/generated/cfn.xml:3179(term) msgid "KeyName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:389(para) ./doc/hot-reference/generated/cfn.xml:1321(para) +#: ./doc/hot-reference/generated/cfn.xml:391(para) ./doc/hot-reference/generated/cfn.xml:1327(para) msgid "Optional Nova keypair name." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:396(term) ./doc/hot-reference/generated/cfn.xml:1344(term) +#: ./doc/hot-reference/generated/cfn.xml:398(term) ./doc/hot-reference/generated/cfn.xml:1350(term) msgid "NovaSchedulerHints" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:398(para) ./doc/hot-reference/generated/cfn.xml:1346(para) +#: ./doc/hot-reference/generated/cfn.xml:400(para) ./doc/hot-reference/generated/cfn.xml:1352(para) msgid "Scheduler hints to pass to Nova (Heat extension)." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:435(term) ./doc/hot-reference/generated/cfn.xml:1399(term) +#: ./doc/hot-reference/generated/cfn.xml:437(term) ./doc/hot-reference/generated/cfn.xml:1405(term) msgid "RamDiskId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:443(term) ./doc/hot-reference/generated/cfn.xml:1415(term) ./doc/hot-reference/generated/cfn.xml:2841(term) +#: ./doc/hot-reference/generated/cfn.xml:445(term) ./doc/hot-reference/generated/cfn.xml:1421(term) ./doc/hot-reference/generated/cfn.xml:2851(term) msgid "SecurityGroups" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:445(para) ./doc/hot-reference/generated/cfn.xml:1417(para) +#: ./doc/hot-reference/generated/cfn.xml:447(para) ./doc/hot-reference/generated/cfn.xml:1423(para) msgid "Security group names to assign." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:451(term) ./doc/hot-reference/generated/cfn.xml:1486(term) +#: ./doc/hot-reference/generated/cfn.xml:453(term) ./doc/hot-reference/generated/cfn.xml:1492(term) msgid "UserData" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:453(para) ./doc/hot-reference/generated/cfn.xml:1488(para) +#: ./doc/hot-reference/generated/cfn.xml:455(para) ./doc/hot-reference/generated/cfn.xml:1494(para) msgid "User data to pass to instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:521(title) +#: ./doc/hot-reference/generated/cfn.xml:523(title) msgid "AWS::AutoScaling::ScalingPolicy" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:526(term) +#: ./doc/hot-reference/generated/cfn.xml:528(term) msgid "AdjustmentType" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:531(para) +#: ./doc/hot-reference/generated/cfn.xml:533(para) msgid "Allowed values: ChangeInCapacity, ExactCapacity, PercentChangeInCapacity" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:535(term) +#: ./doc/hot-reference/generated/cfn.xml:537(term) msgid "AutoScalingGroupName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:537(para) +#: ./doc/hot-reference/generated/cfn.xml:539(para) msgid "AutoScaling group name to apply policy to." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:551(term) +#: ./doc/hot-reference/generated/cfn.xml:553(term) msgid "ScalingAdjustment" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:566(para) +#: ./doc/hot-reference/generated/cfn.xml:568(para) msgid "A signed url to handle the alarm. (Heat extension)." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:620(title) +#: ./doc/hot-reference/generated/cfn.xml:622(title) msgid "AWS::CloudFormation::Stack" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:621(para) +#: ./doc/hot-reference/generated/cfn.xml:623(para) msgid "A Resource representing a child stack to allow composition of templates." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:626(term) ./doc/hot-reference/generated/functions.xml:27(title) ./doc/hot-reference/generated/functions.xml:51(title) ./doc/hot-reference/generated/functions.xml:73(title) ./doc/hot-reference/generated/functions.xml:113(title) ./doc/hot-reference/generated/functions.xml:143(title) ./doc/hot-reference/generated/functions.xml:164(title) ./doc/hot-reference/generated/functions.xml:194(title) ./doc/hot-reference/generated/functions.xml:226(title) ./doc/hot-reference/generated/functions.xml:253(title) ./doc/hot-reference/generated/functions.xml:298(title) ./doc/hot-reference/generated/functions.xml:345(title) +#: ./doc/hot-reference/generated/cfn.xml:628(term) ./doc/hot-reference/generated/functions.xml:27(title) ./doc/hot-reference/generated/functions.xml:51(title) ./doc/hot-reference/generated/functions.xml:73(title) ./doc/hot-reference/generated/functions.xml:113(title) ./doc/hot-reference/generated/functions.xml:143(title) ./doc/hot-reference/generated/functions.xml:164(title) ./doc/hot-reference/generated/functions.xml:194(title) ./doc/hot-reference/generated/functions.xml:226(title) ./doc/hot-reference/generated/functions.xml:253(title) ./doc/hot-reference/generated/functions.xml:298(title) ./doc/hot-reference/generated/functions.xml:345(title) msgid "Parameters" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:628(para) +#: ./doc/hot-reference/generated/cfn.xml:630(para) msgid "The set of parameters passed to this nested stack." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:634(term) +#: ./doc/hot-reference/generated/cfn.xml:636(term) msgid "TemplateURL" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:636(para) +#: ./doc/hot-reference/generated/cfn.xml:638(para) msgid "The URL of a template that specifies the stack to be created as a resource." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:642(term) +#: ./doc/hot-reference/generated/cfn.xml:644(term) msgid "TimeoutInMinutes" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:644(para) +#: ./doc/hot-reference/generated/cfn.xml:646(para) msgid "The length of time, in minutes, to wait for the nested stack creation." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:697(title) +#: ./doc/hot-reference/generated/cfn.xml:699(title) msgid "AWS::CloudFormation::WaitCondition" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:703(term) +#: ./doc/hot-reference/generated/cfn.xml:707(term) msgid "Count" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:712(term) +#: ./doc/hot-reference/generated/cfn.xml:716(term) msgid "Handle" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:720(term) ./doc/hot-reference/generated/cfn.xml:2740(term) +#: ./doc/hot-reference/generated/cfn.xml:724(term) ./doc/hot-reference/generated/cfn.xml:2750(term) msgid "Timeout" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:734(term) +#: ./doc/hot-reference/generated/cfn.xml:738(term) msgid "Data" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:787(title) +#: ./doc/hot-reference/generated/cfn.xml:791(title) msgid "AWS::CloudFormation::WaitConditionHandle" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:788(para) +#: ./doc/hot-reference/generated/cfn.xml:795(para) msgid "the main point of this class is to : have no dependencies (so the instance can reference it) generate a unique url (to be returned in the reference) then the cfn-signal will use this url to post to and WaitCondition will poll it to see if has been written to." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:827(title) +#: ./doc/hot-reference/generated/cfn.xml:833(title) msgid "AWS::CloudWatch::Alarm" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1003(title) +#: ./doc/hot-reference/generated/cfn.xml:1009(title) msgid "AWS::EC2::EIP" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1008(term) +#: ./doc/hot-reference/generated/cfn.xml:1014(term) msgid "Domain" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1010(para) +#: ./doc/hot-reference/generated/cfn.xml:1016(para) msgid "Set to \"vpc\" to have IP address allocation associated to your VPC." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1013(para) +#: ./doc/hot-reference/generated/cfn.xml:1019(para) msgid "Allowed values: vpc" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1019(para) +#: ./doc/hot-reference/generated/cfn.xml:1025(para) msgid "Instance ID to associate with EIP." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1031(term) ./doc/hot-reference/generated/cfn.xml:1086(term) +#: ./doc/hot-reference/generated/cfn.xml:1037(term) ./doc/hot-reference/generated/cfn.xml:1092(term) msgid "AllocationId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1033(para) +#: ./doc/hot-reference/generated/cfn.xml:1039(para) msgid "ID that AWS assigns to represent the allocation of the address for use with Amazon VPC. Returned only for VPC elastic IP addresses." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1081(title) +#: ./doc/hot-reference/generated/cfn.xml:1087(title) msgid "AWS::EC2::EIPAssociation" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1088(para) +#: ./doc/hot-reference/generated/cfn.xml:1094(para) msgid "Allocation ID for VPC EIP address." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1094(term) +#: ./doc/hot-reference/generated/cfn.xml:1100(term) msgid "EIP" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1096(para) +#: ./doc/hot-reference/generated/cfn.xml:1102(para) msgid "EIP address to associate with instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1104(para) +#: ./doc/hot-reference/generated/cfn.xml:1110(para) msgid "Instance ID to associate with EIP specified by EIP property." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1111(term) +#: ./doc/hot-reference/generated/cfn.xml:1117(term) msgid "NetworkInterfaceId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1113(para) +#: ./doc/hot-reference/generated/cfn.xml:1119(para) msgid "Network interface ID to associate with EIP." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1169(title) +#: ./doc/hot-reference/generated/cfn.xml:1175(title) msgid "AWS::EC2::Instance" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1174(term) ./doc/hot-reference/generated/cfn.xml:1541(term) ./doc/hot-reference/generated/cfn.xml:2146(term) ./doc/hot-reference/generated/cfn.xml:2195(term) ./doc/hot-reference/generated/cfn.xml:2479(term) +#: ./doc/hot-reference/generated/cfn.xml:1180(term) ./doc/hot-reference/generated/cfn.xml:1547(term) ./doc/hot-reference/generated/cfn.xml:2155(term) ./doc/hot-reference/generated/cfn.xml:2204(term) ./doc/hot-reference/generated/cfn.xml:2489(term) msgid "AvailabilityZone" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1176(para) +#: ./doc/hot-reference/generated/cfn.xml:1182(para) msgid "Availability zone to launch the instance in." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1285(term) +#: ./doc/hot-reference/generated/cfn.xml:1291(term) msgid "DisableApiTermination" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1328(term) +#: ./doc/hot-reference/generated/cfn.xml:1334(term) msgid "Monitoring" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1336(term) +#: ./doc/hot-reference/generated/cfn.xml:1342(term) msgid "NetworkInterfaces" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1338(para) +#: ./doc/hot-reference/generated/cfn.xml:1344(para) msgid "Network interfaces to associate with instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1383(term) +#: ./doc/hot-reference/generated/cfn.xml:1389(term) msgid "PlacementGroupName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1391(term) ./doc/hot-reference/generated/cfn.xml:1735(term) ./doc/hot-reference/generated/cfn.xml:1783(term) +#: ./doc/hot-reference/generated/cfn.xml:1397(term) ./doc/hot-reference/generated/cfn.xml:1741(term) ./doc/hot-reference/generated/cfn.xml:1790(term) msgid "PrivateIpAddress" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1407(term) +#: ./doc/hot-reference/generated/cfn.xml:1413(term) msgid "SecurityGroupIds" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1409(para) +#: ./doc/hot-reference/generated/cfn.xml:1415(para) msgid "Security group IDs to assign." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1423(term) ./doc/hot-reference/generated/cfn.xml:1742(term) +#: ./doc/hot-reference/generated/cfn.xml:1429(term) ./doc/hot-reference/generated/cfn.xml:1748(term) msgid "SourceDestCheck" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1431(term) ./doc/hot-reference/generated/cfn.xml:1750(term) ./doc/hot-reference/generated/cfn.xml:2264(term) +#: ./doc/hot-reference/generated/cfn.xml:1437(term) ./doc/hot-reference/generated/cfn.xml:1756(term) ./doc/hot-reference/generated/cfn.xml:2273(term) msgid "SubnetId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1433(para) +#: ./doc/hot-reference/generated/cfn.xml:1439(para) msgid "Subnet ID to launch instance in." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1441(para) +#: ./doc/hot-reference/generated/cfn.xml:1447(para) msgid "Tags to attach to instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1478(term) +#: ./doc/hot-reference/generated/cfn.xml:1484(term) msgid "Tenancy" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1494(term) +#: ./doc/hot-reference/generated/cfn.xml:1500(term) msgid "Volumes" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1496(para) +#: ./doc/hot-reference/generated/cfn.xml:1502(para) msgid "Volumes to attach to instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1513(term) ./doc/hot-reference/generated/cfn.xml:2598(term) +#: ./doc/hot-reference/generated/cfn.xml:1519(term) ./doc/hot-reference/generated/cfn.xml:2608(term) msgid "Device" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1515(para) ./doc/hot-reference/generated/cfn.xml:2600(para) +#: ./doc/hot-reference/generated/cfn.xml:1521(para) ./doc/hot-reference/generated/cfn.xml:2610(para) msgid "The device where the volume is exposed on the instance. This assignment may not be honored and it is advised that the path /dev/disk/by-id/virtio-<VolumeId> be used instead." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1521(term) ./doc/hot-reference/generated/cfn.xml:2616(term) +#: ./doc/hot-reference/generated/cfn.xml:1527(term) ./doc/hot-reference/generated/cfn.xml:2626(term) msgid "VolumeId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1543(para) +#: ./doc/hot-reference/generated/cfn.xml:1549(para) msgid "The Availability Zone where the specified instance is launched." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1547(term) +#: ./doc/hot-reference/generated/cfn.xml:1553(term) msgid "PrivateDnsName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1549(para) +#: ./doc/hot-reference/generated/cfn.xml:1555(para) msgid "Private DNS name of the specified instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1553(term) +#: ./doc/hot-reference/generated/cfn.xml:1559(term) msgid "PrivateIp" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1555(para) +#: ./doc/hot-reference/generated/cfn.xml:1561(para) msgid "Private IP address of the specified instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1559(term) +#: ./doc/hot-reference/generated/cfn.xml:1565(term) msgid "PublicDnsName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1561(para) +#: ./doc/hot-reference/generated/cfn.xml:1567(para) msgid "Public DNS name of the specified instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1565(term) +#: ./doc/hot-reference/generated/cfn.xml:1571(term) msgid "PublicIp" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1567(para) +#: ./doc/hot-reference/generated/cfn.xml:1573(para) msgid "Public IP address of the specified instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1648(title) +#: ./doc/hot-reference/generated/cfn.xml:1654(title) msgid "AWS::EC2::InternetGateway" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1714(title) +#: ./doc/hot-reference/generated/cfn.xml:1720(title) msgid "AWS::EC2::NetworkInterface" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1719(term) +#: ./doc/hot-reference/generated/cfn.xml:1725(term) msgid "Description" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1721(para) +#: ./doc/hot-reference/generated/cfn.xml:1727(para) msgid "Description for this interface." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1727(term) +#: ./doc/hot-reference/generated/cfn.xml:1733(term) msgid "GroupSet" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1729(para) +#: ./doc/hot-reference/generated/cfn.xml:1735(para) msgid "List of security group IDs associated with this interface." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1752(para) +#: ./doc/hot-reference/generated/cfn.xml:1758(para) msgid "Subnet ID to associate with this interface." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1785(para) +#: ./doc/hot-reference/generated/cfn.xml:1792(para) msgid "Private IP address of the network interface." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1842(title) +#: ./doc/hot-reference/generated/cfn.xml:1849(title) msgid "AWS::EC2::RouteTable" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1868(term) ./doc/hot-reference/generated/cfn.xml:2083(term) ./doc/hot-reference/generated/cfn.xml:2182(term) ./doc/hot-reference/generated/cfn.xml:2414(term) +#: ./doc/hot-reference/generated/cfn.xml:1877(term) ./doc/hot-reference/generated/cfn.xml:2092(term) ./doc/hot-reference/generated/cfn.xml:2191(term) ./doc/hot-reference/generated/cfn.xml:2424(term) msgid "VpcId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1870(para) +#: ./doc/hot-reference/generated/cfn.xml:1879(para) msgid "VPC ID for where the route table is created." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1920(title) +#: ./doc/hot-reference/generated/cfn.xml:1929(title) msgid "AWS::EC2::SecurityGroup" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1925(term) +#: ./doc/hot-reference/generated/cfn.xml:1934(term) msgid "GroupDescription" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1933(term) +#: ./doc/hot-reference/generated/cfn.xml:1942(term) msgid "SecurityGroupEgress" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1944(para) +#: ./doc/hot-reference/generated/cfn.xml:1953(para) msgid "List of security group egress rules." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1952(term) ./doc/hot-reference/generated/cfn.xml:2027(term) +#: ./doc/hot-reference/generated/cfn.xml:1961(term) ./doc/hot-reference/generated/cfn.xml:2036(term) msgid "CidrIp" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1959(term) ./doc/hot-reference/generated/cfn.xml:2034(term) +#: ./doc/hot-reference/generated/cfn.xml:1968(term) ./doc/hot-reference/generated/cfn.xml:2043(term) msgid "FromPort" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1966(term) ./doc/hot-reference/generated/cfn.xml:2041(term) +#: ./doc/hot-reference/generated/cfn.xml:1975(term) ./doc/hot-reference/generated/cfn.xml:2050(term) msgid "IpProtocol" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1973(term) ./doc/hot-reference/generated/cfn.xml:2048(term) +#: ./doc/hot-reference/generated/cfn.xml:1982(term) ./doc/hot-reference/generated/cfn.xml:2057(term) msgid "SourceSecurityGroupId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1980(term) ./doc/hot-reference/generated/cfn.xml:2055(term) +#: ./doc/hot-reference/generated/cfn.xml:1989(term) ./doc/hot-reference/generated/cfn.xml:2064(term) msgid "SourceSecurityGroupName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1987(term) ./doc/hot-reference/generated/cfn.xml:2062(term) +#: ./doc/hot-reference/generated/cfn.xml:1996(term) ./doc/hot-reference/generated/cfn.xml:2071(term) msgid "SourceSecurityGroupOwnerId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:1995(term) ./doc/hot-reference/generated/cfn.xml:2070(term) +#: ./doc/hot-reference/generated/cfn.xml:2004(term) ./doc/hot-reference/generated/cfn.xml:2079(term) msgid "ToPort" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2008(term) +#: ./doc/hot-reference/generated/cfn.xml:2017(term) msgid "SecurityGroupIngress" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2019(para) +#: ./doc/hot-reference/generated/cfn.xml:2028(para) msgid "List of security group ingress rules." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2085(para) +#: ./doc/hot-reference/generated/cfn.xml:2094(para) msgid "Physical ID of the VPC. Not implemented." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2141(title) +#: ./doc/hot-reference/generated/cfn.xml:2150(title) msgid "AWS::EC2::Subnet" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2148(para) +#: ./doc/hot-reference/generated/cfn.xml:2157(para) msgid "Availability zone in which you want the subnet." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2154(term) ./doc/hot-reference/generated/cfn.xml:2321(term) +#: ./doc/hot-reference/generated/cfn.xml:2163(term) ./doc/hot-reference/generated/cfn.xml:2331(term) msgid "CidrBlock" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2156(para) +#: ./doc/hot-reference/generated/cfn.xml:2165(para) msgid "CIDR block to apply to subnet." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2184(para) +#: ./doc/hot-reference/generated/cfn.xml:2193(para) msgid "Ref structure that contains the ID of the VPC on which you want to create the subnet." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2197(para) +#: ./doc/hot-reference/generated/cfn.xml:2206(para) msgid "Availability Zone of the subnet." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2251(title) +#: ./doc/hot-reference/generated/cfn.xml:2260(title) msgid "AWS::EC2::SubnetRouteTableAssociation" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2256(term) +#: ./doc/hot-reference/generated/cfn.xml:2265(term) msgid "RouteTableId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2258(para) +#: ./doc/hot-reference/generated/cfn.xml:2267(para) msgid "Route table ID." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2266(para) +#: ./doc/hot-reference/generated/cfn.xml:2275(para) msgid "Subnet ID." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2316(title) +#: ./doc/hot-reference/generated/cfn.xml:2326(title) msgid "AWS::EC2::VPC" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2323(para) +#: ./doc/hot-reference/generated/cfn.xml:2333(para) msgid "CIDR block to apply to the VPC." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2329(term) +#: ./doc/hot-reference/generated/cfn.xml:2339(term) msgid "InstanceTenancy" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2401(title) +#: ./doc/hot-reference/generated/cfn.xml:2411(title) msgid "AWS::EC2::VPCGatewayAttachment" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2406(term) +#: ./doc/hot-reference/generated/cfn.xml:2416(term) msgid "InternetGatewayId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2408(para) +#: ./doc/hot-reference/generated/cfn.xml:2418(para) msgid "ID of the InternetGateway." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2416(para) +#: ./doc/hot-reference/generated/cfn.xml:2426(para) msgid "VPC ID for this gateway association." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2422(term) +#: ./doc/hot-reference/generated/cfn.xml:2432(term) msgid "VpnGatewayId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2474(title) +#: ./doc/hot-reference/generated/cfn.xml:2484(title) msgid "AWS::EC2::Volume" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2482(para) ./doc/hot-reference/generated/cfn.xml:2490(para) ./doc/hot-reference/generated/cfn.xml:2499(para) ./doc/hot-reference/generated/cfn.xml:2507(para) ./doc/hot-reference/generated/cfn.xml:2601(para) ./doc/hot-reference/generated/cfn.xml:2610(para) ./doc/hot-reference/generated/cfn.xml:2619(para) +#: ./doc/hot-reference/generated/cfn.xml:2492(para) ./doc/hot-reference/generated/cfn.xml:2500(para) ./doc/hot-reference/generated/cfn.xml:2509(para) ./doc/hot-reference/generated/cfn.xml:2517(para) ./doc/hot-reference/generated/cfn.xml:2611(para) ./doc/hot-reference/generated/cfn.xml:2620(para) ./doc/hot-reference/generated/cfn.xml:2629(para) msgid "Updates are not supported. Resource update will fail on any attempt to update this property." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2498(para) +#: ./doc/hot-reference/generated/cfn.xml:2508(para) msgid "If specified, the backup used as the source to create the volume." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2506(para) +#: ./doc/hot-reference/generated/cfn.xml:2516(para) msgid "The list of tags to associate with the volume." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2593(title) +#: ./doc/hot-reference/generated/cfn.xml:2603(title) msgid "AWS::EC2::VolumeAttachment" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2603(para) +#: ./doc/hot-reference/generated/cfn.xml:2613(para) msgid "Value must match pattern: /dev/vd[b-z]" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2609(para) +#: ./doc/hot-reference/generated/cfn.xml:2619(para) msgid "The ID of the instance to which the volume attaches." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2672(title) +#: ./doc/hot-reference/generated/cfn.xml:2682(title) msgid "AWS::ElasticLoadBalancing::LoadBalancer" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2673(para) +#: ./doc/hot-reference/generated/cfn.xml:2683(para) msgid "Implements a HAProxy-bearing instance as a nested stack." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2674(para) +#: ./doc/hot-reference/generated/cfn.xml:2684(para) msgid "The template for the nested stack can be redefined with loadbalancer_template option in heat.conf." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2676(para) +#: ./doc/hot-reference/generated/cfn.xml:2686(para) msgid "Generally the image used for the instance must have the following packages installed or available for installation at runtime:" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2682(para) +#: ./doc/hot-reference/generated/cfn.xml:2692(para) msgid "Current default builtin template uses Fedora 21 x86_64 base cloud image (https://getfedora.org/cloud/download/) and apart from installing packages goes through some hoops around SELinux due to pecularities of heat-cfntools." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2690(term) +#: ./doc/hot-reference/generated/cfn.xml:2700(term) msgid "AppCookieStickinessPolicy" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2700(para) +#: ./doc/hot-reference/generated/cfn.xml:2710(para) msgid "The Availability Zones in which to create the load balancer." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2706(term) +#: ./doc/hot-reference/generated/cfn.xml:2716(term) msgid "HealthCheck" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2708(para) +#: ./doc/hot-reference/generated/cfn.xml:2718(para) msgid "An application health check for the instances." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2716(term) +#: ./doc/hot-reference/generated/cfn.xml:2726(term) msgid "HealthyThreshold" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2718(para) +#: ./doc/hot-reference/generated/cfn.xml:2728(para) msgid "The number of consecutive health probe successes required before moving the instance to the healthy state." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2724(term) +#: ./doc/hot-reference/generated/cfn.xml:2734(term) msgid "Interval" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2726(para) +#: ./doc/hot-reference/generated/cfn.xml:2736(para) msgid "The approximate interval, in seconds, between health checks of an individual instance." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2732(term) +#: ./doc/hot-reference/generated/cfn.xml:2742(term) msgid "Target" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2734(para) +#: ./doc/hot-reference/generated/cfn.xml:2744(para) msgid "The port being checked." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2742(para) +#: ./doc/hot-reference/generated/cfn.xml:2752(para) msgid "Health probe timeout, in seconds." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2748(term) +#: ./doc/hot-reference/generated/cfn.xml:2758(term) msgid "UnhealthyThreshold" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2750(para) +#: ./doc/hot-reference/generated/cfn.xml:2760(para) msgid "The number of consecutive health probe failures required before moving the instance to the unhealthy state" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2759(term) +#: ./doc/hot-reference/generated/cfn.xml:2769(term) msgid "Instances" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2761(para) +#: ./doc/hot-reference/generated/cfn.xml:2771(para) msgid "The list of instance IDs load balanced." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2767(term) +#: ./doc/hot-reference/generated/cfn.xml:2777(term) msgid "LBCookieStickinessPolicy" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2775(term) +#: ./doc/hot-reference/generated/cfn.xml:2785(term) msgid "Listeners" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2777(para) +#: ./doc/hot-reference/generated/cfn.xml:2787(para) msgid "One or more listeners for this load balancer." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2794(term) +#: ./doc/hot-reference/generated/cfn.xml:2804(term) msgid "InstancePort" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2796(para) +#: ./doc/hot-reference/generated/cfn.xml:2806(para) msgid "TCP port on which the instance server is listening." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2802(term) +#: ./doc/hot-reference/generated/cfn.xml:2812(term) msgid "LoadBalancerPort" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2804(para) +#: ./doc/hot-reference/generated/cfn.xml:2814(para) msgid "The external load balancer port number." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2810(term) +#: ./doc/hot-reference/generated/cfn.xml:2820(term) msgid "PolicyNames" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2818(term) +#: ./doc/hot-reference/generated/cfn.xml:2828(term) msgid "Protocol" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2820(para) +#: ./doc/hot-reference/generated/cfn.xml:2830(para) msgid "The load balancer transport protocol to use." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2823(para) +#: ./doc/hot-reference/generated/cfn.xml:2833(para) msgid "Allowed values: TCP, HTTP" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2827(term) +#: ./doc/hot-reference/generated/cfn.xml:2837(term) msgid "SSLCertificateId" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2849(term) +#: ./doc/hot-reference/generated/cfn.xml:2859(term) msgid "Subnets" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2862(term) +#: ./doc/hot-reference/generated/cfn.xml:2872(term) msgid "CanonicalHostedZoneName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2864(para) +#: ./doc/hot-reference/generated/cfn.xml:2874(para) msgid "The name of the hosted zone that is associated with the LoadBalancer." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2868(term) +#: ./doc/hot-reference/generated/cfn.xml:2878(term) msgid "CanonicalHostedZoneNameID" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2870(para) +#: ./doc/hot-reference/generated/cfn.xml:2880(para) msgid "The ID of the hosted zone name that is associated with the LoadBalancer." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2874(term) +#: ./doc/hot-reference/generated/cfn.xml:2884(term) msgid "DNSName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2876(para) +#: ./doc/hot-reference/generated/cfn.xml:2886(para) msgid "The DNS name for the LoadBalancer." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2880(term) +#: ./doc/hot-reference/generated/cfn.xml:2890(term) msgid "SourceSecurityGroup.GroupName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2882(para) +#: ./doc/hot-reference/generated/cfn.xml:2892(para) msgid "The security group that you can use as part of your inbound rules for your LoadBalancer's back-end instances." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2886(term) +#: ./doc/hot-reference/generated/cfn.xml:2896(term) msgid "SourceSecurityGroup.OwnerAlias" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2888(para) +#: ./doc/hot-reference/generated/cfn.xml:2898(para) msgid "Owner of the source security group." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2942(title) +#: ./doc/hot-reference/generated/cfn.xml:2952(title) msgid "AWS::IAM::AccessKey" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2947(term) +#: ./doc/hot-reference/generated/cfn.xml:2957(term) msgid "Serial" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2955(term) +#: ./doc/hot-reference/generated/cfn.xml:2965(term) msgid "Status" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2963(term) ./doc/hot-reference/generated/cfn.xml:2982(term) +#: ./doc/hot-reference/generated/cfn.xml:2973(term) ./doc/hot-reference/generated/cfn.xml:2992(term) msgid "UserName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2965(para) +#: ./doc/hot-reference/generated/cfn.xml:2975(para) msgid "The name of the user that the new key will belong to." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2976(term) +#: ./doc/hot-reference/generated/cfn.xml:2986(term) msgid "SecretAccessKey" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2978(para) +#: ./doc/hot-reference/generated/cfn.xml:2988(para) msgid "Keypair secret key." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:2984(para) +#: ./doc/hot-reference/generated/cfn.xml:2994(para) msgid "Username associated with the AccessKey." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3029(title) +#: ./doc/hot-reference/generated/cfn.xml:3039(title) msgid "AWS::IAM::User" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3034(term) +#: ./doc/hot-reference/generated/cfn.xml:3044(term) msgid "Groups" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3042(term) +#: ./doc/hot-reference/generated/cfn.xml:3052(term) msgid "LoginProfile" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3044(para) +#: ./doc/hot-reference/generated/cfn.xml:3054(para) msgid "A login profile for the user." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3052(term) +#: ./doc/hot-reference/generated/cfn.xml:3062(term) msgid "Password" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3062(term) +#: ./doc/hot-reference/generated/cfn.xml:3072(term) msgid "Path" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3070(term) +#: ./doc/hot-reference/generated/cfn.xml:3080(term) msgid "Policies" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3072(para) +#: ./doc/hot-reference/generated/cfn.xml:3082(para) msgid "Access policies to apply to the user." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3128(title) +#: ./doc/hot-reference/generated/cfn.xml:3138(title) msgid "AWS::RDS::DBInstance" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3133(term) +#: ./doc/hot-reference/generated/cfn.xml:3143(term) msgid "AllocatedStorage" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3140(term) +#: ./doc/hot-reference/generated/cfn.xml:3150(term) msgid "DBInstanceClass" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3147(term) +#: ./doc/hot-reference/generated/cfn.xml:3157(term) msgid "DBName" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3154(term) +#: ./doc/hot-reference/generated/cfn.xml:3164(term) msgid "DBSecurityGroups" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3161(term) +#: ./doc/hot-reference/generated/cfn.xml:3171(term) msgid "Engine" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3165(para) +#: ./doc/hot-reference/generated/cfn.xml:3175(para) msgid "Allowed values: MySQL" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3176(term) +#: ./doc/hot-reference/generated/cfn.xml:3186(term) msgid "MasterUserPassword" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3183(term) +#: ./doc/hot-reference/generated/cfn.xml:3193(term) msgid "MasterUsername" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3190(term) +#: ./doc/hot-reference/generated/cfn.xml:3200(term) msgid "Port" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3202(term) +#: ./doc/hot-reference/generated/cfn.xml:3212(term) msgid "Endpoint.Address" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3204(para) ./doc/hot-reference/generated/cfn.xml:3210(para) +#: ./doc/hot-reference/generated/cfn.xml:3214(para) ./doc/hot-reference/generated/cfn.xml:3220(para) msgid "???" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3208(term) +#: ./doc/hot-reference/generated/cfn.xml:3218(term) msgid "Endpoint.Port" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3279(title) +#: ./doc/hot-reference/generated/cfn.xml:3289(title) msgid "AWS::S3::Bucket" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3284(term) +#: ./doc/hot-reference/generated/cfn.xml:3294(term) msgid "AccessControl" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3286(para) +#: ./doc/hot-reference/generated/cfn.xml:3296(para) msgid "A predefined access control list (ACL) that grants permissions on the bucket." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3289(para) +#: ./doc/hot-reference/generated/cfn.xml:3299(para) msgid "Allowed values: Private, PublicRead, PublicReadWrite, AuthenticatedRead, BucketOwnerRead, BucketOwnerFullControl" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3295(para) +#: ./doc/hot-reference/generated/cfn.xml:3305(para) msgid "Tags to attach to the bucket." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3314(para) +#: ./doc/hot-reference/generated/cfn.xml:3324(para) msgid "The tag key name." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3322(para) +#: ./doc/hot-reference/generated/cfn.xml:3332(para) msgid "The tag value." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3334(term) +#: ./doc/hot-reference/generated/cfn.xml:3344(term) msgid "WebsiteConfiguration" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3336(para) +#: ./doc/hot-reference/generated/cfn.xml:3346(para) msgid "Information used to configure the bucket as a static website." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3344(term) +#: ./doc/hot-reference/generated/cfn.xml:3354(term) msgid "ErrorDocument" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3346(para) +#: ./doc/hot-reference/generated/cfn.xml:3356(para) msgid "The name of the error document." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3352(term) +#: ./doc/hot-reference/generated/cfn.xml:3362(term) msgid "IndexDocument" msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3354(para) +#: ./doc/hot-reference/generated/cfn.xml:3364(para) msgid "The name of the index document." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3370(para) +#: ./doc/hot-reference/generated/cfn.xml:3380(para) msgid "The DNS name of the specified bucket." msgstr "" -#: ./doc/hot-reference/generated/cfn.xml:3376(para) +#: ./doc/hot-reference/generated/cfn.xml:3386(para) msgid "The website endpoint for the specified bucket." msgstr "" diff --git a/doc/install-guide/locale/install-guide.pot b/doc/install-guide/locale/install-guide.pot index 605c35955f..f564f0dffb 100644 --- a/doc/install-guide/locale/install-guide.pot +++ b/doc/install-guide/locale/install-guide.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-04-30 06:07+0000\n" +"POT-Creation-Date: 2015-05-01 06:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -139,7 +139,7 @@ msgstr "" msgid "In the [database] section, configure database access:" msgstr "" -#: ./doc/install-guide/section_keystone-install.xml:101(replaceable) ./doc/install-guide/section_keystone-install.xml:169(replaceable) ./doc/install-guide/section_keystone-install.xml:257(replaceable) ./doc/install-guide/section_keystone-install.xml:258(replaceable) ./doc/install-guide/section_keystone-install.xml:259(replaceable) ./doc/install-guide/section_keystone-install.xml:278(replaceable) ./doc/install-guide/section_ceilometer-swift.xml:72(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:42(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:54(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:55(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:73(replaceable) ./doc/install-guide/section_sahara-install.xml:45(replaceable) ./doc/install-guide/section_sahara-install.xml:51(replaceable) ./doc/install-guide/section_sahara-install.xml:52(replaceable) ./doc/install-guide/section_sahara-install.xml:182(replaceable) ./doc/install-guide/section_sahara-install.xml:183(replaceable) ./doc/install-guide/section_sahara-install.xml:184(replaceable) ./doc/install-guide/section_basics-networking-neutron.xml:319(replaceable) ./doc/install-guide/section_basics-networking-neutron.xml:363(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:149(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:163(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:180(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:181(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:243(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:113(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:114(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:115(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:131(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:132(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:133(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:186(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:203(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:204(replaceable) ./doc/install-guide/section_basics-ntp.xml:81(replaceable) ./doc/install-guide/section_nova-controller-install.xml:96(replaceable) ./doc/install-guide/section_nova-controller-install.xml:97(replaceable) ./doc/install-guide/section_nova-controller-install.xml:98(replaceable) ./doc/install-guide/section_nova-controller-install.xml:158(replaceable) ./doc/install-guide/section_nova-controller-install.xml:175(replaceable) ./doc/install-guide/section_nova-controller-install.xml:176(replaceable) ./doc/install-guide/section_nova-controller-install.xml:213(replaceable) ./doc/install-guide/section_glance-install.xml:104(replaceable) ./doc/install-guide/section_glance-install.xml:105(replaceable) ./doc/install-guide/section_glance-install.xml:106(replaceable) ./doc/install-guide/section_glance-install.xml:150(replaceable) ./doc/install-guide/section_glance-install.xml:160(replaceable) ./doc/install-guide/section_glance-install.xml:161(replaceable) ./doc/install-guide/section_glance-install.xml:218(replaceable) ./doc/install-guide/section_glance-install.xml:228(replaceable) ./doc/install-guide/section_glance-install.xml:229(replaceable) ./doc/install-guide/section_dashboard-install.xml:75(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:104(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:121(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:122(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:266(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:268(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:93(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:94(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:95(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:182(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:196(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:213(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:214(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:247(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:251(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:357(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:359(replaceable) ./doc/install-guide/section_neutron-network-node.xml:108(replaceable) ./doc/install-guide/section_neutron-network-node.xml:125(replaceable) ./doc/install-guide/section_neutron-network-node.xml:126(replaceable) ./doc/install-guide/section_neutron-network-node.xml:379(replaceable) ./doc/install-guide/section_neutron-network-node.xml:380(replaceable) ./doc/install-guide/section_neutron-network-node.xml:397(replaceable) ./doc/install-guide/section_keystone-openrc.xml:31(replaceable) ./doc/install-guide/section_keystone-openrc.xml:44(replaceable) ./doc/install-guide/section_basics-networking-nova.xml:233(replaceable) ./doc/install-guide/section_trove-install.xml:54(replaceable) ./doc/install-guide/section_trove-install.xml:55(replaceable) ./doc/install-guide/section_trove-install.xml:56(replaceable) ./doc/install-guide/section_trove-install.xml:66(replaceable) ./doc/install-guide/section_trove-install.xml:67(replaceable) ./doc/install-guide/section_trove-install.xml:68(replaceable) ./doc/install-guide/section_trove-install.xml:69(replaceable) ./doc/install-guide/section_trove-install.xml:70(replaceable) ./doc/install-guide/section_trove-install.xml:71(replaceable) ./doc/install-guide/section_trove-install.xml:80(replaceable) ./doc/install-guide/section_trove-install.xml:157(replaceable) ./doc/install-guide/section_trove-install.xml:162(replaceable) ./doc/install-guide/section_trove-install.xml:243(replaceable) ./doc/install-guide/section_trove-install.xml:244(replaceable) ./doc/install-guide/section_trove-install.xml:245(replaceable) ./doc/install-guide/section_nova-compute-install.xml:68(replaceable) ./doc/install-guide/section_nova-compute-install.xml:85(replaceable) ./doc/install-guide/section_nova-compute-install.xml:86(replaceable) ./doc/install-guide/section_nova-compute-install.xml:122(replaceable) ./doc/install-guide/section_nova-compute-install.xml:147(replaceable) ./doc/install-guide/section_heat-install.xml:149(replaceable) ./doc/install-guide/section_heat-install.xml:150(replaceable) ./doc/install-guide/section_heat-install.xml:151(replaceable) ./doc/install-guide/section_heat-install.xml:167(replaceable) ./doc/install-guide/section_heat-install.xml:168(replaceable) ./doc/install-guide/section_heat-install.xml:169(replaceable) ./doc/install-guide/section_heat-install.xml:210(replaceable) ./doc/install-guide/section_heat-install.xml:220(replaceable) ./doc/install-guide/section_heat-install.xml:232(replaceable) ./doc/install-guide/section_heat-install.xml:233(replaceable) ./doc/install-guide/section_heat-install.xml:240(replaceable) ./doc/install-guide/section_heat-install.xml:256(replaceable) ./doc/install-guide/section_heat-install.xml:257(replaceable) ./doc/install-guide/section_heat-install.xml:328(replaceable) ./doc/install-guide/section_ceilometer-glance.xml:22(replaceable) ./doc/install-guide/section_debconf-keystone_authtoken.xml:16(replaceable) ./doc/install-guide/section_debconf-keystone_authtoken.xml:17(replaceable) ./doc/install-guide/section_swift-controller-node.xml:81(replaceable) ./doc/install-guide/section_swift-controller-node.xml:82(replaceable) ./doc/install-guide/section_swift-controller-node.xml:83(replaceable) ./doc/install-guide/section_swift-controller-node.xml:177(replaceable) ./doc/install-guide/section_swift-controller-node.xml:178(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:90(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:99(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:173(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:174(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:175(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:260(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:276(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:293(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:294(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:313(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:392(replaceable) ./doc/install-guide/section_keystone-services.xml:44(replaceable) ./doc/install-guide/section_keystone-services.xml:93(replaceable) ./doc/install-guide/section_keystone-services.xml:94(replaceable) ./doc/install-guide/section_keystone-services.xml:95(replaceable) +#: ./doc/install-guide/section_keystone-install.xml:101(replaceable) ./doc/install-guide/section_keystone-install.xml:169(replaceable) ./doc/install-guide/section_keystone-install.xml:257(replaceable) ./doc/install-guide/section_keystone-install.xml:258(replaceable) ./doc/install-guide/section_keystone-install.xml:259(replaceable) ./doc/install-guide/section_keystone-install.xml:278(replaceable) ./doc/install-guide/section_ceilometer-swift.xml:72(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:42(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:54(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:55(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:73(replaceable) ./doc/install-guide/section_sahara-install.xml:45(replaceable) ./doc/install-guide/section_sahara-install.xml:51(replaceable) ./doc/install-guide/section_sahara-install.xml:52(replaceable) ./doc/install-guide/section_sahara-install.xml:182(replaceable) ./doc/install-guide/section_sahara-install.xml:183(replaceable) ./doc/install-guide/section_sahara-install.xml:184(replaceable) ./doc/install-guide/section_basics-networking-neutron.xml:319(replaceable) ./doc/install-guide/section_basics-networking-neutron.xml:363(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:149(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:163(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:180(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:181(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:243(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:113(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:114(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:115(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:131(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:132(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:133(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:186(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:203(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:204(replaceable) ./doc/install-guide/section_basics-ntp.xml:81(replaceable) ./doc/install-guide/section_nova-controller-install.xml:96(replaceable) ./doc/install-guide/section_nova-controller-install.xml:97(replaceable) ./doc/install-guide/section_nova-controller-install.xml:98(replaceable) ./doc/install-guide/section_nova-controller-install.xml:158(replaceable) ./doc/install-guide/section_nova-controller-install.xml:175(replaceable) ./doc/install-guide/section_nova-controller-install.xml:176(replaceable) ./doc/install-guide/section_nova-controller-install.xml:213(replaceable) ./doc/install-guide/section_glance-install.xml:104(replaceable) ./doc/install-guide/section_glance-install.xml:105(replaceable) ./doc/install-guide/section_glance-install.xml:106(replaceable) ./doc/install-guide/section_glance-install.xml:150(replaceable) ./doc/install-guide/section_glance-install.xml:160(replaceable) ./doc/install-guide/section_glance-install.xml:161(replaceable) ./doc/install-guide/section_glance-install.xml:218(replaceable) ./doc/install-guide/section_glance-install.xml:228(replaceable) ./doc/install-guide/section_glance-install.xml:229(replaceable) ./doc/install-guide/section_dashboard-install.xml:75(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:104(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:121(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:122(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:266(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:268(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:93(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:94(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:95(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:182(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:196(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:213(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:214(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:247(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:251(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:357(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:359(replaceable) ./doc/install-guide/section_neutron-network-node.xml:108(replaceable) ./doc/install-guide/section_neutron-network-node.xml:125(replaceable) ./doc/install-guide/section_neutron-network-node.xml:126(replaceable) ./doc/install-guide/section_neutron-network-node.xml:379(replaceable) ./doc/install-guide/section_neutron-network-node.xml:380(replaceable) ./doc/install-guide/section_neutron-network-node.xml:397(replaceable) ./doc/install-guide/section_keystone-openrc.xml:31(replaceable) ./doc/install-guide/section_keystone-openrc.xml:44(replaceable) ./doc/install-guide/section_basics-networking-nova.xml:233(replaceable) ./doc/install-guide/section_trove-install.xml:54(replaceable) ./doc/install-guide/section_trove-install.xml:55(replaceable) ./doc/install-guide/section_trove-install.xml:56(replaceable) ./doc/install-guide/section_trove-install.xml:67(replaceable) ./doc/install-guide/section_trove-install.xml:68(replaceable) ./doc/install-guide/section_trove-install.xml:69(replaceable) ./doc/install-guide/section_trove-install.xml:70(replaceable) ./doc/install-guide/section_trove-install.xml:71(replaceable) ./doc/install-guide/section_trove-install.xml:74(replaceable) ./doc/install-guide/section_trove-install.xml:84(replaceable) ./doc/install-guide/section_trove-install.xml:161(replaceable) ./doc/install-guide/section_trove-install.xml:166(replaceable) ./doc/install-guide/section_trove-install.xml:247(replaceable) ./doc/install-guide/section_trove-install.xml:248(replaceable) ./doc/install-guide/section_trove-install.xml:249(replaceable) ./doc/install-guide/section_nova-compute-install.xml:68(replaceable) ./doc/install-guide/section_nova-compute-install.xml:85(replaceable) ./doc/install-guide/section_nova-compute-install.xml:86(replaceable) ./doc/install-guide/section_nova-compute-install.xml:122(replaceable) ./doc/install-guide/section_nova-compute-install.xml:147(replaceable) ./doc/install-guide/section_heat-install.xml:149(replaceable) ./doc/install-guide/section_heat-install.xml:150(replaceable) ./doc/install-guide/section_heat-install.xml:151(replaceable) ./doc/install-guide/section_heat-install.xml:167(replaceable) ./doc/install-guide/section_heat-install.xml:168(replaceable) ./doc/install-guide/section_heat-install.xml:169(replaceable) ./doc/install-guide/section_heat-install.xml:210(replaceable) ./doc/install-guide/section_heat-install.xml:220(replaceable) ./doc/install-guide/section_heat-install.xml:232(replaceable) ./doc/install-guide/section_heat-install.xml:233(replaceable) ./doc/install-guide/section_heat-install.xml:240(replaceable) ./doc/install-guide/section_heat-install.xml:256(replaceable) ./doc/install-guide/section_heat-install.xml:257(replaceable) ./doc/install-guide/section_heat-install.xml:328(replaceable) ./doc/install-guide/section_ceilometer-glance.xml:22(replaceable) ./doc/install-guide/section_debconf-keystone_authtoken.xml:16(replaceable) ./doc/install-guide/section_debconf-keystone_authtoken.xml:17(replaceable) ./doc/install-guide/section_swift-controller-node.xml:81(replaceable) ./doc/install-guide/section_swift-controller-node.xml:82(replaceable) ./doc/install-guide/section_swift-controller-node.xml:83(replaceable) ./doc/install-guide/section_swift-controller-node.xml:177(replaceable) ./doc/install-guide/section_swift-controller-node.xml:178(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:90(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:99(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:173(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:174(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:175(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:260(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:276(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:293(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:294(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:313(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:392(replaceable) ./doc/install-guide/section_keystone-services.xml:44(replaceable) ./doc/install-guide/section_keystone-services.xml:93(replaceable) ./doc/install-guide/section_keystone-services.xml:94(replaceable) ./doc/install-guide/section_keystone-services.xml:95(replaceable) msgid "controller" msgstr "" @@ -211,7 +211,7 @@ msgstr "" msgid "During the final stage of the package installation, it is possible to automatically create an admin tenant and an admin user. This can later be used for other OpenStack services to contact the Identity service. This is the equivalent of running the below commands:" msgstr "" -#: ./doc/install-guide/section_keystone-install.xml:203(replaceable) ./doc/install-guide/section_keystone-openrc.xml:30(replaceable) ./doc/install-guide/section_trove-install.xml:111(replaceable) ./doc/install-guide/section_trove-install.xml:160(replaceable) +#: ./doc/install-guide/section_keystone-install.xml:203(replaceable) ./doc/install-guide/section_keystone-openrc.xml:30(replaceable) ./doc/install-guide/section_trove-install.xml:115(replaceable) ./doc/install-guide/section_trove-install.xml:164(replaceable) msgid "ADMIN_PASS" msgstr "" @@ -255,7 +255,7 @@ msgstr "" msgid "Adjust ownership and permissions on this directory and the files in it:" msgstr "" -#: ./doc/install-guide/section_keystone-install.xml:341(title) ./doc/install-guide/section_basics-database.xml:63(title) ./doc/install-guide/section_ceilometer-nova.xml:111(title) ./doc/install-guide/section_basics-packages.xml:146(title) ./doc/install-guide/section_cinder-storage-node.xml:288(title) ./doc/install-guide/section_cinder-controller-node.xml:267(title) ./doc/install-guide/section_nova-controller-install.xml:270(title) ./doc/install-guide/section_glance-install.xml:303(title) ./doc/install-guide/section_dashboard-install.xml:112(title) ./doc/install-guide/section_neutron-controller-node.xml:371(title) ./doc/install-guide/section_nova-compute-install.xml:199(title) ./doc/install-guide/section_heat-install.xml:334(title) ./doc/install-guide/section_ceilometer-controller.xml:404(title) +#: ./doc/install-guide/section_keystone-install.xml:341(title) ./doc/install-guide/section_basics-database.xml:63(title) ./doc/install-guide/section_ceilometer-nova.xml:111(title) ./doc/install-guide/section_basics-packages.xml:141(title) ./doc/install-guide/section_cinder-storage-node.xml:288(title) ./doc/install-guide/section_cinder-controller-node.xml:267(title) ./doc/install-guide/section_nova-controller-install.xml:270(title) ./doc/install-guide/section_glance-install.xml:303(title) ./doc/install-guide/section_dashboard-install.xml:112(title) ./doc/install-guide/section_neutron-controller-node.xml:371(title) ./doc/install-guide/section_nova-compute-install.xml:199(title) ./doc/install-guide/section_heat-install.xml:334(title) ./doc/install-guide/section_ceilometer-controller.xml:404(title) msgid "To finalize installation" msgstr "" @@ -511,7 +511,7 @@ msgstr "" msgid "In the [filter:ceilometer] section, configure notifications:" msgstr "" -#: ./doc/install-guide/section_ceilometer-swift.xml:72(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:44(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:165(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:188(replaceable) ./doc/install-guide/section_nova-controller-install.xml:160(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:106(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:198(replaceable) ./doc/install-guide/section_neutron-network-node.xml:110(replaceable) ./doc/install-guide/section_trove-install.xml:82(replaceable) ./doc/install-guide/section_trove-install.xml:158(replaceable) ./doc/install-guide/section_nova-compute-install.xml:70(replaceable) ./doc/install-guide/section_heat-install.xml:221(replaceable) ./doc/install-guide/section_ceilometer-glance.xml:24(replaceable) ./doc/install-guide/section_basics-queue.xml:81(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:278(replaceable) +#: ./doc/install-guide/section_ceilometer-swift.xml:72(replaceable) ./doc/install-guide/section_ceilometer-nova.xml:44(replaceable) ./doc/install-guide/section_cinder-storage-node.xml:165(replaceable) ./doc/install-guide/section_cinder-controller-node.xml:188(replaceable) ./doc/install-guide/section_nova-controller-install.xml:160(replaceable) ./doc/install-guide/section_neutron-compute-node.xml:106(replaceable) ./doc/install-guide/section_neutron-controller-node.xml:198(replaceable) ./doc/install-guide/section_neutron-network-node.xml:110(replaceable) ./doc/install-guide/section_trove-install.xml:86(replaceable) ./doc/install-guide/section_trove-install.xml:162(replaceable) ./doc/install-guide/section_nova-compute-install.xml:70(replaceable) ./doc/install-guide/section_heat-install.xml:221(replaceable) ./doc/install-guide/section_ceilometer-glance.xml:24(replaceable) ./doc/install-guide/section_basics-queue.xml:81(replaceable) ./doc/install-guide/section_ceilometer-controller.xml:278(replaceable) msgid "RABBIT_PASS" msgstr "" @@ -768,11 +768,11 @@ msgstr "" msgid "Create database schema: " msgstr "" -#: ./doc/install-guide/section_sahara-install.xml:129(para) ./doc/install-guide/section_glance-verify.xml:26(para) ./doc/install-guide/section_cinder-controller-node.xml:44(para) ./doc/install-guide/section_neutron-initial-networks.xml:48(para) ./doc/install-guide/section_nova-controller-install.xml:44(para) ./doc/install-guide/section_nova-verify.xml:14(para) ./doc/install-guide/section_glance-install.xml:51(para) ./doc/install-guide/section_neutron-compute-node.xml:331(para) ./doc/install-guide/section_cinder-verify.xml:23(para) ./doc/install-guide/section_neutron-controller-node.xml:41(para) ./doc/install-guide/section_neutron-controller-node.xml:425(para) ./doc/install-guide/section_ceilometer-verify.xml:15(para) ./doc/install-guide/section_neutron-network-node.xml:543(para) ./doc/install-guide/section_trove-install.xml:189(para) ./doc/install-guide/section_heat-install.xml:42(para) ./doc/install-guide/section_heat-install.xml:283(para) ./doc/install-guide/section_ceilometer-controller.xml:120(para) +#: ./doc/install-guide/section_sahara-install.xml:129(para) ./doc/install-guide/section_glance-verify.xml:26(para) ./doc/install-guide/section_cinder-controller-node.xml:44(para) ./doc/install-guide/section_neutron-initial-networks.xml:48(para) ./doc/install-guide/section_nova-controller-install.xml:44(para) ./doc/install-guide/section_nova-verify.xml:14(para) ./doc/install-guide/section_glance-install.xml:51(para) ./doc/install-guide/section_neutron-compute-node.xml:331(para) ./doc/install-guide/section_cinder-verify.xml:23(para) ./doc/install-guide/section_neutron-controller-node.xml:41(para) ./doc/install-guide/section_neutron-controller-node.xml:425(para) ./doc/install-guide/section_ceilometer-verify.xml:15(para) ./doc/install-guide/section_neutron-network-node.xml:543(para) ./doc/install-guide/section_trove-install.xml:193(para) ./doc/install-guide/section_heat-install.xml:42(para) ./doc/install-guide/section_heat-install.xml:283(para) ./doc/install-guide/section_ceilometer-controller.xml:120(para) msgid "Source the admin credentials to gain access to admin-only CLI commands:" msgstr "" -#: ./doc/install-guide/section_sahara-install.xml:135(para) ./doc/install-guide/section_cinder-controller-node.xml:49(para) ./doc/install-guide/section_nova-controller-install.xml:49(para) ./doc/install-guide/section_glance-install.xml:56(para) ./doc/install-guide/section_neutron-controller-node.xml:46(para) ./doc/install-guide/section_trove-install.xml:195(para) ./doc/install-guide/section_heat-install.xml:47(para) ./doc/install-guide/section_ceilometer-controller.xml:125(para) +#: ./doc/install-guide/section_sahara-install.xml:135(para) ./doc/install-guide/section_cinder-controller-node.xml:49(para) ./doc/install-guide/section_nova-controller-install.xml:49(para) ./doc/install-guide/section_glance-install.xml:56(para) ./doc/install-guide/section_neutron-controller-node.xml:46(para) ./doc/install-guide/section_trove-install.xml:199(para) ./doc/install-guide/section_heat-install.xml:47(para) ./doc/install-guide/section_ceilometer-controller.xml:125(para) msgid "To create the service credentials, complete these steps:" msgstr "" @@ -1338,7 +1338,7 @@ msgstr "" msgid "Disable or remove any automatic update services because they can impact your OpenStack environment." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:17(title) ./doc/install-guide/section_basics-packages.xml:51(title) ./doc/install-guide/section_basics-packages.xml:59(title) +#: ./doc/install-guide/section_basics-packages.xml:17(title) ./doc/install-guide/section_basics-packages.xml:46(title) ./doc/install-guide/section_basics-packages.xml:54(title) msgid "To enable the OpenStack repository" msgstr "" @@ -1347,110 +1347,106 @@ msgid "Install the Ubuntu Cloud archive keyring and repository:" msgstr "" #: ./doc/install-guide/section_basics-packages.xml:28(para) -msgid "Install the yum-plugin-priorities package to enable assignment of relative priorities within repositories:" -msgstr "" - -#: ./doc/install-guide/section_basics-packages.xml:33(para) msgid "On RHEL and CentOS, enable the EPEL repository:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:38(para) +#: ./doc/install-guide/section_basics-packages.xml:33(para) msgid "Fedora does not require this repository." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:42(para) +#: ./doc/install-guide/section_basics-packages.xml:37(para) msgid "On RHEL, enable the extras repository using the subscription manager:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:46(para) +#: ./doc/install-guide/section_basics-packages.xml:41(para) msgid "CentOS and Fedora do not require this repository." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:53(para) +#: ./doc/install-guide/section_basics-packages.xml:48(para) msgid "Install the rdo-release-kilo package to enable the RDO repository:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:61(para) +#: ./doc/install-guide/section_basics-packages.xml:56(para) msgid "Enable the Open Build Service repositories based on your openSUSE or SLES version:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:63(para) +#: ./doc/install-guide/section_basics-packages.xml:58(para) msgid "On openSUSE 13.2:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:65(para) +#: ./doc/install-guide/section_basics-packages.xml:60(para) msgid "On SLES 12:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:68(para) +#: ./doc/install-guide/section_basics-packages.xml:63(para) msgid "The packages are signed by GPG key 893A90DAD85F9316. You should verify the fingerprint of the imported GPG key before using it." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:80(title) +#: ./doc/install-guide/section_basics-packages.xml:75(title) msgid "To use the Debian Wheezy backports archive for Juno" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:82(para) +#: ./doc/install-guide/section_basics-packages.xml:77(para) msgid "The Juno release is available only in Debian Experimental (otherwise called rc-buggy), as Jessie is frozen soon, and will contain Icehouse. However, the Debian maintainers of OpenStack also maintain a non-official Debian repository for OpenStack containing Wheezy backports." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:89(para) +#: ./doc/install-guide/section_basics-packages.xml:84(para) msgid "On all nodes, install the Debian Wheezy backport repository Juno:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:94(para) +#: ./doc/install-guide/section_basics-packages.xml:89(para) msgid "Install the Debian Wheezy OpenStack repository for Juno:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:99(para) +#: ./doc/install-guide/section_basics-packages.xml:94(para) msgid "Update the repository database and install the key:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:103(para) +#: ./doc/install-guide/section_basics-packages.xml:98(para) msgid "Update the package database, upgrade your system, and reboot for all changes to take effect:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:109(para) +#: ./doc/install-guide/section_basics-packages.xml:104(para) msgid "Numerous archive.gplhost.com mirrors are available around the world. All are available with both FTP and HTTP protocols (you should use the closest mirror). The list of mirrors is available at http://archive.gplhost.com/readme.mirrors." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:116(title) +#: ./doc/install-guide/section_basics-packages.xml:111(title) msgid "Manually install python-argparse" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:117(para) +#: ./doc/install-guide/section_basics-packages.xml:112(para) msgid "The Debian OpenStack packages are maintained on Debian Sid (also known as Debian Unstable) - the current development version. Backported packages run correctly on Debian Wheezy with one caveat:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:121(para) +#: ./doc/install-guide/section_basics-packages.xml:116(para) msgid "All OpenStack packages are written in Python. All packages support version 2.7; porting to Python version 3 is ongoing. Note that Debian Wheezy uses Python 2.6 and 2.7, with Python 2.7 as the default interpreter; Sid has only Python 2.7. There is one packaging change between these two. In Python 2.6, you installed the python-argparse package separately. In Python 2.7, this package is installed by default. Unfortunately, in Python 2.7, this package does not include Provides: python-argparse directive." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:132(para) +#: ./doc/install-guide/section_basics-packages.xml:127(para) msgid "Because the packages are maintained in Sid where the Provides: python-argparse directive causes an error, and the Debian OpenStack maintainer wants to maintain one version of the OpenStack packages, you must manually install the python-argparse on each OpenStack system that runs Debian Wheezy before you install the other OpenStack packages. Use the following command to install the package:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:141(para) +#: ./doc/install-guide/section_basics-packages.xml:136(para) msgid "This caveat applies to most OpenStack packages in Wheezy." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:148(para) +#: ./doc/install-guide/section_basics-packages.xml:143(para) msgid "Upgrade the packages on your system:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:153(para) +#: ./doc/install-guide/section_basics-packages.xml:148(para) msgid "If the upgrade process includes a new kernel, reboot your system to activate it." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:158(para) +#: ./doc/install-guide/section_basics-packages.xml:153(para) msgid "RHEL and CentOS enable SELinux by default. Install the openstack-selinux package to automatically manage security policies for OpenStack services:" msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:164(para) +#: ./doc/install-guide/section_basics-packages.xml:159(para) msgid "Fedora does not require this package." msgstr "" -#: ./doc/install-guide/section_basics-packages.xml:167(para) +#: ./doc/install-guide/section_basics-packages.xml:162(para) msgid "The installation process for this package can take a while." msgstr "" @@ -3113,7 +3109,7 @@ msgstr "" msgid "Add the admin role to the neutron user:" msgstr "" -#: ./doc/install-guide/section_neutron-controller-node.xml:75(para) ./doc/install-guide/section_trove-install.xml:224(para) +#: ./doc/install-guide/section_neutron-controller-node.xml:75(para) ./doc/install-guide/section_trove-install.xml:228(para) msgid "Create the neutron service entity:" msgstr "" @@ -3660,134 +3656,134 @@ msgid "TROVE_PASS" msgstr "" #: ./doc/install-guide/section_trove-install.xml:60(para) -msgid "Edit the [DEFAULT] section of each file (except api-paste.ini) and set appropriate values for the OpenStack service URLs (can be handled by Keystone service catalog), logging and messaging configuration, and SQL connections:" +msgid "Edit the [DEFAULT] section of each file (except api-paste.ini) and set appropriate values for the OpenStack service URLs (can be handled by Keystone service catalog), logging and messaging configuration. Edit the [database] section in each file to add the SQL connections:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:70(literal) ./doc/install-guide/section_trove-install.xml:123(replaceable) ./doc/install-guide/section_trove-install.xml:125(replaceable) +#: ./doc/install-guide/section_trove-install.xml:74(literal) ./doc/install-guide/section_trove-install.xml:127(replaceable) ./doc/install-guide/section_trove-install.xml:129(replaceable) msgid "TROVE_DBPASS" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:75(para) +#: ./doc/install-guide/section_trove-install.xml:79(para) msgid "Configure the Database service to use the RabbitMQ message broker by setting the following options in the [DEFAULT] configuration group of each file:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:81(replaceable) +#: ./doc/install-guide/section_trove-install.xml:85(replaceable) msgid "guest" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:83(replaceable) +#: ./doc/install-guide/section_trove-install.xml:87(replaceable) msgid "/" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:90(para) +#: ./doc/install-guide/section_trove-install.xml:94(para) msgid "Edit the trove.conf file so it includes appropriate values for the default datastore and network label regex as shown below:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:102(para) +#: ./doc/install-guide/section_trove-install.xml:106(para) msgid "Edit the trove-taskmanager.conf file so it includes the required settings to connect to the OpenStack Compute service as shown below:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:119(para) +#: ./doc/install-guide/section_trove-install.xml:123(para) msgid "Prepare the trove admin database:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:129(para) +#: ./doc/install-guide/section_trove-install.xml:133(para) msgid "Prepare the Database service:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:132(para) +#: ./doc/install-guide/section_trove-install.xml:136(para) msgid "Initialize the database:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:136(para) +#: ./doc/install-guide/section_trove-install.xml:140(para) msgid "Create a datastore. You need to create a separate datastore for each type of database you want to use, for example, MySQL, MongoDB, Cassandra. This example shows you how to create a datastore for a MySQL database:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:144(para) +#: ./doc/install-guide/section_trove-install.xml:148(para) msgid "Create a trove image." msgstr "" -#: ./doc/install-guide/section_trove-install.xml:145(para) +#: ./doc/install-guide/section_trove-install.xml:149(para) msgid "Create an image for the type of database you want to use, for example, MySQL, MongoDB, Cassandra." msgstr "" -#: ./doc/install-guide/section_trove-install.xml:147(para) +#: ./doc/install-guide/section_trove-install.xml:151(para) msgid "This image must have the trove guest agent installed, and it must have the trove-guestagent.conf file configured to connect to your OpenStack environment. To correctly configure the trove-guestagent.conf file, follow these steps on the guest instance you are using to build your image:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:156(para) +#: ./doc/install-guide/section_trove-install.xml:160(para) msgid "Add the following lines to trove-guestagent.conf:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:168(para) +#: ./doc/install-guide/section_trove-install.xml:172(para) msgid "Update the datastore and version to use the specific image with the command." msgstr "" -#: ./doc/install-guide/section_trove-install.xml:169(replaceable) ./doc/install-guide/section_trove-install.xml:170(replaceable) ./doc/install-guide/section_trove-install.xml:180(replaceable) ./doc/install-guide/section_trove-install.xml:181(replaceable) +#: ./doc/install-guide/section_trove-install.xml:173(replaceable) ./doc/install-guide/section_trove-install.xml:174(replaceable) ./doc/install-guide/section_trove-install.xml:184(replaceable) ./doc/install-guide/section_trove-install.xml:185(replaceable) msgid "datastore_name" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:169(replaceable) +#: ./doc/install-guide/section_trove-install.xml:173(replaceable) msgid "datastore_version" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:170(replaceable) ./doc/install-guide/section_trove-install.xml:180(replaceable) +#: ./doc/install-guide/section_trove-install.xml:174(replaceable) ./doc/install-guide/section_trove-install.xml:184(replaceable) msgid "version_name" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:171(replaceable) +#: ./doc/install-guide/section_trove-install.xml:175(replaceable) msgid "datastore_manager" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:171(replaceable) +#: ./doc/install-guide/section_trove-install.xml:175(replaceable) msgid "glance_image_id" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:171(replaceable) +#: ./doc/install-guide/section_trove-install.xml:175(replaceable) msgid "packages" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:171(replaceable) +#: ./doc/install-guide/section_trove-install.xml:175(replaceable) msgid "active" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:172(para) +#: ./doc/install-guide/section_trove-install.xml:176(para) msgid "This example shows you how to create a MySQL datastore with version 5.5:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:174(replaceable) +#: ./doc/install-guide/section_trove-install.xml:178(replaceable) msgid "glance_image_ID" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:177(para) +#: ./doc/install-guide/section_trove-install.xml:181(para) msgid "Upload post-provisioning configuration validation rules:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:181(replaceable) +#: ./doc/install-guide/section_trove-install.xml:185(replaceable) msgid "/etc//validation-rules.json" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:182(para) +#: ./doc/install-guide/section_trove-install.xml:186(para) msgid "Example for uploading rules for MySQL datastore:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:198(para) +#: ./doc/install-guide/section_trove-install.xml:202(para) msgid "Create the trove user:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:213(para) +#: ./doc/install-guide/section_trove-install.xml:217(para) msgid "Add the admin role to the trove user:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:241(para) +#: ./doc/install-guide/section_trove-install.xml:245(para) msgid "Create the Database service API endpoint:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:263(para) +#: ./doc/install-guide/section_trove-install.xml:267(para) msgid "Restart the Database services:" msgstr "" -#: ./doc/install-guide/section_trove-install.xml:270(para) +#: ./doc/install-guide/section_trove-install.xml:274(para) msgid "Start the Database services and configure them to start when the system boots:" msgstr "" @@ -4596,102 +4592,6 @@ msgstr "" msgid "The OpenStack® system consists of several key projects that you install separately. These projects work together depending on your cloud needs. These projects include Compute, Identity Service, Networking, Image Service, Block Storage, Object Storage, Telemetry, Orchestration, and Database. You can install any of these projects separately and configure them stand-alone or as connected entities. This guide walks through an installation by using packages available through Debian 7 (code name: Wheezy).This guide walks through an installation by using packages available through Ubuntu 14.04.This guide shows you how to install OpenStack by using packages available through Fedora 21 as well as on Red Hat Enterprise Linux 7 and its derivatives through the EPEL repository.This guide shows you how to install OpenStack by using packages on openSUSE 13.2 and SUSE Linux Enterprise Server 12 through the Open Build Service Cloud repository. Explanations of configuration options and sample configuration files are included." msgstr "" -#: ./doc/install-guide/bk-openstack-install-guide.xml:82(date) -msgid "2014-10-15" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:86(para) -msgid "For the Juno release, this guide contains these updates: Replace openstack-config commands with general configuration file editing. Standardize on a single message queue system (RabbitMQ). Reference generic SQL database, enabling MySQL or MariaDB where appropriate. Replace auth_port and auth_protocol with identity_uri, and auth_host with auth_uri. Multiple edits for consistency. It has been updated for Juno and new distribution versions." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:104(date) -msgid "2014-06-03" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:108(para) -msgid "Start documentation for Juno." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:115(date) -msgid "2014-04-16" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:119(para) -msgid "Update for Icehouse, rework Networking setup to use ML2 as plugin, add new chapter for Database service setup, improved basic configuration." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:128(date) -msgid "2013-10-25" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:132(para) -msgid "Added initial Debian support." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:138(date) -msgid "2013-10-17" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:142(para) -msgid "Havana release." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:148(date) -msgid "2013-10-16" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:152(para) -msgid "Add support for SUSE Linux Enterprise." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:159(date) -msgid "2013-10-08" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:163(para) -msgid "Complete reorganization for Havana." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:170(date) -msgid "2013-09-09" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:174(para) -msgid "Build also for openSUSE." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:180(date) -msgid "2013-08-01" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:184(para) -msgid "Fixes to Object Storage verification steps. Fix bug 1207347." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:193(date) -msgid "2013-07-25" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:197(para) -msgid "Adds creation of cinder user and addition to the service tenant. Fix bug 1205057." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:207(date) -msgid "2013-05-08" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:211(para) -msgid "Updated the book title for consistency." -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:218(date) -msgid "2013-05-02" -msgstr "" - -#: ./doc/install-guide/bk-openstack-install-guide.xml:222(para) -msgid "Updated cover and fixed small errors in appendix." -msgstr "" - #: ./doc/install-guide/section_basics-queue.xml:8(title) msgid "Message queue" msgstr "" diff --git a/doc/install-guide/locale/ja.po b/doc/install-guide/locale/ja.po index db9472959c..5a19bea448 100644 --- a/doc/install-guide/locale/ja.po +++ b/doc/install-guide/locale/ja.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-30 05:50+0000\n" -"PO-Revision-Date: 2015-04-30 05:48+0000\n" +"POT-Creation-Date: 2015-05-01 04:01+0000\n" +"PO-Revision-Date: 2015-05-01 04:03+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-" "manuals-i18n/language/ja/)\n" @@ -1846,13 +1846,6 @@ msgid "Install the Ubuntu Cloud archive keyring and repository:" msgstr "" "Ubuntu Cloud アーカイブのキーリングとリポジトリーをインストールします。" -msgid "" -"Install the yum-plugin-priorities package to enable " -"assignment of relative priorities within repositories:" -msgstr "" -"yum-plugin-priorities パッケージをインストールし、リポジト" -"リ内の相対優先度の割り当てを有効化します。" - msgid "" "On RHEL and CentOS, enable the EPEL repository:" @@ -4576,17 +4569,6 @@ msgstr "" msgid "TROVE_PASS" msgstr "TROVE_PASS" -msgid "" -"Edit the [DEFAULT] section of each file (except " -"api-paste.ini) and set appropriate values for the " -"OpenStack service URLs (can be handled by Keystone service catalog), logging " -"and messaging configuration, and SQL connections:" -msgstr "" -"各ファイル (api-paste.ini を除く) の [DEFAULT]" -" セクションを編集し、OpenStack のサービスの URL (Keystone のサービ" -"スカタログにより取り扱われるもの)、ログ設定、メッセージングの設定、SQL 接続の" -"項目に適切な値を設定します。" - msgid "TROVE_DBPASS" msgstr "TROVE_DBPASS" @@ -5683,82 +5665,6 @@ msgstr "OpenStack インストールガイド" msgid "Copyright details are filled in by the template." msgstr "Copyright details are filled in by the template." -msgid "2014-10-15" -msgstr "2014-10-15" - -msgid "2014-06-03" -msgstr "2014-06-03" - -msgid "Start documentation for Juno." -msgstr "Juno 向けドキュメント化を開始しました。" - -msgid "2014-04-16" -msgstr "2014-04-16" - -msgid "2013-10-25" -msgstr "2013-10-25" - -msgid "Added initial Debian support." -msgstr "Debian の初期サポートの追加。" - -msgid "2013-10-17" -msgstr "2013-10-17" - -msgid "Havana release." -msgstr "Havana リリース。" - -msgid "2013-10-16" -msgstr "2013-10-16" - -msgid "Add support for SUSE Linux Enterprise." -msgstr "SUSE Linux Enterprise のサポートの追加。" - -msgid "2013-10-08" -msgstr "2013-10-08" - -msgid "Complete reorganization for Havana." -msgstr "Havana 向け再構成の完了。" - -msgid "2013-09-09" -msgstr "2013-09-09" - -msgid "Build also for openSUSE." -msgstr "openSUSE 版の作成。" - -msgid "2013-08-01" -msgstr "2013-08-01" - -msgid "" -"Fixes to Object Storage verification steps. Fix bug 1207347." -msgstr "" -"Object Storage 検証手順の修正。バグ 1207347 の修正。" - -msgid "2013-07-25" -msgstr "2013-07-25" - -msgid "" -"Adds creation of cinder user and addition to the service tenant. Fix bug " -"1205057." -msgstr "" -"cinder ユーザーの作成と service プロジェクトへの追加。バグ 1205057 " -"の修正。" - -msgid "2013-05-08" -msgstr "2013-05-08" - -msgid "Updated the book title for consistency." -msgstr "一貫性のために文書名の更新。" - -msgid "2013-05-02" -msgstr "2013-05-02" - -msgid "Updated cover and fixed small errors in appendix." -msgstr "表紙の更新と付録の小さなミスの修正。" - msgid "Message queue" msgstr "メッセージキュー" diff --git a/doc/install-guide/locale/ko_KR.po b/doc/install-guide/locale/ko_KR.po index 47cae473a6..be55fa0aa5 100644 --- a/doc/install-guide/locale/ko_KR.po +++ b/doc/install-guide/locale/ko_KR.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-30 05:50+0000\n" -"PO-Revision-Date: 2015-04-30 05:48+0000\n" +"POT-Creation-Date: 2015-05-01 04:01+0000\n" +"PO-Revision-Date: 2015-05-01 04:03+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/openstack-" "manuals-i18n/language/ko_KR/)\n" @@ -1601,13 +1601,6 @@ msgstr "오픈스택 저장소 활성화" msgid "Install the Ubuntu Cloud archive keyring and repository:" msgstr "Ubuntu 클라우드 아카이브 키링과 저장소를 설치합니다:" -msgid "" -"Install the yum-plugin-priorities package to enable " -"assignment of relative priorities within repositories:" -msgstr "" -"저장소의 관련 우선순위 할당을 활성화시키기 위해 yum-plugin-" -"priorities 패키지를 설치합니다:" - msgid "Fedora does not require this repository." msgstr "Fedora는 해당 저장소를 필요로하지 않습니다." @@ -3505,81 +3498,6 @@ msgstr "OpenStack 설치 가이드" msgid "Copyright details are filled in by the template." msgstr "저작권 상세 정보는 양식에 맞게 채워집니다." -msgid "2014-10-15" -msgstr "2014-10-15" - -msgid "2014-06-03" -msgstr "2014-06-03" - -msgid "Start documentation for Juno." -msgstr "Juno에 대한 문서화 시작." - -msgid "2014-04-16" -msgstr "2014-04-16" - -msgid "2013-10-25" -msgstr "2013-10-25" - -msgid "Added initial Debian support." -msgstr "초기 Debian 지원 추가함." - -msgid "2013-10-17" -msgstr "2013-10-17" - -msgid "Havana release." -msgstr "Havana 릴리즈." - -msgid "2013-10-16" -msgstr "2013-10-16" - -msgid "Add support for SUSE Linux Enterprise." -msgstr "SUSE Linux Enterprise 지원 추가." - -msgid "2013-10-08" -msgstr "2013-10-08" - -msgid "Complete reorganization for Havana." -msgstr "Havana에 맞게 개편 완료." - -msgid "2013-09-09" -msgstr "2013-09-09" - -msgid "Build also for openSUSE." -msgstr "openSUSE용 빌드." - -msgid "2013-08-01" -msgstr "2013-08-01" - -msgid "" -"Fixes to Object Storage verification steps. Fix bug 1207347." -msgstr "" -"오브젝트 스토리지 확인 과정 수정함. 1207347 버그 수정." - -msgid "2013-07-25" -msgstr "2013-07-25" - -msgid "" -"Adds creation of cinder user and addition to the service tenant. Fix bug " -"1205057." -msgstr "" -"Cinder 사용자 생성하는 부분 추가 및 서비스 tenant 추가. 1205057 버그 수정." - -msgid "2013-05-08" -msgstr "2013-05-08" - -msgid "Updated the book title for consistency." -msgstr "일관성 확보를 위해 책 제목 업데이트." - -msgid "2013-05-02" -msgstr "2013-05-02" - -msgid "Updated cover and fixed small errors in appendix." -msgstr "표지 업데이트 및 부록 부분의 약간의 오류 수정." - msgid "Message queue" msgstr "메시지 큐" diff --git a/doc/install-guide/locale/pt_BR.po b/doc/install-guide/locale/pt_BR.po index c53d5208e6..b686608850 100644 --- a/doc/install-guide/locale/pt_BR.po +++ b/doc/install-guide/locale/pt_BR.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-30 05:50+0000\n" -"PO-Revision-Date: 2015-04-30 05:48+0000\n" +"POT-Creation-Date: 2015-05-01 04:01+0000\n" +"PO-Revision-Date: 2015-05-01 04:03+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" "openstack-manuals-i18n/language/pt_BR/)\n" @@ -1512,13 +1512,6 @@ msgstr "Habilitar o repositório OpenStack" msgid "Install the Ubuntu Cloud archive keyring and repository:" msgstr "Instale o repositório e o arquivos de chaves do Ubuntu:" -msgid "" -"Install the yum-plugin-priorities package to enable " -"assignment of relative priorities within repositories:" -msgstr "" -"Instale o pacote yum-plugin-priorities para habilitar a " -"atribuição de prioridades relativas dentro dos repositórios:" - msgid "" "On RHEL and CentOS, enable the EPEL repository:" @@ -4578,17 +4571,6 @@ msgstr "" msgid "TROVE_PASS" msgstr "TROVE_PASS" -msgid "" -"Edit the [DEFAULT] section of each file (except " -"api-paste.ini) and set appropriate values for the " -"OpenStack service URLs (can be handled by Keystone service catalog), logging " -"and messaging configuration, and SQL connections:" -msgstr "" -"Edite a seção [DEFAULT] de cada arquivo (exceto de " -"api-paste.ini) e defina valores apropriados para as " -"URLs de serviço do OpenStack (pode ser manipulado pelo catálogo de serviço " -"Keystone), configurações de log e mensagens, e conexões SQL:" - msgid "TROVE_DBPASS" msgstr "TROVE_DBPASS" @@ -5799,99 +5781,6 @@ msgstr "Guia de Instalação do OpenStack" msgid "Copyright details are filled in by the template." msgstr "Detalhes de direitos autorais são preenchidos pelo modelo." -msgid "2014-10-15" -msgstr "2014-10-15" - -msgid "" -"For the Juno release, this guide contains these updates: Replace openstack-" -"config commands with general configuration file editing. Standardize on a " -"single message queue system (RabbitMQ). Reference generic SQL database, " -"enabling MySQL or MariaDB where appropriate. Replace auth_port and " -"auth_protocol with identity_uri, and auth_host with auth_uri. Multiple edits " -"for consistency. It has been updated for Juno and new distribution versions." -msgstr "" -"Para a versão Juno, este guia contém estas atualizações: Substitua os " -"comandos openstack-config por edição de arquivos de configuração gerais. " -"Padronize em um sistema simples de fila de mensagens (RabbitMQ). Referencie " -"bancos de dados SQL genéricos, habilitando MySQL ou MariaDB onde apropriado. " -"Substitua auth_port e auth_protocol por identity_uri, e auth_host por " -"auth_uri. Várias edições para consistência. Ele tem sido atualizado para " -"Juno e novas versões de distribuição." - -msgid "2014-06-03" -msgstr "2014-06-03" - -msgid "Start documentation for Juno." -msgstr "Iniciar documentação para Juno." - -msgid "2014-04-16" -msgstr "2014-04-16" - -msgid "2013-10-25" -msgstr "2013-10-25" - -msgid "Added initial Debian support." -msgstr "Adicionado suporte inicial ao Debian." - -msgid "2013-10-17" -msgstr "2013-10-17" - -msgid "Havana release." -msgstr "Versão Havana." - -msgid "2013-10-16" -msgstr "2013-10-16" - -msgid "Add support for SUSE Linux Enterprise." -msgstr "Adição do suporte para SUSE Linux Enterprise." - -msgid "2013-10-08" -msgstr "2013-10-08" - -msgid "Complete reorganization for Havana." -msgstr "Reorganização completa para Havana." - -msgid "2013-09-09" -msgstr "2013-09-09" - -msgid "Build also for openSUSE." -msgstr "Build para openSUSE." - -msgid "2013-08-01" -msgstr "2013-08-01" - -msgid "" -"Fixes to Object Storage verification steps. Fix bug 1207347." -msgstr "" -"Correções nas etapas de verificação do Object Storage. Correção de bug 1207347." - -msgid "2013-07-25" -msgstr "2013-07-25" - -msgid "" -"Adds creation of cinder user and addition to the service tenant. Fix bug " -"1205057." -msgstr "" -"Adiciona a criação de usuário do cinder adicionalmente ao service tenant. " -"Erro corrigido 1.205.057 ." - -msgid "2013-05-08" -msgstr "2013-05-08" - -msgid "Updated the book title for consistency." -msgstr "Atualizado o título do livro para consistência." - -msgid "2013-05-02" -msgstr "2013-05-02" - -msgid "Updated cover and fixed small errors in appendix." -msgstr "Atualizada a capa e corrigidos pequenos erros no apêndice." - msgid "Install the package:" msgstr "Instalar o pacote:" diff --git a/doc/install-guide/locale/ru.po b/doc/install-guide/locale/ru.po index b5c368df63..0d258d9d54 100644 --- a/doc/install-guide/locale/ru.po +++ b/doc/install-guide/locale/ru.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-30 05:50+0000\n" -"PO-Revision-Date: 2015-04-30 05:48+0000\n" +"POT-Creation-Date: 2015-05-01 04:01+0000\n" +"PO-Revision-Date: 2015-05-01 04:03+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Russian (http://www.transifex.com/projects/p/openstack-" "manuals-i18n/language/ru/)\n" @@ -1292,13 +1292,6 @@ msgstr "Для подключения репозитория OpenStack" msgid "Install the Ubuntu Cloud archive keyring and repository:" msgstr "Установите ключи и репозиторий архива Ubuntu Cloud:" -msgid "" -"Install the yum-plugin-priorities package to enable " -"assignment of relative priorities within repositories:" -msgstr "" -"Установите пакет yum-plugin-priorities для задействования " -"относительных приоритетов в репозиториях:" - msgid "" "On RHEL and CentOS, enable the EPEL repository:" @@ -4521,83 +4514,6 @@ msgstr "Справочник по установке OpenStack" msgid "Copyright details are filled in by the template." msgstr "Сведения об авторском праве заполнены по шаблону." -msgid "2014-10-15" -msgstr "2014-10-15" - -msgid "2014-06-03" -msgstr "2014-06-03" - -msgid "Start documentation for Juno." -msgstr "Начало документирования для Juno." - -msgid "2014-04-16" -msgstr "2014-04-16" - -msgid "2013-10-25" -msgstr "2013-10-25" - -msgid "Added initial Debian support." -msgstr "Добавлена начальная поддержка Debian." - -msgid "2013-10-17" -msgstr "2013-10-17" - -msgid "Havana release." -msgstr "Выход Havana." - -msgid "2013-10-16" -msgstr "2013-10-16" - -msgid "Add support for SUSE Linux Enterprise." -msgstr "Добавлена поддержка SUSE Linux Enterprise." - -msgid "2013-10-08" -msgstr "2013-10-08" - -msgid "Complete reorganization for Havana." -msgstr "Окончена реорганизация для Havana" - -msgid "2013-09-09" -msgstr "2013-09-09" - -msgid "Build also for openSUSE." -msgstr "Так же собрано для openSUSE." - -msgid "2013-08-01" -msgstr "2013-08-01" - -msgid "" -"Fixes to Object Storage verification steps. Fix bug 1207347." -msgstr "" -"Иcправлены шаги по проверке работы Object Storage. Исправлена ошибка 1207347." - -msgid "2013-07-25" -msgstr "2013-07-25" - -msgid "" -"Adds creation of cinder user and addition to the service tenant. Fix bug " -"1205057." -msgstr "" -"Добавляет создание пользователя cinder и дополнение к арендатору сервиса. " -"Фиксирует баг 1205057." - -msgid "2013-05-08" -msgstr "2013-05-08" - -msgid "Updated the book title for consistency." -msgstr "Обновлен заголовок книги." - -msgid "2013-05-02" -msgstr "2013-05-02" - -msgid "Updated cover and fixed small errors in appendix." -msgstr "Обновлена обложка и исправлены небольшие ошибки в приложении." - msgid "Install the package:" msgstr "Установите пакет:" diff --git a/doc/install-guide/locale/zh_CN.po b/doc/install-guide/locale/zh_CN.po index 130236a3d7..ef9ab5abca 100644 --- a/doc/install-guide/locale/zh_CN.po +++ b/doc/install-guide/locale/zh_CN.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-30 05:50+0000\n" -"PO-Revision-Date: 2015-04-30 05:48+0000\n" +"POT-Creation-Date: 2015-05-01 04:01+0000\n" +"PO-Revision-Date: 2015-05-01 04:03+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/" "openstack-manuals-i18n/language/zh_CN/)\n" @@ -108,6 +108,16 @@ msgstr "" msgid "Install and configure" msgstr "安装和配置" +msgid "" +"This section describes how to install and configure the OpenStack Identity " +"service, code-named keystone, on the controller node. For performance, this " +"configuration deploys the Apache HTTP server to handle requests and " +"Memcached to store tokens instead of a SQL database." +msgstr "" +"本章节描述如何在控制节点上安装与配置代号名为keystone的OpenStack身份认证服务。" +"为了性能,这个配置中部署Apache HTTP服务器来处理请求,部署Memcached来存储令牌" +"而不是通过SQL数据库。" + msgid "To configure prerequisites" msgstr "配置前的准备" @@ -145,6 +155,9 @@ msgid "" "configuration:" msgstr "生成一个随机值在初始的配置中作为管理员的令牌。" +msgid "To install and configure the Identity service components" +msgstr "安装与配置身份认证服务的部件" + msgid "" "Default configuration files vary by distribution. You might need to add " "these sections and options rather than modifying existing sections and " @@ -155,6 +168,18 @@ msgstr "" "修改现有的部分或是选项。另外,配置文件代码段中的省略号(...)表明这可能是你需要" "保留的默认配置选项。" +msgid "" +"By default, the keystone service " +"listens on ports 5000 and 35357. However, this guide configures the Apache " +"HTTP server to listen on those ports. To avoid port conflicts, disable the " +"keystone service from starting " +"automatically after installation:" +msgstr "" +"默认情况下,keystone服务在端口5000" +"和35357上进行监听。但是,本指南配置Apache HTTP服务器来监听这些端口。为了避免" +"端口冲突,在安装后禁止 keystone服" +"务的自动启动:" + msgid "Run the following command to install the packages:" msgstr "运行以下命令来安装包。" @@ -298,6 +323,13 @@ msgstr "" msgid "To configure the Apache HTTP server" msgstr "配置 Apache HTTP 服务器" +msgid "" +"Edit the /etc/apache2/apache2.conf file and configure " +"the ServerName option to reference the controller node:" +msgstr "" +"编辑文件 /etc/apache2/apache2.conf 配置选项 " +"ServerName 指向控制节点:" + msgid "Disable the default virtual host:" msgstr "关闭默认虚拟主机:" @@ -1579,6 +1611,79 @@ msgstr "" "html#dashboard-sessions\">为仪表盘设置会话存储部分,以获取用户会话数据" "的相关信息。" +msgid "" +"Verify operation of the Identity service before installing other services." +msgstr "在安装其他服务之前确认身份认证服务的操作。" + +msgid "" +"For security reasons, disable the temporary authentication token mechanism:" +msgstr "因为安全性的原因,关闭临时认证令牌机制:" + +msgid "" +"Edit the /etc/keystone/keystone-paste.ini file and " +"remove admin_token_auth from the [pipeline:" +"public_api], [pipeline:admin_api], and " +"[pipeline:api_v3] sections." +msgstr "" +"编辑文件/etc/keystone/keystone-paste.ini,从 " +"[pipeline:public_api], [pipeline:admin_api], 和" +"[pipeline:api_v3] 各部分中删除 admin_token_auth。" + +msgid "" +"Unset the temporary OS_TOKEN and OS_URL " +"environment variables:" +msgstr "" +"取消临时的OS_TOKENOS_URL 环境变量的设置:" + +msgid "" +"As the admin user, request an authentication token from " +"the Identity version 2.0 API:" +msgstr "" +"作为admin用户,通过Identity2.0版API请求一个认证令牌:" + +msgid "This command uses the password for the admin user." +msgstr "这个命令使用admin用户的密码。" + +msgid "" +"The Identity version 3 API adds support for domains that contain projects " +"and users. Projects and users can use the same names in different domains. " +"Therefore, in order to use the version 3 API, requests must also explicitly " +"contain at least the default domain or use IDs. For " +"simplicity, this guide explicitly uses the default domain " +"so examples can use names instead of IDs." +msgstr "" +"Identity 3.0版API增加了对包含项目与用户的域的支持。项目与用户可以再不同的域中" +"使用相同的名字。因此,要使用3.0版的API,请求中至少必须显性包含 " +"default 域或者是用户ID。为简化起见,本指南中显性指定" +"default域,这样示例中可以使用用户名而不是ID。" + +msgid "" +"As the admin user, list projects to verify that the " +"admin user can execute admin-only CLI commands and that " +"the Identity service contains the projects that you created in :" +msgstr "" +"作为admin用户,列出各项目来验证admin用" +"户可以执行限admin用户使用的命令行接口命令,还有身份认证服务中包含有你在 " +"中生成的项目:" + +msgid "" +"As the admin user, list projects to verify that the " +"admin user can execute CLI commands and that the Identity " +"service contains the projects created by the configuration tool:" +msgstr "" +"作为admin用户,列出各项目来验证admin用" +"户可以执行命令行接口命令,还有身份认证服务中包含有通过配置工具生成的项目:" + +msgid "" +"As the admin user, list users to verify that the Identity " +"service contains the users that you created in :" +msgstr "" +"作为admin用户,列出各用户来验证身份认证服务包含有你在" +"生成的用户:" + msgid "OpenStack packages" msgstr "OpenStack包" @@ -1601,13 +1706,6 @@ msgstr "启用 OpenStack 仓库" msgid "Install the Ubuntu Cloud archive keyring and repository:" msgstr "安装 Ubuntu Cloud 档案认证环和仓库:" -msgid "" -"Install the yum-plugin-priorities package to enable " -"assignment of relative priorities within repositories:" -msgstr "" -"安装 yum-plugin-priorities 包,以启用仓库中相对优先级的分" -"配:" - msgid "" "On RHEL and CentOS, enable the EPEL repository:" @@ -4473,16 +4571,6 @@ msgstr "您需要采用上游的 api-paste.ini 并修改以 msgid "TROVE_PASS" msgstr "TROVE_PASS" -msgid "" -"Edit the [DEFAULT] section of each file (except " -"api-paste.ini) and set appropriate values for the " -"OpenStack service URLs (can be handled by Keystone service catalog), logging " -"and messaging configuration, and SQL connections:" -msgstr "" -"修改每个文件 (api-paste.ini 除外) 中的 " -"[DEFAULT] 部分,并为 OpenStack 的服务 URLs (可由身份认证服务目录处" -"理)、logging 和 messaging 配置和 SQL 连接设置合适的值:" - msgid "TROVE_DBPASS" msgstr "TROVE_DBPASS" @@ -5599,95 +5687,6 @@ msgstr "OpenStack安装指南" msgid "Copyright details are filled in by the template." msgstr "版权信息来自于模板" -msgid "2014-10-15" -msgstr "2014-10-15" - -msgid "" -"For the Juno release, this guide contains these updates: Replace openstack-" -"config commands with general configuration file editing. Standardize on a " -"single message queue system (RabbitMQ). Reference generic SQL database, " -"enabling MySQL or MariaDB where appropriate. Replace auth_port and " -"auth_protocol with identity_uri, and auth_host with auth_uri. Multiple edits " -"for consistency. It has been updated for Juno and new distribution versions." -msgstr "" -"对于 Juno 的发布版本,本指南包含了一些更新:以一般的配置文件修改替换了 " -"openstack-config 命令。规范化单个消息队列系统 (RabbitMQ)。关联通用 SQL 数据" -"库,在合适的地方启用 MySQL 或 MariaDB。以 identity_uri 替换 auth_port 和 " -"auth_protocol,以 auth_uri 替换 auth_host。多个修改的一致性。已经将其更新为 " -"Juno 和更新的发布版本。" - -msgid "2014-06-03" -msgstr "2014-06-03" - -msgid "Start documentation for Juno." -msgstr "开始使用 Juno 文档。" - -msgid "2014-04-16" -msgstr "2014-04-16" - -msgid "2013-10-25" -msgstr "2013-10-25" - -msgid "Added initial Debian support." -msgstr "增加最初的Debian支持。" - -msgid "2013-10-17" -msgstr "2013-10-17" - -msgid "Havana release." -msgstr "Havana发行版。" - -msgid "2013-10-16" -msgstr "2013-10-16" - -msgid "Add support for SUSE Linux Enterprise." -msgstr "增加SUSE 系统企业版支持" - -msgid "2013-10-08" -msgstr "2013-10-08" - -msgid "Complete reorganization for Havana." -msgstr "为Havana版本完成改编。" - -msgid "2013-09-09" -msgstr "2013-09-09" - -msgid "Build also for openSUSE." -msgstr "为openSUSE建造" - -msgid "2013-08-01" -msgstr "2013-08-01" - -msgid "" -"Fixes to Object Storage verification steps. Fix bug 1207347." -msgstr "" -"对象存储验证步骤的改进。 更正错误1207347。" - -msgid "2013-07-25" -msgstr "2013-07-25" - -msgid "" -"Adds creation of cinder user and addition to the service tenant. Fix bug " -"1205057." -msgstr "" -"添加创建cinder用户和服务租户的更多功能。 更正错误1205057." - -msgid "2013-05-08" -msgstr "2013-05-08" - -msgid "Updated the book title for consistency." -msgstr "为了统一更新了书的标题。" - -msgid "2013-05-02" -msgstr "2013-05-02" - -msgid "Updated cover and fixed small errors in appendix." -msgstr "更新了封面并修正了附录中的一些小错误。" - msgid "Message queue" msgstr "消息队列" diff --git a/doc/networking-guide/source/locale/networking-guide.pot b/doc/networking-guide/source/locale/networking-guide.pot index b09974a902..685ffb67d5 100644 --- a/doc/networking-guide/source/locale/networking-guide.pot +++ b/doc/networking-guide/source/locale/networking-guide.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Networking Guide 0.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 06:09+0000\n" +"POT-Creation-Date: 2015-05-01 06:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,7 +16,9 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../deploy_scenario2.rst:644 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:644 ../deploy_scenario3b.rst:354 msgid "(Optional) Reduce MTU for VXLAN project networks." msgstr "" @@ -227,7 +229,9 @@ msgid "" "for OVS and Linux bridge." msgstr "" -#: ../deploy_scenario2.rst:925 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:925 ../deploy_scenario3b.rst:609 msgid "" "Add a gateway to the external network for the project network on the router::" msgstr "" @@ -264,9 +268,12 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1b.rst:622 ../deploy_scenario1b.rst:685 #: ../deploy_scenario1b.rst:825 ../deploy_scenario2.rst:547 #: ../deploy_scenario2.rst:615 ../deploy_scenario2.rst:740 +#: ../deploy_scenario3b.rst:245 ../deploy_scenario3b.rst:316 +#: ../deploy_scenario3b.rst:444 msgid "Adjust the VLAN tag and VXLAN tunnel ID ranges for your environment." msgstr "" @@ -311,12 +318,13 @@ msgstr "" # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../config_ml2_plug_in.rst:9 ../config_server.rst:6 #: ../deploy_scenario1a.rst:92 ../deploy_scenario1b.rst:86 -#: ../deploy_scenario2.rst:103 ../deploy_scenario4a.rst:97 -#: ../deploy_scenario4b.rst:101 +#: ../deploy_scenario2.rst:103 ../deploy_scenario3b.rst:93 +#: ../deploy_scenario4a.rst:97 ../deploy_scenario4b.rst:101 msgid "Architecture" msgstr "" @@ -330,7 +338,9 @@ msgstr "" msgid "Associate the floating IP address with the instance:" msgstr "" -#: ../deploy_scenario2.rst:1031 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:1031 ../deploy_scenario3b.rst:797 msgid "Associate the floating IP address with the instance::" msgstr "" @@ -356,6 +366,12 @@ msgid "" "bridge ``br-ex`` must contain a port on the external interface." msgstr "" +#: ../deploy_scenario3b.rst:39 +msgid "" +"At least two compute nodes with three network interfaces: management, " +"project tunnel networks, and project VLAN networks." +msgstr "" + #: ../deploy_scenario4b.rst:59 msgid "" "At least two compute nodes with two network interfaces: management and " @@ -369,6 +385,13 @@ msgid "" "contain a port on the external network interface." msgstr "" +#: ../deploy_scenario3b.rst:35 +msgid "" +"At least two network nodes with four network interfaces: management, project " +"tunnel networks, project VLAN networks, and external (typically the " +"Internet)." +msgstr "" + #: ../migration_nova_network_to_neutron.rst:92 msgid "" "At this moment the Networking DB is the source of truth, but nova-api is the " @@ -382,7 +405,9 @@ msgid "" "Networking by following these steps:" msgstr "" -#: ../deploy_scenario2.rst:920 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:920 ../deploy_scenario3b.rst:604 msgid "Attach the project network to the router::" msgstr "" @@ -408,7 +433,9 @@ msgid "" "hosts that handle various network operations in software." msgstr "" -#: ../deploy_scenario3a.rst:741 +# #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario3a.rst:741 ../deploy_scenario3b.rst:644 msgid "Both ``qrouter`` namespaces should use the same UUID." msgstr "" @@ -419,6 +446,10 @@ msgid "" "except for stateful connections issues such as NAT." msgstr "" +#: ../deploy_scenario3b.rst:154 +msgid "Case 1: HA failover operation" +msgstr "" + # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario4a.rst:158 ../deploy_scenario4b.rst:156 @@ -517,11 +548,13 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:77 ../deploy_scenario1b.rst:71 #: ../deploy_scenario2.rst:679 ../deploy_scenario3a.rst:100 -#: ../deploy_scenario4a.rst:495 ../deploy_scenario4b.rst:450 +#: ../deploy_scenario3b.rst:388 ../deploy_scenario4a.rst:495 +#: ../deploy_scenario4b.rst:450 msgid "Compute nodes" msgstr "" @@ -566,12 +599,14 @@ msgid "" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:512 ../deploy_scenario2.rst:567 -#: ../deploy_scenario2.rst:692 ../deploy_scenario4a.rst:426 -#: ../deploy_scenario4a.rst:507 ../deploy_scenario4b.rst:394 -#: ../deploy_scenario4b.rst:462 +#: ../deploy_scenario2.rst:692 ../deploy_scenario3b.rst:209 +#: ../deploy_scenario3b.rst:269 ../deploy_scenario3b.rst:400 +#: ../deploy_scenario4a.rst:426 ../deploy_scenario4a.rst:507 +#: ../deploy_scenario4b.rst:394 ../deploy_scenario4b.rst:462 msgid "" "Configure base options. Edit the :file:`/etc/neutron/neutron.conf` file::" msgstr "" @@ -595,7 +630,9 @@ msgid "" "Configure the DHCP agent. Edit the :file:`/etc/neutron/dhcp_agent.ini` file:" msgstr "" -#: ../deploy_scenario2.rst:634 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:634 ../deploy_scenario3b.rst:344 msgid "" "Configure the DHCP agent. Edit the :file:`/etc/neutron/dhcp_agent.ini` file::" msgstr "" @@ -611,7 +648,10 @@ msgid "" "Configure the L3 agent. Edit the :file:`/etc/neutron/l3_agent.ini` file:" msgstr "" +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:620 ../deploy_scenario2.rst:745 +#: ../deploy_scenario3b.rst:330 msgid "" "Configure the L3 agent. Edit the :file:`/etc/neutron/l3_agent.ini` file::" msgstr "" @@ -640,25 +680,32 @@ msgid "" "ini` file:" msgstr "" +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:527 ../deploy_scenario2.rst:582 -#: ../deploy_scenario2.rst:707 +#: ../deploy_scenario2.rst:707 ../deploy_scenario3b.rst:222 +#: ../deploy_scenario3b.rst:282 ../deploy_scenario3b.rst:413 msgid "" "Configure the ML2 plug-in. Edit the :file:`/etc/neutron/plugins/ml2/ml2_conf." "ini` file::" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario2.rst:502 ../deploy_scenario4a.rst:416 -#: ../deploy_scenario4a.rst:497 ../deploy_scenario4b.rst:384 -#: ../deploy_scenario4b.rst:452 +#: ../deploy_scenario2.rst:502 ../deploy_scenario3b.rst:390 +#: ../deploy_scenario4a.rst:416 ../deploy_scenario4a.rst:497 +#: ../deploy_scenario4b.rst:384 ../deploy_scenario4b.rst:452 msgid "" "Configure the kernel to disable reverse path filtering. Edit the :file:`/etc/" "sysctl.conf` file::" msgstr "" +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:556 ../deploy_scenario2.rst:681 +#: ../deploy_scenario3b.rst:258 msgid "" "Configure the kernel to enable packet forwarding and disable reverse path " "filtering. Edit the :file:`/etc/sysctl.conf` file::" @@ -676,7 +723,10 @@ msgid "" "ini` file:" msgstr "" +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:655 ../deploy_scenario2.rst:759 +#: ../deploy_scenario3b.rst:365 msgid "" "Configure the metadata agent. Edit the :file:`/etc/neutron/metadata_agent." "ini` file::" @@ -697,10 +747,6 @@ msgstr "" msgid "Configuring the network nodes (network1 and network2)" msgstr "" -#: ../deploy_scenario3b.rst:7 -msgid "Content is being worked on." -msgstr "" - #: ../index.rst:19 msgid "Contents" msgstr "" @@ -709,11 +755,13 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:51 ../deploy_scenario1b.rst:46 #: ../deploy_scenario2.rst:500 ../deploy_scenario3a.rst:74 -#: ../deploy_scenario4a.rst:414 ../deploy_scenario4b.rst:382 +#: ../deploy_scenario3b.rst:207 ../deploy_scenario4a.rst:414 +#: ../deploy_scenario4b.rst:382 msgid "Controller node" msgstr "" @@ -723,8 +771,8 @@ msgstr "" msgid "Controller node (controller)" msgstr "" -#: ../deploy_scenario3b.rst:10 -msgid "Controller node, two network nodes, and 1+ compute nodes" +#: ../deploy_scenario3b.rst:582 +msgid "Create a HA router::" msgstr "" #: ../deploy_scenario2.rst:898 @@ -741,11 +789,15 @@ msgstr "" msgid "Create a floating IP address:" msgstr "" -#: ../deploy_scenario2.rst:1014 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:1014 ../deploy_scenario3b.rst:780 msgid "Create a floating IP address::" msgstr "" -#: ../deploy_scenario2.rst:859 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:859 ../deploy_scenario3b.rst:539 msgid "Create a project network::" msgstr "" @@ -765,11 +817,15 @@ msgstr "" msgid "Create a subnet on the external network:" msgstr "" -#: ../deploy_scenario2.rst:832 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:832 ../deploy_scenario3b.rst:512 msgid "Create a subnet on the external network::" msgstr "" -#: ../deploy_scenario2.rst:876 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:876 ../deploy_scenario3b.rst:559 msgid "Create a subnet on the project network::" msgstr "" @@ -803,11 +859,13 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:895 ../deploy_scenario1b.rst:861 #: ../deploy_scenario2.rst:805 ../deploy_scenario3a.rst:524 -#: ../deploy_scenario4a.rst:581 ../deploy_scenario4b.rst:524 +#: ../deploy_scenario3b.rst:485 ../deploy_scenario4a.rst:581 +#: ../deploy_scenario4b.rst:524 msgid "Create initial networks" msgstr "" @@ -815,7 +873,9 @@ msgstr "" msgid "Create the Open vSwitch provider bridge ``br-ex``::" msgstr "" -#: ../deploy_scenario2.rst:975 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:975 ../deploy_scenario3b.rst:749 msgid "" "Create the appropriate security group rules to allow ping and SSH access to " "instances." @@ -844,7 +904,9 @@ msgstr "" msgid "Create the external network:" msgstr "" -#: ../deploy_scenario2.rst:811 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:811 ../deploy_scenario3b.rst:491 msgid "Create the external network::" msgstr "" @@ -868,20 +930,24 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:800 ../deploy_scenario1b.rst:764 #: ../deploy_scenario2.rst:675 ../deploy_scenario3a.rst:429 -#: ../deploy_scenario4a.rst:492 ../deploy_scenario4b.rst:447 +#: ../deploy_scenario3b.rst:384 ../deploy_scenario4a.rst:492 +#: ../deploy_scenario4b.rst:447 msgid "DHCP agent" msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1b.rst:123 ../deploy_scenario2.rst:114 -#: ../deploy_scenario4a.rst:111 ../deploy_scenario4b.rst:115 +#: ../deploy_scenario3b.rst:114 ../deploy_scenario4a.rst:111 +#: ../deploy_scenario4b.rst:115 msgid "DHCP agent managing the ``qdhcp`` namespaces." msgstr "" @@ -927,11 +993,19 @@ msgid "" "show demo-router`` command to see all fields." msgstr "" +#: ../deploy_scenario3b.rst:601 +msgid "" +"Default policy might prevent the ``distributed`` flag from appearing in the " +"command output." +msgstr "" + #: ../deploy.rst:3 msgid "Deployment scenarios" msgstr "" -#: ../deploy_scenario2.rst:947 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:947 ../deploy_scenario3b.rst:721 msgid "" "Determine the external network gateway IP address for the project network on " "the router, typically the lowest IP address in the external subnet IP " @@ -968,6 +1042,12 @@ msgid "" "uses a Linux bridge to manage security groups for instances." msgstr "" +#: ../deploy_scenario3b.rst:151 +msgid "" +"During normal operation, packet flow with HA routers mirrors the legacy " +"scenario with Linux bridge." +msgstr "" + #: ../migration_nova_network_to_neutron.rst:73 msgid "" "During the migration, nova-network API calls will go through an additional " @@ -1000,7 +1080,9 @@ msgstr "" msgid "Edit the :file:`/etc/neutron/dhcp_agent.ini` file:" msgstr "" -#: ../deploy_scenario2.rst:646 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:646 ../deploy_scenario3b.rst:356 msgid "Edit the :file:`/etc/neutron/dhcp_agent.ini` file::" msgstr "" @@ -1014,7 +1096,9 @@ msgstr "" msgid "Edit the :file:`/etc/neutron/dnsmasq-neutron.conf` file:" msgstr "" -#: ../deploy_scenario2.rst:651 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:651 ../deploy_scenario3b.rst:361 msgid "Edit the :file:`/etc/neutron/dnsmasq-neutron.conf` file::" msgstr "" @@ -1061,10 +1145,11 @@ msgid "Ethernet" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario2.rst:494 ../deploy_scenario4a.rst:408 -#: ../deploy_scenario4b.rst:376 +#: ../deploy_scenario2.rst:494 ../deploy_scenario3b.rst:201 +#: ../deploy_scenario4a.rst:408 ../deploy_scenario4b.rst:376 msgid "Example configuration" msgstr "" @@ -1131,10 +1216,8 @@ msgid "Firewalls" msgstr "" # #-#-#-#-# config_ml2_plug_in.pot (Networking Guide 0.9) #-#-#-#-# -# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# intro_os_networking_overview.pot (Networking Guide 0.9) #-#-#-#-# -#: ../config_ml2_plug_in.rst:17 ../deploy_scenario3b.rst:15 -#: ../intro_os_networking_overview.rst:68 +#: ../config_ml2_plug_in.rst:17 ../intro_os_networking_overview.rst:68 msgid "Flat" msgstr "" @@ -1297,10 +1380,7 @@ msgstr "" msgid "FwaaS" msgstr "" -# #-#-#-#-# config_ml2_plug_in.pot (Networking Guide 0.9) #-#-#-#-# -# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../config_ml2_plug_in.rst:21 ../config_ml2_plug_in.rst:37 -#: ../deploy_scenario3b.rst:24 msgid "GRE" msgstr "" @@ -1416,6 +1496,12 @@ msgstr "" msgid "IPv6" msgstr "" +#: ../deploy_scenario3b.rst:102 +msgid "" +"If the service detects a failure, it elects a new master and moves the VIPs " +"into the new master namespace." +msgstr "" + #: ../migration_nova_network_to_neutron.rst:30 msgid "Impact and limitations" msgstr "" @@ -1483,6 +1569,14 @@ msgid "" "in order to perform this migration." msgstr "" +#: ../deploy_scenario3b.rst:14 +msgid "" +"In the Juno (initial) and Kilo releases, L3HA with Linux bridge supports " +"VLAN and VXLAN project networks. However, due to a bug, VXLAN project " +"networks must use multicast instead of the layer-2 population mechanism. " +"Also, you cannot combine L3HA with distributed virtual routing (DVR)." +msgstr "" + #: ../deploy_scenario2.rst:19 msgid "" "In the Juno (initial) release, DVR supports VXLAN and GRE project networks. " @@ -1491,10 +1585,11 @@ msgid "" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario2.rst:38 ../deploy_scenario4a.rst:47 -#: ../deploy_scenario4b.rst:54 +#: ../deploy_scenario2.rst:38 ../deploy_scenario3b.rst:31 +#: ../deploy_scenario4a.rst:47 ../deploy_scenario4b.rst:54 msgid "Infrastructure" msgstr "" @@ -1709,9 +1804,10 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:799 ../deploy_scenario1b.rst:763 #: ../deploy_scenario2.rst:674 ../deploy_scenario2.rst:778 -#: ../deploy_scenario3a.rst:428 +#: ../deploy_scenario3a.rst:428 ../deploy_scenario3b.rst:383 msgid "L3 agent" msgstr "" @@ -1731,7 +1827,9 @@ msgid "" "traffic between instances and the metadata agent." msgstr "" -#: ../deploy_scenario1b.rst:128 +# #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario1b.rst:128 ../deploy_scenario3b.rst:119 msgid "L3 agent managing the ``qrouter`` namespaces." msgstr "" @@ -1747,7 +1845,9 @@ msgstr "" msgid "LBaaS" msgstr "" -#: ../deploy_scenario2.rst:978 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:978 ../deploy_scenario3b.rst:752 msgid "Launch an instance with an interface on the project network." msgstr "" @@ -1794,15 +1894,19 @@ msgid "Linux bridge" msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1b.rst:762 ../deploy_scenario1b.rst:837 +#: ../deploy_scenario3b.rst:382 ../deploy_scenario3b.rst:459 #: ../deploy_scenario4b.rst:446 ../deploy_scenario4b.rst:504 msgid "Linux bridge agent" msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario1b.rst:119 ../deploy_scenario4b.rst:111 +#: ../deploy_scenario1b.rst:119 ../deploy_scenario3b.rst:110 +#: ../deploy_scenario4b.rst:111 msgid "" "Linux bridge agent managing virtual switches, connectivity among them, and " "interaction via virtual ports with other network components such as " @@ -1810,8 +1914,10 @@ msgid "" msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario1b.rst:143 ../deploy_scenario4b.rst:131 +#: ../deploy_scenario1b.rst:143 ../deploy_scenario3b.rst:138 +#: ../deploy_scenario4b.rst:131 msgid "" "Linux bridge agent managing virtual switches, connectivity among them, and " "interaction via virtual ports with other network components such as " @@ -1854,10 +1960,12 @@ msgid "Load balancers" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:508 ../deploy_scenario2.rst:563 -#: ../deploy_scenario2.rst:688 ../deploy_scenario4a.rst:422 +#: ../deploy_scenario2.rst:688 ../deploy_scenario3b.rst:265 +#: ../deploy_scenario3b.rst:396 ../deploy_scenario4a.rst:422 #: ../deploy_scenario4a.rst:503 ../deploy_scenario4b.rst:390 #: ../deploy_scenario4b.rst:458 msgid "Load the new kernel configuration::" @@ -1932,17 +2040,20 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:801 ../deploy_scenario1b.rst:765 #: ../deploy_scenario2.rst:676 ../deploy_scenario2.rst:779 -#: ../deploy_scenario3a.rst:430 +#: ../deploy_scenario3a.rst:430 ../deploy_scenario3b.rst:385 msgid "Metadata agent" msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1b.rst:134 ../deploy_scenario2.rst:129 #: ../deploy_scenario2.rst:158 ../deploy_scenario3a.rst:168 +#: ../deploy_scenario3b.rst:126 msgid "Metadata agent handling metadata operations." msgstr "" @@ -2039,12 +2150,24 @@ msgstr "" msgid "Network node 1:" msgstr "" +#: ../deploy_scenario3b.rst:634 ../deploy_scenario3b.rst:652 +#: ../deploy_scenario3b.rst:703 +msgid "Network node 1::" +msgstr "" + #: ../deploy_scenario3a.rst:734 ../deploy_scenario3a.rst:773 #: ../deploy_scenario3a.rst:813 msgid "Network node 2:" msgstr "" -#: ../deploy_scenario3a.rst:91 +#: ../deploy_scenario3b.rst:639 ../deploy_scenario3b.rst:674 +#: ../deploy_scenario3b.rst:710 +msgid "Network node 2::" +msgstr "" + +# #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario3a.rst:91 ../deploy_scenario3b.rst:256 msgid "Network nodes" msgstr "" @@ -2098,8 +2221,10 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:66 ../deploy_scenario1b.rst:60 #: ../deploy_scenario2.rst:79 ../deploy_scenario3a.rst:89 +#: ../deploy_scenario3b.rst:69 msgid "Neutron server service, ML2 plug-in, and any dependencies." msgstr "" @@ -2162,6 +2287,17 @@ msgstr "" msgid "Obtain the ``demo`` tenant ID:" msgstr "" +#: ../deploy_scenario3b.rst:692 +msgid "" +"On each network node, the ``qrouter`` namespace should include the ``ha``, " +"``qr``, and ``qg`` interfaces. On the active node, the ``qr`` interface " +"contains the project network gateway IP address and the ``qg`` interface " +"contains the project network router IP address on the external network. On " +"the passive node, the ``qr`` and ``qg`` interfaces should not contain an IP " +"address. On both nodes, the ``ha`` interface should contain a unique IP " +"address in the 169.254.192/18 range." +msgstr "" + #: ../deploy_scenario3a.rst:793 msgid "" "On each network node, the ``qrouter`` namespace should include the ``ha``, " @@ -2214,6 +2350,10 @@ msgid "" "the lowest IP address in the external network subnet allocation range." msgstr "" +#: ../deploy_scenario3b.rst:620 +msgid "On the controller node, verify creation of the HA network::" +msgstr "" + #: ../deploy_scenario3a.rst:709 msgid "" "On the controller node, verify creation of the HA ports on the ``demo-" @@ -2245,12 +2385,28 @@ msgstr "" msgid "On the network nodes, verify HA operation:" msgstr "" +#: ../deploy_scenario3b.rst:650 +msgid "On the network nodes, verify HA router operation." +msgstr "" + +#: ../deploy_scenario3b.rst:700 +msgid "" +"On the network nodes, verify VRRP advertisements from the master node HA " +"interface IP address on the external network interface." +msgstr "" + #: ../deploy_scenario3a.rst:801 msgid "" "On the network nodes, verify VRRP advertisements from the master node HA " "interface IP address on the external network interface:" msgstr "" +#: ../deploy_scenario3b.rst:631 +msgid "" +"On the network nodes, verify creation of the ``qrouter`` and ``qdhcp`` " +"namespaces." +msgstr "" + #: ../deploy_scenario3a.rst:724 msgid "" "On the network nodes, verify creation of the ``qrouter`` and ``qdhcp`` " @@ -2267,8 +2423,10 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:20 ../deploy_scenario1b.rst:19 #: ../deploy_scenario2.rst:40 ../deploy_scenario3a.rst:24 +#: ../deploy_scenario3b.rst:33 msgid "One controller node with one network interface: management." msgstr "" @@ -2375,6 +2533,17 @@ msgid "" "namespaces, Linux bridges, and underlying interfaces." msgstr "" +#: ../deploy_scenario3b.rst:77 +msgid "" +"Open vSwitch service, ML2 plug-in, Linux bridge agent, L3 agent, DHCP agent, " +"metadata agent, and any dependencies." +msgstr "" + +#: ../deploy_scenario3b.rst:89 +msgid "" +"Open vSwitch service, ML2 plug-in, Linux bridge agent, and any dependencies." +msgstr "" + #: ../deploy_scenario1a.rst:73 msgid "" "Open vSwitch service, ML2 plug-in, Open vSwitch agent, L3 agent, DHCP agent, " @@ -2482,22 +2651,26 @@ msgid "OpenStack networking plug-in and agents" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario2.rst:91 ../deploy_scenario4a.rst:85 -#: ../deploy_scenario4b.rst:90 +#: ../deploy_scenario2.rst:91 ../deploy_scenario3b.rst:81 +#: ../deploy_scenario4a.rst:85 ../deploy_scenario4b.rst:90 msgid "OpenStack services - compute nodes" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario2.rst:65 ../deploy_scenario4a.rst:67 -#: ../deploy_scenario4b.rst:72 +#: ../deploy_scenario2.rst:65 ../deploy_scenario3b.rst:55 +#: ../deploy_scenario4a.rst:67 ../deploy_scenario4b.rst:72 msgid "OpenStack services - controller node" msgstr "" -#: ../deploy_scenario2.rst:82 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:82 ../deploy_scenario3b.rst:72 msgid "OpenStack services - network node" msgstr "" @@ -2520,19 +2693,22 @@ msgstr "" # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:62 ../deploy_scenario1a.rst:82 #: ../deploy_scenario1b.rst:57 ../deploy_scenario1b.rst:76 -#: ../deploy_scenario2.rst:76 ../deploy_scenario4a.rst:78 -#: ../deploy_scenario4a.rst:90 ../deploy_scenario4b.rst:83 -#: ../deploy_scenario4b.rst:95 +#: ../deploy_scenario2.rst:76 ../deploy_scenario3b.rst:66 +#: ../deploy_scenario4a.rst:78 ../deploy_scenario4a.rst:90 +#: ../deploy_scenario4b.rst:83 ../deploy_scenario4b.rst:95 msgid "" "Operational OpenStack Compute controller/management service with appropriate " "configuration to use neutron in the :file:`nova.conf` file." msgstr "" -#: ../deploy_scenario2.rst:96 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:96 ../deploy_scenario3b.rst:86 msgid "" "Operational OpenStack Compute hypervisor service with appropriate " "configuration to use neutron in the :file:`nova.conf` file." @@ -2541,15 +2717,17 @@ msgstr "" # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:59 ../deploy_scenario1a.rst:70 #: ../deploy_scenario1a.rst:79 ../deploy_scenario1b.rst:54 #: ../deploy_scenario1b.rst:64 ../deploy_scenario1b.rst:73 #: ../deploy_scenario2.rst:73 ../deploy_scenario2.rst:84 -#: ../deploy_scenario2.rst:93 ../deploy_scenario4a.rst:75 -#: ../deploy_scenario4a.rst:87 ../deploy_scenario4b.rst:80 -#: ../deploy_scenario4b.rst:92 +#: ../deploy_scenario2.rst:93 ../deploy_scenario3b.rst:63 +#: ../deploy_scenario3b.rst:74 ../deploy_scenario3b.rst:83 +#: ../deploy_scenario4a.rst:75 ../deploy_scenario4a.rst:87 +#: ../deploy_scenario4b.rst:80 ../deploy_scenario4b.rst:92 msgid "" "Operational OpenStack Identity service with appropriate configuration in " "the :file:`neutron-server.conf` file." @@ -2565,11 +2743,12 @@ msgstr "" # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:53 ../deploy_scenario1b.rst:48 -#: ../deploy_scenario2.rst:67 ../deploy_scenario4a.rst:69 -#: ../deploy_scenario4b.rst:74 +#: ../deploy_scenario2.rst:67 ../deploy_scenario3b.rst:57 +#: ../deploy_scenario4a.rst:69 ../deploy_scenario4b.rst:74 msgid "" "Operational SQL server with ``neutron`` database and appropriate " "configuration in the :file:`neutron-server.conf` file." @@ -2584,11 +2763,12 @@ msgstr "" # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:56 ../deploy_scenario1b.rst:51 -#: ../deploy_scenario2.rst:70 ../deploy_scenario4a.rst:72 -#: ../deploy_scenario4b.rst:77 +#: ../deploy_scenario2.rst:70 ../deploy_scenario3b.rst:60 +#: ../deploy_scenario4a.rst:72 ../deploy_scenario4b.rst:77 msgid "" "Operational message queue service with appropriate configuration in the :" "file:`neutron-server.conf` file." @@ -2631,6 +2811,7 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:156 ../deploy_scenario1a.rst:195 @@ -2638,7 +2819,8 @@ msgstr "" #: ../deploy_scenario1b.rst:151 ../deploy_scenario1b.rst:189 #: ../deploy_scenario1b.rst:308 ../deploy_scenario1b.rst:428 #: ../deploy_scenario2.rst:171 ../deploy_scenario3a.rst:191 -#: ../deploy_scenario4a.rst:147 ../deploy_scenario4b.rst:145 +#: ../deploy_scenario3b.rst:149 ../deploy_scenario4a.rst:147 +#: ../deploy_scenario4b.rst:145 msgid "Packet flow" msgstr "" @@ -2676,11 +2858,12 @@ msgstr "" # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:49 ../deploy_scenario1b.rst:44 -#: ../deploy_scenario2.rst:24 ../deploy_scenario4a.rst:36 -#: ../deploy_scenario4b.rst:43 +#: ../deploy_scenario2.rst:24 ../deploy_scenario3b.rst:20 +#: ../deploy_scenario4a.rst:36 ../deploy_scenario4b.rst:43 msgid "Prerequisites" msgstr "" @@ -2708,6 +2891,10 @@ msgid "" "and reliability of DVR considerably over the Juno release." msgstr "" +#: ../deploy_scenario3b.rst:52 +msgid "Proper operation of VXLAN requires kernel 3.13 or newer." +msgstr "" + # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:44 ../deploy_scenario1b.rst:39 @@ -2751,9 +2938,7 @@ msgstr "" msgid "Provider network 2" msgstr "" -# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# -# #-#-#-#-# intro_os_networking_overview.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario3b.rst:13 ../intro_os_networking_overview.rst:88 +#: ../intro_os_networking_overview.rst:88 msgid "Provider networks" msgstr "" @@ -2844,7 +3029,10 @@ msgid "" "network interface name. For example, ``eth1``." msgstr "" +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:663 ../deploy_scenario2.rst:767 +#: ../deploy_scenario3b.rst:373 msgid "Replace ``METADATA_SECRET`` with a suitable value for your environment." msgstr "" @@ -2855,6 +3043,27 @@ msgid "" "for your environment." msgstr "" +#: ../deploy_scenario3b.rst:323 ../deploy_scenario3b.rst:450 +msgid "" +"Replace ``PROJECT_NETWORK_TUNNELS_INTERFACE_IP_ADDRESS`` with the IP address " +"of the project network tunnels interface." +msgstr "" + +#: ../deploy_scenario3b.rst:446 +msgid "" +"Replace ``PROJECT_TUNNEL_NETWORK_INTERFACE`` and " +"``PROJECT_VLAN_NETWORK_INTERFACE`` with the respective underlying network " +"interface names. For example, ``eth1``, ``eth2``, and ``eth3``." +msgstr "" + +#: ../deploy_scenario3b.rst:318 +msgid "" +"Replace ``PROJECT_TUNNEL_NETWORK_INTERFACE``, " +"``PROJECT_VLAN_NETWORK_INTERFACE``, and ``EXTERNAL_NETWORK_INTERFACE`` with " +"the respective underlying network interface names. For example, ``eth1``, " +"``eth2``, and ``eth3``." +msgstr "" + #: ../deploy_scenario2.rst:617 ../deploy_scenario2.rst:742 msgid "" "Replace ``TENANT_NETWORK_TUNNELS_INTERFACE_IP_ADDRESS`` with the IP address " @@ -2939,7 +3148,7 @@ msgid "Scenario 3a: High Availability (L3 HA and Open vSwitch)" msgstr "" #: ../deploy_scenario3b.rst:3 -msgid "Scenario 3b: High Availability (L3 HA and Linux bridge)" +msgid "Scenario 3b: High Availability using L3HA with Linux bridge" msgstr "" #: ../deploy_scenario4a.rst:3 @@ -3092,13 +3301,14 @@ msgstr "" # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# intro_os_networking_service.pot (Networking Guide 0.9) #-#-#-#-# #: ../config_server.rst:3 ../deploy_scenario1a.rst:661 #: ../deploy_scenario1b.rst:627 ../deploy_scenario2.rst:551 -#: ../deploy_scenario4a.rst:490 ../deploy_scenario4b.rst:445 -#: ../intro_os_networking_service.rst:6 +#: ../deploy_scenario3b.rst:253 ../deploy_scenario4a.rst:490 +#: ../deploy_scenario4b.rst:445 ../intro_os_networking_service.rst:6 msgid "Server" msgstr "" @@ -3138,12 +3348,14 @@ msgid "Source the ``demo`` tenant credentials." msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:784 ../deploy_scenario2.rst:809 -#: ../deploy_scenario2.rst:934 ../deploy_scenario4a.rst:567 -#: ../deploy_scenario4a.rst:587 ../deploy_scenario4b.rst:509 -#: ../deploy_scenario4b.rst:530 +#: ../deploy_scenario2.rst:934 ../deploy_scenario3b.rst:464 +#: ../deploy_scenario3b.rst:489 ../deploy_scenario3b.rst:618 +#: ../deploy_scenario4a.rst:567 ../deploy_scenario4a.rst:587 +#: ../deploy_scenario4b.rst:509 ../deploy_scenario4b.rst:530 msgid "Source the administrative project credentials." msgstr "" @@ -3157,9 +3369,11 @@ msgid "Source the administrative tenant credentials." msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:856 ../deploy_scenario2.rst:972 +#: ../deploy_scenario3b.rst:536 ../deploy_scenario3b.rst:746 #: ../deploy_scenario4a.rst:647 ../deploy_scenario4b.rst:590 msgid "" "Source the credentials for a non-privileged project. The following steps use " @@ -3193,6 +3407,7 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:659 ../deploy_scenario1a.rst:795 @@ -3200,9 +3415,10 @@ msgstr "" #: ../deploy_scenario1b.rst:760 ../deploy_scenario1b.rst:835 #: ../deploy_scenario2.rst:549 ../deploy_scenario2.rst:670 #: ../deploy_scenario2.rst:774 ../deploy_scenario3a.rst:424 -#: ../deploy_scenario3a.rst:493 ../deploy_scenario4a.rst:488 -#: ../deploy_scenario4a.rst:560 ../deploy_scenario4b.rst:443 -#: ../deploy_scenario4b.rst:502 +#: ../deploy_scenario3a.rst:493 ../deploy_scenario3b.rst:251 +#: ../deploy_scenario3b.rst:380 ../deploy_scenario3b.rst:457 +#: ../deploy_scenario4a.rst:488 ../deploy_scenario4a.rst:560 +#: ../deploy_scenario4b.rst:443 ../deploy_scenario4b.rst:502 msgid "Start the following services:" msgstr "" @@ -3268,13 +3484,13 @@ msgstr "" msgid "Tenant network types" msgstr "" -# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# -# #-#-#-#-# intro_os_networking_overview.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario3b.rst:20 ../intro_os_networking_overview.rst:59 +#: ../intro_os_networking_overview.rst:59 msgid "Tenant networks" msgstr "" -#: ../deploy_scenario2.rst:959 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:959 ../deploy_scenario3b.rst:733 msgid "" "Test connectivity to external network gateway IP address on the router::" msgstr "" @@ -3295,11 +3511,15 @@ msgstr "" msgid "Test connectivity to the Internet:" msgstr "" -#: ../deploy_scenario2.rst:1001 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:1001 ../deploy_scenario3b.rst:767 msgid "Test connectivity to the Internet::" msgstr "" -#: ../deploy_scenario2.rst:1041 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:1041 ../deploy_scenario3b.rst:801 msgid "Test connectivity to the floating IP address on the instance::" msgstr "" @@ -3309,7 +3529,9 @@ msgstr "" msgid "Test connectivity to the instance::" msgstr "" -#: ../deploy_scenario2.rst:988 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:988 ../deploy_scenario3b.rst:754 msgid "" "Test connectivity to the internal network gateway IP address on the router::" msgstr "" @@ -3404,6 +3626,14 @@ msgid "" "early adopters and vendors to test their networking implementations." msgstr "" +#: ../deploy_scenario3b.rst:9 +msgid "" +"The L3HA architecture augments the legacy architecture by providing quick " +"migration of virtual routers among network nodes using virtual router " +"redundancy protocol (VRRP) with state tracking. However, instances still " +"rely on network nodes for routing and DNAT/SNAT services." +msgstr "" + #: ../common/app_support.rst:130 msgid "The Launchpad Bugs area" msgstr "" @@ -3975,8 +4205,9 @@ msgstr "" # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:744 ../deploy_scenario2.rst:631 -#: ../deploy_scenario2.rst:756 +#: ../deploy_scenario2.rst:756 ../deploy_scenario3b.rst:341 msgid "The ``external_network_bridge`` option intentionally contains no value." msgstr "" @@ -3987,7 +4218,9 @@ msgid "" "contains the project router external IP address *TE1*." msgstr "" -#: ../deploy_scenario3a.rst:745 +# #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario3a.rst:745 ../deploy_scenario3b.rst:648 msgid "The ``qdhcp`` namespace might not appear until launching an instance." msgstr "" @@ -3997,6 +4230,12 @@ msgstr "" msgid "The ``qdhcp`` namespace might not exist until launching an instance." msgstr "" +#: ../deploy_scenario3b.rst:116 +msgid "" +"The ``qdhcp`` namespaces provide DHCP services for instances using project " +"networks." +msgstr "" + # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario4a.rst:113 ../deploy_scenario4b.rst:117 @@ -4017,6 +4256,14 @@ msgid "" "``br-ex``." msgstr "" +#: ../deploy_scenario3b.rst:121 +msgid "" +"The ``qrouter`` namespaces provide routing between project and external " +"networks and among project networks. They also route metadata traffic " +"between instances and the metadata agent. For HA routers, they also handle " +"VRRP, state tracking, and failover." +msgstr "" + #: ../deploy_scenario1b.rst:130 msgid "" "The ``qrouter`` namespaces provide routing between tenant and external " @@ -4057,10 +4304,11 @@ msgid "The compute nodes contain the following components:" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario2.rst:140 ../deploy_scenario4a.rst:125 -#: ../deploy_scenario4b.rst:129 +#: ../deploy_scenario2.rst:140 ../deploy_scenario3b.rst:136 +#: ../deploy_scenario4a.rst:125 ../deploy_scenario4b.rst:129 msgid "The compute nodes contain the following network components:" msgstr "" @@ -4197,7 +4445,9 @@ msgid "" "a VXLAN tenant network." msgstr "" -#: ../deploy_scenario3a.rst:824 +# #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario3a.rst:824 ../deploy_scenario3b.rst:719 msgid "The example output uses network interface ``eth2``." msgstr "" @@ -4239,6 +4489,13 @@ msgid "" "tenant network type when a non-privileged user creates a network." msgstr "" +#: ../deploy_scenario3b.rst:248 ../deploy_scenario3b.rst:327 +#: ../deploy_scenario3b.rst:454 +msgid "" +"The first value in the ``tenant_network_types`` option becomes the default " +"project network type when a non-privileged user creates a network." +msgstr "" + # #-#-#-#-# deploy_scenario1a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:652 ../deploy_scenario1a.rst:719 @@ -4372,6 +4629,16 @@ msgstr "" msgid "The following steps involve the physical network infrastructure:" msgstr "" +#: ../deploy_scenario3b.rst:95 +msgid "" +"The general HA architecture augments the legacy architecture by creating " +"additional 'qrouter' namespaces for each router created. An \"HA\" network " +"is created which connects each qrouter namespace. A keepalived process is " +"created within each namespace. The keepalived process communicates with one " +"namespace router selected as the master and uses the gateway IP as a VIP in " +"the master namespace." +msgstr "" + #: ../deploy_scenario3a.rst:120 msgid "" "The general L3 HA architecture augments the legacy networking architecture " @@ -4448,6 +4715,38 @@ msgstr "" msgid "The instance sends a packet to a host on the external network." msgstr "" +#: ../deploy_scenario3b.rst:189 +msgid "" +"The keepalived processes for a set of HA routers then monitor each other " +"using VRRP multicasts. If the master router fails, it is detected due to a " +"loss of its VRRP multicasts, a new master router will be elected and the " +"VIPs are moved onto the new master router. When a failure occurs the " +"conntrackd processes ensure that any existing TCP connection states exist on " +"all of the backup routers so that the connections migrate smoothly over to " +"the new master router preventing connection loss." +msgstr "" + +#: ../deploy_scenario3b.rst:171 +msgid "" +"The keepalived processes for each router communicate with each other through " +"an HA network which is also created at this time. The HA network name will " +"use take the form ha- ``projectUUID`` and can be seen by running ``neutron " +"net-list``. An HA port is generated for each router namespace along with a " +"veth pair on the network nodes hosting the router namespace, where one veth " +"member, with the name ha- ``left most 11 characters of the port UUID``, " +"placed into the router namespace and the other veth pair member, with the " +"name tap ````, placed into a Linux " +"bridge, named brq ````. A VXLAN " +"interface using the HA network segmentation ID is added to the Linux bridge " +"to complete the communication path. The interface within the router " +"namespace is assigned the IP range of 169.254.???.???/24, where the third " +"octet of the IP is unique to each project and the forth octet unique to each " +"ha interface. The keepalived processes within each router namespace will " +"communicate with each other using VRRP and elect a master router. The master " +"router then adds all of the router VIPs (gateway IPs and external IP) to its " +"interfaces and all other routers are placed into backup mode." +msgstr "" + # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario4a.rst:194 ../deploy_scenario4b.rst:192 @@ -4524,7 +4823,10 @@ msgid "" "bridge ``qbr``." msgstr "" +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:666 ../deploy_scenario2.rst:770 +#: ../deploy_scenario3b.rst:376 msgid "" "The metadata agent also requires authentication options. See the " "configuration reference guide for your OpenStack release for more " @@ -4543,7 +4845,9 @@ msgid "" "networks on legacy routers." msgstr "" -#: ../deploy_scenario1b.rst:136 +# #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario1b.rst:136 ../deploy_scenario3b.rst:128 msgid "The metadata agent handles metadata operations for instances." msgstr "" @@ -4596,6 +4900,10 @@ msgid "" "metadata agent." msgstr "" +#: ../deploy_scenario3b.rst:108 +msgid "The network nodes contain the following components:" +msgstr "" + #: ../deploy_scenario3a.rst:291 msgid "" "The network nodes provide redundant routing, NAT, and DHCP services to all " @@ -4873,7 +5181,9 @@ msgid "" "depends on the Image service to launch an instance." msgstr "" -#: ../deploy_scenario4a.rst:38 +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario3b.rst:22 ../deploy_scenario4a.rst:38 msgid "" "These prerequisites define the minimum physical infrastructure and OpenStack " "service dependencies that you need to deploy this scenario. For example, the " @@ -4902,7 +5212,9 @@ msgid "" "content/>`_." msgstr "" -#: ../deploy_scenario2.rst:807 +# #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# +#: ../deploy_scenario2.rst:807 ../deploy_scenario3b.rst:487 msgid "" "This example creates a flat external network and a VXLAN project network." msgstr "" @@ -4957,12 +5269,19 @@ msgstr "" #: ../deploy_scenario3a.rst:8 msgid "" "This scenario describes a basic implementation of the OpenStack Networking " -"Layer 3 High-Availabilty (L3 HA) feature using the modular layer 2 (ML2) " +"Layer 3 High-Availability (L3 HA) feature using the modular layer 2 (ML2) " "plug-in with Open vSwitch (OVS). The example configuration creates one flat " "external network and VXLAN tenant networks. However, L3 HA also supports " "VLAN external networks, VLAN tenant networks, and GRE tenant networks." msgstr "" +#: ../deploy_scenario3b.rst:5 +msgid "" +"This scenario describes a high-availability (HA) implementation of the " +"OpenStack Networking service using the ML2 plug-in with HA routers (L3HA) " +"and Linux bridge." +msgstr "" + #: ../deploy_scenario1b.rst:5 msgid "" "This scenario describes a legacy (basic) implementation of the OpenStack " @@ -5094,6 +5413,21 @@ msgid "" "was created." msgstr "" +#: ../deploy_scenario3b.rst:159 +msgid "" +"Upon creation of a network, router namespaces are built, with the number of " +"routers namespaces built per network determined by the settings for " +"``max_l3_agents_per_router`` and ``min_l3_agents_per_router``. Each project " +"is limited to a total of 255 HA routers so the max L3 routers variable " +"should not be a large number. These namespaces are created on different " +"network nodes running an L3 agent with a L3 router within each namespace. " +"The neutron scheduler, running on the controller node, will determine which " +"network nodes will be selected to receive the router namespaces. As shown in " +"the illustration, a keepalived and a conntrackd process will be created to " +"control which router namespace has the router IPs, as these can exist on " +"only one of the routers." +msgstr "" + # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario4a.rst:188 ../deploy_scenario4b.rst:186 @@ -5119,10 +5453,12 @@ msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario2.rst:496 ../deploy_scenario3a.rst:209 -#: ../deploy_scenario4a.rst:410 ../deploy_scenario4b.rst:378 +#: ../deploy_scenario3b.rst:203 ../deploy_scenario4a.rst:410 +#: ../deploy_scenario4b.rst:378 msgid "" "Use the following example configuration as a template to deploy this " "scenario in your environment." @@ -5145,10 +5481,8 @@ msgid "" msgstr "" # #-#-#-#-# config_ml2_plug_in.pot (Networking Guide 0.9) #-#-#-#-# -# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# intro_os_networking_overview.pot (Networking Guide 0.9) #-#-#-#-# #: ../config_ml2_plug_in.rst:19 ../config_ml2_plug_in.rst:33 -#: ../deploy_scenario3b.rst:17 ../deploy_scenario3b.rst:22 #: ../intro_os_networking_overview.rst:76 msgid "VLAN" msgstr "" @@ -5163,10 +5497,7 @@ msgstr "" msgid "VPNaaS" msgstr "" -# #-#-#-#-# config_ml2_plug_in.pot (Networking Guide 0.9) #-#-#-#-# -# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# #: ../config_ml2_plug_in.rst:23 ../config_ml2_plug_in.rst:41 -#: ../deploy_scenario3b.rst:26 msgid "VXLAN" msgstr "" @@ -5185,11 +5516,13 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:1060 ../deploy_scenario1b.rst:1025 #: ../deploy_scenario2.rst:932 ../deploy_scenario3a.rst:707 -#: ../deploy_scenario4a.rst:637 ../deploy_scenario4b.rst:580 +#: ../deploy_scenario3b.rst:616 ../deploy_scenario4a.rst:637 +#: ../deploy_scenario4b.rst:580 msgid "Verify operation" msgstr "" @@ -5204,10 +5537,11 @@ msgid "Verify presence and operation of the agents:" msgstr "" # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# -#: ../deploy_scenario2.rst:786 ../deploy_scenario4a.rst:569 -#: ../deploy_scenario4b.rst:511 +#: ../deploy_scenario2.rst:786 ../deploy_scenario3b.rst:466 +#: ../deploy_scenario4a.rst:569 ../deploy_scenario4b.rst:511 msgid "Verify presence and operation of the agents::" msgstr "" @@ -5215,11 +5549,13 @@ msgstr "" # #-#-#-#-# deploy_scenario1b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario2.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario3a.pot (Networking Guide 0.9) #-#-#-#-# +# #-#-#-#-# deploy_scenario3b.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4a.pot (Networking Guide 0.9) #-#-#-#-# # #-#-#-#-# deploy_scenario4b.pot (Networking Guide 0.9) #-#-#-#-# #: ../deploy_scenario1a.rst:874 ../deploy_scenario1b.rst:840 #: ../deploy_scenario2.rst:782 ../deploy_scenario3a.rst:499 -#: ../deploy_scenario4a.rst:565 ../deploy_scenario4b.rst:507 +#: ../deploy_scenario3b.rst:462 ../deploy_scenario4a.rst:565 +#: ../deploy_scenario4b.rst:507 msgid "Verify service operation" msgstr "" @@ -5438,7 +5774,3 @@ msgid "" "http://docs.openstack.org/admin-guide-cloud/content/section_lbaas-overview." "html" msgstr "" - -#: ../deploy_scenario3b.rst:5 -msgid "https://github.com/phil-hopkins-a/openstack-networking-guide" -msgstr "" diff --git a/doc/user-guides/source/locale/user-guides.pot b/doc/user-guides/source/locale/user-guides.pot index 8589f9931f..8c0215eaf3 100644 --- a/doc/user-guides/source/locale/user-guides.pot +++ b/doc/user-guides/source/locale/user-guides.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Admin User Guide 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 06:09+0000\n" +"POT-Creation-Date: 2015-05-01 06:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2690,12 +2690,12 @@ msgstr "" msgid "Abstract" msgstr "" -#: ../common/cli_manage_volumes.rst:375 +#: ../common/cli_manage_volumes.rst:355 msgid "Accept a volume transfer request" msgstr "" -#: ../common/cli_manage_volumes.rst:380 -msgid "Accept the request:" +#: ../common/cli_manage_volumes.rst:360 +msgid "Accept the request::" msgstr "" #: ../enduser/cli_access_instance_through_a_console.rst:6 @@ -2870,10 +2870,10 @@ msgid "" "details:" msgstr "" -#: ../common/cli_manage_volumes.rst:360 +#: ../common/cli_manage_volumes.rst:342 msgid "" "After the volume recipient, or new owner, accepts the transfer, you can see " -"that the transfer is no longer available:" +"that the transfer is no longer available::" msgstr "" #: ../enduser/cli_manage_ip_addresses.rst:117 @@ -3951,13 +3951,13 @@ msgid "" "field, and the token appears in the ``Auth Token`` field:" msgstr "" -#: ../common/cli_manage_volumes.rst:301 +#: ../common/cli_manage_volumes.rst:289 msgid "" "As the volume donor, request a volume transfer authorization code for a " -"specific volume:" +"specific volume::" msgstr "" -#: ../common/cli_manage_volumes.rst:377 +#: ../common/cli_manage_volumes.rst:357 msgid "" "As the volume recipient, you must first obtain the transfer ID and " "authorization key from the original owner." @@ -5400,7 +5400,7 @@ msgstr "" msgid "Create a container" msgstr "" -#: ../common/cli_manage_volumes.rst:276 +#: ../common/cli_manage_volumes.rst:266 msgid "" "Create a custom bootable volume or a volume with a large data set and " "transfer it to a customer." @@ -5557,7 +5557,7 @@ msgstr "" msgid "Create a volume from an image and boot an instance from that volume." msgstr "" -#: ../common/cli_manage_volumes.rst:284 +#: ../common/cli_manage_volumes.rst:274 msgid "Create a volume transfer request" msgstr "" @@ -6033,12 +6033,12 @@ msgstr "" # #-#-#-#-# common.pot (Admin User Guide 1.0.0) #-#-#-#-# # #-#-#-#-# enduser.pot (Admin User Guide 1.0.0) #-#-#-#-# -#: ../common/cli_manage_volumes.rst:215 +#: ../common/cli_manage_volumes.rst:211 #: ../enduser/dashboard_manage_volumes.rst:137 msgid "Delete a volume" msgstr "" -#: ../common/cli_manage_volumes.rst:408 +#: ../common/cli_manage_volumes.rst:384 msgid "Delete a volume transfer" msgstr "" @@ -6090,12 +6090,12 @@ msgstr "" msgid "Delete the new security group, as follows:" msgstr "" -#: ../common/cli_manage_volumes.rst:221 -msgid "Delete the volume using either the volume name or ID:" +#: ../common/cli_manage_volumes.rst:217 +msgid "Delete the volume using either the volume name or ID::" msgstr "" -#: ../common/cli_manage_volumes.rst:439 -msgid "Delete the volume:" +#: ../common/cli_manage_volumes.rst:411 +msgid "Delete the volume::" msgstr "" #: ../adminuser/dashboard_manage_volumes.rst:36 @@ -6963,8 +6963,8 @@ msgid "" "``configuration-instances`` command." msgstr "" -#: ../common/cli_manage_volumes.rst:425 -msgid "Find the matching transfer ID:" +#: ../common/cli_manage_volumes.rst:399 +msgid "Find the matching transfer ID::" msgstr "" #: ../enduser/hot-guide/hot_advanced_topics.rst:18 @@ -7104,7 +7104,7 @@ msgid "" "guide/content/>`_." msgstr "" -#: ../common/cli_manage_volumes.rst:279 +#: ../common/cli_manage_volumes.rst:269 msgid "" "For bulk import of data to the cloud, the data ingress system creates a new " "Block Storage volume, copies data from the physical device, and transfers " @@ -7232,7 +7232,7 @@ msgstr "" #: ../adminuser/nova_cli_manage_projects_security.rst:106 #: ../adminuser/nova_cli_manage_projects_security.rst:175 #: ../adminuser/nova_cli_manage_projects_security.rst:198 -#: ../common/cli_manage_volumes.rst:386 ../common/cli_manage_volumes.rst:445 +#: ../common/cli_manage_volumes.rst:415 #: ../enduser/hot-guide/hot_basic_resources.rst:401 #: ../enduser/hot-guide/hot_spec.rst:311 ../enduser/hot-guide/hot_spec.rst:339 #: ../enduser/hot-guide/hot_spec.rst:370 ../enduser/hot-guide/hot_spec.rst:746 @@ -7246,6 +7246,7 @@ msgstr "" #: ../adminuser/cli_admin_manage_ip_addresses.rst:64 #: ../adminuser/cli_admin_manage_ip_addresses.rst:90 #: ../adminuser/cli_nova_specify_host.rst:16 +#: ../common/cli_manage_volumes.rst:364 #: ../common/cli_set_compute_quotas.rst:41 #: ../common/cli_set_compute_quotas.rst:65 #: ../common/cli_set_compute_quotas.rst:80 @@ -8128,7 +8129,7 @@ msgid "" "at any time." msgstr "" -#: ../common/cli_manage_volumes.rst:404 +#: ../common/cli_manage_volumes.rst:380 msgid "" "If you do not have a sufficient quota for the transfer, the transfer is " "refused." @@ -9521,8 +9522,8 @@ msgstr "" msgid "List and view current security groups" msgstr "" -#: ../common/cli_manage_volumes.rst:410 -msgid "List available volumes and their statuses:" +#: ../common/cli_manage_volumes.rst:386 +msgid "List available volumes and their statuses::" msgstr "" #: ../enduser/cli_manage_bare_metal_nodes.rst:136 @@ -9793,10 +9794,10 @@ msgstr "" msgid "List the routers:" msgstr "" -#: ../common/cli_manage_volumes.rst:229 +#: ../common/cli_manage_volumes.rst:223 msgid "" "List the volumes again, and note that the status of your volume is " -"``deleting``:" +"``deleting``::" msgstr "" #: ../enduser/cli_nova_launch_instance_from_volume.rst:239 @@ -9809,10 +9810,9 @@ msgstr "" msgid "List volumes, notice status of volume" msgstr "" +# #-#-#-#-# common.pot (Admin User Guide 1.0.0) #-#-#-#-# +# #-#-#-#-# enduser.pot (Admin User Guide 1.0.0) #-#-#-#-# #: ../common/cli_manage_volumes.rst:188 -msgid "List volumes:" -msgstr "" - #: ../enduser/cli_nova_launch_instance_from_volume.rst:71 msgid "List volumes::" msgstr "" @@ -10575,7 +10575,7 @@ msgid "" "address in the ``neutron port-create`` command." msgstr "" -#: ../common/cli_manage_volumes.rst:203 +#: ../common/cli_manage_volumes.rst:201 msgid "Note that the volume is now available." msgstr "" @@ -11475,7 +11475,7 @@ msgid "" "description=\"My Server\"`` parameter." msgstr "" -#: ../common/cli_manage_volumes.rst:334 +#: ../common/cli_manage_volumes.rst:318 msgid "" "Optionally, you can specify a name for the transfer by using the ``--display-" "name displayName`` parameter." @@ -12105,10 +12105,10 @@ msgstr "" msgid "Resize a volume" msgstr "" -#: ../common/cli_manage_volumes.rst:205 +#: ../common/cli_manage_volumes.rst:203 msgid "" "Resize the volume by passing the volume ID and the new size (a value greater " -"than the old one) as parameters:" +"than the old one) as parameters::" msgstr "" #: ../enduser/hot-guide/hot_spec.rst:473 @@ -12525,7 +12525,7 @@ msgstr "" msgid "Selected Networks" msgstr "" -#: ../common/cli_manage_volumes.rst:343 +#: ../common/cli_manage_volumes.rst:327 msgid "" "Send the volume transfer ID and authorization key to the new owner (for " "example, by email)." @@ -13965,7 +13965,7 @@ msgid "" "(in GB) of the instances that run on the host." msgstr "" -#: ../common/cli_manage_volumes.rst:212 +#: ../common/cli_manage_volumes.rst:208 msgid "The ``extend`` command does not return any output." msgstr "" @@ -14443,7 +14443,7 @@ msgstr "" msgid "The default quota values are displayed." msgstr "" -#: ../common/cli_manage_volumes.rst:227 +#: ../common/cli_manage_volumes.rst:221 msgid "The delete command does not return any output." msgstr "" @@ -15185,7 +15185,7 @@ msgid "" "user:" msgstr "" -#: ../common/cli_manage_volumes.rst:317 +#: ../common/cli_manage_volumes.rst:301 msgid "" "The output shows the volume transfer ID in the ``id`` row and the " "authorization key." @@ -15765,12 +15765,12 @@ msgid "" "permissions, or roles, of the user you are logged in as." msgstr "" -#: ../common/cli_manage_volumes.rst:308 +#: ../common/cli_manage_volumes.rst:294 msgid "" "The volume must be in an ``available`` state or the request will be denied. " "If the transfer request is valid in the database (that is, it has not " "expired or been deleted), the volume is placed in an ``awaiting transfer`` " -"state. For example:" +"state. For example::" msgstr "" #: ../enduser/hot-guide/hot_basic_resources.rst:412 @@ -16587,7 +16587,7 @@ msgid "" "Aggregate`." msgstr "" -#: ../common/cli_manage_volumes.rst:217 +#: ../common/cli_manage_volumes.rst:213 msgid "" "To delete your volume, you must first detach it from the server. To detach " "the volume from your server and check for the list of existing volumes, see " @@ -17413,7 +17413,7 @@ msgstr "" msgid "Track usage for instances" msgstr "" -#: ../common/cli_manage_volumes.rst:261 +#: ../common/cli_manage_volumes.rst:251 msgid "Transfer a volume" msgstr "" @@ -17721,7 +17721,7 @@ msgid "" "log file." msgstr "" -#: ../common/cli_manage_volumes.rst:274 +#: ../common/cli_manage_volumes.rst:264 msgid "Use cases include:" msgstr "" @@ -18248,10 +18248,10 @@ msgid "" "associated resource property." msgstr "" -#: ../common/cli_manage_volumes.rst:451 +#: ../common/cli_manage_volumes.rst:421 msgid "" "Verify that transfer list is now empty and that the volume is again " -"available for transfer:" +"available for transfer::" msgstr "" #: ../adminuser/cli_cinder_quotas.rst:23 @@ -18294,8 +18294,8 @@ msgstr "" msgid "View default project quotas" msgstr "" -#: ../common/cli_manage_volumes.rst:346 -msgid "View pending transfers:" +#: ../common/cli_manage_volumes.rst:330 +msgid "View pending transfers::" msgstr "" #: ../adminuser/dashboard_view_cloud_resources.rst:25 @@ -18544,9 +18544,9 @@ msgstr "" msgid "When the resize completes, the status becomes VERIFY\\_RESIZE." msgstr "" -#: ../common/cli_manage_volumes.rst:245 +#: ../common/cli_manage_volumes.rst:237 msgid "" -"When the volume is fully deleted, it disappears from the list of volumes:" +"When the volume is fully deleted, it disappears from the list of volumes::" msgstr "" #: ../enduser/hot-guide/hot_software_deployment.rst:113 @@ -18745,8 +18745,8 @@ msgid "" "by the server during boot:" msgstr "" -#: ../common/cli_manage_volumes.rst:286 -msgid "While logged in as the volume donor, list the available volumes:" +#: ../common/cli_manage_volumes.rst:276 +msgid "While logged in as the volume donor, list the available volumes::" msgstr "" #: ../enduser/cli_swift_large_object_creation.rst:253 @@ -18755,7 +18755,7 @@ msgid "" "their differences:" msgstr "" -#: ../common/cli_manage_volumes.rst:339 +#: ../common/cli_manage_volumes.rst:323 msgid "" "While the ``auth_key`` property is visible in the output of ``cinder " "transfer-create VOLUME_ID``, it will not be available in subsequent ``cinder " @@ -19331,7 +19331,7 @@ msgid "" "all your instances." msgstr "" -#: ../common/cli_manage_volumes.rst:263 +#: ../common/cli_manage_volumes.rst:253 msgid "" "You can transfer a volume from one owner to another by using the ``cinder " "transfer*`` commands. The volume donor, or original owner, creates a "